Regen files for mainline.
[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 [  8988] By: jhi                                   on 2001/03/02  19:57:08
36         Log: Integrate perlio.
37      Branch: perl
38           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
39           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
40           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
41           !> ext/Encode/Encode/iso8859-10.ucm
42           !> ext/Encode/Encode/iso8859-13.ucm
43           !> ext/Encode/Encode/iso8859-14.ucm
44           !> ext/Encode/Encode/iso8859-15.ucm
45           !> ext/Encode/Encode/iso8859-16.ucm
46           !> ext/Encode/Encode/iso8859-2.ucm
47           !> ext/Encode/Encode/iso8859-3.ucm
48           !> ext/Encode/Encode/iso8859-4.ucm
49           !> ext/Encode/Encode/iso8859-5.ucm
50           !> ext/Encode/Encode/iso8859-6.ucm
51           !> ext/Encode/Encode/iso8859-7.ucm
52           !> ext/Encode/Encode/iso8859-8.ucm
53           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
54           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
55 ____________________________________________________________________________
56 [  8987] By: jhi                                   on 2001/03/02  19:43:40
57         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
58              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
59              8950,8952,8955 from mainline to maintperl.
60              
61              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
62              
63              Put to rest the 20010205.001, the email address checking (not) regex.
64              
65              fork() not everywhere, cleanup temp files.
66              
67              The #8843 wasn't quite right: %Config needs to imported.
68              
69              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
70              (#8849: the glob-basic hunk needed massaging as it depended
71              on Schwern's large-scale (unintegrated) patches)
72              
73              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
74              
75              Upgrade to CGI.pm 2.752, from Lincoln Stein.
76              (Note: there were some conflicts due to EBCDIC and EPOC
77              patches, in general I preferred the repository code.)
78              (When 2.753 comes out, we need to synchronize.)
79              
80              Subject: [PATCH] fix for charnames above FFFF
81              
82              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
83              
84              If no sfio, no -lsfio.
85              
86              Run run/*.t also in minitest.
87              
88              Subject:  [PATCH perl 5.7.0] malloc message address offset
89              
90              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
91              
92              Subject: fix for parameter -Dm (for perl@8867)
93              
94              Subject: [PATCH: perl@8892] was Re: hashing order difference?
95              (make the test more portable)
96              
97              Subject: Re: [PATCH] fix for charnames above FFFF
98              
99              Subject: Re: I'm losing the war...
100              (hv_store() not working correctly in ENV_IS_CASELESS case.)
101              
102              Subject: Modified README.bs2000 
103              
104              Subject: [PATCH: perl@8935] -Dt padsv($var)
105              
106              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
107              
108              Subject: PATCH: extra tests to check on negative float to unsigned cast
109              
110              Subject: [PATCH] XPUSH[insp] was Re: progress
111              
112              Subject: Re: Compile with perlcc..
113      Branch: maint-5.6/perl
114           !> (integrate 36 files)
115 ____________________________________________________________________________
116 [  8986] By: jhi                                   on 2001/03/02  18:51:25
117         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
118              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
119              to maintperl.
120              
121              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
122              
123              Subject: [DOC PATCH] overload.pm nits
124              
125              Add header for LIB$ prototypes (C. Berry)
126              
127              Convert fwrite()s to sockets to write()s, since some socket stacks
128              don't take kindly to stdio.
129              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
130              (for often optional LNMs)
131              Correct a few typos
132              (C. Bailey)
133              
134              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
135              
136              De-cut-and-pasto.
137              
138              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
139              
140              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
141              
142              Upgrade to CPAN 1.59_54, from Andreas König.
143              
144              Bogus shebang.
145              
146              Subject: [PATCH] Document makepatch in Porting/patching
147              
148              UTF-8 documentation.
149              
150              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
151              
152              Sort the MANIFEST.
153              
154              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
155              
156              Subject: [PATCH @8807] toke.c cleanup: scan_str()
157              
158              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
159              
160              Add run/*.t to testables.
161              
162              TODO: integrate #8784.
163      Branch: maint-5.6/perl
164           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
165           !> (integrate 28 files)
166 ____________________________________________________________________________
167 [  8985] By: nick                                  on 2001/03/02  18:15:45
168         Log: Integrate mainline
169      Branch: perlio
170           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
171           !> vms/vms.c
172 ____________________________________________________________________________
173 [  8984] By: jhi                                   on 2001/03/02  16:00:17
174         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
175              
176              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
177              5.004_05, and mention the suidperl August 2000 security problem.
178              (#8978,#8981)
179              
180              Subject: [ID 20010301.004] Technically speaking in perldata
181              
182              Subject: [PATCH] File::Copy for bleadperl, maintperl
183              
184              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
185              
186              (The #8982, fix for 20010221.005 and 20010221.008,
187              would be nice too but it didn't integrate cleanly.)
188      Branch: maint-5.6/perl
189           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
190 ____________________________________________________________________________
191 [  8983] By: jhi                                   on 2001/03/02  15:51:16
192         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
193              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
194              Date:     Thu, 1 Mar 2001 15:54:09 EST
195              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
196      Branch: perl
197            ! vms/vms.c
198 ____________________________________________________________________________
199 [  8982] By: jhi                                   on 2001/03/02  15:43:31
200         Log: Subject: Re: sync sync sync: have I missed any patches?
201              From: Radu Greab <radu@netsoft.ro> 
202              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
203              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
204              
205              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
206              was checking argv[0] regardless of whether a different pathname
207              will actually be executed."  Test case not supplied because 
208              drafting that, ironically enough, revealed another bug
209              (or a feature).
210      Branch: perl
211            ! doio.c
212 ____________________________________________________________________________
213 [  8981] By: jhi                                   on 2001/03/02  15:28:03
214         Log: Misdate in #8978.
215      Branch: perl
216            ! pod/perlfaq1.pod
217 ____________________________________________________________________________
218 [  8980] By: jhi                                   on 2001/03/02  15:24:20
219         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
220              From: Chris Nandor <pudge@pobox.com>
221              Date: Wed, 28 Feb 2001 22:10:15 -0500
222              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
223      Branch: perl
224            ! lib/File/Copy.pm
225 ____________________________________________________________________________
226 [  8979] By: jhi                                   on 2001/03/02  15:17:16
227         Log: Subject: [ID 20010301.004] Technically speaking in perldata
228              From: abela@geneanet.org
229              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
230              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
231      Branch: perl
232            ! pod/perldata.pod
233 ____________________________________________________________________________
234 [  8978] By: jhi                                   on 2001/03/02  15:15:27
235         Log: Subject: [ID 20010301.003] ref to 5.004
236              From: abela@geneanet.org
237              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
238              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
239              
240              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
241              and mention the suidperl August 2000 security problem.
242      Branch: perl
243            ! pod/perlfaq1.pod
244 ____________________________________________________________________________
245 [  8977] By: alanbur                               on 2001/03/02  14:17:45
246         Log: Resynchronised with parent
247      Branch: maint-5.6/pureperl
248           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
249           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
250           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
251           !> vms/descrip_mms.template win32/win32.c win32/win32.h
252           !> win32/win32iop.h
253 ____________________________________________________________________________
254 [  8976] By: nick                                  on 2001/03/01  23:25:30
255         Log: Integrate mainline.
256      Branch: perlio
257            - t/op/qu.t
258           !> (integrate 55 files)
259 ____________________________________________________________________________
260 [  8975] By: jhi                                   on 2001/03/01  16:51:34
261         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
262      Branch: perl
263           !> toke.c
264 ____________________________________________________________________________
265 [  8974] By: gsar                                  on 2001/03/01  16:28:21
266         Log: fix for bugid 20010226.008
267              
268              the problem was that some of the pointers (PL_last_lop and
269              PL_last_uni specifically) into the lex buffers weren't correctly
270              being invalidated when the buffer changed; this would leave the
271              pointers pointing at an arbitrary location in the buffer if
272              the buffer didn't need to be reallocated, or point into freed
273              memory if the buffer had to be realloced
274              
275              TODO item for bugdb maintainers: check other seemingly random
276              parser-related bugs--they might be cured by this
277      Branch: maint-5.6/perl
278            ! toke.c
279 ____________________________________________________________________________
280 [  8973] By: jhi                                   on 2001/03/01  02:23:25
281         Log: Retract #8970 because of a completely mysterious core dump:
282              adding the tests 241..244 causes op/pat dump core at test #25.
283              The test needs a lot of whittling down before the bug can be solved.
284      Branch: perl
285            ! t/op/pat.t
286 ____________________________________________________________________________
287 [  8972] By: jhi                                   on 2001/03/01  01:58:38
288         Log: Regen perlapi.
289      Branch: perl
290            ! pod/perlapi.pod
291 ____________________________________________________________________________
292 [  8971] By: jhi                                   on 2001/03/01  01:34:09
293         Log: Subject: [PATCH] don't write along symlinks into a read only source tree (was Re: [ID 20010129.006] OK: perl v5.7.0 +DEVEL8584 on i586-linux-64all 2.2.12 (UNINSTALLED))
294              From: Nicholas Clark <nick@ccl4.org>
295              Date: Wed, 28 Feb 2001 23:28:49 +0000
296              Message-ID: <20010228232849.A55187@plum.flirble.org>
297              
298              Allow a completely write protected source code tree
299              when using the Configure -Dmksymlinks.
300      Branch: perl
301            ! embed.pl warnings.pl
302 ____________________________________________________________________________
303 [  8970] By: jhi                                   on 2001/03/01  01:32:04
304         Log: Add back the EBCDIC character range tests (for matching).
305      Branch: perl
306            ! t/op/pat.t
307 ____________________________________________________________________________
308 [  8969] By: nick                                  on 2001/02/28  18:18:01
309         Log: Add charname comments to .ucm files writen by 'compile',
310              also order charmaps in those files by source encoding.
311              regenerate distrubuted .ucm files
312      Branch: perlio
313            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
314            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
315            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
316            ! ext/Encode/Encode/iso8859-10.ucm
317            ! ext/Encode/Encode/iso8859-13.ucm
318            ! ext/Encode/Encode/iso8859-14.ucm
319            ! ext/Encode/Encode/iso8859-15.ucm
320            ! ext/Encode/Encode/iso8859-16.ucm
321            ! ext/Encode/Encode/iso8859-2.ucm
322            ! ext/Encode/Encode/iso8859-3.ucm
323            ! ext/Encode/Encode/iso8859-4.ucm
324            ! ext/Encode/Encode/iso8859-5.ucm
325            ! ext/Encode/Encode/iso8859-6.ucm
326            ! ext/Encode/Encode/iso8859-7.ucm
327            ! ext/Encode/Encode/iso8859-8.ucm
328            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
329            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
330 ____________________________________________________________________________
331 [  8968] By: jhi                                   on 2001/02/28  16:26:37
332         Log: Expand usemorebits early if d_casti32 needs to be undefined.
333      Branch: perl
334            ! hints/hpux.sh hints/irix_6.sh
335 ____________________________________________________________________________
336 [  8967] By: jhi                                   on 2001/02/28  16:22:26
337         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
338              retract toke.c/qu parts of #8583, retract #8485, retract
339              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
340              op/length.t, and MANIFEST, and delete t/op/qu.t.
341      Branch: perl
342            - t/op/qu.t
343            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
344            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
345            ! t/op/length.t toke.c
346 ____________________________________________________________________________
347 [  8966] By: jhi                                   on 2001/02/28  15:00:27
348         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
349              by not changing from pre-Unicode days into being Unicode-aware.
350              Sniff.
351      Branch: perl
352            ! pp.c t/op/pack.t t/op/qu.t
353 ____________________________________________________________________________
354 [  8965] By: jhi                                   on 2001/02/28  14:37:55
355         Log: Subject: Re: Errors in core PODs
356              From: Michael Stevens <michael@etla.org> 
357              Date: Fri, 23 Feb 2001 15:47:56 +0000
358              Message-ID: <20010223154756.A7723@firedrake.org> 
359      Branch: perl
360            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
361            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
362            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
363            ! x2p/a2p.pod
364 ____________________________________________________________________________
365 [  8964] By: jhi                                   on 2001/02/28  14:35:35
366         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
367              (The #8961 was too bold.)
368      Branch: perl
369            ! hints/hpux.sh hints/irix_6.sh
370 ____________________________________________________________________________
371 [  8963] By: jhi                                   on 2001/02/28  14:33:39
372         Log: Subject: Re: sync sync sync: have I missed any patches?
373              From: Tim Jenness <t.jenness@jach.hawaii.edu>
374              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
375              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
376              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
377              
378              Replace djSP with dSP.
379      Branch: perl
380            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
381            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
382            ! win32/perlhost.h
383 ____________________________________________________________________________
384 [  8962] By: jhi                                   on 2001/02/27  23:21:14
385         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
386      Branch: perl
387            ! lib/Filter/Simple.pm
388 ____________________________________________________________________________
389 [  8961] By: jhi                                   on 2001/02/27  22:55:26
390         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
391              and this would be it.
392      Branch: perl
393            ! hints/hpux.sh hints/irix_6.sh
394 ____________________________________________________________________________
395 [  8960] By: jhi                                   on 2001/02/27  22:51:33
396         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
397              From: "Craig A. Berry" <craigberry@mac.com>
398              Date: Tue, 27 Feb 2001 16:11:44 -0600
399              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
400      Branch: maint-5.6/perl
401            ! configure.com vms/descrip_mms.template
402 ____________________________________________________________________________
403 [  8959] By: jhi                                   on 2001/02/27  22:47:23
404         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
405              From: "Craig A. Berry" <craigberry@mac.com>
406              Date: Tue, 27 Feb 2001 16:11:44 -0600
407              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
408      Branch: perl
409            ! configure.com vms/descrip_mms.template
410 ____________________________________________________________________________
411 [  8958] By: jhi                                   on 2001/02/27  15:16:42
412         Log: Update Changes.
413      Branch: perl
414            ! Changes patchlevel.h
415 ____________________________________________________________________________
416 [  8957] By: jhi                                   on 2001/02/27  06:15:07
417         Log: Subject: [5.6.x] EPOC additions
418              From: Olaf Flebbe <O.Flebbe@science-computing.de>
419              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
420              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
421      Branch: maint-5.6/perl
422            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
423 ____________________________________________________________________________
424 [  8956] By: jhi                                   on 2001/02/27  06:12:11
425         Log: Subject: [perl-current] EPOC 
426              From: Olaf Flebbe <O.Flebbe@science-computing.de>
427              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
428              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
429      Branch: perl
430            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
431            ! epoc/epocish.c epoc/epocish.h pp_sys.c
432 ____________________________________________________________________________
433 [  8955] By: jhi                                   on 2001/02/27  05:59:50
434         Log: Subject: Re: Compile with perlcc..
435              From: Edward Peschko <edwardp@excitehome.net>
436              Date: Mon, 26 Feb 2001 18:51:58 -0800
437              Message-ID: <20010226185158.A9871@excitehome.net>
438              
439              plus add a simple usage message if no arguments given.
440      Branch: perl
441            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
442            ! utils/Makefile utils/perlcc.PL win32/pod.mak
443 ____________________________________________________________________________
444 [  8954] By: nick                                  on 2001/02/26  21:02:59
445         Log: Integrate mainline
446      Branch: perlio
447           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
448           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
449           !> t/op/sprintf.t
450 ____________________________________________________________________________
451 [  8953] By: jhi                                   on 2001/02/26  14:43:54
452         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
453              From: Nicholas Clark <nick@ccl4.org>
454              Date: Mon, 26 Feb 2001 00:42:07 +0000
455              Message-ID: <20010226004207.F23333@plum.flirble.org>
456      Branch: perl
457            ! pp_ctl.c
458 ____________________________________________________________________________
459 [  8952] By: jhi                                   on 2001/02/26  14:42:13
460         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
461              From: Simon Cozens <simon@netthink.co.uk>
462              Date: Mon, 26 Feb 2001 12:23:48 +0000
463              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
464      Branch: perl
465            ! pod/perlguts.pod
466 ____________________________________________________________________________
467 [  8951] By: jhi                                   on 2001/02/26  14:39:15
468         Log: Subject: [PATCH] perlio - unknown layer
469              From: Nicholas Clark <nick@ccl4.org>
470              Date: Mon, 26 Feb 2001 00:27:19 +0000
471              Message-ID: <20010226002719.E23333@plum.flirble.org>
472      Branch: perl
473            ! perlio.c
474 ____________________________________________________________________________
475 [  8950] By: jhi                                   on 2001/02/26  14:38:04
476         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
477              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
478              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
479              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
480      Branch: perl
481            ! t/op/bop.t
482 ____________________________________________________________________________
483 [  8949] By: jhi                                   on 2001/02/26  14:37:07
484         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
485              From: Peter Prymmer <pvhp@forte.com>
486              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
487              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
488      Branch: perl
489            ! lib/Test.pm
490 ____________________________________________________________________________
491 [  8948] By: jhi                                   on 2001/02/26  14:35:53
492         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
493              From: Radu Greab <radu@netsoft.ro>
494              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
495              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
496      Branch: perl
497            ! pod/perlop.pod
498 ____________________________________________________________________________
499 [  8947] By: jhi                                   on 2001/02/26  14:34:46
500         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
501              From: David Mitchell <davem@fdgroup.co.uk>
502              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
503              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
504      Branch: perl
505            ! run.c
506 ____________________________________________________________________________
507 [  8946] By: jhi                                   on 2001/02/26  14:32:37
508         Log: Subject: Modified README.bs2000 
509              From: Dorner Thomas <Thomas.Dorner@start.de>
510              Date: Mon, 26 Feb 2001 09:22:17 +0100
511              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
512      Branch: perl
513            ! README.bs2000
514 ____________________________________________________________________________
515 [  8945] By: jhi                                   on 2001/02/26  14:19:53
516         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
517              to maintperl, listing the known failures on the tests 129 and 130.
518      Branch: maint-5.6/perl
519           !> t/op/sprintf.t
520 ____________________________________________________________________________
521 [  8944] By: jhi                                   on 2001/02/26  14:14:15
522         Log: Add more known sprintf failures.
523      Branch: perl
524            ! t/op/sprintf.t
525 ____________________________________________________________________________
526 [  8943] By: jhi                                   on 2001/02/26  13:56:22
527         Log: perlglob.exe needs to be found in Win32, patch from
528              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
529              which needs external glob at mini-perl time."
530      Branch: perl
531            ! ext/Encode/compile
532 ____________________________________________________________________________
533 [  8942] By: jhi                                   on 2001/02/26  13:52:19
534         Log: A missing dTHX from Vadim Konovalov.
535      Branch: perl
536            ! perlio.c
537 ____________________________________________________________________________
538 [  8941] By: jhi                                   on 2001/02/26  13:37:05
539         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
540      Branch: perl
541            ! op.c
542 ____________________________________________________________________________
543 [  8940] By: jhi                                   on 2001/02/26  13:35:40
544         Log: Integrate perlio.
545      Branch: perl
546           !> ext/Encode/Encode.pm
547 ____________________________________________________________________________
548 [  8939] By: nick                                  on 2001/02/25  23:47:09
549         Log: Integrate mainline.
550      Branch: perlio
551           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
552           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
553 ____________________________________________________________________________
554 [  8938] By: nick                                  on 2001/02/25  19:36:28
555         Log: Encode implementations docs.
556      Branch: perlio
557            ! ext/Encode/Encode.pm
558 ____________________________________________________________________________
559 [  8937] By: jhi                                   on 2001/02/25  19:26:16
560         Log: Script wasn't aligned with reality.
561      Branch: perl
562            ! t/pod/find.t
563 ____________________________________________________________________________
564 [  8936] By: jhi                                   on 2001/02/25  18:54:55
565         Log: Update Changes.
566      Branch: perl
567            ! Changes patchlevel.h
568 ____________________________________________________________________________
569 [  8935] By: jhi                                   on 2001/02/25  18:46:36
570         Log: Retract #8929,8930,8932,8933 for now.
571      Branch: perl
572            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
573 ____________________________________________________________________________
574 [  8934] By: jhi                                   on 2001/02/25  17:34:35
575         Log: Integrate perlio.
576      Branch: perl
577           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
578           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
579           !> t/lib/encode.t
580 ____________________________________________________________________________
581 [  8933] By: jhi                                   on 2001/02/25  17:33:12
582         Log: (Retracted by #8395.)
583              
584              Slight tweaks in scan_const(), not fixes yet, it seems like
585              lots of work remains to be done...
586      Branch: perl
587            ! toke.c
588 ____________________________________________________________________________
589 [  8932] By: jhi                                   on 2001/02/25  17:27:11
590         Log: (Retracted by #8395.)
591              
592              Missing from #8930.
593      Branch: perl
594            ! perl.h
595 ____________________________________________________________________________
596 [  8931] By: jhi                                   on 2001/02/25  17:26:19
597         Log: A comment tweak.
598      Branch: perl
599            ! utf8.c
600 ____________________________________________________________________________
601 [  8930] By: jhi                                   on 2001/02/25  17:25:47
602         Log: (Retracted by #8395.)
603              
604              Attempt to fix the EBCDIC character range problwm with //.
605      Branch: perl
606            ! regcomp.c
607 ____________________________________________________________________________
608 [  8929] By: jhi                                   on 2001/02/25  17:23:45
609         Log: (Retracted by #8395.)
610              
611              Expand the EBCDIC character range tests, and add few nasty
612              tr tests from Karsten Sperling.
613      Branch: perl
614            ! t/op/pat.t t/op/tr.t
615 ____________________________________________________________________________
616 [  8928] By: jhi                                   on 2001/02/25  17:18:49
617         Log: Missing check-in.
618      Branch: perl
619            ! lib/Pod/Find.pm
620 ____________________________________________________________________________
621 [  8927] By: nick                                  on 2001/02/25  11:30:22
622         Log: Change method names in Encode implementation classes to something
623              less confusing (preparing to "go public").
624      Branch: perlio
625            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
626 ____________________________________________________________________________
627 [  8926] By: nick                                  on 2001/02/25  10:53:24
628         Log: GCC __atribute__ / printf fix
629      Branch: perlio
630            ! perl.h
631 ____________________________________________________________________________
632 [  8925] By: nick                                  on 2001/02/25  10:52:25
633         Log: Checked in the wrong one ...
634      Branch: perlio
635            ! ext/Encode/Encode.pm
636 ____________________________________________________________________________
637 [  8924] By: nick                                  on 2001/02/24  18:46:51
638         Log: Integrate mainline - to see what Jarkko has in ...
639      Branch: perlio
640           +> t/pod/testpods/lib/Pod/Stuff.pm
641           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
642 ____________________________________________________________________________
643 [  8923] By: nick                                  on 2001/02/24  17:05:23
644         Log: Encode API documentation nd tidy up.
645              Minor additions to test.
646              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
647              Adds STRLEN to standard typemap.
648      Branch: perlio
649            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
650            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
651 ____________________________________________________________________________
652 [  8922] By: jhi                                   on 2001/02/24  16:38:12
653         Log: Add a test for the "character range should match in EBCDIC
654              if specified using explicit numerics" bug found by Karsten
655              Sperling.
656      Branch: perl
657            ! t/op/pat.t
658 ____________________________________________________________________________
659 [  8921] By: jhi                                   on 2001/02/24  16:30:16
660         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
661              From: schwern@pobox.com
662              Date: Fri, 23 Feb 2001 03:21:37 -0500
663              Message-ID: <20010223032137.A26022@magnonel.guild.net>
664              
665              plus Charles Lane's fixes, plus tweaks.
666      Branch: perl
667            + t/pod/testpods/lib/Pod/Stuff.pm
668            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
669 ____________________________________________________________________________
670 [  8920] By: nick                                  on 2001/02/24  10:30:11
671         Log: Integrate mainline
672      Branch: perlio
673           !> (integrate 33 files)
674 ____________________________________________________________________________
675 [  8919] By: jhi                                   on 2001/02/24  00:23:35
676         Log: Subject: Re: I'm losing the war...
677              From: "Vadim Konovalov" <watman@inbox.ru>
678              Date: Sat, 24 Feb 2001 00:10:14 +0300
679              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
680              
681              hv_store() not working correctly in ENV_IS_CASELESS case.
682      Branch: perl
683            ! hv.c
684 ____________________________________________________________________________
685 [  8918] By: jhi                                   on 2001/02/24  00:20:09
686         Log: Subject: Re: [PATCH] fix for charnames above FFFF
687              From: andreas.koenig@anima.de (Andreas J. Koenig)
688              Date: 23 Feb 2001 02:39:03 +0100
689              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
690              
691              A further efficiency tweak.
692      Branch: perl
693            ! lib/charnames.pm
694 ____________________________________________________________________________
695 [  8917] By: jhi                                   on 2001/02/23  20:27:51
696         Log: Integrate change #8916 from mainline,
697              do away with USE_WIN32_RTL_ENV.
698      Branch: maint-5.6/perl
699           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
700 ____________________________________________________________________________
701 [  8916] By: jhi                                   on 2001/02/23  20:02:25
702         Log: Abolish USE_WIN32_RTL_ENV.
703      Branch: perl
704            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
705 ____________________________________________________________________________
706 [  8915] By: jhi                                   on 2001/02/23  19:36:00
707         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
708              later protected by some #define.
709      Branch: perl
710            ! gv.c
711 ____________________________________________________________________________
712 [  8914] By: jhi                                   on 2001/02/23  19:31:38
713         Log: Retract #8902 for now, requested by Charles Lane, the correct
714              fix will be something else.
715      Branch: perl
716            ! op.c
717 ____________________________________________________________________________
718 [  8913] By: jhi                                   on 2001/02/23  19:11:36
719         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
720              From: Peter Prymmer <pvhp@forte.com>
721              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
722              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
723      Branch: perl
724            ! t/op/lex_assign.t
725 ____________________________________________________________________________
726 [  8912] By: jhi                                   on 2001/02/23  18:38:20
727         Log: Subject: [patch] perlio + useithreads
728              From: Doug MacEachern <dougm@covalent.net>
729              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
730              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
731              
732              Gets things running but not complete.
733      Branch: perl
734            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
735 ____________________________________________________________________________
736 [  8911] By: jhi                                   on 2001/02/23  04:20:02
737         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
738              
739              Duplicated environment freeing, File::Temp 0.12,
740              op/append portability (EBCDIC) tweak.
741      Branch: maint-5.6/perl
742           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
743           !> t/op/append.t
744 ____________________________________________________________________________
745 [  8910] By: jhi                                   on 2001/02/23  02:07:33
746         Log: Integrate change #8909 from mainline, a better Borland
747              putenv() workaround.
748      Branch: maint-5.6/perl
749           !> perl.c
750 ____________________________________________________________________________
751 [  8909] By: jhi                                   on 2001/02/23  02:05:46
752         Log: A better workaround for Borland putenv() brokenness from Sarathy.
753      Branch: perl
754            ! perl.c
755 ____________________________________________________________________________
756 [  8908] By: jhi                                   on 2001/02/23  02:04:14
757         Log: Subject: fix for parameter -Dm (for perl@8867)
758              From: "Vadim Konovalov" <watman@inbox.ru>
759              Date: Thu, 22 Feb 2001 17:30:12 +0300
760              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
761      Branch: perl
762            ! perl.h
763 ____________________________________________________________________________
764 [  8907] By: jhi                                   on 2001/02/23  01:58:20
765         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
766              From: Peter Prymmer <pvhp@forte.com>
767              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
768              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
769      Branch: perl
770            ! t/op/append.t
771 ____________________________________________________________________________
772 [  8906] By: jhi                                   on 2001/02/23  01:48:34
773         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
774      Branch: perl
775            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
776 ____________________________________________________________________________
777 [  8905] By: jhi                                   on 2001/02/23  01:43:30
778         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
779              From: Peter Prymmer <pvhp@forte.com>
780              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
781              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
782      Branch: perl
783            ! t/lib/st-06compat.t
784 ____________________________________________________________________________
785 [  8904] By: jhi                                   on 2001/02/23  01:42:39
786         Log: Metaconfig unit change for #8903.
787      Branch: metaconfig/U/perl
788            ! Devel.U
789 ____________________________________________________________________________
790 [  8903] By: jhi                                   on 2001/02/23  01:42:12
791         Log: Be more helpful for devel builders, suggested by John L. Allen.
792      Branch: perl
793            ! Configure
794 ____________________________________________________________________________
795 [  8902] By: jhi                                   on 2001/02/23  01:37:41
796         Log: (Retracted by #8914)
797              (Wrongly, reinstated by #8941)             
798
799              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
800              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
801              Date:     Thu, 22 Feb 2001 09:43:57 EST
802              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
803      Branch: perl
804            ! op.c
805 ____________________________________________________________________________
806 [  8901] By: jhi                                   on 2001/02/23  01:20:32
807         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
808              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
809              Date:     Thu, 22 Feb 2001 08:01:35 EST
810              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
811      Branch: perl
812            ! malloc.c
813 ____________________________________________________________________________
814 [  8900] By: jhi                                   on 2001/02/23  01:18:02
815         Log: Integrate changes #8898,8899 from mainline, environ handling.
816      Branch: maint-5.6/perl
817           !> perl.c
818 ____________________________________________________________________________
819 [  8899] By: jhi                                   on 2001/02/23  01:16:25
820         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
821              putenv() is not to be relied on, they are either broken or leaky
822              or both.)
823      Branch: perl
824            ! perl.c
825 ____________________________________________________________________________
826 [  8898] By: jhi                                   on 2001/02/22  23:36:59
827         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
828              and safesysfree() must be used.
829      Branch: perl
830            ! perl.c
831 ____________________________________________________________________________
832 [  8897] By: jhi                                   on 2001/02/22  23:25:45
833         Log: With environ one must use safesysmalloc()/safesysfree().
834      Branch: perl
835            ! perl.c
836 ____________________________________________________________________________
837 [  8896] By: jhi                                   on 2001/02/22  22:13:18
838         Log: If we have a duplicated environment free it
839              if PERL_DESTRUCT_LEVEL.
840      Branch: perl
841            ! perl.c
842 ____________________________________________________________________________
843 [  8895] By: alanbur                               on 2001/02/22  19:31:57
844         Log: Synchronised with parent
845      Branch: maint-5.6/pureperl
846           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
847 ____________________________________________________________________________
848 [  8894] By: gsar                                  on 2001/02/22  19:06:18
849         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
850              
851              fix memory leak in method call optimization (change#3768);
852              made C<eval "$x->foo()"> leak
853              
854              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
855      Branch: maint-5.6/perl
856           !> op.c
857 ____________________________________________________________________________
858 [  8893] By: jhi                                   on 2001/02/22  18:35:27
859         Log: (Retracted by #8915.)
860              
861              Third Degree finding:
862              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
863      Branch: perl
864            ! gv.c
865 ____________________________________________________________________________
866 [  8892] By: jhi                                   on 2001/02/22  14:28:32
867         Log: Update Changes.
868      Branch: perl
869            ! Changes patchlevel.h
870 ____________________________________________________________________________
871 [  8891] By: jhi                                   on 2001/02/22  13:22:45
872         Log: Metaconfig unit changes for #8890.
873      Branch: metaconfig
874            ! U/modified/Cppsym.U U/threads/archname.U
875 ____________________________________________________________________________
876 [  8890] By: jhi                                   on 2001/02/22  13:22:12
877         Log: Add -stdio to the archname if no perlio selected,
878              no -perlio added since that is now the default.
879              
880              Add few CPUs/architectures to the Cppsym scan.
881      Branch: perl
882            ! Configure config_h.SH
883 ____________________________________________________________________________
884 [  8889] By: jhi                                   on 2001/02/22  13:05:59
885         Log: Metaconfig unit change for #8888.
886      Branch: metaconfig/U/perl
887            ! useperlio.U
888 ____________________________________________________________________________
889 [  8888] By: jhi                                   on 2001/02/22  13:05:28
890         Log: *drum roll*  Make perlio the default.
891      Branch: perl
892            ! Configure config_h.SH
893 ____________________________________________________________________________
894 [  8887] By: jhi                                   on 2001/02/22  12:50:52
895         Log: Integrate change #8665 from maintperl to mainline,
896              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
897      Branch: perl
898           !> ext/POSIX/POSIX.xs
899 ____________________________________________________________________________
900 [  8886] By: jhi                                   on 2001/02/22  12:49:24
901         Log: Integrate changes #8883,8884 from mainline to maintperl.
902              
903              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
904              Subject: Re: File::Temp::_gettemp warning
905      Branch: maint-5.6/perl
906           !> embed.h embed.pl lib/File/Temp.pm
907 ____________________________________________________________________________
908 [  8885] By: jhi                                   on 2001/02/22  12:43:59
909         Log: Based on
910              
911              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
912              From: schwab@suse.de
913              Date: Thu, 22 Feb 2001 13:08:09 +0100
914              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
915              
916              but the fix done slightly differently because the other
917              half was already done in #8664.
918      Branch: maint-5.6/perl
919            ! ext/POSIX/POSIX.xs
920 ____________________________________________________________________________
921 [  8884] By: jhi                                   on 2001/02/22  12:37:15
922         Log: Subject: Re: File::Temp::_gettemp warning
923              From: Tim Jenness <t.jenness@jach.hawaii.edu>
924              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
925              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
926              
927              This patch to File::Temp does two things:
928              
929              1. Fixes the problem with CGI::Carp when determining
930              the Fcntl constants
931              
932              2. Removes most of the carps and consolidates them so that all the
933              reasons are included in a single die that is caught by the test. This
934              means that the correct skipping behaviour is displayed by the test.
935      Branch: perl
936            ! lib/File/Temp.pm
937 ____________________________________________________________________________
938 [  8883] By: jhi                                   on 2001/02/22  12:29:19
939         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
940              From: Peter Prymmer <pvhp@forte.com>
941              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
942              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
943      Branch: perl
944            ! embed.h embed.pl
945 ____________________________________________________________________________
946 [  8882] By: jhi                                   on 2001/02/21  19:41:33
947         Log: Integrate change #8881 from mainlin to maintperl.
948              
949              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
950      Branch: maint-5.6/perl
951           !> op.c
952 ____________________________________________________________________________
953 [  8881] By: jhi                                   on 2001/02/21  19:38:57
954         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
955              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
956              Date:     Wed, 21 Feb 2001 13:08:03 EST
957              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
958      Branch: perl
959            ! op.c
960 ____________________________________________________________________________
961 [  8880] By: jhi                                   on 2001/02/21  19:34:34
962         Log: Retract #8875, cannot let go of the old semantics of unpack U
963              without rethinking utf8decode.t.
964      Branch: perl
965            ! pp.c t/op/pack.t
966 ____________________________________________________________________________
967 [  8879] By: jhi                                   on 2001/02/21  19:08:02
968         Log: Run run/*.t also in minitest.
969      Branch: perl
970            ! Makefile.SH
971 ____________________________________________________________________________
972 [  8878] By: nick                                  on 2001/02/21  18:55:37
973         Log: Integrate mainline
974      Branch: perlio
975           !> (integrate 76 files)
976 ____________________________________________________________________________
977 [  8877] By: jhi                                   on 2001/02/21  15:09:33
978         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
979      Branch: metaconfig
980            ! U/compline/nblock_io.U
981      Branch: perl
982            ! Configure config_h.SH
983 ____________________________________________________________________________
984 [  8876] By: jhi                                   on 2001/02/21  14:54:45
985         Log: If no sfio, no -lsfio.
986      Branch: metaconfig/U/perl
987            ! d_sfio.U
988      Branch: perl
989            ! Configure config_h.SH
990 ____________________________________________________________________________
991 [  8875] By: jhi                                   on 2001/02/21  14:54:00
992         Log: Make unpack C and unpack C truly equivalent.
993      Branch: perl
994            ! pp.c t/op/pack.t
995 ____________________________________________________________________________
996 [  8874] By: jhi                                   on 2001/02/21  14:26:02
997         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
998              From: Peter Prymmer <pvhp@forte.com>
999              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
1000              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
1001      Branch: perl
1002            ! pod/perlport.pod
1003 ____________________________________________________________________________
1004 [  8873] By: jhi                                   on 2001/02/21  14:24:31
1005         Log: Subject: [PATCH] fix for charnames above FFFF
1006              From: andreas.koenig@anima.de (Andreas J. Koenig)
1007              Date: 21 Feb 2001 07:05:45 +0100
1008              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
1009      Branch: perl
1010            ! lib/charnames.pm t/lib/charnames.t
1011 ____________________________________________________________________________
1012 [  8872] By: jhi                                   on 2001/02/21  14:15:25
1013         Log: Integrate change #8868 from pureperl to mainline.
1014              
1015              Fixed reference count loop caused by sv_magic.
1016      Branch: perl
1017           !> sv.c
1018 ____________________________________________________________________________
1019 [  8871] By: jhi                                   on 2001/02/21  14:07:29
1020         Log: Integrate change #8868 from pureperl to maintperl.
1021              
1022              Fixed reference count loop caused by sv_magic.
1023      Branch: maint-5.6/perl
1024           !> sv.c
1025 ____________________________________________________________________________
1026 [  8870] By: jhi                                   on 2001/02/21  14:04:41
1027         Log: Put back the #8840, it was innocent.
1028      Branch: perl
1029            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1030            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
1031 ____________________________________________________________________________
1032 [  8869] By: jhi                                   on 2001/02/21  14:00:03
1033         Log: unpack("C", ...) was left slightly unfinished by #8865.
1034      Branch: perl
1035            ! pp.c t/op/pack.t
1036 ____________________________________________________________________________
1037 [  8868] By: alanbur                               on 2001/02/21  01:33:45
1038         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
1039              from gv_fetchpv to create single-character magic variables (e.g. $!),
1040              and it is passed a sv and the gv that contains the sv as the mg_obj
1041              value.  When sv_magic stores the mg_obj pointer it increments the gv
1042              refcount, thus causing a sv-gv pair that can't be freed.  There is
1043              already a check for sv == obj which is used to prevent such reference
1044              loops.  This change extends the check to cover the case described above.
1045      Branch: maint-5.6/pureperl
1046            ! sv.c
1047 ____________________________________________________________________________
1048 [  8867] By: jhi                                   on 2001/02/21  00:52:39
1049         Log: Update Changes.
1050      Branch: perl
1051            ! Changes patchlevel.h
1052 ____________________________________________________________________________
1053 [  8866] By: jhi                                   on 2001/02/21  00:34:20
1054         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
1055              (Note: there were some conflicts due to EBCDIC and EPOC
1056              patches, in general I preferred the repository code.)
1057              (When 2.753 comes out, we need to synchronize.)
1058      Branch: perl
1059            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
1060            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
1061            ! t/lib/cgi-html.t
1062 ____________________________________________________________________________
1063 [  8865] By: jhi                                   on 2001/02/21  00:24:22
1064         Log: Make pack("C", 0x100) to create Unicode, unless under the
1065              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
1066              will understand Unicode, unless you under know what.
1067      Branch: perl
1068            ! pp.c t/op/pack.t t/op/qu.t
1069 ____________________________________________________________________________
1070 [  8864] By: alanbur                               on 2001/02/20  22:35:34
1071         Log: Resynchronised with parent
1072      Branch: maint-5.6/pureperl
1073           !> README.win32 ext/GDBM_File/GDBM_File.pm
1074           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
1075           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
1076           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
1077           !> t/lib/sdbm.t util.c
1078 ____________________________________________________________________________
1079 [  8863] By: jhi                                   on 2001/02/20  20:55:11
1080         Log: Integrate change #8860,8861 from mainline into maintperl.
1081              
1082              "pseudo-literal j"
1083              
1084              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
1085      Branch: maint-5.6/perl
1086           !> lib/Test.pm pod/perlop.pod
1087 ____________________________________________________________________________
1088 [  8862] By: jhi                                   on 2001/02/20  20:30:07
1089         Log: Don't do casting between pointers pointing to differently sized
1090              integers.
1091      Branch: perl
1092            ! hv.c sv.c
1093 ____________________________________________________________________________
1094 [  8861] By: jhi                                   on 2001/02/20  19:53:44
1095         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
1096              From: Peter Prymmer <pvhp@forte.com>
1097              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
1098              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
1099      Branch: perl
1100            ! lib/Test.pm
1101 ____________________________________________________________________________
1102 [  8860] By: jhi                                   on 2001/02/20  19:48:02
1103         Log: "pseudo-literal j", a documentation glitch reported to Debian.
1104              The text recovered from Perl 5.005_03, and pseudo-literal replaced
1105              by "backtick string".
1106      Branch: perl
1107            ! pod/perlop.pod
1108 ____________________________________________________________________________
1109 [  8859] By: jhi                                   on 2001/02/20  19:15:46
1110         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
1111              from Chris Nandor.
1112      Branch: perl
1113            ! makedef.pl
1114 ____________________________________________________________________________
1115 [  8858] By: jhi                                   on 2001/02/20  17:36:53
1116         Log: Integrate pureperl changes #8844,8845,8850 to mainline
1117              (via maintperl #8855).
1118              
1119              Fixed %^H scoping bug
1120              
1121              Removed GV <-> CV refcount loop
1122              
1123              Removed %ENV refcount loop
1124      Branch: perl
1125           !> gv.c op.c perl.c pp.c scope.c
1126 ____________________________________________________________________________
1127 [  8857] By: jhi                                   on 2001/02/20  17:34:32
1128         Log: Integrate changes #8853,8854 from maintperl to mainline.
1129              
1130              EBDIC fixes, README.win32 Borland update.
1131      Branch: perl
1132           !> README.win32 handy.h util.c
1133 ____________________________________________________________________________
1134 [  8856] By: jhi                                   on 2001/02/20  17:33:16
1135         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
1136      Branch: maint-5.6/perl
1137           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
1138           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
1139           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
1140 ____________________________________________________________________________
1141 [  8855] By: jhi                                   on 2001/02/20  17:32:13
1142         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
1143              
1144              Fixed %^H scoping bug
1145              
1146              Removed GV <-> CV refcount loop
1147              
1148              Removed %ENV refcount loop
1149      Branch: maint-5.6/perl
1150           !> gv.c op.c perl.c pp.c scope.c
1151 ____________________________________________________________________________
1152 [  8854] By: jhi                                   on 2001/02/20  17:25:06
1153         Log: Subject: Addition to readme.win32 for Borland C++ compilers
1154              Date: Tue, 20 Feb 2001 02:15:25 +0300
1155              From: "Vadim Konovalov" <watman@inbox.ru>
1156              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
1157              
1158              Document Borland compiler misbehaviour.
1159      Branch: maint-5.6/perl
1160            ! README.win32
1161 ____________________________________________________________________________
1162 [  8853] By: jhi                                   on 2001/02/20  17:22:25
1163         Log: The assimilation of ebcdic.c didn't quite work at the first try,
1164              patches from Thomas Dorner.
1165      Branch: maint-5.6/perl
1166            ! handy.h util.c
1167 ____________________________________________________________________________
1168 [  8852] By: jhi                                   on 2001/02/20  17:20:15
1169         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
1170              From: Chris Nandor <pudge@pobox.com>
1171              Date: Tue, 20 Feb 2001 08:32:45 -0500
1172              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
1173      Branch: maint-5.6/perl
1174            ! makedef.pl mg.c
1175 ____________________________________________________________________________
1176 [  8851] By: jhi                                   on 2001/02/20  17:15:52
1177         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
1178      Branch: perl
1179            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
1180            ! t/lib/filter-util.t
1181 ____________________________________________________________________________
1182 [  8850] By: alanbur                               on 2001/02/20  17:12:40
1183         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
1184              and the magic pointer points back to the GV that contains the
1185              %ENV hash.  This creates a refcount loop that prevents members
1186              of %ENV from being freed correctly.  This change removes the
1187              refcount loop - the magic pointer was never used anyway, the
1188              only use of the magic was to check the type ('E') so that the
1189              appropriate environment manipulation code is called when %ENV
1190              is modified.
1191      Branch: maint-5.6/pureperl
1192            ! perl.c
1193 ____________________________________________________________________________
1194 [  8849] By: jhi                                   on 2001/02/20  17:12:20
1195         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
1196              From: "Craig A. Berry" <craigberry@mac.com>
1197              Date: Mon, 19 Feb 2001 23:36:12 -0600
1198              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
1199              
1200              Case-forgiving systems match TestInit.pm with TES*.
1201      Branch: perl
1202            ! t/lib/glob-basic.t
1203 ____________________________________________________________________________
1204 [  8848] By: jhi                                   on 2001/02/20  17:10:02
1205         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
1206      Branch: perl
1207            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
1208            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
1209            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
1210 ____________________________________________________________________________
1211 [  8847] By: jhi                                   on 2001/02/20  15:34:41
1212         Log: The #8843 wasn't quite right: %Config needs to imported.
1213      Branch: perl
1214            ! t/run/runenv.t
1215 ____________________________________________________________________________
1216 [  8846] By: jhi                                   on 2001/02/20  15:31:50
1217         Log: Retract the #8838 and #8840 for now because of
1218              the DB_File tie problem.
1219      Branch: perl
1220            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
1221            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
1222            ! proto.h sv.c
1223 ____________________________________________________________________________
1224 [  8845] By: alanbur                               on 2001/02/20  14:25:41
1225         Log: Removed GV <-> CV refcount loop
1226              CvGV(mycv) points to the parent GV of the CV, and was previously
1227              refcounted.  The pointer remains, but the refcounting has been removed
1228              as it causes a refcount loop between the CV and GV that means the CV
1229              can't ever be deleted.
1230      Branch: maint-5.6/pureperl
1231            ! gv.c op.c pp.c
1232 ____________________________________________________________________________
1233 [  8844] By: alanbur                               on 2001/02/20  14:23:13
1234         Log: Fixed %^H scoping bug
1235      Branch: maint-5.6/pureperl
1236            ! scope.c
1237 ____________________________________________________________________________
1238 [  8843] By: jhi                                   on 2001/02/19  13:38:08
1239         Log: fork() not everywhere, cleanup temp files.
1240      Branch: perl
1241            ! t/run/runenv.t
1242 ____________________________________________________________________________
1243 [  8842] By: alanbur                               on 2001/02/19  12:42:07
1244         Log: Resynchronised with parent
1245      Branch: maint-5.6/pureperl
1246           !> pod/perlfaq4.pod sv.c utf8.c
1247 ____________________________________________________________________________
1248 [  8841] By: jhi                                   on 2001/02/19  03:35:51
1249         Log: Update Changes.
1250      Branch: perl
1251            ! Changes patchlevel.h
1252 ____________________________________________________________________________
1253 [  8840] By: jhi                                   on 2001/02/19  00:23:41
1254         Log: Subject: [patch] add sv_setref_uv
1255              From: Doug MacEachern <dougm@covalent.net>
1256              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
1257              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
1258      Branch: perl
1259            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1260            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
1261 ____________________________________________________________________________
1262 [  8839] By: jhi                                   on 2001/02/19  00:01:38
1263         Log: Put to rest the 20010205.001, the email address checking (not) regex.
1264      Branch: perl
1265            ! pod/perlfaq9.pod
1266 ____________________________________________________________________________
1267 [  8838] By: jhi                                   on 2001/02/18  22:17:54
1268         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
1269              From: Doug MacEachern <dougm@covalent.net>
1270              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
1271              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
1272      Branch: perl
1273            ! lib/ExtUtils/xsubpp
1274 ____________________________________________________________________________
1275 [  8837] By: jhi                                   on 2001/02/18  22:16:50
1276         Log: Subject: [patch] -Wall cleanup round 2
1277              From: Doug MacEachern <dougm@covalent.net>
1278              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
1279              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
1280      Branch: perl
1281            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
1282            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
1283            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
1284            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
1285            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
1286            ! ext/SDBM_File/SDBM_File.xs
1287 ____________________________________________________________________________
1288 [  8836] By: jhi                                   on 2001/02/18  22:11:20
1289         Log: Misapplied regex optimizations when \C is present.
1290              Fixes 20001230.002.
1291              
1292              What still remains broken is that the submatches that
1293              have \C in them get their UTF8 flag on because their
1294              parent SV has it on.  This will result in malformed
1295              UTF8 if a \C happened to match a non-ASCII byte.
1296      Branch: perl
1297            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
1298            ! t/pragma/utf8.t
1299 ____________________________________________________________________________
1300 [  8835] By: jhi                                   on 2001/02/18  20:12:02
1301         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
1302              
1303              The hash key got wrongly UTF8fied.
1304      Branch: perl
1305            ! pod/perlapi.pod toke.c utf8.c
1306 ____________________________________________________________________________
1307 [  8834] By: jhi                                   on 2001/02/18  19:44:25
1308         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
1309              don't warn on magical or overloaded things.
1310      Branch: perl
1311            ! pp_hot.c
1312 ____________________________________________________________________________
1313 [  8833] By: nick                                  on 2001/02/18  19:31:22
1314         Log: Integrate mainline
1315      Branch: perlio
1316           +> t/TestInit.pm t/run/runenv.t
1317            - t/UTEST
1318           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
1319           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
1320           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
1321           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
1322           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
1323           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
1324           !> utf8.c
1325 ____________________________________________________________________________
1326 [  8832] By: jhi                                   on 2001/02/18  19:21:18
1327         Log: Integrate perlio.
1328      Branch: perl
1329           !> perlio.c pod/perldiag.pod
1330 ____________________________________________________________________________
1331 [  8831] By: jhi                                   on 2001/02/18  19:14:20
1332         Log: Integrate change #8827 from mainline.
1333              
1334              UTF8 tweaks.
1335      Branch: maint-5.6/perl
1336           !> sv.c utf8.c
1337 ____________________________________________________________________________
1338 [  8830] By: nick                                  on 2001/02/18  19:10:34
1339         Log: Apply the spirit of patch from Nick Clark:
1340              Subject: [PATCH] Re: extensions that provide layers
1341              From: Nicholas Clark <nick@ccl4.org>
1342              Date: Mon, 12 Feb 2001 16:43:51 +0000
1343              Message-Id: <20010212164350.Q3652@plum.flirble.org>
1344      Branch: perlio
1345            ! perlio.c pod/perldiag.pod
1346 ____________________________________________________________________________
1347 [  8829] By: jhi                                   on 2001/02/18  19:03:25
1348         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
1349              From: schwern@pobox.com 
1350              Date: Sun, 18 Feb 2001 13:44:35 -0500
1351              Message-ID: <20010218134435.A17544@magnonel.guild.net>
1352              
1353              Applied, but as t/TestInit.pm.
1354      Branch: perl
1355            + t/TestInit.pm
1356            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
1357            ! t/op/subst_wamp.t
1358 ____________________________________________________________________________
1359 [  8828] By: jhi                                   on 2001/02/18  18:43:52
1360         Log: Integrate perlio.
1361      Branch: perl
1362           !> perlio.c
1363 ____________________________________________________________________________
1364 [  8827] By: jhi                                   on 2001/02/18  18:41:33
1365         Log: UTF-8 tweaks.
1366      Branch: perl
1367            ! sv.c utf8.c
1368 ____________________________________________________________________________
1369 [  8826] By: nick                                  on 2001/02/18  17:40:59
1370         Log: Fix [ID 20010217.002]
1371              open FOO, "<:raw:perlio", ...
1372              :raw now inserts default base layer below itself.
1373              Also
1374              open FOO, "<:unix", ...
1375              works as well - but leaves buffer layer on stack under the unix layer.
1376      Branch: perlio
1377            ! perlio.c
1378 ____________________________________________________________________________
1379 [  8825] By: jhi                                   on 2001/02/18  17:15:39
1380         Log: Integrate perlio.
1381      Branch: perl
1382           !> perlio.c perliol.h
1383 ____________________________________________________________________________
1384 [  8824] By: jhi                                   on 2001/02/18  17:10:53
1385         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
1386              From: schwern@pobox.com
1387              Date: Sun, 18 Feb 2001 01:48:50 -0500
1388              Message-ID: <20010218014850.C19957@magnonel.guild.net>
1389      Branch: perl
1390            ! lib/Test/Harness.pm t/TEST t/op/chop.t
1391 ____________________________________________________________________________
1392 [  8823] By: jhi                                   on 2001/02/18  17:01:06
1393         Log: Add run/*.t to testables.
1394      Branch: perl
1395            ! t/TEST
1396 ____________________________________________________________________________
1397 [  8822] By: jhi                                   on 2001/02/18  16:58:58
1398         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
1399              From: schwern@pobox.com
1400              Date: Sun, 18 Feb 2001 01:11:35 -0500
1401              Message-ID: <20010218011135.A19957@magnonel.guild.net>
1402              
1403              Revive mjd's and Simon's PERL5OPT fix.
1404      Branch: perl
1405            + t/run/runenv.t
1406            ! MANIFEST perl.c
1407 ____________________________________________________________________________
1408 [  8821] By: jhi                                   on 2001/02/18  16:53:46
1409         Log: Subject: Re: Why t/TEST and not Test::Harness?
1410              From: schwern@pobox.com
1411              Date: Sat, 17 Feb 2001 22:44:44 -0500
1412              Message-ID: <20010217224444.A6679@magnonel.guild.net>
1413              
1414              Replace UTEST with TEST -utf8.
1415      Branch: perl
1416            - t/UTEST
1417            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
1418            ! t/lib/glob-basic.t
1419 ____________________________________________________________________________
1420 [  8820] By: nick                                  on 2001/02/18  13:06:16
1421         Log: Clean up a few core dumps when layers are used in unexpected ways.
1422              (Still not "right"...)
1423      Branch: perlio
1424            ! perlio.c perliol.h
1425 ____________________________________________________________________________
1426 [  8819] By: jhi                                   on 2001/02/18  02:25:55
1427         Log: Integrate change #8818 from maintperl, a FAQ nit.
1428      Branch: perl
1429           !> pod/perlfaq4.pod
1430 ____________________________________________________________________________
1431 [  8818] By: jhi                                   on 2001/02/18  02:24:50
1432         Log: FAQ nit from Chris Fedde.
1433      Branch: maint-5.6/perl
1434            ! pod/perlfaq4.pod
1435 ____________________________________________________________________________
1436 [  8817] By: nick                                  on 2001/02/17  18:20:14
1437         Log: Integrate mainline
1438      Branch: perlio
1439           +> lib/unicode/UCD.html lib/unicode/Unicode.html
1440           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
1441           +> pod/perlclib.pod
1442            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
1443            - lib/unicode/Unicode.301
1444           !> (integrate 324 files)
1445 ____________________________________________________________________________
1446 [  8816] By: jhi                                   on 2001/02/17  16:56:58
1447         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
1448      Branch: perl
1449            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1450            ! ext/Storable/Storable.xs t/lib/st-06compat.t
1451            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
1452 ____________________________________________________________________________
1453 [  8815] By: jhi                                   on 2001/02/17  16:40:07
1454         Log: Subject: [patch] -Wall
1455              From: Doug MacEachern <dougm@covalent.net>
1456              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
1457              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
1458      Branch: perl
1459            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
1460            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
1461 ____________________________________________________________________________
1462 [  8814] By: jhi                                   on 2001/02/16  19:27:18
1463         Log: Document qu better.
1464      Branch: perl
1465            ! pod/perlop.pod
1466 ____________________________________________________________________________
1467 [  8813] By: jhi                                   on 2001/02/15  13:54:37
1468         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
1469              From: Hugo <hv@crypt.compulink.co.uk>
1470              Date: Thu, 15 Feb 2001 13:39:49 +0000
1471              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
1472      Branch: perl
1473            ! toke.c
1474 ____________________________________________________________________________
1475 [  8812] By: alanbur                               on 2001/02/15  13:52:16
1476         Log: Resynchronised with parent
1477      Branch: maint-5.6/pureperl
1478            - ebcdic.c
1479           !> (integrate 36 files)
1480 ____________________________________________________________________________
1481 [  8811] By: jhi                                   on 2001/02/15  13:51:16
1482         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
1483              
1484              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
1485              From: Jan Dubois <JanD@ActiveState.com>
1486              Date: Wed, 31 Jan 2001 21:17:03 -0800
1487              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
1488              
1489              tweak change#8659 to keep it simple
1490              
1491              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
1492              From: Russ Allbery <rra@stanford.edu>
1493              Date: 14 Feb 2001 10:15:41 -0800
1494              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
1495              
1496              (8809 empty)
1497
1498              Upgrade to podlators 1.08, from Russ Allbery.
1499      Branch: perl
1500           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
1501           !> utils/perldoc.PL
1502 ____________________________________________________________________________
1503 [  8810] By: jhi                                   on 2001/02/15  13:35:08
1504         Log: Upgrade to podlators 1.08, from Russ Allbery.
1505      Branch: maint-5.6/perl
1506            ! lib/Pod/Man.pm lib/Pod/Text.pm
1507 ____________________________________________________________________________
1508 [  8809] By: jhi                                   on 2001/02/15  13:26:38
1509         Log: (accidentally empty check-in)
1510      Branch: maint-5.6/perl
1511            ! lib/Test/Harness.pm
1512 ____________________________________________________________________________
1513 [  8808] By: jhi                                   on 2001/02/15  13:23:47
1514         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
1515              From: Russ Allbery <rra@stanford.edu>
1516              Date: 14 Feb 2001 10:15:41 -0800
1517              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
1518              
1519              perldoc was hardcoding $Config{installscript}, which breaks
1520              when install* isn't where Perl ends up (such as with AFS).
1521              
1522              Use $Config{scriptdir} instead.
1523      Branch: maint-5.6/perl
1524            ! utils/perldoc.PL
1525 ____________________________________________________________________________
1526 [  8807] By: jhi                                   on 2001/02/14  14:37:27
1527         Log: Update Changes.
1528      Branch: perl
1529            ! Changes patchlevel.h
1530 ____________________________________________________________________________
1531 [  8806] By: jhi                                   on 2001/02/14  14:25:31
1532         Log: Integrate changes #8803,8804,8805 from mainline.
1533              
1534              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
1535              
1536              Don't skip too much of the locale error message if no environ array,
1537              from Chris Nandor.
1538              
1539              More MacOS Classic fixes from Chris Nandor.
1540      Branch: maint-5.6/perl
1541           !> doop.c lib/Cwd.pm perl.c perl.h util.c
1542 ____________________________________________________________________________
1543 [  8805] By: jhi                                   on 2001/02/14  03:29:01
1544         Log: More MacOS Classic fixes from Chris Nandor.
1545      Branch: perl
1546            ! doop.c lib/Cwd.pm
1547 ____________________________________________________________________________
1548 [  8804] By: jhi                                   on 2001/02/14  03:18:35
1549         Log: Don't skip too much of the locale error message if no environ array,
1550              from Chris Nandor.
1551      Branch: perl
1552            ! util.c
1553 ____________________________________________________________________________
1554 [  8803] By: jhi                                   on 2001/02/14  03:14:14
1555         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
1556      Branch: perl
1557            ! perl.c perl.h
1558 ____________________________________________________________________________
1559 [  8802] By: jhi                                   on 2001/02/13  18:31:33
1560         Log: AUTHORS update.
1561      Branch: perl
1562            ! AUTHORS
1563 ____________________________________________________________________________
1564 [  8801] By: jhi                                   on 2001/02/13  17:55:19
1565         Log: Integrate change #8792 from mainline.
1566              
1567              Subject: buncha MacPerl patches for bleadperl
1568              From: Chris Nandor <pudge@pobox.com>
1569              Date: Tue, 13 Feb 2001 00:02:43 -0500
1570              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
1571      Branch: maint-5.6/perl
1572           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
1573           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
1574           !> t/lib/basename.t toke.c util.h
1575 ____________________________________________________________________________
1576 [  8800] By: jhi                                   on 2001/02/13  17:46:43
1577         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
1578              to be forced to Off_t.
1579              
1580              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
1581              From: nick@ccl4.org
1582              Date: Thu, 1 Feb 2001 12:01:04 +0000
1583              Message-Id: <20010201120103.E11401@plum.flirble.org>
1584      Branch: maint-5.6/perl
1585            ! iperlsys.h perlio.c
1586 ____________________________________________________________________________
1587 [  8799] By: jhi                                   on 2001/02/13  16:52:51
1588         Log: Duplex duplex hunk hunk.
1589      Branch: maint-5.6/perl
1590            ! Makefile.SH
1591 ____________________________________________________________________________
1592 [  8797] By: jhi                                   on 2001/02/13  14:52:04
1593         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
1594              From: "Craig A. Berry" <craigberry@mac.com>
1595              Date: Mon, 12 Feb 2001 11:05:25 -0600
1596              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
1597      Branch: perl
1598            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
1599 ____________________________________________________________________________
1600 [  8796] By: jhi                                   on 2001/02/13  14:36:47
1601         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
1602              From: simon.cozens@pembroke.oxford.ac.uk 
1603              Date: Sat, 10 Feb 2001 17:57:02 +0000
1604              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
1605              
1606              Now it does include.
1607      Branch: perl
1608            ! pod/perldiag.pod
1609 ____________________________________________________________________________
1610 [  8795] By: jhi                                   on 2001/02/13  14:30:11
1611         Log: Sort the MANIFEST.
1612      Branch: perl
1613            ! MANIFEST
1614 ____________________________________________________________________________
1615 [  8794] By: jhi                                   on 2001/02/13  14:26:51
1616         Log: Integrate change #8793 from mainline, FAQ updates.
1617      Branch: maint-5.6/perl
1618           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
1619 ____________________________________________________________________________
1620 [  8793] By: jhi                                   on 2001/02/13  14:25:13
1621         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
1622      Branch: perl
1623            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
1624 ____________________________________________________________________________
1625 [  8792] By: jhi                                   on 2001/02/13  14:22:50
1626         Log: Subject: buncha MacPerl patches for bleadperl
1627              From: Chris Nandor <pudge@pobox.com>
1628              Date: Tue, 13 Feb 2001 00:02:43 -0500
1629              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
1630      Branch: perl
1631            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
1632            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
1633            ! t/lib/basename.t toke.c util.h
1634 ____________________________________________________________________________
1635 [  8791] By: jhi                                   on 2001/02/13  14:10:39
1636         Log: Integrate change #8790 from mainline.
1637              
1638              environ array wrongly assumed in Perl_init_i18nl10n(),
1639      Branch: maint-5.6/perl
1640           !> util.c
1641 ____________________________________________________________________________
1642 [  8790] By: jhi                                   on 2001/02/13  14:06:15
1643         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
1644              noticed by Chris Nandor in MacOS Classic.
1645      Branch: perl
1646            ! util.c
1647 ____________________________________________________________________________
1648 [  8789] By: jhi                                   on 2001/02/13  13:58:07
1649         Log: Integrate changes #8373,8487,8544,8783 from mainline.
1650              
1651              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
1652              hints files, the dynaloading, assimilate ebcdic into util.c.
1653      Branch: maint-5.6/perl
1654            - ebcdic.c
1655            ! MANIFEST hints/posix-bc.sh
1656           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
1657           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
1658           !> perlapi.c proto.h util.c
1659 ____________________________________________________________________________
1660 [  8788] By: alanbur                               on 2001/02/13  10:33:13
1661         Log: Integrated changes from maint-5.6
1662      Branch: maint-5.6/pureperl
1663           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
1664           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
1665           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1666           !> vos/config.ga.h vos/configure_perl.cm
1667 ____________________________________________________________________________
1668 [  8787] By: jhi                                   on 2001/02/13  05:56:36
1669         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
1670      Branch: perl
1671           !> Makefile.SH
1672 ____________________________________________________________________________
1673 [  8786] By: jhi                                   on 2001/02/13  05:54:34
1674         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
1675              From: Dorner Thomas <Thomas.Dorner@start.de>
1676              Date: Mon, 12 Feb 2001 15:06:26 +0100
1677              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
1678      Branch: maint-5.6/perl
1679            ! Makefile.SH
1680 ____________________________________________________________________________
1681 [  8785] By: jhi                                   on 2001/02/13  05:29:04
1682         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
1683      Branch: perl
1684           !> hints/openbsd.sh
1685 ____________________________________________________________________________
1686 [  8784] By: jhi                                   on 2001/02/13  02:25:24
1687         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
1688              From: Peter Prymmer <pvhp@forte.com>
1689              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
1690              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
1691      Branch: perl
1692            ! pod/perlclib.pod
1693 ____________________________________________________________________________
1694 [  8783] By: jhi                                   on 2001/02/13  02:22:36
1695         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
1696      Branch: perl
1697            - ebcdic.c
1698            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
1699            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
1700            ! util.c
1701 ____________________________________________________________________________
1702 [  8782] By: jhi                                   on 2001/02/13  02:00:07
1703         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
1704      Branch: maint-5.6/perl
1705            ! pod/perlport.pod
1706 ____________________________________________________________________________
1707 [  8781] By: jhi                                   on 2001/02/13  01:58:44
1708         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
1709      Branch: maint-5.6/perl
1710            ! hints/openbsd.sh
1711 ____________________________________________________________________________
1712 [  8780] By: jhi                                   on 2001/02/13  01:57:33
1713         Log: Synchronize the regexp tests between maintperl and mainline.
1714      Branch: maint-5.6/perl
1715           !> t/op/re_tests
1716 ____________________________________________________________________________
1717 [  8779] By: jhi                                   on 2001/02/13  01:49:35
1718         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
1719              From: Hugo <hv@crypt.compulink.co.uk>
1720              Date: Tue, 13 Feb 2001 00:11:11 +0000
1721              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
1722      Branch: perl
1723            ! regcomp.c t/op/re_tests
1724 ____________________________________________________________________________
1725 [  8778] By: jhi                                   on 2001/02/13  00:23:10
1726         Log: Comments do not nest.
1727      Branch: perl
1728            ! perl.h
1729 ____________________________________________________________________________
1730 [  8777] By: jhi                                   on 2001/02/13  00:17:54
1731         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
1732              From: Hugo <hv@crypt.compulink.co.uk>
1733              Date: Tue, 13 Feb 2001 00:11:11 +0000
1734              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
1735      Branch: maint-5.6/perl
1736            ! regcomp.c t/op/re_tests
1737 ____________________________________________________________________________
1738 [  8776] By: jhi                                   on 2001/02/12  23:25:52
1739         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
1740      Branch: maint-5.6/perl
1741            ! pod/perlport.pod
1742 ____________________________________________________________________________
1743 [  8775] By: jhi                                   on 2001/02/12  23:04:28
1744         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
1745      Branch: maint-5.6/perl
1746            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
1747            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
1748            ! vos/configure_perl.cm
1749 ____________________________________________________________________________
1750 [  8774] By: jhi                                   on 2001/02/12  22:59:11
1751         Log: Subject: Re: [patch] context for 'U' magic functions
1752              From: Doug MacEachern <dougm@covalent.net>
1753              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
1754              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
1755              
1756              plus the suggestion by Nick Ing-Simmons to name the macro
1757              as PERL_MG_UFUNC to avoid namespace pollution, plus add
1758              the advice by Doug for XS writers to perl.h
1759      Branch: perl
1760            ! mg.c perl.h
1761 ____________________________________________________________________________
1762 [  8773] By: jhi                                   on 2001/02/11  20:14:12
1763         Log: Update Changes.
1764      Branch: perl
1765            ! Changes patchlevel.h
1766 ____________________________________________________________________________
1767 [  8772] By: jhi                                   on 2001/02/11  18:47:52
1768         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
1769              From: Simon Cozens <simon@cozens.net>
1770              Date: Wed, 31 Jan 2001 16:31:43 +0000
1771              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
1772      Branch: perl
1773            + pod/perlclib.pod
1774            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
1775            ! pod/perltoc.pod
1776 ____________________________________________________________________________
1777 [  8771] By: jhi                                   on 2001/02/11  18:36:48
1778         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
1779              
1780              Blocks-4d3.beta.txt
1781              CaseFolding-3d4.beta.txt
1782              CompositionExclusions-3d6.beta.txt
1783              EastAsianWidth-4d4.beta.txt
1784              LineBreak-6d3.beta.txt
1785              NamesList-3.1.0d1.beta.txt
1786              PropList-3.1.0d4.beta.txt
1787              SpecialCasing-4d1.beta.txt
1788              UnicodeData-3.1.0d6.beta.txt
1789      Branch: perl
1790            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
1791           +> lib/unicode/UCD.html lib/unicode/Unicode.html
1792            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
1793            - lib/unicode/Unicode.301
1794            ! (edit 257 files)
1795 ____________________________________________________________________________
1796 [  8770] By: jhi                                   on 2001/02/11  17:26:22
1797         Log: UTF-8 documentation.
1798      Branch: perl
1799            ! utf8.h
1800 ____________________________________________________________________________
1801 [  8769] By: jhi                                   on 2001/02/11  17:12:49
1802         Log: Retract #8762.
1803      Branch: perl
1804            ! regexec.c
1805 ____________________________________________________________________________
1806 [  8768] By: jhi                                   on 2001/02/11  16:54:45
1807         Log: Subject: [PATCH] Test::Harness
1808              From: andreas.koenig@anima.de (Andreas J. Koenig)
1809              Date: 11 Feb 2001 14:37:00 +0100
1810              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
1811      Branch: perl
1812            ! lib/Test/Harness.pm
1813 ____________________________________________________________________________
1814 [  8767] By: jhi                                   on 2001/02/11  16:53:52
1815         Log: Subject: [PATCH] Document makepatch in Porting/patching
1816              From: andreas.koenig@anima.de (Andreas J. Koenig)
1817              Date: 11 Feb 2001 16:46:28 +0100
1818              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
1819      Branch: perl
1820            ! Porting/patching.pod
1821 ____________________________________________________________________________
1822 [  8766] By: jhi                                   on 2001/02/11  06:30:23
1823         Log: Subject: Re: [patch] GvSHARED
1824              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
1825              From: Doug MacEachern <dougm@covalent.net>
1826              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
1827              
1828              Subject: Re: [patch] GvSHARED
1829              From: Doug MacEachern <dougm@covalent.net>
1830              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
1831              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
1832              
1833              Subject: [patch] attributes.pm support for `shared'
1834              From: Doug MacEachern <dougm@covalent.net>
1835              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
1836              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
1837              
1838              our() attributes were ignored, our :shared pieces missing,
1839              allow attributes.pm to turn on shared.
1840      Branch: perl
1841            ! op.c t/op/attrs.t toke.c xsutils.c
1842 ____________________________________________________________________________
1843 [  8765] By: alanbur                               on 2001/02/10  23:11:19
1844         Log: Resync with parent (hopefully sucessfully this time)
1845      Branch: maint-5.6/pureperl
1846           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
1847           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
1848           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
1849           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
1850           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
1851           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
1852           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
1853 ____________________________________________________________________________
1854 [  8764] By: jhi                                   on 2001/02/10  22:54:38
1855         Log: Make TEST and UTEST more verbose in case something goes
1856              wrong in running/compiling a script, suggested by Doug
1857              MacEachern.
1858      Branch: perl
1859            ! t/TEST t/UTEST
1860 ____________________________________________________________________________
1861 [  8763] By: jhi                                   on 2001/02/10  22:11:34
1862         Log: Bogus shebang.
1863      Branch: perl
1864            ! t/lib/texttabs.t
1865 ____________________________________________________________________________
1866 [  8762] By: jhi                                   on 2001/02/10  21:56:02
1867         Log: (Retracted by #8769)
1868      Branch: perl
1869            ! regexec.c
1870 ____________________________________________________________________________
1871 [  8761] By: jhi                                   on 2001/02/10  21:26:15
1872         Log: Subject: Re: [patch] GvSHARED 
1873              From: Doug MacEachern <dougm@covalent.net>
1874              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
1875              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
1876              
1877              our @EXPORT : shared = (...);
1878      Branch: perl
1879            ! toke.c
1880 ____________________________________________________________________________
1881 [  8760] By: jhi                                   on 2001/02/10  21:25:07
1882         Log: Subject: [patch] GvSHARED
1883              From: Doug MacEachern <dougm@covalent.net>
1884              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
1885              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
1886      Branch: perl
1887            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
1888 ____________________________________________________________________________
1889 [  8759] By: alanbur                               on 2001/02/10  21:24:27
1890         Log: Backed out mismerge.
1891      Branch: maint-5.6/pureperl
1892            ! MANIFEST README.hpux README.vmesa gv.c installhtml
1893            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
1894            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
1895            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
1896            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
1897            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
1898            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
1899 ____________________________________________________________________________
1900 [  8758] By: jhi                                   on 2001/02/10  18:01:17
1901         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
1902              
1903              Fixed UMRs and leak in Perl_pmtrans()
1904              
1905              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
1906              associated UTFied tr/// code.  Also fixed scoping leak of
1907              PL_reg_start_tmp.
1908              
1909              newATTRSUB leaks when an attempt to redefine the active sort sub is
1910              made.
1911      Branch: maint-5.6/perl
1912           !> op.c regcomp.c
1913 ____________________________________________________________________________
1914 [  8757] By: alanbur                               on 2001/02/10  17:56:46
1915         Log: Resynchronised with parent
1916      Branch: maint-5.6/pureperl
1917           +> README.bs2000
1918            - README.posix-bc
1919            ! gv.c perl.c sv.c
1920           !> MANIFEST README.hpux README.vmesa installhtml
1921           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
1922           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
1923           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
1924           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
1925           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
1926           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
1927 ____________________________________________________________________________
1928 [  8756] By: alanbur                               on 2001/02/10  17:51:15
1929         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
1930              made.
1931      Branch: maint-5.6/pureperl
1932            ! op.c
1933 ____________________________________________________________________________
1934 [  8755] By: jhi                                   on 2001/02/09  22:41:35
1935         Log: Upgrade to CPAN 1.59_54, from Andreas König.
1936      Branch: perl
1937            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
1938 ____________________________________________________________________________
1939 [  8754] By: jhi                                   on 2001/02/09  22:29:20
1940         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
1941              
1942              Didn't upgrade the fill.t since it has a dependency to File::Slurp
1943              purely for debugging purposes, the actual test hasn't changed.
1944      Branch: perl
1945            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
1946            ! t/lib/textwrap.t
1947 ____________________________________________________________________________
1948 [  8753] By: jhi                                   on 2001/02/09  20:17:50
1949         Log: Integrate change #8682 from maintperl.
1950              
1951              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
1952              to work correctly.
1953      Branch: perl
1954           !> hints/irix_6.sh
1955 ____________________________________________________________________________
1956 [  8752] By: jhi                                   on 2001/02/09  20:00:46
1957         Log: Update Changes.
1958      Branch: perl
1959            ! Changes patchlevel.h
1960 ____________________________________________________________________________
1961 [  8751] By: nick                                  on 2001/02/09  19:48:37
1962         Log: Integrate mainline
1963      Branch: perlio
1964           +> README.bs2000 t/lib/cgi-esc.t
1965            - README.posix-bc
1966           !> (integrate 53 files)
1967 ____________________________________________________________________________
1968 [  8750] By: nick                                  on 2001/02/09  19:25:16
1969         Log: Subject: RE: Biannual Competition to Improve Hashing Function
1970              From: Fisher Mark <fisherm@tce.com>
1971              Date: Thu, 8 Feb 2001 10:44:00 -0500
1972              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
1973              Date: Thu, 8 Feb 2001 15:02:47 -0500
1974              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
1975      Branch: perl
1976            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
1977 ____________________________________________________________________________
1978 [  8749] By: jhi                                   on 2001/02/09  19:02:35
1979         Log: Forgotten fragment.
1980      Branch: perl
1981            ! pod/perlapi.pod
1982 ____________________________________________________________________________
1983 [  8748] By: jhi                                   on 2001/02/09  18:31:34
1984         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
1985              plus manual tweakage.
1986              
1987              Sync the perlfaq2 between mainline and maintperl.
1988      Branch: maint-5.6/perl
1989            ! pod/perlfaq2.pod
1990      Branch: perl
1991           !> pod/perlfaq2.pod
1992 ____________________________________________________________________________
1993 [  8747] By: jhi                                   on 2001/02/09  18:12:04
1994         Log: Subject: versiononly and installperl
1995              From: abigail@foad.org
1996              Date: Wed, 7 Feb 2001 22:43:12 +0100
1997              Message-ID: <20010207214312.7045.qmail@foad.org>    
1998              
1999              Add +v flag to force a normal install of the perl binary
2000              and the utilities.
2001              
2002              Subject: [PATCH] installperl
2003              From: Nicholas Clark <nick@ccl4.org>
2004              Date: Fri, 9 Feb 2001 16:28:57 +0000
2005              Message-ID: <20010209162857.B10931@plum.flirble.org>
2006              
2007              Add -A flag which also hardlinks the binary with
2008              the full architecture name.
2009      Branch: perl
2010            ! installperl
2011 ____________________________________________________________________________
2012 [  8746] By: jhi                                   on 2001/02/09  18:03:43
2013         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
2014              
2015              Subject: perlfaq2, re: perlmongers
2016              
2017              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
2018              
2019              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
2020              
2021              Subject: [ID 20010205.001] typo in perlfaq9
2022              
2023              Subject: [ID 20010208.002] unordered explanation in perlcall
2024      Branch: maint-5.6/perl
2025           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
2026           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
2027           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
2028 ____________________________________________________________________________
2029 [  8745] By: jhi                                   on 2001/02/09  17:59:09
2030         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
2031              From: abela@geneanet.org
2032              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
2033              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
2034      Branch: perl
2035            ! pod/perlcall.pod
2036 ____________________________________________________________________________
2037 [  8744] By: jhi                                   on 2001/02/09  17:48:16
2038         Log: Subject: [ID 20010205.001] typo in perlfaq9
2039              From: eserte@vran.herceg.de
2040              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
2041              Message-Id: <200102042244.XAA21926@vran.herceg.de>
2042      Branch: perl
2043            ! pod/perlfaq9.pod
2044 ____________________________________________________________________________
2045 [  8743] By: jhi                                   on 2001/02/09  17:25:12
2046         Log: Integrate change #8695 from maintperl.
2047              
2048              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
2049      Branch: perl
2050           !> thread.h
2051 ____________________________________________________________________________
2052 [  8742] By: jhi                                   on 2001/02/09  17:21:22
2053         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
2054              From: Andy Dougherty <doughera@lafayette.edu>
2055              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
2056              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
2057      Branch: perl
2058            ! embed.pl
2059 ____________________________________________________________________________
2060 [  8741] By: jhi                                   on 2001/02/09  17:05:19
2061         Log: Integrate changes #8738,8739,8740 from maintperl.
2062              
2063              Html files will be installed in a more logical and easier to
2064              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
2065              
2066              Html files will be generated with a header to make them look
2067              a little less bare.
2068              
2069              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
2070      Branch: perl
2071           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
2072 ____________________________________________________________________________
2073 [  8740] By: jhi                                   on 2001/02/09  17:03:46
2074         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
2075              From: "Brendan O'Dea" <bod@compusol.com.au>
2076              Date: Sun, 4 Feb 2001 11:17:56 +1100
2077              Message-ID: <20010204111756.A16301@compusol.com.au>
2078      Branch: maint-5.6/perl
2079            ! pod/perlfaq3.pod
2080 ____________________________________________________________________________
2081 [  8739] By: jhi                                   on 2001/02/09  17:01:59
2082         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
2083              From: "Indy Singh" <indy@nusphere.com>
2084              Date: Fri, 2 Feb 2001 15:09:59 -0500
2085              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
2086              
2087              Html files will be generated with a header to make them look
2088              a little less bare.
2089      Branch: maint-5.6/perl
2090            ! installhtml
2091 ____________________________________________________________________________
2092 [  8738] By: jhi                                   on 2001/02/09  16:58:48
2093         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
2094              From: "Indy Singh" <indy@nusphere.com>
2095              Date: Fri, 2 Feb 2001 15:08:23 -0500
2096              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
2097              
2098              Html files will be installed in a more logical and easier to
2099              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
2100      Branch: maint-5.6/perl
2101            ! win32/Makefile win32/makefile.mk
2102 ____________________________________________________________________________
2103 [  8737] By: jhi                                   on 2001/02/09  16:46:54
2104         Log: Integrate changes #8687,8736 from maintperl.
2105              
2106              HP-UX thread patches from Merijn H. Brand.
2107              
2108              Latin nit from Philip Newton.
2109      Branch: perl
2110           !> README.hpux hints/hpux.sh
2111 ____________________________________________________________________________
2112 [  8736] By: jhi                                   on 2001/02/09  16:42:31
2113         Log: Latin nit from Philip Newton.
2114      Branch: maint-5.6/perl
2115            ! README.hpux
2116 ____________________________________________________________________________
2117 [  8735] By: jhi                                   on 2001/02/09  16:24:03
2118         Log: Integrate changes #8704,8710 from pureperl.
2119              
2120              Fixed UMRs and leak in Perl_pmtrans()
2121              
2122              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
2123              associated UTFied tr/// code.  Also fixed scoping leak of
2124              PL_reg_start_tmp.
2125      Branch: perl
2126           !> op.c regcomp.c
2127 ____________________________________________________________________________
2128 [  8734] By: jhi                                   on 2001/02/09  15:40:21
2129         Log: Integrate change #8733 from maintperl.
2130              
2131              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
2132      Branch: perl
2133           !> pod/perlre.pod
2134 ____________________________________________________________________________
2135 [  8733] By: jhi                                   on 2001/02/09  15:35:47
2136         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
2137              From: Prymmer/Kahn <pvhp@best.com>
2138              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
2139              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
2140      Branch: maint-5.6/perl
2141            ! pod/perlre.pod
2142 ____________________________________________________________________________
2143 [  8732] By: jhi                                   on 2001/02/09  15:26:17
2144         Log: Rename README.posix-bc to README.bs2000 (to avoid the
2145              confusion of a "perlposix-bc.pod"), add a few missing
2146              arch pods, regen toc.
2147      Branch: maint-5.6/perl
2148           +> README.bs2000
2149            - README.posix-bc
2150            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
2151            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
2152 ____________________________________________________________________________
2153 [  8731] By: jhi                                   on 2001/02/09  15:23:39
2154         Log: De-cut-and-pasto.
2155      Branch: perl
2156            ! pod/perl.pod
2157 ____________________________________________________________________________
2158 [  8730] By: jhi                                   on 2001/02/09  15:11:13
2159         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
2160              when people think that perlposix-bc.pod tells anything about
2161              Perl and POSIX.  Regen toc.
2162      Branch: perl
2163           +> README.bs2000
2164            - README.posix-bc
2165            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
2166            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
2167 ____________________________________________________________________________
2168 [  8729] By: jhi                                   on 2001/02/09  14:52:28
2169         Log: The README.vmesa part of #8712 from maintperl.
2170      Branch: perl
2171            ! README.vmesa
2172 ____________________________________________________________________________
2173 [  8728] By: jhi                                   on 2001/02/09  14:46:06
2174         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
2175              From: Peter Prymmer <pvhp@forte.com>
2176              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
2177              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
2178      Branch: maint-5.6/perl
2179            ! README.vmesa win32/Makefile win32/makefile.mk
2180 ____________________________________________________________________________
2181 [  8727] By: jhi                                   on 2001/02/09  14:33:25
2182         Log: Integrate change #8712 from mainline.
2183              
2184              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
2185      Branch: maint-5.6/perl
2186           !> lib/Pod/Find.pm
2187 ____________________________________________________________________________
2188 [  8726] By: jhi                                   on 2001/02/09  14:30:28
2189         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
2190              From: Peter Prymmer <pvhp@forte.com>
2191              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
2192              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
2193      Branch: perl
2194            + t/lib/cgi-esc.t
2195            ! MANIFEST lib/CGI/Util.pm
2196 ____________________________________________________________________________
2197 [  8725] By: jhi                                   on 2001/02/09  04:56:47
2198         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
2199      Branch: maint-5.6/perl
2200            ! pod/perlport.pod
2201 ____________________________________________________________________________
2202 [  8724] By: jhi                                   on 2001/02/09  04:40:59
2203         Log: Integrate changes 7819,7820 from vmsperl into mainline.
2204              
2205              Add header for LIB$ prototypes (C. Berry)
2206              
2207              Convert fwrite()s to sockets to write()s, since some socket stacks
2208              don't take kindly to stdio.
2209              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
2210              (for often optional LNMs)
2211              Correct a few typos
2212              (C. Bailey)
2213      Branch: perl
2214           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
2215 ____________________________________________________________________________
2216 [  8723] By: jhi                                   on 2001/02/09  03:29:29
2217         Log: Integrate change #8722 from mainline.
2218              
2219              The Im() function wasn't returning zero for non-Math::Complex
2220              arguments.  The bug reported by John Gamble.
2221      Branch: maint-5.6/perl
2222           !> lib/Math/Complex.pm
2223 ____________________________________________________________________________
2224 [  8722] By: jhi                                   on 2001/02/09  03:28:33
2225         Log: The Im() function wasn't returning zero for non-Math::Complex
2226              arguments.  The bug reported by John Gamble.
2227      Branch: perl
2228            ! lib/Math/Complex.pm
2229 ____________________________________________________________________________
2230 [  8721] By: nick                                  on 2001/02/08  22:11:35
2231         Log: Correct the correction :-(
2232      Branch: perl
2233            ! perl.c
2234 ____________________________________________________________________________
2235 [  8720] By: bailey                                on 2001/02/08  20:59:22
2236         Log: Convert frwite()s to sockets to write()s, since some socket stacks
2237              don't take kindly to stdio.
2238              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
2239              (for often optional LNMs)
2240              Correct a few typos
2241              (C. Bailey)
2242      Branch: vmsperl
2243            ! vms/vms.c vms/vmsish.h
2244 ____________________________________________________________________________
2245 [  8719] By: bailey                                on 2001/02/08  20:51:02
2246         Log: Add header for LIB$ prototypes (C. Berry)
2247      Branch: vmsperl
2248            ! ext/Devel/DProf/DProf.xs
2249 ____________________________________________________________________________
2250 [  8718] By: bailey                                on 2001/02/08  20:49:00
2251         Log: SYN SYN
2252      Branch: vmsperl
2253           +> pod/perliol.pod t/lib/sample-tests/bailout
2254           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
2255           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
2256           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
2257           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
2258           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
2259           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
2260            - lib/unicode/Is/DCinital.pl
2261           !> (integrate 101 files)
2262 ____________________________________________________________________________
2263 [  8717] By: nick                                  on 2001/02/08  19:38:48
2264         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
2265              From: Robin Barker <rmb1@cise.npl.co.uk>
2266              Date: Thu, 8 Feb 2001 14:38:07 GMT
2267              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
2268      Branch: perl
2269            ! lib/CPAN.pm
2270 ____________________________________________________________________________
2271 [  8716] By: nick                                  on 2001/02/08  19:29:07
2272         Log: Generated files form 8713 etc.
2273      Branch: perl
2274            ! embed.h global.sym objXSUB.h perlapi.c proto.h
2275 ____________________________________________________________________________
2276 [  8715] By: nick                                  on 2001/02/08  19:26:08
2277         Log: Fixup non-ithread build after 8713
2278      Branch: perl
2279            ! perl.c
2280 ____________________________________________________________________________
2281 [  8714] By: nick                                  on 2001/02/08  19:17:45
2282         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
2283              From: nick@ccl4.org
2284              Date: Wed, 7 Feb 2001 00:27:47 +0000
2285              Message-Id: <20010207002747.B63724@plum.flirble.org>
2286      Branch: perl
2287            ! sv.c toke.c
2288 ____________________________________________________________________________
2289 [  8713] By: nick                                  on 2001/02/08  19:15:58
2290         Log: Subject: Re: [patch] Re: PL_ptr_table
2291              From: Doug Maceachern <dougm@covalent.net>
2292              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
2293              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
2294      Branch: perl
2295            ! embed.pl perl.c sv.c sv.h
2296 ____________________________________________________________________________
2297 [  8712] By: nick                                  on 2001/02/08  19:12:47
2298         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
2299              From: Peter Prymmer <pvhp@forte.com>
2300              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
2301              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
2302      Branch: perl
2303            ! lib/Pod/Find.pm
2304 ____________________________________________________________________________
2305 [  8711] By: nick                                  on 2001/02/07  21:06:11
2306         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
2307              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
2308              From: Alan Burlison <Alan.Burlison@uk.sun.com>
2309              Date: Tue, 06 Feb 2001 23:37:01 +0000
2310              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
2311      Branch: perl
2312            ! regcomp.c
2313 ____________________________________________________________________________
2314 [  8710] By: alanbur                               on 2001/02/07  00:22:04
2315         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
2316              associated UTFied tr/// code.  Also fixed scoping leak of
2317              PL_reg_start_tmp.
2318      Branch: maint-5.6/pureperl
2319            ! op.c regcomp.c
2320 ____________________________________________________________________________
2321 [  8709] By: nick                                  on 2001/02/06  21:16:49
2322         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
2323              From: Michael G Schwern <schwern@pobox.com>
2324              Date: Sun, 4 Feb 2001 19:47:14 -0500
2325              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
2326      Branch: perl
2327            ! pod/perlapi.pod pod/perlmodlib.PL
2328 ____________________________________________________________________________
2329 [  8708] By: nick                                  on 2001/02/06  20:41:20
2330         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
2331              From: Michael G Schwern <schwern@pobox.com>
2332              Date: Sun, 4 Feb 2001 21:17:49 -0500
2333              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
2334      Branch: perl
2335            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
2336            ! pod/perltootc.pod
2337 ____________________________________________________________________________
2338 [  8707] By: nick                                  on 2001/02/06  20:29:11
2339         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
2340              From: Michael G Schwern <schwern@pobox.com>
2341              Date: Tue, 6 Feb 2001 05:54:30 -0500
2342              Message-Id: <20010206055430.A951@blackrider.aocn.com>
2343      Branch: perl
2344            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
2345 ____________________________________________________________________________
2346 [  8706] By: nick                                  on 2001/02/06  20:21:40
2347         Log: Subject: RE: some win32 fixes
2348              Date: Tue, 6 Feb 2001 09:23:20 +0300
2349              From: Vadim Konovalov <vkonovalov@lucent.com>
2350              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
2351      Branch: perl
2352            ! toke.c win32/Makefile win32/config.bc win32/config.gc
2353            ! win32/config.vc win32/config_H.bc win32/makefile.mk
2354 ____________________________________________________________________________
2355 [  8705] By: alanbur                               on 2001/02/06  15:00:03
2356         Log: Synchronised with parent
2357      Branch: maint-5.6/pureperl
2358            ! regexec.c
2359           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
2360           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
2361 ____________________________________________________________________________
2362 [  8704] By: alanbur                               on 2001/02/06  14:55:24
2363         Log: Fixed UMRs and leak in Perl_pmtrans()
2364      Branch: maint-5.6/pureperl
2365            ! op.c
2366 ____________________________________________________________________________
2367 [  8703] By: gsar                                  on 2001/02/06  02:29:37
2368         Log: $(MAKE) distclean doesn't clean up properly on windows
2369      Branch: maint-5.6/perl
2370            ! win32/Makefile win32/makefile.mk
2371 ____________________________________________________________________________
2372 [  8702] By: gsar                                  on 2001/02/06  01:00:46
2373         Log: tweak change#8659 to keep it simple
2374      Branch: maint-5.6/perl
2375            ! utils/perldoc.PL
2376 ____________________________________________________________________________
2377 [  8701] By: gsar                                  on 2001/02/05  22:45:41
2378         Log: change#8693 was missing testsuite changes
2379      Branch: maint-5.6/perl
2380           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
2381 ____________________________________________________________________________
2382 [  8700] By: nick                                  on 2001/02/05  20:32:52
2383         Log: Integrate mainline
2384      Branch: perlio
2385           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
2386           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
2387           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
2388           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
2389           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
2390           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
2391           +> t/lib/test-harness.t
2392           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
2393           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
2394           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
2395           !> pod/perlutil.pod t/TEST utils/h2xs.PL
2396 ____________________________________________________________________________
2397 [  8699] By: nick                                  on 2001/02/05  19:41:07
2398         Log: Subject: perlfaq2, re: perlmongers
2399              From: David H. Adler <dha@panix.com>
2400              Date: Sun, 4 Feb 2001 23:48:23 -0500
2401              Message-Id: <20010204234823.A13429@panix.com>
2402      Branch: perl
2403            ! pod/perlfaq2.pod
2404 ____________________________________________________________________________
2405 [  8698] By: nick                                  on 2001/02/05  19:39:31
2406         Log: Missed file f#rom the testharness mess.
2407      Branch: perl
2408            + t/lib/test-harness.t
2409 ____________________________________________________________________________
2410 [  8697] By: nick                                  on 2001/02/05  19:37:21
2411         Log: Subject: [DOC PATCH] overload.pm nits
2412              From: John Tobey <jtobey@john-edwin-tobey.org>
2413              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
2414              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
2415      Branch: perl
2416            ! lib/overload.pm
2417 ____________________________________________________________________________
2418 [  8696] By: alanbur                               on 2001/02/05  11:56:00
2419         Log: Sync with parent
2420      Branch: maint-5.6/pureperl
2421           !> thread.h
2422 ____________________________________________________________________________
2423 [  8695] By: gsar                                  on 2001/02/05  03:27:34
2424         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
2425      Branch: maint-5.6/perl
2426            ! thread.h
2427 ____________________________________________________________________________
2428 [  8694] By: alanbur                               on 2001/02/05  00:07:47
2429         Log: Initial branch creation from //depot/maint-5.6/perl
2430      Branch: maint-5.6/pureperl
2431           +> (branch 1719 files)
2432 ____________________________________________________________________________
2433 [  8693] By: gsar                                  on 2001/02/04  22:38:49
2434         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
2435              changes)
2436      Branch: maint-5.6/perl
2437           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
2438           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
2439           !> ext/DB_File/version.c
2440 ____________________________________________________________________________
2441 [  8692] By: nick                                  on 2001/02/04  18:15:57
2442         Log: The missed t/TEST part of the grand testharness upgrade.
2443      Branch: perl
2444            ! t/TEST
2445 ____________________________________________________________________________
2446 [  8691] By: nick                                  on 2001/02/04  18:05:17
2447         Log: New improved test harness
2448              Subject: Re: [PATCH Test::Harness] Third time's a charm?
2449              From: Michael G Schwern <schwern@pobox.com>
2450              Date: Sun, 4 Feb 2001 08:01:20 -0500
2451              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
2452      Branch: perl
2453            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
2454            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
2455            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
2456            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
2457            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
2458            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
2459            ! MANIFEST lib/Test/Harness.pm
2460 ____________________________________________________________________________
2461 [  8690] By: nick                                  on 2001/02/04  17:57:51
2462         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
2463              From: Jonathan Stowe <gellyfish@gellyfish.com>
2464              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
2465              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
2466      Branch: perl
2467            ! utils/h2xs.PL
2468 ____________________________________________________________________________
2469 [  8689] By: nick                                  on 2001/02/04  17:55:24
2470         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
2471              From: Michael G Schwern <schwern@pobox.com>
2472              Date: Sat, 3 Feb 2001 22:46:38 -0500
2473              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
2474      Branch: perl
2475            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
2476            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
2477 ____________________________________________________________________________
2478 [  8688] By: nick                                  on 2001/02/04  17:43:55
2479         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
2480              length byfailing to spot lack of closing )
2481              From: nick@talking.bollo.cx
2482              Date: Sat, 03 Feb 2001 23:53:16 +0000
2483              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
2484      Branch: perl
2485            ! perlio.c pod/perldiag.pod
2486 ____________________________________________________________________________
2487 [  8687] By: jhi                                   on 2001/02/03  17:11:42
2488         Log: HP-UX thread patches from Merijn H. Brand.
2489      Branch: maint-5.6/perl
2490            ! README.hpux hints/hpux.sh
2491 ____________________________________________________________________________
2492 [  8686] By: jhi                                   on 2001/02/03  16:40:12
2493         Log: Metaconfig changes for #8685.
2494      Branch: metaconfig
2495            ! U/installdirs/instubperl.U
2496      Branch: metaconfig/U/perl
2497            ! Devel.U versiononly.U
2498 ____________________________________________________________________________
2499 [  8685] By: jhi                                   on 2001/02/03  16:39:49
2500         Log: For -Dusedevel builds turn off installusrbinperl and turn on
2501              versiononly, a combined idea of Richard Soderberg and Merijn
2502              H. Brand.  You can still override both of these from the command
2503              line if you need to, -Dinstallusrbinperl and -Uversiononly.
2504      Branch: perl
2505            ! Configure
2506 ____________________________________________________________________________
2507 [  8684] By: jhi                                   on 2001/02/03  16:16:34
2508         Log: Metaconfig unit fix for #8683.
2509      Branch: metaconfig
2510            ! U/compline/nblock_io.U
2511 ____________________________________________________________________________
2512 [  8683] By: jhi                                   on 2001/02/03  16:16:12
2513         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
2514              reported by Peter Prymmer for 5.6-TRIAL1.
2515      Branch: perl
2516            ! Configure
2517 ____________________________________________________________________________
2518 [  8682] By: jhi                                   on 2001/02/03  05:52:11
2519         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
2520              to work correctly.
2521      Branch: maint-5.6/perl
2522            ! hints/irix_6.sh
2523 ____________________________________________________________________________
2524 [  8681] By: jhi                                   on 2001/02/03  05:47:33
2525         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
2526      Branch: maint-5.6/perl
2527            ! pod/perlport.pod
2528 ____________________________________________________________________________
2529 [  8680] By: jhi                                   on 2001/02/02  21:39:49
2530         Log: perlport update from Peter Prymmer.
2531      Branch: maint-5.6/perl
2532            ! pod/perlport.pod
2533 ____________________________________________________________________________
2534 [  8679] By: nick                                  on 2001/02/02  20:50:48
2535         Log: Integrate mainline
2536      Branch: perlio
2537           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
2538           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
2539           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
2540 ____________________________________________________________________________
2541 [  8678] By: gsar                                  on 2001/02/02  16:02:12
2542         Log: note about bincompat, slightly modified (from Lupe Christoph)
2543      Branch: maint-5.6/perl
2544            ! README.solaris
2545 ____________________________________________________________________________
2546 [  8677] By: jhi                                   on 2001/02/02  15:46:20
2547         Log: Supported platforms updates.
2548      Branch: maint-5.6/perl
2549            ! pod/perlport.pod
2550 ____________________________________________________________________________
2551 [  8676] By: jhi                                   on 2001/02/02  03:41:26
2552         Log: A couple more perlfaq2 tweaks.
2553      Branch: maint-5.6/perl
2554            ! pod/perlfaq2.pod
2555 ____________________________________________________________________________
2556 [  8675] By: jhi                                   on 2001/02/02  03:17:44
2557         Log: Misedit in #8661.
2558      Branch: maint-5.6/perl
2559            ! Configure
2560 ____________________________________________________________________________
2561 [  8674] By: jhi                                   on 2001/02/02  03:14:38
2562         Log: Damien again.
2563      Branch: maint-5.6/perl
2564            ! pod/perlfaq2.pod
2565 ____________________________________________________________________________
2566 [  8673] By: jhi                                   on 2001/02/02  03:12:40
2567         Log: perlfaq update from Elaine Ashton.
2568      Branch: maint-5.6/perl
2569            ! pod/perlfaq2.pod
2570 ____________________________________________________________________________
2571 [  8672] By: jhi                                   on 2001/02/02  03:07:08
2572         Log: UTF-8 s/// patch from Inaba Hiroto.
2573      Branch: maint-5.6/perl
2574            ! pp_ctl.c pp_hot.c
2575 ____________________________________________________________________________
2576 [  8671] By: jhi                                   on 2001/02/01  22:34:31
2577         Log: Update Changes.
2578      Branch: perl
2579            ! Changes patchlevel.h
2580 ____________________________________________________________________________
2581 [  8670] By: jhi                                   on 2001/02/01  22:15:29
2582         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
2583              from maintperl.
2584              
2585              Upgrade to Getopt::Long 2.25, from Johan Vromans.
2586              
2587              more files need to be writable in the source distribution
2588              
2589              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
2590              
2591              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
2592              
2593              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
2594              
2595              Allow the float to be fuzzier.
2596              
2597              need to use INT2PTR instead of a straight cast or ia64 fails
2598              
2599              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
2600              
2601              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
2602      Branch: perl
2603           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
2604           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
2605           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
2606 ____________________________________________________________________________
2607 [  8669] By: jhi                                   on 2001/02/01  21:57:02
2608         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
2609              From: Robin Barker <rmb1@cise.npl.co.uk>
2610              Date: Thu, 1 Feb 2001 16:59:05 GMT
2611              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
2612      Branch: maint-5.6/perl
2613            ! pod/perlmodlib.PL
2614 ____________________________________________________________________________
2615 [  8668] By: nick                                  on 2001/02/01  19:41:40
2616         Log: Integrate mainline
2617      Branch: perlio
2618           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
2619           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
2620           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
2621 ____________________________________________________________________________
2622 [  8667] By: gsar                                  on 2001/02/01  16:59:11
2623         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
2624      Branch: maint-5.6/perl
2625            ! embed.pl embedvar.h
2626 ____________________________________________________________________________
2627 [  8666] By: gsar                                  on 2001/02/01  16:34:51
2628         Log: add missing entries to win32/config.?c
2629      Branch: maint-5.6/perl
2630            ! win32/config.bc win32/config.gc win32/config.vc
2631            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2632 ____________________________________________________________________________
2633 [  8665] By: jhi                                   on 2001/02/01  14:58:51
2634         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
2635              From: "Stephen P. Potter" <spp@spotter.yi.org>
2636              Date: Thu, 01 Feb 2001 10:45:46 -0500
2637              Message-Id: <200102011545.KAA31479@spotter.yi.org>
2638      Branch: maint-5.6/perl
2639            ! pod/perlfunc.pod
2640 ____________________________________________________________________________
2641 [  8664] By: gsar                                  on 2001/02/01  14:52:37
2642         Log: need to use INT2PTR instead of a straight cast or ia64 fails
2643              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
2644      Branch: maint-5.6/perl
2645            ! ext/POSIX/POSIX.xs
2646 ____________________________________________________________________________
2647 [  8663] By: jhi                                   on 2001/02/01  14:09:13
2648         Log: Allow the float to be fuzzier.
2649      Branch: maint-5.6/perl
2650            ! t/lib/peek.t
2651 ____________________________________________________________________________
2652 [  8662] By: jhi                                   on 2001/02/01  13:59:00
2653         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
2654              From: Robin Barker <rmb1@cise.npl.co.uk>
2655              Date: Thu, 1 Feb 2001 13:05:39 GMT
2656              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
2657      Branch: maint-5.6/perl
2658            ! pod/perlmodlib.pod
2659 ____________________________________________________________________________
2660 [  8661] By: jhi                                   on 2001/02/01  13:57:38
2661         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
2662              Date: Thu, 01 Feb 2001 14:15:41 +0100
2663              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2664              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
2665              
2666              Have the $ccflags in the gcc version test (strange, this change
2667              is claimed to be have been integrated already)
2668      Branch: maint-5.6/perl
2669            ! Configure
2670 ____________________________________________________________________________
2671 [  8660] By: jhi                                   on 2001/02/01  13:44:10
2672         Log: Integrate changes #7950,7964,7962 from mainline.
2673              
2674              Find the stdchar signedness using cpp, should fix some of
2675              the Solaris compiler warnings reported by Alan Burlison.
2676      Branch: maint-5.6/perl
2677           !> Configure config_h.SH
2678 ____________________________________________________________________________
2679 [  8659] By: jhi                                   on 2001/02/01  05:35:32
2680         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
2681              From: Jan Dubois <JanD@ActiveState.com>
2682              Date: Wed, 31 Jan 2001 21:17:03 -0800
2683              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
2684      Branch: maint-5.6/perl
2685            ! utils/perldoc.PL
2686 ____________________________________________________________________________
2687 [  8658] By: jhi                                   on 2001/02/01  04:33:17
2688         Log: Integrate the README.os390 and README.posix-bc parts of mainline
2689              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
2690              installperl parts were taken care of by #8657.)
2691      Branch: maint-5.6/perl
2692           !> README.os390 README.posix-bc
2693 ____________________________________________________________________________
2694 [  8657] By: jhi                                   on 2001/02/01  04:29:21
2695         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
2696              From: Peter Prymmer <pvhp@forte.com>
2697              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
2698              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
2699      Branch: maint-5.6/perl
2700            + ext/DynaLoader/dl_dllload.xs
2701            ! MANIFEST Makefile.SH hints/os390.sh installperl
2702 ____________________________________________________________________________
2703 [  8656] By: jhi                                   on 2001/02/01  04:25:45
2704         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
2705              From: Peter Prymmer <pvhp@forte.com>
2706              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
2707              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
2708      Branch: maint-5.6/perl
2709            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
2710 ____________________________________________________________________________
2711 [  8655] By: jhi                                   on 2001/02/01  04:14:47
2712         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
2713              From: troc@netrus.net
2714              Date: Wed, 31 Jan 2001 22:31:26 -0500
2715              Message-Id: <200102010331.WAA117.85@rocco.homenet>
2716      Branch: maint-5.6/perl
2717            ! os2/os2.c
2718 ____________________________________________________________________________
2719 [  8654] By: jhi                                   on 2001/02/01  04:12:52
2720         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
2721              as reported by Alan Burlison.
2722      Branch: maint-5.6/perl
2723            ! pp.h
2724 ____________________________________________________________________________
2725 [  8653] By: jhi                                   on 2001/02/01  04:05:12
2726         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
2727              From: dsugalski@northernlight.com
2728              Date: Wed, 31 Jan 2001 18:54:11 -0500
2729              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
2730      Branch: maint-5.6/perl
2731            ! configure.com
2732 ____________________________________________________________________________
2733 [  8652] By: jhi                                   on 2001/02/01  04:03:11
2734         Log: Misplaced #endif.
2735              
2736              Subject: [perl-5-6-1-trial2] patches for EPOC
2737              From: Olaf Flebbe <O.Flebbe@science-computing.de>
2738              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
2739              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
2740      Branch: maint-5.6/perl
2741            ! epoc/epocish.c
2742 ____________________________________________________________________________
2743 [  8651] By: jhi                                   on 2001/02/01  04:00:25
2744         Log: Integrate changes #8647,8648,8650 from mainline.
2745              
2746              Macrofy a magic UTF-8 test.
2747              
2748              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
2749              
2750              Watch out for cross compiling for EPOC (usually done on linux).
2751      Branch: maint-5.6/perl
2752           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
2753 ____________________________________________________________________________
2754 [  8650] By: jhi                                   on 2001/02/01  03:56:20
2755         Log: Watch out for cross compiling for EPOC (usually done on linux)
2756              
2757              Subject: [perl-5-6-1-trial2] patches for EPOC
2758              From: Olaf Flebbe <O.Flebbe@science-computing.de>
2759              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
2760              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
2761      Branch: perl
2762            ! ext/Errno/Errno_pm.PL
2763 ____________________________________________________________________________
2764 [  8649] By: gsar                                  on 2001/02/01  00:46:00
2765         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
2766      Branch: maint-5.6/perl
2767            ! sv.c
2768 ____________________________________________________________________________
2769 [  8648] By: jhi                                   on 2001/01/31  23:35:36
2770         Log: All the uses of PL_numeric_radix must be protected by
2771              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
2772              
2773              Subject: [perl-5-6-1-trial2] patches for EPOC
2774              From: Olaf Flebbe <O.Flebbe@science-computing.de>
2775              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
2776              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
2777      Branch: perl
2778            ! sv.c
2779 ____________________________________________________________________________
2780 [  8647] By: jhi                                   on 2001/01/31  22:56:16
2781         Log: Macrofy a magic UTF-8 test.
2782      Branch: perl
2783            ! utf8.c utf8.h
2784 ____________________________________________________________________________
2785 [  8646] By: gsar                                  on 2001/01/31  15:55:12
2786         Log: update Changes
2787      Branch: maint-5.6/perl
2788            ! Changes
2789 ____________________________________________________________________________
2790 [  8645] By: gsar                                  on 2001/01/31  15:10:14
2791         Log: Configure tweak suggested by Peter Prymmer
2792      Branch: maint-5.6/perl
2793            ! Configure
2794 ____________________________________________________________________________
2795 [  8644] By: gsar                                  on 2001/01/31  15:06:32
2796         Log: more files need to be writable in the source distribution
2797      Branch: maint-5.6/perl
2798            ! Porting/makerel
2799 ____________________________________________________________________________
2800 [  8643] By: jhi                                   on 2001/01/31  14:59:46
2801         Log: Integrate changes #8258,8278,8279 from mainline.
2802              
2803              Make the large file tests more robust/talkative.
2804      Branch: maint-5.6/perl
2805           !> t/lib/syslfs.t t/op/lfs.t
2806 ____________________________________________________________________________
2807 [  8642] By: gsar                                  on 2001/01/31  14:53:48
2808         Log: integrate changes#8311,8334 from mainline
2809              
2810              Add a new MakeMaker variable PM_FILTER that defines a Unix
2811              filter to be run on each .pm during the pm_to_blib() phase,
2812              a fixed version of
2813              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
2814              
2815              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
2816              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
2817              accurate reading of the "atime".  
2818      Branch: maint-5.6/perl
2819           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
2820           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
2821           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
2822 ____________________________________________________________________________
2823 [  8641] By: jhi                                   on 2001/01/31  14:46:37
2824         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
2825      Branch: maint-5.6/perl
2826            ! lib/Getopt/Long.pm
2827 ____________________________________________________________________________
2828 [  8640] By: gsar                                  on 2001/01/31  14:40:24
2829         Log: make regen_all
2830      Branch: maint-5.6/perl
2831            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
2832 ____________________________________________________________________________
2833 [  8639] By: gsar                                  on 2001/01/31  14:37:25
2834         Log: refresh windows config files
2835      Branch: maint-5.6/perl
2836            ! win32/Makefile win32/config_H.bc win32/config_H.gc
2837            ! win32/config_H.vc win32/makefile.mk
2838 ____________________________________________________________________________
2839 [  8638] By: gsar                                  on 2001/01/31  14:28:10
2840         Log: makefile tweaks for windows: introduce a bulk-switch to enable
2841              same options as ActivePerl; sync changes with makefile.mk
2842      Branch: maint-5.6/perl
2843            ! win32/Makefile win32/makefile.mk
2844 ____________________________________________________________________________
2845 [  8637] By: jhi                                   on 2001/01/31  04:41:30
2846         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
2847              From: Nicholas Clark <nick@ccl4.org>
2848              Date: Tue, 30 Jan 2001 19:51:05 +0000
2849              Message-ID: <20010130195105.R76607@plum.flirble.org> 
2850              
2851              op/inc cure.
2852      Branch: perl
2853            ! pp.c pp.h pp_hot.c t/op/arith.t
2854 ____________________________________________________________________________
2855 [  8636] By: jhi                                   on 2001/01/31  02:38:32
2856         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
2857              no perlio],8257,8380,8479,8515 from mainline.
2858              
2859              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
2860              
2861              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
2862              Subject: [PATCH perl@8133] fix-up for VMS extensions
2863              
2864              In VMS embedded perls couldn't access the statically built Socket.
2865              
2866              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
2867              
2868              Further VMS piping fixes from Charles Lane.
2869              
2870              Subject:  [PATCH] make t/op/misc.t work on VMS
2871              
2872              Add tracing for debugging extensions builds in VMS.
2873              
2874              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
2875      Branch: maint-5.6/perl
2876           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
2877           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
2878           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
2879 ____________________________________________________________________________
2880 [  8635] By: jhi                                   on 2001/01/31  01:46:41
2881         Log: Integrate change #7732 from mainline.
2882              
2883              Sparc 64-bit pack() fix from Jens Hamisch.
2884      Branch: maint-5.6/perl
2885           !> pp.c
2886 ____________________________________________________________________________
2887 [  8634] By: jhi                                   on 2001/01/31  01:41:16
2888         Log: One spot missing from #8626.
2889      Branch: maint-5.6/perl
2890            ! sv.c
2891 ____________________________________________________________________________
2892 [  8633] By: jhi                                   on 2001/01/31  00:49:17
2893         Log: Integrate change #7495 from mainline.
2894              
2895              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
2896      Branch: maint-5.6/perl
2897           !> MANIFEST ext/re/Makefile.PL
2898 ____________________________________________________________________________
2899 [  8632] By: jhi                                   on 2001/01/30  23:38:49
2900         Log: Integrate change #8396 from mainline.
2901              
2902              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
2903              better multicast support (resend)
2904      Branch: maint-5.6/perl
2905           !> ext/Socket/Socket.pm
2906 ____________________________________________________________________________
2907 [  8631] By: jhi                                   on 2001/01/30  23:28:03
2908         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
2909              
2910              More AIX lore. (7514, ext/re/hints/aix.pl)
2911              
2912              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
2913              
2914              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)
2915              
2916              Subject: [ID 20001214.002] Net::Ping patch
2917              
2918              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
2919              
2920              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
2921              
2922              Add ReuseAddr as a (preferred) alias for Reuse as we now
2923              also have ReusePort.
2924              
2925              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
2926      Branch: maint-5.6/perl
2927           +> ext/re/hints/aix.pl
2928           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
2929           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
2930 ____________________________________________________________________________
2931 [  8630] By: jhi                                   on 2001/01/30  23:03:59
2932         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
2933              
2934              read() documentation tweak for 20001121.004.
2935              
2936              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
2937      Branch: maint-5.6/perl
2938           !> pod/perlfunc.pod pod/perlre.pod
2939 ____________________________________________________________________________
2940 [  8629] By: jhi                                   on 2001/01/30  22:41:57
2941         Log: Integrate change #8098 from mainline.
2942              
2943              fastgetcwd is defined using a glob alias on a $^O dependent basis
2944              and there was no default assignment or perl subroutine.
2945      Branch: maint-5.6/perl
2946           !> lib/Cwd.pm
2947 ____________________________________________________________________________
2948 [  8628] By: jhi                                   on 2001/01/30  21:58:52
2949         Log: Integrate change #7866 from mainline.
2950              
2951              File::Temp 0.11.
2952      Branch: maint-5.6/perl
2953           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
2954 ____________________________________________________________________________
2955 [  8627] By: jhi                                   on 2001/01/30  21:39:44
2956         Log: Integrate changes #8075,8086,8228 from mainline.  
2957              
2958              Darwin is not Windows. (8075,8086)
2959              
2960              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
2961      Branch: maint-5.6/perl
2962           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
2963           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
2964           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
2965           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
2966 ____________________________________________________________________________
2967 [  8626] By: jhi                                   on 2001/01/30  21:22:11
2968         Log: Integrate with tweakery the change #8625 from mainline,
2969              the multibyte decimal separator fix ("fa_IR locale failure").
2970      Branch: maint-5.6/perl
2971            ! embedvar.h perlapi.h
2972           !> intrpvar.h perl.c perl.h sv.c util.c
2973 ____________________________________________________________________________
2974 [  8625] By: jhi                                   on 2001/01/30  20:26:33
2975         Log: Fix for the fa_IR locale failure.  The reason for the failure
2976              was that Perl was assuming the decimal separator aka the radix
2977              separator is one character.  The Farsi-Iranian locale crushed
2978              that bad assumption since there the separator is 'Momayyez',
2979              glyphwise looking somewhat like a slash, and in Unicode UTF-8
2980              encoded in two bytes, 0xd9 0xab.
2981      Branch: perl
2982            ! intrpvar.h perl.c perl.h sv.c util.c
2983 ____________________________________________________________________________
2984 [  8624] By: gsar                                  on 2001/01/30  20:17:03
2985         Log: regen_headers
2986      Branch: maint-5.6/perl
2987            ! Makefile.SH pod/perlintern.pod
2988 ____________________________________________________________________________
2989 [  8623] By: gsar                                  on 2001/01/30  19:42:34
2990         Log: backout change#7431 and its dependents (causes spurious rebuilds
2991              of autogenerated files)
2992              
2993              fix benign b.t failure
2994      Branch: maint-5.6/perl
2995            ! Makefile.SH t/lib/b.t
2996 ____________________________________________________________________________
2997 [  8622] By: jhi                                   on 2001/01/30  19:41:41
2998         Log: Microperl sync.
2999      Branch: perl
3000            ! mg.c perl.h
3001 ____________________________________________________________________________
3002 [  8621] By: gsar                                  on 2001/01/30  19:24:47
3003         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
3004              from mainline
3005              
3006              Subject: podlators 1.06 released
3007              
3008              Subject: [PATCH @8436] Eliminate op_children
3009              
3010              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
3011              
3012              (Replaced by #8448)  More op_children traces (cleanup of #8442).
3013              
3014              Subject: [PATCH #3 @8436] Re: Eliminate op_children
3015              Replace #8444 and #8445.
3016              
3017              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
3018              at the setting of the ofs_sv in new_struct_thread() as the
3019              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
3020              uninitialized fields are, uh, initialized with),
3021              SvREFCNT_inc()ing that invited a core dump.
3022              
3023              podlators 1.07, from Russ Allbery.
3024              
3025              Subject: [PATCH] regcomp.c old feature removal
3026              From: mjd@plover.com
3027              Date: 16 Jan 2001 14:43:18 -0000 
3028              Message-ID: <20010116144318.7140.qmail@plover.com> 
3029      Branch: maint-5.6/perl
3030           +> lib/Pod/Text/Overstrike.pm
3031           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
3032           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
3033           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
3034           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
3035           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
3036           !> util.c
3037 ____________________________________________________________________________
3038 [  8620] By: gsar                                  on 2001/01/30  18:48:32
3039         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
3040              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
3041              now fails one test)
3042              
3043              Subject: [PATCH] lvalue AUTOLOAD. No, really.
3044              
3045              Subject: [PATCH] Interesting syntax idea
3046              Make opens + bareword assigns do typeglob assigns.
3047              
3048              Tests for #8254.
3049              
3050              Subject: [PATCH @8269] Continue blocks and B::Deparse
3051              Make the peephole optimizer to bypass more null ops and
3052              and rewrite the deparse handling of continue blocks.
3053              
3054              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
3055              Doc tweak on #8313.
3056              
3057              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
3058              
3059              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
3060              
3061              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
3062              
3063              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
3064              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
3065              according to the platform.
3066              
3067              Subject: [PATCH @8404] Consolidated lvalue sub changes
3068              
3069              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
3070              
3071              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
3072              
3073              Subject: B::Concise -- an improved replacement for B::Terse 
3074              
3075              The B::Terse drop-in replacement wasn't quite drop-in.
3076              
3077              The LVRET macro needed an aTHX.
3078              
3079              Use the /^Perl_/-less form of is_lvalue_sub().
3080              
3081              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
3082      Branch: maint-5.6/perl
3083           +> ext/B/B/Concise.pm
3084           !> (integrate 27 files)
3085 ____________________________________________________________________________
3086 [  8619] By: nick                                  on 2001/01/30  18:40:28
3087         Log: Integrate mainline
3088      Branch: perlio
3089           !> (integrate 40 files)
3090 ____________________________________________________________________________
3091 [  8618] By: jhi                                   on 2001/01/30  18:37:18
3092         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
3093              Date: Mon, 29 Jan 2001 22:51:29 -0600
3094              From: "Craig A. Berry" <craigberry@mac.com>
3095              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
3096      Branch: perl
3097            ! vms/test.com
3098 ____________________________________________________________________________
3099 [  8617] By: jhi                                   on 2001/01/30  18:34:53
3100         Log: Subject: [PATCH] Add missing CV flags to dump.c
3101              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3102              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
3103              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
3104      Branch: perl
3105            ! dump.c
3106 ____________________________________________________________________________
3107 [  8616] By: jhi                                   on 2001/01/30  18:20:58
3108         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
3109              part isn't applicable to maintperl.
3110              
3111              UTF-8 nit from Inaba Hiroto.
3112      Branch: maint-5.6/perl
3113           !> pod/perlapi.pod utf8.c
3114 ____________________________________________________________________________
3115 [  8615] By: jhi                                   on 2001/01/30  18:18:51
3116         Log: UTF-8 nit from Inaba Hiroto.
3117      Branch: perl
3118            ! pod/perlapi.pod t/op/each.t utf8.c
3119 ____________________________________________________________________________
3120 [  8614] By: jhi                                   on 2001/01/30  18:13:38
3121         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
3122              
3123              perl's internal variables are not for public consumption,
3124              move their docs from perlapi.pod to perlintern.pod
3125              
3126              support for -Dusethreads build under HP-UX 10.20 and DCE threads
3127              library (11.0 and later have pthreads but 10.x don't)
3128              
3129              avoid uninitialized value warnings
3130              
3131              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
3132              gets weird results)
3133              
3134              perldoc nit on windows
3135              
3136              make it possible to run the tests outside the source tree
3137              (there's still a dependency on ../lib being the library
3138              location)
3139      Branch: perl
3140           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
3141           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
3142           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
3143           !> win32/bin/search.pl win32/vdir.h
3144 ____________________________________________________________________________
3145 [  8613] By: gsar                                  on 2001/01/30  16:39:59
3146         Log: make it possible to run the tests outside the source tree
3147              (there's still a dependency on ../lib being the library
3148              location)
3149      Branch: maint-5.6/perl
3150            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
3151 ____________________________________________________________________________
3152 [  8612] By: gsar                                  on 2001/01/30  16:31:12
3153         Log: perldoc nit on windows
3154      Branch: maint-5.6/perl
3155            ! utils/perldoc.PL
3156 ____________________________________________________________________________
3157 [  8611] By: gsar                                  on 2001/01/30  16:22:54
3158         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
3159              gets weird results)
3160      Branch: maint-5.6/perl
3161            ! win32/vdir.h
3162 ____________________________________________________________________________
3163 [  8610] By: gsar                                  on 2001/01/30  16:12:45
3164         Log: avoid uninitialized value warnings
3165      Branch: maint-5.6/perl
3166            ! win32/bin/search.pl
3167 ____________________________________________________________________________
3168 [  8609] By: gsar                                  on 2001/01/30  16:08:01
3169         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
3170              library (11.0 and later have pthreads but 10.x don't)
3171      Branch: maint-5.6/perl
3172            ! hints/hpux.sh thread.h
3173 ____________________________________________________________________________
3174 [  8608] By: gsar                                  on 2001/01/30  15:48:55
3175         Log: perl's internal variables are not for public consumption,
3176              move their docs from perlapi.pod to perlintern.pod
3177      Branch: maint-5.6/perl
3178            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
3179            ! thrdvar.h
3180 ____________________________________________________________________________
3181 [  8607] By: gsar                                  on 2001/01/30  15:44:27
3182         Log: mistakenly branched perl56delta.pod, revert
3183      Branch: maint-5.6/perl
3184            - pod/perl56delta.pod
3185           !> pod/perldelta.pod
3186 ____________________________________________________________________________
3187 [  8606] By: gsar                                  on 2001/01/30  14:20:24
3188         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
3189              dTHR which has been a noop for a while now, except for the
3190              compatibility definition in thread.h)
3191      Branch: maint-5.6/perl
3192           !> (integrate 45 files)
3193 ____________________________________________________________________________
3194 [  8605] By: jhi                                   on 2001/01/30  05:43:58
3195         Log: Mark the UTF-8 APIs as experimental.
3196      Branch: maint-5.6/perl
3197            ! embed.pl pod/perlapi.pod
3198 ____________________________________________________________________________
3199 [  8604] By: jhi                                   on 2001/01/30  05:38:40
3200         Log: Nits from earlier integrates.
3201      Branch: maint-5.6/perl
3202            ! lib/Carp/Heavy.pm
3203           !> sv.c
3204 ____________________________________________________________________________
3205 [  8603] By: jhi                                   on 2001/01/30  05:27:26
3206         Log: Regenerate Porting files.
3207      Branch: maint-5.6/perl
3208            ! Porting/Glossary Porting/config.sh Porting/config_H
3209 ____________________________________________________________________________
3210 [  8602] By: jhi                                   on 2001/01/30  05:14:59
3211         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
3212              8310,8339,8447,8492,8493,8505,8525: documentation changes.
3213              
3214              Subject: Re: perlfaq style changes
3215              
3216              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
3217              
3218              Subject: [PATCH] docs on NaN
3219              
3220              Subject: [patch] perlfaq7
3221              
3222              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
3223              
3224              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
3225              
3226              Subject: [PATCH] open() example in perlfunc.pod
3227              
3228              Podify README.mpeix (a new version from the web)
3229              
3230              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
3231              
3232              Subject: [PATCH] format and rewording in perlfaq.pod
3233              
3234              Subject: [PATCH] API Variable documentation   
3235              
3236              Memory management calls documentation.
3237              
3238              Subject: [PATCH: perl@8482] README.vms URL updates
3239              
3240              Subject: Minor typos in perlfaq2.pod
3241              
3242              Subject: [PATCH] pod/perlvar.pod
3243      Branch: maint-5.6/perl
3244           +> pod/perl56delta.pod
3245            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3246           !> README.amiga README.epoc README.mpeix README.vms
3247           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
3248           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
3249           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
3250           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
3251           !> pod/perlvar.pod thrdvar.h
3252 ____________________________________________________________________________
3253 [  8601] By: jhi                                   on 2001/01/30  04:38:35
3254         Log: Integrate changes #8036,8096,8253 from mainline:
3255              hints changes.
3256              
3257              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
3258              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
3259              
3260              Output the (apparent) version of gcc in Tru64.
3261      Branch: maint-5.6/perl
3262           +> ext/POSIX/hints/svr4.pl
3263           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
3264           !> hints/svr4.sh t/lib/bigfltpm.t
3265 ____________________________________________________________________________
3266 [  8600] By: jhi                                   on 2001/01/30  04:04:01
3267         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
3268              locale fixes.
3269              
3270              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
3271              
3272              Debian allows /usr/bin/locale to exist without any locales. (7868)
3273              
3274              Allow the locale test needing POSIX and the taint test
3275              needing IPC::SysV to run under 'minitest' (basically,
3276              bail out if loading the extension fails). (8384)
3277              
3278              Cleanup the locale.t output  (8480)
3279      Branch: maint-5.6/perl
3280           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
3281           !> t/pragma/locale.t
3282 ____________________________________________________________________________
3283 [  8599] By: jhi                                   on 2001/01/30  03:51:04
3284         Log: Missing generated files from #8598.
3285      Branch: maint-5.6/perl
3286            ! embed.h global.sym objXSUB.h perlapi.c proto.h
3287 ____________________________________________________________________________
3288 [  8598] By: jhi                                   on 2001/01/30  03:41:54
3289         Log: Integrate change #8555 from mainline, manually integrate parts
3290              of changes 8452 and 8583.
3291              
3292              Subject: [PATCH] utf8.c documentation (8452)
3293              
3294              No point in checking the length if the pointer is bogus. (8555)
3295              
3296              Introduce bytes_from_utf8() and implement sv_eq() using it,
3297              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
3298              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
3299              was malformed. (8583)
3300      Branch: maint-5.6/perl
3301            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
3302           !> pod/perlapi.pod sv.c utf8.c
3303 ____________________________________________________________________________
3304 [  8597] By: gsar                                  on 2001/01/30  02:37:26
3305         Log: get PERL_OBJECT build going again on windows
3306      Branch: maint-5.6/perl
3307            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
3308            ! pod/perlapi.pod proto.h sv.c
3309 ____________________________________________________________________________
3310 [  8596] By: jhi                                   on 2001/01/30  02:16:17
3311         Log: Signedness nit.
3312      Branch: perl
3313            ! sv.c
3314 ____________________________________________________________________________
3315 [  8595] By: jhi                                   on 2001/01/30  02:11:07
3316         Log: EBCDIC patch for Storable, from Peter Prymmer.
3317      Branch: perl
3318            ! t/lib/st-06compat.t
3319 ____________________________________________________________________________
3320 [  8594] By: jhi                                   on 2001/01/30  01:04:48
3321         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
3322              From: Peter Prymmer <pvhp@forte.com>
3323              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
3324              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
3325      Branch: perl
3326            ! t/lib/b.t
3327 ____________________________________________________________________________
3328 [  8593] By: jhi                                   on 2001/01/30  00:56:47
3329         Log: Subject: [PATCH: perl@8585] pod problems in io
3330              From: Peter Prymmer <pvhp@forte.com>
3331              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
3332              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
3333      Branch: perl
3334            ! pod/perlapio.pod pod/perliol.pod
3335 ____________________________________________________________________________
3336 [  8592] By: jhi                                   on 2001/01/30  00:48:20
3337         Log: Integrate perlio.
3338      Branch: perl
3339           !> pod/perlapio.pod pod/perliol.pod
3340 ____________________________________________________________________________
3341 [  8591] By: nick                                  on 2001/01/29  22:02:28
3342         Log: GNU 'merge' Simon's copy of perliol.pod with version
3343              patched by Craig's patch.
3344      Branch: perlio
3345            ! pod/perliol.pod
3346 ____________________________________________________________________________
3347 [  8590] By: nick                                  on 2001/01/29  21:55:10
3348         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
3349      Branch: perlio
3350            ! pod/perlapio.pod pod/perliol.pod
3351 ____________________________________________________________________________
3352 [  8589] By: jhi                                   on 2001/01/29  15:35:33
3353         Log: Integrate change #8586 from maint-5.6/perl.
3354              
3355              make the BOM detection code not call tell() until it has to
3356              (meant to fix esoteric compatibility issues where PL_rsfp
3357              is overridden)
3358      Branch: perl
3359           !> toke.c
3360 ____________________________________________________________________________
3361 [  8588] By: jhi                                   on 2001/01/29  15:29:11
3362         Log: Subject: MAking Solaris malloc() the default
3363              From: Lupe Christoph <lupe@lupe-christoph.de>
3364              Date: Mon, 29 Jan 2001 12:59:36 +0100
3365              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
3366              
3367              The README.solaris part slightly tweaked.
3368      Branch: perl
3369            ! README.solaris hints/solaris_2.sh
3370 ____________________________________________________________________________
3371 [  8587] By: jhi                                   on 2001/01/29  15:17:34
3372         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
3373              From: root@ak-75.mind.de
3374              Date: Sun, 28 Jan 2001 20:32:29 +0100
3375              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
3376      Branch: perl
3377            ! pod/perlre.pod
3378 ____________________________________________________________________________
3379 [  8586] By: gsar                                  on 2001/01/29  13:43:44
3380         Log: make the BOM detection code not call tell() until it has to
3381              (meant to fix esoteric compatibility issues where PL_rsfp
3382              is overridden)
3383      Branch: maint-5.6/perl
3384            ! toke.c
3385 ____________________________________________________________________________
3386 [  8585] By: jhi                                   on 2001/01/28  20:05:45
3387         Log: Update Changes.
3388      Branch: perl
3389            ! Changes patchlevel.h
3390 ____________________________________________________________________________
3391 [  8584] By: jhi                                   on 2001/01/28  19:30:02
3392         Log: Integrate perlio.
3393      Branch: perl
3394           +> pod/perliol.pod
3395           !> MANIFEST pod/perlapio.pod
3396 ____________________________________________________________________________
3397 [  8583] By: jhi                                   on 2001/01/28  19:28:40
3398         Log: Patch from Inaba Hiroto:
3399              - canonical UTF-8 hash keys: if a key string for a hash is
3400              UTF8-on, try downgrade the string and use it if
3401              unicode::distinct is not in effect.
3402              For the task, I added a function bytes_from_utf8() to utf8.c.
3403              It might resemble utf8_to_bytes() but it is not convenient
3404              to the task.
3405              Made a test for it and added to t/op/each.t
3406              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
3407              the mortal copy of the argument SV.
3408              And changed t/io/utf8.t test 18 which expects print() to
3409              upgrade its argument.
3410              - re-implement sv_eq with bytes_from_utf8()
3411              - some bug fixes
3412              - tr/// does not handle UTF8 range (\x{}-\x{})
3413              - \ before raw UTF8 character produced
3414              "Malformed UTF-8 character" warning.
3415              - "\x{100}\N{CENT SIGN}" is Malformed.
3416              Added tests for these 3.
3417              - and one silly bug (by me) with qu operator.
3418      Branch: perl
3419            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
3420            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
3421            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
3422 ____________________________________________________________________________
3423 [  8582] By: nick                                  on 2001/01/28  19:25:04
3424         Log: Add pod/perliol.pod to MANIFEST :-(
3425      Branch: perlio
3426            ! MANIFEST
3427 ____________________________________________________________________________
3428 [  8581] By: nick                                  on 2001/01/28  19:22:40
3429         Log: PerlIO documentation. Proofing and sub-editing requested.
3430      Branch: perlio
3431            + pod/perliol.pod
3432            ! pod/perlapio.pod
3433 ____________________________________________________________________________
3434 [  8580] By: jhi                                   on 2001/01/28  05:16:25
3435         Log: Revert the change to sv_2pv() done by #8054: Someone who
3436              did SvNV_set() on a scalar that also happened to be POK,
3437              followed by sv_2pv() won't get the right coercion anymore.
3438              [Sarathy]
3439      Branch: maint-5.6/perl
3440            ! sv.c
3441 ____________________________________________________________________________
3442 [  8579] By: jhi                                   on 2001/01/28  05:15:04
3443         Log: Remove the #8084 effect: do not allow -Q to be interpreted
3444              as -&Q(), this is too much wiggle room.
3445      Branch: maint-5.6/perl
3446            ! toke.c
3447 ____________________________________________________________________________
3448 [  8578] By: jhi                                   on 2001/01/28  05:12:45
3449         Log: Needed bits of #8439 (should have been in #8576),
3450              mainly for lval substr().
3451      Branch: maint-5.6/perl
3452            ! mg.c pp.c pp_hot.c
3453 ____________________________________________________________________________
3454 [  8577] By: jhi                                   on 2001/01/28  05:02:46
3455         Log: A missing check-in.
3456      Branch: maint-5.6/perl
3457            ! utf8.c
3458 ____________________________________________________________________________
3459 [  8576] By: jhi                                   on 2001/01/28  04:26:18
3460         Log: Integrate changes #8425,8436,8439,8517 from mainline.
3461              The 8439 was not truly integrated because it had too many
3462              dependencies on the development branch and because it introduced
3463              concepts too bold for a maintenance branch (such as the qu operator).
3464              
3465              Subject: [PATCH perl@8342] -Wformat
3466              
3467              Tighten some of the UTF-8 tests a bit.
3468              
3469              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
3470              - The substr lval was still not okay.
3471              - Now pp_stringify and sv_setsv copies source's UTF8 flag
3472              even if IN_BYTE.  pp_stringify is called from fold_constants
3473              at optimization phase and "\x{100}" was made SvUTF8_off under
3474              use bytes (the bytes pragma is for "byte semantics" and not
3475              for "do not produce UTF8 data")
3476      Branch: maint-5.6/perl
3477            ! t/lib/charnames.t t/op/substr.t toke.c
3478           !> sv.c t/pragma/utf8.t
3479 ____________________________________________________________________________
3480 [  8575] By: jhi                                   on 2001/01/28  04:01:51
3481         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
3482              
3483              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
3484              
3485              Subject: [ID 20001230.003] UTF-8 tr still hurts
3486              
3487              Test cases for #8385 (from Simon's "torture.pl")
3488              
3489              Start fixing UTF-8 lval substr() (8405)
3490      Branch: maint-5.6/perl
3491           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
3492           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
3493 ____________________________________________________________________________
3494 [  8574] By: jhi                                   on 2001/01/28  03:09:06
3495         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
3496              from mainline.
3497              
3498              UTF-8 cleanup.
3499              
3500              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
3501              
3502              "\x{FF}\xFF" was broken.
3503              
3504              Tests for #8329 and #8330.
3505              
3506              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
3507              
3508              IRIX compiler noticed that the bof initialization might be
3509              bypassed by control flow.
3510              
3511              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
3512      Branch: maint-5.6/perl
3513           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
3514           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
3515 ____________________________________________________________________________
3516 [  8573] By: jhi                                   on 2001/01/28  02:06:12
3517         Log: Retract #8552.
3518      Branch: perl
3519            ! lib/Text/Wrap.pm t/lib/textwrap.t
3520 ____________________________________________________________________________
3521 [  8572] By: jhi                                   on 2001/01/28  02:04:49
3522         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
3523              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
3524              not really integrated but instead salvaged by hand
3525              (they had too many dependencies on the development release
3526              to be cleanly integratable).
3527              
3528              Subject: more UTF8 test suites and an UTF8 patch
3529              
3530              Tweak for MULTIPLICITY/USE_PERLIO
3531              
3532              Signedness nit.
3533              
3534              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
3535              
3536              Use the UTF8_XXX macros in is_utf8_char().
3537              
3538              Rewrite pp_concat() in terms of sv_catsv().  The . operator
3539              should now be UTF-8-proof.
3540              
3541              Subject: [PATCH perl@8269] scanning two hex-constants
3542              fails on EBCDIC environment (script length.t)
3543              
3544              Add some Unicode chop() tests.
3545      Branch: maint-5.6/perl
3546            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
3547           !> sv.c t/op/chop.t utf8.h
3548 ____________________________________________________________________________
3549 [  8571] By: jhi                                   on 2001/01/28  00:35:59
3550         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
3551              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
3552              
3553              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
3554              
3555              The maxiters upper limit sanity check (guarding against
3556              non-progress) assumed bytes instead of characters in s///
3557              and split().
3558              
3559              Signedness nit.
3560              
3561              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
3562              join() should now be UTF-8-proof.
3563              
3564              More split // UTF-8 tests. (8250)
3565      Branch: maint-5.6/perl
3566           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
3567           !> util.c
3568 ____________________________________________________________________________
3569 [  8570] By: jhi                                   on 2001/01/27  22:15:46
3570         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
3571              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
3572              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
3573              8084,8204,8244,8333 from mainline.
3574              
3575              For -Q where Q might be a one-letter sub name one does no more
3576              get a warning about an unknown filetest (7941,7943,7944,8084).
3577              
3578              Subject: Re: [ID 20001130.011] expression parsing bug ?
3579              
3580              Make uv_to_utf8() to zero-terminate its output buffer.
3581              
3582              Split off t/op/length.t (7995)
3583              
3584              Split off t/op/utf8decode.t (7996)
3585              
3586              Remove an unnecessary 'use utf8' from the utf8.t (7998)
3587              
3588              Split off t/op/concat.t (8004)
3589              
3590              Split off t/op/ver.t (8005)
3591              
3592              Document utf8_length(), utf8_distance(), and utf8_hop().
3593              
3594              Document utf8_to_uv() better.
3595              
3596              Introduce macros for UTF8 decoding (8028,8033).
3597              
3598              Add test for reverse() (8030,8031).
3599              
3600              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
3601              
3602              Do not return the Unicode replacement character    on UTF-8
3603              decoding failure.
3604              
3605              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
3606              not this_utf8 i.e. the output string has one, but don't mess
3607              with source assumption. (8052,8053)
3608              
3609              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
3610              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
3611              was not expecting to be called with something that was already
3612              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
3613              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
3614              (8054)
3615              
3616              Recode the naughty binary bytes in utf8decode.t using the \xHH.
3617              
3618              Make some panic messages a bit more logical.
3619      Branch: maint-5.6/perl
3620           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
3621           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
3622           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
3623           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
3624           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
3625           !> utf8.c utf8.h
3626 ____________________________________________________________________________
3627 [  8569] By: jhi                                   on 2001/01/27  19:16:43
3628         Log: Integrate changes #7750 from perlio and #8566 from mainline.
3629      Branch: maint-5.6/perl
3630           !> regexec.c sv.c
3631 ____________________________________________________________________________
3632 [  8568] By: jhi                                   on 2001/01/27  18:06:51
3633         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
3634              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
3635              7935[-perlio.c],7936,7959,7965 from mainline.
3636              
3637              Change the "big byte" error message to "Wide character".
3638              (7355, the croak-if-wide-chars-in-print part ignored)
3639              
3640              Use UINT64_C().
3641              
3642              Introduce Perl_utf8_length().
3643              
3644              diff -se shows these as different (7753, forgotten check-ins)
3645              
3646              Subject: [PATCH] doop.c - UTF8 tr///
3647              
3648              If we use (aTHX_ ...) then put Perl_ on the front.
3649              
3650              Make utf8_length() and utf8_distance() to be less forgiving
3651              about bad UTF-8.
3652              
3653              Test line numbers are different with utf8.
3654              
3655              No need to scan till infinity, 13 is enough. (7872,7911)
3656              
3657              Subject: [PATCH] Tokeniser debugging
3658              
3659              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
3660              
3661              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
3662              
3663              Be more careful in Perl_sv_utf8_downgrade().
3664              
3665              Use DO_UTF8().
3666              
3667              Raw zero bytes in text files confuse at least GNU patch 2.1.
3668      Branch: maint-5.6/perl
3669           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
3670           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
3671           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
3672           !> t/pragma/utf8.t toke.c utf8.c utf8.h
3673 ____________________________________________________________________________
3674 [  8567] By: nick                                  on 2001/01/27  11:10:38
3675         Log: Integrate mainline
3676      Branch: perlio
3677           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
3678           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
3679           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
3680           !> toke.c
3681 ____________________________________________________________________________
3682 [  8566] By: jhi                                   on 2001/01/27  06:22:48
3683         Log: More documentation for the regexp context stack.
3684      Branch: perl
3685            ! regexec.c
3686 ____________________________________________________________________________
3687 [  8565] By: jhi                                   on 2001/01/27  05:21:57
3688         Log: Update Changes.
3689      Branch: perl
3690            ! Changes patchlevel.h
3691 ____________________________________________________________________________
3692 [  8564] By: jhi                                   on 2001/01/27  04:44:04
3693         Log: Threadedness patch for #8562 from Doug MacEachern.
3694      Branch: perl
3695            ! toke.c
3696 ____________________________________________________________________________
3697 [  8563] By: jhi                                   on 2001/01/27  04:26:24
3698         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
3699              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3700              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
3701              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
3702      Branch: perl
3703            ! op.c
3704 ____________________________________________________________________________
3705 [  8562] By: jhi                                   on 2001/01/27  04:20:30
3706         Log: Subject: Re: Announce : Tokener reporting patch
3707              From: Simon Cozens <simon@cozens.net>
3708              Date: Mon, 22 Jan 2001 02:17:22 +0000
3709              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
3710      Branch: perl
3711            ! embed.h embed.pl proto.h toke.c
3712 ____________________________________________________________________________
3713 [  8561] By: jhi                                   on 2001/01/27  04:17:24
3714         Log: Forgot from #8545.  Oops.
3715      Branch: perl
3716            ! pp.c t/pragma/overload.t
3717 ____________________________________________________________________________
3718 [  8560] By: jhi                                   on 2001/01/27  03:01:47
3719         Log: A better module compilation test, use MANIFEST as suggested
3720              by Spider.
3721      Branch: perl
3722            ! t/lib/1_compile.t
3723 ____________________________________________________________________________
3724 [  8559] By: jhi                                   on 2001/01/27  02:50:48
3725         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
3726              From: Peter Prymmer <pvhp@forte.com>
3727              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
3728              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
3729      Branch: perl
3730            ! t/lib/b.t
3731 ____________________________________________________________________________
3732 [  8558] By: jhi                                   on 2001/01/27  02:27:05
3733         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
3734              From: Peter Prymmer <pvhp@forte.com>
3735              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
3736              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
3737      Branch: perl
3738            ! t/pragma/sub_lval.t
3739 ____________________________________________________________________________
3740 [  8557] By: jhi                                   on 2001/01/27  02:26:03
3741         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
3742              From: Peter Prymmer <pvhp@forte.com>
3743              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
3744              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
3745      Branch: perl
3746            ! t/lib/st-06compat.t
3747 ____________________________________________________________________________
3748 [  8556] By: jhi                                   on 2001/01/27  02:24:33
3749         Log: Subject: [PATCH: perl@8531] minor update to README.os390
3750              From: Peter Prymmer <pvhp@forte.com>
3751              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
3752              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
3753      Branch: perl
3754            ! README.os390
3755 ____________________________________________________________________________
3756 [  8555] By: jhi                                   on 2001/01/27  00:35:47
3757         Log: No point in checking the length before we know whether the pointer
3758              is bogus or not, fixes Abigail's odbm failures in Linux.
3759      Branch: perl
3760            ! sv.c
3761 ____________________________________________________________________________
3762 [  8554] By: nick                                  on 2001/01/26  19:01:31
3763         Log: Integrate mainline
3764      Branch: perlio
3765           !> lib/Text/Wrap.pm t/lib/textwrap.t
3766 ____________________________________________________________________________
3767 [  8553] By: jhi                                   on 2001/01/26  15:19:39
3768         Log: Integrate change #7792 from perlio (multiplicity fix),
3769              fix the AV leak in regex DEBUGGING (tiny part of the
3770              polymorphic regexp patch #8143).
3771      Branch: maint-5.6/perl
3772            ! regcomp.c
3773           !> scope.h
3774 ____________________________________________________________________________
3775 [  8552] By: jhi                                   on 2001/01/26  15:03:23
3776         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
3777              From: Michael G Schwern <schwern@pobox.com>
3778              Date: Fri, 26 Jan 2001 09:28:31 -0500
3779              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
3780      Branch: perl
3781            ! lib/Text/Wrap.pm t/lib/textwrap.t
3782 ____________________________________________________________________________
3783 [  8551] By: jhi                                   on 2001/01/26  02:33:19
3784         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
3785              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
3786              
3787              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
3788              
3789              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
3790              
3791              Message nit.
3792              
3793              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
3794              
3795              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
3796              
3797              (the cleanup of unused submatches in regtry() and regcppop())
3798              
3799              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
3800              stored and restored, and thusly was trounced by the utf8 swash
3801              routines.
3802              
3803              use utf8 not required to use \x{}.
3804              
3805              Removed two more tests that make no sense in UTF-8 since the test
3806              data is not in UTF-8.
3807              
3808              Get the three different space character classes right under utf8.
3809              
3810              Implement ANYOFUTF8 regprop() dumping.
3811              
3812              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
3813              
3814              Document the regex context pushing/popping a bit better.
3815      Branch: maint-5.6/perl
3816           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
3817           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
3818           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
3819           !> t/op/regmesg.t utf8.c
3820 ____________________________________________________________________________
3821 [  8550] By: nick                                  on 2001/01/25  19:42:30
3822         Log: Integrate mainline
3823      Branch: perlio
3824           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
3825           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
3826           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
3827           !> t/lib/bigint.t t/lib/bigintpm.t
3828 ____________________________________________________________________________
3829 [  8549] By: jhi                                   on 2001/01/25  15:22:28
3830         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
3831      Branch: maint-5.6/perl
3832            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
3833 ____________________________________________________________________________
3834 [  8548] By: jhi                                   on 2001/01/25  15:02:55
3835         Log: Integrate changes #7997,8063,8492,8547 from mainline.
3836              
3837              Subject: Re: STRLEN - what?
3838              
3839              Subject: [PATCH] perlguts.pod
3840              
3841              Memory management calls documentation.
3842              
3843              Layout using tabulator is not a good idea in a pod.
3844      Branch: maint-5.6/perl
3845           !> pod/perlguts.pod
3846 ____________________________________________________________________________
3847 [  8547] By: jhi                                   on 2001/01/25  14:49:05
3848         Log: Layout using tabulator is not a good idea in a pod.
3849      Branch: perl
3850            ! pod/perlguts.pod
3851 ____________________________________________________________________________
3852 [  8546] By: jhi                                   on 2001/01/25  14:31:12
3853         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
3854              from mainline.
3855              
3856              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
3857              
3858              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
3859              
3860              More Win32 editor/IDE/shell hints.
3861              
3862              More Win32 Perling.
3863              
3864              Yet another editor edit.
3865              
3866              Edit edit edit.
3867              
3868              IDE/editor section tweaking.
3869              
3870              Few more IDE/editor nits from p5p.
3871      Branch: maint-5.6/perl
3872           !> pod/perlfaq3.pod
3873 ____________________________________________________________________________
3874 [  8545] By: jhi                                   on 2001/01/25  04:16:32
3875         Log: Subject: [PATCH 5.7.0] overload int()
3876              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3877              Date: Wed, 24 Jan 2001 19:06:57 -0500
3878              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
3879      Branch: perl
3880            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
3881            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
3882            ! t/lib/bigintpm.t
3883 ____________________________________________________________________________
3884 [  8544] By: jhi                                   on 2001/01/25  04:15:11
3885         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
3886              From: Peter Prymmer <pvhp@forte.com>
3887              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
3888              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
3889      Branch: perl
3890            ! Makefile.SH README.os390 hints/os390.sh installperl
3891 ____________________________________________________________________________
3892 [  8543] By: jhi                                   on 2001/01/25  03:52:08
3893         Log: Integrate change #8462,8469 from mainline.
3894              
3895              In VMS Perl subversion (perl -V) is undef.
3896      Branch: maint-5.6/perl
3897           !> configure.com
3898 ____________________________________________________________________________
3899 [  8542] By: jhi                                   on 2001/01/25  03:44:55
3900         Log: Integrate changes #7835,7850,8315,8316 from mainline.
3901              
3902              Solaris hints.
3903      Branch: maint-5.6/perl
3904           !> hints/solaris_2.sh
3905 ____________________________________________________________________________
3906 [  8541] By: jhi                                   on 2001/01/25  03:39:28
3907         Log: Integrate #8336 from mainline.
3908      Branch: maint-5.6/perl
3909           !> hv.c
3910 ____________________________________________________________________________
3911 [  8540] By: jhi                                   on 2001/01/25  03:23:50
3912         Log: Retract #8539.
3913      Branch: maint-5.6/perl
3914            ! pod/perlfaq3.pod
3915 ____________________________________________________________________________
3916 [  8539] By: jhi                                   on 2001/01/25  03:21:55
3917         Log: (Retracted by #5940.)
3918      Branch: maint-5.6/perl
3919            ! pod/perlfaq3.pod
3920 ____________________________________________________________________________
3921 [  8538] By: jhi                                   on 2001/01/25  03:14:07
3922         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
3923              From: Peter Prymmer <pvhp@forte.com>
3924              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
3925              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
3926              
3927              The VMS bits.
3928      Branch: maint-5.6/perl
3929            ! configure.com vms/descrip_mms.template
3930 ____________________________________________________________________________
3931 [  8537] By: jhi                                   on 2001/01/25  03:06:09
3932         Log: Integrate #7710,7824,7973 from mainline.
3933      Branch: maint-5.6/perl
3934           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3935           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
3936           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
3937           !> vos/config.ga.def vos/config.ga.h win32/config.bc
3938           !> win32/config.gc win32/config.vc
3939 ____________________________________________________________________________
3940 [  8536] By: jhi                                   on 2001/01/24  13:50:20
3941         Log: Revert the edits made by me so far to the 5.6 branch since
3942              the TRIAL1 since I did edits when I should have been using
3943              integrates.  Bad programmer.   (Will integrate them properly later.)
3944              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
3945              The #8353 will not be reapplied at least for now since
3946              the UTF-8 hash keys need more thinking.
3947              (The patches #8347, #8354, #8454, #8473 were okay since they
3948              were original edits made specifically for the 5.6.1-TRIAL1.)
3949      Branch: maint-5.6/perl
3950            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3951            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
3952            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
3953            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
3954            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
3955            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
3956            ! win32/config.bc win32/config.gc win32/config.vc
3957 ____________________________________________________________________________
3958 [  8535] By: bailey                                on 2001/01/24  06:37:02
3959         Log: SYN SYN
3960      Branch: vmsperl
3961           +> (branch 26 files)
3962           !> (integrate 130 files)
3963 ____________________________________________________________________________
3964 [  8534] By: nick                                  on 2001/01/23  19:30:57
3965         Log: Integrate mainline.
3966      Branch: perlio
3967           !> Changes Configure Porting/Glossary Porting/config.sh
3968           !> Porting/config_H embed.h embed.pl ext/Encode/compile
3969           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
3970           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
3971           !> pod/perlvar.pod proto.h t/lib/1_compile.t
3972 ____________________________________________________________________________
3973 [  8533] By: jhi                                   on 2001/01/23  16:15:46
3974         Log: Forgotten from #8501.
3975      Branch: perl
3976            ! Porting/Glossary Porting/config.sh Porting/config_H
3977 ____________________________________________________________________________
3978 [  8532] By: jhi                                   on 2001/01/23  16:13:27
3979         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
3980              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
3981              Date: Mon, 22 Jan 2001 17:51:58 +0100
3982              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
3983      Branch: perl
3984            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
3985 ____________________________________________________________________________
3986 [  8531] By: jhi                                   on 2001/01/23  15:46:01
3987         Log: Update Changes.
3988      Branch: perl
3989            ! Changes patchlevel.h
3990 ____________________________________________________________________________
3991 [  8530] By: jhi                                   on 2001/01/23  15:38:39
3992         Log: De-cut-and-pasto.
3993      Branch: perl
3994            ! t/lib/1_compile.t
3995 ____________________________________________________________________________
3996 [  8529] By: jhi                                   on 2001/01/23  15:11:04
3997         Log: Document the mkdir trailing slashes case.
3998      Branch: perl
3999            ! pod/perlfunc.pod
4000 ____________________________________________________________________________
4001 [  8528] By: jhi                                   on 2001/01/23  15:08:28
4002         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
4003              get installed:
4004              
4005              Subject: lib/lib.pm
4006              From: <abigail@foad.org>
4007              Date: Mon, 28 Aug 2000 20:35:08 -0400
4008              Message-ID: <20000829003508.21281.qmail@foad.org>
4009      Branch: perl
4010            ! installperl
4011 ____________________________________________________________________________
4012 [  8527] By: jhi                                   on 2001/01/23  14:44:04
4013         Log: Metaconfig unit change for #8526.
4014      Branch: metaconfig
4015            ! U/threads/archname.U
4016 ____________________________________________________________________________
4017 [  8526] By: jhi                                   on 2001/01/23  14:43:19
4018         Log: Attach -perlio to the archname if so selected.
4019      Branch: perl
4020            ! Configure
4021 ____________________________________________________________________________
4022 [  8525] By: jhi                                   on 2001/01/23  14:24:01
4023         Log: Subject: [PATCH] pod/perlvar.pod
4024              From: abigail@foad.org
4025              Date: Tue, 23 Jan 2001 01:41:10 +0100
4026              Message-ID: <20010123004110.22259.qmail@foad.org>
4027      Branch: perl
4028            ! pod/perlvar.pod
4029 ____________________________________________________________________________
4030 [  8524] By: jhi                                   on 2001/01/23  14:22:32
4031         Log: A bug introduced in #8217 (the undefined variable in the
4032              lib/safe1_t #3) fixed, by Charles Lane:
4033              
4034              The earlier patch made it so that stuff running in Safe
4035              compartments could do a "caller" and see "main".  That
4036              little change in name is done right before the code in
4037              the compartment is run, and apparantly the parser
4038              was picking up the stash name before it got changed.
4039              
4040              (why it was threaded vs. unthreaded Perl that was sensitive to this
4041              I still don't know...and it probably doesn't matter).
4042              
4043              I tryed removing the stash name-change and saw that threaded Perl
4044              did indeed pass the lib/safe1.t tests.
4045              
4046              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
4047              do the name change (and to connect _ in the compartment to the global
4048              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
4049              to call _safe_pkg_prep when creating a new compartment.
4050              
4051              Passes all tests with threaded perl on linux; passes all tests
4052              with unthreaded perl on VMS.
4053              
4054              At some point I'll probably want to revisit Safe and Opcode to
4055              provide more sensible handling of global variables...and to get
4056              formats working in Safe compartments, which they don't do currently.
4057      Branch: perl
4058            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
4059 ____________________________________________________________________________
4060 [  8523] By: jhi                                   on 2001/01/23  14:11:58
4061         Log: Also the lib/Thread.pm itself needs to be ignored if
4062              the Thread extension hasn't been built.
4063      Branch: perl
4064            ! t/lib/1_compile.t
4065 ____________________________________________________________________________
4066 [  8522] By: jhi                                   on 2001/01/23  13:51:28
4067         Log: print() instead of warn() so that stderr doesn't get
4068              unncessarily polluted.
4069      Branch: perl
4070            ! ext/Encode/compile
4071 ____________________________________________________________________________
4072 [  8521] By: jhi                                   on 2001/01/23  13:49:48
4073         Log: Integrate perlio.
4074      Branch: perl
4075           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
4076           !> ext/Encode/encode.h
4077 ____________________________________________________________________________
4078 [  8520] By: nick                                  on 2001/01/22  21:44:00
4079         Log: More messing with Encode:
4080              Extra fields in header to allow multiple names and to record
4081              other things "compile" knows.
4082              Re-organise compile to factor out common output routines.
4083      Branch: perlio
4084            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
4085 ____________________________________________________________________________
4086 [  8519] By: nick                                  on 2001/01/22  20:33:50
4087         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
4088      Branch: perlio
4089            ! ext/Encode/Makefile.PL ext/Encode/compile
4090 ____________________________________________________________________________
4091 [  8518] By: nick                                  on 2001/01/22  20:28:13
4092         Log: Integrate mainline
4093      Branch: perlio
4094           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
4095           !> vos/config.alpha.def vos/config.alpha.h
4096 ____________________________________________________________________________
4097 [  8517] By: jhi                                   on 2001/01/22  15:37:17
4098         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
4099              by Inaba Hiroto.
4100      Branch: perl
4101            ! sv.c
4102 ____________________________________________________________________________
4103 [  8516] By: jhi                                   on 2001/01/22  14:55:15
4104         Log: More SIG_SIZE fixes.
4105      Branch: perl
4106            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
4107 ____________________________________________________________________________
4108 [  8515] By: jhi                                   on 2001/01/22  14:50:27
4109         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
4110              From: "Craig A. Berry" <craigberry@mac.com>
4111              Date: Mon, 22 Jan 2001 00:42:24 -0600
4112              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
4113      Branch: perl
4114            ! configure.com
4115 ____________________________________________________________________________
4116 [  8514] By: jhi                                   on 2001/01/22  14:31:17
4117         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
4118              From: "Craig A. Berry" <craigberry@mac.com>
4119              Date: Sun, 21 Jan 2001 23:03:25 -0600
4120              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
4121      Branch: perl
4122            ! configure.com
4123 ____________________________________________________________________________
4124 [  8513] By: jhi                                   on 2001/01/22  14:14:00
4125         Log: Add the .ucm encoding tables to the MANIFEST.
4126      Branch: perl
4127            ! MANIFEST
4128 ____________________________________________________________________________
4129 [  8512] By: jhi                                   on 2001/01/22  13:43:33
4130         Log: Integrate perlio.
4131      Branch: perl
4132           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
4133           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
4134           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
4135           +> ext/Encode/Encode/iso8859-10.ucm
4136           +> ext/Encode/Encode/iso8859-13.ucm
4137           +> ext/Encode/Encode/iso8859-14.ucm
4138           +> ext/Encode/Encode/iso8859-15.ucm
4139           +> ext/Encode/Encode/iso8859-16.ucm
4140           +> ext/Encode/Encode/iso8859-2.ucm
4141           +> ext/Encode/Encode/iso8859-3.ucm
4142           +> ext/Encode/Encode/iso8859-4.ucm
4143           +> ext/Encode/Encode/iso8859-5.ucm
4144           +> ext/Encode/Encode/iso8859-6.ucm
4145           +> ext/Encode/Encode/iso8859-7.ucm
4146           +> ext/Encode/Encode/iso8859-8.ucm
4147           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
4148           +> ext/Encode/Encode/symbol.ucm
4149           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
4150           !> perliol.h
4151 ____________________________________________________________________________
4152 [  8511] By: nick                                  on 2001/01/21  23:44:47
4153         Log: Make "real" layers of ":utf8" and ":raw".
4154              So now PERLIO=utf8 perl ...
4155              does what Andreas wanted.
4156              Fix arg passing in open.pm (still have a Carp issue).
4157      Branch: perlio
4158            ! lib/open.pm perlio.c perliol.h
4159 ____________________________________________________________________________
4160 [  8510] By: jhi                                   on 2001/01/21  22:56:53
4161         Log: Document the regex context pushing/popping a bit better.
4162      Branch: perl
4163            ! regexec.c
4164 ____________________________________________________________________________
4165 [  8509] By: jhi                                   on 2001/01/21  22:55:44
4166         Log: Tweak the mkdir trailing slash code some more.
4167              
4168              TO DO: the same handling should probably be done for
4169              all the other filesystem functions that can have directories
4170              as their arguments.
4171      Branch: perl
4172            ! pp_sys.c
4173 ____________________________________________________________________________
4174 [  8508] By: nick                                  on 2001/01/21  21:37:43
4175         Log: Switch "compiled in" encodings to .ucm format.
4176              (Leave others as .enc till we can run-time load .ucm,
4177              or find some other way to load them.)
4178      Branch: perlio
4179            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
4180            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
4181            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
4182            + ext/Encode/Encode/iso8859-10.ucm
4183            + ext/Encode/Encode/iso8859-13.ucm
4184            + ext/Encode/Encode/iso8859-14.ucm
4185            + ext/Encode/Encode/iso8859-15.ucm
4186            + ext/Encode/Encode/iso8859-16.ucm
4187            + ext/Encode/Encode/iso8859-2.ucm
4188            + ext/Encode/Encode/iso8859-3.ucm
4189            + ext/Encode/Encode/iso8859-4.ucm
4190            + ext/Encode/Encode/iso8859-5.ucm
4191            + ext/Encode/Encode/iso8859-6.ucm
4192            + ext/Encode/Encode/iso8859-7.ucm
4193            + ext/Encode/Encode/iso8859-8.ucm
4194            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
4195            + ext/Encode/Encode/symbol.ucm
4196            ! ext/Encode/Makefile.PL ext/Encode/compile
4197 ____________________________________________________________________________
4198 [  8507] By: nick                                  on 2001/01/21  21:02:03
4199         Log: Integrate (partial) mainline.
4200      Branch: perlio
4201           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
4202           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
4203           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4204 ____________________________________________________________________________
4205 [  8506] By: jhi                                   on 2001/01/21  20:09:30
4206         Log: Update Changes.
4207      Branch: perl
4208            ! Changes patchlevel.h
4209 ____________________________________________________________________________
4210 [  8505] By: jhi                                   on 2001/01/21  19:39:59
4211         Log: Subject: Minor typos in perlfaq2.pod
4212              From: "Stephen P. Potter" <spp@spotter.yi.org>
4213              Message-Id: <200101192101.QAA11911@spotter.yi.org>
4214              Date: Fri, 19 Jan 2001 16:01:13 -0500
4215              
4216              with a nit from Philip Netwon.
4217      Branch: perl
4218            ! pod/perlfaq2.pod
4219 ____________________________________________________________________________
4220 [  8504] By: jhi                                   on 2001/01/21  19:33:05
4221         Log: Metaconfig change for #8503.
4222      Branch: metaconfig
4223            ! U/threads/usethreads.U
4224 ____________________________________________________________________________
4225 [  8503] By: jhi                                   on 2001/01/21  19:32:21
4226         Log: Sanity check for conflicting thread flavours.
4227      Branch: perl
4228            ! Configure config_h.SH
4229 ____________________________________________________________________________
4230 [  8502] By: jhi                                   on 2001/01/21  19:23:00
4231         Log: Metaconfig change for #8501.
4232      Branch: metaconfig
4233            ! U/modified/sig_name.U
4234 ____________________________________________________________________________
4235 [  8501] By: jhi                                   on 2001/01/21  19:22:26
4236         Log: The SIG_SIZE is the number of the elements *excluding*
4237              the terminating NULL.
4238      Branch: perl
4239            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
4240            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
4241            ! win32/config_H.vc
4242 ____________________________________________________________________________
4243 [  8500] By: jhi                                   on 2001/01/21  18:31:31
4244         Log: Integrate perlio.
4245      Branch: perl
4246           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
4247           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
4248           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
4249           !> pp_sys.c proto.h sv.c
4250 ____________________________________________________________________________
4251 [  8499] By: jhi                                   on 2001/01/21  17:43:57
4252         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
4253              From: Hugo <hv@crypt.compulink.co.uk>
4254              Date: Sun, 21 Jan 2001 13:34:05 +0000
4255              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
4256              
4257              In sprintf UTF8ize only if necessary.
4258      Branch: perl
4259            ! sv.c
4260 ____________________________________________________________________________
4261 [  8498] By: nick                                  on 2001/01/21  16:25:32
4262         Log: Encode cleanup.
4263              Add command line control over "compile" so that Makefile.PL
4264              needs can be combined with other uses.
4265              Use command line options in Makefile.PL.
4266              Fix multi-byte parsing in .ucm files.
4267      Branch: perlio
4268            ! ext/Encode/Makefile.PL ext/Encode/compile
4269 ____________________________________________________________________________
4270 [  8497] By: nick                                  on 2001/01/21  12:56:27
4271         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
4272      Branch: perlio
4273            ! ext/Encode/Encode.xs
4274 ____________________________________________________________________________
4275 [  8496] By: nick                                  on 2001/01/21  12:18:45
4276         Log: Fixup after integrate:
4277              missed the .sym files that are changed by regen_headers
4278              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
4279      Branch: perlio
4280            ! global.sym pp.sym sv.c
4281 ____________________________________________________________________________
4282 [  8495] By: nick                                  on 2001/01/21  11:51:07
4283         Log: Integrate mainline.
4284      Branch: perlio
4285           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
4286           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
4287           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
4288           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
4289           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
4290           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
4291           !> win32/Makefile win32/makefile.mk
4292 ____________________________________________________________________________
4293 [  8494] By: jhi                                   on 2001/01/20  23:12:11
4294         Log: Forgot the expect_number() prototype.
4295      Branch: perl
4296            ! embed.h embed.pl proto.h
4297 ____________________________________________________________________________
4298 [  8493] By: jhi                                   on 2001/01/20  22:56:39
4299         Log: Subject: [PATCH: perl@8482] README.vms URL updates
4300              From: Peter Prymmer <pvhp@forte.com>
4301              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
4302              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
4303              
4304              Plus Craig A. Berry's suggestion to use compaq.com instead
4305              of digital.com.
4306      Branch: perl
4307            ! README.vms
4308 ____________________________________________________________________________
4309 [  8492] By: jhi                                   on 2001/01/20  22:50:05
4310         Log: Memory management calls documentation.
4311      Branch: perl
4312            ! pod/perlguts.pod
4313 ____________________________________________________________________________
4314 [  8491] By: jhi                                   on 2001/01/20  22:38:33
4315         Log: Signedness nit plus few memcpy/Copy nits.
4316      Branch: perl
4317            ! sv.c
4318 ____________________________________________________________________________
4319 [  8490] By: jhi                                   on 2001/01/20  22:25:53
4320         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
4321              From: Peter Prymmer <pvhp@forte.com>
4322              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
4323              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
4324      Branch: perl
4325            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
4326 ____________________________________________________________________________
4327 [  8489] By: jhi                                   on 2001/01/20  22:24:41
4328         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
4329              From: Peter Prymmer <pvhp@forte.com>
4330              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
4331              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
4332      Branch: perl
4333            ! win32/Makefile win32/makefile.mk
4334 ____________________________________________________________________________
4335 [  8488] By: jhi                                   on 2001/01/20  22:22:27
4336         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
4337              From: Peter Prymmer <pvhp@forte.com>
4338              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
4339              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
4340      Branch: perl
4341            ! Makefile.SH
4342 ____________________________________________________________________________
4343 [  8487] By: jhi                                   on 2001/01/20  22:21:18
4344         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
4345              From: Peter Prymmer <pvhp@forte.com>
4346              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
4347              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
4348      Branch: perl
4349            + ext/DynaLoader/dl_dllload.xs
4350            ! MANIFEST Makefile.SH hints/os390.sh
4351 ____________________________________________________________________________
4352 [  8486] By: jhi                                   on 2001/01/20  22:17:53
4353         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
4354              From: Peter Prymmer <pvhp@forte.com>
4355              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
4356              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
4357      Branch: perl
4358            ! README.os390 README.posix-bc
4359 ____________________________________________________________________________
4360 [  8485] By: jhi                                   on 2001/01/20  20:15:30
4361         Log: Document and test the new qu operator.
4362      Branch: perl
4363            + t/op/qu.t
4364            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
4365            ! pod/perlretut.pod pod/perlunicode.pod
4366 ____________________________________________________________________________
4367 [  8484] By: nick                                  on 2001/01/20  19:42:30
4368         Log: Infrastructure to allow:
4369              open($fh,"|-",@array);
4370              to be implemented
4371              i.e. mark pp_open as needing a stack mark, and make pp_open
4372              process its args in that style (and pass them _all_ to tied handles OPEN).
4373              Invent do_openn() which takes SV ** at allow it to see multiple args.
4374              Note this does not _do_ anything yet.
4375      Branch: perlio
4376            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
4377            ! perlapi.c pp_proto.h pp_sys.c proto.h
4378 ____________________________________________________________________________
4379 [  8483] By: nick                                  on 2001/01/20  17:23:14
4380         Log: Integrate mainline.
4381      Branch: perlio
4382           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
4383           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
4384 ____________________________________________________________________________
4385 [  8482] By: jhi                                   on 2001/01/19  15:37:49
4386         Log: Update Changes.
4387      Branch: perl
4388            ! Changes patchlevel.h
4389 ____________________________________________________________________________
4390 [  8481] By: jhi                                   on 2001/01/19  14:41:24
4391         Log: Subject: Re: new feature: s?printf parameter reordering 
4392              From: Hugo <hv@crypt.compulink.co.uk>
4393              Date: Thu, 11 Jan 2001 17:09:03 +0000
4394              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
4395              
4396              - support reordering for all parameters: %, *v, *, .*
4397              - lay down that the reordering specification must immediately
4398              follow that parameter: %3$, *v3$, *3$, .*3$
4399              - fix vectorisation of a zero-length string
4400              - factor out the code choosing the argument to format
4401              
4402              Possibly unwanted side-effects:
4403              - the special format specifiers ' +-0' must now precede any
4404              vectorisation specifier. Tests in op/sprintf and op/ver
4405              have been changed to reflect this.
4406              - sprintf.t test #214 changed its expectations because in many
4407              cases, the next parameter has already been consumed when an
4408              invalid type letter is detected.
4409              
4410              Probably wanted side-effects:
4411              - attempts to format a non-existent parameter will warn as if C<undef>
4412              - attempt to write to non-existent parameter with '%n' will complain
4413              of "attempt to modify read-only value" instead of being silent
4414      Branch: perl
4415            ! sv.c t/op/sprintf.t t/op/ver.t
4416 ____________________________________________________________________________
4417 [  8480] By: jhi                                   on 2001/01/19  14:08:37
4418         Log: Subject: PATCH pragma/locale.t
4419              From: andreas.koenig@anima.de (Andreas J. Koenig)
4420              Date: 18 Jan 2001 09:45:37 +0100
4421              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
4422      Branch: perl
4423            ! t/pragma/locale.t
4424 ____________________________________________________________________________
4425 [  8479] By: jhi                                   on 2001/01/19  13:19:58
4426         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
4427      Branch: perl
4428            ! configure.com
4429 ____________________________________________________________________________
4430 [  8478] By: jhi                                   on 2001/01/19  02:12:35
4431         Log: Automate 1_compile.t.
4432      Branch: perl
4433            ! t/lib/1_compile.t
4434 ____________________________________________________________________________
4435 [  8477] By: jhi                                   on 2001/01/19  01:49:56
4436         Log: Integrate perlio.
4437      Branch: perl
4438           !> sv.c win32/config.bc win32/config.gc win32/config.vc
4439           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4440 ____________________________________________________________________________
4441 [  8476] By: nick                                  on 2001/01/18  21:51:52
4442         Log: Integrate mainline
4443      Branch: perlio
4444           +> t/lib/1_compile.t t/lib/compmod.pl
4445           !> MANIFEST configure.com lib/unicode/distinct.pm
4446 ____________________________________________________________________________
4447 [  8475] By: nick                                  on 2001/01/18  21:48:02
4448         Log: Win32 "safe signals" co-existance fix.
4449              Fix SIG_SIZE value.
4450              Clear PL_sig_pending when cloning (fork).
4451      Branch: perlio
4452            ! sv.c win32/config.bc win32/config.gc win32/config.vc
4453            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4454 ____________________________________________________________________________
4455 [  8474] By: jhi                                   on 2001/01/18  14:40:57
4456         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
4457      Branch: perl
4458            ! t/lib/1_compile.t
4459 ____________________________________________________________________________
4460 [  8473] By: gsar                                  on 2001/01/18  11:42:31
4461         Log: unsubmitted trial1 change
4462      Branch: maint-5.6/perl
4463            ! Changes
4464 ____________________________________________________________________________
4465 [  8472] By: jhi                                   on 2001/01/18  04:30:24
4466         Log: The first bug found by 1_compile.t.
4467      Branch: perl
4468            ! lib/unicode/distinct.pm
4469 ____________________________________________________________________________
4470 [  8471] By: jhi                                   on 2001/01/18  04:29:42
4471         Log: Add Schwern's 1_compile test.  The compile_module script renamed
4472              to be a bit shorter for the 8.3 people.
4473      Branch: perl
4474            + t/lib/1_compile.t t/lib/compmod.pl
4475            ! MANIFEST
4476 ____________________________________________________________________________
4477 [  8470] By: jhi                                   on 2001/01/18  04:16:00
4478         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)
4479              From: Peter Prymmer <pvhp@forte.com>
4480              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
4481              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
4482              Replace #8463.
4483      Branch: maint-5.6/perl
4484            ! configure.com
4485 ____________________________________________________________________________
4486 [  8469] By: jhi                                   on 2001/01/18  04:13:02
4487         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)
4488              From: Peter Prymmer <pvhp@forte.com>
4489              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
4490              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
4491              Replace #8462.
4492      Branch: perl
4493            ! configure.com
4494 ____________________________________________________________________________
4495 [  8468] By: jhi                                   on 2001/01/18  03:42:08
4496         Log: Integrate perlio.
4497      Branch: perl
4498           !> gv.c mg.c perlio.c util.c
4499 ____________________________________________________________________________
4500 [  8467] By: nick                                  on 2001/01/17  22:41:10
4501         Log: "Safe" signals - trial implementation.
4502              gv.c tweaked to zero PL_sig_pend array
4503              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
4504              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
4505              Odd thing is that it "works" with PERLIO=stdio as well (linux).
4506      Branch: perlio
4507            ! gv.c mg.c perlio.c util.c
4508 ____________________________________________________________________________
4509 [  8466] By: nick                                  on 2001/01/17  20:40:20
4510         Log: Integrate mainline.
4511      Branch: perlio
4512           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4513           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
4514           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
4515           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4516           !> vos/config.ga.h win32/config.bc win32/config.gc
4517           !> win32/config.vc
4518 ____________________________________________________________________________
4519 [  8465] By: jhi                                   on 2001/01/17  18:37:13
4520         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
4521              From: Nicholas Clark <nick@ccl4.org>
4522              Date: Wed, 17 Jan 2001 17:31:33 +0000
4523              Message-ID: <20010117173133.I2633@plum.flirble.org>
4524      Branch: perl
4525            ! t/op/int.t
4526 ____________________________________________________________________________
4527 [  8464] By: jhi                                   on 2001/01/17  14:43:17
4528         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
4529              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
4530              Date: Wed, 17 Jan 2001 15:16:43 +0100
4531              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
4532              
4533              pp_int() was dropping an NV to the floor,
4534              int(279964589018079/59) either returned not an integer
4535              4745162525730.15, or one got "Attempt to free unreferenced scalar."
4536      Branch: perl
4537            ! pp.c
4538 ____________________________________________________________________________
4539 [  8463] By: jhi                                   on 2001/01/17  06:12:42
4540         Log: (Replaced by #8470)
4541              
4542              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)
4543              From: "Craig A. Berry" <craigberry@mac.com>
4544              Date: Tue, 16 Jan 2001 23:38:46 -0600
4545              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
4546      Branch: maint-5.6/perl
4547            ! configure.com
4548 ____________________________________________________________________________
4549 [  8462] By: jhi                                   on 2001/01/17  06:11:31
4550         Log: (Replaced by #8469)
4551              
4552              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)
4553              From: "Craig A. Berry" <craigberry@mac.com>
4554              Date: Tue, 16 Jan 2001 23:38:46 -0600
4555              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
4556      Branch: perl
4557            ! configure.com
4558 ____________________________________________________________________________
4559 [  8461] By: jhi                                   on 2001/01/17  05:56:12
4560         Log: Allow for one trailing slash in the directory of mkdir().
4561      Branch: perl
4562            ! pp_sys.c
4563 ____________________________________________________________________________
4564 [  8460] By: jhi                                   on 2001/01/17  03:26:01
4565         Log: Metaconfig unit changes for #8459.
4566      Branch: metaconfig
4567            ! U/modified/Loc.U U/modified/sig_name.U
4568 ____________________________________________________________________________
4569 [  8459] By: jhi                                   on 2001/01/17  03:24:48
4570         Log: Define SIG_SIZE, the number of elements in the sig_name and
4571              sig_num arrays, including the final NULL entry.
4572      Branch: perl
4573            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4574            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
4575            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
4576            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4577            ! win32/config.bc win32/config.gc win32/config.vc
4578 ____________________________________________________________________________
4579 [  8458] By: jhi                                   on 2001/01/17  01:41:33
4580         Log: Integrate perlio.
4581      Branch: perl
4582           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
4583           !> perlapi.h proto.h sv.c
4584 ____________________________________________________________________________
4585 [  8457] By: nick                                  on 2001/01/16  22:07:26
4586         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
4587              Provides all the "cost" but no benefit yet - it is to allow cost
4588              to be measured, and implementation experiments (just in mg.c?).
4589      Branch: perlio
4590            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
4591            ! perlapi.h proto.h sv.c
4592 ____________________________________________________________________________
4593 [  8456] By: nick                                  on 2001/01/16  21:07:07
4594         Log: Integrate mainline.
4595      Branch: perlio
4596           !> (integrate 51 files)
4597 ____________________________________________________________________________
4598 [  8455] By: jhi                                   on 2001/01/16  18:13:43
4599         Log: Subject: [PATCH] regcomp.c old feature removal
4600              From: mjd@plover.com
4601              Date: 16 Jan 2001 14:43:18 -0000 
4602              Message-ID: <20010116144318.7140.qmail@plover.com> 
4603      Branch: perl
4604            ! regcomp.c
4605 ____________________________________________________________________________
4606 [  8454] By: jhi                                   on 2001/01/16  16:12:39
4607         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
4608              From: "Indy Singh" <indy@nusphere.com>
4609              Date: Wed, 10 Jan 2001 20:17:49 -0500
4610              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
4611      Branch: maint-5.6/perl
4612            ! win32/Makefile
4613 ____________________________________________________________________________
4614 [  8453] By: jhi                                   on 2001/01/16  16:09:33
4615         Log: Update Changes.
4616      Branch: perl
4617            ! Changes patchlevel.h
4618 ____________________________________________________________________________
4619 [  8452] By: jhi                                   on 2001/01/16  15:42:04
4620         Log: Subject: Re: API Cleanup
4621              To: perl5-porters@perl.org
4622              Date: Tue, 16 Jan 2001 13:42:30 +0000
4623              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
4624              
4625              Subject: [PATCH] utf8.c documentation
4626              From: Simon Cozens <simon@cozens.net>
4627              Date: Tue, 16 Jan 2001 13:52:48 +0000
4628              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
4629              
4630              Subject: Re: API Cleanup
4631              From: Simon Cozens <simon@cozens.net>
4632              Date: Tue, 16 Jan 2001 14:58:55 +0000
4633              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
4634              
4635              UTF-8 doc patches.
4636      Branch: perl
4637            ! embed.pl pod/perlapi.pod utf8.c
4638 ____________________________________________________________________________
4639 [  8451] By: jhi                                   on 2001/01/16  14:41:39
4640         Log: podlators 1.07, from Russ Allbery.
4641      Branch: perl
4642            ! lib/Pod/Man.pm
4643 ____________________________________________________________________________
4644 [  8450] By: jhi                                   on 2001/01/16  14:24:19
4645         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
4646              From: "Indy Singh" <indy@nusphere.com>
4647              Date: Mon, 15 Jan 2001 20:59:40 -0500
4648              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
4649      Branch: perl
4650            ! win32/Makefile
4651 ____________________________________________________________________________
4652 [  8449] By: jhi                                   on 2001/01/16  03:42:55
4653         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
4654              at the setting of the ofs_sv in new_struct_thread() as the
4655              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
4656              that invited a core dump.
4657      Branch: perl
4658            ! util.c
4659 ____________________________________________________________________________
4660 [  8448] By: jhi                                   on 2001/01/16  01:49:07
4661         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
4662              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4663              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
4664              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
4665              
4666              Replace #8444 and #8445.
4667      Branch: perl
4668            ! ext/B/B.xs ext/B/B/Debug.pm
4669 ____________________________________________________________________________
4670 [  8447] By: jhi                                   on 2001/01/15  21:05:35
4671         Log: Subject: [PATCH] API Variable documentation   
4672              From: Simon Cozens <simon@cozens.net>
4673              Date: Mon, 15 Jan 2001 19:35:54 +0000
4674              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
4675      Branch: perl
4676            ! pod/perlapi.pod thrdvar.h
4677 ____________________________________________________________________________
4678 [  8446] By: jhi                                   on 2001/01/15  20:49:20
4679         Log: Signedness nit.
4680      Branch: perl
4681            ! pp_ctl.c
4682 ____________________________________________________________________________
4683 [  8445] By: jhi                                   on 2001/01/15  20:28:48
4684         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
4685      Branch: perl
4686            ! ext/B/B/Debug.pm
4687 ____________________________________________________________________________
4688 [  8444] By: jhi                                   on 2001/01/15  13:09:10
4689         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
4690      Branch: perl
4691            ! ext/B/B.xs
4692 ____________________________________________________________________________
4693 [  8443] By: jhi                                   on 2001/01/15  13:06:26
4694         Log: Missing from #8439.
4695      Branch: perl
4696            ! keywords.h mg.c
4697 ____________________________________________________________________________
4698 [  8442] By: jhi                                   on 2001/01/15  13:02:38
4699         Log: Subject: [PATCH @8436] Eliminate op_children
4700              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4701              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
4702              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
4703              
4704              Subject: [PATCH @8436] Re: Eliminate op_children
4705              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4706              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
4707              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
4708      Branch: perl
4709            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
4710            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
4711            ! op.c op.h
4712 ____________________________________________________________________________
4713 [  8441] By: jhi                                   on 2001/01/15  12:57:08
4714         Log: Use the /^Perl_/-less form of is_lvalue_sub().
4715      Branch: perl
4716            ! pp.h
4717 ____________________________________________________________________________
4718 [  8440] By: jhi                                   on 2001/01/15  05:13:09
4719         Log: Revert #8437 and #8438, the Linux large files story is more complex.
4720      Branch: metaconfig/U/perl
4721            ! d_fpos64_t.U d_off64_t.U
4722      Branch: perl
4723            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4724            ! config_h.SH configure.com epoc/config.sh perl.h
4725            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
4726            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4727            ! win32/config.bc win32/config.gc win32/config.vc
4728 ____________________________________________________________________________
4729 [  8439] By: jhi                                   on 2001/01/15  05:02:24
4730         Log: More UTF-8 patches from Inaba Hiroto.
4731              - The substr lval was still not okay.
4732              - Now pp_stringify and sv_setsv copies source's UTF8 flag
4733              even if IN_BYTE.  pp_stringify is called from fold_constants
4734              at optimization phase and "\x{100}" was made SvUTF8_off under
4735              use bytes (the bytes pragma is for "byte semantics" and not
4736              for "do not produce UTF8 data")
4737              - New `qu' operator to generate UTF8 string explicitly.
4738              Though I agree with the policy "0x00-0xff always produce bytes",
4739              sometimes want to such a string to be coded in UTF8.
4740              I can use pack"U0a*" but it requires more typing and has
4741              runtime overhead.
4742              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
4743              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
4744              string is not UTF8_on and has char 0x80-0xff.
4745              
4746              TODO: document and test qu.
4747      Branch: perl
4748            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
4749            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
4750            ! toke.c
4751 ____________________________________________________________________________
4752 [  8438] By: jhi                                   on 2001/01/14  05:10:23
4753         Log: Metaconfig unit changes for #8437.
4754      Branch: metaconfig/U/perl
4755            ! d_fpos64_t.U d_off64_t.U
4756 ____________________________________________________________________________
4757 [  8437] By: jhi                                   on 2001/01/14  04:55:34
4758         Log: Add <features.h> probing, seems to be needed for (some?)
4759              Linux largefileness.
4760      Branch: perl
4761            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4762            ! config_h.SH configure.com epoc/config.sh perl.h
4763            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
4764            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4765            ! win32/config.bc win32/config.gc win32/config.vc
4766 ____________________________________________________________________________
4767 [  8436] By: jhi                                   on 2001/01/13  17:47:21
4768         Log: Tighten some of the tests a bit.
4769      Branch: perl
4770            ! t/pragma/utf8.t
4771 ____________________________________________________________________________
4772 [  8435] By: jhi                                   on 2001/01/13  17:31:54
4773         Log: Integrate perlio.
4774      Branch: perl
4775           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
4776           !> win32/config_H.gc win32/config_H.vc
4777 ____________________________________________________________________________
4778 [  8434] By: nick                                  on 2001/01/13  11:36:53
4779         Log: Run dmake regen_config_h for Win32
4780      Branch: perlio
4781            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4782 ____________________________________________________________________________
4783 [  8433] By: nick                                  on 2001/01/13  11:31:55
4784         Log: VMS friendly patch to Encode compile process
4785      Branch: perlio
4786            ! ext/Encode/Makefile.PL ext/Encode/compile
4787 ____________________________________________________________________________
4788 [  8432] By: nick                                  on 2001/01/13  11:06:44
4789         Log: Integrate mainline
4790      Branch: perlio
4791           +> ext/B/B/Concise.pm
4792           !> (integrate 52 files)
4793 ____________________________________________________________________________
4794 [  8431] By: jhi                                   on 2001/01/13  05:55:55
4795         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
4796              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4797              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
4798              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
4799      Branch: perl
4800            ! ext/B/B/Concise.pm
4801 ____________________________________________________________________________
4802 [  8430] By: jhi                                   on 2001/01/13  04:24:18
4803         Log: The LVRET macro needed an aTHX.
4804      Branch: perl
4805            ! pp.h
4806 ____________________________________________________________________________
4807 [  8429] By: jhi                                   on 2001/01/13  02:12:42
4808         Log: Update Changes.
4809      Branch: perl
4810            ! Changes patchlevel.h
4811 ____________________________________________________________________________
4812 [  8428] By: jhi                                   on 2001/01/13  02:08:50
4813         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
4814              From: Peter Prymmer <pvhp@forte.com>
4815              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
4816              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
4817              
4818              Add a BEGIN guard for sloppy floating point division.
4819      Branch: perl
4820            ! lib/Math/BigInt.pm lib/bigint.pl
4821 ____________________________________________________________________________
4822 [  8427] By: jhi                                   on 2001/01/13  01:47:16
4823         Log: The B::Terse drop-in replacement wasn't quite drop-in.
4824      Branch: perl
4825            ! ext/B/B/Terse.pm
4826 ____________________________________________________________________________
4827 [  8426] By: jhi                                   on 2001/01/12  21:20:43
4828         Log: Use UVXf.
4829      Branch: perl
4830            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4831            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
4832            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
4833            ! vos/config.ga.def vos/config.ga.h win32/config.bc
4834            ! win32/config.gc win32/config.vc
4835 ____________________________________________________________________________
4836 [  8425] By: jhi                                   on 2001/01/12  20:20:14
4837         Log: Subject: [PATCH perl@8342] -Wformat
4838              From: Robin Barker <rmb1@cise.npl.co.uk>
4839              Date: Fri, 12 Jan 2001 20:03:14 GMT
4840              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
4841      Branch: perl
4842            ! ext/Encode/Encode.xs mg.c sv.c toke.c
4843 ____________________________________________________________________________
4844 [  8424] By: jhi                                   on 2001/01/12  20:01:48
4845         Log: Subject: B::Concise -- an improved replacement for B::Terse 
4846              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4847              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
4848              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
4849      Branch: perl
4850            + ext/B/B/Concise.pm
4851            ! MANIFEST ext/B/B/Terse.pm
4852 ____________________________________________________________________________
4853 [  8423] By: jhi                                   on 2001/01/12  19:24:02
4854         Log: The new metaconfig unit from the #8421.
4855      Branch: metaconfig/U/perl
4856            + d_sigprocmask.U
4857 ____________________________________________________________________________
4858 [  8422] By: jhi                                   on 2001/01/12  19:23:43
4859         Log: Forgot the microperl config from the #8421.
4860      Branch: perl
4861            ! uconfig.h uconfig.sh
4862 ____________________________________________________________________________
4863 [  8421] By: jhi                                   on 2001/01/12  19:05:27
4864         Log: Add sigprocmask() probe, regen Configure, regen toc.
4865      Branch: perl
4866            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4867            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
4868            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4869            ! vos/config.ga.h win32/config.bc win32/config.gc
4870            ! win32/config.vc
4871 ____________________________________________________________________________
4872 [  8420] By: jhi                                   on 2001/01/12  18:34:31
4873         Log: Add sockatmark() to the todo list.
4874      Branch: perl
4875            ! Todo-5.6
4876 ____________________________________________________________________________
4877 [  8419] By: jhi                                   on 2001/01/12  18:09:46
4878         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
4879      Branch: perl
4880            ! op.c
4881 ____________________________________________________________________________
4882 [  8418] By: jhi                                   on 2001/01/12  18:05:30
4883         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
4884              From: Radu Greab <radu@netsoft.ro>
4885              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
4886              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
4887      Branch: perl
4888            ! op.c t/pragma/sub_lval.t
4889 ____________________________________________________________________________
4890 [  8417] By: jhi                                   on 2001/01/12  16:09:09
4891         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
4892              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
4893              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
4894              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
4895      Branch: perl
4896            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
4897            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
4898            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
4899            ! t/pragma/sub_lval.t toke.c
4900 ____________________________________________________________________________
4901 [  8416] By: jhi                                   on 2001/01/12  15:42:06
4902         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
4903              From: "Richard Soderberg" <rs@crystalflame.net>
4904              Date: Fri, 12 Jan 2001 04:49:35 -0800
4905              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
4906              
4907              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
4908              according to the platform.
4909      Branch: perl
4910            ! op.c
4911 ____________________________________________________________________________
4912 [  8415] By: jhi                                   on 2001/01/12  15:33:41
4913         Log: One more UTF-8 fix from Inaba Hiroto.
4914      Branch: perl
4915            ! pp.c regexec.c t/pragma/utf8.t
4916 ____________________________________________________________________________
4917 [  8414] By: jhi                                   on 2001/01/12  15:30:18
4918         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
4919      Branch: perl
4920            ! regexec.c
4921 ____________________________________________________________________________
4922 [  8413] By: jhi                                   on 2001/01/12  15:22:10
4923         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
4924              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
4925              Date: Thu, 11 Jan 2001 12:53:36 +0100
4926              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
4927      Branch: perl
4928            ! toke.c
4929 ____________________________________________________________________________
4930 [  8412] By: jhi                                   on 2001/01/12  15:20:25
4931         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
4932              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
4933              Date: Fri, 12 Jan 2001 14:37:55 +0100
4934              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
4935      Branch: perl
4936            ! hints/posix-bc.sh
4937 ____________________________________________________________________________
4938 [  8411] By: jhi                                   on 2001/01/12  15:14:14
4939         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
4940              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
4941              Date: Fri, 12 Jan 2001 10:42:21 +0100
4942              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
4943      Branch: perl
4944            ! t/op/regmesg.t
4945 ____________________________________________________________________________
4946 [  8410] By: jhi                                   on 2001/01/12  05:48:55
4947         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
4948              From: Nicholas Clark <nick@ccl4.org> 
4949              Date: Sun, 7 Jan 2001 19:47:14 +0000
4950              Message-ID: <20010107194714.B1048@plum.flirble.org>
4951      Branch: perl
4952            ! t/op/numconvert.t
4953 ____________________________________________________________________________
4954 [  8409] By: jhi                                   on 2001/01/12  05:41:28
4955         Log: Integrate perlio.
4956      Branch: perl
4957           !> mg.c scope.h
4958 ____________________________________________________________________________
4959 [  8408] By: nick                                  on 2001/01/11  22:43:28
4960         Log: Remove variables that were used in experiments.
4961      Branch: perlio
4962            ! mg.c
4963 ____________________________________________________________________________
4964 [  8407] By: nick                                  on 2001/01/11  20:57:44
4965         Log: Catch die in %SIG handler and unblock the signal before re-dying.
4966              This make Linux work _without_ sigsetjmp().
4967              Turn off sigsetjmp() to see what else it does.
4968              May need Configure probe for sigprocmask() if anything has sigaction()
4969              but not sigprocmask().
4970      Branch: perlio
4971            ! mg.c scope.h
4972 ____________________________________________________________________________
4973 [  8406] By: nick                                  on 2001/01/11  19:32:07
4974         Log: Integrate mainline
4975      Branch: perlio
4976           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
4977           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
4978           !> t/op/substr.t
4979 ____________________________________________________________________________
4980 [  8405] By: jhi                                   on 2001/01/11  17:11:01
4981         Log: Fix UTF-8 lval substr().
4982      Branch: perl
4983            ! mg.c t/op/substr.t
4984 ____________________________________________________________________________
4985 [  8404] By: jhi                                   on 2001/01/11  05:13:58
4986         Log: Update Changes.
4987      Branch: perl
4988            ! Changes patchlevel.h
4989 ____________________________________________________________________________
4990 [  8403] By: jhi                                   on 2001/01/11  04:38:24
4991         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
4992              From: Hugo <hv@crypt.compulink.co.uk>
4993              Date: Mon, 30 Oct 2000 01:33:26 +0000
4994              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
4995      Branch: perl
4996            ! regexec.c t/op/re_tests
4997 ____________________________________________________________________________
4998 [  8402] By: jhi                                   on 2001/01/11  04:26:12
4999         Log: Integrate perlio.
5000      Branch: perl
5001           !> scope.h util.c
5002 ____________________________________________________________________________
5003 [  8401] By: nick                                  on 2001/01/10  22:52:55
5004         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
5005              (So Alan and Ilya can try setting via hints.)
5006              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
5007              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
5008              doing the save everywhere seems to restart read() correctly, but just
5009              doing it once "round" the handler does not.
5010      Branch: perlio
5011            ! scope.h
5012 ____________________________________________________________________________
5013 [  8400] By: jhi                                   on 2001/01/10  21:57:54
5014         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
5015              of IRIX, HP-UX is unaffected.
5016      Branch: perl
5017            ! perl.h
5018 ____________________________________________________________________________
5019 [  8399] By: nick                                  on 2001/01/10  21:29:19
5020         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
5021      Branch: perlio
5022            ! util.c
5023 ____________________________________________________________________________
5024 [  8398] By: jhi                                   on 2001/01/10  20:55:31
5025         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
5026              also have ReusePort.
5027      Branch: perl
5028            ! ext/IO/lib/IO/Socket/INET.pm
5029 ____________________________________________________________________________
5030 [  8397] By: jhi                                   on 2001/01/10  20:50:57
5031         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
5032              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
5033              Date: Wed, 10 Jan 2001 01:38:13 -0800
5034              Message-ID: <20010110013813.B41744@yahoo-inc.com>
5035      Branch: perl
5036            ! ext/IO/lib/IO/Socket/INET.pm
5037 ____________________________________________________________________________
5038 [  8396] By: jhi                                   on 2001/01/10  20:49:30
5039         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
5040              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
5041              Date: Wed, 10 Jan 2001 01:37:32 -0800
5042              Message-ID: <20010110013732.A41744@yahoo-inc.com>
5043      Branch: perl
5044            ! ext/Socket/Socket.pm
5045 ____________________________________________________________________________
5046 [  8395] By: jhi                                   on 2001/01/10  20:41:37
5047         Log: Test for bug id 20010105.016 (fixed by #8378).
5048      Branch: perl
5049            ! t/op/split.t
5050 ____________________________________________________________________________
5051 [  8394] By: jhi                                   on 2001/01/10  20:26:32
5052         Log: Integrate perlio.
5053      Branch: perl
5054            ! util.c
5055 ____________________________________________________________________________
5056 [  8393] By: nick                                  on 2001/01/10  19:34:30
5057         Log: Back out Simon's pid hackery for now.
5058      Branch: perlio
5059            ! util.c
5060 ____________________________________________________________________________
5061 [  8392] By: nick                                  on 2001/01/10  19:23:13
5062         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
5063      Branch: perlio
5064           !> (integrate 29 files)
5065 ____________________________________________________________________________
5066 [  8391] By: jhi                                   on 2001/01/10  18:43:15
5067         Log: Subject: [PATCH] Fix my_pclose segfault
5068              From: Simon Cozens <simon@cozens.net>
5069              Date: Wed, 10 Jan 2001 18:39:35 +0000
5070              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
5071      Branch: perl
5072            ! util.c
5073 ____________________________________________________________________________
5074 [  8390] By: jhi                                   on 2001/01/10  18:42:08
5075         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
5076              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5077              Date:     Wed, 10 Jan 2001 13:23:02 EST
5078              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
5079      Branch: perl
5080            ! ext/Opcode/Opcode.xs
5081 ____________________________________________________________________________
5082 [  8389] By: jhi                                   on 2001/01/10  15:16:07
5083         Log: Turn off the integer preservation for now.
5084      Branch: perl
5085            ! perl.h
5086 ____________________________________________________________________________
5087 [  8388] By: jhi                                   on 2001/01/10  15:01:25
5088         Log: Few more IDE/editor nits from p5p.
5089      Branch: perl
5090            ! pod/perlfaq3.pod
5091 ____________________________________________________________________________
5092 [  8387] By: jhi                                   on 2001/01/10  06:53:16
5093         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
5094              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
5095              Date: Tue, 9 Jan 2001 23:16:02 +0000
5096              Message-ID: <20010109231602.A81101@plum.flirble.org>
5097      Branch: perl
5098            ! sv.c
5099 ____________________________________________________________________________
5100 [  8386] By: jhi                                   on 2001/01/10  03:17:54
5101         Log: Test cases for #8385 (from Simon's "torture.pl")
5102      Branch: perl
5103            ! t/op/tr.t
5104 ____________________________________________________________________________
5105 [  8385] By: jhi                                   on 2001/01/10  03:17:11
5106         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
5107              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
5108              Date: Wed, 10 Jan 2001 11:39:39 +0900
5109              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
5110              
5111              Some more UTF-8 tr cases fixed.
5112      Branch: perl
5113            ! doop.c
5114 ____________________________________________________________________________
5115 [  8384] By: jhi                                   on 2001/01/09  22:45:40
5116         Log: Allow the locale test needing POSIX and the taint test
5117              needing IPC::SysV to run under 'minitest' (basically,
5118              bail out if loading the extension fails)
5119      Branch: perl
5120            ! t/op/misc.t t/op/taint.t
5121 ____________________________________________________________________________
5122 [  8383] By: jhi                                   on 2001/01/09  21:36:04
5123         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
5124              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5125              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
5126              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
5127      Branch: perl
5128            ! t/io/openpid.t
5129 ____________________________________________________________________________
5130 [  8382] By: jhi                                   on 2001/01/09  21:06:08
5131         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
5132              Should finish up the bug id 20001205.022.
5133      Branch: perl
5134            ! pp.c pp_hot.c scope.c
5135 ____________________________________________________________________________
5136 [  8381] By: jhi                                   on 2001/01/09  18:27:43
5137         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
5138              From: Andy Dougherty <doughera@lafayette.edu>
5139              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
5140              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
5141              
5142              More robust yacc/bison error detection.
5143      Branch: perl
5144            ! t/comp/proto.t
5145 ____________________________________________________________________________
5146 [  8380] By: jhi                                   on 2001/01/09  15:21:38
5147         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
5148              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5149              Date:     Tue, 9 Jan 2001 07:53:55 EST
5150              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
5151      Branch: perl
5152            ! t/op/misc.t vms/test.com
5153 ____________________________________________________________________________
5154 [  8379] By: jhi                                   on 2001/01/09  15:20:38
5155         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
5156              From: jhi@cc.hut.fi
5157              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
5158              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
5159              
5160              The #8378 fixed this.
5161      Branch: perl
5162            ! t/op/tr.t
5163 ____________________________________________________________________________
5164 [  8378] By: jhi                                   on 2001/01/09  15:05:32
5165         Log: Subject: One more patch for UTF8 
5166              From: Inaba Hiroto <inaba@st.rim.or.jp>
5167              Date: Tue, 09 Jan 2001 01:04:32 +0900
5168              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
5169              
5170              UTF-8 fixes for 'x' and tr///.
5171      Branch: perl
5172            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
5173            ! regcomp.c regexec.c toke.c utf8.c
5174 ____________________________________________________________________________
5175 [  8377] By: jhi                                   on 2001/01/09  14:32:17
5176         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
5177      Branch: perl
5178            ! t/op/length.t
5179 ____________________________________________________________________________
5180 [  8376] By: jhi                                   on 2001/01/09  04:32:32
5181         Log: integrate changes #7775, #8316, #8316 from mainline
5182      Branch: maint-5.6/perl
5183            ! hints/solaris_2.sh
5184 ____________________________________________________________________________
5185 [  8375] By: jhi                                   on 2001/01/09  04:26:43
5186         Log: Update Changes.
5187      Branch: perl
5188            ! Changes patchlevel.h
5189 ____________________________________________________________________________
5190 [  8374] By: jhi                                   on 2001/01/09  04:14:32
5191         Log: IDE/editor section tweaking.
5192      Branch: perl
5193            ! pod/perlfaq3.pod
5194 ____________________________________________________________________________
5195 [  8373] By: jhi                                   on 2001/01/09  02:38:26
5196         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
5197              From: Peter Prymmer <pvhp@forte.com>
5198              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
5199              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
5200              
5201              In preparation os OS/390 dynamic loading.
5202      Branch: perl
5203            ! README.os390 hints/os390.sh
5204 ____________________________________________________________________________
5205 [  8372] By: jhi                                   on 2001/01/09  00:24:30
5206         Log: Integrate with perlio.
5207      Branch: perl
5208           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
5209 ____________________________________________________________________________
5210 [  8371] By: nick                                  on 2001/01/08  23:54:33
5211         Log: Fix "scalars leaked" bugs caused by overload magic
5212              (Highlighted by Ilya's DESTROY optimization.)
5213      Branch: perlio
5214            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
5215 ____________________________________________________________________________
5216 [  8370] By: nick                                  on 2001/01/08  20:19:41
5217         Log: Integrate mainline
5218      Branch: perlio
5219           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
5220           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
5221           !> t/op/64bitint.t
5222 ____________________________________________________________________________
5223 [  8369] By: jhi                                   on 2001/01/08  17:30:52
5224         Log: save_delete() Safefree() doesn't (anymore?) work with shared
5225              strings, one test failure in op/misc and almost all of lib/b.
5226              (Outcomments #8369.)
5227      Branch: perl
5228            ! scope.c
5229 ____________________________________________________________________________
5230 [  8368] By: jhi                                   on 2001/01/08  14:47:10
5231         Log: (Outcommented by #8369.)
5232              
5233              Subject: Re: Perl BugID 20001205.022 ---- save_delete
5234              From: Simon Cozens <simon@cozens.net>
5235              Date: Sat, 6 Jan 2001 11:48:40 +0000
5236              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
5237              
5238              The save_delete() does need the Safefree.
5239      Branch: perl
5240            ! scope.c
5241 ____________________________________________________________________________
5242 [  8367] By: bailey                                on 2001/01/08  08:53:52
5243         Log: Once again syncing after too long an absence
5244      Branch: vmsperl
5245           +> (branch 55 files)
5246            - MAINTAIN fix_pl vos/config.def vos/config.h
5247            - vos/config_h.SH_orig
5248           !> (integrate 498 files)
5249 ____________________________________________________________________________
5250 [  8366] By: jhi                                   on 2001/01/08  02:42:59
5251         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
5252              From: nick@ccl4.org
5253              Date: Sun, 7 Jan 2001 21:07:18 +0000
5254              Message-Id: <20010107210717.D1048@plum.flirble.org>
5255      Branch: perl
5256            ! sv.c t/op/64bitint.t
5257 ____________________________________________________________________________
5258 [  8365] By: jhi                                   on 2001/01/08  02:35:16
5259         Log: Subject: [PATCH] environ nit
5260              From: Simon Cozens <simon@cozens.net>
5261              Date: Sun, 7 Jan 2001 17:57:07 +0000
5262              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
5263              
5264              Use environ only if we have it.
5265      Branch: perl
5266            ! mg.c
5267 ____________________________________________________________________________
5268 [  8364] By: jhi                                   on 2001/01/08  02:24:51
5269         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
5270      Branch: perl
5271            ! ext/GDBM_File/GDBM_File.xs
5272 ____________________________________________________________________________
5273 [  8363] By: jhi                                   on 2001/01/08  02:19:24
5274         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
5275              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5276              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
5277              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
5278      Branch: perl
5279            ! dump.c op.c
5280 ____________________________________________________________________________
5281 [  8362] By: jhi                                   on 2001/01/08  02:17:43
5282         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
5283              From: Doug MacEachern <dougm@covalent.net>
5284              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
5285              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
5286              
5287              Allow AUTOLOAD to be an xsub and allow such xsubs
5288              to avoid use of $AUTOLOAD.
5289      Branch: perl
5290            ! gv.c
5291 ____________________________________________________________________________
5292 [  8361] By: jhi                                   on 2001/01/08  02:16:07
5293         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
5294              From: Radu Greab <radu@netsoft.ro>
5295              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
5296              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
5297              
5298              No need for the potentially unportable $SIG{CHLD}.
5299      Branch: perl
5300            ! t/io/pipe.t
5301 ____________________________________________________________________________
5302 [  8360] By: jhi                                   on 2001/01/08  01:58:23
5303         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
5304      Branch: perl
5305            ! lib/Getopt/Long.pm
5306 ____________________________________________________________________________
5307 [  8359] By: jhi                                   on 2001/01/08  01:55:44
5308         Log: Integrate perlio.
5309      Branch: perl
5310           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
5311           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
5312           !> utf8.c win32/Makefile
5313 ____________________________________________________________________________
5314 [  8358] By: jhi                                   on 2001/01/07  21:16:50
5315         Log: Update the EPOC cross SDK URL.
5316      Branch: perl
5317            ! README.epoc
5318 ____________________________________________________________________________
5319 [  8357] By: jhi                                   on 2001/01/07  21:16:09
5320         Log: Update the EPOC cross SDK URL.
5321      Branch: maint-5.6/perl
5322            ! README.epoc
5323 ____________________________________________________________________________
5324 [  8356] By: nick                                  on 2001/01/06  21:47:52
5325         Log: FILE * in XS code for PerlIO world:
5326              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
5327              - Add FILE * T_STDIO typemap.
5328              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
5329      Branch: perlio
5330            ! lib/ExtUtils/typemap perlio.c perlio.h
5331 ____________________________________________________________________________
5332 [  8355] By: jhi                                   on 2001/01/06  20:27:15
5333         Log: integrate change #8336 from mainline
5334              
5335              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
5336      Branch: maint-5.6/perl
5337            ! hv.c
5338 ____________________________________________________________________________
5339 [  8354] By: jhi                                   on 2001/01/06  20:24:29
5340         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
5341              From: Robin Barker <rmb1@cise.npl.co.uk>
5342              Date: Fri, 22 Dec 2000 12:17:38 GMT
5343              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
5344              
5345              The patch reformats some long =item lines so they give
5346              correct output via pod2man | nroff -man
5347              
5348              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
5349              From: Robin Barker <rmb1@cise.npl.co.uk>
5350              Date: Tue, 2 Jan 2001 15:35:03 GMT
5351              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
5352              
5353              Here is a _further_ patch which corrects a few more errors:
5354              * an empty C<=item> in CPAN.pm
5355              * patching the wrong file (pod/perlamiga.pod not README.amiga)
5356              * leaving empty C<=item>s which formatted incorrectly
5357              * over long C<=item>s revealed by latest patch to Pod::Man
5358      Branch: maint-5.6/perl
5359            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
5360            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
5361            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
5362            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
5363            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
5364            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
5365 ____________________________________________________________________________
5366 [  8353] By: jhi                                   on 2001/01/06  20:21:10
5367         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
5368              
5369              UTF-8 hash keys.
5370      Branch: maint-5.6/perl
5371            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
5372 ____________________________________________________________________________
5373 [  8352] By: jhi                                   on 2001/01/06  20:18:44
5374         Log: Forgotten from #8438.
5375      Branch: maint-5.6/perl
5376            ! epoc/epocish.h
5377 ____________________________________________________________________________
5378 [  8351] By: jhi                                   on 2001/01/06  20:18:12
5379         Log: Forgotten from #8347.
5380      Branch: maint-5.6/perl
5381            ! config_h.SH
5382 ____________________________________________________________________________
5383 [  8350] By: jhi                                   on 2001/01/06  20:00:19
5384         Log: Thinko in #8347.
5385      Branch: maint-5.6/perl
5386            ! regcomp.c
5387 ____________________________________________________________________________
5388 [  8349] By: jhi                                   on 2001/01/06  18:05:30
5389         Log: Copy the FAQ3 IDE section from the development branch,
5390              changes originally by Peter Prymmer.
5391      Branch: maint-5.6/perl
5392            ! pod/perlfaq3.pod
5393 ____________________________________________________________________________
5394 [  8348] By: jhi                                   on 2001/01/06  18:03:02
5395         Log: EPOC updates for TRIAL1.
5396              
5397              Subject: [5.6.1 trial1] EPOC update
5398              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5399              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
5400              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
5401              
5402              Subject: epoc patch2 for perl-5.6.1-trial1
5403              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5404              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
5405              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
5406      Branch: maint-5.6/perl
5407            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
5408            ! epoc/epocish.c
5409 ____________________________________________________________________________
5410 [  8347] By: jhi                                   on 2001/01/06  17:29:10
5411         Log: integrate changes #7710,7824,7973 from mainline,
5412              plus VMS nits from Peter Prymmer and Dan Sugalski.
5413              
5414              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
5415              library (getprotobyname and getprotobynumber are outversioned by
5416              the same calls in libc, at least for xlc version 3.
5417              
5418              Add HAS_SBRK_PROTO.
5419              
5420              Fixes for signedness warnings noticed by VMSperlers.
5421      Branch: maint-5.6/perl
5422            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5423            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
5424            ! sv.c vms/descrip_mms.template vos/config.alpha.def
5425            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5426            ! win32/config.bc win32/config.gc win32/config.vc
5427 ____________________________________________________________________________
5428 [  8346] By: nick                                  on 2001/01/06  14:36:01
5429         Log: Fixup accumulated integrate muddles (perlio == devperl again)
5430      Branch: perlio
5431            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
5432 ____________________________________________________________________________
5433 [  8345] By: nick                                  on 2001/01/06  14:24:58
5434         Log: Integrate mainline
5435      Branch: perlio
5436           !> (integrate 55 files)
5437 ____________________________________________________________________________
5438 [  8344] By: jhi                                   on 2001/01/06  02:24:02
5439         Log: Subject: [patch] PerlIO_cleanup() prototype
5440              From: Doug MacEachern <dougm@covalent.net>
5441              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
5442              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
5443      Branch: perl
5444            ! perlio.h
5445 ____________________________________________________________________________
5446 [  8343] By: jhi                                   on 2001/01/06  01:04:09
5447         Log: IRIX compiler noticed that the bof initialization might be
5448              bypassed by control flow.
5449      Branch: perl
5450            ! toke.c
5451 ____________________________________________________________________________
5452 [  8342] By: jhi                                   on 2001/01/06  00:10:48
5453         Log: Update Changes.
5454      Branch: perl
5455            ! Changes patchlevel.h
5456 ____________________________________________________________________________
5457 [  8341] By: jhi                                   on 2001/01/05  23:52:33
5458         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
5459      Branch: perl
5460            ! toke.c
5461 ____________________________________________________________________________
5462 [  8340] By: jhi                                   on 2001/01/05  22:44:08
5463         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
5464              From: Radu Greab <radu@netsoft.ro>
5465              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
5466              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
5467      Branch: perl
5468            ! t/io/pipe.t util.c
5469 ____________________________________________________________________________
5470 [  8339] By: jhi                                   on 2001/01/05  22:35:17
5471         Log: Subject: [PATCH] format and rewording in perlfaq.pod
5472              From: Robin Barker <rmb1@cise.npl.co.uk>
5473              Date: Fri, 5 Jan 2001 18:51:20 GMT
5474              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
5475      Branch: perl
5476            ! pod/perlfaq.pod
5477 ____________________________________________________________________________
5478 [  8338] By: jhi                                   on 2001/01/05  22:31:17
5479         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
5480              From: Peter Prymmer <pvhp@forte.com>
5481              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
5482              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
5483      Branch: perl
5484            ! utils/perlbug.PL
5485 ____________________________________________________________________________
5486 [  8337] By: jhi                                   on 2001/01/05  18:15:11
5487         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
5488              From: Robin Barker <rmb1@cise.npl.co.uk>
5489              Date: Tue, 2 Jan 2001 15:24:07 GMT
5490              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
5491              
5492              If you call configure as C<./Configure> or C<sh ./Configure>,
5493              $src is set to the absolute path name, not '.'.
5494              
5495              This, in turn, means -Dmksymlink tries to do its stuff because
5496              it does not think it is in the src directory.
5497              
5498              (plus a metaconfig nitfix)
5499      Branch: metaconfig
5500            ! U/compline/ccflags.U U/modified/src.U
5501      Branch: perl
5502            ! Configure config_h.SH
5503 ____________________________________________________________________________
5504 [  8336] By: jhi                                   on 2001/01/05  17:48:32
5505         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
5506              From: Alan Burlison <Alan.Burlison@uk.sun.com>
5507              Message-ID: <3A5606C4.473D2226@uk.sun.com>
5508              Date: Fri, 05 Jan 2001 17:39:16 +0000
5509      Branch: perl
5510            ! hv.c
5511 ____________________________________________________________________________
5512 [  8335] By: jhi                                   on 2001/01/05  16:05:44
5513         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
5514      Branch: perl
5515            ! lib/Getopt/Long.pm
5516 ____________________________________________________________________________
5517 [  8334] By: jhi                                   on 2001/01/05  16:00:51
5518         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
5519              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
5520              Date: Fri, 05 Jan 2001 13:46:51 +0100
5521              Message-ID: <13693.978698811@nice.ram.loc>
5522              
5523              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
5524              accurate reading of the "atime".  
5525      Branch: perl
5526            ! t/io/fs.t
5527 ____________________________________________________________________________
5528 [  8333] By: jhi                                   on 2001/01/05  15:57:37
5529         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
5530              From: Simon Cozens <simon@cozens.net>
5531              Date: Fri, 8 Dec 2000 13:33:31 +0000
5532              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
5533              
5534              A lost patch fragment.
5535      Branch: perl
5536            ! doop.c
5537 ____________________________________________________________________________
5538 [  8332] By: jhi                                   on 2001/01/05  15:40:42
5539         Log: Do away with strncpy() and a fixed length buffer.
5540      Branch: perl
5541            ! utf8.c
5542 ____________________________________________________________________________
5543 [  8331] By: jhi                                   on 2001/01/05  15:03:07
5544         Log: Tests for #8329 and #8330.
5545      Branch: perl
5546            ! t/op/bop.t
5547 ____________________________________________________________________________
5548 [  8330] By: jhi                                   on 2001/01/05  15:02:38
5549         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
5550              raw 8-bit form to the UTF-8 string.
5551      Branch: perl
5552            ! toke.c
5553 ____________________________________________________________________________
5554 [  8329] By: jhi                                   on 2001/01/05  14:55:13
5555         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
5556              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5557              Date: Fri, 5 Jan 2001 12:28:52 +0100
5558              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
5559              
5560              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
5561              no effect.  (changed the strncpy() to Copy())
5562      Branch: perl
5563            ! toke.c
5564 ____________________________________________________________________________
5565 [  8328] By: jhi                                   on 2001/01/05  06:44:27
5566         Log: UTF-8 cleanup.
5567      Branch: perl
5568            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
5569            ! regexec.c sv.c toke.c
5570 ____________________________________________________________________________
5571 [  8327] By: jhi                                   on 2001/01/05  01:11:29
5572         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')
5573              From: Radu Greab <radu@netsoft.ro>
5574              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
5575              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
5576              
5577              Cleans up Harness to not use FileHandle, which uses IO.
5578      Branch: perl
5579            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
5580 ____________________________________________________________________________
5581 [  8326] By: jhi                                   on 2001/01/05  00:56:37
5582         Log: Update Changes.
5583      Branch: perl
5584            ! Changes patchlevel.h
5585 ____________________________________________________________________________
5586 [  8325] By: jhi                                   on 2001/01/05  00:53:18
5587         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
5588              From: Peter Prymmer <pvhp@forte.com>
5589              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
5590              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
5591              
5592              plus a couple more tailing whitespace removals.
5593      Branch: perl
5594            ! win32/Makefile
5595 ____________________________________________________________________________
5596 [  8324] By: jhi                                   on 2001/01/05  00:47:39
5597         Log: Add some Unicode chop() tests.
5598      Branch: perl
5599            ! t/op/chop.t
5600 ____________________________________________________________________________
5601 [  8323] By: jhi                                   on 2001/01/05  00:47:23
5602         Log: Unify UTF-8 malformedness handling.
5603      Branch: perl
5604            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
5605 ____________________________________________________________________________
5606 [  8322] By: jhi                                   on 2001/01/04  22:21:54
5607         Log: The new $issymlink was unknown to Mksymlinks.
5608      Branch: metaconfig/U/perl
5609            ! Mksymlinks.U issymlink.U
5610      Branch: perl
5611            ! Configure config_h.SH
5612 ____________________________________________________________________________
5613 [  8321] By: jhi                                   on 2001/01/04  21:51:05
5614         Log: The test didn't work under the core test framework.
5615      Branch: perl
5616            ! t/lib/st-lock.t
5617 ____________________________________________________________________________
5618 [  8320] By: jhi                                   on 2001/01/04  21:14:22
5619         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
5620      Branch: perl
5621            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
5622 ____________________________________________________________________________
5623 [  8319] By: jhi                                   on 2001/01/04  20:46:17
5624         Log: Typo in #8312 when manually appying a problematic patch fragment.
5625      Branch: perl
5626            ! ext/Storable/Storable.xs
5627 ____________________________________________________________________________
5628 [  8318] By: jhi                                   on 2001/01/04  20:43:01
5629         Log: The $sh_c didn't fly.
5630      Branch: metaconfig
5631            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
5632            ! U/modified/Loc.U U/modified/myhostname.U
5633            ! U/modified/spitshell.U
5634      Branch: metaconfig/U/perl
5635            ! issymlink.U
5636      Branch: perl
5637            ! Configure config_h.SH
5638 ____________________________________________________________________________
5639 [  8317] By: jhi                                   on 2001/01/04  19:58:01
5640         Log: AIX builtin test -h is broken, changes based on
5641              
5642              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
5643              Date: Tue, 02 Jan 2001 11:24:39 +0100
5644              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5645              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
5646      Branch: metaconfig
5647            + U/modified/spitshell.U
5648            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
5649            ! U/modified/Loc.U U/modified/myhostname.U
5650      Branch: metaconfig/U/perl
5651            ! Mksymlinks.U issymlink.U
5652      Branch: perl
5653            ! Configure
5654 ____________________________________________________________________________
5655 [  8316] By: jhi                                   on 2001/01/04  19:02:22
5656         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
5657              From: Andy Dougherty <doughera@lafayette.edu>
5658              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
5659              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
5660              
5661              Beware of GNU ld.
5662      Branch: perl
5663            ! hints/solaris_2.sh
5664 ____________________________________________________________________________
5665 [  8315] By: jhi                                   on 2001/01/04  18:56:48
5666         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
5667              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
5668              Date: Wed, 3 Jan 2001 07:58:51 +0100
5669              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
5670      Branch: perl
5671            ! hints/solaris_2.sh
5672 ____________________________________________________________________________
5673 [  8314] By: jhi                                   on 2001/01/04  18:54:07
5674         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
5675              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5676              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
5677              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
5678              
5679              Doc tweak on #8313.
5680      Branch: perl
5681            ! ext/B/B/Deparse.pm
5682 ____________________________________________________________________________
5683 [  8313] By: jhi                                   on 2001/01/04  18:52:27
5684         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
5685              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
5686              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5687              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
5688              
5689              Make the peephole optimizer to bypass more null ops and
5690              and rewrite the deparse handling of continue blocks.
5691      Branch: perl
5692            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
5693 ____________________________________________________________________________
5694 [  8312] By: jhi                                   on 2001/01/04  18:47:39
5695         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
5696      Branch: perl
5697            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
5698            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
5699            ! t/lib/st-lock.t
5700 ____________________________________________________________________________
5701 [  8311] By: jhi                                   on 2001/01/04  18:36:08
5702         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
5703              filter to be run on each .pm during the pm_to_blib() phase,
5704              a fixed version of
5705              
5706              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
5707              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
5708              Date: Wed, 03 Jan 2001 22:01:30 +0100
5709              Message-ID: <5296.978555690@nice.ram.loc>
5710      Branch: perl
5711            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
5712            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
5713            ! lib/ExtUtils/MakeMaker.pm
5714 ____________________________________________________________________________
5715 [  8310] By: jhi                                   on 2001/01/04  18:32:54
5716         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
5717              From: Robin Barker <rmb1@cise.npl.co.uk>
5718              Date: Tue, 2 Jan 2001 15:35:03 GMT
5719              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
5720      Branch: perl
5721            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
5722            ! pod/perlrequick.pod
5723 ____________________________________________________________________________
5724 [  8309] By: jhi                                   on 2001/01/04  18:29:07
5725         Log: Subject: Re: [patch] static-ize XS()
5726              From: Doug MacEachern <dougm@covalent.net>
5727              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
5728              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
5729              
5730              Provide prototypes for the XS functions.
5731      Branch: perl
5732            ! lib/ExtUtils/xsubpp
5733 ____________________________________________________________________________
5734 [  8308] By: jhi                                   on 2001/01/04  18:27:44
5735         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
5736              From: Doug MacEachern <dougm@covalent.net>
5737              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
5738              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
5739      Branch: perl
5740            ! lib/ExtUtils/typemap
5741 ____________________________________________________________________________
5742 [  8307] By: jhi                                   on 2001/01/04  18:25:25
5743         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
5744              From: Doug MacEachern <dougm@covalent.net>
5745              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
5746              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
5747              
5748              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
5749      Branch: perl
5750            ! lib/ExtUtils/MM_Unix.pm
5751 ____________________________________________________________________________
5752 [  8306] By: jhi                                   on 2001/01/04  18:23:00
5753         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
5754              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5755              Date: Thu, 4 Jan 2001 12:47:10 +0100 
5756              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
5757              
5758              The toke.c part only, patching embed.h and proto.h is futile.
5759      Branch: perl
5760            ! toke.c
5761 ____________________________________________________________________________
5762 [  8305] By: jhi                                   on 2001/01/04  18:05:51
5763         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
5764              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5765              Date: Thu, 4 Jan 2001 17:50:12 +0100 
5766              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
5767      Branch: perl
5768            ! toke.c
5769 ____________________________________________________________________________
5770 [  8304] By: jhi                                   on 2001/01/04  18:03:26
5771         Log: Subject: [PATCH perl@8269]
5772              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5773              Date: Thu, 4 Jan 2001 12:53:39 +0100 
5774              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
5775              
5776              If running byacc write-enable also perly.h.
5777      Branch: perl
5778            ! Makefile.SH
5779 ____________________________________________________________________________
5780 [  8303] By: jhi                                   on 2001/01/04  15:40:49
5781         Log: Rewrite pp_concat() in terms of sv_catsv().
5782      Branch: perl
5783            ! pp_hot.c
5784 ____________________________________________________________________________
5785 [  8302] By: nick                                  on 2001/01/03  22:43:22
5786         Log: Integrate mainline.
5787      Branch: perlio
5788           !> ext/Encode/Encode.xs sv.c utf8.c
5789 ____________________________________________________________________________
5790 [  8301] By: jhi                                   on 2001/01/02  23:40:26
5791         Log: Variable naming tweak.
5792      Branch: perl
5793            ! sv.c
5794 ____________________________________________________________________________
5795 [  8300] By: jhi                                   on 2001/01/02  23:40:02
5796         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
5797              in is_utf8_string().
5798      Branch: perl
5799            ! utf8.c
5800 ____________________________________________________________________________
5801 [  8299] By: jhi                                   on 2001/01/02  22:14:40
5802         Log: Integrate perlio.
5803      Branch: perl
5804           !> pp.c pp_hot.c win32/Makefile
5805 ____________________________________________________________________________
5806 [  8298] By: nick                                  on 2001/01/02  22:03:06
5807         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
5808      Branch: perlio
5809            ! pp.c pp_hot.c
5810 ____________________________________________________________________________
5811 [  8297] By: jhi                                   on 2001/01/02  04:26:28
5812         Log: Signedness nit.
5813      Branch: perl
5814            ! ext/Encode/Encode.xs
5815 ____________________________________________________________________________
5816 [  8296] By: nick                                  on 2001/01/01  23:49:36
5817         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
5818      Branch: perlio
5819            ! win32/Makefile
5820 ____________________________________________________________________________
5821 [  8295] By: jhi                                   on 2001/01/01  23:05:48
5822         Log: Integrate perlio.
5823      Branch: perl
5824           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
5825           !> t/lib/encode.t
5826 ____________________________________________________________________________
5827 [  8294] By: nick                                  on 2001/01/01  22:48:34
5828         Log: Integrate mainline
5829      Branch: perlio
5830            ! pp_hot.c t/lib/encode.t
5831           !> (integrate 65 files)
5832 ____________________________________________________________________________
5833 [  8293] By: nick                                  on 2001/01/01  21:58:50
5834         Log: More rigor in UTF-8-ness of Encode's toUnicode
5835              XS export some of the utf8 internal functions.
5836              Test some of the functions.
5837              Fix pp_concat() bug shown by said tests.
5838      Branch: perlio
5839            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
5840            ! t/lib/encode.t
5841 ____________________________________________________________________________
5842 [  8292] By: jhi                                   on 2001/01/01  18:11:44
5843         Log: Integrate perlio.
5844      Branch: perl
5845           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
5846           !> ext/Encode/encengine.c ext/Encode/encode.h
5847 ____________________________________________________________________________
5848 [  8291] By: jhi                                   on 2001/01/01  18:10:58
5849         Log: Podify README.mpeix (a new version from the web),
5850              add a dummy NAME to Carp::Heavy, regen toc.
5851      Branch: perl
5852            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
5853            ! pod/perltoc.pod
5854 ____________________________________________________________________________
5855 [  8290] By: nick                                  on 2001/01/01  17:43:47
5856         Log: Loose the "Loading..." warning.
5857              Another bug in fallback support
5858      Branch: perlio
5859            ! ext/Encode/Encode.pm ext/Encode/encengine.c
5860 ____________________________________________________________________________
5861 [  8289] By: jhi                                   on 2001/01/01  00:01:57
5862         Log: Bump up Larry's copyright.
5863      Branch: perl
5864            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
5865            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
5866            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
5867            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
5868            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
5869            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
5870            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
5871            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
5872 ____________________________________________________________________________
5873 [  8288] By: nick                                  on 2000/12/31  21:27:53
5874         Log: Fix .ucm reading - forgot a chr()
5875              Start of .ucm write (for .enc to .ucm)
5876      Branch: perlio
5877            ! ext/Encode/compile
5878 ____________________________________________________________________________
5879 [  8287] By: jhi                                   on 2000/12/31  18:15:56
5880         Log: Comment away a diagnostic message as noted by Craig A. Berry
5881              (the unexpected message was confusing testing)
5882      Branch: perl
5883            ! ext/Encode/Encode.pm
5884 ____________________________________________________________________________
5885 [  8286] By: jhi                                   on 2000/12/31  18:14:51
5886         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
5887              Date: Sun, 31 Dec 2000 11:17:37 -0600
5888              From: "Craig A. Berry" <craigberry@mac.com>
5889              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
5890      Branch: perl
5891            ! ext/Encode/Makefile.PL
5892 ____________________________________________________________________________
5893 [  8285] By: nick                                  on 2000/12/31  18:11:54
5894         Log: Start of support of ICU-style .ucm files:
5895              - teach compile how to read a .ucm file
5896              - first guess at how to represent fallbacks in "tries".
5897              - use fallbacks if check == 0
5898              - new return code to indicate we used one.
5899      Branch: perlio
5900            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
5901            ! ext/Encode/encengine.c ext/Encode/encode.h
5902 ____________________________________________________________________________
5903 [  8284] By: jhi                                   on 2000/12/31  18:04:41
5904         Log: Pacify picky VMS compiler.
5905              
5906              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
5907              From: "Craig A. Berry" <craig.berry@psinetcs.com>
5908              Date: Sat, 30 Dec 2000 18:10:02 -0600
5909              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
5910      Branch: perl
5911            ! sv.c
5912 ____________________________________________________________________________
5913 [  8283] By: jhi                                   on 2000/12/31  16:11:47
5914         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
5915      Branch: perl
5916            ! t/lib/glob-basic.t
5917 ____________________________________________________________________________
5918 [  8282] By: jhi                                   on 2000/12/31  15:26:11
5919         Log: Integrate perlio.
5920      Branch: perl
5921           !> makedef.pl opcode.pl os2/os2.c perlio.c
5922 ____________________________________________________________________________
5923 [  8281] By: nick                                  on 2000/12/31  10:06:15
5924         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
5925              is available to be exported
5926      Branch: perlio
5927            ! makedef.pl perlio.c
5928 ____________________________________________________________________________
5929 [  8280] By: nick                                  on 2000/12/31  09:41:26
5930         Log: Ilya's OS2 patch (testing for damage on Win32)
5931      Branch: perlio
5932            ! makedef.pl opcode.pl os2/os2.c
5933 ____________________________________________________________________________
5934 [  8279] By: jhi                                   on 2000/12/30  21:52:07
5935         Log: Test nits.
5936      Branch: perl
5937            ! t/lib/syslfs.t t/op/lfs.t
5938 ____________________________________________________________________________
5939 [  8278] By: jhi                                   on 2000/12/30  21:47:49
5940         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
5941              From: andreas.koenig@anima.de (Andreas J. Koenig)
5942              Date: 30 Dec 2000 22:35:37 +0100
5943              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
5944              
5945              The 32-bit wraparound test wasn't quite right.
5946      Branch: perl
5947            ! t/lib/syslfs.t t/op/lfs.t
5948 ____________________________________________________________________________
5949 [  8277] By: jhi                                   on 2000/12/30  21:33:44
5950         Log: Subject: [PATCH] open() example in perlfunc.pod 
5951              From: Karsten Sperling <s_sperli@ira.uka.de>
5952              Date: Sat, 30 Dec 2000 22:27:09 +0100
5953              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
5954      Branch: perl
5955            ! pod/perlfunc.pod
5956 ____________________________________________________________________________
5957 [  8276] By: jhi                                   on 2000/12/30  20:32:40
5958         Log: Not quite that many tests yet.
5959      Branch: perl
5960            ! t/op/pat.t
5961 ____________________________________________________________________________
5962 [  8275] By: jhi                                   on 2000/12/30  20:26:58
5963         Log: Integrate perlio.
5964      Branch: perl
5965           !> toke.c
5966 ____________________________________________________________________________
5967 [  8274] By: jhi                                   on 2000/12/30  20:24:56
5968         Log: Signedness nit.
5969      Branch: perl
5970            ! utf8.c
5971 ____________________________________________________________________________
5972 [  8273] By: jhi                                   on 2000/12/30  20:15:46
5973         Log: Add a test case for 20000731.001 which was fixed by the #8267.
5974      Branch: perl
5975            ! t/op/pat.t
5976 ____________________________________________________________________________
5977 [  8272] By: nick                                  on 2000/12/30  19:47:51
5978         Log: Tweak for MULTIPLICITY/USE_PERLIO
5979      Branch: perlio
5980            ! toke.c
5981 ____________________________________________________________________________
5982 [  8271] By: nick                                  on 2000/12/30  19:46:45
5983         Log: Integrate mainline
5984      Branch: perlio
5985           +> lib/unicode/distinct.pm
5986           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
5987           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
5988           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
5989 ____________________________________________________________________________
5990 [  8270] By: jhi                                   on 2000/12/30  19:39:50
5991         Log: Subject: RE: perl@8269
5992              From: "Richard Soderberg" <rs@crystalflame.net>
5993              Date: Sat, 30 Dec 2000 11:36:27 -0800
5994              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
5995              
5996              A missing aTHX_.
5997      Branch: perl
5998            ! toke.c
5999 ____________________________________________________________________________
6000 [  8269] By: jhi                                   on 2000/12/30  18:55:48
6001         Log: Update Changes.
6002      Branch: perl
6003            ! Changes patchlevel.h
6004 ____________________________________________________________________________
6005 [  8268] By: jhi                                   on 2000/12/30  17:18:40
6006         Log: Add a test for Unicode split //.  The #8267 was the cure.
6007      Branch: perl
6008            ! t/op/split.t
6009 ____________________________________________________________________________
6010 [  8267] By: jhi                                   on 2000/12/30  17:14:19
6011         Log: Subject: more UTF8 test suites and an UTF8 patch
6012              From: Inaba Hiroto <inaba@st.rim.or.jp>
6013              Date: Sat, 30 Dec 2000 14:27:10 +0900
6014              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
6015              
6016              Just the patch part for now, and the pragma renamed
6017              as unicode::distinct.
6018      Branch: perl
6019            + lib/unicode/distinct.pm
6020            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
6021            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
6022            ! regcomp.h regexec.c sv.c toke.c utf8.c
6023 ____________________________________________________________________________
6024 [  8266] By: nick                                  on 2000/12/30  16:40:49
6025         Log: Integrate mainline
6026      Branch: perlio
6027           +> lib/Pod/Text/Overstrike.pm
6028           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
6029           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
6030           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
6031           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
6032           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
6033 ____________________________________________________________________________
6034 [  8265] By: jhi                                   on 2000/12/30  07:28:55
6035         Log: The sv_catsv() fix, take two.
6036      Branch: perl
6037            ! sv.c t/op/join.t
6038 ____________________________________________________________________________
6039 [  8264] By: jhi                                   on 2000/12/30  06:19:18
6040         Log: Undo all the join-related changes since #8248: relevant
6041              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
6042              The new sv_catsv() doesn't fly so it must go back to
6043              the drawing board.
6044      Branch: perl
6045            ! sv.c t/op/join.t t/pragma/utf8.t
6046 ____________________________________________________________________________
6047 [  8263] By: jhi                                   on 2000/12/30  01:08:32
6048         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
6049      Branch: perl
6050            ! sv.c
6051 ____________________________________________________________________________
6052 [  8262] By: jhi                                   on 2000/12/30  00:45:14
6053         Log: Retract #8261.
6054      Branch: perl
6055            ! hv.c util.c
6056 ____________________________________________________________________________
6057 [  8261] By: jhi                                   on 2000/12/30  00:38:32
6058         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
6059      Branch: perl
6060            ! hv.c util.c
6061 ____________________________________________________________________________
6062 [  8260] By: jhi                                   on 2000/12/29  22:51:33
6063         Log: (Retracted by #8264)  More fixing for #8251.
6064      Branch: perl
6065            ! sv.c
6066 ____________________________________________________________________________
6067 [  8259] By: jhi                                   on 2000/12/29  18:27:30
6068         Log: Subject: podlators 1.06 released
6069              From: Russ Allbery <rra@stanford.edu>
6070              Date: 25 Dec 2000 05:09:30 -0800
6071              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
6072      Branch: perl
6073            + lib/Pod/Text/Overstrike.pm
6074            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
6075            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
6076 ____________________________________________________________________________
6077 [  8258] By: jhi                                   on 2000/12/29  18:20:45
6078         Log: Make the large file tests more robust/talkative as suggested by
6079              
6080              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
6081              From: andreas.koenig@anima.de (Andreas J. Koenig)
6082              Date: 29 Dec 2000 14:23:01 +0100
6083              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
6084      Branch: perl
6085            ! t/lib/syslfs.t t/op/lfs.t
6086 ____________________________________________________________________________
6087 [  8257] By: jhi                                   on 2000/12/29  17:48:04
6088         Log: Further VMS piping fixes from Charles Lane:
6089              
6090              In summary, error messages produced when a subprocess terminated
6091              abnormally were being sent not just to the parent process, but to
6092              grandparents, because of default values for error output that were
6093              not completely overridden when the subprocess was started.
6094              
6095              This patch fixes this behavior by defining user-mode (i.e., temporary
6096              for the duration of the program) logical names for SYS$OUTPUT and
6097              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
6098              changes to make it so that the user-mode logicals are the ones that
6099              control where Perl's error messages go if it terminates abnormally.
6100              
6101              I also added some gratuitous fixes to the indentation of braces in
6102              the piping code.  It just looked ugly, before.
6103      Branch: perl
6104            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
6105 ____________________________________________________________________________
6106 [  8256] By: jhi                                   on 2000/12/29  17:45:12
6107         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
6108              From: "Casey R. Tweten" <crt@kiski.net>
6109              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
6110              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
6111              
6112              Tests for for #8240.
6113      Branch: perl
6114            ! t/pragma/constant.t
6115 ____________________________________________________________________________
6116 [  8255] By: jhi                                   on 2000/12/29  17:43:07
6117         Log: Subject: Re: [PATCH] Interesting syntax idea
6118              From: Simon Cozens <simon@cozens.net>
6119              Date: Fri, 29 Dec 2000 14:34:04 +0000
6120              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
6121              
6122              Tests for #8254.
6123      Branch: perl
6124            ! t/pragma/sub_lval.t
6125 ____________________________________________________________________________
6126 [  8254] By: jhi                                   on 2000/12/29  17:42:11
6127         Log: Subject: [PATCH] Interesting syntax idea
6128              From: Simon Cozens <simon@cozens.net>
6129              Date: Wed, 27 Dec 2000 05:08:57 +0000
6130              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
6131              
6132              Make opens + bareword assigns do typeglob assigns.
6133      Branch: perl
6134            ! op.c
6135 ____________________________________________________________________________
6136 [  8253] By: jhi                                   on 2000/12/29  17:36:45
6137         Log: Output the (apparent) version of gcc, as suggested by
6138              
6139              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
6140              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
6141              Date: 26 Dec 2000 04:29:17 -0500
6142              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
6143              
6144              (The patch as such didn't any more apply as the misparsing had
6145              already been addressed in #6474.)  Also change the wording about
6146              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
6147      Branch: perl
6148            ! hints/dec_osf.sh
6149 ____________________________________________________________________________
6150 [  8252] By: nick                                  on 2000/12/29  12:14:31
6151         Log: Integrate mainline
6152      Branch: perlio
6153           !> (integrate 27 files)
6154 ____________________________________________________________________________
6155 [  8251] By: jhi                                   on 2000/12/29  08:45:46
6156         Log: (Retracted by #8264)
6157              
6158              (Fixed by #8260.)
6159              
6160              sv_catsv() needs one more byte space than seems reasonable.
6161              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
6162              Curiouser and curiouser.
6163      Branch: perl
6164            ! sv.c
6165 ____________________________________________________________________________
6166 [  8250] By: jhi                                   on 2000/12/29  07:57:52
6167         Log: More split // UTF-8 tests.
6168      Branch: perl
6169            ! t/pragma/utf8.t
6170 ____________________________________________________________________________
6171 [  8249] By: jhi                                   on 2000/12/29  07:54:51
6172         Log: (Retracted by #8264)  More join() testing which was good because
6173              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
6174      Branch: perl
6175            ! pp.c t/op/join.t utf8.c utf8.h
6176 ____________________________________________________________________________
6177 [  8248] By: jhi                                   on 2000/12/29  07:08:32
6178         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
6179              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
6180              that the only cases to care about are byte+byte and byte+character.
6181              
6182              TODO: See how well pp_concat() could be implemented in terms
6183              of sv_catsv().
6184      Branch: perl
6185            ! doop.c sv.c t/op/join.t utf8.h
6186 ____________________________________________________________________________
6187 [  8247] By: jhi                                   on 2000/12/29  06:35:23
6188         Log: Signedness nit.
6189      Branch: perl
6190            ! pp_hot.c
6191 ____________________________________________________________________________
6192 [  8246] By: jhi                                   on 2000/12/29  01:23:31
6193         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
6194              From: Lupe Christoph <lupe@lupe-christoph.de>
6195              Date: Thu, 28 Dec 2000 23:00:00 +0100
6196              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
6197              
6198              Suggest rsync --delete --dry-run.
6199      Branch: perl
6200            ! pod/perlhack.pod
6201 ____________________________________________________________________________
6202 [  8245] By: jhi                                   on 2000/12/28  23:57:05
6203         Log: The maxiters upper limit sanity check (guarding against
6204              non-progress) assumed bytes instead of characters in s///
6205              and split().
6206      Branch: perl
6207            ! pp.c pp_hot.c
6208 ____________________________________________________________________________
6209 [  8244] By: jhi                                   on 2000/12/28  23:34:08
6210         Log: Make some panic messages a bit more logical.
6211      Branch: perl
6212            ! doop.c pod/perldiag.pod pp.c pp_hot.c
6213 ____________________________________________________________________________
6214 [  8243] By: jhi                                   on 2000/12/28  22:59:16
6215         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
6216              From: Simon Cozens <simon@cozens.net>
6217              Date: Wed, 27 Dec 2000 02:30:03 +0000
6218              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
6219      Branch: perl
6220            ! pp.c t/pragma/sub_lval.t
6221 ____________________________________________________________________________
6222 [  8242] By: jhi                                   on 2000/12/28  22:56:53
6223         Log: Subject: [PATCH blead] Fix B::Terse indentation
6224              From: Daniel Chetlin <daniel@chetlin.com>
6225              Date: Wed, 27 Dec 2000 06:43:30 -0800
6226              Message-ID: <20001227064329.B9573@darkstar>
6227      Branch: perl
6228            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
6229 ____________________________________________________________________________
6230 [  8241] By: jhi                                   on 2000/12/28  22:48:59
6231         Log: The latter patch from the
6232              
6233              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
6234              From: Peter Prymmer <pvhp@forte.com> 
6235              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
6236              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
6237              
6238              (the former patch from the above should have been
6239              taken care of by Nick I-S)
6240      Branch: perl
6241            ! win32/Makefile
6242 ____________________________________________________________________________
6243 [  8240] By: jhi                                   on 2000/12/28  22:45:22
6244         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
6245              From: "Casey R. Tweten" <crt@kiski.net>
6246              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
6247              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
6248      Branch: perl
6249            ! lib/constant.pm
6250 ____________________________________________________________________________
6251 [  8239] By: jhi                                   on 2000/12/28  22:37:45
6252         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
6253              From: Simon Cozens <simon@cozens.net>
6254              Date: Wed, 27 Dec 2000 14:12:44 +0000
6255              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
6256      Branch: perl
6257            ! t/op/method.t t/op/sort.t toke.c
6258 ____________________________________________________________________________
6259 [  8238] By: jhi                                   on 2000/12/28  22:30:32
6260         Log: Subject: [PATCH perl@8229] Call.pm
6261              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
6262              Date: Mon, 25 Dec 2000 10:47:15 -0000
6263              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
6264      Branch: perl
6265            ! ext/Filter/Util/Call/Call.pm
6266 ____________________________________________________________________________
6267 [  8237] By: jhi                                   on 2000/12/28  22:19:21
6268         Log: Subject: [PATCH blead] Fix problem with `&' prototype
6269              From: Daniel Chetlin <daniel@chetlin.com>
6270              Date: Wed, 27 Dec 2000 15:55:32 -0800
6271              Message-ID: <20001227155532.D9573@darkstar>
6272      Branch: perl
6273            ! op.c t/comp/proto.t
6274 ____________________________________________________________________________
6275 [  8236] By: jhi                                   on 2000/12/28  22:09:25
6276         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
6277              From: Daniel Chetlin <daniel@chetlin.com>
6278              Date: Sun, 24 Dec 2000 04:09:49 -0800
6279              Message-ID: <20001224040949.B3090@darkstar>
6280      Branch: perl
6281            ! gv.c mg.c t/op/attrs.t
6282 ____________________________________________________________________________
6283 [  8235] By: jhi                                   on 2000/12/28  22:07:11
6284         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
6285              From: Jan Dubois <jand@ActiveState.com>
6286              Date: Tue, 26 Dec 2000 20:57:31 -0800
6287              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
6288      Branch: perl
6289            ! win32/win32.c
6290 ____________________________________________________________________________
6291 [  8234] By: jhi                                   on 2000/12/28  21:52:42
6292         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
6293              From: Simon Cozens <simon@cozens.net>
6294              Date: Thu, 28 Dec 2000 20:33:13 +0000
6295              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
6296      Branch: perl
6297            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
6298 ____________________________________________________________________________
6299 [  8233] By: jhi                                   on 2000/12/28  19:40:49
6300         Log: Integrate perlio.
6301      Branch: perl
6302           !> ext/Encode/Makefile.PL ext/Encode/compile
6303 ____________________________________________________________________________
6304 [  8232] By: nick                                  on 2000/12/23  16:06:00
6305         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
6306              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
6307      Branch: perlio
6308            ! ext/Encode/Makefile.PL
6309 ____________________________________________________________________________
6310 [  8231] By: nick                                  on 2000/12/23  14:30:34
6311         Log: "Compiled" encode build cleanup
6312              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
6313              - .c files do not export sub-tables
6314      Branch: perlio
6315            ! ext/Encode/Makefile.PL ext/Encode/compile
6316 ____________________________________________________________________________
6317 [  8230] By: nick                                  on 2000/12/23  12:50:37
6318         Log: Integrate mainline
6319      Branch: perlio
6320           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
6321           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
6322           !> pod/perl5004delta.pod pod/perl5005delta.pod
6323           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
6324           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
6325           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
6326           !> pod/perlsub.pod
6327 ____________________________________________________________________________
6328 [  8229] By: jhi                                   on 2000/12/22  15:32:12
6329         Log: Integrate perlio.
6330      Branch: perl
6331           +> win32/distclean.bat
6332           !> MANIFEST t/io/utf8.t
6333 ____________________________________________________________________________
6334 [  8228] By: jhi                                   on 2000/12/22  15:29:40
6335         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
6336              From: Robin Barker <rmb1@cise.npl.co.uk>
6337              Date: Fri, 22 Dec 2000 12:17:38 GMT
6338              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
6339      Branch: perl
6340            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
6341            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
6342            ! pod/perl5004delta.pod pod/perl5005delta.pod
6343            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
6344            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
6345            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
6346            ! pod/perlsub.pod
6347 ____________________________________________________________________________
6348 [  8227] By: jhi                                   on 2000/12/22  15:24:28
6349         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
6350              From: "John L. Allen" <allen@grumman.com>
6351              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
6352              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
6353              
6354              Document APPLLIB_EXP.
6355      Branch: perl
6356            ! INSTALL
6357 ____________________________________________________________________________
6358 [  8226] By: nick                                  on 2000/12/21  22:11:50
6359         Log: Handy script for when one forgets to "dmake clean" 
6360      Branch: perlio
6361            + win32/distclean.bat
6362            ! MANIFEST
6363 ____________________________________________________________________________
6364 [  8225] By: nick                                  on 2000/12/21  21:54:04
6365         Log: CRLF platform issue with io/utf8 fix.
6366      Branch: perlio
6367            ! t/io/utf8.t
6368 ____________________________________________________________________________
6369 [  8224] By: nick                                  on 2000/12/21  21:02:20
6370         Log: Integrate mainline
6371      Branch: perlio
6372           !> Changes Configure Makefile.SH Porting/Glossary
6373           !> Porting/config.sh Porting/config_H configure.com
6374           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
6375           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
6376           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
6377           !> win32/config.bc win32/config.gc win32/config.vc
6378 ____________________________________________________________________________
6379 [  8223] By: jhi                                   on 2000/12/21  17:09:16
6380         Log: Update Changes.
6381      Branch: perl
6382            ! Changes patchlevel.h
6383 ____________________________________________________________________________
6384 [  8222] By: jhi                                   on 2000/12/21  16:24:01
6385         Log: Metaconfig unit changes for #8221.
6386      Branch: metaconfig/U/perl
6387           +> issymlink.U
6388            - testsyml.U
6389            ! Mksymlinks.U
6390 ____________________________________________________________________________
6391 [  8221] By: jhi                                   on 2000/12/21  16:23:48
6392         Log: Rename testsyml to issymlink.
6393      Branch: perl
6394            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6395            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
6396            ! win32/config.vc
6397 ____________________________________________________________________________
6398 [  8220] By: jhi                                   on 2000/12/21  15:47:26
6399         Log: Robustness support for #8218 (symlink forest) since the GNU
6400              tools seem to be overly picky about symlinkage depths.
6401      Branch: perl
6402            ! Makefile.SH t/io/fs.t
6403 ____________________________________________________________________________
6404 [  8219] By: jhi                                   on 2000/12/21  15:38:27
6405         Log: Metaconfig changes for #8218.
6406      Branch: metaconfig
6407            ! U/modified/Oldconfig.U
6408      Branch: metaconfig/U/perl
6409            + Mksymlinks.U
6410            ! testsyml.U
6411 ____________________________________________________________________________
6412 [  8218] By: jhi                                   on 2000/12/21  15:37:57
6413         Log: Add Configure option -Dmksymlinks which will create a symlink
6414              forest if the current/build differs from the source directory.
6415              TODO: mkdir -p is not portable.
6416      Branch: perl
6417            ! Configure
6418 ____________________________________________________________________________
6419 [  8217] By: jhi                                   on 2000/12/21  14:39:12
6420         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
6421              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
6422              Date: Thu, 21 Dec 2000 09:38:18 GMT
6423              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
6424              
6425              The ofs became an SV.
6426      Branch: perl
6427            ! ext/Thread/Thread.xs
6428 ____________________________________________________________________________
6429 [  8216] By: jhi                                   on 2000/12/21  05:40:21
6430         Log: The polymorphism seems to have fixed 20000517.001.
6431      Branch: perl
6432            ! t/pragma/utf8.t
6433 ____________________________________________________________________________
6434 [  8215] By: jhi                                   on 2000/12/21  04:44:52
6435         Log: read() documentation tweak for 20001121.004.
6436      Branch: perl
6437            ! pod/perlfunc.pod
6438 ____________________________________________________________________________
6439 [  8214] By: jhi                                   on 2000/12/21  03:54:11
6440         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
6441      Branch: perl
6442            ! pp_sys.c t/op/misc.t
6443 ____________________________________________________________________________
6444 [  8213] By: jhi                                   on 2000/12/21  00:28:10
6445         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
6446              From: Peter Prymmer <pvhp@forte.com>
6447              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
6448              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
6449      Branch: perl
6450            ! configure.com
6451 ____________________________________________________________________________
6452 [  8212] By: jhi                                   on 2000/12/21  00:26:21
6453         Log: Edit edit edit.
6454      Branch: perl
6455            ! pod/perlfaq3.pod
6456 ____________________________________________________________________________
6457 [  8211] By: jhi                                   on 2000/12/20  18:52:46
6458         Log: Update Changes.
6459      Branch: perl
6460            ! Changes patchlevel.h
6461 ____________________________________________________________________________
6462 [  8210] By: jhi                                   on 2000/12/20  18:34:47
6463         Log: Yet another editor edit.
6464      Branch: perl
6465            ! pod/perlfaq3.pod
6466 ____________________________________________________________________________
6467 [  8209] By: jhi                                   on 2000/12/20  15:33:28
6468         Log: More Win32 Perling.
6469      Branch: perl
6470            ! pod/perlfaq3.pod
6471 ____________________________________________________________________________
6472 [  8208] By: jhi                                   on 2000/12/20  15:07:46
6473         Log: More Win32 editor/IDE/shell hints.
6474      Branch: perl
6475            ! pod/perlfaq3.pod
6476 ____________________________________________________________________________
6477 [  8207] By: jhi                                   on 2000/12/20  03:54:08
6478         Log: Subject: [PATCH] obscure timing knowledge
6479              From: Nicholas Clark <nick@ccl4.org>
6480              Date: Tue, 19 Dec 2000 19:22:31 +0000
6481              Message-ID: <20001219192231.F2827@plum.flirble.org>
6482      Branch: perl
6483            ! sv.c
6484 ____________________________________________________________________________
6485 [  8206] By: jhi                                   on 2000/12/20  03:45:57
6486         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
6487              From: Spider Boardman <spider@leggy.zk3.dec.com>
6488              Date: Tue, 19 Dec 2000 21:30:16 -0500
6489              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
6490      Branch: perl
6491            ! sv.c
6492 ____________________________________________________________________________
6493 [  8205] By: jhi                                   on 2000/12/19  23:02:01
6494         Log: Update Changes.
6495      Branch: perl
6496            ! Changes patchlevel.h
6497 ____________________________________________________________________________
6498 [  8204] By: jhi                                   on 2000/12/19  22:58:18
6499         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
6500              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
6501              on editors and diffing/patching.
6502      Branch: perl
6503            ! t/op/utf8decode.t
6504 ____________________________________________________________________________
6505 [  8203] By: nick                                  on 2000/12/19  21:36:16
6506         Log: Integrate mainline (forgot my own change...)
6507      Branch: perlio
6508           !> ext/Encode/compile
6509 ____________________________________________________________________________
6510 [  8202] By: nick                                  on 2000/12/19  21:34:42
6511         Log: Integrate mainline.
6512      Branch: perlio
6513           !> (integrate 61 files)
6514 ____________________________________________________________________________
6515 [  8201] By: nick                                  on 2000/12/19  21:34:06
6516         Log: Avoid looking for File::Glob when we don't need it.
6517      Branch: perl
6518            ! ext/Encode/compile
6519 ____________________________________________________________________________
6520 [  8200] By: jhi                                   on 2000/12/19  18:35:49
6521         Log: Update Changes.
6522      Branch: perl
6523            ! Changes patchlevel.h
6524 ____________________________________________________________________________
6525 [  8199] By: jhi                                   on 2000/12/19  18:35:07
6526         Log: Microperl tweaks.
6527      Branch: perl
6528            ! sv.c uconfig.h uconfig.sh
6529 ____________________________________________________________________________
6530 [  8198] By: jhi                                   on 2000/12/19  18:29:59
6531         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
6532      Branch: perl
6533            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6534            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
6535 ____________________________________________________________________________
6536 [  8197] By: jhi                                   on 2000/12/19  17:55:29
6537         Log: In VMS embedded perls couldn't access the statically built Socket,
6538              from Charles Lane.
6539      Branch: perl
6540            ! configure.com
6541 ____________________________________________________________________________
6542 [  8196] By: jhi                                   on 2000/12/19  17:49:50
6543         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
6544              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
6545              Date: Sun, 17 Dec 2000 19:11:44 -0000
6546              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
6547      Branch: perl
6548            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6549            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
6550 ____________________________________________________________________________
6551 [  8195] By: jhi                                   on 2000/12/19  17:47:53
6552         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
6553              From: Jonathan Stowe <gellyfish@gellyfish.com>
6554              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
6555              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
6556      Branch: perl
6557            ! utils/h2xs.PL
6558 ____________________________________________________________________________
6559 [  8194] By: jhi                                   on 2000/12/19  17:46:28
6560         Log: Subject: Re: useless use of void context work-around
6561              From: andreas.koenig@anima.de (Andreas J. Koenig)
6562              Date: 16 Dec 2000 15:13:36 +0100
6563              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
6564              
6565              Document (comment) the q(di ds ig) trick in the code.
6566      Branch: perl
6567            ! op.c
6568 ____________________________________________________________________________
6569 [  8193] By: jhi                                   on 2000/12/19  17:10:57
6570         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
6571              From: "Mark J. Reed" <mreed@strange.turner.com>
6572              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
6573              Message-Id: <200012160222.VAA13986@strange.turner.com>
6574      Branch: perl
6575            ! ext/Sys/Syslog/Syslog.pm
6576 ____________________________________________________________________________
6577 [  8192] By: jhi                                   on 2000/12/19  17:07:45
6578         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
6579              From: Nicholas Clark <nick@ccl4.org>
6580              Date: Sat, 16 Dec 2000 19:03:13 +0000
6581              Message-ID: <20001216190313.D68304@plum.flirble.org>
6582      Branch: perl
6583            ! t/op/64bitint.t
6584 ____________________________________________________________________________
6585 [  8191] By: jhi                                   on 2000/12/19  17:06:13
6586         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
6587              From: Dominic Dunlop <domo@computer.org>
6588              Date: Mon, 18 Dec 2000 12:00:15 +0100
6589              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
6590              
6591              This patchlet is needed in order that perl can be statically linked.  
6592      Branch: perl
6593            ! regexec.c
6594 ____________________________________________________________________________
6595 [  8190] By: jhi                                   on 2000/12/19  17:03:08
6596         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
6597              From: "Craig A. Berry" <craig.berry@psinetcs.com>
6598              Date: Sun, 17 Dec 2000 00:18:35 -0600
6599              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
6600      Branch: perl
6601            ! perlio.h vms/gen_shrfls.pl
6602 ____________________________________________________________________________
6603 [  8189] By: jhi                                   on 2000/12/19  16:20:28
6604         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
6605              From: Prymmer/Kahn <pvhp@best.com>
6606              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
6607              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
6608              
6609              A better version of #8188.
6610      Branch: perl
6611            ! pod/perlfaq3.pod
6612 ____________________________________________________________________________
6613 [  8188] By: jhi                                   on 2000/12/19  15:57:06
6614         Log: (Replaced by #8189)
6615              
6616              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
6617              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
6618              From: Prymmer/Kahn <pvhp@best.com>
6619              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
6620              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
6621              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
6622              Date: Mon, 18 Dec 2000 11:10:45 -0500
6623              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
6624      Branch: perl
6625            ! pod/perlfaq3.pod
6626 ____________________________________________________________________________
6627 [  8187] By: jhi                                   on 2000/12/19  15:54:19
6628         Log: Email address fix for Anton Berezin.
6629      Branch: perl
6630            ! AUTHORS
6631 ____________________________________________________________________________
6632 [  8186] By: jhi                                   on 2000/12/19  15:38:54
6633         Log: Subject: [PATCH perl@8102] cygwin port
6634              From: "Eric Fifer" <efifer@dircon.co.uk> 
6635              Date: Thu, 14 Dec 2000 13:41:29 -0000
6636              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
6637              
6638              When compiling modules the data item that is being imported
6639              from libperl.dll needs to be tagged as imported/shared data:
6640              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
6641      Branch: perl
6642            ! perliol.h
6643 ____________________________________________________________________________
6644 [  8185] By: jhi                                   on 2000/12/19  14:53:24
6645         Log: Regen uconfig.h and uconfig.sh.
6646      Branch: perl
6647            ! uconfig.h uconfig.sh
6648 ____________________________________________________________________________
6649 [  8184] By: jhi                                   on 2000/12/18  20:43:49
6650         Log: Comments work so much better when they are closed.
6651      Branch: perl
6652            ! regcomp.c
6653 ____________________________________________________________________________
6654 [  8183] By: jhi                                   on 2000/12/18  18:04:02
6655         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
6656              Fixes the bug 20001218.016.
6657      Branch: perl
6658            ! regcomp.c
6659 ____________________________________________________________________________
6660 [  8182] By: gsar                                  on 2000/12/18  09:53:47
6661         Log: delete spurious files
6662      Branch: maint-5.6/perl
6663            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
6664            - vos/config.h vos/config_h.SH_orig
6665 ____________________________________________________________________________
6666 [  8181] By: gsar                                  on 2000/12/18  09:46:08
6667         Log: regen perltoc
6668      Branch: maint-5.6/perl
6669            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
6670 ____________________________________________________________________________
6671 [  8180] By: gsar                                  on 2000/12/18  09:20:27
6672         Log: integrate changes#7924..7926,7946,7952 from mainline
6673      Branch: maint-5.6/perl
6674           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
6675           !> lib/File/stat.pm t/lib/class-struct.t
6676 ____________________________________________________________________________
6677 [  8179] By: gsar                                  on 2000/12/18  08:55:54
6678         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
6679              7918,7919,7988,8907 from mainline (various)
6680      Branch: maint-5.6/perl
6681           +> t/lib/class-struct.t
6682           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
6683           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
6684           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
6685 ____________________________________________________________________________
6686 [  8178] By: gsar                                  on 2000/12/18  08:16:30
6687         Log: avoid redefinition warnings on windows due to sys/socket.h getting
6688              #included before win32.h
6689      Branch: maint-5.6/perl
6690            ! win32/include/sys/socket.h
6691 ____________________________________________________________________________
6692 [  8177] By: gsar                                  on 2000/12/18  05:24:04
6693         Log: make regen_headers; fix POSIX.xs problems; remove outdated
6694              code from sys/socket.h that makes build fail now
6695      Branch: maint-5.6/perl
6696            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
6697            ! pod/perlapi.pod
6698           !> win32/include/sys/socket.h
6699 ____________________________________________________________________________
6700 [  8176] By: gsar                                  on 2000/12/18  05:20:17
6701         Log: update Changes
6702      Branch: maint-5.6/perl
6703            ! Changes patchlevel.h
6704 ____________________________________________________________________________
6705 [  8175] By: gsar                                  on 2000/12/18  04:57:48
6706         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
6707              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
6708              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
6709              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
6710              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
6711              7823,7825,7838
6712      Branch: maint-5.6/perl
6713           +> lib/File/Spec/Epoc.pm
6714           !> (integrate 88 files)
6715 ____________________________________________________________________________
6716 [  8174] By: gsar                                  on 2000/12/18  03:53:09
6717         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
6718              7625..7629,7631..7634,7637,7639,7642 from mainline
6719      Branch: maint-5.6/perl
6720           +> README.solaris
6721           !> (integrate 26 files)
6722 ____________________________________________________________________________
6723 [  8173] By: gsar                                  on 2000/12/18  03:37:02
6724         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
6725              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
6726              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
6727              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
6728      Branch: maint-5.6/perl
6729           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
6730            - MAINTAIN
6731           !> (integrate 111 files)
6732 ____________________________________________________________________________
6733 [  8172] By: jhi                                   on 2000/12/18  02:49:27
6734         Log: Regen pods.
6735      Branch: perl
6736            ! pod/perlmodlib.pod pod/perltoc.pod
6737 ____________________________________________________________________________
6738 [  8171] By: gsar                                  on 2000/12/18  02:49:24
6739         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
6740              7465..7471 from mainline
6741              
6742              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
6743              in platforms that strictly require all the symbols being present
6744              at link time.
6745              
6746              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
6747              
6748              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
6749              
6750              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
6751              
6752              Subject: [PATCH] todo
6753              
6754              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
6755              
6756              Use $sort, $uniq (and $tr) consistently as wondered
6757              by Nicholas Clark.
6758              
6759              Too enthusiastic editing in #7460.
6760              
6761              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
6762              
6763              Upgrade to CPAN 1.58_55.
6764              Subject: CPAN.pm status
6765              
6766              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
6767              
6768              Make target reordering to avoid pointless re-makes.
6769              Subject: Re: Total re-make of 'make okfile' after 7451 ?
6770              
6771              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
6772              
6773              Subject: DOC PATCH 5.6.0
6774              
6775              Add the repository doc by Malcolm, Sarathy, and by Simon,
6776              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
6777      Branch: maint-5.6/perl
6778           +> Porting/repository.pod
6779           !> Configure MANIFEST Makefile.SH README.dos README.os2
6780           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
6781           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
6782           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
6783 ____________________________________________________________________________
6784 [  8169] By: gsar                                  on 2000/12/18  02:33:34
6785         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
6786              7435..7441,7445 from mainline
6787              
6788              Make the UTF-8 decoding stricter and more verbose when
6789              malformation happens.  This involved adding an argument
6790              to utf8_to_uv_chk(), which involved changing its prototype,
6791              and prefer STRLEN over I32 for the UTF-8 length, which as
6792              a domino effect necessitated changing the prototypes of
6793              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
6794              The stricter UTF-8 decoding checking uses Markus Kuhn's
6795              UTF-8 Decode Stress Tester from
6796              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
6797              
6798              Run vms/vms_yfix.pl, should have done that after changing
6799              perly.c in #7382.
6800              
6801              Subject: [PATCH 5.7.0] static linking with uninstalled perl
6802              
6803              (Replaced by #7440.)
6804              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
6805              
6806              Fix the bug ID 20001024.005, the bug introduced by #7416.
6807              
6808              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
6809              
6810              Fix the bug reported in
6811              From: andreas.koenig@anima.de (Andreas J. Koenig)
6812              Also make is_utf8_char() stricter.
6813              
6814              Missed the header file changes from #7425.
6815              
6816              Check if stdio supports tweaking lval and cnt simultaneously.
6817              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
6818              
6819              Stratus VOS updates from Paul Green.
6820              
6821              Podify README.epoc and README.vos.
6822              
6823              Add targets to Makefile.SH, most importantly
6824              'regen_all' which also remembers to update vms/perly*.
6825              
6826              Subject: Minor update to find2perl, for portability
6827              
6828              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
6829              
6830              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
6831              
6832              Rename UTF8LEN() to be UNISKIP(), too confusing to have
6833              UTF8LEN() and UTF8SKIP(). 
6834              
6835              Allow poking holes at the UTF-8 decoding strictness.
6836              
6837              Continue the internal UTF-8 API tweaking.
6838              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
6839              used much more than the simpler API, now called utf8_to_uv_simple().
6840              Still not quite happy with API, too much partial duplication
6841              of functionality.
6842              
6843              A new version of making the syslog test more robust.
6844              (Replaces #7421.)
6845              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
6846              
6847              buildtoc target tweaks.
6848              
6849              Integrate with vmsperl #7430 by Charles Bailey:
6850              
6851              Cleanup from prior patch (Charles Lane?):
6852              - improve handling of MFDs in Basename and Path
6853              - default to no xsubpp line # munging when building debug images
6854      Branch: maint-5.6/perl
6855           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6856           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
6857           !> (integrate 67 files)
6858 ____________________________________________________________________________
6859 [  8168] By: gsar                                  on 2000/12/18  02:05:49
6860         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
6861              
6862              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
6863              From: Martin Husemann <martin@duskware.de>
6864              
6865              Subject: [PATCH 5.7.0] restore match data on backtracing
6866              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6867      Branch: maint-5.6/perl
6868           !> regcomp.c regexec.c t/op/re_tests
6869 ____________________________________________________________________________
6870 [  8167] By: gsar                                  on 2000/12/18  01:55:22
6871         Log: integrate changes#7858,7986 from mainline
6872              
6873              C<foreach my $x ...> in pseudo-fork()ed process may diddle
6874              parent's memory; fix it by keeping track of the actual pad
6875              offset rather than a raw pointer (this change is probably also
6876              relevant to non-ithreads case to avoid fallout from reallocs of
6877              the pad array, but is currently only enabled for the ithreads
6878              case in the interests of minimal disruption to existing "well
6879              tested" code)
6880              
6881              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
6882              due to the notorious GetFileType() bug in Windows 9x, which fstat()
6883              tickles)
6884      Branch: maint-5.6/perl
6885           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
6886           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
6887           !> win32/win32.c win32/win32.h win32/win32sck.c
6888 ____________________________________________________________________________
6889 [  8166] By: gsar                                  on 2000/12/18  01:52:59
6890         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
6891              from mainline (xsubpp and ExtUtils::LibList fixups, various
6892              other small items)
6893      Branch: maint-5.6/perl
6894           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
6895           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
6896           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
6897           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
6898           !> win32/bin/search.pl
6899 ____________________________________________________________________________
6900 [  8165] By: gsar                                  on 2000/12/18  01:28:45
6901         Log: integrate changes#7533,7563,7611,7623 from mainline (various
6902              malloc.c embellishments)
6903      Branch: maint-5.6/perl
6904           !> malloc.c pod/perldiag.pod
6905 ____________________________________________________________________________
6906 [  8164] By: gsar                                  on 2000/12/18  01:23:33
6907         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
6908              fixups)
6909      Branch: maint-5.6/perl
6910           !> utils/h2xs.PL
6911 ____________________________________________________________________________
6912 [  8163] By: gsar                                  on 2000/12/18  01:17:50
6913         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
6914              fixups)
6915      Branch: maint-5.6/perl
6916           !> Makefile.SH utils/perlbug.PL
6917 ____________________________________________________________________________
6918 [  8162] By: gsar                                  on 2000/12/18  00:25:43
6919         Log: always export Perl_deb() (it is required by re.xs whether
6920              Perl is built with or without -DDEBUGGING)
6921      Branch: maint-5.6/perl
6922            ! makedef.pl
6923 ____________________________________________________________________________
6924 [  8161] By: gsar                                  on 2000/12/18  00:23:38
6925         Log: integrate change#7414 from mainline
6926              
6927              Undo the basename() part of #7412 since the lib/basename
6928              tests would need upgrading too.
6929              
6930              squelch two tests in tr.t that rely on tr/// paranoia change
6931              that's not in 5.6.x
6932      Branch: maint-5.6/perl
6933            ! t/op/tr.t
6934           !> lib/File/Basename.pm
6935 ____________________________________________________________________________
6936 [  8160] By: gsar                                  on 2000/12/18  00:05:30
6937         Log: missing change in previous integrate
6938      Branch: maint-5.6/perl
6939           !> README.aix
6940 ____________________________________________________________________________
6941 [  8159] By: gsar                                  on 2000/12/18  00:03:38
6942         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
6943              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
6944              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
6945              7410..7413 from mainline
6946      Branch: maint-5.6/perl
6947           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
6948           +> t/lib/tie-splice.t
6949            - lib/unicode/Is/DCinital.pl
6950           !> (integrate 112 files)
6951 ____________________________________________________________________________
6952 [  8158] By: jhi                                   on 2000/12/17  23:04:24
6953         Log: Subject: [PATCHES] RE: perl@8150 
6954              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
6955              Date: Sun, 17 Dec 2000 21:46:39 +0100
6956              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
6957              
6958              Neither cygwin has a getpwuid() one can trust on.
6959      Branch: perl
6960            ! t/lib/glob-basic.t
6961 ____________________________________________________________________________
6962 [  8157] By: jhi                                   on 2000/12/17  23:01:54
6963         Log: More MAN.PODS => {} fixes.
6964      Branch: perl
6965            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
6966            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
6967            ! os2/OS2/REXX/Makefile.PL
6968 ____________________________________________________________________________
6969 [  8156] By: gsar                                  on 2000/12/17  22:49:13
6970         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
6971              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
6972              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
6973              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
6974              7201,7204 from mainline
6975      Branch: maint-5.6/perl
6976           !> (integrate 121 files)
6977 ____________________________________________________________________________
6978 [  8155] By: jhi                                   on 2000/12/17  22:30:58
6979         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
6980              From: "Craig A. Berry" <craigberry@mac.com>
6981              Date: Sun, 17 Dec 2000 13:09:28 -0600
6982              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
6983              
6984              MAN.PODS => ' ' is naughty.
6985      Branch: perl
6986            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
6987 ____________________________________________________________________________
6988 [  8154] By: nick                                  on 2000/12/17  22:07:13
6989         Log: MULTIPLICITY nit.
6990      Branch: perl
6991            ! mg.c
6992 ____________________________________________________________________________
6993 [  8153] By: gsar                                  on 2000/12/17  21:23:05
6994         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
6995              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
6996              from mainline
6997              
6998              Document the SvIOK_.*UV().
6999              
7000              Update Unicode todo list.
7001              
7002              Guard against bad string->int conversion for quads.
7003              
7004              Subject: small apidoc fix
7005              
7006              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
7007              
7008              Subject: [PATCH] Tied filehandle documentation
7009              
7010              Subject: [PATCH] Modernize Opcode.pm documentation
7011              
7012              Make Data::Dumper (non-XS) to work with changed semantics of ref().
7013              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
7014              [applied even though said semantics didn't change in 5.6.x]
7015              
7016              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
7017              
7018              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
7019              
7020              Fix the URL, but the server is still missing in action.
7021              Subject: [ID 20000905.002] perlfaq1.pod URL error
7022              
7023              Subject: [ID 20000903.001] \w in utf8-strings
7024              
7025              Fix the ccversion detection for 5.1 and beyond.
7026              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
7027              
7028              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
7029              
7030              Subject: [ID 20000904.008] Tiny fix for perldiag
7031              
7032              Subject: Re: [ID 20000906.004] segfault with bad perl statement
7033              
7034              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
7035              
7036              Subject: [ID 20000908.002] perlipc documentation bug.
7037              
7038              Subject: [PATCH lib/Benchmark.pm]
7039              
7040              Re-allow vec() for characters > 255.
7041              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
7042              
7043              Do away with memory models cruft.  Sorry, PDP users.
7044              
7045              Continue #7041.
7046              
7047              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
7048              
7049              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
7050              
7051              Upgrade to CPAN 1.57_65, from Andreas König.
7052              
7053              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
7054              by Russ Allbery.
7055              
7056              Silence t/pod/*.t about alternate quote-mappings now implemented
7057              by Pod::Text, from Brad Appleton.
7058              
7059              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
7060              Subject: borland C++ win32.c tweak
7061              
7062              C<@a = @b = split(...)> optimization coredumps under ithreads
7063              (missed a spot when fixing up op_pmreplroot hack for ithreads)
7064              
7065              Document the SvUTF8*().
7066              
7067              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
7068              
7069              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
7070              
7071              Do in VMS as the #7054 does.
7072              
7073              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
7074              
7075              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
7076              
7077              Subject: [patch: perl@7045] vms updates
7078              
7079              Test for the #7049.
7080              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
7081              
7082              Break up the myconfig lines a bit.
7083              Subject: perlbug/perl -V output format
7084              
7085              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
7086              
7087              The #7054 truncated Configure badly.
7088              
7089              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
7090              initialization in all the threads on Windows
7091              
7092              Allow for whitespace between "#" and "line" in cpp output.
7093              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
7094              
7095              Remove vestiges of tr//CU.
7096              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
7097              
7098              The return value of setlocale must be copied away.
7099              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
7100              
7101              Allow chop() and chomp() to be overridden.
7102              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
7103              
7104              Hints optimization.
7105              Subject: Minor nit
7106              
7107              Subject: [PATCH] de-wall t/README
7108              
7109              Subject: Re: Two advertising clauses need to be removed
7110      Branch: maint-5.6/perl
7111           !> (integrate 75 files)
7112 ____________________________________________________________________________
7113 [  8152] By: gsar                                  on 2000/12/17  20:30:11
7114         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
7115              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
7116              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
7117              
7118              Don't attach -ld to the archname if pointless.
7119              
7120              Document UNTIE in a very minimalistic way.
7121              
7122              POSIX doesn't report long double values under -Duselongdouble
7123              when the long doubles are "real" (bigger than doubles).
7124              
7125              More author updates.
7126              
7127              Try to deduce NV_MAX.  Really should be Configure fodder.
7128              
7129              :: not allowed in pathnames, change to .
7130              Subject: [PATCH perl@6938] cygwin port
7131              
7132              Forget about NV_MAX (#6951).  Various floating point tweaks,
7133              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
7134              
7135              Move the Solaris 7 scan to use64bitall, make the
7136              failure to find 64-bot sparc libc to mention the
7137              possibility of being in an intel, from Lupe and Alan.
7138              
7139              Regen perltoc.
7140              
7141              AUTHORS tweaks, from Peter Prymmer.
7142              
7143              More address tweaking.
7144              
7145              Small tweaks all over.
7146              
7147              File::Temp patches from Andreas König,
7148              
7149              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
7150              
7151              Subject: CPAN.pm beta 1.57_57 for the core
7152              
7153              Part of the solution.
7154              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
7155              
7156              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
7157              
7158              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
7159              
7160              Add the overload warnings to perldiag.
7161              
7162              Drop unused argument.
7163              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
7164              
7165              Subject: Nit in Configure (bleadperl@6961)
7166              
7167              Update to PodParser 1.18, from Brad Appleton.
7168              
7169              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
7170              
7171              Subject: [PATCH: 6948] add SCNfldbl to configure.com
7172              
7173              Document UNTIE. Also tweak implementation to suppress the 'inner references'
7174              warning when UNTIE exists and instead pass the cound of extra references to
7175              the UNTIE method.
7176              
7177              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
7178              so that case-ignoring systems like DCL can tell them from
7179              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
7180              
7181              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
7182              
7183              Feature ordering tweak.
7184              
7185              Regen perltoc.
7186              
7187              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
7188              
7189              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
7190              
7191              Subject: http:// in L<>
7192              
7193              Detypo.
7194              
7195              change#6791 accidentally clobbered change#6710, put it back
7196              
7197              Only the first line, thank you very much.
7198              
7199              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
7200              plus rework the http: spots as suggested by Tom Christiansen,
7201              plus regen perltoc.
7202              
7203              Undo part of change 6489 which looks like a bulk edit which
7204              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
7205              The supressing of main:: on return from select() is undesirable.
7206              
7207              Apparently avoiding the swapping is too costly.
7208              
7209              Various Configure nits by Philip Newton,
7210              plus the ebcdic one by me.
7211              
7212              Make certain cc is set before trying to run it.
7213              
7214              If overloaded %{} etc. return the object do not loop.
7215              Thus  sub deref { $_[0] } functions if object is wanted type.
7216              
7217              Update perlhist.
7218              
7219              More %{} and other deref special casing - do not pass to 'nomethod'.
7220      Branch: maint-5.6/perl
7221           !> (integrate 59 files)
7222 ____________________________________________________________________________
7223 [  8151] By: gsar                                  on 2000/12/17  19:14:38
7224         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
7225              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
7226              
7227              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
7228              
7229              Make the epsilon to be relative, not absolute.
7230              
7231              Put back the flags dump as reasoned in
7232              Subject: Re: [PATCH] Glob dumping
7233              
7234              Introduce ccname to keep track of what compiler kind of we have.
7235              
7236              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
7237              
7238              Put back the slice accidentally removed by #6907.
7239              
7240              Reset archname and archname64 always, forcing them be
7241              recomputed at each Configure run, make Configure and
7242              the hints files agree on the naming of largefiles variables.
7243              
7244              Don't say "Perl 5.0 source kit".
7245              
7246              Subject: [PATCH] fix misc cast warnings
7247              
7248              Subject: typos in pods
7249              
7250              NVs not necessarily doubles, as pointed out by Yitzchak.
7251              
7252              Subject: [PATCH 6889] add a few ldbl formats to configure.com
7253              
7254              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
7255              
7256              Better options for rsync.
7257              
7258              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
7259              
7260              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
7261              
7262              Subject: [PATCH] Re: UNTIE method 
7263              
7264              A better fix for the Socket building problem from Craig Berry.
7265              
7266              Retract the dummy test, skip the security tests (instead of failing),
7267              explain what the warnings mean.
7268              
7269              Heap decorruption.
7270              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
7271              
7272              Update to Unicode 3.0.1.
7273              
7274              Missed one Unicode file.
7275              
7276              Subject: Re: typos in pods
7277              
7278              The #6929 was too skimpy.
7279              
7280              sscanf() may be the only way to read long doubles from strings.
7281              
7282              Reveal Borland's isnan.
7283              Subject: build with BC++ tweak
7284              
7285              Issue useful diagnostic on unknown pod commands.
7286              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
7287              
7288              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
7289              
7290              Clarify the third case of ftmp-security warnings.
7291              
7292              Make -Dusemorebits find long doubles in Solaris.
7293              
7294              Wrap the test in eval.
7295      Branch: maint-5.6/perl
7296           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
7297           +> lib/unicode/PropList.txt lib/unicode/README.perl
7298           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
7299           +> lib/unicode/Unicode.301 vms/vmspipe.com
7300            - lib/unicode/Props.txt lib/unicode/UCD300.html
7301            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
7302           !> (integrate 305 files)
7303 ____________________________________________________________________________
7304 [  8150] By: jhi                                   on 2000/12/17  18:47:57
7305         Log: Uncheckedin generated files.
7306      Branch: perl
7307            ! global.sym perlapi.c pod/perlapi.pod
7308 ____________________________________________________________________________
7309 [  8149] By: jhi                                   on 2000/12/17  18:41:22
7310         Log: Update Changes.
7311      Branch: perl
7312            ! Changes patchlevel.h
7313 ____________________________________________________________________________
7314 [  8148] By: jhi                                   on 2000/12/17  18:39:16
7315         Log: Subject: [PATCH] Fcntl constants speedup
7316              From: Nicholas Clark <nick@ccl4.org>
7317              Date: Sun, 17 Dec 2000 16:29:24 +0000
7318              Message-ID: <20001217162924.E97668@plum.flirble.org>
7319              
7320              Use IVs for the Fcntl constants instead of NVs.
7321      Branch: perl
7322            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
7323 ____________________________________________________________________________
7324 [  8147] By: jhi                                   on 2000/12/17  18:33:41
7325         Log: Add test for #8145 (binmode() warning), add warning for
7326              ioctl() and sockpair(), document them. (fileno() cannot
7327              be tripwired with the same kind of warning because
7328              'defined fileno($foo)' seems to be an idiom.)
7329      Branch: perl
7330            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
7331 ____________________________________________________________________________
7332 [  8146] By: gsar                                  on 2000/12/17  18:09:08
7333         Log: update Changes
7334      Branch: maint-5.6/perl
7335            ! Changes
7336 ____________________________________________________________________________
7337 [  8145] By: jhi                                   on 2000/12/17  17:39:35
7338         Log: Subject: [PATCH] Re: The long awaited feature ...
7339              From: Simon Cozens <simon@cozens.net>
7340              Date: Sun, 17 Dec 2000 12:31:56 +0000
7341              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
7342              
7343              Add a warning to binmode() about using bad filehandles
7344              (can happen e.g. if someone forgets the filehandle argument)
7345      Branch: perl
7346            ! pp_sys.c
7347 ____________________________________________________________________________
7348 [  8144] By: jhi                                   on 2000/12/17  17:33:48
7349         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
7350              From: Jonathan Stowe <gellyfish@gellyfish.com>
7351              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
7352              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
7353      Branch: perl
7354            ! lib/Net/Ping.pm
7355 ____________________________________________________________________________
7356 [  8143] By: jhi                                   on 2000/12/17  05:31:37
7357         Log: Polymorphic regexps.
7358              
7359              Fixes at least the bugs 20001028.003 (both of them...) and
7360              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
7361              also to be fixed by now, probably already before this patch.
7362      Branch: perl
7363            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
7364            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
7365            ! t/op/utf8decode.t t/pragma/utf8.t
7366 ____________________________________________________________________________
7367 [  8142] By: jhi                                   on 2000/12/16  17:16:05
7368         Log: Subject: [patch perl@8102] dos/djgpp update
7369              From: Laszlo Molnar <ml1050@freemail.hu>
7370              Date: Sat, 16 Dec 2000 01:40:52 +0100
7371              Message-ID: <20001216014052.A335@freemail.hu>
7372      Branch: perl
7373            ! djgpp/config.over t/base/commonsense.t
7374 ____________________________________________________________________________
7375 [  8141] By: jhi                                   on 2000/12/16  17:09:27
7376         Log: Few uncheckedin files.
7377      Branch: perl
7378            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
7379 ____________________________________________________________________________
7380 [  8140] By: nick                                  on 2000/12/15  22:14:31
7381         Log: Integrate mainline
7382      Branch: perlio
7383           !> (integrate 53 files)
7384 ____________________________________________________________________________
7385 [  8139] By: jhi                                   on 2000/12/15  19:49:49
7386         Log: One more IVUV tweak from Nicholas Clark.
7387      Branch: perl
7388            ! sv.c
7389 ____________________________________________________________________________
7390 [  8138] By: jhi                                   on 2000/12/15  19:17:06
7391         Log: Return of the IVUV-preservation, now seems to be happy even
7392              in Digital UNIX (the broken strtoul brokenness detection
7393              seems to have been the fly in the ointment).
7394      Branch: perl
7395            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7396            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
7397            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
7398            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
7399            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7400            ! vos/config.ga.h win32/config.bc win32/config.gc
7401            ! win32/config.vc
7402 ____________________________________________________________________________
7403 [  8137] By: jhi                                   on 2000/12/15  18:12:14
7404         Log: Metaconfig unit change for #8136.
7405      Branch: metaconfig
7406            ! U/modified/d_strtoul.U
7407      Branch: metaconfig/U/perl
7408            ! d_strtoull.U d_strtouq.U
7409 ____________________________________________________________________________
7410 [  8136] By: jhi                                   on 2000/12/15  18:11:35
7411         Log: I don't think it's sensible or portable to test the strtou*
7412              on /^-/ strings.
7413      Branch: perl
7414            ! Configure
7415 ____________________________________________________________________________
7416 [  8135] By: jhi                                   on 2000/12/15  17:18:49
7417         Log: Metaconfig unit change for #8134.
7418      Branch: metaconfig
7419            ! U/modified/d_strtoul.U
7420 ____________________________________________________________________________
7421 [  8134] By: jhi                                   on 2000/12/15  17:14:13
7422         Log: If longsize is 8 we don't need a LL suffix for integer constants.
7423      Branch: perl
7424            ! Configure config_h.SH
7425 ____________________________________________________________________________
7426 [  8133] By: jhi                                   on 2000/12/15  16:00:23
7427         Log: Update Changes.
7428      Branch: perl
7429            ! Changes patchlevel.h
7430 ____________________________________________________________________________
7431 [  8132] By: jhi                                   on 2000/12/15  15:44:16
7432         Log: Some compilers get huffy if you do not cast a const pointer
7433              to a non-const when assigning.
7434      Branch: perl
7435            ! gv.c
7436 ____________________________________________________________________________
7437 [  8131] By: jhi                                   on 2000/12/15  15:38:30
7438         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
7439              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7440              Date: Fri, 15 Dec 2000 05:26:57 -0500
7441              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
7442      Branch: perl
7443            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
7444            ! t/pragma/overload.t
7445 ____________________________________________________________________________
7446 [  8130] By: jhi                                   on 2000/12/15  15:36:08
7447         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
7448              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7449              Date: Thu, 14 Dec 2000 22:02:43 -0500
7450              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
7451      Branch: perl
7452            ! gv.c perl.h
7453 ____________________________________________________________________________
7454 [  8129] By: jhi                                   on 2000/12/15  15:34:16
7455         Log: Subject: PATCH: h2xs nit
7456              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7457              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
7458              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
7459              
7460              Add a template README.
7461      Branch: perl
7462            ! utils/h2xs.PL
7463 ____________________________________________________________________________
7464 [  8128] By: jhi                                   on 2000/12/15  15:32:22
7465         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
7466      Branch: perl
7467            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
7468 ____________________________________________________________________________
7469 [  8127] By: jhi                                   on 2000/12/15  15:19:34
7470         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
7471              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7472              Date:     Thu, 14 Dec 2000 20:04:42 EST
7473              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
7474      Branch: perl
7475            ! ext/Opcode/Opcode.xs
7476 ____________________________________________________________________________
7477 [  8126] By: jhi                                   on 2000/12/15  15:17:49
7478         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
7479              From: Peter Prymmer <pvhp@forte.com>
7480              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
7481              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
7482      Branch: perl
7483            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
7484            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
7485            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
7486 ____________________________________________________________________________
7487 [  8125] By: jhi                                   on 2000/12/15  15:11:05
7488         Log: This seems to be a stage sane and stable enough to checkin.
7489              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
7490      Branch: perl
7491            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
7492            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
7493            ! t/op/cmp.t t/op/numconvert.t
7494 ____________________________________________________________________________
7495 [  8124] By: jhi                                   on 2000/12/15  04:20:26
7496         Log: Something is really wonky.
7497      Branch: perl
7498            ! sv.c
7499 ____________________________________________________________________________
7500 [  8123] By: jhi                                   on 2000/12/15  04:00:50
7501         Log: Fixes for the IV UV patches to compile in Digital UNIX.
7502      Branch: perl
7503            ! sv.c
7504 ____________________________________________________________________________
7505 [  8122] By: jhi                                   on 2000/12/15  02:53:40
7506         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
7507              From: "Craig A. Berry" <craigberry@mac.com>
7508              Date: Thu, 14 Dec 2000 19:10:49 -0600
7509              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
7510      Branch: perl
7511            ! vms/vms.c
7512 ____________________________________________________________________________
7513 [  8121] By: jhi                                   on 2000/12/15  02:50:00
7514         Log: Metaconfig changes for #8120.
7515      Branch: metaconfig
7516            + U/modified/d_strtoul.U
7517      Branch: metaconfig/U/perl
7518            ! d_strtoull.U d_strtouq.U
7519 ____________________________________________________________________________
7520 [  8120] By: jhi                                   on 2000/12/15  02:49:42
7521         Log: From: Nicholas Clark <nick@ccl4.org> 
7522              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
7523              Date: Thu, 14 Dec 2000 18:38:57 +0000
7524              Message-ID: <20001214183857.B97909@plum.flirble.org>
7525      Branch: perl
7526            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7527            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
7528            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
7529            ! vos/config.ga.def vos/config.ga.h win32/config.bc
7530            ! win32/config.gc win32/config.vc
7531 ____________________________________________________________________________
7532 [  8119] By: jhi                                   on 2000/12/14  23:40:58
7533         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
7534              From: Nicholas Clark <nick@ccl4.org>
7535              Date: Wed, 13 Dec 2000 20:08:50 +0000
7536              Message-ID: <20001213200849.B71166@plum.flirble.org>
7537      Branch: perl
7538            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
7539            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
7540 ____________________________________________________________________________
7541 [  8118] By: jhi                                   on 2000/12/14  22:46:26
7542         Log: Integrate perlio.
7543      Branch: perl
7544           !> MANIFEST ext/Encode/compile makedef.pl
7545 ____________________________________________________________________________
7546 [  8117] By: nick                                  on 2000/12/14  22:38:53
7547         Log: Win32 tweaks to get Encode to build
7548              - temp hack to makedef.pl till PerlIO is properly "exported".
7549              - MSVC dislikes  
7550              static encpage_t foo[];
7551              so make 'em extern for now.
7552      Branch: perlio
7553            ! ext/Encode/compile makedef.pl
7554 ____________________________________________________________________________
7555 [  8116] By: nick                                  on 2000/12/14  22:00:53
7556         Log: Document the new files
7557      Branch: perlio
7558            ! MANIFEST
7559 ____________________________________________________________________________
7560 [  8115] By: jhi                                   on 2000/12/14  21:58:01
7561         Log: MANIFEST new files of #8114.
7562      Branch: perl
7563            ! MANIFEST
7564 ____________________________________________________________________________
7565 [  8114] By: jhi                                   on 2000/12/14  21:50:49
7566         Log: Integrate perlio.
7567      Branch: perl
7568           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
7569           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
7570           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
7571           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
7572           !> ext/Encode/Makefile.PL
7573 ____________________________________________________________________________
7574 [  8113] By: jhi                                   on 2000/12/14  21:48:49
7575         Log: The documentation part of the
7576              
7577              Subject: [ID 20001214.002] Net::Ping patch
7578              From: Jonathan Stowe <gellyfish@gellyfish.com>
7579              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
7580              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
7581              since the #7529 had already addressed the same problem.
7582      Branch: perl
7583            ! lib/Net/Ping.pm
7584 ____________________________________________________________________________
7585 [  8112] By: jhi                                   on 2000/12/14  21:42:57
7586         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
7587              From: Dominic Dunlop <domo@computer.org>
7588              Date: Tue, 12 Dec 2000 10:47:10 +0100
7589              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
7590              
7591              Document how elusive subroutines can be.
7592      Branch: perl
7593            ! pod/perlfunc.pod
7594 ____________________________________________________________________________
7595 [  8111] By: jhi                                   on 2000/12/14  21:38:05
7596         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
7597              From: Dominic Dunlop <domo@computer.org>
7598              Date: Thu, 14 Dec 2000 10:13:51 +0100
7599              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
7600      Branch: perl
7601            ! ext/POSIX/POSIX.pod
7602 ____________________________________________________________________________
7603 [  8110] By: jhi                                   on 2000/12/14  21:36:32
7604         Log: Subject: [patch] perlfaq7
7605              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
7606              Date: Thu, 14 Dec 2000 15:31:07 +0100
7607              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
7608      Branch: perl
7609            ! pod/perlfaq7.pod
7610 ____________________________________________________________________________
7611 [  8109] By: jhi                                   on 2000/12/14  21:29:20
7612         Log: Subject: [8104] Encode
7613              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7614              Date: Thu, 14 Dec 2000 14:49:34 +0100
7615              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
7616              
7617              Type casting for nervous compilers.
7618      Branch: perl
7619            ! ext/Encode/Encode.xs
7620 ____________________________________________________________________________
7621 [  8108] By: jhi                                   on 2000/12/14  21:26:17
7622         Log: Subject: [8104] DB_File
7623              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7624              Date: Thu, 14 Dec 2000 14:49:35 +0100
7625              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
7626              
7627              Type definition incorrect for DB 2.7.7.  Not known when it
7628              changed, so only changed it for a known revision.
7629      Branch: perl
7630            ! ext/DB_File/DB_File.xs
7631 ____________________________________________________________________________
7632 [  8107] By: jhi                                   on 2000/12/14  21:23:41
7633         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
7634              From: Peter Prymmer <pvhp@forte.com>
7635              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
7636              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
7637              
7638              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
7639      Branch: perl
7640            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
7641            ! ext/Encode/Encode/posix-bc.enc
7642 ____________________________________________________________________________
7643 [  8106] By: nick                                  on 2000/12/14  20:36:13
7644         Log: "Cold" build correction to Encode's Makefile.PL
7645      Branch: perlio
7646            ! ext/Encode/Makefile.PL
7647 ____________________________________________________________________________
7648 [  8105] By: nick                                  on 2000/12/14  20:09:37
7649         Log: "Compiled" encodings.
7650              Correct replacement character in EBCDIC .enc files
7651              Add 0x7F to ASCII repertoire.
7652      Branch: perlio
7653            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
7654            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
7655            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
7656            ! ext/Encode/Makefile.PL ext/Encode/compile
7657            ! ext/Encode/encengine.c ext/Encode/encode.h
7658 ____________________________________________________________________________
7659 [  8104] By: nick                                  on 2000/12/14  00:38:20
7660         Log: Integrate mainline
7661      Branch: perlio
7662           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
7663           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
7664           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
7665           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
7666           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
7667           !> t/lib/db-hash.t t/lib/db-recno.t
7668 ____________________________________________________________________________
7669 [  8103] By: nick                                  on 2000/12/13  23:16:13
7670         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
7671              so far and so it does not get lost.
7672      Branch: perlio
7673            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
7674 ____________________________________________________________________________
7675 [  8102] By: jhi                                   on 2000/12/13  17:14:22
7676         Log: Update Changes.
7677      Branch: perl
7678            ! Changes patchlevel.h
7679 ____________________________________________________________________________
7680 [  8101] By: jhi                                   on 2000/12/13  16:53:41
7681         Log: Move the proto of start_glob() to a better place; regen api files.
7682      Branch: perl
7683            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
7684 ____________________________________________________________________________
7685 [  8100] By: jhi                                   on 2000/12/13  16:47:11
7686         Log: Metaconfig change for #8099.
7687      Branch: metaconfig
7688            ! U/modified/Head.U
7689 ____________________________________________________________________________
7690 [  8099] By: jhi                                   on 2000/12/13  16:46:48
7691         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
7692              From: Andy Dougherty <doughera@lafayette.edu>
7693              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
7694              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
7695      Branch: perl
7696            ! Configure
7697 ____________________________________________________________________________
7698 [  8098] By: jhi                                   on 2000/12/13  16:39:02
7699         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
7700              From: rspier@pobox.com (Robert Spier)
7701              Date: Tue, 12 Dec 2000 21:12:39 -0500
7702              Message-ID: <14902.56087.678086.725773@rls.cx>
7703              
7704              fastgetcwd is defined using a glob alias on a $^O dependent basis -
7705              and there was no default assignment or perl subroutine.
7706      Branch: perl
7707            ! lib/Cwd.pm
7708 ____________________________________________________________________________
7709 [  8097] By: jhi                                   on 2000/12/13  16:16:01
7710         Log: Subject: [PATCH] move startglob out of pp_hot.c
7711              From: Nicholas Clark <nick@ccl4.org>
7712              Date: Mon, 11 Dec 2000 23:16:39 +0000
7713              Message-ID: <20001211231638.A55550@plum.flirble.org>
7714      Branch: perl
7715            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
7716 ____________________________________________________________________________
7717 [  8096] By: jhi                                   on 2000/12/13  15:26:23
7718         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
7719              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
7720              Date: Wed, 13 Dec 2000 14:01:37 +0100
7721              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
7722              
7723              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
7724              in turn requires libpthread in libswanted.
7725      Branch: perl
7726            ! hints/hpux.sh
7727 ____________________________________________________________________________
7728 [  8095] By: jhi                                   on 2000/12/12  19:51:05
7729         Log: The integration wars continue.
7730      Branch: perl
7731           !> sv.c
7732 ____________________________________________________________________________
7733 [  8094] By: jhi                                   on 2000/12/12  19:48:26
7734         Log: Subject: [PATCH perl@8070] DB_File-1.74  
7735              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
7736              Date: Mon, 11 Dec 2000 23:07:17 -0000
7737              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
7738      Branch: perl
7739            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7740            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
7741            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
7742            ! t/lib/db-recno.t
7743 ____________________________________________________________________________
7744 [  8093] By: nick                                  on 2000/12/12  19:42:13
7745         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
7746      Branch: perlio
7747            ! sv.c
7748           !> lib/File/DosGlob.pm
7749 ____________________________________________________________________________
7750 [  8092] By: jhi                                   on 2000/12/12  19:28:11
7751         Log: Integrate perlio.
7752      Branch: perl
7753           !> sv.c
7754 ____________________________________________________________________________
7755 [  8091] By: nick                                  on 2000/12/12  18:49:45
7756         Log: Fix for Tk, and upgrading shared SVs.
7757      Branch: perlio
7758            ! sv.c
7759 ____________________________________________________________________________
7760 [  8090] By: jhi                                   on 2000/12/12  16:48:59
7761         Log: Subject: [PATCH] Re: Breadperl & Tk
7762              From: Nick Ing-Simmons <nik@tiuk.ti.com>
7763              Date: Tue, 12 Dec 2000 14:48:27 GMT
7764              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
7765      Branch: perl
7766            ! sv.c
7767 ____________________________________________________________________________
7768 [  8089] By: jhi                                   on 2000/12/12  03:37:19
7769         Log: Subject: DosGlob.pm diff for bash style brace expansion.
7770              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
7771              Date: Fri, 8 Dec 2000 10:45:30 -0600
7772              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
7773      Branch: perl
7774            ! lib/File/DosGlob.pm
7775 ____________________________________________________________________________
7776 [  8088] By: nick                                  on 2000/12/11  23:59:59
7777         Log: Integrate mainline
7778      Branch: perlio
7779           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
7780           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
7781           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
7782           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
7783           !> t/op/local.t t/pragma/warn/toke toke.c
7784 ____________________________________________________________________________
7785 [  8087] By: jhi                                   on 2000/12/11  23:20:23
7786         Log: Integrate perlio.
7787      Branch: perl
7788           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
7789 ____________________________________________________________________________
7790 [  8086] By: jhi                                   on 2000/12/11  22:50:59
7791         Log: Tune further the OS detection of CGI.
7792      Branch: perl
7793            ! lib/CGI.pm
7794 ____________________________________________________________________________
7795 [  8085] By: nick                                  on 2000/12/11  22:50:46
7796         Log: Finish 1st pass of "encoding" layer e.g. :
7797              open($fh,"<encoding(iso8859-7)",$greek) || die;
7798      Branch: perlio
7799            ! ext/Encode/Encode.xs perlio.c perliol.h
7800 ____________________________________________________________________________
7801 [  8084] By: jhi                                   on 2000/12/11  22:32:06
7802         Log: Revert the -f ambiguousity patch, seems to cause
7803              too much hassle (the interpret -Q as a function
7804              where Q is not a known filetest part is left in).
7805      Branch: perl
7806            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
7807            ! toke.c
7808 ____________________________________________________________________________
7809 [  8083] By: jhi                                   on 2000/12/11  22:27:23
7810         Log: (accidentally empty check-in)
7811      Branch: perl
7812            ! lib/File/DosGlob.pm
7813 ____________________________________________________________________________
7814 [  8082] By: nick                                  on 2000/12/11  19:09:51
7815         Log: Restore mmap function (broken by tweaks to shared buffer
7816              layer for encode(xxxx)).
7817      Branch: perlio
7818            ! perlio.c
7819 ____________________________________________________________________________
7820 [  8081] By: jhi                                   on 2000/12/11  18:29:13
7821         Log: Subject: Re: The long awaited feature ...
7822              From: Simon Cozens <simon@cozens.net>
7823              Date: Mon, 11 Dec 2000 15:54:24 +0000
7824              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
7825              
7826              More io/utf8 tests.
7827      Branch: perl
7828            ! t/io/utf8.t
7829 ____________________________________________________________________________
7830 [  8080] By: jhi                                   on 2000/12/11  18:19:36
7831         Log: Subject: PATCH MakeMaker manpage clarification
7832              From: andreas.koenig@anima.de (Andreas J. Koenig)
7833              Date: 10 Dec 2000 20:46:13 +0100
7834              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
7835      Branch: perl
7836            ! lib/ExtUtils/MakeMaker.pm
7837 ____________________________________________________________________________
7838 [  8079] By: jhi                                   on 2000/12/11  15:35:07
7839         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
7840              From: Simon Cozens <simon@cozens.net>
7841              Date: Sun, 10 Dec 2000 19:06:19 +0000
7842              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
7843      Branch: perl
7844            ! ext/B/B/Deparse.pm t/lib/b.t
7845 ____________________________________________________________________________
7846 [  8078] By: jhi                                   on 2000/12/11  15:09:11
7847         Log: Subject: [PATCH] docs on NaN
7848              From: Nicholas Clark <nick@ccl4.org>
7849              Date: Mon, 11 Dec 2000 01:48:38 +0000
7850              Message-ID: <20001211014838.B99205@plum.flirble.org>
7851      Branch: perl
7852            ! pod/perlop.pod
7853 ____________________________________________________________________________
7854 [  8077] By: jhi                                   on 2000/12/11  15:02:21
7855         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
7856              From: Simon Cozens <simon@cozens.net>
7857              Date: Mon, 11 Dec 2000 01:21:45 +0000
7858              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
7859      Branch: perl
7860            ! pp.c pp_hot.c scope.c t/op/local.t
7861 ____________________________________________________________________________
7862 [  8076] By: nick                                  on 2000/12/10  20:43:32
7863         Log: Not merge worthy...
7864              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
7865              syntax is modelled on attributes.
7866              Untested fix for io/utf8 on Win32 etc.
7867              Very clumsy start to the encode layer.
7868      Branch: perlio
7869            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
7870 ____________________________________________________________________________
7871 [  8075] By: jhi                                   on 2000/12/10  18:39:33
7872         Log: Darwin is not Windows.
7873      Branch: perl
7874            ! lib/CGI.pm
7875 ____________________________________________________________________________
7876 [  8074] By: jhi                                   on 2000/12/10  18:31:27
7877         Log: Subject: Ambiguous -%c() resolved as a file test
7878              From: "Paul Marquess" <Paul.Marquess@openwave.com>
7879              Date: Sun, 10 Dec 2000 15:35:07 -0000
7880              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
7881      Branch: perl
7882            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
7883 ____________________________________________________________________________
7884 [  8073] By: jhi                                   on 2000/12/10  18:16:29
7885         Log: Subject: PATCH installperl misinformed 
7886              From: andreas.koenig@anima.de (Andreas J. Koenig)
7887              Date: 10 Dec 2000 13:01:32 +0100 
7888              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
7889      Branch: perl
7890            ! installperl
7891 ____________________________________________________________________________
7892 [  8072] By: jhi                                   on 2000/12/10  18:07:55
7893         Log: The walkoptree confusion rages; walkoptree() seems to be coming
7894              from B.xs, while walkoptree_slow() comes from B.pm.
7895      Branch: perl
7896            ! ext/B/B.pm
7897 ____________________________________________________________________________
7898 [  8071] By: nick                                  on 2000/12/10  11:45:47
7899         Log: Integrate mainline
7900      Branch: perlio
7901           +> t/base/commonsense.t
7902           !> (integrate 37 files)
7903 ____________________________________________________________________________
7904 [  8070] By: jhi                                   on 2000/12/10  04:46:21
7905         Log: Update Changes.
7906      Branch: perl
7907            ! Changes patchlevel.h
7908 ____________________________________________________________________________
7909 [  8069] By: jhi                                   on 2000/12/10  04:39:19
7910         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
7911              From: andreas.koenig@anima.de (Andreas J. Koenig)
7912              Date: 09 Dec 2000 17:14:25 +0100
7913              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
7914      Branch: perl
7915            + t/base/commonsense.t
7916            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
7917 ____________________________________________________________________________
7918 [  8068] By: jhi                                   on 2000/12/10  04:17:36
7919         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
7920              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7921              Date: Sat, 9 Dec 2000 16:47:22 -0000
7922              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
7923      Branch: perl
7924            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
7925            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
7926            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
7927            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
7928            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
7929            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
7930            ! t/lib/sdbm.t
7931 ____________________________________________________________________________
7932 [  8067] By: jhi                                   on 2000/12/10  03:52:02
7933         Log: Test case for #8066.
7934      Branch: perl
7935            ! t/op/misc.t
7936 ____________________________________________________________________________
7937 [  8066] By: jhi                                   on 2000/12/10  03:50:30
7938         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
7939              From: Simon Cozens <simon@cozens.net>
7940              Date: Sun, 10 Dec 2000 00:55:37 +0000
7941              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
7942      Branch: perl
7943            ! pp_sys.c
7944 ____________________________________________________________________________
7945 [  8065] By: jhi                                   on 2000/12/10  03:44:52
7946         Log: Test case for #8064.
7947      Branch: perl
7948            ! t/comp/proto.t
7949 ____________________________________________________________________________
7950 [  8064] By: jhi                                   on 2000/12/10  03:42:32
7951         Log: Subject: Re: prototype of substr
7952              From: Simon Cozens <simon@cozens.net>
7953              Date: Sun, 10 Dec 2000 00:13:33 +0000
7954              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
7955              
7956              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
7957      Branch: perl
7958            ! pp.c
7959 ____________________________________________________________________________
7960 [  8063] By: jhi                                   on 2000/12/10  03:39:42
7961         Log: Subject: [PATCH] perlguts.pod
7962              From: Simon Cozens <simon@cozens.net>
7963              Date: Sun, 10 Dec 2000 00:06:47 +0000
7964              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
7965              
7966              Documentation of the different types of ops,
7967              plus the functions in dump.c
7968      Branch: perl
7969            ! pod/perlguts.pod
7970 ____________________________________________________________________________
7971 [  8062] By: jhi                                   on 2000/12/10  03:30:04
7972         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
7973              From: Nicholas Clark <nick@talking.bollo.cx>
7974              Date: Sat, 09 Dec 2000 18:57:25 +0000
7975              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
7976              
7977              Be more robust in weird hostname setups.
7978      Branch: perl
7979            ! t/lib/net-hostent.t
7980 ____________________________________________________________________________
7981 [  8061] By: jhi                                   on 2000/12/10  03:28:21
7982         Log: Pacify fussy compiler. 
7983      Branch: perl
7984            ! pp_sys.c
7985 ____________________________________________________________________________
7986 [  8060] By: jhi                                   on 2000/12/10  02:52:46
7987         Log: Integrate perlio.
7988      Branch: perl
7989           !> pp_sys.c t/io/utf8.t
7990 ____________________________________________________________________________
7991 [  8059] By: nick                                  on 2000/12/09  23:40:14
7992         Log: read/sysread/recv should now be utf8 aware.
7993              Basic test for utf8 read.
7994      Branch: perlio
7995            ! pp_sys.c t/io/utf8.t
7996 ____________________________________________________________________________
7997 [  8058] By: jhi                                   on 2000/12/09  21:56:02
7998         Log: Integrate perlio.
7999      Branch: perl
8000           +> t/io/utf8.t
8001           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
8002 ____________________________________________________________________________
8003 [  8057] By: jhi                                   on 2000/12/09  21:53:35
8004         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
8005              From: Inaba Hiroto <inaba@st.rim.or.jp>
8006              Date: Sun, 10 Dec 2000 05:53:21 +0900
8007              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
8008              
8009              Tests for #8056.
8010      Branch: perl
8011            ! t/op/each.t
8012 ____________________________________________________________________________
8013 [  8056] By: jhi                                   on 2000/12/09  21:51:16
8014         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
8015              From: Inaba Hiroto <inaba@st.rim.or.jp>
8016              Date: Sat, 09 Dec 2000 18:02:00 +0900
8017              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
8018              
8019              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
8020      Branch: perl
8021            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
8022 ____________________________________________________________________________
8023 [  8055] By: nick                                  on 2000/12/09  20:11:48
8024         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
8025              than raw PerlIO_write() - does not seem to break any tests.
8026      Branch: perlio
8027            ! pp_sys.c
8028 ____________________________________________________________________________
8029 [  8054] By: nick                                  on 2000/12/09  19:47:30
8030         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
8031              (sysread, recv and write i.e. formats still to do...)
8032              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
8033              open($fh,">:utf8","name")
8034              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
8035              so no extra overhead is involved.
8036              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
8037              to a non-utf8 stream.
8038              Add initial io/utf8.t
8039              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
8040              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
8041              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
8042      Branch: perlio
8043            + t/io/utf8.t
8044            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
8045 ____________________________________________________________________________
8046 [  8053] By: nick                                  on 2000/12/09  19:26:37
8047         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
8048              was only testing this_utf8.
8049      Branch: perlio
8050            ! toke.c
8051 ____________________________________________________________________________
8052 [  8052] By: nick                                  on 2000/12/09  19:09:41
8053         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
8054              i.e. the output string has one, but don't mess with source assumption.
8055      Branch: perlio
8056            ! toke.c
8057 ____________________________________________________________________________
8058 [  8051] By: jhi                                   on 2000/12/09  16:55:17
8059         Log: Integrate perlio.
8060      Branch: perl
8061           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
8062           !> sv.c thrdvar.h util.c
8063 ____________________________________________________________________________
8064 [  8050] By: jhi                                   on 2000/12/09  16:48:07
8065         Log: Nits noticed by Peter Prymmer.
8066      Branch: perl
8067            ! lib/ExtUtils/MM_VMS.pm
8068 ____________________________________________________________________________
8069 [  8049] By: nick                                  on 2000/12/09  13:49:40
8070         Log: UTF8 output prework.
8071              - Store $\ and $, as SVs so they can have SvUTF8 flag
8072              - use do_print() rather than raw PerlIO_write() to print them.
8073      Branch: perlio
8074            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
8075            ! thrdvar.h util.c
8076 ____________________________________________________________________________
8077 [  8048] By: nick                                  on 2000/12/09  12:30:43
8078         Log: Integrate mainline.
8079      Branch: perlio
8080           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
8081           +> t/op/reverse.t
8082           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
8083           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
8084           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
8085           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
8086           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
8087           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
8088 ____________________________________________________________________________
8089 [  8047] By: jhi                                   on 2000/12/09  00:23:27
8090         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
8091              From: Michael G Schwern <schwern@pobox.com>
8092              Date: Fri, 8 Dec 2000 14:43:04 -0600
8093      Branch: perl
8094            ! lib/ExtUtils/MM_VMS.pm
8095 ____________________________________________________________________________
8096 [  8046] By: jhi                                   on 2000/12/08  23:10:27
8097         Log: A missed check-in.
8098      Branch: perl
8099            ! lib/ExtUtils/Manifest.pm
8100 ____________________________________________________________________________
8101 [  8045] By: jhi                                   on 2000/12/08  21:57:12
8102         Log: (null check-in)
8103      Branch: perl
8104            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
8105 ____________________________________________________________________________
8106 [  8044] By: jhi                                   on 2000/12/08  21:11:06
8107         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
8108              at the final draft stage.
8109      Branch: perl
8110            + ext/Encode/Encode/iso8859-16.enc
8111            ! MANIFEST
8112 ____________________________________________________________________________
8113 [  8043] By: jhi                                   on 2000/12/08  16:39:04
8114         Log: Update Changes.
8115      Branch: perl
8116            ! Changes patchlevel.h
8117 ____________________________________________________________________________
8118 [  8042] By: jhi                                   on 2000/12/08  16:33:39
8119         Log: Do not return the Unicode replacement character if UTF-8
8120              decoding goes awry, it should be up to the caller to decide.
8121      Branch: perl
8122            ! pod/perlapi.pod utf8.c
8123 ____________________________________________________________________________
8124 [  8041] By: jhi                                   on 2000/12/08  16:22:28
8125         Log: metaconfig maintenance.
8126      Branch: metaconfig
8127            ! U/modified/stdchar.U
8128      Branch: metaconfig/U/perl
8129            + testsyml.U
8130 ____________________________________________________________________________
8131 [  8040] By: jhi                                   on 2000/12/08  16:03:08
8132         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
8133              From: sthoenna@efn.org
8134              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
8135              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
8136      Branch: perl
8137            ! Changes lib/ExtUtils/MM_OS2.pm
8138 ____________________________________________________________________________
8139 [  8039] By: jhi                                   on 2000/12/08  15:57:11
8140         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
8141              From: Simon Cozens <simon@cozens.net>
8142              Date: Fri, 8 Dec 2000 13:33:31 +0000
8143              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
8144              
8145              (The pp_hot part needed a rewrite.)
8146      Branch: perl
8147            ! doop.c pp_hot.c utf8.c
8148 ____________________________________________________________________________
8149 [  8038] By: jhi                                   on 2000/12/08  15:25:08
8150         Log: Subject: djSP
8151              From: Michael Stevens <michael@etla.org>
8152              Date: Wed, 6 Dec 2000 23:24:01 +0000
8153              Message-ID: <20001206232400.A21381@firedrake.org>
8154              
8155              Plus a note from Nick Ing-Simmons.
8156      Branch: perl
8157            ! pp.h
8158 ____________________________________________________________________________
8159 [  8037] By: jhi                                   on 2000/12/08  15:18:35
8160         Log: Filetype is text.
8161      Branch: perl
8162            ! t/op/utf8decode.t
8163 ____________________________________________________________________________
8164 [  8036] By: jhi                                   on 2000/12/08  03:31:27
8165         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
8166              From: Andy Dougherty <doughera@lafayette.edu>
8167              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
8168              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
8169              
8170              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
8171              From: Andy Dougherty <doughera@lafayette.edu>
8172              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
8173              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
8174      Branch: perl
8175            + ext/POSIX/hints/svr4.pl
8176            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
8177 ____________________________________________________________________________
8178 [  8035] By: jhi                                   on 2000/12/08  03:26:01
8179         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
8180              From: Andy Dougherty <doughera@lafayette.edu>
8181              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
8182              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
8183      Branch: perl
8184            ! t/README t/base/term.t
8185 ____________________________________________________________________________
8186 [  8034] By: jhi                                   on 2000/12/08  03:21:59
8187         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
8188              From: mjd@plover.com  
8189              Date: 7 Dec 2000 21:04:20 -0000
8190              Message-ID: <20001207210420.22282.qmail@plover.com>
8191              
8192              Plus -z doc.
8193      Branch: perl
8194            ! pod/perlfunc.pod
8195 ____________________________________________________________________________
8196 [  8033] By: jhi                                   on 2000/12/08  03:19:03
8197         Log: Use the UTF8 macros a bit.  They can't be used with abandon
8198              everywhere because we do generate illegal UTF-8 in some situations.
8199              This is of course naughty.
8200      Branch: perl
8201            ! pod/perlapi.pod utf8.c utf8.h
8202 ____________________________________________________________________________
8203 [  8032] By: jhi                                   on 2000/12/08  03:00:09
8204         Log: Out of sync?
8205      Branch: perl
8206            ! t/pragma/warn/utf8
8207 ____________________________________________________________________________
8208 [  8031] By: jhi                                   on 2000/12/08  02:22:39
8209         Log: Cnt spl.
8210      Branch: perl
8211            ! MANIFEST
8212 ____________________________________________________________________________
8213 [  8030] By: jhi                                   on 2000/12/08  01:23:54
8214         Log: Add test for reverse().
8215      Branch: perl
8216            + t/op/reverse.t
8217            ! MANIFEST
8218 ____________________________________________________________________________
8219 [  8029] By: jhi                                   on 2000/12/08  01:21:47
8220         Log: Integrate perlio.
8221      Branch: perl
8222           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
8223           !> perlio.c perlio.h perlsdio.h warnings.pl
8224 ____________________________________________________________________________
8225 [  8028] By: jhi                                   on 2000/12/08  01:19:08
8226         Log: Introduce macros for UTF8 decoding.
8227      Branch: perl
8228            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
8229 ____________________________________________________________________________
8230 [  8027] By: nick                                  on 2000/12/07  22:18:19
8231         Log: Integrate mainline
8232      Branch: perlio
8233           !> embed.pl pod/perlapi.pod utf8.c
8234 ____________________________________________________________________________
8235 [  8026] By: nick                                  on 2000/12/07  21:45:08
8236         Log: Various oddities p4 diff -se showed up
8237              Remove 'our' from warnings.pl
8238      Branch: perlio
8239            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
8240 ____________________________________________________________________________
8241 [  8025] By: nick                                  on 2000/12/07  21:43:32
8242         Log: Change PerlIO_(get|set)pos to take SV *
8243              Should fix, OS/2, VMS, (sfio??)
8244      Branch: perlio
8245            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
8246 ____________________________________________________________________________
8247 [  8024] By: jhi                                   on 2000/12/07  19:05:32
8248         Log: Document utf8_to_uv() better.
8249      Branch: perl
8250            ! pod/perlapi.pod utf8.c
8251 ____________________________________________________________________________
8252 [  8023] By: jhi                                   on 2000/12/07  18:23:47
8253         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
8254      Branch: perl
8255            ! embed.pl pod/perlapi.pod utf8.c
8256 ____________________________________________________________________________
8257 [  8022] By: jhi                                   on 2000/12/07  04:13:51
8258         Log: Integrate perlio.
8259      Branch: perl
8260           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
8261           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
8262           !> win32/makefile.mk
8263 ____________________________________________________________________________
8264 [  8021] By: nick                                  on 2000/12/07  00:28:14
8265         Log: Various attempts at MSVC debug - not sure what has
8266              changed but works now. 
8267              Seems atexit() _may_ work for DLLs built with MSVC so don't
8268              call cleanup that way.
8269      Branch: perlio
8270            ! perlio.c win32/makefile.mk
8271 ____________________________________________________________________________
8272 [  8020] By: nick                                  on 2000/12/06  19:57:20
8273         Log: Integrate mainline
8274      Branch: perlio
8275           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
8276           !> (integrate 75 files)
8277 ____________________________________________________________________________
8278 [  8019] By: nick                                  on 2000/12/06  19:28:21
8279         Log: Add useperlio to config.vc
8280              Turn off binmode in config_H.PL
8281              Regen all the config_H.xx
8282              Attempt to get debugging build with MSVC.
8283      Branch: perlio
8284            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8285            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
8286 ____________________________________________________________________________
8287 [  8018] By: nick                                  on 2000/12/06  19:21:57
8288         Log: Test various dup/external program options on all platforms.
8289      Branch: perlio
8290            ! t/io/dup.t
8291 ____________________________________________________________________________
8292 [  8017] By: nick                                  on 2000/12/06  19:20:47
8293         Log: Fix harness to be less picky
8294      Branch: perlio
8295            ! lib/Test/Harness.pm
8296 ____________________________________________________________________________
8297 [  8016] By: jhi                                   on 2000/12/06  16:45:12
8298         Log: Update Changes.
8299      Branch: perl
8300            ! Changes patchlevel.h
8301 ____________________________________________________________________________
8302 [  8015] By: jhi                                   on 2000/12/06  16:41:03
8303         Log: Test \x{...} with ord().
8304      Branch: perl
8305            ! t/op/ord.t
8306 ____________________________________________________________________________
8307 [  8014] By: jhi                                   on 2000/12/06  16:20:33
8308         Log: Test tweak because of #8013.
8309      Branch: perl
8310            ! t/lib/b.t
8311 ____________________________________________________________________________
8312 [  8013] By: jhi                                   on 2000/12/06  16:09:09
8313         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
8314              From: Michael G Schwern <schwern@pobox.com>
8315              Date: Tue, 5 Dec 2000 21:23:28 -0500
8316              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
8317              
8318              Carp::Heavy parts not very applicable because of recent changes.
8319      Branch: perl
8320            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
8321            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
8322            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
8323            ! lib/Exporter.pm lib/Exporter/Heavy.pm
8324            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
8325            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
8326            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
8327            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
8328            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
8329            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
8330            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
8331            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
8332            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
8333            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
8334            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
8335            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
8336            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
8337            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
8338            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
8339            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
8340            ! warnings.pl
8341 ____________________________________________________________________________
8342 [  8012] By: jhi                                   on 2000/12/06  15:22:38
8343         Log: Subject: [PATCH] Re: New harness is failing things
8344              From: Nick Ing-Simmons <nik@tiuk.ti.com>
8345              Date: Wed, 6 Dec 2000 13:00:30 GMT
8346              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
8347      Branch: perl
8348            ! lib/Test/Harness.pm
8349 ____________________________________________________________________________
8350 [  8011] By: jhi                                   on 2000/12/06  15:12:08
8351         Log: Subject: installhtml changes
8352              From: Michael Stevens <michael@etla.org>
8353              Date: Wed, 6 Dec 2000 13:15:53 +0000
8354              Message-ID: <20001206131553.A27317@firedrake.org>
8355      Branch: perl
8356            ! installhtml
8357 ____________________________________________________________________________
8358 [  8010] By: jhi                                   on 2000/12/06  15:06:05
8359         Log: Subject: the dTHR hits
8360              From: Michael Stevens <michael@etla.org>
8361              Date: Wed, 6 Dec 2000 12:06:03 +0000
8362              Message-ID: <20001206120603.A24581@firedrake.org>
8363              
8364              More, errrm, less dTHRs.
8365      Branch: perl
8366            ! bytecode.pl ext/B/B/C.pm
8367 ____________________________________________________________________________
8368 [  8009] By: jhi                                   on 2000/12/06  15:04:25
8369         Log: Subject: MakeMaker mailing list gone?
8370              From: Michael G Schwern <schwern@pobox.com>
8371              Date: Tue, 5 Dec 2000 19:29:59 -0500
8372              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
8373              
8374              The MakeMaker mailing list is dead, perlbug is the right
8375              address to report bugs.
8376      Branch: perl
8377            ! lib/ExtUtils/MakeMaker.pm
8378 ____________________________________________________________________________
8379 [  8008] By: jhi                                   on 2000/12/06  15:00:32
8380         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
8381              From: Michael G Schwern <schwern@pobox.com>
8382              Date: Tue, 5 Dec 2000 19:21:21 -0500
8383              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
8384              
8385              Add a default MANIFEST skip that ignores things like
8386              version control files, editor temporary files, and the Makefile.
8387      Branch: perl
8388            + lib/ExtUtils/MANIFEST.SKIP
8389            ! MANIFEST lib/ExtUtils/Manifest.pm
8390 ____________________________________________________________________________
8391 [  8007] By: jhi                                   on 2000/12/06  14:57:20
8392         Log: In Amiga more manual hackery of the scripts seems to be needed,
8393              from Jan-Erik Karlsson.  Why Configure does not get this right
8394              is unknown, may be shell-induced.
8395      Branch: perl
8396            ! README.amiga
8397 ____________________________________________________________________________
8398 [  8006] By: jhi                                   on 2000/12/05  23:53:12
8399         Log: Add TOPm1s to peek at the second topmost stack item.
8400      Branch: perl
8401            ! pp.h
8402 ____________________________________________________________________________
8403 [  8005] By: jhi                                   on 2000/12/05  23:13:55
8404         Log: Avaunt, you foul UTF-8 tests.
8405      Branch: perl
8406            ! t/op/ver.t t/pragma/utf8.t
8407 ____________________________________________________________________________
8408 [  8004] By: jhi                                   on 2000/12/05  23:09:54
8409         Log: Continue utf8 dispersal. 
8410      Branch: perl
8411            + t/op/concat.t
8412            ! MANIFEST t/pragma/utf8.t
8413 ____________________________________________________________________________
8414 [  8003] By: nick                                  on 2000/12/05  23:02:39
8415         Log: Integrate mainline.
8416      Branch: perlio
8417           +> t/op/length.t t/op/utf8decode.t
8418           !> (integrate 69 files)
8419 ____________________________________________________________________________
8420 [  8002] By: jhi                                   on 2000/12/05  22:59:28
8421         Log: Integrate perlio.
8422      Branch: perl
8423           !> iperlsys.h perl.c perlio.c win32/perllib.c
8424 ____________________________________________________________________________
8425 [  8001] By: nick                                  on 2000/12/05  22:07:52
8426         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
8427              - calloc/free suffer from damage on TerminateThread()
8428              - use PerlMemShared (as originally planned) now fixed
8429              - avoid doing anything important on DLL "detach".
8430      Branch: perlio
8431            ! perl.c perlio.c win32/perllib.c
8432 ____________________________________________________________________________
8433 [  8000] By: nick                                  on 2000/12/05  21:05:09
8434         Log: Fix gross PerlMemShared issue.
8435      Branch: perlio
8436            ! iperlsys.h
8437 ____________________________________________________________________________
8438 [  7999] By: jhi                                   on 2000/12/05  20:46:58
8439         Log: Test for Unicode (UTF-8) hash keys.
8440      Branch: perl
8441            ! t/op/each.t
8442 ____________________________________________________________________________
8443 [  7998] By: jhi                                   on 2000/12/05  20:30:35
8444         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
8445              is now always UTF-8), empty line cosmetics.
8446      Branch: perl
8447            ! t/pragma/utf8.t
8448 ____________________________________________________________________________
8449 [  7997] By: jhi                                   on 2000/12/05  20:15:40
8450         Log: Subject: Re: STRLEN - what?
8451              From: Andy Dougherty <doughera@lafayette.edu>
8452              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
8453              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
8454              
8455              Explain STRLEN.
8456      Branch: perl
8457            ! pod/perlguts.pod
8458 ____________________________________________________________________________
8459 [  7996] By: jhi                                   on 2000/12/05  20:13:34
8460         Log: Split off the UTF-8 decoder tests, make them to check also
8461              the error message.
8462      Branch: perl
8463            + t/op/utf8decode.t
8464            ! MANIFEST t/pragma/utf8.t utf8.c
8465 ____________________________________________________________________________
8466 [  7995] By: jhi                                   on 2000/12/05  16:39:47
8467         Log: Start migrating bits of pragma/utf8 to elsewhere
8468              (since the long term plan is to obsolete 'use utf8').
8469      Branch: perl
8470            + t/op/length.t
8471            ! MANIFEST t/pragma/utf8.t
8472 ____________________________________________________________________________
8473 [  7994] By: jhi                                   on 2000/12/05  16:30:21
8474         Log: Fix a manual edit typo from #7993, fix the message formatting
8475              for Unicode, add few our declarations.
8476      Branch: perl
8477            ! lib/Carp/Heavy.pm
8478 ____________________________________________________________________________
8479 [  7993] By: jhi                                   on 2000/12/05  16:09:15
8480         Log: Subject: Need help with warnings :-(
8481              From: "Ben Tilly" <ben_tilly@hotmail.com>
8482              Date: Tue, 05 Dec 2000 01:35:54 -0500
8483              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
8484              
8485              Subject: UPDATE: Carp/Heavy now passes all tests
8486              From: "Ben Tilly" <ben_tilly@hotmail.com>
8487              Date: Tue, 05 Dec 2000 07:59:41 -0500
8488              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
8489              
8490              The Brave New Carp.
8491      Branch: perl
8492            ! lib/Carp.pm lib/Carp/Heavy.pm
8493 ____________________________________________________________________________
8494 [  7992] By: jhi                                   on 2000/12/05  15:55:08
8495         Log: Subject: [PATCH perl@7979] cygwin port
8496              From: "Eric Fifer" <efifer@dircon.co.uk>
8497              Date: Tue, 5 Dec 2000 14:04:09 -0000
8498              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
8499      Branch: perl
8500            ! t/lib/net-hostent.t
8501 ____________________________________________________________________________
8502 [  7991] By: jhi                                   on 2000/12/05  15:52:34
8503         Log: Subject: Re: [PATCH] The largest hoax of all times?
8504              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8505              Date: Tue, 5 Dec 2000 00:40:25 -0500
8506              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
8507              
8508              Subject: Re: [PATCH] The largest hoax of all times?
8509              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8510              Date: Mon, 4 Dec 2000 23:55:53 -0500
8511              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
8512              
8513              Subject: Re: [PATCH] The largest hoax of all times?
8514              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8515              Date: Tue, 5 Dec 2000 01:28:45 -0500
8516              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
8517              
8518              Fix the unpredictable order of DESTROYs.
8519      Branch: perl
8520            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
8521            ! sv.c sv.h t/op/ref.t
8522 ____________________________________________________________________________
8523 [  7990] By: jhi                                   on 2000/12/05  14:38:53
8524         Log: Subject: [PATCH] shrink pp_hot fractionally
8525              From: Nicholas Clark <nick@ccl4.org>
8526              Date: Tue, 5 Dec 2000 12:44:31 +0000
8527              Message-ID: <20001205124431.E74518@plum.flirble.org>
8528              
8529              Use report_evil_fh().
8530      Branch: perl
8531            ! opcode.pl opnames.h pp_hot.c util.c
8532 ____________________________________________________________________________
8533 [  7989] By: jhi                                   on 2000/12/05  14:21:27
8534         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
8535              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8536              Date: Mon, 04 Dec 2000 22:21:59 -0800
8537              Message-ID: <HmIL6gzkgepS092yn@efn.org>
8538              
8539              Harness shouldn't ignore responses like "ok 3\r\r\n".
8540      Branch: perl
8541            ! lib/Test/Harness.pm
8542 ____________________________________________________________________________
8543 [  7988] By: jhi                                   on 2000/12/05  13:51:28
8544         Log: Integrate the "skip" messages to explain().
8545      Branch: perl
8546            ! t/lib/syslfs.t t/op/lfs.t
8547 ____________________________________________________________________________
8548 [  7987] By: jhi                                   on 2000/12/05  12:34:54
8549         Log: The one that got away in #7984.
8550              
8551              Subject: Re: dTHR - what and why?
8552              From: Michael Stevens <michael@etla.org> 
8553              Date: Tue, 5 Dec 2000 11:15:52 +0000
8554              Message-ID: <20001205111552.A4647@firedrake.org>
8555      Branch: perl
8556            ! sv.h
8557 ____________________________________________________________________________
8558 [  7986] By: gsar                                  on 2000/12/05  09:14:44
8559         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
8560              due to the notorious GetFileType() bug in Windows 9x, which fstat()
8561              tickles)
8562      Branch: perl
8563            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
8564 ____________________________________________________________________________
8565 [  7985] By: jhi                                   on 2000/12/05  05:49:03
8566         Log: Integrate perlio.
8567      Branch: perl
8568           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
8569           !> win32/perlhost.h win32/perllib.c
8570 ____________________________________________________________________________
8571 [  7984] By: jhi                                   on 2000/12/05  05:48:16
8572         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
8573      Branch: perl
8574            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
8575            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
8576            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
8577            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
8578            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
8579            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
8580            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
8581            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
8582            ! win32/win32.c
8583 ____________________________________________________________________________
8584 [  7983] By: nick                                  on 2000/12/04  23:27:43
8585         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
8586      Branch: perlio
8587            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
8588            ! win32/perlhost.h win32/perllib.c
8589 ____________________________________________________________________________
8590 [  7982] By: jhi                                   on 2000/12/04  19:44:09
8591         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
8592              uncovered by #7980.
8593      Branch: perl
8594            ! op.c
8595 ____________________________________________________________________________
8596 [  7981] By: jhi                                   on 2000/12/04  19:42:07
8597         Log: Subject: [PATCH] Trivial dump.c feature
8598              From: Simon Cozens <simon@cozens.net>
8599              Date: Mon, 4 Dec 2000 18:08:38 +0000
8600              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
8601              
8602              Show whether a constant is UTF-8.
8603      Branch: perl
8604            ! dump.c
8605 ____________________________________________________________________________
8606 [  7980] By: jhi                                   on 2000/12/04  19:36:51
8607         Log: UTF-8 hash keys, patch from Inaba Hiroto.
8608      Branch: perl
8609            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
8610 ____________________________________________________________________________
8611 [  7979] By: jhi                                   on 2000/12/04  17:36:28
8612         Log: Update Changes.
8613      Branch: perl
8614            ! Changes patchlevel.h
8615 ____________________________________________________________________________
8616 [  7978] By: jhi                                   on 2000/12/04  16:42:17
8617         Log: Retract #7977, still too volatile (the euphemism of the day
8618              for unfinished and buggy :-)
8619      Branch: perl
8620            ! doop.c hv.c pp.c sv.h
8621 ____________________________________________________________________________
8622 [  7977] By: jhi                                   on 2000/12/04  16:25:15
8623         Log: (Retracted by #7978, too shaky yet.)
8624              
8625              Subject: Re: utf8 in hash keys, implementor missing
8626              From: Simon Cozens <simon@cozens.net>
8627              Date: Sat, 2 Dec 2000 19:49:35 +0000
8628              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
8629              
8630              The first step at UTF-8 hash keys.
8631      Branch: perl
8632            ! doop.c hv.c pp.c sv.h
8633 ____________________________________________________________________________
8634 [  7976] By: jhi                                   on 2000/12/04  16:13:53
8635         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
8636              From: sthoenna@efn.org
8637              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
8638              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
8639      Branch: perl
8640            ! os2/os2.c perlio.c
8641 ____________________________________________________________________________
8642 [  7975] By: jhi                                   on 2000/12/04  16:05:25
8643         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
8644              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8645              Date: Thu, 30 Nov 2000 20:50:37 -0800
8646              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
8647      Branch: perl
8648            ! os2/os2.c
8649 ____________________________________________________________________________
8650 [  7974] By: jhi                                   on 2000/12/04  16:03:57
8651         Log: Subject: [PATCH] ++ 20% faster
8652              From: Nicholas Clark <nick@ccl4.org>
8653              Date: Mon, 4 Dec 2000 12:17:27 +0000
8654              Message-ID: <20001204121726.B52976@plum.flirble.org>
8655              
8656              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
8657      Branch: perl
8658            ! sv.c
8659 ____________________________________________________________________________
8660 [  7973] By: jhi                                   on 2000/12/04  16:00:48
8661         Log: 
8662              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
8663              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8664              Date: Mon, 04 Dec 2000 12:30:45 +0100
8665              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
8666              
8667              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
8668              library (getprotobyname and getprotobynumber are outversioned by
8669              the same calls in libc, at least for xlc version 3.
8670      Branch: perl
8671            ! hints/aix.sh
8672 ____________________________________________________________________________
8673 [  7972] By: jhi                                   on 2000/12/04  02:58:31
8674         Log: Integrate perlio.
8675      Branch: perl
8676           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
8677           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
8678           !> win32/win32.h win32/win32iop.h win32/win32thread.h
8679 ____________________________________________________________________________
8680 [  7971] By: nick                                  on 2000/12/04  00:24:33
8681         Log: Quieten some noise in Win32 builds:
8682              - win32.h is included after <sys/socket.h>, so need to 
8683              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
8684              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
8685      Branch: perlio
8686            ! doio.c perl.h toke.c win32/win32.h
8687 ____________________________________________________________________________
8688 [  7970] By: nick                                  on 2000/12/03  22:57:46
8689         Log: PERL_IMPLICIT_SYS compiles but does not work.
8690      Branch: perlio
8691            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
8692            ! win32/perlhost.h win32/perllib.c win32/win32.h
8693            ! win32/win32iop.h win32/win32thread.h
8694 ____________________________________________________________________________
8695 [  7969] By: jhi                                   on 2000/12/03  22:12:58
8696         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
8697              used to swash_init(), makes regprop() dumps more informative
8698              (+utf8::IsAlpha, -utf8::IsDigit, for example).
8699      Branch: perl
8700            ! regcomp.c regexec.c
8701 ____________________________________________________________________________
8702 [  7968] By: jhi                                   on 2000/12/03  21:39:56
8703         Log: Implement ANYOFUTF8 regprop() dumping.
8704      Branch: perl
8705            ! regcomp.c
8706 ____________________________________________________________________________
8707 [  7967] By: jhi                                   on 2000/12/03  20:57:19
8708         Log: Make uv_to_utf8() to zero-terminate its output buffer,
8709              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
8710      Branch: perl
8711            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
8712 ____________________________________________________________________________
8713 [  7966] By: nick                                  on 2000/12/03  18:41:21
8714         Log: Integrate mainline (STDCHAR)
8715      Branch: perlio
8716           !> Configure t/pragma/utf8.t
8717 ____________________________________________________________________________
8718 [  7965] By: jhi                                   on 2000/12/03  17:58:20
8719         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
8720      Branch: perl
8721            ! t/pragma/utf8.t
8722 ____________________________________________________________________________
8723 [  7964] By: jhi                                   on 2000/12/03  17:35:56
8724         Log: Integrate perlio.
8725      Branch: perl
8726           !> iperlsys.h perlio.c
8727 ____________________________________________________________________________
8728 [  7963] By: jhi                                   on 2000/12/03  17:33:55
8729         Log: Metaconfig unit change for #7962.
8730      Branch: metaconfig
8731            ! U/modified/stdchar.U
8732 ____________________________________________________________________________
8733 [  7962] By: jhi                                   on 2000/12/03  17:33:27
8734         Log: Untangle the <stdio.h> #include nest for the stdchar test,
8735              from Andy Dougherty.
8736      Branch: perl
8737            ! Configure
8738 ____________________________________________________________________________
8739 [  7961] By: nick                                  on 2000/12/03  16:53:00
8740         Log: Make iperlsys.h vector stdio not PerlIO.
8741      Branch: perlio
8742            ! iperlsys.h perlio.c
8743 ____________________________________________________________________________
8744 [  7960] By: nick                                  on 2000/12/03  14:43:01
8745         Log: Integrate mainline
8746      Branch: perlio
8747           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
8748           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
8749 ____________________________________________________________________________
8750 [  7959] By: jhi                                   on 2000/12/03  08:16:36
8751         Log: Use DO_UTF8().
8752      Branch: perl
8753            ! op.c
8754 ____________________________________________________________________________
8755 [  7958] By: jhi                                   on 2000/12/02  18:33:05
8756         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
8757              From: Mike Guy <mjtg@cam.ac.uk>         
8758              Date: Sat, 02 Dec 2000 17:27:13 +0000
8759              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
8760              
8761              An extraneous argument.
8762      Branch: perl
8763            ! toke.c
8764 ____________________________________________________________________________
8765 [  7957] By: jhi                                   on 2000/12/02  18:22:32
8766         Log: A missing hunk.
8767      Branch: perl
8768            ! t/lib/net-hostent.t
8769 ____________________________________________________________________________
8770 [  7956] By: jhi                                   on 2000/12/02  18:06:20
8771         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
8772              From: Nicholas Clark <nick@ccl4.org>
8773              Date: Sat, 2 Dec 2000 14:28:27 +0000
8774              Message-ID: <20001202142827.A12308@plum.flirble.org>
8775              
8776              Test robustness.
8777      Branch: perl
8778            ! t/lib/net-hostent.t
8779 ____________________________________________________________________________
8780 [  7955] By: jhi                                   on 2000/12/02  17:58:06
8781         Log: Metaconfig unit change for #7954.
8782      Branch: metaconfig
8783            ! U/modified/stdchar.U
8784 ____________________________________________________________________________
8785 [  7954] By: jhi                                   on 2000/12/02  17:54:32
8786         Log: An inconvenient hang would happen if the stdio _ptr wasn't
8787              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
8788              would be grepping stdin for all eternity for the _ptr.)
8789      Branch: perl
8790            ! Configure
8791 ____________________________________________________________________________
8792 [  7953] By: jhi                                   on 2000/12/02  00:07:15
8793         Log: Update Changes.
8794      Branch: perl
8795            ! Changes patchlevel.h
8796 ____________________________________________________________________________
8797 [  7952] By: jhi                                   on 2000/12/01  23:54:47
8798         Log: Subject: Re: long shell lines
8799              From: Andy Dougherty <doughera@lafayette.edu>
8800              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
8801              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
8802              
8803              Split overly long shell command lines.
8804      Branch: perl
8805            ! lib/ExtUtils/MM_Unix.pm
8806 ____________________________________________________________________________
8807 [  7951] By: jhi                                   on 2000/12/01  23:48:02
8808         Log: The metaconfig unit change for #7950.
8809      Branch: metaconfig
8810            + U/modified/stdchar.U
8811 ____________________________________________________________________________
8812 [  7950] By: jhi                                   on 2000/12/01  23:47:39
8813         Log: Try to find stdchar also from <stdio_impl.h>.
8814      Branch: perl
8815            ! Configure config_h.SH
8816 ____________________________________________________________________________
8817 [  7949] By: jhi                                   on 2000/12/01  23:46:45
8818         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
8819              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
8820              Date: Fri, 1 Dec 2000 16:26:08 -0500
8821              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
8822              
8823              Reword the diagnostic message.
8824      Branch: perl
8825            ! pod/perldiag.pod
8826 ____________________________________________________________________________
8827 [  7948] By: nick                                  on 2000/12/01  22:49:43
8828         Log: Integrate mainline (for s/y/m as sub names stuff).
8829      Branch: perlio
8830           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
8831           !> t/pragma/warn/toke toke.c
8832 ____________________________________________________________________________
8833 [  7947] By: jhi                                   on 2000/12/01  20:55:41
8834         Log: Integrate perlio.
8835      Branch: perl
8836           !> perlio.c perliol.h t/io/pipe.t
8837 ____________________________________________________________________________
8838 [  7946] By: jhi                                   on 2000/12/01  20:36:51
8839         Log: Upgrade to CPAN 1.59_51, from Andreas König.
8840      Branch: perl
8841            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
8842 ____________________________________________________________________________
8843 [  7945] By: nick                                  on 2000/12/01  20:31:32
8844         Log: Integrate mainline
8845      Branch: perlio
8846           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
8847           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
8848           +> t/lib/net-hostent.t
8849           !> (integrate 35 files)
8850 ____________________________________________________________________________
8851 [  7944] By: jhi                                   on 2000/12/01  20:23:29
8852         Log: Some help for 20001130.011.  Now one gets warnings like
8853              "Ambiguous -f() resolved as a file test ..."
8854      Branch: perl
8855            ! pod/perldiag.pod t/pragma/warn/toke toke.c
8856 ____________________________________________________________________________
8857 [  7943] By: jhi                                   on 2000/12/01  19:44:44
8858         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
8859              that also breaks using them as methods. 
8860      Branch: perl
8861            ! pod/perldiag.pod t/op/misc.t toke.c
8862 ____________________________________________________________________________
8863 [  7942] By: nick                                  on 2000/12/01  17:56:46
8864         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
8865              Make 'unix' pass most tests
8866              - do unread by temporary push of layer ("pending") holding unread chars
8867              - fast_gets is now based on per-handle flag
8868              - relax one of io/pipe.t tests to allow print to fail and close to
8869              succeed so that it passes on unbuffered "unix" layer.
8870              Remaining fail is sporadic and a genuine race condition between
8871              parent/child in fork test.
8872      Branch: perlio
8873            ! perlio.c perliol.h t/io/pipe.t
8874 ____________________________________________________________________________
8875 [  7941] By: jhi                                   on 2000/12/01  15:28:58
8876         Log: (Retracted by #7943.)
8877              
8878              Reserve the short named string operator names.
8879      Branch: perl
8880            ! pod/perldiag.pod t/op/misc.t toke.c
8881 ____________________________________________________________________________
8882 [  7940] By: jhi                                   on 2000/12/01  06:45:53
8883         Log: Get the three different space character classes right under utf8.
8884      Branch: perl
8885            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
8886            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
8887            ! regexec.c t/op/pat.t utf8.c
8888 ____________________________________________________________________________
8889 [  7939] By: jhi                                   on 2000/12/01  03:26:26
8890         Log: Two more tests that make no sense in UTF-8 since the test
8891              data is not in UTF-8.
8892      Branch: perl
8893            ! t/op/regexp.t
8894 ____________________________________________________________________________
8895 [  7938] By: jhi                                   on 2000/12/01  03:20:39
8896         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
8897              should it be required inside regexen?
8898      Branch: perl
8899            ! regcomp.c t/op/regmesg.t
8900 ____________________________________________________________________________
8901 [  7937] By: jhi                                   on 2000/12/01  02:58:53
8902         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
8903              stored and restored, and thusly was trounced by the utf8 swash
8904              routines.
8905      Branch: perl
8906            ! regcomp.c
8907 ____________________________________________________________________________
8908 [  7936] By: jhi                                   on 2000/11/30  20:41:39
8909         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
8910              Why the different platforms behave so differently (core dump vs
8911              no core dump) on this bug is a but of a mystery, but if I had to
8912              guess I would mumble something like 'alignment'.
8913      Branch: perl
8914            ! sv.c
8915 ____________________________________________________________________________
8916 [  7935] By: jhi                                   on 2000/11/30  16:17:02
8917         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
8918              From: Robin Barker <rmb1@cise.npl.co.uk>
8919              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
8920              Date: Thu, 30 Nov 2000 14:27:12 GMT
8921      Branch: perl
8922            ! perlio.c toke.c
8923 ____________________________________________________________________________
8924 [  7934] By: jhi                                   on 2000/11/30  16:04:49
8925         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
8926      Branch: perl
8927            ! t/lib/net-hostent.t
8928 ____________________________________________________________________________
8929 [  7933] By: jhi                                   on 2000/11/30  06:07:26
8930         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
8931              From: Peter Prymmer <pvhp@forte.com>
8932              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
8933              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
8934              
8935              In VMS the localhost may be LOCALHOST.
8936      Branch: perl
8937            ! t/lib/net-hostent.t
8938 ____________________________________________________________________________
8939 [  7932] By: jhi                                   on 2000/11/30  01:11:11
8940         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
8941              From: Peter Prymmer <pvhp@forte.com>
8942              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
8943              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
8944              
8945              plus regen perlapi.pod.
8946      Branch: perl
8947            ! pod/perlapi.pod utf8.c
8948 ____________________________________________________________________________
8949 [  7931] By: jhi                                   on 2000/11/30  01:06:19
8950         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
8951              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8952              Date:     Wed, 29 Nov 2000 17:15:11 EST
8953              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
8954      Branch: perl
8955            ! t/lib/filter-util.pl t/lib/filter-util.t
8956 ____________________________________________________________________________
8957 [  7930] By: jhi                                   on 2000/11/29  18:51:55
8958         Log: Update Changes.
8959      Branch: perl
8960            ! Changes patchlevel.h
8961 ____________________________________________________________________________
8962 [  7929] By: jhi                                   on 2000/11/29  18:50:55
8963         Log: Update the va_copy() metaconfig unit.
8964      Branch: metaconfig/U/perl
8965            ! need_va_copy.U
8966 ____________________________________________________________________________
8967 [  7928] By: jhi                                   on 2000/11/29  17:50:43
8968         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
8969              From: Dominic Dunlop <domo@computer.org>
8970              Date: Tue, 28 Nov 2000 16:41:57 +0100
8971              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
8972              
8973              Patch to catch a core dump in the Configure va_copy test.
8974      Branch: perl
8975            ! Configure config_h.SH
8976 ____________________________________________________________________________
8977 [  7927] By: jhi                                   on 2000/11/29  17:31:59
8978         Log: Retract #7921, the patch shouldn't be needed.
8979      Branch: perl
8980            ! sv.c
8981 ____________________________________________________________________________
8982 [  7926] By: jhi                                   on 2000/11/29  17:01:41
8983         Log: Make the Class::Struct import() wiser.
8984      Branch: perl
8985            ! lib/Class/Struct.pm t/lib/class-struct.t
8986 ____________________________________________________________________________
8987 [  7925] By: jhi                                   on 2000/11/29  16:36:33
8988         Log: All the core library users of Class::Struct seem to be
8989              using "use Class::Struct 'struct';" instead of the bare
8990              "use Class::Struct;", which isn't documented in Class::Struct.
8991              This can't be right.
8992      Branch: perl
8993            ! lib/File/stat.pm
8994 ____________________________________________________________________________
8995 [  7924] By: jhi                                   on 2000/11/29  16:32:15
8996         Log: A test works better if it has the right 1..$n output.
8997      Branch: perl
8998            ! t/lib/class-struct.t
8999 ____________________________________________________________________________
9000 [  7923] By: jhi                                   on 2000/11/29  16:29:11
9001         Log: Forgot to MANIFEST the new Net::hostent test.
9002      Branch: perl
9003            ! MANIFEST
9004 ____________________________________________________________________________
9005 [  7922] By: jhi                                   on 2000/11/29  16:27:49
9006         Log: Integrate perlio.
9007      Branch: perl
9008           !> iperlsys.h perlio.c
9009 ____________________________________________________________________________
9010 [  7921] By: jhi                                   on 2000/11/29  16:27:10
9011         Log: (Retracted by #7927.)
9012              
9013              Subject: [PATCH] Is infinity a number?
9014              From: Simon Cozens <simon@cozens.net>
9015              Date: Wed, 29 Nov 2000 14:48:20 +0000
9016              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
9017      Branch: perl
9018            ! sv.c
9019 ____________________________________________________________________________
9020 [  7920] By: jhi                                   on 2000/11/29  16:23:02
9021         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
9022              From: rspier@pobox.com (Robert Spier)
9023              Date: Wed, 29 Nov 2000 02:17:49 -0500
9024              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
9025              
9026              Add a test for Net::hostent.
9027      Branch: perl
9028            + t/lib/net-hostent.t
9029 ____________________________________________________________________________
9030 [  7919] By: jhi                                   on 2000/11/29  16:21:31
9031         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
9032              add a test for Class::Struct.
9033      Branch: perl
9034            + t/lib/class-struct.t
9035            ! MANIFEST lib/Class/Struct.pm
9036 ____________________________________________________________________________
9037 [  7918] By: jhi                                   on 2000/11/29  15:48:40
9038         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
9039              From: rspier@pobox.com (Robert Spier)
9040              Date: Wed, 29 Nov 2000 02:25:39 -0500
9041              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
9042              
9043              More checking in case someone has broken their services or
9044              protocol databases.
9045      Branch: perl
9046            ! ext/Sys/Syslog/Syslog.pm
9047 ____________________________________________________________________________
9048 [  7917] By: jhi                                   on 2000/11/29  15:46:25
9049         Log: Subject: [PATCH] $^O  win32 -> MSWin32
9050              From: rspier@pobox.com (Robert Spier)
9051              Date: Wed, 29 Nov 2000 02:17:38 -0500
9052              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
9053              
9054              plus similar nits for vms, err, VMS, and UNICOS.
9055      Branch: perl
9056            ! t/lib/syslfs.t t/op/lfs.t
9057 ____________________________________________________________________________
9058 [  7916] By: jhi                                   on 2000/11/29  15:42:51
9059         Log: Subject: [PATCH] Tokeniser debugging
9060              From: Simon Cozens <simon@cozens.net>
9061              Date: Wed, 29 Nov 2000 14:15:45 +0000
9062              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
9063      Branch: perl
9064            ! perl.c perl.h pod/perlrun.pod toke.c
9065 ____________________________________________________________________________
9066 [  7915] By: jhi                                   on 2000/11/29  15:41:36
9067         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
9068              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9069              Date: Wed, 29 Nov 2000 02:13:14 -0500
9070              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
9071              
9072              OUT keyword nits.
9073              
9074              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
9075              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9076              Date: Wed, 29 Nov 2000 03:09:04 -0500
9077              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
9078              
9079              OUT and IN_OUT documentation.
9080      Branch: perl
9081            ! lib/ExtUtils/xsubpp pod/perlxs.pod
9082 ____________________________________________________________________________
9083 [  7914] By: jhi                                   on 2000/11/29  03:35:01
9084         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
9085              From: John Tobey <jtobey@john-edwin-tobey.org>
9086              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
9087              Message-Id: <m140e1N-000FOoC@feynman.localnet>
9088              
9089              plus a performance speedup noticed by Sarathy.
9090      Branch: perl
9091            ! op.c
9092 ____________________________________________________________________________
9093 [  7913] By: jhi                                   on 2000/11/29  03:16:59
9094         Log: Use "1 while unlink" so that VMS gets clean, too.
9095      Branch: perl
9096            ! t/lib/filter-util.t
9097 ____________________________________________________________________________
9098 [  7912] By: jhi                                   on 2000/11/29  03:09:08
9099         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
9100              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9101              Date: Tue, 28 Nov 2000 03:27:09 -0500
9102              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
9103      Branch: perl
9104            ! lib/ExtUtils/xsubpp
9105 ____________________________________________________________________________
9106 [  7911] By: jhi                                   on 2000/11/29  03:06:30
9107         Log: This should have been part of #7872: no need to scan UTF-8
9108              until eternity.
9109      Branch: perl
9110            ! utf8.c
9111 ____________________________________________________________________________
9112 [  7910] By: jhi                                   on 2000/11/29  02:50:04
9113         Log: One more perltie.pod nit from Casey R. Tweten.
9114      Branch: perl
9115            ! pod/perltie.pod
9116 ____________________________________________________________________________
9117 [  7909] By: jhi                                   on 2000/11/29  02:44:23
9118         Log: Document the known sprintf test failures, exact standard
9119              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
9120      Branch: perl
9121            ! pod/perldelta.pod t/op/sprintf.t
9122 ____________________________________________________________________________
9123 [  7908] By: jhi                                   on 2000/11/29  02:36:23
9124         Log: Add the Encoding table format documentation.
9125      Branch: perl
9126            + ext/Encode/Encode/EncodeFormat.pod
9127            ! MANIFEST
9128 ____________________________________________________________________________
9129 [  7907] By: jhi                                   on 2000/11/29  02:07:24
9130         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
9131              From: "Casey R. Tweten" <crt@kiski.net>
9132              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
9133              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
9134              
9135              Subject: Re: [PATCH] Updating perltie.pod for arrays
9136              From: "Casey R. Tweten" <crt@kiski.net>
9137              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
9138              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
9139      Branch: perl
9140            ! pod/perltie.pod
9141 ____________________________________________________________________________
9142 [  7906] By: nick                                  on 2000/11/28  22:40:59
9143         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
9144      Branch: perlio
9145            ! iperlsys.h perlio.c
9146 ____________________________________________________________________________
9147 [  7905] By: nick                                  on 2000/11/28  22:04:34
9148         Log: Integrate mainline
9149      Branch: perlio
9150           !> (integrate 39 files)
9151 ____________________________________________________________________________
9152 [  7904] By: jhi                                   on 2000/11/28  16:44:43
9153         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
9154              From: Nicholas Clark <nick@babyhippo.co.uk>
9155              Date: Tue, 28 Nov 2000 11:16:57 +0000
9156              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
9157      Branch: perl
9158            ! pod/perlipc.pod
9159 ____________________________________________________________________________
9160 [  7903] By: jhi                                   on 2000/11/28  16:40:31
9161         Log: Subject: [PATCH] Updating perltie.pod for arrays
9162              From: "Casey R. Tweten" <crt@kiski.net>
9163              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
9164              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
9165      Branch: perl
9166            ! pod/perltie.pod
9167 ____________________________________________________________________________
9168 [  7902] By: jhi                                   on 2000/11/28  16:39:37
9169         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
9170              From: Robin Barker <rmb1@cise.npl.co.uk>
9171              Date: Mon, 27 Nov 2000 17:56:44 GMT
9172              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
9173      Branch: perl
9174            ! pod/perlfunc.pod t/op/split.t
9175 ____________________________________________________________________________
9176 [  7901] By: jhi                                   on 2000/11/28  16:28:04
9177         Log: setmode() is a DOSish-only thing.
9178      Branch: perl
9179            ! perlio.c
9180 ____________________________________________________________________________
9181 [  7900] By: jhi                                   on 2000/11/28  16:21:46
9182         Log: Subject: [PATCH] perlcc.PL cleanups
9183              From: Simon Cozens <simon@cozens.net>
9184              Date: Tue, 28 Nov 2000 12:44:35 +0000
9185              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
9186      Branch: perl
9187            ! utils/perlcc.PL
9188 ____________________________________________________________________________
9189 [  7899] By: gsar                                  on 2000/11/28  06:32:55
9190         Log: reintegrate files missed by change#7895
9191      Branch: maint-5.6/perl
9192           +> ext/ByteLoader/bytecode.h utils/Makefile
9193            - utils/perlbc.PL
9194 ____________________________________________________________________________
9195 [  7897] By: gsar                                  on 2000/11/27  18:22:47
9196         Log: can't integrate these two files, for some reason
9197      Branch: maint-5.6/perl
9198            - ext/ByteLoader/bytecode.h utils/Makefile
9199 ____________________________________________________________________________
9200 [  7895] By: gsar                                  on 2000/11/27  18:11:21
9201         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
9202              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
9203              6757..6890,6892..6901 from mainline
9204              
9205              Bytecompiler patches from Benjamin Stuhl.
9206              
9207              More bytecompiler.
9208              
9209              Subject: [PATCH blead] B:: missing dependency
9210              
9211              Subject: [PATCH: 6757] configure.com updates and syslog build
9212              
9213              Long double Gconvert fixes from Yitzchak Scott-Thoennes
9214              and Spider Boardman.
9215              
9216              Subject: [PATCH blead] nextchar() abuse misses an optimisation
9217              
9218              Long double fixes from Spider Boardman.
9219              
9220              Make the selection of NVff et al stricter.
9221              
9222              cSVOPo_*v things index into the current PL_curpad
9223              under ithreads, which is different from the curpad
9224              used by the XSUB.  (In other words, the code as-is
9225              before this patch wouldn't work under ithreads.)
9226              
9227              Be portable.
9228              
9229              VMS MMS (make) wants null action.
9230              
9231              Mac and other portability updates from Chris Nandor.
9232              
9233              Storable support, v-version fixes.
9234              Subject: CPAN.pm beta for testing available
9235              
9236              Portability fix from Hugo van der Sanden.
9237              
9238              Bad makefile.
9239              
9240              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
9241              
9242              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
9243              
9244              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
9245              
9246              Replace #6705 with a minimal doc patch.
9247              Subject: [PATCH 5.6.0] replace change #6705
9248              
9249              Drop the separate perlbc, perlcc -b should be enough.
9250              
9251              installperl couldn't tell whether it had run tests or not.
9252              Subject: [PATCH] Re: installperl and t/TEST
9253              
9254              Add silencer flags to installperl.
9255              Subject: [PATCH] Making installperl silent.
9256              
9257              Make "make install" by default silent.  A new "install-verbose"
9258              target is verbose.
9259              
9260              More liberal parsing of version numbers.
9261              Subject: Re: CPAN.pm beta for testing available
9262              
9263              Create directories in silence.
9264              Subject: [PATCH] Another silencer for MakeMaker
9265              
9266              DOS patches and portability/porting notes, from Tim Jenness.
9267              
9268              Make installman to recognize the silence flag -S.
9269              
9270              Actually do something with the silencer option.
9271              
9272              Continue silencing.
9273              
9274              Show the doc file, not the temp file.
9275              
9276              Regen perltoc.
9277              
9278              Subject: [PATCH] More silencing of installman.
9279              
9280              Better wording for the vec lvalue diagnostic.
9281              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
9282              
9283              Subject: [PATCH: 6805] several more tweaks to configure.com
9284              
9285              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
9286              
9287              Missing parts of 
9288              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
9289              
9290              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
9291              (applied slightly modified)
9292              
9293              installperl --verbose and --silent.
9294              Subject: Re: [PATCH] More silencing of installman.
9295              
9296              Add install-silent target.
9297              
9298              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
9299              the problem reported in
9300              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
9301              
9302              Tweak the sfio/useperlio logic, hopefully as wished in
9303              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
9304              
9305              One forgotten file from #6816.
9306              
9307              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
9308              
9309              Remove duplicately applied patch shards.
9310              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
9311              
9312              Support preserving extremely big/small angles.
9313              
9314              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
9315              
9316              Subject: [PATCH] installation not quite silent yet.
9317              
9318              Update the test count.
9319              
9320              Use UVxf, PTR2UV, NVff.
9321              
9322              Document PTR2XX and INT2PTR.
9323              
9324              no-install target a la make -n.
9325              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
9326              
9327              grep -e isn't portable.
9328              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
9329              
9330              Can't get the test to reliably work thanks to the
9331              inaccurateness of floating point.  "Resolves" bug ids
9332              20000826.003, 20000826.009, 20000826.010,
9333              
9334              Subject: installman buglet
9335              
9336              DJGPP update from Laszlo Molnar.
9337              
9338              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
9339              
9340              Passing -R in ldflags makes now it to appear in the default
9341              for lddlflags, just like with -L.
9342              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
9343              
9344              Test nit.
9345              
9346              Use the actual thread type, not the pointer-to-struct.
9347              
9348              Provice virtual $Config{ccflags_nolargefiles} etc. 
9349              
9350              display_format used as a class method without arguments was broken,
9351              reported in
9352              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
9353              
9354              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
9355              
9356              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
9357              
9358              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
9359              
9360              opmini.o may be left around if a build is interrupted.
9361              
9362              Typo in #6858.
9363              
9364              Fix for ID 20000828.001, long doubles were not formatted
9365              correctly (showed up in $], which stopped installing perl).
9366              
9367              An attempt to fix the problem reported in
9368              Subject: Building perl@6856 using gcc/AIX 4.3.3 
9369              I can't test this properly since the gcc installation I have
9370              access to seems to be botched (gcc is calling the AIX cpp,
9371              a losing proposition...)
9372              
9373              Add -ld to archname on long tr...double platforms.
9374              
9375              Subject: hv.h Doc Patch
9376              
9377              Potential cruft.
9378              
9379              Subject: [PATCH bleedperl@6856] warnings fixes
9380              
9381              -S is the silent flag, -s is the strip flag.
9382              Subject: [PATCH] Re: [PATCH] make no-install          
9383              
9384              Take out the SUIDMAIL thing, that will not be
9385              a problem in 5.7.*.
9386              
9387              Subject: [PATCH bleedperl@6866] spellings
9388              
9389              Subject: [PATCH] Re: files not cleaned even by veryclean
9390              
9391              Use minimal @INC in tests, most of the time just '../lib',
9392              so that we simply can't pick up stuff from other Perls than
9393              the one we are testing.  Pointed out by
9394              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
9395              
9396              Update to Getopt::Long 2.24, from Johan Vromans.
9397              
9398              Fix for thinko in #6848.
9399              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
9400              
9401              Patches all over for people and the files they (hopefully) care about.
9402              
9403              Subject: Net::protoent does not export 'getproto'
9404              
9405              Missed a change in #6869.
9406              
9407              Subject: [PATCH] Warnings in B::Deparse
9408              
9409              Subject: [PATCH] Glob dumping
9410              
9411              Disable one of the tests for now.
9412              
9413              Disabling the one test is a bit tricky.
9414              
9415              Don't forget to tidy up.
9416              
9417              The #6881 removed one dump line.
9418              
9419              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
9420              
9421              Under usethreads the dumped variable is IN_PAD.
9422              Subject: Re: [PATCH] Glob dumping
9423              
9424              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
9425              
9426              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
9427              
9428              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
9429              
9430              Regen Configure for #6894.
9431              
9432              Subject: [PATCH: 6889] updates to perlebcdic.pod
9433              
9434              Undo namespace pollution of #6878.
9435              Subject: Re: Net::protoent does not export 'getproto'
9436              
9437              Admit that we are leaking scalars.
9438              
9439              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
9440      Branch: maint-5.6/perl
9441           !> (integrate 271 files)
9442 ____________________________________________________________________________
9443 [  7894] By: gsar                                  on 2000/11/27  16:00:34
9444         Log: a couple of nits
9445      Branch: maint-5.6/perl
9446            ! MANIFEST pp_sys.c
9447 ____________________________________________________________________________
9448 [  7893] By: gsar                                  on 2000/11/27  15:10:56
9449         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
9450              6740..6745,6747..6757,6760
9451              
9452              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
9453              
9454              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
9455              
9456              Doc nits spotted by Richard Soderberg.
9457              
9458              move WNOHANG definition to where other such things are
9459              
9460              Make $Config{byteorder} more magical so that it is
9461              dynamically computed: nice for 'fat binaries'.
9462              Subject: [PATCH]: default byteorder
9463              
9464              Subject: [PATCH] Cwd.pm now uses strict
9465              
9466              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
9467              
9468              Get -DLEAKTEST to compile (not necessarily to work, mind)
9469              Subject: [ID 20000724.006] -DLEAKTEST problem
9470              
9471              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
9472              
9473              Add perlebcdic from Peter Prymmer, regen toc.
9474              
9475              Don't propose using modules built for 5.005 if no binary
9476              compatibility with 5.005 is attempted.
9477              
9478              Do not use prototyping here.
9479              Subject: [ID 20000817.016] [PATCH] Peek.xs
9480              
9481              Document what the backtick returns if the command fails.
9482              
9483              Add byteorder to the myconfig output.
9484              
9485              Introduce NVef, NVff, and NVgf, use the middle one.
9486              (helps for lib/peek + Linux + long doubles)  Reported in
9487              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
9488              Use NVs in POSIX math, not doubles.
9489              Subject: [ID 20000817.014] POSIX & modfl
9490              
9491              Subject: [PATCH 5.6.0+] newSVrv() memory leak
9492              
9493              The byteorder code in #6671 was wrong.
9494              
9495              Fix the lib/complex failure of
9496              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
9497              Linux long double accuracy issue: something that
9498              when printed with %g looks like "2" but int() of it is 1.
9499              
9500              Propagate new Configure vars.
9501              
9502              Unbuffer the output.
9503              
9504              Subject: [PATCH] perltrap.pod spring cleaning
9505              
9506              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
9507              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
9508              
9509              Tiny Getopt::Long patch from Johan Vromans.
9510              
9511              Document code point which makes if (defined %stash::) to work
9512              (noted by Spider Boardman).
9513              
9514              Subject: [PATCH perl@6698] cygwin port
9515              
9516              Document the NDBM_File and ODBM_File as SDBM_File
9517              was documented in #6417.
9518              
9519              The new tests were missing from #6415.
9520              
9521              Add [[:blank:]] as suggested in
9522              Subject: [ID 20000716.024] [=cc=] / [:blank:]
9523              (the [=cc=] has already been taken care of by #6439
9524              so the whole bug report can be closed)
9525              and make [[:space:]] to be equivalent to isspace(3)
9526              (as opposed to \s, which is isSPACE()).  The difference
9527              is that now [[:space:]] matches the mythical vertical tab,
9528              while \s doesn't.
9529              
9530              Don't eat leading os from index entries.
9531              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
9532              
9533              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
9534              
9535              Typo in pp_complement().
9536              Subject: [PATCH perl-current] Deparse
9537              
9538              Add warnif(), check warnings further up the stack,
9539              all the warnings functions now can take an optional object reference.
9540              Subject: [PATCH bleedperl@6691] warnings pragma update
9541              
9542              Fix a core dump in lib/selfloader under -DDEBUGGING.
9543              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
9544              
9545              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
9546              
9547              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
9548              
9549              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
9550              Put back the long double avoidance code to POSIX.xs
9551              because VMS seems to need it still.
9552              
9553              Introduce a 'veryclean' target that is like 'distclean'
9554              but also removes *~ and *.orig.
9555              
9556              Subject: [ID 20000817.023] endianness description in perlfunc.pod
9557              
9558              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
9559              
9560              Let's try #6717 again.
9561              
9562              UTF8 concat fixes.
9563              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
9564              
9565              pp_open() could pass an uninitialized filename down to do_open9().
9566              
9567              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
9568              
9569              Update to CGI 2.72, from Lincoln Stein.
9570              
9571              Subject: [PATCH] Silence MakeMaker (Was: installman)
9572              
9573              Use temporary directory instead of current directory.
9574              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
9575              
9576              Document odd vs even subreleases and -Dusedevel.
9577              
9578              The veryclean target needs to clobber.
9579              
9580              Use File::Spec->tmpdir().
9581              
9582              Document the number of exponent digits.
9583              
9584              Mention perlebcdic and perlposix-bc.
9585              
9586              s/this one/the 5.6.0 release/
9587              
9588              The #6724 is here.
9589              
9590              The correct cleaning order is an art.
9591              
9592              small tweaks for change#6705: avoid C++ style comments in C code;
9593              use Perl's malloc API rather than the low level system one
9594              
9595              Array context keeps slithering in.
9596              
9597              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
9598              
9599              Subject: [PATCH] os2.c fix for use64bitint
9600              
9601              Update to Pod::LaTeX 0.53.
9602              Subject: [PATCH] lib/Pod/LaTeX.pm updates
9603              
9604              Document the endianness of Alpha more precisely.
9605              
9606              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
9607              
9608              Rename the macro argument because some preprocessors
9609              can't tell the difference and expand arguments also inside
9610              double quoted strings.
9611              
9612              free TLS slot properly on Windows
9613              
9614              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
9615              
9616              Unicos/mk requires elaborate paranoia.
9617              
9618              Tweak the floating point output routine preferences.
9619              
9620              Also under djgpp the timestamps are funky.
9621              
9622              Apply some PodParser 1.18 patches; the Pod/Find.pm
9623              patches cannot be applied since #6712 conflicts.
9624              
9625              Use PodParser 1.18 new test.
9626              
9627              A pod nit.
9628              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
9629              
9630              Be verydeepclean.
9631      Branch: maint-5.6/perl
9632           +> pod/perlebcdic.pod
9633           !> (integrate 106 files)
9634 ____________________________________________________________________________
9635 [  7892] By: jhi                                   on 2000/11/27  15:02:32
9636         Log: Update Changes.
9637      Branch: perl
9638            ! Changes patchlevel.h
9639 ____________________________________________________________________________
9640 [  7891] By: jhi                                   on 2000/11/27  14:57:23
9641         Log: Subject: Re: perlfaq style changes
9642              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9643              Date: Sat, 25 Nov 2000 23:32:26 -0800
9644              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
9645              
9646              plus a note from Ronald Kimball.
9647      Branch: perl
9648            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
9649 ____________________________________________________________________________
9650 [  7890] By: jhi                                   on 2000/11/27  14:53:14
9651         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
9652              From: Benjamin Holzman <bah@ecnvantage.com>
9653              Date: Sun, 26 Nov 2000 16:27:33 -0500
9654              Message-ID: <20001126162733.J25040@ecnvantage.com>
9655      Branch: perl
9656            ! gv.c
9657 ____________________________________________________________________________
9658 [  7889] By: jhi                                   on 2000/11/27  14:43:11
9659         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
9660              From: lvirden@cas.org
9661              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
9662              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
9663      Branch: perl
9664            ! README.amiga
9665 ____________________________________________________________________________
9666 [  7888] By: jhi                                   on 2000/11/27  14:32:34
9667         Log: Restore also the locale test to no-sprintf-taint state.
9668              Fixes the bug 20001127.003.
9669      Branch: perl
9670            ! sv.c t/pragma/locale.t
9671 ____________________________________________________________________________
9672 [  7887] By: gsar                                  on 2000/11/27  14:13:05
9673         Log: integrate changes#6613..6616,6620..6665 from mainline
9674              
9675              VMS configure.com update continues.
9676              
9677              Subject: Test fails / warnings with perl-current #6612
9678              
9679              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
9680              
9681              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
9682              
9683              For now remove the mail code.
9684              
9685              Subject: Re: [PATCH] @+, @- readonly
9686              
9687              Subject: warning: storage class after type is obsolescent
9688              
9689              Subject: sfio2000
9690              
9691              Subject: Re: File::Temp problems on VMS in bleedperl
9692              
9693              README.os2 update.
9694              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
9695              
9696              Make the user to give up his firstborn, err, to knowingly
9697              verify installing an unstable developer release.  Also bump
9698              the release to 5.7.0, but leave a patch tag in the local
9699              patches saying that this is not yet the real thing.
9700              
9701              Update (kinda) to Test 1.14, from Joshua Pritikin.
9702              
9703              make ok etc also for win32.
9704              
9705              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
9706              
9707              Don't blow limited stacks, a lower number is enough to
9708              tickle the lookbehind limit.
9709              
9710              Use -Dusedevel; regen Configure and the respective Porting stuff.
9711              
9712              Subject: [PATCH] debugger exit code should reflect user exit code
9713              
9714              Subject: [PATCH perl@6620] cygwin port
9715              
9716              Missed a file from #6638.
9717              
9718              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)
9719              
9720              magic callbacks all need to have same type signature
9721              
9722              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
9723              
9724              Fix a dependency problem.
9725              Subject: [PATCH: 6640] VMS Makefile.SH update
9726              
9727              The numeric locale was reset to "C" by s?printf and never restored.
9728              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
9729              No test since adding the failing example to locale.t
9730              does not fail -- probably because the locale settings are so
9731              thoroughly tweaked by that time.  Running the example standalone
9732              does fail, though.  UPDATE: test case added at change #7540.
9733              
9734              Subject: [ID 20000324.040] minor fix to perlhpux.pod
9735              
9736              Update to CPAN 1.57.
9737              
9738              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
9739              
9740              Change the perlbug address to perl.org since it's more forgiving.
9741              
9742              Change the regx compilation error markers to use = instead of <
9743              since pod makes using the latter quite messy.  Reported in
9744              ID 20000814.006 by Abigail and in
9745              Subject: Unknown escape E<> ?
9746              
9747              Update to perldebtut 1.9, from Richard Foley.
9748              
9749              check that the number pseudo children doesn't exceed
9750              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
9751              the WaitForMultipleObjects() limit that would cause wait()
9752              to crash)
9753              wait() and waitpid() could potentially be rewritten to use
9754              more than one thread to do the waiting to eliminate this
9755              limitation
9756              
9757              change#6328 could make close(SOCKET) return false on windows
9758              when it shouldn't
9759              
9760              pod nit seen in passing
9761              
9762              on windows, the return values from wait() and waitpid() don't
9763              match those of pseudo-pids
9764              
9765              waitpid() now handles externally spawned pids correctly;
9766              fixes for backtick/wait/waitpid failures on Windows 9x
9767              these changes make the pid returned by process functions on
9768              Windows 9x always positive by clearing the high bit (which
9769              is always set on Win9x); pseudo-process PIDs are likewise
9770              always negative now on Win9x (just as on NT/2000)
9771              
9772              trailing new %ENV entries weren't being pushed into the real
9773              environment of subprocesses on Windows
9774              
9775              Tweak the regex compilation errors once more.
9776              
9777              avoid warnings from dense compiler
9778              
9779              add "ok" targets from change#6632 in makefile.mk
9780      Branch: maint-5.6/perl
9781            - lib/Pod/PlainText.pm vms/configure.com
9782           !> (integrate 66 files)
9783 ____________________________________________________________________________
9784 [  7886] By: jhi                                   on 2000/11/27  13:54:18
9785         Log: __FUNCTION__ isn't portable and trying to emulate it leads
9786              into practically spelling out the name of the function.
9787              Takes care of the bug 20001127.001.
9788      Branch: perl
9789            ! perlio.c
9790 ____________________________________________________________________________
9791 [  7885] By: gsar                                  on 2000/11/27  13:53:18
9792         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
9793              6610..6611 from mainline
9794              
9795              Make regular expression parse error messages easier to understand.
9796              Subject: Re: enhanced(?) regex error messages
9797              
9798              Tiny tidying on report_evil_fh().
9799              
9800              Subject: Re: enhanced(?) regex error messages 
9801              plus Capitalize the error messages, plus perldiag them.
9802              
9803              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
9804              
9805              Document here-doc better.
9806              
9807              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
9808              
9809              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
9810              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
9811              (either perlbug or p5p ate the original), plus regen
9812              perlapi and perltoc. 
9813              
9814              Regen global.sym.
9815              
9816              Double check that we have a dirhandle.
9817              
9818              Subject: Re: enhanced(?) regex error messages
9819              (plus two small patches sent privately)
9820              (this still seems to leave few test failures)
9821              
9822              warn is a macro, avoid using at a variable to avoid warnings
9823              in some configurations; readdir.t is too conservative in
9824              estimating number of *.t's
9825              
9826              Get back into sync with Jeffrey on the enhanced regex warnings.
9827              
9828              Subject: [PATCH 5.6.0] cygwin port
9829              
9830              Zero entries were skipped, fix from Adrian Goalby
9831              <argoalby@yahoo.co.uk>
9832              
9833              Subject: Remove dead entry in perldiag
9834              
9835              Amend the description of Perl6.
9836              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
9837              
9838              detypo
9839              
9840              It's the 2ndO'ROSSC.
9841              
9842              Revert the sv.c part of #6559, a better fix is needed.
9843              
9844              Iterating perl6 description.
9845              
9846              Update to Term::ANSIColor 1.03, from Russ Allbery.
9847              
9848              Update to Getopt::Long 2.23_05, from Johan Vromans.
9849              
9850              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
9851              
9852              Update to Pod::Parser 1.17, from Brad Appleton.
9853              
9854              Update to CPAN 1.56, from Andreas König.
9855              
9856              Update to CGI 2.70, from Lincoln Stein.
9857              
9858              Put back the std @INC thing.
9859              
9860              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
9861              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
9862              
9863              Document the IO::Select timeout.
9864              
9865              sleep(1) does not necessarily return 1.
9866              Subject: [PATCH bleadperl] op/lex_assign.t  
9867              
9868              Subject: debugger "d" command doesnt check line number
9869              
9870              B::Deparse didn't do sub attributes.
9871              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
9872              
9873              Preprocessing and postprocessing for File::Find.
9874              Subject: Patch to Find::File.pm to allow alphabetical results
9875              
9876              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
9877              
9878              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
9879              
9880              Subject: Re: [ID 20000730.003] utf8::length() bad
9881              
9882              Subject: Getting perlio and threads to compile
9883              (the Solaris version changes in Configure skipped)
9884              
9885              Tests for #6589.
9886              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
9887              
9888              Add Perl debugging tutorial, regen toc. 
9889              Subject: perldebtut.pod
9890              
9891              Add a few missing files, update MANIFEST.
9892              
9893              Rewrite of vms/subconfigure.com as configure.com,
9894              from Peter Prymmer and the vmsperl crew.
9895              
9896              Should have deleted this in #6603.
9897              
9898              Fix the test for 5005threads.
9899              
9900              Fix-n-skip the tests under 5005threads.
9901              
9902              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
9903              
9904              Upgrade to CGI 2.71, from Lincoln Stein.
9905      Branch: maint-5.6/perl
9906           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
9907           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
9908           +> t/op/regmesg.t t/pod/find.t vms/configure.com
9909            - vms/subconfigure.com
9910            ! lib/lib.pm
9911           !> (integrate 115 files)
9912 ____________________________________________________________________________
9913 [  7884] By: jhi                                   on 2000/11/27  13:44:33
9914         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
9915              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9916              Date:     Mon, 27 Nov 2000 08:23:54 EST
9917              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
9918      Branch: perl
9919            ! vms/descrip_mms.template vms/test.com
9920 ____________________________________________________________________________
9921 [  7883] By: gsar                                  on 2000/11/27  11:50:46
9922         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
9923              6511..6513,6515..6523,6525..6536
9924              
9925              The swallow_bom() saga continues.  The #23 of require.t
9926              (UTF16-LE) still fails (silently, no output) but the #22
9927              (UTF16-BE) seems to be working now.  The root of the
9928              failure may be in sv_gets(): is it UTF-16LE-aware,
9929              especially when it comes to line endings? 
9930              
9931              Document the problem with -P in HP-UX and its workaround.
9932              
9933              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
9934              (aka ID 20000730.002)
9935              
9936              Subject: fix and question re: waitpid() under win32
9937              
9938              Make the safety catch for buggy gccs work with triple version
9939              numbers like 2.95.2.  Reported in
9940              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
9941              
9942              In Digital UNIX warn if gcc explicitly chosen because even
9943              2.95.2 is known to cause problems.
9944              
9945              Make chr() for values >127 to create utf8 when under utf8.
9946              
9947              various syntax errors and such (not fixed: comp/require.t#22 coredump
9948              on Windows)
9949              
9950              Stash away the largefiles flags and libswanted.
9951              
9952              BOM patching from Simon Cozens.
9953              
9954              If gccosandvers is equal to osname, clear gccosandvers.
9955              
9956              Make p4desc to skip non-mainperl branches by default.
9957              
9958              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
9959              
9960              The test from this
9961              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
9962              
9963              In new BSDs changes to argv[] do not show up in ps(1) output,
9964              instead one must use setproctitle().  This was already addressed
9965              by change #6457, but the below has a new variant for FreeBSD 4.0
9966              or later, and the matter is also documented more.
9967              
9968              FreeBSD 3.* updates from
9969              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
9970              
9971              regen_headers, regen perltoc.
9972              
9973              Document in one place the memory abstractions used in Perl core.
9974              
9975              memcpy has n o in it, as pinted ut by Sarathy.
9976              
9977              Remove the extraneous "main::" prefix from all the
9978              "opened only for", "on closed", and "never opened" warnings.
9979              
9980              The name of a filehandle does not have <these>.
9981              
9982              The tr utf8 patching continues.
9983              
9984              The new setproctitle() feature is available only in 
9985              bleeding edge FreeBSD.  From Paul Saab.
9986              
9987              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
9988              
9989              Dump UVs as UVs in Data::Dumper.
9990              
9991              detypo #6494
9992              
9993              Document the IVdf UVuf UVof UVxf.
9994              
9995              require.t needs binmode() to work on windows
9996              
9997              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
9998              that are hopefully soon put into use.
9999              
10000              Allow "no Module;" even if there is no 'unimport'.
10001              
10002              Better skip message for the test; one of the two problems in
10003              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
10004              
10005              The subtest 4 may fail also on VOBS, as pointed out
10006              by Nick Ing-Simmons in November 1999, bug id 19991124.003
10007              (but the failure in that bug report isn't the subtest 4).
10008              
10009              Be more informative on what is skipped and why,
10010              also repeat the list at the end.
10011              
10012              Add a URL for FSF.
10013              
10014              Subject: [PATCH] sv.h documentation - SvLEN
10015              
10016              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
10017              
10018              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
10019              
10020              Subject: [PATCH] bad cppsymbols on os2 + Configure question
10021              
10022              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
10023              
10024              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
10025              mention the idea of @( and @)
10026              
10027              This is 6512.  Really.
10028              
10029              Subject: [ID 19990721.004] Documentation bug in perlfunc
10030              
10031              Subject: Minor tweak to perlvar.pod
10032              
10033              In the warnings call filehandles consistently so;
10034              add "unopened" warning for stat().
10035              
10036              After the #6519 a warning about stat() is just that,
10037              not about a filetest, which now have their own warning.
10038              
10039              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
10040              
10041              Subject: Re: Array vs. List context
10042              
10043              Subject: New perlcc, take 2
10044              
10045              Weed buglets pointed out by
10046              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
10047              
10048              gcc versions might have (parentheses) in them.
10049              
10050              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
10051              
10052              Essential prototype changes were missing from #6527.
10053              Also make report_evil_fh() more bomb-proof.
10054              
10055              Zap lib/Sys directory when cleaning up.
10056              
10057              Change the Policy policy: now -Dprefix= with an existing
10058              Policy.sh and prefix == siteprefix == vendorprefix, then all
10059              of them follow along the new prefix.
10060              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
10061              
10062              Continue fixing the io warnings.  This also
10063              sort of fixes bug ID 20000802.003: the core dump
10064              is no more.  Whether the current behaviour is correct
10065              (giving a warning: "Not a format reference"), is another matter.
10066              
10067              Have symbols for the IoTYPEs.
10068              
10069              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
10070              
10071              Document a bit that UDP is not what you might think.
10072              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
10073              tr memory corruption fix from Simon Cozens.
10074              
10075              Plug the security hole described in the Aug 05 2000 bugtraq message
10076              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
10077              The security hole exists only in suidperls, which isn't
10078              installed or even built by default.
10079      Branch: maint-5.6/perl
10080           !> (integrate 71 files)
10081 ____________________________________________________________________________
10082 [  7882] By: gsar                                  on 2000/11/27  10:25:36
10083         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
10084              from mainline
10085              
10086              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
10087              to be fatal errors (instead of by default ignoring them, and
10088              ignoring with a bug: even though -w gave an error, the opening [
10089              was left in)  Reported in:
10090              
10091              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
10092              
10093              Subject: [PATCH] split /^/
10094              
10095              MacOS nits from Matthias Neeracher.
10096              
10097              More split() doc and test patches from Mike Guy.
10098              
10099              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
10100              from Graham Barr in the module list.
10101              
10102              docfix from Peter Scott <Peter@PSDT.com>.
10103              
10104              File::Temp patches for VMS and OS/2 from Tim Jenness.
10105              
10106              open() wariness in perlbug.
10107              
10108              Subject: [PATCH] minor doc change - perlguts
10109              
10110              Subject: Minor doc patch: handy.h
10111              
10112              Be wary of close()s, too.
10113              
10114              Further File::Temp patches from Yitzchak Scott-Thoennes
10115              and Craig A. Berry.
10116              
10117              Subject: [PATCH] fixes bug 20000508.004
10118              
10119              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
10120              
10121              Allow "no AutoLoader;", based on change #6444,
10122              suggested by Graham Barr.
10123              
10124              Use setproctitle() if available to modify $0.
10125              
10126              Warn if the version of the operating system used to compile gcc
10127              differs from the current version of the operating system.
10128              Also display the gcc compilation os and version in myconfig.
10129              Inspiration from
10130              
10131              Tiny fixes for #6460.
10132              
10133              The problem described in this
10134              Subject: [ID 20000322.018] named chars aren't magical enough
10135              has been fixed in perl 5.6.0 but just in case added a test
10136              to keep it away.  (The report from Joseph Hall.)
10137              
10138              Tune the comments and hopefully stop a memory leak.
10139              
10140              Subject: UTF8 concat
10141              (with a memory leak fixed, plus a few casts added)
10142              This also seems to help for
10143              Subject: [ID 20000716.015] join UTF8 weirdness
10144              
10145              Do not upgrade SVs into utf8 just because they participate
10146              in eq or cmp.  Reported and fix suggested in
10147              Subject: [ID 20000720.009] sv_eq UTF8 bug
10148              
10149              Fix the HALF_UPGRADE() macro introduced in #6263.
10150              
10151              Find green threads before native threads.
10152              Subject: Re: Patch to jpl/JNI/Makefile.PL
10153      Branch: maint-5.6/perl
10154           !> (integrate 30 files)
10155 ____________________________________________________________________________
10156 [  7881] By: jhi                                   on 2000/11/27  05:48:41
10157         Log: It seems that *both* the unused submatch loop cleanup
10158              codes are needed.
10159      Branch: perl
10160            ! regexec.c
10161 ____________________________________________________________________________
10162 [  7880] By: jhi                                   on 2000/11/27  04:50:07
10163         Log: Clean .exists deeper.
10164      Branch: perl
10165            ! Makefile.SH
10166 ____________________________________________________________________________
10167 [  7879] By: jhi                                   on 2000/11/27  02:31:35
10168         Log: The code in regcppop() (see #7878) contains the correct lower
10169              limit for the unused submatch 'cleanup' loop so that under
10170              "use utf8" the following code wouldn't dump core:
10171              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
10172              the cleanup loop in regtry() stomped beyond allocated area
10173              in the startp[] array.  Therefore, copied the correct lower
10174              loop limit (*PL_reglastparen) to regtry().  Note: something
10175              may still not be quite right: why was the _higher_ loop limit
10176              (prog->nparens) different in the utf8 case?
10177              
10178              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
10179              without core dumps, there were about 17 of them before
10180              the patch (with us since Perl 5.7.0).  Two failures, still:
10181              496 and 505 (though these may not be severe).
10182              
10183              Patch #7881 is also needed since both the cleanup loops
10184              seem to be needed.
10185              
10186              Also, the t/op/pat#44 seems to core dump under utf8.
10187              Plus a couple of failures.  UGH-8.
10188      Branch: perl
10189            ! regexec.c
10190 ____________________________________________________________________________
10191 [  7878] By: jhi                                   on 2000/11/27  02:21:17
10192         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
10193              the code in regcppop() seems to be redundant for the test suite --
10194              but it contains a germ of truth, and it needed for the build
10195              process itself: see #7879 and #7881.
10196      Branch: perl
10197            ! regexec.c
10198 ____________________________________________________________________________
10199 [  7877] By: jhi                                   on 2000/11/27  01:53:09
10200         Log: Comment on comment.
10201      Branch: perl
10202            ! regexec.c
10203 ____________________________________________________________________________
10204 [  7876] By: jhi                                   on 2000/11/27  00:49:59
10205         Log: Adjust the docs to agree with #7875.
10206      Branch: perl
10207            ! pod/perllocale.pod
10208 ____________________________________________________________________________
10209 [  7875] By: jhi                                   on 2000/11/27  00:49:27
10210         Log: Retract #7863.  It makes more sense not to taint formatted output,
10211              not even by sprintf().
10212      Branch: perl
10213            ! sv.c
10214 ____________________________________________________________________________
10215 [  7874] By: jhi                                   on 2000/11/26  23:36:02
10216         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
10217              Not really fixed (should really dump the UTF-8 charclass),
10218              but stopped displaying the garbage.
10219              
10220              Also add a note on the (missing) Unicode PSXSPC and BLANK.
10221      Branch: perl
10222            ! regcomp.c
10223 ____________________________________________________________________________
10224 [  7873] By: jhi                                   on 2000/11/26  21:31:13
10225         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
10226      Branch: perl
10227            ! regexec.c
10228 ____________________________________________________________________________
10229 [  7872] By: jhi                                   on 2000/11/26  21:06:04
10230         Log: No need to scan till infinity, 13 is enough.
10231      Branch: perl
10232            ! handy.h utf8.c
10233 ____________________________________________________________________________
10234 [  7871] By: jhi                                   on 2000/11/26  20:20:32
10235         Log: Test line numbers are different with utf8.
10236      Branch: perl
10237            ! t/op/re_tests
10238 ____________________________________________________________________________
10239 [  7870] By: jhi                                   on 2000/11/26  20:10:12
10240         Log: Message nit.
10241      Branch: perl
10242            ! regcomp.c
10243 ____________________________________________________________________________
10244 [  7869] By: jhi                                   on 2000/11/26  19:01:05
10245         Log: Make utf8_length() and utf8_distance() (the latter of which
10246              is unused at the moment) to be less forgiving about bad UTF-8.
10247      Branch: perl
10248            ! embed.h embed.pl objXSUB.h proto.h utf8.c
10249 ____________________________________________________________________________
10250 [  7868] By: jhi                                   on 2000/11/26  18:45:56
10251         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
10252              From: Benjamin Holzman <bah@ecnvantage.com>
10253              Date: Sat, 25 Nov 2000 20:40:20 -0500       
10254              Message-ID: <20001125204020.A25040@ecnvantage.com>              
10255              
10256              Debian allows installing /usr/bin/locale without installing
10257              any locales, an error message will ensue.
10258      Branch: perl
10259            ! t/pragma/locale.t
10260 ____________________________________________________________________________
10261 [  7867] By: jhi                                   on 2000/11/26  18:31:12
10262         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
10263              From: Benjamin Holzman <bah@ecnvantage.com>
10264              Date: Sun, 26 Nov 2000 02:42:34 -0500
10265              Message-ID: <20001126024234.G25040@ecnvantage.com>
10266              
10267              Patch for the bug 20000212.002.
10268      Branch: perl
10269            ! sv.c t/op/array.t
10270 ____________________________________________________________________________
10271 [  7866] By: jhi                                   on 2000/11/26  18:28:09
10272         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
10273              From: Tim Jenness <t.jenness@jach.hawaii.edu>
10274              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
10275              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
10276              
10277              File::Temp 0.11.
10278      Branch: perl
10279            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
10280 ____________________________________________________________________________
10281 [  7865] By: jhi                                   on 2000/11/26  18:24:22
10282         Log: The metaconfig unit change for #7864.
10283      Branch: metaconfig/U/perl
10284            ! need_va_copy.U
10285 ____________________________________________________________________________
10286 [  7864] By: jhi                                   on 2000/11/26  18:23:41
10287         Log: Make the va_copy() test not to be so talkative.
10288      Branch: perl
10289            ! Configure config_h.SH
10290 ____________________________________________________________________________
10291 [  7863] By: jhi                                   on 2000/11/26  18:11:02
10292         Log: Fix locale inconsistencies unearthed by Hugo's work.
10293              Now the floating point sprintf really does taint the result
10294              string as perllocale promises (has promised for a long time)
10295              if "use locale" is in the lexical scope.
10296      Branch: perl
10297            ! sv.c t/pragma/locale.t
10298 ____________________________________________________________________________
10299 [  7862] By: jhi                                   on 2000/11/26  00:35:15
10300         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
10301              From: Nicholas Clark <nick@ccl4.org>
10302              Date: Sun, 26 Nov 2000 00:07:50 +0000
10303              Message-ID: <20001126000750.A22446@plum.flirble.org>
10304              
10305              Infinit.
10306      Branch: perl
10307            ! sv.c
10308 ____________________________________________________________________________
10309 [  7861] By: jhi                                   on 2000/11/26  00:01:26
10310         Log: Integrate perlio.
10311      Branch: perl
10312           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
10313 ____________________________________________________________________________
10314 [  7860] By: nick                                  on 2000/11/25  22:04:17
10315         Log: Correct relative path from new ext\Filter\Util\Call location
10316              back to miniperl.
10317      Branch: perlio
10318            ! win32/makefile.mk
10319 ____________________________________________________________________________
10320 [  7859] By: nick                                  on 2000/11/25  21:26:54
10321         Log: Integrate mainline.
10322      Branch: perlio
10323           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
10324           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
10325           +> t/lib/filter-util.t
10326            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
10327            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
10328            - t/lib/filt-util.t
10329           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
10330           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
10331           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
10332           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
10333           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
10334           !> win32/makefile.mk
10335 ____________________________________________________________________________
10336 [  7858] By: gsar                                  on 2000/11/25  20:52:17
10337         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
10338              parent's memory; fix it by keeping track of the actual pad
10339              offset rather than a raw pointer (this change is probably also
10340              relevant to non-ithreads case to avoid fallout from reallocs of
10341              the pad array, but is currently only enabled for the ithreads
10342              case in the interests of minimal disruption to existing "well
10343              tested" code)
10344      Branch: perl
10345            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
10346            ! proto.h scope.c scope.h sv.c t/op/fork.t
10347 ____________________________________________________________________________
10348 [  7857] By: nick                                  on 2000/11/25  20:01:28
10349         Log: All tests pass on Win32/gcc/USE_PERLIO.
10350              - when crlf layer is pushed make unix-level binary.
10351              - remove :crlf injection in pp_backtick in pp_sys.c
10352              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
10353      Branch: perlio
10354            ! doio.c perlio.c pp_sys.c win32/makefile.mk
10355 ____________________________________________________________________________
10356 [  7856] By: jhi                                   on 2000/11/25  18:38:30
10357         Log: Update the metaconfig units for #7855.
10358      Branch: metaconfig/U/perl
10359            ! useperlio.U usesocks.U
10360 ____________________________________________________________________________
10361 [  7855] By: jhi                                   on 2000/11/25  18:37:54
10362         Log: Undo the SOCKS workarounds, instead start using PerlIO
10363              if SOCKS is selected.
10364              
10365              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
10366              From: Jens Hamisch <jens@Strawberry.COM>
10367              Date: Fri, 24 Nov 2000 18:31:30 +0100
10368              Message-ID: <20001124183130.E28337@Strawberry.COM>
10369              
10370              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
10371              From: Jens Hamisch <jens@Strawberry.COM>
10372              Date: Fri, 24 Nov 2000 19:11:51 +0100
10373              Message-ID: <20001124191151.A28753@Strawberry.COM>
10374      Branch: perl
10375            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
10376            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
10377 ____________________________________________________________________________
10378 [  7854] By: jhi                                   on 2000/11/25  17:39:08
10379         Log: Undo #7848.  Some of the code seems to use walkoptree(),
10380              some walkoptree_slow().  An unfinished renaming?
10381              Now the sub is walkoptree() (which is @EXPORT_OK),
10382              the walkoptree_slow() is a typeglob alias to walkoptree.
10383              This makes the tests to pass, at least.
10384      Branch: perl
10385            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
10386 ____________________________________________________________________________
10387 [  7853] By: nick                                  on 2000/11/24  22:24:33
10388         Log: Re-arrange crlf vs binary for platforms that care.
10389              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
10390              Lip-service to making stdio layer work on such platfroms (untested).
10391              Now fails 3 tests rather than one, checkin to see if I can debug 
10392              the issue under linux. (Do not merge.)
10393      Branch: perlio
10394            ! doio.c perlio.c perliol.h
10395 ____________________________________________________________________________
10396 [  7852] By: jhi                                   on 2000/11/24  18:57:39
10397         Log: AUTHORS edits.
10398      Branch: perl
10399            ! AUTHORS
10400 ____________________________________________________________________________
10401 [  7851] By: jhi                                   on 2000/11/24  17:34:56
10402         Log: Add Jan-Erik Karlsson.
10403      Branch: perl
10404            ! AUTHORS
10405 ____________________________________________________________________________
10406 [  7850] By: jhi                                   on 2000/11/24  17:27:56
10407         Log: Configure should find stdchar on its own.
10408      Branch: perl
10409            ! hints/solaris_2.sh
10410 ____________________________________________________________________________
10411 [  7849] By: jhi                                   on 2000/11/24  17:24:55
10412         Log: Subject: PATCH over 7848: Filter test flawed
10413              From: andreas.koenig@anima.de (Andreas J. Koenig)
10414              Date: 24 Nov 2000 10:28:29 +0100
10415              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
10416      Branch: perl
10417            ! t/lib/filter-util.t
10418 ____________________________________________________________________________
10419 [  7848] By: jhi                                   on 2000/11/24  17:22:15
10420         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
10421              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
10422              Date: Fri, 24 Nov 2000 16:12:58 +0000
10423              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
10424      Branch: perl
10425            ! ext/B/B.pm
10426 ____________________________________________________________________________
10427 [  7847] By: jhi                                   on 2000/11/24  03:07:01
10428         Log: Integrate perlio.
10429      Branch: perl
10430           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
10431           !> win32/makefile.mk
10432 ____________________________________________________________________________
10433 [  7846] By: gsar                                  on 2000/11/24  00:55:57
10434         Log: integrate changes#6415..6418,6420..6438 from mainline
10435              
10436              Fix the bitvector ops for utf8 (tricky since past 7 bits
10437              the utf8 'characters' can be more than one octet).
10438              
10439              MPE/ix updates for perl 5.6.0 from Mark Bixby.
10440              
10441              Subject: SDBM_File documentation
10442              
10443              Detypo.
10444              
10445              Decutandpasto.
10446              
10447              Send all installperl messages to STDERR and be -w clean.
10448              
10449              Out-of-date note removed.
10450              
10451              Protect against "wild next"s, that is, callbacks doing "next"
10452              instead of "return".
10453              
10454              Use STDOUT consistently.
10455              
10456              The output might have been produced in the wrong order.
10457              
10458              A missing 'break' after the [[:space:]] switch case.
10459              
10460              Add tests for
10461              [ID 19991110.003] another matching finding by pcre author
10462              which has already been fixed by some patch, as verified in
10463              
10464              Documentation to explain the behaviour of map().
10465              
10466              Add an optimization for map-maps-a-list-element-to-more-list-elements
10467              case, but add also notes explaining the relationship of this
10468              patch and the earlier notes by Sarathy.
10469              
10470              Subject: [ID 20000716.023] syslog test fails without sockets
10471              
10472              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
10473              Test cases for #6431.
10474              
10475              File::Spec::VMS fixup for tmpdir from Craig Berry.
10476              
10477              Make the "uninit variable" warning to say "concat or string"
10478              or "join or string" when in concat or join .
10479              
10480              Get UTF16 BOMs working.  Patch from
10481              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
10482              
10483              Subject: [PATCH] Make large file tests deal with SIGXFSZ
10484              
10485              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
10486              
10487              Subject: [PATCH] av.c apidoc
10488      Branch: maint-5.6/perl
10489           !> (integrate 43 files)
10490 ____________________________________________________________________________
10491 [  7845] By: gsar                                  on 2000/11/24  00:20:45
10492         Log: integrate changes#6406..6414 from mainline
10493              
10494              Merge perlhacktut into perlhack, update perlguts.
10495              
10496              Fix AutoSplit to use File::Spec the right way in VMS,
10497              from Peter Prymmer.
10498              
10499              The bug report
10500              [ID 19991110.002] minimal matching discrepancy found by pcre author
10501              seems to have been fixed (though differently from what was suggested
10502              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
10503              
10504              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
10505              not in pod, from Peter Prymmer
10506              
10507              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
10508              From: Hugo <hv@crypt.compulink.co.uk>
10509              Date: Fri, 14 Jul 2000 23:05:20 +0100
10510              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
10511              
10512              Didn't anymore apply, but that point still could use another fix.
10513              
10514              lib/b test fixes from Peter Prymmer.
10515              
10516              More docs for sv functions.
10517              
10518              perlvms.pod whitespace cleanup to keep pod utils happy.
10519              
10520              another VMS build tweak from Peter Prymmer
10521      Branch: maint-5.6/perl
10522           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
10523           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
10524           !> vms/descrip_mms.template vms/perlvms.pod
10525 ____________________________________________________________________________
10526 [  7844] By: nick                                  on 2000/11/23  23:42:45
10527         Log: Win32/perlio Now just fails one io/argv.t test - lack 
10528              of default :crlf on standard streams.
10529      Branch: perlio
10530            ! doio.c perlio.c
10531 ____________________________________________________________________________
10532 [  7843] By: nick                                  on 2000/11/23  23:04:05
10533         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
10534              peek fail is showing a real problem (multiple crlf layers
10535              are getting pushed.)
10536      Branch: perlio
10537            ! doio.c perlio.c win32/makefile.mk
10538 ____________________________________________________________________________
10539 [  7842] By: nick                                  on 2000/11/23  19:46:23
10540         Log: Implement PerlIO_binmode()
10541              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
10542              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
10543              make binmode in t/lib/io_tell.t unconditional so that works.
10544              Checkin just so Win32 machine can see these changes.
10545      Branch: perlio
10546            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
10547 ____________________________________________________________________________
10548 [  7841] By: jhi                                   on 2000/11/23  19:30:00
10549         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
10550      Branch: perl
10551            ! README.amiga
10552 ____________________________________________________________________________
10553 [  7840] By: jhi                                   on 2000/11/23  17:18:02
10554         Log: SOCKS wrestling continues, patches from Jens Hamisch.
10555      Branch: perl
10556            ! doio.c embed.h embed.pl perlsdio.h proto.h
10557 ____________________________________________________________________________
10558 [  7839] By: jhi                                   on 2000/11/23  16:54:14
10559         Log: Push Filter::Util::Call one level deeper.
10560      Branch: perl
10561            + t/lib/filter-util.t
10562           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
10563           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
10564            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
10565            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
10566            - t/lib/filt-util.t
10567            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
10568            ! win32/Makefile win32/makefile.mk
10569 ____________________________________________________________________________
10570 [  7838] By: jhi                                   on 2000/11/23  16:52:40
10571         Log: Reach back one higher up when searching for PERL_SRC.
10572      Branch: perl
10573            ! lib/ExtUtils/MM_Unix.pm
10574 ____________________________________________________________________________
10575 [  7837] By: jhi                                   on 2000/11/23  16:05:41
10576         Log: Subject: Re: perl@7826
10577              Date: Thu, 23 Nov 2000 02:20:25 -0600
10578              From: "Craig A. Berry" <craigberry@mac.com>
10579              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
10580              
10581              Make VMS to like Filter::Util::Call. 
10582      Branch: perl
10583            ! configure.com ext/Filter/Util/Makefile.PL
10584 ____________________________________________________________________________
10585 [  7836] By: nick                                  on 2000/11/23  16:04:08
10586         Log: Implement crlf layer - not ready for merge.
10587      Branch: perlio
10588            ! perlio.c win32/makefile.mk
10589 ____________________________________________________________________________
10590 [  7835] By: jhi                                   on 2000/11/23  15:56:52
10591         Log: STDCHAR is different in Sparc v9 vs x86.
10592      Branch: perl
10593            ! hints/solaris_2.sh
10594 ____________________________________________________________________________
10595 [  7834] By: jhi                                   on 2000/11/23  15:50:47
10596         Log: The type needs to be visible to protos.
10597      Branch: perl
10598            ! perl.h
10599 ____________________________________________________________________________
10600 [  7833] By: jhi                                   on 2000/11/23  15:40:46
10601         Log: Finish unfinished SOCKS workaround changes.
10602      Branch: perl
10603            ! doio.c
10604 ____________________________________________________________________________
10605 [  7832] By: jhi                                   on 2000/11/23  15:33:30
10606         Log: Integrate perlio.
10607      Branch: perl
10608           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10609           !> win32/makefile.mk
10610 ____________________________________________________________________________
10611 [  7831] By: nick                                  on 2000/11/23  10:31:07
10612         Log: Correct makefile.mk dependancies for ext/Filter/Util
10613              Build ext/Encode
10614              Run dmake regen_config_h
10615      Branch: perlio
10616            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10617            ! win32/makefile.mk
10618 ____________________________________________________________________________
10619 [  7830] By: nick                                  on 2000/11/23  08:05:07
10620         Log: Integrate mainline
10621      Branch: perlio
10622           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
10623           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
10624           +> t/lib/filt-util.pl t/lib/filt-util.t
10625           !> (integrate 41 files)
10626 ____________________________________________________________________________
10627 [  7829] By: gsar                                  on 2000/11/23  03:07:11
10628         Log: build the Filter extension on windows
10629      Branch: perl
10630            ! win32/Makefile win32/makefile.mk
10631 ____________________________________________________________________________
10632 [  7828] By: gsar                                  on 2000/11/23  02:46:35
10633         Log: regenerate win32/config* and fix some inconsistencies in the
10634              makefiles; always export Perl_deb() because it is needed
10635              by ext/re/* (whether perl itself is built with -DDEBUGGING
10636              or not)
10637      Branch: perl
10638            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
10639            ! win32/config_H.vc win32/makefile.mk
10640 ____________________________________________________________________________
10641 [  7827] By: gsar                                  on 2000/11/23  02:18:38
10642         Log: get sources building on windows+MSVC again (untested with other
10643              compilers)
10644      Branch: perl
10645            ! win32/include/sys/socket.h win32/perllib.c
10646 ____________________________________________________________________________
10647 [  7826] By: jhi                                   on 2000/11/23  01:18:26
10648         Log: Update Changes.
10649      Branch: perl
10650            ! Changes patchlevel.h
10651 ____________________________________________________________________________
10652 [  7825] By: jhi                                   on 2000/11/23  00:20:41
10653         Log: Subject: Re: av.c patch (having slight problems)
10654              From: "Ben Tilly" <ben_tilly@hotmail.com>
10655              Date: Tue, 21 Nov 2000 23:29:31 -0500
10656              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
10657              
10658              unshift() speedup.
10659      Branch: perl
10660            ! av.c
10661 ____________________________________________________________________________
10662 [  7824] By: jhi                                   on 2000/11/22  23:59:15
10663         Log: Fixes for signedness warnings noticed by VMSperlers.
10664      Branch: perl
10665            ! ext/Storable/Storable.xs regcomp.c sv.c
10666 ____________________________________________________________________________
10667 [  7823] By: jhi                                   on 2000/11/22  23:19:31
10668         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
10669              From: Peter Prymmer <pvhp@forte.com>
10670              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
10671              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
10672      Branch: perl
10673            ! t/pragma/warn/pp_hot
10674 ____________________________________________________________________________
10675 [  7822] By: jhi                                   on 2000/11/22  22:52:20
10676         Log: Be clean.
10677      Branch: perl
10678            ! Makefile.SH
10679 ____________________________________________________________________________
10680 [  7821] By: jhi                                   on 2000/11/22  22:46:39
10681         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
10682              by Damian Conway, as suggested by Paul Marquess.
10683      Branch: perl
10684            + lib/Filter/Simple.pm
10685 ____________________________________________________________________________
10686 [  7820] By: jhi                                   on 2000/11/22  22:45:51
10687         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
10688      Branch: perl
10689            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
10690            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
10691            + t/lib/filt-util.t
10692            ! MANIFEST
10693 ____________________________________________________________________________
10694 [  7819] By: jhi                                   on 2000/11/22  22:03:27
10695         Log: Integrate perlio.
10696      Branch: perl
10697           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
10698           !> win32/makefile.mk
10699 ____________________________________________________________________________
10700 [  7818] By: jhi                                   on 2000/11/22  21:56:02
10701         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
10702      Branch: perl
10703            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
10704            ! t/lib/io_sock.t
10705 ____________________________________________________________________________
10706 [  7817] By: jhi                                   on 2000/11/22  21:39:49
10707         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
10708              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10709              Date: Wed, 22 Nov 2000 16:08:12 -0500
10710              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
10711      Branch: perl
10712            ! lib/ExtUtils/Liblist.pm
10713 ____________________________________________________________________________
10714 [  7816] By: jhi                                   on 2000/11/22  21:38:25
10715         Log: Go ahead and #include <unistd.h> in perl.h.
10716      Branch: perl
10717            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
10718            ! util.c
10719 ____________________________________________________________________________
10720 [  7815] By: jhi                                   on 2000/11/22  21:22:52
10721         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
10722              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10723              Date: Mon, 20 Nov 2000 18:30:52 -0500
10724              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
10725      Branch: perl
10726            ! pod/perlre.pod regcomp.c t/op/re_tests
10727 ____________________________________________________________________________
10728 [  7814] By: jhi                                   on 2000/11/22  21:21:46
10729         Log: Subject: [PATCH 5.7.0] Liblist finally works
10730              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10731              Date: Tue, 21 Nov 2000 22:02:17 -0500
10732              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
10733      Branch: perl
10734            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
10735            ! lib/ExtUtils/MakeMaker.pm
10736 ____________________________________________________________________________
10737 [  7813] By: jhi                                   on 2000/11/22  21:20:23
10738         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
10739              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10740              Date: Wed, 22 Nov 2000 17:53:15 +0100
10741              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
10742              
10743              AIX dynaloader and perlio patch.
10744      Branch: perl
10745            ! ext/DynaLoader/dl_aix.xs
10746 ____________________________________________________________________________
10747 [  7812] By: jhi                                   on 2000/11/22  21:17:52
10748         Log: (Accidentally empty patch.)
10749      Branch: perl
10750            ! av.c
10751 ____________________________________________________________________________
10752 [  7811] By: jhi                                   on 2000/11/22  21:16:31
10753         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
10754              From: Peter Prymmer <pvhp@forte.com>
10755              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
10756              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
10757      Branch: perl
10758            ! vms/test.com
10759 ____________________________________________________________________________
10760 [  7810] By: jhi                                   on 2000/11/22  21:15:36
10761         Log: Subject: Re: perl@7777 
10762              From: "John P. Linderman" <jpl@research.att.com>
10763              Date: Wed, 22 Nov 2000 13:11:11 -0500
10764              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
10765              
10766              Detypoing.
10767      Branch: perl
10768            ! lib/CPAN.pm
10769 ____________________________________________________________________________
10770 [  7809] By: jhi                                   on 2000/11/22  21:14:19
10771         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
10772              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10773              Date:     Wed, 22 Nov 2000 13:51:37 EST
10774              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
10775      Branch: perl
10776            ! perlsdio.h
10777 ____________________________________________________________________________
10778 [  7808] By: jhi                                   on 2000/11/22  21:13:27
10779         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
10780              From: Casey Tweten <crt@kiski.net>
10781              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
10782              Message-Id: <200011201653.LAA10194@home.kiski.net>
10783      Branch: perl
10784            ! t/lib/io_udp.t
10785 ____________________________________________________________________________
10786 [  7807] By: jhi                                   on 2000/11/22  21:12:35
10787         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
10788              From: Casey Tweten <crt@kiski.net>
10789              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
10790              Message-Id: <200011201636.LAA07227@home.kiski.net>
10791      Branch: perl
10792            ! t/lib/io_sock.t
10793 ____________________________________________________________________________
10794 [  7806] By: jhi                                   on 2000/11/22  21:10:59
10795         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
10796              From: "Casey R. Tweten" <crt@kiski.net>
10797              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
10798              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
10799      Branch: perl
10800            ! utils/h2xs.PL
10801 ____________________________________________________________________________
10802 [  7805] By: nick                                  on 2000/11/22  21:05:06
10803         Log: Integrate mainline
10804      Branch: perlio
10805           !> Changes Porting/genlog ext/DB_File/DB_File.xs
10806           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
10807           !> utils/perlbug.PL
10808 ____________________________________________________________________________
10809 [  7804] By: jhi                                   on 2000/11/22  21:01:12
10810         Log: Subject: [PATCH] Test.pm POD peculiarity
10811              From: "Casey R. Tweten" <crt@kiski.net>
10812              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
10813              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
10814      Branch: perl
10815            ! lib/Test.pm
10816 ____________________________________________________________________________
10817 [  7803] By: jhi                                   on 2000/11/22  20:59:59
10818         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
10819              From: "Philip Newton" <pnewton@gmx.de>
10820              Date: Wed, 22 Nov 2000 14:25:53 +0100
10821              Message-Id: <3A1BD771.25462.1939FAD@localhost>
10822              
10823              Be case-understanding also on 's', and use the -oi of sendmail
10824              not to terminate the transmission on a lone '.'.
10825      Branch: perl
10826            ! utils/perlbug.PL
10827 ____________________________________________________________________________
10828 [  7802] By: nick                                  on 2000/11/22  20:51:42
10829         Log: Win32 PerlIO intermediate state now working as expected.
10830              - In current state we are still using C runtime in text/binary
10831              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
10832              - PERLIO=stdio and PERLIO=unix pass all expected tests.
10833              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
10834              and PerlIO_seek() and the dummy crlf layer is not making adjustments
10835              for CRLF translation happening in C runtime. All other tests pass.
10836              
10837              Added note to README.win32 to point out the snags of doing a perl build
10838              with Norton AntiVirus turned on.
10839              
10840              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
10841              which file a fail comes from.
10842              
10843              Updated "canned" config.h to match the one generated.
10844      Branch: perlio
10845            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
10846            ! win32/makefile.mk
10847 ____________________________________________________________________________
10848 [  7801] By: jhi                                   on 2000/11/22  06:50:20
10849         Log: Nickety nits.
10850      Branch: perl
10851            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
10852 ____________________________________________________________________________
10853 [  7800] By: jhi                                   on 2000/11/22  01:29:55
10854         Log: Changes had accidentally gone too silent on non-main branches.
10855      Branch: perl
10856            ! Changes Porting/genlog patchlevel.h
10857 ____________________________________________________________________________
10858 [  7799] By: gsar                                  on 2000/11/22  01:02:56
10859         Log: some lib_pm.PL changes snuck in via change#7772
10860      Branch: maint-5.6/perl
10861            ! Makefile.SH
10862 ____________________________________________________________________________
10863 [  7798] By: nick                                  on 2000/11/21  21:59:40
10864         Log: Integrate mainline
10865      Branch: perlio
10866           !> (integrate 28 files)
10867 ____________________________________________________________________________
10868 [  7797] By: jhi                                   on 2000/11/21  21:01:45
10869         Log: Integrate perlio.
10870      Branch: perl
10871           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
10872 ____________________________________________________________________________
10873 [  7796] By: nick                                  on 2000/11/21  20:36:22
10874         Log: Win32 builds and runs (mostly) with USE_PERLIO.
10875              PERLIO=perlio passes all tests. 
10876              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
10877      Branch: perlio
10878            ! perlio.c win32/perllib.c win32/win32.c
10879 ____________________________________________________________________________
10880 [  7795] By: jhi                                   on 2000/11/21  19:03:44
10881         Log: Update Changes.
10882      Branch: perl
10883            ! Changes patchlevel.h
10884 ____________________________________________________________________________
10885 [  7794] By: jhi                                   on 2000/11/21  18:56:34
10886         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
10887              From: "Craig A. Berry" <craigberry@mac.com>
10888              Date: Mon, 20 Nov 2000 20:27:06 -0600
10889              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
10890              
10891              A cut-and-pasto.
10892      Branch: perl
10893            ! perlio.h
10894 ____________________________________________________________________________
10895 [  7793] By: jhi                                   on 2000/11/21  18:54:41
10896         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
10897              From: Dominic Dunlop <domo@computer.org> 
10898              Date: Mon, 20 Nov 2000 18:55:29 +0100
10899              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
10900              
10901              va_copy() and the need of it.
10902              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
10903      Branch: metaconfig/U/perl
10904            + need_va_copy.U
10905      Branch: perl
10906            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10907            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
10908            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
10909            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10910            ! win32/config.bc win32/config.gc win32/config.vc
10911 ____________________________________________________________________________
10912 [  7792] By: jhi                                   on 2000/11/21  17:04:10
10913         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
10914      Branch: perl
10915           !> scope.h
10916 ____________________________________________________________________________
10917 [  7791] By: jhi                                   on 2000/11/21  17:01:16
10918         Log: Export the SOCKS workaround symbols only if necessary.
10919      Branch: perl
10920            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
10921 ____________________________________________________________________________
10922 [  7790] By: nick                                  on 2000/11/20  23:57:11
10923         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
10924      Branch: perlio
10925            ! scope.h
10926 ____________________________________________________________________________
10927 [  7789] By: nick                                  on 2000/11/20  23:38:33
10928         Log: Integrate mainline
10929      Branch: perlio
10930           +> lib/File/Spec/Epoc.pm
10931           !> (integrate 34 files)
10932 ____________________________________________________________________________
10933 [  7788] By: nick                                  on 2000/11/20  23:20:18
10934         Log: Make extra buffer layer work (dummy crlf layer)
10935      Branch: perlio
10936            ! doio.c perlio.c perlio.h
10937 ____________________________________________________________________________
10938 [  7787] By: jhi                                   on 2000/11/20  22:44:04
10939         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
10940              From: Peter Prymmer <pvhp@forte.com>
10941              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
10942              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
10943      Branch: perl
10944            ! t/pragma/locale.t
10945 ____________________________________________________________________________
10946 [  7786] By: jhi                                   on 2000/11/20  22:29:10
10947         Log: Subject: DOC PATCH 5.6.0 perlreftut
10948              From: mjd@plover.com
10949              Date: 20 Nov 2000 19:45:06 -0000
10950              Message-ID: <20001120194506.9505.qmail@plover.com>
10951      Branch: perl
10952            ! pod/perlreftut.pod
10953 ____________________________________________________________________________
10954 [  7785] By: jhi                                   on 2000/11/20  22:27:44
10955         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
10956              From: David Dyck <dcd@tc.fluke.com>
10957              Date: Mon, 20 Nov 2000 11:43:40 -0800
10958              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
10959      Branch: perl
10960            ! lib/Cwd.pm
10961 ____________________________________________________________________________
10962 [  7784] By: jhi                                   on 2000/11/20  22:23:21
10963         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
10964              Date: Mon, 20 Nov 2000 17:06:10 -0500
10965              To: Mailing list Perl5 <perl5-porters@perl.org>
10966              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
10967      Branch: perl
10968            ! pp_ctl.c t/op/pat.t
10969 ____________________________________________________________________________
10970 [  7783] By: jhi                                   on 2000/11/20  22:11:18
10971         Log: Subject: [PATCH] doop.c - UTF8 tr///               
10972              From: Simon Cozens <simon@cozens.net>
10973              Date: Sat, 18 Nov 2000 18:49:30 +0000
10974              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
10975              
10976              Subject: Re: [PATCH] doop.c - UTF8 tr///           
10977              From: Simon Cozens <simon@cozens.net>
10978              Date: Mon, 20 Nov 2000 20:45:22 +0000
10979              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
10980              
10981              Make tr on UTF-8 better but still not correct.
10982      Branch: perl
10983            ! doop.c
10984 ____________________________________________________________________________
10985 [  7782] By: jhi                                   on 2000/11/20  22:02:16
10986         Log: Remove the shared object before attempting to create
10987              (by linking) a new one.  E.g. in AIX not removing
10988              becomes quite painful if one tries to do more than one
10989              build in the same tree (an interrupted build, for example),
10990              since the AIX' shared dynaloader seemingly keeps the shared
10991              objects open and therefore 'busy' for quite a while, even when
10992              nobody is using the objects, leading into link failures.
10993      Branch: perl
10994            ! lib/ExtUtils/MM_Unix.pm
10995 ____________________________________________________________________________
10996 [  7781] By: gsar                                  on 2000/11/20  19:02:55
10997         Log: type mismatch due to faulty integration
10998      Branch: maint-5.6/perl
10999            ! toke.c win32/Makefile
11000 ____________________________________________________________________________
11001 [  7780] By: gsar                                  on 2000/11/20  17:31:55
11002         Log: integrate changes#6392,6394..6399,6401..6404
11003              
11004              The {multiplier} of a fixed substring was overlooked which
11005              caused a wrong initial search offset for that substring.
11006              
11007              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
11008              From: Hugo <hv@crypt.compulink.co.uk>
11009              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
11010              Date: Thu, 13 Jul 2000 19:27:13 +0100
11011              
11012              Fix the BOM bug: not a byteorder bug, a signedness bug.
11013              
11014              Replace change #6337 with a better one.
11015              
11016              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
11017              From: Hugo <hv@crypt.compulink.co.uk>
11018              Date: Fri, 14 Jul 2000 04:16:20 +0100
11019              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
11020              
11021              MakeMaker should not remove editor backups (*~) on `make clean`
11022              by default (completes change#6383)
11023              
11024              move new variables to the end of the interpreter structure (for
11025              bincompat in code that doesn't #include XSUB.h)
11026              
11027              rename totally bletcherous SvLOCK() thingy (doesn't do what the
11028              name suggests anyway)
11029              
11030              various cleanups (typos, misformatted code, and small bugs)
11031              
11032              typecasts needed for change#6394
11033              
11034              typos in change#6399, regen headers
11035              
11036              inconsistent types needs casts
11037              
11038              PERL_OBJECT build tweaks
11039      Branch: maint-5.6/perl
11040           !> MANIFEST doop.c embed.h embed.pl embedvar.h
11041           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
11042           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
11043           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
11044           !> toke.c util.c
11045 ____________________________________________________________________________
11046 [  7779] By: gsar                                  on 2000/11/20  17:06:29
11047         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
11048              
11049              Cosmetics and perldelta.
11050              
11051              Fix nits noticed by Boston.pm.
11052              
11053              Do the cc sanity check both before the hints and
11054              after the cc selction.
11055              
11056              get sprintf.t to adjust properly for 3-digit exponents
11057              
11058              don't clobber *.orig files on *clean targets
11059              
11060              fix bugs in processing %v-*d and similar format specs (from
11061              Avi Finkel <avi@finkel.org>)
11062              
11063              sprintf test tweaks (from Dominic Dunlop)
11064              
11065              new selfloader.t in change#6183 doesn't close DATA handles,
11066              and thus fails to clean up tmp files on dosish platforms
11067              
11068              typos (spotted by Peter Prymmer)
11069              
11070              typo fix from Craig Berry
11071      Branch: maint-5.6/perl
11072           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
11073           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
11074           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
11075           !> x2p/Makefile.SH
11076 ____________________________________________________________________________
11077 [  7778] By: gsar                                  on 2000/11/20  16:46:51
11078         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
11079              
11080              Subject: Re: format bug report  [Patch]
11081              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11082              Date: Wed, 05 Jul 2000 13:12:52 +0200
11083              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
11084              
11085              Subject: Re: format bug report  [Patch]
11086              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11087              Date: Wed, 05 Jul 2000 14:10:01 +0200
11088              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
11089              
11090              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
11091              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11092              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
11093              Date: Fri, 07 Jul 2000 17:57:16 +0100
11094              
11095              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
11096              To: perl5-porters@perl.org
11097              From: Karsten Sperling <spiff@phreax.net>
11098              Date: Mon, 10 Jul 2000 15:12:52 +0200
11099              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
11100              
11101              README.posix-bc podified from Thomas Dorner.
11102              
11103              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
11104              From: Dominic Dunlop <domo@computer.org>
11105              Date: Tue, 11 Jul 2000 12:27:33 +0200
11106              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
11107              
11108              Typo in #6341.
11109              
11110              Fix for
11111              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
11112              From: Roderick Schertler <roderick@argon.org>
11113              Date: Tue, 11 Jul 2000 13:55:05 -0400
11114              Message-Id: <200007111755.NAA05077@jones.argon.org>
11115              
11116              Minor cleanups on the booklist.
11117              
11118              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
11119              regen perltoc.
11120              
11121              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
11122      Branch: maint-5.6/perl
11123           +> pod/perlbook.pod
11124           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
11125           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
11126           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
11127 ____________________________________________________________________________
11128 [  7777] By: jhi                                   on 2000/11/20  16:08:49
11129         Log: Update Changes.
11130      Branch: perl
11131            ! Changes patchlevel.h
11132 ____________________________________________________________________________
11133 [  7776] By: jhi                                   on 2000/11/20  15:27:56
11134         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
11135              This may be overly harsh but until proven otherwise, we think this
11136              way, or until we have a simple test for Configure (having to start
11137              up servers is does not count as simple) to check for the problems.
11138      Branch: perl
11139            ! perl.h
11140 ____________________________________________________________________________
11141 [  7775] By: jhi                                   on 2000/11/20  15:22:17
11142         Log: Solaris hints tweaks.
11143      Branch: perl
11144            ! hints/solaris_2.sh
11145 ____________________________________________________________________________
11146 [  7774] By: jhi                                   on 2000/11/20  15:01:20
11147         Log: Add a workaround to SOCKS 64-bit problems.
11148      Branch: perl
11149            ! doio.c embed.h embed.pl perlsdio.h proto.h
11150 ____________________________________________________________________________
11151 [  7773] By: jhi                                   on 2000/11/20  14:51:47
11152         Log: sysseek() instead of seek().
11153      Branch: perl
11154            ! t/lib/syslfs.t
11155 ____________________________________________________________________________
11156 [  7772] By: gsar                                  on 2000/11/20  13:06:23
11157         Log: integrate changes#6315..6319,6321..6331,6333..6338
11158              
11159              Integrate with Sarathy, preliminary fix for unicos
11160              alignment problems in [ID 20000612.002] Perl problem on Cray system.
11161              
11162              some debugger output does not go to the socket when RemotePort is set
11163              
11164              winsock cleanup never done on Windows (leads to handle leaks)
11165              
11166              fix UNC path handling on Windows under ithreads, and chdir()
11167              return value when given a non-existent directory
11168              
11169              Autogenerate pod/Makefile and pod/buildtoc.
11170              buildtoc also checks whether the existin pods are
11171              mentioned in MANIFEST and perl.pod, and vice versa.
11172              (None of the thusly found discrepancies fixed yet.)
11173              roffitall also needs to be autogenerated similarly but it
11174              seems so badly out of date that I didn't touch it yet.
11175              
11176              Config is being used.
11177              
11178              Add =head1 NAMEs so that buildtoc is happy.
11179              (The CGI::Util nit reported to Lincoln.)
11180              
11181              Fix complaints of buildtoc.
11182              
11183              Fix the alignment problem in Crays ([ID 20000612.002]).
11184              
11185              Remove perlbook, update perlfaq book listing,
11186              rearrange perl.pod, regenerate perltoc.
11187              
11188              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
11189              was cast to an unsigned (32-bit) integer with wild abandon.
11190              
11191              winsock options weren't being set in all threads under ithreads
11192              (caused send()s from second and subsequent threads to fail)
11193              
11194              accept() leaks memory on windows due to incorrect ordering of
11195              closesocket() and fclose() calls
11196              
11197              Reorder perl.pod once more.
11198              
11199              More POSIX.pod tweaks.
11200              
11201              Sprinkle ldlibpath.
11202              
11203              Precedence goof, fix based on
11204              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
11205              From: Hugo <hv@crypt.compulink.co.uk>
11206              Date: Tue, 11 Jul 2000 12:52:38 +0100
11207              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
11208              
11209              Subject: PATCH perlguts.pod: Document D and d magic types
11210              From: mjd@plover.com
11211              Date: 5 Jul 2000 18:01:51 -0000
11212              Message-ID: <20000705180151.29413.qmail@plover.com>
11213              
11214              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
11215              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
11216              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
11217              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
11218              
11219              Subject: [PATCH cfgperl] $& segfaults if you trick it
11220              From: simon@brecon.co.uk (Simon Cozens)
11221              Date: 7 Jul 2000 11:26:09 GMT
11222              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
11223              
11224              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
11225              From: Hugo <hv@crypt.compulink.co.uk>
11226              Date: Tue, 11 Jul 2000 12:44:50 +0100
11227              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
11228              
11229              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
11230              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11231              Date: Tue, 11 Jul 2000 13:50:51 +0100
11232              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
11233      Branch: maint-5.6/perl
11234           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
11235           +> pod/buildtoc.PL
11236            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
11237           !> (integrate 26 files)
11238 ____________________________________________________________________________
11239 [  7771] By: gsar                                  on 2000/11/20  12:31:42
11240         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
11241              6310,6311,6314
11242              
11243              Subject: [PATCH bleedperl] File::Spec 0.82 beta
11244              From: Barrie Slaymaker <barries@jester.slaysys.com>
11245              Date: Wed, 28 Jun 2000 11:35:29 -0400
11246              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
11247              
11248              tweak perlembed for multiplicity/usethreads sanity; correct notes
11249              about Windows
11250              
11251              localize %INC in a Safe compartment so that use/require work
11252              (many other magic globals probably need similar treatment)
11253              
11254              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
11255              when @_ is modified, causing coredumps
11256              
11257              slurp mode fix in change#4736 still not quite right
11258              
11259              Point to perlipc for more SysV IPC examples.
11260              
11261              Elaborate POSIX.pod.  Still needs work.
11262              
11263              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
11264              
11265              fix large memory leak that has been around for ever, masked by
11266              -DPURIFY (most of the arenas were never freed!)
11267              
11268              fix memory leak on Windows (PL_sys_intern contents were never
11269              freed)
11270              
11271              PERL_OBJECT build tweak
11272              
11273              adjust change#6299
11274              
11275              remove rel2abs prototypes (from Barrie Slaymaker)
11276              
11277              missing perldiag entry for unpack("w",...) diagnostic (from
11278              Andreas Koenig)
11279              
11280              better diagnostic on Frob->stuff() when Frob:: doesn't exist
11281              (from Richard Soderberg <rs@oregonnet.com>)
11282              
11283              Win32 patches for cfgperl from Sarathy.
11284              
11285              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
11286              
11287              More POSIX.pod embellishment.
11288              
11289              tyop in change#6306
11290      Branch: maint-5.6/perl
11291           !> (integrate 44 files)
11292 ____________________________________________________________________________
11293 [  7770] By: gsar                                  on 2000/11/20  11:51:00
11294         Log: integrate changes#6268..6282 from cfgperl branch
11295              
11296              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
11297              From: Dominic Dunlop <domo@computer.org>
11298              Date: Thu, 29 Jun 2000 12:32:39 +0200
11299              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
11300              
11301              Regen headers for #6261 (and update embed.pl for this) and #6267,
11302              silence few compiler warnings.
11303              
11304              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
11305              From: Nicholas Clark <nick@talking.bollo.cx>
11306              Date: Fri, 23 Jun 2000 16:21:15 +0100
11307              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
11308              
11309              Subject: PATCH pod/perltie.pod
11310              From: Ian Phillipps <Ian.Phillipps@iname.com>
11311              Date: Fri, 16 Jun 2000 00:17:19 +0100
11312              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
11313              (only the first hunk, the second hunk had already been done
11314              by some other patch)
11315              
11316              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
11317              From: Tom Phoenix <rootbeer@redcat.com>
11318              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
11319              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
11320              
11321              Subject: [PATCH] xsub attributes
11322              From: Doug MacEachern <dougm@covalent.net>
11323              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
11324              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
11325              
11326              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
11327              From: Andy Dougherty <doughera@lafayette.edu>
11328              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
11329              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
11330              
11331              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
11332              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
11333              Date: Tue, 13 Jun 2000 02:43:48 -0500
11334              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
11335              
11336              Subject: [PATCH] Re: eval documentation: context
11337              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11338              Date: Mon, 12 Jun 2000 15:07:29 +0100
11339              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
11340              
11341              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
11342              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11343              Date: Mon, 12 Jun 2000 14:55:59 +0100
11344              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
11345              
11346              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
11347              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
11348              Date: Fri, 09 Jun 2000 12:39:27 -0400
11349              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
11350              (plus update the version "number" of Text::Wrap)
11351              
11352              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
11353              From: Tim Ayers <tayers@bridge.com>
11354              Date: Thu, 08 Jun 2000 08:11:06 +0200
11355              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
11356              [resent by Richard Foley, Message-Id probably wrong]
11357              
11358              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
11359              From: rspier@pobox.com (Robert Spier)
11360              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
11361              Message-ID: <14654.31913.845602.610277@rls.cx>
11362              
11363              Subject: [PATCH 5.6.0] utils/h2xs.PL
11364              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
11365              Date: Wed, 7 Jun 2000 04:02:04 -0500
11366              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
11367              
11368              Subject: [PATCH 5.6.0]ITHREADs for VMS
11369              From: Dan Sugalski <dan@sidhe.org>
11370              Date: Tue, 06 Jun 2000 11:59:50 -0400
11371              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
11372      Branch: maint-5.6/perl
11373           !> (integrate 31 files)
11374 ____________________________________________________________________________
11375 [  7769] By: gsar                                  on 2000/11/20  11:29:06
11376         Log: integrate changes#6261..6266 from cfgperl
11377              
11378              Subject: Re: [PATCH cfgperl] BOMs away!
11379              From: simon@brecon.co.uk (Simon Cozens)
11380              Date: 17 Jun 2000 11:49:57 GMT
11381              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
11382              
11383              Subject: 5.6.0 Patch for EPOC
11384              From: Olaf Flebbe <o.flebbe@gmx.de>
11385              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
11386              Message-ID: <23449.960929969@www11.gmx.net>
11387              
11388              tr fixes from Simon Cozens
11389              
11390              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
11391              From: Marty Lucich <marty@netcom.com>
11392              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
11393              Message-Id: <200006282116.OAA11148@netcom.com>
11394              ccdlflags update (the BSD/OS 4.1 part had already been taken
11395              care of by #6141).
11396              
11397              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
11398              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11399              Date: Wed, 28 Jun 2000 17:50:12 -0700
11400              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
11401              
11402              Subject: [PATCH 5.6.0] cygwin port
11403              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
11404              From: "Fifer, Eric" <EFifer@sanwaint.com>
11405              Date: Thu, 29 Jun 2000 12:58:29 +0100
11406      Branch: maint-5.6/perl
11407           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
11408           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
11409           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
11410           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
11411 ____________________________________________________________________________
11412 [  7768] By: gsar                                  on 2000/11/20  11:13:44
11413         Log: integrate changes#6252..6256,6259..6260
11414              
11415              Paranoia tweak on #6249.
11416              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
11417              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
11418              Date: Sun, 25 Jun 2000 23:43:12 -0400
11419              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
11420              
11421              Subject: tr///, help wanted.
11422              From: simon@brecon.co.uk (Simon Cozens)
11423              Date: 28 Jun 2000 11:29:04 GMT
11424              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
11425              
11426              small thinko tweaks
11427              
11428              tweaks from Simon Conzes to further fix tr/// under utf8
11429              
11430              perlnewmod was missing from MANIFEST.
11431              
11432              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
11433              From: simon@brecon.co.uk (Simon Cozens)
11434              Date: 17 Jun 2000 11:56:44 GMT
11435              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
11436              pack U0, pack C0
11437      Branch: maint-5.6/perl
11438           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
11439           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
11440           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
11441           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
11442 ____________________________________________________________________________
11443 [  7767] By: gsar                                  on 2000/11/20  10:51:38
11444         Log: integrate change#6250 from cfgperl
11445              
11446              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
11447              From: Doug MacEachern <dougm@covalent.net>
11448              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
11449              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
11450      Branch: maint-5.6/perl
11451           +> t/op/my_stash.t
11452           !> MANIFEST embed.pl global.sym proto.h toke.c
11453 ____________________________________________________________________________
11454 [  7766] By: gsar                                  on 2000/11/20  10:48:34
11455         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
11456              
11457              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
11458              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
11459              Date: Mon, 26 Jun 2000 18:40:14 +0100
11460              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
11461              
11462              Subject: [PATCH] bytes<->utf8 fixes
11463              From: simon@brecon.co.uk (Simon Cozens)
11464              Date: 26 Jun 2000 04:55:45 GMT
11465              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
11466              
11467              Subject: [PATCH] is_utf8_string
11468              From: simon@brecon.co.uk (Simon Cozens)
11469              Date: 26 Jun 2000 02:25:59 GMT
11470              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
11471              
11472              Subject: [PATCH] avoid mg_ptr in '*' magic
11473              From: Doug MacEachern <dougm@covalent.net>
11474              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
11475              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
11476              
11477              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
11478              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
11479              Date: Sat, 24 Jun 2000 13:06:20 +0100
11480              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
11481              
11482              Allow for standalone testing.
11483              
11484              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
11485              From: Mark-Jason Dominus <mjd@plover.com>
11486              Date: Tue, 27 Jun 2000 22:36:42 -0400
11487              Message-ID: <20000628023642.12166.qmail@plover.com>
11488              
11489              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
11490              From: Frank Tobin <ftobin@uiuc.edu>
11491              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
11492              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
11493      Branch: maint-5.6/perl
11494           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
11495           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
11496           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
11497           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
11498           !> utf8.c utils/h2xs.PL
11499 ____________________________________________________________________________
11500 [  7765] By: gsar                                  on 2000/11/20  10:29:13
11501         Log: integrate change#6239 from cfgperl
11502              
11503              Configure maintenance.  Sever some dependency cycles,
11504              separate gccversion from the cc unit,
11505              address [ID 20000623.006] Configure script patch for using gcc on AIX
11506              (but solve it a little bit differently),
11507              unduplex some accidentally duplicated units,
11508              suggest using gcc if no cc available
11509              (p5p thread: "Solaris configure: counterproposal", 1999-09)
11510      Branch: maint-5.6/perl
11511           !> Configure Todo-5.6 config_h.SH
11512 ____________________________________________________________________________
11513 [  7764] By: gsar                                  on 2000/11/20  10:25:55
11514         Log: integrate changes#6233..6238 from cfgperl
11515              
11516              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
11517              From: Mark-Jason Dominus <mjd@plover.com>
11518              Date: Fri, 16 Jun 2000 20:53:04 -0400
11519              Message-ID: <20000617005304.8008.qmail@plover.com>
11520              
11521              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
11522              because when run as services (Win32ese for daemons)
11523              no environment variables are set and tmpdir ends up as /tmp,
11524              which is ambiguous.
11525              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
11526              From: matt@sergeant.org
11527              Date: 16 Jun 2000 16:30:43 -0000
11528              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
11529              
11530              The thread begun by
11531              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
11532              From: Kevin.Ruscoe@ubsw.com
11533              Date: Fri, 16 Jun 2000 16:38:51 +0100
11534              Message-Id: <H000019b03c300d6@MHS>
11535              
11536              Tweak embed.pl, regen headers.
11537              
11538              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
11539              From: Dan Sugalski <dan@sidhe.org>
11540              Date: Fri, 23 Jun 2000 17:00:00 -0400
11541              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
11542      Branch: maint-5.6/perl
11543           !> (integrate 27 files)
11544 ____________________________________________________________________________
11545 [  7763] By: gsar                                  on 2000/11/20  10:08:08
11546         Log: s/perl56delta/perldelta/g
11547      Branch: maint-5.6/perl
11548            ! pod/Makefile
11549 ____________________________________________________________________________
11550 [  7762] By: gsar                                  on 2000/11/20  10:04:00
11551         Log: integrate changes#6225,6229,6231,6232 from cfgperl
11552              
11553              Add source code filenames to apidoc.
11554              From: simon@brecon.co.uk (Simon Cozens)
11555              Subject: [PATCH embed.pl] Source X-ref
11556              Date: 22 Jun 2000 02:18:49 GMT
11557              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
11558              
11559              Subject: README.hpux version 0.6.1
11560              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
11561              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
11562              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
11563              
11564              Subject: [PATCH 5.6.0] cygwin port
11565              From: "Fifer, Eric" <EFifer@sanwaint.com>
11566              Date: Tue, 20 Jun 2000 14:30:58 +0100
11567              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
11568              
11569              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
11570              From: simon@brecon.co.uk (Simon Cozens)
11571              Date: 19 Jun 2000 15:18:27 GMT
11572              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
11573              
11574              plus update pod/Makefile and regenerate perltoc
11575      Branch: maint-5.6/perl
11576           +> pod/perlutil.pod
11577           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
11578           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
11579 ____________________________________________________________________________
11580 [  7761] By: jhi                                   on 2000/11/20  04:09:55
11581         Log: Miraculous typo.
11582      Branch: perl
11583            ! t/op/pat.t
11584 ____________________________________________________________________________
11585 [  7760] By: jhi                                   on 2000/11/20  04:06:08
11586         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
11587              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11588              Date: Sun, 19 Nov 2000 22:30:26 -0500
11589              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
11590      Branch: perl
11591            ! regexec.c scope.h t/op/pat.t
11592 ____________________________________________________________________________
11593 [  7759] By: jhi                                   on 2000/11/20  02:05:22
11594         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
11595      Branch: perl
11596            ! perl.h
11597 ____________________________________________________________________________
11598 [  7758] By: jhi                                   on 2000/11/20  01:58:11
11599         Log: Subject: [perl 7711: EPOC] updates
11600              From: Olaf Flebbe <o.flebbe@gmx.de>
11601              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
11602              Message-ID: <25575.974658810@www23.gmx.net>               
11603      Branch: perl
11604            + lib/File/Spec/Epoc.pm
11605            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
11606            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
11607            ! lib/File/Spec.pm perl.c sv.c
11608 ____________________________________________________________________________
11609 [  7757] By: jhi                                   on 2000/11/20  01:53:11
11610         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
11611      Branch: perl
11612            ! MANIFEST
11613 ____________________________________________________________________________
11614 [  7756] By: jhi                                   on 2000/11/20  01:47:22
11615         Log: Integrate perlio.
11616      Branch: perl
11617            - ext/re/hints/MSWin32.pl
11618           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
11619           !> win32/config.gc win32/config_H.gc win32/win32sck.c
11620 ____________________________________________________________________________
11621 [  7755] By: nick                                  on 2000/11/19  20:57:17
11622         Log: Add dummy crlf layer (just as buffer)
11623              Correct 1st bug - one layer of indirection.
11624      Branch: perlio
11625            ! perlio.c perlio.h perliol.h
11626 ____________________________________________________________________________
11627 [  7754] By: nick                                  on 2000/11/19  20:56:12
11628         Log: Work-round to Perl_deb_nocontext is no longer required
11629      Branch: perlio
11630            - ext/re/hints/MSWin32.pl
11631 ____________________________________________________________________________
11632 [  7753] By: nick                                  on 2000/11/19  20:01:16
11633         Log: diff -se shows these as different
11634      Branch: perlio
11635            ! global.sym pod/perlapi.pod
11636 ____________________________________________________________________________
11637 [  7752] By: nick                                  on 2000/11/19  18:57:30
11638         Log: Configure GCC/Win32 build -Duseperlio
11639              Fix a couple of gross issues
11640              - double-include of ../deb.o in re.dll
11641              - win32sck.c needs PerlIO and FILE 
11642      Branch: perlio
11643            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
11644            ! win32/win32sck.c
11645 ____________________________________________________________________________
11646 [  7751] By: nick                                  on 2000/11/19  17:05:36
11647         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
11648      Branch: perlio
11649            ! perlio.c
11650 ____________________________________________________________________________
11651 [  7750] By: nick                                  on 2000/11/19  16:57:14
11652         Log: Missing aTHX_
11653      Branch: perlio
11654            ! sv.c
11655 ____________________________________________________________________________
11656 [  7749] By: jhi                                   on 2000/11/19  16:28:40
11657         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
11658              From: "Peter J. Farley III" <pjfarley@banet.net>
11659              Date: Sun, 19 Nov 2000 01:42:58 -0500
11660              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
11661      Branch: perl
11662            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
11663 ____________________________________________________________________________
11664 [  7748] By: jhi                                   on 2000/11/19  16:08:10
11665         Log: Subject: podlators 1.05 available        
11666              From: Russ Allbery <rra@stanford.edu>   
11667              Date: 18 Nov 2000 22:04:28 -0800
11668              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
11669      Branch: perl
11670            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
11671 ____________________________________________________________________________
11672 [  7747] By: nick                                  on 2000/11/19  11:19:39
11673         Log: Integrate mainline
11674      Branch: perlio
11675           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
11676           !> util.c
11677 ____________________________________________________________________________
11678 [  7746] By: jhi                                   on 2000/11/19  06:42:22
11679         Log: Make hex scanning warn on "\x{x}" and "\xx".
11680              "\x" and and hex("x") are still valid.
11681      Branch: perl
11682            ! util.c
11683 ____________________________________________________________________________
11684 [  7745] By: nick                                  on 2000/11/18  22:52:28
11685         Log: Integrate mainline
11686      Branch: perlio
11687           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
11688           !> perl.h perlio.c proto.h regcomp.c regcomp.h
11689 ____________________________________________________________________________
11690 [  7744] By: jhi                                   on 2000/11/18  22:50:28
11691         Log: Introduce Perl_utf8_length().  Use it.
11692      Branch: perl
11693            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
11694 ____________________________________________________________________________
11695 [  7743] By: jhi                                   on 2000/11/18  22:38:51
11696         Log: Compiler denit.
11697      Branch: perl
11698            ! perlio.c
11699 ____________________________________________________________________________
11700 [  7742] By: jhi                                   on 2000/11/18  20:33:05
11701         Log: Integrate perlio.
11702      Branch: perl
11703           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
11704           !> perlio.h pp_ctl.c pp_sys.c sv.c
11705 ____________________________________________________________________________
11706 [  7741] By: jhi                                   on 2000/11/18  20:31:27
11707         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
11708              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11709              Date: Fri, 17 Nov 2000 20:35:11 -0500
11710              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
11711              
11712              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
11713              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11714              Date: Fri, 17 Nov 2000 21:03:47 -0500
11715              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
11716              
11717              Plus a little bit of tweaking in pregcomp().
11718      Branch: perl
11719            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
11720 ____________________________________________________________________________
11721 [  7740] By: nick                                  on 2000/11/18  20:17:22
11722         Log: Lexical use open ... support:
11723              add ->cop_io to COP structure in cop.h.
11724              Make mg.c and gv.c associate it with ${^OPEN}.
11725              Make lib/open.pm set it.
11726              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
11727              manner similar to ->cop_warnings.
11728              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
11729              call new PerlIO_apply_layers().
11730              Declare latter in perlio.h and define in perlio.c
11731      Branch: perlio
11732            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
11733            ! perlio.h pp_ctl.c pp_sys.c sv.c
11734 ____________________________________________________________________________
11735 [  7739] By: jhi                                   on 2000/11/18  19:54:00
11736         Log: Integrate perlio.
11737      Branch: perl
11738           !> doio.c perlio.c pp.c
11739 ____________________________________________________________________________
11740 [  7738] By: jhi                                   on 2000/11/18  17:16:13
11741         Log: Subject: [PATCH 5.7.0] etags broken again
11742              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11743              Date: Sat, 18 Nov 2000 02:41:36 -0500
11744              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
11745      Branch: perl
11746            ! emacs/ptags
11747 ____________________________________________________________________________
11748 [  7737] By: jhi                                   on 2000/11/18  17:12:18
11749         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
11750      Branch: perl
11751            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
11752 ____________________________________________________________________________
11753 [  7736] By: nick                                  on 2000/11/18  14:06:20
11754         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
11755              part to be isolated.
11756      Branch: perlio
11757            ! doio.c perlio.c
11758 ____________________________________________________________________________
11759 [  7735] By: nick                                  on 2000/11/18  11:03:32
11760         Log: Integrate mainline
11761      Branch: perlio
11762           !> Changes README.amiga README.win32 patchlevel.h
11763           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
11764 ____________________________________________________________________________
11765 [  7734] By: jhi                                   on 2000/11/18  01:18:56
11766         Log: Update Changes.
11767      Branch: perl
11768            ! Changes patchlevel.h
11769 ____________________________________________________________________________
11770 [  7733] By: jhi                                   on 2000/11/18  00:32:54
11771         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
11772              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11773              Date: Fri, 17 Nov 2000 17:28:02 -0500
11774              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
11775      Branch: perl
11776            ! regcomp.c regexec.c t/op/re_tests
11777 ____________________________________________________________________________
11778 [  7732] By: jhi                                   on 2000/11/18  00:28:56
11779         Log: Sparc 64-bit pack() fix from Jens Hamisch.
11780      Branch: perl
11781            ! pp.c
11782 ____________________________________________________________________________
11783 [  7731] By: jhi                                   on 2000/11/18  00:18:39
11784         Log: Explain in more detail the {} syntax ambiguousity.
11785              
11786              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
11787              From: Nicholas Clark <nick@ccl4.org>
11788              Date: Fri, 17 Nov 2000 22:10:28 +0000
11789              Message-ID: <20001117221028.A88930@plum.flirble.org>
11790      Branch: perl
11791            ! pod/perlfunc.pod
11792 ____________________________________________________________________________
11793 [  7730] By: jhi                                   on 2000/11/18  00:12:18
11794         Log: Subject: Fix for README.amiga (20000323.033)
11795              From: "Stephen P. Potter" <spp@spotter.yi.org>
11796              Date: Fri, 17 Nov 2000 12:25:51 -0500
11797              Message-Id: <200011171725.MAA05768@spotter.yi.org>
11798      Branch: perl
11799            ! README.amiga
11800 ____________________________________________________________________________
11801 [  7729] By: jhi                                   on 2000/11/18  00:08:34
11802         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
11803              From: "A. C. Yardley" <yardley@tanet.net>
11804              Date: Mon, 3 Apr 2000 11:35:33 -0700
11805              Message-ID: <3483.000403@tanet.net>
11806      Branch: perl
11807            ! README.win32
11808 ____________________________________________________________________________
11809 [  7728] By: nick                                  on 2000/11/17  21:59:47
11810         Log: Integrate mainline
11811      Branch: perlio
11812           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
11813           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
11814           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
11815           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
11816 ____________________________________________________________________________
11817 [  7727] By: nick                                  on 2000/11/17  21:56:31
11818         Log: Experiment on use of attributes.pm interface.
11819              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
11820              SVt_PVRV if not already something better (else vivify of say magic gets
11821              core dump).
11822      Branch: perlio
11823            ! perlio.c pp.c
11824 ____________________________________________________________________________
11825 [  7726] By: jhi                                   on 2000/11/17  14:15:49
11826         Log: Subject: Fix for 20000815.006
11827              From: "Stephen P. Potter" <spp@spotter.yi.org>
11828              Date: Fri, 17 Nov 2000 08:57:45 -0500
11829              Message-Id: <200011171357.IAA05122@spotter.yi.org>
11830              
11831              It's really 20000518.006.
11832      Branch: perl
11833            ! pod/perlmodlib.PL
11834 ____________________________________________________________________________
11835 [  7725] By: jhi                                   on 2000/11/17  14:12:31
11836         Log: Subject: Fix for 20000409.001
11837              From: "Stephen P. Potter" <spp@spotter.yi.org>
11838              Date: Fri, 17 Nov 2000 08:55:45 -0500
11839              Message-Id: <200011171355.IAA05104@spotter.yi.org>
11840      Branch: perl
11841            ! pod/perlfaq9.pod
11842 ____________________________________________________________________________
11843 [  7724] By: jhi                                   on 2000/11/17  14:08:58
11844         Log: Undo #7627 now that we have =head3.
11845      Branch: perl
11846            ! pod/perlhack.pod
11847 ____________________________________________________________________________
11848 [  7723] By: jhi                                   on 2000/11/17  14:04:09
11849         Log: As surmised the #7719 wasn't a good move.
11850      Branch: perl
11851            ! hints/solaris_2.sh
11852 ____________________________________________________________________________
11853 [  7722] By: jhi                                   on 2000/11/17  13:59:04
11854         Log: Also the 64bitall hints can be either here or there.
11855      Branch: perl
11856            ! hints/solaris_2.sh
11857 ____________________________________________________________________________
11858 [  7721] By: jhi                                   on 2000/11/17  02:26:23
11859         Log: Test tweak for the open pragma.
11860      Branch: perl
11861            ! t/lib/b.t
11862 ____________________________________________________________________________
11863 [  7720] By: jhi                                   on 2000/11/17  00:23:22
11864         Log: The long double hints can be here or there.
11865      Branch: perl
11866            ! hints/solaris_2.sh
11867 ____________________________________________________________________________
11868 [  7719] By: jhi                                   on 2000/11/17  00:14:06
11869         Log: For Solaris use64bitall the stdchar needs a little bit of help.
11870      Branch: perl
11871            ! hints/solaris_2.sh
11872 ____________________________________________________________________________
11873 [  7718] By: jhi                                   on 2000/11/16  23:27:34
11874         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
11875              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
11876              Date: Wed, 15 Nov 2000 08:56:32 +0100
11877              Message-ID: <3A1241B0.64477E00@alcatel.at>
11878      Branch: perl
11879            ! lib/Carp/Heavy.pm
11880 ____________________________________________________________________________
11881 [  7717] By: jhi                                   on 2000/11/16  23:23:29
11882         Log: Subject: [PATCH] Re: 20001101.003 PDL
11883              From: Nicholas Clark <nick@ccl4.org>
11884              Date: Thu, 16 Nov 2000 16:48:25 +0000
11885              Message-ID: <20001116164825.B93487@plum.flirble.org>
11886      Branch: perl
11887            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
11888 ____________________________________________________________________________
11889 [  7716] By: jhi                                   on 2000/11/16  23:21:31
11890         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
11891              From: "Casey R. Tweten" <crt@kiski.net>
11892              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
11893              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
11894      Branch: perl
11895            ! lib/Pod/Checker.pm pod/perlpod.pod
11896 ____________________________________________________________________________
11897 [  7715] By: jhi                                   on 2000/11/16  23:19:40
11898         Log: Avoid an infinite loop in VMS when utils scripts are run
11899              with no arguments, from Charles Lane.
11900      Branch: perl
11901            ! configure.com
11902 ____________________________________________________________________________
11903 [  7714] By: jhi                                   on 2000/11/16  23:17:08
11904         Log: Subject: perllocale.pod changes
11905              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
11906              Date: Mon, 13 Nov 2000 10:09:22 +0300
11907              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
11908      Branch: perl
11909            ! pod/perllocale.pod
11910 ____________________________________________________________________________
11911 [  7713] By: jhi                                   on 2000/11/16  23:14:06
11912         Log: Integrate perlio.
11913      Branch: perl
11914           !> doio.c perlio.c perlio.h util.c
11915 ____________________________________________________________________________
11916 [  7712] By: nick                                  on 2000/11/16  21:10:58
11917         Log: Integrate mainline
11918      Branch: perlio
11919           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11920           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
11921           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
11922           !> vos/config.ga.def vos/config.ga.h win32/config.bc
11923           !> win32/config.gc win32/config.vc
11924 ____________________________________________________________________________
11925 [  7711] By: nick                                  on 2000/11/16  19:56:41
11926         Log: Minor tweaks:
11927              consistent way of getting 'rb', 'wb' etc. for binary opens
11928              move *perlio::layers to *open::layers
11929              a #define to show layers available
11930              DOSISH popen/PerlIO had export/import sense inverted.
11931      Branch: perlio
11932            ! doio.c perlio.c perlio.h util.c
11933 ____________________________________________________________________________
11934 [  7710] By: jhi                                   on 2000/11/16  15:46:05
11935         Log: Add HAS_SBRK_PROTO.
11936      Branch: metaconfig/U/perl
11937            + d_sbrkproto.U
11938      Branch: perl
11939            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11940            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
11941            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
11942            ! vos/config.ga.def vos/config.ga.h win32/config.bc
11943            ! win32/config.gc win32/config.vc
11944 ____________________________________________________________________________
11945 [  7709] By: nick                                  on 2000/11/16  07:31:49
11946         Log: Integrate mainline
11947      Branch: perlio
11948           !> (integrate 35 files)
11949 ____________________________________________________________________________
11950 [  7708] By: jhi                                   on 2000/11/16  05:33:03
11951         Log: These files are text, not binary.
11952      Branch: perl
11953            ! ext/Encode/Encode/iso8859-10.enc
11954            ! ext/Encode/Encode/iso8859-13.enc
11955            ! ext/Encode/Encode/iso8859-14.enc
11956            ! ext/Encode/Encode/iso8859-15.enc
11957 ____________________________________________________________________________
11958 [  7707] By: jhi                                   on 2000/11/16  01:53:37
11959         Log: Update Changes.
11960      Branch: perl
11961            ! Changes patchlevel.h
11962 ____________________________________________________________________________
11963 [  7706] By: jhi                                   on 2000/11/16  01:35:59
11964         Log: More #undefing of stdio.
11965      Branch: perl
11966            ! fakesdio.h nostdio.h
11967 ____________________________________________________________________________
11968 [  7705] By: jhi                                   on 2000/11/16  01:34:18
11969         Log: Add fwalk() probe to the configuration files and regen perltoc.
11970      Branch: perl
11971            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11972            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
11973            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
11974            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11975            ! win32/config.bc win32/config.gc win32/config.vc
11976 ____________________________________________________________________________
11977 [  7704] By: jhi                                   on 2000/11/16  01:33:07
11978         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
11979              an optional third argument to Inlibc?)
11980      Branch: metaconfig/U/perl
11981            + d__fwalk.U
11982 ____________________________________________________________________________
11983 [  7703] By: jhi                                   on 2000/11/16  01:09:22
11984         Log: The type of the hash_cb() size argument is tricky.
11985      Branch: perl
11986            ! ext/DB_File/DB_File.xs
11987 ____________________________________________________________________________
11988 [  7702] By: jhi                                   on 2000/11/15  23:01:16
11989         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
11990      Branch: perl
11991            ! nostdio.h
11992 ____________________________________________________________________________
11993 [  7701] By: jhi                                   on 2000/11/15  22:52:32
11994         Log: Detypo.
11995      Branch: perl
11996            ! t/lib/bigfltpm.t
11997 ____________________________________________________________________________
11998 [  7700] By: jhi                                   on 2000/11/15  22:51:56
11999         Log: UINT64_C() work continues.
12000      Branch: perl
12001            ! handy.h perl.h utf8.h
12002 ____________________________________________________________________________
12003 [  7699] By: jhi                                   on 2000/11/15  14:13:04
12004         Log: SOCKS has its own USE_THREADS, based on
12005              
12006              Subject: [ID 20001114.002] et. al. bugfix followup
12007              From: Jens Hamisch <jens@Strawberry.COM> 
12008              Date: Wed, 15 Nov 2000 14:23:11 +0100
12009              Message-ID: <20001115142311.A21164@Strawberry.COM>
12010      Branch: perl
12011            ! perl.h
12012 ____________________________________________________________________________
12013 [  7698] By: jhi                                   on 2000/11/15  03:50:56
12014         Log: Add few missing #undefs and sort them.
12015      Branch: perl
12016            ! fakesdio.h
12017 ____________________________________________________________________________
12018 [  7697] By: jhi                                   on 2000/11/15  03:39:14
12019         Log: Linenumber fix.
12020      Branch: perl
12021            ! t/pragma/warn/utf8
12022 ____________________________________________________________________________
12023 [  7696] By: jhi                                   on 2000/11/15  02:55:26
12024         Log: EBCDIC tweaks.
12025              
12026              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
12027              From: Peter Prymmer <pvhp@forte.com>
12028              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
12029              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
12030      Branch: perl
12031            ! t/op/regmesg.t t/pragma/warn/utf8
12032 ____________________________________________________________________________
12033 [  7695] By: jhi                                   on 2000/11/15  02:53:58
12034         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
12035              From: Peter Prymmer <pvhp@forte.com>
12036              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
12037              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
12038      Branch: perl
12039            ! utf8.c
12040 ____________________________________________________________________________
12041 [  7694] By: jhi                                   on 2000/11/15  02:50:55
12042         Log: Subject: [PATCH: perl@7674] updates to README.os390
12043              From: Prymmer/Kahn <pvhp@best.com>
12044              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
12045              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
12046      Branch: perl
12047            ! README.os390
12048 ____________________________________________________________________________
12049 [  7693] By: jhi                                   on 2000/11/15  02:48:37
12050         Log: Quit utf8_to_uv() instantly if curlen == 0.
12051      Branch: perl
12052            ! utf8.c
12053 ____________________________________________________________________________
12054 [  7692] By: jhi                                   on 2000/11/15  02:24:29
12055         Log: Use u_int32_t for the size of hash_cb(), not size_t.
12056              
12057              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
12058              From: Jens Hamisch <jens@Strawberry.COM>     
12059              Date: Tue, 14 Nov 2000 19:03:55 +0100
12060              Message-Id: <20001114190355.A20559@Strawberry.COM>
12061      Branch: perl
12062            ! ext/DB_File/DB_File.xs
12063 ____________________________________________________________________________
12064 [  7691] By: jhi                                   on 2000/11/15  02:20:12
12065         Log: Use UINT64_C().
12066              
12067              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
12068              From: Jens Hamisch <jens@Strawberry.COM>
12069              Date: Tue, 14 Nov 2000 19:16:23 +0100
12070              Message-Id: <20001114191623.G20559@Strawberry.COM>
12071      Branch: perl
12072            ! utf8.c utf8.h
12073 ____________________________________________________________________________
12074 [  7690] By: jhi                                   on 2000/11/15  02:17:06
12075         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
12076              (a macro to define signed and unsigned integer constants).
12077      Branch: perl
12078            ! handy.h
12079 ____________________________________________________________________________
12080 [  7689] By: jhi                                   on 2000/11/15  01:56:51
12081         Log: Regen Configure.
12082      Branch: perl
12083            ! Configure
12084 ____________________________________________________________________________
12085 [  7688] By: jhi                                   on 2000/11/15  01:56:32
12086         Log: Make the unit know about SOCKS.
12087      Branch: metaconfig
12088            ! U/protos/socksizetype.U
12089 ____________________________________________________________________________
12090 [  7687] By: jhi                                   on 2000/11/15  01:54:47
12091         Log: Remove unused dependencies.
12092      Branch: metaconfig
12093            ! U/compline/d_getpagsz.U
12094 ____________________________________________________________________________
12095 [  7686] By: nick                                  on 2000/11/14  21:25:13
12096         Log: Integrate mainline.
12097      Branch: perlio
12098           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
12099           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
12100           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
12101           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
12102           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
12103           !> win32/config.bc win32/config.gc win32/config.vc
12104           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
12105 ____________________________________________________________________________
12106 [  7685] By: jhi                                   on 2000/11/14  17:54:56
12107         Log: Integrate perlio.
12108      Branch: perl
12109           +> fakesdio.h perliol.h
12110           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
12111           !> perlsdio.h perlsfio.h pod/perlfunc.pod
12112 ____________________________________________________________________________
12113 [  7684] By: nick                                  on 2000/11/14  17:43:04
12114         Log: PerlIO #include and #ifdef re-work.
12115      Branch: perlio
12116            + fakesdio.h perliol.h
12117            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
12118            ! perlsdio.h perlsfio.h
12119 ____________________________________________________________________________
12120 [  7683] By: jhi                                   on 2000/11/14  15:42:40
12121         Log: Hoist the duplicated socket/netdb include logic to perl.h;
12122              undef SETERRNO in case SOCKS has defined it.  Based on:
12123              
12124              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
12125              From: Jens Hamisch <jens@Strawberry.COM> 
12126              Date: Tue, 14 Nov 2000 11:34:40 +0100
12127              Message-Id: <20001114113440.A20005@Strawberry.COM>
12128      Branch: perl
12129            ! doio.c perl.h pp_sys.c
12130 ____________________________________________________________________________
12131 [  7682] By: jhi                                   on 2000/11/14  14:07:28
12132         Log: Subject: some additions for makefiles for win32 (for perl@7674)
12133              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
12134              Date: Tue, 14 Nov 2000 09:31:13 +0300
12135              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
12136      Branch: perl
12137            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
12138            ! win32/makefile.mk
12139 ____________________________________________________________________________
12140 [  7681] By: jhi                                   on 2000/11/14  14:01:41
12141         Log: Subject: tiny typo in perl5db.pl
12142              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
12143              Date: Tue, 14 Nov 2000 09:29:28 +0300
12144              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
12145      Branch: perl
12146            ! lib/perl5db.pl
12147 ____________________________________________________________________________
12148 [  7680] By: jhi                                   on 2000/11/14  04:13:50
12149         Log: Redo #7679 with LFs instead of CRLFs.
12150      Branch: perl
12151            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
12152            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
12153            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
12154 ____________________________________________________________________________
12155 [  7679] By: jhi                                   on 2000/11/14  01:21:09
12156         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
12157              From: Benjamin Stuhl <tiriath@yahoo.com> 
12158              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
12159              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
12160      Branch: perl
12161            + win32/bin/mdelete.bat
12162            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
12163            ! makedef.pl perlio.c win32/Makefile win32/config.gc
12164            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
12165 ____________________________________________________________________________
12166 [  7678] By: jhi                                   on 2000/11/14  01:19:20
12167         Log: Fix the re extension building for Win32.
12168              
12169              Subject: [PATCH perl@7638] Get PerlIO building on Win32
12170              From: Benjamin Stuhl <tiriath@yahoo.com> 
12171              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
12172              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
12173      Branch: perl
12174            + ext/re/hints/MSWin32.pl
12175            ! MANIFEST
12176 ____________________________________________________________________________
12177 [  7677] By: jhi                                   on 2000/11/14  01:13:54
12178         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
12179              From: sthoenna@efn.org
12180              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
12181              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
12182      Branch: perl
12183            ! doop.c pp.c toke.c utf8.c utf8.h
12184 ____________________________________________________________________________
12185 [  7676] By: jhi                                   on 2000/11/13  20:23:15
12186         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
12187              From: Nicholas Clark <nick@ccl4.org>
12188              Date: Mon, 13 Nov 2000 18:55:04 +0000
12189              Message-ID: <20001113185504.J29183@plum.flirble.org>
12190      Branch: perl
12191            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
12192 ____________________________________________________________________________
12193 [  7675] By: nick                                  on 2000/11/13  20:21:57
12194         Log: Integrate mainline ...
12195      Branch: perlio
12196           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
12197           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
12198           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
12199           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
12200 ____________________________________________________________________________
12201 [  7674] By: jhi                                   on 2000/11/13  15:07:56
12202         Log: Update Changes.
12203      Branch: perl
12204            ! Changes patchlevel.h
12205 ____________________________________________________________________________
12206 [  7673] By: jhi                                   on 2000/11/13  14:42:42
12207         Log: Remove the new two tests of lib/io_xs for now, they seem to
12208              fail under perlio on some platforms.
12209      Branch: perl
12210            ! t/lib/io_xs.t
12211 ____________________________________________________________________________
12212 [  7672] By: jhi                                   on 2000/11/13  13:57:53
12213         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
12214      Branch: perl
12215            ! perlio.c
12216 ____________________________________________________________________________
12217 [  7671] By: jhi                                   on 2000/11/13  05:30:48
12218         Log: Placate nervous compilers that see longer than ints switch()ing.
12219      Branch: perl
12220            ! utf8.c
12221 ____________________________________________________________________________
12222 [  7670] By: jhi                                   on 2000/11/13  05:14:21
12223         Log: fputs() does return EOF on error but here we don't care.
12224      Branch: perl
12225            ! perlio.c
12226 ____________________________________________________________________________
12227 [  7669] By: jhi                                   on 2000/11/13  05:02:45
12228         Log: Declare reg_data like reg_substr_data.
12229      Branch: perl
12230            ! regexp.h
12231 ____________________________________________________________________________
12232 [  7668] By: jhi                                   on 2000/11/13  04:54:34
12233         Log: Typos in #7667.
12234      Branch: perl
12235            ! perl.h
12236 ____________________________________________________________________________
12237 [  7667] By: jhi                                   on 2000/11/13  04:49:49
12238         Log: Cleanup messy #ifdef.
12239      Branch: perl
12240            ! perl.h
12241 ____________________________________________________________________________
12242 [  7666] By: jhi                                   on 2000/11/13  04:17:34
12243         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
12244              From: Nicholas Clark <nick@talking.bollo.cx>
12245              Date: Sun, 12 Nov 2000 21:14:11 +0000
12246              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
12247              
12248              Note: only one breakage of the two reported is fixed by this patch.
12249      Branch: perl
12250            ! perlio.c
12251 ____________________________________________________________________________
12252 [  7665] By: jhi                                   on 2000/11/13  04:05:07
12253         Log: Tweak the definition of the bit complement on UTF-8 data:
12254              if none of the characters in the string are > 0xff,
12255              the result is a complemented byte string, not a (UTF-8)
12256              char string.  Based on the summary in
12257              
12258              Subject: Re: [ID 20000918.005] ~ on wide chars
12259              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
12260              Date: Fri, 10 Nov 2000 09:47:15 -0800
12261              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
12262              
12263              This should give us the maximum backward (pre-char string)
12264              compatibility and utf8 compatibility.  The other alternative
12265              would be to limit the bit complement to be always byte only,
12266              taking the least significant byte of the chars.
12267      Branch: perl
12268            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
12269 ____________________________________________________________________________
12270 [  7664] By: jhi                                   on 2000/11/13  00:23:44
12271         Log: Couple of tests from #7660 salvaged.
12272      Branch: perl
12273            - t/op/tell.t
12274            ! MANIFEST t/io/tell.t
12275 ____________________________________________________________________________
12276 [  7663] By: jhi                                   on 2000/11/13  00:02:48
12277         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
12278              From: Nicholas Clark <nick@talking.bollo.cx>
12279              Date: Sun, 12 Nov 2000 21:23:43 +0000
12280              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
12281      Branch: perl
12282            ! perlsfio.h
12283 ____________________________________________________________________________
12284 [  7662] By: jhi                                   on 2000/11/13  00:01:39
12285         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
12286              From: Nicholas Clark <nick@talking.bollo.cx>
12287              Date: Sun, 12 Nov 2000 21:30:04 +0000
12288              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
12289      Branch: perl
12290            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
12291 ____________________________________________________________________________
12292 [  7661] By: jhi                                   on 2000/11/12  23:57:29
12293         Log: Document tell() on special streams.
12294      Branch: perl
12295            ! pod/perlfunc.pod
12296 ____________________________________________________________________________
12297 [  7660] By: jhi                                   on 2000/11/12  23:54:22
12298         Log: (Subsumed by #7664)
12299      Branch: perl
12300            + t/op/tell.t
12301            ! MANIFEST
12302 ____________________________________________________________________________
12303 [  7659] By: jhi                                   on 2000/11/12  22:55:25
12304         Log: Many subdocumented return values of the IO extension now documented.
12305              ungetc and write still left subdocumented.
12306              
12307              Subject: [PATCH] (was Re: IO::Handle::ungetc)
12308              From: Nicholas Clark <nick@talking.bollo.cx>
12309              Date: Sun, 12 Nov 2000 21:35:53 +0000
12310              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
12311      Branch: perl
12312            ! ext/IO/lib/IO/Handle.pm
12313 ____________________________________________________________________________
12314 [  7658] By: jhi                                   on 2000/11/12  21:37:06
12315         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
12316              From: Nicholas Clark <nick@talking.bollo.cx>
12317              Date: Sun, 12 Nov 2000 20:03:22 +0000
12318              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
12319      Branch: perl
12320            ! pod/perlfunc.pod
12321 ____________________________________________________________________________
12322 [  7657] By: jhi                                   on 2000/11/12  20:34:55
12323         Log: Integrate perlio.
12324      Branch: perl
12325           !> perlio.c
12326 ____________________________________________________________________________
12327 [  7656] By: nick                                  on 2000/11/12  19:25:06
12328         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
12329      Branch: perlio
12330            ! perlio.c
12331 ____________________________________________________________________________
12332 [  7655] By: nick                                  on 2000/11/12  19:09:41
12333         Log: Integrate mainline
12334      Branch: perlio
12335           +> README.solaris ext/Encode/Encode/cp1006.enc
12336           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
12337           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
12338           +> ext/Encode/Encode/iso8859-13.enc
12339           +> ext/Encode/Encode/iso8859-14.enc
12340           +> ext/Encode/Encode/iso8859-15.enc
12341           !> (integrate 34 files)
12342 ____________________________________________________________________________
12343 [  7654] By: jhi                                   on 2000/11/12  19:00:22
12344         Log: Add a metaconfig unit for fsync.
12345      Branch: metaconfig/U/perl
12346            + d_fsync.U
12347 ____________________________________________________________________________
12348 [  7653] By: jhi                                   on 2000/11/12  19:00:01
12349         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
12350      Branch: perl
12351            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12352            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
12353            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12354            ! vos/config.ga.h win32/config.bc win32/config.gc
12355            ! win32/config.vc
12356 ____________________________________________________________________________
12357 [  7652] By: jhi                                   on 2000/11/11  21:12:01
12358         Log: Copy the s// information of README.hpux also to the perlrun.
12359      Branch: perl
12360            ! README.hpux pod/perlrun.pod
12361 ____________________________________________________________________________
12362 [  7651] By: jhi                                   on 2000/11/11  21:03:13
12363         Log: More README.solaris updates from Andy Dougherty.
12364      Branch: perl
12365            ! README.solaris
12366 ____________________________________________________________________________
12367 [  7650] By: jhi                                   on 2000/11/11  18:38:57
12368         Log: More descriptive error for unknown perlio layers.
12369              
12370              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
12371              From: Dominic Dunlop <domo@computer.org> 
12372              Date: Sat, 11 Nov 2000 18:20:32 +0100             
12373              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
12374      Branch: perl
12375            ! perlio.c pod/perldiag.pod
12376 ____________________________________________________________________________
12377 [  7649] By: jhi                                   on 2000/11/11  18:37:52
12378         Log: MachTen doesn't really do mmap() and munmap().
12379              
12380              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
12381              From: Dominic Dunlop <domo@computer.org> 
12382              Date: Sat, 11 Nov 2000 18:20:32 +0100             
12383              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
12384      Branch: perl
12385            ! hints/machten.sh
12386 ____________________________________________________________________________
12387 [  7648] By: jhi                                   on 2000/11/11  18:36:46
12388         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
12389              From: rspier@pobox.com (Robert Spier)
12390              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
12391              Message-ID: <14861.32839.491271.985797@rls.cx>
12392      Branch: perl
12393            ! Porting/Contract pod/perltoot.pod
12394 ____________________________________________________________________________
12395 [  7647] By: jhi                                   on 2000/11/11  18:35:30
12396         Log: Simplify the getpagesize() unit by dropping the
12397              pagesize probe since it's nowadays slightly more
12398              complicated because of sysconf(). (Note: if some
12399              platform really needs the -lPW for getpagesize,
12400              I just broke it.)
12401              
12402              TODO: a new pagesize unit.
12403      Branch: metaconfig
12404            ! U/compline/d_getpagsz.U
12405 ____________________________________________________________________________
12406 [  7646] By: jhi                                   on 2000/11/11  18:33:23
12407         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
12408      Branch: perl
12409            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12410            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
12411            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12412            ! vos/config.ga.h win32/config.bc win32/config.gc
12413            ! win32/config.vc
12414 ____________________________________________________________________________
12415 [  7645] By: jhi                                   on 2000/11/11  16:45:15
12416         Log: Use sysconf() or getpagesize() to find out the pagesize.
12417      Branch: perl
12418            ! perlio.c
12419 ____________________________________________________________________________
12420 [  7644] By: jhi                                   on 2000/11/11  15:46:08
12421         Log: Integrate perlio.
12422      Branch: perl
12423           !> perlio.c
12424 ____________________________________________________________________________
12425 [  7643] By: jhi                                   on 2000/11/11  15:33:36
12426         Log: Subject: Re: [PATCH] README.solaris
12427              From: Lupe Christoph <lupe@lupe-christoph.de>
12428              Date: Sat, 11 Nov 2000 14:08:10 +0100
12429              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
12430      Branch: perl
12431            ! README.solaris
12432 ____________________________________________________________________________
12433 [  7642] By: jhi                                   on 2000/11/11  15:22:12
12434         Log: Subject: [PATCH perl@7638] cygwin port
12435              From: "Eric Fifer" <egf7@columbia.edu>            
12436              Date: Fri, 10 Nov 2000 19:30:30 -0000
12437              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
12438      Branch: perl
12439            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
12440 ____________________________________________________________________________
12441 [  7641] By: nick                                  on 2000/11/11  14:50:36
12442         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
12443              Also call "Buf" layer directly when unread'ing non-read chars.
12444      Branch: perlio
12445            ! perlio.c
12446 ____________________________________________________________________________
12447 [  7640] By: jhi                                   on 2000/11/11  02:05:02
12448         Log: Add more encoding tables.
12449      Branch: perl
12450            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
12451            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
12452            + ext/Encode/Encode/iso8859-10.enc
12453            + ext/Encode/Encode/iso8859-13.enc
12454            + ext/Encode/Encode/iso8859-14.enc
12455            + ext/Encode/Encode/iso8859-15.enc
12456            ! MANIFEST
12457 ____________________________________________________________________________
12458 [  7639] By: jhi                                   on 2000/11/10  18:49:25
12459         Log: Subject: [PATCH] README.solaris
12460              From: Andy Dougherty <doughera@lafayette.edu>
12461              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
12462              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
12463      Branch: perl
12464            + README.solaris
12465            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
12466            ! pod/perl.pod pod/perltoc.pod
12467 ____________________________________________________________________________
12468 [  7638] By: jhi                                   on 2000/11/10  15:04:15
12469         Log: Update Changes.
12470      Branch: perl
12471            ! Changes patchlevel.h
12472 ____________________________________________________________________________
12473 [  7637] By: jhi                                   on 2000/11/10  14:14:28
12474         Log: Explain better why certain regex tests are skipped.
12475              
12476              Subject: Re: tests skipped: unknown reason
12477              From: Lupe Christoph <lupe@lupe-christoph.de>
12478              Date: Fri, 10 Nov 2000 09:08:56 +0100
12479              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
12480      Branch: perl
12481            ! t/op/regexp.t
12482 ____________________________________________________________________________
12483 [  7636] By: nick                                  on 2000/11/10  13:40:00
12484         Log: Integrate mainline.
12485      Branch: perlio
12486           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
12487           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
12488           !> win32/bin/search.pl
12489 ____________________________________________________________________________
12490 [  7635] By: nick                                  on 2000/11/10  13:25:52
12491         Log: Re-instate stdio large file support via perlio.
12492      Branch: perl
12493            ! perlio.c
12494 ____________________________________________________________________________
12495 [  7634] By: jhi                                   on 2000/11/10  04:49:55
12496         Log: Amdahl UTS hints updates.
12497              
12498              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
12499              From: hom00@utsglobal.com (Harold O Morris)
12500              Date: Thu, 9 Nov 2000 20:02 PST
12501              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
12502      Branch: perl
12503            ! hints/uts.sh
12504 ____________________________________________________________________________
12505 [  7633] By: jhi                                   on 2000/11/09  23:33:28
12506         Log: Subject: [PATCH] IO::Seekable pod
12507              From: Nicholas Clark <nick@talking.bollo.cx>
12508              Date: Thu, 9 Nov 2000 20:29:45 +0000
12509              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
12510      Branch: perl
12511            ! ext/IO/lib/IO/Handle.pm
12512 ____________________________________________________________________________
12513 [  7632] By: jhi                                   on 2000/11/09  21:55:41
12514         Log: Various doc oddball characters.
12515              
12516              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
12517              From: Michael Somos <somos@grail.cba.csuohio.edu>
12518              Date: Mon, 6 Nov 2000 17:44:20 -0500
12519              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
12520      Branch: perl
12521            ! emacs/cperl-mode.el lib/unicode/syllables.txt
12522            ! win32/bin/search.pl
12523 ____________________________________________________________________________
12524 [  7631] By: jhi                                   on 2000/11/09  21:12:29
12525         Log: Subject: Re: bash -c exit and linux hints 
12526              From: "John P. Linderman" <jpl@research.att.com>
12527              Date: Thu, 02 Nov 2000 09:37:25 -0500
12528              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
12529      Branch: perl
12530            ! hints/linux.sh
12531 ____________________________________________________________________________
12532 [  7630] By: nick                                  on 2000/11/09  20:34:11
12533         Log: Integrate mainline.
12534      Branch: perlio
12535           !> (integrate 91 files)
12536 ____________________________________________________________________________
12537 [  7629] By: jhi                                   on 2000/11/09  19:46:31
12538         Log: Missing dTHXs.
12539              
12540              Subject: RE: perl@7595 builds not on cygwin
12541              From: "Eric Fifer" <egf7@columbia.edu>
12542              Date: Thu, 9 Nov 2000 19:26:50 -0000
12543              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
12544      Branch: perl
12545            ! ext/Devel/Peek/Peek.xs
12546 ____________________________________________________________________________
12547 [  7628] By: jhi                                   on 2000/11/09  14:48:27
12548         Log: Disable only the tests 99 and 166 for UTF-8 locales.
12549      Branch: perl
12550            ! t/pragma/locale.t
12551 ____________________________________________________________________________
12552 [  7627] By: jhi                                   on 2000/11/09  14:40:27
12553         Log: There's no =head3.
12554      Branch: perl
12555            ! pod/perlhack.pod
12556 ____________________________________________________________________________
12557 [  7626] By: jhi                                   on 2000/11/09  13:54:26
12558         Log: The generated boot_* headers are wrong.  Pickier compiler,
12559              such as KAI C++ will refuse to compile the resulting perlmain.
12560              
12561              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
12562              From: Harri Pasanen <harri.pasanen@trema.com>
12563              Date: Thu, 09 Nov 2000 14:23:28 +0100
12564              Message-Id: <3A0AA550.26D548A3@trema.com>
12565      Branch: perl
12566            ! minimod.pl
12567 ____________________________________________________________________________
12568 [  7625] By: jhi                                   on 2000/11/09  13:50:44
12569         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
12570              From: Prymmer/Kahn <pvhp@best.com>
12571              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
12572              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
12573              
12574              All except the "cow orker" change.
12575      Branch: perl
12576            ! Porting/pumpkin.pod
12577 ____________________________________________________________________________
12578 [  7624] By: jhi                                   on 2000/11/09  13:45:33
12579         Log: Fix for
12580              
12581              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
12582              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
12583              Date: Thu, 09 Nov 2000 11:05:52 +0100
12584              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
12585      Branch: perl
12586            ! pod/perldiag.pod t/pragma/warn/pp_sys
12587 ____________________________________________________________________________
12588 [  7623] By: jhi                                   on 2000/11/09  13:37:16
12589         Log: Typo in an ifndef.
12590              
12591              Subject: Re: [PATCH 5.7.0] better messages from malloc()
12592              From: Joe Smith <jms@inwap.com>         
12593              Date: Thu, 09 Nov 2000 01:33:14 -0800
12594              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
12595      Branch: perl
12596            ! malloc.c
12597 ____________________________________________________________________________
12598 [  7622] By: jhi                                   on 2000/11/09  13:31:18
12599         Log: Remove unused extra arguments.
12600      Branch: metaconfig/U/perl
12601            ! perlxv.U
12602      Branch: perl
12603            ! Configure config_h.SH
12604 ____________________________________________________________________________
12605 [  7621] By: jhi                                   on 2000/11/09  13:16:36
12606         Log: More VMS moves on environment handling, from Charles Lane.
12607      Branch: perl
12608            ! t/pragma/locale.t
12609 ____________________________________________________________________________
12610 [  7620] By: jhi                                   on 2000/11/09  04:42:38
12611         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
12612              From: David Dyck <dcd@tc.fluke.com>
12613              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
12614              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
12615      Branch: perl
12616            ! pp_sys.c
12617 ____________________________________________________________________________
12618 [  7619] By: jhi                                   on 2000/11/09  04:36:21
12619         Log: Forgot from #7618.
12620      Branch: perl
12621            ! lib/File/stat.pm
12622 ____________________________________________________________________________
12623 [  7618] By: jhi                                   on 2000/11/09  04:28:44
12624         Log: Make deleting for %ENV work for (newer versions of) VMS,
12625              from Craig A. Berry.
12626      Branch: perl
12627            ! vms/vms.c
12628 ____________________________________________________________________________
12629 [  7617] By: jhi                                   on 2000/11/09  04:25:05
12630         Log: Subject: [PATCH] Class::Struct at compile time
12631              From: "Casey R. Tweten" <crt@kiski.net>
12632              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
12633              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
12634      Branch: perl
12635            ! lib/Class/Struct.pm
12636 ____________________________________________________________________________
12637 [  7616] By: jhi                                   on 2000/11/09  04:15:17
12638         Log: Subject: [ID 20001108.013] spelling
12639              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
12640              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
12641              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
12642      Branch: perl
12643            ! lib/ftp.pl
12644 ____________________________________________________________________________
12645 [  7615] By: jhi                                   on 2000/11/09  04:12:42
12646         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
12647              From: Peter Prymmer <pvhp@forte.com>
12648              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
12649              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
12650      Branch: perl
12651            ! configure.com
12652 ____________________________________________________________________________
12653 [  7614] By: jhi                                   on 2000/11/08  22:42:55
12654         Log: A missing aTHX_.
12655      Branch: perl
12656            ! ext/IPC/SysV/SysV.xs
12657 ____________________________________________________________________________
12658 [  7613] By: jhi                                   on 2000/11/08  19:30:21
12659         Log: Update Changes.
12660      Branch: perl
12661            ! Changes patchlevel.h
12662 ____________________________________________________________________________
12663 [  7612] By: jhi                                   on 2000/11/08  18:35:25
12664         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
12665              From: David Dyck <dcd@tc.fluke.com>
12666              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
12667              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
12668      Branch: perl
12669            ! pp_sys.c
12670 ____________________________________________________________________________
12671 [  7611] By: jhi                                   on 2000/11/08  18:30:26
12672         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
12673              From: Dominic Dunlop <domo@computer.org>
12674              Date: Tue, 7 Nov 2000 12:05:25 +0100
12675              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
12676      Branch: perl
12677            ! malloc.c
12678 ____________________________________________________________________________
12679 [  7610] By: jhi                                   on 2000/11/08  18:25:14
12680         Log: Do not test UTF-8 locales since that the tests would require
12681              polymorphic regexen.
12682      Branch: perl
12683            ! t/pragma/locale.t
12684 ____________________________________________________________________________
12685 [  7609] By: jhi                                   on 2000/11/08  17:12:51
12686         Log: Locale buglets.
12687              
12688              Subject: RE: Locales support (setlocale) fixes
12689              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
12690              Date: Wed, 8 Nov 2000 20:01:39 +0300
12691              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
12692      Branch: perl
12693            ! t/pragma/locale.t util.c
12694 ____________________________________________________________________________
12695 [  7608] By: jhi                                   on 2000/11/08  17:00:16
12696         Log: Deleting $ENV{PATH} in VMS is not recommendable.
12697      Branch: perl
12698            ! t/pragma/locale.t
12699 ____________________________________________________________________________
12700 [  7607] By: jhi                                   on 2000/11/08  16:58:26
12701         Log: Subject: PATCH std stdio for (Free)BSD
12702              From: Nicholas Clark <nick@ccl4.org>
12703              Date: Wed, 8 Nov 2000 15:36:29 +0000
12704              Message-ID: <20001108153629.D98736@plum.flirble.org>
12705      Branch: metaconfig
12706            ! U/compline/d_stdstdio.U
12707      Branch: perl
12708            ! Configure config_h.SH
12709 ____________________________________________________________________________
12710 [  7606] By: jhi                                   on 2000/11/08  16:43:31
12711         Log: Forgot to bump the line numbers in #7601.
12712      Branch: perl
12713            ! t/pragma/warn/pp_sys
12714 ____________________________________________________________________________
12715 [  7605] By: jhi                                   on 2000/11/08  16:39:12
12716         Log: More careful detection of how well NVs and UVs mix.
12717              
12718              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))
12719              From: Nicholas Clark <nick@ccl4.org>
12720              Date: Wed, 8 Nov 2000 15:14:12 +0000
12721              Message-ID: <20001108151412.B98736@plum.flirble.org>
12722              
12723              Added some SIGFPE paranoia.
12724      Branch: metaconfig/U/perl
12725            ! perlxv.U
12726      Branch: perl
12727            ! Configure config_h.SH
12728 ____________________________________________________________________________
12729 [  7604] By: jhi                                   on 2000/11/08  14:39:10
12730         Log: Subject: [patch perl@7595] VMS configure.com tweak
12731              From: "Craig A. Berry" <craigberry@mac.com>
12732              Date: Wed, 8 Nov 2000 00:24:12 -0600
12733              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
12734      Branch: perl
12735            ! configure.com
12736 ____________________________________________________________________________
12737 [  7603] By: jhi                                   on 2000/11/08  14:27:11
12738         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
12739              From: Robin Barker <rmb1@cise.npl.co.uk>
12740              Date: Wed, 8 Nov 2000 11:11:39 GMT
12741              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
12742      Branch: perl
12743            ! perlio.c
12744 ____________________________________________________________________________
12745 [  7602] By: jhi                                   on 2000/11/08  14:25:03
12746         Log: Fix for the tie-refhash string table leaks.
12747              
12748              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
12749              Date: Wed, 8 Nov 2000 13:03:04 GMT
12750              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
12751      Branch: perl
12752            ! t/lib/tie-refhash.t
12753 ____________________________________________________________________________
12754 [  7601] By: jhi                                   on 2000/11/08  14:21:08
12755         Log: Try to avoid flockless and emulationless places.
12756      Branch: perl
12757            ! t/pragma/warn/pp_sys
12758 ____________________________________________________________________________
12759 [  7600] By: jhi                                   on 2000/11/08  02:28:54
12760         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
12761              
12762              Subject: [PATCH] prototyped functions that should be overrideable
12763              From: "Casey R. Tweten" <crt@kiski.net>
12764              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
12765              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
12766      Branch: perl
12767            ! toke.c
12768 ____________________________________________________________________________
12769 [  7599] By: jhi                                   on 2000/11/08  01:12:05
12770         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
12771              
12772              Subject: [PATCH] perlbug.PL
12773              From: "Kurt D. Starsinic" <kstar@chapin.edu>
12774              Date: Mon, 6 Nov 2000 21:39:01 -0500
12775              Message-ID: <20001106213901.B20955@O2.chapin.edu>
12776      Branch: perl
12777            ! utils/perlbug.PL
12778 ____________________________________________________________________________
12779 [  7598] By: jhi                                   on 2000/11/07  23:42:00
12780         Log: Bad thinko in #7581 (I used the test program with the expanded
12781              values as-is).
12782      Branch: metaconfig
12783            ! U/compline/d_stdstdio.U
12784      Branch: perl
12785            ! Configure
12786 ____________________________________________________________________________
12787 [  7597] By: jhi                                   on 2000/11/07  21:43:29
12788         Log: Subject: [PATCH perl@7573] cygwin port
12789              From: "Fifer, Eric" <EFifer@sanwaint.com>
12790              Date: Tue, 7 Nov 2000 18:08:51 -0000 
12791              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
12792              
12793              Synchronize with Cygwin 1.1.5.
12794      Branch: perl
12795            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
12796            ! pod/perlport.pod unixish.h util.c
12797 ____________________________________________________________________________
12798 [  7596] By: jhi                                   on 2000/11/07  21:39:25
12799         Log: perlhack updates from H.Merijn Brand.
12800      Branch: perl
12801            ! pod/perlhack.pod
12802 ____________________________________________________________________________
12803 [  7595] By: jhi                                   on 2000/11/07  20:21:41
12804         Log: Update Changes.
12805      Branch: perl
12806            ! Changes patchlevel.h
12807 ____________________________________________________________________________
12808 [  7594] By: jhi                                   on 2000/11/07  19:18:58
12809         Log: Be more robust in Dynaloader.pm.
12810      Branch: perl
12811            ! ext/DynaLoader/DynaLoader_pm.PL
12812 ____________________________________________________________________________
12813 [  7593] By: jhi                                   on 2000/11/07  16:49:31
12814         Log: AUTHORS update.
12815      Branch: perl
12816            ! AUTHORS
12817 ____________________________________________________________________________
12818 [  7592] By: gsar                                  on 2000/11/07  16:39:51
12819         Log: normalize relative paths in virtualized current directory on windows,
12820              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
12821              returns)
12822      Branch: perl
12823            ! win32/vdir.h
12824 ____________________________________________________________________________
12825 [  7591] By: jhi                                   on 2000/11/07  16:04:26
12826         Log: Too profiler-happy: with optimization the #7590 actually makes
12827              the test to run 0.5% _slower_.  Requires much more instrumentation.
12828              Retract #7590.
12829      Branch: perl
12830            ! regcomp.c regcomp.h
12831 ____________________________________________________________________________
12832 [  7590] By: jhi                                   on 2000/11/07  15:51:13
12833         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
12834              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
12835              by using memset() and testing bytewise (as opposed to bitwise).
12836      Branch: perl
12837            ! regcomp.c regcomp.h
12838 ____________________________________________________________________________
12839 [  7589] By: jhi                                   on 2000/11/07  12:56:39
12840         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
12841              From: "Craig A. Berry" <craig.berry@psinetcs.com>
12842              Date: Mon, 06 Nov 2000 23:45:30 -0500
12843              Message-Id: <0011079735.AA973576259@univpress.com>
12844      Branch: perl
12845            ! configure.com t/lib/st-lock.t
12846 ____________________________________________________________________________
12847 [  7588] By: jhi                                   on 2000/11/07  01:03:28
12848         Log: Tweak #7587.
12849      Branch: perl
12850            ! pod/perldiag.pod
12851 ____________________________________________________________________________
12852 [  7587] By: jhi                                   on 2000/11/07  01:00:27
12853         Log: A doc addition for bug id 20001105.019, beware \p.
12854      Branch: perl
12855            ! pod/perldiag.pod
12856 ____________________________________________________________________________
12857 [  7586] By: jhi                                   on 2000/11/07  00:32:22
12858         Log: Fake support of holey files in win/dosish platforms.
12859              
12860              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
12861              From: kipp@shonanblue.ne.jp
12862              Date: Mon, 6 Nov 2000 13:30:55 -0800
12863              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
12864      Branch: perl
12865            ! ext/SDBM_File/sdbm/sdbm.c
12866 ____________________________________________________________________________
12867 [  7585] By: jhi                                   on 2000/11/07  00:12:54
12868         Log: Subject: Pod updates
12869              From: "Stephen P. Potter" <spp@spotter.yi.org>
12870              Date: Mon, 06 Nov 2000 18:56:43 -0500
12871              Message-Id: <200011062357.SAA18173@spotter.yi.org>
12872      Branch: perl
12873            ! README.dos README.os2 README.win32 pod/buildtoc.PL
12874            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
12875            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
12876            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
12877            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
12878            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
12879            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
12880            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
12881            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
12882            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
12883            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
12884            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
12885            ! pod/perltootc.pod pod/perlunicode.pod
12886 ____________________________________________________________________________
12887 [  7584] By: jhi                                   on 2000/11/07  00:04:17
12888         Log: Varargs don't always work too well if one puts an unsigned
12889              char on the stack and pop an unsigned quad off the stack.
12890              
12891              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
12892              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
12893              Date: Mon, 06 Nov 2000 15:19:05 -0800
12894              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
12895      Branch: perl
12896            ! utf8.c
12897 ____________________________________________________________________________
12898 [  7583] By: jhi                                   on 2000/11/06  23:58:48
12899         Log: %ENV note tweaks from Dan Sugalski.
12900      Branch: perl
12901            ! pod/perlport.pod vms/perlvms.pod
12902 ____________________________________________________________________________
12903 [  7582] By: jhi                                   on 2000/11/06  23:05:49
12904         Log: glibc5 detection by __GNU_LIBRARY__.
12905      Branch: perl
12906            ! toke.c
12907 ____________________________________________________________________________
12908 [  7581] By: jhi                                   on 2000/11/06  22:51:29
12909         Log: Make the stdio test program of 7427 less noisy while being 
12910              compiled so that Digital UNIX wouldn't get both
12911              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
12912              undefined.  This makes perlio happy.
12913      Branch: metaconfig
12914            ! U/compline/d_stdstdio.U
12915      Branch: perl
12916            ! Configure config_h.SH
12917 ____________________________________________________________________________
12918 [  7580] By: jhi                                   on 2000/11/06  22:41:41
12919         Log: Document %ENV = () portability issues.
12920      Branch: perl
12921            ! pod/perlport.pod vms/perlvms.pod
12922 ____________________________________________________________________________
12923 [  7579] By: jhi                                   on 2000/11/06  21:29:24
12924         Log: VOS updates from Paul Green.
12925      Branch: perl
12926            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12927 ____________________________________________________________________________
12928 [  7578] By: jhi                                   on 2000/11/06  21:00:40
12929         Log: Sanitize the environment further.
12930      Branch: perl
12931            ! t/pragma/locale.t
12932 ____________________________________________________________________________
12933 [  7577] By: jhi                                   on 2000/11/06  20:53:51
12934         Log: Re-introduce 7552 lost in integration.
12935      Branch: perl
12936            ! perlio.c
12937 ____________________________________________________________________________
12938 [  7576] By: jhi                                   on 2000/11/06  20:33:46
12939         Log: Admit that the test leaks scalars.
12940      Branch: perl
12941            ! t/comp/proto.t
12942 ____________________________________________________________________________
12943 [  7575] By: jhi                                   on 2000/11/06  20:17:08
12944         Log: Integrate perlio.
12945      Branch: perl
12946           !> perlio.c
12947 ____________________________________________________________________________
12948 [  7574] By: nick                                  on 2000/11/06  20:07:28
12949         Log: Remove debug. Try (Mmap_t) on madvise() call.
12950      Branch: perlio
12951            ! perlio.c
12952 ____________________________________________________________________________
12953 [  7573] By: jhi                                   on 2000/11/06  13:56:05
12954         Log: Update Changes.
12955      Branch: perl
12956            ! Changes patchlevel.h
12957 ____________________________________________________________________________
12958 [  7572] By: jhi                                   on 2000/11/06  13:48:41
12959         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
12960              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12961              Date: Mon, 06 Nov 2000 10:11:42 +0100
12962              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
12963      Branch: perl
12964            ! pod/perlhack.pod
12965 ____________________________________________________________________________
12966 [  7571] By: jhi                                   on 2000/11/06  01:45:51
12967         Log: AUTHORS updates.
12968      Branch: perl
12969            ! AUTHORS
12970 ____________________________________________________________________________
12971 [  7570] By: jhi                                   on 2000/11/06  00:18:00
12972         Log: Fix for
12973              
12974              Subject: [ID 20000728.005] perl -P broken
12975              From: David Dyck <dcd@tc.fluke.com>
12976              Date: Fri, 28 Jul 2000 17:19:16 -0700
12977              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
12978              
12979              (hopefully).  The fix is also not complete, it seems to break
12980              BOM swallowing for libc5 systems, but until someone figures
12981              out a way to do this without ftell(), this will do.
12982      Branch: perl
12983            ! toke.c
12984 ____________________________________________________________________________
12985 [  7569] By: jhi                                   on 2000/11/06  00:05:30
12986         Log: Document that the evaled syntax errors cause scalar leaks.
12987      Branch: perl
12988            ! t/comp/proto.t
12989 ____________________________________________________________________________
12990 [  7568] By: jhi                                   on 2000/11/05  23:14:47
12991         Log: opmini.o can linger from Configures past.
12992      Branch: perl
12993            ! Makefile.SH
12994 ____________________________________________________________________________
12995 [  7567] By: jhi                                   on 2000/11/05  21:28:39
12996         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
12997              first argument correctly.
12998      Branch: perl
12999            ! perlio.c
13000 ____________________________________________________________________________
13001 [  7566] By: jhi                                   on 2000/11/05  21:15:56
13002         Log: Integrate perlio.
13003      Branch: perl
13004           !> perlio.c
13005 ____________________________________________________________________________
13006 [  7565] By: jhi                                   on 2000/11/05  21:15:13
13007         Log: Use -dM for gcc (the suggested patch did it only for Linux,
13008              but I think it can be generalized).
13009              
13010              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
13011              From: Pixel <pixel@mandrakesoft.com>
13012              Date: 05 Nov 2000 21:49:34 +0100 
13013              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
13014      Branch: perl
13015            ! ext/Errno/Errno_pm.PL
13016 ____________________________________________________________________________
13017 [  7564] By: nick                                  on 2000/11/05  21:09:18
13018         Log: Added a mmap layer as a "subclass" of perlio.
13019              PERLIO=mmap ./perl harness passes
13020      Branch: perlio
13021            ! perlio.c
13022 ____________________________________________________________________________
13023 [  7563] By: jhi                                   on 2000/11/05  19:48:55
13024         Log: Add a note for future generations about bug id 20000229.006.
13025      Branch: perl
13026            ! malloc.c
13027 ____________________________________________________________________________
13028 [  7562] By: jhi                                   on 2000/11/05  19:38:24
13029         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
13030      Branch: perl
13031            ! pp_ctl.c t/op/pos.t
13032 ____________________________________________________________________________
13033 [  7561] By: jhi                                   on 2000/11/05  18:21:46
13034         Log: Add =pod to be tidy.
13035      Branch: perl
13036            ! lib/Math/Complex.pm
13037 ____________________________________________________________________________
13038 [  7560] By: jhi                                   on 2000/11/05  17:38:46
13039         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
13040      Branch: perl
13041            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
13042            ! ext/Storable/Storable.xs t/lib/st-recurse.t
13043 ____________________________________________________________________________
13044 [  7559] By: jhi                                   on 2000/11/05  17:32:59
13045         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
13046              From: "Peter J. Farley III" <pjfarley@banet.net>
13047              Date: Sun, 05 Nov 2000 11:55:59 -0500
13048              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
13049      Branch: perl
13050            ! t/lib/syslog.t
13051 ____________________________________________________________________________
13052 [  7558] By: jhi                                   on 2000/11/05  17:29:19
13053         Log: Integrate perlio.
13054      Branch: perl
13055           !> perlio.c
13056 ____________________________________________________________________________
13057 [  7557] By: jhi                                   on 2000/11/05  17:22:01
13058         Log: A fix of sorts for 20000329.026, a better error message
13059              for a missing "use charnames" when using the \N{...}. 
13060      Branch: perl
13061            ! pod/perldiag.pod toke.c
13062 ____________________________________________________________________________
13063 [  7556] By: jhi                                   on 2000/11/05  16:33:50
13064         Log: Test tweak: show also the failed locales.
13065              
13066              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
13067              From: Lupe Christoph <lupe@lupe-christoph.de>         
13068              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
13069              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
13070      Branch: perl
13071            ! t/pragma/locale.t
13072 ____________________________________________________________________________
13073 [  7555] By: nick                                  on 2000/11/05  11:09:34
13074         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
13075              open RDWR so does not fail. (pragma/warnings 303 again...)
13076      Branch: perlio
13077            ! perlio.c
13078 ____________________________________________________________________________
13079 [  7554] By: nick                                  on 2000/11/05  10:10:13
13080         Log: Fix case where ungetc(f,EOF) was allowed.
13081              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
13082              so we can see similarities.
13083              Use types more carefully and a STDCHAR array in hope that this will
13084              fix Jarrko's 64bit machine.
13085      Branch: perlio
13086            ! perlio.c
13087 ____________________________________________________________________________
13088 [  7553] By: jhi                                   on 2000/11/05  01:12:16
13089         Log: Fix for
13090              
13091              Subject: [ID 20001004.007] taint propogation is inconsistent
13092              From: pimlott@idiomtech.com (Andrew Pimlott) 
13093              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
13094              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
13095              
13096              The culprit was sv_setsv() which was rather blindly
13097              propagating taint, which lead to behaviour where if
13098              a tainted anon hash value was seen all the hash values
13099              from then on at that level became tainted, or at any
13100              upper levels in the case of nested anon hashes.
13101      Branch: perl
13102            ! sv.c t/op/taint.t
13103 ____________________________________________________________________________
13104 [  7552] By: jhi                                   on 2000/11/04  23:44:18
13105         Log: Some cpps don't like splitting conditionals across several lines.
13106      Branch: perl
13107            ! perlio.c
13108 ____________________________________________________________________________
13109 [  7551] By: nick                                  on 2000/11/04  23:40:44
13110         Log: Integrate mainline
13111      Branch: perlio
13112           !> pp_hot.c t/op/taint.t
13113 ____________________________________________________________________________
13114 [  7550] By: nick                                  on 2000/11/04  23:39:05
13115         Log: Integrate mainline again
13116      Branch: perlio
13117           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
13118           !> t/lib/b.t t/op/misc.t util.c
13119 ____________________________________________________________________________
13120 [  7549] By: jhi                                   on 2000/11/04  23:14:01
13121         Log: Fix for
13122              
13123              Subject: [ID 20001004.006] undef is never tainted
13124              From: pimlott@idiomtech.com (Andrew Pimlott)
13125              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
13126              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
13127              
13128              An undef read from a slurped file was not tainted.
13129      Branch: perl
13130            ! pp_hot.c t/op/taint.t
13131 ____________________________________________________________________________
13132 [  7548] By: jhi                                   on 2000/11/04  22:56:21
13133         Log: Test tweak ($Config{useperlio} is by default undef) .
13134      Branch: perl
13135            ! t/lib/b.t
13136 ____________________________________________________________________________
13137 [  7547] By: jhi                                   on 2000/11/04  22:43:56
13138         Log: Integrate perlio.
13139      Branch: perl
13140           +> lib/perlio.pm
13141           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
13142           !> pod/perlapi.pod t/lib/b.t
13143 ____________________________________________________________________________
13144 [  7546] By: jhi                                   on 2000/11/04  22:40:59
13145         Log: Configure would use a bad $myuname from an old config.sh.
13146              
13147              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
13148              From: Andy Dougherty <doughera@lafayette.edu>
13149              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
13150              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
13151      Branch: metaconfig
13152            ! U/modified/Oldconfig.U
13153      Branch: perl
13154            ! Configure config_h.SH
13155 ____________________________________________________________________________
13156 [  7545] By: jhi                                   on 2000/11/04  22:36:54
13157         Log: Subject: Locales support (setlocale) fixes
13158              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
13159              Date: Sat, 4 Nov 2000 10:15:48 +0300 
13160              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
13161              
13162              Modified quite a bit to be more portable.
13163      Branch: perl
13164            ! embed.h embed.pl perl.h proto.h util.c
13165 ____________________________________________________________________________
13166 [  7544] By: jhi                                   on 2000/11/04  22:32:47
13167         Log: Dying is too strict here, better just skip.
13168      Branch: perl
13169            ! t/op/misc.t
13170 ____________________________________________________________________________
13171 [  7543] By: nick                                  on 2000/11/04  21:55:13
13172         Log: Merge mainline
13173      Branch: perlio
13174           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
13175           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
13176           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
13177           !> (integrate 64 files)
13178 ____________________________________________________________________________
13179 [  7542] By: jhi                                   on 2000/11/04  21:09:28
13180         Log: More Changes tweakery.
13181      Branch: perl
13182            ! Changes Porting/genlog
13183 ____________________________________________________________________________
13184 [  7541] By: jhi                                   on 2000/11/04  20:58:18
13185         Log: Changes fixups.
13186      Branch: perl
13187            ! Changes
13188 ____________________________________________________________________________
13189 [  7540] By: jhi                                   on 2000/11/04  20:42:38
13190         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
13191              create a "fast path" for locale name probing using "locale -a"
13192              if available, squash finally hopefully the s?printf resetting
13193              the numeric locale (since, IIUC perllocale, it never shouldn't). 
13194      Branch: perl
13195            ! sv.c t/op/misc.t t/pragma/locale.t
13196 ____________________________________________________________________________
13197 [  7539] By: nick                                  on 2000/11/04  19:56:10
13198         Log: PerlIO infrastructure complete.
13199      Branch: perlio
13200            + lib/perlio.pm
13201            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
13202 ____________________________________________________________________________
13203 [  7538] By: nick                                  on 2000/11/04  14:31:32
13204         Log: Type tweaks + less contorted allocation scheme
13205      Branch: perlio
13206            ! perlio.c
13207 ____________________________________________________________________________
13208 [  7537] By: nick                                  on 2000/11/04  12:40:42
13209         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
13210              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
13211              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
13212              sensible) which lead to some interesting fails.
13213      Branch: perlio
13214            ! perlio.c
13215 ____________________________________________________________________________
13216 [  7536] By: jhi                                   on 2000/11/04  00:20:02
13217         Log: Add FCNTL_CAN_LOCK.
13218              
13219              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
13220              From: Andy Dougherty <doughera@lafayette.edu>
13221              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
13222              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
13223              
13224              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
13225              From: Andy Dougherty <doughera@lafayette.edu>
13226              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
13227              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
13228      Branch: metaconfig/U/perl
13229            + d_fcntl_can_lock.U
13230            ! startperl.U
13231      Branch: perl
13232            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13233            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
13234            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13235            ! vos/config.ga.h win32/config.bc win32/config.gc
13236            ! win32/config.vc
13237 ____________________________________________________________________________
13238 [  7535] By: nick                                  on 2000/11/03  22:19:10
13239         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
13240              - Works on Linux with
13241              perlio + unix
13242              stdio
13243              - Works on Solaris with
13244              perlio + unix
13245              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
13246              - Fails (hangs in openpid) if you try and stack
13247              perlio + stdio - Linux stdio's read() logic is hanging.
13248      Branch: perlio
13249            ! iperlsys.h perlio.c
13250 ____________________________________________________________________________
13251 [  7534] By: jhi                                   on 2000/11/03  15:16:02
13252         Log: Subject: Re: README.aix
13253              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13254              Date: Fri, 03 Nov 2000 16:03:15 +0100
13255              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
13256      Branch: perl
13257            ! README.aix
13258 ____________________________________________________________________________
13259 [  7533] By: jhi                                   on 2000/11/03  03:59:02
13260         Log: Subject: [PATCH 5.7.0] better messages from malloc()
13261              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13262              Date: Wed, 1 Nov 2000 23:39:56 -0500
13263              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
13264      Branch: perl
13265            ! malloc.c pod/perldiag.pod
13266 ____________________________________________________________________________
13267 [  7532] By: jhi                                   on 2000/11/03  00:11:56
13268         Log: The #7521 touched things it shouldn't have.
13269      Branch: perl
13270            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
13271 ____________________________________________________________________________
13272 [  7531] By: jhi                                   on 2000/11/02  22:32:33
13273         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
13274              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13275              Date:     Thu, 2 Nov 2000 16:58:36 EST
13276              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
13277      Branch: perl
13278            ! vms/gen_shrfls.pl
13279 ____________________________________________________________________________
13280 [  7530] By: jhi                                   on 2000/11/02  22:08:49
13281         Log: Fix the problem discussed in
13282              
13283              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
13284              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
13285              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
13286              
13287              originally from Linc Madison.  Also Andreas König's comments
13288              taken into account.  Some other problems with Tie::SubstrHash
13289              fixed: didn't croak when the table exceeded the requested number
13290              of entries (as documented) but instead when the number of entries
13291              exceeded the size of the table, a croak() had an unnecessary \n,
13292              didn't have a CLEAR method, documented that there is no exists().
13293              Didn't fix to be strict-proof because the module uses &foo; and
13294              dynamic scope.  Added a test script exercizing both first tamely 
13295              the basic functionality, and then the failure cases reported by
13296              Linc Madison.
13297      Branch: perl
13298            + t/lib/tie-substrhash.t
13299            ! MANIFEST lib/Tie/SubstrHash.pm
13300 ____________________________________________________________________________
13301 [  7529] By: jhi                                   on 2000/11/02  17:58:08
13302         Log: recv() can fail and return undef.
13303              
13304              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
13305              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
13306              Date: Thu, 2 Nov 2000 20:12:20 +0300
13307              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
13308      Branch: perl
13309            ! lib/Net/Ping.pm
13310 ____________________________________________________________________________
13311 [  7528] By: jhi                                   on 2000/11/02  17:49:09
13312         Log: Detpyo.
13313      Branch: perl
13314            ! pod/perlop.pod
13315 ____________________________________________________________________________
13316 [  7527] By: jhi                                   on 2000/11/02  15:48:37
13317         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
13318              fix a autovivification bug in Tie::RefHash, add tests for both.
13319              
13320              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
13321              From: Edward Avis <epa98@doc.ic.ac.uk>
13322              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
13323              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
13324      Branch: perl
13325            + t/lib/tie-refhash.t
13326            ! MANIFEST lib/Tie/RefHash.pm
13327 ____________________________________________________________________________
13328 [  7526] By: jhi                                   on 2000/11/02  13:56:26
13329         Log: Test::Harness revealed buglets in the new DynaLoader.
13330              
13331              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
13332              From: andreas.koenig@anima.de (Andreas J. Koenig)
13333              Date: 02 Nov 2000 11:26:48 +0100 
13334              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
13335      Branch: perl
13336            ! ext/DynaLoader/DynaLoader_pm.PL
13337 ____________________________________________________________________________
13338 [  7525] By: jhi                                   on 2000/11/01  23:52:08
13339         Log: The entry for #7503 was missing.
13340      Branch: perl
13341            ! Changes
13342 ____________________________________________________________________________
13343 [  7524] By: jhi                                   on 2000/11/01  23:40:52
13344         Log: Update Changes.
13345      Branch: perl
13346            ! Changes patchlevel.h
13347 ____________________________________________________________________________
13348 [  7523] By: jhi                                   on 2000/11/01  22:57:09
13349         Log: More tweaking on the #7522 theme.
13350      Branch: perl
13351            ! ext/DynaLoader/DynaLoader_pm.PL
13352 ____________________________________________________________________________
13353 [  7522] By: jhi                                   on 2000/11/01  22:06:15
13354         Log: Expand %Config variables and %ENV variables only if
13355              so requested during build time using the
13356              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
13357              Not expanding makes relocating distributions easier.
13358      Branch: perl
13359            ! ext/DynaLoader/DynaLoader_pm.PL
13360 ____________________________________________________________________________
13361 [  7521] By: jhi                                   on 2000/11/01  20:56:34
13362         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
13363              and setgid() because they were just changing $< and $( which means
13364              only changing the real uid/gid, as opposed to changing both
13365              real and effective ids.  (The alternative way could have been
13366              in POSIX.pm to change $> and $), too, but making a direct call
13367              to the C API feels cleaner.)  Fixes the bug
13368              
13369              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
13370              From: "Garry T. Williams" <garry@zvolve.com>
13371              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
13372              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
13373      Branch: perl
13374            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
13375            ! ext/POSIX/typemap pod/perlvar.pod
13376 ____________________________________________________________________________
13377 [  7520] By: jhi                                   on 2000/11/01  20:08:33
13378         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
13379              From: "Garry T. Williams" <garry@zvolve.com>
13380              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
13381              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
13382      Branch: perl
13383            ! pod/perlsec.pod
13384 ____________________________________________________________________________
13385 [  7519] By: jhi                                   on 2000/11/01  20:01:22
13386         Log: Locale warning explanation tweak.
13387      Branch: perl
13388            ! pod/perldiag.pod
13389 ____________________________________________________________________________
13390 [  7518] By: jhi                                   on 2000/11/01  18:57:13
13391         Log: C.pm part of
13392              
13393              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
13394              From: Jarkko Hietaniemi <jhi@iki.fi>
13395              Date: Tue, 10 Oct 2000 08:22:28 -0500
13396              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
13397      Branch: perl
13398            ! ext/B/B/C.pm
13399 ____________________________________________________________________________
13400 [  7517] By: jhi                                   on 2000/11/01  18:41:59
13401         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
13402              From: Martien Verbruggen <mgjv@comdyn.com.au>
13403              Date: Fri, 6 Oct 2000 14:09:10 +1100
13404              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
13405      Branch: perl
13406            ! pod/perlop.pod
13407 ____________________________________________________________________________
13408 [  7516] By: jhi                                   on 2000/11/01  18:34:55
13409         Log: Generalize the Camel wording.
13410              
13411              Subject: Re: perlfaq style changes
13412              From: John Borwick <jhborwic@unity.ncsu.edu>
13413              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
13414              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
13415      Branch: perl
13416            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
13417 ____________________________________________________________________________
13418 [  7515] By: jhi                                   on 2000/11/01  16:52:31
13419         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
13420              From: pimlott@idiomtech.com (Andrew Pimlott)
13421              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
13422              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
13423      Branch: perl
13424            ! pod/perlsec.pod
13425 ____________________________________________________________________________
13426 [  7514] By: jhi                                   on 2000/11/01  15:03:40
13427         Log: More AIX lore.
13428      Branch: perl
13429            ! ext/re/hints/aix.pl
13430 ____________________________________________________________________________
13431 [  7513] By: jhi                                   on 2000/11/01  14:48:30
13432         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
13433              From: root <root@chronos.fi.muni.cz>
13434              Date: Wed, 1 Nov 2000 12:31:32 +0100
13435              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
13436      Branch: perl
13437            ! lib/Net/Ping.pm
13438 ____________________________________________________________________________
13439 [  7512] By: jhi                                   on 2000/11/01  14:46:47
13440         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
13441              From: Martin Husemann <martin@duskware.de>
13442              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
13443              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
13444      Branch: perl
13445            ! regcomp.c
13446 ____________________________________________________________________________
13447 [  7511] By: jhi                                   on 2000/11/01  14:39:50
13448         Log: AUTHORS updates.
13449      Branch: perl
13450            ! AUTHORS
13451 ____________________________________________________________________________
13452 [  7510] By: jhi                                   on 2000/11/01  14:29:50
13453         Log: Subject: [PATCH] startperl to respect versiononly
13454              From: Robin Barker <rmb1@cise.npl.co.uk> 
13455              Date: Tue, 31 Oct 2000 16:29:36 GMT
13456              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
13457      Branch: metaconfig/U/perl
13458            ! startperl.U
13459      Branch: perl
13460            ! Configure config_h.SH
13461 ____________________________________________________________________________
13462 [  7509] By: jhi                                   on 2000/11/01  14:19:53
13463         Log: printf UVs the correct way, noticed by Robin Barker.
13464      Branch: perl
13465            ! utf8.c
13466 ____________________________________________________________________________
13467 [  7508] By: jhi                                   on 2000/11/01  14:10:03
13468         Log: Do not cleanup *% because the % has special meanings in some
13469              shell environments.
13470      Branch: perl
13471            ! ext/Storable/Makefile.PL
13472 ____________________________________________________________________________
13473 [  7507] By: jhi                                   on 2000/11/01  14:06:00
13474         Log: The NonStop-UX libraries have a novel way to say NaN.
13475      Branch: perl
13476            ! t/lib/bigfltpm.t
13477 ____________________________________________________________________________
13478 [  7506] By: jhi                                   on 2000/11/01  14:03:35
13479         Log: The osname has been lowercased by now, from Tom Bates.
13480      Branch: metaconfig
13481            ! U/modified/Oldconfig.U
13482      Branch: perl
13483            ! Configure config_h.SH
13484 ____________________________________________________________________________
13485 [  7505] By: jhi                                   on 2000/10/31  19:18:39
13486         Log: The compiler is either gcc or cc, from Tom Bates.
13487      Branch: perl
13488            ! hints/nonstopux.sh
13489 ____________________________________________________________________________
13490 [  7504] By: jhi                                   on 2000/10/31  14:53:42
13491         Log: Update Changes.
13492      Branch: perl
13493            ! Changes patchlevel.h
13494 ____________________________________________________________________________
13495 [  7503] By: jhi                                   on 2000/10/31  14:30:50
13496         Log: Whitespace style tweak.  Was originally going to see to
13497              
13498              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
13499              From: Joe Smith <jms@inwap.com>
13500              Date: Mon, 30 Oct 2000 18:47:57 -0800
13501              Message-Id: <39FE32DD.24AAC4D@inwap.com>
13502              
13503              but that had already been taken care of.
13504      Branch: metaconfig
13505            ! U/compline/d_stdstdio.U
13506      Branch: perl
13507            ! Configure config_h.SH
13508 ____________________________________________________________________________
13509 [  7502] By: jhi                                   on 2000/10/31  14:25:02
13510         Log: AUTHORS tweaks.
13511      Branch: perl
13512            ! AUTHORS
13513 ____________________________________________________________________________
13514 [  7501] By: jhi                                   on 2000/10/31  14:23:59
13515         Log: Subject: perlfaq style changes
13516              From: John Borwick <jhborwic@unity.ncsu.edu>
13517              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
13518              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
13519      Branch: perl
13520            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
13521            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13522            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
13523            ! pod/perlfaq9.pod
13524 ____________________________________________________________________________
13525 [  7500] By: jhi                                   on 2000/10/31  14:22:15
13526         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
13527              
13528              Subject: Re: [ID 20000918.005] ~ on wide chars
13529              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13530              Date: Mon, 30 Oct 2000 21:09:55 -0800
13531              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
13532              
13533              (The ord() part of the patch skipped.)
13534      Branch: perl
13535            ! doop.c
13536 ____________________________________________________________________________
13537 [  7499] By: jhi                                   on 2000/10/31  14:20:08
13538         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
13539              From: Jens Hamisch <jens@Strawberry.COM>
13540              Date: Mon, 30 Oct 2000 15:17:07 +0100
13541              Message-Id: <20001030151707.A9597@Strawberry.COM>
13542      Branch: perl
13543            ! av.c
13544 ____________________________________________________________________________
13545 [  7498] By: jhi                                   on 2000/10/31  14:16:29
13546         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
13547              From: Peter Prymmer <pvhp@forte.com>
13548              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
13549              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
13550      Branch: perl
13551            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
13552            + ext/Encode/Encode/posix-bc.enc
13553            ! MANIFEST t/lib/encode.t
13554 ____________________________________________________________________________
13555 [  7497] By: jhi                                   on 2000/10/31  14:13:22
13556         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
13557              From: Peter Prymmer <pvhp@forte.com>
13558              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
13559              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
13560      Branch: perl
13561            ! t/lib/cgi-html.t
13562 ____________________________________________________________________________
13563 [  7496] By: jhi                                   on 2000/10/31  14:12:05
13564         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
13565              From: Peter Prymmer <pvhp@forte.com>
13566              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
13567              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
13568      Branch: perl
13569            ! t/lib/cgi-function.t
13570 ____________________________________________________________________________
13571 [  7495] By: jhi                                   on 2000/10/31  14:11:08
13572         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
13573              From: Peter Prymmer <pvhp@forte.com>
13574              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
13575              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
13576      Branch: perl
13577            + ext/re/hints/aix.pl
13578            ! MANIFEST ext/re/Makefile.PL
13579 ____________________________________________________________________________
13580 [  7494] By: jhi                                   on 2000/10/31  14:08:32
13581         Log: Use Errno magic.
13582              
13583              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
13584              From: Casey Tweten <perl@ctweten.amsite.com>
13585              Date: Mon, 30 Oct 2000 15:51:17 -0500
13586              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
13587      Branch: perl
13588            ! lib/File/Temp.pm
13589 ____________________________________________________________________________
13590 [  7493] By: jhi                                   on 2000/10/31  14:05:07
13591         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
13592              
13593              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
13594              From: Nicholas Clark <nick@ccl4.org>
13595              Date: Mon, 30 Oct 2000 17:38:45 +0000
13596              Message-ID: <20001030173845.O60355@plum.flirble.org>
13597      Branch: perl
13598            ! Makefile.SH utils/perlbug.PL
13599 ____________________________________________________________________________
13600 [  7492] By: nick                                  on 2000/10/30  19:37:23
13601         Log: Change files which are mysteriously different to mainline to be
13602              copies of mainline.
13603      Branch: perlio
13604            ! objXSUB.h perlapi.c pod/perlapi.pod
13605 ____________________________________________________________________________
13606 [  7491] By: nick                                  on 2000/10/30  18:05:54
13607         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
13608              - typo in endian code in putc.
13609              - Don't allow read of write-only files and vice-versa
13610              - and off-by-one in flush-all loop.
13611              Remove debug calls as they were using GCC specific features.
13612      Branch: perlio
13613            ! perlio.c
13614 ____________________________________________________________________________
13615 [  7490] By: nick                                  on 2000/10/29  21:45:45
13616         Log: Integrate mainline to perlio
13617      Branch: perlio
13618           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
13619           !> toke.c
13620 ____________________________________________________________________________
13621 [  7489] By: jhi                                   on 2000/10/29  21:11:08
13622         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
13623              From: andreas.koenig@anima.de (Andreas J. Koenig)
13624              Date: 29 Oct 2000 22:05:59 +0100
13625              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
13626      Branch: perl
13627            ! lib/ExtUtils/Manifest.pm
13628 ____________________________________________________________________________
13629 [  7488] By: jhi                                   on 2000/10/29  21:07:47
13630         Log: Tests for #7487.
13631              
13632              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
13633              From: andreas.koenig@anima.de (Andreas J. Koenig)
13634              Date: 29 Oct 2000 19:37:09 +0100
13635              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
13636      Branch: perl
13637            ! t/comp/proto.t
13638 ____________________________________________________________________________
13639 [  7487] By: jhi                                   on 2000/10/29  21:06:27
13640         Log: constsub spillage.
13641              
13642              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
13643              From: John Tobey <jtobey@john-edwin-tobey.org>
13644              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
13645              Message-Id: <m13pvSr-000FObC@feynman.localnet>
13646      Branch: perl
13647            ! op.c
13648 ____________________________________________________________________________
13649 [  7486] By: nick                                  on 2000/10/29  21:05:04
13650         Log: Integrate mainline to perlio branch
13651      Branch: perlio
13652           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
13653           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
13654           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
13655           +> vos/install_perl.cm
13656            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
13657            - vos/config.h vos/config_h.SH_orig
13658           !> (integrate 141 files)
13659 ____________________________________________________________________________
13660 [  7485] By: jhi                                   on 2000/10/29  21:00:47
13661         Log: Make \x{...} consistently produce UTF-8.
13662              
13663              Subject: Re: \x{...} is confused 
13664              From: Simon Cozens <simon@cozens.net>
13665              Date: Sun, 29 Oct 2000 19:36:48 +0000
13666              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
13667      Branch: perl
13668            ! t/pragma/utf8.t toke.c
13669 ____________________________________________________________________________
13670 [  7484] By: nick                                  on 2000/10/29  20:05:29
13671         Log: PerlIO passes all tests.
13672      Branch: perlio
13673            ! perlio.c
13674 ____________________________________________________________________________
13675 [  7483] By: jhi                                   on 2000/10/29  18:06:55
13676         Log: Update Changes.
13677      Branch: perl
13678            ! Changes patchlevel.h
13679 ____________________________________________________________________________
13680 [  7482] By: nick                                  on 2000/10/29  17:43:28
13681         Log: Include <unistd.h> to get correct lseek() prototype etc.
13682              (I thought perl.h did that) - down to two fails
13683              - comp/require.t (last test)
13684              - lib/io_xs.t - possibly import/export of FILE * ?
13685      Branch: perlio
13686            ! perlio.c
13687 ____________________________________________________________________________
13688 [  7481] By: jhi                                   on 2000/10/29  17:02:37
13689         Log: UTF-8 decoder tweak.
13690      Branch: perl
13691            ! utf8.c
13692 ____________________________________________________________________________
13693 [  7480] By: nick                                  on 2000/10/29  16:26:11
13694         Log: Fixed two bugs:
13695              - error code not being set on close (of broken pipe)
13696              - append mode was truncating.
13697              At least one seek/tell bug remains.
13698      Branch: perlio
13699            ! perlio.c
13700 ____________________________________________________________________________
13701 [  7479] By: nick                                  on 2000/10/29  11:18:16
13702         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
13703              in case of accidents. Still several worrying fails, no line disciplines yet.
13704      Branch: perlio
13705            ! iperlsys.h perlio.c
13706 ____________________________________________________________________________
13707 [  7478] By: jhi                                   on 2000/10/29  02:04:01
13708         Log: Add also emailless people.
13709      Branch: perl
13710            ! AUTHORS
13711 ____________________________________________________________________________
13712 [  7477] By: jhi                                   on 2000/10/29  01:36:00
13713         Log: The #7476 needs a MANIFEST change, too.
13714      Branch: perl
13715            ! MANIFEST
13716 ____________________________________________________________________________
13717 [  7476] By: jhi                                   on 2000/10/29  01:35:21
13718         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
13719      Branch: perl
13720            - MAINTAIN
13721            ! AUTHORS Changes
13722 ____________________________________________________________________________
13723 [  7475] By: jhi                                   on 2000/10/28  23:57:25
13724         Log: De-quoted-unreadable to ISO Latin 1.
13725              (There's one ISO-2022-JP name in Changes5.004.)
13726      Branch: perl
13727            ! Changes Changes5.6
13728 ____________________________________________________________________________
13729 [  7474] By: jhi                                   on 2000/10/28  19:13:06
13730         Log: Subject: [ID 20001027.007] uniq array in perlfaq
13731              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
13732              Date: Fri, 27 Oct 2000 19:28:30 +0200
13733              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
13734      Branch: perl
13735            ! pod/perlfaq4.pod
13736 ____________________________________________________________________________
13737 [  7473] By: jhi                                   on 2000/10/28  18:02:05
13738         Log: Locking null mutexes is not recommendable.
13739              
13740              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
13741              From: Hugo <hv@crypt.compulink.co.uk>
13742              Date: Sat, 28 Oct 2000 18:41:12 +0100
13743              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
13744      Branch: perl
13745            ! op.c
13746 ____________________________________________________________________________
13747 [  7472] By: jhi                                   on 2000/10/28  17:52:58
13748         Log: Better create a true mailing list for the repository keepers.
13749      Branch: perl
13750            ! Porting/repository.pod
13751 ____________________________________________________________________________
13752 [  7471] By: jhi                                   on 2000/10/28  17:28:24
13753         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
13754              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
13755      Branch: perl
13756            + Porting/repository.pod
13757            ! MANIFEST
13758 ____________________________________________________________________________
13759 [  7470] By: jhi                                   on 2000/10/28  17:20:54
13760         Log: Subject: DOC PATCH 5.6.0
13761              From: mjd@plover.com
13762              Date: 27 Oct 2000 17:32:44 -0000
13763              Message-ID: <20001027173244.23754.qmail@plover.com>
13764      Branch: perl
13765            ! pod/perlfunc.pod
13766 ____________________________________________________________________________
13767 [  7469] By: jhi                                   on 2000/10/28  17:16:45
13768         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
13769              From: "Peter J. Farley III" <pjfarley@banet.net>
13770              Date: Fri, 27 Oct 2000 20:32:56 -0400
13771              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
13772      Branch: perl
13773            ! README.dos
13774 ____________________________________________________________________________
13775 [  7468] By: jhi                                   on 2000/10/28  17:07:18
13776         Log: Make target reordering to avoid pointless re-makes.
13777              
13778              Subject: Re: Total re-make of 'make okfile' after 7451 ?
13779              From: Nicholas Clark <nick@ccl4.org>
13780              Date: Sat, 28 Oct 2000 00:31:02 +0100
13781              Message-ID: <20001028003101.A54517@plum.flirble.org>
13782      Branch: perl
13783            ! Makefile.SH
13784 ____________________________________________________________________________
13785 [  7467] By: jhi                                   on 2000/10/28  17:05:31
13786         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
13787              From: lvirden@cas.org
13788              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
13789              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
13790      Branch: perl
13791            ! README.os2
13792 ____________________________________________________________________________
13793 [  7466] By: jhi                                   on 2000/10/28  16:09:16
13794         Log: Upgrade to CPAN 1.58_55.
13795              
13796              Subject: CPAN.pm status
13797              From: andreas.koenig@anima.de (Andreas J. Koenig) 
13798              Date: 28 Oct 2000 08:18:00 +0200 
13799              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
13800      Branch: perl
13801            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13802 ____________________________________________________________________________
13803 [  7465] By: jhi                                   on 2000/10/28  16:02:47
13804         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
13805      Branch: perl
13806            ! embed.h embed.pl perl.h proto.h toke.c
13807 ____________________________________________________________________________
13808 [  7464] By: nick                                  on 2000/10/28  10:43:44
13809         Log: Fix for sv_2iv() on "shared" value from keys %hash.
13810      Branch: perl
13811            ! sv.c
13812 ____________________________________________________________________________
13813 [  7463] By: jhi                                   on 2000/10/27  16:18:29
13814         Log: Update Changes.
13815      Branch: perl
13816            ! Changes patchlevel.h
13817 ____________________________________________________________________________
13818 [  7462] By: jhi                                   on 2000/10/27  16:17:44
13819         Log: Too enthusiastic editing in #7460.
13820      Branch: metaconfig
13821            ! U/modified/Oldsym.U
13822      Branch: perl
13823            ! Configure config_h.SH
13824 ____________________________________________________________________________
13825 [  7461] By: jhi                                   on 2000/10/27  15:37:38
13826         Log: Retract #7459, the script needs more work.
13827      Branch: perl
13828            - mkreef
13829            ! MANIFEST
13830 ____________________________________________________________________________
13831 [  7460] By: jhi                                   on 2000/10/27  15:23:14
13832         Log: Use $sort, $uniq (and $tr) consistently as wondered
13833              by Nicholas Clark.
13834      Branch: metaconfig
13835            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
13836            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
13837            ! U/modified/libc.U
13838      Branch: perl
13839            ! Configure config_h.SH
13840 ____________________________________________________________________________
13841 [  7459] By: jhi                                   on 2000/10/27  15:02:07
13842         Log: (Retracted by #7461)
13843              
13844              Add a shell script for creating/removing symbolic link farms,
13845              useful for keeping the source code read-only and doing the
13846              builds somewhere else.
13847      Branch: perl
13848            + mkreef
13849            ! MANIFEST
13850 ____________________________________________________________________________
13851 [  7458] By: jhi                                   on 2000/10/27  14:42:20
13852         Log: Do away with the fix_pl.
13853      Branch: perl
13854            - fix_pl
13855            ! MANIFEST Makefile.SH
13856 ____________________________________________________________________________
13857 [  7457] By: jhi                                   on 2000/10/27  12:43:13
13858         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
13859              From: Jens Hamisch <jens@Strawberry.COM>
13860              Date: Fri, 27 Oct 2000 14:38:21 +0200
13861              Message-Id: <20001027143821.B3366@Strawberry.COM>
13862      Branch: perl
13863            ! perl.h
13864 ____________________________________________________________________________
13865 [  7456] By: jhi                                   on 2000/10/27  12:33:42
13866         Log: Subject: [PATCH] todo
13867              From: Nicholas Clark <nick@ccl4.org>
13868              Date: Thu, 26 Oct 2000 22:32:29 +0100
13869              Message-ID: <20001026223229.A44540@plum.flirble.org>
13870      Branch: perl
13871            ! pod/perltodo.pod
13872 ____________________________________________________________________________
13873 [  7455] By: jhi                                   on 2000/10/27  12:02:21
13874         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
13875              From: John Tobey <jtobey@john-edwin-tobey.org>
13876              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
13877              Message-Id: <m13ozHF-000FObC@feynman.localnet>
13878      Branch: perl
13879            ! op.c t/pragma/sub_lval.t
13880 ____________________________________________________________________________
13881 [  7454] By: jhi                                   on 2000/10/27  11:59:42
13882         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
13883              From: sthoenna@efn.org
13884              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
13885              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
13886      Branch: perl
13887            ! pp.c t/op/assignwarn.t
13888 ____________________________________________________________________________
13889 [  7453] By: jhi                                   on 2000/10/27  00:15:08
13890         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
13891      Branch: perl
13892            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
13893            ! ext/Storable/Storable.xs t/lib/st-lock.t
13894 ____________________________________________________________________________
13895 [  7452] By: jhi                                   on 2000/10/26  13:05:52
13896         Log: Undo #7451, this seems to be a deficiency in Perforce,
13897              there is no per-file line-terminator type, only per-client.
13898      Branch: perl
13899            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
13900            ! win32/makefile.mk
13901 ____________________________________________________________________________
13902 [  7451] By: jhi                                   on 2000/10/26  04:56:03
13903         Log: Experimenting in DOS arcana.
13904      Branch: perl
13905            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
13906            ! win32/makefile.mk
13907 ____________________________________________________________________________
13908 [  7450] By: jhi                                   on 2000/10/26  04:50:52
13909         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
13910              From: "Peter J. Farley III" <pjfarley@banet.net>            
13911              Date: Wed, 25 Oct 2000 23:10:18 -0400
13912              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
13913      Branch: perl
13914            ! t/io/open.t
13915 ____________________________________________________________________________
13916 [  7449] By: jhi                                   on 2000/10/26  04:49:16
13917         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
13918              From: Hugo <hv@crypt.compulink.co.uk>
13919              Date: Thu, 26 Oct 2000 01:55:17 +0100
13920              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
13921              
13922              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
13923      Branch: perl
13924            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
13925 ____________________________________________________________________________
13926 [  7448] By: jhi                                   on 2000/10/26  04:38:36
13927         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
13928              From: Peter Prymmer <pvhp@forte.com>
13929              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
13930              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
13931      Branch: perl
13932            ! configure.com
13933 ____________________________________________________________________________
13934 [  7447] By: jhi                                   on 2000/10/25  23:20:02
13935         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
13936              in platforms that strictly require all the symbols being present
13937              at link time.
13938      Branch: perl
13939            ! handy.h
13940 ____________________________________________________________________________
13941 [  7446] By: jhi                                   on 2000/10/25  21:55:57
13942         Log: Update Changes.
13943      Branch: perl
13944            ! Changes patchlevel.h
13945 ____________________________________________________________________________
13946 [  7445] By: jhi                                   on 2000/10/25  21:27:08
13947         Log: Integrate with vmsperl #7430 by Charles Bailey:
13948              
13949              Cleanup from prior patch (Charles Lane?):
13950              - improve handling of MFDs in Basename and Path
13951              - default to no xsubpp line # munging when building debug images
13952      Branch: perl
13953           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
13954 ____________________________________________________________________________
13955 [  7444] By: jhi                                   on 2000/10/25  21:03:50
13956         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
13957              From: John Peacock <JPeacock@UnivPress.com>
13958              Date: Thu, 18 May 2000 11:55:27 -0400
13959              Message-ID: <3924126F.A58BE57A@UnivPress.com>
13960      Branch: perl
13961            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
13962            ! t/op/write.t
13963 ____________________________________________________________________________
13964 [  7443] By: jhi                                   on 2000/10/25  20:43:10
13965         Log: Temporary stopgap for the self-tying issue: for now only
13966              array and hash self-ties are verboten.  The real fix, of
13967              course, would be to comprehensively test (and implement?)
13968              and debug (and document) self-ties.
13969      Branch: perl
13970            ! pod/perldiag.pod pp_sys.c t/op/tie.t
13971 ____________________________________________________________________________
13972 [  7442] By: jhi                                   on 2000/10/25  20:14:30
13973         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
13974              From: Dan Sugalski <dan@sidhe.org>
13975              Date: Wed, 25 Oct 2000 13:36:35 -0400
13976              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
13977              
13978              plus regen global.sym.
13979      Branch: perl
13980            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
13981            ! thrdvar.h util.c
13982 ____________________________________________________________________________
13983 [  7441] By: jhi                                   on 2000/10/25  20:12:20
13984         Log: buildtoc target tweaks.
13985      Branch: perl
13986            ! pod/Makefile.SH
13987 ____________________________________________________________________________
13988 [  7440] By: jhi                                   on 2000/10/25  20:03:53
13989         Log: A new version of making the syslog test more robust.
13990              (Replaces #7421.)
13991              
13992              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
13993              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13994              Date: Wed, 25 Oct 2000 12:13:54 -0400
13995              Message-ID: <20001025121354.B2264@O2.chapin.edu>
13996      Branch: perl
13997            ! t/lib/syslog.t
13998 ____________________________________________________________________________
13999 [  7439] By: jhi                                   on 2000/10/25  20:00:48
14000         Log: Continue the internal UTF-8 API tweaking.
14001              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
14002              used much more than the simpler API, now called utf8_to_uv_simple().
14003              Still not quite happy with API, too much partial duplication
14004              of functionality.
14005      Branch: perl
14006            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
14007            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
14008            ! regcomp.c regexec.c sv.c toke.c utf8.c
14009 ____________________________________________________________________________
14010 [  7438] By: jhi                                   on 2000/10/25  18:52:30
14011         Log: Allow poking holes at the UTF-8 decoding strictness.
14012      Branch: perl
14013            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
14014            ! utf8.h
14015 ____________________________________________________________________________
14016 [  7437] By: jhi                                   on 2000/10/25  13:53:05
14017         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
14018              UTF8LEN() and UTF8SKIP(). 
14019      Branch: perl
14020            ! pp.c utf8.c utf8.h
14021 ____________________________________________________________________________
14022 [  7436] By: jhi                                   on 2000/10/25  13:51:37
14023         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
14024              From: Nicholas Clark <nick@ccl4.org>
14025              Date: Wed, 25 Oct 2000 14:44:05 +0100
14026              Message-ID: <20001025144404.D27253@plum.flirble.org>
14027      Branch: perl
14028            ! pod/perlrun.pod
14029 ____________________________________________________________________________
14030 [  7435] By: jhi                                   on 2000/10/25  13:49:32
14031         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
14032              From: Mike Guy <mjtg@cam.ac.uk>
14033              Date: Tue, 24 Oct 2000 14:59:40 +0100
14034              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
14035      Branch: perl
14036            ! scope.c
14037 ____________________________________________________________________________
14038 [  7434] By: jhi                                   on 2000/10/25  13:48:41
14039         Log: AIX is picky about its symbol exports.  Solution for now
14040              is to include the deb.o explicitly to the re extension build.
14041              
14042              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
14043              From: Peter Prymmer <pvhp@forte.com>
14044              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
14045              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
14046      Branch: perl
14047            ! ext/re/Makefile.PL hints/aix.sh
14048 ____________________________________________________________________________
14049 [  7433] By: jhi                                   on 2000/10/25  13:46:49
14050         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
14051              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14052              Date: Wed, 25 Oct 2000 12:02:20 +0200
14053              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
14054      Branch: perl
14055            ! perlsdio.h
14056 ____________________________________________________________________________
14057 [  7432] By: jhi                                   on 2000/10/25  13:44:28
14058         Log: Subject: Minor update to find2perl, for portability
14059              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
14060              Date: Wed, 25 Oct 2000 12:05:47 +0100
14061              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
14062      Branch: perl
14063            ! x2p/find2perl.PL
14064 ____________________________________________________________________________
14065 [  7431] By: jhi                                   on 2000/10/25  13:40:39
14066         Log: Add targets to Makefile.SH, most importantly
14067              'regen_all' which also remembers to update vms/perly*.
14068      Branch: perl
14069            ! Makefile.SH
14070 ____________________________________________________________________________
14071 [  7430] By: bailey                                on 2000/10/25  03:13:53
14072         Log: Cleanup from prior patch (Charles Lane?):
14073              - improve handling of MFDs in Basename and Path
14074              - default to no xsubpp line # munging when building debug images
14075      Branch: vmsperl
14076            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
14077 ____________________________________________________________________________
14078 [  7429] By: jhi                                   on 2000/10/24  20:03:40
14079         Log: Podify README.epoc and README.vos.
14080      Branch: perl
14081            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
14082            ! pod/perlport.pod pod/perltoc.pod
14083 ____________________________________________________________________________
14084 [  7428] By: jhi                                   on 2000/10/24  19:10:33
14085         Log: Stratus VOS updates from Paul Green.
14086      Branch: perl
14087            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14088            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
14089            - vos/config.def vos/config.h vos/config_h.SH_orig
14090            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
14091            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
14092 ____________________________________________________________________________
14093 [  7427] By: jhi                                   on 2000/10/24  18:59:48
14094         Log: Check if stdio supports tweaking lval and cnt simultaneously.
14095              
14096              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
14097              From: Nicholas Clark <nick@ccl4.org>
14098              Date: Mon, 23 Oct 2000 15:39:32 +0100
14099              Message-ID: <20001023153932.A10786@plum.flirble.org>
14100      Branch: metaconfig
14101            ! U/compline/d_stdstdio.U
14102      Branch: perl
14103            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14104            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
14105            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
14106            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
14107            ! vos/config.h vos/config_h.SH_orig win32/config.bc
14108            ! win32/config.gc win32/config.vc
14109 ____________________________________________________________________________
14110 [  7426] By: jhi                                   on 2000/10/24  17:57:44
14111         Log: Missed the header file changes from #7425.
14112      Branch: perl
14113            ! embed.h embed.pl objXSUB.h proto.h
14114 ____________________________________________________________________________
14115 [  7425] By: jhi                                   on 2000/10/24  17:55:17
14116         Log: Fix the bug reported in
14117              
14118              From: andreas.koenig@anima.de (Andreas J. Koenig)
14119              Subject: Encode bug?
14120              Date: 24 Oct 2000 14:01:26 +0200 
14121              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
14122              
14123              Also make is_utf8_char() stricter.
14124      Branch: perl
14125            ! ext/Encode/Encode.xs utf8.c
14126 ____________________________________________________________________________
14127 [  7424] By: jhi                                   on 2000/10/24  15:15:39
14128         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
14129              From: Peter Scott <Peter@PSDT.com>
14130              Date: Mon, 23 Oct 2000 19:46:01 -0700
14131              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
14132      Branch: perl
14133            ! pod/perlfaq5.pod
14134 ____________________________________________________________________________
14135 [  7423] By: jhi                                   on 2000/10/24  14:25:30
14136         Log: Test tweak to avoid pulling in the whole Config.
14137      Branch: perl
14138            ! t/lib/st-lock.t
14139 ____________________________________________________________________________
14140 [  7422] By: jhi                                   on 2000/10/24  14:03:16
14141         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
14142      Branch: perl
14143            ! pp.c
14144 ____________________________________________________________________________
14145 [  7421] By: jhi                                   on 2000/10/24  13:32:09
14146         Log: (Replaced by #7440.)
14147              
14148              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
14149              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14150              Date: Mon, 23 Oct 2000 16:40:54 -0400
14151              Message-ID: <20001023164054.B14491@O2.chapin.edu>
14152      Branch: perl
14153            ! t/lib/syslog.t
14154 ____________________________________________________________________________
14155 [  7420] By: jhi                                   on 2000/10/24  13:30:53
14156         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
14157              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14158              Date: Mon, 23 Oct 2000 17:29:03 -0400
14159              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
14160      Branch: perl
14161            ! lib/ExtUtils/MM_Unix.pm
14162 ____________________________________________________________________________
14163 [  7419] By: jhi                                   on 2000/10/24  13:29:57
14164         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
14165              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14166              Date: Mon, 23 Oct 2000 19:01:32 -0400
14167              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
14168      Branch: perl
14169            ! utils/h2xs.PL
14170 ____________________________________________________________________________
14171 [  7418] By: jhi                                   on 2000/10/24  13:26:04
14172         Log: Replace #7409 with
14173              
14174              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
14175              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
14176              Date: Mon, 23 Oct 2000 20:08:56 +0200
14177              Message-ID: <20001023200855.A14850@nice.ram.loc>
14178      Branch: perl
14179            ! ext/Storable/Storable.pm t/lib/st-lock.t
14180 ____________________________________________________________________________
14181 [  7417] By: jhi                                   on 2000/10/24  13:17:52
14182         Log: Run vms/vms_yfix.pl, should have done that after changing
14183              perly.c in #7382.
14184      Branch: perl
14185            ! vms/perly_c.vms vms/perly_h.vms
14186 ____________________________________________________________________________
14187 [  7416] By: jhi                                   on 2000/10/24  02:55:33
14188         Log: Make the UTF-8 decoding stricter and more verbose when
14189              malformation happens.  This involved adding an argument
14190              to utf8_to_uv_chk(), which involved changing its prototype,
14191              and prefer STRLEN over I32 for the UTF-8 length, which as
14192              a domino effect necessitated changing the prototypes of
14193              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
14194              The stricter UTF-8 decoding checking uses Markus Kuhn's
14195              UTF-8 Decode Stress Tester from
14196              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
14197      Branch: perl
14198            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
14199            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
14200            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
14201            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
14202 ____________________________________________________________________________
14203 [  7415] By: jhi                                   on 2000/10/23  14:06:06
14204         Log: Update Changes.
14205      Branch: perl
14206            ! Changes patchlevel.h
14207 ____________________________________________________________________________
14208 [  7414] By: jhi                                   on 2000/10/23  12:39:52
14209         Log: Undo the basename() part of #7412 since the lib/basename
14210              tests would need upgrading too.
14211      Branch: perl
14212            ! lib/File/Basename.pm
14213 ____________________________________________________________________________
14214 [  7413] By: jhi                                   on 2000/10/23  12:19:27
14215         Log: Document PERL_INSTALL_ROOT of #7210.
14216      Branch: perl
14217            ! lib/ExtUtils/Install.pm
14218 ____________________________________________________________________________
14219 [  7412] By: jhi                                   on 2000/10/23  12:16:47
14220         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
14221      Branch: perl
14222            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
14223            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
14224 ____________________________________________________________________________
14225 [  7411] By: jhi                                   on 2000/10/23  12:07:41
14226         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
14227              From: Prymmer/Kahn <pvhp@best.com>
14228              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
14229              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
14230      Branch: perl
14231            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
14232 ____________________________________________________________________________
14233 [  7410] By: jhi                                   on 2000/10/23  04:10:11
14234         Log: The change #7187 was not so good on VMS.
14235              
14236              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
14237              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14238              Date: Sun, 22 Oct 2000 23:03:08 -0500
14239              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
14240      Branch: perl
14241            ! utils/perldoc.PL
14242 ____________________________________________________________________________
14243 [  7409] By: jhi                                   on 2000/10/23  03:57:36
14244         Log: Avoid Storable locking on DJGPP for now.
14245              
14246              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
14247              From: "Peter J. Farley III" <pjfarley@banet.net>
14248              Date: Sun, 22 Oct 2000 20:00:00 -0400
14249              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
14250      Branch: perl
14251            ! ext/Storable/Storable.pm t/lib/st-lock.t
14252 ____________________________________________________________________________
14253 [  7408] By: jhi                                   on 2000/10/23  03:50:24
14254         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
14255              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
14256              Date: Sun, 22 Oct 2000 21:12:22 -0400
14257              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
14258      Branch: perl
14259            ! lib/vars.pm
14260 ____________________________________________________________________________
14261 [  7407] By: jhi                                   on 2000/10/23  03:43:12
14262         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
14263              From: Hugo <hv@crypt.compulink.co.uk>
14264              Date: Mon, 23 Oct 2000 00:47:22 +0100
14265              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
14266      Branch: perl
14267            ! regexec.c t/op/pat.t
14268 ____________________________________________________________________________
14269 [  7406] By: jhi                                   on 2000/10/23  03:40:29
14270         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
14271      Branch: perl
14272            ! lib/ExtUtils/MakeMaker.pm
14273 ____________________________________________________________________________
14274 [  7405] By: jhi                                   on 2000/10/22  21:32:00
14275         Log: Doc patch.
14276              
14277              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
14278              From: rspier@pobox.com (Robert Spier)
14279              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
14280              Message-ID: <14835.16112.13457.447971@rls.cx>
14281      Branch: perl
14282            ! lib/strict.pm
14283 ____________________________________________________________________________
14284 [  7404] By: jhi                                   on 2000/10/22  21:30:51
14285         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
14286              From: rspier@pobox.com (Robert Spier)
14287              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
14288              Message-ID: <14835.17223.72448.705566@rls.cx>
14289      Branch: perl
14290            ! lib/ExtUtils/MakeMaker.pm
14291 ____________________________________________________________________________
14292 [  7403] By: jhi                                   on 2000/10/22  21:24:11
14293         Log: Subject: [PATCH bleadperl] ripples from constsub patch
14294              From: John Tobey <jtobey@john-edwin-tobey.org>
14295              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
14296              Message-Id: <m13nSOB-000FObC@feynman.localnet>
14297      Branch: perl
14298            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
14299 ____________________________________________________________________________
14300 [  7402] By: jhi                                   on 2000/10/22  20:59:35
14301         Log: Support s?printf parameter reordering.
14302      Branch: perl
14303            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
14304 ____________________________________________________________________________
14305 [  7401] By: jhi                                   on 2000/10/22  19:19:14
14306         Log: Expand %Config variables only if explicitly so requested
14307              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
14308              
14309              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
14310              From: Gurusamy Sarathy <gsar@ActiveState.com>
14311              Date: Sun, 22 Oct 2000 11:47:32 -0700
14312              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
14313      Branch: perl
14314            ! Makefile.SH lib/lib_pm.PL
14315 ____________________________________________________________________________
14316 [  7400] By: jhi                                   on 2000/10/22  18:24:10
14317         Log: Move the #7390 test from warn/op to comp/redef.
14318              
14319              Subject: Re: Creating const subs for constants.
14320              From: John Tobey <jtobey@john-edwin-tobey.org>
14321              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
14322              Message-Id: <m13nG72-000FObC@feynman.localnet>               
14323      Branch: perl
14324            ! t/comp/redef.t t/pragma/warn/op
14325 ____________________________________________________________________________
14326 [  7399] By: jhi                                   on 2000/10/22  17:49:59
14327         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
14328              From: Nicholas Clark <nick@ccl4.org>
14329              Date: Sat, 21 Oct 2000 22:23:19 +0100
14330              Message-ID: <20001021222319.B45586@plum.flirble.org>
14331      Branch: perl
14332            ! ext/DynaLoader/DynaLoader_pm.PL
14333 ____________________________________________________________________________
14334 [  7398] By: jhi                                   on 2000/10/22  17:47:35
14335         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
14336              From: Hugo <hv@crypt.compulink.co.uk>
14337              Date: Sat, 21 Oct 2000 18:19:59 +0100
14338              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
14339      Branch: perl
14340            ! ext/B/B.pm ext/B/B/C.pm
14341 ____________________________________________________________________________
14342 [  7397] By: jhi                                   on 2000/10/22  17:35:18
14343         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
14344              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
14345              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
14346              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
14347      Branch: perl
14348            ! hints/openbsd.sh
14349 ____________________________________________________________________________
14350 [  7396] By: jhi                                   on 2000/10/22  17:19:46
14351         Log: Subject: installman go-faster stripes
14352              From: Nicholas Clark <nick@talking.bollo.cx>
14353              Date: Sat, 21 Oct 2000 17:24:53 +0100
14354              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
14355              
14356              Subject: Re: installman go-faster stripes
14357              From: Russ Allbery <rra@stanford.edu>
14358              Date: 21 Oct 2000 11:04:13 -0700
14359              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
14360      Branch: perl
14361            ! installman pod/pod2man.PL
14362 ____________________________________________________________________________
14363 [  7395] By: jhi                                   on 2000/10/22  17:17:35
14364         Log: Hints tweak from Anton Berezin.
14365      Branch: perl
14366            ! hints/freebsd.sh
14367 ____________________________________________________________________________
14368 [  7394] By: jhi                                   on 2000/10/22  04:50:04
14369         Log: Tweak the Is* definitions of Unicode character classes
14370              to better match the official categorizations; embrace
14371              the official categorizations; add the combining marks
14372              as alpha (and -numeric); fix DCinital (a typo and edito)
14373              to be DCmedial.
14374      Branch: perl
14375            + lib/unicode/Is/DCmedial.pl
14376            - lib/unicode/Is/DCinital.pl
14377            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
14378            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
14379            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
14380            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
14381 ____________________________________________________________________________
14382 [  7393] By: jhi                                   on 2000/10/21  18:06:05
14383         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
14384              From: Daniel Chetlin <daniel@chetlin.com>
14385              Date: Sat, 21 Oct 2000 02:57:03 -0700
14386              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
14387      Branch: perl
14388            + t/lib/tie-splice.t
14389            ! MANIFEST lib/Tie/Array.pm
14390 ____________________________________________________________________________
14391 [  7392] By: gsar                                  on 2000/10/21  18:05:15
14392         Log: resync utfperl branch with mainline
14393      Branch: utfperl
14394           !> (integrate 1760 files)
14395 ____________________________________________________________________________
14396 [  7391] By: jhi                                   on 2000/10/21  14:37:49
14397         Log: Testcases for a #7383,#7385 related bug.
14398              
14399              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
14400              From: Nicholas Clark <nick@ccl4.org>
14401              Date: Sat, 21 Oct 2000 15:04:51 +0100
14402              Message-ID: <20001021150451.A51566@plum.flirble.org>
14403      Branch: perl
14404            ! t/pragma/utf8.t
14405 ____________________________________________________________________________
14406 [  7390] By: jhi                                   on 2000/10/21  14:35:57
14407         Log: Add a testcase for #7389.
14408      Branch: perl
14409            ! t/pragma/warn/op
14410 ____________________________________________________________________________
14411 [  7389] By: jhi                                   on 2000/10/21  14:26:45
14412         Log: Subject: Re: Creating const subs for constants.
14413              From: John Tobey <jtobey@john-edwin-tobey.org>
14414              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
14415              Message-Id: <m13mo0N-000FObC@feynman.localnet>
14416      Branch: perl
14417            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
14418            ! proto.h sv.c
14419 ____________________________________________________________________________
14420 [  7388] By: nick                                  on 2000/10/21  11:44:23
14421         Log: Populate perlio branch
14422      Branch: perlio
14423           +> (branch 1760 files)
14424 ____________________________________________________________________________
14425 [  7387] By: nick                                  on 2000/10/21  10:52:05
14426         Log: Get branch back as replica of mainline via :
14427              p4 integrate -b utfperl
14428              p4 resolve -at ./...
14429      Branch: utfperl
14430           +> (branch 269 files)
14431            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
14432            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
14433            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
14434            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
14435            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
14436            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
14437            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
14438            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
14439            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
14440            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
14441            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
14442            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
14443            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
14444            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
14445            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
14446            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
14447            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
14448            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
14449            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
14450            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
14451            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
14452            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
14453            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
14454            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
14455            - lib/unicode/UCD300.html lib/unicode/Unicode.300
14456            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
14457            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
14458            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
14459            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
14460           !> (integrate 965 files)
14461 ____________________________________________________________________________
14462 [  7386] By: jhi                                   on 2000/10/21  01:31:12
14463         Log: Update Changes.
14464      Branch: perl
14465            ! Changes patchlevel.h
14466 ____________________________________________________________________________
14467 [  7385] By: jhi                                   on 2000/10/21  01:28:42
14468         Log: The #7383 was right only in the context of the original bug report,
14469              not in more general case.
14470      Branch: perl
14471            ! pp_hot.c
14472 ____________________________________________________________________________
14473 [  7384] By: jhi                                   on 2000/10/21  01:08:23
14474         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
14475      Branch: perl
14476            ! ext/IO/lib/IO/Select.pm
14477 ____________________________________________________________________________
14478 [  7383] By: jhi                                   on 2000/10/21  00:44:18
14479         Log: Fix for ID 20001020.006, concatenating an unset submatch
14480              with utf8 resulted in "Modification of a read-only value".
14481      Branch: perl
14482            ! pp_hot.c t/pragma/utf8.t
14483 ____________________________________________________________________________
14484 [  7382] By: jhi                                   on 2000/10/20  20:44:31
14485         Log: Make scan_num() reëntrant, as suggested in
14486              
14487              Subject: [PATCH perl@7229] Rentrant parser and yylex()
14488              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14489              Date: Fri, 20 Oct 2000 14:17:27 +0100
14490              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
14491      Branch: perl
14492            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
14493            ! toke.c
14494 ____________________________________________________________________________
14495 [  7381] By: jhi                                   on 2000/10/20  20:07:29
14496         Log: Reëntrancy fix.
14497              
14498              Subject: [PATCH perl@7229] Rentrant parser and yylex()
14499              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14500              Date: Fri, 20 Oct 2000 14:17:27 +0100
14501              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
14502      Branch: perl
14503            ! embed.h embed.pl perl.h proto.h toke.c
14504 ____________________________________________________________________________
14505 [  7380] By: jhi                                   on 2000/10/20  19:15:54
14506         Log: Don't write double values through long double pointers,
14507              based on a part of
14508              
14509              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
14510              From: Jens Hamisch <jens@Strawberry.COM>
14511              Date: Tue, 17 Oct 2000 08:39:36 +0200
14512              Message-Id: <20001017083936.A11104@Strawberry.COM>
14513      Branch: perl
14514            ! perl.h pp.c
14515 ____________________________________________________________________________
14516 [  7379] By: jhi                                   on 2000/10/20  18:43:37
14517         Log: Portability tweak on #7377.
14518              
14519              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
14520              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14521              Date:     Fri, 20 Oct 2000 13:13:41 EDT
14522              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
14523      Branch: perl
14524            ! t/lib/dprof.t
14525 ____________________________________________________________________________
14526 [  7378] By: jhi                                   on 2000/10/20  12:57:19
14527         Log: SOCKS function redefinitions need prototypes, too, otherwise
14528              for example 32 bit versus 64 bit differences cause a lot of
14529              problems.  Part of
14530              
14531              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
14532              From: Jens Hamisch <jens@Strawberry.COM>
14533              Date: Tue, 17 Oct 2000 08:39:36 +0200
14534              Message-Id: <20001017083936.A11104@Strawberry.COM>
14535      Branch: perl
14536            ! doio.c pp_sys.c
14537 ____________________________________________________________________________
14538 [  7377] By: jhi                                   on 2000/10/20  12:37:12
14539         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
14540              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14541              Date:     Fri, 20 Oct 2000 08:26:04 EDT
14542              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
14543      Branch: perl
14544            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
14545 ____________________________________________________________________________
14546 [  7376] By: jhi                                   on 2000/10/20  12:35:31
14547         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
14548              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14549              Date:     Fri, 20 Oct 2000 07:48:15 EDT
14550              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
14551      Branch: perl
14552            ! configure.com vms/gen_shrfls.pl
14553 ____________________________________________________________________________
14554 [  7375] By: bailey                                on 2000/10/20  04:44:37
14555         Log: SYN SYN
14556      Branch: vmsperl
14557           +> (branch 134 files)
14558            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
14559            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
14560            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
14561            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
14562            - eg/cgi/frameset.cgi eg/cgi/index.html
14563            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
14564            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
14565            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
14566            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
14567            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
14568            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
14569            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
14570            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
14571            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
14572            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
14573            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
14574            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
14575            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
14576            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
14577            - lib/unicode/Props.txt lib/unicode/UCD300.html
14578            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
14579            - utils/perlbc.PL vms/subconfigure.com
14580           !> (integrate 785 files)
14581 ____________________________________________________________________________
14582 [  7374] By: jhi                                   on 2000/10/20  00:59:48
14583         Log: In the latest compiler builds cccdlflags must not become -fpic,
14584              from Wilfredo Sánchez.
14585      Branch: perl
14586            ! hints/darwin.sh
14587 ____________________________________________________________________________
14588 [  7373] By: jhi                                   on 2000/10/20  00:56:35
14589         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
14590              From: Tony Cook <tony@develop-help.com>
14591              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
14592              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
14593      Branch: perl
14594            ! pod/perlop.pod
14595 ____________________________________________________________________________
14596 [  7372] By: jhi                                   on 2000/10/19  19:34:40
14597         Log: Typo noted by Mark Lutz.
14598      Branch: perl
14599            ! t/op/64bitint.t
14600 ____________________________________________________________________________
14601 [  7371] By: jhi                                   on 2000/10/19  19:33:13
14602         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
14603      Branch: metaconfig
14604            ! U/modified/Cppsym.U U/modified/Oldconfig.U
14605      Branch: metaconfig/U/perl
14606            ! End.U dlsrc.U libperl.U
14607      Branch: perl
14608            + hints/nonstopux.sh
14609            ! Configure MANIFEST config_h.SH
14610 ____________________________________________________________________________
14611 [  7370] By: jhi                                   on 2000/10/19  17:18:08
14612         Log: Subject: PATCH do_print has 2 PerlIO_error()s
14613              From: nick@ccl4.org
14614              Date: Thu, 19 Oct 2000 18:09:20 +0100
14615              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
14616      Branch: perl
14617            ! doio.c
14618 ____________________________________________________________________________
14619 [  7369] By: jhi                                   on 2000/10/19  14:01:49
14620         Log: Update Changes.
14621      Branch: perl
14622            ! Changes patchlevel.h
14623 ____________________________________________________________________________
14624 [  7368] By: jhi                                   on 2000/10/19  13:04:29
14625         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
14626              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14627              Date: Wed, 18 Oct 2000 13:12:01 +0200
14628              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
14629      Branch: perl
14630            ! hints/aix.sh
14631 ____________________________________________________________________________
14632 [  7367] By: jhi                                   on 2000/10/19  02:22:40
14633         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
14634              of a 'pmshort' anywhere in the B, so the offending line was simply
14635              removed.
14636      Branch: perl
14637            ! ext/B/B/Debug.pm
14638 ____________________________________________________________________________
14639 [  7366] By: jhi                                   on 2000/10/19  02:12:37
14640         Log: Add the test case for the bug id 20000730.004 which seems
14641              to have been fixed by now.
14642      Branch: perl
14643            ! t/pragma/utf8.t
14644 ____________________________________________________________________________
14645 [  7365] By: jhi                                   on 2000/10/18  23:36:24
14646         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
14647              From: Hugo <hv@crypt.compulink.co.uk>
14648              Date: Wed, 18 Oct 2000 23:25:58 +0100
14649              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
14650      Branch: perl
14651            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
14652 ____________________________________________________________________________
14653 [  7364] By: jhi                                   on 2000/10/18  21:12:53
14654         Log: (retracted)
14655      Branch: perl
14656            ! pp.c
14657 ____________________________________________________________________________
14658 [  7363] By: jhi                                   on 2000/10/18  20:55:38
14659         Log: Missing change from #7362.
14660      Branch: perl
14661            ! win32/perlhost.h
14662 ____________________________________________________________________________
14663 [  7362] By: jhi                                   on 2000/10/18  20:52:01
14664         Log: Borland C fstat() never saw the fd as writable.
14665              
14666              Subject: fix for Borland's weak "stat" (perl@7211)
14667              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
14668              Date: Mon, 16 Oct 2000 09:55:03 +0400
14669              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
14670      Branch: perl
14671            ! win32/win32.c
14672 ____________________________________________________________________________
14673 [  7361] By: jhi                                   on 2000/10/18  17:43:50
14674         Log: Regen toc.
14675      Branch: perl
14676            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
14677 ____________________________________________________________________________
14678 [  7360] By: jhi                                   on 2000/10/18  17:07:44
14679         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14680              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
14681              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
14682              Date: Mon, 16 Oct 2000 15:19:49 +0200
14683      Branch: perl
14684            + README.aix
14685            ! MANIFEST
14686 ____________________________________________________________________________
14687 [  7359] By: jhi                                   on 2000/10/18  17:04:49
14688         Log: Subject: Pod patch for Devel::Peek
14689              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14690              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
14691              Date: Mon, 16 Oct 2000 12:26:34 +0200
14692      Branch: perl
14693            ! ext/Devel/Peek/Peek.pm
14694 ____________________________________________________________________________
14695 [  7358] By: jhi                                   on 2000/10/18  17:03:15
14696         Log: Make Cwd more bulletproof in chrooted environments.
14697              
14698              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
14699              From: "Eric E. Coe" <Eric.Coe@oracle.com>
14700              Date: Wed, 18 Oct 2000 04:03:54 -0400
14701              Message-Id: <39ED596A.70E599FE@oracle.com>
14702      Branch: perl
14703            ! lib/Cwd.pm
14704 ____________________________________________________________________________
14705 [  7357] By: jhi                                   on 2000/10/18  16:37:26
14706         Log: Disable the UTF8 downgrade croakage for now to avoid
14707              too many not okay messages.
14708      Branch: perl
14709            ! doio.c
14710 ____________________________________________________________________________
14711 [  7356] By: jhi                                   on 2000/10/17  23:29:41
14712         Log: Show the failed remote port, instead of the failing line number.
14713              
14714              Subject: [PATCH 5.6.1 Debugger] More diagnostics
14715              From: David Sparks <daves@ActiveState.com>
14716              Date: Tue, 17 Oct 2000 15:00:24 -0700
14717              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
14718      Branch: perl
14719            ! lib/perl5db.pl
14720 ____________________________________________________________________________
14721 [  7355] By: jhi                                   on 2000/10/17  14:11:31
14722         Log: On output try to downgrade to bytes, croak if impossible,
14723              from Simon Cozens.  This means that outputting >255 UTF8
14724              is impossible.  Consider this as a strong incentive to get
14725              the I/O disciplines implemented.
14726      Branch: perl
14727            ! doio.c pod/perldiag.pod sv.c
14728 ____________________________________________________________________________
14729 [  7354] By: jhi                                   on 2000/10/17  13:42:23
14730         Log: Clarify documentation on 'use bytes'.
14731              
14732              Subject: Re: What does 'use bytes' "mean" ?
14733              From: Simon Cozens <simon@cozens.net>
14734              Date: Mon, 18 Sep 2000 18:24:25 +0100
14735              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
14736      Branch: perl
14737            ! lib/bytes.pm
14738 ____________________________________________________________________________
14739 [  7353] By: jhi                                   on 2000/10/17  13:28:12
14740         Log: Workaround for a sfio bug where the stream error indicator
14741              is not cleared as documented.
14742              
14743              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
14744              From: Nicholas Clark <nick@ccl4.org>
14745              Date: Mon, 16 Oct 2000 18:28:23 +0100
14746              Message-ID: <20001016182823.J19700@plum.flirble.org>
14747      Branch: perl
14748            ! doio.c
14749 ____________________________________________________________________________
14750 [  7352] By: jhi                                   on 2000/10/17  13:06:19
14751         Log: More IoTYPE sprinkling.
14752      Branch: perl
14753            ! doio.c pp_hot.c
14754 ____________________________________________________________________________
14755 [  7351] By: jhi                                   on 2000/10/16  22:47:07
14756         Log: Detect early whether the std streams have gone bad.
14757              
14758              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
14759              Date: Mon, 16 Oct 2000 23:28:42 +0100
14760              From: Nicholas Clark <nick@ccl4.org>
14761              Message-ID: <20001016232842.A37942@plum.flirble.org>
14762      Branch: perl
14763            ! t/op/misc.t
14764 ____________________________________________________________________________
14765 [  7350] By: jhi                                   on 2000/10/16  22:45:16
14766         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
14767              From: "Peter J. Farley III" <pjfarley@banet.net>
14768              Date: Mon, 16 Oct 2000 18:15:59 -0400
14769              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
14770      Branch: perl
14771            ! djgpp/djgpp.c dosish.h t/io/open.t
14772 ____________________________________________________________________________
14773 [  7349] By: jhi                                   on 2000/10/16  22:36:45
14774         Log: perldelta tweak.
14775      Branch: perl
14776            ! pod/perldelta.pod
14777 ____________________________________________________________________________
14778 [  7348] By: jhi                                   on 2000/10/16  15:17:53
14779         Log: Update Changes.
14780      Branch: perl
14781            ! Changes patchlevel.h
14782 ____________________________________________________________________________
14783 [  7347] By: jhi                                   on 2000/10/16  13:55:27
14784         Log: Add the capability to include/exclude branches.
14785      Branch: perl
14786            ! Porting/genlog
14787 ____________________________________________________________________________
14788 [  7346] By: jhi                                   on 2000/10/16  13:18:04
14789         Log: Add Charles Lane.
14790      Branch: perl
14791            ! AUTHORS Changes
14792 ____________________________________________________________________________
14793 [  7345] By: jhi                                   on 2000/10/16  13:13:21
14794         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
14795      Branch: perl
14796            ! pod/perldelta.pod
14797 ____________________________________________________________________________
14798 [  7344] By: gsar                                  on 2000/10/16  09:30:21
14799         Log: integrate change#6220 from cfgperl
14800              
14801              Win32 patches from Benjamin Stuhl.
14802      Branch: maint-5.6/perl
14803           !> makedef.pl win32/win32.h
14804 ____________________________________________________________________________
14805 [  7343] By: gsar                                  on 2000/10/16  08:32:19
14806         Log: integrate changes#6221,6222 from cfgperl
14807              
14808              Remove tr///CU (the feature is to be obsoleted by better interfaces).
14809              From: simon@brecon.co.uk (Simon Cozens)
14810              Subject: [PATCH] Eliminate tr///[CU][CU]
14811              Date: 23 Jun 2000 11:05:40 GMT
14812              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
14813              
14814              doc typo fix
14815              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
14816              From: Ian Phillipps <Ian.Phillipps@iname.com>
14817              Date: Fri, 23 Jun 2000 10:40:58 +0100
14818              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
14819      Branch: maint-5.6/perl
14820           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
14821 ____________________________________________________________________________
14822 [  7342] By: gsar                                  on 2000/10/16  08:28:08
14823         Log: integrate change#6217 from cfgperl (in part)
14824              
14825              Rename the fdpid locking and integrate with Sarathy.
14826      Branch: maint-5.6/perl
14827           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
14828           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
14829           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
14830           !> win32/win32.c
14831 ____________________________________________________________________________
14832 [  7341] By: gsar                                  on 2000/10/16  08:23:39
14833         Log: integrate changes#6214..6216 from mainline
14834              
14835              @_ can't have junk in it even in the non-USE_ITHREADS case because
14836              caller() wants to populate @DB::args with it (causes a coredump
14837              in Carp::confess())
14838              
14839              tweak comment about @DB::args
14840              
14841              be more optimal about clearing @_
14842      Branch: maint-5.6/perl
14843           !> av.h cop.h pp_ctl.c t/op/runlevel.t
14844 ____________________________________________________________________________
14845 [  7340] By: gsar                                  on 2000/10/16  08:20:37
14846         Log: integrate changes#6207..6210 from cfgperl
14847              
14848              Subject: [PATCH 5.6.0] Threadsafe patches
14849              From: Dan Sugalski <dan@sidhe.org>
14850              To: perl5-porters@perl.org
14851              Date: Mon, 08 May 2000 18:08:13 -0400
14852              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
14853              
14854              Regen headers for #6207.
14855              
14856              Lock PL_fdpid against race conditions, based on:
14857              Subject: [PATCH 5.6.0]subprocess fixup for threads
14858              From: Dan Sugalski <dan@sidhe.org>
14859              To: perl5-porters@perl.org
14860              Date: Tue, 11 Apr 2000 17:02:32 -0400
14861              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
14862              
14863              Mopup for #6207 and #6209.
14864      Branch: maint-5.6/perl
14865           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
14866           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
14867           !> win32/win32.c
14868 ____________________________________________________________________________
14869 [  7339] By: gsar                                  on 2000/10/16  08:14:34
14870         Log: integrate change#6203 from cfgperl
14871              
14872              perldiag should refer to perlos2.pod not README.os2
14873      Branch: maint-5.6/perl
14874           !> pod/perldiag.pod
14875 ____________________________________________________________________________
14876 [  7338] By: gsar                                  on 2000/10/16  08:11:42
14877         Log: integrate change#6201 from mainline
14878              
14879              Perl_eval_pv() leaks 4 bytes every time it is called because it
14880              does a PUSHMARK that's never ever POPMARKed; in general, only
14881              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
14882              Perl_eval_[sp]v() don't because they don't take any incoming
14883              arguments (this leak has been around since the original version
14884              of perl_eval_pv() in 5.003_97e)
14885      Branch: maint-5.6/perl
14886           !> perl.c
14887 ____________________________________________________________________________
14888 [  7337] By: gsar                                  on 2000/10/16  08:08:47
14889         Log: integrate changes#6197..6200 from cfgperl
14890              
14891              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
14892              From: John Borwick <jhborwic@unity.ncsu.edu>
14893              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
14894              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
14895              
14896              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
14897              From: Dan Sugalski <dan@sidhe.org>
14898              To: vmsperl@perl.org, perl5-porters@perl.org
14899              Date: Fri, 02 Jun 2000 16:00:41 -0400
14900              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
14901              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
14902              
14903              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
14904              From: Dan Sugalski <dan@sidhe.org>
14905              To: perl5-porters@perl.org, vmsperl@perl.org
14906              Date: Fri, 02 Jun 2000 17:30:51 -0400
14907              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
14908              
14909              Update to cperl-mode.el 4.31 from
14910              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
14911              Subject: A couple of notes
14912              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14913              To: Mailing list Perl5 <perl5-porters@perl.org>
14914              Date: Sat, 3 Jun 2000 23:33:32 -0400
14915              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
14916      Branch: maint-5.6/perl
14917           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
14918           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
14919           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
14920           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
14921           !> vms/vmsish.h
14922 ____________________________________________________________________________
14923 [  7336] By: gsar                                  on 2000/10/16  08:03:46
14924         Log: integrate changes#6194,6195 from mainline
14925              
14926              fix small eval"" memory leaks under USE_ITHREADS
14927              
14928              fix yet another eval"" leak under USE_ITHREADS
14929      Branch: maint-5.6/perl
14930           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
14931           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
14932           !> vms/perly_c.vms
14933 ____________________________________________________________________________
14934 [  7335] By: gsar                                  on 2000/10/16  08:02:15
14935         Log: integrate changes#6190,6191 from mainline
14936              
14937              submit missing embed.pl change
14938              
14939              vec() loses numericalness (modified version of patch suggested
14940              by Robin Barker)
14941      Branch: maint-5.6/perl
14942           !> doop.c embed.pl t/op/vec.t
14943 ____________________________________________________________________________
14944 [  7334] By: gsar                                  on 2000/10/16  08:01:03
14945         Log: integrate change#6189 from mainline
14946              
14947              counting tr/// corrupts later operation (from M.J.T Guy)
14948      Branch: maint-5.6/perl
14949           !> doop.c t/op/tr.t
14950 ____________________________________________________________________________
14951 [  7333] By: gsar                                  on 2000/10/16  07:59:07
14952         Log: integrate changes#6183..6188 from mainline
14953              
14954              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
14955              <nick@ccl4.org>)
14956              
14957              tweak for change#6127
14958              
14959              remove incorrect documentation about implicit split to @_ in
14960              list context, which never really worked in perl 5 (from
14961              M.J.T. Guy)
14962              
14963              further qualify references to "alphanumeric" (from Wolfgang Laun
14964              <wolfgang.laun@alcatel.at>)
14965              
14966              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
14967              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
14968              
14969              h2xs tweaks
14970      Branch: maint-5.6/perl
14971           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
14972           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
14973           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
14974           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
14975           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
14976           !> pod/pod2latex.PL utils/h2xs.PL
14977 ____________________________________________________________________________
14978 [  7332] By: gsar                                  on 2000/10/16  07:53:52
14979         Log: integrate change#6179 from mainline
14980              
14981              buggy modulus on UVs introduced by change#3378 (resulted in
14982              4063328477 % 65535 amounting to 27406, instead of 27407)
14983      Branch: maint-5.6/perl
14984           !> pp.c t/op/arith.t
14985 ____________________________________________________________________________
14986 [  7331] By: gsar                                  on 2000/10/16  07:52:49
14987         Log: integrate changes#6176,6177,6178,6182 from cfgperl
14988              
14989              Single-quoted utf8 patch from Simon Cozens.
14990              
14991              Substitution utf8 patch from Simon Cozens.
14992              
14993              Be cleaner.
14994              
14995              Be Cleaner Part Deux.
14996      Branch: maint-5.6/perl
14997           !> Makefile.SH pp_hot.c toke.c
14998 ____________________________________________________________________________
14999 [  7330] By: gsar                                  on 2000/10/16  07:41:36
15000         Log: integrate change#6172 from mainline
15001              
15002              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
15003              (from Ilya Zakharevich)
15004      Branch: maint-5.6/perl
15005           !> regexec.c t/op/re_tests
15006 ____________________________________________________________________________
15007 [  7329] By: gsar                                  on 2000/10/16  07:40:25
15008         Log: integrate change#6171 from mainline
15009              
15010              scalar() doesn't force scalar context when used in void context
15011              (from Simon Cozens)
15012      Branch: maint-5.6/perl
15013           !> op.c t/op/wantarray.t
15014 ____________________________________________________________________________
15015 [  7328] By: gsar                                  on 2000/10/16  07:39:33
15016         Log: integrate change#6170 from mainline
15017              
15018              change#6142 needs tweaks to tests to work where there's no
15019              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
15020      Branch: maint-5.6/perl
15021           !> t/lib/filefind.t
15022 ____________________________________________________________________________
15023 [  7327] By: gsar                                  on 2000/10/16  07:35:34
15024         Log: integrate changes#6166..6168 from cfgperl
15025              
15026              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
15027              in case somebody wants to write an extension for more
15028              shadow database interfaces.
15029              
15030              tweak todo
15031              
15032              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
15033      Branch: maint-5.6/perl
15034           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15035           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
15036           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
15037           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
15038           !> win32/config.vc win32/config_H.bc win32/config_H.gc
15039           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
15040 ____________________________________________________________________________
15041 [  7326] By: gsar                                  on 2000/10/16  07:29:05
15042         Log: integrate changes#6157,6159..6161,6164 from cfgperl
15043              
15044              Regen Configure to jive with #6149.
15045              
15046              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
15047              
15048              Changes for the File::Temp 0.08 (change #6159) test suite
15049              to fit better into the Perl distribution test framework.
15050              
15051              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
15052              both from Simon Cozens.
15053              
15054              detypo
15055      Branch: maint-5.6/perl
15056           +> pod/perlmodlib.PL pod/perlnewmod.pod
15057           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
15058           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
15059           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
15060           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
15061 ____________________________________________________________________________
15062 [  7325] By: gsar                                  on 2000/10/16  07:25:13
15063         Log: integrate change#6158 from vmsperl
15064              
15065              Add fallback to tmpfile for use in cases where user's relying on
15066              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
15067              Lane's patch)
15068      Branch: maint-5.6/perl
15069           !> vms/vms.c vms/vmsish.h
15070 ____________________________________________________________________________
15071 [  7324] By: gsar                                  on 2000/10/16  07:20:50
15072         Log: integrate changes#6153..6155 from mainline
15073              
15074              prettier Test::Harness output on failed tests (from Nicholas Clark
15075              <nick@Bagpuss.uk.boo.com>)
15076              
15077              avoid type mismatch warning
15078              
15079              small bug in change#6144; remove random \xA0 character that snuck
15080              in via change#6145
15081      Branch: maint-5.6/perl
15082           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
15083           !> perl.c
15084 ____________________________________________________________________________
15085 [  7323] By: gsar                                  on 2000/10/16  07:18:47
15086         Log: integrate changes#6151,6152 from mainline
15087              
15088              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
15089              
15090              cosmetic fixups of RE debug output (from Ilya Zakharevich)
15091      Branch: maint-5.6/perl
15092           !> regexec.c
15093 ____________________________________________________________________________
15094 [  7322] By: gsar                                  on 2000/10/16  07:17:25
15095         Log: integrate changes#6146..6150 from mainline
15096              
15097              doc typo
15098              
15099              add a make entry to Config.pm so "perl -V:make" works on VMS
15100              (from Peter Prymmer)
15101              
15102              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
15103              
15104              OS/2 tweaks for usethreads build (from Rocco Caputo
15105              <troc@netrus.net>)
15106              
15107              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
15108      Branch: maint-5.6/perl
15109           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
15110           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
15111           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
15112           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
15113           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
15114           !> warnings.pl x2p/a2p.h
15115 ____________________________________________________________________________
15116 [  7321] By: gsar                                  on 2000/10/16  07:14:02
15117         Log: integrate changes#6143..6145 from mainline
15118              
15119              MacOS support, part 1 (from Matthias Neeracher
15120              <neeri@iis.ee.ethz.ch>)
15121              
15122              MacOS support, part 2: make AutoSplit use File::Spec instead
15123              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
15124              <neeri@iis.ee.ethz.ch>)
15125              
15126              make xsubpp skip embedded pod (from Matthias Neeracher
15127              <neeri@iis.ee.ethz.ch>)
15128      Branch: maint-5.6/perl
15129           +> ext/DynaLoader/dl_mac.xs
15130           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
15131           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
15132           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
15133           !> pp_ctl.c proto.h toke.c util.c util.h
15134 ____________________________________________________________________________
15135 [  7320] By: gsar                                  on 2000/10/16  07:12:13
15136         Log: integrate changes#6141,6142 from mainline
15137              
15138              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
15139              forwarded by Peter Seebach from the bsdi-users mailing list.
15140              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
15141              
15142              File::Find fails to chdir when chasing symlinks (from
15143              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
15144      Branch: maint-5.6/perl
15145           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
15146 ____________________________________________________________________________
15147 [  7319] By: gsar                                  on 2000/10/16  07:04:30
15148         Log: integrate change#6139 from mainline
15149              
15150              revise mktables.PL for bugs and newness in Unicode 3.0
15151              (from James Bence <jbence@amgen.com>)
15152      Branch: maint-5.6/perl
15153           +> (branch 30 files)
15154           !> (integrate 49 files)
15155 ____________________________________________________________________________
15156 [  7318] By: gsar                                  on 2000/10/16  07:01:01
15157         Log: integrate changes#6137,6138 from mainline
15158              
15159              fix bogus redeclaration warning for "our" variables in different
15160              scopes
15161              
15162              add note about the handling of negative indices to tied arrays
15163              (from Michael G Schwern <schwern@pobox.com>)
15164      Branch: maint-5.6/perl
15165           !> op.c pod/perltie.pod t/pragma/strict-vars
15166 ____________________________________________________________________________
15167 [  7317] By: gsar                                  on 2000/10/16  06:58:46
15168         Log: integrate changes#6127..6136 from mainline
15169              
15170              call_method(...,G_EVAL) can longjmp() out if the method probing
15171              failed (from Gisle Aas)
15172              
15173              new perlxstut example for passing/returning refs to arrays
15174              (from David Lowe <dlowe@pootpoot.com>)
15175              
15176              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
15177              
15178              fix places that mean C<"word" character> but say C<alphanumeric
15179              character>
15180              
15181              avoid warnings in POSIX.pm (from Barrie Slaymaker)
15182              
15183              warnings::enabled() doesn't fall back to looking at $^W if
15184              caller isn't using lexical warnings (from Paul Marquess)
15185              
15186              elide bogus test in change#6132
15187              
15188              make Test::Harness use wait.h/WCOREDUMP if available
15189              (from Ben Tilly <ben_tilly@hotmail.com>)
15190              
15191              enable Test::Harness to dynamically determine column width etc.
15192              (from Rob Napier <rnapier@employees.org>)
15193              
15194              random pod typos (from Peter Scott <Peter@PSDT.com>)
15195      Branch: maint-5.6/perl
15196           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
15197           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
15198           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
15199           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
15200 ____________________________________________________________________________
15201 [  7316] By: gsar                                  on 2000/10/16  06:53:23
15202         Log: integrate change#6126 from mainline
15203              
15204              change#2879 broke rvalue autovivification of magicals such as
15205              ${$num} (reworked variant of patch suggested by Simon Cozens)
15206      Branch: maint-5.6/perl
15207           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
15208           !> pp_hot.c proto.h t/op/gv.t
15209 ____________________________________________________________________________
15210 [  7315] By: gsar                                  on 2000/10/16  06:51:38
15211         Log: integrate changes#6123,6125 from mainline
15212              
15213              clarify gotcha with #line directives (from Rocco Caputo
15214              <troc@netrus.net>)
15215              
15216              enable propagating exception objects via Perl_croak() in XS code
15217              (from Gisle Aas)
15218      Branch: maint-5.6/perl
15219           !> pod/perldebug.pod pod/perlsyn.pod util.c
15220 ____________________________________________________________________________
15221 [  7314] By: gsar                                  on 2000/10/16  06:49:28
15222         Log: integrate change#6122 from mainline
15223              
15224              downgrade fatal error on C<"foo@nosucharray.com"> to optional
15225              warning (from Mark-Jason Dominus)
15226      Branch: maint-5.6/perl
15227           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
15228           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
15229           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
15230           !> toke.c
15231 ____________________________________________________________________________
15232 [  7313] By: gsar                                  on 2000/10/16  06:46:54
15233         Log: integrate changes#6112..6121 from vmsperl
15234              
15235              Check for existence of file before trying to delete
15236              
15237              Ugly workaround for version-specific RTL error
15238              
15239              Urk -- undo previous removal of vmsish 'exit' change
15240              
15241              Add bounds checking for several strings (Charles Lane)
15242              
15243              Miscellaneous cosmetic fixes (Charles Lane)
15244              
15245              Treat sockets as special in sys(read|write) (Charles Lane et al.)
15246              
15247              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
15248              Flatten case labels in switch statements uniformly (Charles Bailey)
15249              
15250              Quiet error messages in vmsish.t (Charles Lane)
15251              
15252              Add missing escape (Charles Lane)
15253              
15254              Allow eliminate_macros() and fixpath() to handle space-delimited
15255              lists (based on fixes by Craig Berry)
15256      Branch: maint-5.6/perl
15257           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
15258           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
15259           !> vms/vmsish.h
15260 ____________________________________________________________________________
15261 [  7312] By: gsar                                  on 2000/10/16  06:41:18
15262         Log: integrate changes#6107,6110 from cfgperl
15263              
15264              Tweak the todo list.
15265              
15266              todo tweak
15267      Branch: maint-5.6/perl
15268           !> Todo-5.6
15269 ____________________________________________________________________________
15270 [  7311] By: gsar                                  on 2000/10/16  06:38:38
15271         Log: integrate changes#6104,6108 from mainline
15272              
15273              PL_sys_intern was being initialized too late on windows
15274              
15275              reenable fake signal handling on Windows, bugs and all
15276      Branch: maint-5.6/perl
15277           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
15278           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
15279           !> win32/win32.c
15280 ____________________________________________________________________________
15281 [  7310] By: gsar                                  on 2000/10/16  06:36:03
15282         Log: integrate changes#6095,6097..6103 from cfgperl
15283              
15284              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
15285              might be useful in future.
15286              
15287              Add a note about possible compilation problems from Allen Smith.
15288              
15289              Add a note about other, yet unsupported, shadow password APIs.
15290              
15291              Tweaks for the cc bugs from Allen Smith.
15292              
15293              More compilation tweakery from Allen Smith.
15294              
15295              Hints and test tweaks for Unicos.
15296              
15297              The test suite tweak in #6101 wasn't quite right.
15298              
15299              Test tweaking for Unicos continues.
15300      Branch: maint-5.6/perl
15301           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15302           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
15303           !> t/lib/complex.t t/op/64bitint.t
15304 ____________________________________________________________________________
15305 [  7309] By: gsar                                  on 2000/10/16  06:29:41
15306         Log: integrate changes#6093,6094 from mainline
15307              
15308              fork() failure to create pseudo process sets errno=EAGAIN and returns
15309              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
15310              
15311              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
15312      Branch: maint-5.6/perl
15313           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
15314           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
15315 ____________________________________________________________________________
15316 [  7308] By: gsar                                  on 2000/10/16  06:27:29
15317         Log: integrate change#6092 from cfgperl
15318              
15319              Regen perltoc with the fixed buildtoc.
15320      Branch: maint-5.6/perl
15321           !> pod/perltoc.pod
15322 ____________________________________________________________________________
15323 [  7307] By: gsar                                  on 2000/10/16  06:26:40
15324         Log: integrate changes#6089,6090 from mainline
15325              
15326              buildtoc tweak to fix newline lossage
15327              
15328              concat doesn't preserve utf8-ness, and doesn't invalidate
15329              [NI]OK; added tests for both
15330      Branch: maint-5.6/perl
15331           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
15332 ____________________________________________________________________________
15333 [  7306] By: gsar                                  on 2000/10/16  06:24:05
15334         Log: integrate change#6088 from cfgperl
15335              
15336              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
15337              because we do not use those.  The HAS_GETSPNAM remains,
15338              though, because we still do use that.
15339      Branch: maint-5.6/perl
15340           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15341           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
15342           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
15343           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
15344           !> win32/config.vc win32/config_H.bc win32/config_H.gc
15345           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
15346 ____________________________________________________________________________
15347 [  7305] By: gsar                                  on 2000/10/16  06:15:52
15348         Log: integrate changes#6084,6085,6087 from mainline
15349              
15350              substr() does not preserve utf8-ness (from Stefan Eissing
15351              <Eissing@medicaldataservice.de>); added tests
15352              
15353              repeat operator (x) doesn't preserve utf8-ness
15354              
15355              reverse() and quotemeta() weren't preserving utf8-ness; add tests
15356      Branch: maint-5.6/perl
15357           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
15358 ____________________________________________________________________________
15359 [  7304] By: gsar                                  on 2000/10/16  06:13:10
15360         Log: integrate changes#6077..6083 from mainline
15361              
15362              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
15363              and Tom Phoenix)
15364              
15365              workaround for CRT bug in chdir() (from Charles Lane, via
15366              Peter Prymmer)
15367              
15368              remove outdated kludge in Carp (NULLs are permitted in diagnostics
15369              now)
15370              
15371              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
15372              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
15373              
15374              better default perlbug categories for ok reports (from Richard Foley)
15375              
15376              peek.t non-portable to ithreads
15377              
15378              note about undocumented caller() return value (from M.J.T. Guy);
15379              yet another peek.t tweak
15380      Branch: maint-5.6/perl
15381           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
15382           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
15383           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
15384           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
15385           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
15386           !> vms/vmsish.h
15387 ____________________________________________________________________________
15388 [  7303] By: gsar                                  on 2000/10/16  06:03:18
15389         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
15390              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
15391              
15392              &HUGE_VAL is not defined, it exists.
15393              
15394              Do not warn that an infinity does not look like a number.
15395              
15396              Rewrite the pwent/spent logic to be a little bit more clearer.
15397              
15398              Continue on the pwent/spent case.
15399              
15400              Correct Freudian slip.
15401              
15402              Use HUGE_VALL if applicable.
15403              
15404              pwent/spent #ifdef imbalance.
15405              
15406              Infinite problems.
15407              
15408              Call getspnam() only iff needd.
15409              
15410              Test both the scalar and list contexts.
15411              
15412              Use setxxent()/endxxent().
15413              
15414              Complex tweakery.
15415              
15416              Unicos hint tweak.
15417              
15418              Be more forgiving in POSIX about HUGE_VALL.
15419              
15420              Detypo.
15421              
15422              The search of infinity continues, this time simplified.
15423              
15424              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
15425              in natively 64-bit platforms where a long is a quad (no need
15426              for long longs).  Also added bias for IVs.
15427              
15428              Complex tweaks.
15429              
15430              Introduce t/lib/peek.t.
15431              
15432              Make the test more portable.
15433      Branch: maint-5.6/perl
15434           +> t/lib/peek.t
15435            ! pp_sys.c
15436           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
15437           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
15438           !> t/op/pwent.t toke.c util.c
15439 ____________________________________________________________________________
15440 [  7302] By: gsar                                  on 2000/10/16  05:03:37
15441         Log: integrate changes#6066..6071 from mainline
15442              
15443              s/END/CHECK/
15444              
15445              replace direct call to sighandler() with (*PL_sighandlerp)()
15446              
15447              note about values()
15448              
15449              File::Spec compatibility update (from Barrie Slaymaker
15450              <barries@slaysys.com>)
15451              
15452              remove misleading comment (from M.J.T. Guy)
15453              
15454              misformatted perllocal.pod (from Tim Jenness
15455              <t.jenness@jach.hawaii.edu>)
15456      Branch: maint-5.6/perl
15457           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
15458           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
15459           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
15460           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
15461 ____________________________________________________________________________
15462 [  7301] By: gsar                                  on 2000/10/16  05:00:08
15463         Log: integrate changes#6061..6063 from mainline
15464              
15465              change#5921 neglected to make eq honor "use bytes"
15466              
15467              additional tests for utf8.t
15468              
15469              tokeq() could read unallocated field in argument
15470      Branch: maint-5.6/perl
15471           !> sv.c t/pragma/utf8.t toke.c
15472 ____________________________________________________________________________
15473 [  7300] By: gsar                                  on 2000/10/16  04:56:54
15474         Log: integrate changes#6046,6048,6057,6058 from mainline
15475              
15476              libscheck has insufficient checks for n32 libs (from
15477              Albert Chin-A-Young <china@thewrittenword.com>)
15478              
15479              add note about how $( doesn't interpolate in REs (from
15480              Philip Newton <newton@ficus.frogspace.net>)
15481              
15482              fix broken parsing of /\x{ab}/
15483              
15484              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
15485              (spotted by Donald Kinzer <dkinzer@premia.com>)
15486      Branch: maint-5.6/perl
15487           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
15488           !> t/pragma/utf8.t
15489 ____________________________________________________________________________
15490 [  7299] By: gsar                                  on 2000/10/16  04:52:50
15491         Log: integrate change#6044 from mainline
15492              
15493              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
15494              such that underscores are only ignored in literal numbers,
15495              "\x{...}", and hex/oct argument
15496      Branch: maint-5.6/perl
15497           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
15498 ____________________________________________________________________________
15499 [  7298] By: gsar                                  on 2000/10/16  04:50:53
15500         Log: integrate changes#6027..6043 from mainline
15501              
15502              podlators-1.02 update (from Russ Allbery)
15503              
15504              Pod::Man generates groff-incompatible macro definition (from
15505              Tom Christiansen)
15506              
15507              add CGI.pm v2.66 (from Lincoln Stein)
15508              
15509              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
15510              for @- and @+ (from Johan Vromans)
15511              
15512              small nits in diagnostics.pm (from Robin Barker)
15513              
15514              whitespace adjustments
15515              
15516              missing files in MANIFEST
15517              
15518              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
15519              to compensate
15520              
15521              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
15522              
15523              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
15524      Branch: maint-5.6/perl
15525           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
15526           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
15527           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
15528           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
15529           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
15530           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
15531           !> t/lib/cgi-html.t t/lib/cgi-request.t
15532 ____________________________________________________________________________
15533 [  7297] By: gsar                                  on 2000/10/16  04:44:30
15534         Log: integrate change#6025 from mainline
15535              
15536              Is{Alnum,Alpha,Word} don't match titlecase
15537              TODO: IsSpace is defined recursively!
15538              (both spotted by Larry)
15539      Branch: maint-5.6/perl
15540           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
15541           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
15542 ____________________________________________________________________________
15543 [  7296] By: gsar                                  on 2000/10/16  04:39:30
15544         Log: integrate change#6023 from mainline
15545              
15546              debugger stomps on $. (from M.J.T. Guy)
15547      Branch: maint-5.6/perl
15548           !> lib/perl5db.pl
15549 ____________________________________________________________________________
15550 [  7295] By: gsar                                  on 2000/10/16  04:38:02
15551         Log: integrate change#6022 from mainline
15552              
15553              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
15554      Branch: maint-5.6/perl
15555           !> sv.c
15556 ____________________________________________________________________________
15557 [  7294] By: gsar                                  on 2000/10/16  04:37:05
15558         Log: integrate changes#6018..6021 from mainline
15559              
15560              make lib/syslog.t portable to systems that don't have _PATH_LOG,
15561              make _PATH_LOG() return "" if unavailable
15562              
15563              windows portability tweaks
15564              
15565              test tweak
15566              
15567              remove Win2K issue in pod (fixed by change#6020)
15568      Branch: maint-5.6/perl
15569           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
15570           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
15571           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
15572 ____________________________________________________________________________
15573 [  7293] By: gsar                                  on 2000/10/16  04:20:00
15574         Log: integrate changes#6013..6015 from mainline
15575              
15576              tweak change#5945 to display correct switch name in diagnostic
15577              
15578              glob() loading File::Glob behind the scenes may cause syntax errors
15579              
15580              tweak test for portability
15581      Branch: maint-5.6/perl
15582           !> op.c perl.c pod/perldiag.pod t/lib/b.t
15583 ____________________________________________________________________________
15584 [  7292] By: gsar                                  on 2000/10/16  04:18:11
15585         Log: integrate changes#6005..6010 from mainline, cfgperl
15586              
15587              perldoc might fail via "use blib" (from Hugo van der Sanden)
15588              
15589              Regen Configure.
15590              
15591              note about compile failures and END blocks (from M.J.T. Guy)
15592              
15593              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
15594              
15595              (change#6009 integrated earlier in change#7255)
15596              
15597              clarify note about shadow password support (from
15598              gellyfish@gellyfish.com)
15599      Branch: maint-5.6/perl
15600           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15601           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
15602           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
15603 ____________________________________________________________________________
15604 [  7291] By: gsar                                  on 2000/10/16  04:12:03
15605         Log: integrate changes#6002,6003 from mainline
15606              
15607              destructive sv_setsv() can lose UV-ness from source, causing
15608              numeric promotions/comparisons to fail to do the right thing
15609              
15610              allow REG_EXPAND_SZ keys in Windows registry (from
15611              John Clayton <John.Clayton@barclayscapital.com>)
15612      Branch: maint-5.6/perl
15613           !> sv.c win32/win32.c
15614 ____________________________________________________________________________
15615 [  7290] By: gsar                                  on 2000/10/16  04:10:19
15616         Log: integrate change#6001 from mainline
15617              
15618              support additional library locations via $Config{otherlibdirs}
15619              (from Andy Dougherty)
15620      Branch: maint-5.6/perl
15621           !> Configure INSTALL Porting/Glossary Porting/config.sh
15622           !> Porting/config_H config_h.SH epoc/config.sh perl.c
15623           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
15624           !> win32/config.bc win32/config.gc win32/config.vc
15625 ____________________________________________________________________________
15626 [  7289] By: gsar                                  on 2000/10/16  04:08:28
15627         Log: integrate change#5999 from mainline
15628              
15629              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
15630      Branch: maint-5.6/perl
15631           !> t/pragma/warn/toke toke.c
15632 ____________________________________________________________________________
15633 [  7288] By: gsar                                  on 2000/10/16  04:07:01
15634         Log: integrate changes#5997,5998 from cfgperl
15635              
15636              Preserve $!.
15637              
15638              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
15639      Branch: maint-5.6/perl
15640           !> lib/Math/Complex.pm
15641 ____________________________________________________________________________
15642 [  7287] By: gsar                                  on 2000/10/16  04:04:37
15643         Log: integrate change#5995 from mainline
15644              
15645              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
15646      Branch: maint-5.6/perl
15647           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
15648 ____________________________________________________________________________
15649 [  7286] By: gsar                                  on 2000/10/16  04:03:21
15650         Log: integrate change#5994 from mainline
15651              
15652              fix for missed accounting for null byte in pack("Z",...) (from
15653              M.J.T. Guy)
15654      Branch: maint-5.6/perl
15655           !> pp.c t/op/pack.t
15656 ____________________________________________________________________________
15657 [  7285] By: gsar                                  on 2000/10/16  04:02:11
15658         Log: integrate changes#5989..5993 from mainline
15659              
15660              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
15661              itself and no other (from Tom Hughes)
15662              
15663              use $ENV{LIB} to search for libs under Visual C compiler
15664              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
15665              
15666              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
15667              
15668              pod nit (from Simon Cozens)
15669              
15670              various minor tweaks seen on p5p
15671      Branch: maint-5.6/perl
15672           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
15673           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
15674           !> t/op/array.t toke.c
15675 ____________________________________________________________________________
15676 [  7284] By: gsar                                  on 2000/10/16  03:59:00
15677         Log: integrate changes#5978..5988 from mainline
15678              
15679              sync version numbers in File::Spec with the ones on CPAN
15680              (from Barrie Slaymaker)
15681              
15682              under useithreads, constant pad entries could inadvertantly be
15683              shared across threads (from Eric Blood <eblood@xmission.com>);
15684              added Eric's test case to testsuite
15685              
15686              allow Configure -S to run non-interactively (spotted by Greg Hudson
15687              <ghudson@mit.edu>)
15688              
15689              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
15690              prototype mismatch with CORE::glob(); update pod and tests to
15691              suit (File::Glob::glob() is still available for backward
15692              compatibility, but should be considered deprecated)
15693              
15694              avoid error in IO::Socket::INET when given an unknown service name
15695              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
15696              
15697              numeric conversion of non-number in change#3378 tramples on
15698              OOK offset, causing segfaults
15699              
15700              attributes::reftype() doesn't work on tied argument
15701              
15702              forked child may not exit correctly if it failed to open
15703              /dev/console (from Graham Barr)
15704              
15705              add regular expressions tutorial and quick-start guide (from
15706              Mark Kvale <kvale@phy.ucsf.edu>)
15707              
15708              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
15709              
15710              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
15711              <paul@miraclefish.com>)
15712      Branch: maint-5.6/perl
15713           +> pod/perlrequick.pod pod/perlretut.pod
15714           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
15715           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
15716           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
15717           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
15718           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
15719           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15720           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
15721           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
15722 ____________________________________________________________________________
15723 [  7283] By: gsar                                  on 2000/10/16  03:52:14
15724         Log: integrate change#5977 from mainline
15725              
15726              autoquote barewords followed by newline and arrow properly
15727              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
15728      Branch: maint-5.6/perl
15729           !> t/pragma/warn/toke toke.c
15730 ____________________________________________________________________________
15731 [  7282] By: gsar                                  on 2000/10/16  03:50:48
15732         Log: integrate change#5976 from mainline
15733              
15734              DB_File v1.73 update (from Paul Marquess)
15735      Branch: maint-5.6/perl
15736           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
15737           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
15738 ____________________________________________________________________________
15739 [  7281] By: gsar                                  on 2000/10/16  03:49:14
15740         Log: integrate change#5975 from mainline
15741              
15742              allow sort() reentrancy (variant of patch suggested by
15743              Hugo van der Sanden)
15744      Branch: maint-5.6/perl
15745           !> pp_ctl.c t/op/sort.t
15746 ____________________________________________________________________________
15747 [  7280] By: gsar                                  on 2000/10/16  03:48:22
15748         Log: integrate change#5974 from mainline
15749              
15750              change#4197 somehow missed initializing PL_errors, meaning
15751              syntax error queueing wasn't working outside eval"" at all;
15752              also fixed eval"" to localize PL_error_count, so that compile-time
15753              eval's don't clobber the error state of the outer context
15754      Branch: maint-5.6/perl
15755           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
15756           !> t/pragma/warn/toke
15757 ____________________________________________________________________________
15758 [  7279] By: gsar                                  on 2000/10/16  03:46:21
15759         Log: integrate change#5973 from mainline
15760              
15761              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
15762      Branch: maint-5.6/perl
15763           !> regcomp.c regexec.c t/op/re_tests
15764 ____________________________________________________________________________
15765 [  7278] By: gsar                                  on 2000/10/16  03:44:54
15766         Log: integrate change#5971 from cfgperl
15767              
15768              Unicos tweaks from Mark P. Lutz.
15769      Branch: maint-5.6/perl
15770           !> hints/unicos.sh lib/Math/Complex.pm
15771 ____________________________________________________________________________
15772 [  7277] By: gsar                                  on 2000/10/16  03:42:59
15773         Log: integrate changes#5966..5970 from mainline
15774              
15775              add testsuite for B backends, fix bug in B::Deparse (from
15776              Simon Cozens <simon@brecon.co.uk>)
15777              
15778              improved docs on the warn_uninit diagnostic (from David Glasser
15779              and Simon Cozens)
15780              
15781              tolerate spaces in group names in test on solaris (from David Boyce
15782              <dsb@boyski.com>)
15783              
15784              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
15785              
15786              Data::Dumper fumbles negative numbers on 32-bit platforms where
15787              IV is >32bits
15788      Branch: maint-5.6/perl
15789           +> t/lib/b.t t/lib/syslog.t
15790           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
15791           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
15792           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
15793 ____________________________________________________________________________
15794 [  7276] By: gsar                                  on 2000/10/16  03:39:30
15795         Log: integrate change#5965 from mainline
15796              
15797              avoid "will not stay shared" warnings for our variables (from
15798              Robin Barker)
15799      Branch: maint-5.6/perl
15800           !> op.c t/pragma/warn/op
15801 ____________________________________________________________________________
15802 [  7275] By: gsar                                  on 2000/10/16  03:38:18
15803         Log: integrate change#5964 from mainline
15804              
15805              reformat to 72 columns (again)
15806      Branch: maint-5.6/perl
15807           !> pod/perldiag.pod
15808 ____________________________________________________________________________
15809 [  7274] By: gsar                                  on 2000/10/16  03:36:58
15810         Log: integrate change#5963 from mainline
15811              
15812              patch from Larry to make (\&) prototype work; added tests for
15813              the same
15814      Branch: maint-5.6/perl
15815           !> op.c t/comp/proto.t
15816 ____________________________________________________________________________
15817 [  7273] By: gsar                                  on 2000/10/16  03:35:51
15818         Log: integrate changes#5956..5962 from mainline
15819              
15820              better diagnostics on failed tests (from Ilya Zakharevich)
15821              
15822              pod nits (from A. C. Yardley <yardley@tanet.net>)
15823              
15824              change#3569 deleted some essential code, revert; avoid use of
15825              atexit() to make DynaLoader work properly on AIX under mod_perl
15826              (from Jens-Uwe Mager <jum@helios.de>)
15827              
15828              doubled words in pods (from Simon Cozens
15829              <simon.p.cozens@jp.pwcglobal.com>)
15830              
15831              better INSTALL notes on Solaris issues (from Dominic Dunlop)
15832              
15833              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
15834              
15835              updated README.hpux (from Jeff Okamoto)
15836      Branch: maint-5.6/perl
15837           !> INSTALL README.hpux emacs/cperl-mode.el
15838           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
15839           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
15840           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
15841           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
15842           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
15843           !> t/op/lex_assign.t
15844 ____________________________________________________________________________
15845 [  7272] By: gsar                                  on 2000/10/16  03:31:22
15846         Log: integrate change#5955 from mainline
15847              
15848              longstanding bug exposed by change#3307: sort arguments weren't
15849              compiled with the right wantarray context (ensuing runtime lookup
15850              via block_gimme() was getting the incidental context of the
15851              sort() itself)
15852      Branch: maint-5.6/perl
15853           !> op.c t/op/sort.t
15854 ____________________________________________________________________________
15855 [  7271] By: gsar                                  on 2000/10/16  03:29:11
15856         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
15857              branch
15858              
15859              Flatten the cpp jungle doing the nosuid checking.
15860              
15861              Do not assume sign propagation. (from M.J.T. Guy)
15862              
15863              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
15864              
15865              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
15866              Now pp_ncmp() returns undef is either operand is a NaN.
15867              
15868              On second thoughts frexp() does have two arguments.
15869              
15870              Document that tr() is not tr(1).
15871              
15872              Be more robust on "extreme" (large absolute value)
15873              arguments.  Originally reported by Daniel Connelly
15874              as a problem with asinh() on large negative arguments,
15875              asinh() used to bail out because an argument to log()
15876              ended up being zero.  Ilya Zakharevich proposed using
15877              Taylor's series in such cases, which for such large
15878              arguments is a very good approximation.
15879              
15880              Undo "use integer" addition from 64bitint as it seems
15881              to break most of the subtests in Digital UNIX;
15882              Unicos needs to find another way.
15883      Branch: maint-5.6/perl
15884           !> (integrate 29 files)
15885 ____________________________________________________________________________
15886 [  7270] By: gsar                                  on 2000/10/16  03:09:44
15887         Log: integrate changes#5948,5949,5950 from mainline
15888              
15889              typo in vars.pm that leads to cryptic message (from Piotr
15890              Piatkowski <kompas@kompas.usr.onet.pl>)
15891              
15892              make perldoc use the pod2man from the same version (from
15893              M.J.T. Guy)
15894              
15895              reformat perldiag to avoid long lines
15896      Branch: maint-5.6/perl
15897           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
15898 ____________________________________________________________________________
15899 [  7269] By: gsar                                  on 2000/10/16  03:05:54
15900         Log: integrate change#5947 from mainline
15901              
15902              use &dl_error rather than &dl_load_file as the guard for calling
15903              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
15904              statically built perl)
15905      Branch: maint-5.6/perl
15906           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
15907 ____________________________________________________________________________
15908 [  7268] By: gsar                                  on 2000/10/16  03:04:48
15909         Log: integrate change#5945 from mainline
15910              
15911              make module name mandatory after -M switch; reorder perldiag
15912              alphabetically (from Mark-Jason Dominus)
15913      Branch: maint-5.6/perl
15914           !> perl.c pod/perldiag.pod
15915 ____________________________________________________________________________
15916 [  7267] By: gsar                                  on 2000/10/16  03:03:01
15917         Log: integrate change#5939 from mainline
15918              
15919              more pod nits (from Larry Virden)
15920      Branch: maint-5.6/perl
15921           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
15922           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
15923           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
15924 ____________________________________________________________________________
15925 [  7266] By: gsar                                  on 2000/10/16  03:01:39
15926         Log: integrate change#5938 from mainline
15927              
15928              Consolidated B::Deparse fixes (from Stephen McCamant)
15929      Branch: maint-5.6/perl
15930           !> ext/B/B/Deparse.pm
15931 ____________________________________________________________________________
15932 [  7265] By: gsar                                  on 2000/10/16  03:00:43
15933         Log: integrate change#5936 from mainline
15934              
15935              additional tests for change#7263 (from Paul Marquess)
15936      Branch: maint-5.6/perl
15937           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
15938           !> t/pragma/warn/5nolint t/pragma/warn/6default
15939 ____________________________________________________________________________
15940 [  7264] By: gsar                                  on 2000/10/16  02:58:34
15941         Log: integrate change#5934 from mainline
15942              
15943              propagate lexical warnings from surrounding scope correctly
15944              within string eval() (from Paul Marquess)
15945      Branch: maint-5.6/perl
15946           !> pp_ctl.c t/pragma/warn/pp_ctl
15947 ____________________________________________________________________________
15948 [  7263] By: gsar                                  on 2000/10/16  02:56:53
15949         Log: integrate change#5932 from mainline
15950              
15951              add rsignal(), whichsig() and do_join() to public API list
15952              (mod_perl uses them to good advantage)
15953      Branch: maint-5.6/perl
15954           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
15955 ____________________________________________________________________________
15956 [  7262] By: gsar                                  on 2000/10/16  02:55:53
15957         Log: integrate change#5931 from mainline
15958              
15959              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
15960      Branch: maint-5.6/perl
15961           !> pp_hot.c regexec.c t/op/pat.t
15962 ____________________________________________________________________________
15963 [  7261] By: gsar                                  on 2000/10/16  02:55:01
15964         Log: integrate change#5930 from mainline
15965              
15966              small os390 tweaks (from Peter Prymmer)
15967      Branch: maint-5.6/perl
15968           !> config_h.SH makedepend.SH
15969 ____________________________________________________________________________
15970 [  7260] By: gsar                                  on 2000/10/16  02:54:10
15971         Log: integrate change#5929 from mainline
15972              
15973              pod nits
15974      Branch: maint-5.6/perl
15975           !> pod/perlguts.pod
15976 ____________________________________________________________________________
15977 [  7259] By: gsar                                  on 2000/10/16  02:52:55
15978         Log: integrate change#5927 from mainline
15979              
15980              arrange for next() to resume at the unstack op rather than the
15981              loop conditional, so that scope cleanup happens correctly
15982              (from Stephen McCamant)
15983      Branch: maint-5.6/perl
15984           !> op.c pp_ctl.c t/op/misc.t
15985 ____________________________________________________________________________
15986 [  7258] By: gsar                                  on 2000/10/16  02:51:38
15987         Log: integrate change#5926 from mainline
15988              
15989              on windows, reserve 16M of stack rather than 128M (allows more
15990              threads to run concurrently)
15991      Branch: maint-5.6/perl
15992           !> win32/Makefile win32/makefile.mk
15993 ____________________________________________________________________________
15994 [  7257] By: gsar                                  on 2000/10/16  02:50:37
15995         Log: integrate change#5925 from mainline
15996              
15997              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
15998      Branch: maint-5.6/perl
15999           !> toke.c
16000 ____________________________________________________________________________
16001 [  7256] By: gsar                                  on 2000/10/16  02:49:36
16002         Log: integrate change#5924 from mainline
16003              
16004              avoid using uninitialized memory in require version check
16005      Branch: maint-5.6/perl
16006           !> pp_ctl.c universal.c
16007 ____________________________________________________________________________
16008 [  7255] By: gsar                                  on 2000/10/16  02:48:03
16009         Log: integrate changes#5923,5928,6009 from mainline
16010              
16011              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
16012      Branch: maint-5.6/perl
16013           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
16014 ____________________________________________________________________________
16015 [  7254] By: gsar                                  on 2000/10/16  02:44:46
16016         Log: integrate change#5922 from mainline
16017              
16018              commentary about IoTYPE() (from Nathan Torkington)
16019      Branch: maint-5.6/perl
16020           !> sv.h
16021 ____________________________________________________________________________
16022 [  7253] By: gsar                                  on 2000/10/16  02:43:49
16023         Log: integrate change#5921 from mainline
16024              
16025              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
16026      Branch: maint-5.6/perl
16027           !> sv.c t/lib/charnames.t t/pragma/utf8.t
16028 ____________________________________________________________________________
16029 [  7252] By: gsar                                  on 2000/10/16  02:42:31
16030         Log: integrate change#5920 from mainline
16031              
16032              Larry's fix for buggy propagation of utf8-ness in join(); add test
16033      Branch: maint-5.6/perl
16034           !> doop.c t/op/ver.t
16035 ____________________________________________________________________________
16036 [  7251] By: gsar                                  on 2000/10/16  02:41:14
16037         Log: integrate changes#5915..5919 from mainline
16038              
16039              various (pod tweaks &c)
16040      Branch: maint-5.6/perl
16041           !> (integrate 33 files)
16042 ____________________________________________________________________________
16043 [  7250] By: gsar                                  on 2000/10/16  02:38:16
16044         Log: integrate change#5914 from mainline
16045              
16046              caller() wasn't returning the right number of elements for
16047              eval {...}
16048      Branch: maint-5.6/perl
16049           !> pp_ctl.c t/pragma/warn/9enabled
16050 ____________________________________________________________________________
16051 [  7249] By: gsar                                  on 2000/10/16  02:37:02
16052         Log: integrate change#5913 from mainline
16053              
16054              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
16055              (from Mark-Jason Dominus)
16056      Branch: maint-5.6/perl
16057           !> pod/perlfunc.pod
16058 ____________________________________________________________________________
16059 [  7248] By: gsar                                  on 2000/10/16  02:35:58
16060         Log: integrate change#5912 from mainline
16061              
16062              fix totally broken caching in UNIVERSAL::isa() (from
16063              Nick Ing-Simmons)
16064      Branch: maint-5.6/perl
16065           !> t/op/universal.t universal.c
16066 ____________________________________________________________________________
16067 [  7247] By: gsar                                  on 2000/10/16  02:34:27
16068         Log: integrate changes#5910,5911 from mainline
16069              
16070              typo in pod
16071              
16072              add linebreak properties from unicode/LineBrk.txt (from
16073              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
16074      Branch: maint-5.6/perl
16075           +> (branch 29 files)
16076           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
16077 ____________________________________________________________________________
16078 [  7246] By: gsar                                  on 2000/10/16  02:33:29
16079         Log: integrate change#5909 from mainline
16080              
16081              mode argument to do_binmode() should be file mode, not boolean
16082      Branch: maint-5.6/perl
16083           !> pp_sys.c
16084 ____________________________________________________________________________
16085 [  7245] By: gsar                                  on 2000/10/16  02:31:04
16086         Log: integrate change#5908 from mainline
16087              
16088              introduce illegal symbols into null package so that
16089              gv_fetchpv(...,TRUE) always returns a valid GV even when the
16090              symbol is trapped by strictures (avoids coredumps)
16091      Branch: maint-5.6/perl
16092           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
16093           !> t/pragma/strict-vars
16094 ____________________________________________________________________________
16095 [  7244] By: jhi                                   on 2000/10/16  02:29:54
16096         Log: Subject: $Carp::ExportLevel confusion in Exporter
16097              From: "Ben Tilly" <ben_tilly@hotmail.com>
16098              Date: Sat, 14 Oct 2000 16:44:34 EDT
16099              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
16100      Branch: perl
16101            ! lib/Exporter/Heavy.pm
16102 ____________________________________________________________________________
16103 [  7243] By: jhi                                   on 2000/10/16  02:28:33
16104         Log: Subject: [PATCH perlguts.pod] Document offset hack
16105              From: Simon Cozens <simon@cozens.net>
16106              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
16107              Date: Sat, 14 Oct 2000 19:32:25 +0100
16108      Branch: perl
16109            ! pod/perlguts.pod
16110 ____________________________________________________________________________
16111 [  7242] By: gsar                                  on 2000/10/16  02:26:51
16112         Log: integrate changes#5905,5906,5907,6064 from mainline
16113              
16114              printf/sprintf didn't get quad types right under use64bitint
16115      Branch: maint-5.6/perl
16116           !> pp_sys.c sv.c t/op/64bitint.t
16117 ____________________________________________________________________________
16118 [  7241] By: jhi                                   on 2000/10/16  02:22:44
16119         Log: Subject: small pod patch
16120              From: Dan Boorstein <dan_boo@bellsouth.net>
16121              Date: Sat, 14 Oct 2000 14:29:24 -0400
16122              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
16123      Branch: perl
16124            ! pod/perlfaq7.pod pod/perlmod.pod
16125 ____________________________________________________________________________
16126 [  7240] By: jhi                                   on 2000/10/16  02:13:46
16127         Log: -w cleanup.
16128              
16129              Subject: Re: Problems with bleadperl 
16130              From: "Stephen P. Potter" <spp@ds.net>
16131              Date: Fri, 13 Oct 2000 13:32:49 -0400
16132              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
16133      Branch: perl
16134            ! t/pragma/overload.t
16135 ____________________________________________________________________________
16136 [  7239] By: jhi                                   on 2000/10/16  01:41:18
16137         Log: One more ~utf8 tweak.
16138      Branch: perl
16139            ! t/op/bop.t
16140 ____________________________________________________________________________
16141 [  7238] By: jhi                                   on 2000/10/16  01:34:14
16142         Log: Tweak the test of #7235.
16143      Branch: perl
16144            ! t/op/bop.t
16145 ____________________________________________________________________________
16146 [  7237] By: jhi                                   on 2000/10/16  01:25:04
16147         Log: Fix a couple of compiler-noted nits in #7235.
16148      Branch: perl
16149            ! pp.c
16150 ____________________________________________________________________________
16151 [  7236] By: jhi                                   on 2000/10/16  01:22:46
16152         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
16153      Branch: perl
16154            ! pp.c pp_hot.c
16155 ____________________________________________________________________________
16156 [  7235] By: jhi                                   on 2000/10/15  16:24:44
16157         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
16158              
16159              From: Simon Cozens <simon@cozens.net>
16160              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
16161              Date: Sat, 14 Oct 2000 20:52:13 +0100
16162              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
16163      Branch: perl
16164            ! pp.c t/op/bop.t utf8.h
16165 ____________________________________________________________________________
16166 [  7234] By: jhi                                   on 2000/10/15  15:19:29
16167         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
16168              The problem was that rx->minlen was in chars while pp_split()
16169              thought it would be in bytes. 
16170      Branch: perl
16171            ! pp.c t/pragma/utf8.t
16172 ____________________________________________________________________________
16173 [  7233] By: jhi                                   on 2000/10/14  20:24:24
16174         Log: Document FNCASE=y as discussed in the bug 20000902.009.
16175      Branch: perl
16176            ! README.dos
16177 ____________________________________________________________________________
16178 [  7232] By: jhi                                   on 2000/10/14  18:52:21
16179         Log: Add test for bug id 20000427.003 (which seems to have
16180              been fixed) (also duplicate as 20000427.004, though
16181              with a higher severity).  Move one utf8 from op/append
16182              to pragma/utf8, tag the tests with bug ids.
16183      Branch: perl
16184            ! t/op/append.t t/pragma/utf8.t
16185 ____________________________________________________________________________
16186 [  7231] By: jhi                                   on 2000/10/14  17:28:37
16187         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
16188      Branch: perl
16189            ! t/pragma/utf8.t
16190 ____________________________________________________________________________
16191 [  7230] By: jhi                                   on 2000/10/14  14:24:50
16192         Log: Needs to be conditional on SunOS 4.
16193              
16194              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
16195              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16196              Date: Sat, 14 Oct 2000 13:37:49 +0100
16197              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
16198      Branch: metaconfig/U/perl
16199            ! End.U
16200      Branch: perl
16201            ! Configure myconfig.SH pod/perldelta.pod
16202 ____________________________________________________________________________
16203 [  7229] By: jhi                                   on 2000/10/14  00:49:22
16204         Log: Update Changes.
16205      Branch: perl
16206            ! Changes patchlevel.h
16207 ____________________________________________________________________________
16208 [  7228] By: jhi                                   on 2000/10/14  00:46:10
16209         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
16210              From: Peter Prymmer <pvhp@forte.com>
16211              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
16212              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
16213      Branch: perl
16214            ! lib/utf8.pm
16215 ____________________________________________________________________________
16216 [  7227] By: jhi                                   on 2000/10/13  23:20:30
16217         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
16218      Branch: perl
16219            ! t/op/tie.t
16220 ____________________________________________________________________________
16221 [  7226] By: jhi                                   on 2000/10/13  22:14:32
16222         Log: Tweak #7225.
16223              
16224              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
16225              From: Peter Prymmer <pvhp@forte.com>
16226              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
16227              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
16228      Branch: perl
16229            ! t/op/sprintf.t
16230 ____________________________________________________________________________
16231 [  7225] By: jhi                                   on 2000/10/13  22:11:31
16232         Log: op/sprintf.t patch for OS/390 (and any other host with limited
16233              floating-point exponent length)
16234              
16235              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
16236              From: Dominic Dunlop <domo@computer.org>
16237              Date: Fri, 13 Oct 2000 19:17:57 +0200
16238              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
16239      Branch: perl
16240            ! t/op/sprintf.t
16241 ____________________________________________________________________________
16242 [  7224] By: jhi                                   on 2000/10/13  18:40:48
16243         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
16244      Branch: perl
16245            ! toke.c
16246 ____________________________________________________________________________
16247 [  7223] By: jhi                                   on 2000/10/13  18:37:13
16248         Log: Thinko in #7222.
16249      Branch: perl
16250            ! utf8.c
16251 ____________________________________________________________________________
16252 [  7222] By: jhi                                   on 2000/10/13  18:05:23
16253         Log: Use UTF8SKIP(), from Simon Cozens.
16254      Branch: perl
16255            ! utf8.c
16256 ____________________________________________________________________________
16257 [  7221] By: jhi                                   on 2000/10/13  15:43:19
16258         Log: (accidentally empty check-in)
16259      Branch: perl
16260            ! utf8.c
16261 ____________________________________________________________________________
16262 [  7220] By: jhi                                   on 2000/10/13  15:23:51
16263         Log: Add (optimistically) Storable to static extensions.
16264      Branch: perl
16265            ! hints/uwin.sh hints/vmesa.sh
16266 ____________________________________________________________________________
16267 [  7219] By: jhi                                   on 2000/10/13  15:20:05
16268         Log: Amdahl UTS doesn't seem to do dynaloading.
16269      Branch: perl
16270            ! hints/uts.sh
16271 ____________________________________________________________________________
16272 [  7218] By: jhi                                   on 2000/10/13  15:15:20
16273         Log: Slight tweak of the code to appease Amdahl UTS cc.
16274      Branch: perl
16275            ! pp.c
16276 ____________________________________________________________________________
16277 [  7217] By: jhi                                   on 2000/10/13  14:50:42
16278         Log: In Amdahl UTS "struct sv" is defined by a system header,
16279              <ksync.h>.
16280      Branch: perl
16281            ! perl.h sv.h
16282 ____________________________________________________________________________
16283 [  7216] By: jhi                                   on 2000/10/13  11:58:25
16284         Log: Ilya implemented the memory profiling API.
16285      Branch: perl
16286            ! Todo
16287 ____________________________________________________________________________
16288 [  7215] By: jhi                                   on 2000/10/13  02:56:38
16289         Log: Subject: [PATCH 5.7.0] Perl API for mstats
16290              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16291              Date: Thu, 12 Oct 2000 22:52:40 -0400
16292              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
16293      Branch: perl
16294            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
16295 ____________________________________________________________________________
16296 [  7214] By: jhi                                   on 2000/10/13  02:55:38
16297         Log: Subject: [PATCH 5.7.0] IVs in mtats
16298              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16299              Date: Thu, 12 Oct 2000 22:51:04 -0400
16300              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
16301      Branch: perl
16302            ! malloc.c perl.h
16303 ____________________________________________________________________________
16304 [  7213] By: jhi                                   on 2000/10/13  02:31:47
16305         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
16306      Branch: perl
16307            ! pod/perldiag.pod pp_sys.c
16308 ____________________________________________________________________________
16309 [  7212] By: jhi                                   on 2000/10/13  01:27:38
16310         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
16311              From: Peter Prymmer <pvhp@forte.com>
16312              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
16313              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
16314      Branch: perl
16315            ! t/op/oct.t
16316 ____________________________________________________________________________
16317 [  7211] By: jhi                                   on 2000/10/13  00:35:09
16318         Log: Update Changes.
16319      Branch: perl
16320            ! Changes patchlevel.h
16321 ____________________________________________________________________________
16322 [  7210] By: jhi                                   on 2000/10/12  23:59:40
16323         Log: The Install.pm third of
16324              
16325              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
16326              From: Bill Campbell <bill@celestial.com>
16327              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
16328              Date: Thu, 5 Oct 2000 18:04:51 -0700
16329      Branch: perl
16330            ! lib/ExtUtils/Install.pm
16331 ____________________________________________________________________________
16332 [  7209] By: jhi                                   on 2000/10/12  23:58:43
16333         Log: Two thirds of
16334              
16335              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
16336              Date: Thu, 5 Oct 2000 18:04:51 -0700
16337              From: Bill Campbell <bill@celestial.com>
16338              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
16339              
16340              The Install.pm changes will be submitted separately because
16341              they need some work and discussion still.
16342      Branch: perl
16343            ! lib/getopts.pl lib/termcap.pl
16344 ____________________________________________________________________________
16345 [  7208] By: jhi                                   on 2000/10/12  23:41:19
16346         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
16347              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16348              Date:     Thu, 12 Oct 2000 07:30:02 EDT
16349              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
16350      Branch: perl
16351            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
16352            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
16353 ____________________________________________________________________________
16354 [  7207] By: jhi                                   on 2000/10/12  23:39:01
16355         Log: An updated EBCDIC tr patch.
16356              
16357              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
16358              From: Peter Prymmer <pvhp@forte.com>
16359              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
16360              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
16361      Branch: perl
16362            ! t/op/tr.t
16363 ____________________________________________________________________________
16364 [  7206] By: jhi                                   on 2000/10/12  23:34:55
16365         Log: Upgrade to CPAN 1.58, from Andreas König.
16366      Branch: perl
16367            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
16368 ____________________________________________________________________________
16369 [  7205] By: jhi                                   on 2000/10/12  23:29:08
16370         Log: Introduce the man[24-8] variables, from Andy Dougherty.
16371      Branch: metaconfig/U/perl
16372            + mandirs.U mandirstyle.U
16373      Branch: perl
16374            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16375            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
16376            ! vos/config.h vos/config.pl vos/config_h.SH_orig
16377            ! win32/config.bc win32/config.gc win32/config.vc
16378 ____________________________________________________________________________
16379 [  7204] By: gsar                                  on 2000/10/12  18:11:24
16380         Log: restore change#7202
16381      Branch: perl
16382            ! mg.c
16383 ____________________________________________________________________________
16384 [  7203] By: gsar                                  on 2000/10/12  18:09:40
16385         Log: another test of the Emergency Broadcast System--back out 
16386              change#7202
16387      Branch: perl
16388            ! mg.c
16389 ____________________________________________________________________________
16390 [  7202] By: gsar                                  on 2000/10/12  16:40:47
16391         Log: (submitted on behalf of Jarkko)
16392              Fix the lib/encode.t subtest 6 failure as reported by Andreas
16393              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
16394              was unearthed by change 7182, as was a bug in HTML::Entities.
16395      Branch: perl
16396            ! mg.c
16397 ____________________________________________________________________________
16398 [  7201] By: jhi                                   on 2000/10/11  03:16:05
16399         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
16400      Branch: perl
16401            ! pp_hot.c t/pragma/utf8.t
16402 ____________________________________________________________________________
16403 [  7200] By: jhi                                   on 2000/10/11  00:40:30
16404         Log: The #7198 was a false alarm.
16405      Branch: perl
16406            ! pp_hot.c
16407 ____________________________________________________________________________
16408 [  7199] By: jhi                                   on 2000/10/11  00:26:04
16409         Log: Remove duplicated code.
16410      Branch: perl
16411            ! t/lib/cgi-html.t
16412 ____________________________________________________________________________
16413 [  7198] By: jhi                                   on 2000/10/10  23:30:46
16414         Log: (Retracted by #7200.)
16415      Branch: perl
16416            ! pp_hot.c
16417 ____________________________________________________________________________
16418 [  7197] By: jhi                                   on 2000/10/10  21:49:30
16419         Log: Add the test case for #7190, from the original bug report
16420              by Andreas König.
16421      Branch: perl
16422            ! t/pragma/utf8.t
16423 ____________________________________________________________________________
16424 [  7196] By: jhi                                   on 2000/10/10  21:40:49
16425         Log: Reapply Andy's patch and regen Configure.
16426      Branch: perl
16427            ! Configure INSTALL Makefile.SH Porting/Glossary
16428            ! Porting/config.sh config_h.SH epoc/config.sh installperl
16429            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
16430            ! win32/config.vc
16431 ____________________________________________________________________________
16432 [  7195] By: jhi                                   on 2000/10/10  21:09:30
16433         Log: Use the versiononly instead of the installscripts,
16434              retract the changes 7146 and 7147.
16435      Branch: perl
16436            ! Configure INSTALL Makefile.SH Porting/Glossary
16437            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
16438            ! installperl uconfig.sh vos/config.def win32/config.bc
16439            ! win32/config.gc win32/config.vc
16440 ____________________________________________________________________________
16441 [  7194] By: jhi                                   on 2000/10/10  21:06:15
16442         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
16443              From: Peter Prymmer <pvhp@forte.com>
16444              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
16445              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
16446      Branch: perl
16447            ! t/op/ver.t
16448 ____________________________________________________________________________
16449 [  7193] By: jhi                                   on 2000/10/10  21:05:12
16450         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
16451              From: Peter Prymmer <pvhp@forte.com>
16452              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
16453              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
16454      Branch: perl
16455            ! t/op/tr.t
16456 ____________________________________________________________________________
16457 [  7192] By: jhi                                   on 2000/10/10  20:57:30
16458         Log: Add versiononly, delete installscripts, from Andy Dougherty.
16459      Branch: metaconfig
16460            - U/installdirs/installscripts.U
16461      Branch: metaconfig/U/perl
16462            + versiononly.U
16463 ____________________________________________________________________________
16464 [  7191] By: jhi                                   on 2000/10/10  19:41:21
16465         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
16466              From: Peter Prymmer <pvhp@forte.com>
16467              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
16468              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
16469      Branch: perl
16470            ! pod/perlebcdic.pod
16471 ____________________________________________________________________________
16472 [  7190] By: jhi                                   on 2000/10/10  19:26:14
16473         Log: Subject: Re: utf8 concat, mg_get
16474              From: Simon Cozens <simon@cozens.net>
16475              Date: Tue, 10 Oct 2000 17:40:17 +0100
16476              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
16477      Branch: perl
16478            ! pp_hot.c
16479 ____________________________________________________________________________
16480 [  7189] By: jhi                                   on 2000/10/10  19:23:03
16481         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
16482              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
16483              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
16484              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
16485      Branch: perl
16486            ! lib/ExtUtils/MM_Unix.pm
16487 ____________________________________________________________________________
16488 [  7188] By: jhi                                   on 2000/10/10  15:31:24
16489         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
16490              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
16491              Date: Fri, 14 Jul 2000 10:47:36 +0100
16492              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
16493      Branch: perl
16494            ! README.win32
16495 ____________________________________________________________________________
16496 [  7187] By: jhi                                   on 2000/10/10  13:30:10
16497         Log: Quote the temp file name, needed in Win32 because the
16498              default name unfortunately contains spaces, shouldn't
16499              hurt elsewhere.
16500              
16501              Subject: FW: perldoc fails if $TEMP contains spaces
16502              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
16503              Date: Thu, 14 Sep 2000 08:58:45 +0100
16504              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
16505      Branch: perl
16506            ! utils/perldoc.PL
16507 ____________________________________________________________________________
16508 [  7186] By: jhi                                   on 2000/10/10  13:16:27
16509         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
16510              From: hv@hugo.hybyte.com
16511              Date: Tue, 10 Oct 2000 14:10:20 +0100
16512              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
16513      Branch: perl
16514            ! t/lib/thr5005.t util.c
16515 ____________________________________________________________________________
16516 [  7185] By: jhi                                   on 2000/10/10  12:06:22
16517         Log: Upgrade to podlators 1.04, from Russ Allbery.
16518      Branch: perl
16519            ! lib/Pod/Man.pm lib/Pod/Text.pm
16520 ____________________________________________________________________________
16521 [  7184] By: jhi                                   on 2000/10/10  12:01:32
16522         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
16523      Branch: perl
16524            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
16525 ____________________________________________________________________________
16526 [  7183] By: jhi                                   on 2000/10/09  23:47:15
16527         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
16528              From: Peter Prymmer <pvhp@forte.com>
16529              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
16530              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
16531      Branch: perl
16532            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
16533 ____________________________________________________________________________
16534 [  7182] By: jhi                                   on 2000/10/09  23:43:16
16535         Log: Make eq work again with utf8 (disabling the upgrading
16536              should no more be necessary since the copies of the
16537              scalars are upgraded, not the scalars themselves).
16538              Takes care of ID 20001009.001.  (The claimed length()
16539              bug in 20001009.001 seems bogus to me.)
16540      Branch: perl
16541            ! sv.c t/pragma/utf8.t
16542 ____________________________________________________________________________
16543 [  7181] By: gsar                                  on 2000/10/09  19:41:54
16544         Log: tweak for change#7173
16545      Branch: perl
16546            ! win32/win32sck.c
16547 ____________________________________________________________________________
16548 [  7180] By: gsar                                  on 2000/10/09  19:26:56
16549         Log: on Windows, clean targets might not work under some flavors of the shell
16550      Branch: perl
16551            ! win32/Makefile win32/makefile.mk
16552 ____________________________________________________________________________
16553 [  7179] By: jhi                                   on 2000/10/09  19:21:02
16554         Log: Update Changes.
16555      Branch: perl
16556            ! Changes patchlevel.h
16557 ____________________________________________________________________________
16558 [  7178] By: jhi                                   on 2000/10/09  19:18:23
16559         Log: Warn about unknown scripts.
16560              
16561              Subject: Re: ideas? patches? [PATCH bleadperl]
16562              From: Dominic Dunlop <domo@computer.org>
16563              Date: Mon, 9 Oct 2000 14:57:17 +0200
16564              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
16565      Branch: perl
16566            ! lib/charnames.pm
16567 ____________________________________________________________________________
16568 [  7177] By: jhi                                   on 2000/10/09  19:13:27
16569         Log: Change #7160 had a nasty typo.
16570      Branch: metaconfig
16571            ! U/compline/Compile.U
16572      Branch: perl
16573            ! Configure config_h.SH
16574 ____________________________________________________________________________
16575 [  7176] By: gsar                                  on 2000/10/09  18:59:33
16576         Log: pod nit
16577      Branch: perl
16578            ! pod/perlport.pod
16579 ____________________________________________________________________________
16580 [  7175] By: gsar                                  on 2000/10/09  18:54:28
16581         Log: Windows9x doesn't support link(), despite what Config.pm
16582              might think
16583      Branch: perl
16584            ! lib/ExtUtils/Manifest.pm
16585 ____________________________________________________________________________
16586 [  7174] By: gsar                                  on 2000/10/09  18:50:03
16587         Log: avoid nonportable example code
16588      Branch: perl
16589            ! lib/File/Copy.pm
16590 ____________________________________________________________________________
16591 [  7173] By: gsar                                  on 2000/10/09  18:46:54
16592         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
16593              being used) when closing a socket handle
16594      Branch: perl
16595            ! win32/win32.c win32/win32.h win32/win32sck.c
16596 ____________________________________________________________________________
16597 [  7172] By: gsar                                  on 2000/10/09  18:41:40
16598         Log: on Windows, cwd strings in the environment should be of the
16599              form =X:=X:\foo instead of =X=X:\foo\
16600      Branch: perl
16601            ! win32/vdir.h
16602 ____________________________________________________________________________
16603 [  7171] By: gsar                                  on 2000/10/09  18:30:09
16604         Log: on Windows, LoadLibrary() could load an extension DLL multiple
16605              times if forward slashes are used in the path
16606      Branch: perl
16607            ! win32/win32.c
16608 ____________________________________________________________________________
16609 [  7170] By: jhi                                   on 2000/10/09  17:53:59
16610         Log: Add a todo note about overloadable assertions.
16611      Branch: perl
16612            ! Todo-5.6
16613 ____________________________________________________________________________
16614 [  7169] By: jhi                                   on 2000/10/09  13:43:45
16615         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
16616              From: mjd@plover.com
16617              Date: 9 Oct 2000 00:24:44 -0000
16618              Message-ID: <20001009002444.10616.qmail@plover.com>
16619      Branch: perl
16620            ! pod/perldebguts.pod
16621 ____________________________________________________________________________
16622 [  7168] By: nick                                  on 2000/10/08  13:16:33
16623         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
16624              is not right thing to do on (e.g. x86). Network order is also "right" for
16625              X fonts.
16626      Branch: perl
16627            ! ext/Encode/Encode.pm
16628 ____________________________________________________________________________
16629 [  7167] By: nick                                  on 2000/10/08  12:54:42
16630         Log: Make "encodings" work post-install when Encode/*.enc files may not
16631              be in same directory as Encode.pm
16632      Branch: perl
16633            ! ext/Encode/Encode.pm
16634 ____________________________________________________________________________
16635 [  7166] By: nick                                  on 2000/10/08  11:51:26
16636         Log: Work round the fact that $hash->{$key} does not take into account
16637              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
16638              so that key is always in the "expected" encoding - i.e. same way we put
16639              it in the hash.
16640      Branch: perl
16641            ! ext/Encode/Encode.pm
16642 ____________________________________________________________________________
16643 [  7165] By: gsar                                  on 2000/10/08  04:15:29
16644         Log: save_re_context() could reset PL_curcop to freed memory, causing core
16645              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
16646      Branch: perl
16647            ! pp_ctl.c
16648 ____________________________________________________________________________
16649 [  7164] By: jhi                                   on 2000/10/06  20:51:48
16650         Log: UTF8ize split() so that the cloned substrings get the UTF8
16651              flag of the original scalar.  Problem reported by Simon Cozens.
16652      Branch: perl
16653            ! pp.c t/pragma/utf8.t
16654 ____________________________________________________________________________
16655 [  7163] By: nick                                  on 2000/10/06  20:48:34
16656         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
16657              got a false +ve and so did not reach code which would have un-FAKEd the SV.
16658      Branch: perl
16659            ! sv.c
16660 ____________________________________________________________________________
16661 [  7162] By: nick                                  on 2000/10/06  20:25:37
16662         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
16663              To fix  (sort {$a <=> $b} keys %hash) in particular but
16664              should cover a number of other as-yet-unknown cases as well.
16665      Branch: perl
16666            ! sv.c
16667 ____________________________________________________________________________
16668 [  7161] By: jhi                                   on 2000/10/06  19:56:18
16669         Log: Change the version number of Tie::Handle in the core to 4.0,
16670              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
16671              
16672              Subject: Note on Tie::Handle
16673              From: andreas.koenig@anima.de (Andreas J. Koenig)
16674              Date:      06 Oct 2000 21:48:58 +0200
16675              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
16676      Branch: perl
16677            ! lib/Tie/Handle.pm
16678 ____________________________________________________________________________
16679 [  7160] By: jhi                                   on 2000/10/06  18:20:35
16680         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
16681              as the first option of cc/ld because of ultrapicky compilers
16682              (e.g. OS/390 R2.5)
16683      Branch: metaconfig
16684            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
16685            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
16686            ! U/compline/orderlib.U U/modified/Cppsym.U
16687            ! U/modified/d_access.U
16688      Branch: metaconfig/U/perl
16689            ! Checkcc.U d_dlsymun.U gccvers.U
16690      Branch: perl
16691            ! Configure config_h.SH
16692 ____________________________________________________________________________
16693 [  7159] By: jhi                                   on 2000/10/06  13:56:39
16694         Log: Update Changes.
16695      Branch: perl
16696            ! Changes patchlevel.h
16697 ____________________________________________________________________________
16698 [  7158] By: jhi                                   on 2000/10/06  12:48:40
16699         Log: Eliminate $Is_VMS code from the test.
16700              
16701              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
16702              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16703              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
16704              Date:     Thu, 5 Oct 2000 07:46:33 EDT
16705      Branch: perl
16706            ! t/lib/b.t
16707 ____________________________________________________________________________
16708 [  7157] By: jhi                                   on 2000/10/06  12:47:13
16709         Log: Also the $ccflags is needed for the C compiler check.
16710              
16711              Subject: Configure (check for C-compiler)
16712              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16713              Date: Fri, 06 Oct 2000 08:47:15 +0200
16714              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
16715      Branch: metaconfig/U/perl
16716            ! Checkcc.U
16717      Branch: perl
16718            ! Configure config_h.SH
16719 ____________________________________________________________________________
16720 [  7156] By: jhi                                   on 2000/10/06  11:45:15
16721         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
16722      Branch: perl
16723            ! perl.c pp_ctl.c sv.h utf8.c
16724 ____________________________________________________________________________
16725 [  7155] By: jhi                                   on 2000/10/06  11:40:41
16726         Log: IO::Handle->syswrite() did not handle length omission
16727              like CORE::syswrite() does.
16728              
16729              Subject: [Fwd] IO::Handle, syswrite and arguments
16730              From: Graham Barr <gbarr@pobox.com>
16731              Date: Fri, 6 Oct 2000 10:22:05 +0100
16732              Message-ID: <20001006102205.U6312@pobox.com>
16733              
16734              The original patch from andrew@ugh.net.au.
16735      Branch: perl
16736            ! ext/IO/lib/IO/Handle.pm
16737 ____________________________________________________________________________
16738 [  7154] By: jhi                                   on 2000/10/06  01:42:15
16739         Log: Tweak #7153.
16740      Branch: perl
16741            ! utf8.h
16742 ____________________________________________________________________________
16743 [  7153] By: jhi                                   on 2000/10/06  00:39:55
16744         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
16745      Branch: perl
16746            ! utf8.h
16747 ____________________________________________________________________________
16748 [  7152] By: jhi                                   on 2000/10/06  00:38:11
16749         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
16750      Branch: perl
16751            ! perl.c pp_ctl.c sv.h utf8.c
16752 ____________________________________________________________________________
16753 [  7151] By: jhi                                   on 2000/10/06  00:36:38
16754         Log: Subject: Re: Questions about Tie::Array and perl modules
16755              From: Nick Ing-Simmons <nik@tiuk.ti.com>
16756              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
16757              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
16758              
16759              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
16760      Branch: perl
16761            ! lib/Tie/Array.pm t/op/array.t
16762 ____________________________________________________________________________
16763 [  7150] By: jhi                                   on 2000/10/05  00:20:45
16764         Log: Regen Changes.
16765      Branch: perl
16766            ! Changes patchlevel.h
16767 ____________________________________________________________________________
16768 [  7149] By: jhi                                   on 2000/10/05  00:20:01
16769         Log: Regen toc.
16770      Branch: perl
16771            ! pod/perltoc.pod
16772 ____________________________________________________________________________
16773 [  7148] By: jhi                                   on 2000/10/04  23:35:08
16774         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
16775              reported several times by Dominic Dunlop, for example in
16776              ID 20000315.008.  Patch from Dominic.  Patch affects at
16777              least MachTen, and possibly other oldish BSDs. Should not
16778              break non-broken platforms (tested on LinuxPPC). 
16779      Branch: perl
16780            ! doio.c
16781 ____________________________________________________________________________
16782 [  7147] By: jhi                                   on 2000/10/04  23:26:34
16783         Log: The one that got away from 7146.
16784      Branch: metaconfig
16785            + U/installdirs/installscripts.U
16786 ____________________________________________________________________________
16787 [  7146] By: jhi                                   on 2000/10/04  23:25:04
16788         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
16789              suggested by H. Merijn Brand.
16790      Branch: perl
16791            ! Configure INSTALL Makefile.SH Porting/Glossary
16792            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
16793            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
16794            ! win32/config.vc
16795 ____________________________________________________________________________
16796 [  7145] By: jhi                                   on 2000/10/04  22:08:21
16797         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
16798              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16799              Date: Wed, 4 Oct 2000 17:37:46 -0400
16800              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
16801      Branch: perl
16802            ! utils/h2xs.PL
16803 ____________________________________________________________________________
16804 [  7144] By: jhi                                   on 2000/10/04  18:11:41
16805         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
16806              From: Jeff Pinyan <jeffp@crusoe.net>
16807              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
16808              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
16809      Branch: perl
16810            ! pod/perlrun.pod
16811 ____________________________________________________________________________
16812 [  7143] By: jhi                                   on 2000/10/04  18:09:58
16813         Log: Subject: perlhack.pod Patch for Externals Tools
16814              From: Fisher Mark <fisherm@tce.com>
16815              Date: Tue, 3 Oct 2000 15:43:27 -0500 
16816              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
16817      Branch: perl
16818            ! pod/perlhack.pod
16819 ____________________________________________________________________________
16820 [  7142] By: jhi                                   on 2000/10/04  18:08:41
16821         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
16822              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16823              Date:     Wed, 4 Oct 2000 12:11:11 EDT
16824              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
16825      Branch: perl
16826            ! vms/vms.c
16827 ____________________________________________________________________________
16828 [  7141] By: jhi                                   on 2000/10/04  12:20:16
16829         Log: Subject: [PATCH 5.7.0] h2xs not working
16830              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16831              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
16832              Date: Tue, 3 Oct 2000 21:43:01 -0400
16833              
16834              Subject: [PATCH 5.7.0] h2xs not documenting the created module
16835              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16836              Date: Tue, 3 Oct 2000 22:55:19 -0400
16837              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
16838      Branch: perl
16839            ! utils/h2xs.PL
16840 ____________________________________________________________________________
16841 [  7140] By: jhi                                   on 2000/10/04  11:53:44
16842         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
16843              From: nick@babyhippo.com
16844              Date: Wed, 4 Oct 2000 12:06:45 +0100
16845              Message-Id: <20001004120645.A7356@babyhippo.com>
16846              
16847              Retract 7118 and 7135.
16848      Branch: perl
16849            ! installman installperl op.c t/pragma/subs.t
16850 ____________________________________________________________________________
16851 [  7139] By: jhi                                   on 2000/10/03  22:09:41
16852         Log: It is possible to have no hosts database at all.  Pointed out in
16853              
16854              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
16855              From: Peter Prymmer <pvhp@forte.com>
16856              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
16857              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
16858      Branch: metaconfig
16859            ! U/modified/myhostname.U
16860      Branch: perl
16861            ! Configure config_h.SH
16862 ____________________________________________________________________________
16863 [  7138] By: jhi                                   on 2000/10/03  21:49:49
16864         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
16865              From: Peter Prymmer <pvhp@forte.com>
16866              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
16867              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
16868      Branch: perl
16869            ! pp_sys.c
16870 ____________________________________________________________________________
16871 [  7137] By: jhi                                   on 2000/10/03  20:10:05
16872         Log: One remaining nit less at the VMS mailbox sizing.
16873      Branch: perl
16874            ! vms/vms.c
16875 ____________________________________________________________________________
16876 [  7136] By: jhi                                   on 2000/10/03  20:08:47
16877         Log: Test harness update to sync with the new perlcc,
16878              from Simon Cozens.
16879      Branch: perl
16880            ! t/TEST t/UTEST
16881 ____________________________________________________________________________
16882 [  7135] By: jhi                                   on 2000/10/03  15:15:42
16883         Log: Subject: Re: PATCH for 20001003.004
16884              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
16885              From: "AARON B. DOSSETT" <aaron@iglou.com>
16886              Message-Id: <E13gTay-0006od-00@iglou.com>
16887      Branch: perl
16888            ! installman installperl
16889 ____________________________________________________________________________
16890 [  7134] By: jhi                                   on 2000/10/03  15:00:34
16891         Log: Subject: [ID 20001003.006] B::Debug not -w clean
16892              From: Nicholas Clark <nick@babyhippo.co.uk>
16893              Date: Tue, 03 Oct 2000 15:46:32 +0100
16894              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
16895      Branch: perl
16896            ! ext/B/B/Debug.pm
16897 ____________________________________________________________________________
16898 [  7133] By: jhi                                   on 2000/10/03  14:58:39
16899         Log: Scale down the VMS message boxes, by Charles Lane.
16900              Fix for ID 20000903.009, workaround at
16901              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
16902      Branch: perl
16903            ! vms/vms.c
16904 ____________________________________________________________________________
16905 [  7132] By: jhi                                   on 2000/10/03  11:20:37
16906         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
16907      Branch: perl
16908            + t/lib/st-lock.t t/lib/st-utf8.t
16909            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
16910            ! ext/Storable/Storable.xs t/lib/st-recurse.t
16911 ____________________________________________________________________________
16912 [  7131] By: jhi                                   on 2000/10/03  03:38:23
16913         Log: Encode nits.
16914      Branch: perl
16915            ! MANIFEST Makefile.SH
16916 ____________________________________________________________________________
16917 [  7130] By: jhi                                   on 2000/10/03  03:31:05
16918         Log: Update Changes.
16919      Branch: perl
16920            ! Changes patchlevel.h
16921 ____________________________________________________________________________
16922 [  7129] By: jhi                                   on 2000/10/03  02:24:02
16923         Log: Misplaced else.
16924      Branch: metaconfig/U/perl
16925            ! d_strtoll.U
16926      Branch: perl
16927            ! Configure config_h.SH
16928 ____________________________________________________________________________
16929 [  7128] By: jhi                                   on 2000/10/03  02:08:29
16930         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
16931              From: sthoenna@efn.org
16932              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
16933              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
16934      Branch: metaconfig/U/perl
16935            ! d_strtoll.U
16936      Branch: perl
16937            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
16938 ____________________________________________________________________________
16939 [  7127] By: jhi                                   on 2000/10/03  01:13:14
16940         Log: Update Changes.
16941      Branch: perl
16942            ! Changes patchlevel.h
16943 ____________________________________________________________________________
16944 [  7126] By: jhi                                   on 2000/10/03  00:57:08
16945         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
16946              as suggested by Olaf Flebbe and Nick Clark.
16947      Branch: perl
16948            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
16949 ____________________________________________________________________________
16950 [  7125] By: jhi                                   on 2000/10/03  00:50:56
16951         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
16952              From: Nick Clark <nick@plum.flirble.org>
16953              Date: Mon, 2 Oct 2000 11:03:24 +0100
16954              Message-Id: <20001002110324.D20073@plum.flirble.org>
16955              
16956              Also fixes bug ID 20001002.005.
16957      Branch: perl
16958            ! t/lib/encode.t
16959 ____________________________________________________________________________
16960 [  7124] By: jhi                                   on 2000/10/03  00:34:59
16961         Log: Subject: [PATCH 5.7.0] Epoc update
16962              From: Olaf Flebbe <o.flebbe@gmx.de>
16963              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
16964              Message-ID: <26423.969484586@www10.gmx.net>
16965      Branch: perl
16966            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
16967            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
16968            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
16969            ! util.c util.h
16970 ____________________________________________________________________________
16971 [  7123] By: jhi                                   on 2000/10/03  00:30:07
16972         Log: Regen headers.
16973      Branch: perl
16974            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
16975 ____________________________________________________________________________
16976 [  7122] By: jhi                                   on 2000/10/03  00:10:48
16977         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
16978      Branch: perl
16979            ! hints/openbsd.sh
16980 ____________________________________________________________________________
16981 [  7121] By: jhi                                   on 2000/10/03  00:05:06
16982         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
16983              From: <abigail@foad.org>
16984              Date: Tue, 26 Sep 2000 13:36:14 -0400
16985              Message-ID: <20000926173614.4356.qmail@foad.org>
16986      Branch: perl
16987            ! pod/perlop.pod
16988 ____________________________________________________________________________
16989 [  7120] By: jhi                                   on 2000/10/03  00:04:00
16990         Log: Inside require() $^S was always left undefined.
16991              
16992              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
16993              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16994              Date: Wed, 27 Sep 2000 18:54:49 -0400
16995              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
16996      Branch: perl
16997            ! cop.h mg.c pp_ctl.c util.c
16998 ____________________________________________________________________________
16999 [  7119] By: jhi                                   on 2000/10/03  00:00:16
17000         Log: Subject: [PATCH] DLL not restartabke with threaded perl
17001              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
17002              Date: Thu, 28 Sep 2000 09:20:46 +0100
17003              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
17004      Branch: perl
17005            ! perl.c
17006 ____________________________________________________________________________
17007 [  7118] By: jhi                                   on 2000/10/02  23:59:20
17008         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
17009              From: Nicholas Clark <nick@ccl4.org>
17010              Date: Thu, 28 Sep 2000 11:52:24 +0100
17011              Message-ID: <20000928115224.D7924@plum.flirble.org>
17012      Branch: perl
17013            ! op.c
17014 ____________________________________________________________________________
17015 [  7117] By: jhi                                   on 2000/10/02  23:57:51
17016         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
17017              From: Nicholas Clark <nick@babyhippo.co.uk>
17018              Date: Thu, 28 Sep 2000 12:18:10 +0100
17019              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
17020              
17021              Did not apply cleanly, manual intervention was needed.
17022      Branch: perl
17023            ! ext/B/B/Bytecode.pm utils/perlcc.PL
17024 ____________________________________________________________________________
17025 [  7116] By: jhi                                   on 2000/10/02  23:50:40
17026         Log: Document the issue (is not a syntax error, kind of)
17027              
17028              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
17029              From: Nicholas Clark <nick@ccl4.org>
17030              Date: Thu, 28 Sep 2000 17:12:42 +0100
17031              Message-ID: <20000928171242.K7924@plum.flirble.org>
17032      Branch: perl
17033            ! pod/perldata.pod
17034 ____________________________________________________________________________
17035 [  7115] By: jhi                                   on 2000/10/02  23:48:58
17036         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
17037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17038              Date: Thu, 28 Sep 2000 21:55:31 -0400
17039              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
17040      Branch: perl
17041            ! regexec.c
17042 ____________________________________________________________________________
17043 [  7114] By: jhi                                   on 2000/10/02  23:47:57
17044         Log: Subject: DOC PATCH 5.6.0
17045              From: mjd@plover.com
17046              Date: 30 Sep 2000 06:02:34 -0000
17047              Message-ID: <20000930060234.4559.qmail@plover.com>
17048      Branch: perl
17049            ! pod/perldebguts.pod
17050 ____________________________________________________________________________
17051 [  7113] By: jhi                                   on 2000/10/02  23:46:43
17052         Log: SOCK_DGRAM and listen() do not mix as reported in
17053              
17054              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
17055              From: Petter Reinholdtsen <pere@hungry.com>
17056              Date: Sun, 1 Oct 2000 10:57:20 +0800
17057              Message-Id: <200010010257.KAA05735@localhost.localdomain>
17058              
17059              The patch for 5.7.0+ had to be reengineered, though.
17060      Branch: perl
17061            ! ext/IO/lib/IO/Socket/UNIX.pm
17062 ____________________________________________________________________________
17063 [  7112] By: jhi                                   on 2000/10/02  23:36:57
17064         Log: Subject: Re: [PATCH 5.005_64 missed]
17065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17066              Date: Sun, 1 Oct 2000 18:50:10 -0400
17067              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
17068      Branch: perl
17069            ! pod/perlxs.pod
17070 ____________________________________________________________________________
17071 [  7111] By: jhi                                   on 2000/10/02  23:35:40
17072         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
17073              From: Radu Greab <radu@netsoft.ro>
17074              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
17075              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
17076      Branch: perl
17077            ! op.c opcode.pl t/op/substr.t
17078 ____________________________________________________________________________
17079 [  7110] By: jhi                                   on 2000/10/02  23:32:38
17080         Log: Subject: [PATCH] Fix aliasing of tied filehandles
17081              From: Daniel Chetlin <daniel@chetlin.com>
17082              Date: Mon, 2 Oct 2000 14:53:27 -0700
17083              Message-ID: <20001002145327.C1617@ilmd>
17084      Branch: perl
17085            ! perl.h pp_hot.c t/op/tiehandle.t
17086 ____________________________________________________________________________
17087 [  7109] By: jhi                                   on 2000/10/02  23:31:30
17088         Log: s/Robin Parker/Robin Barker/
17089      Branch: perl
17090            ! Changes5.6
17091 ____________________________________________________________________________
17092 [  7108] By: jhi                                   on 2000/10/02  23:15:46
17093         Log: Retract #7091 as suggested in
17094              
17095              From: Robin Barker <rmb1@cise.npl.co.uk> 
17096              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
17097              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
17098              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
17099      Branch: perl
17100            ! embed.pl proto.h
17101 ____________________________________________________________________________
17102 [  7107] By: nick                                  on 2000/10/02  18:23:14
17103         Log: A few tweaks to get Tk803 to work with Encode scheme.
17104      Branch: perl
17105            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
17106 ____________________________________________________________________________
17107 [  7106] By: nick                                  on 2000/10/01  21:34:14
17108         Log: Add checking cases to Encode's toUnicode and fromUnicode.
17109      Branch: perl
17110            ! ext/Encode/Encode.pm
17111 ____________________________________________________________________________
17112 [  7105] By: nick                                  on 2000/10/01  17:18:01
17113         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
17114              To read and use them.
17115              Add a lib/encode.t which checks a few things.
17116      Branch: perl
17117            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
17118            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
17119            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
17120            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
17121            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
17122            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
17123            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
17124            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
17125            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
17126            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
17127            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
17128            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
17129            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
17130            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
17131            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
17132            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
17133            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
17134            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
17135            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
17136            + ext/Encode/Encode/iso2022-jp.enc
17137            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
17138            + ext/Encode/Encode/iso8859-1.enc
17139            + ext/Encode/Encode/iso8859-2.enc
17140            + ext/Encode/Encode/iso8859-3.enc
17141            + ext/Encode/Encode/iso8859-4.enc
17142            + ext/Encode/Encode/iso8859-5.enc
17143            + ext/Encode/Encode/iso8859-6.enc
17144            + ext/Encode/Encode/iso8859-7.enc
17145            + ext/Encode/Encode/iso8859-8.enc
17146            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
17147            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
17148            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
17149            + ext/Encode/Encode/macCentEuro.enc
17150            + ext/Encode/Encode/macCroatian.enc
17151            + ext/Encode/Encode/macCyrillic.enc
17152            + ext/Encode/Encode/macDingbats.enc
17153            + ext/Encode/Encode/macGreek.enc
17154            + ext/Encode/Encode/macIceland.enc
17155            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
17156            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
17157            + ext/Encode/Encode/macTurkish.enc
17158            + ext/Encode/Encode/macUkraine.enc
17159            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
17160            + t/lib/encode.t
17161            ! MANIFEST ext/Encode/Encode.pm
17162 ____________________________________________________________________________
17163 [  7104] By: nick                                  on 2000/09/30  13:04:30
17164         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
17165              From: Daniel Chetlin <daniel@chetlin.com>
17166              Date: Mon, 18 Sep 2000 05:05:40 -0700
17167              Message-Id: <20000918050540.C652@ilmd>
17168      Branch: perl
17169            ! lib/overload.pm sv.c t/pragma/overload.t
17170 ____________________________________________________________________________
17171 [  7103] By: nick                                  on 2000/09/30  12:53:36
17172         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
17173              From: Johan Vromans <jvromans@squirrel.nl>
17174              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
17175              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
17176      Branch: perl
17177            ! pod/Makefile.SH
17178 ____________________________________________________________________________
17179 [  7102] By: nick                                  on 2000/09/30  12:52:31
17180         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
17181              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17182              Date: Sat, 16 Sep 2000 16:36:45 -0400
17183              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
17184      Branch: perl
17185            ! ext/B/B/Deparse.pm
17186 ____________________________________________________________________________
17187 [  7101] By: nick                                  on 2000/09/30  12:51:41
17188         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
17189              From: Craig A. Berry <craig.berry@psinetcs.com>
17190              Date: Sat, 16 Sep 2000 10:11:10 -0500
17191              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
17192      Branch: perl
17193            ! vms/vms.c
17194 ____________________________________________________________________________
17195 [  7100] By: nick                                  on 2000/09/30  12:50:33
17196         Log: Subject: Re: unicode support and perl [ID 20000901.097]
17197              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17198              Date: Fri, 15 Sep 2000 16:37:58 -0400
17199              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
17200      Branch: perl
17201            ! t/op/append.t
17202 ____________________________________________________________________________
17203 [  7099] By: nick                                  on 2000/09/30  12:49:35
17204         Log: Subject: Re: unicode support and perl [ID 20000901.097]
17205              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17206              Date: Fri, 15 Sep 2000 16:25:30 -0400
17207              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
17208      Branch: perl
17209            ! pp_hot.c
17210 ____________________________________________________________________________
17211 [  7098] By: nick                                  on 2000/09/30  12:48:00
17212         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
17213              From: Gisle Aas <gisle@ActiveState.com>
17214              Date: 15 Sep 2000 16:23:41 +0200
17215              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
17216      Branch: perl
17217            ! toke.c
17218 ____________________________________________________________________________
17219 [  7097] By: nick                                  on 2000/09/30  12:45:16
17220         Log: Subject: [PATCH] Nits in perlmod.pod
17221              From: Daniel Chetlin <daniel@chetlin.com>
17222              Date: Fri, 15 Sep 2000 02:04:09 -0700
17223              Message-Id: <20000915020409.A2104@ilmd>
17224      Branch: perl
17225            ! pod/perlmod.pod
17226 ____________________________________________________________________________
17227 [  7096] By: nick                                  on 2000/09/30  12:18:00
17228         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
17229              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
17230              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
17231              0 to checking to get the warning.
17232      Branch: perl
17233            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
17234            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
17235            ! regexec.c sv.c toke.c utf8.c
17236 ____________________________________________________________________________
17237 [  7095] By: nick                                  on 2000/09/15  16:55:59
17238         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
17239              
17240              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
17241              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17242              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
17243              Date: Fri, 15 Sep 2000 06:37:30 -0400
17244      Branch: perl
17245            ! ext/Encode/Encode.xs sv.c
17246 ____________________________________________________________________________
17247 [  7094] By: jhi                                   on 2000/09/15  03:23:32
17248         Log: Update Changes.
17249      Branch: perl
17250            ! Changes patchlevel.h
17251 ____________________________________________________________________________
17252 [  7093] By: jhi                                   on 2000/09/15  03:11:44
17253         Log: Fix for the charnames.t failures from Spider Boardman.
17254      Branch: perl
17255            ! toke.c
17256 ____________________________________________________________________________
17257 [  7092] By: jhi                                   on 2000/09/15  00:15:48
17258         Log: Botched the #7090 check-in.
17259      Branch: perl
17260            ! sv.c
17261 ____________________________________________________________________________
17262 [  7091] By: jhi                                   on 2000/09/14  23:33:24
17263         Log: Part of #7081 didn't come through.
17264      Branch: perl
17265            ! embed.pl proto.h
17266 ____________________________________________________________________________
17267 [  7090] By: jhi                                   on 2000/09/14  23:17:39
17268         Log: Subject: Re: perl@7078 
17269              From: Spider Boardman <spider@web.zk3.dec.com>
17270              Date: Thu, 14 Sep 2000 19:06:36 -0400
17271              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
17272      Branch: perl
17273            ! sv.c toke.c
17274 ____________________________________________________________________________
17275 [  7089] By: jhi                                   on 2000/09/14  23:11:21
17276         Log: Small portability tweaks.
17277      Branch: perl
17278            ! ext/Encode/Encode.xs
17279 ____________________________________________________________________________
17280 [  7088] By: jhi                                   on 2000/09/14  22:57:23
17281         Log: Fake return to pacify picky compilers.
17282      Branch: perl
17283            ! ext/Encode/Encode.xs
17284 ____________________________________________________________________________
17285 [  7087] By: jhi                                   on 2000/09/14  22:53:37
17286         Log: Subject: [PATCH] utf8.c apidoc
17287              From: Simon Cozens <simon@cozens.net>
17288              Date: Thu, 14 Sep 2000 23:46:57 +0100
17289              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
17290      Branch: perl
17291            ! perlapi.c pod/perlapi.pod utf8.c
17292 ____________________________________________________________________________
17293 [  7086] By: jhi                                   on 2000/09/14  22:40:38
17294         Log: We don't need to count the high bit bytes, a boolean is enough. 
17295      Branch: perl
17296            ! sv.c
17297 ____________________________________________________________________________
17298 [  7085] By: jhi                                   on 2000/09/14  21:20:09
17299         Log: Replace #7084 with
17300              
17301              Subject: Re: perl@7078 
17302              From: Spider Boardman <spider@web.zk3.dec.com>
17303              Date: Thu, 14 Sep 2000 17:09:36 -0400
17304              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
17305      Branch: perl
17306            ! sv.c utf8.c
17307 ____________________________________________________________________________
17308 [  7084] By: jhi                                   on 2000/09/14  20:03:34
17309         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
17310              convertable to bytes by checking it doesn't go above 0xc3
17311              
17312              Subject: Re: perl@7078
17313              From: Simon Cozens <simon@cozens.net>
17314              Date: Thu, 14 Sep 2000 20:59:19 +0100
17315              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
17316      Branch: perl
17317            ! utf8.c
17318 ____________________________________________________________________________
17319 [  7083] By: jhi                                   on 2000/09/14  19:38:47
17320         Log: Subject: Re: perl@7078
17321              From: Simon Cozens <simon@cozens.net>
17322              Date: Thu, 14 Sep 2000 20:13:09 +0100
17323              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
17324      Branch: perl
17325            ! t/op/bop.t
17326 ____________________________________________________________________________
17327 [  7082] By: jhi                                   on 2000/09/14  17:50:44
17328         Log: The one that got away.
17329      Branch: perl
17330            ! lib/File/Find.pm
17331 ____________________________________________________________________________
17332 [  7081] By: jhi                                   on 2000/09/14  17:45:35
17333         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
17334              From: Robin Barker <rmb1@cise.npl.co.uk>
17335              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
17336              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
17337      Branch: perl
17338            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
17339            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
17340            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
17341            ! regcomp.c toke.c universal.c
17342 ____________________________________________________________________________
17343 [  7080] By: jhi                                   on 2000/09/14  17:40:35
17344         Log: Problems picked up by AIX cc.
17345              
17346              Subject: Re: perl@7078 (patch included)
17347              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17348              Date: Thu, 14 Sep 2000 18:53:30 +0200
17349              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
17350      Branch: perl
17351            ! ext/Encode/Encode.xs
17352 ____________________________________________________________________________
17353 [  7079] By: jhi                                   on 2000/09/14  17:38:27
17354         Log: Subject: File::Find 5.7.0 POD nits
17355              From: Rich Morin <rdm@cfcl.com>
17356              Date: Wed, 13 Sep 2000 22:03:58 -0700
17357              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
17358      Branch: perl
17359            ! lib/File/Find.pm
17360 ____________________________________________________________________________
17361 [  7078] By: jhi                                   on 2000/09/14  14:58:20
17362         Log: Update Changes.
17363      Branch: perl
17364            ! Changes patchlevel.h
17365 ____________________________________________________________________________
17366 [  7077] By: jhi                                   on 2000/09/14  14:55:54
17367         Log: Compilation warnings and an error.
17368      Branch: perl
17369            ! sv.c
17370 ____________________________________________________________________________
17371 [  7076] By: jhi                                   on 2000/09/14  14:42:56
17372         Log: Fix for a parsing bug, not for the original bug.
17373              
17374              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
17375              From: Spider Boardman <spider@web.zk3.dec.com>
17376              Date: Wed, 13 Sep 2000 17:52:20 -0400
17377              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
17378      Branch: perl
17379            ! regcomp.c
17380 ____________________________________________________________________________
17381 [  7075] By: jhi                                   on 2000/09/14  14:40:40
17382         Log: Batch of UTF-8 patches from Simon Cozens.
17383      Branch: perl
17384            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
17385            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
17386            ! toke.c utf8.c
17387 ____________________________________________________________________________
17388 [  7074] By: jhi                                   on 2000/09/14  14:29:58
17389         Log: Subject: Re: Two advertising clauses need to be removed
17390              From: Russ Allbery <rra@stanford.edu>
17391              Date: 13 Sep 2000 18:50:26 -0700
17392              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
17393      Branch: perl
17394            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
17395 ____________________________________________________________________________
17396 [  7073] By: jhi                                   on 2000/09/14  14:28:20
17397         Log: Subject: [PATCH] de-wall t/README
17398              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17399              Date: Wed, 13 Sep 2000 17:46:55 -0700
17400              Message-ID: <//Bw5gzkge/e092yn@efn.org>
17401      Branch: perl
17402            ! t/README
17403 ____________________________________________________________________________
17404 [  7072] By: jhi                                   on 2000/09/14  14:25:10
17405         Log: Hints optimization.
17406              
17407              Subject: Minor nit
17408              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17409              Date: Wed, 13 Sep 2000 21:42:07 +0200
17410              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
17411      Branch: perl
17412            ! hints/hpux.sh
17413 ____________________________________________________________________________
17414 [  7071] By: jhi                                   on 2000/09/14  14:23:30
17415         Log: Allow chop() and chomp() to be overridden.
17416              
17417              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
17418              From: "Casey R. Tweten" <crt@kiski.net>
17419              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
17420              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
17421      Branch: perl
17422            ! toke.c
17423 ____________________________________________________________________________
17424 [  7070] By: jhi                                   on 2000/09/14  14:20:36
17425         Log: The return value of setlocale must be copied away.
17426              
17427              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
17428              From: Alan Burlison <Alan.Burlison@uk.sun.com>
17429              Date: Wed, 13 Sep 2000 16:27:37 +0100 
17430              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
17431      Branch: perl
17432            ! util.c
17433 ____________________________________________________________________________
17434 [  7069] By: jhi                                   on 2000/09/14  14:16:27
17435         Log: Remove vestiges of tr//CU.
17436              
17437              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
17438              From: Nick Clark <nick@plum.flirble.org>
17439              Date: Tue, 12 Sep 2000 22:50:14 +0100
17440              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
17441              
17442              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
17443              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17444              Date: Tue, 12 Sep 2000 21:38:48 -0700
17445              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
17446      Branch: perl
17447            ! op.h pod/perlunicode.pod
17448 ____________________________________________________________________________
17449 [  7068] By: jhi                                   on 2000/09/13  14:18:39
17450         Log: Add the Encode extension.  The code is still largely just skeleton.
17451      Branch: perl
17452            + ext/Encode/Encode.pm ext/Encode/Encode.xs
17453            + ext/Encode/Makefile.PL ext/Encode/Todo
17454            ! MANIFEST Todo-5.6
17455 ____________________________________________________________________________
17456 [  7067] By: jhi                                   on 2000/09/12  17:43:33
17457         Log: Allow for whitespace between "#" and "line" in cpp output.
17458              
17459              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
17460              From: Calle Dybedahl <calle@lysator.liu.se>
17461              Date: 12 Sep 2000 19:38:02 +0200 
17462              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
17463      Branch: perl
17464            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
17465 ____________________________________________________________________________
17466 [  7066] By: gsar                                  on 2000/09/12  17:24:29
17467         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
17468              initialization in all the threads on Windows
17469      Branch: perl
17470            ! win32/win32.c
17471 ____________________________________________________________________________
17472 [  7065] By: jhi                                   on 2000/09/12  15:11:31
17473         Log: Update Changes.
17474      Branch: perl
17475            ! Changes patchlevel.h
17476 ____________________________________________________________________________
17477 [  7064] By: jhi                                   on 2000/09/12  14:54:54
17478         Log: Retract #7062, the pod tests are not ready.
17479      Branch: perl
17480            ! t/TEST t/harness
17481 ____________________________________________________________________________
17482 [  7063] By: jhi                                   on 2000/09/12  14:25:41
17483         Log: The #7054 truncated Configure badly.
17484      Branch: metaconfig/U/perl
17485            ! End.U
17486      Branch: perl
17487            ! Configure config_h.SH
17488 ____________________________________________________________________________
17489 [  7062] By: jhi                                   on 2000/09/12  14:08:32
17490         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
17491              From: sthoenna@efn.org
17492              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
17493              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
17494      Branch: perl
17495            ! t/TEST t/harness
17496 ____________________________________________________________________________
17497 [  7061] By: jhi                                   on 2000/09/12  14:07:18
17498         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
17499              From: sthoenna@efn.org
17500              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
17501              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
17502      Branch: perl
17503            ! pod/perlxs.pod
17504 ____________________________________________________________________________
17505 [  7060] By: jhi                                   on 2000/09/12  14:06:08
17506         Log: Break up the myconfig lines a bit.
17507              
17508              Subject: perlbug/perl -V output format
17509              From: sthoenna@efn.org
17510              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
17511              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
17512      Branch: perl
17513            ! myconfig.SH
17514 ____________________________________________________________________________
17515 [  7059] By: jhi                                   on 2000/09/12  14:05:04
17516         Log: Test for the #7049.
17517              
17518              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
17519              From: andreas.koenig@anima.de (Andreas J. Koenig)
17520              Date: 12 Sep 2000 06:42:01 +0200
17521              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
17522      Branch: perl
17523            ! t/op/my.t
17524 ____________________________________________________________________________
17525 [  7058] By: jhi                                   on 2000/09/12  14:03:05
17526         Log: Subject: [patch: perl@7045] vms updates
17527              From: Peter Prymmer <pvhp@forte.com>
17528              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
17529              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
17530      Branch: perl
17531            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
17532 ____________________________________________________________________________
17533 [  7057] By: jhi                                   on 2000/09/12  14:00:51
17534         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
17535              From: sthoenna@efn.org
17536              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
17537              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
17538      Branch: perl
17539            ! t/op/64bitint.t
17540 ____________________________________________________________________________
17541 [  7056] By: jhi                                   on 2000/09/12  13:58:14
17542         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
17543              From: Jeff Pinyan <jeffp@crusoe.net>
17544              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
17545              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
17546      Branch: perl
17547            ! pod/perlfunc.pod
17548 ____________________________________________________________________________
17549 [  7055] By: jhi                                   on 2000/09/12  13:56:32
17550         Log: Do in VMS as the #7054 does.
17551      Branch: perl
17552            ! configure.com
17553 ____________________________________________________________________________
17554 [  7054] By: jhi                                   on 2000/09/12  13:50:31
17555         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
17556              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17557              Date: Mon, 11 Sep 2000 08:33:09 +0100
17558              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
17559      Branch: metaconfig/U/perl
17560            ! End.U
17561      Branch: perl
17562            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
17563            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
17564 ____________________________________________________________________________
17565 [  7053] By: jhi                                   on 2000/09/12  13:29:19
17566         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
17567              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17568              Date:     Tue, 12 Sep 2000 08:35:59 EDT
17569              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
17570      Branch: perl
17571            ! vms/test.com
17572 ____________________________________________________________________________
17573 [  7052] By: jhi                                   on 2000/09/11  23:01:50
17574         Log: Document the SvUTF8*().
17575      Branch: perl
17576            ! pod/perlapi.pod sv.h
17577 ____________________________________________________________________________
17578 [  7051] By: gsar                                  on 2000/09/11  14:46:30
17579         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
17580              (missed a spot when fixing up op_pmreplroot hack for ithreads)
17581      Branch: perl
17582            ! op.c t/op/split.t
17583 ____________________________________________________________________________
17584 [  7050] By: nick                                  on 2000/09/11  10:03:51
17585         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
17586              
17587              Subject: borland C++ win32.c tweak
17588              From: Vadim Konovalov <vkonovalov@lucent.com>
17589              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
17590              Date: Mon, 11 Sep 2000 11:22:33 +0400
17591      Branch: perl
17592            ! win32/win32.c
17593 ____________________________________________________________________________
17594 [  7049] By: nick                                  on 2000/09/11  09:57:33
17595         Log: Point fix for s/// on foreach (keys %xxx).
17596      Branch: perl
17597            ! pp_hot.c
17598 ____________________________________________________________________________
17599 [  7048] By: jhi                                   on 2000/09/10  23:37:09
17600         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
17601              by Pod::Text, from Brad Appleton.
17602      Branch: perl
17603            ! t/pod/testp2pt.pl
17604 ____________________________________________________________________________
17605 [  7047] By: jhi                                   on 2000/09/10  14:32:53
17606         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
17607              by Russ Allbery.
17608      Branch: perl
17609            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
17610 ____________________________________________________________________________
17611 [  7046] By: jhi                                   on 2000/09/10  14:15:08
17612         Log: Upgrade to CPAN 1.57_65, from Andreas König.
17613      Branch: perl
17614            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
17615 ____________________________________________________________________________
17616 [  7045] By: jhi                                   on 2000/09/08  21:36:32
17617         Log: Update Changes.
17618      Branch: perl
17619            ! Changes patchlevel.h
17620 ____________________________________________________________________________
17621 [  7044] By: jhi                                   on 2000/09/08  21:29:56
17622         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
17623              From: Peter Prymmer <pvhp@forte.com>
17624              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
17625              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
17626      Branch: perl
17627            ! configure.com
17628 ____________________________________________________________________________
17629 [  7043] By: jhi                                   on 2000/09/08  21:27:50
17630         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
17631              From: Peter Prymmer <pvhp@forte.com>
17632              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
17633              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
17634      Branch: perl
17635            ! Makefile.SH installperl
17636 ____________________________________________________________________________
17637 [  7042] By: jhi                                   on 2000/09/08  21:23:21
17638         Log: Continue #7041.
17639      Branch: perl
17640            ! cygwin/Makefile.SHs os2/Makefile.SHs
17641 ____________________________________________________________________________
17642 [  7041] By: jhi                                   on 2000/09/08  21:18:10
17643         Log: Do away with memory models cruft.  Sorry, PDP users.
17644      Branch: metaconfig
17645            ! U/modified/cc.U U/modified/libpth.U
17646      Branch: perl
17647            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
17648            ! Porting/config_H cflags.SH config_h.SH configure.com
17649            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
17650            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
17651            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
17652 ____________________________________________________________________________
17653 [  7040] By: jhi                                   on 2000/09/08  14:34:18
17654         Log: Major rewrite of s2p.  And I mean really major, it is
17655              an implementation of sed in perl.  If called as s2p it
17656              will function as s2p.  Note: needs non-UNIXifying.
17657              
17658              Subject: s2p
17659              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
17660              Date: Mon, 28 Aug 2000 14:05:12 +0200
17661              Message-ID: <39AA5578.2102E2AA@alcatel.at>
17662      Branch: perl
17663            ! x2p/s2p.PL
17664 ____________________________________________________________________________
17665 [  7039] By: jhi                                   on 2000/09/08  14:19:49
17666         Log: Re-allow vec() for characters > 255.
17667              
17668              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
17669              From: Spider Boardman <spider@web.zk3.dec.com>
17670              Date: Fri, 08 Sep 2000 02:21:02 -0400
17671              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
17672      Branch: perl
17673            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
17674            ! t/op/vec.t
17675 ____________________________________________________________________________
17676 [  7038] By: jhi                                   on 2000/09/08  14:14:18
17677         Log: Subject: [PATCH lib/Benchmark.pm]
17678              From: <abigail@foad.org>
17679              Date: Thu, 7 Sep 2000 15:03:20 -0400
17680              Message-ID: <20000907190320.888.qmail@foad.org>
17681      Branch: perl
17682            ! lib/Benchmark.pm
17683 ____________________________________________________________________________
17684 [  7037] By: jhi                                   on 2000/09/08  14:11:06
17685         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
17686              
17687              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
17688              From: Spider Boardman <spider@web.zk3.dec.com>
17689              Date: Fri, 08 Sep 2000 01:30:27 -0400
17690              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
17691      Branch: perl
17692            ! op.c
17693 ____________________________________________________________________________
17694 [  7036] By: jhi                                   on 2000/09/08  14:08:58
17695         Log: Subject: [ID 20000908.002] perlipc documentation bug.
17696              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
17697              Date: Fri, 08 Sep 2000 12:38:32 +0200
17698              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
17699      Branch: perl
17700            ! pod/perlipc.pod
17701 ____________________________________________________________________________
17702 [  7035] By: jhi                                   on 2000/09/08  14:03:12
17703         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
17704              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17705              Date: Fri, 08 Sep 2000 11:47:34 +0200
17706              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
17707      Branch: perl
17708            ! hints/dec_osf.sh
17709 ____________________________________________________________________________
17710 [  7034] By: jhi                                   on 2000/09/08  13:59:35
17711         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
17712              From: Simon Cozens <simon@cozens.net>
17713              Date: Thu, 7 Sep 2000 20:40:38 +0100
17714              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
17715      Branch: perl
17716            ! pp_hot.c
17717 ____________________________________________________________________________
17718 [  7033] By: jhi                                   on 2000/09/08  04:03:03
17719         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
17720              From: "Larry W. Virden" <lvirden@cas.org>
17721              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
17722              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
17723      Branch: perl
17724            ! pod/perldiag.pod
17725 ____________________________________________________________________________
17726 [  7032] By: jhi                                   on 2000/09/07  22:18:30
17727         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
17728              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
17729              Date: Mon, 04 Sep 2000 13:16:38 -0700
17730              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
17731      Branch: perl
17732            ! lib/perl5db.pl
17733 ____________________________________________________________________________
17734 [  7031] By: jhi                                   on 2000/09/07  22:02:29
17735         Log: Fix the ccversion detection for 5.1 and beyond.
17736              
17737              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
17738              From: Spider Boardman <spider@leggy.zk3.dec.com>
17739              Date: Thu, 7 Sep 2000 17:54:27 -0400
17740              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
17741      Branch: perl
17742            ! hints/dec_osf.sh
17743 ____________________________________________________________________________
17744 [  7030] By: jhi                                   on 2000/09/07  19:12:28
17745         Log: Fix for
17746              
17747              Subject: [ID 20000903.001] \w in utf8-strings
17748              From: Marc Lehmann <pcg@goof.com>
17749              Date: Sun, 03 Sep 2000 09:44:29 +0200
17750              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
17751              
17752              and various related nits.
17753      Branch: perl
17754            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
17755 ____________________________________________________________________________
17756 [  7029] By: jhi                                   on 2000/09/07  18:49:09
17757         Log: Fix the URL, but the server is still missing in action.
17758              
17759              Subject: [ID 20000905.002] perlfaq1.pod URL error
17760              From: "Larry W. Virden" <lvirden@cas.org>
17761              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
17762              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
17763      Branch: perl
17764            ! pod/perlfaq1.pod
17765 ____________________________________________________________________________
17766 [  7028] By: jhi                                   on 2000/09/07  18:47:13
17767         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
17768              From: Hugo <hv@crypt.compulink.co.uk>
17769              Date: Tue, 05 Sep 2000 14:13:37 +0100
17770              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
17771      Branch: perl
17772            ! toke.c
17773 ____________________________________________________________________________
17774 [  7027] By: jhi                                   on 2000/09/07  18:45:35
17775         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
17776              From: Daniel Chetlin <daniel@chetlin.com>
17777              Date: Tue, 5 Sep 2000 04:57:07 -0700
17778              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
17779      Branch: perl
17780            ! pod/perlfaq6.pod pod/perlop.pod
17781 ____________________________________________________________________________
17782 [  7026] By: jhi                                   on 2000/09/07  18:44:01
17783         Log: Document the new ref() semantics.
17784              
17785              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
17786              From: Gisle Aas <gisle@ActiveState.com>
17787              Date: 05 Sep 2000 08:10:30 +0200
17788              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
17789      Branch: perl
17790            ! pod/perldelta.pod
17791 ____________________________________________________________________________
17792 [  7025] By: jhi                                   on 2000/09/07  18:42:27
17793         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
17794              
17795              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
17796              From: Gisle Aas <gisle@ActiveState.com>
17797              Date: 05 Sep 2000 08:11:40 +0200
17798              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
17799      Branch: perl
17800            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
17801 ____________________________________________________________________________
17802 [  7024] By: jhi                                   on 2000/09/07  18:39:32
17803         Log: Subject: [PATCH] Modernize Opcode.pm documentation
17804              From: Gisle Aas <gisle@ActiveState.com>
17805              Date: 4 Sep 2000 00:18:55 -0000
17806              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
17807      Branch: perl
17808            ! ext/Opcode/Opcode.pm
17809 ____________________________________________________________________________
17810 [  7023] By: jhi                                   on 2000/09/07  18:37:42
17811         Log: Subject: [PATCH] Tied filehandle documentation
17812              From: Gisle Aas <gisle@ActiveState.com>
17813              Date: 4 Sep 2000 00:14:40 -0000
17814              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
17815      Branch: perl
17816            ! pod/perlfunc.pod pod/perltie.pod
17817 ____________________________________________________________________________
17818 [  7022] By: jhi                                   on 2000/09/07  18:35:37
17819         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
17820              From: Gisle Aas <gisle@ActiveState.com>
17821              Date: 4 Sep 2000 00:04:22 -0000
17822              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
17823      Branch: perl
17824            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
17825 ____________________________________________________________________________
17826 [  7021] By: jhi                                   on 2000/09/07  18:33:22
17827         Log: Subject: small apidoc fix
17828              From: Marc Lehmann <pcg@goof.com>
17829              Date: Sun, 3 Sep 2000 05:12:06 +0200
17830              Message-ID: <20000903051206.A5909@cerebro.laendle>
17831      Branch: perl
17832            ! pod/perlapi.pod utf8.c
17833 ____________________________________________________________________________
17834 [  7020] By: jhi                                   on 2000/09/07  16:14:57
17835         Log: Tiny perldelta nits.
17836      Branch: perl
17837            ! pod/perldelta.pod
17838 ____________________________________________________________________________
17839 [  7019] By: jhi                                   on 2000/09/07  16:04:20
17840         Log: Guard against bad string->int conversion for quads.
17841      Branch: perl
17842            ! t/op/64bitint.t
17843 ____________________________________________________________________________
17844 [  7018] By: jhi                                   on 2000/09/06  17:07:03
17845         Log: Update Unicode todo list.
17846      Branch: perl
17847            ! Todo-5.6
17848 ____________________________________________________________________________
17849 [  7017] By: jhi                                   on 2000/09/05  21:16:01
17850         Log: Document the SvIOK_.*UV().
17851      Branch: perl
17852            ! pod/perlapi.pod sv.h
17853 ____________________________________________________________________________
17854 [  7016] By: nick                                  on 2000/09/03  21:54:46
17855         Log: Hash lookup of constant strings optimization:
17856              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
17857              to string table (as per sharepvn). Add newSV_pvn_share to create such
17858              a thing. Make hv.c compare addresses of strings and skip string compare
17859              if equal. Make method_named and helem ops use these shared-string SVs
17860              when arg is constant. Make keys op return shared-string SVs (less clearly
17861              a win).
17862      Branch: perl
17863            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
17864            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
17865            ! pod/perlintern.pod pp_hot.c proto.h sv.c
17866 ____________________________________________________________________________
17867 [  7015] By: jhi                                   on 2000/09/02  17:48:59
17868         Log: This is 5.7.0.
17869      Branch: perl
17870            ! Changes
17871 ____________________________________________________________________________
17872 [  7014] By: jhi                                   on 2000/09/02  17:35:45
17873         Log: Changes and patchlevel tweaks.
17874      Branch: perl
17875            ! Changes patchlevel.h
17876 ____________________________________________________________________________
17877 [  7013] By: jhi                                   on 2000/09/02  17:30:50
17878         Log: Update Changes.
17879      Branch: perl
17880            ! Changes patchlevel.h
17881 ____________________________________________________________________________
17882 [  7012] By: nick                                  on 2000/09/02  17:25:20
17883         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
17884      Branch: perl
17885            ! gv.c lib/overload.pm
17886 ____________________________________________________________________________
17887 [  7011] By: jhi                                   on 2000/09/02  17:16:25
17888         Log: Update perlhist.
17889      Branch: perl
17890            ! pod/perlhist.pod
17891 ____________________________________________________________________________
17892 [  7010] By: jhi                                   on 2000/09/02  17:01:35
17893         Log: perldelta nits.
17894      Branch: perl
17895            ! pod/perldelta.pod
17896 ____________________________________________________________________________
17897 [  7009] By: nick                                  on 2000/09/02  16:48:35
17898         Log: If overloaded %{} etc. return the object do not loop.
17899              Thus  sub deref { $_[0] } functions if object is wanted type.
17900      Branch: perl
17901            ! pp.h
17902 ____________________________________________________________________________
17903 [  7008] By: jhi                                   on 2000/09/02  16:26:11
17904         Log: Retab MANIFEST.
17905      Branch: perl
17906            ! ext/Storable/MANIFEST
17907 ____________________________________________________________________________
17908 [  7007] By: jhi                                   on 2000/09/02  16:23:02
17909         Log: Make certain cc is set before trying to run it.
17910      Branch: perl
17911            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
17912 ____________________________________________________________________________
17913 [  7006] By: jhi                                   on 2000/09/02  15:45:41
17914         Log: Unicode notes.
17915      Branch: perl
17916            ! pod/perldelta.pod
17917 ____________________________________________________________________________
17918 [  7005] By: jhi                                   on 2000/09/02  15:42:11
17919         Log: Various Configure nits by Philip Newton,
17920              plus the ebcdic one by me.
17921      Branch: metaconfig
17922            + U/modified/pager.U
17923            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
17924      Branch: metaconfig/U/perl
17925            ! Devel.U quadfio.U
17926      Branch: perl
17927            ! Configure config_h.SH
17928 ____________________________________________________________________________
17929 [  7004] By: jhi                                   on 2000/09/02  15:06:14
17930         Log: Apparently avoiding the swapping is too costly.
17931              
17932              From: "Ben Tilly" <ben_tilly@hotmail.com>
17933              Subject: Re: the door is closed.
17934              Date: Fri, 01 Sep 2000 20:23:16 EDT
17935              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
17936      Branch: perl
17937            ! pod/perlfaq4.pod
17938 ____________________________________________________________________________
17939 [  7003] By: nick                                  on 2000/09/02  12:26:04
17940         Log: Undo part of change 6489 which looks like a bulk edit which
17941              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
17942              The supressing of main:: on return from select() is undesirable.
17943      Branch: perl
17944            ! pp_sys.c
17945 ____________________________________________________________________________
17946 [  7002] By: jhi                                   on 2000/09/01  23:08:54
17947         Log: Update Changes.
17948      Branch: perl
17949            ! Changes patchlevel.h
17950 ____________________________________________________________________________
17951 [  7001] By: jhi                                   on 2000/09/01  23:00:13
17952         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
17953              From: Peter Prymmer <pvhp@forte.com>
17954              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
17955              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
17956              
17957              plus rework the http: spots as suggested by Tom Christiansen,
17958              plus regen perltoc.
17959      Branch: perl
17960            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
17961            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
17962 ____________________________________________________________________________
17963 [  7000] By: jhi                                   on 2000/09/01  22:36:01
17964         Log: Only the first line, thank you very much.
17965      Branch: perl
17966            ! hints/solaris_2.sh
17967 ____________________________________________________________________________
17968 [  6999] By: gsar                                  on 2000/09/01  22:16:40
17969         Log: change#6791 accidentally clobbered change#6710, put it back
17970      Branch: perl
17971            ! win32/win32.c
17972 ____________________________________________________________________________
17973 [  6998] By: jhi                                   on 2000/09/01  22:14:16
17974         Log: Mention the HP-UX LP64 freak failure.
17975      Branch: perl
17976            ! pod/perldelta.pod
17977 ____________________________________________________________________________
17978 [  6997] By: jhi                                   on 2000/09/01  21:48:32
17979         Log: Detypo.
17980      Branch: perl
17981            ! hints/hpux.sh
17982 ____________________________________________________________________________
17983 [  6996] By: jhi                                   on 2000/09/01  21:27:10
17984         Log: Update Changes.
17985      Branch: perl
17986            ! Changes patchlevel.h
17987 ____________________________________________________________________________
17988 [  6995] By: jhi                                   on 2000/09/01  21:14:24
17989         Log: Mi splgn s gnin.g
17990      Branch: perl
17991            ! pp_ctl.c
17992 ____________________________________________________________________________
17993 [  6994] By: jhi                                   on 2000/09/01  21:09:54
17994         Log: Subject: http:// in L<>
17995              From: Nicholas Clark <nick@ccl4.org>
17996              Date: Fri, 1 Sep 2000 22:03:21 +0100
17997              Message-ID: <20000901220321.B72074@plum.flirble.org>
17998      Branch: perl
17999            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
18000 ____________________________________________________________________________
18001 [  6993] By: jhi                                   on 2000/09/01  21:06:54
18002         Log: Update to Storable 1.0, from Raphael Manfredi.
18003      Branch: perl
18004            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
18005            ! ext/Storable/Makefile.PL ext/Storable/README
18006            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
18007            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
18008            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
18009            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
18010            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
18011            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
18012 ____________________________________________________________________________
18013 [  6992] By: jhi                                   on 2000/09/01  20:43:05
18014         Log: Mention known sfio+linux buglet.
18015      Branch: perl
18016            ! pod/perldelta.pod
18017 ____________________________________________________________________________
18018 [  6991] By: jhi                                   on 2000/09/01  20:40:11
18019         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
18020              From: Peter Prymmer <pvhp@forte.com>
18021              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
18022              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
18023      Branch: perl
18024            ! vms/vms.c
18025 ____________________________________________________________________________
18026 [  6990] By: jhi                                   on 2000/09/01  20:25:26
18027         Log: Retract #6986.
18028      Branch: perl
18029            ! hints/solaris_2.sh
18030 ____________________________________________________________________________
18031 [  6989] By: jhi                                   on 2000/09/01  20:23:00
18032         Log: Mergesort is back.
18033      Branch: perl
18034            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
18035 ____________________________________________________________________________
18036 [  6988] By: jhi                                   on 2000/09/01  19:37:40
18037         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
18038              From: Mike Guy <mjtg@cam.ac.uk>
18039              Date: Fri, 01 Sep 2000 17:43:33 +0100
18040              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
18041      Branch: perl
18042            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
18043            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
18044 ____________________________________________________________________________
18045 [  6987] By: jhi                                   on 2000/09/01  19:17:10
18046         Log: Regen perltoc.
18047      Branch: perl
18048            ! pod/perltoc.pod
18049 ____________________________________________________________________________
18050 [  6986] By: jhi                                   on 2000/09/01  18:51:10
18051         Log: Subject: Re: Solaris x86 has no SPARC libraries!
18052              From: Lupe Christoph <lupe@lupe-christoph.de>
18053              Date: Fri, 1 Sep 2000 20:41:20 +0200
18054              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
18055      Branch: perl
18056            ! hints/solaris_2.sh
18057 ____________________________________________________________________________
18058 [  6985] By: jhi                                   on 2000/09/01  18:28:10
18059         Log: Update Changes.
18060      Branch: perl
18061            ! Changes patchlevel.h
18062 ____________________________________________________________________________
18063 [  6984] By: jhi                                   on 2000/09/01  18:26:53
18064         Log: Feature ordering tweak.
18065      Branch: perl
18066            ! myconfig.SH
18067 ____________________________________________________________________________
18068 [  6983] By: jhi                                   on 2000/09/01  18:19:50
18069         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18070              From: <abigail@foad.org>
18071              Date: Fri, 1 Sep 2000 13:07:32 -0400
18072              Message-ID: <20000901170732.18249.qmail@foad.org>
18073      Branch: perl
18074            ! t/pragma/overload.t
18075 ____________________________________________________________________________
18076 [  6982] By: jhi                                   on 2000/09/01  18:17:54
18077         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
18078              so that case-ignoring systems like DCL can tell them from
18079              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
18080      Branch: metaconfig/U/perl
18081            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
18082      Branch: perl
18083            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18084            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
18085            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
18086            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
18087            ! vos/config.def vos/config.h vos/config_h.SH_orig
18088            ! win32/config.bc win32/config.gc win32/config.vc
18089 ____________________________________________________________________________
18090 [  6981] By: nick                                  on 2000/09/01  17:21:57
18091         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
18092              warning when UNTIE exists and instead pass the cound of extra references to
18093              the UNTIE method.
18094      Branch: perl
18095            ! pod/perltie.pod pp_sys.c
18096 ____________________________________________________________________________
18097 [  6980] By: jhi                                   on 2000/09/01  16:54:44
18098         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
18099              From: Peter Prymmer <pvhp@forte.com>
18100              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
18101              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
18102      Branch: perl
18103            ! configure.com
18104 ____________________________________________________________________________
18105 [  6979] By: jhi                                   on 2000/09/01  16:06:20
18106         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
18107              From: Mike Guy <mjtg@cam.ac.uk> 
18108              Date: Fri, 01 Sep 2000 16:49:27 +0100
18109              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
18110      Branch: perl
18111            ! t/base/rs.t
18112 ____________________________________________________________________________
18113 [  6978] By: jhi                                   on 2000/09/01  16:00:42
18114         Log: Update to PodParser 1.18, from Brad Appleton.
18115      Branch: perl
18116            ! lib/Pod/Checker.pm t/pod/find.t
18117 ____________________________________________________________________________
18118 [  6977] By: jhi                                   on 2000/09/01  14:48:58
18119         Log: Subject: Nit in Configure (bleadperl@6961)
18120              From: Lupe Christoph <lupe@lupe-christoph.de>
18121              Date: Fri, 1 Sep 2000 16:34:29 +0200
18122              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
18123      Branch: metaconfig
18124            ! U/compline/ccflags.U
18125      Branch: perl
18126            ! Configure config_h.SH
18127 ____________________________________________________________________________
18128 [  6976] By: jhi                                   on 2000/09/01  14:39:52
18129         Log: Update Changes.
18130      Branch: perl
18131            ! Changes patchlevel.h
18132 ____________________________________________________________________________
18133 [  6975] By: jhi                                   on 2000/09/01  14:37:36
18134         Log: microperl config update.
18135      Branch: perl
18136            ! uconfig.h uconfig.sh
18137 ____________________________________________________________________________
18138 [  6974] By: jhi                                   on 2000/09/01  14:36:53
18139         Log: Document known deficiencies.
18140      Branch: perl
18141            ! pod/perldelta.pod
18142 ____________________________________________________________________________
18143 [  6973] By: jhi                                   on 2000/09/01  14:10:20
18144         Log: Mention warnings fixes and updates.
18145      Branch: perl
18146            ! pod/perldelta.pod
18147 ____________________________________________________________________________
18148 [  6972] By: jhi                                   on 2000/09/01  14:01:52
18149         Log: Drop unused argument.
18150              
18151              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
18152              From: Spider Boardman <spider@web.zk3.dec.com>
18153              Date: Thu, 31 Aug 2000 16:10:15 -0400
18154              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
18155      Branch: perl
18156            ! toke.c
18157 ____________________________________________________________________________
18158 [  6971] By: jhi                                   on 2000/09/01  13:59:24
18159         Log: Add the overload warnings to perldiag.
18160      Branch: perl
18161            ! lib/overload.pm pod/perldiag.pod
18162 ____________________________________________________________________________
18163 [  6970] By: jhi                                   on 2000/09/01  13:55:10
18164         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18165              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18166              Date: Fri, 1 Sep 2000 13:43:15 +0100 
18167              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
18168      Branch: perl
18169            ! lib/overload.pm t/pragma/overload.t
18170 ____________________________________________________________________________
18171 [  6969] By: jhi                                   on 2000/09/01  13:52:27
18172         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18173              From: <abigail@foad.org>
18174              Date: Fri, 1 Sep 2000 05:46:54 -0400
18175              Message-ID: <20000901094654.6476.qmail@foad.org>
18176      Branch: perl
18177            ! lib/overload.pm
18178 ____________________________________________________________________________
18179 [  6968] By: jhi                                   on 2000/09/01  13:50:05
18180         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
18181              From: Daniel Chetlin <daniel@chetlin.com>
18182              Date: Fri, 1 Sep 2000 02:10:55 -0700
18183              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
18184      Branch: perl
18185            ! pod/perlretut.pod
18186 ____________________________________________________________________________
18187 [  6967] By: jhi                                   on 2000/09/01  13:47:54
18188         Log: Part of the solution.
18189              
18190              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
18191              From: Mike Guy <mjtg@cam.ac.uk>
18192              Date: Fri, 01 Sep 2000 14:16:01 +0100
18193              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
18194      Branch: perl
18195            ! gv.c mg.c
18196 ____________________________________________________________________________
18197 [  6966] By: jhi                                   on 2000/09/01  13:46:17
18198         Log: Subject: CPAN.pm beta 1.57_57 for the core
18199              From: andreas.koenig@anima.de (Andreas J. Koenig)
18200              Date: 01 Sep 2000 15:16:31 +0200
18201              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
18202      Branch: perl
18203            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
18204 ____________________________________________________________________________
18205 [  6965] By: jhi                                   on 2000/09/01  13:43:18
18206         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
18207              From: "Craig A. Berry" <craig.berry@psinetcs.com>
18208              Date: Fri, 01 Sep 2000 01:47:22 -0500
18209              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
18210      Branch: perl
18211            ! pod/perldelta.pod vms/vms.c
18212 ____________________________________________________________________________
18213 [  6964] By: jhi                                   on 2000/09/01  13:35:35
18214         Log: File::Temp patches from Andreas König,
18215              
18216              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
18217              From: andreas.koenig@anima.de (Andreas J. Koenig)
18218              Date: 01 Sep 2000 10:07:20 +0200
18219              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
18220              
18221              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
18222              From: andreas.koenig@anima.de (Andreas J. Koenig)
18223              Date: 31 Aug 2000 23:26:08 +0200
18224              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
18225      Branch: perl
18226            ! lib/File/Temp.pm t/lib/ftmp-security.t
18227 ____________________________________________________________________________
18228 [  6963] By: jhi                                   on 2000/09/01  02:22:24
18229         Log: Retract the mergesort code, way too incompatible licensing
18230              and copyrights.
18231      Branch: perl
18232            ! pod/perldelta.pod pp_ctl.c
18233 ____________________________________________________________________________
18234 [  6962] By: jhi                                   on 2000/08/31  23:27:32
18235         Log: Update Changes.
18236      Branch: perl
18237            ! Changes patchlevel.h
18238 ____________________________________________________________________________
18239 [  6961] By: jhi                                   on 2000/08/31  23:20:04
18240         Log: Small tweaks all over.
18241      Branch: metaconfig
18242            ! U/compline/d_gconvert.U
18243      Branch: perl
18244            ! AUTHORS Configure config_h.SH pp_ctl.c
18245 ____________________________________________________________________________
18246 [  6960] By: jhi                                   on 2000/08/31  22:39:36
18247         Log: Further rewording.
18248      Branch: perl
18249            ! pp_ctl.c
18250 ____________________________________________________________________________
18251 [  6959] By: jhi                                   on 2000/08/31  21:26:44
18252         Log: More address tweaking.
18253      Branch: perl
18254            ! AUTHORS Changes
18255 ____________________________________________________________________________
18256 [  6958] By: jhi                                   on 2000/08/31  20:47:25
18257         Log: AUTHORS tweaks, from Peter Prymmer.
18258              
18259              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
18260              From: Peter Prymmer <pvhp@forte.com>
18261              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
18262              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
18263      Branch: perl
18264            ! AUTHORS MAINTAIN
18265 ____________________________________________________________________________
18266 [  6957] By: jhi                                   on 2000/08/31  20:34:43
18267         Log: perldelta tweaks.
18268      Branch: perl
18269            ! pod/perldelta.pod
18270 ____________________________________________________________________________
18271 [  6956] By: jhi                                   on 2000/08/31  19:11:06
18272         Log: Regen perltoc.
18273      Branch: perl
18274            ! pod/perltoc.pod
18275 ____________________________________________________________________________
18276 [  6955] By: jhi                                   on 2000/08/31  19:06:30
18277         Log: Clarify the mergesort situation.
18278      Branch: perl
18279            ! pp_ctl.c
18280 ____________________________________________________________________________
18281 [  6954] By: jhi                                   on 2000/08/31  18:24:17
18282         Log: Move the Solaris 7 scan to use64bitall, make the
18283              failure to find 64-bot sparc libc to mention the
18284              possibility of being in an intel, from Lupe and Alan.
18285      Branch: perl
18286            ! hints/solaris_2.sh
18287 ____________________________________________________________________________
18288 [  6953] By: jhi                                   on 2000/08/31  18:09:20
18289         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
18290              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
18291      Branch: metaconfig
18292            ! U/compline/d_gconvert.U U/threads/archname.U
18293      Branch: metaconfig/U/perl
18294            ! perlxv.U
18295      Branch: perl
18296            ! Configure config_h.SH sv.c
18297 ____________________________________________________________________________
18298 [  6952] By: jhi                                   on 2000/08/31  17:42:24
18299         Log: :: not allowed in pathnames, change to .
18300              
18301              Subject: [PATCH perl@6938] cygwin port
18302              From: "Fifer, Eric" <EFifer@sanwaint.com>
18303              Date: Thu, 31 Aug 2000 16:32:59 +0100
18304              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
18305      Branch: metaconfig/U/perl
18306            ! perlxv.U
18307 ____________________________________________________________________________
18308 [  6951] By: jhi                                   on 2000/08/31  17:02:05
18309         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
18310      Branch: perl
18311            ! perl.h
18312 ____________________________________________________________________________
18313 [  6950] By: jhi                                   on 2000/08/31  16:26:08
18314         Log: More author updates.
18315              
18316              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
18317              From: Simon Cozens <simon@cozens.net>
18318              Date: Thu, 31 Aug 2000 17:13:32 +0100
18319              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
18320      Branch: perl
18321            ! AUTHORS
18322 ____________________________________________________________________________
18323 [  6949] By: jhi                                   on 2000/08/31  16:04:49
18324         Log: POSIX doesn't report long double values under -Duselongdouble
18325              when the long doubles are "real" (bigger than doubles).
18326              
18327              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
18328              From: Spider Boardman <spider@peano.zk3.dec.com>
18329              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
18330              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
18331      Branch: perl
18332            ! ext/POSIX/POSIX.xs
18333 ____________________________________________________________________________
18334 [  6948] By: jhi                                   on 2000/08/31  15:25:10
18335         Log: Update Changes.
18336      Branch: perl
18337            ! Changes patchlevel.h
18338 ____________________________________________________________________________
18339 [  6947] By: jhi                                   on 2000/08/31  15:22:29
18340         Log: Document UNTIE in a very minimalistic way.
18341      Branch: perl
18342            ! pod/perlfunc.pod pod/perltie.pod
18343 ____________________________________________________________________________
18344 [  6946] By: jhi                                   on 2000/08/31  15:15:23
18345         Log: Document known failures.
18346      Branch: perl
18347            ! pod/perldelta.pod
18348 ____________________________________________________________________________
18349 [  6945] By: jhi                                   on 2000/08/31  15:07:00
18350         Log: Don't attach -ld to the archname if pointless.
18351      Branch: metaconfig
18352            ! U/threads/archname.U
18353      Branch: perl
18354            ! Configure config_h.SH
18355 ____________________________________________________________________________
18356 [  6944] By: jhi                                   on 2000/08/31  14:37:42
18357         Log: Wrap the test in eval.
18358              
18359              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
18360              From: Tim Jenness <timj@jach.hawaii.edu>
18361              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
18362              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
18363      Branch: perl
18364            ! t/lib/ftmp-security.t
18365 ____________________________________________________________________________
18366 [  6943] By: jhi                                   on 2000/08/31  14:30:57
18367         Log: Make -Dusemorebits find long doubles in Solaris.
18368      Branch: perl
18369            ! hints/solaris_2.sh
18370 ____________________________________________________________________________
18371 [  6942] By: jhi                                   on 2000/08/31  13:48:45
18372         Log: Clarify the third case of ftmp-security warnings.
18373      Branch: perl
18374            ! INSTALL
18375 ____________________________________________________________________________
18376 [  6941] By: jhi                                   on 2000/08/31  13:40:31
18377         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
18378              From: <abigail@foad.org>
18379              Date: Thu, 31 Aug 2000 01:35:05 -0400
18380              Message-ID: <20000831053505.32120.qmail@foad.org>
18381      Branch: perl
18382            ! pod/perldelta.pod
18383 ____________________________________________________________________________
18384 [  6940] By: jhi                                   on 2000/08/31  13:38:48
18385         Log: Issue useful diagnostic on unknown pod commands.
18386              
18387              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
18388              From: <abigail@foad.org>
18389              Date: Thu, 31 Aug 2000 03:41:18 -0400
18390              Message-ID: <20000831074118.24880.qmail@foad.org>
18391      Branch: perl
18392            ! lib/Pod/Man.pm
18393 ____________________________________________________________________________
18394 [  6939] By: jhi                                   on 2000/08/31  13:34:33
18395         Log: Reveal Borland's isnan.
18396              
18397              Subject: build with BC++ tweak
18398              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18399              Date: Thu, 31 Aug 2000 13:09:37 +0400
18400              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
18401      Branch: perl
18402            ! win32/win32.h
18403 ____________________________________________________________________________
18404 [  6938] By: jhi                                   on 2000/08/31  05:01:20
18405         Log: Update Changes.
18406      Branch: perl
18407            ! Changes patchlevel.h
18408 ____________________________________________________________________________
18409 [  6937] By: jhi                                   on 2000/08/31  04:26:23
18410         Log: sscanf() may be the only way to read long doubles from strings.
18411      Branch: metaconfig/U/perl
18412            ! longdblfio.U
18413      Branch: perl
18414            ! Configure config_h.SH perl.h util.c
18415 ____________________________________________________________________________
18416 [  6936] By: jhi                                   on 2000/08/31  04:18:19
18417         Log: The #6929 was too skimpy.
18418      Branch: perl
18419            ! sv.c
18420 ____________________________________________________________________________
18421 [  6935] By: jhi                                   on 2000/08/31  02:47:07
18422         Log: Subject: Re: typos in pods
18423              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18424              Date: Wed, 30 Aug 2000 19:25:34 -0700
18425              Message-ID: <eIcr5gzkg25X092yn@efn.org>
18426      Branch: perl
18427            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
18428 ____________________________________________________________________________
18429 [  6934] By: jhi                                   on 2000/08/31  02:42:55
18430         Log: Missed one Unicode file.
18431      Branch: perl
18432            + lib/unicode/UCDFF301.html
18433 ____________________________________________________________________________
18434 [  6933] By: jhi                                   on 2000/08/30  23:42:27
18435         Log: Update Changes.
18436      Branch: perl
18437            ! Changes patchlevel.h
18438 ____________________________________________________________________________
18439 [  6932] By: jhi                                   on 2000/08/30  23:40:07
18440         Log: Mention UNTIE in perldelta.  Still needs documenting
18441              in perltie et alia.
18442      Branch: perl
18443            ! pod/perldelta.pod
18444 ____________________________________________________________________________
18445 [  6931] By: jhi                                   on 2000/08/30  23:36:02
18446         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
18447              From: <abigail@foad.org>
18448              Date: Wed, 30 Aug 2000 19:28:07 -0400
18449              Message-ID: <20000830232807.305.qmail@foad.org>
18450      Branch: perl
18451            ! pod/perldelta.pod
18452 ____________________________________________________________________________
18453 [  6930] By: jhi                                   on 2000/08/30  23:32:40
18454         Log: Update to Unicode 3.0.1.
18455      Branch: perl
18456            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
18457            + lib/unicode/PropList.txt lib/unicode/README.perl
18458            + lib/unicode/UCD301.html lib/unicode/Unicode.301
18459            - lib/unicode/Props.txt lib/unicode/UCD300.html
18460            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
18461            ! (edit 257 files)
18462 ____________________________________________________________________________
18463 [  6929] By: jhi                                   on 2000/08/30  22:38:18
18464         Log: Heap decorruption.
18465              
18466              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
18467              From: Alan Burlison <Alan.Burlison@uk.sun.com>
18468              Date: Wed, 30 Aug 2000 22:39:52 +0100
18469              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
18470      Branch: perl
18471            ! sv.c
18472 ____________________________________________________________________________
18473 [  6928] By: jhi                                   on 2000/08/30  22:29:34
18474         Log: Retract the dummy test, skip the security tests (instead of failing),
18475              explain what the warnings mean.
18476      Branch: perl
18477            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
18478 ____________________________________________________________________________
18479 [  6927] By: jhi                                   on 2000/08/30  22:14:13
18480         Log: Change the internal implementation of sort() to be mergesort
18481              instead of quicksort, from John Linderman <jpl@research.att.com>.
18482              Gives us better worst case, better average case, and stability.
18483              What's there not to like?  (Small fixes for threaded builds
18484              were required).
18485      Branch: perl
18486            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
18487 ____________________________________________________________________________
18488 [  6926] By: jhi                                   on 2000/08/30  20:55:20
18489         Log: A better fix for the Socket building problem from Craig Berry.
18490      Branch: perl
18491            ! vms/vms.c
18492 ____________________________________________________________________________
18493 [  6925] By: jhi                                   on 2000/08/30  20:20:25
18494         Log: Subject: [PATCH] Re: UNTIE method 
18495              From: Nick Ing-Simmons <nik@tiuk.ti.com>
18496              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
18497              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
18498      Branch: perl
18499            ! pp_sys.c t/op/tie.t
18500 ____________________________________________________________________________
18501 [  6924] By: jhi                                   on 2000/08/30  20:17:11
18502         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
18503              From: "Craig A. Berry" <craig.berry@psinetcs.com>
18504              Date: Wed, 30 Aug 2000 15:03:14 -0500
18505              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
18506      Branch: perl
18507            ! vms/vms.c
18508 ____________________________________________________________________________
18509 [  6923] By: jhi                                   on 2000/08/30  20:15:18
18510         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
18511              From: "Craig A. Berry" <craig.berry@psinetcs.com>
18512              Date: Wed, 30 Aug 2000 13:30:36 -0500
18513              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
18514      Branch: perl
18515            ! vms/vms.c
18516 ____________________________________________________________________________
18517 [  6922] By: jhi                                   on 2000/08/30  19:54:43
18518         Log: Better options for rsync.
18519      Branch: perl
18520            ! pod/perlhack.pod
18521 ____________________________________________________________________________
18522 [  6921] By: jhi                                   on 2000/08/30  19:40:16
18523         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
18524              From: Rick Delaney <rick@consumercontact.com>
18525              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
18526              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
18527      Branch: perl
18528            ! pod/perlfunc.pod
18529 ____________________________________________________________________________
18530 [  6920] By: jhi                                   on 2000/08/30  19:36:40
18531         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
18532              From: Peter Prymmer <pvhp@forte.com>
18533              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
18534              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
18535      Branch: perl
18536            ! configure.com
18537 ____________________________________________________________________________
18538 [  6919] By: jhi                                   on 2000/08/30  14:52:02
18539         Log: Update Changes.
18540      Branch: perl
18541            ! Changes patchlevel.h
18542 ____________________________________________________________________________
18543 [  6918] By: jhi                                   on 2000/08/30  14:48:34
18544         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
18545      Branch: perl
18546            ! lib/ExtUtils/typemap
18547 ____________________________________________________________________________
18548 [  6917] By: jhi                                   on 2000/08/30  14:46:34
18549         Log: Subject: typos in pods
18550              From: Nicholas Clark <nick@ccl4.org>
18551              Date: Wed, 30 Aug 2000 01:12:50 +0100
18552              Message-ID: <20000830011249.A61388@plum.flirble.org>
18553      Branch: perl
18554            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
18555            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
18556            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
18557            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
18558 ____________________________________________________________________________
18559 [  6916] By: jhi                                   on 2000/08/30  14:19:09
18560         Log: Document Storable problems on Crays.  (Will have
18561              to document all the other Storable problems, too.)
18562      Branch: perl
18563            ! pod/perldelta.pod
18564 ____________________________________________________________________________
18565 [  6915] By: jhi                                   on 2000/08/30  14:06:02
18566         Log: Subject: [PATCH] fix misc cast warnings
18567              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18568              Date: Tue, 29 Aug 2000 23:16:14 -0700
18569              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
18570      Branch: perl
18571            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
18572            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
18573            ! os2/os2ish.h
18574 ____________________________________________________________________________
18575 [  6914] By: jhi                                   on 2000/08/30  14:03:45
18576         Log: Timestamp mismatch again.  Need to fix this dependence on
18577              config_h.SH timestamp, since it's the contents of config_h.SH
18578              that matter.
18579      Branch: perl
18580            ! uconfig.h uconfig.sh
18581 ____________________________________________________________________________
18582 [  6913] By: jhi                                   on 2000/08/30  13:54:06
18583         Log: Don't say "Perl 5.0 source kit".
18584      Branch: perl
18585            ! perl.c
18586 ____________________________________________________________________________
18587 [  6912] By: jhi                                   on 2000/08/30  13:51:24
18588         Log: Reset archname and archname64 always, forcing them be
18589              recomputed at each Configure run, make Configure and
18590              the hints files agree on the naming of largefiles variables.
18591      Branch: metaconfig
18592            ! U/threads/archname.U
18593      Branch: metaconfig/U/perl
18594            ! use64bits.U
18595      Branch: perl
18596            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
18597            ! hints/linux.sh hints/solaris_2.sh
18598 ____________________________________________________________________________
18599 [  6911] By: jhi                                   on 2000/08/30  13:30:13
18600         Log: Put back the slice accidentally removed by #6907.
18601      Branch: perl
18602            ! hints/solaris_2.sh
18603 ____________________________________________________________________________
18604 [  6910] By: jhi                                   on 2000/08/30  01:24:26
18605         Log: Be consistent: other Net::get* do export theirs.
18606              
18607              Subject: Re: Net::protoent does not export 'getproto'
18608              From: Yasushi Nakajima <sey@jkc.co.jp>
18609              Date: Wed, 30 Aug 2000 09:53:14 +0900
18610              Message-Id: <200008300051.DAA24700@taku.hut.fi>
18611      Branch: perl
18612            ! lib/Net/protoent.pm
18613 ____________________________________________________________________________
18614 [  6909] By: jhi                                   on 2000/08/30  01:17:25
18615         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
18616              From: Gurusamy Sarathy <gsar@ActiveState.com>
18617              Date: Tue, 29 Aug 2000 17:17:07 -0700
18618              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
18619      Branch: perl
18620            ! cop.h
18621 ____________________________________________________________________________
18622 [  6908] By: jhi                                   on 2000/08/30  00:58:05
18623         Log: Update Changes.
18624      Branch: perl
18625            ! Changes patchlevel.h
18626 ____________________________________________________________________________
18627 [  6907] By: jhi                                   on 2000/08/30  00:57:22
18628         Log: Introduce ccname to keep track of what compiler kind of we have.
18629      Branch: metaconfig/U/perl
18630            ! Checkcc.U gccvers.U
18631      Branch: perl
18632            ! Configure config_h.SH hints/solaris_2.sh
18633 ____________________________________________________________________________
18634 [  6906] By: jhi                                   on 2000/08/30  00:25:47
18635         Log: Put back the flags dump as reasoned in
18636              
18637              Subject: Re: [PATCH] Glob dumping
18638              From: Mike Guy <mjtg@cam.ac.uk> 
18639              Date: Tue, 29 Aug 2000 21:41:32 +0100
18640              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
18641      Branch: perl
18642            ! dump.c t/lib/peek.t
18643 ____________________________________________________________________________
18644 [  6905] By: jhi                                   on 2000/08/30  00:16:17
18645         Log: Make the epsilon to be relative, not absolute.
18646              
18647              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
18648              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
18649              Date: Tue, 29 Aug 2000 19:58:56 -0400
18650              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
18651      Branch: perl
18652            ! t/lib/trig.t
18653 ____________________________________________________________________________
18654 [  6904] By: jhi                                   on 2000/08/30  00:13:09
18655         Log: From now on, Gisle is on my list of usual suspects :-)
18656              Retract #6902.
18657      Branch: perl
18658            ! ext/Opcode/Safe.pm
18659 ____________________________________________________________________________
18660 [  6903] By: jhi                                   on 2000/08/29  23:51:20
18661         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
18662              From: "Craig A. Berry" <craig.berry@psinetcs.com>
18663              Date: Tue, 29 Aug 2000 18:43:26 -0500
18664              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
18665      Branch: perl
18666            + vms/vmspipe.com
18667            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
18668            ! vms/vms.c
18669 ____________________________________________________________________________
18670 [  6902] By: jhi                                   on 2000/08/29  23:44:14
18671         Log: Retry what #6882 attempted.
18672              
18673              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
18674              From: Gisle Aas <gisle@ActiveState.com>
18675              Date: 30 Aug 2000 00:33:09 +0200
18676              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
18677      Branch: perl
18678            ! ext/Opcode/Safe.pm
18679 ____________________________________________________________________________
18680 [  6901] By: jhi                                   on 2000/08/29  22:59:32
18681         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
18682              From: Hugo <hv@crypt.compulink.co.uk>
18683              Date: Mon, 12 Jun 2000 19:36:08 +0100
18684              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
18685      Branch: perl
18686            ! sv.c
18687 ____________________________________________________________________________
18688 [  6900] By: jhi                                   on 2000/08/29  22:58:35
18689         Log: Admit that we are leaking scalars.
18690              
18691              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
18692              From: Spider Boardman <spider@leggy.zk3.dec.com>
18693              Date: Tue, 29 Aug 2000 18:48:29 -0400
18694              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
18695      Branch: perl
18696            ! t/pragma/warnings.t
18697 ____________________________________________________________________________
18698 [  6899] By: jhi                                   on 2000/08/29  20:53:13
18699         Log: Update Changes.
18700      Branch: perl
18701            ! Changes patchlevel.h
18702 ____________________________________________________________________________
18703 [  6898] By: jhi                                   on 2000/08/29  20:46:21
18704         Log: Undo namespace pollution of #6878.
18705              
18706              Subject: Re: Net::protoent does not export 'getproto'
18707              From: Mike Guy <mjtg@cam.ac.uk>
18708              Date: Tue, 29 Aug 2000 21:32:37 +0100
18709              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
18710      Branch: perl
18711            ! lib/Net/protoent.pm
18712 ____________________________________________________________________________
18713 [  6897] By: jhi                                   on 2000/08/29  20:44:29
18714         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
18715              From: Peter Prymmer <pvhp@forte.com>
18716              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
18717              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
18718      Branch: perl
18719            ! pod/perlebcdic.pod
18720 ____________________________________________________________________________
18721 [  6896] By: jhi                                   on 2000/08/29  20:40:57
18722         Log: There's no point repeating the 'revision' (5) of perl5.
18723      Branch: metaconfig/U/perl
18724            ! Devel.U patchlevel.U
18725      Branch: perl
18726            ! Configure config_h.SH
18727 ____________________________________________________________________________
18728 [  6895] By: jhi                                   on 2000/08/29  20:16:58
18729         Log: Regen Configure for #6894.
18730      Branch: metaconfig/U/perl
18731            ! perladmin.U
18732      Branch: perl
18733            ! Configure config_h.SH
18734 ____________________________________________________________________________
18735 [  6894] By: jhi                                   on 2000/08/29  19:59:52
18736         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
18737              From: "Philip Newton" <Philip.Newton@gmx.net>
18738              Date: Tue, 29 Aug 2000 21:39:14 +0200
18739              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
18740      Branch: perl
18741            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
18742            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
18743            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
18744            ! utils/perlbug.PL
18745 ____________________________________________________________________________
18746 [  6893] By: jhi                                   on 2000/08/29  19:55:30
18747         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
18748              From: "Philip Newton" <Philip.Newton@gmx.net>
18749              Date: Tue, 29 Aug 2000 21:39:14 +0200
18750              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
18751      Branch: perl
18752            ! installhtml
18753 ____________________________________________________________________________
18754 [  6892] By: jhi                                   on 2000/08/29  19:53:59
18755         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
18756              From: "Philip Newton" <Philip.Newton@gmx.net>
18757              Date: Tue, 29 Aug 2000 21:48:18 +0200
18758              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
18759      Branch: perl
18760            ! lib/File/Temp.pm
18761 ____________________________________________________________________________
18762 [  6891] By: jhi                                   on 2000/08/29  18:30:03
18763         Log: Nail the ID 20000828.023.
18764      Branch: perl
18765            ! ext/Storable/Storable.xs
18766 ____________________________________________________________________________
18767 [  6890] By: jhi                                   on 2000/08/29  16:50:17
18768         Log: Under usethreads the dumped variable is IN_PAD.
18769              
18770              Subject: Re: [PATCH] Glob dumping
18771              From: Gisle Aas <gisle@ActiveState.com>
18772              Date: 29 Aug 2000 18:45:05 +0200
18773              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
18774      Branch: perl
18775            ! t/lib/peek.t
18776 ____________________________________________________________________________
18777 [  6889] By: jhi                                   on 2000/08/29  15:17:37
18778         Log: Update Changes.
18779      Branch: perl
18780            ! Changes patchlevel.h
18781 ____________________________________________________________________________
18782 [  6888] By: jhi                                   on 2000/08/29  14:49:59
18783         Log: Retract #6882, broke the safe tests.
18784      Branch: perl
18785            ! ext/Opcode/Safe.pm
18786 ____________________________________________________________________________
18787 [  6887] By: jhi                                   on 2000/08/29  14:47:06
18788         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
18789              From: Gisle Aas <gisle@ActiveState.com> 
18790              Date: 09 Jun 2000 20:00:11 +0200
18791              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
18792      Branch: perl
18793            ! utils/perldoc.PL
18794 ____________________________________________________________________________
18795 [  6886] By: jhi                                   on 2000/08/29  14:42:45
18796         Log: The #6881 removed one dump line.
18797      Branch: perl
18798            ! t/lib/peek.t
18799 ____________________________________________________________________________
18800 [  6885] By: jhi                                   on 2000/08/29  14:30:47
18801         Log: Don't forget to tidy up.
18802      Branch: perl
18803            ! t/lib/ftmp-security.t
18804 ____________________________________________________________________________
18805 [  6884] By: jhi                                   on 2000/08/29  14:25:17
18806         Log: Disabling the one test is a bit tricky.
18807      Branch: perl
18808            ! t/lib/ftmp-security.t
18809 ____________________________________________________________________________
18810 [  6883] By: jhi                                   on 2000/08/29  14:16:25
18811         Log: Disable one of the tests for now.
18812      Branch: perl
18813            ! t/lib/ftmp-security.t
18814 ____________________________________________________________________________
18815 [  6882] By: jhi                                   on 2000/08/29  14:05:50
18816         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
18817              From: gisle@aas.no
18818              Date: 29 Aug 2000 10:35:06 -0000
18819              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
18820      Branch: perl
18821            ! ext/Opcode/Safe.pm
18822 ____________________________________________________________________________
18823 [  6881] By: jhi                                   on 2000/08/29  14:03:51
18824         Log: Subject: [PATCH] Glob dumping
18825              From: Gisle Aas <gisle@ActiveState.com>
18826              Date: 29 Aug 2000 07:59:42 -0000
18827              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
18828      Branch: perl
18829            ! dump.c
18830 ____________________________________________________________________________
18831 [  6880] By: jhi                                   on 2000/08/29  14:02:01
18832         Log: Subject: [PATCH] Warnings in B::Deparse
18833              From: <abigail@foad.org>
18834              Date: Tue, 29 Aug 2000 00:00:01 -0400
18835              Message-ID: <20000829040001.2999.qmail@foad.org>
18836      Branch: perl
18837            ! ext/B/B/Deparse.pm
18838 ____________________________________________________________________________
18839 [  6879] By: jhi                                   on 2000/08/29  13:57:26
18840         Log: Missed a change in #6869.
18841      Branch: perl
18842            ! mg.c
18843 ____________________________________________________________________________
18844 [  6878] By: jhi                                   on 2000/08/29  13:45:04
18845         Log: Subject: Net::protoent does not export 'getproto'
18846              From: Yasushi Nakajima <sey@jkc.co.jp>
18847              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
18848      Branch: perl
18849            ! lib/Net/protoent.pm
18850 ____________________________________________________________________________
18851 [  6877] By: jhi                                   on 2000/08/29  13:39:19
18852         Log: Patches all over for people and the files they (hopefully) care about.
18853      Branch: perl
18854            ! AUTHORS Changes MAINTAIN
18855 ____________________________________________________________________________
18856 [  6876] By: jhi                                   on 2000/08/29  12:53:54
18857         Log: Fix for thinko in #6848.
18858              
18859              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
18860              From: Lupe Christoph <lupe@lupe-christoph.de>
18861              Date: Tue, 29 Aug 2000 09:04:08 +0200
18862              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
18863      Branch: perl
18864            ! ext/Thread/Thread.xs
18865 ____________________________________________________________________________
18866 [  6875] By: jhi                                   on 2000/08/29  12:50:14
18867         Log: Update to Getopt::Long 2.24, from Johan Vromans.
18868      Branch: perl
18869            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
18870 ____________________________________________________________________________
18871 [  6874] By: jhi                                   on 2000/08/29  02:09:53
18872         Log: Use minimal @INC in tests, most of the time just '../lib',
18873              so that we simply can't pick up stuff from other Perls than
18874              the one we are testing.  Pointed out by
18875              
18876              From: Mike Guy <mjtg@cam.ac.uk>
18877              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
18878              Date: Fri, 25 Aug 2000 15:15:59 +0100
18879              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
18880      Branch: perl
18881            ! (edit 185 files)
18882 ____________________________________________________________________________
18883 [  6873] By: jhi                                   on 2000/08/29  01:07:11
18884         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
18885              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18886              Date: Mon, 28 Aug 2000 17:45:52 -0700
18887              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
18888      Branch: perl
18889            ! Makefile.SH hints/os2.sh
18890 ____________________________________________________________________________
18891 [  6872] By: jhi                                   on 2000/08/28  23:33:39
18892         Log: Subject: [PATCH bleedperl@6866] spellings
18893              From: marcel@codewerk.com (Marcel Grunauer)
18894              Date: Tue, 29 Aug 2000 01:19:59 +0200
18895              Message-Id: <200008282319.BAA29862@gandalf.local>
18896      Branch: perl
18897            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
18898            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
18899            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
18900 ____________________________________________________________________________
18901 [  6871] By: jhi                                   on 2000/08/28  23:22:09
18902         Log: Take out the SUIDMAIL thing, that will not be
18903              a problem in 5.7.*.
18904      Branch: perl
18905            ! patchlevel.h
18906 ____________________________________________________________________________
18907 [  6870] By: jhi                                   on 2000/08/28  23:19:30
18908         Log: -S is the silent flag, -s is the strip flag.
18909              
18910              Subject: [PATCH] Re: [PATCH] make no-install          
18911              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18912              Date: Mon, 28 Aug 2000 15:12:55 -0700
18913              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
18914      Branch: perl
18915            ! Makefile.SH
18916 ____________________________________________________________________________
18917 [  6869] By: jhi                                   on 2000/08/28  23:12:05
18918         Log: Subject: [PATCH bleedperl@6856] warnings fixes
18919              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18920              Date: Mon, 28 Aug 2000 23:55:06 +0100
18921              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
18922      Branch: perl
18923            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
18924            ! warnings.h warnings.pl
18925 ____________________________________________________________________________
18926 [  6868] By: jhi                                   on 2000/08/28  21:38:22
18927         Log: Potential cruft.
18928      Branch: perl
18929            ! Makefile.SH
18930 ____________________________________________________________________________
18931 [  6867] By: jhi                                   on 2000/08/28  21:35:36
18932         Log: Update Changes.
18933      Branch: perl
18934            ! Changes patchlevel.h
18935 ____________________________________________________________________________
18936 [  6866] By: jhi                                   on 2000/08/28  21:33:49
18937         Log: Subject: hv.h Doc Patch
18938              From: Fisher Mark <fisherm@tce.com>
18939              Date: Mon, 28 Aug 2000 16:24:59 -0500
18940              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
18941      Branch: perl
18942            ! hv.h
18943 ____________________________________________________________________________
18944 [  6865] By: jhi                                   on 2000/08/28  21:02:15
18945         Log: Add -ld to archname on long tr...double platforms.
18946      Branch: metaconfig
18947            ! U/threads/archname.U
18948      Branch: perl
18949            ! Configure config_h.SH
18950 ____________________________________________________________________________
18951 [  6864] By: jhi                                   on 2000/08/28  20:38:59
18952         Log: An attempt to fix the problem reported in
18953              
18954              Subject: Building perl@6856 using gcc/AIX 4.3.3 
18955              From: Daniel Muino <dmuino@afip.gov.ar> 
18956              Date: Mon, 28 Aug 2000 15:50:01 -0300   
18957              Message-ID: <20000828155001.A14403@con2-dgi>
18958              
18959              I can't test this properly since the gcc installation I have
18960              access to seems to be botched (gcc is calling the AIX cpp,
18961              a losing proposition...)
18962      Branch: perl
18963            ! hints/aix.sh
18964 ____________________________________________________________________________
18965 [  6863] By: jhi                                   on 2000/08/28  18:57:52
18966         Log: Fix for ID 20000828.001, long doubles were not formatted
18967              correctly (showed up in $], which stopped installing perl).
18968      Branch: perl
18969            ! sv.c
18970 ____________________________________________________________________________
18971 [  6862] By: jhi                                   on 2000/08/28  18:07:15
18972         Log: Typo in #6858.
18973      Branch: perl
18974            ! lib/Cwd.pm
18975 ____________________________________________________________________________
18976 [  6861] By: jhi                                   on 2000/08/28  17:57:27
18977         Log: opmini.o may be left around if a build is interrupted.
18978      Branch: perl
18979            ! Makefile.SH
18980 ____________________________________________________________________________
18981 [  6860] By: jhi                                   on 2000/08/28  16:52:50
18982         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
18983              From: Daniel Chetlin <daniel@chetlin.com>
18984              Date: Mon, 28 Aug 2000 01:14:18 -0700
18985              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
18986      Branch: perl
18987            ! lib/overload.pm
18988 ____________________________________________________________________________
18989 [  6859] By: jhi                                   on 2000/08/28  16:08:46
18990         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
18991              From: Nicholas Clark <nick@ccl4.org>
18992              Date: Mon, 28 Aug 2000 16:03:27 +0100
18993              Message-Id: <20000828160327.C49785@plum.flirble.org>
18994      Branch: perl
18995            ! ext/ByteLoader/bytecode.h
18996 ____________________________________________________________________________
18997 [  6858] By: jhi                                   on 2000/08/28  16:02:10
18998         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
18999              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
19000              Date: Mon, 28 Aug 2000 13:08:30 +0200
19001              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
19002      Branch: perl
19003            ! lib/Cwd.pm
19004 ____________________________________________________________________________
19005 [  6857] By: jhi                                   on 2000/08/28  15:42:47
19006         Log: display_format used as a class method without arguments was broken,
19007              reported in
19008              
19009              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
19010              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
19011              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
19012              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
19013      Branch: perl
19014            ! lib/Math/Complex.pm t/lib/complex.t
19015 ____________________________________________________________________________
19016 [  6856] By: jhi                                   on 2000/08/27  22:09:48
19017         Log: Update Changes.
19018      Branch: perl
19019            ! Changes patchlevel.h
19020 ____________________________________________________________________________
19021 [  6855] By: jhi                                   on 2000/08/27  21:59:21
19022         Log: Retract #6853 (false alarm).
19023      Branch: perl
19024            ! lib/ExtUtils/xsubpp
19025 ____________________________________________________________________________
19026 [  6854] By: jhi                                   on 2000/08/27  21:37:44
19027         Log: Update Changes.
19028      Branch: perl
19029            ! Changes patchlevel.h
19030 ____________________________________________________________________________
19031 [  6853] By: jhi                                   on 2000/08/27  21:37:16
19032         Log: Subject: [PATCH perl@6850] workaround for xsubpp
19033              From: Hugo <hv@crypt.compulink.co.uk>
19034              Date: Sun, 27 Aug 2000 22:30:25 +0100
19035              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
19036      Branch: perl
19037            ! lib/ExtUtils/xsubpp
19038 ____________________________________________________________________________
19039 [  6852] By: jhi                                   on 2000/08/27  21:33:58
19040         Log: Big-endian 64-bit patch from Raphael Manfredi.
19041      Branch: perl
19042            ! ext/Storable/Storable.xs
19043 ____________________________________________________________________________
19044 [  6851] By: jhi                                   on 2000/08/27  21:22:21
19045         Log: More ruthless editing from Hugo van der Sanden.
19046      Branch: perl
19047            ! pod/perldelta.pod
19048 ____________________________________________________________________________
19049 [  6850] By: jhi                                   on 2000/08/27  16:11:46
19050         Log: Update Changes.
19051      Branch: perl
19052            ! Changes patchlevel.h
19053 ____________________________________________________________________________
19054 [  6849] By: jhi                                   on 2000/08/27  16:11:05
19055         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
19056      Branch: perl
19057            ! configpm pod/perldelta.pod
19058 ____________________________________________________________________________
19059 [  6848] By: jhi                                   on 2000/08/27  15:35:08
19060         Log: Use the actual thread type, not the pointer-to-struct.
19061      Branch: perl
19062            ! ext/Thread/Thread.xs
19063 ____________________________________________________________________________
19064 [  6847] By: jhi                                   on 2000/08/27  15:30:49
19065         Log: Test nit.
19066      Branch: perl
19067            ! t/pragma/warn/pp_sys
19068 ____________________________________________________________________________
19069 [  6846] By: jhi                                   on 2000/08/27  15:19:02
19070         Log: Passing -R in ldflags makes now it to appear in the default
19071              for lddlflags, just like with -L.
19072              
19073              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
19074              From: Lupe Christoph <lupe@lupe-christoph.de>
19075              Date: Sun, 27 Aug 2000 10:28:21 +0200
19076              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
19077      Branch: metaconfig/U/perl
19078            ! dlsrc.U
19079      Branch: perl
19080            ! Configure
19081 ____________________________________________________________________________
19082 [  6845] By: jhi                                   on 2000/08/27  15:08:54
19083         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
19084              From: Alan Burlison <Alan.Burlison@uk.sun.com>
19085              Date: Sat, 26 Aug 2000 22:23:27 +0100
19086              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
19087      Branch: perl
19088            ! lib/ExtUtils/MM_Unix.pm
19089 ____________________________________________________________________________
19090 [  6844] By: jhi                                   on 2000/08/27  15:02:37
19091         Log: DJGPP update from Laszlo Molnar.
19092              
19093              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
19094              From: ml1050 <ml1050@freemail.hu>
19095              Date: Sat, 26 Aug 2000 23:24:40 +0200
19096              Message-Id: <20000826232440.A439@freemail.hu>
19097      Branch: perl
19098            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
19099            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
19100 ____________________________________________________________________________
19101 [  6843] By: jhi                                   on 2000/08/27  14:53:58
19102         Log: Subject: installman buglet
19103              From: Lupe Christoph <lupe@lupe-christoph.de>
19104              Date: Sun, 27 Aug 2000 14:38:59 +0200
19105              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
19106      Branch: perl
19107            ! installman
19108 ____________________________________________________________________________
19109 [  6842] By: jhi                                   on 2000/08/27  14:52:08
19110         Log: Can't get the test to reliably work thanks to the
19111              inaccurateness of floating point.  "Resolves" bug ids
19112              20000826.003, 20000826.009, 20000826.010,
19113      Branch: perl
19114            ! t/lib/trig.t
19115 ____________________________________________________________________________
19116 [  6841] By: jhi                                   on 2000/08/26  15:53:58
19117         Log: Update Changes.
19118      Branch: perl
19119            ! Changes patchlevel.h
19120 ____________________________________________________________________________
19121 [  6840] By: jhi                                   on 2000/08/26  14:23:03
19122         Log: grep -e isn't portable.
19123              
19124              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
19125              From: chris@broadband.att.com
19126              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
19127              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
19128      Branch: perl
19129            ! hints/solaris_2.sh
19130 ____________________________________________________________________________
19131 [  6839] By: jhi                                   on 2000/08/26  14:12:23
19132         Log: no-install target a la make -n.
19133              
19134              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
19135              From: <abigail@foad.org>
19136              Date: Sat, 26 Aug 2000 03:57:34 -0400
19137              Message-ID: <20000826075735.18912.qmail@foad.org>
19138      Branch: perl
19139            ! Makefile.SH installman installperl
19140 ____________________________________________________________________________
19141 [  6838] By: jhi                                   on 2000/08/26  14:06:33
19142         Log: Retract #6826 as the #6828 should be do the same
19143              in a More Correct Way.
19144      Branch: perl
19145            ! installperl
19146 ____________________________________________________________________________
19147 [  6837] By: jhi                                   on 2000/08/26  05:24:00
19148         Log: More casting.
19149      Branch: perl
19150            ! ext/Storable/Storable.xs
19151 ____________________________________________________________________________
19152 [  6836] By: jhi                                   on 2000/08/26  05:05:46
19153         Log: Nicer in decimal.
19154      Branch: perl
19155            ! ext/Storable/Storable.xs
19156 ____________________________________________________________________________
19157 [  6835] By: jhi                                   on 2000/08/26  05:03:50
19158         Log: There be no UVdf.
19159      Branch: perl
19160            ! ext/Storable/Storable.xs
19161 ____________________________________________________________________________
19162 [  6834] By: jhi                                   on 2000/08/26  05:00:18
19163         Log: Continue IVdfing and UVxfing.
19164      Branch: perl
19165            ! ext/Storable/Storable.xs
19166 ____________________________________________________________________________
19167 [  6833] By: jhi                                   on 2000/08/26  04:53:14
19168         Log: Use IVdf.
19169      Branch: perl
19170            ! ext/Storable/Storable.xs
19171 ____________________________________________________________________________
19172 [  6832] By: jhi                                   on 2000/08/26  04:40:41
19173         Log: Document PTR2XX and INT2PTR.
19174      Branch: perl
19175            ! pod/perlguts.pod
19176 ____________________________________________________________________________
19177 [  6831] By: jhi                                   on 2000/08/26  04:33:18
19178         Log: Use UVxf, PTR2UV, NVff.
19179      Branch: perl
19180            ! ext/Storable/Storable.xs
19181 ____________________________________________________________________________
19182 [  6830] By: jhi                                   on 2000/08/26  04:31:32
19183         Log: Update the test count.
19184      Branch: perl
19185            ! t/lib/trig.t
19186 ____________________________________________________________________________
19187 [  6829] By: jhi                                   on 2000/08/26  03:05:50
19188         Log: Subject: [PATCH] installation not quite silent yet.
19189              From: <abigail@foad.org>
19190              Date: Fri, 25 Aug 2000 20:07:53 -0400
19191              Message-ID: <20000826000753.7822.qmail@foad.org>
19192      Branch: perl
19193            ! installman installperl
19194 ____________________________________________________________________________
19195 [  6828] By: jhi                                   on 2000/08/26  03:05:14
19196         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
19197              From: Spider Boardman <spider@web.zk3.dec.com>
19198              Date: Fri, 25 Aug 2000 19:12:40 -0400
19199              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
19200      Branch: perl
19201            ! gv.c
19202 ____________________________________________________________________________
19203 [  6827] By: jhi                                   on 2000/08/25  23:54:34
19204         Log: Support preserving extremely big/small angles.
19205      Branch: perl
19206            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
19207 ____________________________________________________________________________
19208 [  6826] By: jhi                                   on 2000/08/25  23:01:20
19209         Log: Patch installperl to be long double-aware.
19210              
19211              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
19212              From: Spider Boardman <spider@web.zk3.dec.com>
19213              Date: Fri, 25 Aug 2000 18:15:23 -0400
19214              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
19215      Branch: perl
19216            ! installperl
19217 ____________________________________________________________________________
19218 [  6825] By: jhi                                   on 2000/08/25  22:58:25
19219         Log: Remove duplicately applied patch shards.
19220              
19221              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
19222              From: Spider Boardman <spider@leggy.zk3.dec.com>
19223              Date: Fri, 25 Aug 2000 16:45:03 -0400
19224              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
19225      Branch: perl
19226            ! t/lib/cgi-html.t
19227 ____________________________________________________________________________
19228 [  6824] By: jhi                                   on 2000/08/25  22:57:00
19229         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
19230              From: Daniel Chetlin <daniel@chetlin.com>
19231              Date: Fri, 25 Aug 2000 12:23:16 -0700
19232              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
19233              
19234              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
19235              From: Daniel Chetlin <daniel@chetlin.com>
19236              Date: Fri, 25 Aug 2000 14:47:19 -0700
19237              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
19238      Branch: perl
19239            ! installman
19240 ____________________________________________________________________________
19241 [  6823] By: jhi                                   on 2000/08/25  22:44:17
19242         Log: Timestamp problem?
19243      Branch: perl
19244            ! uconfig.h uconfig.sh
19245 ____________________________________________________________________________
19246 [  6822] By: jhi                                   on 2000/08/25  19:01:06
19247         Log: One forgotten file from #6816.
19248      Branch: perl
19249            ! vos/config.h
19250 ____________________________________________________________________________
19251 [  6821] By: jhi                                   on 2000/08/25  18:56:39
19252         Log: Regen Changes.
19253      Branch: perl
19254            ! Changes patchlevel.h
19255 ____________________________________________________________________________
19256 [  6820] By: jhi                                   on 2000/08/25  18:52:35
19257         Log: Fix Changes ordering.
19258      Branch: perl
19259            ! Changes
19260 ____________________________________________________________________________
19261 [  6819] By: jhi                                   on 2000/08/25  18:50:25
19262         Log: Update Changes.
19263      Branch: perl
19264            ! Changes patchlevel.h
19265 ____________________________________________________________________________
19266 [  6818] By: jhi                                   on 2000/08/25  18:47:45
19267         Log: Tweak the sfio/useperlio logic, hopefully as wished in
19268              
19269              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
19270              From: Nicholas Clark <nick@babyhippo.co.uk>
19271              Date: Fri, 25 Aug 2000 12:01:45 +0100
19272              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
19273      Branch: metaconfig/U/perl
19274            ! d_sfio.U
19275      Branch: perl
19276            ! Configure
19277 ____________________________________________________________________________
19278 [  6817] By: jhi                                   on 2000/08/25  18:32:51
19279         Log: Allow microperl to assume <math.h>, without it the math
19280              functions like floor() are assumed to return int, which makes
19281              for core dumps in machines where integer and floating register
19282              don't mix.
19283      Branch: perl
19284            ! uconfig.h uconfig.sh
19285 ____________________________________________________________________________
19286 [  6816] By: jhi                                   on 2000/08/25  18:27:17
19287         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
19288              the problem reported in
19289              
19290              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
19291              From: danhale@us.ibm.com
19292              Date: Fri, 25 Aug 2000 10:58:06 -0400
19293              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
19294      Branch: metaconfig/U/perl
19295            + d_socks5_init.U
19296      Branch: perl
19297            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
19298            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
19299            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
19300            ! win32/config.gc win32/config.vc
19301 ____________________________________________________________________________
19302 [  6815] By: jhi                                   on 2000/08/25  17:43:31
19303         Log: A solution for the retrieve_fd autosplit warning,
19304              idea suggested by Mike Guy.
19305      Branch: perl
19306            ! ext/Storable/Storable.pm
19307 ____________________________________________________________________________
19308 [  6814] By: jhi                                   on 2000/08/25  17:16:03
19309         Log: Add install-silent target.
19310      Branch: perl
19311            ! Makefile.SH
19312 ____________________________________________________________________________
19313 [  6813] By: jhi                                   on 2000/08/25  17:14:23
19314         Log: Subject: Re: [PATCH] More silencing of installman.
19315              From: <abigail@foad.org>
19316              Date: Thu, 24 Aug 2000 19:27:03 -0400
19317              Message-ID: <20000824232703.7001.qmail@foad.org>
19318              
19319              Subject: Re: [PATCH] More silencing of installman.
19320              From: <abigail@foad.org>
19321              Date: Fri, 25 Aug 2000 03:00:58 -0400
19322              Message-ID: <20000825070058.10697.qmail@foad.org>
19323      Branch: perl
19324            ! installman
19325 ____________________________________________________________________________
19326 [  6812] By: jhi                                   on 2000/08/25  17:11:28
19327         Log: installperl --verbose and --silent.
19328              
19329              Subject: Re: [PATCH] More silencing of installman.
19330              From: <abigail@foad.org>
19331              Message-ID: <20000825064430.9719.qmail@foad.org>
19332              Date: Fri, 25 Aug 2000 02:44:30 -0400
19333      Branch: perl
19334            ! installperl
19335 ____________________________________________________________________________
19336 [  6811] By: jhi                                   on 2000/08/25  17:05:43
19337         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
19338              From: "Peter J. Farley III" <pjfarley@banet.net>
19339              Date: Thu, 24 Aug 2000 21:58:03 -0400
19340              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
19341              
19342              (applied slightly modified)
19343      Branch: perl
19344            ! lib/ExtUtils/MM_Unix.pm
19345 ____________________________________________________________________________
19346 [  6810] By: jhi                                   on 2000/08/25  17:01:18
19347         Log: Missing parts of 
19348              
19349              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
19350              From: Peter Prymmer <pvhp@forte.com>
19351              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
19352              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
19353      Branch: perl
19354            ! t/lib/cgi-html.t
19355 ____________________________________________________________________________
19356 [  6809] By: jhi                                   on 2000/08/25  16:46:32
19357         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
19358              From: "Craig A. Berry" <craig.berry@psinetcs.com>
19359              Date: Thu, 24 Aug 2000 19:13:11 -0500
19360              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
19361      Branch: perl
19362            ! vms/vms.c
19363 ____________________________________________________________________________
19364 [  6808] By: jhi                                   on 2000/08/25  16:39:22
19365         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
19366              From: Peter Prymmer <pvhp@forte.com>
19367              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
19368              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
19369      Branch: perl
19370            ! configure.com
19371 ____________________________________________________________________________
19372 [  6807] By: jhi                                   on 2000/08/25  16:36:37
19373         Log: Better wording for the vec lvalue diagnostic.
19374              
19375              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
19376              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
19377              Date: Wed, 23 Aug 2000 14:12:16 -0400
19378              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
19379      Branch: perl
19380            ! pod/perldiag.pod
19381 ____________________________________________________________________________
19382 [  6806] By: jhi                                   on 2000/08/24  18:17:22
19383         Log: Subject: [PATCH] More silencing of installman.
19384              From: <abigail@foad.org>
19385              Date: Thu, 24 Aug 2000 14:01:44 -0400
19386              Message-ID: <20000824180144.20062.qmail@foad.org>
19387      Branch: perl
19388            ! installman
19389 ____________________________________________________________________________
19390 [  6805] By: jhi                                   on 2000/08/24  15:00:31
19391         Log: Update Changes.
19392      Branch: perl
19393            ! Changes patchlevel.h
19394 ____________________________________________________________________________
19395 [  6804] By: jhi                                   on 2000/08/24  14:59:07
19396         Log: Regen perltoc.
19397      Branch: perl
19398            ! pod/perltoc.pod
19399 ____________________________________________________________________________
19400 [  6803] By: jhi                                   on 2000/08/24  14:44:39
19401         Log: Show the doc file, not the temp file.
19402      Branch: perl
19403            ! installman
19404 ____________________________________________________________________________
19405 [  6802] By: jhi                                   on 2000/08/24  14:41:53
19406         Log: Continue silencing.
19407      Branch: perl
19408            ! installman
19409 ____________________________________________________________________________
19410 [  6801] By: jhi                                   on 2000/08/24  14:34:40
19411         Log: Actually do something with the silencer option.
19412      Branch: perl
19413            ! installman
19414 ____________________________________________________________________________
19415 [  6800] By: jhi                                   on 2000/08/24  14:26:22
19416         Log: Make installman to recognize the silence flag -S.
19417      Branch: perl
19418            ! installman
19419 ____________________________________________________________________________
19420 [  6799] By: jhi                                   on 2000/08/24  13:49:38
19421         Log: DOS patches and portability/porting notes, from Tim Jenness.
19422      Branch: perl
19423            ! lib/File/Temp.pm
19424 ____________________________________________________________________________
19425 [  6798] By: jhi                                   on 2000/08/24  13:48:27
19426         Log: Create directories in silence.
19427              
19428              Subject: [PATCH] Another silencer for MakeMaker
19429              From: andreas.koenig@anima.de (Andreas J. Koenig)
19430              Date: 24 Aug 2000 14:18:52 +0200
19431              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
19432      Branch: perl
19433            ! lib/ExtUtils/Command.pm
19434 ____________________________________________________________________________
19435 [  6797] By: jhi                                   on 2000/08/24  13:46:42
19436         Log: More liberal parsing of version numbers.
19437              
19438              Subject: Re: CPAN.pm beta for testing available
19439              From: andreas.koenig@anima.de (Andreas J. Koenig)
19440              Date: 24 Aug 2000 13:51:57 +0200
19441              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
19442      Branch: perl
19443            ! lib/CPAN.pm
19444 ____________________________________________________________________________
19445 [  6796] By: jhi                                   on 2000/08/24  13:44:36
19446         Log: Make "make install" by default silent.  A new "install-verbose"
19447              target is verbose.
19448      Branch: perl
19449            ! Makefile.SH
19450 ____________________________________________________________________________
19451 [  6795] By: jhi                                   on 2000/08/24  13:39:14
19452         Log: Add silencer flags to installperl.
19453              
19454              Subject: [PATCH] Making installperl silent.
19455              From: <abigail@foad.org>
19456              Date: Thu, 24 Aug 2000 05:01:45 -0400
19457              Message-ID: <20000824090145.13141.qmail@foad.org>
19458      Branch: perl
19459            ! installperl
19460 ____________________________________________________________________________
19461 [  6794] By: jhi                                   on 2000/08/24  13:35:50
19462         Log: installperl couldn't tell whether it had run tests or not.
19463              
19464              Subject: [PATCH] Re: installperl and t/TEST
19465              From: <abigail@foad.org>
19466              Date: Thu, 24 Aug 2000 04:00:53 -0400
19467              Message-ID: <20000824080053.2494.qmail@foad.org>
19468      Branch: perl
19469            ! Makefile.SH installperl
19470 ____________________________________________________________________________
19471 [  6793] By: jhi                                   on 2000/08/24  13:27:50
19472         Log: Drop the separate perlbc, perlcc -b should be enough.
19473      Branch: perl
19474            - utils/perlbc.PL
19475            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
19476 ____________________________________________________________________________
19477 [  6792] By: jhi                                   on 2000/08/24  04:41:30
19478         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
19479              plus the typo fix from Peter Prymmer.
19480      Branch: perl
19481            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
19482            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
19483 ____________________________________________________________________________
19484 [  6791] By: jhi                                   on 2000/08/24  02:10:43
19485         Log: Replace #6705 with a minimal doc patch.
19486              
19487              Subject: [PATCH 5.6.0] replace change #6705
19488              From: Jan Dubois <jand@ActiveState.com>
19489              Date: Wed, 23 Aug 2000 18:31:51 -0700
19490              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
19491      Branch: perl
19492            ! lib/Win32.pod win32/win32.c
19493 ____________________________________________________________________________
19494 [  6790] By: jhi                                   on 2000/08/23  17:52:00
19495         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
19496              From: Mike Guy <mjtg@cam.ac.uk>
19497              Date: Wed, 23 Aug 2000 18:38:46 +0100
19498              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
19499      Branch: perl
19500            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
19501 ____________________________________________________________________________
19502 [  6789] By: jhi                                   on 2000/08/23  15:34:21
19503         Log: Update Changes.
19504      Branch: perl
19505            ! Changes patchlevel.h
19506 ____________________________________________________________________________
19507 [  6788] By: jhi                                   on 2000/08/23  15:33:40
19508         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
19509              From: Wilfredo Sánchez <wsanchez@apple.com>
19510              Date: Tue, 22 Aug 2000 19:31:27 -0700
19511              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
19512      Branch: perl
19513            ! perl.h
19514 ____________________________________________________________________________
19515 [  6787] By: jhi                                   on 2000/08/23  15:29:31
19516         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
19517              From: Spider Boardman <spider@leggy.zk3.dec.com>
19518              Date: Wed, 23 Aug 2000 10:33:23 -0400
19519              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
19520      Branch: perl
19521            ! lib/Pod/Html.pm
19522 ____________________________________________________________________________
19523 [  6786] By: jhi                                   on 2000/08/23  15:28:11
19524         Log: Bad makefile.
19525      Branch: perl
19526            ! ext/B/Makefile.PL
19527 ____________________________________________________________________________
19528 [  6785] By: jhi                                   on 2000/08/23  14:37:04
19529         Log: Update Changes.
19530      Branch: perl
19531            ! Changes patchlevel.h
19532 ____________________________________________________________________________
19533 [  6784] By: jhi                                   on 2000/08/23  13:58:41
19534         Log: Portability fix from Hugo van der Sanden.
19535      Branch: perl
19536            ! ext/re/Makefile.PL
19537 ____________________________________________________________________________
19538 [  6783] By: jhi                                   on 2000/08/23  13:53:53
19539         Log: Storable support, v-version fixes.
19540              
19541              Subject: CPAN.pm beta for testing available
19542              From: andreas.koenig@anima.de (Andreas J. Koenig)
19543              Date: 22 Aug 2000 23:31:33 +0200
19544              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
19545      Branch: perl
19546            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
19547 ____________________________________________________________________________
19548 [  6782] By: jhi                                   on 2000/08/23  13:51:26
19549         Log: Mac and other portability updates from Chris Nandor.
19550      Branch: perl
19551            ! pod/perlmodinstall.pod
19552 ____________________________________________________________________________
19553 [  6781] By: jhi                                   on 2000/08/23  13:47:33
19554         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
19555              From: Peter Prymmer <pvhp@forte.com>
19556              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
19557              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
19558      Branch: perl
19559            ! ext/Storable/Storable.xs
19560 ____________________________________________________________________________
19561 [  6780] By: jhi                                   on 2000/08/23  13:33:34
19562         Log: VMS MMS (make) wants null action.
19563      Branch: perl
19564            ! ext/B/Makefile.PL
19565 ____________________________________________________________________________
19566 [  6779] By: jhi                                   on 2000/08/22  19:44:47
19567         Log: Forgot portability nit.
19568      Branch: perl
19569            ! t/lib/st-forgive.t
19570 ____________________________________________________________________________
19571 [  6778] By: jhi                                   on 2000/08/22  19:35:25
19572         Log: Be portable.
19573      Branch: perl
19574            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
19575            ! t/lib/st-store.t
19576 ____________________________________________________________________________
19577 [  6777] By: jhi                                   on 2000/08/22  18:50:53
19578         Log: Update Changes.
19579      Branch: perl
19580            ! Changes patchlevel.h
19581 ____________________________________________________________________________
19582 [  6776] By: jhi                                   on 2000/08/22  18:44:46
19583         Log: cSVOPo_*v things index into the current PL_curpad
19584              under ithreads, which is different from the curpad
19585              used by the XSUB.  (In other words, the code as-is
19586              before this patch wouldn't work under ithreads.)
19587              From Sarathy.
19588      Branch: perl
19589            ! ext/B/B.xs
19590 ____________________________________________________________________________
19591 [  6775] By: jhi                                   on 2000/08/22  18:18:37
19592         Log: Make the selection of NVff et al stricter.
19593      Branch: metaconfig/U/perl
19594            ! perlxvf.U
19595      Branch: perl
19596            ! Configure config_h.SH
19597 ____________________________________________________________________________
19598 [  6774] By: jhi                                   on 2000/08/22  17:19:42
19599         Log: perldelta nits.
19600      Branch: perl
19601            ! pod/perldelta.pod
19602 ____________________________________________________________________________
19603 [  6773] By: jhi                                   on 2000/08/22  17:06:26
19604         Log: Long double fixes from Spider Boardman.
19605              
19606              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
19607              From: system PRIVILEGED account <root@peano.zk3.dec.com>
19608              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
19609              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
19610      Branch: perl
19611            ! t/lib/bigfltpm.t t/lib/st-06compat.t
19612 ____________________________________________________________________________
19613 [  6772] By: jhi                                   on 2000/08/22  15:04:53
19614         Log: Update Changes.
19615      Branch: perl
19616            ! Changes patchlevel.h
19617 ____________________________________________________________________________
19618 [  6771] By: jhi                                   on 2000/08/22  15:01:44
19619         Log: perldelta fixes from Hugo van der Sanden.
19620      Branch: perl
19621            ! pod/perldelta.pod
19622 ____________________________________________________________________________
19623 [  6770] By: jhi                                   on 2000/08/22  14:34:49
19624         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
19625              From: Hugo <hv@crypt.compulink.co.uk>
19626              Date: Tue, 22 Aug 2000 11:21:53 +0100
19627              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
19628      Branch: perl
19629            ! regcomp.c
19630 ____________________________________________________________________________
19631 [  6769] By: jhi                                   on 2000/08/22  14:30:02
19632         Log: Add Yitzchak, reformat.
19633      Branch: perl
19634            ! Changes config_h.SH
19635 ____________________________________________________________________________
19636 [  6768] By: jhi                                   on 2000/08/22  14:21:35
19637         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
19638              and Spider Boardman.
19639      Branch: metaconfig
19640            ! U/compline/d_gconvert.U
19641      Branch: perl
19642            ! Configure
19643 ____________________________________________________________________________
19644 [  6767] By: jhi                                   on 2000/08/22  14:11:24
19645         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
19646              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19647              Date: Mon, 21 Aug 2000 19:08:31 -0700
19648              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
19649      Branch: perl
19650            - ext/Storable/patchlevel.h
19651            ! MANIFEST ext/Storable/MANIFEST
19652 ____________________________________________________________________________
19653 [  6766] By: jhi                                   on 2000/08/22  13:49:29
19654         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
19655              From: Peter Prymmer <pvhp@forte.com>
19656              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
19657              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
19658      Branch: perl
19659            ! configure.com ext/Storable/Makefile.PL
19660 ____________________________________________________________________________
19661 [  6765] By: jhi                                   on 2000/08/22  13:44:59
19662         Log: Subject: [PATCH blead] B:: missing dependency
19663              From: Hugo <hv@crypt.compulink.co.uk>
19664              Date: Tue, 22 Aug 2000 06:44:33 +0100
19665              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
19666      Branch: perl
19667            ! ext/B/Makefile.PL
19668 ____________________________________________________________________________
19669 [  6764] By: jhi                                   on 2000/08/22  13:38:12
19670         Log: More bytecompiler.
19671      Branch: perl
19672            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
19673 ____________________________________________________________________________
19674 [  6763] By: jhi                                   on 2000/08/22  13:36:44
19675         Log: Bytecompiler patches from Benjamin Stuhl.
19676      Branch: perl
19677            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
19678            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
19679            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
19680            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
19681            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
19682            ! perl.c perlapi.h pod/perldelta.pod
19683 ____________________________________________________________________________
19684 [  6762] By: jhi                                   on 2000/08/21  23:43:40
19685         Log: An obsoleted diagnostic.
19686      Branch: perl
19687            ! pod/perldelta.pod
19688 ____________________________________________________________________________
19689 [  6761] By: jhi                                   on 2000/08/21  23:01:45
19690         Log: The #6759 wasn't quite right.
19691      Branch: perl
19692            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
19693            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
19694            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
19695            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
19696            ! t/lib/st-tieditems.t
19697 ____________________________________________________________________________
19698 [  6760] By: jhi                                   on 2000/08/21  22:35:49
19699         Log: Be verydeepclean.
19700      Branch: perl
19701            ! Makefile.SH
19702 ____________________________________________________________________________
19703 [  6759] By: jhi                                   on 2000/08/21  22:25:40
19704         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
19705              From: Peter Prymmer <pvhp@forte.com>
19706              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
19707              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
19708      Branch: perl
19709            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
19710            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
19711            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
19712            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
19713            ! t/lib/st-tieditems.t
19714 ____________________________________________________________________________
19715 [  6758] By: jhi                                   on 2000/08/21  22:22:32
19716         Log: Few more casts, need reported in
19717              
19718              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
19719              From: Mike Stok <mike@stok.co.uk>
19720              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
19721              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
19722              
19723              and
19724              
19725              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
19726              From: abigail@foad.org
19727              Date: 21 Aug 2000 21:31:34 -0000
19728              Message-Id: <20000821213134.30170.qmail@foad.org>
19729      Branch: perl
19730            ! ext/Storable/Storable.xs
19731 ____________________________________________________________________________
19732 [  6757] By: jhi                                   on 2000/08/21  18:37:07
19733         Log: Update Changes.
19734      Branch: perl
19735            ! Changes patchlevel.h
19736 ____________________________________________________________________________
19737 [  6756] By: jhi                                   on 2000/08/21  18:34:02
19738         Log: A pod nit.
19739              
19740              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
19741              From: <abigail@foad.org>
19742              Date: Mon, 21 Aug 2000 14:00:16 -0400
19743              Message-ID: <20000821180016.28627.qmail@foad.org>
19744      Branch: perl
19745            ! pod/perlre.pod
19746 ____________________________________________________________________________
19747 [  6755] By: jhi                                   on 2000/08/21  18:30:56
19748         Log: Use PodParser 1.18 new test.
19749      Branch: perl
19750            ! t/pod/special_seqs.t t/pod/special_seqs.xr
19751 ____________________________________________________________________________
19752 [  6754] By: jhi                                   on 2000/08/21  18:28:35
19753         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
19754              patches cannot be applied since #6712 conflicts.
19755      Branch: perl
19756            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
19757 ____________________________________________________________________________
19758 [  6753] By: jhi                                   on 2000/08/21  18:15:11
19759         Log: Weed out some smaller changes.
19760      Branch: perl
19761            ! pod/perldelta.pod
19762 ____________________________________________________________________________
19763 [  6752] By: jhi                                   on 2000/08/21  18:02:30
19764         Log: Also under djgpp the timestamps are funky.
19765      Branch: perl
19766            ! t/op/stat.t
19767 ____________________________________________________________________________
19768 [  6751] By: jhi                                   on 2000/08/21  17:55:56
19769         Log: Tweak the floating point output routine preferences.
19770      Branch: metaconfig
19771            ! U/compline/d_gconvert.U
19772      Branch: perl
19773            ! Configure
19774 ____________________________________________________________________________
19775 [  6750] By: jhi                                   on 2000/08/21  17:51:29
19776         Log: Unicos/mk requires elaborate paranoia.
19777      Branch: perl
19778            ! lib/Math/Complex.pm
19779 ____________________________________________________________________________
19780 [  6749] By: gsar                                  on 2000/08/21  16:53:31
19781         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
19782      Branch: perl
19783            ! lib/Cwd.pm
19784 ____________________________________________________________________________
19785 [  6748] By: gsar                                  on 2000/08/21  16:22:19
19786         Log: free TLS slot properly on Windows
19787      Branch: perl
19788            ! thread.h win32/perllib.c win32/win32thread.h
19789 ____________________________________________________________________________
19790 [  6747] By: jhi                                   on 2000/08/21  16:20:58
19791         Log: Rename the macro argument because some preprocessors
19792              can't tell the difference and expand arguments also inside
19793              double quoted strings.
19794      Branch: perl
19795            ! regcomp.c
19796 ____________________________________________________________________________
19797 [  6746] By: jhi                                   on 2000/08/21  16:09:41
19798         Log: Support long doubles in Storable.
19799              
19800              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
19801              From: Radu Greab <radu@netsoft.ro>
19802              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
19803              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
19804      Branch: perl
19805            ! ext/Storable/Storable.xs
19806 ____________________________________________________________________________
19807 [  6745] By: jhi                                   on 2000/08/21  15:51:40
19808         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
19809              From: "Fifer, Eric" <EFifer@sanwaint.com>
19810              Date: Mon, 21 Aug 2000 15:34:49 +0100
19811              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
19812      Branch: perl
19813            ! t/pragma/warn/9enabled
19814 ____________________________________________________________________________
19815 [  6744] By: jhi                                   on 2000/08/21  15:39:35
19816         Log: Document the endianness of Alpha more precisely.
19817      Branch: perl
19818            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
19819            ! pod/perlport.pod
19820 ____________________________________________________________________________
19821 [  6743] By: jhi                                   on 2000/08/21  14:47:05
19822         Log: perldelta fixes from the p5p crowd.
19823      Branch: perl
19824            ! pod/perldelta.pod pod/perlop.pod
19825 ____________________________________________________________________________
19826 [  6742] By: jhi                                   on 2000/08/21  13:34:51
19827         Log: Update to Pod::LaTeX 0.53.
19828              
19829              Subject: [PATCH] lib/Pod/LaTeX.pm updates
19830              From: Tim Jenness <timj@jach.hawaii.edu>
19831              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
19832              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
19833      Branch: perl
19834            ! lib/Pod/LaTeX.pm
19835 ____________________________________________________________________________
19836 [  6741] By: jhi                                   on 2000/08/21  13:33:01
19837         Log: Subject: [PATCH] os2.c fix for use64bitint
19838              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19839              Date: Mon, 21 Aug 2000 01:32:25 -0700
19840              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
19841      Branch: perl
19842            ! os2/os2.c
19843 ____________________________________________________________________________
19844 [  6740] By: jhi                                   on 2000/08/21  13:28:52
19845         Log: Array context keeps slithering in.
19846              
19847              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
19848              From: Daniel Chetlin <daniel@chetlin.com>
19849              Date: Sun, 20 Aug 2000 21:40:25 -0700
19850              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
19851      Branch: perl
19852            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
19853            ! pod/perldebtut.pod
19854 ____________________________________________________________________________
19855 [  6739] By: jhi                                   on 2000/08/21  13:23:55
19856         Log: Big-endian quad fixes for Storable from Radu Greab,
19857              plus few explicit null casts for picky compilers.
19858      Branch: perl
19859            ! ext/Storable/Storable.xs
19860 ____________________________________________________________________________
19861 [  6738] By: gsar                                  on 2000/08/21  05:56:13
19862         Log: small tweaks for change#6705: avoid C++ style comments in C code;
19863              use Perl's malloc API rather than the low level system one
19864      Branch: perl
19865            ! win32/win32.c
19866 ____________________________________________________________________________
19867 [  6737] By: gsar                                  on 2000/08/21  05:35:41
19868         Log: add Storable to list of extensions on Windows
19869      Branch: perl
19870            ! win32/Makefile win32/makefile.mk
19871 ____________________________________________________________________________
19872 [  6736] By: jhi                                   on 2000/08/21  02:57:53
19873         Log: Update Changes.
19874      Branch: perl
19875            ! Changes patchlevel.h
19876 ____________________________________________________________________________
19877 [  6735] By: jhi                                   on 2000/08/21  02:57:20
19878         Log: Draft 0.
19879      Branch: perl
19880            ! pod/perldelta.pod
19881 ____________________________________________________________________________
19882 [  6734] By: jhi                                   on 2000/08/21  02:57:03
19883         Log: Add Storable 0.7.2 from Raphael Manfredi,
19884              plus the patch from
19885              
19886              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
19887              From: Radu Greab <radu@netsoft.ro>
19888              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
19889              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
19890              
19891              plus changes to get Storable to compile with
19892              picky ANSI compilers.
19893      Branch: perl
19894            + ext/Storable/ChangeLog ext/Storable/MANIFEST
19895            + ext/Storable/Makefile.PL ext/Storable/README
19896            + ext/Storable/Storable.pm ext/Storable/Storable.xs
19897            + ext/Storable/patchlevel.h t/lib/st-06compat.t
19898            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
19899            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
19900            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
19901            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
19902            + t/lib/st-tieditems.t
19903            ! MANIFEST
19904 ____________________________________________________________________________
19905 [  6733] By: jhi                                   on 2000/08/21  02:29:09
19906         Log: The correct cleaning order is an art.
19907      Branch: perl
19908            ! Makefile.SH
19909 ____________________________________________________________________________
19910 [  6732] By: jhi                                   on 2000/08/21  01:23:39
19911         Log: The #6724 is here.
19912      Branch: perl
19913            ! t/lib/ftmp-security.t
19914 ____________________________________________________________________________
19915 [  6731] By: jhi                                   on 2000/08/20  23:17:03
19916         Log: s/this one/the 5.6.0 release/
19917      Branch: perl
19918            ! pod/perl56delta.pod
19919 ____________________________________________________________________________
19920 [  6730] By: jhi                                   on 2000/08/20  23:07:34
19921         Log: Mention perlebcdic and perlposix-bc.
19922      Branch: perl
19923            ! pod/perlport.pod
19924 ____________________________________________________________________________
19925 [  6729] By: jhi                                   on 2000/08/20  21:32:59
19926         Log: Document the number of exponent digits.
19927      Branch: perl
19928            ! pod/perlfunc.pod
19929 ____________________________________________________________________________
19930 [  6728] By: jhi                                   on 2000/08/20  21:16:47
19931         Log: Use File::Spec->tmpdir().
19932              
19933              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
19934              From: Tim Jenness <timj@jach.hawaii.edu>
19935              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
19936              MIME-Version: 1.0
19937              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
19938      Branch: perl
19939            ! utils/perlbug.PL
19940 ____________________________________________________________________________
19941 [  6727] By: jhi                                   on 2000/08/20  20:43:32
19942         Log: Update Changes.
19943      Branch: perl
19944            ! Changes patchlevel.h
19945 ____________________________________________________________________________
19946 [  6726] By: jhi                                   on 2000/08/20  20:41:44
19947         Log: The veryclean target needs to clobber.
19948      Branch: perl
19949            ! Makefile.SH
19950 ____________________________________________________________________________
19951 [  6725] By: jhi                                   on 2000/08/20  20:37:38
19952         Log: Document odd vs even subreleases and -Dusedevel.
19953      Branch: perl
19954            ! INSTALL
19955 ____________________________________________________________________________
19956 [  6724] By: jhi                                   on 2000/08/20  19:58:05
19957         Log: Use temporary directory instead of current directory.
19958              
19959              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
19960              From: Tim Jenness <timj@jach.hawaii.edu>
19961              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
19962              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
19963      Branch: perl
19964            ! t/lib/ftmp-security.t
19965 ____________________________________________________________________________
19966 [  6723] By: jhi                                   on 2000/08/20  19:55:55
19967         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
19968              From: andreas.koenig@anima.de (Andreas J. Koenig)
19969              Date: 20 Aug 2000 15:52:03 +0200
19970              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
19971      Branch: perl
19972            ! lib/ExtUtils/MM_Unix.pm
19973 ____________________________________________________________________________
19974 [  6722] By: jhi                                   on 2000/08/20  19:46:01
19975         Log: Update to CGI 2.72, from Lincoln Stein.
19976      Branch: perl
19977            ! lib/CGI.pm
19978 ____________________________________________________________________________
19979 [  6721] By: jhi                                   on 2000/08/20  19:43:54
19980         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
19981              From: Radu Greab <radu@netsoft.ro>
19982              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
19983              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
19984      Branch: perl
19985            ! ext/GDBM_File/GDBM_File.xs
19986 ____________________________________________________________________________
19987 [  6720] By: jhi                                   on 2000/08/20  19:42:01
19988         Log: pp_open() could pass an uninitialized filename down to do_open9().
19989      Branch: perl
19990            ! pp_sys.c
19991 ____________________________________________________________________________
19992 [  6719] By: jhi                                   on 2000/08/20  14:06:41
19993         Log: UTF8 concat fixes.
19994              
19995              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
19996              From: Hugo <hv@crypt.compulink.co.uk>
19997              Date: Sun, 20 Aug 2000 07:30:46 +0100
19998              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
19999      Branch: perl
20000            ! pp_hot.c t/op/append.t
20001 ____________________________________________________________________________
20002 [  6718] By: jhi                                   on 2000/08/20  02:09:37
20003         Log: Let's try #6717 again.
20004      Branch: perl
20005            ! lib/File/Temp.pm
20006 ____________________________________________________________________________
20007 [  6717] By: jhi                                   on 2000/08/20  01:56:55
20008         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
20009              From: "Craig A. Berry" <craig.berry@metamorgs.com>
20010              Date: Sat, 19 Aug 2000 18:15:39 -0500
20011              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
20012      Branch: perl
20013            ! lib/File/Temp.pm
20014 ____________________________________________________________________________
20015 [  6716] By: jhi                                   on 2000/08/19  15:50:11
20016         Log: Update Changes.
20017      Branch: perl
20018            ! Changes patchlevel.h
20019 ____________________________________________________________________________
20020 [  6715] By: jhi                                   on 2000/08/19  15:39:09
20021         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
20022              From: Jonathan D Johnston <jdjohnston2@juno.com>
20023              Date: Thu, 17 Aug 2000 23:13:01 -0400       
20024              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
20025      Branch: perl
20026            ! pod/perlfunc.pod
20027 ____________________________________________________________________________
20028 [  6714] By: jhi                                   on 2000/08/19  15:34:04
20029         Log: Introduce a 'veryclean' target that is like 'distclean'
20030              but also removes *~ and *.orig.
20031      Branch: perl
20032            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
20033            ! utils/Makefile x2p/Makefile.SH
20034 ____________________________________________________________________________
20035 [  6713] By: jhi                                   on 2000/08/19  14:15:45
20036         Log: Put back the long double avoidance code to POSIX.xs
20037              because VMS seems to need it still.
20038      Branch: perl
20039            ! ext/POSIX/POSIX.xs
20040 ____________________________________________________________________________
20041 [  6712] By: jhi                                   on 2000/08/19  14:10:41
20042         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
20043              From: Peter Prymmer <pvhp@forte.com>
20044              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
20045              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
20046      Branch: perl
20047            ! lib/Pod/Find.pm t/pod/find.t
20048 ____________________________________________________________________________
20049 [  6711] By: jhi                                   on 2000/08/19  14:09:19
20050         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
20051              From: Peter Prymmer <pvhp@forte.com>
20052              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
20053              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
20054              cc: vmsperl@perl.org
20055      Branch: perl
20056            ! t/lib/peek.t
20057 ____________________________________________________________________________
20058 [  6710] By: jhi                                   on 2000/08/19  14:08:01
20059         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
20060              From: Jan Dubois <jand@ActiveState.com>
20061              Date: Fri, 18 Aug 2000 16:31:48 -0700
20062              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
20063      Branch: perl
20064            ! win32/win32.c
20065 ____________________________________________________________________________
20066 [  6709] By: jhi                                   on 2000/08/19  14:06:57
20067         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
20068              
20069              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
20070              From: Spider.Boardman@Orb.Nashua.NH.US
20071              Date: Fri, 18 Aug 2000 18:41:14 -0400
20072              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
20073      Branch: perl
20074            ! regcomp.c
20075 ____________________________________________________________________________
20076 [  6708] By: jhi                                   on 2000/08/18  22:04:49
20077         Log: Update Changes.
20078      Branch: perl
20079            ! Changes patchlevel.h
20080 ____________________________________________________________________________
20081 [  6707] By: jhi                                   on 2000/08/18  21:55:14
20082         Log: Add warnif(), check warnings further up the stack,
20083              all the warnings functions now can take an optional object reference.
20084              
20085              Subject: [PATCH bleedperl@6691] warnings pragma update
20086              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
20087              Date: Fri, 18 Aug 2000 22:42:06 +0100
20088              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
20089      Branch: perl
20090            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
20091            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
20092            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
20093 ____________________________________________________________________________
20094 [  6706] By: jhi                                   on 2000/08/18  21:41:45
20095         Log: Typo in pp_complement().
20096              
20097              Subject: [PATCH perl-current] Deparse
20098              From: Peter Scott <Peter@PSDT.com>
20099              Date: Fri, 18 Aug 2000 12:44:37 -0700
20100              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
20101      Branch: perl
20102            ! ext/B/B/Deparse.pm
20103 ____________________________________________________________________________
20104 [  6705] By: jhi                                   on 2000/08/18  21:25:59
20105         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
20106              From: Jan Dubois <jand@ActiveState.com>
20107              Date: Fri, 18 Aug 2000 14:22:51 -0700
20108              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
20109      Branch: perl
20110            ! lib/Win32.pod win32/win32.c
20111 ____________________________________________________________________________
20112 [  6704] By: jhi                                   on 2000/08/18  21:16:14
20113         Log: Don't eat leading os from index entries.
20114              
20115              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
20116              From: Russ Allbery <rra@stanford.edu>
20117              Date: 10 Aug 2000 20:49:25 -0700
20118              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
20119      Branch: perl
20120            ! lib/Pod/Man.pm
20121 ____________________________________________________________________________
20122 [  6703] By: jhi                                   on 2000/08/18  21:07:06
20123         Log: Add [[:blank:]] as suggested in
20124              
20125              Subject: [ID 20000716.024] [=cc=] / [:blank:]
20126              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
20127              Date: Sun, 16 Jul 2000 17:55:29 -0700
20128              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
20129              
20130              (the [=cc=] has already been taken care of by #6439
20131              so the whole bug report can be closed)
20132              
20133              and make [[:space:]] to be equivalent to isspace(3)
20134              (as opposed to \s, which is isSPACE()).  The difference
20135              is that now [[:space:]] matches the mythical vertical tab,
20136              while \s doesn't.
20137      Branch: perl
20138            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
20139            ! regexec.c t/op/pat.t
20140 ____________________________________________________________________________
20141 [  6702] By: jhi                                   on 2000/08/18  18:47:47
20142         Log: The new tests were missing from #6415.
20143      Branch: perl
20144            ! t/op/bop.t
20145 ____________________________________________________________________________
20146 [  6701] By: jhi                                   on 2000/08/18  18:20:40
20147         Log: Document the NDBM_File and ODBM_File as SDBM_File
20148              was documented in #6417.
20149      Branch: perl
20150            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
20151            ! ext/SDBM_File/SDBM_File.pm
20152 ____________________________________________________________________________
20153 [  6700] By: jhi                                   on 2000/08/18  18:10:39
20154         Log: Subject: [PATCH perl@6698] cygwin port
20155              From: "Fifer, Eric" <EFifer@sanwaint.com>
20156              Date: Fri, 18 Aug 2000 17:30:05 +0100
20157              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
20158      Branch: perl
20159            ! lib/File/Temp.pm
20160 ____________________________________________________________________________
20161 [  6699] By: jhi                                   on 2000/08/18  16:21:49
20162         Log: Document code point which makes if (defined %stash::) to work
20163              (noted by Spider Boardman).
20164      Branch: perl
20165            ! op.c
20166 ____________________________________________________________________________
20167 [  6698] By: jhi                                   on 2000/08/18  13:43:27
20168         Log: Update Changes.
20169      Branch: perl
20170            ! Changes patchlevel.h
20171 ____________________________________________________________________________
20172 [  6697] By: jhi                                   on 2000/08/18  13:35:57
20173         Log: Tiny Getopt::Long patch from Johan Vromans.
20174      Branch: perl
20175            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
20176 ____________________________________________________________________________
20177 [  6696] By: jhi                                   on 2000/08/18  13:26:14
20178         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
20179              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
20180              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
20181              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
20182      Branch: perl
20183            ! pod/perldiag.pod pod/perlsyn.pod
20184 ____________________________________________________________________________
20185 [  6695] By: jhi                                   on 2000/08/18  13:13:26
20186         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
20187              From: Daniel Chetlin <daniel@chetlin.com>
20188              Date: Fri, 18 Aug 2000 03:13:36 -0700
20189              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
20190      Branch: perl
20191            ! pod/perlfunc.pod
20192 ____________________________________________________________________________
20193 [  6694] By: jhi                                   on 2000/08/18  13:08:05
20194         Log: Subject: [PATCH] perltrap.pod spring cleaning
20195              From: Daniel Chetlin <daniel@chetlin.com>
20196              Date: Fri, 18 Aug 2000 03:06:54 -0700
20197              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
20198              
20199              plus Mike Guy's nitfix.
20200      Branch: perl
20201            ! pod/perltrap.pod
20202 ____________________________________________________________________________
20203 [  6693] By: jhi                                   on 2000/08/18  13:00:26
20204         Log: Unbuffer the output.
20205              
20206              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
20207              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20208              Date: Thu, 17 Aug 2000 18:39:29 -0700
20209              Message-ID: <RPJn5gzkgydf092yn@efn.org>
20210      Branch: perl
20211            ! t/op/fork.t
20212 ____________________________________________________________________________
20213 [  6692] By: jhi                                   on 2000/08/18  05:19:17
20214         Log: Delete the image, too, not just its MANIFEStation.
20215      Branch: perl
20216            - lib/CGI/eg/wilogo.gif
20217 ____________________________________________________________________________
20218 [  6691] By: jhi                                   on 2000/08/18  05:10:26
20219         Log: Propagate new Configure vars.
20220      Branch: perl
20221            ! configure.com epoc/config.sh uconfig.h uconfig.sh
20222            ! vos/config.def vos/config.h vos/config_h.SH_orig
20223            ! win32/config.bc win32/config.gc win32/config.vc
20224            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20225 ____________________________________________________________________________
20226 [  6690] By: jhi                                   on 2000/08/18  04:30:56
20227         Log: Update Changes.
20228      Branch: perl
20229            ! Changes patchlevel.h
20230 ____________________________________________________________________________
20231 [  6689] By: jhi                                   on 2000/08/18  04:12:30
20232         Log: Fix the lib/complex failure of
20233              
20234              From: abigail@foad.org
20235              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
20236              Date: 15 Aug 2000 04:06:38 -0000
20237              Message-Id: <20000815040638.8524.qmail@foad.org> 
20238              
20239              Linux long double accuracy issue: something that
20240              when printed with %g looks like "2" but int() of it is 1.
20241      Branch: perl
20242            ! lib/Math/Complex.pm
20243 ____________________________________________________________________________
20244 [  6688] By: jhi                                   on 2000/08/18  03:15:35
20245         Log: The byteorder code in #6671 was wrong.
20246      Branch: perl
20247            ! configpm
20248 ____________________________________________________________________________
20249 [  6687] By: jhi                                   on 2000/08/18  02:08:42
20250         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
20251              From: Jan Dubois <jand@ActiveState.com>
20252              Date: Thu, 17 Aug 2000 18:31:55 -0700
20253              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
20254      Branch: perl
20255            ! sv.c
20256 ____________________________________________________________________________
20257 [  6686] By: jhi                                   on 2000/08/18  02:04:15
20258         Log: Use NVs in POSIX math, not doubles.
20259              
20260              From: abigail@foad.org
20261              Subject: [ID 20000817.014] POSIX & modfl
20262              Date: 17 Aug 2000 20:49:18 -0000
20263              Message-Id: <20000817204918.23123.qmail@foad.org>
20264      Branch: perl
20265            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
20266 ____________________________________________________________________________
20267 [  6685] By: jhi                                   on 2000/08/18  02:02:12
20268         Log: Introduce NVef, NVff, and NVgf, use the middle one.
20269              (helps for lib/peek + Linux + long doubles)  Reported in
20270              
20271              From: abigail@foad.org
20272              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
20273              Date: 15 Aug 2000 04:06:38 -0000
20274              Message-Id: <20000815040638.8524.qmail@foad.org> 
20275              
20276              (note: the lib/complex failure has not yet been addressed)
20277      Branch: metaconfig/U/perl
20278            ! perlxvf.U
20279      Branch: perl
20280            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20281            ! config_h.SH dump.c perl.h pod/perlguts.pod
20282 ____________________________________________________________________________
20283 [  6684] By: jhi                                   on 2000/08/17  23:22:19
20284         Log: Add byteorder to the myconfig output.
20285      Branch: perl
20286            ! myconfig.SH
20287 ____________________________________________________________________________
20288 [  6683] By: jhi                                   on 2000/08/17  23:20:19
20289         Log: The image doth not exist, spotted by Johan Vromans.
20290      Branch: perl
20291            ! MANIFEST
20292 ____________________________________________________________________________
20293 [  6682] By: jhi                                   on 2000/08/17  22:38:16
20294         Log: Document what the backtick returns if the command fails.
20295      Branch: perl
20296            ! pod/perlop.pod
20297 ____________________________________________________________________________
20298 [  6681] By: jhi                                   on 2000/08/17  22:33:12
20299         Log: Do not use prototyping here.
20300              
20301              Subject: [ID 20000817.016] [PATCH] Peek.xs
20302              From: abigail@foad.org
20303              Date: 17 Aug 2000 20:55:56 -0000
20304              Message-Id: <20000817205556.24270.qmail@foad.org>
20305      Branch: perl
20306            ! ext/Devel/Peek/Makefile.PL
20307 ____________________________________________________________________________
20308 [  6680] By: jhi                                   on 2000/08/17  19:46:43
20309         Log: Don't propose using modules built for 5.005 if no binary
20310              compatibility with 5.005 is attempted.
20311              
20312              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
20313              Subject: Minor nit with 5.7.0 (6655)
20314              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
20315              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
20316      Branch: metaconfig
20317            ! U/installdirs/inc_version_list.U
20318      Branch: perl
20319            ! Configure config_h.SH
20320 ____________________________________________________________________________
20321 [  6679] By: jhi                                   on 2000/08/17  19:16:39
20322         Log: Microperl config update.
20323      Branch: perl
20324            ! uconfig.h uconfig.sh
20325 ____________________________________________________________________________
20326 [  6678] By: jhi                                   on 2000/08/17  19:16:13
20327         Log: The #6648 wasn't protective enough for limited platforms
20328              (like microperl).
20329      Branch: perl
20330            ! dump.c sv.c
20331 ____________________________________________________________________________
20332 [  6677] By: jhi                                   on 2000/08/17  14:46:35
20333         Log: Update Changes.
20334      Branch: perl
20335            ! Changes patchlevel.h
20336 ____________________________________________________________________________
20337 [  6676] By: jhi                                   on 2000/08/17  14:44:02
20338         Log: Add perlebcdic from Peter Prymmer, regen toc.
20339      Branch: perl
20340            + pod/perlebcdic.pod
20341            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20342 ____________________________________________________________________________
20343 [  6675] By: jhi                                   on 2000/08/17  14:41:52
20344         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
20345      Branch: perl
20346            ! pod/perldebtut.pod
20347 ____________________________________________________________________________
20348 [  6674] By: jhi                                   on 2000/08/17  14:29:43
20349         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
20350              
20351              Subject: [ID 20000724.006] -DLEAKTEST problem
20352              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
20353              Date: Tue, 25 Jul 2000 00:36:32 -0500
20354              Message-Id: <20000725003632.A26186@www.llamacom.com>
20355              
20356              Reminder sent
20357              
20358              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
20359              From: Hugo <hv@crypt.compulink.co.uk>
20360              Date: Thu, 17 Aug 2000 15:23:42 +0100
20361              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
20362      Branch: perl
20363            ! util.c
20364 ____________________________________________________________________________
20365 [  6673] By: jhi                                   on 2000/08/17  04:07:10
20366         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
20367              From: John Peacock <JPeacock@UnivPress.com>
20368              Date: Tue, 01 Aug 2000 09:38:12 -0400
20369              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
20370      Branch: perl
20371            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
20372 ____________________________________________________________________________
20373 [  6672] By: jhi                                   on 2000/08/17  03:04:35
20374         Log: Subject: [PATCH] Cwd.pm now uses strict
20375              From: Tim Jenness <timj@jach.hawaii.edu>
20376              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
20377              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
20378      Branch: perl
20379            ! lib/Cwd.pm
20380 ____________________________________________________________________________
20381 [  6671] By: jhi                                   on 2000/08/17  02:16:35
20382         Log: Make $Config{byteorder} more magical so that it is
20383              dynamically computed: nice for 'fat binaries'.
20384              
20385              Subject: [PATCH]: default byteorder
20386              From: Wilfredo Sánchez <wsanchez@apple.com>
20387              Date: Mon, 31 Jul 2000 19:45:31 -0700
20388              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
20389      Branch: perl
20390            ! configpm
20391 ____________________________________________________________________________
20392 [  6670] By: gsar                                  on 2000/08/17  01:22:21
20393         Log: move WNOHANG definition to where other such things are
20394      Branch: perl
20395            ! win32/win32.h
20396 ____________________________________________________________________________
20397 [  6669] By: jhi                                   on 2000/08/17  01:19:17
20398         Log: Update Changes.
20399      Branch: perl
20400            ! Changes patchlevel.h
20401 ____________________________________________________________________________
20402 [  6668] By: jhi                                   on 2000/08/17  01:16:29
20403         Log: Doc nits spotted by Richard Soderberg.
20404      Branch: perl
20405            ! README.posix-bc README.vmesa
20406 ____________________________________________________________________________
20407 [  6667] By: jhi                                   on 2000/08/17  01:12:11
20408         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
20409              From: "Casey R. Tweten" <crt@kiski.net>
20410              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
20411              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
20412      Branch: perl
20413            ! pod/perldebtut.pod
20414 ____________________________________________________________________________
20415 [  6666] By: jhi                                   on 2000/08/17  01:09:31
20416         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
20417              From: "Casey R. Tweten" <crt@kiski.net>
20418              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
20419              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
20420      Branch: perl
20421            ! lib/Shell.pm
20422 ____________________________________________________________________________
20423 [  6665] By: gsar                                  on 2000/08/17  01:03:52
20424         Log: add "ok" targets from change#6632 in makefile.mk
20425      Branch: perl
20426            ! pod/perlport.pod win32/Makefile win32/makefile.mk
20427 ____________________________________________________________________________
20428 [  6664] By: gsar                                  on 2000/08/17  00:56:11
20429         Log: avoid warnings from dense compiler
20430      Branch: perl
20431            ! win32/win32.c
20432 ____________________________________________________________________________
20433 [  6663] By: jhi                                   on 2000/08/17  00:51:49
20434         Log: Tweak the regex compilation errors once more.
20435      Branch: perl
20436            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
20437            ! t/op/regmesg.t t/pragma/warn/regcomp
20438 ____________________________________________________________________________
20439 [  6662] By: gsar                                  on 2000/08/17  00:28:19
20440         Log: trailing new %ENV entries weren't being pushed into the real
20441              environment of subprocesses on Windows
20442      Branch: perl
20443            ! t/op/magic.t win32/perlhost.h
20444 ____________________________________________________________________________
20445 [  6661] By: gsar                                  on 2000/08/17  00:19:20
20446         Log: waitpid() now handles externally spawned pids correctly;
20447              fixes for backtick/wait/waitpid failures on Windows 9x
20448              
20449              these changes make the pid returned by process functions on
20450              Windows 9x always positive by clearing the high bit (which
20451              is always set on Win9x); pseudo-process PIDs are likewise
20452              always negative now on Win9x (just as on NT/2000)
20453      Branch: perl
20454            ! pp_sys.c win32/perlhost.h win32/win32.c
20455 ____________________________________________________________________________
20456 [  6660] By: jhi                                   on 2000/08/17  00:04:32
20457         Log: Retract #6645.
20458      Branch: perl
20459            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20460            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
20461            ! t/op/sprintf.t
20462 ____________________________________________________________________________
20463 [  6659] By: gsar                                  on 2000/08/16  23:59:28
20464         Log: on windows, the return values from wait() and waitpid() don't
20465              match those of pseudo-pids
20466      Branch: perl
20467            ! pp_sys.c t/op/fork.t util.c win32/win32.c
20468 ____________________________________________________________________________
20469 [  6658] By: gsar                                  on 2000/08/16  23:56:14
20470         Log: pod nit seen in passing
20471      Branch: perl
20472            ! pod/perlfunc.pod
20473 ____________________________________________________________________________
20474 [  6657] By: gsar                                  on 2000/08/16  23:53:42
20475         Log: change#6328 could make close(SOCKET) return false on windows
20476              when it shouldn't
20477      Branch: perl
20478            ! win32/win32sck.c
20479 ____________________________________________________________________________
20480 [  6656] By: gsar                                  on 2000/08/16  23:46:57
20481         Log: check that the number pseudo children doesn't exceed
20482              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
20483              the WaitForMultipleObjects() limit that would cause wait()
20484              to crash)
20485              
20486              wait() and waitpid() could potentially be rewritten to use
20487              more than one thread to do the waiting to eliminate this
20488              limitation
20489      Branch: perl
20490            ! win32/perlhost.h
20491 ____________________________________________________________________________
20492 [  6655] By: jhi                                   on 2000/08/16  14:11:05
20493         Log: Update Changes.
20494      Branch: perl
20495            ! Changes patchlevel.h
20496 ____________________________________________________________________________
20497 [  6654] By: jhi                                   on 2000/08/16  14:10:12
20498         Log: Update to perldebtut 1.9, from Richard Foley.
20499      Branch: perl
20500            ! pod/perldebtut.pod
20501 ____________________________________________________________________________
20502 [  6653] By: jhi                                   on 2000/08/16  14:08:17
20503         Log: Change the regx compilation error markers to use = instead of <
20504              since pod makes using the latter quite messy.  Reported in
20505              ID 20000814.006 by Abigail and in
20506              Subject: Unknown escape E<> ?
20507              From: Lupe Christoph <lupe@lupe-christoph.de>
20508              Date: Fri, 11 Aug 2000 00:30:27 +0200
20509              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
20510      Branch: perl
20511            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
20512            ! t/op/regmesg.t t/pragma/warn/regcomp
20513 ____________________________________________________________________________
20514 [  6652] By: jhi                                   on 2000/08/16  13:25:31
20515         Log: Change the perlbug address to perl.org since it's more forgiving.
20516              
20517              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
20518              From: abigail@foad.org
20519              Date: 15 Aug 2000 04:15:40 -0000
20520              Message-Id: <20000815041540.8633.qmail@foad.org>
20521      Branch: perl
20522            ! utils/perlbug.PL
20523 ____________________________________________________________________________
20524 [  6651] By: jhi                                   on 2000/08/16  13:22:35
20525         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
20526              From: Tim Jenness <timj@jach.hawaii.edu>
20527              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
20528              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
20529      Branch: perl
20530            ! lib/Cwd.pm
20531 ____________________________________________________________________________
20532 [  6650] By: jhi                                   on 2000/08/16  13:18:13
20533         Log: Update to CPAN 1.57.
20534              
20535              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
20536              From: andreas.koenig@anima.de (Andreas J. Koenig)
20537              Date: 16 Aug 2000 15:09:46 +0200
20538              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
20539      Branch: perl
20540            ! lib/CPAN.pm
20541 ____________________________________________________________________________
20542 [  6649] By: jhi                                   on 2000/08/16  13:12:31
20543         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
20544              From: "Larry W. Virden" <lvirden@cas.org>
20545              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
20546              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
20547      Branch: perl
20548            ! README.hpux
20549 ____________________________________________________________________________
20550 [  6648] By: jhi                                   on 2000/08/16  13:03:53
20551         Log: The numeric locale was reset to "C" by s?printf and never restored.
20552              
20553              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
20554              From: Christian Kirsch <ck@held.mind.de>
20555              Date: Wed, 9 Aug 2000 17:05:17 +0200
20556              Message-Id: <20000809170517.A25389@held>
20557              
20558              No test since adding the failing example to locale.t
20559              does not fail -- probably because the locale settings are so
20560              thoroughly tweaked by that time.  Running the example standalone
20561              does fail, though.  UPDATE: test case added at change #7540.
20562      Branch: perl
20563            ! dump.c perl.h pp.c pp_ctl.c sv.c
20564 ____________________________________________________________________________
20565 [  6647] By: jhi                                   on 2000/08/16  00:07:54
20566         Log: Update Changes and test semi-automatic patchlevel updating.
20567      Branch: perl
20568            ! Changes patchlevel.h
20569 ____________________________________________________________________________
20570 [  6646] By: jhi                                   on 2000/08/15  23:35:07
20571         Log: Fix a dependency problem.
20572              
20573              Subject: [PATCH: 6640] VMS Makefile.SH update
20574              From: Peter Prymmer <pvhp@forte.com>
20575              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
20576              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
20577      Branch: perl
20578            ! vms/descrip_mms.template
20579 ____________________________________________________________________________
20580 [  6645] By: jhi                                   on 2000/08/15  23:33:23
20581         Log: (Retracted by #6660)
20582              
20583              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
20584              From: Dominic Dunlop <domo@computer.org>
20585              Date: Tue, 15 Aug 2000 22:20:52 +0200
20586              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
20587      Branch: metaconfig/U/perl
20588            + d_printfed.U
20589      Branch: perl
20590            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20591            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
20592            ! t/op/sprintf.t
20593 ____________________________________________________________________________
20594 [  6644] By: jhi                                   on 2000/08/15  21:17:20
20595         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
20596              From: abigail@foad.org
20597              Date: 15 Aug 2000 20:12:41 -0000
20598              Message-Id: <20000815201241.25556.qmail@foad.org>
20599      Branch: perl
20600            ! INSTALL
20601 ____________________________________________________________________________
20602 [  6643] By: jhi                                   on 2000/08/15  21:15:28
20603         Log: (an already applied patch)
20604      Branch: perl
20605            ! lib/CGI.pm
20606 ____________________________________________________________________________
20607 [  6642] By: gsar                                  on 2000/08/15  19:54:05
20608         Log: magic callbacks all need to have same type signature
20609      Branch: perl
20610            ! embed.pl mg.c proto.h
20611 ____________________________________________________________________________
20612 [  6641] By: jhi                                   on 2000/08/15  17:56:27
20613         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)
20614              From: Mike Guy <mjtg@cam.ac.uk>
20615              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
20616              Date: Tue, 15 Aug 2000 18:26:45 +0100
20617              
20618              Only the peek.t part applied, not the hash quality part.
20619      Branch: perl
20620            ! t/lib/peek.t
20621 ____________________________________________________________________________
20622 [  6640] By: jhi                                   on 2000/08/15  16:37:37
20623         Log: Update Changes.
20624      Branch: perl
20625            ! Changes
20626 ____________________________________________________________________________
20627 [  6639] By: jhi                                   on 2000/08/15  16:34:55
20628         Log: Missed a file from #6638.
20629      Branch: perl
20630            ! lib/File/Temp.pm
20631 ____________________________________________________________________________
20632 [  6638] By: jhi                                   on 2000/08/15  16:33:19
20633         Log: Subject: [PATCH perl@6620] cygwin port
20634              From: "Fifer, Eric" <EFifer@sanwaint.com>
20635              Date: Tue, 15 Aug 2000 17:00:49 +0100
20636              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
20637      Branch: perl
20638            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
20639 ____________________________________________________________________________
20640 [  6637] By: jhi                                   on 2000/08/15  16:29:22
20641         Log: Subject: [PATCH] debugger exit code should reflect user exit code
20642              From: Mike Guy <mjtg@cam.ac.uk>
20643              Date: Tue, 15 Aug 2000 16:55:59 +0100
20644              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
20645      Branch: perl
20646            ! lib/perl5db.pl
20647 ____________________________________________________________________________
20648 [  6636] By: jhi                                   on 2000/08/15  15:30:58
20649         Log: Update Changes.
20650      Branch: perl
20651            ! Changes
20652 ____________________________________________________________________________
20653 [  6635] By: jhi                                   on 2000/08/15  15:27:21
20654         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
20655      Branch: metaconfig
20656            ! U/mkglossary U/mksample
20657      Branch: metaconfig/U/perl
20658            ! Devel.U
20659      Branch: perl
20660            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20661 ____________________________________________________________________________
20662 [  6634] By: jhi                                   on 2000/08/15  14:11:55
20663         Log: Don't blow limited stacks, a lower number is enough to
20664              tickle the lookbehind limit.
20665              
20666              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
20667              From: Dominic Dunlop <domo@computer.org>
20668              Date: Tue, 15 Aug 2000 13:51:24 +0200
20669              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
20670      Branch: perl
20671            ! t/op/regmesg.t
20672 ____________________________________________________________________________
20673 [  6633] By: jhi                                   on 2000/08/15  14:01:46
20674         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
20675              From: Mike Guy <mjtg@cam.ac.uk>
20676              Date: Tue, 15 Aug 2000 12:10:50 +0100
20677              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
20678      Branch: perl
20679            ! utils/perldoc.PL
20680 ____________________________________________________________________________
20681 [  6632] By: jhi                                   on 2000/08/15  13:58:48
20682         Log: make ok etc also for win32.
20683              
20684              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
20685              From: Prymmer/Kahn <pvhp@best.com>
20686              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
20687              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
20688      Branch: perl
20689            ! win32/Makefile
20690 ____________________________________________________________________________
20691 [  6631] By: jhi                                   on 2000/08/15  13:45:03
20692         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
20693      Branch: perl
20694            ! lib/Test.pm
20695 ____________________________________________________________________________
20696 [  6630] By: jhi                                   on 2000/08/15  03:25:09
20697         Log: Update Changes.
20698      Branch: perl
20699            ! Changes
20700 ____________________________________________________________________________
20701 [  6629] By: jhi                                   on 2000/08/15  03:23:53
20702         Log: magic_regdatum_set() is void, not int.
20703      Branch: perl
20704            ! embed.pl mg.c proto.h
20705 ____________________________________________________________________________
20706 [  6628] By: jhi                                   on 2000/08/15  03:08:02
20707         Log: Make the user to give up his firstborn, err, to knowingly
20708              verify installing an unstable developer release.  Also bump
20709              the release to 5.7.0, but leave a patch tag in the local
20710              patches saying that this is not yet the real thing.
20711      Branch: metaconfig
20712            ! U/modified/Instruct.U
20713      Branch: metaconfig/U/perl
20714            + Devel.U
20715      Branch: perl
20716            ! Configure patchlevel.h
20717 ____________________________________________________________________________
20718 [  6627] By: jhi                                   on 2000/08/14  22:32:52
20719         Log: README.os2 update.
20720              
20721              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
20722              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20723              Date: Wed, 02 Aug 2000 21:55:09 -0700
20724              Message-ID: <tsPi5gzkgegX092yn@efn.org>
20725      Branch: perl
20726            ! README.os2
20727 ____________________________________________________________________________
20728 [  6626] By: jhi                                   on 2000/08/14  21:00:02
20729         Log: Subject: Re: File::Temp problems on VMS in bleedperl
20730              From: Tim Jenness <timj@jach.hawaii.edu>
20731              cc: vmsperl@perl.org
20732              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
20733              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
20734      Branch: perl
20735            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
20736 ____________________________________________________________________________
20737 [  6625] By: jhi                                   on 2000/08/14  20:52:16
20738         Log: Add SUIDMAIL as was done for the CERT alert.
20739      Branch: perl
20740            ! patchlevel.h
20741 ____________________________________________________________________________
20742 [  6624] By: jhi                                   on 2000/08/14  20:48:50
20743         Log: Subject: sfio2000
20744              From: Daniel Muino <dmuino@afip.gov.ar>
20745              Date: Mon, 14 Aug 2000 16:58:11 -0300
20746              Message-ID: <20000814165811.B16368@con2-dgi>
20747      Branch: perl
20748            ! perlsdio.h perlsfio.h
20749 ____________________________________________________________________________
20750 [  6623] By: jhi                                   on 2000/08/14  20:47:36
20751         Log: Subject: warning: storage class after type is obsolescent
20752              From: Daniel Muino <dmuino@afip.gov.ar>
20753              Date: Mon, 14 Aug 2000 16:42:47 -0300
20754              Message-ID: <20000814164247.A16368@con2-dgi>
20755      Branch: perl
20756            ! regcomp.pl regnodes.h
20757 ____________________________________________________________________________
20758 [  6622] By: jhi                                   on 2000/08/14  20:43:05
20759         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
20760              From: abigail@foad.org
20761              Date: 14 Aug 2000 20:00:10 -0000
20762              Message-Id: <20000814200010.27271.qmail@foad.org>
20763      Branch: perl
20764            ! Changes
20765 ____________________________________________________________________________
20766 [  6621] By: jhi                                   on 2000/08/14  15:23:05
20767         Log: Update Changes.
20768      Branch: perl
20769            ! Changes
20770 ____________________________________________________________________________
20771 [  6620] By: jhi                                   on 2000/08/14  15:22:14
20772         Log: Subject: Re: [PATCH] @+, @- readonly
20773              From: Mike Guy <mjtg@cam.ac.uk>
20774              Date: Mon, 14 Aug 2000 15:26:55 +0100
20775              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
20776      Branch: perl
20777            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
20778            ! sv.c t/op/pat.t
20779 ____________________________________________________________________________
20780 [  6619] By: jhi                                   on 2000/08/14  14:12:08
20781         Log: Update Changes.
20782      Branch: perl
20783            ! Changes
20784 ____________________________________________________________________________
20785 [  6618] By: jhi                                   on 2000/08/14  14:09:34
20786         Log: For now remove the mail code.
20787      Branch: perl
20788            ! perl.c
20789 ____________________________________________________________________________
20790 [  6617] By: jhi                                   on 2000/08/14  14:08:28
20791         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
20792      Branch: perl
20793            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
20794            ! pod/perlfaq8.pod pod/perlsec.pod
20795 ____________________________________________________________________________
20796 [  6616] By: jhi                                   on 2000/08/14  14:00:11
20797         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
20798              From: Mike Guy <mjtg@cam.ac.uk>
20799              Date: Mon, 14 Aug 2000 08:26:02 +0100
20800              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
20801      Branch: perl
20802            ! lib/perl5db.pl
20803 ____________________________________________________________________________
20804 [  6615] By: jhi                                   on 2000/08/14  13:58:45
20805         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
20806              From: Mike Guy <mjtg@cam.ac.uk>
20807              Date: Mon, 14 Aug 2000 08:04:22 +0100
20808              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
20809      Branch: perl
20810            ! gv.c mg.c t/op/pat.t
20811 ____________________________________________________________________________
20812 [  6614] By: jhi                                   on 2000/08/14  13:56:45
20813         Log: Subject: Test fails / warnings with perl-current #6612
20814              From: Mike Guy <mjtg@cam.ac.uk>
20815              Date: Mon, 14 Aug 2000 07:57:23 +0100
20816              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
20817      Branch: perl
20818            ! t/lib/b.t t/lib/peek.t
20819 ____________________________________________________________________________
20820 [  6613] By: jhi                                   on 2000/08/14  13:45:33
20821         Log: VMS configure.com update continues.
20822      Branch: perl
20823            - vms/configure.com
20824            ! MANIFEST configure.com
20825 ____________________________________________________________________________
20826 [  6612] By: jhi                                   on 2000/08/13  22:13:35
20827         Log: Update Changes.
20828      Branch: perl
20829            ! Changes
20830 ____________________________________________________________________________
20831 [  6611] By: jhi                                   on 2000/08/13  16:21:45
20832         Log: Upgrade to CGI 2.71, from Lincoln Stein.
20833      Branch: perl
20834            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
20835 ____________________________________________________________________________
20836 [  6610] By: jhi                                   on 2000/08/13  15:09:16
20837         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
20838              From: Mike Guy <mjtg@cam.ac.uk>
20839              Date: Sun, 13 Aug 2000 13:45:51 +0100
20840              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
20841      Branch: perl
20842            ! t/op/regmesg.t
20843 ____________________________________________________________________________
20844 [  6609] By: jhi                                   on 2000/08/13  14:31:26
20845         Log: Andreas says that 1.56 is fine, so reverting back to it.
20846      Branch: perl
20847            ! lib/CPAN.pm
20848 ____________________________________________________________________________
20849 [  6608] By: jhi                                   on 2000/08/13  05:34:20
20850         Log: Update Changes.
20851      Branch: perl
20852            ! Changes
20853 ____________________________________________________________________________
20854 [  6607] By: jhi                                   on 2000/08/13  05:32:01
20855         Log: Put back the \z changes of #5406 to CPAN.pm.
20856      Branch: perl
20857            ! lib/CPAN.pm
20858 ____________________________________________________________________________
20859 [  6606] By: jhi                                   on 2000/08/13  05:20:16
20860         Log: Fix-n-skip the tests under 5005threads.
20861      Branch: perl
20862            ! t/lib/b.t
20863 ____________________________________________________________________________
20864 [  6605] By: jhi                                   on 2000/08/13  05:07:48
20865         Log: Fix the test for 5005threads.
20866      Branch: perl
20867            ! t/lib/peek.t
20868 ____________________________________________________________________________
20869 [  6604] By: jhi                                   on 2000/08/13  03:35:37
20870         Log: Should have deleted this in #6603.
20871      Branch: perl
20872            - vms/subconfigure.com
20873 ____________________________________________________________________________
20874 [  6603] By: jhi                                   on 2000/08/12  18:29:32
20875         Log: Rewrite of vms/subconfigure.com as configure.com,
20876              from Peter Prymmer and the vmsperl crew.
20877      Branch: perl
20878            + vms/configure.com
20879            ! MANIFEST
20880 ____________________________________________________________________________
20881 [  6602] By: jhi                                   on 2000/08/11  13:00:01
20882         Log: PlainText.pm is dead.
20883      Branch: perl
20884            - lib/Pod/PlainText.pm
20885            ! MANIFEST
20886 ____________________________________________________________________________
20887 [  6601] By: jhi                                   on 2000/08/11  04:06:45
20888         Log: Update Changes.
20889      Branch: perl
20890            ! Changes
20891 ____________________________________________________________________________
20892 [  6600] By: jhi                                   on 2000/08/11  04:06:10
20893         Log: Add a few missing files, update MANIFEST.
20894      Branch: perl
20895            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
20896            + lib/Pod/PlainText.pm t/pod/find.t
20897            ! MANIFEST t/op/regmesg.t
20898 ____________________________________________________________________________
20899 [  6599] By: jhi                                   on 2000/08/11  03:31:10
20900         Log: Add Perl debugging tutorial, regen toc. 
20901              
20902              Subject: perldebtut.pod
20903              From: Richard Foley <Richard.Foley@m.dasa.de>
20904              Date: Wed, 09 Aug 2000 10:17:15 +0200
20905              Message-id: <3991138B.262247B8@m.dasa.de>
20906      Branch: perl
20907            + pod/perldebtut.pod
20908            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20909 ____________________________________________________________________________
20910 [  6598] By: jhi                                   on 2000/08/11  02:48:56
20911         Log: tiny Changes edit
20912      Branch: perl
20913            ! Changes
20914 ____________________________________________________________________________
20915 [  6597] By: jhi                                   on 2000/08/11  02:39:04
20916         Log: Tests for #6589.
20917              
20918              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
20919              From: simon@brecon.co.uk (Simon Cozens)
20920              Date: 11 Aug 2000 02:24:52 GMT
20921              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
20922      Branch: perl
20923            ! t/lib/b.t
20924 ____________________________________________________________________________
20925 [  6596] By: jhi                                   on 2000/08/11  01:50:07
20926         Log: Update Changes.
20927      Branch: perl
20928            ! Changes
20929 ____________________________________________________________________________
20930 [  6595] By: jhi                                   on 2000/08/11  01:47:16
20931         Log: nitfix
20932      Branch: perl
20933            ! Changes
20934 ____________________________________________________________________________
20935 [  6594] By: jhi                                   on 2000/08/11  01:36:16
20936         Log: Subject: Getting perlio and threads to compile
20937              From: Lupe Christoph <lupe@lupe-christoph.de>
20938              Date: Wed, 9 Aug 2000 11:35:54 +0200
20939              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
20940              
20941              (the Solaris version changes in Configure skipped)
20942      Branch: perl
20943            ! hints/solaris_2.sh thread.h
20944 ____________________________________________________________________________
20945 [  6593] By: jhi                                   on 2000/08/11  01:30:16
20946         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
20947              From: simon@brecon.co.uk (Simon Cozens)
20948              Date: 1 Aug 2000 06:55:19 GMT
20949              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
20950      Branch: perl
20951            ! lib/utf8.pm
20952 ____________________________________________________________________________
20953 [  6592] By: jhi                                   on 2000/08/11  01:26:39
20954         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
20955              From: Peter Scott <Peter@PeterScott.com>
20956              Date: Thu, 10 Aug 2000 08:23:27 -0700
20957              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
20958      Branch: perl
20959            ! lib/perl5db.pl
20960 ____________________________________________________________________________
20961 [  6591] By: jhi                                   on 2000/08/11  01:22:02
20962         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
20963              From: Hugo <hv@crypt.compulink.co.uk>
20964              Date: Thu, 10 Aug 2000 19:23:04 +0100
20965              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
20966      Branch: perl
20967            ! regexec.c t/op/pat.t
20968 ____________________________________________________________________________
20969 [  6590] By: jhi                                   on 2000/08/11  01:19:19
20970         Log: Preprocessing and postprocessing for File::Find.
20971              
20972              Subject: Patch to Find::File.pm to allow alphabetical results
20973              From: Joe Smith <jsmith@inwap.com>
20974              Date: Wed, 9 Aug 2000 02:44:54 -0700
20975              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
20976      Branch: perl
20977            ! lib/File/Find.pm
20978 ____________________________________________________________________________
20979 [  6589] By: jhi                                   on 2000/08/11  01:12:39
20980         Log: B::Deparse didn't do sub attributes.
20981              
20982              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
20983              From: simon@brecon.co.uk (Simon Cozens)
20984              Date: 9 Aug 2000 04:49:20 GMT
20985              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
20986      Branch: perl
20987            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
20988 ____________________________________________________________________________
20989 [  6588] By: jhi                                   on 2000/08/11  01:06:40
20990         Log: Subject: debugger "d" command doesnt check line number
20991              From: Mike Guy <mjtg@cam.ac.uk>
20992              Date: Tue, 08 Aug 2000 21:54:29 +0100
20993              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
20994      Branch: perl
20995            ! lib/perl5db.pl mg.c pod/perldiag.pod
20996 ____________________________________________________________________________
20997 [  6587] By: jhi                                   on 2000/08/11  00:45:03
20998         Log: sleep(1) does not necessarily return 1.
20999              
21000              Subject: [PATCH bleadperl] op/lex_assign.t  
21001              From: Hugo <hv@crypt.compulink.co.uk>
21002              Date: Thu, 03 Aug 2000 14:34:22 +0100        
21003              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
21004      Branch: perl
21005            ! t/op/lex_assign.t
21006 ____________________________________________________________________________
21007 [  6586] By: jhi                                   on 2000/08/11  00:31:50
21008         Log: Document the IO::Select timeout.
21009      Branch: perl
21010            ! ext/IO/lib/IO/Select.pm
21011 ____________________________________________________________________________
21012 [  6585] By: jhi                                   on 2000/08/11  00:13:54
21013         Log: Forgot contributor.
21014      Branch: perl
21015            ! Changes
21016 ____________________________________________________________________________
21017 [  6584] By: jhi                                   on 2000/08/11  00:09:19
21018         Log: detypo
21019      Branch: perl
21020            ! Changes
21021 ____________________________________________________________________________
21022 [  6583] By: jhi                                   on 2000/08/11  00:07:53
21023         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
21024              
21025              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
21026              From: Mike Guy <mjtg@cam.ac.uk> 
21027              Date: Thu, 10 Aug 2000 15:50:54 +0100
21028              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
21029      Branch: perl
21030            ! sv.c t/op/int.t
21031 ____________________________________________________________________________
21032 [  6582] By: jhi                                   on 2000/08/10  23:29:32
21033         Log: Update Changes.
21034      Branch: perl
21035            ! Changes
21036 ____________________________________________________________________________
21037 [  6581] By: jhi                                   on 2000/08/10  23:26:16
21038         Log: Put back the std @INC thing.
21039      Branch: perl
21040            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
21041            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
21042            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
21043            ! t/lib/gol-oo.t
21044 ____________________________________________________________________________
21045 [  6580] By: jhi                                   on 2000/08/10  23:03:34
21046         Log: Update to CGI 2.70, from Lincoln Stein.
21047      Branch: perl
21048            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
21049            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
21050            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
21051            ! t/lib/cgi-request.t
21052 ____________________________________________________________________________
21053 [  6579] By: jhi                                   on 2000/08/10  22:41:50
21054         Log: Update to CPAN 1.56, from Andreas König.
21055      Branch: perl
21056            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
21057 ____________________________________________________________________________
21058 [  6578] By: jhi                                   on 2000/08/10  22:38:13
21059         Log: Update to Pod::Parser 1.17, from Brad Appleton.
21060      Branch: perl
21061            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
21062            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
21063            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
21064            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
21065            ! t/pod/include.t t/pod/included.t t/pod/lref.t
21066            ! t/pod/multiline_items.t t/pod/nested_items.t
21067            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
21068            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
21069            ! t/pod/special_seqs.t
21070 ____________________________________________________________________________
21071 [  6577] By: jhi                                   on 2000/08/10  22:35:41
21072         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
21073      Branch: perl
21074            ! AUTHORS MAINTAIN
21075 ____________________________________________________________________________
21076 [  6576] By: jhi                                   on 2000/08/10  22:24:54
21077         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
21078      Branch: perl
21079            + t/lib/gol-oo.t
21080            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
21081            ! t/lib/gol-compat.t t/lib/gol-linkage.t
21082 ____________________________________________________________________________
21083 [  6575] By: jhi                                   on 2000/08/10  22:02:07
21084         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
21085      Branch: perl
21086            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
21087 ____________________________________________________________________________
21088 [  6574] By: jhi                                   on 2000/08/10  21:55:03
21089         Log: Iterating perl6 description.
21090      Branch: perl
21091            ! pod/perlfaq1.pod
21092 ____________________________________________________________________________
21093 [  6573] By: jhi                                   on 2000/08/10  21:48:26
21094         Log: Revert the sv.c part of #6559, a better fix is needed.
21095      Branch: perl
21096            ! sv.c
21097 ____________________________________________________________________________
21098 [  6572] By: jhi                                   on 2000/08/10  20:33:43
21099         Log: It's the 2ndO'ROSSC.
21100      Branch: perl
21101            ! pod/perlfaq1.pod
21102 ____________________________________________________________________________
21103 [  6571] By: jhi                                   on 2000/08/10  15:55:48
21104         Log: detypo
21105      Branch: perl
21106            ! pod/perlfaq1.pod
21107 ____________________________________________________________________________
21108 [  6570] By: jhi                                   on 2000/08/10  14:11:17
21109         Log: An exceptionally sticky typo.
21110      Branch: perl
21111            ! Changes
21112 ____________________________________________________________________________
21113 [  6569] By: jhi                                   on 2000/08/10  14:09:33
21114         Log: detypo (and test Changes updating script)
21115      Branch: perl
21116            ! Changes
21117 ____________________________________________________________________________
21118 [  6568] By: jhi                                   on 2000/08/10  14:07:07
21119         Log: Update Changes.
21120      Branch: perl
21121            ! Changes
21122 ____________________________________________________________________________
21123 [  6567] By: jhi                                   on 2000/08/10  14:06:19
21124         Log: Amend the description of Perl6.
21125              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
21126              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21127              Date: Wed, 9 Aug 2000 22:11:06 -0500
21128              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
21129      Branch: perl
21130            ! pod/perlfaq1.pod
21131 ____________________________________________________________________________
21132 [  6566] By: jhi                                   on 2000/08/10  13:58:57
21133         Log: Subject: Remove dead entry in perldiag
21134              From: Mike Guy <mjtg@cam.ac.uk>
21135              Date: Thu, 10 Aug 2000 14:19:19 +0100
21136              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
21137      Branch: perl
21138            ! pod/perldiag.pod
21139 ____________________________________________________________________________
21140 [  6565] By: jhi                                   on 2000/08/10  13:51:48
21141         Log: Zero entries were skipped, fix from Adrian Goalby
21142              <argoalby@yahoo.co.uk>
21143      Branch: perl
21144            ! lib/unicode/Number.pl lib/unicode/mktables.PL
21145 ____________________________________________________________________________
21146 [  6564] By: jhi                                   on 2000/08/10  13:00:12
21147         Log: Subject: [PATCH 5.6.0] cygwin port
21148              From: "Fifer, Eric" <EFifer@sanwaint.com>
21149              Date: Thu, 10 Aug 2000 13:15:36 +0100
21150              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
21151      Branch: perl
21152            ! README.cygwin hints/cygwin.sh
21153 ____________________________________________________________________________
21154 [  6563] By: jhi                                   on 2000/08/10  12:55:16
21155         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
21156      Branch: perl
21157            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
21158 ____________________________________________________________________________
21159 [  6562] By: gsar                                  on 2000/08/10  08:38:39
21160         Log: warn is a macro, avoid using at a variable to avoid warnings
21161              in some configurations; readdir.t is too conservative in
21162              estimating number of *.t's
21163      Branch: perl
21164            ! t/op/readdir.t util.c
21165 ____________________________________________________________________________
21166 [  6561] By: jhi                                   on 2000/08/09  23:35:42
21167         Log: Update Changes.
21168      Branch: perl
21169            ! Changes
21170 ____________________________________________________________________________
21171 [  6560] By: jhi                                   on 2000/08/09  23:05:47
21172         Log: Subject: Re: enhanced(?) regex error messages
21173              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
21174              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
21175              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
21176              
21177              (plus two small patches sent privately)
21178              (this still seems to leave few test failures)
21179      Branch: perl
21180            + t/op/regmesg.t
21181            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
21182            ! t/pragma/warn/regcomp
21183 ____________________________________________________________________________
21184 [  6559] By: jhi                                   on 2000/08/09  20:41:18
21185         Log: (The fix did work but was not right, retracted in #6573)
21186              
21187              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
21188              From: Christian Kirsch <ck@held.mind.de>
21189              Date: Wed, 9 Aug 2000 17:05:17 +0200
21190              Message-Id: <20000809170517.A25389@held>
21191      Branch: perl
21192            ! sv.c t/pragma/locale.t
21193 ____________________________________________________________________________
21194 [  6558] By: jhi                                   on 2000/08/08  22:34:08
21195         Log: Tiny updates on the contributors list.
21196      Branch: perl
21197            ! Changes
21198 ____________________________________________________________________________
21199 [  6557] By: jhi                                   on 2000/08/08  19:34:28
21200         Log: Double check that we have a dirhandle.
21201      Branch: perl
21202            ! util.c
21203 ____________________________________________________________________________
21204 [  6556] By: jhi                                   on 2000/08/08  19:01:51
21205         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
21206              May be repopulated with fresh maintained examples.
21207      Branch: perl
21208            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
21209            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
21210            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
21211            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
21212            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
21213            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
21214            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
21215            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
21216            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
21217            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
21218            + lib/CGI/eg/wilogo_gif.uu
21219            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
21220            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
21221            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
21222            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
21223            - eg/cgi/frameset.cgi eg/cgi/index.html
21224            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
21225            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
21226            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
21227            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
21228            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
21229            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
21230            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
21231            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
21232            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
21233            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
21234            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
21235            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
21236            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
21237            - eg/van/vanish eg/who eg/wrapsuid
21238            ! MANIFEST
21239 ____________________________________________________________________________
21240 [  6555] By: jhi                                   on 2000/08/08  18:51:08
21241         Log: Delete chat2 as requested by Randal.
21242              
21243              Subject: Re: perlfaq8 coyness
21244              From: merlyn@stonehenge.com (Randal L. Schwartz) 
21245              Date: 15 May 2000 18:52:42 -0700 
21246              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
21247      Branch: perl
21248            - lib/chat2.pl
21249            ! MANIFEST
21250 ____________________________________________________________________________
21251 [  6554] By: jhi                                   on 2000/08/08  18:31:35
21252         Log: Regen global.sym.
21253      Branch: perl
21254            ! global.sym
21255 ____________________________________________________________________________
21256 [  6553] By: jhi                                   on 2000/08/08  18:28:13
21257         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
21258              (either perlbug or p5p ate the original), plus regen
21259              perlapi and perltoc. 
21260      Branch: perl
21261            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
21262            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
21263            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
21264            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
21265            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
21266            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
21267            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
21268            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
21269            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
21270            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
21271 ____________________________________________________________________________
21272 [  6552] By: jhi                                   on 2000/08/08  18:06:29
21273         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
21274              From: Mike Guy <mjtg@cam.ac.uk>
21275              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
21276              Date: Tue, 08 Aug 2000 15:51:27 +0100
21277      Branch: perl
21278            ! doop.c sv.h t/op/join.t t/pragma/overload.t
21279 ____________________________________________________________________________
21280 [  6551] By: jhi                                   on 2000/08/08  18:01:11
21281         Log: Re-apply #6549.
21282      Branch: perl
21283            ! lib/perl5db.pl
21284 ____________________________________________________________________________
21285 [  6550] By: jhi                                   on 2000/08/08  17:43:08
21286         Log: Accidental retraction of #6549.
21287      Branch: perl
21288            ! lib/perl5db.pl
21289 ____________________________________________________________________________
21290 [  6549] By: jhi                                   on 2000/08/08  17:40:04
21291         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
21292              From: Mike Guy <mjtg@cam.ac.uk>
21293              Date: Mon, 07 Aug 2000 21:49:58 +0100
21294              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
21295      Branch: perl
21296            ! lib/perl5db.pl
21297 ____________________________________________________________________________
21298 [  6548] By: jhi                                   on 2000/08/08  17:37:57
21299         Log: Document here-doc better.
21300              
21301              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
21302              From: Mike Guy <mjtg@cam.ac.uk>
21303              Date: Mon, 07 Aug 2000 14:02:09 +0100
21304              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
21305      Branch: perl
21306            ! pod/perldata.pod
21307 ____________________________________________________________________________
21308 [  6547] By: jhi                                   on 2000/08/08  17:33:34
21309         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
21310              From: "Randy J. Ray" <rjray@redhat.com>
21311              Date: Mon, 07 Aug 2000 19:12:25 -0700
21312              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
21313      Branch: perl
21314            ! perl.c pod/perlrun.pod
21315 ____________________________________________________________________________
21316 [  6546] By: jhi                                   on 2000/08/08  17:29:26
21317         Log: Subject: Re: enhanced(?) regex error messages 
21318              From: Hugo <hv@crypt.compulink.co.uk>
21319              Date: Tue, 08 Aug 2000 03:25:51 +0100
21320              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
21321              
21322              plus Capitalize the error messages, plus perldiag them.
21323      Branch: perl
21324            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
21325 ____________________________________________________________________________
21326 [  6545] By: jhi                                   on 2000/08/08  13:59:28
21327         Log: Augment #6539 a bit: don't croak if there's magic in the air.
21328              
21329              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
21330              From: Hugo <hv@crypt.compulink.co.uk>
21331              Date: Tue, 08 Aug 2000 03:02:03 +0100
21332              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
21333      Branch: perl
21334            ! pp.c t/op/bless.t
21335 ____________________________________________________________________________
21336 [  6544] By: jhi                                   on 2000/08/07  21:11:52
21337         Log: Make the test -w clean.
21338      Branch: perl
21339            ! t/op/bless.t
21340 ____________________________________________________________________________
21341 [  6543] By: jhi                                   on 2000/08/07  19:49:53
21342         Log: use warnings instead of $^W.
21343      Branch: perl
21344            ! t/op/bless.t
21345 ____________________________________________________________________________
21346 [  6542] By: jhi                                   on 2000/08/07  17:41:41
21347         Log: Disable a portability warning Because We Know What We Are Doing.
21348      Branch: perl
21349            ! t/op/bless.t
21350 ____________________________________________________________________________
21351 [  6541] By: jhi                                   on 2000/08/07  17:29:51
21352         Log: Tiny tidying on report_evil_fh().
21353      Branch: perl
21354            ! util.c
21355 ____________________________________________________________________________
21356 [  6540] By: jhi                                   on 2000/08/07  16:37:38
21357         Log: Make regular expression parse error messages easier to understand.
21358              
21359              Subject: Re: enhanced(?) regex error messages
21360              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
21361              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
21362              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
21363      Branch: perl
21364            ! regcomp.c
21365 ____________________________________________________________________________
21366 [  6539] By: jhi                                   on 2000/08/07  16:12:27
21367         Log: Make bless(REF, REF) a fatal error, add bless tests.
21368              
21369              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
21370              From: Hugo <hv@crypt.compulink.co.uk>
21371              Date: Mon, 07 Aug 2000 16:59:38 +0100
21372              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
21373      Branch: perl
21374            + t/op/bless.t
21375            ! MANIFEST pod/perldiag.pod pp.c sv.c
21376 ____________________________________________________________________________
21377 [  6538] By: jhi                                   on 2000/08/07  15:59:43
21378         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
21379              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
21380              Date: Thu, 3 Aug 2000 14:29:21 -0700
21381              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
21382      Branch: perl
21383            ! lib/lib_pm.PL
21384 ____________________________________________________________________________
21385 [  6537] By: jhi                                   on 2000/08/07  15:47:18
21386         Log: Retract #6419 for now since it breaks in AFS and MachTen.
21387      Branch: perl
21388            ! lib/Cwd.pm
21389 ____________________________________________________________________________
21390 [  6536] By: jhi                                   on 2000/08/07  15:05:29
21391         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
21392              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
21393              The security hole exists only in suidperls, which isn't
21394              installed or even built by default.
21395      Branch: perl
21396            ! perl.c
21397 ____________________________________________________________________________
21398 [  6535] By: jhi                                   on 2000/08/07  14:45:14
21399         Log: tr memory corruption fix from Simon Cozens.
21400      Branch: perl
21401            ! doop.c
21402 ____________________________________________________________________________
21403 [  6534] By: jhi                                   on 2000/08/06  11:38:16
21404         Log: Document a bit that UDP is not what you might think.
21405              
21406              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
21407              From: Lupe Christoph <lupe@lupe-christoph.de>
21408              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
21409              Date: Mon, 24 Jul 2000 08:59:15 +0200
21410      Branch: perl
21411            ! pod/perlipc.pod
21412 ____________________________________________________________________________
21413 [  6533] By: jhi                                   on 2000/08/06  11:35:01
21414         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
21415              From: Jeff Pinyan <jeffp@hut.crusoe.net>
21416              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
21417              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
21418      Branch: perl
21419            ! pod/perlfunc.pod
21420 ____________________________________________________________________________
21421 [  6532] By: jhi                                   on 2000/08/06  03:45:41
21422         Log: Have symbols for the IoTYPEs.
21423      Branch: perl
21424            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
21425 ____________________________________________________________________________
21426 [  6531] By: jhi                                   on 2000/08/06  01:33:55
21427         Log: Continue fixing the io warnings.  This also
21428              sort of fixes bug ID 20000802.003: the core dump
21429              is no more.  Whether the current behaviour is correct
21430              (giving a warning: "Not a format reference"), is another matter.
21431      Branch: perl
21432            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
21433            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
21434 ____________________________________________________________________________
21435 [  6530] By: jhi                                   on 2000/08/05  21:33:12
21436         Log: Change the Policy policy: now -Dprefix= with an existing
21437              Policy.sh and prefix == siteprefix == vendorprefix, then all
21438              of them follow along the new prefix.
21439              
21440              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
21441              From: Andy Dougherty <doughera@lafayette.edu>
21442              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
21443              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
21444      Branch: perl
21445            ! Policy_sh.SH
21446 ____________________________________________________________________________
21447 [  6529] By: jhi                                   on 2000/08/05  18:57:28
21448         Log: Zap lib/Sys directory when cleaning up.
21449      Branch: perl
21450            ! Makefile.SH
21451 ____________________________________________________________________________
21452 [  6528] By: jhi                                   on 2000/08/05  18:40:44
21453         Log: Essential prototype changes were missing from #6527.
21454              Also make report_evil_fh() more bomb-proof.
21455      Branch: perl
21456            ! embed.h util.c
21457 ____________________________________________________________________________
21458 [  6527] By: jhi                                   on 2000/08/05  03:22:05
21459         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
21460              From: "Ronald F. Guilmette" <rfg@monkeys.com>
21461              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
21462              Message-Id: <200007242247.PAA52177@monkeys.com>
21463      Branch: perl
21464            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
21465 ____________________________________________________________________________
21466 [  6526] By: jhi                                   on 2000/08/04  21:23:27
21467         Log: gcc versions might have (parentheses) in them.
21468      Branch: metaconfig/U/perl
21469            ! gccvers.U
21470      Branch: perl
21471            ! Configure config_h.SH
21472 ____________________________________________________________________________
21473 [  6525] By: jhi                                   on 2000/08/04  20:23:12
21474         Log: Weed buglets pointed out by
21475              
21476              From: Lupe Christoph <lupe@lupe-christoph.de>
21477              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
21478              Date: Fri, 4 Aug 2000 17:34:39 +0200
21479              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
21480      Branch: metaconfig/U/perl
21481            ! gccvers.U uselfs.U
21482      Branch: perl
21483            ! Configure config_h.SH
21484 ____________________________________________________________________________
21485 [  6524] By: jhi                                   on 2000/08/04  19:02:08
21486         Log: Warn under -w if lstat(FH) is attempted.
21487              
21488              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
21489              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
21490              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
21491              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
21492      Branch: perl
21493            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
21494            ! t/pragma/warn/pp_sys
21495 ____________________________________________________________________________
21496 [  6523] By: jhi                                   on 2000/08/04  12:31:11
21497         Log: Subject: New perlcc, take 2
21498              From: simon@brecon.co.uk (Simon Cozens)
21499              Date: 4 Aug 2000 06:21:04 GMT
21500              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
21501      Branch: perl
21502            ! utils/perlcc.PL
21503 ____________________________________________________________________________
21504 [  6522] By: jhi                                   on 2000/08/04  12:26:33
21505         Log: Subject: Re: Array vs. List context
21506              From: Daniel Chetlin <daniel@chetlin.com>
21507              Date: Fri, 4 Aug 2000 00:22:44 -0700
21508              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
21509      Branch: perl
21510            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
21511            ! pod/perlfaq4.pod
21512 ____________________________________________________________________________
21513 [  6521] By: jhi                                   on 2000/08/04  12:22:38
21514         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
21515              From: Raymund Will <ray@caldera.de>
21516              Date: Fri, 4 Aug 2000 12:07:09 +0200
21517              Message-Id: <20000804120709.A14982@caldera.de>
21518      Branch: perl
21519            ! configure.gnu
21520 ____________________________________________________________________________
21521 [  6520] By: jhi                                   on 2000/08/04  04:09:06
21522         Log: After the #6519 a warning about stat() is just that,
21523              not about a filetest, which now have their own warning.
21524      Branch: perl
21525            ! pod/perldiag.pod
21526 ____________________________________________________________________________
21527 [  6519] By: jhi                                   on 2000/08/04  04:06:30
21528         Log: In the warnings call filehandles consistently so;
21529              add "unopened" warning for stat().
21530      Branch: perl
21531            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
21532            ! t/pragma/warn/pp_sys
21533 ____________________________________________________________________________
21534 [  6518] By: jhi                                   on 2000/08/04  02:55:35
21535         Log: Subject: Minor tweak to perlvar.pod
21536              From: "Stephen P. Potter" <spp@ds.net>
21537              Date: Tue, 18 Apr 2000 09:26:03 -0400
21538              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
21539      Branch: perl
21540            ! pod/perlvar.pod
21541 ____________________________________________________________________________
21542 [  6517] By: jhi                                   on 2000/08/04  02:50:08
21543         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
21544              From: "Clinton Pierce" <cpierce1@ford.com>
21545              Date: Wed, 21 Jul 1999 16:45:31 -0400
21546              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
21547              
21548              Fix by Stephen Potter (visible in the bug db but not in p5p?)
21549      Branch: perl
21550            ! pod/perlfunc.pod pod/perlop.pod
21551 ____________________________________________________________________________
21552 [  6516] By: jhi                                   on 2000/08/04  02:09:25
21553         Log: This is 6512.  Really.
21554      Branch: perl
21555            ! dump.c
21556 ____________________________________________________________________________
21557 [  6515] By: jhi                                   on 2000/08/04  01:25:50
21558         Log: mention the idea of @( and @)
21559      Branch: perl
21560            ! Todo-5.6
21561 ____________________________________________________________________________
21562 [  6514] By: bailey                                on 2000/08/04  01:18:46
21563         Log: YA resync with mainstem, including VMS patches from others
21564      Branch: vmsperl
21565           +> (branch 48 files)
21566            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
21567           !> (integrate 354 files)
21568 ____________________________________________________________________________
21569 [  6513] By: jhi                                   on 2000/08/04  01:18:18
21570         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
21571              From: Mark Dickinson <dickins3@fas.harvard.edu>
21572              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
21573              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
21574      Branch: perl
21575            ! t/op/grent.t t/op/pwent.t
21576 ____________________________________________________________________________
21577 [  6512] By: jhi                                   on 2000/08/04  01:14:06
21578         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
21579              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21580              Date: Wed, 02 Aug 2000 10:51:01 +0100
21581              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
21582      Branch: perl
21583            ! sv.c
21584 ____________________________________________________________________________
21585 [  6511] By: jhi                                   on 2000/08/04  00:57:00
21586         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
21587              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21588              Date: Thu, 03 Aug 2000 17:20:04 -0700
21589              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
21590      Branch: metaconfig
21591            ! U/modified/Cppsym.U
21592      Branch: perl
21593            ! Configure config_h.SH
21594 ____________________________________________________________________________
21595 [  6510] By: jhi                                   on 2000/08/04  00:25:28
21596         Log: detypo
21597      Branch: perl
21598            ! Makefile.SH
21599 ____________________________________________________________________________
21600 [  6509] By: jhi                                   on 2000/08/03  23:43:18
21601         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
21602              From: Dominic Dunlop <domo@computer.org>
21603              Date: Thu, 3 Aug 2000 22:16:46 +0200
21604              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
21605      Branch: perl
21606            ! t/op/sprintf.t
21607 ____________________________________________________________________________
21608 [  6508] By: jhi                                   on 2000/08/03  23:40:37
21609         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
21610              From: Hugo <hv@crypt.compulink.co.uk>
21611              Date: Thu, 03 Aug 2000 18:25:30 +0100
21612              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
21613      Branch: perl
21614            ! regcomp.c t/op/re_tests
21615 ____________________________________________________________________________
21616 [  6507] By: jhi                                   on 2000/08/03  23:38:28
21617         Log: Subject: [PATCH] sv.h documentation - SvLEN
21618              From: Mike Guy <mjtg@cam.ac.uk>
21619              Date: Thu, 03 Aug 2000 14:43:09 +0100
21620              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
21621      Branch: perl
21622            ! sv.h
21623 ____________________________________________________________________________
21624 [  6506] By: jhi                                   on 2000/08/03  15:49:14
21625         Log: Disable the fix_pl hack for now.
21626      Branch: perl
21627            ! Makefile.SH
21628 ____________________________________________________________________________
21629 [  6505] By: jhi                                   on 2000/08/03  13:49:04
21630         Log: Add a URL for FSF.
21631              
21632              Subject: Patch for README
21633              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21634              Date: Wed, 2 Aug 2000 13:25:09 -0500
21635              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
21636      Branch: perl
21637            ! README
21638 ____________________________________________________________________________
21639 [  6504] By: jhi                                   on 2000/08/03  13:29:19
21640         Log: Be more informative on what is skipped and why,
21641              also repeat the list at the end.
21642      Branch: perl
21643            ! Porting/p4desc
21644 ____________________________________________________________________________
21645 [  6503] By: jhi                                   on 2000/08/03  13:07:05
21646         Log: Circumvent the removal of .patch by fix_pl.
21647              
21648              Subject: Re: [ID 20000802.011] unable to 'make test'          
21649              From: simon@brecon.co.uk (Simon Cozens) 
21650              Date: 3 Aug 2000 04:17:00 GMT
21651              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
21652      Branch: perl
21653            ! Makefile.SH
21654 ____________________________________________________________________________
21655 [  6502] By: jhi                                   on 2000/08/03  00:14:34
21656         Log: Add the missing setproctitle unit.
21657      Branch: metaconfig/U/perl
21658            + d_setproctitle.U
21659 ____________________________________________________________________________
21660 [  6501] By: jhi                                   on 2000/08/03  00:00:26
21661         Log: The subtest 4 may fail also on VOBS, as pointed out
21662              by Nick Ing-Simmons in November 1999, bug id 19991124.003
21663              (but the failure in that bug report isn't the subtest 4).
21664      Branch: perl
21665            ! t/op/stat.t
21666 ____________________________________________________________________________
21667 [  6500] By: jhi                                   on 2000/08/02  23:49:30
21668         Log: Better skip message for the test; one of the two problems in
21669              
21670              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
21671              From: Lupe Christoph <lupe@lupe-christoph.de>
21672              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
21673              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
21674      Branch: perl
21675            ! t/op/numconvert.t
21676 ____________________________________________________________________________
21677 [  6499] By: jhi                                   on 2000/08/02  22:49:16
21678         Log: Allow "no Module;" even if there is no 'unimport'.
21679              
21680              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
21681              From: mjd@plover.com
21682              Date: 24 Mar 2000 15:24:34 -0000
21683              Message-Id: <20000324152434.15160.qmail@plover.com>
21684      Branch: perl
21685            ! gv.c
21686 ____________________________________________________________________________
21687 [  6498] By: jhi                                   on 2000/08/02  22:42:58
21688         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
21689              that are hopefully soon put into use.
21690      Branch: perl
21691            ! opcode.h opcode.pl opnames.h
21692 ____________________________________________________________________________
21693 [  6497] By: gsar                                  on 2000/08/02  22:28:59
21694         Log: require.t needs binmode() to work on windows
21695      Branch: perl
21696            ! t/comp/require.t
21697 ____________________________________________________________________________
21698 [  6496] By: jhi                                   on 2000/08/02  22:08:51
21699         Log: Document the IVdf UVuf UVof UVxf.
21700      Branch: perl
21701            ! pod/perlguts.pod
21702 ____________________________________________________________________________
21703 [  6495] By: jhi                                   on 2000/08/02  21:54:26
21704         Log: detypo #6494
21705      Branch: perl
21706            ! ext/Data/Dumper/Dumper.xs
21707 ____________________________________________________________________________
21708 [  6494] By: jhi                                   on 2000/08/02  21:49:17
21709         Log: Dump UVs as UVs in Data::Dumper.
21710              
21711              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
21712              From: Gurusamy Sarathy <gsar@ActiveState.com>
21713              Date: Thu, 27 Apr 2000 12:26:25 -0700
21714              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
21715      Branch: perl
21716            ! ext/Data/Dumper/Dumper.xs
21717 ____________________________________________________________________________
21718 [  6493] By: jhi                                   on 2000/08/02  17:01:58
21719         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
21720              From: Hugo <hv@crypt.compulink.co.uk>
21721              Date: Wed, 02 Aug 2000 14:53:56 +0100
21722              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
21723      Branch: perl
21724            ! regexec.c t/op/re_tests
21725 ____________________________________________________________________________
21726 [  6492] By: jhi                                   on 2000/08/02  15:02:46
21727         Log: The new setproctitle() feature is available only in 
21728              bleeding edge FreeBSD.  From Paul Saab.
21729      Branch: perl
21730            ! mg.c
21731 ____________________________________________________________________________
21732 [  6491] By: jhi                                   on 2000/08/02  13:34:36
21733         Log: The tr utf8 patching continues.
21734              
21735              Subject: Re: #6469, too many tests claimed in require.t
21736              From: simon@brecon.co.uk (Simon Cozens)
21737              Date: 2 Aug 2000 02:37:17 GMT
21738              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
21739              
21740              (the logic of the test was the wrong way round in the patch)
21741      Branch: perl
21742            ! doop.c
21743 ____________________________________________________________________________
21744 [  6490] By: jhi                                   on 2000/08/02  13:27:38
21745         Log: The name of a filehandle does not have <these>.
21746      Branch: perl
21747            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
21748            ! t/pragma/warn/pp_sys util.c
21749 ____________________________________________________________________________
21750 [  6489] By: jhi                                   on 2000/08/02  04:26:46
21751         Log: Remove the extraneous "main::" prefix from all the
21752              "opened only for", "on closed", and "never opened" warnings.
21753              
21754              Subject: Re: inappropriate warning
21755              From: Gurusamy Sarathy <gsar@ActiveState.com>
21756              Date: Mon, 20 Mar 2000 11:28:02 -0800
21757              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
21758      Branch: perl
21759            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
21760            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
21761            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
21762 ____________________________________________________________________________
21763 [  6488] By: jhi                                   on 2000/08/02  03:02:57
21764         Log: memcpy has n o in it, as pinted ut by Sarathy.
21765      Branch: perl
21766            ! pod/perlguts.pod
21767 ____________________________________________________________________________
21768 [  6487] By: jhi                                   on 2000/08/02  02:44:51
21769         Log: Document in one place the memory abstractions used in Perl core.
21770              
21771              Subject: Re: Memory abstraction
21772              From: simon@brecon.co.uk (Simon Cozens)
21773              Date: 2 Aug 2000 02:20:23 GMT
21774              Organization: Earth.li Origins
21775      Branch: perl
21776            ! pod/perlguts.pod
21777 ____________________________________________________________________________
21778 [  6486] By: jhi                                   on 2000/08/02  02:41:57
21779         Log: regen_headers, regen perltoc.
21780      Branch: perl
21781            ! perlapi.c pod/perltoc.pod
21782 ____________________________________________________________________________
21783 [  6485] By: jhi                                   on 2000/08/02  01:43:33
21784         Log: "This little thing tests for a file .patch, and if it contains
21785              a number, pops into patchlevel.h" (making it easier to track
21786              which development version people are reporting bugs against)
21787              
21788              Subject: Patchlevel autogeneration for repository perls
21789              From: simon@brecon.co.uk (Simon Cozens)
21790              Date: 14 Jul 2000 07:12:15 GMT
21791              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
21792      Branch: perl
21793            + fix_pl
21794            ! MANIFEST Makefile.SH
21795 ____________________________________________________________________________
21796 [  6484] By: jhi                                   on 2000/08/02  01:32:54
21797         Log: FreeBSD 3.* updates from
21798              
21799              From: Paul Saab <ps@yahoo-inc.com>
21800              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
21801              Date: Tue, 1 Aug 2000 15:41:39 -0700
21802              Message-Id: <20000801154139.A53740@yahoo-inc.com>
21803      Branch: perl
21804            ! hints/freebsd.sh
21805 ____________________________________________________________________________
21806 [  6483] By: jhi                                   on 2000/08/02  01:27:44
21807         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
21808              instead one must use setproctitle().  This was already addressed
21809              by change #6457, but the below has a new variant for FreeBSD 4.0
21810              or later, and the matter is also documented more.
21811              
21812              From: Paul Saab <ps@yahoo-inc.com>
21813              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
21814              Date: Tue, 1 Aug 2000 15:41:39 -0700
21815              Message-Id: <20000801154139.A53740@yahoo-inc.com>
21816      Branch: metaconfig/U/perl
21817            + i_libutil.U
21818      Branch: perl
21819            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
21820 ____________________________________________________________________________
21821 [  6482] By: jhi                                   on 2000/08/01  22:17:32
21822         Log: The test from this
21823              
21824              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
21825              Date: Sat, 15 Apr 2000 17:03:44 +0100
21826              From: Tom Hughes <tom@compton.nu>
21827              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
21828              
21829              was missing, the code change went in as #5989
21830              (which had a different test?)
21831      Branch: perl
21832            ! t/op/misc.t
21833 ____________________________________________________________________________
21834 [  6481] By: jhi                                   on 2000/08/01  21:48:38
21835         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
21836              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
21837              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
21838              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
21839      Branch: perl
21840            ! perl.h
21841 ____________________________________________________________________________
21842 [  6480] By: jhi                                   on 2000/08/01  18:05:28
21843         Log: Make p4desc to skip non-mainperl branches by default.
21844      Branch: perl
21845            ! Porting/p4desc
21846 ____________________________________________________________________________
21847 [  6479] By: jhi                                   on 2000/08/01  17:29:19
21848         Log: If gccosandvers is equal to osname, clear gccosandvers.
21849      Branch: metaconfig/U/perl
21850            ! gccvers.U
21851      Branch: perl
21852            ! Configure config_h.SH
21853 ____________________________________________________________________________
21854 [  6478] By: jhi                                   on 2000/08/01  15:54:08
21855         Log: BOM patching from Simon Cozens.
21856      Branch: perl
21857            ! toke.c
21858 ____________________________________________________________________________
21859 [  6477] By: jhi                                   on 2000/08/01  04:50:33
21860         Log: Stash away the largefiles flags and libswanted.
21861      Branch: perl
21862            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
21863 ____________________________________________________________________________
21864 [  6476] By: gsar                                  on 2000/08/01  04:24:24
21865         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
21866              on Windows)
21867      Branch: perl
21868            ! t/pragma/utf8.t utf8.c win32/win32.c
21869 ____________________________________________________________________________
21870 [  6475] By: jhi                                   on 2000/08/01  03:35:24
21871         Log: Make chr() for values >127 to create utf8 when under utf8.
21872              
21873              Subject: Re: uft8/chr()
21874              From: simon@brecon.co.uk (Simon Cozens)
21875              Date: 1 Aug 2000 02:37:02 GMT
21876              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
21877      Branch: perl
21878            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
21879 ____________________________________________________________________________
21880 [  6474] By: jhi                                   on 2000/08/01  02:36:18
21881         Log: In Digital UNIX warn if gcc explicitly chosen because even
21882              2.95.2 is known to cause problems.
21883      Branch: perl
21884            ! hints/dec_osf.sh
21885 ____________________________________________________________________________
21886 [  6473] By: jhi                                   on 2000/08/01  02:00:56
21887         Log: Make the safety catch for buggy gccs work with triple version
21888              numbers like 2.95.2.  Reported in
21889              
21890              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
21891              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
21892              Date: Mon, 31 Jul 2000 14:55:06 +0200
21893              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
21894      Branch: perl
21895            ! hints/dec_osf.sh
21896 ____________________________________________________________________________
21897 [  6472] By: jhi                                   on 2000/08/01  01:13:33
21898         Log: Subject: fix and question re: waitpid() under win32
21899              From: Brian Clarke <clarke@appliedmeta.com>
21900              Date: Fri, 28 Jul 2000 15:18:29 -0400
21901              Message-ID: <3981DC85.290314EB@appliedmeta.com>
21902              
21903              Slightly reformatted and WNOHANG # define moved to win32.h
21904              so that also POSIX.xs sees it, as suggsted by Sarathy.
21905      Branch: perl
21906            ! win32/win32.c win32/win32.h
21907 ____________________________________________________________________________
21908 [  6471] By: jhi                                   on 2000/08/01  00:55:05
21909         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
21910              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21911              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
21912              Date: Mon, 31 Jul 2000 13:28:51 +0100
21913              
21914              (aka ID 20000730.002)
21915      Branch: perl
21916            ! op.c t/op/tr.t
21917 ____________________________________________________________________________
21918 [  6470] By: jhi                                   on 2000/07/31  23:34:42
21919         Log: Document the problem with -P in HP-UX and its workaround.
21920              
21921              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
21922              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
21923              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
21924              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
21925      Branch: perl
21926            ! README.hpux
21927 ____________________________________________________________________________
21928 [  6469] By: jhi                                   on 2000/07/31  04:15:02
21929         Log: The swallow_bom() saga continues.  The #23 of require.t
21930              (UTF16-LE) still fails (silently, no output) but the #22
21931              (UTF16-BE) seems to be working now.  The root of the
21932              failure may be in sv_gets(): is it UTF-16LE-aware,
21933              especially when it comes to line endings? 
21934      Branch: perl
21935            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
21936            ! t/comp/require.t toke.c utf8.c
21937 ____________________________________________________________________________
21938 [  6468] By: jhi                                   on 2000/07/30  19:05:48
21939         Log: Find green threads before native threads.
21940              
21941              Subject: Re: Patch to jpl/JNI/Makefile.PL
21942              From: Jens Thomsen <jens@fiend.cis.com>
21943              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
21944              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
21945      Branch: perl
21946            ! jpl/JNI/Makefile.PL
21947 ____________________________________________________________________________
21948 [  6467] By: jhi                                   on 2000/07/30  18:36:22
21949         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
21950      Branch: perl
21951            ! doop.c
21952 ____________________________________________________________________________
21953 [  6466] By: jhi                                   on 2000/07/30  04:37:29
21954         Log: A new version of the "remove UPPERACSE string comparison"
21955              operators.  The problem with the previous one (change #6454)
21956              was that it was for Perl 5.6.0.  From Paul Marquess.
21957      Branch: perl
21958            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
21959            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
21960            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
21961 ____________________________________________________________________________
21962 [  6465] By: jhi                                   on 2000/07/29  22:39:56
21963         Log: Do not upgrade SVs into utf8 just because they participate
21964              in eq or cmp.  Reported and fix suggested in
21965              
21966              Subject: [ID 20000720.009] sv_eq UTF8 bug
21967              From: "Simon Cozens" <simon@othersideofthe.earth.li>
21968              Date: 21 Jul 2000 04:37:29 -0000
21969              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
21970              
21971              Exercise for the kind reader: should we or should we not
21972              cache the utf8 conversion alonside the SV? (as magic,
21973              as thestrxfrm()ed version is cached under use locale)
21974              Argue both for and against.
21975      Branch: perl
21976            ! sv.c
21977 ____________________________________________________________________________
21978 [  6464] By: jhi                                   on 2000/07/29  22:36:22
21979         Log: Subject: UTF8 concat
21980              From: simon@brecon.co.uk (Simon Cozens) 
21981              Date: 30 Jun 2000 06:13:25 GMT
21982              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
21983              
21984              (with a memory leak fixed, plus a few casts added)
21985              
21986              This also seems to help for
21987              
21988              Subject: [ID 20000716.015] join UTF8 weirdness
21989              From: root <root@ak-71.mind.de> 
21990              Date: Sat, 15 Jul 2000 15:29:54 +0200
21991              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
21992              
21993              (from Andreas König)
21994      Branch: perl
21995            ! pp_hot.c
21996 ____________________________________________________________________________
21997 [  6463] By: jhi                                   on 2000/07/29  00:55:39
21998         Log: Tune the comments and hopefully stop a memory leak.
21999      Branch: perl
22000            ! toke.c utf8.c
22001 ____________________________________________________________________________
22002 [  6462] By: jhi                                   on 2000/07/29  00:16:53
22003         Log: The problem described in this
22004              
22005              Subject: [ID 20000322.018] named chars aren't magical enough
22006              From: root <root@dixie.cscaper.com>     
22007              Date: Wed, 22 Mar 2000 18:37:42 -0700
22008              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
22009              
22010              has been fixed in perl 5.6.0 but just in case added a test
22011              to keep it away.  (The report from Joseph Hall.)
22012      Branch: perl
22013            ! t/lib/charnames.t
22014 ____________________________________________________________________________
22015 [  6461] By: jhi                                   on 2000/07/28  23:56:36
22016         Log: Tiny fixes for #6460.
22017      Branch: metaconfig/U/perl
22018            ! gccvers.U
22019      Branch: perl
22020            ! Configure config_h.SH
22021 ____________________________________________________________________________
22022 [  6460] By: jhi                                   on 2000/07/28  23:24:41
22023         Log: Warn if the version of the operating system used to compile gcc
22024              differs from the current version of the operating system.
22025              Also display the gcc compilation os and version in myconfig.
22026              Inspiration from
22027              
22028              Subject: Re: [ID 20000710.003] ERRORS!!         
22029              From: "Kurt D. Starsinic" <kstar@chapin.edu>
22030              Date: Mon, 10 Jul 2000 15:54:16 -0400
22031              Message-ID: <20000710155416.A1384@O2.chapin.edu>
22032      Branch: metaconfig/U/perl
22033            ! gccvers.U
22034      Branch: perl
22035            ! Configure config_h.SH myconfig.SH
22036 ____________________________________________________________________________
22037 [  6459] By: jhi                                   on 2000/07/28  22:00:32
22038         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
22039              letter to $Config{osvers}.
22040      Branch: metaconfig
22041            ! U/modified/Oldconfig.U
22042      Branch: perl
22043            ! Configure config_h.SH
22044 ____________________________________________________________________________
22045 [  6458] By: jhi                                   on 2000/07/28  04:15:39
22046         Log: Back out #6454, doesn't seem to work.
22047              (Reason: that patch was for perl 5.6.0, not perl-current)
22048              (A version of the patch for perl-current came in later as #6466)
22049      Branch: perl
22050            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
22051            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
22052            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
22053 ____________________________________________________________________________
22054 [  6457] By: jhi                                   on 2000/07/27  23:31:49
22055         Log: Use setproctitle() if available to modify $0.
22056              
22057              Subject: setting $* on BSD4 broken
22058              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
22059              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
22060              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
22061      Branch: metaconfig
22062            ! U/modified/Myinit.U
22063      Branch: perl
22064            ! Configure config_h.SH mg.c
22065 ____________________________________________________________________________
22066 [  6456] By: jhi                                   on 2000/07/27  14:50:47
22067         Log: Allow "no AutoLoader;", based on change #6444,
22068              suggested by Graham Barr.
22069      Branch: perl
22070            ! lib/AutoLoader.pm
22071 ____________________________________________________________________________
22072 [  6455] By: jhi                                   on 2000/07/27  14:19:10
22073         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
22074              From: rspier@pobox.com (Robert Spier)
22075              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
22076              Message-ID: <14720.15855.787664.424783@rls.cx>
22077      Branch: perl
22078            ! pod/perldiag.pod
22079 ____________________________________________________________________________
22080 [  6454] By: jhi                                   on 2000/07/27  14:03:02
22081         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
22082              for a long time).
22083              
22084              Reported in
22085              
22086              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
22087              From: Ryan Herbert <rherbert@sycamorehq.com>
22088              Date: Mon, 17 Jul 2000 11:40:42 -0400
22089              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
22090              
22091              Patched in
22092              
22093              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
22094              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
22095              Date: Wed, 26 Jul 2000 23:40:18 +0100
22096              Message-ID: <000001bff752$79511880$0a17073e@tiny>
22097              
22098              based on an earlier patch from Stephen P. Potter.
22099              
22100              (Removed later by change #6458 because this patch was for
22101              perl 5.6.0, not perl-current)
22102      Branch: perl
22103            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
22104            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
22105            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
22106 ____________________________________________________________________________
22107 [  6453] By: jhi                                   on 2000/07/27  13:48:02
22108         Log: Subject: [PATCH] fixes bug 20000508.004
22109              From: Michael Stevens <mstevens@globnix.org>
22110              Date: Thu, 27 Jul 2000 13:49:04 +0100
22111              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
22112      Branch: perl
22113            ! pod/perldata.pod
22114 ____________________________________________________________________________
22115 [  6452] By: jhi                                   on 2000/07/26  23:51:26
22116         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
22117              and Craig A. Berry.
22118      Branch: perl
22119            ! lib/File/Temp.pm pod/perlport.pod
22120 ____________________________________________________________________________
22121 [  6451] By: jhi                                   on 2000/07/26  19:43:30
22122         Log: Be wary of close()s, too.
22123              
22124              Subject: Re: [PATCH] perlbug cleanup
22125              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22126              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
22127              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
22128      Branch: perl
22129            ! utils/perlbug.PL
22130 ____________________________________________________________________________
22131 [  6450] By: jhi                                   on 2000/07/26  18:41:40
22132         Log: Subject: Minor doc patch: handy.h
22133              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
22134              Date: Wed, 26 Jul 2000 15:34:25 -0300
22135              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
22136      Branch: perl
22137            ! handy.h pod/perlapi.pod
22138 ____________________________________________________________________________
22139 [  6449] By: jhi                                   on 2000/07/26  18:23:55
22140         Log: Subject: [PATCH] minor doc change - perlguts
22141              From: Michael Stevens <mstevens@globnix.org>
22142              Date: Thu, 13 Jul 2000 12:39:18 +0100
22143              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
22144      Branch: perl
22145            ! pod/perlguts.pod
22146 ____________________________________________________________________________
22147 [  6448] By: jhi                                   on 2000/07/26  18:20:30
22148         Log: open() wariness in perlbug.
22149              
22150              Subject: [PATCH] perlbug cleanup
22151              From: Michael Stevens <mstevens@globnix.org>
22152              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
22153              Date: Thu, 13 Jul 2000 15:52:23 +0100
22154      Branch: perl
22155            ! utils/perlbug.PL
22156 ____________________________________________________________________________
22157 [  6447] By: jhi                                   on 2000/07/26  18:13:04
22158         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
22159      Branch: perl
22160            ! lib/File/Temp.pm t/lib/ftmp-security.t
22161 ____________________________________________________________________________
22162 [  6446] By: jhi                                   on 2000/07/26  18:06:32
22163         Log: docfix from Peter Scott <Peter@PSDT.com>.
22164      Branch: perl
22165            ! pod/perlfunc.pod
22166 ____________________________________________________________________________
22167 [  6445] By: jhi                                   on 2000/07/26  17:53:31
22168         Log: Fix *foo{FORMAT}.
22169              
22170              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22171              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
22172              Date: Wed, 26 Jul 2000 19:51:02 +0200
22173              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
22174              
22175              From: Graham Barr <gbarr@pobox.com>
22176              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
22177              Date: Wed, 26 Jul 2000 17:38:36 +0100
22178              Message-ID: <20000726173836.L472@pobox.com>
22179      Branch: perl
22180            ! pp.c sv.c t/op/gv.t
22181 ____________________________________________________________________________
22182 [  6444] By: jhi                                   on 2000/07/26  17:49:14
22183         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
22184              from Graham Barr in the module list.
22185      Branch: perl
22186            ! gv.c pod/perlobj.pod
22187 ____________________________________________________________________________
22188 [  6443] By: jhi                                   on 2000/07/26  16:06:56
22189         Log: More split() doc and test patches from Mike Guy.
22190      Branch: perl
22191            ! pod/perlfunc.pod t/op/split.t
22192 ____________________________________________________________________________
22193 [  6442] By: jhi                                   on 2000/07/26  16:05:30
22194         Log: MacOS nits from Matthias Neeracher.
22195      Branch: perl
22196            ! perl.c pp_ctl.c
22197 ____________________________________________________________________________
22198 [  6441] By: jhi                                   on 2000/07/26  04:39:57
22199         Log: Subject: [PATCH] split /^/
22200              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22201              Date: Tue, 25 Jul 2000 14:18:57 +0100
22202              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
22203              
22204              (with notes from tchrist and gbarr)
22205      Branch: perl
22206            ! pod/perlfunc.pod t/op/split.t
22207 ____________________________________________________________________________
22208 [  6440] By: jhi                                   on 2000/07/26  04:32:32
22209         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
22210              From: Peter Prymmer <pvhp@forte.com>
22211              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
22212              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
22213      Branch: perl
22214            ! vms/munchconfig.c
22215 ____________________________________________________________________________
22216 [  6439] By: jhi                                   on 2000/07/26  04:31:01
22217         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
22218              to be fatal errors (instead of by default ignoring them, and
22219              ignoring with a bug: even though -w gave an error, the opening [
22220              was left in)  Reported in:
22221              
22222              Subject: [ID 20000716.024] [=cc=] / [:blank:]
22223              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
22224              Date: Sun, 16 Jul 2000 17:55:29 -0700
22225              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
22226      Branch: perl
22227            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
22228 ____________________________________________________________________________
22229 [  6438] By: jhi                                   on 2000/07/25  15:41:15
22230         Log: Subject: [PATCH] av.c apidoc
22231              From: simon@brecon.co.uk (Simon Cozens)
22232              Date: 24 Jul 2000 06:40:52 GMT
22233              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
22234      Branch: perl
22235            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
22236            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
22237 ____________________________________________________________________________
22238 [  6437] By: jhi                                   on 2000/07/25  14:05:36
22239         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
22240              From: "Stephen P. Potter" <spp@ds.net>
22241              Date: Mon, 24 Jul 2000 14:22:23 -0400
22242              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
22243      Branch: perl
22244            ! pod/perllocale.pod
22245 ____________________________________________________________________________
22246 [  6436] By: jhi                                   on 2000/07/25  14:02:03
22247         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
22248              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22249              Date: Mon, 24 Jul 2000 18:04:28 +0100
22250              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
22251      Branch: perl
22252            ! t/lib/syslfs.t t/op/lfs.t
22253 ____________________________________________________________________________
22254 [  6435] By: jhi                                   on 2000/07/25  13:59:28
22255         Log: Get UTF16 BOMs working.  Patch from
22256              
22257              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
22258              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22259              Date: Tue, 25 Jul 2000 12:52:45 +0100
22260              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
22261              
22262              and notes from
22263              
22264              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
22265              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22266              Date: Tue, 25 Jul 2000 11:43:25 +0100
22267              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
22268      Branch: perl
22269            ! t/comp/require.t toke.c utf8.c
22270 ____________________________________________________________________________
22271 [  6434] By: jhi                                   on 2000/07/25  02:39:54
22272         Log: Make the "uninit variable" warning to say "concat or string"
22273              or "join or string" when in concat or join .
22274              
22275              Subject: Re: [ID 20000403.009] uninitialised concatenation???
22276              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22277              Date: Tue, 04 Apr 2000 18:22:58 +0100
22278              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
22279              
22280              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
22281              From: William R Ward <hermit@BayView.COM>
22282              Date: Thu, 30 Mar 2000 19:50:03 -0800
22283              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
22284      Branch: perl
22285            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
22286            ! t/pragma/warn/op t/pragma/warn/sv
22287 ____________________________________________________________________________
22288 [  6433] By: jhi                                   on 2000/07/24  17:52:56
22289         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
22290      Branch: perl
22291            ! lib/File/Spec/VMS.pm
22292 ____________________________________________________________________________
22293 [  6432] By: jhi                                   on 2000/07/24  17:44:44
22294         Log: Test cases for #6431.
22295              
22296              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
22297              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22298              Date: Mon, 24 Jul 2000 15:32:29 +0100
22299              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
22300      Branch: perl
22301            ! t/op/pat.t t/op/split.t
22302 ____________________________________________________________________________
22303 [  6431] By: jhi                                   on 2000/07/24  17:43:17
22304         Log: Bind op fix.
22305              
22306              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
22307              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22308              Date: Mon, 17 Jul 2000 20:04:56 +0100
22309              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
22310      Branch: perl
22311            ! op.c
22312 ____________________________________________________________________________
22313 [  6430] By: jhi                                   on 2000/07/24  03:42:42
22314         Log: Subject: [ID 20000716.023] syslog test fails without sockets
22315              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22316              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
22317              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
22318      Branch: metaconfig/U/perl
22319            ! Extensions.U
22320      Branch: perl
22321            ! Configure config_h.SH
22322 ____________________________________________________________________________
22323 [  6429] By: jhi                                   on 2000/07/24  03:11:52
22324         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
22325              case, but add also notes explaining the relationship of this
22326              patch and the earlier notes by Sarathy.
22327              
22328              Subject: Map is still slow
22329              From: "Ben Tilly" <ben_tilly@hotmail.com>
22330              Date: Sat, 15 Jul 2000 17:23:27 EDT
22331              Message-ID: <20000715212327.21656.qmail@hotmail.com>
22332      Branch: perl
22333            ! pp_ctl.c
22334 ____________________________________________________________________________
22335 [  6428] By: jhi                                   on 2000/07/24  02:58:52
22336         Log: Documentation to explain the behaviour of map().
22337              
22338              Subject: Re: Map is still slow 
22339              From: Gurusamy Sarathy <gsar@ActiveState.com>
22340              Date: Sat, 15 Jul 2000 16:05:09 -0700
22341              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
22342      Branch: perl
22343            ! pp_ctl.c
22344 ____________________________________________________________________________
22345 [  6427] By: jhi                                   on 2000/07/24  02:50:03
22346         Log: Add tests for
22347              [ID 19991110.003] another matching finding by pcre author
22348              which has already been fixed by some patch, as verified in
22349              
22350              Subject: Re: two regex bugs from the mists of time (well, last November)
22351              From: Hugo <hv@crypt.compulink.co.uk>
22352              Date: Sat, 22 Jul 2000 18:12:58 +0100
22353              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
22354      Branch: perl
22355            ! t/op/re_tests
22356 ____________________________________________________________________________
22357 [  6426] By: jhi                                   on 2000/07/24  02:11:20
22358         Log: A missing 'break' after the [[:space:]] switch case.
22359              
22360              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
22361              From: "Stephen P. Potter" <spp@ds.net>
22362              Date: Tue, 18 Jul 2000 16:25:17 -0400
22363              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
22364      Branch: perl
22365            ! regcomp.c
22366 ____________________________________________________________________________
22367 [  6425] By: jhi                                   on 2000/07/24  02:06:12
22368         Log: The output might have been produced in the wrong order.
22369              
22370              Subject: [ID 20000720.003] [PATCH] t/op/write.t
22371              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22372              Date: Thu, 20 Jul 2000 18:49:18 +0100
22373              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
22374      Branch: perl
22375            ! t/op/write.t
22376 ____________________________________________________________________________
22377 [  6424] By: jhi                                   on 2000/07/24  02:00:07
22378         Log: Use STDOUT consistently.
22379              
22380              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
22381              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22382              Date: Thu, 20 Jul 2000 18:04:01 +0100
22383              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
22384      Branch: perl
22385            ! lib/Test/Harness.pm
22386 ____________________________________________________________________________
22387 [  6423] By: jhi                                   on 2000/07/24  01:54:54
22388         Log: Protect against "wild next"s, that is, callbacks doing "next"
22389              instead of "return".
22390              
22391              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
22392              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22393              Date: Tue, 18 Jul 2000 11:30:16 +0100
22394              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
22395      Branch: perl
22396            ! lib/File/Find.pm
22397 ____________________________________________________________________________
22398 [  6422] By: jhi                                   on 2000/07/24  01:35:47
22399         Log: Out-of-date note removed.
22400              
22401              Subject: [PATCH] documentation perlipc
22402              From: rspier@pobox.com (Robert Spier)
22403              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
22404              Message-ID: <14711.35178.572612.502654@rls.cx>
22405      Branch: perl
22406            ! pod/perlipc.pod
22407 ____________________________________________________________________________
22408 [  6421] By: jhi                                   on 2000/07/24  00:09:18
22409         Log: Send all installperl messages to STDERR and be -w clean.
22410              
22411              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
22412              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22413              Date: Sat, 22 Jul 2000 14:02:11 +0100
22414              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
22415      Branch: perl
22416            ! installperl
22417 ____________________________________________________________________________
22418 [  6420] By: jhi                                   on 2000/07/24  00:04:19
22419         Log: Decutandpasto.
22420              
22421              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
22422              From: "Richard Soderberg" <rs@crystalflame.net>
22423              Date: Sun, 23 Jul 2000 01:37:23 -0700
22424              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
22425      Branch: perl
22426            ! pod/perlipc.pod
22427 ____________________________________________________________________________
22428 [  6419] By: jhi                                   on 2000/07/24  00:01:12
22429         Log: A cleaner abs_path().
22430              Subject: Re: unix alternative to Cwd.pm
22431              From: Jeff Pinyan <jeffp@crusoe.net>
22432              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
22433              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
22434      Branch: perl
22435            ! lib/Cwd.pm
22436 ____________________________________________________________________________
22437 [  6418] By: jhi                                   on 2000/07/23  23:48:56
22438         Log: Detypo.
22439              
22440              Subject: [PATCH perl-current] Typo in hints/powerux.sh
22441              From: "Richard Soderberg" <rs@crystalflame.net>
22442              Date: Sun, 23 Jul 2000 01:27:33 -0700
22443              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
22444      Branch: perl
22445            ! hints/powerux.sh
22446 ____________________________________________________________________________
22447 [  6417] By: jhi                                   on 2000/07/17  22:13:31
22448         Log: Subject: SDBM_File documentation
22449              From: mjd@plover.com
22450              Date: 16 Jul 2000 17:41:17 -0000
22451              Message-ID: <20000716174117.18515.qmail@plover.com>
22452      Branch: perl
22453            ! ext/SDBM_File/SDBM_File.pm
22454 ____________________________________________________________________________
22455 [  6416] By: jhi                                   on 2000/07/17  19:13:26
22456         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
22457      Branch: perl
22458            ! hints/mpeix.sh mpeix/relink
22459 ____________________________________________________________________________
22460 [  6415] By: jhi                                   on 2000/07/15  14:11:02
22461         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
22462              the utf8 'characters' can be more than one octet).
22463              
22464              Date: Sat, 15 Jul 2000 00:21:56 +0100
22465              From: Tom Hughes <tom@compton.nu>
22466              Subject: Re: [ID 20000714.002]
22467              Message-ID: <db2334de49.tom@compton.compton.nu>
22468              
22469              Reported in
22470              
22471              Subject: [ID 20000714.002]
22472              From: "Simon Cozens" <simon@othersideofthe.earth.li>
22473              Date: 14 Jul 2000 15:13:09 -0000
22474              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
22475      Branch: perl
22476            ! doop.c
22477 ____________________________________________________________________________
22478 [  6414] By: jhi                                   on 2000/07/15  03:13:41
22479         Log: another VMS build tweak from Peter Prymmer
22480      Branch: perl
22481            ! vms/descrip_mms.template
22482 ____________________________________________________________________________
22483 [  6413] By: jhi                                   on 2000/07/15  03:10:40
22484         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
22485      Branch: perl
22486            ! vms/perlvms.pod
22487 ____________________________________________________________________________
22488 [  6412] By: jhi                                   on 2000/07/15  00:31:05
22489         Log: More docs for sv functions.
22490              
22491              Subject: [PATCH cfgperl] sv.c apidoc
22492              From: simon@brecon.co.uk (Simon Cozens)
22493              Date: 13 Jul 2000 09:00:20 GMT
22494              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
22495              
22496              Subject: Re: [PATCH cfgperl] sv.c apidoc
22497              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22498              Date: Thu, 13 Jul 2000 12:27:41 +0100
22499              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
22500              
22501              Subject: Re: [PATCH cfgperl] sv.c apidoc
22502              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22503              Date: Thu, 13 Jul 2000 13:23:09 +0100
22504              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
22505              
22506              Subject: Re: [PATCH cfgperl] sv.c apidoc
22507              From: simon@brecon.co.uk (Simon Cozens)
22508              Date: 14 Jul 2000 06:51:02 GMT
22509              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
22510      Branch: perl
22511            ! embed.pl pod/perlapi.pod sv.c
22512 ____________________________________________________________________________
22513 [  6411] By: jhi                                   on 2000/07/15  00:10:41
22514         Log: lib/b test fixes from Peter Prymmer.
22515      Branch: perl
22516            ! t/lib/b.t
22517 ____________________________________________________________________________
22518 [  6410] By: jhi                                   on 2000/07/15  00:02:09
22519         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
22520              From: Hugo <hv@crypt.compulink.co.uk>
22521              Date: Fri, 14 Jul 2000 23:05:20 +0100
22522              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
22523              
22524              Didn't anymore apply, but that point still could use another fix.
22525      Branch: perl
22526            ! pod/perlfunc.pod
22527 ____________________________________________________________________________
22528 [  6409] By: jhi                                   on 2000/07/14  23:15:15
22529         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
22530              not in pod, from Peter Prymmer
22531      Branch: perl
22532            ! vms/descrip_mms.template
22533 ____________________________________________________________________________
22534 [  6408] By: jhi                                   on 2000/07/14  20:35:05
22535         Log: The bug report
22536              [ID 19991110.002] minimal matching discrepancy found by pcre author
22537              seems to have been fixed (though differently from what was suggested
22538              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
22539      Branch: perl
22540            ! t/op/re_tests
22541 ____________________________________________________________________________
22542 [  6407] By: jhi                                   on 2000/07/14  17:38:08
22543         Log: Fix AutoSplit to use File::Spec the right way in VMS,
22544              from Peter Prymmer.
22545      Branch: perl
22546            ! lib/AutoSplit.pm
22547 ____________________________________________________________________________
22548 [  6406] By: jhi                                   on 2000/07/14  14:13:22
22549         Log: Merge perlhacktut into perlhack, update perlguts.
22550              
22551              Subject: Re: Perlhacktut
22552              From: simon@brecon.co.uk (Simon Cozens)
22553              Date: 14 Jul 2000 06:49:21 GMT
22554              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
22555              
22556              Subject: Re: Perlhacktut
22557              From: simon@brecon.co.uk (Simon Cozens)
22558              Date: 14 Jul 2000 07:09:45 GMT
22559              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
22560      Branch: perl
22561            ! pod/perlguts.pod pod/perlhack.pod
22562 ____________________________________________________________________________
22563 [  6405] By: jhi                                   on 2000/07/14  14:02:31
22564         Log: Integrate with Sarathy.
22565      Branch: cfgperl
22566           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
22567           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
22568           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
22569 ____________________________________________________________________________
22570 [  6404] By: gsar                                  on 2000/07/14  12:15:02
22571         Log: PERL_OBJECT build tweaks
22572      Branch: perl
22573            ! toke.c
22574 ____________________________________________________________________________
22575 [  6403] By: gsar                                  on 2000/07/14  11:23:41
22576         Log: inconsistent types needs casts
22577      Branch: perl
22578            ! toke.c
22579 ____________________________________________________________________________
22580 [  6402] By: gsar                                  on 2000/07/14  11:12:04
22581         Log: typos in change#6399, regen headers
22582      Branch: perl
22583            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
22584 ____________________________________________________________________________
22585 [  6401] By: gsar                                  on 2000/07/14  10:59:12
22586         Log: typecasts needed for change#6394
22587      Branch: perl
22588            ! toke.c
22589 ____________________________________________________________________________
22590 [  6400] By: gsar                                  on 2000/07/14  10:49:37
22591         Log: integrate cfgperl contents into mainline
22592      Branch: perl
22593           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
22594           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
22595 ____________________________________________________________________________
22596 [  6399] By: gsar                                  on 2000/07/14  10:38:35
22597         Log: enable UTF-16 filter by default if relevant BOM is seen; various
22598              cleanups (typos, misformatted code, and small bugs)
22599      Branch: perl
22600            ! doop.c embed.pl mg.c op.c pp.c toke.c
22601 ____________________________________________________________________________
22602 [  6398] By: gsar                                  on 2000/07/14  08:55:38
22603         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
22604              name suggests anyway)
22605      Branch: perl
22606            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
22607 ____________________________________________________________________________
22608 [  6397] By: gsar                                  on 2000/07/14  08:44:33
22609         Log: move new variables to the end of the interpreter structure (for
22610              bincompat in code that doesn't #include XSUB.h)
22611      Branch: perl
22612            ! intrpvar.h
22613 ____________________________________________________________________________
22614 [  6396] By: gsar                                  on 2000/07/14  08:13:58
22615         Log: MakeMaker should not remove editor backups (*~) on `make clean`
22616              by default (completes change#6383)
22617      Branch: perl
22618            ! lib/ExtUtils/MM_Unix.pm
22619 ____________________________________________________________________________
22620 [  6395] By: jhi                                   on 2000/07/14  05:20:33
22621         Log: Replace change #6337 with a better one.
22622              
22623              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
22624              From: Hugo <hv@crypt.compulink.co.uk>
22625              Date: Fri, 14 Jul 2000 04:16:20 +0100
22626              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
22627      Branch: cfgperl
22628            ! regexec.c t/op/re_tests
22629 ____________________________________________________________________________
22630 [  6394] By: jhi                                   on 2000/07/14  01:33:59
22631         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
22632      Branch: cfgperl
22633            ! embed.pl global.sym proto.h toke.c
22634 ____________________________________________________________________________
22635 [  6393] By: jhi                                   on 2000/07/13  23:41:23
22636         Log: remove discarded test
22637      Branch: cfgperl
22638            ! MANIFEST
22639 ____________________________________________________________________________
22640 [  6392] By: jhi                                   on 2000/07/13  23:32:25
22641         Log: The {multiplier} of a fixed substring was overlooked which
22642              caused a wrong initial search offset for that substring.
22643              
22644              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
22645              From: Hugo <hv@crypt.compulink.co.uk>
22646              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
22647              Date: Thu, 13 Jul 2000 19:27:13 +0100
22648      Branch: cfgperl
22649            ! regcomp.c t/op/re_tests
22650 ____________________________________________________________________________
22651 [  6391] By: jhi                                   on 2000/07/13  16:37:42
22652         Log: typo fix from Craig Berry
22653      Branch: cfgperl
22654            ! vms/subconfigure.com
22655 ____________________________________________________________________________
22656 [  6390] By: jhi                                   on 2000/07/13  13:20:12
22657         Log: Integrate with Sarathy.
22658      Branch: cfgperl
22659            - t/op/method2entersub.t
22660           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
22661           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
22662           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
22663           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
22664 ____________________________________________________________________________
22665 [  6389] By: jhi                                   on 2000/07/13  13:18:48
22666         Log: Detypo from Peter Prymmer, part of #6388.
22667      Branch: cfgperl
22668            ! Configure config_h.SH
22669      Branch: metaconfig
22670            ! U/modified/d_longlong.U
22671 ____________________________________________________________________________
22672 [  6388] By: gsar                                  on 2000/07/13  06:33:40
22673         Log: typos (spotted by Peter Prymmer)
22674      Branch: perl
22675            ! Configure t/lib/english.t
22676 ____________________________________________________________________________
22677 [  6387] By: gsar                                  on 2000/07/13  05:35:28
22678         Log: new selfloader.t in change#6183 doesn't close DATA handles,
22679              and thus fails to clean up tmp files on dosish platforms
22680      Branch: perl
22681            ! t/lib/selfloader.t
22682 ____________________________________________________________________________
22683 [  6386] By: gsar                                  on 2000/07/12  21:42:39
22684         Log: sprintf test tweaks (from Dominic Dunlop)
22685      Branch: perl
22686            ! t/op/sprintf.t
22687 ____________________________________________________________________________
22688 [  6385] By: gsar                                  on 2000/07/12  21:33:46
22689         Log: fix bugs in processing %v-*d and similar format specs (from
22690              Avi Finkel <avi@finkel.org>)
22691      Branch: perl
22692            ! sv.c t/op/sprintf.t
22693 ____________________________________________________________________________
22694 [  6384] By: gsar                                  on 2000/07/12  16:04:19
22695         Log: readd missing perldelta.pod changes from changes#6339,6376
22696      Branch: perl
22697            ! pod/perldelta.pod
22698 ____________________________________________________________________________
22699 [  6383] By: gsar                                  on 2000/07/12  16:00:51
22700         Log: don't clobber *.orig files on *clean targets
22701      Branch: perl
22702            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
22703 ____________________________________________________________________________
22704 [  6382] By: gsar                                  on 2000/07/12  07:59:12
22705         Log: fix broken integrations in cfgperl
22706      Branch: cfgperl
22707           !> Changes pod/perldelta.pod
22708 ____________________________________________________________________________
22709 [  6381] By: gsar                                  on 2000/07/12  07:42:17
22710         Log: integrate cfgperl changes into mainline
22711      Branch: perl
22712            ! Changes
22713           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
22714           !> pod/perlre.pod
22715 ____________________________________________________________________________
22716 [  6380] By: gsar                                  on 2000/07/12  07:31:00
22717         Log: get sprintf.t to adjust properly for 3-digit exponents
22718      Branch: perl
22719            ! t/op/sprintf.t
22720 ____________________________________________________________________________
22721 [  6379] By: gsar                                  on 2000/07/12  06:40:04
22722         Log: change#6174 needs corresponding change in win32/config_h.PL,
22723              which grovels through config_h.SH to find the config.h name
22724      Branch: perl
22725            ! win32/config_h.PL
22726 ____________________________________________________________________________
22727 [  6378] By: jhi                                   on 2000/07/12  05:03:59
22728         Log: Do the cc sanity check both before the hints and
22729              after the cc selction.
22730      Branch: cfgperl
22731            ! Configure config_h.SH
22732      Branch: metaconfig
22733            ! U/modified/Oldconfig.U U/modified/cc.U
22734      Branch: metaconfig/U/perl
22735            + Checkcc.U
22736 ____________________________________________________________________________
22737 [  6377] By: jhi                                   on 2000/07/12  02:49:22
22738         Log: Fix nits noticed by Boston.pm.
22739      Branch: cfgperl
22740            ! pod/perlre.pod
22741 ____________________________________________________________________________
22742 [  6376] By: jhi                                   on 2000/07/11  21:22:13
22743         Log: Configure cosmetics and perldelta.
22744      Branch: cfgperl
22745            ! Configure config_h.SH pod/perldelta.pod
22746      Branch: metaconfig
22747            ! U/modified/cc.U
22748 ____________________________________________________________________________
22749 [  6375] By: gsar                                  on 2000/07/11  21:17:35
22750         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
22751      Branch: perl
22752            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
22753            ! win32/win32sck.c
22754 ____________________________________________________________________________
22755 [  6374] By: gsar                                  on 2000/07/11  20:48:50
22756         Log: tweak for build failure under multiplicity
22757      Branch: perl
22758            ! toke.c
22759 ____________________________________________________________________________
22760 [  6373] By: gsar                                  on 2000/07/11  20:37:23
22761         Log: integrate cfgperl changes#6325..6373 into mainline
22762              (NOTE: today's batch of integrations still untested)
22763      Branch: perl
22764           +> ext/DynaLoader/hints/netbsd.pl
22765            ! Changes
22766           !> (integrate 26 files)
22767 ____________________________________________________________________________
22768 [  6372] By: jhi                                   on 2000/07/11  20:30:36
22769         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
22770              regen perltoc.
22771      Branch: cfgperl
22772            + pod/perlbook.pod
22773            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
22774            ! pod/perltoc.pod
22775 ____________________________________________________________________________
22776 [  6371] By: jhi                                   on 2000/07/11  20:08:56
22777         Log: Minor cleanups on the booklist.
22778      Branch: cfgperl
22779            ! pod/perlfaq2.pod
22780 ____________________________________________________________________________
22781 [  6370] By: jhi                                   on 2000/07/11  19:31:13
22782         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
22783      Branch: cfgperl
22784            ! t/pragma/overload.t
22785 ____________________________________________________________________________
22786 [  6369] By: gsar                                  on 2000/07/11  19:27:48
22787         Log: integrate cfgperl changes#6293..6324 into mainline
22788      Branch: perl
22789           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
22790            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
22791           !> (integrate 30 files)
22792 ____________________________________________________________________________
22793 [  6368] By: gsar                                  on 2000/07/11  19:18:57
22794         Log: skip integrate of problematic change#6292 from cfgperl into mainline
22795      Branch: perl
22796           !> pp_hot.c
22797 ____________________________________________________________________________
22798 [  6367] By: gsar                                  on 2000/07/11  19:17:21
22799         Log: integrate cfgperl changes#6288..6290 into mainline
22800      Branch: perl
22801           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
22802 ____________________________________________________________________________
22803 [  6366] By: gsar                                  on 2000/07/11  19:11:18
22804         Log: integrate cfgperl changes#6268..6282 into mainline
22805      Branch: perl
22806           !> (integrate 30 files)
22807 ____________________________________________________________________________
22808 [  6365] By: gsar                                  on 2000/07/11  18:57:00
22809         Log: delete new accidentally branched file
22810      Branch: perl
22811            - t/op/method2entersub.t
22812 ____________________________________________________________________________
22813 [  6364] By: gsar                                  on 2000/07/11  18:55:13
22814         Log: skip integrate of change#6267 from cfgperl into mainline (the
22815              method call optimization is flawed without additional hints
22816              from user about immutableness of @ISA and no runtime method
22817              definitions)
22818      Branch: perl
22819           +> t/op/method2entersub.t
22820           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
22821           !> perl.h t/op/sprintf.t xsutils.c
22822 ____________________________________________________________________________
22823 [  6363] By: gsar                                  on 2000/07/11  18:49:43
22824         Log: integrate cfgperl changes#6261..6266 into mainline
22825      Branch: perl
22826           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
22827           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
22828           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
22829           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
22830 ____________________________________________________________________________
22831 [  6362] By: gsar                                  on 2000/07/11  18:43:26
22832         Log: integrate cfgperl changes#6252..6260 into mainline
22833      Branch: perl
22834           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
22835           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
22836           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
22837           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
22838 ____________________________________________________________________________
22839 [  6361] By: gsar                                  on 2000/07/11  18:37:12
22840         Log: skip integrate of problematic change#6251 from cfgperl into mainline
22841      Branch: perl
22842           !> lib/Exporter.pm
22843 ____________________________________________________________________________
22844 [  6360] By: gsar                                  on 2000/07/11  18:34:56
22845         Log: integrate cfgperl change#6250 into mainline
22846      Branch: perl
22847           +> t/op/my_stash.t
22848           !> MANIFEST embed.pl proto.h toke.c
22849 ____________________________________________________________________________
22850 [  6359] By: gsar                                  on 2000/07/11  18:21:19
22851         Log: integrate cfgperl changes#6242..6249 into mainline
22852      Branch: perl
22853           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
22854           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
22855           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
22856           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
22857           !> t/lib/peek.t utf8.c
22858 ____________________________________________________________________________
22859 [  6358] By: gsar                                  on 2000/07/11  18:15:45
22860         Log: skip integrate of problematic change#6241 from cfgperl into mainline
22861      Branch: perl
22862           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
22863 ____________________________________________________________________________
22864 [  6357] By: jhi                                   on 2000/07/11  18:15:16
22865         Log: Fix for
22866              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
22867              From: Roderick Schertler <roderick@argon.org> 
22868              Date: Tue, 11 Jul 2000 13:55:05 -0400 
22869              Message-Id: <200007111755.NAA05077@jones.argon.org> 
22870      Branch: cfgperl
22871            ! doio.c
22872 ____________________________________________________________________________
22873 [  6356] By: jhi                                   on 2000/07/11  18:12:51
22874         Log: Typo in #6341.
22875      Branch: cfgperl
22876            ! pp_hot.c
22877 ____________________________________________________________________________
22878 [  6355] By: gsar                                  on 2000/07/11  18:12:10
22879         Log: integrate cfgperl changes#6231..6240 into mainline
22880      Branch: perl
22881           +> pod/perlutil.pod
22882           !> (integrate 35 files)
22883 ____________________________________________________________________________
22884 [  6354] By: jhi                                   on 2000/07/11  18:04:34
22885         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
22886              From: Dominic Dunlop <domo@computer.org> 
22887              Date: Tue, 11 Jul 2000 12:27:33 +0200 
22888              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
22889              
22890              Replaces change #6268.
22891      Branch: cfgperl
22892            ! t/op/sprintf.t
22893 ____________________________________________________________________________
22894 [  6353] By: gsar                                  on 2000/07/11  17:59:51
22895         Log: skip integrate of problematic change#6230 from cfgperl into mainline
22896              (a later version of File::Spec is already in mainline)
22897      Branch: perl
22898           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
22899           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
22900 ____________________________________________________________________________
22901 [  6352] By: gsar                                  on 2000/07/11  17:57:48
22902         Log: integrate cfgperl changes#6224..6229 into mainline
22903      Branch: perl
22904           +> lib/lib.pm.PL
22905            - lib/lib.pm
22906           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
22907           !> lib/English.pm op.c t/lib/english.t
22908 ____________________________________________________________________________
22909 [  6351] By: gsar                                  on 2000/07/11  17:50:10
22910         Log: skip integrate of problematic change#6223 from cfgperl into mainline
22911      Branch: perl
22912           !> doio.c
22913 ____________________________________________________________________________
22914 [  6350] By: gsar                                  on 2000/07/11  17:48:28
22915         Log: integrate cfgperl changes#6220..6222 into mainline
22916      Branch: perl
22917           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
22918           !> toke.c utf8.c win32/win32.h
22919 ____________________________________________________________________________
22920 [  6349] By: gsar                                  on 2000/07/11  17:46:13
22921         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
22922              mainline
22923      Branch: perl
22924           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
22925           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
22926           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
22927 ____________________________________________________________________________
22928 [  6348] By: jhi                                   on 2000/07/11  17:45:49
22929         Log: README.posix-bc podified from Thomas Dorner.
22930      Branch: cfgperl
22931            ! README.posix-bc
22932 ____________________________________________________________________________
22933 [  6347] By: gsar                                  on 2000/07/11  17:42:04
22934         Log: integrate cfgperl change#6217 into mainline
22935      Branch: perl
22936           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
22937           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
22938           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
22939 ____________________________________________________________________________
22940 [  6346] By: gsar                                  on 2000/07/11  17:39:37
22941         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
22942              mainline
22943      Branch: perl
22944           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
22945           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
22946           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
22947           !> perlapi.h pod/perlapi.pod
22948 ____________________________________________________________________________
22949 [  6345] By: gsar                                  on 2000/07/11  17:36:42
22950         Log: integrate cfgperl changes#6207..6210 into mainline
22951      Branch: perl
22952           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
22953           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
22954 ____________________________________________________________________________
22955 [  6344] By: gsar                                  on 2000/07/11  17:31:20
22956         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
22957              mainline
22958      Branch: perl
22959           !> (integrate 40 files)
22960 ____________________________________________________________________________
22961 [  6343] By: gsar                                  on 2000/07/11  17:19:08
22962         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
22963      Branch: perl
22964           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
22965            ! Changes
22966           !> (integrate 34 files)
22967 ____________________________________________________________________________
22968 [  6342] By: jhi                                   on 2000/07/11  16:05:48
22969         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
22970              To: perl5-porters@perl.org
22971              From: Karsten Sperling <spiff@phreax.net>
22972              Date: Mon, 10 Jul 2000 15:12:52 +0200
22973              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
22974      Branch: cfgperl
22975            ! lib/Symbol.pm
22976 ____________________________________________________________________________
22977 [  6341] By: jhi                                   on 2000/07/11  15:59:23
22978         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
22979              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22980              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
22981              Date: Fri, 07 Jul 2000 17:57:16 +0100
22982      Branch: cfgperl
22983            ! pp_hot.c
22984 ____________________________________________________________________________
22985 [  6340] By: jhi                                   on 2000/07/11  15:55:47
22986         Log: Subject: Re: format bug report  [Patch]
22987              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22988              Date: Wed, 05 Jul 2000 13:12:52 +0200
22989              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
22990              
22991              Subject: Re: format bug report  [Patch]
22992              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22993              Date: Wed, 05 Jul 2000 14:10:01 +0200
22994              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
22995      Branch: cfgperl
22996            ! t/op/write.t toke.c
22997 ____________________________________________________________________________
22998 [  6339] By: jhi                                   on 2000/07/11  13:54:09
22999         Log: Be less forgiving about ambiguous and illegal tr ranges.
23000              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
23001              From: Mark-Jason Dominus <mjd@plover.com>
23002              Date: Tue, 04 Jul 2000 10:00:12 -0400
23003              Message-ID: <20000704140012.17772.qmail@plover.com>
23004              
23005              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
23006              From: Mark-Jason Dominus <mjd@plover.com>
23007              Date: Wed, 05 Jul 2000 09:37:36 -0400
23008              Message-ID: <20000705133736.27293.qmail@plover.com>
23009      Branch: cfgperl
23010            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
23011 ____________________________________________________________________________
23012 [  6338] By: jhi                                   on 2000/07/11  13:31:24
23013         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
23014              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23015              Date: Tue, 11 Jul 2000 13:50:51 +0100
23016              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
23017      Branch: cfgperl
23018            ! sv.c
23019 ____________________________________________________________________________
23020 [  6337] By: jhi                                   on 2000/07/11  13:29:14
23021         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
23022              From: Hugo <hv@crypt.compulink.co.uk>
23023              Date: Tue, 11 Jul 2000 12:44:50 +0100
23024              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
23025      Branch: cfgperl
23026            ! regexec.c t/op/re_tests
23027 ____________________________________________________________________________
23028 [  6336] By: jhi                                   on 2000/07/11  13:26:47
23029         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
23030              From: simon@brecon.co.uk (Simon Cozens)
23031              Date: 7 Jul 2000 11:26:09 GMT
23032              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
23033      Branch: cfgperl
23034            ! mg.c
23035 ____________________________________________________________________________
23036 [  6335] By: jhi                                   on 2000/07/11  13:23:37
23037         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
23038              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
23039              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
23040              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
23041      Branch: cfgperl
23042            + ext/DynaLoader/hints/netbsd.pl
23043            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
23044 ____________________________________________________________________________
23045 [  6334] By: jhi                                   on 2000/07/11  13:20:38
23046         Log: Subject: PATCH perlguts.pod: Document D and d magic types
23047              From: mjd@plover.com
23048              Date: 5 Jul 2000 18:01:51 -0000
23049              Message-ID: <20000705180151.29413.qmail@plover.com>
23050      Branch: cfgperl
23051            ! pod/perlguts.pod
23052 ____________________________________________________________________________
23053 [  6333] By: jhi                                   on 2000/07/11  13:15:51
23054         Log: Precedence goof, fix based on
23055              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
23056              From: Hugo <hv@crypt.compulink.co.uk>
23057              Date: Tue, 11 Jul 2000 12:52:38 +0100
23058              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
23059      Branch: cfgperl
23060            ! t/op/taint.t
23061 ____________________________________________________________________________
23062 [  6332] By: jhi                                   on 2000/07/11  12:40:17
23063         Log: Integrate with Sarathy.
23064      Branch: cfgperl
23065           !> win32/win32sck.c
23066 ____________________________________________________________________________
23067 [  6331] By: jhi                                   on 2000/07/10  20:14:16
23068         Log: Sprinkle ldlibpath.
23069      Branch: cfgperl
23070            ! pod/Makefile.SH
23071 ____________________________________________________________________________
23072 [  6330] By: jhi                                   on 2000/07/10  17:54:49
23073         Log: More POSIX.pod tweaks.
23074      Branch: cfgperl
23075            ! ext/POSIX/POSIX.pod
23076 ____________________________________________________________________________
23077 [  6329] By: jhi                                   on 2000/07/10  14:02:12
23078         Log: Reorder perl.pod once more.
23079      Branch: cfgperl
23080            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23081 ____________________________________________________________________________
23082 [  6328] By: gsar                                  on 2000/07/10  07:06:00
23083         Log: accept() leaks memory on windows due to incorrect ordering of
23084              closesocket() and fclose() calls
23085      Branch: perl
23086            ! win32/win32sck.c
23087 ____________________________________________________________________________
23088 [  6327] By: gsar                                  on 2000/07/10  06:49:17
23089         Log: winsock options weren't being set in all threads under ithreads
23090              (caused send()s from second and subsequent threads to fail)
23091      Branch: perl
23092            ! win32/win32sck.c
23093 ____________________________________________________________________________
23094 [  6326] By: jhi                                   on 2000/07/08  02:45:40
23095         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
23096              was cast to an unsigned (32-bit) integer with wild abandon.
23097      Branch: cfgperl
23098            ! ext/Devel/DProf/DProf.xs
23099 ____________________________________________________________________________
23100 [  6325] By: jhi                                   on 2000/07/07  18:50:33
23101         Log: Remove perlbook, update perlfaq book listing,
23102              rearrange perl.pod, regenerate perltoc.
23103      Branch: cfgperl
23104            - pod/perlbook.pod
23105            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
23106            ! pod/perlfaq2.pod pod/perltoc.pod
23107 ____________________________________________________________________________
23108 [  6324] By: jhi                                   on 2000/07/07  14:03:40
23109         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
23110      Branch: cfgperl
23111            ! sv.h toke.c
23112 ____________________________________________________________________________
23113 [  6323] By: jhi                                   on 2000/07/06  16:03:55
23114         Log: Fix complaints of buildtoc.
23115      Branch: cfgperl
23116            + lib/Win32.pod
23117            - pod/Win32.pod
23118            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23119 ____________________________________________________________________________
23120 [  6322] By: jhi                                   on 2000/07/06  15:15:52
23121         Log: Add =head1 NAMEs so that buildtoc is happy.
23122              (The CGI::Util nit reported to Lincoln.)
23123      Branch: cfgperl
23124            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
23125            ! pod/perltoc.pod
23126 ____________________________________________________________________________
23127 [  6321] By: jhi                                   on 2000/07/06  03:16:04
23128         Log: Config is being used.
23129      Branch: cfgperl
23130            ! t/op/method.t
23131 ____________________________________________________________________________
23132 [  6320] By: jhi                                   on 2000/07/06  03:13:13
23133         Log: Integrate with Sarathy.
23134      Branch: cfgperl
23135           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
23136 ____________________________________________________________________________
23137 [  6319] By: jhi                                   on 2000/07/06  03:11:46
23138         Log: Autogenerate pod/Makefile and pod/buildtoc.
23139              buildtoc also checks whether the existin pods are
23140              mentioned in MANIFEST and perl.pod, and vice versa.
23141              (None of the thusly found discrepancies fixed yet.)
23142              roffitall also needs to be autogenerated similarly but it
23143              seems so badly out of date that I didn't touch it yet.
23144      Branch: cfgperl
23145            + pod/Makefile.SH pod/buildtoc.PL
23146            - pod/Makefile pod/buildtoc
23147            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
23148 ____________________________________________________________________________
23149 [  6318] By: gsar                                  on 2000/07/05  22:10:54
23150         Log: fix UNC path handling on Windows under ithreads, and chdir()
23151              return value when given a non-existent directory
23152      Branch: perl
23153            ! win32/vdir.h
23154 ____________________________________________________________________________
23155 [  6317] By: gsar                                  on 2000/07/05  22:08:19
23156         Log: winsock cleanup never done on Windows (leads to handle leaks)
23157      Branch: perl
23158            ! win32/perllib.c win32/win32sck.c
23159 ____________________________________________________________________________
23160 [  6316] By: gsar                                  on 2000/07/05  22:06:19
23161         Log: some debugger output does not go to the socket when RemotePort is set
23162      Branch: perl
23163            ! lib/perl5db.pl
23164 ____________________________________________________________________________
23165 [  6315] By: jhi                                   on 2000/07/05  00:25:21
23166         Log: Integrate with Sarathy, preliminary fix for unicos
23167              alignment problems in [ID 20000612.002] Perl problem on Cray system.
23168      Branch: cfgperl
23169            ! sv.h
23170           !> pp_hot.c
23171 ____________________________________________________________________________
23172 [  6314] By: gsar                                  on 2000/07/04  23:34:02
23173         Log: tyop in change#6306
23174      Branch: perl
23175            ! pp_hot.c
23176 ____________________________________________________________________________
23177 [  6313] By: jhi                                   on 2000/07/04  22:14:38
23178         Log: Multiline string literals ENONPORTABLE.
23179      Branch: cfgperl
23180            ! pp_hot.c
23181 ____________________________________________________________________________
23182 [  6312] By: jhi                                   on 2000/07/04  20:34:44
23183         Log: Integrate with Sarathy.
23184      Branch: cfgperl
23185           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
23186           !> t/op/method.t
23187 ____________________________________________________________________________
23188 [  6311] By: jhi                                   on 2000/07/04  20:30:56
23189         Log: More POSIX.pod embellishment.
23190      Branch: cfgperl
23191            ! ext/POSIX/POSIX.pod
23192 ____________________________________________________________________________
23193 [  6310] By: gsar                                  on 2000/07/04  17:28:48
23194         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
23195      Branch: perl
23196            ! t/lib/b.t
23197 ____________________________________________________________________________
23198 [  6309] By: jhi                                   on 2000/07/04  17:22:18
23199         Log: The #6308 required a little bit more.
23200      Branch: cfgperl
23201            ! Makefile.SH win32/Makefile
23202 ____________________________________________________________________________
23203 [  6308] By: jhi                                   on 2000/07/04  16:35:24
23204         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
23205      Branch: cfgperl
23206            + lib/lib_pm.PL
23207            - lib/lib.pm.PL
23208            ! MANIFEST Makefile.SH
23209 ____________________________________________________________________________
23210 [  6307] By: jhi                                   on 2000/07/04  16:28:58
23211         Log: Win32 patches for cfgperl from Sarathy.
23212      Branch: cfgperl
23213            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
23214            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
23215            ! thread.h toke.c util.c win32/Makefile win32/win32.c
23216 ____________________________________________________________________________
23217 [  6306] By: gsar                                  on 2000/07/04  16:28:40
23218         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
23219              (from Richard Soderberg <rs@oregonnet.com>)
23220      Branch: perl
23221            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
23222 ____________________________________________________________________________
23223 [  6305] By: jhi                                   on 2000/07/04  16:24:24
23224         Log: Integrate with Sarathy.
23225      Branch: cfgperl
23226           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
23227           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
23228           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
23229           !> proto.h win32/win32.c
23230 ____________________________________________________________________________
23231 [  6304] By: gsar                                  on 2000/07/04  16:17:24
23232         Log: missing perldiag entry for unpack("w",...) diagnostic (from
23233              Andreas Koenig)
23234      Branch: perl
23235            ! pod/perldiag.pod
23236 ____________________________________________________________________________
23237 [  6303] By: gsar                                  on 2000/07/04  16:14:44
23238         Log: remove rel2abs prototypes (from Barrie Slaymaker)
23239      Branch: perl
23240            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
23241            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
23242 ____________________________________________________________________________
23243 [  6302] By: gsar                                  on 2000/07/04  04:59:35
23244         Log: adjust change#6299
23245      Branch: perl
23246            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
23247            ! win32/win32.c
23248 ____________________________________________________________________________
23249 [  6301] By: jhi                                   on 2000/07/04  04:50:07
23250         Log: Integrate with Sarathy.
23251      Branch: cfgperl
23252           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
23253           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
23254           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
23255 ____________________________________________________________________________
23256 [  6300] By: gsar                                  on 2000/07/04  04:42:09
23257         Log: PERL_OBJECT build tweak
23258      Branch: perl
23259            ! perl.h
23260 ____________________________________________________________________________
23261 [  6299] By: gsar                                  on 2000/07/04  04:37:00
23262         Log: fix memory leak on Windows (PL_sys_intern contents were never
23263              freed)
23264      Branch: perl
23265            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
23266            ! perlapi.c proto.h win32/win32.c
23267 ____________________________________________________________________________
23268 [  6298] By: gsar                                  on 2000/07/04  04:15:59
23269         Log: fix large memory leak that has been around for ever, masked by
23270              -DPURIFY (most of the arenas were never freed!)
23271      Branch: perl
23272            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
23273 ____________________________________________________________________________
23274 [  6297] By: gsar                                  on 2000/07/04  04:07:46
23275         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
23276      Branch: perl
23277            ! perl.c
23278 ____________________________________________________________________________
23279 [  6296] By: jhi                                   on 2000/06/30  18:28:37
23280         Log: Elaborate POSIX.pod.  Still needs work.
23281      Branch: cfgperl
23282            ! ext/POSIX/POSIX.pod
23283 ____________________________________________________________________________
23284 [  6295] By: jhi                                   on 2000/06/30  14:58:18
23285         Log: Point to perlipc for more SysV IPC examples.
23286      Branch: cfgperl
23287            ! pod/perlfunc.pod
23288 ____________________________________________________________________________
23289 [  6294] By: gsar                                  on 2000/06/30  14:47:45
23290         Log: slurp mode fix in change#4736 still not quite right
23291      Branch: perl
23292            ! pp_hot.c t/io/argv.t
23293 ____________________________________________________________________________
23294 [  6293] By: jhi                                   on 2000/06/30  12:02:55
23295         Log: Integrate with Sarathy.
23296      Branch: cfgperl
23297           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
23298 ____________________________________________________________________________
23299 [  6292] By: jhi                                   on 2000/06/30  12:01:11
23300         Log: From: simon@brecon.co.uk (Simon Cozens)
23301              Subject: UTF8 concat
23302              Date: 30 Jun 2000 06:13:25 GMT
23303              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
23304      Branch: cfgperl
23305            ! pp_hot.c
23306 ____________________________________________________________________________
23307 [  6291] By: gsar                                  on 2000/06/30  04:37:33
23308         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
23309              when @_ is modified, causing coredumps
23310      Branch: perl
23311            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
23312 ____________________________________________________________________________
23313 [  6290] By: jhi                                   on 2000/06/30  02:21:44
23314         Log: Integrate with Sarathy.
23315      Branch: cfgperl
23316           !> vms/vms.c vms/vmsish.h
23317 ____________________________________________________________________________
23318 [  6289] By: jhi                                   on 2000/06/30  02:21:02
23319         Log: Check VERSIONs.
23320      Branch: cfgperl
23321            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
23322            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
23323            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
23324 ____________________________________________________________________________
23325 [  6288] By: jhi                                   on 2000/06/30  02:18:52
23326         Log: Integrate with Sarathy.
23327      Branch: cfgperl
23328           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
23329           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
23330           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
23331           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
23332 ____________________________________________________________________________
23333 [  6287] By: gsar                                  on 2000/06/30  02:17:08
23334         Log: integrate vmsperl changes into mainline
23335      Branch: perl
23336           !> vms/vms.c vms/vmsish.h
23337 ____________________________________________________________________________
23338 [  6285] By: gsar                                  on 2000/06/30  02:05:28
23339         Log: localize %INC in a Safe compartment so that use/require work
23340              (many other magic globals probably need similar treatment)
23341      Branch: perl
23342            ! ext/Opcode/Opcode.xs
23343 ____________________________________________________________________________
23344 [  6284] By: gsar                                  on 2000/06/30  01:54:54
23345         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
23346              about Windows
23347      Branch: perl
23348            ! pod/perlembed.pod
23349 ____________________________________________________________________________
23350 [  6283] By: jhi                                   on 2000/06/30  01:50:10
23351         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
23352              From: Barrie Slaymaker <barries@jester.slaysys.com>
23353              Date: Wed, 28 Jun 2000 11:35:29 -0400
23354              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
23355      Branch: perl
23356            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
23357            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
23358            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
23359            ! lib/File/Spec/Win32.pm
23360 ____________________________________________________________________________
23361 [  6282] By: jhi                                   on 2000/06/29  22:57:22
23362         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
23363              From: Dan Sugalski <dan@sidhe.org>
23364              Date: Tue, 06 Jun 2000 11:59:50 -0400
23365              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
23366      Branch: cfgperl
23367            ! vms/vms.c
23368 ____________________________________________________________________________
23369 [  6281] By: jhi                                   on 2000/06/29  22:52:50
23370         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
23371              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23372              Date: Wed, 7 Jun 2000 04:02:04 -0500
23373              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
23374      Branch: cfgperl
23375            ! utils/h2xs.PL
23376 ____________________________________________________________________________
23377 [  6280] By: jhi                                   on 2000/06/29  22:45:47
23378         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
23379              From: rspier@pobox.com (Robert Spier)
23380              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
23381              Message-ID: <14654.31913.845602.610277@rls.cx>
23382      Branch: cfgperl
23383            ! utils/h2xs.PL
23384 ____________________________________________________________________________
23385 [  6279] By: jhi                                   on 2000/06/29  22:38:16
23386         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
23387              From: Tim Ayers <tayers@bridge.com>
23388              Date: Thu, 08 Jun 2000 08:11:06 +0200
23389              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
23390              [resent by Richard Foley, Message-Id probably wrong]
23391      Branch: cfgperl
23392            ! pod/perlsub.pod
23393 ____________________________________________________________________________
23394 [  6278] By: jhi                                   on 2000/06/29  22:21:45
23395         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
23396              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
23397              Date: Fri, 09 Jun 2000 12:39:27 -0400
23398              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
23399              (plus update the version "number" of Text::Wrap)
23400      Branch: cfgperl
23401            ! lib/Text/Wrap.pm
23402 ____________________________________________________________________________
23403 [  6277] By: jhi                                   on 2000/06/29  22:13:10
23404         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
23405              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23406              Date: Mon, 12 Jun 2000 14:55:59 +0100
23407              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
23408      Branch: cfgperl
23409            ! pod/perlfunc.pod
23410 ____________________________________________________________________________
23411 [  6276] By: jhi                                   on 2000/06/29  22:11:06
23412         Log: Subject: [PATCH] Re: eval documentation: context
23413              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23414              Date: Mon, 12 Jun 2000 15:07:29 +0100
23415              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
23416      Branch: cfgperl
23417            ! pod/perlfunc.pod
23418 ____________________________________________________________________________
23419 [  6275] By: jhi                                   on 2000/06/29  21:59:46
23420         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
23421              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23422              Date: Tue, 13 Jun 2000 02:43:48 -0500
23423              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
23424      Branch: cfgperl
23425            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
23426 ____________________________________________________________________________
23427 [  6274] By: jhi                                   on 2000/06/29  21:56:14
23428         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
23429              From: Andy Dougherty <doughera@lafayette.edu>
23430              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
23431              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
23432      Branch: cfgperl
23433            ! ext/File/Glob/Glob.pm
23434 ____________________________________________________________________________
23435 [  6273] By: jhi                                   on 2000/06/29  21:49:09
23436         Log: Subject: [PATCH] xsub attributes
23437              From: Doug MacEachern <dougm@covalent.net>
23438              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
23439              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
23440      Branch: cfgperl
23441            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
23442            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
23443 ____________________________________________________________________________
23444 [  6272] By: jhi                                   on 2000/06/29  21:41:28
23445         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
23446              From: Tom Phoenix <rootbeer@redcat.com>
23447              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
23448              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
23449      Branch: cfgperl
23450            ! lib/Net/Ping.pm
23451 ____________________________________________________________________________
23452 [  6271] By: jhi                                   on 2000/06/29  21:36:55
23453         Log: Subject: PATCH pod/perltie.pod
23454              From: Ian Phillipps <Ian.Phillipps@iname.com>
23455              Date: Fri, 16 Jun 2000 00:17:19 +0100
23456              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
23457              (only the first hunk, the second hunk had already been done
23458              by some other patch)
23459      Branch: cfgperl
23460            ! pod/perltie.pod
23461 ____________________________________________________________________________
23462 [  6270] By: jhi                                   on 2000/06/29  21:24:51
23463         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
23464              From: Nicholas Clark <nick@talking.bollo.cx>
23465              Date: Fri, 23 Jun 2000 16:21:15 +0100
23466              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
23467      Branch: cfgperl
23468            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
23469            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
23470 ____________________________________________________________________________
23471 [  6269] By: jhi                                   on 2000/06/29  19:38:15
23472         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
23473              silence few compiler warnings.
23474      Branch: cfgperl
23475            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
23476 ____________________________________________________________________________
23477 [  6268] By: jhi                                   on 2000/06/29  18:21:50
23478         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
23479              From: Dominic Dunlop <domo@computer.org> 
23480              Date: Thu, 29 Jun 2000 12:32:39 +0200 
23481              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
23482      Branch: cfgperl
23483            ! t/op/sprintf.t
23484 ____________________________________________________________________________
23485 [  6267] By: jhi                                   on 2000/06/29  18:16:07
23486         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
23487              From: Doug MacEachern <dougm@covalent.net>
23488              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
23489              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
23490      Branch: cfgperl
23491            + t/op/method2entersub.t
23492            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
23493            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
23494            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
23495            ! xsutils.c
23496 ____________________________________________________________________________
23497 [  6266] By: jhi                                   on 2000/06/29  15:11:15
23498         Log: Subject: [PATCH 5.6.0] cygwin port
23499              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
23500              From: "Fifer, Eric" <EFifer@sanwaint.com>
23501              Date: Thu, 29 Jun 2000 12:58:29 +0100
23502      Branch: cfgperl
23503            ! cygwin/Makefile.SHs
23504 ____________________________________________________________________________
23505 [  6265] By: jhi                                   on 2000/06/29  15:04:05
23506         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
23507              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23508              Date: Wed, 28 Jun 2000 17:50:12 -0700
23509              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
23510      Branch: cfgperl
23511            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
23512 ____________________________________________________________________________
23513 [  6264] By: jhi                                   on 2000/06/29  15:00:57
23514         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
23515              From: Marty Lucich <marty@netcom.com>
23516              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
23517              Message-Id: <200006282116.OAA11148@netcom.com>
23518              ccdlflags update (the BSD/OS 4.1 part had already been taken
23519              care of by #6141).
23520      Branch: cfgperl
23521            ! hints/bsdos.sh
23522 ____________________________________________________________________________
23523 [  6263] By: jhi                                   on 2000/06/29  13:47:44
23524         Log: tr fixes from Simon Cozens
23525      Branch: cfgperl
23526            ! doop.c
23527 ____________________________________________________________________________
23528 [  6262] By: jhi                                   on 2000/06/28  18:46:01
23529         Log: Subject: 5.6.0 Patch for EPOC
23530              From: Olaf Flebbe <o.flebbe@gmx.de>
23531              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
23532              Message-ID: <23449.960929969@www11.gmx.net>
23533      Branch: cfgperl
23534            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
23535            ! epoc/epocish.h
23536 ____________________________________________________________________________
23537 [  6261] By: jhi                                   on 2000/06/28  18:29:07
23538         Log: Subject: Re: [PATCH cfgperl] BOMs away!
23539              From: simon@brecon.co.uk (Simon Cozens)
23540              Date: 17 Jun 2000 11:49:57 GMT
23541              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
23542      Branch: cfgperl
23543            ! pod/perldiag.pod t/comp/require.t toke.c
23544 ____________________________________________________________________________
23545 [  6260] By: jhi                                   on 2000/06/28  17:47:16
23546         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
23547              From: simon@brecon.co.uk (Simon Cozens) 
23548              Date: 17 Jun 2000 11:56:44 GMT 
23549              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
23550              pack U0, pack C0
23551      Branch: cfgperl
23552            ! pod/perlfunc.pod pp.c t/op/pack.t
23553 ____________________________________________________________________________
23554 [  6259] By: jhi                                   on 2000/06/28  16:43:17
23555         Log: perlnewmod was missing from MANIFEST.
23556      Branch: cfgperl
23557            ! MANIFEST
23558 ____________________________________________________________________________
23559 [  6258] By: jhi                                   on 2000/06/28  15:54:30
23560         Log: linenumber tweak
23561      Branch: cfgperl
23562            ! t/pragma/warn/regcomp
23563 ____________________________________________________________________________
23564 [  6257] By: jhi                                   on 2000/06/28  15:50:44
23565         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
23566              From: Doug MacEachern <dougm@covalent.net>
23567              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
23568              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
23569              (one part of the patch had been applied earlier)
23570      Branch: cfgperl
23571            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
23572 ____________________________________________________________________________
23573 [  6256] By: jhi                                   on 2000/06/28  15:40:22
23574         Log: tweaks from Simon Cozens to further fix tr/// under utf8
23575      Branch: cfgperl
23576            ! doop.c
23577 ____________________________________________________________________________
23578 [  6255] By: jhi                                   on 2000/06/28  15:33:45
23579         Log: small thinko tweaks
23580      Branch: cfgperl
23581            ! lib/IPC/Open3.pm t/op/my_stash.t
23582 ____________________________________________________________________________
23583 [  6254] By: jhi                                   on 2000/06/28  15:33:25
23584         Log: Subject: tr///, help wanted.
23585              From: simon@brecon.co.uk (Simon Cozens)
23586              Date: 28 Jun 2000 11:29:04 GMT
23587              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
23588      Branch: cfgperl
23589            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
23590            ! pp_proto.h proto.h t/op/tr.t
23591 ____________________________________________________________________________
23592 [  6253] By: jhi                                   on 2000/06/28  15:09:17
23593         Log: Paranoia tweak on #6249.
23594              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
23595              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
23596              Date: Sun, 25 Jun 2000 23:43:12 -0400
23597              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
23598      Branch: cfgperl
23599            ! lib/IPC/Open3.pm
23600 ____________________________________________________________________________
23601 [  6252] By: jhi                                   on 2000/06/28  15:01:38
23602         Log: Document #6249 and #6251.
23603      Branch: cfgperl
23604            ! lib/Exporter.pm lib/IPC/Open3.pm
23605 ____________________________________________________________________________
23606 [  6251] By: jhi                                   on 2000/06/28  14:50:43
23607         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
23608              From: Doug MacEachern <dougm@covalent.net>
23609              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
23610              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
23611      Branch: cfgperl
23612            ! lib/Exporter.pm
23613 ____________________________________________________________________________
23614 [  6250] By: jhi                                   on 2000/06/28  14:45:23
23615         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
23616              From: Doug MacEachern <dougm@covalent.net>
23617              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
23618              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
23619      Branch: cfgperl
23620            + t/op/my_stash.t
23621            ! MANIFEST embed.pl global.sym proto.h toke.c
23622 ____________________________________________________________________________
23623 [  6249] By: jhi                                   on 2000/06/28  14:36:34
23624         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
23625              From: Frank Tobin <ftobin@uiuc.edu>
23626              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
23627              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
23628      Branch: cfgperl
23629            ! lib/IPC/Open3.pm
23630 ____________________________________________________________________________
23631 [  6248] By: jhi                                   on 2000/06/28  14:11:25
23632         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
23633              From: Mark-Jason Dominus <mjd@plover.com>
23634              Date: Tue, 27 Jun 2000 22:36:42 -0400
23635              Message-ID: <20000628023642.12166.qmail@plover.com>
23636      Branch: cfgperl
23637            ! pod/perlfunc.pod
23638 ____________________________________________________________________________
23639 [  6247] By: jhi                                   on 2000/06/27  12:46:37
23640         Log: Tweak $VERSION, patch from Doug MacEachern.
23641      Branch: cfgperl
23642            ! lib/File/Spec.pm
23643 ____________________________________________________________________________
23644 [  6246] By: jhi                                   on 2000/06/27  03:34:46
23645         Log: Allow for standalone testing.
23646      Branch: cfgperl
23647            ! t/lib/filefunc.t t/lib/filespec.t
23648 ____________________________________________________________________________
23649 [  6245] By: jhi                                   on 2000/06/27  02:50:02
23650         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
23651              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
23652              Date: Sat, 24 Jun 2000 13:06:20 +0100
23653              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
23654      Branch: cfgperl
23655            ! ext/DynaLoader/DynaLoader_pm.PL
23656 ____________________________________________________________________________
23657 [  6244] By: jhi                                   on 2000/06/27  02:46:10
23658         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
23659              From: Doug MacEachern <dougm@covalent.net>
23660              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
23661              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
23662      Branch: cfgperl
23663            ! gv.c sv.c t/lib/peek.t
23664 ____________________________________________________________________________
23665 [  6243] By: jhi                                   on 2000/06/27  02:38:07
23666         Log: Subject: [PATCH] is_utf8_string
23667              From: simon@brecon.co.uk (Simon Cozens)
23668              Date: 26 Jun 2000 02:25:59 GMT
23669              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
23670      Branch: cfgperl
23671            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
23672            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
23673            ! proto.h utf8.c
23674 ____________________________________________________________________________
23675 [  6242] By: jhi                                   on 2000/06/27  02:24:00
23676         Log: Subject: [PATCH] bytes<->utf8 fixes
23677              From: simon@brecon.co.uk (Simon Cozens)
23678              Date: 26 Jun 2000 04:55:45 GMT
23679              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
23680      Branch: cfgperl
23681            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
23682 ____________________________________________________________________________
23683 [  6241] By: jhi                                   on 2000/06/27  02:12:42
23684         Log: Do no -warn on \_, only on \alpha.
23685              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
23686              From: David Dyck <dcd@tc.fluke.com>
23687              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
23688              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
23689      Branch: cfgperl
23690            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
23691 ____________________________________________________________________________
23692 [  6240] By: jhi                                   on 2000/06/27  02:00:01
23693         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
23694              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
23695              Date: Mon, 26 Jun 2000 18:40:14 +0100
23696              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
23697      Branch: cfgperl
23698            ! utils/h2xs.PL
23699 ____________________________________________________________________________
23700 [  6239] By: jhi                                   on 2000/06/27  01:53:40
23701         Log: Configure maintenance.  Sever some dependency cycles,
23702              separate gccversion from the cc unit,
23703              address [ID 20000623.006] Configure script patch for using gcc on AIX
23704              (but solve it a little bit differently),
23705              unduplex some accidentally duplicated units,
23706              suggest using gcc if no cc available
23707              (p5p thread: "Solaris configure: counterproposal", 1999-09)
23708      Branch: cfgperl
23709            ! Configure Todo-5.6 config_h.SH
23710      Branch: metaconfig
23711            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
23712            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
23713      Branch: metaconfig/U/perl
23714            + gccvers.U
23715            ! d_getespwnam.U d_getprpwnam.U i_prot.U
23716 ____________________________________________________________________________
23717 [  6238] By: jhi                                   on 2000/06/25  18:04:56
23718         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
23719              From: Dan Sugalski <dan@sidhe.org>
23720              Date: Fri, 23 Jun 2000 17:00:00 -0400
23721              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
23722      Branch: cfgperl
23723            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
23724 ____________________________________________________________________________
23725 [  6237] By: jhi                                   on 2000/06/25  16:36:45
23726         Log: Tweak embed.pl, regen headers.
23727      Branch: cfgperl
23728            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
23729            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
23730            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
23731            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
23732            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
23733 ____________________________________________________________________________
23734 [  6236] By: jhi                                   on 2000/06/25  15:26:42
23735         Log: Regen headers.
23736      Branch: cfgperl
23737            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
23738            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
23739            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
23740            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
23741            ! regnodes.h warnings.h
23742 ____________________________________________________________________________
23743 [  6235] By: jhi                                   on 2000/06/23  19:39:35
23744         Log: The thread begun by
23745              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
23746              From: Kevin.Ruscoe@ubsw.com
23747              Date: Fri, 16 Jun 2000 16:38:51 +0100
23748              Message-Id: <H000019b03c300d6@MHS>
23749      Branch: cfgperl
23750            ! hints/solaris_2.sh
23751 ____________________________________________________________________________
23752 [  6234] By: jhi                                   on 2000/06/23  19:23:36
23753         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
23754              because when run as services (Win32ese for daemons)
23755              no environment variables are set and tmpdir ends up as /tmp,
23756              which is ambiguous.
23757              
23758              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
23759              From: matt@sergeant.org
23760              Date: 16 Jun 2000 16:30:43 -0000
23761              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
23762      Branch: cfgperl
23763            ! lib/File/Spec/Win32.pm
23764 ____________________________________________________________________________
23765 [  6233] By: jhi                                   on 2000/06/23  19:18:58
23766         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
23767              From: Mark-Jason Dominus <mjd@plover.com>
23768              Date: Fri, 16 Jun 2000 20:53:04 -0400
23769              Message-ID: <20000617005304.8008.qmail@plover.com>
23770      Branch: cfgperl
23771            ! op.h
23772 ____________________________________________________________________________
23773 [  6232] By: jhi                                   on 2000/06/23  16:10:02
23774         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
23775              From: simon@brecon.co.uk (Simon Cozens)
23776              Date: 19 Jun 2000 15:18:27 GMT
23777              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
23778              
23779              plus update pod/Makefile and regenerate perltoc
23780      Branch: cfgperl
23781            + pod/perlutil.pod
23782            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
23783 ____________________________________________________________________________
23784 [  6231] By: jhi                                   on 2000/06/23  15:19:18
23785         Log: Subject: [PATCH 5.6.0] cygwin port
23786              From: "Fifer, Eric" <EFifer@sanwaint.com>
23787              Date: Tue, 20 Jun 2000 14:30:58 +0100
23788              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
23789      Branch: cfgperl
23790            ! README.cygwin lib/File/Find.pm
23791 ____________________________________________________________________________
23792 [  6230] By: jhi                                   on 2000/06/23  14:25:21
23793         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
23794      Branch: cfgperl
23795            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
23796            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
23797            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
23798            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
23799 ____________________________________________________________________________
23800 [  6229] By: jhi                                   on 2000/06/23  14:13:34
23801         Log: Subject: README.hpux version 0.6.1
23802              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
23803              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
23804              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
23805      Branch: cfgperl
23806            ! README.hpux
23807 ____________________________________________________________________________
23808 [  6228] By: jhi                                   on 2000/06/23  14:07:20
23809         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
23810              From: Doug MacEachern <dougm@covalent.net>
23811              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
23812              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
23813      Branch: cfgperl
23814            ! op.c
23815 ____________________________________________________________________________
23816 [  6227] By: jhi                                   on 2000/06/23  14:01:06
23817         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
23818              From: Doug MacEachern <dougm@covalent.net>
23819              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
23820              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
23821      Branch: cfgperl
23822            + lib/lib.pm.PL
23823            - lib/lib.pm
23824            ! MANIFEST Makefile.SH
23825 ____________________________________________________________________________
23826 [  6226] By: jhi                                   on 2000/06/23  13:53:07
23827         Log: Subject: [PATCH] remove forward declarations in Socket.pm
23828              From: Doug MacEachern <dougm@covalent.net>
23829              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
23830              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
23831              
23832              From: Doug MacEachern <dougm@covalent.net>
23833              Subject: Re: [PATCH] remove forward declarations in Socket.pm
23834              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
23835              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
23836      Branch: cfgperl
23837            ! ext/Socket/Socket.pm op.c
23838 ____________________________________________________________________________
23839 [  6225] By: jhi                                   on 2000/06/23  13:41:52
23840         Log: Add source code filenames to apidoc.
23841              From: simon@brecon.co.uk (Simon Cozens)
23842              Subject: [PATCH embed.pl] Source X-ref
23843              Date: 22 Jun 2000 02:18:49 GMT
23844              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
23845      Branch: cfgperl
23846            ! embed.pl
23847 ____________________________________________________________________________
23848 [  6224] By: jhi                                   on 2000/06/23  13:32:33
23849         Log: A way to avoid English.pm performance hit.
23850              From: root <root@jester.slaysys.com>
23851              Subject: [YAPATCH English.pm] My turn to putt again
23852              Date: Thu, 22 Jun 2000 20:33:58 -0400
23853              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
23854      Branch: cfgperl
23855            ! lib/English.pm t/lib/english.t
23856 ____________________________________________________________________________
23857 [  6223] By: jhi                                   on 2000/06/23  13:27:06
23858         Log: Avoid double close().
23859              Subject: [PATCH] avoid double close()
23860              From: Doug MacEachern <dougm@covalent.net>
23861              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
23862              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
23863      Branch: cfgperl
23864            ! doio.c
23865 ____________________________________________________________________________
23866 [  6222] By: jhi                                   on 2000/06/23  13:25:54
23867         Log: doc typo fix
23868              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
23869              From: Ian Phillipps <Ian.Phillipps@iname.com>
23870              Date: Fri, 23 Jun 2000 10:40:58 +0100
23871              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
23872      Branch: cfgperl
23873            ! lib/Pod/Usage.pm
23874 ____________________________________________________________________________
23875 [  6221] By: jhi                                   on 2000/06/23  13:24:15
23876         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
23877              From: simon@brecon.co.uk (Simon Cozens)
23878              Subject: [PATCH] Eliminate tr///[CU][CU]
23879              Date: 23 Jun 2000 11:05:40 GMT
23880              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
23881      Branch: cfgperl
23882            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
23883 ____________________________________________________________________________
23884 [  6220] By: jhi                                   on 2000/06/22  16:07:51
23885         Log: Win32 patches from Benjamin Stuhl.
23886      Branch: cfgperl
23887            ! makedef.pl win32/win32.h
23888 ____________________________________________________________________________
23889 [  6219] By: jhi                                   on 2000/06/22  16:06:34
23890         Log: Bytecode patches from Benjamin Stuhl.
23891      Branch: cfgperl
23892            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
23893            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
23894            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
23895 ____________________________________________________________________________
23896 [  6218] By: jhi                                   on 2000/06/15  23:54:16
23897         Log: Bytecode patches from Benjamin Stuhl.
23898      Branch: cfgperl
23899            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
23900 ____________________________________________________________________________
23901 [  6217] By: jhi                                   on 2000/06/09  13:38:29
23902         Log: Rename the fdpid locking and integrate with Sarathy.
23903      Branch: cfgperl
23904            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
23905            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
23906            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
23907            ! win32/win32.c
23908           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
23909 ____________________________________________________________________________
23910 [  6216] By: gsar                                  on 2000/06/08  14:54:21
23911         Log: be more optimal about clearing @_
23912      Branch: perl
23913            ! cop.h
23914 ____________________________________________________________________________
23915 [  6215] By: gsar                                  on 2000/06/08  14:33:04
23916         Log: tweak comment about @DB::args
23917      Branch: perl
23918            ! av.h pp_ctl.c
23919 ____________________________________________________________________________
23920 [  6214] By: gsar                                  on 2000/06/08  13:57:54
23921         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
23922              caller() wants to populate @DB::args with it (causes a coredump
23923              in Carp::confess())
23924      Branch: perl
23925            ! cop.h t/op/runlevel.t
23926 ____________________________________________________________________________
23927 [  6213] By: gsar                                  on 2000/06/08  07:06:35
23928         Log: back out change#6106 (seems problematic)
23929      Branch: perl
23930            ! hints/solaris_2.sh
23931 ____________________________________________________________________________
23932 [  6212] By: jhi                                   on 2000/06/07  03:10:36
23933         Log: Continuing mopup for #6204.
23934      Branch: cfgperl
23935            ! ext/B/defsubs_h.PL
23936 ____________________________________________________________________________
23937 [  6211] By: jhi                                   on 2000/06/07  02:41:50
23938         Log: Mopup for #6204.
23939              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
23940              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
23941              This is comes from const() where POK isn't on when expected.
23942      Branch: cfgperl
23943            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
23944            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
23945            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
23946            ! perlapi.h pod/perlapi.pod
23947 ____________________________________________________________________________
23948 [  6210] By: jhi                                   on 2000/06/07  01:56:29
23949         Log: Mopup for #6207 and #6209.
23950      Branch: cfgperl
23951            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
23952 ____________________________________________________________________________
23953 [  6209] By: jhi                                   on 2000/06/07  01:33:12
23954         Log: Lock PL_fdpid against race conditions, based on:
23955              Subject: [PATCH 5.6.0]subprocess fixup for threads
23956              From: Dan Sugalski <dan@sidhe.org>
23957              To: perl5-porters@perl.org
23958              Date: Tue, 11 Apr 2000 17:02:32 -0400
23959              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
23960      Branch: cfgperl
23961            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
23962            ! win32/win32.c
23963 ____________________________________________________________________________
23964 [  6208] By: jhi                                   on 2000/06/07  01:05:23
23965         Log: Regen headers for #6207.
23966      Branch: cfgperl
23967            ! embed.h global.sym objXSUB.h proto.h
23968 ____________________________________________________________________________
23969 [  6207] By: jhi                                   on 2000/06/06  23:43:13
23970         Log: Subject: [PATCH 5.6.0] Threadsafe patches
23971              From: Dan Sugalski <dan@sidhe.org>
23972              To: perl5-porters@perl.org
23973              Date: Mon, 08 May 2000 18:08:13 -0400
23974              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
23975      Branch: cfgperl
23976            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
23977            ! proto.h sv.h util.c
23978 ____________________________________________________________________________
23979 [  6206] By: jhi                                   on 2000/06/06  23:21:23
23980         Log: Subject: [PATCH] Eliminate $a/$b in pod
23981              From: David Glasser <me@davidglasser.net>
23982              To: perl5-porters@perl.org
23983              Date: Mon, 29 May 2000 21:15:59 -0400
23984              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
23985      Branch: cfgperl
23986            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
23987            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
23988            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
23989            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
23990            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
23991            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
23992            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
23993            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
23994            ! pod/perlvar.pod pod/perlxs.pod
23995 ____________________________________________________________________________
23996 [  6205] By: jhi                                   on 2000/06/06  23:12:14
23997         Log: Subject: [PATCH] Win32 improvements
23998              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
23999              To: gsar@activestate.com, perl5-porters@perl.org
24000              Date: Mon, 29 May 2000 17:22:24 PDT
24001              Message-ID: <20000530002224.91142.qmail@hotmail.com>
24002              (MUA had mangled many lines by wordwrapping)
24003      Branch: cfgperl
24004            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
24005 ____________________________________________________________________________
24006 [  6204] By: jhi                                   on 2000/06/06  23:01:50
24007         Log: Subject: [PATCH] B::Bytecode patches
24008              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
24009              To: gsar@activestate.com, jhi@iki.fi
24010              Cc: perl5-porters@perl.org
24011              Message-ID: <20000602202526.48694.qmail@hotmail.com>
24012              (MUA had mangled many lines by wordwrapping)
24013      Branch: cfgperl
24014            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
24015            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
24016            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
24017            ! intrpvar.h perl.c
24018 ____________________________________________________________________________
24019 [  6203] By: jhi                                   on 2000/06/06  22:32:43
24020         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
24021              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24022              Date: Tue, 06 Jun 2000 13:07:45 -0700
24023              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
24024      Branch: cfgperl
24025            ! pod/perldiag.pod
24026 ____________________________________________________________________________
24027 [  6202] By: jhi                                   on 2000/06/06  19:38:35
24028         Log: Integrate with Sarathy.
24029      Branch: cfgperl
24030           !> perl.c
24031 ____________________________________________________________________________
24032 [  6201] By: gsar                                  on 2000/06/06  00:42:59
24033         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
24034              does a PUSHMARK that's never ever POPMARKed; in general, only
24035              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
24036              Perl_eval_[sp]v() don't because they don't take any incoming
24037              arguments (this leak has been around since the original version
24038              of perl_eval_pv() in 5.003_97e)
24039      Branch: perl
24040            ! perl.c
24041 ____________________________________________________________________________
24042 [  6200] By: jhi                                   on 2000/06/04  03:44:52
24043         Log: Update to cperl-mode.el 4.31 from
24044              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
24045              Subject: A couple of notes
24046              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24047              To: Mailing list Perl5 <perl5-porters@perl.org>
24048              Date: Sat, 3 Jun 2000 23:33:32 -0400
24049              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
24050      Branch: cfgperl
24051            ! emacs/cperl-mode.el
24052 ____________________________________________________________________________
24053 [  6199] By: jhi                                   on 2000/06/03  15:11:05
24054         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
24055              From: Dan Sugalski <dan@sidhe.org>
24056              To: perl5-porters@perl.org, vmsperl@perl.org
24057              Date: Fri, 02 Jun 2000 17:30:51 -0400
24058              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
24059      Branch: cfgperl
24060            ! vms/descrip_mms.template vms/gen_shrfls.pl
24061 ____________________________________________________________________________
24062 [  6198] By: jhi                                   on 2000/06/03  14:59:15
24063         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
24064              From: Dan Sugalski <dan@sidhe.org>
24065              To: vmsperl@perl.org, perl5-porters@perl.org
24066              Date: Fri, 02 Jun 2000 16:00:41 -0400
24067              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
24068              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
24069      Branch: cfgperl
24070            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
24071            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
24072            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
24073 ____________________________________________________________________________
24074 [  6197] By: jhi                                   on 2000/06/03  14:41:30
24075         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
24076              From: John Borwick <jhborwic@unity.ncsu.edu>
24077              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
24078              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
24079      Branch: cfgperl
24080            ! pod/perlsyn.pod
24081 ____________________________________________________________________________
24082 [  6196] By: jhi                                   on 2000/06/03  14:38:09
24083         Log: Integrate with Sarathy.
24084      Branch: cfgperl
24085           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
24086           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
24087           !> vms/perly_c.vms
24088 ____________________________________________________________________________
24089 [  6195] By: gsar                                  on 2000/06/02  22:43:13
24090         Log: fix yet another eval"" leak under USE_ITHREADS
24091      Branch: perl
24092            ! op.c
24093 ____________________________________________________________________________
24094 [  6194] By: gsar                                  on 2000/06/02  18:22:06
24095         Log: fix small eval"" memory leaks under USE_ITHREADS
24096      Branch: perl
24097            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
24098            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
24099            ! vms/perly_c.vms
24100 ____________________________________________________________________________
24101 [  6193] By: jhi                                   on 2000/06/01  13:03:56
24102         Log: Signals-be-gone for microperl.
24103      Branch: cfgperl
24104            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
24105 ____________________________________________________________________________
24106 [  6192] By: jhi                                   on 2000/06/01  12:52:02
24107         Log: Integrate with Sarathy.
24108      Branch: cfgperl
24109           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
24110           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
24111           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
24112           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
24113           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
24114           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
24115           !> t/op/vec.t utils/h2xs.PL
24116 ____________________________________________________________________________
24117 [  6191] By: gsar                                  on 2000/06/01  09:38:21
24118         Log: vec() loses numericalness (modified version of patch suggested
24119              by Robin Barker)
24120      Branch: perl
24121            ! doop.c t/op/vec.t
24122 ____________________________________________________________________________
24123 [  6190] By: gsar                                  on 2000/06/01  09:26:15
24124         Log: submit missing embed.pl change
24125      Branch: perl
24126            ! embed.pl
24127 ____________________________________________________________________________
24128 [  6189] By: gsar                                  on 2000/06/01  09:05:34
24129         Log: counting tr/// corrupts later operation (from M.J.T Guy)
24130      Branch: perl
24131            ! doop.c t/op/tr.t
24132 ____________________________________________________________________________
24133 [  6188] By: gsar                                  on 2000/06/01  08:58:39
24134         Log: h2xs tweaks
24135      Branch: perl
24136            ! utils/h2xs.PL
24137 ____________________________________________________________________________
24138 [  6187] By: gsar                                  on 2000/06/01  08:50:07
24139         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
24140              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
24141      Branch: perl
24142            + lib/Pod/LaTeX.pm
24143            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
24144            ! pod/pod2latex.PL
24145 ____________________________________________________________________________
24146 [  6186] By: gsar                                  on 2000/06/01  08:24:40
24147         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
24148              <wolfgang.laun@alcatel.at>)
24149      Branch: perl
24150            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
24151            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
24152 ____________________________________________________________________________
24153 [  6185] By: gsar                                  on 2000/06/01  08:12:00
24154         Log: remove incorrect documentation about implicit split to @_ in
24155              list context, which never really worked in perl 5 (from
24156              M.J.T. Guy)
24157      Branch: perl
24158            ! pod/perlfunc.pod pod/perltrap.pod
24159 ____________________________________________________________________________
24160 [  6184] By: gsar                                  on 2000/06/01  07:52:27
24161         Log: tweak for change#6127
24162      Branch: perl
24163            ! perl.c
24164 ____________________________________________________________________________
24165 [  6183] By: gsar                                  on 2000/06/01  07:41:02
24166         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
24167              <nick@ccl4.org>)
24168      Branch: perl
24169            + t/lib/selfloader.t
24170            ! MANIFEST lib/SelfLoader.pm
24171 ____________________________________________________________________________
24172 [  6182] By: jhi                                   on 2000/06/01  00:34:42
24173         Log: Be Cleaner Part Deux.
24174      Branch: cfgperl
24175            ! Makefile.SH
24176 ____________________________________________________________________________
24177 [  6181] By: jhi                                   on 2000/06/01  00:32:09
24178         Log: Integrate with Sarathy.
24179      Branch: cfgperl
24180           !> pp.c t/op/arith.t
24181 ____________________________________________________________________________
24182 [  6180] By: jhi                                   on 2000/06/01  00:31:13
24183         Log: microperl nits from Simon Cozens.
24184      Branch: cfgperl
24185            + uconfig.h
24186            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
24187            ! unixish.h
24188 ____________________________________________________________________________
24189 [  6179] By: gsar                                  on 2000/05/31  22:37:51
24190         Log: buggy modulus on UVs introduced by change#3378 (resulted in
24191              4063328477 % 65535 amounting to 27406, instead of 27407)
24192      Branch: perl
24193            ! pp.c t/op/arith.t
24194 ____________________________________________________________________________
24195 [  6178] By: jhi                                   on 2000/05/31  21:52:41
24196         Log: Be cleaner.
24197      Branch: cfgperl
24198            ! Makefile.SH
24199 ____________________________________________________________________________
24200 [  6177] By: jhi                                   on 2000/05/31  21:47:33
24201         Log: Substitution utf8 patch from Simon Cozens.
24202      Branch: cfgperl
24203            ! pp_hot.c
24204 ____________________________________________________________________________
24205 [  6176] By: jhi                                   on 2000/05/31  21:45:34
24206         Log: Single-quoted utf8 patch from Simon Cozens.
24207      Branch: cfgperl
24208            ! toke.c
24209 ____________________________________________________________________________
24210 [  6175] By: jhi                                   on 2000/05/31  21:40:18
24211         Log: Integrate with Sarathy.
24212      Branch: cfgperl
24213           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
24214 ____________________________________________________________________________
24215 [  6174] By: jhi                                   on 2000/05/31  21:37:31
24216         Log: microperl changes from Simon Cozens; Makefile for microperl
24217              written from scratch; few casts added as microperl compilation
24218              doesn't have all prototypes available.
24219      Branch: cfgperl
24220            + Makefile.micro README.micro Todo.micro uconfig.sh
24221            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
24222            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
24223      Branch: metaconfig
24224            + U/modified/Config_h.U
24225 ____________________________________________________________________________
24226 [  6173] By: jhi                                   on 2000/05/31  20:00:24
24227         Log: metaconfig maintenance.
24228      Branch: metaconfig
24229            + U/modified/Inhdr.U U/typedefs/inotype.U
24230      Branch: metaconfig/U/perl
24231            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
24232            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
24233 ____________________________________________________________________________
24234 [  6172] By: gsar                                  on 2000/05/31  05:05:42
24235         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
24236              (from Ilya Zakharevich)
24237      Branch: perl
24238            ! regexec.c t/op/re_tests
24239 ____________________________________________________________________________
24240 [  6171] By: gsar                                  on 2000/05/31  05:01:47
24241         Log: scalar() doesn't force scalar context when used in void context
24242              (from Simon Cozens)
24243      Branch: perl
24244            ! op.c t/op/wantarray.t
24245 ____________________________________________________________________________
24246 [  6170] By: gsar                                  on 2000/05/31  04:41:33
24247         Log: change#6142 needs tweaks to tests to work where there's no symlink()
24248              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
24249      Branch: perl
24250            ! t/lib/filefind.t
24251 ____________________________________________________________________________
24252 [  6169] By: gsar                                  on 2000/05/31  04:29:49
24253         Log: integrate cfgperl contents into mainline
24254      Branch: perl
24255           +> pod/perlmodlib.PL pod/perlnewmod.pod
24256           !> (integrate 42 files)
24257 ____________________________________________________________________________
24258 [  6168] By: jhi                                   on 2000/05/30  22:53:37
24259         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
24260      Branch: cfgperl
24261            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24262            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
24263            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
24264            ! win32/config.bc win32/config.gc win32/config.vc
24265            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24266            ! win32/config_h.PL win32/config_sh.PL
24267      Branch: metaconfig/U/perl
24268            ! perlxv.U
24269 ____________________________________________________________________________
24270 [  6167] By: jhi                                   on 2000/05/30  22:20:21
24271         Log: tweak todo 
24272      Branch: cfgperl
24273            ! Todo-5.6
24274 ____________________________________________________________________________
24275 [  6166] By: jhi                                   on 2000/05/30  22:11:51
24276         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
24277              in case somebody wants to write an extension for more
24278              shadow database interfaces.
24279      Branch: cfgperl
24280            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24281            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
24282            ! vos/config.def vos/config.h vos/config_h.SH_orig
24283            ! win32/config.bc win32/config.gc win32/config.vc
24284            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24285      Branch: metaconfig
24286            ! U/modified/Myinit.U
24287      Branch: metaconfig/U/perl
24288            + d_getespwnam.U d_getprpwnam.U i_prot.U
24289 ____________________________________________________________________________
24290 [  6165] By: jhi                                   on 2000/05/30  18:35:34
24291         Log: Integrate with Sarathy.
24292      Branch: cfgperl
24293           !> op.c
24294 ____________________________________________________________________________
24295 [  6164] By: jhi                                   on 2000/05/30  18:30:16
24296         Log: detypo
24297      Branch: cfgperl
24298            ! Configure config_h.SH
24299      Branch: metaconfig/U/perl
24300            ! perlxv.U
24301 ____________________________________________________________________________
24302 [  6163] By: gsar                                  on 2000/05/30  03:24:03
24303         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
24304      Branch: perl
24305            ! op.c
24306 ____________________________________________________________________________
24307 [  6162] By: gsar                                  on 2000/05/30  03:09:38
24308         Log: fix memory leak in method call optimization (change#3768);
24309              made C<eval "$x->foo()"> leak
24310      Branch: perl
24311            ! op.c
24312 ____________________________________________________________________________
24313 [  6161] By: jhi                                   on 2000/05/29  17:56:26
24314         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
24315              both from Simon Cozens.
24316      Branch: cfgperl
24317            + pod/perlmodlib.PL pod/perlnewmod.pod
24318            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
24319            ! pod/perlmodlib.pod pod/perltoc.pod
24320 ____________________________________________________________________________
24321 [  6160] By: jhi                                   on 2000/05/29  17:23:55
24322         Log: Changes for the File::Temp 0.08 (change #6159) test suite
24323              to fit better into the Perl distribution test framework.
24324      Branch: cfgperl
24325            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
24326            ! t/lib/ftmp-tempfile.t
24327 ____________________________________________________________________________
24328 [  6159] By: jhi                                   on 2000/05/29  16:55:36
24329         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
24330      Branch: cfgperl
24331            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
24332            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
24333 ____________________________________________________________________________
24334 [  6158] By: bailey                                on 2000/05/29  16:22:08
24335         Log: Add fallback to tmpfile for use in cases where user's relying on
24336              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
24337              Lane's patch)
24338      Branch: vmsperl
24339            ! vms/vms.c vms/vmsish.h
24340 ____________________________________________________________________________
24341 [  6157] By: jhi                                   on 2000/05/29  03:10:36
24342         Log: Regen Configure to jive with #6149.
24343      Branch: cfgperl
24344            ! Configure
24345      Branch: metaconfig
24346            ! U/modified/Getfile.U
24347 ____________________________________________________________________________
24348 [  6156] By: jhi                                   on 2000/05/29  03:01:38
24349         Log: Integrate with Sarathy.
24350      Branch: cfgperl
24351           +> ext/DynaLoader/dl_mac.xs
24352           !> (integrate 38 files)
24353 ____________________________________________________________________________
24354 [  6155] By: gsar                                  on 2000/05/28  21:15:58
24355         Log: small bug in change#6144; remove random \xA0 character that snuck
24356              in via change#6145
24357      Branch: perl
24358            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
24359 ____________________________________________________________________________
24360 [  6154] By: gsar                                  on 2000/05/28  21:04:19
24361         Log: avoid type mismatch warning
24362      Branch: perl
24363            ! perl.c
24364 ____________________________________________________________________________
24365 [  6153] By: gsar                                  on 2000/05/28  20:58:31
24366         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
24367              <nick@Bagpuss.uk.boo.com>)
24368      Branch: perl
24369            ! lib/Test/Harness.pm
24370 ____________________________________________________________________________
24371 [  6152] By: gsar                                  on 2000/05/28  20:53:42
24372         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
24373      Branch: perl
24374            ! regexec.c
24375 ____________________________________________________________________________
24376 [  6151] By: gsar                                  on 2000/05/28  20:50:28
24377         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
24378      Branch: perl
24379            ! regexec.c
24380 ____________________________________________________________________________
24381 [  6150] By: gsar                                  on 2000/05/28  20:39:58
24382         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
24383      Branch: perl
24384            ! pod/perlrequick.pod
24385 ____________________________________________________________________________
24386 [  6149] By: gsar                                  on 2000/05/28  20:35:16
24387         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
24388              <troc@netrus.net>)
24389      Branch: perl
24390            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
24391            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
24392            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
24393            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
24394 ____________________________________________________________________________
24395 [  6148] By: gsar                                  on 2000/05/28  20:21:07
24396         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
24397      Branch: perl
24398            ! lib/ExtUtils/MM_Unix.pm
24399 ____________________________________________________________________________
24400 [  6147] By: gsar                                  on 2000/05/28  20:12:41
24401         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
24402              (from Peter Prymmer)
24403      Branch: perl
24404            ! vms/subconfigure.com
24405 ____________________________________________________________________________
24406 [  6146] By: gsar                                  on 2000/05/28  20:06:15
24407         Log: doc typo
24408      Branch: perl
24409            ! lib/warnings.pm warnings.h warnings.pl
24410 ____________________________________________________________________________
24411 [  6145] By: gsar                                  on 2000/05/28  18:44:33
24412         Log: make xsubpp skip embedded pod (from Matthias Neeracher
24413              <neeri@iis.ee.ethz.ch>)
24414      Branch: perl
24415            ! lib/ExtUtils/xsubpp
24416 ____________________________________________________________________________
24417 [  6144] By: gsar                                  on 2000/05/28  18:42:49
24418         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
24419              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
24420              <neeri@iis.ee.ethz.ch>)
24421      Branch: perl
24422            ! lib/AutoSplit.pm
24423 ____________________________________________________________________________
24424 [  6143] By: gsar                                  on 2000/05/28  18:41:12
24425         Log: MacOS support, part 1 (from Matthias Neeracher
24426              <neeri@iis.ee.ethz.ch>)
24427      Branch: perl
24428            + ext/DynaLoader/dl_mac.xs
24429            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
24430            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
24431            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
24432            ! util.h
24433 ____________________________________________________________________________
24434 [  6142] By: gsar                                  on 2000/05/28  18:21:51
24435         Log: File::Find fails to chdir when chasing symlinks (from
24436              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
24437      Branch: perl
24438            ! lib/File/Find.pm t/lib/filefind.t
24439 ____________________________________________________________________________
24440 [  6141] By: jhi                                   on 2000/05/28  14:25:15
24441         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
24442              forwarded by Peter Seebach from the bsdi-users mailing list.
24443              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
24444      Branch: perl
24445            ! hints/bsdos.sh
24446 ____________________________________________________________________________
24447 [  6140] By: jhi                                   on 2000/05/28  14:11:57
24448         Log: Integrate with Sarathy.
24449      Branch: cfgperl
24450           +> (branch 30 files)
24451           !> (integrate 93 files)
24452 ____________________________________________________________________________
24453 [  6139] By: gsar                                  on 2000/05/28  10:01:48
24454         Log: revise mktables.PL for bugs and newness in Unicode 3.0
24455              (from James Bence <jbence@amgen.com>)
24456      Branch: perl
24457            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
24458            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
24459            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
24460            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
24461            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
24462            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
24463            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
24464            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
24465            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
24466            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
24467            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
24468            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
24469            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
24470            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
24471            + lib/unicode/Is/SylWU.pl
24472            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
24473            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
24474            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
24475            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
24476            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
24477            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
24478            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
24479            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
24480            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
24481            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
24482            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
24483            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
24484            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
24485            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
24486            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
24487            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
24488            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
24489            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
24490            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
24491            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
24492            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
24493            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
24494            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
24495            ! lib/unicode/Makefile lib/unicode/mktables.PL
24496 ____________________________________________________________________________
24497 [  6138] By: gsar                                  on 2000/05/28  08:50:32
24498         Log: add note about the handling of negative indices to tied arrays
24499              (from Michael G Schwern <schwern@pobox.com>)
24500      Branch: perl
24501            ! pod/perltie.pod
24502 ____________________________________________________________________________
24503 [  6137] By: gsar                                  on 2000/05/28  08:46:10
24504         Log: fix bogus redeclaration warning for "our" variables in different
24505              scopes
24506      Branch: perl
24507            ! op.c t/pragma/strict-vars
24508 ____________________________________________________________________________
24509 [  6136] By: gsar                                  on 2000/05/28  08:31:20
24510         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
24511      Branch: perl
24512            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
24513 ____________________________________________________________________________
24514 [  6135] By: gsar                                  on 2000/05/28  08:17:50
24515         Log: enable Test::Harness to dynamically determine column width etc.
24516              (from Rob Napier <rnapier@employees.org>)
24517      Branch: perl
24518            ! lib/Test/Harness.pm
24519 ____________________________________________________________________________
24520 [  6134] By: gsar                                  on 2000/05/28  08:13:39
24521         Log: make Test::Harness use wait.h/WCOREDUMP if available
24522              (from Ben Tilly <ben_tilly@hotmail.com>)
24523      Branch: perl
24524            ! lib/Test/Harness.pm
24525 ____________________________________________________________________________
24526 [  6133] By: gsar                                  on 2000/05/28  08:08:05
24527         Log: elide bogus test in change#6132
24528      Branch: perl
24529            ! t/pragma/warn/9enabled
24530 ____________________________________________________________________________
24531 [  6132] By: gsar                                  on 2000/05/28  08:03:14
24532         Log: warnings::enabled() doesn't fall back to looking at $^W if
24533              caller isn't using lexical warnings (from Paul Marquess)
24534      Branch: perl
24535            ! pp_ctl.c t/pragma/warn/9enabled
24536 ____________________________________________________________________________
24537 [  6131] By: gsar                                  on 2000/05/28  07:57:47
24538         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
24539      Branch: perl
24540            ! ext/POSIX/POSIX.pm
24541 ____________________________________________________________________________
24542 [  6130] By: gsar                                  on 2000/05/28  07:29:12
24543         Log: fix places that mean C<"word" character> but say C<alphanumeric
24544              character>
24545      Branch: perl
24546            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
24547 ____________________________________________________________________________
24548 [  6129] By: gsar                                  on 2000/05/28  07:18:41
24549         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
24550      Branch: perl
24551            ! vms/test.com
24552 ____________________________________________________________________________
24553 [  6128] By: gsar                                  on 2000/05/28  07:12:55
24554         Log: new perlxstut example for passing/returning refs to arrays
24555              (from David Lowe <dlowe@pootpoot.com>)
24556      Branch: perl
24557            ! pod/perlxstut.pod
24558 ____________________________________________________________________________
24559 [  6127] By: gsar                                  on 2000/05/28  07:02:50
24560         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
24561              failed (from Gisle Aas)
24562      Branch: perl
24563            ! cop.h perl.c
24564 ____________________________________________________________________________
24565 [  6126] By: gsar                                  on 2000/05/28  06:39:53
24566         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
24567              (reworked variant of patch suggested by Simon Cozens)
24568      Branch: perl
24569            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
24570            ! pp_hot.c proto.h t/op/gv.t
24571 ____________________________________________________________________________
24572 [  6125] By: gsar                                  on 2000/05/28  05:14:55
24573         Log: enable propagating exception objects via Perl_croak() in XS code
24574              (from Gisle Aas)
24575      Branch: perl
24576            ! util.c
24577 ____________________________________________________________________________
24578 [  6124] By: gsar                                  on 2000/05/28  05:07:28
24579         Log: integrate vmsperl contents into mainline
24580      Branch: perl
24581           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
24582           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
24583           !> vms/vmsish.h
24584 ____________________________________________________________________________
24585 [  6123] By: gsar                                  on 2000/05/28  05:03:53
24586         Log: clarify gotcha with #line directives (from Rocco Caputo
24587              <troc@netrus.net>)
24588      Branch: perl
24589            ! pod/perldebug.pod pod/perlsyn.pod
24590 ____________________________________________________________________________
24591 [  6122] By: gsar                                  on 2000/05/28  04:58:29
24592         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
24593              (from Mark-Jason Dominus)
24594      Branch: perl
24595            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
24596            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
24597            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
24598            ! toke.c
24599 ____________________________________________________________________________
24600 [  6121] By: bailey                                on 2000/05/25  04:46:54
24601         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
24602              lists (based on fixes by Craig Berry)
24603      Branch: vmsperl
24604            ! lib/File/Spec/VMS.pm
24605 ____________________________________________________________________________
24606 [  6120] By: bailey                                on 2000/05/25  04:25:38
24607         Log: Add missing escape (Charles Lane)
24608      Branch: vmsperl
24609            ! t/op/lex_assign.t
24610 ____________________________________________________________________________
24611 [  6119] By: bailey                                on 2000/05/25  04:21:25
24612         Log: Quiet error messages in vmsish.t (Charles Lane)
24613      Branch: vmsperl
24614            ! vms/ext/vmsish.t
24615 ____________________________________________________________________________
24616 [  6118] By: bailey                                on 2000/05/25  04:17:57
24617         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
24618              Flatten case labels in switch statements uniformly (Charles Bailey)
24619      Branch: vmsperl
24620            ! vms/vms.c
24621 ____________________________________________________________________________
24622 [  6117] By: bailey                                on 2000/05/25  03:58:09
24623         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
24624      Branch: vmsperl
24625            ! vms/vmsish.h
24626 ____________________________________________________________________________
24627 [  6116] By: bailey                                on 2000/05/25  03:11:15
24628         Log: Miscellaneous cosmetic fixes (Charles Lane)
24629      Branch: vmsperl
24630            ! lib/ExtUtils/MM_VMS.pm
24631 ____________________________________________________________________________
24632 [  6115] By: bailey                                on 2000/05/25  03:10:36
24633         Log: Add bounds checking for several strings (Charles Lane)
24634      Branch: vmsperl
24635            ! vms/vms.c
24636 ____________________________________________________________________________
24637 [  6114] By: bailey                                on 2000/05/25  02:25:34
24638         Log: Urk -- undo previous removal of vmsish 'exit' change
24639      Branch: vmsperl
24640            ! vms/ext/vmsish.pm vms/vmsish.h
24641 ____________________________________________________________________________
24642 [  6113] By: bailey                                on 2000/05/24  02:24:40
24643         Log: Ugly workaround for version-specific RTL error
24644      Branch: vmsperl
24645            ! vms/vms.c
24646 ____________________________________________________________________________
24647 [  6112] By: bailey                                on 2000/05/24  02:19:55
24648         Log: Check for existence of file before trying to delete
24649      Branch: vmsperl
24650            ! vms/test.com
24651 ____________________________________________________________________________
24652 [  6111] By: bailey                                on 2000/05/23  23:35:13
24653         Log: Resync with mainline prior to post-5.6.0 updates
24654      Branch: vmsperl
24655           +> (branch 49 files)
24656            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
24657            ! vms/ext/vmsish.pm
24658           !> (integrate 334 files)
24659 ____________________________________________________________________________
24660 [  6110] By: jhi                                   on 2000/05/23  19:28:32
24661         Log: todo tweak
24662      Branch: cfgperl
24663            ! Todo-5.6
24664 ____________________________________________________________________________
24665 [  6109] By: jhi                                   on 2000/05/18  17:38:54
24666         Log: Integrate with Sarathy.
24667      Branch: cfgperl
24668           !> mg.c perl.h win32/perlhost.h
24669 ____________________________________________________________________________
24670 [  6108] By: gsar                                  on 2000/05/17  02:24:56
24671         Log: reenable fake signal handling on Windows, bugs and all
24672      Branch: perl
24673            ! mg.c perl.h win32/perlhost.h
24674 ____________________________________________________________________________
24675 [  6107] By: jhi                                   on 2000/05/15  18:01:41
24676         Log: Tweak the todo list.
24677      Branch: cfgperl
24678            ! Todo-5.6
24679 ____________________________________________________________________________
24680 [  6106] By: jhi                                   on 2000/05/15  13:41:48
24681         Log: The (Configure) script refuses to go on, after asking for
24682              'You may also choose to try maximal 64-bitness....'.
24683              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
24684              -- Patrick Zima
24685              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
24686      Branch: cfgperl
24687            ! hints/solaris_2.sh
24688 ____________________________________________________________________________
24689 [  6105] By: jhi                                   on 2000/05/11  14:37:43
24690         Log: Integrate with Sarathy.
24691      Branch: cfgperl
24692           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
24693           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
24694 ____________________________________________________________________________
24695 [  6104] By: gsar                                  on 2000/05/11  03:39:07
24696         Log: PL_sys_intern was being initialized too late on windows
24697      Branch: perl
24698            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
24699            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
24700 ____________________________________________________________________________
24701 [  6103] By: jhi                                   on 2000/05/09  19:42:20
24702         Log: Test tweaking for Unicos continues.
24703      Branch: cfgperl
24704            ! t/op/64bitint.t
24705 ____________________________________________________________________________
24706 [  6102] By: jhi                                   on 2000/05/09  16:47:27
24707         Log: The test suite tweak in #6101 wasn't quite right.
24708      Branch: cfgperl
24709            ! t/lib/complex.t
24710 ____________________________________________________________________________
24711 [  6101] By: jhi                                   on 2000/05/09  15:35:34
24712         Log: Hints and test tweaks for Unicos.
24713      Branch: cfgperl
24714            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
24715 ____________________________________________________________________________
24716 [  6100] By: jhi                                   on 2000/05/08  21:15:06
24717         Log: More compilation tweakery from Allen Smith.
24718      Branch: cfgperl
24719            ! hints/irix_6.sh
24720 ____________________________________________________________________________
24721 [  6099] By: jhi                                   on 2000/05/08  19:21:18
24722         Log: Tweaks for the cc bugs from Allen Smith.
24723      Branch: cfgperl
24724            ! hints/irix_6.sh
24725 ____________________________________________________________________________
24726 [  6098] By: jhi                                   on 2000/05/08  19:13:37
24727         Log: Add a note about other, yet unsupported, shadow password APIs.
24728      Branch: cfgperl
24729            ! pp_sys.c
24730 ____________________________________________________________________________
24731 [  6097] By: jhi                                   on 2000/05/08  18:46:34
24732         Log: Add a note about possible compilation problems from Allen Smith.
24733      Branch: cfgperl
24734            ! hints/irix_6.sh
24735 ____________________________________________________________________________
24736 [  6096] By: jhi                                   on 2000/05/08  17:33:10
24737         Log: Integrate with Sarathy.
24738      Branch: cfgperl
24739           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
24740           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
24741 ____________________________________________________________________________
24742 [  6095] By: jhi                                   on 2000/05/08  16:21:33
24743         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
24744              might be useful in future.
24745      Branch: cfgperl
24746            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24747            ! config_h.SH
24748      Branch: metaconfig
24749            ! U/installdirs/inc_version_list.U
24750      Branch: metaconfig/U/perl
24751            ! perlxv.U
24752 ____________________________________________________________________________
24753 [  6094] By: gsar                                  on 2000/05/08  14:22:22
24754         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
24755      Branch: perl
24756            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
24757            ! hints/cygwin.sh pp_sys.c
24758 ____________________________________________________________________________
24759 [  6093] By: gsar                                  on 2000/05/08  12:52:28
24760         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
24761              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
24762      Branch: perl
24763            ! pp_sys.c sv.c win32/perlhost.h
24764 ____________________________________________________________________________
24765 [  6092] By: jhi                                   on 2000/05/07  22:40:34
24766         Log: Regen perltoc with the fixed buildtoc.
24767      Branch: cfgperl
24768            ! pod/perltoc.pod
24769 ____________________________________________________________________________
24770 [  6091] By: jhi                                   on 2000/05/07  22:24:16
24771         Log: Integrate with Sarathy.
24772      Branch: cfgperl
24773           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
24774           !> t/op/substr.t toke.c
24775 ____________________________________________________________________________
24776 [  6090] By: gsar                                  on 2000/05/07  19:47:07
24777         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
24778              [NI]OK; added tests for both
24779      Branch: perl
24780            ! perl.c pp_hot.c sv.c t/op/substr.t
24781 ____________________________________________________________________________
24782 [  6089] By: gsar                                  on 2000/05/07  18:18:38
24783         Log: buildtoc tweak to fix newline lossage
24784      Branch: perl
24785            ! pod/buildtoc
24786 ____________________________________________________________________________
24787 [  6088] By: jhi                                   on 2000/05/07  16:35:36
24788         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
24789              because we do not use those.  The HAS_GETSPNAM remains,
24790              though, because we still do use that.
24791      Branch: cfgperl
24792            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24793            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
24794            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
24795            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
24796            ! win32/config.vc win32/config_H.bc win32/config_H.gc
24797            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
24798 ____________________________________________________________________________
24799 [  6087] By: gsar                                  on 2000/05/07  16:05:16
24800         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
24801      Branch: perl
24802            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
24803 ____________________________________________________________________________
24804 [  6086] By: jhi                                   on 2000/05/07  15:27:07
24805         Log: Integrate with Sarathy.
24806      Branch: cfgperl
24807           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
24808           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
24809           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
24810           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
24811           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
24812           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
24813 ____________________________________________________________________________
24814 [  6085] By: gsar                                  on 2000/05/07  05:52:02
24815         Log: repeat operator (x) doesn't preserve utf8-ness
24816      Branch: perl
24817            ! pp.c t/op/substr.t
24818 ____________________________________________________________________________
24819 [  6084] By: gsar                                  on 2000/05/07  05:39:55
24820         Log: substr() does not preserve utf8-ness (from Stefan Eissing
24821              <Eissing@medicaldataservice.de>); added tests
24822      Branch: perl
24823            ! pp.c t/op/substr.t
24824 ____________________________________________________________________________
24825 [  6083] By: gsar                                  on 2000/05/07  05:24:46
24826         Log: note about undocumented caller() return value (from M.J.T. Guy);
24827              yet another peek.t tweak
24828      Branch: perl
24829            ! pod/perlfunc.pod t/lib/peek.t
24830 ____________________________________________________________________________
24831 [  6082] By: gsar                                  on 2000/05/07  05:08:40
24832         Log: peek.t non-portable to ithreads
24833      Branch: perl
24834            ! t/lib/peek.t
24835 ____________________________________________________________________________
24836 [  6081] By: gsar                                  on 2000/05/07  04:17:04
24837         Log: better default perlbug categories for ok reports (from Richard Foley)
24838      Branch: perl
24839            ! utils/perlbug.PL
24840 ____________________________________________________________________________
24841 [  6080] By: gsar                                  on 2000/05/07  04:08:07
24842         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
24843              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
24844      Branch: perl
24845            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
24846            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
24847            ! AUTHORS MAINTAIN MANIFEST
24848 ____________________________________________________________________________
24849 [  6079] By: gsar                                  on 2000/05/07  04:01:38
24850         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
24851      Branch: perl
24852            ! lib/Carp/Heavy.pm
24853 ____________________________________________________________________________
24854 [  6078] By: gsar                                  on 2000/05/07  01:24:19
24855         Log: workaround for CRT bug in chdir() (from Charles Lane, via
24856              Peter Prymmer)
24857      Branch: perl
24858            ! iperlsys.h vms/vms.c vms/vmsish.h
24859 ____________________________________________________________________________
24860 [  6077] By: gsar                                  on 2000/05/07  01:22:23
24861         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
24862              and Tom Phoenix)
24863      Branch: perl
24864            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
24865 ____________________________________________________________________________
24866 [  6076] By: gsar                                  on 2000/05/06  17:36:29
24867         Log: integrate cfgperl contents into mainline
24868      Branch: perl
24869           +> t/lib/peek.t
24870           !> Configure MANIFEST Porting/Glossary Porting/config.sh
24871           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
24872           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
24873           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
24874 ____________________________________________________________________________
24875 [  6075] By: jhi                                   on 2000/05/05  18:56:10
24876         Log: Make the test more portable.
24877      Branch: cfgperl
24878            ! t/lib/peek.t
24879 ____________________________________________________________________________
24880 [  6074] By: jhi                                   on 2000/05/05  18:49:20
24881         Log: Introduce t/lib/peek.t.
24882      Branch: cfgperl
24883            + t/lib/peek.t
24884            ! MANIFEST
24885 ____________________________________________________________________________
24886 [  6073] By: jhi                                   on 2000/05/05  14:30:45
24887         Log: Complex tweaks.
24888      Branch: cfgperl
24889            ! lib/Math/Complex.pm t/lib/complex.t
24890 ____________________________________________________________________________
24891 [  6072] By: jhi                                   on 2000/05/05  12:27:13
24892         Log: Integrate with Sarathy.
24893      Branch: cfgperl
24894           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
24895           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
24896           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
24897           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
24898 ____________________________________________________________________________
24899 [  6071] By: gsar                                  on 2000/05/05  02:24:46
24900         Log: misformatted perllocal.pod (from Tim Jenness
24901              <t.jenness@jach.hawaii.edu>)
24902      Branch: perl
24903            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
24904 ____________________________________________________________________________
24905 [  6070] By: gsar                                  on 2000/05/05  02:16:52
24906         Log: remove misleading comment (from M.J.T. Guy)
24907      Branch: perl
24908            ! t/lib/anydbm.t
24909 ____________________________________________________________________________
24910 [  6069] By: gsar                                  on 2000/05/05  02:15:13
24911         Log: File::Spec compatibility update (from Barrie Slaymaker
24912              <barries@slaysys.com>)
24913      Branch: perl
24914            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
24915            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
24916 ____________________________________________________________________________
24917 [  6068] By: gsar                                  on 2000/05/05  02:01:50
24918         Log: note about values()
24919      Branch: perl
24920            ! pod/perlfunc.pod
24921 ____________________________________________________________________________
24922 [  6067] By: gsar                                  on 2000/05/05  01:33:09
24923         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
24924      Branch: perl
24925            ! win32/win32.c
24926 ____________________________________________________________________________
24927 [  6066] By: gsar                                  on 2000/05/05  01:23:43
24928         Log: s/END/CHECK/
24929      Branch: perl
24930            ! perl.c
24931 ____________________________________________________________________________
24932 [  6065] By: jhi                                   on 2000/05/04  17:30:22
24933         Log: Integrate with Sarathy.
24934      Branch: cfgperl
24935           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
24936 ____________________________________________________________________________
24937 [  6064] By: gsar                                  on 2000/05/04  17:26:14
24938         Log: change#5905 wasn't quite right--it's intent only applies when arguments
24939              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
24940      Branch: perl
24941            ! pp_sys.c sv.c
24942 ____________________________________________________________________________
24943 [  6063] By: gsar                                  on 2000/05/04  16:52:29
24944         Log: tokeq() could read unallocated field in argument
24945      Branch: perl
24946            ! toke.c
24947 ____________________________________________________________________________
24948 [  6062] By: gsar                                  on 2000/05/04  16:34:51
24949         Log: additional tests for utf8.t
24950      Branch: perl
24951            ! t/pragma/utf8.t
24952 ____________________________________________________________________________
24953 [  6061] By: gsar                                  on 2000/05/04  16:09:28
24954         Log: change#5921 neglected to make eq honor "use bytes"
24955      Branch: perl
24956            ! sv.c
24957 ____________________________________________________________________________
24958 [  6060] By: jhi                                   on 2000/05/04  15:30:16
24959         Log: Integrate with Sarathy.
24960      Branch: cfgperl
24961           !> perl.c regcomp.c t/pragma/utf8.t
24962 ____________________________________________________________________________
24963 [  6059] By: jhi                                   on 2000/05/04  15:26:37
24964         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
24965              in natively 64-bit platforms where a long is a quad (no need
24966              for long longs).  Also added bias for IVs.
24967      Branch: cfgperl
24968            ! toke.c
24969 ____________________________________________________________________________
24970 [  6058] By: gsar                                  on 2000/05/04  00:19:14
24971         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
24972              (spotted by Donald Kinzer <dkinzer@premia.com>)
24973      Branch: perl
24974            ! perl.c
24975 ____________________________________________________________________________
24976 [  6057] By: gsar                                  on 2000/05/03  18:34:01
24977         Log: fix broken parsing of /\x{ab}/
24978      Branch: perl
24979            ! regcomp.c t/pragma/utf8.t
24980 ____________________________________________________________________________
24981 [  6056] By: jhi                                   on 2000/05/03  17:57:16
24982         Log: The search of infinity continues, this time simplified.
24983      Branch: cfgperl
24984            ! lib/Math/Complex.pm
24985 ____________________________________________________________________________
24986 [  6055] By: jhi                                   on 2000/05/03  17:45:30
24987         Log: Detypo.
24988      Branch: cfgperl
24989            ! hints/unicos.sh
24990 ____________________________________________________________________________
24991 [  6054] By: jhi                                   on 2000/05/02  22:28:27
24992         Log: Be more forgiving in POSIX about HUGE_VALL.
24993      Branch: cfgperl
24994            ! ext/POSIX/POSIX.xs
24995 ____________________________________________________________________________
24996 [  6053] By: jhi                                   on 2000/05/02  22:25:05
24997         Log: Integrate with Sarathy.
24998      Branch: cfgperl
24999           !> hints/irix_6.sh pod/perlop.pod
25000 ____________________________________________________________________________
25001 [  6052] By: jhi                                   on 2000/05/02  22:24:31
25002         Log: Unicos hint tweak.
25003      Branch: cfgperl
25004            ! hints/unicos.sh
25005 ____________________________________________________________________________
25006 [  6051] By: jhi                                   on 2000/05/02  22:21:26
25007         Log: Complex tweakery.
25008      Branch: cfgperl
25009            ! lib/Math/Complex.pm t/lib/complex.t
25010 ____________________________________________________________________________
25011 [  6050] By: jhi                                   on 2000/05/02  19:26:22
25012         Log: Use setxxent()/endxxent().
25013      Branch: cfgperl
25014            ! t/op/grent.t t/op/pwent.t
25015 ____________________________________________________________________________
25016 [  6049] By: jhi                                   on 2000/05/02  19:06:02
25017         Log: Test both the scalar and list contexts.
25018      Branch: cfgperl
25019            ! t/op/grent.t t/op/pwent.t
25020 ____________________________________________________________________________
25021 [  6048] By: gsar                                  on 2000/05/02  18:29:10
25022         Log: add note about how $( doesn't interpolate in REs (from
25023              Philip Newton <newton@ficus.frogspace.net>)
25024      Branch: perl
25025            ! pod/perlop.pod
25026 ____________________________________________________________________________
25027 [  6047] By: jhi                                   on 2000/05/02  17:41:24
25028         Log: Call getspnam() only iff needd.
25029      Branch: cfgperl
25030            ! pp_sys.c
25031 ____________________________________________________________________________
25032 [  6046] By: gsar                                  on 2000/05/02  17:07:25
25033         Log: libscheck has insufficient checks for n32 libs (from
25034              Albert Chin-A-Young <china@thewrittenword.com>)
25035      Branch: perl
25036            ! hints/irix_6.sh
25037 ____________________________________________________________________________
25038 [  6045] By: jhi                                   on 2000/05/02  13:57:17
25039         Log: Integrate with Sarathy.
25040      Branch: cfgperl
25041           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
25042           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
25043 ____________________________________________________________________________
25044 [  6044] By: gsar                                  on 2000/05/02  06:48:19
25045         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
25046              such that underscores are only ignored in literal numbers,
25047              "\x{...}", and hex/oct argument
25048      Branch: perl
25049            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
25050 ____________________________________________________________________________
25051 [  6043] By: gsar                                  on 2000/05/02  02:22:29
25052         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
25053      Branch: perl
25054            ! pod/perlretut.pod
25055 ____________________________________________________________________________
25056 [  6042] By: gsar                                  on 2000/05/02  02:17:51
25057         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
25058      Branch: perl
25059            ! pod/perltrap.pod
25060 ____________________________________________________________________________
25061 [  6041] By: gsar                                  on 2000/05/02  01:53:51
25062         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
25063              to compensate
25064      Branch: perl
25065            ! Porting/makerel
25066 ____________________________________________________________________________
25067 [  6040] By: gsar                                  on 2000/05/02  01:51:57
25068         Log: missing files in MANIFEST
25069      Branch: perl
25070            ! MANIFEST
25071 ____________________________________________________________________________
25072 [  6039] By: jhi                                   on 2000/05/02  00:36:46
25073         Log: Infinite problems.
25074      Branch: cfgperl
25075            ! lib/Math/Complex.pm
25076 ____________________________________________________________________________
25077 [  6038] By: jhi                                   on 2000/05/02  00:06:38
25078         Log: pwent/spent #ifdef imbalance.
25079      Branch: cfgperl
25080            ! pp_sys.c
25081 ____________________________________________________________________________
25082 [  6037] By: jhi                                   on 2000/05/01  22:50:11
25083         Log: Use HUGE_VALL if applicable.
25084      Branch: cfgperl
25085            ! ext/POSIX/POSIX.xs util.c
25086 ____________________________________________________________________________
25087 [  6036] By: jhi                                   on 2000/05/01  22:20:53
25088         Log: Correct Freudian slip.
25089      Branch: cfgperl
25090            ! pp_sys.c
25091 ____________________________________________________________________________
25092 [  6035] By: jhi                                   on 2000/05/01  21:07:38
25093         Log: Continue on the pwent/spent case.
25094      Branch: cfgperl
25095            ! pp_sys.c
25096 ____________________________________________________________________________
25097 [  6034] By: jhi                                   on 2000/05/01  17:45:14
25098         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
25099              adjustments in 6032 conflicted badly with this, will have
25100              to revisit them later.
25101      Branch: cfgperl
25102           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
25103           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
25104           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
25105           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
25106           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
25107           !> t/lib/cgi-html.t t/lib/cgi-request.t
25108 ____________________________________________________________________________
25109 [  6033] By: jhi                                   on 2000/05/01  17:40:49
25110         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
25111      Branch: cfgperl
25112            ! pp_sys.c
25113 ____________________________________________________________________________
25114 [  6032] By: gsar                                  on 2000/05/01  15:56:32
25115         Log: whitespace adjustments
25116      Branch: perl
25117            ! pp_sys.c
25118 ____________________________________________________________________________
25119 [  6031] By: gsar                                  on 2000/05/01  15:19:41
25120         Log: small nits in diagnostics.pm (from Robin Barker)
25121      Branch: perl
25122            ! lib/diagnostics.pm pod/perldiag.pod
25123 ____________________________________________________________________________
25124 [  6030] By: gsar                                  on 2000/05/01  08:39:18
25125         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
25126              for @- and @+ (from Johan Vromans)
25127      Branch: perl
25128            ! lib/English.pm pod/perlvar.pod
25129 ____________________________________________________________________________
25130 [  6029] By: gsar                                  on 2000/05/01  08:16:10
25131         Log: add CGI.pm v2.66 (from Lincoln Stein)
25132      Branch: perl
25133            + lib/CGI/Util.pm t/lib/cgi-pretty.t
25134            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
25135            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
25136            ! t/lib/cgi-html.t t/lib/cgi-request.t
25137 ____________________________________________________________________________
25138 [  6028] By: gsar                                  on 2000/05/01  06:34:41
25139         Log: Pod::Man generates groff-incompatible macro definition (from
25140              Tom Christiansen)
25141      Branch: perl
25142            ! lib/Pod/Man.pm
25143 ____________________________________________________________________________
25144 [  6027] By: gsar                                  on 2000/05/01  06:31:36
25145         Log: podlators-1.02 update (from Russ Allbery)
25146      Branch: perl
25147            ! lib/Pod/Man.pm lib/Pod/Text.pm
25148 ____________________________________________________________________________
25149 [  6026] By: jhi                                   on 2000/04/30  23:24:23
25150         Log: Integrate with Sarathy.
25151      Branch: cfgperl
25152           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
25153           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
25154           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
25155           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
25156           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
25157           !> t/lib/syslog.t toke.c win32/win32.h
25158 ____________________________________________________________________________
25159 [  6025] By: gsar                                  on 2000/04/30  18:17:47
25160         Log: Is{Alnum,Alpha,Word} don't match titlecase
25161              
25162              TODO: IsSpace is defined recursively!
25163              
25164              (both spotted by Larry)
25165      Branch: perl
25166            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
25167            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
25168 ____________________________________________________________________________
25169 [  6024] By: gsar                                  on 2000/04/30  17:50:19
25170         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
25171              (from Hugo van der Sanden)
25172      Branch: perl
25173            ! toke.c
25174 ____________________________________________________________________________
25175 [  6023] By: gsar                                  on 2000/04/30  17:14:43
25176         Log: debugger stomps on $. (from M.J.T. Guy)
25177      Branch: perl
25178            ! lib/perl5db.pl
25179 ____________________________________________________________________________
25180 [  6022] By: gsar                                  on 2000/04/30  16:59:22
25181         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
25182      Branch: perl
25183            ! sv.c
25184 ____________________________________________________________________________
25185 [  6021] By: gsar                                  on 2000/04/29  21:00:08
25186         Log: remove Win2K issue in pod (fixed by change#6020)
25187      Branch: perl
25188            ! README.win32 pod/perl56delta.pod
25189 ____________________________________________________________________________
25190 [  6020] By: gsar                                  on 2000/04/29  20:51:49
25191         Log: test tweak
25192      Branch: perl
25193            ! t/lib/open3.t
25194 ____________________________________________________________________________
25195 [  6019] By: gsar                                  on 2000/04/29  20:34:27
25196         Log: windows portability tweaks
25197      Branch: perl
25198            ! t/lib/b.t win32/win32.h
25199 ____________________________________________________________________________
25200 [  6018] By: gsar                                  on 2000/04/29  19:55:24
25201         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
25202              make _PATH_LOG() return "" if unavailable
25203      Branch: perl
25204            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
25205            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
25206 ____________________________________________________________________________
25207 [  6017] By: jhi                                   on 2000/04/28  22:49:46
25208         Log: Integrate with Sarathy.
25209      Branch: cfgperl
25210           !> op.c perl.c pod/perldiag.pod t/lib/b.t
25211 ____________________________________________________________________________
25212 [  6016] By: jhi                                   on 2000/04/28  22:46:14
25213         Log: Do not warn that an infinity does not look like a number.
25214      Branch: cfgperl
25215            ! sv.c
25216 ____________________________________________________________________________
25217 [  6015] By: gsar                                  on 2000/04/28  22:35:49
25218         Log: tweak test for portability
25219      Branch: perl
25220            ! t/lib/b.t
25221 ____________________________________________________________________________
25222 [  6014] By: gsar                                  on 2000/04/28  22:05:31
25223         Log: glob() loading File::Glob behind the scenes may cause syntax errors
25224      Branch: perl
25225            ! op.c
25226 ____________________________________________________________________________
25227 [  6013] By: gsar                                  on 2000/04/28  21:25:22
25228         Log: tweak change#5945 to display correct switch name in diagnostic
25229      Branch: perl
25230            ! perl.c pod/perldiag.pod
25231 ____________________________________________________________________________
25232 [  6012] By: jhi                                   on 2000/04/28  21:08:12
25233         Log: Integrate with Sarathy.
25234      Branch: cfgperl
25235           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
25236           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
25237           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
25238 ____________________________________________________________________________
25239 [  6011] By: jhi                                   on 2000/04/28  21:04:46
25240         Log: &HUGE_VAL is not defined, it exists.
25241      Branch: cfgperl
25242            ! lib/Math/Complex.pm
25243 ____________________________________________________________________________
25244 [  6010] By: gsar                                  on 2000/04/28  21:02:58
25245         Log: clarify note about shadow password support (from
25246              gellyfish@gellyfish.com)
25247      Branch: perl
25248            ! pod/perlfunc.pod
25249 ____________________________________________________________________________
25250 [  6009] By: gsar                                  on 2000/04/28  21:00:00
25251         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
25252      Branch: perl
25253            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
25254 ____________________________________________________________________________
25255 [  6008] By: gsar                                  on 2000/04/28  20:56:33
25256         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
25257      Branch: perl
25258            ! installperl vms/subconfigure.com
25259 ____________________________________________________________________________
25260 [  6007] By: gsar                                  on 2000/04/28  20:51:21
25261         Log: note about compile failures and END blocks (from M.J.T. Guy)
25262      Branch: perl
25263            ! pod/perl56delta.pod pod/perlmod.pod
25264 ____________________________________________________________________________
25265 [  6006] By: jhi                                   on 2000/04/28  20:42:14
25266         Log: Regen Configure.
25267      Branch: cfgperl
25268            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25269            ! config_h.SH
25270 ____________________________________________________________________________
25271 [  6005] By: gsar                                  on 2000/04/28  20:41:16
25272         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
25273      Branch: perl
25274            ! utils/perldoc.PL
25275 ____________________________________________________________________________
25276 [  6004] By: jhi                                   on 2000/04/28  20:28:21
25277         Log: Integrate with Sarathy.
25278      Branch: cfgperl
25279           !> Configure INSTALL Porting/Glossary Porting/config.sh
25280           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
25281           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
25282           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
25283           !> win32/config.vc win32/win32.c
25284 ____________________________________________________________________________
25285 [  6003] By: gsar                                  on 2000/04/28  20:11:20
25286         Log: allow REG_EXPAND_SZ keys in Windows registry (from
25287              John Clayton <John.Clayton@barclayscapital.com>)
25288      Branch: perl
25289            ! win32/win32.c
25290 ____________________________________________________________________________
25291 [  6002] By: gsar                                  on 2000/04/28  19:34:16
25292         Log: destructive sv_setsv() can lose UV-ness from source, causing
25293              numeric promotions/comparisons to fail to do the right thing
25294      Branch: perl
25295            ! sv.c
25296 ____________________________________________________________________________
25297 [  6001] By: gsar                                  on 2000/04/28  18:44:15
25298         Log: support additional library locations via $Config{otherlibdirs}
25299              (from Andy Dougherty)
25300      Branch: perl
25301            ! Configure INSTALL Porting/Glossary Porting/config.sh
25302            ! Porting/config_H config_h.SH epoc/config.sh perl.c
25303            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
25304            ! win32/config.bc win32/config.gc win32/config.vc
25305 ____________________________________________________________________________
25306 [  6000] By: gsar                                  on 2000/04/28  18:26:58
25307         Log: reworked otherlibdirs.U (from Andy Dougherty)
25308      Branch: metaconfig
25309            ! U/installdirs/otherlibdirs.U
25310 ____________________________________________________________________________
25311 [  5999] By: gsar                                  on 2000/04/28  18:17:07
25312         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
25313      Branch: perl
25314            ! t/pragma/warn/toke toke.c
25315 ____________________________________________________________________________
25316 [  5998] By: jhi                                   on 2000/04/28  13:32:17
25317         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
25318      Branch: cfgperl
25319            ! lib/Math/Complex.pm
25320 ____________________________________________________________________________
25321 [  5997] By: jhi                                   on 2000/04/28  13:14:04
25322         Log: Preserve $!.
25323      Branch: cfgperl
25324            ! lib/Math/Complex.pm
25325 ____________________________________________________________________________
25326 [  5996] By: jhi                                   on 2000/04/28  12:59:23
25327         Log: Integrate with Sarathy.
25328      Branch: cfgperl
25329           +> pod/perlrequick.pod pod/perlretut.pod
25330           !> (integrate 51 files)
25331 ____________________________________________________________________________
25332 [  5995] By: gsar                                  on 2000/04/28  09:37:36
25333         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
25334      Branch: perl
25335            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
25336 ____________________________________________________________________________
25337 [  5994] By: gsar                                  on 2000/04/28  09:33:26
25338         Log: fix for missed accounting for null byte in pack("Z",...) (from
25339              M.J.T. Guy)
25340      Branch: perl
25341            ! pp.c t/op/pack.t
25342 ____________________________________________________________________________
25343 [  5993] By: gsar                                  on 2000/04/28  09:30:05
25344         Log: various minor tweaks seen on p5p
25345      Branch: perl
25346            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
25347 ____________________________________________________________________________
25348 [  5992] By: gsar                                  on 2000/04/28  09:08:19
25349         Log: pod nit (from Simon Cozens)
25350      Branch: perl
25351            ! pod/perlop.pod
25352 ____________________________________________________________________________
25353 [  5991] By: gsar                                  on 2000/04/28  09:06:36
25354         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
25355      Branch: perl
25356            ! README.posix-bc hints/posix-bc.sh
25357 ____________________________________________________________________________
25358 [  5990] By: gsar                                  on 2000/04/28  08:54:52
25359         Log: use $ENV{LIB} to search for libs under Visual C compiler
25360              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
25361      Branch: perl
25362            ! lib/ExtUtils/Liblist.pm
25363 ____________________________________________________________________________
25364 [  5989] By: gsar                                  on 2000/04/28  08:27:12
25365         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
25366              itself and no other (from Tom Hughes)
25367      Branch: perl
25368            ! t/op/array.t toke.c
25369 ____________________________________________________________________________
25370 [  5988] By: gsar                                  on 2000/04/28  08:01:38
25371         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
25372              <paul@miraclefish.com>)
25373      Branch: perl
25374            ! lib/ExtUtils/MakeMaker.pm
25375 ____________________________________________________________________________
25376 [  5987] By: gsar                                  on 2000/04/28  07:53:09
25377         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
25378      Branch: perl
25379            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
25380 ____________________________________________________________________________
25381 [  5986] By: gsar                                  on 2000/04/28  07:44:17
25382         Log: add regular expressions tutorial and quick-start guide (from
25383              Mark Kvale <kvale@phy.ucsf.edu>)
25384      Branch: perl
25385            + pod/perlrequick.pod pod/perlretut.pod
25386            ! AUTHORS MAINTAIN MANIFEST
25387 ____________________________________________________________________________
25388 [  5985] By: gsar                                  on 2000/04/28  07:30:28
25389         Log: forked child may not exit correctly if it failed to open
25390              /dev/console (from Graham Barr)
25391      Branch: perl
25392            ! ext/Sys/Syslog/Syslog.pm
25393 ____________________________________________________________________________
25394 [  5984] By: gsar                                  on 2000/04/28  07:27:20
25395         Log: attributes::reftype() doesn't work on tied argument
25396      Branch: perl
25397            ! xsutils.c
25398 ____________________________________________________________________________
25399 [  5983] By: gsar                                  on 2000/04/28  07:15:04
25400         Log: numeric conversion of non-number in change#3378 tramples on
25401              OOK offset, causing segfaults
25402      Branch: perl
25403            ! sv.c
25404 ____________________________________________________________________________
25405 [  5982] By: gsar                                  on 2000/04/28  04:48:25
25406         Log: avoid error in IO::Socket::INET when given an unknown service name
25407              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
25408      Branch: perl
25409            ! ext/IO/lib/IO/Socket/INET.pm
25410 ____________________________________________________________________________
25411 [  5981] By: gsar                                  on 2000/04/28  04:31:31
25412         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
25413              prototype mismatch with CORE::glob(); update pod and tests to
25414              suit (File::Glob::glob() is still available for backward
25415              compatibility, but should be considered deprecated)
25416      Branch: perl
25417            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
25418            ! t/lib/glob-taint.t
25419 ____________________________________________________________________________
25420 [  5980] By: gsar                                  on 2000/04/28  03:47:29
25421         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
25422              <ghudson@mit.edu>)
25423      Branch: metaconfig
25424            ! U/modified/Options.U
25425      Branch: perl
25426            ! Configure
25427 ____________________________________________________________________________
25428 [  5979] By: gsar                                  on 2000/04/28  03:07:54
25429         Log: under useithreads, constant pad entries could inadvertantly be
25430              shared across threads (from Eric Blood <eblood@xmission.com>);
25431              added Eric's test case to testsuite
25432      Branch: perl
25433            ! op.c t/op/misc.t
25434 ____________________________________________________________________________
25435 [  5978] By: gsar                                  on 2000/04/27  21:13:00
25436         Log: sync version numbers in File::Spec with the ones on CPAN
25437              (from Barrie Slaymaker)
25438      Branch: perl
25439            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
25440            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
25441            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
25442 ____________________________________________________________________________
25443 [  5977] By: gsar                                  on 2000/04/27  21:07:29
25444         Log: autoquote barewords followed by newline and arrow properly
25445              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
25446      Branch: perl
25447            ! t/pragma/warn/toke toke.c
25448 ____________________________________________________________________________
25449 [  5976] By: gsar                                  on 2000/04/27  20:41:20
25450         Log: DB_File v1.73 update (from Paul Marquess)
25451      Branch: perl
25452            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25453            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
25454 ____________________________________________________________________________
25455 [  5975] By: gsar                                  on 2000/04/27  20:34:24
25456         Log: allow sort() reentrancy (variant of patch suggested by
25457              Hugo van der Sanden)
25458      Branch: perl
25459            ! pp_ctl.c t/op/sort.t
25460 ____________________________________________________________________________
25461 [  5974] By: gsar                                  on 2000/04/27  19:46:57
25462         Log: change#4197 somehow missed initializing PL_errors, meaning
25463              sytax error queueing wasn't working outside eval"" at all;
25464              also fixed eval"" to localize PL_error_count, so that compile-time
25465              eval's don't clobber the error state of the outer context
25466      Branch: perl
25467            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
25468            ! t/pragma/warn/toke
25469 ____________________________________________________________________________
25470 [  5973] By: gsar                                  on 2000/04/27  18:29:05
25471         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
25472      Branch: perl
25473            ! regcomp.c regexec.c t/op/re_tests
25474 ____________________________________________________________________________
25475 [  5972] By: jhi                                   on 2000/04/27  18:22:41
25476         Log: Integrate with Sarathy.
25477      Branch: cfgperl
25478           +> t/lib/b.t t/lib/syslog.t
25479           !> (integrate 31 files)
25480 ____________________________________________________________________________
25481 [  5971] By: jhi                                   on 2000/04/27  18:18:46
25482         Log: Unicos tweaks from Mark P. Lutz.
25483      Branch: cfgperl
25484            ! hints/unicos.sh lib/Math/Complex.pm
25485 ____________________________________________________________________________
25486 [  5970] By: gsar                                  on 2000/04/27  18:05:11
25487         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
25488              IV is >32bits
25489      Branch: perl
25490            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
25491 ____________________________________________________________________________
25492 [  5969] By: gsar                                  on 2000/04/27  17:50:56
25493         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
25494      Branch: perl
25495            + t/lib/syslog.t
25496            ! MANIFEST ext/Sys/Syslog/Syslog.pm
25497 ____________________________________________________________________________
25498 [  5968] By: gsar                                  on 2000/04/27  17:44:49
25499         Log: tolerate spaces in group names in test on solaris (from David Boyce
25500              <dsb@boyski.com>)
25501      Branch: perl
25502            ! t/op/groups.t
25503 ____________________________________________________________________________
25504 [  5967] By: gsar                                  on 2000/04/27  17:41:22
25505         Log: improved docs on the warn_uninit diagnostic (from David Glasser
25506              and Simon Cozens)
25507      Branch: perl
25508            ! pod/perldiag.pod
25509 ____________________________________________________________________________
25510 [  5966] By: gsar                                  on 2000/04/27  16:54:58
25511         Log: add testsuite for B backends, fix bug in B::Deparse (from
25512              Simon Cozens <simon@brecon.co.uk>)
25513      Branch: perl
25514            + t/lib/b.t
25515            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
25516 ____________________________________________________________________________
25517 [  5965] By: gsar                                  on 2000/04/27  16:10:37
25518         Log: avoid "will not stay shared" warnings for our variables (from
25519              Robin Barker)
25520      Branch: perl
25521            ! op.c t/pragma/warn/op
25522 ____________________________________________________________________________
25523 [  5964] By: gsar                                  on 2000/04/27  07:05:05
25524         Log: reformat to 72 columns (again)
25525      Branch: perl
25526            ! pod/perldiag.pod
25527 ____________________________________________________________________________
25528 [  5963] By: gsar                                  on 2000/04/27  06:28:31
25529         Log: patch from Larry to make (\&) prototype work; added tests for
25530              the same
25531      Branch: perl
25532            ! op.c t/comp/proto.t
25533 ____________________________________________________________________________
25534 [  5962] By: gsar                                  on 2000/04/27  06:15:47
25535         Log: updated README.hpux (from Jeff Okamoto)
25536      Branch: perl
25537            ! README.hpux
25538 ____________________________________________________________________________
25539 [  5961] By: gsar                                  on 2000/04/27  05:55:03
25540         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
25541      Branch: perl
25542            ! emacs/cperl-mode.el
25543 ____________________________________________________________________________
25544 [  5960] By: gsar                                  on 2000/04/27  05:49:26
25545         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
25546      Branch: perl
25547            ! INSTALL
25548 ____________________________________________________________________________
25549 [  5959] By: gsar                                  on 2000/04/27  05:33:41
25550         Log: doubled words in pods (from Simon Cozens
25551              <simon.p.cozens@jp.pwcglobal.com>)
25552      Branch: perl
25553            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
25554            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
25555            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
25556            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
25557            ! pod/perltootc.pod
25558 ____________________________________________________________________________
25559 [  5958] By: gsar                                  on 2000/04/27  05:11:39
25560         Log: change#3569 deleted some essential code, revert; avoid use of
25561              atexit() to make DynaLoader work properly on AIX under mod_perl
25562              (from Jens-Uwe Mager <jum@helios.de>)
25563      Branch: perl
25564            ! ext/DynaLoader/dl_aix.xs
25565 ____________________________________________________________________________
25566 [  5957] By: gsar                                  on 2000/04/27  04:54:51
25567         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
25568      Branch: perl
25569            ! pod/perlmod.pod
25570 ____________________________________________________________________________
25571 [  5956] By: gsar                                  on 2000/04/27  04:51:47
25572         Log: better diagnostics on failed tests (from Ilya Zakharevich)
25573      Branch: perl
25574            ! t/op/lex_assign.t
25575 ____________________________________________________________________________
25576 [  5955] By: gsar                                  on 2000/04/27  04:26:44
25577         Log: longstanding bug exposed by change#3307: sort arguments weren't
25578              compiled with the right wantarray context (ensuing runtime lookup
25579              via block_gimme() was getting the incidental context of the
25580              sort() itself)
25581      Branch: perl
25582            ! op.c t/op/sort.t
25583 ____________________________________________________________________________
25584 [  5954] By: gsar                                  on 2000/04/26  23:42:12
25585         Log: integrate cfgperl contents into mainline
25586      Branch: perl
25587           !> (integrate 30 files)
25588 ____________________________________________________________________________
25589 [  5953] By: jhi                                   on 2000/04/26  23:06:42
25590         Log: Integrate with Sarathy.
25591      Branch: cfgperl
25592           !> README.win32 ext/B/B/Deparse.pm
25593           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
25594           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
25595           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
25596           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
25597           !> utils/perldoc.PL vms/perlvms.pod
25598 ____________________________________________________________________________
25599 [  5952] By: jhi                                   on 2000/04/26  23:03:46
25600         Log: Undo "use integer" addition from 64bitint as it seems
25601              to break most of the subtests in Digital UNIX;
25602              Unicos needs to find another way.
25603      Branch: cfgperl
25604            ! t/op/64bitint.t
25605 ____________________________________________________________________________
25606 [  5951] By: jhi                                   on 2000/04/26  22:57:53
25607         Log: Be more robust on "extreme" (large absolute value)
25608              arguments.  Originally reported by Daniel Connelly
25609              as a problem with asinh() on large negative arguments,
25610              asinh() used to bail out because an argument to log()
25611              ended up being zero.  Ilya Zakharevich proposed using
25612              Taylor's series in such cases, which for such large
25613              arguments is a very good approximation.
25614      Branch: cfgperl
25615            ! lib/Math/Complex.pm t/lib/complex.t
25616 ____________________________________________________________________________
25617 [  5950] By: gsar                                  on 2000/04/25  19:13:12
25618         Log: reformat perldiag to avoid long lines
25619      Branch: perl
25620            ! pod/perldiag.pod
25621 ____________________________________________________________________________
25622 [  5949] By: gsar                                  on 2000/04/25  18:41:11
25623         Log: make perldoc use the pod2man from the same version (from
25624              M.J.T. Guy)
25625      Branch: perl
25626            ! utils/perldoc.PL
25627 ____________________________________________________________________________
25628 [  5948] By: gsar                                  on 2000/04/25  18:21:57
25629         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
25630              <kompas@kompas.usr.onet.pl>)
25631      Branch: perl
25632            ! lib/vars.pm
25633 ____________________________________________________________________________
25634 [  5947] By: gsar                                  on 2000/04/25  18:11:53
25635         Log: use &dl_error rather than &dl_load_file as the guard for calling
25636              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
25637              statically built perl)
25638      Branch: perl
25639            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
25640 ____________________________________________________________________________
25641 [  5946] By: jhi                                   on 2000/04/25  17:37:54
25642         Log: Document that tr() is not tr(1).
25643      Branch: cfgperl
25644            ! pod/perlop.pod
25645 ____________________________________________________________________________
25646 [  5945] By: gsar                                  on 2000/04/25  16:34:33
25647         Log: make module name mandatory after -M switch; reorder perldiag
25648              alphabetically (from Mark-Jason Dominus)
25649      Branch: perl
25650            ! perl.c pod/perldiag.pod
25651 ____________________________________________________________________________
25652 [  5944] By: jhi                                   on 2000/04/25  01:15:18
25653         Log: On second thoughts frexp() does have two arguments.
25654      Branch: cfgperl
25655            ! perl.h
25656 ____________________________________________________________________________
25657 [  5943] By: jhi                                   on 2000/04/24  22:56:32
25658         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
25659              Now pp_ncmp() returns undef is either operand is a NaN.
25660      Branch: cfgperl
25661            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25662            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
25663            ! vms/subconfigure.com vos/config.def vos/config.h
25664            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
25665            ! win32/config.vc win32/config_H.bc win32/config_H.gc
25666            ! win32/config_H.vc
25667      Branch: metaconfig/U/perl
25668            + d_modfl.U
25669 ____________________________________________________________________________
25670 [  5942] By: jhi                                   on 2000/04/24  19:45:17
25671         Log: Regen Configure to match #5937.
25672      Branch: cfgperl
25673            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25674            ! config_h.SH
25675      Branch: metaconfig
25676            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
25677 ____________________________________________________________________________
25678 [  5941] By: jhi                                   on 2000/04/24  19:24:11
25679         Log: Further Unicos fixes for Mark Lutz.
25680      Branch: cfgperl
25681            ! hints/unicos.sh pp_ctl.c
25682 ____________________________________________________________________________
25683 [  5940] By: jhi                                   on 2000/04/24  19:09:06
25684         Log: Various Unicos 10.0.0.6 fixes.
25685              
25686              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
25687              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
25688              Reply-To: tecmpl1@triton.ca.boeing.com 
25689              To: perl5-porters@perl.org 
25690              Date: Fri, 14 Apr 2000 20:21:00 GMT 
25691              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
25692      Branch: cfgperl
25693            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
25694 ____________________________________________________________________________
25695 [  5939] By: gsar                                  on 2000/04/24  19:01:24
25696         Log: more pod nits (from Larry Virden)
25697      Branch: perl
25698            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
25699            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
25700            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
25701 ____________________________________________________________________________
25702 [  5938] By: gsar                                  on 2000/04/24  18:54:01
25703         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
25704      Branch: perl
25705            ! ext/B/B/Deparse.pm
25706 ____________________________________________________________________________
25707 [  5937] By: jhi                                   on 2000/04/24  17:39:00
25708         Log: Integrate with Sarathy.
25709      Branch: cfgperl
25710           +> (branch 31 files)
25711           !> (integrate 73 files)
25712 ____________________________________________________________________________
25713 [  5936] By: gsar                                  on 2000/04/24  17:30:06
25714         Log: additional tests for change#5934 (from Paul Marquess, who also
25715              sent in the same fix)
25716      Branch: perl
25717            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
25718            ! t/pragma/warn/5nolint t/pragma/warn/6default
25719 ____________________________________________________________________________
25720 [  5935] By: jhi                                   on 2000/04/24  17:26:05
25721         Log: Do not assume sign propagation.
25722              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
25723              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
25724              To: payner@ncifcrf.gov, perl5-porters@perl.org 
25725              Date: Tue, 18 Apr 2000 18:24:49 +0100 
25726              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
25727      Branch: cfgperl
25728            ! t/op/bop.t t/op/misc.t
25729 ____________________________________________________________________________
25730 [  5934] By: gsar                                  on 2000/04/24  17:16:54
25731         Log: propagate lexical warnings from surrounding scope correctly
25732              within string eval()
25733      Branch: perl
25734            ! pp_ctl.c t/pragma/warn/pp_ctl
25735 ____________________________________________________________________________
25736 [  5933] By: jhi                                   on 2000/04/24  17:01:07
25737         Log: Flatten the cpp jungle doing the nosuid checking.
25738      Branch: cfgperl
25739            ! perl.c
25740 ____________________________________________________________________________
25741 [  5932] By: gsar                                  on 2000/04/24  09:08:14
25742         Log: add rsignal(), whichsig() and do_join() to public API list
25743              (mod_perl uses them to good advantage)
25744      Branch: perl
25745            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
25746 ____________________________________________________________________________
25747 [  5931] By: gsar                                  on 2000/04/24  09:01:40
25748         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
25749      Branch: perl
25750            ! pp_hot.c regexec.c t/op/pat.t
25751 ____________________________________________________________________________
25752 [  5930] By: gsar                                  on 2000/04/24  08:58:33
25753         Log: small os390 tweaks (from Peter Prymmer)
25754      Branch: perl
25755            ! config_h.SH makedepend.SH
25756 ____________________________________________________________________________
25757 [  5929] By: gsar                                  on 2000/04/24  08:55:25
25758         Log: pod nits
25759      Branch: perl
25760            ! pod/perlguts.pod
25761 ____________________________________________________________________________
25762 [  5928] By: gsar                                  on 2000/04/24  08:50:13
25763         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
25764      Branch: perl
25765            ! ext/IO/lib/IO/Poll.pm
25766 ____________________________________________________________________________
25767 [  5927] By: gsar                                  on 2000/04/24  08:43:24
25768         Log: arrange for next() to resume at the unstack op rather than the
25769              loop conditional, so that scope cleanup happens correctly
25770              (from Stephen McCamant)
25771      Branch: perl
25772            ! op.c pp_ctl.c t/op/misc.t
25773 ____________________________________________________________________________
25774 [  5926] By: gsar                                  on 2000/04/24  08:18:40
25775         Log: on windows, reserve 16M of stack rather than 128M (allows more
25776              threads to run concurrently)
25777      Branch: perl
25778            ! win32/Makefile win32/makefile.mk
25779 ____________________________________________________________________________
25780 [  5925] By: gsar                                  on 2000/04/24  08:13:52
25781         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
25782      Branch: perl
25783            ! toke.c
25784 ____________________________________________________________________________
25785 [  5924] By: gsar                                  on 2000/04/24  08:08:59
25786         Log: avoid using uninitialized memory in require version check
25787      Branch: perl
25788            ! pp_ctl.c universal.c
25789 ____________________________________________________________________________
25790 [  5923] By: gsar                                  on 2000/04/24  07:20:14
25791         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
25792      Branch: perl
25793            ! ext/IO/lib/IO/Poll.pm
25794 ____________________________________________________________________________
25795 [  5922] By: gsar                                  on 2000/04/24  07:08:42
25796         Log: commentary about IoTYPE() (from Nathan Torkington)
25797      Branch: perl
25798            ! sv.h
25799 ____________________________________________________________________________
25800 [  5921] By: gsar                                  on 2000/04/24  06:58:26
25801         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
25802              by fix
25803      Branch: perl
25804            ! sv.c t/lib/charnames.t t/pragma/utf8.t
25805 ____________________________________________________________________________
25806 [  5920] By: gsar                                  on 2000/04/24  06:37:59
25807         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
25808      Branch: perl
25809            ! doop.c t/op/ver.t
25810 ____________________________________________________________________________
25811 [  5919] By: gsar                                  on 2000/04/24  06:21:58
25812         Log: Configure might miss old directories when prefix must be
25813              expanded (from Robin Barker)
25814      Branch: metaconfig
25815            ! U/installdirs/inc_version_list.U
25816      Branch: perl
25817            ! Configure
25818 ____________________________________________________________________________
25819 [  5918] By: gsar                                  on 2000/04/24  06:16:11
25820         Log: VMS nits in glob() test (from Charles Lane)
25821      Branch: perl
25822            ! t/lib/glob-basic.t
25823 ____________________________________________________________________________
25824 [  5917] By: gsar                                  on 2000/04/24  06:11:56
25825         Log: various pod nits (from Larry Virden and others)
25826      Branch: perl
25827            ! README.amiga README.hpux README.machten README.os2
25828            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
25829            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
25830            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
25831            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
25832            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
25833            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
25834            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
25835            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
25836 ____________________________________________________________________________
25837 [  5916] By: gsar                                  on 2000/04/24  05:52:43
25838         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
25839              <wjones@tc.fluke.com>)
25840      Branch: perl
25841            ! t/lib/glob-basic.t
25842 ____________________________________________________________________________
25843 [  5915] By: gsar                                  on 2000/04/24  05:07:01
25844         Log: supported platforms mixed up
25845      Branch: perl
25846            ! pod/perl56delta.pod pod/perlport.pod
25847 ____________________________________________________________________________
25848 [  5914] By: gsar                                  on 2000/04/24  04:56:08
25849         Log: caller() wasn't returning the right number of elements for
25850              eval {...}
25851      Branch: perl
25852            ! pp_ctl.c t/pragma/warn/9enabled
25853 ____________________________________________________________________________
25854 [  5913] By: gsar                                  on 2000/04/24  04:35:41
25855         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
25856              Mark-Jason Dominus)
25857      Branch: perl
25858            ! pod/perlfunc.pod
25859 ____________________________________________________________________________
25860 [  5912] By: gsar                                  on 2000/04/24  04:17:15
25861         Log: fix totally broken caching in UNIVERSAL::isa() (from
25862              Nick Ing-Simmons)
25863      Branch: perl
25864            ! t/op/universal.t universal.c
25865 ____________________________________________________________________________
25866 [  5911] By: gsar                                  on 2000/04/24  03:39:47
25867         Log: add linebreak properties from unicode/LineBrk.txt (from
25868              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
25869      Branch: perl
25870            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
25871            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
25872            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
25873            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
25874            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
25875            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
25876            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
25877            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
25878            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
25879            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
25880            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
25881            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
25882            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
25883            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
25884            + lib/unicode/Is/LbrkZW.pl
25885            ! lib/unicode/mktables.PL
25886 ____________________________________________________________________________
25887 [  5910] By: gsar                                  on 2000/04/24  03:23:10
25888         Log: typo in pod
25889      Branch: perl
25890            ! ext/Thread/Thread.pm
25891 ____________________________________________________________________________
25892 [  5909] By: gsar                                  on 2000/04/24  03:22:03
25893         Log: mode argument to do_binmode() should be file mode, not boolean
25894      Branch: perl
25895            ! pp_sys.c
25896 ____________________________________________________________________________
25897 [  5908] By: gsar                                  on 2000/04/16  16:51:08
25898         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
25899              always returns a valid GV even when the symbol is trapped by strictures
25900              (avoids coredumps)
25901              
25902              TODO: the C<package;> hack needs similar treatment
25903      Branch: perl
25904            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
25905            ! t/pragma/strict-vars
25906 ____________________________________________________________________________
25907 [  5907] By: jhi                                   on 2000/03/31  23:42:56
25908         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
25909              an assumption which #5905 demolished.
25910      Branch: cfgperl
25911            ! pp_sys.c
25912 ____________________________________________________________________________
25913 [  5906] By: jhi                                   on 2000/03/31  18:54:37
25914         Log: Typo in #5905.
25915      Branch: cfgperl
25916            ! t/op/64bitint.t
25917 ____________________________________________________________________________
25918 [  5905] By: jhi                                   on 2000/03/31  18:50:54
25919         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
25920              reported by Joseph N. Hall.  The bug was that even with use64bitint
25921              one had to use the prefixes q, L, or ll with printf/sprintf,
25922              contrary to the documentation and common sense.
25923      Branch: cfgperl
25924            ! sv.c t/op/64bitint.t
25925 ____________________________________________________________________________
25926 [  5904] By: gsar                                  on 2000/03/28  02:31:32
25927         Log: add Changes, perldelta.pod
25928      Branch: perl
25929            + Changes pod/perldelta.pod
25930 ____________________________________________________________________________
25931 [  5903] By: gsar                                  on 2000/03/28  02:03:55
25932         Log: rename Changes and perldelta.pod
25933      Branch: perl
25934           +> Changes5.6 pod/perl56delta.pod
25935            - Changes pod/perldelta.pod
25936            ! MANIFEST
25937 ____________________________________________________________________________
25938 [  5902] By: gsar                                  on 2000/03/28  01:59:14
25939         Log: create maint-5.6 branch
25940      Branch: maint-5.6/perl
25941           +> (branch 1611 files)
25942 ____________________________________________________________________________
25943 [  5901] By: jhi                                   on 2000/03/23  05:48:43
25944         Log: Integrate with Sarathy.
25945      Branch: cfgperl
25946           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
25947 ____________________________________________________________________________
25948 [  5900] By: gsar                                  on 2000/03/23  05:42:43
25949         Log: three guesses on what this is :-)
25950      Branch: perl
25951            ! Changes