Long-standing "defined but not used" SvPVbyte*() are about to get used
[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 [  9021] By: jhi                                   on 2001/03/04  18:41:00
36         Log: makedef.pl updates suggested by Chris Nandor; double-checking
37              the changes in AIX, OS/2 Win32 would be nice.
38      Branch: perl
39            ! makedef.pl
40 ____________________________________________________________________________
41 [  9020] By: jhi                                   on 2001/03/04  18:23:58
42         Log: Integrate change #9012 from maintperl into mainline,
43              quench a compiler warning.
44      Branch: perl
45           !> toke.c
46 ____________________________________________________________________________
47 [  9019] By: jhi                                   on 2001/03/04  18:18:43
48         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
49              
50              \N{U+HHHH} fix.
51              
52              pattern in G_ARRAY context
53      Branch: maint-5.6/perl
54           !> pp_hot.c t/op/pat.t toke.c
55 ____________________________________________________________________________
56 [  9018] By: jhi                                   on 2001/03/04  18:07:48
57         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
58              From: Jeff Pinyan <jeffp@crusoe.net>
59              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
60              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
61      Branch: perl
62            ! pp_hot.c t/op/pat.t
63 ____________________________________________________________________________
64 [  9017] By: jhi                                   on 2001/03/04  18:06:21
65         Log: I thought I tested the #9014.
66      Branch: perl
67            ! toke.c
68 ____________________________________________________________________________
69 [  9016] By: jhi                                   on 2001/03/04  17:41:22
70         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
71              
72              Tweak the get*ent() OS/2 prototypes.
73              
74              Add the \N{U+HHHH} syntax.
75              
76              More tr/// UTF-8 fixes from Inaba Hiroto.
77      Branch: maint-5.6/perl
78           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
79           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
80 ____________________________________________________________________________
81 [  9015] By: jhi                                   on 2001/03/04  17:36:04
82         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
83      Branch: perl
84            ! doop.c t/op/tr.t
85 ____________________________________________________________________________
86 [  9014] By: jhi                                   on 2001/03/04  17:24:49
87         Log: Add the \N{U+HHHH} syntax.
88      Branch: perl
89            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
90            ! t/lib/charnames.t toke.c
91 ____________________________________________________________________________
92 [  9013] By: jhi                                   on 2001/03/04  17:20:45
93         Log: Tweak the get*ent() OS/2 prototypes.
94      Branch: perl
95            ! os2/os2.c
96 ____________________________________________________________________________
97 [  9012] By: gsar                                  on 2001/03/04  06:26:14
98         Log: avoid warning (nit in change#9009)
99      Branch: maint-5.6/perl
100            ! toke.c
101 ____________________________________________________________________________
102 [  9011] By: gsar                                  on 2001/03/04  06:15:24
103         Log: lib/charnames.t fails in 5.6.x because of older Unicode
104              data
105              
106              TODO: need to revisit this after updating lib/unicode/...
107      Branch: maint-5.6/perl
108            ! t/lib/charnames.t
109 ____________________________________________________________________________
110 [  9010] By: gsar                                  on 2001/03/04  06:08:36
111         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
112      Branch: maint-5.6/perl
113            ! toke.c
114 ____________________________________________________________________________
115 [  9009] By: jhi                                   on 2001/03/03  19:27:20
116         Log: Integrate change #9008 from mainline to maintperl,
117              UTF-8 tr/// fixes from Inaba Hiroto.
118      Branch: maint-5.6/perl
119           !> doop.c op.c t/op/tr.t toke.c
120 ____________________________________________________________________________
121 [  9008] By: jhi                                   on 2001/03/03  19:19:42
122         Log: UTF8 tr/// fixes from Inaba Hiroto.
123      Branch: perl
124            ! doop.c op.c t/op/tr.t toke.c
125 ____________________________________________________________________________
126 [  9007] By: jhi                                   on 2001/03/03  19:00:30
127         Log: Integrate change #9006 from maintperl to mainline,
128              more robust quest for the infinite.
129      Branch: perl
130           !> lib/Math/Complex.pm
131 ____________________________________________________________________________
132 [  9006] By: jhi                                   on 2001/03/03  18:58:06
133         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
134              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
135              Date: Sat, 3 Mar 2001 12:51:50 -0500
136              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
137              
138              Be more robust in our quest for the infinite.
139      Branch: maint-5.6/perl
140            ! lib/Math/Complex.pm
141 ____________________________________________________________________________
142 [  9005] By: jhi                                   on 2001/03/03  17:55:50
143         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
144      Branch: maint-5.6/perl
145            ! doio.c
146 ____________________________________________________________________________
147 [  9004] By: jhi                                   on 2001/03/03  17:40:14
148         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
149              so that picky compilers like IRIX won't get huffy about
150              "statements without effect" (like 1;).
151      Branch: perl
152            ! toke.c
153 ____________________________________________________________________________
154 [  9003] By: jhi                                   on 2001/03/03  17:15:52
155         Log: Integrate change #9002 from mainline to maintperl.
156              
157              Subject: [perl-5.6.x, perl-current] accept for EPOC
158      Branch: maint-5.6/perl
159           !> pp_sys.c
160 ____________________________________________________________________________
161 [  9002] By: jhi                                   on 2001/03/03  17:14:30
162         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
163              From: Olaf Flebbe <O.Flebbe@science-computing.de>
164              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
165              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
166      Branch: perl
167            ! pp_sys.c
168 ____________________________________________________________________________
169 [  9001] By: jhi                                   on 2001/03/03  17:13:13
170         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
171              From: "Craig A. Berry" <craigberry@mac.com>
172              Date: Fri, 02 Mar 2001 17:44:40 -0600
173              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
174      Branch: perl
175            ! t/pod/find.t
176 ____________________________________________________________________________
177 [  9000] By: jhi                                   on 2001/03/03  17:11:55
178         Log: Integrate changes #8997,8999 from maintperl.
179              
180              Subject: [PATCH 5.6.1] compiling on OS/2
181              (Better error message from hints/os2.sh)
182              
183              Subject: [PATCH 5.6.1] syslog.t
184      Branch: perl
185           !> hints/os2.sh t/lib/syslog.t
186 ____________________________________________________________________________
187 [  8999] By: jhi                                   on 2001/03/03  17:09:28
188         Log: Subject: [PATCH 5.6.1] syslog.t
189              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
190              Date: Sat, 3 Mar 2001 02:11:17 -0500
191              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
192      Branch: maint-5.6/perl
193            ! t/lib/syslog.t
194 ____________________________________________________________________________
195 [  8998] By: jhi                                   on 2001/03/03  17:07:50
196         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
197              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
198              Date: Sat, 3 Mar 2001 01:53:52 -0500
199              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
200      Branch: maint-5.6/perl
201            ! opcode.pl os2/os2.c
202 ____________________________________________________________________________
203 [  8997] By: jhi                                   on 2001/03/03  17:03:30
204         Log: Subject: [PATCH 5.6.1] compiling on OS/2
205              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
206              Date: Sat, 3 Mar 2001 01:59:59 -0500
207              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
208      Branch: maint-5.6/perl
209            ! hints/os2.sh
210 ____________________________________________________________________________
211 [  8996] By: jhi                                   on 2001/03/03  00:55:58
212         Log: Regen files for mainline.
213      Branch: perl
214            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
215            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
216 ____________________________________________________________________________
217 [  8995] By: jhi                                   on 2001/03/03  00:35:22
218         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
219              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
220              to maintperl.
221              
222              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
223              
224              Add Configure option -Dmksymlinks which will create a symlink
225              forest if the current/build differs from the source directory.
226              (8218,8220,8221,8317,8318,8971)
227              
228              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
229              (Document APPLLIB_EXP in INSTALL.)
230              
231              If running byacc write-enable also perly.h.
232              
233              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
234              
235              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
236              
237              Sanity check for conflicting thread flavours.
238              
239              Fix the sys/fcntl.h problem reported by Peter Prymmer.
240              
241              Add few CPUs/architectures to the Cppsym scan,
242              add -perlio to archname if so selected (modified 8890)
243              
244              Be more helpful for devel builders, suggested by John L. Allen.
245              (admittedly pointless change for maintperl, but the usedevel
246              code is there already)
247      Branch: maint-5.6/perl
248           !> Configure INSTALL Makefile.SH Porting/Glossary
249           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
250           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
251           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
252           !> win32/config.bc win32/config.gc win32/config.vc
253 ____________________________________________________________________________
254 [  8994] By: jhi                                   on 2001/03/02  23:31:41
255         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
256      Branch: metaconfig/U/perl
257            ! gccvers.U
258 ____________________________________________________________________________
259 [  8993] By: jhi                                   on 2001/03/02  23:22:12
260         Log: Regenerate various files for maint.
261      Branch: maint-5.6/perl
262            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
263            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
264 ____________________________________________________________________________
265 [  8992] By: alanbur                               on 2001/03/02  22:48:34
266         Log: Resync wuth parent
267      Branch: maint-5.6/pureperl
268           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
269           !> (integrate 60 files)
270 ____________________________________________________________________________
271 [  8991] By: jhi                                   on 2001/03/02  21:00:08
272         Log: Retract the #8742 part of #8986, backward compat.
273      Branch: maint-5.6/perl
274            ! embed.pl
275 ____________________________________________________________________________
276 [  8990] By: jhi                                   on 2001/03/02  20:40:07
277         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
278      Branch: maint-5.6/perl
279            ! hv.c
280 ____________________________________________________________________________
281 [  8989] By: jhi                                   on 2001/03/02  19:59:56
282         Log: Update Changes.
283      Branch: perl
284            ! Changes patchlevel.h
285 ____________________________________________________________________________
286 [  8988] By: jhi                                   on 2001/03/02  19:57:08
287         Log: Integrate perlio.
288      Branch: perl
289           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
290           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
291           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
292           !> ext/Encode/Encode/iso8859-10.ucm
293           !> ext/Encode/Encode/iso8859-13.ucm
294           !> ext/Encode/Encode/iso8859-14.ucm
295           !> ext/Encode/Encode/iso8859-15.ucm
296           !> ext/Encode/Encode/iso8859-16.ucm
297           !> ext/Encode/Encode/iso8859-2.ucm
298           !> ext/Encode/Encode/iso8859-3.ucm
299           !> ext/Encode/Encode/iso8859-4.ucm
300           !> ext/Encode/Encode/iso8859-5.ucm
301           !> ext/Encode/Encode/iso8859-6.ucm
302           !> ext/Encode/Encode/iso8859-7.ucm
303           !> ext/Encode/Encode/iso8859-8.ucm
304           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
305           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
306 ____________________________________________________________________________
307 [  8987] By: jhi                                   on 2001/03/02  19:43:40
308         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
309              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
310              8950,8952,8955 from mainline to maintperl.
311              
312              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
313              
314              Put to rest the 20010205.001, the email address checking (not) regex.
315              
316              fork() not everywhere, cleanup temp files.
317              
318              The #8843 wasn't quite right: %Config needs to imported.
319              
320              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
321              (#8849: the glob-basic hunk needed massaging as it depended
322              on Schwern's large-scale (unintegrated) patches)
323              
324              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
325              
326              Upgrade to CGI.pm 2.752, from Lincoln Stein.
327              (Note: there were some conflicts due to EBCDIC and EPOC
328              patches, in general I preferred the repository code.)
329              (When 2.753 comes out, we need to synchronize.)
330              
331              Subject: [PATCH] fix for charnames above FFFF
332              
333              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
334              
335              If no sfio, no -lsfio.
336              
337              Run run/*.t also in minitest.
338              
339              Subject:  [PATCH perl 5.7.0] malloc message address offset
340              
341              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
342              
343              Subject: fix for parameter -Dm (for perl@8867)
344              
345              Subject: [PATCH: perl@8892] was Re: hashing order difference?
346              (make the test more portable)
347              
348              Subject: Re: [PATCH] fix for charnames above FFFF
349              
350              Subject: Re: I'm losing the war...
351              (hv_store() not working correctly in ENV_IS_CASELESS case.)
352              
353              Subject: Modified README.bs2000 
354              
355              Subject: [PATCH: perl@8935] -Dt padsv($var)
356              
357              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
358              
359              Subject: PATCH: extra tests to check on negative float to unsigned cast
360              
361              Subject: [PATCH] XPUSH[insp] was Re: progress
362              
363              Subject: Re: Compile with perlcc..
364      Branch: maint-5.6/perl
365           !> (integrate 36 files)
366 ____________________________________________________________________________
367 [  8986] By: jhi                                   on 2001/03/02  18:51:25
368         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
369              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
370              to maintperl.
371              
372              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
373              
374              Subject: [DOC PATCH] overload.pm nits
375              
376              Add header for LIB$ prototypes (C. Berry)
377              
378              Convert fwrite()s to sockets to write()s, since some socket stacks
379              don't take kindly to stdio.
380              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
381              (for often optional LNMs)
382              Correct a few typos
383              (C. Bailey)
384              
385              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
386              
387              De-cut-and-pasto.
388              
389              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
390              
391              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
392              
393              Upgrade to CPAN 1.59_54, from Andreas König.
394              
395              Bogus shebang.
396              
397              Subject: [PATCH] Document makepatch in Porting/patching
398              
399              UTF-8 documentation.
400              
401              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
402              
403              Sort the MANIFEST.
404              
405              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
406              
407              Subject: [PATCH @8807] toke.c cleanup: scan_str()
408              
409              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
410              
411              Add run/*.t to testables.
412              
413              TODO: integrate #8784.
414      Branch: maint-5.6/perl
415           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
416           !> (integrate 28 files)
417 ____________________________________________________________________________
418 [  8985] By: nick                                  on 2001/03/02  18:15:45
419         Log: Integrate mainline
420      Branch: perlio
421           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
422           !> vms/vms.c
423 ____________________________________________________________________________
424 [  8984] By: jhi                                   on 2001/03/02  16:00:17
425         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
426              
427              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
428              5.004_05, and mention the suidperl August 2000 security problem.
429              (#8978,#8981)
430              
431              Subject: [ID 20010301.004] Technically speaking in perldata
432              
433              Subject: [PATCH] File::Copy for bleadperl, maintperl
434              
435              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
436              
437              (The #8982, fix for 20010221.005 and 20010221.008,
438              would be nice too but it didn't integrate cleanly.)
439      Branch: maint-5.6/perl
440           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
441 ____________________________________________________________________________
442 [  8983] By: jhi                                   on 2001/03/02  15:51:16
443         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
444              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
445              Date:     Thu, 1 Mar 2001 15:54:09 EST
446              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
447      Branch: perl
448            ! vms/vms.c
449 ____________________________________________________________________________
450 [  8982] By: jhi                                   on 2001/03/02  15:43:31
451         Log: Subject: Re: sync sync sync: have I missed any patches?
452              From: Radu Greab <radu@netsoft.ro> 
453              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
454              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
455              
456              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
457              was checking argv[0] regardless of whether a different pathname
458              will actually be executed."  Test case not supplied because 
459              drafting that, ironically enough, revealed another bug
460              (or a feature).
461      Branch: perl
462            ! doio.c
463 ____________________________________________________________________________
464 [  8981] By: jhi                                   on 2001/03/02  15:28:03
465         Log: Misdate in #8978.
466      Branch: perl
467            ! pod/perlfaq1.pod
468 ____________________________________________________________________________
469 [  8980] By: jhi                                   on 2001/03/02  15:24:20
470         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
471              From: Chris Nandor <pudge@pobox.com>
472              Date: Wed, 28 Feb 2001 22:10:15 -0500
473              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
474      Branch: perl
475            ! lib/File/Copy.pm
476 ____________________________________________________________________________
477 [  8979] By: jhi                                   on 2001/03/02  15:17:16
478         Log: Subject: [ID 20010301.004] Technically speaking in perldata
479              From: abela@geneanet.org
480              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
481              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
482      Branch: perl
483            ! pod/perldata.pod
484 ____________________________________________________________________________
485 [  8978] By: jhi                                   on 2001/03/02  15:15:27
486         Log: Subject: [ID 20010301.003] ref to 5.004
487              From: abela@geneanet.org
488              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
489              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
490              
491              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
492              and mention the suidperl August 2000 security problem.
493      Branch: perl
494            ! pod/perlfaq1.pod
495 ____________________________________________________________________________
496 [  8977] By: alanbur                               on 2001/03/02  14:17:45
497         Log: Resynchronised with parent
498      Branch: maint-5.6/pureperl
499           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
500           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
501           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
502           !> vms/descrip_mms.template win32/win32.c win32/win32.h
503           !> win32/win32iop.h
504 ____________________________________________________________________________
505 [  8976] By: nick                                  on 2001/03/01  23:25:30
506         Log: Integrate mainline.
507      Branch: perlio
508            - t/op/qu.t
509           !> (integrate 55 files)
510 ____________________________________________________________________________
511 [  8975] By: jhi                                   on 2001/03/01  16:51:34
512         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
513      Branch: perl
514           !> toke.c
515 ____________________________________________________________________________
516 [  8974] By: gsar                                  on 2001/03/01  16:28:21
517         Log: fix for bugid 20010226.008
518              
519              the problem was that some of the pointers (PL_last_lop and
520              PL_last_uni specifically) into the lex buffers weren't correctly
521              being invalidated when the buffer changed; this would leave the
522              pointers pointing at an arbitrary location in the buffer if
523              the buffer didn't need to be reallocated, or point into freed
524              memory if the buffer had to be realloced
525              
526              TODO item for bugdb maintainers: check other seemingly random
527              parser-related bugs--they might be cured by this
528      Branch: maint-5.6/perl
529            ! toke.c
530 ____________________________________________________________________________
531 [  8973] By: jhi                                   on 2001/03/01  02:23:25
532         Log: Retract #8970 because of a completely mysterious core dump:
533              adding the tests 241..244 causes op/pat dump core at test #25.
534              The test needs a lot of whittling down before the bug can be solved.
535      Branch: perl
536            ! t/op/pat.t
537 ____________________________________________________________________________
538 [  8972] By: jhi                                   on 2001/03/01  01:58:38
539         Log: Regen perlapi.
540      Branch: perl
541            ! pod/perlapi.pod
542 ____________________________________________________________________________
543 [  8971] By: jhi                                   on 2001/03/01  01:34:09
544         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))
545              From: Nicholas Clark <nick@ccl4.org>
546              Date: Wed, 28 Feb 2001 23:28:49 +0000
547              Message-ID: <20010228232849.A55187@plum.flirble.org>
548              
549              Allow a completely write protected source code tree
550              when using the Configure -Dmksymlinks.
551      Branch: perl
552            ! embed.pl warnings.pl
553 ____________________________________________________________________________
554 [  8970] By: jhi                                   on 2001/03/01  01:32:04
555         Log: Add back the EBCDIC character range tests (for matching).
556      Branch: perl
557            ! t/op/pat.t
558 ____________________________________________________________________________
559 [  8969] By: nick                                  on 2001/02/28  18:18:01
560         Log: Add charname comments to .ucm files writen by 'compile',
561              also order charmaps in those files by source encoding.
562              regenerate distrubuted .ucm files
563      Branch: perlio
564            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
565            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
566            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
567            ! ext/Encode/Encode/iso8859-10.ucm
568            ! ext/Encode/Encode/iso8859-13.ucm
569            ! ext/Encode/Encode/iso8859-14.ucm
570            ! ext/Encode/Encode/iso8859-15.ucm
571            ! ext/Encode/Encode/iso8859-16.ucm
572            ! ext/Encode/Encode/iso8859-2.ucm
573            ! ext/Encode/Encode/iso8859-3.ucm
574            ! ext/Encode/Encode/iso8859-4.ucm
575            ! ext/Encode/Encode/iso8859-5.ucm
576            ! ext/Encode/Encode/iso8859-6.ucm
577            ! ext/Encode/Encode/iso8859-7.ucm
578            ! ext/Encode/Encode/iso8859-8.ucm
579            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
580            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
581 ____________________________________________________________________________
582 [  8968] By: jhi                                   on 2001/02/28  16:26:37
583         Log: Expand usemorebits early if d_casti32 needs to be undefined.
584      Branch: perl
585            ! hints/hpux.sh hints/irix_6.sh
586 ____________________________________________________________________________
587 [  8967] By: jhi                                   on 2001/02/28  16:22:26
588         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
589              retract toke.c/qu parts of #8583, retract #8485, retract
590              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
591              op/length.t, and MANIFEST, and delete t/op/qu.t.
592      Branch: perl
593            - t/op/qu.t
594            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
595            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
596            ! t/op/length.t toke.c
597 ____________________________________________________________________________
598 [  8966] By: jhi                                   on 2001/02/28  15:00:27
599         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
600              by not changing from pre-Unicode days into being Unicode-aware.
601              Sniff.
602      Branch: perl
603            ! pp.c t/op/pack.t t/op/qu.t
604 ____________________________________________________________________________
605 [  8965] By: jhi                                   on 2001/02/28  14:37:55
606         Log: Subject: Re: Errors in core PODs
607              From: Michael Stevens <michael@etla.org> 
608              Date: Fri, 23 Feb 2001 15:47:56 +0000
609              Message-ID: <20010223154756.A7723@firedrake.org> 
610      Branch: perl
611            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
612            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
613            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
614            ! x2p/a2p.pod
615 ____________________________________________________________________________
616 [  8964] By: jhi                                   on 2001/02/28  14:35:35
617         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
618              (The #8961 was too bold.)
619      Branch: perl
620            ! hints/hpux.sh hints/irix_6.sh
621 ____________________________________________________________________________
622 [  8963] By: jhi                                   on 2001/02/28  14:33:39
623         Log: Subject: Re: sync sync sync: have I missed any patches?
624              From: Tim Jenness <t.jenness@jach.hawaii.edu>
625              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
626              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
627              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
628              
629              Replace djSP with dSP.
630      Branch: perl
631            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
632            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
633            ! win32/perlhost.h
634 ____________________________________________________________________________
635 [  8962] By: jhi                                   on 2001/02/27  23:21:14
636         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
637      Branch: perl
638            ! lib/Filter/Simple.pm
639 ____________________________________________________________________________
640 [  8961] By: jhi                                   on 2001/02/27  22:55:26
641         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
642              and this would be it.
643      Branch: perl
644            ! hints/hpux.sh hints/irix_6.sh
645 ____________________________________________________________________________
646 [  8960] By: jhi                                   on 2001/02/27  22:51:33
647         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
648              From: "Craig A. Berry" <craigberry@mac.com>
649              Date: Tue, 27 Feb 2001 16:11:44 -0600
650              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
651      Branch: maint-5.6/perl
652            ! configure.com vms/descrip_mms.template
653 ____________________________________________________________________________
654 [  8959] By: jhi                                   on 2001/02/27  22:47:23
655         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
656              From: "Craig A. Berry" <craigberry@mac.com>
657              Date: Tue, 27 Feb 2001 16:11:44 -0600
658              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
659      Branch: perl
660            ! configure.com vms/descrip_mms.template
661 ____________________________________________________________________________
662 [  8958] By: jhi                                   on 2001/02/27  15:16:42
663         Log: Update Changes.
664      Branch: perl
665            ! Changes patchlevel.h
666 ____________________________________________________________________________
667 [  8957] By: jhi                                   on 2001/02/27  06:15:07
668         Log: Subject: [5.6.x] EPOC additions
669              From: Olaf Flebbe <O.Flebbe@science-computing.de>
670              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
671              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
672      Branch: maint-5.6/perl
673            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
674 ____________________________________________________________________________
675 [  8956] By: jhi                                   on 2001/02/27  06:12:11
676         Log: Subject: [perl-current] EPOC 
677              From: Olaf Flebbe <O.Flebbe@science-computing.de>
678              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
679              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
680      Branch: perl
681            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
682            ! epoc/epocish.c epoc/epocish.h pp_sys.c
683 ____________________________________________________________________________
684 [  8955] By: jhi                                   on 2001/02/27  05:59:50
685         Log: Subject: Re: Compile with perlcc..
686              From: Edward Peschko <edwardp@excitehome.net>
687              Date: Mon, 26 Feb 2001 18:51:58 -0800
688              Message-ID: <20010226185158.A9871@excitehome.net>
689              
690              plus add a simple usage message if no arguments given.
691      Branch: perl
692            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
693            ! utils/Makefile utils/perlcc.PL win32/pod.mak
694 ____________________________________________________________________________
695 [  8954] By: nick                                  on 2001/02/26  21:02:59
696         Log: Integrate mainline
697      Branch: perlio
698           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
699           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
700           !> t/op/sprintf.t
701 ____________________________________________________________________________
702 [  8953] By: jhi                                   on 2001/02/26  14:43:54
703         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
704              From: Nicholas Clark <nick@ccl4.org>
705              Date: Mon, 26 Feb 2001 00:42:07 +0000
706              Message-ID: <20010226004207.F23333@plum.flirble.org>
707      Branch: perl
708            ! pp_ctl.c
709 ____________________________________________________________________________
710 [  8952] By: jhi                                   on 2001/02/26  14:42:13
711         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
712              From: Simon Cozens <simon@netthink.co.uk>
713              Date: Mon, 26 Feb 2001 12:23:48 +0000
714              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
715      Branch: perl
716            ! pod/perlguts.pod
717 ____________________________________________________________________________
718 [  8951] By: jhi                                   on 2001/02/26  14:39:15
719         Log: Subject: [PATCH] perlio - unknown layer
720              From: Nicholas Clark <nick@ccl4.org>
721              Date: Mon, 26 Feb 2001 00:27:19 +0000
722              Message-ID: <20010226002719.E23333@plum.flirble.org>
723      Branch: perl
724            ! perlio.c
725 ____________________________________________________________________________
726 [  8950] By: jhi                                   on 2001/02/26  14:38:04
727         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
728              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
729              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
730              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
731      Branch: perl
732            ! t/op/bop.t
733 ____________________________________________________________________________
734 [  8949] By: jhi                                   on 2001/02/26  14:37:07
735         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
736              From: Peter Prymmer <pvhp@forte.com>
737              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
738              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
739      Branch: perl
740            ! lib/Test.pm
741 ____________________________________________________________________________
742 [  8948] By: jhi                                   on 2001/02/26  14:35:53
743         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
744              From: Radu Greab <radu@netsoft.ro>
745              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
746              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
747      Branch: perl
748            ! pod/perlop.pod
749 ____________________________________________________________________________
750 [  8947] By: jhi                                   on 2001/02/26  14:34:46
751         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
752              From: David Mitchell <davem@fdgroup.co.uk>
753              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
754              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
755      Branch: perl
756            ! run.c
757 ____________________________________________________________________________
758 [  8946] By: jhi                                   on 2001/02/26  14:32:37
759         Log: Subject: Modified README.bs2000 
760              From: Dorner Thomas <Thomas.Dorner@start.de>
761              Date: Mon, 26 Feb 2001 09:22:17 +0100
762              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
763      Branch: perl
764            ! README.bs2000
765 ____________________________________________________________________________
766 [  8945] By: jhi                                   on 2001/02/26  14:19:53
767         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
768              to maintperl, listing the known failures on the tests 129 and 130.
769      Branch: maint-5.6/perl
770           !> t/op/sprintf.t
771 ____________________________________________________________________________
772 [  8944] By: jhi                                   on 2001/02/26  14:14:15
773         Log: Add more known sprintf failures.
774      Branch: perl
775            ! t/op/sprintf.t
776 ____________________________________________________________________________
777 [  8943] By: jhi                                   on 2001/02/26  13:56:22
778         Log: perlglob.exe needs to be found in Win32, patch from
779              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
780              which needs external glob at mini-perl time."
781      Branch: perl
782            ! ext/Encode/compile
783 ____________________________________________________________________________
784 [  8942] By: jhi                                   on 2001/02/26  13:52:19
785         Log: A missing dTHX from Vadim Konovalov.
786      Branch: perl
787            ! perlio.c
788 ____________________________________________________________________________
789 [  8941] By: jhi                                   on 2001/02/26  13:37:05
790         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
791      Branch: perl
792            ! op.c
793 ____________________________________________________________________________
794 [  8940] By: jhi                                   on 2001/02/26  13:35:40
795         Log: Integrate perlio.
796      Branch: perl
797           !> ext/Encode/Encode.pm
798 ____________________________________________________________________________
799 [  8939] By: nick                                  on 2001/02/25  23:47:09
800         Log: Integrate mainline.
801      Branch: perlio
802           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
803           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
804 ____________________________________________________________________________
805 [  8938] By: nick                                  on 2001/02/25  19:36:28
806         Log: Encode implementations docs.
807      Branch: perlio
808            ! ext/Encode/Encode.pm
809 ____________________________________________________________________________
810 [  8937] By: jhi                                   on 2001/02/25  19:26:16
811         Log: Script wasn't aligned with reality.
812      Branch: perl
813            ! t/pod/find.t
814 ____________________________________________________________________________
815 [  8936] By: jhi                                   on 2001/02/25  18:54:55
816         Log: Update Changes.
817      Branch: perl
818            ! Changes patchlevel.h
819 ____________________________________________________________________________
820 [  8935] By: jhi                                   on 2001/02/25  18:46:36
821         Log: Retract #8929,8930,8932,8933 for now.
822      Branch: perl
823            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
824 ____________________________________________________________________________
825 [  8934] By: jhi                                   on 2001/02/25  17:34:35
826         Log: Integrate perlio.
827      Branch: perl
828           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
829           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
830           !> t/lib/encode.t
831 ____________________________________________________________________________
832 [  8933] By: jhi                                   on 2001/02/25  17:33:12
833         Log: (Retracted by #8395.)
834              
835              Slight tweaks in scan_const(), not fixes yet, it seems like
836              lots of work remains to be done...
837      Branch: perl
838            ! toke.c
839 ____________________________________________________________________________
840 [  8932] By: jhi                                   on 2001/02/25  17:27:11
841         Log: (Retracted by #8395.)
842              
843              Missing from #8930.
844      Branch: perl
845            ! perl.h
846 ____________________________________________________________________________
847 [  8931] By: jhi                                   on 2001/02/25  17:26:19
848         Log: A comment tweak.
849      Branch: perl
850            ! utf8.c
851 ____________________________________________________________________________
852 [  8930] By: jhi                                   on 2001/02/25  17:25:47
853         Log: (Retracted by #8395.)
854              
855              Attempt to fix the EBCDIC character range problwm with //.
856      Branch: perl
857            ! regcomp.c
858 ____________________________________________________________________________
859 [  8929] By: jhi                                   on 2001/02/25  17:23:45
860         Log: (Retracted by #8395.)
861              
862              Expand the EBCDIC character range tests, and add few nasty
863              tr tests from Karsten Sperling.
864      Branch: perl
865            ! t/op/pat.t t/op/tr.t
866 ____________________________________________________________________________
867 [  8928] By: jhi                                   on 2001/02/25  17:18:49
868         Log: Missing check-in.
869      Branch: perl
870            ! lib/Pod/Find.pm
871 ____________________________________________________________________________
872 [  8927] By: nick                                  on 2001/02/25  11:30:22
873         Log: Change method names in Encode implementation classes to something
874              less confusing (preparing to "go public").
875      Branch: perlio
876            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
877 ____________________________________________________________________________
878 [  8926] By: nick                                  on 2001/02/25  10:53:24
879         Log: GCC __atribute__ / printf fix
880      Branch: perlio
881            ! perl.h
882 ____________________________________________________________________________
883 [  8925] By: nick                                  on 2001/02/25  10:52:25
884         Log: Checked in the wrong one ...
885      Branch: perlio
886            ! ext/Encode/Encode.pm
887 ____________________________________________________________________________
888 [  8924] By: nick                                  on 2001/02/24  18:46:51
889         Log: Integrate mainline - to see what Jarkko has in ...
890      Branch: perlio
891           +> t/pod/testpods/lib/Pod/Stuff.pm
892           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
893 ____________________________________________________________________________
894 [  8923] By: nick                                  on 2001/02/24  17:05:23
895         Log: Encode API documentation nd tidy up.
896              Minor additions to test.
897              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
898              Adds STRLEN to standard typemap.
899      Branch: perlio
900            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
901            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
902 ____________________________________________________________________________
903 [  8922] By: jhi                                   on 2001/02/24  16:38:12
904         Log: Add a test for the "character range should match in EBCDIC
905              if specified using explicit numerics" bug found by Karsten
906              Sperling.
907      Branch: perl
908            ! t/op/pat.t
909 ____________________________________________________________________________
910 [  8921] By: jhi                                   on 2001/02/24  16:30:16
911         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
912              From: schwern@pobox.com
913              Date: Fri, 23 Feb 2001 03:21:37 -0500
914              Message-ID: <20010223032137.A26022@magnonel.guild.net>
915              
916              plus Charles Lane's fixes, plus tweaks.
917      Branch: perl
918            + t/pod/testpods/lib/Pod/Stuff.pm
919            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
920 ____________________________________________________________________________
921 [  8920] By: nick                                  on 2001/02/24  10:30:11
922         Log: Integrate mainline
923      Branch: perlio
924           !> (integrate 33 files)
925 ____________________________________________________________________________
926 [  8919] By: jhi                                   on 2001/02/24  00:23:35
927         Log: Subject: Re: I'm losing the war...
928              From: "Vadim Konovalov" <watman@inbox.ru>
929              Date: Sat, 24 Feb 2001 00:10:14 +0300
930              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
931              
932              hv_store() not working correctly in ENV_IS_CASELESS case.
933      Branch: perl
934            ! hv.c
935 ____________________________________________________________________________
936 [  8918] By: jhi                                   on 2001/02/24  00:20:09
937         Log: Subject: Re: [PATCH] fix for charnames above FFFF
938              From: andreas.koenig@anima.de (Andreas J. Koenig)
939              Date: 23 Feb 2001 02:39:03 +0100
940              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
941              
942              A further efficiency tweak.
943      Branch: perl
944            ! lib/charnames.pm
945 ____________________________________________________________________________
946 [  8917] By: jhi                                   on 2001/02/23  20:27:51
947         Log: Integrate change #8916 from mainline,
948              do away with USE_WIN32_RTL_ENV.
949      Branch: maint-5.6/perl
950           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
951 ____________________________________________________________________________
952 [  8916] By: jhi                                   on 2001/02/23  20:02:25
953         Log: Abolish USE_WIN32_RTL_ENV.
954      Branch: perl
955            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
956 ____________________________________________________________________________
957 [  8915] By: jhi                                   on 2001/02/23  19:36:00
958         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
959              later protected by some #define.
960      Branch: perl
961            ! gv.c
962 ____________________________________________________________________________
963 [  8914] By: jhi                                   on 2001/02/23  19:31:38
964         Log: Retract #8902 for now, requested by Charles Lane, the correct
965              fix will be something else.
966      Branch: perl
967            ! op.c
968 ____________________________________________________________________________
969 [  8913] By: jhi                                   on 2001/02/23  19:11:36
970         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
971              From: Peter Prymmer <pvhp@forte.com>
972              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
973              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
974      Branch: perl
975            ! t/op/lex_assign.t
976 ____________________________________________________________________________
977 [  8912] By: jhi                                   on 2001/02/23  18:38:20
978         Log: Subject: [patch] perlio + useithreads
979              From: Doug MacEachern <dougm@covalent.net>
980              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
981              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
982              
983              Gets things running but not complete.
984      Branch: perl
985            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
986 ____________________________________________________________________________
987 [  8911] By: jhi                                   on 2001/02/23  04:20:02
988         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
989              
990              Duplicated environment freeing, File::Temp 0.12,
991              op/append portability (EBCDIC) tweak.
992      Branch: maint-5.6/perl
993           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
994           !> t/op/append.t
995 ____________________________________________________________________________
996 [  8910] By: jhi                                   on 2001/02/23  02:07:33
997         Log: Integrate change #8909 from mainline, a better Borland
998              putenv() workaround.
999      Branch: maint-5.6/perl
1000           !> perl.c
1001 ____________________________________________________________________________
1002 [  8909] By: jhi                                   on 2001/02/23  02:05:46
1003         Log: A better workaround for Borland putenv() brokenness from Sarathy.
1004      Branch: perl
1005            ! perl.c
1006 ____________________________________________________________________________
1007 [  8908] By: jhi                                   on 2001/02/23  02:04:14
1008         Log: Subject: fix for parameter -Dm (for perl@8867)
1009              From: "Vadim Konovalov" <watman@inbox.ru>
1010              Date: Thu, 22 Feb 2001 17:30:12 +0300
1011              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
1012      Branch: perl
1013            ! perl.h
1014 ____________________________________________________________________________
1015 [  8907] By: jhi                                   on 2001/02/23  01:58:20
1016         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
1017              From: Peter Prymmer <pvhp@forte.com>
1018              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
1019              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
1020      Branch: perl
1021            ! t/op/append.t
1022 ____________________________________________________________________________
1023 [  8906] By: jhi                                   on 2001/02/23  01:48:34
1024         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
1025      Branch: perl
1026            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
1027 ____________________________________________________________________________
1028 [  8905] By: jhi                                   on 2001/02/23  01:43:30
1029         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
1030              From: Peter Prymmer <pvhp@forte.com>
1031              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
1032              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
1033      Branch: perl
1034            ! t/lib/st-06compat.t
1035 ____________________________________________________________________________
1036 [  8904] By: jhi                                   on 2001/02/23  01:42:39
1037         Log: Metaconfig unit change for #8903.
1038      Branch: metaconfig/U/perl
1039            ! Devel.U
1040 ____________________________________________________________________________
1041 [  8903] By: jhi                                   on 2001/02/23  01:42:12
1042         Log: Be more helpful for devel builders, suggested by John L. Allen.
1043      Branch: perl
1044            ! Configure
1045 ____________________________________________________________________________
1046 [  8902] By: jhi                                   on 2001/02/23  01:37:41
1047         Log: (Retracted by #8914)
1048              (Wrongly, reinstated by #8941)             
1049
1050              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
1051              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1052              Date:     Thu, 22 Feb 2001 09:43:57 EST
1053              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
1054      Branch: perl
1055            ! op.c
1056 ____________________________________________________________________________
1057 [  8901] By: jhi                                   on 2001/02/23  01:20:32
1058         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
1059              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1060              Date:     Thu, 22 Feb 2001 08:01:35 EST
1061              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
1062      Branch: perl
1063            ! malloc.c
1064 ____________________________________________________________________________
1065 [  8900] By: jhi                                   on 2001/02/23  01:18:02
1066         Log: Integrate changes #8898,8899 from mainline, environ handling.
1067      Branch: maint-5.6/perl
1068           !> perl.c
1069 ____________________________________________________________________________
1070 [  8899] By: jhi                                   on 2001/02/23  01:16:25
1071         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
1072              putenv() is not to be relied on, they are either broken or leaky
1073              or both.)
1074      Branch: perl
1075            ! perl.c
1076 ____________________________________________________________________________
1077 [  8898] By: jhi                                   on 2001/02/22  23:36:59
1078         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
1079              and safesysfree() must be used.
1080      Branch: perl
1081            ! perl.c
1082 ____________________________________________________________________________
1083 [  8897] By: jhi                                   on 2001/02/22  23:25:45
1084         Log: With environ one must use safesysmalloc()/safesysfree().
1085      Branch: perl
1086            ! perl.c
1087 ____________________________________________________________________________
1088 [  8896] By: jhi                                   on 2001/02/22  22:13:18
1089         Log: If we have a duplicated environment free it
1090              if PERL_DESTRUCT_LEVEL.
1091      Branch: perl
1092            ! perl.c
1093 ____________________________________________________________________________
1094 [  8895] By: alanbur                               on 2001/02/22  19:31:57
1095         Log: Synchronised with parent
1096      Branch: maint-5.6/pureperl
1097           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
1098 ____________________________________________________________________________
1099 [  8894] By: gsar                                  on 2001/02/22  19:06:18
1100         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
1101              
1102              fix memory leak in method call optimization (change#3768);
1103              made C<eval "$x->foo()"> leak
1104              
1105              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
1106      Branch: maint-5.6/perl
1107           !> op.c
1108 ____________________________________________________________________________
1109 [  8893] By: jhi                                   on 2001/02/22  18:35:27
1110         Log: (Retracted by #8915.)
1111              
1112              Third Degree finding:
1113              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
1114      Branch: perl
1115            ! gv.c
1116 ____________________________________________________________________________
1117 [  8892] By: jhi                                   on 2001/02/22  14:28:32
1118         Log: Update Changes.
1119      Branch: perl
1120            ! Changes patchlevel.h
1121 ____________________________________________________________________________
1122 [  8891] By: jhi                                   on 2001/02/22  13:22:45
1123         Log: Metaconfig unit changes for #8890.
1124      Branch: metaconfig
1125            ! U/modified/Cppsym.U U/threads/archname.U
1126 ____________________________________________________________________________
1127 [  8890] By: jhi                                   on 2001/02/22  13:22:12
1128         Log: Add -stdio to the archname if no perlio selected,
1129              no -perlio added since that is now the default.
1130              
1131              Add few CPUs/architectures to the Cppsym scan.
1132      Branch: perl
1133            ! Configure config_h.SH
1134 ____________________________________________________________________________
1135 [  8889] By: jhi                                   on 2001/02/22  13:05:59
1136         Log: Metaconfig unit change for #8888.
1137      Branch: metaconfig/U/perl
1138            ! useperlio.U
1139 ____________________________________________________________________________
1140 [  8888] By: jhi                                   on 2001/02/22  13:05:28
1141         Log: *drum roll*  Make perlio the default.
1142      Branch: perl
1143            ! Configure config_h.SH
1144 ____________________________________________________________________________
1145 [  8887] By: jhi                                   on 2001/02/22  12:50:52
1146         Log: Integrate change #8665 from maintperl to mainline,
1147              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
1148      Branch: perl
1149           !> ext/POSIX/POSIX.xs
1150 ____________________________________________________________________________
1151 [  8886] By: jhi                                   on 2001/02/22  12:49:24
1152         Log: Integrate changes #8883,8884 from mainline to maintperl.
1153              
1154              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
1155              Subject: Re: File::Temp::_gettemp warning
1156      Branch: maint-5.6/perl
1157           !> embed.h embed.pl lib/File/Temp.pm
1158 ____________________________________________________________________________
1159 [  8885] By: jhi                                   on 2001/02/22  12:43:59
1160         Log: Based on
1161              
1162              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
1163              From: schwab@suse.de
1164              Date: Thu, 22 Feb 2001 13:08:09 +0100
1165              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
1166              
1167              but the fix done slightly differently because the other
1168              half was already done in #8664.
1169      Branch: maint-5.6/perl
1170            ! ext/POSIX/POSIX.xs
1171 ____________________________________________________________________________
1172 [  8884] By: jhi                                   on 2001/02/22  12:37:15
1173         Log: Subject: Re: File::Temp::_gettemp warning
1174              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1175              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
1176              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
1177              
1178              This patch to File::Temp does two things:
1179              
1180              1. Fixes the problem with CGI::Carp when determining
1181              the Fcntl constants
1182              
1183              2. Removes most of the carps and consolidates them so that all the
1184              reasons are included in a single die that is caught by the test. This
1185              means that the correct skipping behaviour is displayed by the test.
1186      Branch: perl
1187            ! lib/File/Temp.pm
1188 ____________________________________________________________________________
1189 [  8883] By: jhi                                   on 2001/02/22  12:29:19
1190         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
1191              From: Peter Prymmer <pvhp@forte.com>
1192              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
1193              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
1194      Branch: perl
1195            ! embed.h embed.pl
1196 ____________________________________________________________________________
1197 [  8882] By: jhi                                   on 2001/02/21  19:41:33
1198         Log: Integrate change #8881 from mainlin to maintperl.
1199              
1200              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
1201      Branch: maint-5.6/perl
1202           !> op.c
1203 ____________________________________________________________________________
1204 [  8881] By: jhi                                   on 2001/02/21  19:38:57
1205         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
1206              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1207              Date:     Wed, 21 Feb 2001 13:08:03 EST
1208              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
1209      Branch: perl
1210            ! op.c
1211 ____________________________________________________________________________
1212 [  8880] By: jhi                                   on 2001/02/21  19:34:34
1213         Log: Retract #8875, cannot let go of the old semantics of unpack U
1214              without rethinking utf8decode.t.
1215      Branch: perl
1216            ! pp.c t/op/pack.t
1217 ____________________________________________________________________________
1218 [  8879] By: jhi                                   on 2001/02/21  19:08:02
1219         Log: Run run/*.t also in minitest.
1220      Branch: perl
1221            ! Makefile.SH
1222 ____________________________________________________________________________
1223 [  8878] By: nick                                  on 2001/02/21  18:55:37
1224         Log: Integrate mainline
1225      Branch: perlio
1226           !> (integrate 76 files)
1227 ____________________________________________________________________________
1228 [  8877] By: jhi                                   on 2001/02/21  15:09:33
1229         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
1230      Branch: metaconfig
1231            ! U/compline/nblock_io.U
1232      Branch: perl
1233            ! Configure config_h.SH
1234 ____________________________________________________________________________
1235 [  8876] By: jhi                                   on 2001/02/21  14:54:45
1236         Log: If no sfio, no -lsfio.
1237      Branch: metaconfig/U/perl
1238            ! d_sfio.U
1239      Branch: perl
1240            ! Configure config_h.SH
1241 ____________________________________________________________________________
1242 [  8875] By: jhi                                   on 2001/02/21  14:54:00
1243         Log: Make unpack C and unpack C truly equivalent.
1244      Branch: perl
1245            ! pp.c t/op/pack.t
1246 ____________________________________________________________________________
1247 [  8874] By: jhi                                   on 2001/02/21  14:26:02
1248         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
1249              From: Peter Prymmer <pvhp@forte.com>
1250              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
1251              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
1252      Branch: perl
1253            ! pod/perlport.pod
1254 ____________________________________________________________________________
1255 [  8873] By: jhi                                   on 2001/02/21  14:24:31
1256         Log: Subject: [PATCH] fix for charnames above FFFF
1257              From: andreas.koenig@anima.de (Andreas J. Koenig)
1258              Date: 21 Feb 2001 07:05:45 +0100
1259              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
1260      Branch: perl
1261            ! lib/charnames.pm t/lib/charnames.t
1262 ____________________________________________________________________________
1263 [  8872] By: jhi                                   on 2001/02/21  14:15:25
1264         Log: Integrate change #8868 from pureperl to mainline.
1265              
1266              Fixed reference count loop caused by sv_magic.
1267      Branch: perl
1268           !> sv.c
1269 ____________________________________________________________________________
1270 [  8871] By: jhi                                   on 2001/02/21  14:07:29
1271         Log: Integrate change #8868 from pureperl to maintperl.
1272              
1273              Fixed reference count loop caused by sv_magic.
1274      Branch: maint-5.6/perl
1275           !> sv.c
1276 ____________________________________________________________________________
1277 [  8870] By: jhi                                   on 2001/02/21  14:04:41
1278         Log: Put back the #8840, it was innocent.
1279      Branch: perl
1280            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1281            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
1282 ____________________________________________________________________________
1283 [  8869] By: jhi                                   on 2001/02/21  14:00:03
1284         Log: unpack("C", ...) was left slightly unfinished by #8865.
1285      Branch: perl
1286            ! pp.c t/op/pack.t
1287 ____________________________________________________________________________
1288 [  8868] By: alanbur                               on 2001/02/21  01:33:45
1289         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
1290              from gv_fetchpv to create single-character magic variables (e.g. $!),
1291              and it is passed a sv and the gv that contains the sv as the mg_obj
1292              value.  When sv_magic stores the mg_obj pointer it increments the gv
1293              refcount, thus causing a sv-gv pair that can't be freed.  There is
1294              already a check for sv == obj which is used to prevent such reference
1295              loops.  This change extends the check to cover the case described above.
1296      Branch: maint-5.6/pureperl
1297            ! sv.c
1298 ____________________________________________________________________________
1299 [  8867] By: jhi                                   on 2001/02/21  00:52:39
1300         Log: Update Changes.
1301      Branch: perl
1302            ! Changes patchlevel.h
1303 ____________________________________________________________________________
1304 [  8866] By: jhi                                   on 2001/02/21  00:34:20
1305         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
1306              (Note: there were some conflicts due to EBCDIC and EPOC
1307              patches, in general I preferred the repository code.)
1308              (When 2.753 comes out, we need to synchronize.)
1309      Branch: perl
1310            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
1311            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
1312            ! t/lib/cgi-html.t
1313 ____________________________________________________________________________
1314 [  8865] By: jhi                                   on 2001/02/21  00:24:22
1315         Log: Make pack("C", 0x100) to create Unicode, unless under the
1316              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
1317              will understand Unicode, unless you under know what.
1318      Branch: perl
1319            ! pp.c t/op/pack.t t/op/qu.t
1320 ____________________________________________________________________________
1321 [  8864] By: alanbur                               on 2001/02/20  22:35:34
1322         Log: Resynchronised with parent
1323      Branch: maint-5.6/pureperl
1324           !> README.win32 ext/GDBM_File/GDBM_File.pm
1325           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
1326           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
1327           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
1328           !> t/lib/sdbm.t util.c
1329 ____________________________________________________________________________
1330 [  8863] By: jhi                                   on 2001/02/20  20:55:11
1331         Log: Integrate change #8860,8861 from mainline into maintperl.
1332              
1333              "pseudo-literal j"
1334              
1335              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
1336      Branch: maint-5.6/perl
1337           !> lib/Test.pm pod/perlop.pod
1338 ____________________________________________________________________________
1339 [  8862] By: jhi                                   on 2001/02/20  20:30:07
1340         Log: Don't do casting between pointers pointing to differently sized
1341              integers.
1342      Branch: perl
1343            ! hv.c sv.c
1344 ____________________________________________________________________________
1345 [  8861] By: jhi                                   on 2001/02/20  19:53:44
1346         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
1347              From: Peter Prymmer <pvhp@forte.com>
1348              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
1349              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
1350      Branch: perl
1351            ! lib/Test.pm
1352 ____________________________________________________________________________
1353 [  8860] By: jhi                                   on 2001/02/20  19:48:02
1354         Log: "pseudo-literal j", a documentation glitch reported to Debian.
1355              The text recovered from Perl 5.005_03, and pseudo-literal replaced
1356              by "backtick string".
1357      Branch: perl
1358            ! pod/perlop.pod
1359 ____________________________________________________________________________
1360 [  8859] By: jhi                                   on 2001/02/20  19:15:46
1361         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
1362              from Chris Nandor.
1363      Branch: perl
1364            ! makedef.pl
1365 ____________________________________________________________________________
1366 [  8858] By: jhi                                   on 2001/02/20  17:36:53
1367         Log: Integrate pureperl changes #8844,8845,8850 to mainline
1368              (via maintperl #8855).
1369              
1370              Fixed %^H scoping bug
1371              
1372              Removed GV <-> CV refcount loop
1373              
1374              Removed %ENV refcount loop
1375      Branch: perl
1376           !> gv.c op.c perl.c pp.c scope.c
1377 ____________________________________________________________________________
1378 [  8857] By: jhi                                   on 2001/02/20  17:34:32
1379         Log: Integrate changes #8853,8854 from maintperl to mainline.
1380              
1381              EBDIC fixes, README.win32 Borland update.
1382      Branch: perl
1383           !> README.win32 handy.h util.c
1384 ____________________________________________________________________________
1385 [  8856] By: jhi                                   on 2001/02/20  17:33:16
1386         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
1387      Branch: maint-5.6/perl
1388           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
1389           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
1390           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
1391 ____________________________________________________________________________
1392 [  8855] By: jhi                                   on 2001/02/20  17:32:13
1393         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
1394              
1395              Fixed %^H scoping bug
1396              
1397              Removed GV <-> CV refcount loop
1398              
1399              Removed %ENV refcount loop
1400      Branch: maint-5.6/perl
1401           !> gv.c op.c perl.c pp.c scope.c
1402 ____________________________________________________________________________
1403 [  8854] By: jhi                                   on 2001/02/20  17:25:06
1404         Log: Subject: Addition to readme.win32 for Borland C++ compilers
1405              Date: Tue, 20 Feb 2001 02:15:25 +0300
1406              From: "Vadim Konovalov" <watman@inbox.ru>
1407              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
1408              
1409              Document Borland compiler misbehaviour.
1410      Branch: maint-5.6/perl
1411            ! README.win32
1412 ____________________________________________________________________________
1413 [  8853] By: jhi                                   on 2001/02/20  17:22:25
1414         Log: The assimilation of ebcdic.c didn't quite work at the first try,
1415              patches from Thomas Dorner.
1416      Branch: maint-5.6/perl
1417            ! handy.h util.c
1418 ____________________________________________________________________________
1419 [  8852] By: jhi                                   on 2001/02/20  17:20:15
1420         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
1421              From: Chris Nandor <pudge@pobox.com>
1422              Date: Tue, 20 Feb 2001 08:32:45 -0500
1423              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
1424      Branch: maint-5.6/perl
1425            ! makedef.pl mg.c
1426 ____________________________________________________________________________
1427 [  8851] By: jhi                                   on 2001/02/20  17:15:52
1428         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
1429      Branch: perl
1430            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
1431            ! t/lib/filter-util.t
1432 ____________________________________________________________________________
1433 [  8850] By: alanbur                               on 2001/02/20  17:12:40
1434         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
1435              and the magic pointer points back to the GV that contains the
1436              %ENV hash.  This creates a refcount loop that prevents members
1437              of %ENV from being freed correctly.  This change removes the
1438              refcount loop - the magic pointer was never used anyway, the
1439              only use of the magic was to check the type ('E') so that the
1440              appropriate environment manipulation code is called when %ENV
1441              is modified.
1442      Branch: maint-5.6/pureperl
1443            ! perl.c
1444 ____________________________________________________________________________
1445 [  8849] By: jhi                                   on 2001/02/20  17:12:20
1446         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
1447              From: "Craig A. Berry" <craigberry@mac.com>
1448              Date: Mon, 19 Feb 2001 23:36:12 -0600
1449              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
1450              
1451              Case-forgiving systems match TestInit.pm with TES*.
1452      Branch: perl
1453            ! t/lib/glob-basic.t
1454 ____________________________________________________________________________
1455 [  8848] By: jhi                                   on 2001/02/20  17:10:02
1456         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
1457      Branch: perl
1458            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
1459            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
1460            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
1461 ____________________________________________________________________________
1462 [  8847] By: jhi                                   on 2001/02/20  15:34:41
1463         Log: The #8843 wasn't quite right: %Config needs to imported.
1464      Branch: perl
1465            ! t/run/runenv.t
1466 ____________________________________________________________________________
1467 [  8846] By: jhi                                   on 2001/02/20  15:31:50
1468         Log: Retract the #8838 and #8840 for now because of
1469              the DB_File tie problem.
1470      Branch: perl
1471            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
1472            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
1473            ! proto.h sv.c
1474 ____________________________________________________________________________
1475 [  8845] By: alanbur                               on 2001/02/20  14:25:41
1476         Log: Removed GV <-> CV refcount loop
1477              CvGV(mycv) points to the parent GV of the CV, and was previously
1478              refcounted.  The pointer remains, but the refcounting has been removed
1479              as it causes a refcount loop between the CV and GV that means the CV
1480              can't ever be deleted.
1481      Branch: maint-5.6/pureperl
1482            ! gv.c op.c pp.c
1483 ____________________________________________________________________________
1484 [  8844] By: alanbur                               on 2001/02/20  14:23:13
1485         Log: Fixed %^H scoping bug
1486      Branch: maint-5.6/pureperl
1487            ! scope.c
1488 ____________________________________________________________________________
1489 [  8843] By: jhi                                   on 2001/02/19  13:38:08
1490         Log: fork() not everywhere, cleanup temp files.
1491      Branch: perl
1492            ! t/run/runenv.t
1493 ____________________________________________________________________________
1494 [  8842] By: alanbur                               on 2001/02/19  12:42:07
1495         Log: Resynchronised with parent
1496      Branch: maint-5.6/pureperl
1497           !> pod/perlfaq4.pod sv.c utf8.c
1498 ____________________________________________________________________________
1499 [  8841] By: jhi                                   on 2001/02/19  03:35:51
1500         Log: Update Changes.
1501      Branch: perl
1502            ! Changes patchlevel.h
1503 ____________________________________________________________________________
1504 [  8840] By: jhi                                   on 2001/02/19  00:23:41
1505         Log: Subject: [patch] add sv_setref_uv
1506              From: Doug MacEachern <dougm@covalent.net>
1507              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
1508              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
1509      Branch: perl
1510            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1511            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
1512 ____________________________________________________________________________
1513 [  8839] By: jhi                                   on 2001/02/19  00:01:38
1514         Log: Put to rest the 20010205.001, the email address checking (not) regex.
1515      Branch: perl
1516            ! pod/perlfaq9.pod
1517 ____________________________________________________________________________
1518 [  8838] By: jhi                                   on 2001/02/18  22:17:54
1519         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
1520              From: Doug MacEachern <dougm@covalent.net>
1521              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
1522              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
1523      Branch: perl
1524            ! lib/ExtUtils/xsubpp
1525 ____________________________________________________________________________
1526 [  8837] By: jhi                                   on 2001/02/18  22:16:50
1527         Log: Subject: [patch] -Wall cleanup round 2
1528              From: Doug MacEachern <dougm@covalent.net>
1529              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
1530              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
1531      Branch: perl
1532            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
1533            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
1534            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
1535            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
1536            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
1537            ! ext/SDBM_File/SDBM_File.xs
1538 ____________________________________________________________________________
1539 [  8836] By: jhi                                   on 2001/02/18  22:11:20
1540         Log: Misapplied regex optimizations when \C is present.
1541              Fixes 20001230.002.
1542              
1543              What still remains broken is that the submatches that
1544              have \C in them get their UTF8 flag on because their
1545              parent SV has it on.  This will result in malformed
1546              UTF8 if a \C happened to match a non-ASCII byte.
1547      Branch: perl
1548            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
1549            ! t/pragma/utf8.t
1550 ____________________________________________________________________________
1551 [  8835] By: jhi                                   on 2001/02/18  20:12:02
1552         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
1553              
1554              The hash key got wrongly UTF8fied.
1555      Branch: perl
1556            ! pod/perlapi.pod toke.c utf8.c
1557 ____________________________________________________________________________
1558 [  8834] By: jhi                                   on 2001/02/18  19:44:25
1559         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
1560              don't warn on magical or overloaded things.
1561      Branch: perl
1562            ! pp_hot.c
1563 ____________________________________________________________________________
1564 [  8833] By: nick                                  on 2001/02/18  19:31:22
1565         Log: Integrate mainline
1566      Branch: perlio
1567           +> t/TestInit.pm t/run/runenv.t
1568            - t/UTEST
1569           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
1570           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
1571           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
1572           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
1573           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
1574           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
1575           !> utf8.c
1576 ____________________________________________________________________________
1577 [  8832] By: jhi                                   on 2001/02/18  19:21:18
1578         Log: Integrate perlio.
1579      Branch: perl
1580           !> perlio.c pod/perldiag.pod
1581 ____________________________________________________________________________
1582 [  8831] By: jhi                                   on 2001/02/18  19:14:20
1583         Log: Integrate change #8827 from mainline.
1584              
1585              UTF8 tweaks.
1586      Branch: maint-5.6/perl
1587           !> sv.c utf8.c
1588 ____________________________________________________________________________
1589 [  8830] By: nick                                  on 2001/02/18  19:10:34
1590         Log: Apply the spirit of patch from Nick Clark:
1591              Subject: [PATCH] Re: extensions that provide layers
1592              From: Nicholas Clark <nick@ccl4.org>
1593              Date: Mon, 12 Feb 2001 16:43:51 +0000
1594              Message-Id: <20010212164350.Q3652@plum.flirble.org>
1595      Branch: perlio
1596            ! perlio.c pod/perldiag.pod
1597 ____________________________________________________________________________
1598 [  8829] By: jhi                                   on 2001/02/18  19:03:25
1599         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
1600              From: schwern@pobox.com 
1601              Date: Sun, 18 Feb 2001 13:44:35 -0500
1602              Message-ID: <20010218134435.A17544@magnonel.guild.net>
1603              
1604              Applied, but as t/TestInit.pm.
1605      Branch: perl
1606            + t/TestInit.pm
1607            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
1608            ! t/op/subst_wamp.t
1609 ____________________________________________________________________________
1610 [  8828] By: jhi                                   on 2001/02/18  18:43:52
1611         Log: Integrate perlio.
1612      Branch: perl
1613           !> perlio.c
1614 ____________________________________________________________________________
1615 [  8827] By: jhi                                   on 2001/02/18  18:41:33
1616         Log: UTF-8 tweaks.
1617      Branch: perl
1618            ! sv.c utf8.c
1619 ____________________________________________________________________________
1620 [  8826] By: nick                                  on 2001/02/18  17:40:59
1621         Log: Fix [ID 20010217.002]
1622              open FOO, "<:raw:perlio", ...
1623              :raw now inserts default base layer below itself.
1624              Also
1625              open FOO, "<:unix", ...
1626              works as well - but leaves buffer layer on stack under the unix layer.
1627      Branch: perlio
1628            ! perlio.c
1629 ____________________________________________________________________________
1630 [  8825] By: jhi                                   on 2001/02/18  17:15:39
1631         Log: Integrate perlio.
1632      Branch: perl
1633           !> perlio.c perliol.h
1634 ____________________________________________________________________________
1635 [  8824] By: jhi                                   on 2001/02/18  17:10:53
1636         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
1637              From: schwern@pobox.com
1638              Date: Sun, 18 Feb 2001 01:48:50 -0500
1639              Message-ID: <20010218014850.C19957@magnonel.guild.net>
1640      Branch: perl
1641            ! lib/Test/Harness.pm t/TEST t/op/chop.t
1642 ____________________________________________________________________________
1643 [  8823] By: jhi                                   on 2001/02/18  17:01:06
1644         Log: Add run/*.t to testables.
1645      Branch: perl
1646            ! t/TEST
1647 ____________________________________________________________________________
1648 [  8822] By: jhi                                   on 2001/02/18  16:58:58
1649         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
1650              From: schwern@pobox.com
1651              Date: Sun, 18 Feb 2001 01:11:35 -0500
1652              Message-ID: <20010218011135.A19957@magnonel.guild.net>
1653              
1654              Revive mjd's and Simon's PERL5OPT fix.
1655      Branch: perl
1656            + t/run/runenv.t
1657            ! MANIFEST perl.c
1658 ____________________________________________________________________________
1659 [  8821] By: jhi                                   on 2001/02/18  16:53:46
1660         Log: Subject: Re: Why t/TEST and not Test::Harness?
1661              From: schwern@pobox.com
1662              Date: Sat, 17 Feb 2001 22:44:44 -0500
1663              Message-ID: <20010217224444.A6679@magnonel.guild.net>
1664              
1665              Replace UTEST with TEST -utf8.
1666      Branch: perl
1667            - t/UTEST
1668            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
1669            ! t/lib/glob-basic.t
1670 ____________________________________________________________________________
1671 [  8820] By: nick                                  on 2001/02/18  13:06:16
1672         Log: Clean up a few core dumps when layers are used in unexpected ways.
1673              (Still not "right"...)
1674      Branch: perlio
1675            ! perlio.c perliol.h
1676 ____________________________________________________________________________
1677 [  8819] By: jhi                                   on 2001/02/18  02:25:55
1678         Log: Integrate change #8818 from maintperl, a FAQ nit.
1679      Branch: perl
1680           !> pod/perlfaq4.pod
1681 ____________________________________________________________________________
1682 [  8818] By: jhi                                   on 2001/02/18  02:24:50
1683         Log: FAQ nit from Chris Fedde.
1684      Branch: maint-5.6/perl
1685            ! pod/perlfaq4.pod
1686 ____________________________________________________________________________
1687 [  8817] By: nick                                  on 2001/02/17  18:20:14
1688         Log: Integrate mainline
1689      Branch: perlio
1690           +> lib/unicode/UCD.html lib/unicode/Unicode.html
1691           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
1692           +> pod/perlclib.pod
1693            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
1694            - lib/unicode/Unicode.301
1695           !> (integrate 324 files)
1696 ____________________________________________________________________________
1697 [  8816] By: jhi                                   on 2001/02/17  16:56:58
1698         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
1699      Branch: perl
1700            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1701            ! ext/Storable/Storable.xs t/lib/st-06compat.t
1702            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
1703 ____________________________________________________________________________
1704 [  8815] By: jhi                                   on 2001/02/17  16:40:07
1705         Log: Subject: [patch] -Wall
1706              From: Doug MacEachern <dougm@covalent.net>
1707              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
1708              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
1709      Branch: perl
1710            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
1711            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
1712 ____________________________________________________________________________
1713 [  8814] By: jhi                                   on 2001/02/16  19:27:18
1714         Log: Document qu better.
1715      Branch: perl
1716            ! pod/perlop.pod
1717 ____________________________________________________________________________
1718 [  8813] By: jhi                                   on 2001/02/15  13:54:37
1719         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
1720              From: Hugo <hv@crypt.compulink.co.uk>
1721              Date: Thu, 15 Feb 2001 13:39:49 +0000
1722              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
1723      Branch: perl
1724            ! toke.c
1725 ____________________________________________________________________________
1726 [  8812] By: alanbur                               on 2001/02/15  13:52:16
1727         Log: Resynchronised with parent
1728      Branch: maint-5.6/pureperl
1729            - ebcdic.c
1730           !> (integrate 36 files)
1731 ____________________________________________________________________________
1732 [  8811] By: jhi                                   on 2001/02/15  13:51:16
1733         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
1734              
1735              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
1736              From: Jan Dubois <JanD@ActiveState.com>
1737              Date: Wed, 31 Jan 2001 21:17:03 -0800
1738              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
1739              
1740              tweak change#8659 to keep it simple
1741              
1742              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
1743              From: Russ Allbery <rra@stanford.edu>
1744              Date: 14 Feb 2001 10:15:41 -0800
1745              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
1746              
1747              (8809 empty)
1748
1749              Upgrade to podlators 1.08, from Russ Allbery.
1750      Branch: perl
1751           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
1752           !> utils/perldoc.PL
1753 ____________________________________________________________________________
1754 [  8810] By: jhi                                   on 2001/02/15  13:35:08
1755         Log: Upgrade to podlators 1.08, from Russ Allbery.
1756      Branch: maint-5.6/perl
1757            ! lib/Pod/Man.pm lib/Pod/Text.pm
1758 ____________________________________________________________________________
1759 [  8809] By: jhi                                   on 2001/02/15  13:26:38
1760         Log: (accidentally empty check-in)
1761      Branch: maint-5.6/perl
1762            ! lib/Test/Harness.pm
1763 ____________________________________________________________________________
1764 [  8808] By: jhi                                   on 2001/02/15  13:23:47
1765         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
1766              From: Russ Allbery <rra@stanford.edu>
1767              Date: 14 Feb 2001 10:15:41 -0800
1768              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
1769              
1770              perldoc was hardcoding $Config{installscript}, which breaks
1771              when install* isn't where Perl ends up (such as with AFS).
1772              
1773              Use $Config{scriptdir} instead.
1774      Branch: maint-5.6/perl
1775            ! utils/perldoc.PL
1776 ____________________________________________________________________________
1777 [  8807] By: jhi                                   on 2001/02/14  14:37:27
1778         Log: Update Changes.
1779      Branch: perl
1780            ! Changes patchlevel.h
1781 ____________________________________________________________________________
1782 [  8806] By: jhi                                   on 2001/02/14  14:25:31
1783         Log: Integrate changes #8803,8804,8805 from mainline.
1784              
1785              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
1786              
1787              Don't skip too much of the locale error message if no environ array,
1788              from Chris Nandor.
1789              
1790              More MacOS Classic fixes from Chris Nandor.
1791      Branch: maint-5.6/perl
1792           !> doop.c lib/Cwd.pm perl.c perl.h util.c
1793 ____________________________________________________________________________
1794 [  8805] By: jhi                                   on 2001/02/14  03:29:01
1795         Log: More MacOS Classic fixes from Chris Nandor.
1796      Branch: perl
1797            ! doop.c lib/Cwd.pm
1798 ____________________________________________________________________________
1799 [  8804] By: jhi                                   on 2001/02/14  03:18:35
1800         Log: Don't skip too much of the locale error message if no environ array,
1801              from Chris Nandor.
1802      Branch: perl
1803            ! util.c
1804 ____________________________________________________________________________
1805 [  8803] By: jhi                                   on 2001/02/14  03:14:14
1806         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
1807      Branch: perl
1808            ! perl.c perl.h
1809 ____________________________________________________________________________
1810 [  8802] By: jhi                                   on 2001/02/13  18:31:33
1811         Log: AUTHORS update.
1812      Branch: perl
1813            ! AUTHORS
1814 ____________________________________________________________________________
1815 [  8801] By: jhi                                   on 2001/02/13  17:55:19
1816         Log: Integrate change #8792 from mainline.
1817              
1818              Subject: buncha MacPerl patches for bleadperl
1819              From: Chris Nandor <pudge@pobox.com>
1820              Date: Tue, 13 Feb 2001 00:02:43 -0500
1821              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
1822      Branch: maint-5.6/perl
1823           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
1824           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
1825           !> t/lib/basename.t toke.c util.h
1826 ____________________________________________________________________________
1827 [  8800] By: jhi                                   on 2001/02/13  17:46:43
1828         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
1829              to be forced to Off_t.
1830              
1831              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
1832              From: nick@ccl4.org
1833              Date: Thu, 1 Feb 2001 12:01:04 +0000
1834              Message-Id: <20010201120103.E11401@plum.flirble.org>
1835      Branch: maint-5.6/perl
1836            ! iperlsys.h perlio.c
1837 ____________________________________________________________________________
1838 [  8799] By: jhi                                   on 2001/02/13  16:52:51
1839         Log: Duplex duplex hunk hunk.
1840      Branch: maint-5.6/perl
1841            ! Makefile.SH
1842 ____________________________________________________________________________
1843 [  8797] By: jhi                                   on 2001/02/13  14:52:04
1844         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
1845              From: "Craig A. Berry" <craigberry@mac.com>
1846              Date: Mon, 12 Feb 2001 11:05:25 -0600
1847              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
1848      Branch: perl
1849            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
1850 ____________________________________________________________________________
1851 [  8796] By: jhi                                   on 2001/02/13  14:36:47
1852         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
1853              From: simon.cozens@pembroke.oxford.ac.uk 
1854              Date: Sat, 10 Feb 2001 17:57:02 +0000
1855              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
1856              
1857              Now it does include.
1858      Branch: perl
1859            ! pod/perldiag.pod
1860 ____________________________________________________________________________
1861 [  8795] By: jhi                                   on 2001/02/13  14:30:11
1862         Log: Sort the MANIFEST.
1863      Branch: perl
1864            ! MANIFEST
1865 ____________________________________________________________________________
1866 [  8794] By: jhi                                   on 2001/02/13  14:26:51
1867         Log: Integrate change #8793 from mainline, FAQ updates.
1868      Branch: maint-5.6/perl
1869           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
1870 ____________________________________________________________________________
1871 [  8793] By: jhi                                   on 2001/02/13  14:25:13
1872         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
1873      Branch: perl
1874            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
1875 ____________________________________________________________________________
1876 [  8792] By: jhi                                   on 2001/02/13  14:22:50
1877         Log: Subject: buncha MacPerl patches for bleadperl
1878              From: Chris Nandor <pudge@pobox.com>
1879              Date: Tue, 13 Feb 2001 00:02:43 -0500
1880              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
1881      Branch: perl
1882            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
1883            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
1884            ! t/lib/basename.t toke.c util.h
1885 ____________________________________________________________________________
1886 [  8791] By: jhi                                   on 2001/02/13  14:10:39
1887         Log: Integrate change #8790 from mainline.
1888              
1889              environ array wrongly assumed in Perl_init_i18nl10n(),
1890      Branch: maint-5.6/perl
1891           !> util.c
1892 ____________________________________________________________________________
1893 [  8790] By: jhi                                   on 2001/02/13  14:06:15
1894         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
1895              noticed by Chris Nandor in MacOS Classic.
1896      Branch: perl
1897            ! util.c
1898 ____________________________________________________________________________
1899 [  8789] By: jhi                                   on 2001/02/13  13:58:07
1900         Log: Integrate changes #8373,8487,8544,8783 from mainline.
1901              
1902              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
1903              hints files, the dynaloading, assimilate ebcdic into util.c.
1904      Branch: maint-5.6/perl
1905            - ebcdic.c
1906            ! MANIFEST hints/posix-bc.sh
1907           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
1908           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
1909           !> perlapi.c proto.h util.c
1910 ____________________________________________________________________________
1911 [  8788] By: alanbur                               on 2001/02/13  10:33:13
1912         Log: Integrated changes from maint-5.6
1913      Branch: maint-5.6/pureperl
1914           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
1915           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
1916           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1917           !> vos/config.ga.h vos/configure_perl.cm
1918 ____________________________________________________________________________
1919 [  8787] By: jhi                                   on 2001/02/13  05:56:36
1920         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
1921      Branch: perl
1922           !> Makefile.SH
1923 ____________________________________________________________________________
1924 [  8786] By: jhi                                   on 2001/02/13  05:54:34
1925         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
1926              From: Dorner Thomas <Thomas.Dorner@start.de>
1927              Date: Mon, 12 Feb 2001 15:06:26 +0100
1928              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
1929      Branch: maint-5.6/perl
1930            ! Makefile.SH
1931 ____________________________________________________________________________
1932 [  8785] By: jhi                                   on 2001/02/13  05:29:04
1933         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
1934      Branch: perl
1935           !> hints/openbsd.sh
1936 ____________________________________________________________________________
1937 [  8784] By: jhi                                   on 2001/02/13  02:25:24
1938         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
1939              From: Peter Prymmer <pvhp@forte.com>
1940              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
1941              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
1942      Branch: perl
1943            ! pod/perlclib.pod
1944 ____________________________________________________________________________
1945 [  8783] By: jhi                                   on 2001/02/13  02:22:36
1946         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
1947      Branch: perl
1948            - ebcdic.c
1949            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
1950            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
1951            ! util.c
1952 ____________________________________________________________________________
1953 [  8782] By: jhi                                   on 2001/02/13  02:00:07
1954         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
1955      Branch: maint-5.6/perl
1956            ! pod/perlport.pod
1957 ____________________________________________________________________________
1958 [  8781] By: jhi                                   on 2001/02/13  01:58:44
1959         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
1960      Branch: maint-5.6/perl
1961            ! hints/openbsd.sh
1962 ____________________________________________________________________________
1963 [  8780] By: jhi                                   on 2001/02/13  01:57:33
1964         Log: Synchronize the regexp tests between maintperl and mainline.
1965      Branch: maint-5.6/perl
1966           !> t/op/re_tests
1967 ____________________________________________________________________________
1968 [  8779] By: jhi                                   on 2001/02/13  01:49:35
1969         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
1970              From: Hugo <hv@crypt.compulink.co.uk>
1971              Date: Tue, 13 Feb 2001 00:11:11 +0000
1972              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
1973      Branch: perl
1974            ! regcomp.c t/op/re_tests
1975 ____________________________________________________________________________
1976 [  8778] By: jhi                                   on 2001/02/13  00:23:10
1977         Log: Comments do not nest.
1978      Branch: perl
1979            ! perl.h
1980 ____________________________________________________________________________
1981 [  8777] By: jhi                                   on 2001/02/13  00:17:54
1982         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
1983              From: Hugo <hv@crypt.compulink.co.uk>
1984              Date: Tue, 13 Feb 2001 00:11:11 +0000
1985              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
1986      Branch: maint-5.6/perl
1987            ! regcomp.c t/op/re_tests
1988 ____________________________________________________________________________
1989 [  8776] By: jhi                                   on 2001/02/12  23:25:52
1990         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
1991      Branch: maint-5.6/perl
1992            ! pod/perlport.pod
1993 ____________________________________________________________________________
1994 [  8775] By: jhi                                   on 2001/02/12  23:04:28
1995         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
1996      Branch: maint-5.6/perl
1997            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
1998            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
1999            ! vos/configure_perl.cm
2000 ____________________________________________________________________________
2001 [  8774] By: jhi                                   on 2001/02/12  22:59:11
2002         Log: Subject: Re: [patch] context for 'U' magic functions
2003              From: Doug MacEachern <dougm@covalent.net>
2004              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
2005              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
2006              
2007              plus the suggestion by Nick Ing-Simmons to name the macro
2008              as PERL_MG_UFUNC to avoid namespace pollution, plus add
2009              the advice by Doug for XS writers to perl.h
2010      Branch: perl
2011            ! mg.c perl.h
2012 ____________________________________________________________________________
2013 [  8773] By: jhi                                   on 2001/02/11  20:14:12
2014         Log: Update Changes.
2015      Branch: perl
2016            ! Changes patchlevel.h
2017 ____________________________________________________________________________
2018 [  8772] By: jhi                                   on 2001/02/11  18:47:52
2019         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
2020              From: Simon Cozens <simon@cozens.net>
2021              Date: Wed, 31 Jan 2001 16:31:43 +0000
2022              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
2023      Branch: perl
2024            + pod/perlclib.pod
2025            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
2026            ! pod/perltoc.pod
2027 ____________________________________________________________________________
2028 [  8771] By: jhi                                   on 2001/02/11  18:36:48
2029         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
2030              
2031              Blocks-4d3.beta.txt
2032              CaseFolding-3d4.beta.txt
2033              CompositionExclusions-3d6.beta.txt
2034              EastAsianWidth-4d4.beta.txt
2035              LineBreak-6d3.beta.txt
2036              NamesList-3.1.0d1.beta.txt
2037              PropList-3.1.0d4.beta.txt
2038              SpecialCasing-4d1.beta.txt
2039              UnicodeData-3.1.0d6.beta.txt
2040      Branch: perl
2041            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
2042           +> lib/unicode/UCD.html lib/unicode/Unicode.html
2043            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
2044            - lib/unicode/Unicode.301
2045            ! (edit 257 files)
2046 ____________________________________________________________________________
2047 [  8770] By: jhi                                   on 2001/02/11  17:26:22
2048         Log: UTF-8 documentation.
2049      Branch: perl
2050            ! utf8.h
2051 ____________________________________________________________________________
2052 [  8769] By: jhi                                   on 2001/02/11  17:12:49
2053         Log: Retract #8762.
2054      Branch: perl
2055            ! regexec.c
2056 ____________________________________________________________________________
2057 [  8768] By: jhi                                   on 2001/02/11  16:54:45
2058         Log: Subject: [PATCH] Test::Harness
2059              From: andreas.koenig@anima.de (Andreas J. Koenig)
2060              Date: 11 Feb 2001 14:37:00 +0100
2061              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
2062      Branch: perl
2063            ! lib/Test/Harness.pm
2064 ____________________________________________________________________________
2065 [  8767] By: jhi                                   on 2001/02/11  16:53:52
2066         Log: Subject: [PATCH] Document makepatch in Porting/patching
2067              From: andreas.koenig@anima.de (Andreas J. Koenig)
2068              Date: 11 Feb 2001 16:46:28 +0100
2069              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
2070      Branch: perl
2071            ! Porting/patching.pod
2072 ____________________________________________________________________________
2073 [  8766] By: jhi                                   on 2001/02/11  06:30:23
2074         Log: Subject: Re: [patch] GvSHARED
2075              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
2076              From: Doug MacEachern <dougm@covalent.net>
2077              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
2078              
2079              Subject: Re: [patch] GvSHARED
2080              From: Doug MacEachern <dougm@covalent.net>
2081              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
2082              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
2083              
2084              Subject: [patch] attributes.pm support for `shared'
2085              From: Doug MacEachern <dougm@covalent.net>
2086              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
2087              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
2088              
2089              our() attributes were ignored, our :shared pieces missing,
2090              allow attributes.pm to turn on shared.
2091      Branch: perl
2092            ! op.c t/op/attrs.t toke.c xsutils.c
2093 ____________________________________________________________________________
2094 [  8765] By: alanbur                               on 2001/02/10  23:11:19
2095         Log: Resync with parent (hopefully sucessfully this time)
2096      Branch: maint-5.6/pureperl
2097           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
2098           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
2099           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
2100           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
2101           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
2102           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
2103           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
2104 ____________________________________________________________________________
2105 [  8764] By: jhi                                   on 2001/02/10  22:54:38
2106         Log: Make TEST and UTEST more verbose in case something goes
2107              wrong in running/compiling a script, suggested by Doug
2108              MacEachern.
2109      Branch: perl
2110            ! t/TEST t/UTEST
2111 ____________________________________________________________________________
2112 [  8763] By: jhi                                   on 2001/02/10  22:11:34
2113         Log: Bogus shebang.
2114      Branch: perl
2115            ! t/lib/texttabs.t
2116 ____________________________________________________________________________
2117 [  8762] By: jhi                                   on 2001/02/10  21:56:02
2118         Log: (Retracted by #8769)
2119      Branch: perl
2120            ! regexec.c
2121 ____________________________________________________________________________
2122 [  8761] By: jhi                                   on 2001/02/10  21:26:15
2123         Log: Subject: Re: [patch] GvSHARED 
2124              From: Doug MacEachern <dougm@covalent.net>
2125              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
2126              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
2127              
2128              our @EXPORT : shared = (...);
2129      Branch: perl
2130            ! toke.c
2131 ____________________________________________________________________________
2132 [  8760] By: jhi                                   on 2001/02/10  21:25:07
2133         Log: Subject: [patch] GvSHARED
2134              From: Doug MacEachern <dougm@covalent.net>
2135              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
2136              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
2137      Branch: perl
2138            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
2139 ____________________________________________________________________________
2140 [  8759] By: alanbur                               on 2001/02/10  21:24:27
2141         Log: Backed out mismerge.
2142      Branch: maint-5.6/pureperl
2143            ! MANIFEST README.hpux README.vmesa gv.c installhtml
2144            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
2145            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
2146            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
2147            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
2148            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
2149            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
2150 ____________________________________________________________________________
2151 [  8758] By: jhi                                   on 2001/02/10  18:01:17
2152         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
2153              
2154              Fixed UMRs and leak in Perl_pmtrans()
2155              
2156              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
2157              associated UTFied tr/// code.  Also fixed scoping leak of
2158              PL_reg_start_tmp.
2159              
2160              newATTRSUB leaks when an attempt to redefine the active sort sub is
2161              made.
2162      Branch: maint-5.6/perl
2163           !> op.c regcomp.c
2164 ____________________________________________________________________________
2165 [  8757] By: alanbur                               on 2001/02/10  17:56:46
2166         Log: Resynchronised with parent
2167      Branch: maint-5.6/pureperl
2168           +> README.bs2000
2169            - README.posix-bc
2170            ! gv.c perl.c sv.c
2171           !> MANIFEST README.hpux README.vmesa installhtml
2172           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
2173           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
2174           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
2175           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
2176           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
2177           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
2178 ____________________________________________________________________________
2179 [  8756] By: alanbur                               on 2001/02/10  17:51:15
2180         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
2181              made.
2182      Branch: maint-5.6/pureperl
2183            ! op.c
2184 ____________________________________________________________________________
2185 [  8755] By: jhi                                   on 2001/02/09  22:41:35
2186         Log: Upgrade to CPAN 1.59_54, from Andreas König.
2187      Branch: perl
2188            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2189 ____________________________________________________________________________
2190 [  8754] By: jhi                                   on 2001/02/09  22:29:20
2191         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
2192              
2193              Didn't upgrade the fill.t since it has a dependency to File::Slurp
2194              purely for debugging purposes, the actual test hasn't changed.
2195      Branch: perl
2196            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
2197            ! t/lib/textwrap.t
2198 ____________________________________________________________________________
2199 [  8753] By: jhi                                   on 2001/02/09  20:17:50
2200         Log: Integrate change #8682 from maintperl.
2201              
2202              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
2203              to work correctly.
2204      Branch: perl
2205           !> hints/irix_6.sh
2206 ____________________________________________________________________________
2207 [  8752] By: jhi                                   on 2001/02/09  20:00:46
2208         Log: Update Changes.
2209      Branch: perl
2210            ! Changes patchlevel.h
2211 ____________________________________________________________________________
2212 [  8751] By: nick                                  on 2001/02/09  19:48:37
2213         Log: Integrate mainline
2214      Branch: perlio
2215           +> README.bs2000 t/lib/cgi-esc.t
2216            - README.posix-bc
2217           !> (integrate 53 files)
2218 ____________________________________________________________________________
2219 [  8750] By: nick                                  on 2001/02/09  19:25:16
2220         Log: Subject: RE: Biannual Competition to Improve Hashing Function
2221              From: Fisher Mark <fisherm@tce.com>
2222              Date: Thu, 8 Feb 2001 10:44:00 -0500
2223              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
2224              Date: Thu, 8 Feb 2001 15:02:47 -0500
2225              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
2226      Branch: perl
2227            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
2228 ____________________________________________________________________________
2229 [  8749] By: jhi                                   on 2001/02/09  19:02:35
2230         Log: Forgotten fragment.
2231      Branch: perl
2232            ! pod/perlapi.pod
2233 ____________________________________________________________________________
2234 [  8748] By: jhi                                   on 2001/02/09  18:31:34
2235         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
2236              plus manual tweakage.
2237              
2238              Sync the perlfaq2 between mainline and maintperl.
2239      Branch: maint-5.6/perl
2240            ! pod/perlfaq2.pod
2241      Branch: perl
2242           !> pod/perlfaq2.pod
2243 ____________________________________________________________________________
2244 [  8747] By: jhi                                   on 2001/02/09  18:12:04
2245         Log: Subject: versiononly and installperl
2246              From: abigail@foad.org
2247              Date: Wed, 7 Feb 2001 22:43:12 +0100
2248              Message-ID: <20010207214312.7045.qmail@foad.org>    
2249              
2250              Add +v flag to force a normal install of the perl binary
2251              and the utilities.
2252              
2253              Subject: [PATCH] installperl
2254              From: Nicholas Clark <nick@ccl4.org>
2255              Date: Fri, 9 Feb 2001 16:28:57 +0000
2256              Message-ID: <20010209162857.B10931@plum.flirble.org>
2257              
2258              Add -A flag which also hardlinks the binary with
2259              the full architecture name.
2260      Branch: perl
2261            ! installperl
2262 ____________________________________________________________________________
2263 [  8746] By: jhi                                   on 2001/02/09  18:03:43
2264         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
2265              
2266              Subject: perlfaq2, re: perlmongers
2267              
2268              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
2269              
2270              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
2271              
2272              Subject: [ID 20010205.001] typo in perlfaq9
2273              
2274              Subject: [ID 20010208.002] unordered explanation in perlcall
2275      Branch: maint-5.6/perl
2276           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
2277           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
2278           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
2279 ____________________________________________________________________________
2280 [  8745] By: jhi                                   on 2001/02/09  17:59:09
2281         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
2282              From: abela@geneanet.org
2283              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
2284              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
2285      Branch: perl
2286            ! pod/perlcall.pod
2287 ____________________________________________________________________________
2288 [  8744] By: jhi                                   on 2001/02/09  17:48:16
2289         Log: Subject: [ID 20010205.001] typo in perlfaq9
2290              From: eserte@vran.herceg.de
2291              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
2292              Message-Id: <200102042244.XAA21926@vran.herceg.de>
2293      Branch: perl
2294            ! pod/perlfaq9.pod
2295 ____________________________________________________________________________
2296 [  8743] By: jhi                                   on 2001/02/09  17:25:12
2297         Log: Integrate change #8695 from maintperl.
2298              
2299              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
2300      Branch: perl
2301           !> thread.h
2302 ____________________________________________________________________________
2303 [  8742] By: jhi                                   on 2001/02/09  17:21:22
2304         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
2305              From: Andy Dougherty <doughera@lafayette.edu>
2306              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
2307              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
2308      Branch: perl
2309            ! embed.pl
2310 ____________________________________________________________________________
2311 [  8741] By: jhi                                   on 2001/02/09  17:05:19
2312         Log: Integrate changes #8738,8739,8740 from maintperl.
2313              
2314              Html files will be installed in a more logical and easier to
2315              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
2316              
2317              Html files will be generated with a header to make them look
2318              a little less bare.
2319              
2320              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
2321      Branch: perl
2322           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
2323 ____________________________________________________________________________
2324 [  8740] By: jhi                                   on 2001/02/09  17:03:46
2325         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
2326              From: "Brendan O'Dea" <bod@compusol.com.au>
2327              Date: Sun, 4 Feb 2001 11:17:56 +1100
2328              Message-ID: <20010204111756.A16301@compusol.com.au>
2329      Branch: maint-5.6/perl
2330            ! pod/perlfaq3.pod
2331 ____________________________________________________________________________
2332 [  8739] By: jhi                                   on 2001/02/09  17:01:59
2333         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
2334              From: "Indy Singh" <indy@nusphere.com>
2335              Date: Fri, 2 Feb 2001 15:09:59 -0500
2336              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
2337              
2338              Html files will be generated with a header to make them look
2339              a little less bare.
2340      Branch: maint-5.6/perl
2341            ! installhtml
2342 ____________________________________________________________________________
2343 [  8738] By: jhi                                   on 2001/02/09  16:58:48
2344         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
2345              From: "Indy Singh" <indy@nusphere.com>
2346              Date: Fri, 2 Feb 2001 15:08:23 -0500
2347              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
2348              
2349              Html files will be installed in a more logical and easier to
2350              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
2351      Branch: maint-5.6/perl
2352            ! win32/Makefile win32/makefile.mk
2353 ____________________________________________________________________________
2354 [  8737] By: jhi                                   on 2001/02/09  16:46:54
2355         Log: Integrate changes #8687,8736 from maintperl.
2356              
2357              HP-UX thread patches from Merijn H. Brand.
2358              
2359              Latin nit from Philip Newton.
2360      Branch: perl
2361           !> README.hpux hints/hpux.sh
2362 ____________________________________________________________________________
2363 [  8736] By: jhi                                   on 2001/02/09  16:42:31
2364         Log: Latin nit from Philip Newton.
2365      Branch: maint-5.6/perl
2366            ! README.hpux
2367 ____________________________________________________________________________
2368 [  8735] By: jhi                                   on 2001/02/09  16:24:03
2369         Log: Integrate changes #8704,8710 from pureperl.
2370              
2371              Fixed UMRs and leak in Perl_pmtrans()
2372              
2373              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
2374              associated UTFied tr/// code.  Also fixed scoping leak of
2375              PL_reg_start_tmp.
2376      Branch: perl
2377           !> op.c regcomp.c
2378 ____________________________________________________________________________
2379 [  8734] By: jhi                                   on 2001/02/09  15:40:21
2380         Log: Integrate change #8733 from maintperl.
2381              
2382              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
2383      Branch: perl
2384           !> pod/perlre.pod
2385 ____________________________________________________________________________
2386 [  8733] By: jhi                                   on 2001/02/09  15:35:47
2387         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
2388              From: Prymmer/Kahn <pvhp@best.com>
2389              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
2390              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
2391      Branch: maint-5.6/perl
2392            ! pod/perlre.pod
2393 ____________________________________________________________________________
2394 [  8732] By: jhi                                   on 2001/02/09  15:26:17
2395         Log: Rename README.posix-bc to README.bs2000 (to avoid the
2396              confusion of a "perlposix-bc.pod"), add a few missing
2397              arch pods, regen toc.
2398      Branch: maint-5.6/perl
2399           +> README.bs2000
2400            - README.posix-bc
2401            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
2402            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
2403 ____________________________________________________________________________
2404 [  8731] By: jhi                                   on 2001/02/09  15:23:39
2405         Log: De-cut-and-pasto.
2406      Branch: perl
2407            ! pod/perl.pod
2408 ____________________________________________________________________________
2409 [  8730] By: jhi                                   on 2001/02/09  15:11:13
2410         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
2411              when people think that perlposix-bc.pod tells anything about
2412              Perl and POSIX.  Regen toc.
2413      Branch: perl
2414           +> README.bs2000
2415            - README.posix-bc
2416            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
2417            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
2418 ____________________________________________________________________________
2419 [  8729] By: jhi                                   on 2001/02/09  14:52:28
2420         Log: The README.vmesa part of #8712 from maintperl.
2421      Branch: perl
2422            ! README.vmesa
2423 ____________________________________________________________________________
2424 [  8728] By: jhi                                   on 2001/02/09  14:46:06
2425         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
2426              From: Peter Prymmer <pvhp@forte.com>
2427              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
2428              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
2429      Branch: maint-5.6/perl
2430            ! README.vmesa win32/Makefile win32/makefile.mk
2431 ____________________________________________________________________________
2432 [  8727] By: jhi                                   on 2001/02/09  14:33:25
2433         Log: Integrate change #8712 from mainline.
2434              
2435              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
2436      Branch: maint-5.6/perl
2437           !> lib/Pod/Find.pm
2438 ____________________________________________________________________________
2439 [  8726] By: jhi                                   on 2001/02/09  14:30:28
2440         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
2441              From: Peter Prymmer <pvhp@forte.com>
2442              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
2443              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
2444      Branch: perl
2445            + t/lib/cgi-esc.t
2446            ! MANIFEST lib/CGI/Util.pm
2447 ____________________________________________________________________________
2448 [  8725] By: jhi                                   on 2001/02/09  04:56:47
2449         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
2450      Branch: maint-5.6/perl
2451            ! pod/perlport.pod
2452 ____________________________________________________________________________
2453 [  8724] By: jhi                                   on 2001/02/09  04:40:59
2454         Log: Integrate changes 7819,7820 from vmsperl into mainline.
2455              
2456              Add header for LIB$ prototypes (C. Berry)
2457              
2458              Convert fwrite()s to sockets to write()s, since some socket stacks
2459              don't take kindly to stdio.
2460              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
2461              (for often optional LNMs)
2462              Correct a few typos
2463              (C. Bailey)
2464      Branch: perl
2465           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
2466 ____________________________________________________________________________
2467 [  8723] By: jhi                                   on 2001/02/09  03:29:29
2468         Log: Integrate change #8722 from mainline.
2469              
2470              The Im() function wasn't returning zero for non-Math::Complex
2471              arguments.  The bug reported by John Gamble.
2472      Branch: maint-5.6/perl
2473           !> lib/Math/Complex.pm
2474 ____________________________________________________________________________
2475 [  8722] By: jhi                                   on 2001/02/09  03:28:33
2476         Log: The Im() function wasn't returning zero for non-Math::Complex
2477              arguments.  The bug reported by John Gamble.
2478      Branch: perl
2479            ! lib/Math/Complex.pm
2480 ____________________________________________________________________________
2481 [  8721] By: nick                                  on 2001/02/08  22:11:35
2482         Log: Correct the correction :-(
2483      Branch: perl
2484            ! perl.c
2485 ____________________________________________________________________________
2486 [  8720] By: bailey                                on 2001/02/08  20:59:22
2487         Log: Convert frwite()s to sockets to write()s, since some socket stacks
2488              don't take kindly to stdio.
2489              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
2490              (for often optional LNMs)
2491              Correct a few typos
2492              (C. Bailey)
2493      Branch: vmsperl
2494            ! vms/vms.c vms/vmsish.h
2495 ____________________________________________________________________________
2496 [  8719] By: bailey                                on 2001/02/08  20:51:02
2497         Log: Add header for LIB$ prototypes (C. Berry)
2498      Branch: vmsperl
2499            ! ext/Devel/DProf/DProf.xs
2500 ____________________________________________________________________________
2501 [  8718] By: bailey                                on 2001/02/08  20:49:00
2502         Log: SYN SYN
2503      Branch: vmsperl
2504           +> pod/perliol.pod t/lib/sample-tests/bailout
2505           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
2506           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
2507           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
2508           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
2509           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
2510           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
2511            - lib/unicode/Is/DCinital.pl
2512           !> (integrate 101 files)
2513 ____________________________________________________________________________
2514 [  8717] By: nick                                  on 2001/02/08  19:38:48
2515         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
2516              From: Robin Barker <rmb1@cise.npl.co.uk>
2517              Date: Thu, 8 Feb 2001 14:38:07 GMT
2518              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
2519      Branch: perl
2520            ! lib/CPAN.pm
2521 ____________________________________________________________________________
2522 [  8716] By: nick                                  on 2001/02/08  19:29:07
2523         Log: Generated files form 8713 etc.
2524      Branch: perl
2525            ! embed.h global.sym objXSUB.h perlapi.c proto.h
2526 ____________________________________________________________________________
2527 [  8715] By: nick                                  on 2001/02/08  19:26:08
2528         Log: Fixup non-ithread build after 8713
2529      Branch: perl
2530            ! perl.c
2531 ____________________________________________________________________________
2532 [  8714] By: nick                                  on 2001/02/08  19:17:45
2533         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
2534              From: nick@ccl4.org
2535              Date: Wed, 7 Feb 2001 00:27:47 +0000
2536              Message-Id: <20010207002747.B63724@plum.flirble.org>
2537      Branch: perl
2538            ! sv.c toke.c
2539 ____________________________________________________________________________
2540 [  8713] By: nick                                  on 2001/02/08  19:15:58
2541         Log: Subject: Re: [patch] Re: PL_ptr_table
2542              From: Doug Maceachern <dougm@covalent.net>
2543              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
2544              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
2545      Branch: perl
2546            ! embed.pl perl.c sv.c sv.h
2547 ____________________________________________________________________________
2548 [  8712] By: nick                                  on 2001/02/08  19:12:47
2549         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
2550              From: Peter Prymmer <pvhp@forte.com>
2551              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
2552              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
2553      Branch: perl
2554            ! lib/Pod/Find.pm
2555 ____________________________________________________________________________
2556 [  8711] By: nick                                  on 2001/02/07  21:06:11
2557         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
2558              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
2559              From: Alan Burlison <Alan.Burlison@uk.sun.com>
2560              Date: Tue, 06 Feb 2001 23:37:01 +0000
2561              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
2562      Branch: perl
2563            ! regcomp.c
2564 ____________________________________________________________________________
2565 [  8710] By: alanbur                               on 2001/02/07  00:22:04
2566         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
2567              associated UTFied tr/// code.  Also fixed scoping leak of
2568              PL_reg_start_tmp.
2569      Branch: maint-5.6/pureperl
2570            ! op.c regcomp.c
2571 ____________________________________________________________________________
2572 [  8709] By: nick                                  on 2001/02/06  21:16:49
2573         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
2574              From: Michael G Schwern <schwern@pobox.com>
2575              Date: Sun, 4 Feb 2001 19:47:14 -0500
2576              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
2577      Branch: perl
2578            ! pod/perlapi.pod pod/perlmodlib.PL
2579 ____________________________________________________________________________
2580 [  8708] By: nick                                  on 2001/02/06  20:41:20
2581         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
2582              From: Michael G Schwern <schwern@pobox.com>
2583              Date: Sun, 4 Feb 2001 21:17:49 -0500
2584              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
2585      Branch: perl
2586            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
2587            ! pod/perltootc.pod
2588 ____________________________________________________________________________
2589 [  8707] By: nick                                  on 2001/02/06  20:29:11
2590         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
2591              From: Michael G Schwern <schwern@pobox.com>
2592              Date: Tue, 6 Feb 2001 05:54:30 -0500
2593              Message-Id: <20010206055430.A951@blackrider.aocn.com>
2594      Branch: perl
2595            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
2596 ____________________________________________________________________________
2597 [  8706] By: nick                                  on 2001/02/06  20:21:40
2598         Log: Subject: RE: some win32 fixes
2599              Date: Tue, 6 Feb 2001 09:23:20 +0300
2600              From: Vadim Konovalov <vkonovalov@lucent.com>
2601              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
2602      Branch: perl
2603            ! toke.c win32/Makefile win32/config.bc win32/config.gc
2604            ! win32/config.vc win32/config_H.bc win32/makefile.mk
2605 ____________________________________________________________________________
2606 [  8705] By: alanbur                               on 2001/02/06  15:00:03
2607         Log: Synchronised with parent
2608      Branch: maint-5.6/pureperl
2609            ! regexec.c
2610           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
2611           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
2612 ____________________________________________________________________________
2613 [  8704] By: alanbur                               on 2001/02/06  14:55:24
2614         Log: Fixed UMRs and leak in Perl_pmtrans()
2615      Branch: maint-5.6/pureperl
2616            ! op.c
2617 ____________________________________________________________________________
2618 [  8703] By: gsar                                  on 2001/02/06  02:29:37
2619         Log: $(MAKE) distclean doesn't clean up properly on windows
2620      Branch: maint-5.6/perl
2621            ! win32/Makefile win32/makefile.mk
2622 ____________________________________________________________________________
2623 [  8702] By: gsar                                  on 2001/02/06  01:00:46
2624         Log: tweak change#8659 to keep it simple
2625      Branch: maint-5.6/perl
2626            ! utils/perldoc.PL
2627 ____________________________________________________________________________
2628 [  8701] By: gsar                                  on 2001/02/05  22:45:41
2629         Log: change#8693 was missing testsuite changes
2630      Branch: maint-5.6/perl
2631           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
2632 ____________________________________________________________________________
2633 [  8700] By: nick                                  on 2001/02/05  20:32:52
2634         Log: Integrate mainline
2635      Branch: perlio
2636           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
2637           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
2638           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
2639           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
2640           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
2641           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
2642           +> t/lib/test-harness.t
2643           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
2644           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
2645           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
2646           !> pod/perlutil.pod t/TEST utils/h2xs.PL
2647 ____________________________________________________________________________
2648 [  8699] By: nick                                  on 2001/02/05  19:41:07
2649         Log: Subject: perlfaq2, re: perlmongers
2650              From: David H. Adler <dha@panix.com>
2651              Date: Sun, 4 Feb 2001 23:48:23 -0500
2652              Message-Id: <20010204234823.A13429@panix.com>
2653      Branch: perl
2654            ! pod/perlfaq2.pod
2655 ____________________________________________________________________________
2656 [  8698] By: nick                                  on 2001/02/05  19:39:31
2657         Log: Missed file f#rom the testharness mess.
2658      Branch: perl
2659            + t/lib/test-harness.t
2660 ____________________________________________________________________________
2661 [  8697] By: nick                                  on 2001/02/05  19:37:21
2662         Log: Subject: [DOC PATCH] overload.pm nits
2663              From: John Tobey <jtobey@john-edwin-tobey.org>
2664              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
2665              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
2666      Branch: perl
2667            ! lib/overload.pm
2668 ____________________________________________________________________________
2669 [  8696] By: alanbur                               on 2001/02/05  11:56:00
2670         Log: Sync with parent
2671      Branch: maint-5.6/pureperl
2672           !> thread.h
2673 ____________________________________________________________________________
2674 [  8695] By: gsar                                  on 2001/02/05  03:27:34
2675         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
2676      Branch: maint-5.6/perl
2677            ! thread.h
2678 ____________________________________________________________________________
2679 [  8694] By: alanbur                               on 2001/02/05  00:07:47
2680         Log: Initial branch creation from //depot/maint-5.6/perl
2681      Branch: maint-5.6/pureperl
2682           +> (branch 1719 files)
2683 ____________________________________________________________________________
2684 [  8693] By: gsar                                  on 2001/02/04  22:38:49
2685         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
2686              changes)
2687      Branch: maint-5.6/perl
2688           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
2689           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
2690           !> ext/DB_File/version.c
2691 ____________________________________________________________________________
2692 [  8692] By: nick                                  on 2001/02/04  18:15:57
2693         Log: The missed t/TEST part of the grand testharness upgrade.
2694      Branch: perl
2695            ! t/TEST
2696 ____________________________________________________________________________
2697 [  8691] By: nick                                  on 2001/02/04  18:05:17
2698         Log: New improved test harness
2699              Subject: Re: [PATCH Test::Harness] Third time's a charm?
2700              From: Michael G Schwern <schwern@pobox.com>
2701              Date: Sun, 4 Feb 2001 08:01:20 -0500
2702              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
2703      Branch: perl
2704            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
2705            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
2706            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
2707            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
2708            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
2709            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
2710            ! MANIFEST lib/Test/Harness.pm
2711 ____________________________________________________________________________
2712 [  8690] By: nick                                  on 2001/02/04  17:57:51
2713         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
2714              From: Jonathan Stowe <gellyfish@gellyfish.com>
2715              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
2716              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
2717      Branch: perl
2718            ! utils/h2xs.PL
2719 ____________________________________________________________________________
2720 [  8689] By: nick                                  on 2001/02/04  17:55:24
2721         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
2722              From: Michael G Schwern <schwern@pobox.com>
2723              Date: Sat, 3 Feb 2001 22:46:38 -0500
2724              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
2725      Branch: perl
2726            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
2727            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
2728 ____________________________________________________________________________
2729 [  8688] By: nick                                  on 2001/02/04  17:43:55
2730         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
2731              length byfailing to spot lack of closing )
2732              From: nick@talking.bollo.cx
2733              Date: Sat, 03 Feb 2001 23:53:16 +0000
2734              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
2735      Branch: perl
2736            ! perlio.c pod/perldiag.pod
2737 ____________________________________________________________________________
2738 [  8687] By: jhi                                   on 2001/02/03  17:11:42
2739         Log: HP-UX thread patches from Merijn H. Brand.
2740      Branch: maint-5.6/perl
2741            ! README.hpux hints/hpux.sh
2742 ____________________________________________________________________________
2743 [  8686] By: jhi                                   on 2001/02/03  16:40:12
2744         Log: Metaconfig changes for #8685.
2745      Branch: metaconfig
2746            ! U/installdirs/instubperl.U
2747      Branch: metaconfig/U/perl
2748            ! Devel.U versiononly.U
2749 ____________________________________________________________________________
2750 [  8685] By: jhi                                   on 2001/02/03  16:39:49
2751         Log: For -Dusedevel builds turn off installusrbinperl and turn on
2752              versiononly, a combined idea of Richard Soderberg and Merijn
2753              H. Brand.  You can still override both of these from the command
2754              line if you need to, -Dinstallusrbinperl and -Uversiononly.
2755      Branch: perl
2756            ! Configure
2757 ____________________________________________________________________________
2758 [  8684] By: jhi                                   on 2001/02/03  16:16:34
2759         Log: Metaconfig unit fix for #8683.
2760      Branch: metaconfig
2761            ! U/compline/nblock_io.U
2762 ____________________________________________________________________________
2763 [  8683] By: jhi                                   on 2001/02/03  16:16:12
2764         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
2765              reported by Peter Prymmer for 5.6-TRIAL1.
2766      Branch: perl
2767            ! Configure
2768 ____________________________________________________________________________
2769 [  8682] By: jhi                                   on 2001/02/03  05:52:11
2770         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
2771              to work correctly.
2772      Branch: maint-5.6/perl
2773            ! hints/irix_6.sh
2774 ____________________________________________________________________________
2775 [  8681] By: jhi                                   on 2001/02/03  05:47:33
2776         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
2777      Branch: maint-5.6/perl
2778            ! pod/perlport.pod
2779 ____________________________________________________________________________
2780 [  8680] By: jhi                                   on 2001/02/02  21:39:49
2781         Log: perlport update from Peter Prymmer.
2782      Branch: maint-5.6/perl
2783            ! pod/perlport.pod
2784 ____________________________________________________________________________
2785 [  8679] By: nick                                  on 2001/02/02  20:50:48
2786         Log: Integrate mainline
2787      Branch: perlio
2788           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
2789           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
2790           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
2791 ____________________________________________________________________________
2792 [  8678] By: gsar                                  on 2001/02/02  16:02:12
2793         Log: note about bincompat, slightly modified (from Lupe Christoph)
2794      Branch: maint-5.6/perl
2795            ! README.solaris
2796 ____________________________________________________________________________
2797 [  8677] By: jhi                                   on 2001/02/02  15:46:20
2798         Log: Supported platforms updates.
2799      Branch: maint-5.6/perl
2800            ! pod/perlport.pod
2801 ____________________________________________________________________________
2802 [  8676] By: jhi                                   on 2001/02/02  03:41:26
2803         Log: A couple more perlfaq2 tweaks.
2804      Branch: maint-5.6/perl
2805            ! pod/perlfaq2.pod
2806 ____________________________________________________________________________
2807 [  8675] By: jhi                                   on 2001/02/02  03:17:44
2808         Log: Misedit in #8661.
2809      Branch: maint-5.6/perl
2810            ! Configure
2811 ____________________________________________________________________________
2812 [  8674] By: jhi                                   on 2001/02/02  03:14:38
2813         Log: Damien again.
2814      Branch: maint-5.6/perl
2815            ! pod/perlfaq2.pod
2816 ____________________________________________________________________________
2817 [  8673] By: jhi                                   on 2001/02/02  03:12:40
2818         Log: perlfaq update from Elaine Ashton.
2819      Branch: maint-5.6/perl
2820            ! pod/perlfaq2.pod
2821 ____________________________________________________________________________
2822 [  8672] By: jhi                                   on 2001/02/02  03:07:08
2823         Log: UTF-8 s/// patch from Inaba Hiroto.
2824      Branch: maint-5.6/perl
2825            ! pp_ctl.c pp_hot.c
2826 ____________________________________________________________________________
2827 [  8671] By: jhi                                   on 2001/02/01  22:34:31
2828         Log: Update Changes.
2829      Branch: perl
2830            ! Changes patchlevel.h
2831 ____________________________________________________________________________
2832 [  8670] By: jhi                                   on 2001/02/01  22:15:29
2833         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
2834              from maintperl.
2835              
2836              Upgrade to Getopt::Long 2.25, from Johan Vromans.
2837              
2838              more files need to be writable in the source distribution
2839              
2840              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
2841              
2842              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
2843              
2844              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
2845              
2846              Allow the float to be fuzzier.
2847              
2848              need to use INT2PTR instead of a straight cast or ia64 fails
2849              
2850              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
2851              
2852              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
2853      Branch: perl
2854           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
2855           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
2856           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
2857 ____________________________________________________________________________
2858 [  8669] By: jhi                                   on 2001/02/01  21:57:02
2859         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
2860              From: Robin Barker <rmb1@cise.npl.co.uk>
2861              Date: Thu, 1 Feb 2001 16:59:05 GMT
2862              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
2863      Branch: maint-5.6/perl
2864            ! pod/perlmodlib.PL
2865 ____________________________________________________________________________
2866 [  8668] By: nick                                  on 2001/02/01  19:41:40
2867         Log: Integrate mainline
2868      Branch: perlio
2869           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
2870           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
2871           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
2872 ____________________________________________________________________________
2873 [  8667] By: gsar                                  on 2001/02/01  16:59:11
2874         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
2875      Branch: maint-5.6/perl
2876            ! embed.pl embedvar.h
2877 ____________________________________________________________________________
2878 [  8666] By: gsar                                  on 2001/02/01  16:34:51
2879         Log: add missing entries to win32/config.?c
2880      Branch: maint-5.6/perl
2881            ! win32/config.bc win32/config.gc win32/config.vc
2882            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2883 ____________________________________________________________________________
2884 [  8665] By: jhi                                   on 2001/02/01  14:58:51
2885         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
2886              From: "Stephen P. Potter" <spp@spotter.yi.org>
2887              Date: Thu, 01 Feb 2001 10:45:46 -0500
2888              Message-Id: <200102011545.KAA31479@spotter.yi.org>
2889      Branch: maint-5.6/perl
2890            ! pod/perlfunc.pod
2891 ____________________________________________________________________________
2892 [  8664] By: gsar                                  on 2001/02/01  14:52:37
2893         Log: need to use INT2PTR instead of a straight cast or ia64 fails
2894              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
2895      Branch: maint-5.6/perl
2896            ! ext/POSIX/POSIX.xs
2897 ____________________________________________________________________________
2898 [  8663] By: jhi                                   on 2001/02/01  14:09:13
2899         Log: Allow the float to be fuzzier.
2900      Branch: maint-5.6/perl
2901            ! t/lib/peek.t
2902 ____________________________________________________________________________
2903 [  8662] By: jhi                                   on 2001/02/01  13:59:00
2904         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
2905              From: Robin Barker <rmb1@cise.npl.co.uk>
2906              Date: Thu, 1 Feb 2001 13:05:39 GMT
2907              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
2908      Branch: maint-5.6/perl
2909            ! pod/perlmodlib.pod
2910 ____________________________________________________________________________
2911 [  8661] By: jhi                                   on 2001/02/01  13:57:38
2912         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
2913              Date: Thu, 01 Feb 2001 14:15:41 +0100
2914              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2915              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
2916              
2917              Have the $ccflags in the gcc version test (strange, this change
2918              is claimed to be have been integrated already)
2919      Branch: maint-5.6/perl
2920            ! Configure
2921 ____________________________________________________________________________
2922 [  8660] By: jhi                                   on 2001/02/01  13:44:10
2923         Log: Integrate changes #7950,7964,7962 from mainline.
2924              
2925              Find the stdchar signedness using cpp, should fix some of
2926              the Solaris compiler warnings reported by Alan Burlison.
2927      Branch: maint-5.6/perl
2928           !> Configure config_h.SH
2929 ____________________________________________________________________________
2930 [  8659] By: jhi                                   on 2001/02/01  05:35:32
2931         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
2932              From: Jan Dubois <JanD@ActiveState.com>
2933              Date: Wed, 31 Jan 2001 21:17:03 -0800
2934              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
2935      Branch: maint-5.6/perl
2936            ! utils/perldoc.PL
2937 ____________________________________________________________________________
2938 [  8658] By: jhi                                   on 2001/02/01  04:33:17
2939         Log: Integrate the README.os390 and README.posix-bc parts of mainline
2940              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
2941              installperl parts were taken care of by #8657.)
2942      Branch: maint-5.6/perl
2943           !> README.os390 README.posix-bc
2944 ____________________________________________________________________________
2945 [  8657] By: jhi                                   on 2001/02/01  04:29:21
2946         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
2947              From: Peter Prymmer <pvhp@forte.com>
2948              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
2949              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
2950      Branch: maint-5.6/perl
2951            + ext/DynaLoader/dl_dllload.xs
2952            ! MANIFEST Makefile.SH hints/os390.sh installperl
2953 ____________________________________________________________________________
2954 [  8656] By: jhi                                   on 2001/02/01  04:25:45
2955         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
2956              From: Peter Prymmer <pvhp@forte.com>
2957              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
2958              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
2959      Branch: maint-5.6/perl
2960            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
2961 ____________________________________________________________________________
2962 [  8655] By: jhi                                   on 2001/02/01  04:14:47
2963         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
2964              From: troc@netrus.net
2965              Date: Wed, 31 Jan 2001 22:31:26 -0500
2966              Message-Id: <200102010331.WAA117.85@rocco.homenet>
2967      Branch: maint-5.6/perl
2968            ! os2/os2.c
2969 ____________________________________________________________________________
2970 [  8654] By: jhi                                   on 2001/02/01  04:12:52
2971         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
2972              as reported by Alan Burlison.
2973      Branch: maint-5.6/perl
2974            ! pp.h
2975 ____________________________________________________________________________
2976 [  8653] By: jhi                                   on 2001/02/01  04:05:12
2977         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
2978              From: dsugalski@northernlight.com
2979              Date: Wed, 31 Jan 2001 18:54:11 -0500
2980              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
2981      Branch: maint-5.6/perl
2982            ! configure.com
2983 ____________________________________________________________________________
2984 [  8652] By: jhi                                   on 2001/02/01  04:03:11
2985         Log: Misplaced #endif.
2986              
2987              Subject: [perl-5-6-1-trial2] patches for EPOC
2988              From: Olaf Flebbe <O.Flebbe@science-computing.de>
2989              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
2990              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
2991      Branch: maint-5.6/perl
2992            ! epoc/epocish.c
2993 ____________________________________________________________________________
2994 [  8651] By: jhi                                   on 2001/02/01  04:00:25
2995         Log: Integrate changes #8647,8648,8650 from mainline.
2996              
2997              Macrofy a magic UTF-8 test.
2998              
2999              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
3000              
3001              Watch out for cross compiling for EPOC (usually done on linux).
3002      Branch: maint-5.6/perl
3003           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
3004 ____________________________________________________________________________
3005 [  8650] By: jhi                                   on 2001/02/01  03:56:20
3006         Log: Watch out for cross compiling for EPOC (usually done on linux)
3007              
3008              Subject: [perl-5-6-1-trial2] patches for EPOC
3009              From: Olaf Flebbe <O.Flebbe@science-computing.de>
3010              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
3011              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
3012      Branch: perl
3013            ! ext/Errno/Errno_pm.PL
3014 ____________________________________________________________________________
3015 [  8649] By: gsar                                  on 2001/02/01  00:46:00
3016         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
3017      Branch: maint-5.6/perl
3018            ! sv.c
3019 ____________________________________________________________________________
3020 [  8648] By: jhi                                   on 2001/01/31  23:35:36
3021         Log: All the uses of PL_numeric_radix must be protected by
3022              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
3023              
3024              Subject: [perl-5-6-1-trial2] patches for EPOC
3025              From: Olaf Flebbe <O.Flebbe@science-computing.de>
3026              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
3027              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
3028      Branch: perl
3029            ! sv.c
3030 ____________________________________________________________________________
3031 [  8647] By: jhi                                   on 2001/01/31  22:56:16
3032         Log: Macrofy a magic UTF-8 test.
3033      Branch: perl
3034            ! utf8.c utf8.h
3035 ____________________________________________________________________________
3036 [  8646] By: gsar                                  on 2001/01/31  15:55:12
3037         Log: update Changes
3038      Branch: maint-5.6/perl
3039            ! Changes
3040 ____________________________________________________________________________
3041 [  8645] By: gsar                                  on 2001/01/31  15:10:14
3042         Log: Configure tweak suggested by Peter Prymmer
3043      Branch: maint-5.6/perl
3044            ! Configure
3045 ____________________________________________________________________________
3046 [  8644] By: gsar                                  on 2001/01/31  15:06:32
3047         Log: more files need to be writable in the source distribution
3048      Branch: maint-5.6/perl
3049            ! Porting/makerel
3050 ____________________________________________________________________________
3051 [  8643] By: jhi                                   on 2001/01/31  14:59:46
3052         Log: Integrate changes #8258,8278,8279 from mainline.
3053              
3054              Make the large file tests more robust/talkative.
3055      Branch: maint-5.6/perl
3056           !> t/lib/syslfs.t t/op/lfs.t
3057 ____________________________________________________________________________
3058 [  8642] By: gsar                                  on 2001/01/31  14:53:48
3059         Log: integrate changes#8311,8334 from mainline
3060              
3061              Add a new MakeMaker variable PM_FILTER that defines a Unix
3062              filter to be run on each .pm during the pm_to_blib() phase,
3063              a fixed version of
3064              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
3065              
3066              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
3067              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
3068              accurate reading of the "atime".  
3069      Branch: maint-5.6/perl
3070           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
3071           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
3072           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
3073 ____________________________________________________________________________
3074 [  8641] By: jhi                                   on 2001/01/31  14:46:37
3075         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
3076      Branch: maint-5.6/perl
3077            ! lib/Getopt/Long.pm
3078 ____________________________________________________________________________
3079 [  8640] By: gsar                                  on 2001/01/31  14:40:24
3080         Log: make regen_all
3081      Branch: maint-5.6/perl
3082            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
3083 ____________________________________________________________________________
3084 [  8639] By: gsar                                  on 2001/01/31  14:37:25
3085         Log: refresh windows config files
3086      Branch: maint-5.6/perl
3087            ! win32/Makefile win32/config_H.bc win32/config_H.gc
3088            ! win32/config_H.vc win32/makefile.mk
3089 ____________________________________________________________________________
3090 [  8638] By: gsar                                  on 2001/01/31  14:28:10
3091         Log: makefile tweaks for windows: introduce a bulk-switch to enable
3092              same options as ActivePerl; sync changes with makefile.mk
3093      Branch: maint-5.6/perl
3094            ! win32/Makefile win32/makefile.mk
3095 ____________________________________________________________________________
3096 [  8637] By: jhi                                   on 2001/01/31  04:41:30
3097         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
3098              From: Nicholas Clark <nick@ccl4.org>
3099              Date: Tue, 30 Jan 2001 19:51:05 +0000
3100              Message-ID: <20010130195105.R76607@plum.flirble.org> 
3101              
3102              op/inc cure.
3103      Branch: perl
3104            ! pp.c pp.h pp_hot.c t/op/arith.t
3105 ____________________________________________________________________________
3106 [  8636] By: jhi                                   on 2001/01/31  02:38:32
3107         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
3108              no perlio],8257,8380,8479,8515 from mainline.
3109              
3110              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
3111              
3112              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
3113              Subject: [PATCH perl@8133] fix-up for VMS extensions
3114              
3115              In VMS embedded perls couldn't access the statically built Socket.
3116              
3117              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
3118              
3119              Further VMS piping fixes from Charles Lane.
3120              
3121              Subject:  [PATCH] make t/op/misc.t work on VMS
3122              
3123              Add tracing for debugging extensions builds in VMS.
3124              
3125              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
3126      Branch: maint-5.6/perl
3127           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
3128           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
3129           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
3130 ____________________________________________________________________________
3131 [  8635] By: jhi                                   on 2001/01/31  01:46:41
3132         Log: Integrate change #7732 from mainline.
3133              
3134              Sparc 64-bit pack() fix from Jens Hamisch.
3135      Branch: maint-5.6/perl
3136           !> pp.c
3137 ____________________________________________________________________________
3138 [  8634] By: jhi                                   on 2001/01/31  01:41:16
3139         Log: One spot missing from #8626.
3140      Branch: maint-5.6/perl
3141            ! sv.c
3142 ____________________________________________________________________________
3143 [  8633] By: jhi                                   on 2001/01/31  00:49:17
3144         Log: Integrate change #7495 from mainline.
3145              
3146              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
3147      Branch: maint-5.6/perl
3148           !> MANIFEST ext/re/Makefile.PL
3149 ____________________________________________________________________________
3150 [  8632] By: jhi                                   on 2001/01/30  23:38:49
3151         Log: Integrate change #8396 from mainline.
3152              
3153              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
3154              better multicast support (resend)
3155      Branch: maint-5.6/perl
3156           !> ext/Socket/Socket.pm
3157 ____________________________________________________________________________
3158 [  8631] By: jhi                                   on 2001/01/30  23:28:03
3159         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
3160              
3161              More AIX lore. (7514, ext/re/hints/aix.pl)
3162              
3163              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
3164              
3165              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)
3166              
3167              Subject: [ID 20001214.002] Net::Ping patch
3168              
3169              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
3170              
3171              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
3172              
3173              Add ReuseAddr as a (preferred) alias for Reuse as we now
3174              also have ReusePort.
3175              
3176              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
3177      Branch: maint-5.6/perl
3178           +> ext/re/hints/aix.pl
3179           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
3180           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
3181 ____________________________________________________________________________
3182 [  8630] By: jhi                                   on 2001/01/30  23:03:59
3183         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
3184              
3185              read() documentation tweak for 20001121.004.
3186              
3187              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
3188      Branch: maint-5.6/perl
3189           !> pod/perlfunc.pod pod/perlre.pod
3190 ____________________________________________________________________________
3191 [  8629] By: jhi                                   on 2001/01/30  22:41:57
3192         Log: Integrate change #8098 from mainline.
3193              
3194              fastgetcwd is defined using a glob alias on a $^O dependent basis
3195              and there was no default assignment or perl subroutine.
3196      Branch: maint-5.6/perl
3197           !> lib/Cwd.pm
3198 ____________________________________________________________________________
3199 [  8628] By: jhi                                   on 2001/01/30  21:58:52
3200         Log: Integrate change #7866 from mainline.
3201              
3202              File::Temp 0.11.
3203      Branch: maint-5.6/perl
3204           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
3205 ____________________________________________________________________________
3206 [  8627] By: jhi                                   on 2001/01/30  21:39:44
3207         Log: Integrate changes #8075,8086,8228 from mainline.  
3208              
3209              Darwin is not Windows. (8075,8086)
3210              
3211              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
3212      Branch: maint-5.6/perl
3213           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
3214           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
3215           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
3216           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
3217 ____________________________________________________________________________
3218 [  8626] By: jhi                                   on 2001/01/30  21:22:11
3219         Log: Integrate with tweakery the change #8625 from mainline,
3220              the multibyte decimal separator fix ("fa_IR locale failure").
3221      Branch: maint-5.6/perl
3222            ! embedvar.h perlapi.h
3223           !> intrpvar.h perl.c perl.h sv.c util.c
3224 ____________________________________________________________________________
3225 [  8625] By: jhi                                   on 2001/01/30  20:26:33
3226         Log: Fix for the fa_IR locale failure.  The reason for the failure
3227              was that Perl was assuming the decimal separator aka the radix
3228              separator is one character.  The Farsi-Iranian locale crushed
3229              that bad assumption since there the separator is 'Momayyez',
3230              glyphwise looking somewhat like a slash, and in Unicode UTF-8
3231              encoded in two bytes, 0xd9 0xab.
3232      Branch: perl
3233            ! intrpvar.h perl.c perl.h sv.c util.c
3234 ____________________________________________________________________________
3235 [  8624] By: gsar                                  on 2001/01/30  20:17:03
3236         Log: regen_headers
3237      Branch: maint-5.6/perl
3238            ! Makefile.SH pod/perlintern.pod
3239 ____________________________________________________________________________
3240 [  8623] By: gsar                                  on 2001/01/30  19:42:34
3241         Log: backout change#7431 and its dependents (causes spurious rebuilds
3242              of autogenerated files)
3243              
3244              fix benign b.t failure
3245      Branch: maint-5.6/perl
3246            ! Makefile.SH t/lib/b.t
3247 ____________________________________________________________________________
3248 [  8622] By: jhi                                   on 2001/01/30  19:41:41
3249         Log: Microperl sync.
3250      Branch: perl
3251            ! mg.c perl.h
3252 ____________________________________________________________________________
3253 [  8621] By: gsar                                  on 2001/01/30  19:24:47
3254         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
3255              from mainline
3256              
3257              Subject: podlators 1.06 released
3258              
3259              Subject: [PATCH @8436] Eliminate op_children
3260              
3261              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
3262              
3263              (Replaced by #8448)  More op_children traces (cleanup of #8442).
3264              
3265              Subject: [PATCH #3 @8436] Re: Eliminate op_children
3266              Replace #8444 and #8445.
3267              
3268              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
3269              at the setting of the ofs_sv in new_struct_thread() as the
3270              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
3271              uninitialized fields are, uh, initialized with),
3272              SvREFCNT_inc()ing that invited a core dump.
3273              
3274              podlators 1.07, from Russ Allbery.
3275              
3276              Subject: [PATCH] regcomp.c old feature removal
3277              From: mjd@plover.com
3278              Date: 16 Jan 2001 14:43:18 -0000 
3279              Message-ID: <20010116144318.7140.qmail@plover.com> 
3280      Branch: maint-5.6/perl
3281           +> lib/Pod/Text/Overstrike.pm
3282           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
3283           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
3284           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
3285           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
3286           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
3287           !> util.c
3288 ____________________________________________________________________________
3289 [  8620] By: gsar                                  on 2001/01/30  18:48:32
3290         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
3291              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
3292              now fails one test)
3293              
3294              Subject: [PATCH] lvalue AUTOLOAD. No, really.
3295              
3296              Subject: [PATCH] Interesting syntax idea
3297              Make opens + bareword assigns do typeglob assigns.
3298              
3299              Tests for #8254.
3300              
3301              Subject: [PATCH @8269] Continue blocks and B::Deparse
3302              Make the peephole optimizer to bypass more null ops and
3303              and rewrite the deparse handling of continue blocks.
3304              
3305              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
3306              Doc tweak on #8313.
3307              
3308              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
3309              
3310              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
3311              
3312              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
3313              
3314              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
3315              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
3316              according to the platform.
3317              
3318              Subject: [PATCH @8404] Consolidated lvalue sub changes
3319              
3320              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
3321              
3322              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
3323              
3324              Subject: B::Concise -- an improved replacement for B::Terse 
3325              
3326              The B::Terse drop-in replacement wasn't quite drop-in.
3327              
3328              The LVRET macro needed an aTHX.
3329              
3330              Use the /^Perl_/-less form of is_lvalue_sub().
3331              
3332              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
3333      Branch: maint-5.6/perl
3334           +> ext/B/B/Concise.pm
3335           !> (integrate 27 files)
3336 ____________________________________________________________________________
3337 [  8619] By: nick                                  on 2001/01/30  18:40:28
3338         Log: Integrate mainline
3339      Branch: perlio
3340           !> (integrate 40 files)
3341 ____________________________________________________________________________
3342 [  8618] By: jhi                                   on 2001/01/30  18:37:18
3343         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
3344              Date: Mon, 29 Jan 2001 22:51:29 -0600
3345              From: "Craig A. Berry" <craigberry@mac.com>
3346              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
3347      Branch: perl
3348            ! vms/test.com
3349 ____________________________________________________________________________
3350 [  8617] By: jhi                                   on 2001/01/30  18:34:53
3351         Log: Subject: [PATCH] Add missing CV flags to dump.c
3352              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3353              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
3354              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
3355      Branch: perl
3356            ! dump.c
3357 ____________________________________________________________________________
3358 [  8616] By: jhi                                   on 2001/01/30  18:20:58
3359         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
3360              part isn't applicable to maintperl.
3361              
3362              UTF-8 nit from Inaba Hiroto.
3363      Branch: maint-5.6/perl
3364           !> pod/perlapi.pod utf8.c
3365 ____________________________________________________________________________
3366 [  8615] By: jhi                                   on 2001/01/30  18:18:51
3367         Log: UTF-8 nit from Inaba Hiroto.
3368      Branch: perl
3369            ! pod/perlapi.pod t/op/each.t utf8.c
3370 ____________________________________________________________________________
3371 [  8614] By: jhi                                   on 2001/01/30  18:13:38
3372         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
3373              
3374              perl's internal variables are not for public consumption,
3375              move their docs from perlapi.pod to perlintern.pod
3376              
3377              support for -Dusethreads build under HP-UX 10.20 and DCE threads
3378              library (11.0 and later have pthreads but 10.x don't)
3379              
3380              avoid uninitialized value warnings
3381              
3382              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
3383              gets weird results)
3384              
3385              perldoc nit on windows
3386              
3387              make it possible to run the tests outside the source tree
3388              (there's still a dependency on ../lib being the library
3389              location)
3390      Branch: perl
3391           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
3392           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
3393           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
3394           !> win32/bin/search.pl win32/vdir.h
3395 ____________________________________________________________________________
3396 [  8613] By: gsar                                  on 2001/01/30  16:39:59
3397         Log: make it possible to run the tests outside the source tree
3398              (there's still a dependency on ../lib being the library
3399              location)
3400      Branch: maint-5.6/perl
3401            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
3402 ____________________________________________________________________________
3403 [  8612] By: gsar                                  on 2001/01/30  16:31:12
3404         Log: perldoc nit on windows
3405      Branch: maint-5.6/perl
3406            ! utils/perldoc.PL
3407 ____________________________________________________________________________
3408 [  8611] By: gsar                                  on 2001/01/30  16:22:54
3409         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
3410              gets weird results)
3411      Branch: maint-5.6/perl
3412            ! win32/vdir.h
3413 ____________________________________________________________________________
3414 [  8610] By: gsar                                  on 2001/01/30  16:12:45
3415         Log: avoid uninitialized value warnings
3416      Branch: maint-5.6/perl
3417            ! win32/bin/search.pl
3418 ____________________________________________________________________________
3419 [  8609] By: gsar                                  on 2001/01/30  16:08:01
3420         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
3421              library (11.0 and later have pthreads but 10.x don't)
3422      Branch: maint-5.6/perl
3423            ! hints/hpux.sh thread.h
3424 ____________________________________________________________________________
3425 [  8608] By: gsar                                  on 2001/01/30  15:48:55
3426         Log: perl's internal variables are not for public consumption,
3427              move their docs from perlapi.pod to perlintern.pod
3428      Branch: maint-5.6/perl
3429            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
3430            ! thrdvar.h
3431 ____________________________________________________________________________
3432 [  8607] By: gsar                                  on 2001/01/30  15:44:27
3433         Log: mistakenly branched perl56delta.pod, revert
3434      Branch: maint-5.6/perl
3435            - pod/perl56delta.pod
3436           !> pod/perldelta.pod
3437 ____________________________________________________________________________
3438 [  8606] By: gsar                                  on 2001/01/30  14:20:24
3439         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
3440              dTHR which has been a noop for a while now, except for the
3441              compatibility definition in thread.h)
3442      Branch: maint-5.6/perl
3443           !> (integrate 45 files)
3444 ____________________________________________________________________________
3445 [  8605] By: jhi                                   on 2001/01/30  05:43:58
3446         Log: Mark the UTF-8 APIs as experimental.
3447      Branch: maint-5.6/perl
3448            ! embed.pl pod/perlapi.pod
3449 ____________________________________________________________________________
3450 [  8604] By: jhi                                   on 2001/01/30  05:38:40
3451         Log: Nits from earlier integrates.
3452      Branch: maint-5.6/perl
3453            ! lib/Carp/Heavy.pm
3454           !> sv.c
3455 ____________________________________________________________________________
3456 [  8603] By: jhi                                   on 2001/01/30  05:27:26
3457         Log: Regenerate Porting files.
3458      Branch: maint-5.6/perl
3459            ! Porting/Glossary Porting/config.sh Porting/config_H
3460 ____________________________________________________________________________
3461 [  8602] By: jhi                                   on 2001/01/30  05:14:59
3462         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
3463              8310,8339,8447,8492,8493,8505,8525: documentation changes.
3464              
3465              Subject: Re: perlfaq style changes
3466              
3467              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
3468              
3469              Subject: [PATCH] docs on NaN
3470              
3471              Subject: [patch] perlfaq7
3472              
3473              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
3474              
3475              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
3476              
3477              Subject: [PATCH] open() example in perlfunc.pod
3478              
3479              Podify README.mpeix (a new version from the web)
3480              
3481              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
3482              
3483              Subject: [PATCH] format and rewording in perlfaq.pod
3484              
3485              Subject: [PATCH] API Variable documentation   
3486              
3487              Memory management calls documentation.
3488              
3489              Subject: [PATCH: perl@8482] README.vms URL updates
3490              
3491              Subject: Minor typos in perlfaq2.pod
3492              
3493              Subject: [PATCH] pod/perlvar.pod
3494      Branch: maint-5.6/perl
3495           +> pod/perl56delta.pod
3496            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3497           !> README.amiga README.epoc README.mpeix README.vms
3498           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
3499           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
3500           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
3501           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
3502           !> pod/perlvar.pod thrdvar.h
3503 ____________________________________________________________________________
3504 [  8601] By: jhi                                   on 2001/01/30  04:38:35
3505         Log: Integrate changes #8036,8096,8253 from mainline:
3506              hints changes.
3507              
3508              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
3509              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
3510              
3511              Output the (apparent) version of gcc in Tru64.
3512      Branch: maint-5.6/perl
3513           +> ext/POSIX/hints/svr4.pl
3514           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
3515           !> hints/svr4.sh t/lib/bigfltpm.t
3516 ____________________________________________________________________________
3517 [  8600] By: jhi                                   on 2001/01/30  04:04:01
3518         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
3519              locale fixes.
3520              
3521              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
3522              
3523              Debian allows /usr/bin/locale to exist without any locales. (7868)
3524              
3525              Allow the locale test needing POSIX and the taint test
3526              needing IPC::SysV to run under 'minitest' (basically,
3527              bail out if loading the extension fails). (8384)
3528              
3529              Cleanup the locale.t output  (8480)
3530      Branch: maint-5.6/perl
3531           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
3532           !> t/pragma/locale.t
3533 ____________________________________________________________________________
3534 [  8599] By: jhi                                   on 2001/01/30  03:51:04
3535         Log: Missing generated files from #8598.
3536      Branch: maint-5.6/perl
3537            ! embed.h global.sym objXSUB.h perlapi.c proto.h
3538 ____________________________________________________________________________
3539 [  8598] By: jhi                                   on 2001/01/30  03:41:54
3540         Log: Integrate change #8555 from mainline, manually integrate parts
3541              of changes 8452 and 8583.
3542              
3543              Subject: [PATCH] utf8.c documentation (8452)
3544              
3545              No point in checking the length if the pointer is bogus. (8555)
3546              
3547              Introduce bytes_from_utf8() and implement sv_eq() using it,
3548              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
3549              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
3550              was malformed. (8583)
3551      Branch: maint-5.6/perl
3552            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
3553           !> pod/perlapi.pod sv.c utf8.c
3554 ____________________________________________________________________________
3555 [  8597] By: gsar                                  on 2001/01/30  02:37:26
3556         Log: get PERL_OBJECT build going again on windows
3557      Branch: maint-5.6/perl
3558            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
3559            ! pod/perlapi.pod proto.h sv.c
3560 ____________________________________________________________________________
3561 [  8596] By: jhi                                   on 2001/01/30  02:16:17
3562         Log: Signedness nit.
3563      Branch: perl
3564            ! sv.c
3565 ____________________________________________________________________________
3566 [  8595] By: jhi                                   on 2001/01/30  02:11:07
3567         Log: EBCDIC patch for Storable, from Peter Prymmer.
3568      Branch: perl
3569            ! t/lib/st-06compat.t
3570 ____________________________________________________________________________
3571 [  8594] By: jhi                                   on 2001/01/30  01:04:48
3572         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
3573              From: Peter Prymmer <pvhp@forte.com>
3574              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
3575              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
3576      Branch: perl
3577            ! t/lib/b.t
3578 ____________________________________________________________________________
3579 [  8593] By: jhi                                   on 2001/01/30  00:56:47
3580         Log: Subject: [PATCH: perl@8585] pod problems in io
3581              From: Peter Prymmer <pvhp@forte.com>
3582              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
3583              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
3584      Branch: perl
3585            ! pod/perlapio.pod pod/perliol.pod
3586 ____________________________________________________________________________
3587 [  8592] By: jhi                                   on 2001/01/30  00:48:20
3588         Log: Integrate perlio.
3589      Branch: perl
3590           !> pod/perlapio.pod pod/perliol.pod
3591 ____________________________________________________________________________
3592 [  8591] By: nick                                  on 2001/01/29  22:02:28
3593         Log: GNU 'merge' Simon's copy of perliol.pod with version
3594              patched by Craig's patch.
3595      Branch: perlio
3596            ! pod/perliol.pod
3597 ____________________________________________________________________________
3598 [  8590] By: nick                                  on 2001/01/29  21:55:10
3599         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
3600      Branch: perlio
3601            ! pod/perlapio.pod pod/perliol.pod
3602 ____________________________________________________________________________
3603 [  8589] By: jhi                                   on 2001/01/29  15:35:33
3604         Log: Integrate change #8586 from maint-5.6/perl.
3605              
3606              make the BOM detection code not call tell() until it has to
3607              (meant to fix esoteric compatibility issues where PL_rsfp
3608              is overridden)
3609      Branch: perl
3610           !> toke.c
3611 ____________________________________________________________________________
3612 [  8588] By: jhi                                   on 2001/01/29  15:29:11
3613         Log: Subject: MAking Solaris malloc() the default
3614              From: Lupe Christoph <lupe@lupe-christoph.de>
3615              Date: Mon, 29 Jan 2001 12:59:36 +0100
3616              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
3617              
3618              The README.solaris part slightly tweaked.
3619      Branch: perl
3620            ! README.solaris hints/solaris_2.sh
3621 ____________________________________________________________________________
3622 [  8587] By: jhi                                   on 2001/01/29  15:17:34
3623         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
3624              From: root@ak-75.mind.de
3625              Date: Sun, 28 Jan 2001 20:32:29 +0100
3626              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
3627      Branch: perl
3628            ! pod/perlre.pod
3629 ____________________________________________________________________________
3630 [  8586] By: gsar                                  on 2001/01/29  13:43:44
3631         Log: make the BOM detection code not call tell() until it has to
3632              (meant to fix esoteric compatibility issues where PL_rsfp
3633              is overridden)
3634      Branch: maint-5.6/perl
3635            ! toke.c
3636 ____________________________________________________________________________
3637 [  8585] By: jhi                                   on 2001/01/28  20:05:45
3638         Log: Update Changes.
3639      Branch: perl
3640            ! Changes patchlevel.h
3641 ____________________________________________________________________________
3642 [  8584] By: jhi                                   on 2001/01/28  19:30:02
3643         Log: Integrate perlio.
3644      Branch: perl
3645           +> pod/perliol.pod
3646           !> MANIFEST pod/perlapio.pod
3647 ____________________________________________________________________________
3648 [  8583] By: jhi                                   on 2001/01/28  19:28:40
3649         Log: Patch from Inaba Hiroto:
3650              - canonical UTF-8 hash keys: if a key string for a hash is
3651              UTF8-on, try downgrade the string and use it if
3652              unicode::distinct is not in effect.
3653              For the task, I added a function bytes_from_utf8() to utf8.c.
3654              It might resemble utf8_to_bytes() but it is not convenient
3655              to the task.
3656              Made a test for it and added to t/op/each.t
3657              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
3658              the mortal copy of the argument SV.
3659              And changed t/io/utf8.t test 18 which expects print() to
3660              upgrade its argument.
3661              - re-implement sv_eq with bytes_from_utf8()
3662              - some bug fixes
3663              - tr/// does not handle UTF8 range (\x{}-\x{})
3664              - \ before raw UTF8 character produced
3665              "Malformed UTF-8 character" warning.
3666              - "\x{100}\N{CENT SIGN}" is Malformed.
3667              Added tests for these 3.
3668              - and one silly bug (by me) with qu operator.
3669      Branch: perl
3670            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
3671            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
3672            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
3673 ____________________________________________________________________________
3674 [  8582] By: nick                                  on 2001/01/28  19:25:04
3675         Log: Add pod/perliol.pod to MANIFEST :-(
3676      Branch: perlio
3677            ! MANIFEST
3678 ____________________________________________________________________________
3679 [  8581] By: nick                                  on 2001/01/28  19:22:40
3680         Log: PerlIO documentation. Proofing and sub-editing requested.
3681      Branch: perlio
3682            + pod/perliol.pod
3683            ! pod/perlapio.pod
3684 ____________________________________________________________________________
3685 [  8580] By: jhi                                   on 2001/01/28  05:16:25
3686         Log: Revert the change to sv_2pv() done by #8054: Someone who
3687              did SvNV_set() on a scalar that also happened to be POK,
3688              followed by sv_2pv() won't get the right coercion anymore.
3689              [Sarathy]
3690      Branch: maint-5.6/perl
3691            ! sv.c
3692 ____________________________________________________________________________
3693 [  8579] By: jhi                                   on 2001/01/28  05:15:04
3694         Log: Remove the #8084 effect: do not allow -Q to be interpreted
3695              as -&Q(), this is too much wiggle room.
3696      Branch: maint-5.6/perl
3697            ! toke.c
3698 ____________________________________________________________________________
3699 [  8578] By: jhi                                   on 2001/01/28  05:12:45
3700         Log: Needed bits of #8439 (should have been in #8576),
3701              mainly for lval substr().
3702      Branch: maint-5.6/perl
3703            ! mg.c pp.c pp_hot.c
3704 ____________________________________________________________________________
3705 [  8577] By: jhi                                   on 2001/01/28  05:02:46
3706         Log: A missing check-in.
3707      Branch: maint-5.6/perl
3708            ! utf8.c
3709 ____________________________________________________________________________
3710 [  8576] By: jhi                                   on 2001/01/28  04:26:18
3711         Log: Integrate changes #8425,8436,8439,8517 from mainline.
3712              The 8439 was not truly integrated because it had too many
3713              dependencies on the development branch and because it introduced
3714              concepts too bold for a maintenance branch (such as the qu operator).
3715              
3716              Subject: [PATCH perl@8342] -Wformat
3717              
3718              Tighten some of the UTF-8 tests a bit.
3719              
3720              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
3721              - The substr lval was still not okay.
3722              - Now pp_stringify and sv_setsv copies source's UTF8 flag
3723              even if IN_BYTE.  pp_stringify is called from fold_constants
3724              at optimization phase and "\x{100}" was made SvUTF8_off under
3725              use bytes (the bytes pragma is for "byte semantics" and not
3726              for "do not produce UTF8 data")
3727      Branch: maint-5.6/perl
3728            ! t/lib/charnames.t t/op/substr.t toke.c
3729           !> sv.c t/pragma/utf8.t
3730 ____________________________________________________________________________
3731 [  8575] By: jhi                                   on 2001/01/28  04:01:51
3732         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
3733              
3734              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
3735              
3736              Subject: [ID 20001230.003] UTF-8 tr still hurts
3737              
3738              Test cases for #8385 (from Simon's "torture.pl")
3739              
3740              Start fixing UTF-8 lval substr() (8405)
3741      Branch: maint-5.6/perl
3742           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
3743           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
3744 ____________________________________________________________________________
3745 [  8574] By: jhi                                   on 2001/01/28  03:09:06
3746         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
3747              from mainline.
3748              
3749              UTF-8 cleanup.
3750              
3751              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
3752              
3753              "\x{FF}\xFF" was broken.
3754              
3755              Tests for #8329 and #8330.
3756              
3757              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
3758              
3759              IRIX compiler noticed that the bof initialization might be
3760              bypassed by control flow.
3761              
3762              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
3763      Branch: maint-5.6/perl
3764           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
3765           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
3766 ____________________________________________________________________________
3767 [  8573] By: jhi                                   on 2001/01/28  02:06:12
3768         Log: Retract #8552.
3769      Branch: perl
3770            ! lib/Text/Wrap.pm t/lib/textwrap.t
3771 ____________________________________________________________________________
3772 [  8572] By: jhi                                   on 2001/01/28  02:04:49
3773         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
3774              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
3775              not really integrated but instead salvaged by hand
3776              (they had too many dependencies on the development release
3777              to be cleanly integratable).
3778              
3779              Subject: more UTF8 test suites and an UTF8 patch
3780              
3781              Tweak for MULTIPLICITY/USE_PERLIO
3782              
3783              Signedness nit.
3784              
3785              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
3786              
3787              Use the UTF8_XXX macros in is_utf8_char().
3788              
3789              Rewrite pp_concat() in terms of sv_catsv().  The . operator
3790              should now be UTF-8-proof.
3791              
3792              Subject: [PATCH perl@8269] scanning two hex-constants
3793              fails on EBCDIC environment (script length.t)
3794              
3795              Add some Unicode chop() tests.
3796      Branch: maint-5.6/perl
3797            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
3798           !> sv.c t/op/chop.t utf8.h
3799 ____________________________________________________________________________
3800 [  8571] By: jhi                                   on 2001/01/28  00:35:59
3801         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
3802              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
3803              
3804              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
3805              
3806              The maxiters upper limit sanity check (guarding against
3807              non-progress) assumed bytes instead of characters in s///
3808              and split().
3809              
3810              Signedness nit.
3811              
3812              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
3813              join() should now be UTF-8-proof.
3814              
3815              More split // UTF-8 tests. (8250)
3816      Branch: maint-5.6/perl
3817           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
3818           !> util.c
3819 ____________________________________________________________________________
3820 [  8570] By: jhi                                   on 2001/01/27  22:15:46
3821         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
3822              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
3823              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
3824              8084,8204,8244,8333 from mainline.
3825              
3826              For -Q where Q might be a one-letter sub name one does no more
3827              get a warning about an unknown filetest (7941,7943,7944,8084).
3828              
3829              Subject: Re: [ID 20001130.011] expression parsing bug ?
3830              
3831              Make uv_to_utf8() to zero-terminate its output buffer.
3832              
3833              Split off t/op/length.t (7995)
3834              
3835              Split off t/op/utf8decode.t (7996)
3836              
3837              Remove an unnecessary 'use utf8' from the utf8.t (7998)
3838              
3839              Split off t/op/concat.t (8004)
3840              
3841              Split off t/op/ver.t (8005)
3842              
3843              Document utf8_length(), utf8_distance(), and utf8_hop().
3844              
3845              Document utf8_to_uv() better.
3846              
3847              Introduce macros for UTF8 decoding (8028,8033).
3848              
3849              Add test for reverse() (8030,8031).
3850              
3851              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
3852              
3853              Do not return the Unicode replacement character    on UTF-8
3854              decoding failure.
3855              
3856              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
3857              not this_utf8 i.e. the output string has one, but don't mess
3858              with source assumption. (8052,8053)
3859              
3860              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
3861              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
3862              was not expecting to be called with something that was already
3863              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
3864              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
3865              (8054)
3866              
3867              Recode the naughty binary bytes in utf8decode.t using the \xHH.
3868              
3869              Make some panic messages a bit more logical.
3870      Branch: maint-5.6/perl
3871           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
3872           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
3873           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
3874           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
3875           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
3876           !> utf8.c utf8.h
3877 ____________________________________________________________________________
3878 [  8569] By: jhi                                   on 2001/01/27  19:16:43
3879         Log: Integrate changes #7750 from perlio and #8566 from mainline.
3880      Branch: maint-5.6/perl
3881           !> regexec.c sv.c
3882 ____________________________________________________________________________
3883 [  8568] By: jhi                                   on 2001/01/27  18:06:51
3884         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
3885              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
3886              7935[-perlio.c],7936,7959,7965 from mainline.
3887              
3888              Change the "big byte" error message to "Wide character".
3889              (7355, the croak-if-wide-chars-in-print part ignored)
3890              
3891              Use UINT64_C().
3892              
3893              Introduce Perl_utf8_length().
3894              
3895              diff -se shows these as different (7753, forgotten check-ins)
3896              
3897              Subject: [PATCH] doop.c - UTF8 tr///
3898              
3899              If we use (aTHX_ ...) then put Perl_ on the front.
3900              
3901              Make utf8_length() and utf8_distance() to be less forgiving
3902              about bad UTF-8.
3903              
3904              Test line numbers are different with utf8.
3905              
3906              No need to scan till infinity, 13 is enough. (7872,7911)
3907              
3908              Subject: [PATCH] Tokeniser debugging
3909              
3910              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
3911              
3912              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
3913              
3914              Be more careful in Perl_sv_utf8_downgrade().
3915              
3916              Use DO_UTF8().
3917              
3918              Raw zero bytes in text files confuse at least GNU patch 2.1.
3919      Branch: maint-5.6/perl
3920           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
3921           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
3922           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
3923           !> t/pragma/utf8.t toke.c utf8.c utf8.h
3924 ____________________________________________________________________________
3925 [  8567] By: nick                                  on 2001/01/27  11:10:38
3926         Log: Integrate mainline
3927      Branch: perlio
3928           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
3929           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
3930           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
3931           !> toke.c
3932 ____________________________________________________________________________
3933 [  8566] By: jhi                                   on 2001/01/27  06:22:48
3934         Log: More documentation for the regexp context stack.
3935      Branch: perl
3936            ! regexec.c
3937 ____________________________________________________________________________
3938 [  8565] By: jhi                                   on 2001/01/27  05:21:57
3939         Log: Update Changes.
3940      Branch: perl
3941            ! Changes patchlevel.h
3942 ____________________________________________________________________________
3943 [  8564] By: jhi                                   on 2001/01/27  04:44:04
3944         Log: Threadedness patch for #8562 from Doug MacEachern.
3945      Branch: perl
3946            ! toke.c
3947 ____________________________________________________________________________
3948 [  8563] By: jhi                                   on 2001/01/27  04:26:24
3949         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
3950              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3951              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
3952              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
3953      Branch: perl
3954            ! op.c
3955 ____________________________________________________________________________
3956 [  8562] By: jhi                                   on 2001/01/27  04:20:30
3957         Log: Subject: Re: Announce : Tokener reporting patch
3958              From: Simon Cozens <simon@cozens.net>
3959              Date: Mon, 22 Jan 2001 02:17:22 +0000
3960              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
3961      Branch: perl
3962            ! embed.h embed.pl proto.h toke.c
3963 ____________________________________________________________________________
3964 [  8561] By: jhi                                   on 2001/01/27  04:17:24
3965         Log: Forgot from #8545.  Oops.
3966      Branch: perl
3967            ! pp.c t/pragma/overload.t
3968 ____________________________________________________________________________
3969 [  8560] By: jhi                                   on 2001/01/27  03:01:47
3970         Log: A better module compilation test, use MANIFEST as suggested
3971              by Spider.
3972      Branch: perl
3973            ! t/lib/1_compile.t
3974 ____________________________________________________________________________
3975 [  8559] By: jhi                                   on 2001/01/27  02:50:48
3976         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
3977              From: Peter Prymmer <pvhp@forte.com>
3978              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
3979              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
3980      Branch: perl
3981            ! t/lib/b.t
3982 ____________________________________________________________________________
3983 [  8558] By: jhi                                   on 2001/01/27  02:27:05
3984         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
3985              From: Peter Prymmer <pvhp@forte.com>
3986              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
3987              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
3988      Branch: perl
3989            ! t/pragma/sub_lval.t
3990 ____________________________________________________________________________
3991 [  8557] By: jhi                                   on 2001/01/27  02:26:03
3992         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
3993              From: Peter Prymmer <pvhp@forte.com>
3994              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
3995              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
3996      Branch: perl
3997            ! t/lib/st-06compat.t
3998 ____________________________________________________________________________
3999 [  8556] By: jhi                                   on 2001/01/27  02:24:33
4000         Log: Subject: [PATCH: perl@8531] minor update to README.os390
4001              From: Peter Prymmer <pvhp@forte.com>
4002              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
4003              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
4004      Branch: perl
4005            ! README.os390
4006 ____________________________________________________________________________
4007 [  8555] By: jhi                                   on 2001/01/27  00:35:47
4008         Log: No point in checking the length before we know whether the pointer
4009              is bogus or not, fixes Abigail's odbm failures in Linux.
4010      Branch: perl
4011            ! sv.c
4012 ____________________________________________________________________________
4013 [  8554] By: nick                                  on 2001/01/26  19:01:31
4014         Log: Integrate mainline
4015      Branch: perlio
4016           !> lib/Text/Wrap.pm t/lib/textwrap.t
4017 ____________________________________________________________________________
4018 [  8553] By: jhi                                   on 2001/01/26  15:19:39
4019         Log: Integrate change #7792 from perlio (multiplicity fix),
4020              fix the AV leak in regex DEBUGGING (tiny part of the
4021              polymorphic regexp patch #8143).
4022      Branch: maint-5.6/perl
4023            ! regcomp.c
4024           !> scope.h
4025 ____________________________________________________________________________
4026 [  8552] By: jhi                                   on 2001/01/26  15:03:23
4027         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
4028              From: Michael G Schwern <schwern@pobox.com>
4029              Date: Fri, 26 Jan 2001 09:28:31 -0500
4030              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
4031      Branch: perl
4032            ! lib/Text/Wrap.pm t/lib/textwrap.t
4033 ____________________________________________________________________________
4034 [  8551] By: jhi                                   on 2001/01/26  02:33:19
4035         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
4036              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
4037              
4038              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
4039              
4040              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
4041              
4042              Message nit.
4043              
4044              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
4045              
4046              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
4047              
4048              (the cleanup of unused submatches in regtry() and regcppop())
4049              
4050              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
4051              stored and restored, and thusly was trounced by the utf8 swash
4052              routines.
4053              
4054              use utf8 not required to use \x{}.
4055              
4056              Removed two more tests that make no sense in UTF-8 since the test
4057              data is not in UTF-8.
4058              
4059              Get the three different space character classes right under utf8.
4060              
4061              Implement ANYOFUTF8 regprop() dumping.
4062              
4063              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
4064              
4065              Document the regex context pushing/popping a bit better.
4066      Branch: maint-5.6/perl
4067           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
4068           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
4069           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
4070           !> t/op/regmesg.t utf8.c
4071 ____________________________________________________________________________
4072 [  8550] By: nick                                  on 2001/01/25  19:42:30
4073         Log: Integrate mainline
4074      Branch: perlio
4075           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
4076           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
4077           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
4078           !> t/lib/bigint.t t/lib/bigintpm.t
4079 ____________________________________________________________________________
4080 [  8549] By: jhi                                   on 2001/01/25  15:22:28
4081         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
4082      Branch: maint-5.6/perl
4083            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
4084 ____________________________________________________________________________
4085 [  8548] By: jhi                                   on 2001/01/25  15:02:55
4086         Log: Integrate changes #7997,8063,8492,8547 from mainline.
4087              
4088              Subject: Re: STRLEN - what?
4089              
4090              Subject: [PATCH] perlguts.pod
4091              
4092              Memory management calls documentation.
4093              
4094              Layout using tabulator is not a good idea in a pod.
4095      Branch: maint-5.6/perl
4096           !> pod/perlguts.pod
4097 ____________________________________________________________________________
4098 [  8547] By: jhi                                   on 2001/01/25  14:49:05
4099         Log: Layout using tabulator is not a good idea in a pod.
4100      Branch: perl
4101            ! pod/perlguts.pod
4102 ____________________________________________________________________________
4103 [  8546] By: jhi                                   on 2001/01/25  14:31:12
4104         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
4105              from mainline.
4106              
4107              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
4108              
4109              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
4110              
4111              More Win32 editor/IDE/shell hints.
4112              
4113              More Win32 Perling.
4114              
4115              Yet another editor edit.
4116              
4117              Edit edit edit.
4118              
4119              IDE/editor section tweaking.
4120              
4121              Few more IDE/editor nits from p5p.
4122      Branch: maint-5.6/perl
4123           !> pod/perlfaq3.pod
4124 ____________________________________________________________________________
4125 [  8545] By: jhi                                   on 2001/01/25  04:16:32
4126         Log: Subject: [PATCH 5.7.0] overload int()
4127              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4128              Date: Wed, 24 Jan 2001 19:06:57 -0500
4129              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
4130      Branch: perl
4131            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
4132            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
4133            ! t/lib/bigintpm.t
4134 ____________________________________________________________________________
4135 [  8544] By: jhi                                   on 2001/01/25  04:15:11
4136         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
4137              From: Peter Prymmer <pvhp@forte.com>
4138              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
4139              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
4140      Branch: perl
4141            ! Makefile.SH README.os390 hints/os390.sh installperl
4142 ____________________________________________________________________________
4143 [  8543] By: jhi                                   on 2001/01/25  03:52:08
4144         Log: Integrate change #8462,8469 from mainline.
4145              
4146              In VMS Perl subversion (perl -V) is undef.
4147      Branch: maint-5.6/perl
4148           !> configure.com
4149 ____________________________________________________________________________
4150 [  8542] By: jhi                                   on 2001/01/25  03:44:55
4151         Log: Integrate changes #7835,7850,8315,8316 from mainline.
4152              
4153              Solaris hints.
4154      Branch: maint-5.6/perl
4155           !> hints/solaris_2.sh
4156 ____________________________________________________________________________
4157 [  8541] By: jhi                                   on 2001/01/25  03:39:28
4158         Log: Integrate #8336 from mainline.
4159      Branch: maint-5.6/perl
4160           !> hv.c
4161 ____________________________________________________________________________
4162 [  8540] By: jhi                                   on 2001/01/25  03:23:50
4163         Log: Retract #8539.
4164      Branch: maint-5.6/perl
4165            ! pod/perlfaq3.pod
4166 ____________________________________________________________________________
4167 [  8539] By: jhi                                   on 2001/01/25  03:21:55
4168         Log: (Retracted by #5940.)
4169      Branch: maint-5.6/perl
4170            ! pod/perlfaq3.pod
4171 ____________________________________________________________________________
4172 [  8538] By: jhi                                   on 2001/01/25  03:14:07
4173         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
4174              From: Peter Prymmer <pvhp@forte.com>
4175              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
4176              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
4177              
4178              The VMS bits.
4179      Branch: maint-5.6/perl
4180            ! configure.com vms/descrip_mms.template
4181 ____________________________________________________________________________
4182 [  8537] By: jhi                                   on 2001/01/25  03:06:09
4183         Log: Integrate #7710,7824,7973 from mainline.
4184      Branch: maint-5.6/perl
4185           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4186           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
4187           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
4188           !> vos/config.ga.def vos/config.ga.h win32/config.bc
4189           !> win32/config.gc win32/config.vc
4190 ____________________________________________________________________________
4191 [  8536] By: jhi                                   on 2001/01/24  13:50:20
4192         Log: Revert the edits made by me so far to the 5.6 branch since
4193              the TRIAL1 since I did edits when I should have been using
4194              integrates.  Bad programmer.   (Will integrate them properly later.)
4195              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
4196              The #8353 will not be reapplied at least for now since
4197              the UTF-8 hash keys need more thinking.
4198              (The patches #8347, #8354, #8454, #8473 were okay since they
4199              were original edits made specifically for the 5.6.1-TRIAL1.)
4200      Branch: maint-5.6/perl
4201            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4202            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
4203            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
4204            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
4205            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
4206            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4207            ! win32/config.bc win32/config.gc win32/config.vc
4208 ____________________________________________________________________________
4209 [  8535] By: bailey                                on 2001/01/24  06:37:02
4210         Log: SYN SYN
4211      Branch: vmsperl
4212           +> (branch 26 files)
4213           !> (integrate 130 files)
4214 ____________________________________________________________________________
4215 [  8534] By: nick                                  on 2001/01/23  19:30:57
4216         Log: Integrate mainline.
4217      Branch: perlio
4218           !> Changes Configure Porting/Glossary Porting/config.sh
4219           !> Porting/config_H embed.h embed.pl ext/Encode/compile
4220           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
4221           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
4222           !> pod/perlvar.pod proto.h t/lib/1_compile.t
4223 ____________________________________________________________________________
4224 [  8533] By: jhi                                   on 2001/01/23  16:15:46
4225         Log: Forgotten from #8501.
4226      Branch: perl
4227            ! Porting/Glossary Porting/config.sh Porting/config_H
4228 ____________________________________________________________________________
4229 [  8532] By: jhi                                   on 2001/01/23  16:13:27
4230         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
4231              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
4232              Date: Mon, 22 Jan 2001 17:51:58 +0100
4233              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
4234      Branch: perl
4235            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
4236 ____________________________________________________________________________
4237 [  8531] By: jhi                                   on 2001/01/23  15:46:01
4238         Log: Update Changes.
4239      Branch: perl
4240            ! Changes patchlevel.h
4241 ____________________________________________________________________________
4242 [  8530] By: jhi                                   on 2001/01/23  15:38:39
4243         Log: De-cut-and-pasto.
4244      Branch: perl
4245            ! t/lib/1_compile.t
4246 ____________________________________________________________________________
4247 [  8529] By: jhi                                   on 2001/01/23  15:11:04
4248         Log: Document the mkdir trailing slashes case.
4249      Branch: perl
4250            ! pod/perlfunc.pod
4251 ____________________________________________________________________________
4252 [  8528] By: jhi                                   on 2001/01/23  15:08:28
4253         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
4254              get installed:
4255              
4256              Subject: lib/lib.pm
4257              From: <abigail@foad.org>
4258              Date: Mon, 28 Aug 2000 20:35:08 -0400
4259              Message-ID: <20000829003508.21281.qmail@foad.org>
4260      Branch: perl
4261            ! installperl
4262 ____________________________________________________________________________
4263 [  8527] By: jhi                                   on 2001/01/23  14:44:04
4264         Log: Metaconfig unit change for #8526.
4265      Branch: metaconfig
4266            ! U/threads/archname.U
4267 ____________________________________________________________________________
4268 [  8526] By: jhi                                   on 2001/01/23  14:43:19
4269         Log: Attach -perlio to the archname if so selected.
4270      Branch: perl
4271            ! Configure
4272 ____________________________________________________________________________
4273 [  8525] By: jhi                                   on 2001/01/23  14:24:01
4274         Log: Subject: [PATCH] pod/perlvar.pod
4275              From: abigail@foad.org
4276              Date: Tue, 23 Jan 2001 01:41:10 +0100
4277              Message-ID: <20010123004110.22259.qmail@foad.org>
4278      Branch: perl
4279            ! pod/perlvar.pod
4280 ____________________________________________________________________________
4281 [  8524] By: jhi                                   on 2001/01/23  14:22:32
4282         Log: A bug introduced in #8217 (the undefined variable in the
4283              lib/safe1_t #3) fixed, by Charles Lane:
4284              
4285              The earlier patch made it so that stuff running in Safe
4286              compartments could do a "caller" and see "main".  That
4287              little change in name is done right before the code in
4288              the compartment is run, and apparantly the parser
4289              was picking up the stash name before it got changed.
4290              
4291              (why it was threaded vs. unthreaded Perl that was sensitive to this
4292              I still don't know...and it probably doesn't matter).
4293              
4294              I tryed removing the stash name-change and saw that threaded Perl
4295              did indeed pass the lib/safe1.t tests.
4296              
4297              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
4298              do the name change (and to connect _ in the compartment to the global
4299              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
4300              to call _safe_pkg_prep when creating a new compartment.
4301              
4302              Passes all tests with threaded perl on linux; passes all tests
4303              with unthreaded perl on VMS.
4304              
4305              At some point I'll probably want to revisit Safe and Opcode to
4306              provide more sensible handling of global variables...and to get
4307              formats working in Safe compartments, which they don't do currently.
4308      Branch: perl
4309            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
4310 ____________________________________________________________________________
4311 [  8523] By: jhi                                   on 2001/01/23  14:11:58
4312         Log: Also the lib/Thread.pm itself needs to be ignored if
4313              the Thread extension hasn't been built.
4314      Branch: perl
4315            ! t/lib/1_compile.t
4316 ____________________________________________________________________________
4317 [  8522] By: jhi                                   on 2001/01/23  13:51:28
4318         Log: print() instead of warn() so that stderr doesn't get
4319              unncessarily polluted.
4320      Branch: perl
4321            ! ext/Encode/compile
4322 ____________________________________________________________________________
4323 [  8521] By: jhi                                   on 2001/01/23  13:49:48
4324         Log: Integrate perlio.
4325      Branch: perl
4326           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
4327           !> ext/Encode/encode.h
4328 ____________________________________________________________________________
4329 [  8520] By: nick                                  on 2001/01/22  21:44:00
4330         Log: More messing with Encode:
4331              Extra fields in header to allow multiple names and to record
4332              other things "compile" knows.
4333              Re-organise compile to factor out common output routines.
4334      Branch: perlio
4335            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
4336 ____________________________________________________________________________
4337 [  8519] By: nick                                  on 2001/01/22  20:33:50
4338         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
4339      Branch: perlio
4340            ! ext/Encode/Makefile.PL ext/Encode/compile
4341 ____________________________________________________________________________
4342 [  8518] By: nick                                  on 2001/01/22  20:28:13
4343         Log: Integrate mainline
4344      Branch: perlio
4345           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
4346           !> vos/config.alpha.def vos/config.alpha.h
4347 ____________________________________________________________________________
4348 [  8517] By: jhi                                   on 2001/01/22  15:37:17
4349         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
4350              by Inaba Hiroto.
4351      Branch: perl
4352            ! sv.c
4353 ____________________________________________________________________________
4354 [  8516] By: jhi                                   on 2001/01/22  14:55:15
4355         Log: More SIG_SIZE fixes.
4356      Branch: perl
4357            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
4358 ____________________________________________________________________________
4359 [  8515] By: jhi                                   on 2001/01/22  14:50:27
4360         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
4361              From: "Craig A. Berry" <craigberry@mac.com>
4362              Date: Mon, 22 Jan 2001 00:42:24 -0600
4363              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
4364      Branch: perl
4365            ! configure.com
4366 ____________________________________________________________________________
4367 [  8514] By: jhi                                   on 2001/01/22  14:31:17
4368         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
4369              From: "Craig A. Berry" <craigberry@mac.com>
4370              Date: Sun, 21 Jan 2001 23:03:25 -0600
4371              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
4372      Branch: perl
4373            ! configure.com
4374 ____________________________________________________________________________
4375 [  8513] By: jhi                                   on 2001/01/22  14:14:00
4376         Log: Add the .ucm encoding tables to the MANIFEST.
4377      Branch: perl
4378            ! MANIFEST
4379 ____________________________________________________________________________
4380 [  8512] By: jhi                                   on 2001/01/22  13:43:33
4381         Log: Integrate perlio.
4382      Branch: perl
4383           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
4384           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
4385           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
4386           +> ext/Encode/Encode/iso8859-10.ucm
4387           +> ext/Encode/Encode/iso8859-13.ucm
4388           +> ext/Encode/Encode/iso8859-14.ucm
4389           +> ext/Encode/Encode/iso8859-15.ucm
4390           +> ext/Encode/Encode/iso8859-16.ucm
4391           +> ext/Encode/Encode/iso8859-2.ucm
4392           +> ext/Encode/Encode/iso8859-3.ucm
4393           +> ext/Encode/Encode/iso8859-4.ucm
4394           +> ext/Encode/Encode/iso8859-5.ucm
4395           +> ext/Encode/Encode/iso8859-6.ucm
4396           +> ext/Encode/Encode/iso8859-7.ucm
4397           +> ext/Encode/Encode/iso8859-8.ucm
4398           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
4399           +> ext/Encode/Encode/symbol.ucm
4400           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
4401           !> perliol.h
4402 ____________________________________________________________________________
4403 [  8511] By: nick                                  on 2001/01/21  23:44:47
4404         Log: Make "real" layers of ":utf8" and ":raw".
4405              So now PERLIO=utf8 perl ...
4406              does what Andreas wanted.
4407              Fix arg passing in open.pm (still have a Carp issue).
4408      Branch: perlio
4409            ! lib/open.pm perlio.c perliol.h
4410 ____________________________________________________________________________
4411 [  8510] By: jhi                                   on 2001/01/21  22:56:53
4412         Log: Document the regex context pushing/popping a bit better.
4413      Branch: perl
4414            ! regexec.c
4415 ____________________________________________________________________________
4416 [  8509] By: jhi                                   on 2001/01/21  22:55:44
4417         Log: Tweak the mkdir trailing slash code some more.
4418              
4419              TO DO: the same handling should probably be done for
4420              all the other filesystem functions that can have directories
4421              as their arguments.
4422      Branch: perl
4423            ! pp_sys.c
4424 ____________________________________________________________________________
4425 [  8508] By: nick                                  on 2001/01/21  21:37:43
4426         Log: Switch "compiled in" encodings to .ucm format.
4427              (Leave others as .enc till we can run-time load .ucm,
4428              or find some other way to load them.)
4429      Branch: perlio
4430            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
4431            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
4432            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
4433            + ext/Encode/Encode/iso8859-10.ucm
4434            + ext/Encode/Encode/iso8859-13.ucm
4435            + ext/Encode/Encode/iso8859-14.ucm
4436            + ext/Encode/Encode/iso8859-15.ucm
4437            + ext/Encode/Encode/iso8859-16.ucm
4438            + ext/Encode/Encode/iso8859-2.ucm
4439            + ext/Encode/Encode/iso8859-3.ucm
4440            + ext/Encode/Encode/iso8859-4.ucm
4441            + ext/Encode/Encode/iso8859-5.ucm
4442            + ext/Encode/Encode/iso8859-6.ucm
4443            + ext/Encode/Encode/iso8859-7.ucm
4444            + ext/Encode/Encode/iso8859-8.ucm
4445            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
4446            + ext/Encode/Encode/symbol.ucm
4447            ! ext/Encode/Makefile.PL ext/Encode/compile
4448 ____________________________________________________________________________
4449 [  8507] By: nick                                  on 2001/01/21  21:02:03
4450         Log: Integrate (partial) mainline.
4451      Branch: perlio
4452           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
4453           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
4454           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4455 ____________________________________________________________________________
4456 [  8506] By: jhi                                   on 2001/01/21  20:09:30
4457         Log: Update Changes.
4458      Branch: perl
4459            ! Changes patchlevel.h
4460 ____________________________________________________________________________
4461 [  8505] By: jhi                                   on 2001/01/21  19:39:59
4462         Log: Subject: Minor typos in perlfaq2.pod
4463              From: "Stephen P. Potter" <spp@spotter.yi.org>
4464              Message-Id: <200101192101.QAA11911@spotter.yi.org>
4465              Date: Fri, 19 Jan 2001 16:01:13 -0500
4466              
4467              with a nit from Philip Netwon.
4468      Branch: perl
4469            ! pod/perlfaq2.pod
4470 ____________________________________________________________________________
4471 [  8504] By: jhi                                   on 2001/01/21  19:33:05
4472         Log: Metaconfig change for #8503.
4473      Branch: metaconfig
4474            ! U/threads/usethreads.U
4475 ____________________________________________________________________________
4476 [  8503] By: jhi                                   on 2001/01/21  19:32:21
4477         Log: Sanity check for conflicting thread flavours.
4478      Branch: perl
4479            ! Configure config_h.SH
4480 ____________________________________________________________________________
4481 [  8502] By: jhi                                   on 2001/01/21  19:23:00
4482         Log: Metaconfig change for #8501.
4483      Branch: metaconfig
4484            ! U/modified/sig_name.U
4485 ____________________________________________________________________________
4486 [  8501] By: jhi                                   on 2001/01/21  19:22:26
4487         Log: The SIG_SIZE is the number of the elements *excluding*
4488              the terminating NULL.
4489      Branch: perl
4490            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
4491            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
4492            ! win32/config_H.vc
4493 ____________________________________________________________________________
4494 [  8500] By: jhi                                   on 2001/01/21  18:31:31
4495         Log: Integrate perlio.
4496      Branch: perl
4497           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
4498           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
4499           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
4500           !> pp_sys.c proto.h sv.c
4501 ____________________________________________________________________________
4502 [  8499] By: jhi                                   on 2001/01/21  17:43:57
4503         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
4504              From: Hugo <hv@crypt.compulink.co.uk>
4505              Date: Sun, 21 Jan 2001 13:34:05 +0000
4506              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
4507              
4508              In sprintf UTF8ize only if necessary.
4509      Branch: perl
4510            ! sv.c
4511 ____________________________________________________________________________
4512 [  8498] By: nick                                  on 2001/01/21  16:25:32
4513         Log: Encode cleanup.
4514              Add command line control over "compile" so that Makefile.PL
4515              needs can be combined with other uses.
4516              Use command line options in Makefile.PL.
4517              Fix multi-byte parsing in .ucm files.
4518      Branch: perlio
4519            ! ext/Encode/Makefile.PL ext/Encode/compile
4520 ____________________________________________________________________________
4521 [  8497] By: nick                                  on 2001/01/21  12:56:27
4522         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
4523      Branch: perlio
4524            ! ext/Encode/Encode.xs
4525 ____________________________________________________________________________
4526 [  8496] By: nick                                  on 2001/01/21  12:18:45
4527         Log: Fixup after integrate:
4528              missed the .sym files that are changed by regen_headers
4529              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
4530      Branch: perlio
4531            ! global.sym pp.sym sv.c
4532 ____________________________________________________________________________
4533 [  8495] By: nick                                  on 2001/01/21  11:51:07
4534         Log: Integrate mainline.
4535      Branch: perlio
4536           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
4537           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
4538           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
4539           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
4540           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
4541           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
4542           !> win32/Makefile win32/makefile.mk
4543 ____________________________________________________________________________
4544 [  8494] By: jhi                                   on 2001/01/20  23:12:11
4545         Log: Forgot the expect_number() prototype.
4546      Branch: perl
4547            ! embed.h embed.pl proto.h
4548 ____________________________________________________________________________
4549 [  8493] By: jhi                                   on 2001/01/20  22:56:39
4550         Log: Subject: [PATCH: perl@8482] README.vms URL updates
4551              From: Peter Prymmer <pvhp@forte.com>
4552              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
4553              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
4554              
4555              Plus Craig A. Berry's suggestion to use compaq.com instead
4556              of digital.com.
4557      Branch: perl
4558            ! README.vms
4559 ____________________________________________________________________________
4560 [  8492] By: jhi                                   on 2001/01/20  22:50:05
4561         Log: Memory management calls documentation.
4562      Branch: perl
4563            ! pod/perlguts.pod
4564 ____________________________________________________________________________
4565 [  8491] By: jhi                                   on 2001/01/20  22:38:33
4566         Log: Signedness nit plus few memcpy/Copy nits.
4567      Branch: perl
4568            ! sv.c
4569 ____________________________________________________________________________
4570 [  8490] By: jhi                                   on 2001/01/20  22:25:53
4571         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
4572              From: Peter Prymmer <pvhp@forte.com>
4573              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
4574              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
4575      Branch: perl
4576            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
4577 ____________________________________________________________________________
4578 [  8489] By: jhi                                   on 2001/01/20  22:24:41
4579         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
4580              From: Peter Prymmer <pvhp@forte.com>
4581              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
4582              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
4583      Branch: perl
4584            ! win32/Makefile win32/makefile.mk
4585 ____________________________________________________________________________
4586 [  8488] By: jhi                                   on 2001/01/20  22:22:27
4587         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
4588              From: Peter Prymmer <pvhp@forte.com>
4589              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
4590              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
4591      Branch: perl
4592            ! Makefile.SH
4593 ____________________________________________________________________________
4594 [  8487] By: jhi                                   on 2001/01/20  22:21:18
4595         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
4596              From: Peter Prymmer <pvhp@forte.com>
4597              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
4598              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
4599      Branch: perl
4600            + ext/DynaLoader/dl_dllload.xs
4601            ! MANIFEST Makefile.SH hints/os390.sh
4602 ____________________________________________________________________________
4603 [  8486] By: jhi                                   on 2001/01/20  22:17:53
4604         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
4605              From: Peter Prymmer <pvhp@forte.com>
4606              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
4607              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
4608      Branch: perl
4609            ! README.os390 README.posix-bc
4610 ____________________________________________________________________________
4611 [  8485] By: jhi                                   on 2001/01/20  20:15:30
4612         Log: Document and test the new qu operator.
4613      Branch: perl
4614            + t/op/qu.t
4615            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
4616            ! pod/perlretut.pod pod/perlunicode.pod
4617 ____________________________________________________________________________
4618 [  8484] By: nick                                  on 2001/01/20  19:42:30
4619         Log: Infrastructure to allow:
4620              open($fh,"|-",@array);
4621              to be implemented
4622              i.e. mark pp_open as needing a stack mark, and make pp_open
4623              process its args in that style (and pass them _all_ to tied handles OPEN).
4624              Invent do_openn() which takes SV ** at allow it to see multiple args.
4625              Note this does not _do_ anything yet.
4626      Branch: perlio
4627            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
4628            ! perlapi.c pp_proto.h pp_sys.c proto.h
4629 ____________________________________________________________________________
4630 [  8483] By: nick                                  on 2001/01/20  17:23:14
4631         Log: Integrate mainline.
4632      Branch: perlio
4633           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
4634           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
4635 ____________________________________________________________________________
4636 [  8482] By: jhi                                   on 2001/01/19  15:37:49
4637         Log: Update Changes.
4638      Branch: perl
4639            ! Changes patchlevel.h
4640 ____________________________________________________________________________
4641 [  8481] By: jhi                                   on 2001/01/19  14:41:24
4642         Log: Subject: Re: new feature: s?printf parameter reordering 
4643              From: Hugo <hv@crypt.compulink.co.uk>
4644              Date: Thu, 11 Jan 2001 17:09:03 +0000
4645              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
4646              
4647              - support reordering for all parameters: %, *v, *, .*
4648              - lay down that the reordering specification must immediately
4649              follow that parameter: %3$, *v3$, *3$, .*3$
4650              - fix vectorisation of a zero-length string
4651              - factor out the code choosing the argument to format
4652              
4653              Possibly unwanted side-effects:
4654              - the special format specifiers ' +-0' must now precede any
4655              vectorisation specifier. Tests in op/sprintf and op/ver
4656              have been changed to reflect this.
4657              - sprintf.t test #214 changed its expectations because in many
4658              cases, the next parameter has already been consumed when an
4659              invalid type letter is detected.
4660              
4661              Probably wanted side-effects:
4662              - attempts to format a non-existent parameter will warn as if C<undef>
4663              - attempt to write to non-existent parameter with '%n' will complain
4664              of "attempt to modify read-only value" instead of being silent
4665      Branch: perl
4666            ! sv.c t/op/sprintf.t t/op/ver.t
4667 ____________________________________________________________________________
4668 [  8480] By: jhi                                   on 2001/01/19  14:08:37
4669         Log: Subject: PATCH pragma/locale.t
4670              From: andreas.koenig@anima.de (Andreas J. Koenig)
4671              Date: 18 Jan 2001 09:45:37 +0100
4672              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
4673      Branch: perl
4674            ! t/pragma/locale.t
4675 ____________________________________________________________________________
4676 [  8479] By: jhi                                   on 2001/01/19  13:19:58
4677         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
4678      Branch: perl
4679            ! configure.com
4680 ____________________________________________________________________________
4681 [  8478] By: jhi                                   on 2001/01/19  02:12:35
4682         Log: Automate 1_compile.t.
4683      Branch: perl
4684            ! t/lib/1_compile.t
4685 ____________________________________________________________________________
4686 [  8477] By: jhi                                   on 2001/01/19  01:49:56
4687         Log: Integrate perlio.
4688      Branch: perl
4689           !> sv.c win32/config.bc win32/config.gc win32/config.vc
4690           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4691 ____________________________________________________________________________
4692 [  8476] By: nick                                  on 2001/01/18  21:51:52
4693         Log: Integrate mainline
4694      Branch: perlio
4695           +> t/lib/1_compile.t t/lib/compmod.pl
4696           !> MANIFEST configure.com lib/unicode/distinct.pm
4697 ____________________________________________________________________________
4698 [  8475] By: nick                                  on 2001/01/18  21:48:02
4699         Log: Win32 "safe signals" co-existance fix.
4700              Fix SIG_SIZE value.
4701              Clear PL_sig_pending when cloning (fork).
4702      Branch: perlio
4703            ! sv.c win32/config.bc win32/config.gc win32/config.vc
4704            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4705 ____________________________________________________________________________
4706 [  8474] By: jhi                                   on 2001/01/18  14:40:57
4707         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
4708      Branch: perl
4709            ! t/lib/1_compile.t
4710 ____________________________________________________________________________
4711 [  8473] By: gsar                                  on 2001/01/18  11:42:31
4712         Log: unsubmitted trial1 change
4713      Branch: maint-5.6/perl
4714            ! Changes
4715 ____________________________________________________________________________
4716 [  8472] By: jhi                                   on 2001/01/18  04:30:24
4717         Log: The first bug found by 1_compile.t.
4718      Branch: perl
4719            ! lib/unicode/distinct.pm
4720 ____________________________________________________________________________
4721 [  8471] By: jhi                                   on 2001/01/18  04:29:42
4722         Log: Add Schwern's 1_compile test.  The compile_module script renamed
4723              to be a bit shorter for the 8.3 people.
4724      Branch: perl
4725            + t/lib/1_compile.t t/lib/compmod.pl
4726            ! MANIFEST
4727 ____________________________________________________________________________
4728 [  8470] By: jhi                                   on 2001/01/18  04:16:00
4729         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)
4730              From: Peter Prymmer <pvhp@forte.com>
4731              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
4732              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
4733              Replace #8463.
4734      Branch: maint-5.6/perl
4735            ! configure.com
4736 ____________________________________________________________________________
4737 [  8469] By: jhi                                   on 2001/01/18  04:13:02
4738         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)
4739              From: Peter Prymmer <pvhp@forte.com>
4740              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
4741              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
4742              Replace #8462.
4743      Branch: perl
4744            ! configure.com
4745 ____________________________________________________________________________
4746 [  8468] By: jhi                                   on 2001/01/18  03:42:08
4747         Log: Integrate perlio.
4748      Branch: perl
4749           !> gv.c mg.c perlio.c util.c
4750 ____________________________________________________________________________
4751 [  8467] By: nick                                  on 2001/01/17  22:41:10
4752         Log: "Safe" signals - trial implementation.
4753              gv.c tweaked to zero PL_sig_pend array
4754              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
4755              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
4756              Odd thing is that it "works" with PERLIO=stdio as well (linux).
4757      Branch: perlio
4758            ! gv.c mg.c perlio.c util.c
4759 ____________________________________________________________________________
4760 [  8466] By: nick                                  on 2001/01/17  20:40:20
4761         Log: Integrate mainline.
4762      Branch: perlio
4763           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4764           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
4765           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
4766           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4767           !> vos/config.ga.h win32/config.bc win32/config.gc
4768           !> win32/config.vc
4769 ____________________________________________________________________________
4770 [  8465] By: jhi                                   on 2001/01/17  18:37:13
4771         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
4772              From: Nicholas Clark <nick@ccl4.org>
4773              Date: Wed, 17 Jan 2001 17:31:33 +0000
4774              Message-ID: <20010117173133.I2633@plum.flirble.org>
4775      Branch: perl
4776            ! t/op/int.t
4777 ____________________________________________________________________________
4778 [  8464] By: jhi                                   on 2001/01/17  14:43:17
4779         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
4780              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
4781              Date: Wed, 17 Jan 2001 15:16:43 +0100
4782              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
4783              
4784              pp_int() was dropping an NV to the floor,
4785              int(279964589018079/59) either returned not an integer
4786              4745162525730.15, or one got "Attempt to free unreferenced scalar."
4787      Branch: perl
4788            ! pp.c
4789 ____________________________________________________________________________
4790 [  8463] By: jhi                                   on 2001/01/17  06:12:42
4791         Log: (Replaced by #8470)
4792              
4793              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)
4794              From: "Craig A. Berry" <craigberry@mac.com>
4795              Date: Tue, 16 Jan 2001 23:38:46 -0600
4796              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
4797      Branch: maint-5.6/perl
4798            ! configure.com
4799 ____________________________________________________________________________
4800 [  8462] By: jhi                                   on 2001/01/17  06:11:31
4801         Log: (Replaced by #8469)
4802              
4803              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)
4804              From: "Craig A. Berry" <craigberry@mac.com>
4805              Date: Tue, 16 Jan 2001 23:38:46 -0600
4806              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
4807      Branch: perl
4808            ! configure.com
4809 ____________________________________________________________________________
4810 [  8461] By: jhi                                   on 2001/01/17  05:56:12
4811         Log: Allow for one trailing slash in the directory of mkdir().
4812      Branch: perl
4813            ! pp_sys.c
4814 ____________________________________________________________________________
4815 [  8460] By: jhi                                   on 2001/01/17  03:26:01
4816         Log: Metaconfig unit changes for #8459.
4817      Branch: metaconfig
4818            ! U/modified/Loc.U U/modified/sig_name.U
4819 ____________________________________________________________________________
4820 [  8459] By: jhi                                   on 2001/01/17  03:24:48
4821         Log: Define SIG_SIZE, the number of elements in the sig_name and
4822              sig_num arrays, including the final NULL entry.
4823      Branch: perl
4824            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4825            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
4826            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
4827            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4828            ! win32/config.bc win32/config.gc win32/config.vc
4829 ____________________________________________________________________________
4830 [  8458] By: jhi                                   on 2001/01/17  01:41:33
4831         Log: Integrate perlio.
4832      Branch: perl
4833           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
4834           !> perlapi.h proto.h sv.c
4835 ____________________________________________________________________________
4836 [  8457] By: nick                                  on 2001/01/16  22:07:26
4837         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
4838              Provides all the "cost" but no benefit yet - it is to allow cost
4839              to be measured, and implementation experiments (just in mg.c?).
4840      Branch: perlio
4841            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
4842            ! perlapi.h proto.h sv.c
4843 ____________________________________________________________________________
4844 [  8456] By: nick                                  on 2001/01/16  21:07:07
4845         Log: Integrate mainline.
4846      Branch: perlio
4847           !> (integrate 51 files)
4848 ____________________________________________________________________________
4849 [  8455] By: jhi                                   on 2001/01/16  18:13:43
4850         Log: Subject: [PATCH] regcomp.c old feature removal
4851              From: mjd@plover.com
4852              Date: 16 Jan 2001 14:43:18 -0000 
4853              Message-ID: <20010116144318.7140.qmail@plover.com> 
4854      Branch: perl
4855            ! regcomp.c
4856 ____________________________________________________________________________
4857 [  8454] By: jhi                                   on 2001/01/16  16:12:39
4858         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
4859              From: "Indy Singh" <indy@nusphere.com>
4860              Date: Wed, 10 Jan 2001 20:17:49 -0500
4861              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
4862      Branch: maint-5.6/perl
4863            ! win32/Makefile
4864 ____________________________________________________________________________
4865 [  8453] By: jhi                                   on 2001/01/16  16:09:33
4866         Log: Update Changes.
4867      Branch: perl
4868            ! Changes patchlevel.h
4869 ____________________________________________________________________________
4870 [  8452] By: jhi                                   on 2001/01/16  15:42:04
4871         Log: Subject: Re: API Cleanup
4872              To: perl5-porters@perl.org
4873              Date: Tue, 16 Jan 2001 13:42:30 +0000
4874              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
4875              
4876              Subject: [PATCH] utf8.c documentation
4877              From: Simon Cozens <simon@cozens.net>
4878              Date: Tue, 16 Jan 2001 13:52:48 +0000
4879              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
4880              
4881              Subject: Re: API Cleanup
4882              From: Simon Cozens <simon@cozens.net>
4883              Date: Tue, 16 Jan 2001 14:58:55 +0000
4884              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
4885              
4886              UTF-8 doc patches.
4887      Branch: perl
4888            ! embed.pl pod/perlapi.pod utf8.c
4889 ____________________________________________________________________________
4890 [  8451] By: jhi                                   on 2001/01/16  14:41:39
4891         Log: podlators 1.07, from Russ Allbery.
4892      Branch: perl
4893            ! lib/Pod/Man.pm
4894 ____________________________________________________________________________
4895 [  8450] By: jhi                                   on 2001/01/16  14:24:19
4896         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
4897              From: "Indy Singh" <indy@nusphere.com>
4898              Date: Mon, 15 Jan 2001 20:59:40 -0500
4899              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
4900      Branch: perl
4901            ! win32/Makefile
4902 ____________________________________________________________________________
4903 [  8449] By: jhi                                   on 2001/01/16  03:42:55
4904         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
4905              at the setting of the ofs_sv in new_struct_thread() as the
4906              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
4907              that invited a core dump.
4908      Branch: perl
4909            ! util.c
4910 ____________________________________________________________________________
4911 [  8448] By: jhi                                   on 2001/01/16  01:49:07
4912         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
4913              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4914              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
4915              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
4916              
4917              Replace #8444 and #8445.
4918      Branch: perl
4919            ! ext/B/B.xs ext/B/B/Debug.pm
4920 ____________________________________________________________________________
4921 [  8447] By: jhi                                   on 2001/01/15  21:05:35
4922         Log: Subject: [PATCH] API Variable documentation   
4923              From: Simon Cozens <simon@cozens.net>
4924              Date: Mon, 15 Jan 2001 19:35:54 +0000
4925              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
4926      Branch: perl
4927            ! pod/perlapi.pod thrdvar.h
4928 ____________________________________________________________________________
4929 [  8446] By: jhi                                   on 2001/01/15  20:49:20
4930         Log: Signedness nit.
4931      Branch: perl
4932            ! pp_ctl.c
4933 ____________________________________________________________________________
4934 [  8445] By: jhi                                   on 2001/01/15  20:28:48
4935         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
4936      Branch: perl
4937            ! ext/B/B/Debug.pm
4938 ____________________________________________________________________________
4939 [  8444] By: jhi                                   on 2001/01/15  13:09:10
4940         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
4941      Branch: perl
4942            ! ext/B/B.xs
4943 ____________________________________________________________________________
4944 [  8443] By: jhi                                   on 2001/01/15  13:06:26
4945         Log: Missing from #8439.
4946      Branch: perl
4947            ! keywords.h mg.c
4948 ____________________________________________________________________________
4949 [  8442] By: jhi                                   on 2001/01/15  13:02:38
4950         Log: Subject: [PATCH @8436] Eliminate op_children
4951              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4952              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
4953              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
4954              
4955              Subject: [PATCH @8436] Re: Eliminate op_children
4956              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4957              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
4958              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
4959      Branch: perl
4960            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
4961            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
4962            ! op.c op.h
4963 ____________________________________________________________________________
4964 [  8441] By: jhi                                   on 2001/01/15  12:57:08
4965         Log: Use the /^Perl_/-less form of is_lvalue_sub().
4966      Branch: perl
4967            ! pp.h
4968 ____________________________________________________________________________
4969 [  8440] By: jhi                                   on 2001/01/15  05:13:09
4970         Log: Revert #8437 and #8438, the Linux large files story is more complex.
4971      Branch: metaconfig/U/perl
4972            ! d_fpos64_t.U d_off64_t.U
4973      Branch: perl
4974            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4975            ! config_h.SH configure.com epoc/config.sh perl.h
4976            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
4977            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4978            ! win32/config.bc win32/config.gc win32/config.vc
4979 ____________________________________________________________________________
4980 [  8439] By: jhi                                   on 2001/01/15  05:02:24
4981         Log: More UTF-8 patches from Inaba Hiroto.
4982              - The substr lval was still not okay.
4983              - Now pp_stringify and sv_setsv copies source's UTF8 flag
4984              even if IN_BYTE.  pp_stringify is called from fold_constants
4985              at optimization phase and "\x{100}" was made SvUTF8_off under
4986              use bytes (the bytes pragma is for "byte semantics" and not
4987              for "do not produce UTF8 data")
4988              - New `qu' operator to generate UTF8 string explicitly.
4989              Though I agree with the policy "0x00-0xff always produce bytes",
4990              sometimes want to such a string to be coded in UTF8.
4991              I can use pack"U0a*" but it requires more typing and has
4992              runtime overhead.
4993              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
4994              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
4995              string is not UTF8_on and has char 0x80-0xff.
4996              
4997              TODO: document and test qu.
4998      Branch: perl
4999            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
5000            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
5001            ! toke.c
5002 ____________________________________________________________________________
5003 [  8438] By: jhi                                   on 2001/01/14  05:10:23
5004         Log: Metaconfig unit changes for #8437.
5005      Branch: metaconfig/U/perl
5006            ! d_fpos64_t.U d_off64_t.U
5007 ____________________________________________________________________________
5008 [  8437] By: jhi                                   on 2001/01/14  04:55:34
5009         Log: Add <features.h> probing, seems to be needed for (some?)
5010              Linux largefileness.
5011      Branch: perl
5012            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5013            ! config_h.SH configure.com epoc/config.sh perl.h
5014            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
5015            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5016            ! win32/config.bc win32/config.gc win32/config.vc
5017 ____________________________________________________________________________
5018 [  8436] By: jhi                                   on 2001/01/13  17:47:21
5019         Log: Tighten some of the tests a bit.
5020      Branch: perl
5021            ! t/pragma/utf8.t
5022 ____________________________________________________________________________
5023 [  8435] By: jhi                                   on 2001/01/13  17:31:54
5024         Log: Integrate perlio.
5025      Branch: perl
5026           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
5027           !> win32/config_H.gc win32/config_H.vc
5028 ____________________________________________________________________________
5029 [  8434] By: nick                                  on 2001/01/13  11:36:53
5030         Log: Run dmake regen_config_h for Win32
5031      Branch: perlio
5032            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5033 ____________________________________________________________________________
5034 [  8433] By: nick                                  on 2001/01/13  11:31:55
5035         Log: VMS friendly patch to Encode compile process
5036      Branch: perlio
5037            ! ext/Encode/Makefile.PL ext/Encode/compile
5038 ____________________________________________________________________________
5039 [  8432] By: nick                                  on 2001/01/13  11:06:44
5040         Log: Integrate mainline
5041      Branch: perlio
5042           +> ext/B/B/Concise.pm
5043           !> (integrate 52 files)
5044 ____________________________________________________________________________
5045 [  8431] By: jhi                                   on 2001/01/13  05:55:55
5046         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
5047              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5048              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
5049              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
5050      Branch: perl
5051            ! ext/B/B/Concise.pm
5052 ____________________________________________________________________________
5053 [  8430] By: jhi                                   on 2001/01/13  04:24:18
5054         Log: The LVRET macro needed an aTHX.
5055      Branch: perl
5056            ! pp.h
5057 ____________________________________________________________________________
5058 [  8429] By: jhi                                   on 2001/01/13  02:12:42
5059         Log: Update Changes.
5060      Branch: perl
5061            ! Changes patchlevel.h
5062 ____________________________________________________________________________
5063 [  8428] By: jhi                                   on 2001/01/13  02:08:50
5064         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
5065              From: Peter Prymmer <pvhp@forte.com>
5066              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
5067              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
5068              
5069              Add a BEGIN guard for sloppy floating point division.
5070      Branch: perl
5071            ! lib/Math/BigInt.pm lib/bigint.pl
5072 ____________________________________________________________________________
5073 [  8427] By: jhi                                   on 2001/01/13  01:47:16
5074         Log: The B::Terse drop-in replacement wasn't quite drop-in.
5075      Branch: perl
5076            ! ext/B/B/Terse.pm
5077 ____________________________________________________________________________
5078 [  8426] By: jhi                                   on 2001/01/12  21:20:43
5079         Log: Use UVXf.
5080      Branch: perl
5081            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5082            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
5083            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
5084            ! vos/config.ga.def vos/config.ga.h win32/config.bc
5085            ! win32/config.gc win32/config.vc
5086 ____________________________________________________________________________
5087 [  8425] By: jhi                                   on 2001/01/12  20:20:14
5088         Log: Subject: [PATCH perl@8342] -Wformat
5089              From: Robin Barker <rmb1@cise.npl.co.uk>
5090              Date: Fri, 12 Jan 2001 20:03:14 GMT
5091              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
5092      Branch: perl
5093            ! ext/Encode/Encode.xs mg.c sv.c toke.c
5094 ____________________________________________________________________________
5095 [  8424] By: jhi                                   on 2001/01/12  20:01:48
5096         Log: Subject: B::Concise -- an improved replacement for B::Terse 
5097              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5098              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
5099              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
5100      Branch: perl
5101            + ext/B/B/Concise.pm
5102            ! MANIFEST ext/B/B/Terse.pm
5103 ____________________________________________________________________________
5104 [  8423] By: jhi                                   on 2001/01/12  19:24:02
5105         Log: The new metaconfig unit from the #8421.
5106      Branch: metaconfig/U/perl
5107            + d_sigprocmask.U
5108 ____________________________________________________________________________
5109 [  8422] By: jhi                                   on 2001/01/12  19:23:43
5110         Log: Forgot the microperl config from the #8421.
5111      Branch: perl
5112            ! uconfig.h uconfig.sh
5113 ____________________________________________________________________________
5114 [  8421] By: jhi                                   on 2001/01/12  19:05:27
5115         Log: Add sigprocmask() probe, regen Configure, regen toc.
5116      Branch: perl
5117            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5118            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
5119            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5120            ! vos/config.ga.h win32/config.bc win32/config.gc
5121            ! win32/config.vc
5122 ____________________________________________________________________________
5123 [  8420] By: jhi                                   on 2001/01/12  18:34:31
5124         Log: Add sockatmark() to the todo list.
5125      Branch: perl
5126            ! Todo-5.6
5127 ____________________________________________________________________________
5128 [  8419] By: jhi                                   on 2001/01/12  18:09:46
5129         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
5130      Branch: perl
5131            ! op.c
5132 ____________________________________________________________________________
5133 [  8418] By: jhi                                   on 2001/01/12  18:05:30
5134         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
5135              From: Radu Greab <radu@netsoft.ro>
5136              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
5137              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
5138      Branch: perl
5139            ! op.c t/pragma/sub_lval.t
5140 ____________________________________________________________________________
5141 [  8417] By: jhi                                   on 2001/01/12  16:09:09
5142         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
5143              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
5144              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
5145              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
5146      Branch: perl
5147            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
5148            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
5149            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
5150            ! t/pragma/sub_lval.t toke.c
5151 ____________________________________________________________________________
5152 [  8416] By: jhi                                   on 2001/01/12  15:42:06
5153         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
5154              From: "Richard Soderberg" <rs@crystalflame.net>
5155              Date: Fri, 12 Jan 2001 04:49:35 -0800
5156              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
5157              
5158              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
5159              according to the platform.
5160      Branch: perl
5161            ! op.c
5162 ____________________________________________________________________________
5163 [  8415] By: jhi                                   on 2001/01/12  15:33:41
5164         Log: One more UTF-8 fix from Inaba Hiroto.
5165      Branch: perl
5166            ! pp.c regexec.c t/pragma/utf8.t
5167 ____________________________________________________________________________
5168 [  8414] By: jhi                                   on 2001/01/12  15:30:18
5169         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
5170      Branch: perl
5171            ! regexec.c
5172 ____________________________________________________________________________
5173 [  8413] By: jhi                                   on 2001/01/12  15:22:10
5174         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
5175              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5176              Date: Thu, 11 Jan 2001 12:53:36 +0100
5177              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
5178      Branch: perl
5179            ! toke.c
5180 ____________________________________________________________________________
5181 [  8412] By: jhi                                   on 2001/01/12  15:20:25
5182         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
5183              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5184              Date: Fri, 12 Jan 2001 14:37:55 +0100
5185              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
5186      Branch: perl
5187            ! hints/posix-bc.sh
5188 ____________________________________________________________________________
5189 [  8411] By: jhi                                   on 2001/01/12  15:14:14
5190         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
5191              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5192              Date: Fri, 12 Jan 2001 10:42:21 +0100
5193              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
5194      Branch: perl
5195            ! t/op/regmesg.t
5196 ____________________________________________________________________________
5197 [  8410] By: jhi                                   on 2001/01/12  05:48:55
5198         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
5199              From: Nicholas Clark <nick@ccl4.org> 
5200              Date: Sun, 7 Jan 2001 19:47:14 +0000
5201              Message-ID: <20010107194714.B1048@plum.flirble.org>
5202      Branch: perl
5203            ! t/op/numconvert.t
5204 ____________________________________________________________________________
5205 [  8409] By: jhi                                   on 2001/01/12  05:41:28
5206         Log: Integrate perlio.
5207      Branch: perl
5208           !> mg.c scope.h
5209 ____________________________________________________________________________
5210 [  8408] By: nick                                  on 2001/01/11  22:43:28
5211         Log: Remove variables that were used in experiments.
5212      Branch: perlio
5213            ! mg.c
5214 ____________________________________________________________________________
5215 [  8407] By: nick                                  on 2001/01/11  20:57:44
5216         Log: Catch die in %SIG handler and unblock the signal before re-dying.
5217              This make Linux work _without_ sigsetjmp().
5218              Turn off sigsetjmp() to see what else it does.
5219              May need Configure probe for sigprocmask() if anything has sigaction()
5220              but not sigprocmask().
5221      Branch: perlio
5222            ! mg.c scope.h
5223 ____________________________________________________________________________
5224 [  8406] By: nick                                  on 2001/01/11  19:32:07
5225         Log: Integrate mainline
5226      Branch: perlio
5227           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
5228           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
5229           !> t/op/substr.t
5230 ____________________________________________________________________________
5231 [  8405] By: jhi                                   on 2001/01/11  17:11:01
5232         Log: Fix UTF-8 lval substr().
5233      Branch: perl
5234            ! mg.c t/op/substr.t
5235 ____________________________________________________________________________
5236 [  8404] By: jhi                                   on 2001/01/11  05:13:58
5237         Log: Update Changes.
5238      Branch: perl
5239            ! Changes patchlevel.h
5240 ____________________________________________________________________________
5241 [  8403] By: jhi                                   on 2001/01/11  04:38:24
5242         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
5243              From: Hugo <hv@crypt.compulink.co.uk>
5244              Date: Mon, 30 Oct 2000 01:33:26 +0000
5245              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
5246      Branch: perl
5247            ! regexec.c t/op/re_tests
5248 ____________________________________________________________________________
5249 [  8402] By: jhi                                   on 2001/01/11  04:26:12
5250         Log: Integrate perlio.
5251      Branch: perl
5252           !> scope.h util.c
5253 ____________________________________________________________________________
5254 [  8401] By: nick                                  on 2001/01/10  22:52:55
5255         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
5256              (So Alan and Ilya can try setting via hints.)
5257              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
5258              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
5259              doing the save everywhere seems to restart read() correctly, but just
5260              doing it once "round" the handler does not.
5261      Branch: perlio
5262            ! scope.h
5263 ____________________________________________________________________________
5264 [  8400] By: jhi                                   on 2001/01/10  21:57:54
5265         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
5266              of IRIX, HP-UX is unaffected.
5267      Branch: perl
5268            ! perl.h
5269 ____________________________________________________________________________
5270 [  8399] By: nick                                  on 2001/01/10  21:29:19
5271         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
5272      Branch: perlio
5273            ! util.c
5274 ____________________________________________________________________________
5275 [  8398] By: jhi                                   on 2001/01/10  20:55:31
5276         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
5277              also have ReusePort.
5278      Branch: perl
5279            ! ext/IO/lib/IO/Socket/INET.pm
5280 ____________________________________________________________________________
5281 [  8397] By: jhi                                   on 2001/01/10  20:50:57
5282         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
5283              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
5284              Date: Wed, 10 Jan 2001 01:38:13 -0800
5285              Message-ID: <20010110013813.B41744@yahoo-inc.com>
5286      Branch: perl
5287            ! ext/IO/lib/IO/Socket/INET.pm
5288 ____________________________________________________________________________
5289 [  8396] By: jhi                                   on 2001/01/10  20:49:30
5290         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
5291              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
5292              Date: Wed, 10 Jan 2001 01:37:32 -0800
5293              Message-ID: <20010110013732.A41744@yahoo-inc.com>
5294      Branch: perl
5295            ! ext/Socket/Socket.pm
5296 ____________________________________________________________________________
5297 [  8395] By: jhi                                   on 2001/01/10  20:41:37
5298         Log: Test for bug id 20010105.016 (fixed by #8378).
5299      Branch: perl
5300            ! t/op/split.t
5301 ____________________________________________________________________________
5302 [  8394] By: jhi                                   on 2001/01/10  20:26:32
5303         Log: Integrate perlio.
5304      Branch: perl
5305            ! util.c
5306 ____________________________________________________________________________
5307 [  8393] By: nick                                  on 2001/01/10  19:34:30
5308         Log: Back out Simon's pid hackery for now.
5309      Branch: perlio
5310            ! util.c
5311 ____________________________________________________________________________
5312 [  8392] By: nick                                  on 2001/01/10  19:23:13
5313         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
5314      Branch: perlio
5315           !> (integrate 29 files)
5316 ____________________________________________________________________________
5317 [  8391] By: jhi                                   on 2001/01/10  18:43:15
5318         Log: Subject: [PATCH] Fix my_pclose segfault
5319              From: Simon Cozens <simon@cozens.net>
5320              Date: Wed, 10 Jan 2001 18:39:35 +0000
5321              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
5322      Branch: perl
5323            ! util.c
5324 ____________________________________________________________________________
5325 [  8390] By: jhi                                   on 2001/01/10  18:42:08
5326         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
5327              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5328              Date:     Wed, 10 Jan 2001 13:23:02 EST
5329              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
5330      Branch: perl
5331            ! ext/Opcode/Opcode.xs
5332 ____________________________________________________________________________
5333 [  8389] By: jhi                                   on 2001/01/10  15:16:07
5334         Log: Turn off the integer preservation for now.
5335      Branch: perl
5336            ! perl.h
5337 ____________________________________________________________________________
5338 [  8388] By: jhi                                   on 2001/01/10  15:01:25
5339         Log: Few more IDE/editor nits from p5p.
5340      Branch: perl
5341            ! pod/perlfaq3.pod
5342 ____________________________________________________________________________
5343 [  8387] By: jhi                                   on 2001/01/10  06:53:16
5344         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
5345              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
5346              Date: Tue, 9 Jan 2001 23:16:02 +0000
5347              Message-ID: <20010109231602.A81101@plum.flirble.org>
5348      Branch: perl
5349            ! sv.c
5350 ____________________________________________________________________________
5351 [  8386] By: jhi                                   on 2001/01/10  03:17:54
5352         Log: Test cases for #8385 (from Simon's "torture.pl")
5353      Branch: perl
5354            ! t/op/tr.t
5355 ____________________________________________________________________________
5356 [  8385] By: jhi                                   on 2001/01/10  03:17:11
5357         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
5358              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
5359              Date: Wed, 10 Jan 2001 11:39:39 +0900
5360              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
5361              
5362              Some more UTF-8 tr cases fixed.
5363      Branch: perl
5364            ! doop.c
5365 ____________________________________________________________________________
5366 [  8384] By: jhi                                   on 2001/01/09  22:45:40
5367         Log: Allow the locale test needing POSIX and the taint test
5368              needing IPC::SysV to run under 'minitest' (basically,
5369              bail out if loading the extension fails)
5370      Branch: perl
5371            ! t/op/misc.t t/op/taint.t
5372 ____________________________________________________________________________
5373 [  8383] By: jhi                                   on 2001/01/09  21:36:04
5374         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
5375              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5376              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
5377              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
5378      Branch: perl
5379            ! t/io/openpid.t
5380 ____________________________________________________________________________
5381 [  8382] By: jhi                                   on 2001/01/09  21:06:08
5382         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
5383              Should finish up the bug id 20001205.022.
5384      Branch: perl
5385            ! pp.c pp_hot.c scope.c
5386 ____________________________________________________________________________
5387 [  8381] By: jhi                                   on 2001/01/09  18:27:43
5388         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
5389              From: Andy Dougherty <doughera@lafayette.edu>
5390              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
5391              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
5392              
5393              More robust yacc/bison error detection.
5394      Branch: perl
5395            ! t/comp/proto.t
5396 ____________________________________________________________________________
5397 [  8380] By: jhi                                   on 2001/01/09  15:21:38
5398         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
5399              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5400              Date:     Tue, 9 Jan 2001 07:53:55 EST
5401              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
5402      Branch: perl
5403            ! t/op/misc.t vms/test.com
5404 ____________________________________________________________________________
5405 [  8379] By: jhi                                   on 2001/01/09  15:20:38
5406         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
5407              From: jhi@cc.hut.fi
5408              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
5409              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
5410              
5411              The #8378 fixed this.
5412      Branch: perl
5413            ! t/op/tr.t
5414 ____________________________________________________________________________
5415 [  8378] By: jhi                                   on 2001/01/09  15:05:32
5416         Log: Subject: One more patch for UTF8 
5417              From: Inaba Hiroto <inaba@st.rim.or.jp>
5418              Date: Tue, 09 Jan 2001 01:04:32 +0900
5419              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
5420              
5421              UTF-8 fixes for 'x' and tr///.
5422      Branch: perl
5423            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
5424            ! regcomp.c regexec.c toke.c utf8.c
5425 ____________________________________________________________________________
5426 [  8377] By: jhi                                   on 2001/01/09  14:32:17
5427         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
5428      Branch: perl
5429            ! t/op/length.t
5430 ____________________________________________________________________________
5431 [  8376] By: jhi                                   on 2001/01/09  04:32:32
5432         Log: integrate changes #7775, #8316, #8316 from mainline
5433      Branch: maint-5.6/perl
5434            ! hints/solaris_2.sh
5435 ____________________________________________________________________________
5436 [  8375] By: jhi                                   on 2001/01/09  04:26:43
5437         Log: Update Changes.
5438      Branch: perl
5439            ! Changes patchlevel.h
5440 ____________________________________________________________________________
5441 [  8374] By: jhi                                   on 2001/01/09  04:14:32
5442         Log: IDE/editor section tweaking.
5443      Branch: perl
5444            ! pod/perlfaq3.pod
5445 ____________________________________________________________________________
5446 [  8373] By: jhi                                   on 2001/01/09  02:38:26
5447         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
5448              From: Peter Prymmer <pvhp@forte.com>
5449              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
5450              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
5451              
5452              In preparation os OS/390 dynamic loading.
5453      Branch: perl
5454            ! README.os390 hints/os390.sh
5455 ____________________________________________________________________________
5456 [  8372] By: jhi                                   on 2001/01/09  00:24:30
5457         Log: Integrate with perlio.
5458      Branch: perl
5459           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
5460 ____________________________________________________________________________
5461 [  8371] By: nick                                  on 2001/01/08  23:54:33
5462         Log: Fix "scalars leaked" bugs caused by overload magic
5463              (Highlighted by Ilya's DESTROY optimization.)
5464      Branch: perlio
5465            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
5466 ____________________________________________________________________________
5467 [  8370] By: nick                                  on 2001/01/08  20:19:41
5468         Log: Integrate mainline
5469      Branch: perlio
5470           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
5471           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
5472           !> t/op/64bitint.t
5473 ____________________________________________________________________________
5474 [  8369] By: jhi                                   on 2001/01/08  17:30:52
5475         Log: save_delete() Safefree() doesn't (anymore?) work with shared
5476              strings, one test failure in op/misc and almost all of lib/b.
5477              (Outcomments #8369.)
5478      Branch: perl
5479            ! scope.c
5480 ____________________________________________________________________________
5481 [  8368] By: jhi                                   on 2001/01/08  14:47:10
5482         Log: (Outcommented by #8369.)
5483              
5484              Subject: Re: Perl BugID 20001205.022 ---- save_delete
5485              From: Simon Cozens <simon@cozens.net>
5486              Date: Sat, 6 Jan 2001 11:48:40 +0000
5487              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
5488              
5489              The save_delete() does need the Safefree.
5490      Branch: perl
5491            ! scope.c
5492 ____________________________________________________________________________
5493 [  8367] By: bailey                                on 2001/01/08  08:53:52
5494         Log: Once again syncing after too long an absence
5495      Branch: vmsperl
5496           +> (branch 55 files)
5497            - MAINTAIN fix_pl vos/config.def vos/config.h
5498            - vos/config_h.SH_orig
5499           !> (integrate 498 files)
5500 ____________________________________________________________________________
5501 [  8366] By: jhi                                   on 2001/01/08  02:42:59
5502         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
5503              From: nick@ccl4.org
5504              Date: Sun, 7 Jan 2001 21:07:18 +0000
5505              Message-Id: <20010107210717.D1048@plum.flirble.org>
5506      Branch: perl
5507            ! sv.c t/op/64bitint.t
5508 ____________________________________________________________________________
5509 [  8365] By: jhi                                   on 2001/01/08  02:35:16
5510         Log: Subject: [PATCH] environ nit
5511              From: Simon Cozens <simon@cozens.net>
5512              Date: Sun, 7 Jan 2001 17:57:07 +0000
5513              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
5514              
5515              Use environ only if we have it.
5516      Branch: perl
5517            ! mg.c
5518 ____________________________________________________________________________
5519 [  8364] By: jhi                                   on 2001/01/08  02:24:51
5520         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
5521      Branch: perl
5522            ! ext/GDBM_File/GDBM_File.xs
5523 ____________________________________________________________________________
5524 [  8363] By: jhi                                   on 2001/01/08  02:19:24
5525         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
5526              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5527              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
5528              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
5529      Branch: perl
5530            ! dump.c op.c
5531 ____________________________________________________________________________
5532 [  8362] By: jhi                                   on 2001/01/08  02:17:43
5533         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
5534              From: Doug MacEachern <dougm@covalent.net>
5535              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
5536              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
5537              
5538              Allow AUTOLOAD to be an xsub and allow such xsubs
5539              to avoid use of $AUTOLOAD.
5540      Branch: perl
5541            ! gv.c
5542 ____________________________________________________________________________
5543 [  8361] By: jhi                                   on 2001/01/08  02:16:07
5544         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
5545              From: Radu Greab <radu@netsoft.ro>
5546              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
5547              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
5548              
5549              No need for the potentially unportable $SIG{CHLD}.
5550      Branch: perl
5551            ! t/io/pipe.t
5552 ____________________________________________________________________________
5553 [  8360] By: jhi                                   on 2001/01/08  01:58:23
5554         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
5555      Branch: perl
5556            ! lib/Getopt/Long.pm
5557 ____________________________________________________________________________
5558 [  8359] By: jhi                                   on 2001/01/08  01:55:44
5559         Log: Integrate perlio.
5560      Branch: perl
5561           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
5562           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
5563           !> utf8.c win32/Makefile
5564 ____________________________________________________________________________
5565 [  8358] By: jhi                                   on 2001/01/07  21:16:50
5566         Log: Update the EPOC cross SDK URL.
5567      Branch: perl
5568            ! README.epoc
5569 ____________________________________________________________________________
5570 [  8357] By: jhi                                   on 2001/01/07  21:16:09
5571         Log: Update the EPOC cross SDK URL.
5572      Branch: maint-5.6/perl
5573            ! README.epoc
5574 ____________________________________________________________________________
5575 [  8356] By: nick                                  on 2001/01/06  21:47:52
5576         Log: FILE * in XS code for PerlIO world:
5577              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
5578              - Add FILE * T_STDIO typemap.
5579              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
5580      Branch: perlio
5581            ! lib/ExtUtils/typemap perlio.c perlio.h
5582 ____________________________________________________________________________
5583 [  8355] By: jhi                                   on 2001/01/06  20:27:15
5584         Log: integrate change #8336 from mainline
5585              
5586              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
5587      Branch: maint-5.6/perl
5588            ! hv.c
5589 ____________________________________________________________________________
5590 [  8354] By: jhi                                   on 2001/01/06  20:24:29
5591         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
5592              From: Robin Barker <rmb1@cise.npl.co.uk>
5593              Date: Fri, 22 Dec 2000 12:17:38 GMT
5594              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
5595              
5596              The patch reformats some long =item lines so they give
5597              correct output via pod2man | nroff -man
5598              
5599              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
5600              From: Robin Barker <rmb1@cise.npl.co.uk>
5601              Date: Tue, 2 Jan 2001 15:35:03 GMT
5602              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
5603              
5604              Here is a _further_ patch which corrects a few more errors:
5605              * an empty C<=item> in CPAN.pm
5606              * patching the wrong file (pod/perlamiga.pod not README.amiga)
5607              * leaving empty C<=item>s which formatted incorrectly
5608              * over long C<=item>s revealed by latest patch to Pod::Man
5609      Branch: maint-5.6/perl
5610            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
5611            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
5612            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
5613            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
5614            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
5615            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
5616 ____________________________________________________________________________
5617 [  8353] By: jhi                                   on 2001/01/06  20:21:10
5618         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
5619              
5620              UTF-8 hash keys.
5621      Branch: maint-5.6/perl
5622            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
5623 ____________________________________________________________________________
5624 [  8352] By: jhi                                   on 2001/01/06  20:18:44
5625         Log: Forgotten from #8438.
5626      Branch: maint-5.6/perl
5627            ! epoc/epocish.h
5628 ____________________________________________________________________________
5629 [  8351] By: jhi                                   on 2001/01/06  20:18:12
5630         Log: Forgotten from #8347.
5631      Branch: maint-5.6/perl
5632            ! config_h.SH
5633 ____________________________________________________________________________
5634 [  8350] By: jhi                                   on 2001/01/06  20:00:19
5635         Log: Thinko in #8347.
5636      Branch: maint-5.6/perl
5637            ! regcomp.c
5638 ____________________________________________________________________________
5639 [  8349] By: jhi                                   on 2001/01/06  18:05:30
5640         Log: Copy the FAQ3 IDE section from the development branch,
5641              changes originally by Peter Prymmer.
5642      Branch: maint-5.6/perl
5643            ! pod/perlfaq3.pod
5644 ____________________________________________________________________________
5645 [  8348] By: jhi                                   on 2001/01/06  18:03:02
5646         Log: EPOC updates for TRIAL1.
5647              
5648              Subject: [5.6.1 trial1] EPOC update
5649              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5650              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
5651              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
5652              
5653              Subject: epoc patch2 for perl-5.6.1-trial1
5654              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5655              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
5656              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
5657      Branch: maint-5.6/perl
5658            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
5659            ! epoc/epocish.c
5660 ____________________________________________________________________________
5661 [  8347] By: jhi                                   on 2001/01/06  17:29:10
5662         Log: integrate changes #7710,7824,7973 from mainline,
5663              plus VMS nits from Peter Prymmer and Dan Sugalski.
5664              
5665              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
5666              library (getprotobyname and getprotobynumber are outversioned by
5667              the same calls in libc, at least for xlc version 3.
5668              
5669              Add HAS_SBRK_PROTO.
5670              
5671              Fixes for signedness warnings noticed by VMSperlers.
5672      Branch: maint-5.6/perl
5673            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5674            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
5675            ! sv.c vms/descrip_mms.template vos/config.alpha.def
5676            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5677            ! win32/config.bc win32/config.gc win32/config.vc
5678 ____________________________________________________________________________
5679 [  8346] By: nick                                  on 2001/01/06  14:36:01
5680         Log: Fixup accumulated integrate muddles (perlio == devperl again)
5681      Branch: perlio
5682            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
5683 ____________________________________________________________________________
5684 [  8345] By: nick                                  on 2001/01/06  14:24:58
5685         Log: Integrate mainline
5686      Branch: perlio
5687           !> (integrate 55 files)
5688 ____________________________________________________________________________
5689 [  8344] By: jhi                                   on 2001/01/06  02:24:02
5690         Log: Subject: [patch] PerlIO_cleanup() prototype
5691              From: Doug MacEachern <dougm@covalent.net>
5692              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
5693              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
5694      Branch: perl
5695            ! perlio.h
5696 ____________________________________________________________________________
5697 [  8343] By: jhi                                   on 2001/01/06  01:04:09
5698         Log: IRIX compiler noticed that the bof initialization might be
5699              bypassed by control flow.
5700      Branch: perl
5701            ! toke.c
5702 ____________________________________________________________________________
5703 [  8342] By: jhi                                   on 2001/01/06  00:10:48
5704         Log: Update Changes.
5705      Branch: perl
5706            ! Changes patchlevel.h
5707 ____________________________________________________________________________
5708 [  8341] By: jhi                                   on 2001/01/05  23:52:33
5709         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
5710      Branch: perl
5711            ! toke.c
5712 ____________________________________________________________________________
5713 [  8340] By: jhi                                   on 2001/01/05  22:44:08
5714         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
5715              From: Radu Greab <radu@netsoft.ro>
5716              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
5717              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
5718      Branch: perl
5719            ! t/io/pipe.t util.c
5720 ____________________________________________________________________________
5721 [  8339] By: jhi                                   on 2001/01/05  22:35:17
5722         Log: Subject: [PATCH] format and rewording in perlfaq.pod
5723              From: Robin Barker <rmb1@cise.npl.co.uk>
5724              Date: Fri, 5 Jan 2001 18:51:20 GMT
5725              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
5726      Branch: perl
5727            ! pod/perlfaq.pod
5728 ____________________________________________________________________________
5729 [  8338] By: jhi                                   on 2001/01/05  22:31:17
5730         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
5731              From: Peter Prymmer <pvhp@forte.com>
5732              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
5733              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
5734      Branch: perl
5735            ! utils/perlbug.PL
5736 ____________________________________________________________________________
5737 [  8337] By: jhi                                   on 2001/01/05  18:15:11
5738         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
5739              From: Robin Barker <rmb1@cise.npl.co.uk>
5740              Date: Tue, 2 Jan 2001 15:24:07 GMT
5741              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
5742              
5743              If you call configure as C<./Configure> or C<sh ./Configure>,
5744              $src is set to the absolute path name, not '.'.
5745              
5746              This, in turn, means -Dmksymlink tries to do its stuff because
5747              it does not think it is in the src directory.
5748              
5749              (plus a metaconfig nitfix)
5750      Branch: metaconfig
5751            ! U/compline/ccflags.U U/modified/src.U
5752      Branch: perl
5753            ! Configure config_h.SH
5754 ____________________________________________________________________________
5755 [  8336] By: jhi                                   on 2001/01/05  17:48:32
5756         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
5757              From: Alan Burlison <Alan.Burlison@uk.sun.com>
5758              Message-ID: <3A5606C4.473D2226@uk.sun.com>
5759              Date: Fri, 05 Jan 2001 17:39:16 +0000
5760      Branch: perl
5761            ! hv.c
5762 ____________________________________________________________________________
5763 [  8335] By: jhi                                   on 2001/01/05  16:05:44
5764         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
5765      Branch: perl
5766            ! lib/Getopt/Long.pm
5767 ____________________________________________________________________________
5768 [  8334] By: jhi                                   on 2001/01/05  16:00:51
5769         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
5770              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
5771              Date: Fri, 05 Jan 2001 13:46:51 +0100
5772              Message-ID: <13693.978698811@nice.ram.loc>
5773              
5774              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
5775              accurate reading of the "atime".  
5776      Branch: perl
5777            ! t/io/fs.t
5778 ____________________________________________________________________________
5779 [  8333] By: jhi                                   on 2001/01/05  15:57:37
5780         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
5781              From: Simon Cozens <simon@cozens.net>
5782              Date: Fri, 8 Dec 2000 13:33:31 +0000
5783              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
5784              
5785              A lost patch fragment.
5786      Branch: perl
5787            ! doop.c
5788 ____________________________________________________________________________
5789 [  8332] By: jhi                                   on 2001/01/05  15:40:42
5790         Log: Do away with strncpy() and a fixed length buffer.
5791      Branch: perl
5792            ! utf8.c
5793 ____________________________________________________________________________
5794 [  8331] By: jhi                                   on 2001/01/05  15:03:07
5795         Log: Tests for #8329 and #8330.
5796      Branch: perl
5797            ! t/op/bop.t
5798 ____________________________________________________________________________
5799 [  8330] By: jhi                                   on 2001/01/05  15:02:38
5800         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
5801              raw 8-bit form to the UTF-8 string.
5802      Branch: perl
5803            ! toke.c
5804 ____________________________________________________________________________
5805 [  8329] By: jhi                                   on 2001/01/05  14:55:13
5806         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
5807              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5808              Date: Fri, 5 Jan 2001 12:28:52 +0100
5809              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
5810              
5811              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
5812              no effect.  (changed the strncpy() to Copy())
5813      Branch: perl
5814            ! toke.c
5815 ____________________________________________________________________________
5816 [  8328] By: jhi                                   on 2001/01/05  06:44:27
5817         Log: UTF-8 cleanup.
5818      Branch: perl
5819            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
5820            ! regexec.c sv.c toke.c
5821 ____________________________________________________________________________
5822 [  8327] By: jhi                                   on 2001/01/05  01:11:29
5823         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')
5824              From: Radu Greab <radu@netsoft.ro>
5825              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
5826              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
5827              
5828              Cleans up Harness to not use FileHandle, which uses IO.
5829      Branch: perl
5830            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
5831 ____________________________________________________________________________
5832 [  8326] By: jhi                                   on 2001/01/05  00:56:37
5833         Log: Update Changes.
5834      Branch: perl
5835            ! Changes patchlevel.h
5836 ____________________________________________________________________________
5837 [  8325] By: jhi                                   on 2001/01/05  00:53:18
5838         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
5839              From: Peter Prymmer <pvhp@forte.com>
5840              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
5841              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
5842              
5843              plus a couple more tailing whitespace removals.
5844      Branch: perl
5845            ! win32/Makefile
5846 ____________________________________________________________________________
5847 [  8324] By: jhi                                   on 2001/01/05  00:47:39
5848         Log: Add some Unicode chop() tests.
5849      Branch: perl
5850            ! t/op/chop.t
5851 ____________________________________________________________________________
5852 [  8323] By: jhi                                   on 2001/01/05  00:47:23
5853         Log: Unify UTF-8 malformedness handling.
5854      Branch: perl
5855            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
5856 ____________________________________________________________________________
5857 [  8322] By: jhi                                   on 2001/01/04  22:21:54
5858         Log: The new $issymlink was unknown to Mksymlinks.
5859      Branch: metaconfig/U/perl
5860            ! Mksymlinks.U issymlink.U
5861      Branch: perl
5862            ! Configure config_h.SH
5863 ____________________________________________________________________________
5864 [  8321] By: jhi                                   on 2001/01/04  21:51:05
5865         Log: The test didn't work under the core test framework.
5866      Branch: perl
5867            ! t/lib/st-lock.t
5868 ____________________________________________________________________________
5869 [  8320] By: jhi                                   on 2001/01/04  21:14:22
5870         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
5871      Branch: perl
5872            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
5873 ____________________________________________________________________________
5874 [  8319] By: jhi                                   on 2001/01/04  20:46:17
5875         Log: Typo in #8312 when manually appying a problematic patch fragment.
5876      Branch: perl
5877            ! ext/Storable/Storable.xs
5878 ____________________________________________________________________________
5879 [  8318] By: jhi                                   on 2001/01/04  20:43:01
5880         Log: The $sh_c didn't fly.
5881      Branch: metaconfig
5882            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
5883            ! U/modified/Loc.U U/modified/myhostname.U
5884            ! U/modified/spitshell.U
5885      Branch: metaconfig/U/perl
5886            ! issymlink.U
5887      Branch: perl
5888            ! Configure config_h.SH
5889 ____________________________________________________________________________
5890 [  8317] By: jhi                                   on 2001/01/04  19:58:01
5891         Log: AIX builtin test -h is broken, changes based on
5892              
5893              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
5894              Date: Tue, 02 Jan 2001 11:24:39 +0100
5895              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5896              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
5897      Branch: metaconfig
5898            + U/modified/spitshell.U
5899            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
5900            ! U/modified/Loc.U U/modified/myhostname.U
5901      Branch: metaconfig/U/perl
5902            ! Mksymlinks.U issymlink.U
5903      Branch: perl
5904            ! Configure
5905 ____________________________________________________________________________
5906 [  8316] By: jhi                                   on 2001/01/04  19:02:22
5907         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
5908              From: Andy Dougherty <doughera@lafayette.edu>
5909              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
5910              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
5911              
5912              Beware of GNU ld.
5913      Branch: perl
5914            ! hints/solaris_2.sh
5915 ____________________________________________________________________________
5916 [  8315] By: jhi                                   on 2001/01/04  18:56:48
5917         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
5918              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
5919              Date: Wed, 3 Jan 2001 07:58:51 +0100
5920              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
5921      Branch: perl
5922            ! hints/solaris_2.sh
5923 ____________________________________________________________________________
5924 [  8314] By: jhi                                   on 2001/01/04  18:54:07
5925         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
5926              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5927              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
5928              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
5929              
5930              Doc tweak on #8313.
5931      Branch: perl
5932            ! ext/B/B/Deparse.pm
5933 ____________________________________________________________________________
5934 [  8313] By: jhi                                   on 2001/01/04  18:52:27
5935         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
5936              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
5937              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5938              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
5939              
5940              Make the peephole optimizer to bypass more null ops and
5941              and rewrite the deparse handling of continue blocks.
5942      Branch: perl
5943            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
5944 ____________________________________________________________________________
5945 [  8312] By: jhi                                   on 2001/01/04  18:47:39
5946         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
5947      Branch: perl
5948            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
5949            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
5950            ! t/lib/st-lock.t
5951 ____________________________________________________________________________
5952 [  8311] By: jhi                                   on 2001/01/04  18:36:08
5953         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
5954              filter to be run on each .pm during the pm_to_blib() phase,
5955              a fixed version of
5956              
5957              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
5958              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
5959              Date: Wed, 03 Jan 2001 22:01:30 +0100
5960              Message-ID: <5296.978555690@nice.ram.loc>
5961      Branch: perl
5962            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
5963            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
5964            ! lib/ExtUtils/MakeMaker.pm
5965 ____________________________________________________________________________
5966 [  8310] By: jhi                                   on 2001/01/04  18:32:54
5967         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
5968              From: Robin Barker <rmb1@cise.npl.co.uk>
5969              Date: Tue, 2 Jan 2001 15:35:03 GMT
5970              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
5971      Branch: perl
5972            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
5973            ! pod/perlrequick.pod
5974 ____________________________________________________________________________
5975 [  8309] By: jhi                                   on 2001/01/04  18:29:07
5976         Log: Subject: Re: [patch] static-ize XS()
5977              From: Doug MacEachern <dougm@covalent.net>
5978              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
5979              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
5980              
5981              Provide prototypes for the XS functions.
5982      Branch: perl
5983            ! lib/ExtUtils/xsubpp
5984 ____________________________________________________________________________
5985 [  8308] By: jhi                                   on 2001/01/04  18:27:44
5986         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
5987              From: Doug MacEachern <dougm@covalent.net>
5988              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
5989              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
5990      Branch: perl
5991            ! lib/ExtUtils/typemap
5992 ____________________________________________________________________________
5993 [  8307] By: jhi                                   on 2001/01/04  18:25:25
5994         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
5995              From: Doug MacEachern <dougm@covalent.net>
5996              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
5997              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
5998              
5999              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
6000      Branch: perl
6001            ! lib/ExtUtils/MM_Unix.pm
6002 ____________________________________________________________________________
6003 [  8306] By: jhi                                   on 2001/01/04  18:23:00
6004         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
6005              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6006              Date: Thu, 4 Jan 2001 12:47:10 +0100 
6007              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
6008              
6009              The toke.c part only, patching embed.h and proto.h is futile.
6010      Branch: perl
6011            ! toke.c
6012 ____________________________________________________________________________
6013 [  8305] By: jhi                                   on 2001/01/04  18:05:51
6014         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
6015              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6016              Date: Thu, 4 Jan 2001 17:50:12 +0100 
6017              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
6018      Branch: perl
6019            ! toke.c
6020 ____________________________________________________________________________
6021 [  8304] By: jhi                                   on 2001/01/04  18:03:26
6022         Log: Subject: [PATCH perl@8269]
6023              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6024              Date: Thu, 4 Jan 2001 12:53:39 +0100 
6025              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
6026              
6027              If running byacc write-enable also perly.h.
6028      Branch: perl
6029            ! Makefile.SH
6030 ____________________________________________________________________________
6031 [  8303] By: jhi                                   on 2001/01/04  15:40:49
6032         Log: Rewrite pp_concat() in terms of sv_catsv().
6033      Branch: perl
6034            ! pp_hot.c
6035 ____________________________________________________________________________
6036 [  8302] By: nick                                  on 2001/01/03  22:43:22
6037         Log: Integrate mainline.
6038      Branch: perlio
6039           !> ext/Encode/Encode.xs sv.c utf8.c
6040 ____________________________________________________________________________
6041 [  8301] By: jhi                                   on 2001/01/02  23:40:26
6042         Log: Variable naming tweak.
6043      Branch: perl
6044            ! sv.c
6045 ____________________________________________________________________________
6046 [  8300] By: jhi                                   on 2001/01/02  23:40:02
6047         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
6048              in is_utf8_string().
6049      Branch: perl
6050            ! utf8.c
6051 ____________________________________________________________________________
6052 [  8299] By: jhi                                   on 2001/01/02  22:14:40
6053         Log: Integrate perlio.
6054      Branch: perl
6055           !> pp.c pp_hot.c win32/Makefile
6056 ____________________________________________________________________________
6057 [  8298] By: nick                                  on 2001/01/02  22:03:06
6058         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
6059      Branch: perlio
6060            ! pp.c pp_hot.c
6061 ____________________________________________________________________________
6062 [  8297] By: jhi                                   on 2001/01/02  04:26:28
6063         Log: Signedness nit.
6064      Branch: perl
6065            ! ext/Encode/Encode.xs
6066 ____________________________________________________________________________
6067 [  8296] By: nick                                  on 2001/01/01  23:49:36
6068         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
6069      Branch: perlio
6070            ! win32/Makefile
6071 ____________________________________________________________________________
6072 [  8295] By: jhi                                   on 2001/01/01  23:05:48
6073         Log: Integrate perlio.
6074      Branch: perl
6075           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
6076           !> t/lib/encode.t
6077 ____________________________________________________________________________
6078 [  8294] By: nick                                  on 2001/01/01  22:48:34
6079         Log: Integrate mainline
6080      Branch: perlio
6081            ! pp_hot.c t/lib/encode.t
6082           !> (integrate 65 files)
6083 ____________________________________________________________________________
6084 [  8293] By: nick                                  on 2001/01/01  21:58:50
6085         Log: More rigor in UTF-8-ness of Encode's toUnicode
6086              XS export some of the utf8 internal functions.
6087              Test some of the functions.
6088              Fix pp_concat() bug shown by said tests.
6089      Branch: perlio
6090            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
6091            ! t/lib/encode.t
6092 ____________________________________________________________________________
6093 [  8292] By: jhi                                   on 2001/01/01  18:11:44
6094         Log: Integrate perlio.
6095      Branch: perl
6096           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
6097           !> ext/Encode/encengine.c ext/Encode/encode.h
6098 ____________________________________________________________________________
6099 [  8291] By: jhi                                   on 2001/01/01  18:10:58
6100         Log: Podify README.mpeix (a new version from the web),
6101              add a dummy NAME to Carp::Heavy, regen toc.
6102      Branch: perl
6103            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
6104            ! pod/perltoc.pod
6105 ____________________________________________________________________________
6106 [  8290] By: nick                                  on 2001/01/01  17:43:47
6107         Log: Loose the "Loading..." warning.
6108              Another bug in fallback support
6109      Branch: perlio
6110            ! ext/Encode/Encode.pm ext/Encode/encengine.c
6111 ____________________________________________________________________________
6112 [  8289] By: jhi                                   on 2001/01/01  00:01:57
6113         Log: Bump up Larry's copyright.
6114      Branch: perl
6115            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
6116            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
6117            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
6118            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
6119            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
6120            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
6121            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
6122            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
6123 ____________________________________________________________________________
6124 [  8288] By: nick                                  on 2000/12/31  21:27:53
6125         Log: Fix .ucm reading - forgot a chr()
6126              Start of .ucm write (for .enc to .ucm)
6127      Branch: perlio
6128            ! ext/Encode/compile
6129 ____________________________________________________________________________
6130 [  8287] By: jhi                                   on 2000/12/31  18:15:56
6131         Log: Comment away a diagnostic message as noted by Craig A. Berry
6132              (the unexpected message was confusing testing)
6133      Branch: perl
6134            ! ext/Encode/Encode.pm
6135 ____________________________________________________________________________
6136 [  8286] By: jhi                                   on 2000/12/31  18:14:51
6137         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
6138              Date: Sun, 31 Dec 2000 11:17:37 -0600
6139              From: "Craig A. Berry" <craigberry@mac.com>
6140              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
6141      Branch: perl
6142            ! ext/Encode/Makefile.PL
6143 ____________________________________________________________________________
6144 [  8285] By: nick                                  on 2000/12/31  18:11:54
6145         Log: Start of support of ICU-style .ucm files:
6146              - teach compile how to read a .ucm file
6147              - first guess at how to represent fallbacks in "tries".
6148              - use fallbacks if check == 0
6149              - new return code to indicate we used one.
6150      Branch: perlio
6151            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
6152            ! ext/Encode/encengine.c ext/Encode/encode.h
6153 ____________________________________________________________________________
6154 [  8284] By: jhi                                   on 2000/12/31  18:04:41
6155         Log: Pacify picky VMS compiler.
6156              
6157              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
6158              From: "Craig A. Berry" <craig.berry@psinetcs.com>
6159              Date: Sat, 30 Dec 2000 18:10:02 -0600
6160              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
6161      Branch: perl
6162            ! sv.c
6163 ____________________________________________________________________________
6164 [  8283] By: jhi                                   on 2000/12/31  16:11:47
6165         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
6166      Branch: perl
6167            ! t/lib/glob-basic.t
6168 ____________________________________________________________________________
6169 [  8282] By: jhi                                   on 2000/12/31  15:26:11
6170         Log: Integrate perlio.
6171      Branch: perl
6172           !> makedef.pl opcode.pl os2/os2.c perlio.c
6173 ____________________________________________________________________________
6174 [  8281] By: nick                                  on 2000/12/31  10:06:15
6175         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
6176              is available to be exported
6177      Branch: perlio
6178            ! makedef.pl perlio.c
6179 ____________________________________________________________________________
6180 [  8280] By: nick                                  on 2000/12/31  09:41:26
6181         Log: Ilya's OS2 patch (testing for damage on Win32)
6182      Branch: perlio
6183            ! makedef.pl opcode.pl os2/os2.c
6184 ____________________________________________________________________________
6185 [  8279] By: jhi                                   on 2000/12/30  21:52:07
6186         Log: Test nits.
6187      Branch: perl
6188            ! t/lib/syslfs.t t/op/lfs.t
6189 ____________________________________________________________________________
6190 [  8278] By: jhi                                   on 2000/12/30  21:47:49
6191         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
6192              From: andreas.koenig@anima.de (Andreas J. Koenig)
6193              Date: 30 Dec 2000 22:35:37 +0100
6194              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
6195              
6196              The 32-bit wraparound test wasn't quite right.
6197      Branch: perl
6198            ! t/lib/syslfs.t t/op/lfs.t
6199 ____________________________________________________________________________
6200 [  8277] By: jhi                                   on 2000/12/30  21:33:44
6201         Log: Subject: [PATCH] open() example in perlfunc.pod 
6202              From: Karsten Sperling <s_sperli@ira.uka.de>
6203              Date: Sat, 30 Dec 2000 22:27:09 +0100
6204              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
6205      Branch: perl
6206            ! pod/perlfunc.pod
6207 ____________________________________________________________________________
6208 [  8276] By: jhi                                   on 2000/12/30  20:32:40
6209         Log: Not quite that many tests yet.
6210      Branch: perl
6211            ! t/op/pat.t
6212 ____________________________________________________________________________
6213 [  8275] By: jhi                                   on 2000/12/30  20:26:58
6214         Log: Integrate perlio.
6215      Branch: perl
6216           !> toke.c
6217 ____________________________________________________________________________
6218 [  8274] By: jhi                                   on 2000/12/30  20:24:56
6219         Log: Signedness nit.
6220      Branch: perl
6221            ! utf8.c
6222 ____________________________________________________________________________
6223 [  8273] By: jhi                                   on 2000/12/30  20:15:46
6224         Log: Add a test case for 20000731.001 which was fixed by the #8267.
6225      Branch: perl
6226            ! t/op/pat.t
6227 ____________________________________________________________________________
6228 [  8272] By: nick                                  on 2000/12/30  19:47:51
6229         Log: Tweak for MULTIPLICITY/USE_PERLIO
6230      Branch: perlio
6231            ! toke.c
6232 ____________________________________________________________________________
6233 [  8271] By: nick                                  on 2000/12/30  19:46:45
6234         Log: Integrate mainline
6235      Branch: perlio
6236           +> lib/unicode/distinct.pm
6237           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
6238           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
6239           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
6240 ____________________________________________________________________________
6241 [  8270] By: jhi                                   on 2000/12/30  19:39:50
6242         Log: Subject: RE: perl@8269
6243              From: "Richard Soderberg" <rs@crystalflame.net>
6244              Date: Sat, 30 Dec 2000 11:36:27 -0800
6245              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
6246              
6247              A missing aTHX_.
6248      Branch: perl
6249            ! toke.c
6250 ____________________________________________________________________________
6251 [  8269] By: jhi                                   on 2000/12/30  18:55:48
6252         Log: Update Changes.
6253      Branch: perl
6254            ! Changes patchlevel.h
6255 ____________________________________________________________________________
6256 [  8268] By: jhi                                   on 2000/12/30  17:18:40
6257         Log: Add a test for Unicode split //.  The #8267 was the cure.
6258      Branch: perl
6259            ! t/op/split.t
6260 ____________________________________________________________________________
6261 [  8267] By: jhi                                   on 2000/12/30  17:14:19
6262         Log: Subject: more UTF8 test suites and an UTF8 patch
6263              From: Inaba Hiroto <inaba@st.rim.or.jp>
6264              Date: Sat, 30 Dec 2000 14:27:10 +0900
6265              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
6266              
6267              Just the patch part for now, and the pragma renamed
6268              as unicode::distinct.
6269      Branch: perl
6270            + lib/unicode/distinct.pm
6271            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
6272            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
6273            ! regcomp.h regexec.c sv.c toke.c utf8.c
6274 ____________________________________________________________________________
6275 [  8266] By: nick                                  on 2000/12/30  16:40:49
6276         Log: Integrate mainline
6277      Branch: perlio
6278           +> lib/Pod/Text/Overstrike.pm
6279           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
6280           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
6281           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
6282           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
6283           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
6284 ____________________________________________________________________________
6285 [  8265] By: jhi                                   on 2000/12/30  07:28:55
6286         Log: The sv_catsv() fix, take two.
6287      Branch: perl
6288            ! sv.c t/op/join.t
6289 ____________________________________________________________________________
6290 [  8264] By: jhi                                   on 2000/12/30  06:19:18
6291         Log: Undo all the join-related changes since #8248: relevant
6292              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
6293              The new sv_catsv() doesn't fly so it must go back to
6294              the drawing board.
6295      Branch: perl
6296            ! sv.c t/op/join.t t/pragma/utf8.t
6297 ____________________________________________________________________________
6298 [  8263] By: jhi                                   on 2000/12/30  01:08:32
6299         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
6300      Branch: perl
6301            ! sv.c
6302 ____________________________________________________________________________
6303 [  8262] By: jhi                                   on 2000/12/30  00:45:14
6304         Log: Retract #8261.
6305      Branch: perl
6306            ! hv.c util.c
6307 ____________________________________________________________________________
6308 [  8261] By: jhi                                   on 2000/12/30  00:38:32
6309         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
6310      Branch: perl
6311            ! hv.c util.c
6312 ____________________________________________________________________________
6313 [  8260] By: jhi                                   on 2000/12/29  22:51:33
6314         Log: (Retracted by #8264)  More fixing for #8251.
6315      Branch: perl
6316            ! sv.c
6317 ____________________________________________________________________________
6318 [  8259] By: jhi                                   on 2000/12/29  18:27:30
6319         Log: Subject: podlators 1.06 released
6320              From: Russ Allbery <rra@stanford.edu>
6321              Date: 25 Dec 2000 05:09:30 -0800
6322              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
6323      Branch: perl
6324            + lib/Pod/Text/Overstrike.pm
6325            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
6326            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
6327 ____________________________________________________________________________
6328 [  8258] By: jhi                                   on 2000/12/29  18:20:45
6329         Log: Make the large file tests more robust/talkative as suggested by
6330              
6331              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
6332              From: andreas.koenig@anima.de (Andreas J. Koenig)
6333              Date: 29 Dec 2000 14:23:01 +0100
6334              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
6335      Branch: perl
6336            ! t/lib/syslfs.t t/op/lfs.t
6337 ____________________________________________________________________________
6338 [  8257] By: jhi                                   on 2000/12/29  17:48:04
6339         Log: Further VMS piping fixes from Charles Lane:
6340              
6341              In summary, error messages produced when a subprocess terminated
6342              abnormally were being sent not just to the parent process, but to
6343              grandparents, because of default values for error output that were
6344              not completely overridden when the subprocess was started.
6345              
6346              This patch fixes this behavior by defining user-mode (i.e., temporary
6347              for the duration of the program) logical names for SYS$OUTPUT and
6348              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
6349              changes to make it so that the user-mode logicals are the ones that
6350              control where Perl's error messages go if it terminates abnormally.
6351              
6352              I also added some gratuitous fixes to the indentation of braces in
6353              the piping code.  It just looked ugly, before.
6354      Branch: perl
6355            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
6356 ____________________________________________________________________________
6357 [  8256] By: jhi                                   on 2000/12/29  17:45:12
6358         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
6359              From: "Casey R. Tweten" <crt@kiski.net>
6360              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
6361              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
6362              
6363              Tests for for #8240.
6364      Branch: perl
6365            ! t/pragma/constant.t
6366 ____________________________________________________________________________
6367 [  8255] By: jhi                                   on 2000/12/29  17:43:07
6368         Log: Subject: Re: [PATCH] Interesting syntax idea
6369              From: Simon Cozens <simon@cozens.net>
6370              Date: Fri, 29 Dec 2000 14:34:04 +0000
6371              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
6372              
6373              Tests for #8254.
6374      Branch: perl
6375            ! t/pragma/sub_lval.t
6376 ____________________________________________________________________________
6377 [  8254] By: jhi                                   on 2000/12/29  17:42:11
6378         Log: Subject: [PATCH] Interesting syntax idea
6379              From: Simon Cozens <simon@cozens.net>
6380              Date: Wed, 27 Dec 2000 05:08:57 +0000
6381              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
6382              
6383              Make opens + bareword assigns do typeglob assigns.
6384      Branch: perl
6385            ! op.c
6386 ____________________________________________________________________________
6387 [  8253] By: jhi                                   on 2000/12/29  17:36:45
6388         Log: Output the (apparent) version of gcc, as suggested by
6389              
6390              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
6391              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
6392              Date: 26 Dec 2000 04:29:17 -0500
6393              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
6394              
6395              (The patch as such didn't any more apply as the misparsing had
6396              already been addressed in #6474.)  Also change the wording about
6397              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
6398      Branch: perl
6399            ! hints/dec_osf.sh
6400 ____________________________________________________________________________
6401 [  8252] By: nick                                  on 2000/12/29  12:14:31
6402         Log: Integrate mainline
6403      Branch: perlio
6404           !> (integrate 27 files)
6405 ____________________________________________________________________________
6406 [  8251] By: jhi                                   on 2000/12/29  08:45:46
6407         Log: (Retracted by #8264)
6408              
6409              (Fixed by #8260.)
6410              
6411              sv_catsv() needs one more byte space than seems reasonable.
6412              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
6413              Curiouser and curiouser.
6414      Branch: perl
6415            ! sv.c
6416 ____________________________________________________________________________
6417 [  8250] By: jhi                                   on 2000/12/29  07:57:52
6418         Log: More split // UTF-8 tests.
6419      Branch: perl
6420            ! t/pragma/utf8.t
6421 ____________________________________________________________________________
6422 [  8249] By: jhi                                   on 2000/12/29  07:54:51
6423         Log: (Retracted by #8264)  More join() testing which was good because
6424              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
6425      Branch: perl
6426            ! pp.c t/op/join.t utf8.c utf8.h
6427 ____________________________________________________________________________
6428 [  8248] By: jhi                                   on 2000/12/29  07:08:32
6429         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
6430              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
6431              that the only cases to care about are byte+byte and byte+character.
6432              
6433              TODO: See how well pp_concat() could be implemented in terms
6434              of sv_catsv().
6435      Branch: perl
6436            ! doop.c sv.c t/op/join.t utf8.h
6437 ____________________________________________________________________________
6438 [  8247] By: jhi                                   on 2000/12/29  06:35:23
6439         Log: Signedness nit.
6440      Branch: perl
6441            ! pp_hot.c
6442 ____________________________________________________________________________
6443 [  8246] By: jhi                                   on 2000/12/29  01:23:31
6444         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
6445              From: Lupe Christoph <lupe@lupe-christoph.de>
6446              Date: Thu, 28 Dec 2000 23:00:00 +0100
6447              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
6448              
6449              Suggest rsync --delete --dry-run.
6450      Branch: perl
6451            ! pod/perlhack.pod
6452 ____________________________________________________________________________
6453 [  8245] By: jhi                                   on 2000/12/28  23:57:05
6454         Log: The maxiters upper limit sanity check (guarding against
6455              non-progress) assumed bytes instead of characters in s///
6456              and split().
6457      Branch: perl
6458            ! pp.c pp_hot.c
6459 ____________________________________________________________________________
6460 [  8244] By: jhi                                   on 2000/12/28  23:34:08
6461         Log: Make some panic messages a bit more logical.
6462      Branch: perl
6463            ! doop.c pod/perldiag.pod pp.c pp_hot.c
6464 ____________________________________________________________________________
6465 [  8243] By: jhi                                   on 2000/12/28  22:59:16
6466         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
6467              From: Simon Cozens <simon@cozens.net>
6468              Date: Wed, 27 Dec 2000 02:30:03 +0000
6469              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
6470      Branch: perl
6471            ! pp.c t/pragma/sub_lval.t
6472 ____________________________________________________________________________
6473 [  8242] By: jhi                                   on 2000/12/28  22:56:53
6474         Log: Subject: [PATCH blead] Fix B::Terse indentation
6475              From: Daniel Chetlin <daniel@chetlin.com>
6476              Date: Wed, 27 Dec 2000 06:43:30 -0800
6477              Message-ID: <20001227064329.B9573@darkstar>
6478      Branch: perl
6479            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
6480 ____________________________________________________________________________
6481 [  8241] By: jhi                                   on 2000/12/28  22:48:59
6482         Log: The latter patch from the
6483              
6484              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
6485              From: Peter Prymmer <pvhp@forte.com> 
6486              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
6487              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
6488              
6489              (the former patch from the above should have been
6490              taken care of by Nick I-S)
6491      Branch: perl
6492            ! win32/Makefile
6493 ____________________________________________________________________________
6494 [  8240] By: jhi                                   on 2000/12/28  22:45:22
6495         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
6496              From: "Casey R. Tweten" <crt@kiski.net>
6497              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
6498              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
6499      Branch: perl
6500            ! lib/constant.pm
6501 ____________________________________________________________________________
6502 [  8239] By: jhi                                   on 2000/12/28  22:37:45
6503         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
6504              From: Simon Cozens <simon@cozens.net>
6505              Date: Wed, 27 Dec 2000 14:12:44 +0000
6506              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
6507      Branch: perl
6508            ! t/op/method.t t/op/sort.t toke.c
6509 ____________________________________________________________________________
6510 [  8238] By: jhi                                   on 2000/12/28  22:30:32
6511         Log: Subject: [PATCH perl@8229] Call.pm
6512              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
6513              Date: Mon, 25 Dec 2000 10:47:15 -0000
6514              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
6515      Branch: perl
6516            ! ext/Filter/Util/Call/Call.pm
6517 ____________________________________________________________________________
6518 [  8237] By: jhi                                   on 2000/12/28  22:19:21
6519         Log: Subject: [PATCH blead] Fix problem with `&' prototype
6520              From: Daniel Chetlin <daniel@chetlin.com>
6521              Date: Wed, 27 Dec 2000 15:55:32 -0800
6522              Message-ID: <20001227155532.D9573@darkstar>
6523      Branch: perl
6524            ! op.c t/comp/proto.t
6525 ____________________________________________________________________________
6526 [  8236] By: jhi                                   on 2000/12/28  22:09:25
6527         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
6528              From: Daniel Chetlin <daniel@chetlin.com>
6529              Date: Sun, 24 Dec 2000 04:09:49 -0800
6530              Message-ID: <20001224040949.B3090@darkstar>
6531      Branch: perl
6532            ! gv.c mg.c t/op/attrs.t
6533 ____________________________________________________________________________
6534 [  8235] By: jhi                                   on 2000/12/28  22:07:11
6535         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
6536              From: Jan Dubois <jand@ActiveState.com>
6537              Date: Tue, 26 Dec 2000 20:57:31 -0800
6538              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
6539      Branch: perl
6540            ! win32/win32.c
6541 ____________________________________________________________________________
6542 [  8234] By: jhi                                   on 2000/12/28  21:52:42
6543         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
6544              From: Simon Cozens <simon@cozens.net>
6545              Date: Thu, 28 Dec 2000 20:33:13 +0000
6546              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
6547      Branch: perl
6548            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
6549 ____________________________________________________________________________
6550 [  8233] By: jhi                                   on 2000/12/28  19:40:49
6551         Log: Integrate perlio.
6552      Branch: perl
6553           !> ext/Encode/Makefile.PL ext/Encode/compile
6554 ____________________________________________________________________________
6555 [  8232] By: nick                                  on 2000/12/23  16:06:00
6556         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
6557              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
6558      Branch: perlio
6559            ! ext/Encode/Makefile.PL
6560 ____________________________________________________________________________
6561 [  8231] By: nick                                  on 2000/12/23  14:30:34
6562         Log: "Compiled" encode build cleanup
6563              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
6564              - .c files do not export sub-tables
6565      Branch: perlio
6566            ! ext/Encode/Makefile.PL ext/Encode/compile
6567 ____________________________________________________________________________
6568 [  8230] By: nick                                  on 2000/12/23  12:50:37
6569         Log: Integrate mainline
6570      Branch: perlio
6571           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
6572           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
6573           !> pod/perl5004delta.pod pod/perl5005delta.pod
6574           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
6575           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
6576           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
6577           !> pod/perlsub.pod
6578 ____________________________________________________________________________
6579 [  8229] By: jhi                                   on 2000/12/22  15:32:12
6580         Log: Integrate perlio.
6581      Branch: perl
6582           +> win32/distclean.bat
6583           !> MANIFEST t/io/utf8.t
6584 ____________________________________________________________________________
6585 [  8228] By: jhi                                   on 2000/12/22  15:29:40
6586         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
6587              From: Robin Barker <rmb1@cise.npl.co.uk>
6588              Date: Fri, 22 Dec 2000 12:17:38 GMT
6589              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
6590      Branch: perl
6591            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
6592            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
6593            ! pod/perl5004delta.pod pod/perl5005delta.pod
6594            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
6595            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
6596            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
6597            ! pod/perlsub.pod
6598 ____________________________________________________________________________
6599 [  8227] By: jhi                                   on 2000/12/22  15:24:28
6600         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
6601              From: "John L. Allen" <allen@grumman.com>
6602              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
6603              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
6604              
6605              Document APPLLIB_EXP.
6606      Branch: perl
6607            ! INSTALL
6608 ____________________________________________________________________________
6609 [  8226] By: nick                                  on 2000/12/21  22:11:50
6610         Log: Handy script for when one forgets to "dmake clean" 
6611      Branch: perlio
6612            + win32/distclean.bat
6613            ! MANIFEST
6614 ____________________________________________________________________________
6615 [  8225] By: nick                                  on 2000/12/21  21:54:04
6616         Log: CRLF platform issue with io/utf8 fix.
6617      Branch: perlio
6618            ! t/io/utf8.t
6619 ____________________________________________________________________________
6620 [  8224] By: nick                                  on 2000/12/21  21:02:20
6621         Log: Integrate mainline
6622      Branch: perlio
6623           !> Changes Configure Makefile.SH Porting/Glossary
6624           !> Porting/config.sh Porting/config_H configure.com
6625           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
6626           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
6627           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
6628           !> win32/config.bc win32/config.gc win32/config.vc
6629 ____________________________________________________________________________
6630 [  8223] By: jhi                                   on 2000/12/21  17:09:16
6631         Log: Update Changes.
6632      Branch: perl
6633            ! Changes patchlevel.h
6634 ____________________________________________________________________________
6635 [  8222] By: jhi                                   on 2000/12/21  16:24:01
6636         Log: Metaconfig unit changes for #8221.
6637      Branch: metaconfig/U/perl
6638           +> issymlink.U
6639            - testsyml.U
6640            ! Mksymlinks.U
6641 ____________________________________________________________________________
6642 [  8221] By: jhi                                   on 2000/12/21  16:23:48
6643         Log: Rename testsyml to issymlink.
6644      Branch: perl
6645            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6646            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
6647            ! win32/config.vc
6648 ____________________________________________________________________________
6649 [  8220] By: jhi                                   on 2000/12/21  15:47:26
6650         Log: Robustness support for #8218 (symlink forest) since the GNU
6651              tools seem to be overly picky about symlinkage depths.
6652      Branch: perl
6653            ! Makefile.SH t/io/fs.t
6654 ____________________________________________________________________________
6655 [  8219] By: jhi                                   on 2000/12/21  15:38:27
6656         Log: Metaconfig changes for #8218.
6657      Branch: metaconfig
6658            ! U/modified/Oldconfig.U
6659      Branch: metaconfig/U/perl
6660            + Mksymlinks.U
6661            ! testsyml.U
6662 ____________________________________________________________________________
6663 [  8218] By: jhi                                   on 2000/12/21  15:37:57
6664         Log: Add Configure option -Dmksymlinks which will create a symlink
6665              forest if the current/build differs from the source directory.
6666              TODO: mkdir -p is not portable.
6667      Branch: perl
6668            ! Configure
6669 ____________________________________________________________________________
6670 [  8217] By: jhi                                   on 2000/12/21  14:39:12
6671         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
6672              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
6673              Date: Thu, 21 Dec 2000 09:38:18 GMT
6674              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
6675              
6676              The ofs became an SV.
6677      Branch: perl
6678            ! ext/Thread/Thread.xs
6679 ____________________________________________________________________________
6680 [  8216] By: jhi                                   on 2000/12/21  05:40:21
6681         Log: The polymorphism seems to have fixed 20000517.001.
6682      Branch: perl
6683            ! t/pragma/utf8.t
6684 ____________________________________________________________________________
6685 [  8215] By: jhi                                   on 2000/12/21  04:44:52
6686         Log: read() documentation tweak for 20001121.004.
6687      Branch: perl
6688            ! pod/perlfunc.pod
6689 ____________________________________________________________________________
6690 [  8214] By: jhi                                   on 2000/12/21  03:54:11
6691         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
6692      Branch: perl
6693            ! pp_sys.c t/op/misc.t
6694 ____________________________________________________________________________
6695 [  8213] By: jhi                                   on 2000/12/21  00:28:10
6696         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
6697              From: Peter Prymmer <pvhp@forte.com>
6698              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
6699              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
6700      Branch: perl
6701            ! configure.com
6702 ____________________________________________________________________________
6703 [  8212] By: jhi                                   on 2000/12/21  00:26:21
6704         Log: Edit edit edit.
6705      Branch: perl
6706            ! pod/perlfaq3.pod
6707 ____________________________________________________________________________
6708 [  8211] By: jhi                                   on 2000/12/20  18:52:46
6709         Log: Update Changes.
6710      Branch: perl
6711            ! Changes patchlevel.h
6712 ____________________________________________________________________________
6713 [  8210] By: jhi                                   on 2000/12/20  18:34:47
6714         Log: Yet another editor edit.
6715      Branch: perl
6716            ! pod/perlfaq3.pod
6717 ____________________________________________________________________________
6718 [  8209] By: jhi                                   on 2000/12/20  15:33:28
6719         Log: More Win32 Perling.
6720      Branch: perl
6721            ! pod/perlfaq3.pod
6722 ____________________________________________________________________________
6723 [  8208] By: jhi                                   on 2000/12/20  15:07:46
6724         Log: More Win32 editor/IDE/shell hints.
6725      Branch: perl
6726            ! pod/perlfaq3.pod
6727 ____________________________________________________________________________
6728 [  8207] By: jhi                                   on 2000/12/20  03:54:08
6729         Log: Subject: [PATCH] obscure timing knowledge
6730              From: Nicholas Clark <nick@ccl4.org>
6731              Date: Tue, 19 Dec 2000 19:22:31 +0000
6732              Message-ID: <20001219192231.F2827@plum.flirble.org>
6733      Branch: perl
6734            ! sv.c
6735 ____________________________________________________________________________
6736 [  8206] By: jhi                                   on 2000/12/20  03:45:57
6737         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
6738              From: Spider Boardman <spider@leggy.zk3.dec.com>
6739              Date: Tue, 19 Dec 2000 21:30:16 -0500
6740              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
6741      Branch: perl
6742            ! sv.c
6743 ____________________________________________________________________________
6744 [  8205] By: jhi                                   on 2000/12/19  23:02:01
6745         Log: Update Changes.
6746      Branch: perl
6747            ! Changes patchlevel.h
6748 ____________________________________________________________________________
6749 [  8204] By: jhi                                   on 2000/12/19  22:58:18
6750         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
6751              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
6752              on editors and diffing/patching.
6753      Branch: perl
6754            ! t/op/utf8decode.t
6755 ____________________________________________________________________________
6756 [  8203] By: nick                                  on 2000/12/19  21:36:16
6757         Log: Integrate mainline (forgot my own change...)
6758      Branch: perlio
6759           !> ext/Encode/compile
6760 ____________________________________________________________________________
6761 [  8202] By: nick                                  on 2000/12/19  21:34:42
6762         Log: Integrate mainline.
6763      Branch: perlio
6764           !> (integrate 61 files)
6765 ____________________________________________________________________________
6766 [  8201] By: nick                                  on 2000/12/19  21:34:06
6767         Log: Avoid looking for File::Glob when we don't need it.
6768      Branch: perl
6769            ! ext/Encode/compile
6770 ____________________________________________________________________________
6771 [  8200] By: jhi                                   on 2000/12/19  18:35:49
6772         Log: Update Changes.
6773      Branch: perl
6774            ! Changes patchlevel.h
6775 ____________________________________________________________________________
6776 [  8199] By: jhi                                   on 2000/12/19  18:35:07
6777         Log: Microperl tweaks.
6778      Branch: perl
6779            ! sv.c uconfig.h uconfig.sh
6780 ____________________________________________________________________________
6781 [  8198] By: jhi                                   on 2000/12/19  18:29:59
6782         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
6783      Branch: perl
6784            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6785            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
6786 ____________________________________________________________________________
6787 [  8197] By: jhi                                   on 2000/12/19  17:55:29
6788         Log: In VMS embedded perls couldn't access the statically built Socket,
6789              from Charles Lane.
6790      Branch: perl
6791            ! configure.com
6792 ____________________________________________________________________________
6793 [  8196] By: jhi                                   on 2000/12/19  17:49:50
6794         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
6795              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
6796              Date: Sun, 17 Dec 2000 19:11:44 -0000
6797              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
6798      Branch: perl
6799            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6800            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
6801 ____________________________________________________________________________
6802 [  8195] By: jhi                                   on 2000/12/19  17:47:53
6803         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
6804              From: Jonathan Stowe <gellyfish@gellyfish.com>
6805              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
6806              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
6807      Branch: perl
6808            ! utils/h2xs.PL
6809 ____________________________________________________________________________
6810 [  8194] By: jhi                                   on 2000/12/19  17:46:28
6811         Log: Subject: Re: useless use of void context work-around
6812              From: andreas.koenig@anima.de (Andreas J. Koenig)
6813              Date: 16 Dec 2000 15:13:36 +0100
6814              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
6815              
6816              Document (comment) the q(di ds ig) trick in the code.
6817      Branch: perl
6818            ! op.c
6819 ____________________________________________________________________________
6820 [  8193] By: jhi                                   on 2000/12/19  17:10:57
6821         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
6822              From: "Mark J. Reed" <mreed@strange.turner.com>
6823              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
6824              Message-Id: <200012160222.VAA13986@strange.turner.com>
6825      Branch: perl
6826            ! ext/Sys/Syslog/Syslog.pm
6827 ____________________________________________________________________________
6828 [  8192] By: jhi                                   on 2000/12/19  17:07:45
6829         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
6830              From: Nicholas Clark <nick@ccl4.org>
6831              Date: Sat, 16 Dec 2000 19:03:13 +0000
6832              Message-ID: <20001216190313.D68304@plum.flirble.org>
6833      Branch: perl
6834            ! t/op/64bitint.t
6835 ____________________________________________________________________________
6836 [  8191] By: jhi                                   on 2000/12/19  17:06:13
6837         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
6838              From: Dominic Dunlop <domo@computer.org>
6839              Date: Mon, 18 Dec 2000 12:00:15 +0100
6840              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
6841              
6842              This patchlet is needed in order that perl can be statically linked.  
6843      Branch: perl
6844            ! regexec.c
6845 ____________________________________________________________________________
6846 [  8190] By: jhi                                   on 2000/12/19  17:03:08
6847         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
6848              From: "Craig A. Berry" <craig.berry@psinetcs.com>
6849              Date: Sun, 17 Dec 2000 00:18:35 -0600
6850              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
6851      Branch: perl
6852            ! perlio.h vms/gen_shrfls.pl
6853 ____________________________________________________________________________
6854 [  8189] By: jhi                                   on 2000/12/19  16:20:28
6855         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
6856              From: Prymmer/Kahn <pvhp@best.com>
6857              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
6858              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
6859              
6860              A better version of #8188.
6861      Branch: perl
6862            ! pod/perlfaq3.pod
6863 ____________________________________________________________________________
6864 [  8188] By: jhi                                   on 2000/12/19  15:57:06
6865         Log: (Replaced by #8189)
6866              
6867              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
6868              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
6869              From: Prymmer/Kahn <pvhp@best.com>
6870              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
6871              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
6872              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
6873              Date: Mon, 18 Dec 2000 11:10:45 -0500
6874              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
6875      Branch: perl
6876            ! pod/perlfaq3.pod
6877 ____________________________________________________________________________
6878 [  8187] By: jhi                                   on 2000/12/19  15:54:19
6879         Log: Email address fix for Anton Berezin.
6880      Branch: perl
6881            ! AUTHORS
6882 ____________________________________________________________________________
6883 [  8186] By: jhi                                   on 2000/12/19  15:38:54
6884         Log: Subject: [PATCH perl@8102] cygwin port
6885              From: "Eric Fifer" <efifer@dircon.co.uk> 
6886              Date: Thu, 14 Dec 2000 13:41:29 -0000
6887              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
6888              
6889              When compiling modules the data item that is being imported
6890              from libperl.dll needs to be tagged as imported/shared data:
6891              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
6892      Branch: perl
6893            ! perliol.h
6894 ____________________________________________________________________________
6895 [  8185] By: jhi                                   on 2000/12/19  14:53:24
6896         Log: Regen uconfig.h and uconfig.sh.
6897      Branch: perl
6898            ! uconfig.h uconfig.sh
6899 ____________________________________________________________________________
6900 [  8184] By: jhi                                   on 2000/12/18  20:43:49
6901         Log: Comments work so much better when they are closed.
6902      Branch: perl
6903            ! regcomp.c
6904 ____________________________________________________________________________
6905 [  8183] By: jhi                                   on 2000/12/18  18:04:02
6906         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
6907              Fixes the bug 20001218.016.
6908      Branch: perl
6909            ! regcomp.c
6910 ____________________________________________________________________________
6911 [  8182] By: gsar                                  on 2000/12/18  09:53:47
6912         Log: delete spurious files
6913      Branch: maint-5.6/perl
6914            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
6915            - vos/config.h vos/config_h.SH_orig
6916 ____________________________________________________________________________
6917 [  8181] By: gsar                                  on 2000/12/18  09:46:08
6918         Log: regen perltoc
6919      Branch: maint-5.6/perl
6920            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
6921 ____________________________________________________________________________
6922 [  8180] By: gsar                                  on 2000/12/18  09:20:27
6923         Log: integrate changes#7924..7926,7946,7952 from mainline
6924      Branch: maint-5.6/perl
6925           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
6926           !> lib/File/stat.pm t/lib/class-struct.t
6927 ____________________________________________________________________________
6928 [  8179] By: gsar                                  on 2000/12/18  08:55:54
6929         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
6930              7918,7919,7988,8907 from mainline (various)
6931      Branch: maint-5.6/perl
6932           +> t/lib/class-struct.t
6933           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
6934           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
6935           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
6936 ____________________________________________________________________________
6937 [  8178] By: gsar                                  on 2000/12/18  08:16:30
6938         Log: avoid redefinition warnings on windows due to sys/socket.h getting
6939              #included before win32.h
6940      Branch: maint-5.6/perl
6941            ! win32/include/sys/socket.h
6942 ____________________________________________________________________________
6943 [  8177] By: gsar                                  on 2000/12/18  05:24:04
6944         Log: make regen_headers; fix POSIX.xs problems; remove outdated
6945              code from sys/socket.h that makes build fail now
6946      Branch: maint-5.6/perl
6947            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
6948            ! pod/perlapi.pod
6949           !> win32/include/sys/socket.h
6950 ____________________________________________________________________________
6951 [  8176] By: gsar                                  on 2000/12/18  05:20:17
6952         Log: update Changes
6953      Branch: maint-5.6/perl
6954            ! Changes patchlevel.h
6955 ____________________________________________________________________________
6956 [  8175] By: gsar                                  on 2000/12/18  04:57:48
6957         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
6958              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
6959              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
6960              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
6961              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
6962              7823,7825,7838
6963      Branch: maint-5.6/perl
6964           +> lib/File/Spec/Epoc.pm
6965           !> (integrate 88 files)
6966 ____________________________________________________________________________
6967 [  8174] By: gsar                                  on 2000/12/18  03:53:09
6968         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
6969              7625..7629,7631..7634,7637,7639,7642 from mainline
6970      Branch: maint-5.6/perl
6971           +> README.solaris
6972           !> (integrate 26 files)
6973 ____________________________________________________________________________
6974 [  8173] By: gsar                                  on 2000/12/18  03:37:02
6975         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
6976              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
6977              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
6978              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
6979      Branch: maint-5.6/perl
6980           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
6981            - MAINTAIN
6982           !> (integrate 111 files)
6983 ____________________________________________________________________________
6984 [  8172] By: jhi                                   on 2000/12/18  02:49:27
6985         Log: Regen pods.
6986      Branch: perl
6987            ! pod/perlmodlib.pod pod/perltoc.pod
6988 ____________________________________________________________________________
6989 [  8171] By: gsar                                  on 2000/12/18  02:49:24
6990         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
6991              7465..7471 from mainline
6992              
6993              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
6994              in platforms that strictly require all the symbols being present
6995              at link time.
6996              
6997              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
6998              
6999              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
7000              
7001              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
7002              
7003              Subject: [PATCH] todo
7004              
7005              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
7006              
7007              Use $sort, $uniq (and $tr) consistently as wondered
7008              by Nicholas Clark.
7009              
7010              Too enthusiastic editing in #7460.
7011              
7012              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
7013              
7014              Upgrade to CPAN 1.58_55.
7015              Subject: CPAN.pm status
7016              
7017              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
7018              
7019              Make target reordering to avoid pointless re-makes.
7020              Subject: Re: Total re-make of 'make okfile' after 7451 ?
7021              
7022              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
7023              
7024              Subject: DOC PATCH 5.6.0
7025              
7026              Add the repository doc by Malcolm, Sarathy, and by Simon,
7027              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
7028      Branch: maint-5.6/perl
7029           +> Porting/repository.pod
7030           !> Configure MANIFEST Makefile.SH README.dos README.os2
7031           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
7032           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
7033           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
7034 ____________________________________________________________________________
7035 [  8169] By: gsar                                  on 2000/12/18  02:33:34
7036         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
7037              7435..7441,7445 from mainline
7038              
7039              Make the UTF-8 decoding stricter and more verbose when
7040              malformation happens.  This involved adding an argument
7041              to utf8_to_uv_chk(), which involved changing its prototype,
7042              and prefer STRLEN over I32 for the UTF-8 length, which as
7043              a domino effect necessitated changing the prototypes of
7044              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
7045              The stricter UTF-8 decoding checking uses Markus Kuhn's
7046              UTF-8 Decode Stress Tester from
7047              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
7048              
7049              Run vms/vms_yfix.pl, should have done that after changing
7050              perly.c in #7382.
7051              
7052              Subject: [PATCH 5.7.0] static linking with uninstalled perl
7053              
7054              (Replaced by #7440.)
7055              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
7056              
7057              Fix the bug ID 20001024.005, the bug introduced by #7416.
7058              
7059              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
7060              
7061              Fix the bug reported in
7062              From: andreas.koenig@anima.de (Andreas J. Koenig)
7063              Also make is_utf8_char() stricter.
7064              
7065              Missed the header file changes from #7425.
7066              
7067              Check if stdio supports tweaking lval and cnt simultaneously.
7068              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
7069              
7070              Stratus VOS updates from Paul Green.
7071              
7072              Podify README.epoc and README.vos.
7073              
7074              Add targets to Makefile.SH, most importantly
7075              'regen_all' which also remembers to update vms/perly*.
7076              
7077              Subject: Minor update to find2perl, for portability
7078              
7079              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
7080              
7081              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
7082              
7083              Rename UTF8LEN() to be UNISKIP(), too confusing to have
7084              UTF8LEN() and UTF8SKIP(). 
7085              
7086              Allow poking holes at the UTF-8 decoding strictness.
7087              
7088              Continue the internal UTF-8 API tweaking.
7089              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
7090              used much more than the simpler API, now called utf8_to_uv_simple().
7091              Still not quite happy with API, too much partial duplication
7092              of functionality.
7093              
7094              A new version of making the syslog test more robust.
7095              (Replaces #7421.)
7096              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
7097              
7098              buildtoc target tweaks.
7099              
7100              Integrate with vmsperl #7430 by Charles Bailey:
7101              
7102              Cleanup from prior patch (Charles Lane?):
7103              - improve handling of MFDs in Basename and Path
7104              - default to no xsubpp line # munging when building debug images
7105      Branch: maint-5.6/perl
7106           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7107           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
7108           !> (integrate 67 files)
7109 ____________________________________________________________________________
7110 [  8168] By: gsar                                  on 2000/12/18  02:05:49
7111         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
7112              
7113              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
7114              From: Martin Husemann <martin@duskware.de>
7115              
7116              Subject: [PATCH 5.7.0] restore match data on backtracing
7117              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7118      Branch: maint-5.6/perl
7119           !> regcomp.c regexec.c t/op/re_tests
7120 ____________________________________________________________________________
7121 [  8167] By: gsar                                  on 2000/12/18  01:55:22
7122         Log: integrate changes#7858,7986 from mainline
7123              
7124              C<foreach my $x ...> in pseudo-fork()ed process may diddle
7125              parent's memory; fix it by keeping track of the actual pad
7126              offset rather than a raw pointer (this change is probably also
7127              relevant to non-ithreads case to avoid fallout from reallocs of
7128              the pad array, but is currently only enabled for the ithreads
7129              case in the interests of minimal disruption to existing "well
7130              tested" code)
7131              
7132              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
7133              due to the notorious GetFileType() bug in Windows 9x, which fstat()
7134              tickles)
7135      Branch: maint-5.6/perl
7136           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
7137           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
7138           !> win32/win32.c win32/win32.h win32/win32sck.c
7139 ____________________________________________________________________________
7140 [  8166] By: gsar                                  on 2000/12/18  01:52:59
7141         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
7142              from mainline (xsubpp and ExtUtils::LibList fixups, various
7143              other small items)
7144      Branch: maint-5.6/perl
7145           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
7146           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
7147           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
7148           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
7149           !> win32/bin/search.pl
7150 ____________________________________________________________________________
7151 [  8165] By: gsar                                  on 2000/12/18  01:28:45
7152         Log: integrate changes#7533,7563,7611,7623 from mainline (various
7153              malloc.c embellishments)
7154      Branch: maint-5.6/perl
7155           !> malloc.c pod/perldiag.pod
7156 ____________________________________________________________________________
7157 [  8164] By: gsar                                  on 2000/12/18  01:23:33
7158         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
7159              fixups)
7160      Branch: maint-5.6/perl
7161           !> utils/h2xs.PL
7162 ____________________________________________________________________________
7163 [  8163] By: gsar                                  on 2000/12/18  01:17:50
7164         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
7165              fixups)
7166      Branch: maint-5.6/perl
7167           !> Makefile.SH utils/perlbug.PL
7168 ____________________________________________________________________________
7169 [  8162] By: gsar                                  on 2000/12/18  00:25:43
7170         Log: always export Perl_deb() (it is required by re.xs whether
7171              Perl is built with or without -DDEBUGGING)
7172      Branch: maint-5.6/perl
7173            ! makedef.pl
7174 ____________________________________________________________________________
7175 [  8161] By: gsar                                  on 2000/12/18  00:23:38
7176         Log: integrate change#7414 from mainline
7177              
7178              Undo the basename() part of #7412 since the lib/basename
7179              tests would need upgrading too.
7180              
7181              squelch two tests in tr.t that rely on tr/// paranoia change
7182              that's not in 5.6.x
7183      Branch: maint-5.6/perl
7184            ! t/op/tr.t
7185           !> lib/File/Basename.pm
7186 ____________________________________________________________________________
7187 [  8160] By: gsar                                  on 2000/12/18  00:05:30
7188         Log: missing change in previous integrate
7189      Branch: maint-5.6/perl
7190           !> README.aix
7191 ____________________________________________________________________________
7192 [  8159] By: gsar                                  on 2000/12/18  00:03:38
7193         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
7194              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
7195              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
7196              7410..7413 from mainline
7197      Branch: maint-5.6/perl
7198           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
7199           +> t/lib/tie-splice.t
7200            - lib/unicode/Is/DCinital.pl
7201           !> (integrate 112 files)
7202 ____________________________________________________________________________
7203 [  8158] By: jhi                                   on 2000/12/17  23:04:24
7204         Log: Subject: [PATCHES] RE: perl@8150 
7205              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
7206              Date: Sun, 17 Dec 2000 21:46:39 +0100
7207              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
7208              
7209              Neither cygwin has a getpwuid() one can trust on.
7210      Branch: perl
7211            ! t/lib/glob-basic.t
7212 ____________________________________________________________________________
7213 [  8157] By: jhi                                   on 2000/12/17  23:01:54
7214         Log: More MAN.PODS => {} fixes.
7215      Branch: perl
7216            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
7217            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
7218            ! os2/OS2/REXX/Makefile.PL
7219 ____________________________________________________________________________
7220 [  8156] By: gsar                                  on 2000/12/17  22:49:13
7221         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
7222              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
7223              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
7224              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
7225              7201,7204 from mainline
7226      Branch: maint-5.6/perl
7227           !> (integrate 121 files)
7228 ____________________________________________________________________________
7229 [  8155] By: jhi                                   on 2000/12/17  22:30:58
7230         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
7231              From: "Craig A. Berry" <craigberry@mac.com>
7232              Date: Sun, 17 Dec 2000 13:09:28 -0600
7233              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
7234              
7235              MAN.PODS => ' ' is naughty.
7236      Branch: perl
7237            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
7238 ____________________________________________________________________________
7239 [  8154] By: nick                                  on 2000/12/17  22:07:13
7240         Log: MULTIPLICITY nit.
7241      Branch: perl
7242            ! mg.c
7243 ____________________________________________________________________________
7244 [  8153] By: gsar                                  on 2000/12/17  21:23:05
7245         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
7246              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
7247              from mainline
7248              
7249              Document the SvIOK_.*UV().
7250              
7251              Update Unicode todo list.
7252              
7253              Guard against bad string->int conversion for quads.
7254              
7255              Subject: small apidoc fix
7256              
7257              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
7258              
7259              Subject: [PATCH] Tied filehandle documentation
7260              
7261              Subject: [PATCH] Modernize Opcode.pm documentation
7262              
7263              Make Data::Dumper (non-XS) to work with changed semantics of ref().
7264              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
7265              [applied even though said semantics didn't change in 5.6.x]
7266              
7267              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
7268              
7269              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
7270              
7271              Fix the URL, but the server is still missing in action.
7272              Subject: [ID 20000905.002] perlfaq1.pod URL error
7273              
7274              Subject: [ID 20000903.001] \w in utf8-strings
7275              
7276              Fix the ccversion detection for 5.1 and beyond.
7277              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
7278              
7279              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
7280              
7281              Subject: [ID 20000904.008] Tiny fix for perldiag
7282              
7283              Subject: Re: [ID 20000906.004] segfault with bad perl statement
7284              
7285              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
7286              
7287              Subject: [ID 20000908.002] perlipc documentation bug.
7288              
7289              Subject: [PATCH lib/Benchmark.pm]
7290              
7291              Re-allow vec() for characters > 255.
7292              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
7293              
7294              Do away with memory models cruft.  Sorry, PDP users.
7295              
7296              Continue #7041.
7297              
7298              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
7299              
7300              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
7301              
7302              Upgrade to CPAN 1.57_65, from Andreas König.
7303              
7304              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
7305              by Russ Allbery.
7306              
7307              Silence t/pod/*.t about alternate quote-mappings now implemented
7308              by Pod::Text, from Brad Appleton.
7309              
7310              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
7311              Subject: borland C++ win32.c tweak
7312              
7313              C<@a = @b = split(...)> optimization coredumps under ithreads
7314              (missed a spot when fixing up op_pmreplroot hack for ithreads)
7315              
7316              Document the SvUTF8*().
7317              
7318              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
7319              
7320              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
7321              
7322              Do in VMS as the #7054 does.
7323              
7324              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
7325              
7326              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
7327              
7328              Subject: [patch: perl@7045] vms updates
7329              
7330              Test for the #7049.
7331              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
7332              
7333              Break up the myconfig lines a bit.
7334              Subject: perlbug/perl -V output format
7335              
7336              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
7337              
7338              The #7054 truncated Configure badly.
7339              
7340              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
7341              initialization in all the threads on Windows
7342              
7343              Allow for whitespace between "#" and "line" in cpp output.
7344              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
7345              
7346              Remove vestiges of tr//CU.
7347              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
7348              
7349              The return value of setlocale must be copied away.
7350              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
7351              
7352              Allow chop() and chomp() to be overridden.
7353              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
7354              
7355              Hints optimization.
7356              Subject: Minor nit
7357              
7358              Subject: [PATCH] de-wall t/README
7359              
7360              Subject: Re: Two advertising clauses need to be removed
7361      Branch: maint-5.6/perl
7362           !> (integrate 75 files)
7363 ____________________________________________________________________________
7364 [  8152] By: gsar                                  on 2000/12/17  20:30:11
7365         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
7366              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
7367              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
7368              
7369              Don't attach -ld to the archname if pointless.
7370              
7371              Document UNTIE in a very minimalistic way.
7372              
7373              POSIX doesn't report long double values under -Duselongdouble
7374              when the long doubles are "real" (bigger than doubles).
7375              
7376              More author updates.
7377              
7378              Try to deduce NV_MAX.  Really should be Configure fodder.
7379              
7380              :: not allowed in pathnames, change to .
7381              Subject: [PATCH perl@6938] cygwin port
7382              
7383              Forget about NV_MAX (#6951).  Various floating point tweaks,
7384              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
7385              
7386              Move the Solaris 7 scan to use64bitall, make the
7387              failure to find 64-bot sparc libc to mention the
7388              possibility of being in an intel, from Lupe and Alan.
7389              
7390              Regen perltoc.
7391              
7392              AUTHORS tweaks, from Peter Prymmer.
7393              
7394              More address tweaking.
7395              
7396              Small tweaks all over.
7397              
7398              File::Temp patches from Andreas König,
7399              
7400              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
7401              
7402              Subject: CPAN.pm beta 1.57_57 for the core
7403              
7404              Part of the solution.
7405              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
7406              
7407              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
7408              
7409              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
7410              
7411              Add the overload warnings to perldiag.
7412              
7413              Drop unused argument.
7414              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
7415              
7416              Subject: Nit in Configure (bleadperl@6961)
7417              
7418              Update to PodParser 1.18, from Brad Appleton.
7419              
7420              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
7421              
7422              Subject: [PATCH: 6948] add SCNfldbl to configure.com
7423              
7424              Document UNTIE. Also tweak implementation to suppress the 'inner references'
7425              warning when UNTIE exists and instead pass the cound of extra references to
7426              the UNTIE method.
7427              
7428              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
7429              so that case-ignoring systems like DCL can tell them from
7430              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
7431              
7432              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
7433              
7434              Feature ordering tweak.
7435              
7436              Regen perltoc.
7437              
7438              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
7439              
7440              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
7441              
7442              Subject: http:// in L<>
7443              
7444              Detypo.
7445              
7446              change#6791 accidentally clobbered change#6710, put it back
7447              
7448              Only the first line, thank you very much.
7449              
7450              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
7451              plus rework the http: spots as suggested by Tom Christiansen,
7452              plus regen perltoc.
7453              
7454              Undo part of change 6489 which looks like a bulk edit which
7455              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
7456              The supressing of main:: on return from select() is undesirable.
7457              
7458              Apparently avoiding the swapping is too costly.
7459              
7460              Various Configure nits by Philip Newton,
7461              plus the ebcdic one by me.
7462              
7463              Make certain cc is set before trying to run it.
7464              
7465              If overloaded %{} etc. return the object do not loop.
7466              Thus  sub deref { $_[0] } functions if object is wanted type.
7467              
7468              Update perlhist.
7469              
7470              More %{} and other deref special casing - do not pass to 'nomethod'.
7471      Branch: maint-5.6/perl
7472           !> (integrate 59 files)
7473 ____________________________________________________________________________
7474 [  8151] By: gsar                                  on 2000/12/17  19:14:38
7475         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
7476              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
7477              
7478              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
7479              
7480              Make the epsilon to be relative, not absolute.
7481              
7482              Put back the flags dump as reasoned in
7483              Subject: Re: [PATCH] Glob dumping
7484              
7485              Introduce ccname to keep track of what compiler kind of we have.
7486              
7487              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
7488              
7489              Put back the slice accidentally removed by #6907.
7490              
7491              Reset archname and archname64 always, forcing them be
7492              recomputed at each Configure run, make Configure and
7493              the hints files agree on the naming of largefiles variables.
7494              
7495              Don't say "Perl 5.0 source kit".
7496              
7497              Subject: [PATCH] fix misc cast warnings
7498              
7499              Subject: typos in pods
7500              
7501              NVs not necessarily doubles, as pointed out by Yitzchak.
7502              
7503              Subject: [PATCH 6889] add a few ldbl formats to configure.com
7504              
7505              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
7506              
7507              Better options for rsync.
7508              
7509              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
7510              
7511              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
7512              
7513              Subject: [PATCH] Re: UNTIE method 
7514              
7515              A better fix for the Socket building problem from Craig Berry.
7516              
7517              Retract the dummy test, skip the security tests (instead of failing),
7518              explain what the warnings mean.
7519              
7520              Heap decorruption.
7521              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
7522              
7523              Update to Unicode 3.0.1.
7524              
7525              Missed one Unicode file.
7526              
7527              Subject: Re: typos in pods
7528              
7529              The #6929 was too skimpy.
7530              
7531              sscanf() may be the only way to read long doubles from strings.
7532              
7533              Reveal Borland's isnan.
7534              Subject: build with BC++ tweak
7535              
7536              Issue useful diagnostic on unknown pod commands.
7537              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
7538              
7539              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
7540              
7541              Clarify the third case of ftmp-security warnings.
7542              
7543              Make -Dusemorebits find long doubles in Solaris.
7544              
7545              Wrap the test in eval.
7546      Branch: maint-5.6/perl
7547           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
7548           +> lib/unicode/PropList.txt lib/unicode/README.perl
7549           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
7550           +> lib/unicode/Unicode.301 vms/vmspipe.com
7551            - lib/unicode/Props.txt lib/unicode/UCD300.html
7552            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
7553           !> (integrate 305 files)
7554 ____________________________________________________________________________
7555 [  8150] By: jhi                                   on 2000/12/17  18:47:57
7556         Log: Uncheckedin generated files.
7557      Branch: perl
7558            ! global.sym perlapi.c pod/perlapi.pod
7559 ____________________________________________________________________________
7560 [  8149] By: jhi                                   on 2000/12/17  18:41:22
7561         Log: Update Changes.
7562      Branch: perl
7563            ! Changes patchlevel.h
7564 ____________________________________________________________________________
7565 [  8148] By: jhi                                   on 2000/12/17  18:39:16
7566         Log: Subject: [PATCH] Fcntl constants speedup
7567              From: Nicholas Clark <nick@ccl4.org>
7568              Date: Sun, 17 Dec 2000 16:29:24 +0000
7569              Message-ID: <20001217162924.E97668@plum.flirble.org>
7570              
7571              Use IVs for the Fcntl constants instead of NVs.
7572      Branch: perl
7573            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
7574 ____________________________________________________________________________
7575 [  8147] By: jhi                                   on 2000/12/17  18:33:41
7576         Log: Add test for #8145 (binmode() warning), add warning for
7577              ioctl() and sockpair(), document them. (fileno() cannot
7578              be tripwired with the same kind of warning because
7579              'defined fileno($foo)' seems to be an idiom.)
7580      Branch: perl
7581            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
7582 ____________________________________________________________________________
7583 [  8146] By: gsar                                  on 2000/12/17  18:09:08
7584         Log: update Changes
7585      Branch: maint-5.6/perl
7586            ! Changes
7587 ____________________________________________________________________________
7588 [  8145] By: jhi                                   on 2000/12/17  17:39:35
7589         Log: Subject: [PATCH] Re: The long awaited feature ...
7590              From: Simon Cozens <simon@cozens.net>
7591              Date: Sun, 17 Dec 2000 12:31:56 +0000
7592              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
7593              
7594              Add a warning to binmode() about using bad filehandles
7595              (can happen e.g. if someone forgets the filehandle argument)
7596      Branch: perl
7597            ! pp_sys.c
7598 ____________________________________________________________________________
7599 [  8144] By: jhi                                   on 2000/12/17  17:33:48
7600         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
7601              From: Jonathan Stowe <gellyfish@gellyfish.com>
7602              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
7603              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
7604      Branch: perl
7605            ! lib/Net/Ping.pm
7606 ____________________________________________________________________________
7607 [  8143] By: jhi                                   on 2000/12/17  05:31:37
7608         Log: Polymorphic regexps.
7609              
7610              Fixes at least the bugs 20001028.003 (both of them...) and
7611              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
7612              also to be fixed by now, probably already before this patch.
7613      Branch: perl
7614            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
7615            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
7616            ! t/op/utf8decode.t t/pragma/utf8.t
7617 ____________________________________________________________________________
7618 [  8142] By: jhi                                   on 2000/12/16  17:16:05
7619         Log: Subject: [patch perl@8102] dos/djgpp update
7620              From: Laszlo Molnar <ml1050@freemail.hu>
7621              Date: Sat, 16 Dec 2000 01:40:52 +0100
7622              Message-ID: <20001216014052.A335@freemail.hu>
7623      Branch: perl
7624            ! djgpp/config.over t/base/commonsense.t
7625 ____________________________________________________________________________
7626 [  8141] By: jhi                                   on 2000/12/16  17:09:27
7627         Log: Few uncheckedin files.
7628      Branch: perl
7629            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
7630 ____________________________________________________________________________
7631 [  8140] By: nick                                  on 2000/12/15  22:14:31
7632         Log: Integrate mainline
7633      Branch: perlio
7634           !> (integrate 53 files)
7635 ____________________________________________________________________________
7636 [  8139] By: jhi                                   on 2000/12/15  19:49:49
7637         Log: One more IVUV tweak from Nicholas Clark.
7638      Branch: perl
7639            ! sv.c
7640 ____________________________________________________________________________
7641 [  8138] By: jhi                                   on 2000/12/15  19:17:06
7642         Log: Return of the IVUV-preservation, now seems to be happy even
7643              in Digital UNIX (the broken strtoul brokenness detection
7644              seems to have been the fly in the ointment).
7645      Branch: perl
7646            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7647            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
7648            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
7649            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
7650            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7651            ! vos/config.ga.h win32/config.bc win32/config.gc
7652            ! win32/config.vc
7653 ____________________________________________________________________________
7654 [  8137] By: jhi                                   on 2000/12/15  18:12:14
7655         Log: Metaconfig unit change for #8136.
7656      Branch: metaconfig
7657            ! U/modified/d_strtoul.U
7658      Branch: metaconfig/U/perl
7659            ! d_strtoull.U d_strtouq.U
7660 ____________________________________________________________________________
7661 [  8136] By: jhi                                   on 2000/12/15  18:11:35
7662         Log: I don't think it's sensible or portable to test the strtou*
7663              on /^-/ strings.
7664      Branch: perl
7665            ! Configure
7666 ____________________________________________________________________________
7667 [  8135] By: jhi                                   on 2000/12/15  17:18:49
7668         Log: Metaconfig unit change for #8134.
7669      Branch: metaconfig
7670            ! U/modified/d_strtoul.U
7671 ____________________________________________________________________________
7672 [  8134] By: jhi                                   on 2000/12/15  17:14:13
7673         Log: If longsize is 8 we don't need a LL suffix for integer constants.
7674      Branch: perl
7675            ! Configure config_h.SH
7676 ____________________________________________________________________________
7677 [  8133] By: jhi                                   on 2000/12/15  16:00:23
7678         Log: Update Changes.
7679      Branch: perl
7680            ! Changes patchlevel.h
7681 ____________________________________________________________________________
7682 [  8132] By: jhi                                   on 2000/12/15  15:44:16
7683         Log: Some compilers get huffy if you do not cast a const pointer
7684              to a non-const when assigning.
7685      Branch: perl
7686            ! gv.c
7687 ____________________________________________________________________________
7688 [  8131] By: jhi                                   on 2000/12/15  15:38:30
7689         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
7690              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7691              Date: Fri, 15 Dec 2000 05:26:57 -0500
7692              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
7693      Branch: perl
7694            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
7695            ! t/pragma/overload.t
7696 ____________________________________________________________________________
7697 [  8130] By: jhi                                   on 2000/12/15  15:36:08
7698         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
7699              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7700              Date: Thu, 14 Dec 2000 22:02:43 -0500
7701              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
7702      Branch: perl
7703            ! gv.c perl.h
7704 ____________________________________________________________________________
7705 [  8129] By: jhi                                   on 2000/12/15  15:34:16
7706         Log: Subject: PATCH: h2xs nit
7707              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7708              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
7709              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
7710              
7711              Add a template README.
7712      Branch: perl
7713            ! utils/h2xs.PL
7714 ____________________________________________________________________________
7715 [  8128] By: jhi                                   on 2000/12/15  15:32:22
7716         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
7717      Branch: perl
7718            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
7719 ____________________________________________________________________________
7720 [  8127] By: jhi                                   on 2000/12/15  15:19:34
7721         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
7722              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7723              Date:     Thu, 14 Dec 2000 20:04:42 EST
7724              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
7725      Branch: perl
7726            ! ext/Opcode/Opcode.xs
7727 ____________________________________________________________________________
7728 [  8126] By: jhi                                   on 2000/12/15  15:17:49
7729         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
7730              From: Peter Prymmer <pvhp@forte.com>
7731              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
7732              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
7733      Branch: perl
7734            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
7735            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
7736            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
7737 ____________________________________________________________________________
7738 [  8125] By: jhi                                   on 2000/12/15  15:11:05
7739         Log: This seems to be a stage sane and stable enough to checkin.
7740              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
7741      Branch: perl
7742            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
7743            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
7744            ! t/op/cmp.t t/op/numconvert.t
7745 ____________________________________________________________________________
7746 [  8124] By: jhi                                   on 2000/12/15  04:20:26
7747         Log: Something is really wonky.
7748      Branch: perl
7749            ! sv.c
7750 ____________________________________________________________________________
7751 [  8123] By: jhi                                   on 2000/12/15  04:00:50
7752         Log: Fixes for the IV UV patches to compile in Digital UNIX.
7753      Branch: perl
7754            ! sv.c
7755 ____________________________________________________________________________
7756 [  8122] By: jhi                                   on 2000/12/15  02:53:40
7757         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
7758              From: "Craig A. Berry" <craigberry@mac.com>
7759              Date: Thu, 14 Dec 2000 19:10:49 -0600
7760              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
7761      Branch: perl
7762            ! vms/vms.c
7763 ____________________________________________________________________________
7764 [  8121] By: jhi                                   on 2000/12/15  02:50:00
7765         Log: Metaconfig changes for #8120.
7766      Branch: metaconfig
7767            + U/modified/d_strtoul.U
7768      Branch: metaconfig/U/perl
7769            ! d_strtoull.U d_strtouq.U
7770 ____________________________________________________________________________
7771 [  8120] By: jhi                                   on 2000/12/15  02:49:42
7772         Log: From: Nicholas Clark <nick@ccl4.org> 
7773              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
7774              Date: Thu, 14 Dec 2000 18:38:57 +0000
7775              Message-ID: <20001214183857.B97909@plum.flirble.org>
7776      Branch: perl
7777            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7778            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
7779            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
7780            ! vos/config.ga.def vos/config.ga.h win32/config.bc
7781            ! win32/config.gc win32/config.vc
7782 ____________________________________________________________________________
7783 [  8119] By: jhi                                   on 2000/12/14  23:40:58
7784         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
7785              From: Nicholas Clark <nick@ccl4.org>
7786              Date: Wed, 13 Dec 2000 20:08:50 +0000
7787              Message-ID: <20001213200849.B71166@plum.flirble.org>
7788      Branch: perl
7789            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
7790            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
7791 ____________________________________________________________________________
7792 [  8118] By: jhi                                   on 2000/12/14  22:46:26
7793         Log: Integrate perlio.
7794      Branch: perl
7795           !> MANIFEST ext/Encode/compile makedef.pl
7796 ____________________________________________________________________________
7797 [  8117] By: nick                                  on 2000/12/14  22:38:53
7798         Log: Win32 tweaks to get Encode to build
7799              - temp hack to makedef.pl till PerlIO is properly "exported".
7800              - MSVC dislikes  
7801              static encpage_t foo[];
7802              so make 'em extern for now.
7803      Branch: perlio
7804            ! ext/Encode/compile makedef.pl
7805 ____________________________________________________________________________
7806 [  8116] By: nick                                  on 2000/12/14  22:00:53
7807         Log: Document the new files
7808      Branch: perlio
7809            ! MANIFEST
7810 ____________________________________________________________________________
7811 [  8115] By: jhi                                   on 2000/12/14  21:58:01
7812         Log: MANIFEST new files of #8114.
7813      Branch: perl
7814            ! MANIFEST
7815 ____________________________________________________________________________
7816 [  8114] By: jhi                                   on 2000/12/14  21:50:49
7817         Log: Integrate perlio.
7818      Branch: perl
7819           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
7820           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
7821           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
7822           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
7823           !> ext/Encode/Makefile.PL
7824 ____________________________________________________________________________
7825 [  8113] By: jhi                                   on 2000/12/14  21:48:49
7826         Log: The documentation part of the
7827              
7828              Subject: [ID 20001214.002] Net::Ping patch
7829              From: Jonathan Stowe <gellyfish@gellyfish.com>
7830              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
7831              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
7832              since the #7529 had already addressed the same problem.
7833      Branch: perl
7834            ! lib/Net/Ping.pm
7835 ____________________________________________________________________________
7836 [  8112] By: jhi                                   on 2000/12/14  21:42:57
7837         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
7838              From: Dominic Dunlop <domo@computer.org>
7839              Date: Tue, 12 Dec 2000 10:47:10 +0100
7840              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
7841              
7842              Document how elusive subroutines can be.
7843      Branch: perl
7844            ! pod/perlfunc.pod
7845 ____________________________________________________________________________
7846 [  8111] By: jhi                                   on 2000/12/14  21:38:05
7847         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
7848              From: Dominic Dunlop <domo@computer.org>
7849              Date: Thu, 14 Dec 2000 10:13:51 +0100
7850              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
7851      Branch: perl
7852            ! ext/POSIX/POSIX.pod
7853 ____________________________________________________________________________
7854 [  8110] By: jhi                                   on 2000/12/14  21:36:32
7855         Log: Subject: [patch] perlfaq7
7856              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
7857              Date: Thu, 14 Dec 2000 15:31:07 +0100
7858              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
7859      Branch: perl
7860            ! pod/perlfaq7.pod
7861 ____________________________________________________________________________
7862 [  8109] By: jhi                                   on 2000/12/14  21:29:20
7863         Log: Subject: [8104] Encode
7864              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7865              Date: Thu, 14 Dec 2000 14:49:34 +0100
7866              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
7867              
7868              Type casting for nervous compilers.
7869      Branch: perl
7870            ! ext/Encode/Encode.xs
7871 ____________________________________________________________________________
7872 [  8108] By: jhi                                   on 2000/12/14  21:26:17
7873         Log: Subject: [8104] DB_File
7874              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7875              Date: Thu, 14 Dec 2000 14:49:35 +0100
7876              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
7877              
7878              Type definition incorrect for DB 2.7.7.  Not known when it
7879              changed, so only changed it for a known revision.
7880      Branch: perl
7881            ! ext/DB_File/DB_File.xs
7882 ____________________________________________________________________________
7883 [  8107] By: jhi                                   on 2000/12/14  21:23:41
7884         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
7885              From: Peter Prymmer <pvhp@forte.com>
7886              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
7887              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
7888              
7889              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
7890      Branch: perl
7891            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
7892            ! ext/Encode/Encode/posix-bc.enc
7893 ____________________________________________________________________________
7894 [  8106] By: nick                                  on 2000/12/14  20:36:13
7895         Log: "Cold" build correction to Encode's Makefile.PL
7896      Branch: perlio
7897            ! ext/Encode/Makefile.PL
7898 ____________________________________________________________________________
7899 [  8105] By: nick                                  on 2000/12/14  20:09:37
7900         Log: "Compiled" encodings.
7901              Correct replacement character in EBCDIC .enc files
7902              Add 0x7F to ASCII repertoire.
7903      Branch: perlio
7904            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
7905            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
7906            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
7907            ! ext/Encode/Makefile.PL ext/Encode/compile
7908            ! ext/Encode/encengine.c ext/Encode/encode.h
7909 ____________________________________________________________________________
7910 [  8104] By: nick                                  on 2000/12/14  00:38:20
7911         Log: Integrate mainline
7912      Branch: perlio
7913           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
7914           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
7915           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
7916           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
7917           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
7918           !> t/lib/db-hash.t t/lib/db-recno.t
7919 ____________________________________________________________________________
7920 [  8103] By: nick                                  on 2000/12/13  23:16:13
7921         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
7922              so far and so it does not get lost.
7923      Branch: perlio
7924            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
7925 ____________________________________________________________________________
7926 [  8102] By: jhi                                   on 2000/12/13  17:14:22
7927         Log: Update Changes.
7928      Branch: perl
7929            ! Changes patchlevel.h
7930 ____________________________________________________________________________
7931 [  8101] By: jhi                                   on 2000/12/13  16:53:41
7932         Log: Move the proto of start_glob() to a better place; regen api files.
7933      Branch: perl
7934            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
7935 ____________________________________________________________________________
7936 [  8100] By: jhi                                   on 2000/12/13  16:47:11
7937         Log: Metaconfig change for #8099.
7938      Branch: metaconfig
7939            ! U/modified/Head.U
7940 ____________________________________________________________________________
7941 [  8099] By: jhi                                   on 2000/12/13  16:46:48
7942         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
7943              From: Andy Dougherty <doughera@lafayette.edu>
7944              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
7945              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
7946      Branch: perl
7947            ! Configure
7948 ____________________________________________________________________________
7949 [  8098] By: jhi                                   on 2000/12/13  16:39:02
7950         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
7951              From: rspier@pobox.com (Robert Spier)
7952              Date: Tue, 12 Dec 2000 21:12:39 -0500
7953              Message-ID: <14902.56087.678086.725773@rls.cx>
7954              
7955              fastgetcwd is defined using a glob alias on a $^O dependent basis -
7956              and there was no default assignment or perl subroutine.
7957      Branch: perl
7958            ! lib/Cwd.pm
7959 ____________________________________________________________________________
7960 [  8097] By: jhi                                   on 2000/12/13  16:16:01
7961         Log: Subject: [PATCH] move startglob out of pp_hot.c
7962              From: Nicholas Clark <nick@ccl4.org>
7963              Date: Mon, 11 Dec 2000 23:16:39 +0000
7964              Message-ID: <20001211231638.A55550@plum.flirble.org>
7965      Branch: perl
7966            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
7967 ____________________________________________________________________________
7968 [  8096] By: jhi                                   on 2000/12/13  15:26:23
7969         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
7970              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
7971              Date: Wed, 13 Dec 2000 14:01:37 +0100
7972              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
7973              
7974              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
7975              in turn requires libpthread in libswanted.
7976      Branch: perl
7977            ! hints/hpux.sh
7978 ____________________________________________________________________________
7979 [  8095] By: jhi                                   on 2000/12/12  19:51:05
7980         Log: The integration wars continue.
7981      Branch: perl
7982           !> sv.c
7983 ____________________________________________________________________________
7984 [  8094] By: jhi                                   on 2000/12/12  19:48:26
7985         Log: Subject: [PATCH perl@8070] DB_File-1.74  
7986              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
7987              Date: Mon, 11 Dec 2000 23:07:17 -0000
7988              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
7989      Branch: perl
7990            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7991            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
7992            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
7993            ! t/lib/db-recno.t
7994 ____________________________________________________________________________
7995 [  8093] By: nick                                  on 2000/12/12  19:42:13
7996         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
7997      Branch: perlio
7998            ! sv.c
7999           !> lib/File/DosGlob.pm
8000 ____________________________________________________________________________
8001 [  8092] By: jhi                                   on 2000/12/12  19:28:11
8002         Log: Integrate perlio.
8003      Branch: perl
8004           !> sv.c
8005 ____________________________________________________________________________
8006 [  8091] By: nick                                  on 2000/12/12  18:49:45
8007         Log: Fix for Tk, and upgrading shared SVs.
8008      Branch: perlio
8009            ! sv.c
8010 ____________________________________________________________________________
8011 [  8090] By: jhi                                   on 2000/12/12  16:48:59
8012         Log: Subject: [PATCH] Re: Breadperl & Tk
8013              From: Nick Ing-Simmons <nik@tiuk.ti.com>
8014              Date: Tue, 12 Dec 2000 14:48:27 GMT
8015              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
8016      Branch: perl
8017            ! sv.c
8018 ____________________________________________________________________________
8019 [  8089] By: jhi                                   on 2000/12/12  03:37:19
8020         Log: Subject: DosGlob.pm diff for bash style brace expansion.
8021              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
8022              Date: Fri, 8 Dec 2000 10:45:30 -0600
8023              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
8024      Branch: perl
8025            ! lib/File/DosGlob.pm
8026 ____________________________________________________________________________
8027 [  8088] By: nick                                  on 2000/12/11  23:59:59
8028         Log: Integrate mainline
8029      Branch: perlio
8030           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
8031           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
8032           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
8033           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
8034           !> t/op/local.t t/pragma/warn/toke toke.c
8035 ____________________________________________________________________________
8036 [  8087] By: jhi                                   on 2000/12/11  23:20:23
8037         Log: Integrate perlio.
8038      Branch: perl
8039           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
8040 ____________________________________________________________________________
8041 [  8086] By: jhi                                   on 2000/12/11  22:50:59
8042         Log: Tune further the OS detection of CGI.
8043      Branch: perl
8044            ! lib/CGI.pm
8045 ____________________________________________________________________________
8046 [  8085] By: nick                                  on 2000/12/11  22:50:46
8047         Log: Finish 1st pass of "encoding" layer e.g. :
8048              open($fh,"<encoding(iso8859-7)",$greek) || die;
8049      Branch: perlio
8050            ! ext/Encode/Encode.xs perlio.c perliol.h
8051 ____________________________________________________________________________
8052 [  8084] By: jhi                                   on 2000/12/11  22:32:06
8053         Log: Revert the -f ambiguousity patch, seems to cause
8054              too much hassle (the interpret -Q as a function
8055              where Q is not a known filetest part is left in).
8056      Branch: perl
8057            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
8058            ! toke.c
8059 ____________________________________________________________________________
8060 [  8083] By: jhi                                   on 2000/12/11  22:27:23
8061         Log: (accidentally empty check-in)
8062      Branch: perl
8063            ! lib/File/DosGlob.pm
8064 ____________________________________________________________________________
8065 [  8082] By: nick                                  on 2000/12/11  19:09:51
8066         Log: Restore mmap function (broken by tweaks to shared buffer
8067              layer for encode(xxxx)).
8068      Branch: perlio
8069            ! perlio.c
8070 ____________________________________________________________________________
8071 [  8081] By: jhi                                   on 2000/12/11  18:29:13
8072         Log: Subject: Re: The long awaited feature ...
8073              From: Simon Cozens <simon@cozens.net>
8074              Date: Mon, 11 Dec 2000 15:54:24 +0000
8075              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
8076              
8077              More io/utf8 tests.
8078      Branch: perl
8079            ! t/io/utf8.t
8080 ____________________________________________________________________________
8081 [  8080] By: jhi                                   on 2000/12/11  18:19:36
8082         Log: Subject: PATCH MakeMaker manpage clarification
8083              From: andreas.koenig@anima.de (Andreas J. Koenig)
8084              Date: 10 Dec 2000 20:46:13 +0100
8085              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
8086      Branch: perl
8087            ! lib/ExtUtils/MakeMaker.pm
8088 ____________________________________________________________________________
8089 [  8079] By: jhi                                   on 2000/12/11  15:35:07
8090         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
8091              From: Simon Cozens <simon@cozens.net>
8092              Date: Sun, 10 Dec 2000 19:06:19 +0000
8093              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
8094      Branch: perl
8095            ! ext/B/B/Deparse.pm t/lib/b.t
8096 ____________________________________________________________________________
8097 [  8078] By: jhi                                   on 2000/12/11  15:09:11
8098         Log: Subject: [PATCH] docs on NaN
8099              From: Nicholas Clark <nick@ccl4.org>
8100              Date: Mon, 11 Dec 2000 01:48:38 +0000
8101              Message-ID: <20001211014838.B99205@plum.flirble.org>
8102      Branch: perl
8103            ! pod/perlop.pod
8104 ____________________________________________________________________________
8105 [  8077] By: jhi                                   on 2000/12/11  15:02:21
8106         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
8107              From: Simon Cozens <simon@cozens.net>
8108              Date: Mon, 11 Dec 2000 01:21:45 +0000
8109              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
8110      Branch: perl
8111            ! pp.c pp_hot.c scope.c t/op/local.t
8112 ____________________________________________________________________________
8113 [  8076] By: nick                                  on 2000/12/10  20:43:32
8114         Log: Not merge worthy...
8115              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
8116              syntax is modelled on attributes.
8117              Untested fix for io/utf8 on Win32 etc.
8118              Very clumsy start to the encode layer.
8119      Branch: perlio
8120            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
8121 ____________________________________________________________________________
8122 [  8075] By: jhi                                   on 2000/12/10  18:39:33
8123         Log: Darwin is not Windows.
8124      Branch: perl
8125            ! lib/CGI.pm
8126 ____________________________________________________________________________
8127 [  8074] By: jhi                                   on 2000/12/10  18:31:27
8128         Log: Subject: Ambiguous -%c() resolved as a file test
8129              From: "Paul Marquess" <Paul.Marquess@openwave.com>
8130              Date: Sun, 10 Dec 2000 15:35:07 -0000
8131              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
8132      Branch: perl
8133            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
8134 ____________________________________________________________________________
8135 [  8073] By: jhi                                   on 2000/12/10  18:16:29
8136         Log: Subject: PATCH installperl misinformed 
8137              From: andreas.koenig@anima.de (Andreas J. Koenig)
8138              Date: 10 Dec 2000 13:01:32 +0100 
8139              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
8140      Branch: perl
8141            ! installperl
8142 ____________________________________________________________________________
8143 [  8072] By: jhi                                   on 2000/12/10  18:07:55
8144         Log: The walkoptree confusion rages; walkoptree() seems to be coming
8145              from B.xs, while walkoptree_slow() comes from B.pm.
8146      Branch: perl
8147            ! ext/B/B.pm
8148 ____________________________________________________________________________
8149 [  8071] By: nick                                  on 2000/12/10  11:45:47
8150         Log: Integrate mainline
8151      Branch: perlio
8152           +> t/base/commonsense.t
8153           !> (integrate 37 files)
8154 ____________________________________________________________________________
8155 [  8070] By: jhi                                   on 2000/12/10  04:46:21
8156         Log: Update Changes.
8157      Branch: perl
8158            ! Changes patchlevel.h
8159 ____________________________________________________________________________
8160 [  8069] By: jhi                                   on 2000/12/10  04:39:19
8161         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
8162              From: andreas.koenig@anima.de (Andreas J. Koenig)
8163              Date: 09 Dec 2000 17:14:25 +0100
8164              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
8165      Branch: perl
8166            + t/base/commonsense.t
8167            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
8168 ____________________________________________________________________________
8169 [  8068] By: jhi                                   on 2000/12/10  04:17:36
8170         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
8171              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8172              Date: Sat, 9 Dec 2000 16:47:22 -0000
8173              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
8174      Branch: perl
8175            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
8176            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
8177            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
8178            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
8179            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
8180            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
8181            ! t/lib/sdbm.t
8182 ____________________________________________________________________________
8183 [  8067] By: jhi                                   on 2000/12/10  03:52:02
8184         Log: Test case for #8066.
8185      Branch: perl
8186            ! t/op/misc.t
8187 ____________________________________________________________________________
8188 [  8066] By: jhi                                   on 2000/12/10  03:50:30
8189         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
8190              From: Simon Cozens <simon@cozens.net>
8191              Date: Sun, 10 Dec 2000 00:55:37 +0000
8192              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
8193      Branch: perl
8194            ! pp_sys.c
8195 ____________________________________________________________________________
8196 [  8065] By: jhi                                   on 2000/12/10  03:44:52
8197         Log: Test case for #8064.
8198      Branch: perl
8199            ! t/comp/proto.t
8200 ____________________________________________________________________________
8201 [  8064] By: jhi                                   on 2000/12/10  03:42:32
8202         Log: Subject: Re: prototype of substr
8203              From: Simon Cozens <simon@cozens.net>
8204              Date: Sun, 10 Dec 2000 00:13:33 +0000
8205              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
8206              
8207              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
8208      Branch: perl
8209            ! pp.c
8210 ____________________________________________________________________________
8211 [  8063] By: jhi                                   on 2000/12/10  03:39:42
8212         Log: Subject: [PATCH] perlguts.pod
8213              From: Simon Cozens <simon@cozens.net>
8214              Date: Sun, 10 Dec 2000 00:06:47 +0000
8215              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
8216              
8217              Documentation of the different types of ops,
8218              plus the functions in dump.c
8219      Branch: perl
8220            ! pod/perlguts.pod
8221 ____________________________________________________________________________
8222 [  8062] By: jhi                                   on 2000/12/10  03:30:04
8223         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
8224              From: Nicholas Clark <nick@talking.bollo.cx>
8225              Date: Sat, 09 Dec 2000 18:57:25 +0000
8226              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
8227              
8228              Be more robust in weird hostname setups.
8229      Branch: perl
8230            ! t/lib/net-hostent.t
8231 ____________________________________________________________________________
8232 [  8061] By: jhi                                   on 2000/12/10  03:28:21
8233         Log: Pacify fussy compiler. 
8234      Branch: perl
8235            ! pp_sys.c
8236 ____________________________________________________________________________
8237 [  8060] By: jhi                                   on 2000/12/10  02:52:46
8238         Log: Integrate perlio.
8239      Branch: perl
8240           !> pp_sys.c t/io/utf8.t
8241 ____________________________________________________________________________
8242 [  8059] By: nick                                  on 2000/12/09  23:40:14
8243         Log: read/sysread/recv should now be utf8 aware.
8244              Basic test for utf8 read.
8245      Branch: perlio
8246            ! pp_sys.c t/io/utf8.t
8247 ____________________________________________________________________________
8248 [  8058] By: jhi                                   on 2000/12/09  21:56:02
8249         Log: Integrate perlio.
8250      Branch: perl
8251           +> t/io/utf8.t
8252           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
8253 ____________________________________________________________________________
8254 [  8057] By: jhi                                   on 2000/12/09  21:53:35
8255         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
8256              From: Inaba Hiroto <inaba@st.rim.or.jp>
8257              Date: Sun, 10 Dec 2000 05:53:21 +0900
8258              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
8259              
8260              Tests for #8056.
8261      Branch: perl
8262            ! t/op/each.t
8263 ____________________________________________________________________________
8264 [  8056] By: jhi                                   on 2000/12/09  21:51:16
8265         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
8266              From: Inaba Hiroto <inaba@st.rim.or.jp>
8267              Date: Sat, 09 Dec 2000 18:02:00 +0900
8268              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
8269              
8270              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
8271      Branch: perl
8272            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
8273 ____________________________________________________________________________
8274 [  8055] By: nick                                  on 2000/12/09  20:11:48
8275         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
8276              than raw PerlIO_write() - does not seem to break any tests.
8277      Branch: perlio
8278            ! pp_sys.c
8279 ____________________________________________________________________________
8280 [  8054] By: nick                                  on 2000/12/09  19:47:30
8281         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
8282              (sysread, recv and write i.e. formats still to do...)
8283              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
8284              open($fh,">:utf8","name")
8285              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
8286              so no extra overhead is involved.
8287              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
8288              to a non-utf8 stream.
8289              Add initial io/utf8.t
8290              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
8291              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
8292              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
8293      Branch: perlio
8294            + t/io/utf8.t
8295            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
8296 ____________________________________________________________________________
8297 [  8053] By: nick                                  on 2000/12/09  19:26:37
8298         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
8299              was only testing this_utf8.
8300      Branch: perlio
8301            ! toke.c
8302 ____________________________________________________________________________
8303 [  8052] By: nick                                  on 2000/12/09  19:09:41
8304         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
8305              i.e. the output string has one, but don't mess with source assumption.
8306      Branch: perlio
8307            ! toke.c
8308 ____________________________________________________________________________
8309 [  8051] By: jhi                                   on 2000/12/09  16:55:17
8310         Log: Integrate perlio.
8311      Branch: perl
8312           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
8313           !> sv.c thrdvar.h util.c
8314 ____________________________________________________________________________
8315 [  8050] By: jhi                                   on 2000/12/09  16:48:07
8316         Log: Nits noticed by Peter Prymmer.
8317      Branch: perl
8318            ! lib/ExtUtils/MM_VMS.pm
8319 ____________________________________________________________________________
8320 [  8049] By: nick                                  on 2000/12/09  13:49:40
8321         Log: UTF8 output prework.
8322              - Store $\ and $, as SVs so they can have SvUTF8 flag
8323              - use do_print() rather than raw PerlIO_write() to print them.
8324      Branch: perlio
8325            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
8326            ! thrdvar.h util.c
8327 ____________________________________________________________________________
8328 [  8048] By: nick                                  on 2000/12/09  12:30:43
8329         Log: Integrate mainline.
8330      Branch: perlio
8331           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
8332           +> t/op/reverse.t
8333           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
8334           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
8335           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
8336           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
8337           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
8338           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
8339 ____________________________________________________________________________
8340 [  8047] By: jhi                                   on 2000/12/09  00:23:27
8341         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
8342              From: Michael G Schwern <schwern@pobox.com>
8343              Date: Fri, 8 Dec 2000 14:43:04 -0600
8344      Branch: perl
8345            ! lib/ExtUtils/MM_VMS.pm
8346 ____________________________________________________________________________
8347 [  8046] By: jhi                                   on 2000/12/08  23:10:27
8348         Log: A missed check-in.
8349      Branch: perl
8350            ! lib/ExtUtils/Manifest.pm
8351 ____________________________________________________________________________
8352 [  8045] By: jhi                                   on 2000/12/08  21:57:12
8353         Log: (null check-in)
8354      Branch: perl
8355            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
8356 ____________________________________________________________________________
8357 [  8044] By: jhi                                   on 2000/12/08  21:11:06
8358         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
8359              at the final draft stage.
8360      Branch: perl
8361            + ext/Encode/Encode/iso8859-16.enc
8362            ! MANIFEST
8363 ____________________________________________________________________________
8364 [  8043] By: jhi                                   on 2000/12/08  16:39:04
8365         Log: Update Changes.
8366      Branch: perl
8367            ! Changes patchlevel.h
8368 ____________________________________________________________________________
8369 [  8042] By: jhi                                   on 2000/12/08  16:33:39
8370         Log: Do not return the Unicode replacement character if UTF-8
8371              decoding goes awry, it should be up to the caller to decide.
8372      Branch: perl
8373            ! pod/perlapi.pod utf8.c
8374 ____________________________________________________________________________
8375 [  8041] By: jhi                                   on 2000/12/08  16:22:28
8376         Log: metaconfig maintenance.
8377      Branch: metaconfig
8378            ! U/modified/stdchar.U
8379      Branch: metaconfig/U/perl
8380            + testsyml.U
8381 ____________________________________________________________________________
8382 [  8040] By: jhi                                   on 2000/12/08  16:03:08
8383         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
8384              From: sthoenna@efn.org
8385              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
8386              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
8387      Branch: perl
8388            ! Changes lib/ExtUtils/MM_OS2.pm
8389 ____________________________________________________________________________
8390 [  8039] By: jhi                                   on 2000/12/08  15:57:11
8391         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
8392              From: Simon Cozens <simon@cozens.net>
8393              Date: Fri, 8 Dec 2000 13:33:31 +0000
8394              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
8395              
8396              (The pp_hot part needed a rewrite.)
8397      Branch: perl
8398            ! doop.c pp_hot.c utf8.c
8399 ____________________________________________________________________________
8400 [  8038] By: jhi                                   on 2000/12/08  15:25:08
8401         Log: Subject: djSP
8402              From: Michael Stevens <michael@etla.org>
8403              Date: Wed, 6 Dec 2000 23:24:01 +0000
8404              Message-ID: <20001206232400.A21381@firedrake.org>
8405              
8406              Plus a note from Nick Ing-Simmons.
8407      Branch: perl
8408            ! pp.h
8409 ____________________________________________________________________________
8410 [  8037] By: jhi                                   on 2000/12/08  15:18:35
8411         Log: Filetype is text.
8412      Branch: perl
8413            ! t/op/utf8decode.t
8414 ____________________________________________________________________________
8415 [  8036] By: jhi                                   on 2000/12/08  03:31:27
8416         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
8417              From: Andy Dougherty <doughera@lafayette.edu>
8418              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
8419              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
8420              
8421              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
8422              From: Andy Dougherty <doughera@lafayette.edu>
8423              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
8424              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
8425      Branch: perl
8426            + ext/POSIX/hints/svr4.pl
8427            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
8428 ____________________________________________________________________________
8429 [  8035] By: jhi                                   on 2000/12/08  03:26:01
8430         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
8431              From: Andy Dougherty <doughera@lafayette.edu>
8432              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
8433              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
8434      Branch: perl
8435            ! t/README t/base/term.t
8436 ____________________________________________________________________________
8437 [  8034] By: jhi                                   on 2000/12/08  03:21:59
8438         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
8439              From: mjd@plover.com  
8440              Date: 7 Dec 2000 21:04:20 -0000
8441              Message-ID: <20001207210420.22282.qmail@plover.com>
8442              
8443              Plus -z doc.
8444      Branch: perl
8445            ! pod/perlfunc.pod
8446 ____________________________________________________________________________
8447 [  8033] By: jhi                                   on 2000/12/08  03:19:03
8448         Log: Use the UTF8 macros a bit.  They can't be used with abandon
8449              everywhere because we do generate illegal UTF-8 in some situations.
8450              This is of course naughty.
8451      Branch: perl
8452            ! pod/perlapi.pod utf8.c utf8.h
8453 ____________________________________________________________________________
8454 [  8032] By: jhi                                   on 2000/12/08  03:00:09
8455         Log: Out of sync?
8456      Branch: perl
8457            ! t/pragma/warn/utf8
8458 ____________________________________________________________________________
8459 [  8031] By: jhi                                   on 2000/12/08  02:22:39
8460         Log: Cnt spl.
8461      Branch: perl
8462            ! MANIFEST
8463 ____________________________________________________________________________
8464 [  8030] By: jhi                                   on 2000/12/08  01:23:54
8465         Log: Add test for reverse().
8466      Branch: perl
8467            + t/op/reverse.t
8468            ! MANIFEST
8469 ____________________________________________________________________________
8470 [  8029] By: jhi                                   on 2000/12/08  01:21:47
8471         Log: Integrate perlio.
8472      Branch: perl
8473           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
8474           !> perlio.c perlio.h perlsdio.h warnings.pl
8475 ____________________________________________________________________________
8476 [  8028] By: jhi                                   on 2000/12/08  01:19:08
8477         Log: Introduce macros for UTF8 decoding.
8478      Branch: perl
8479            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
8480 ____________________________________________________________________________
8481 [  8027] By: nick                                  on 2000/12/07  22:18:19
8482         Log: Integrate mainline
8483      Branch: perlio
8484           !> embed.pl pod/perlapi.pod utf8.c
8485 ____________________________________________________________________________
8486 [  8026] By: nick                                  on 2000/12/07  21:45:08
8487         Log: Various oddities p4 diff -se showed up
8488              Remove 'our' from warnings.pl
8489      Branch: perlio
8490            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
8491 ____________________________________________________________________________
8492 [  8025] By: nick                                  on 2000/12/07  21:43:32
8493         Log: Change PerlIO_(get|set)pos to take SV *
8494              Should fix, OS/2, VMS, (sfio??)
8495      Branch: perlio
8496            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
8497 ____________________________________________________________________________
8498 [  8024] By: jhi                                   on 2000/12/07  19:05:32
8499         Log: Document utf8_to_uv() better.
8500      Branch: perl
8501            ! pod/perlapi.pod utf8.c
8502 ____________________________________________________________________________
8503 [  8023] By: jhi                                   on 2000/12/07  18:23:47
8504         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
8505      Branch: perl
8506            ! embed.pl pod/perlapi.pod utf8.c
8507 ____________________________________________________________________________
8508 [  8022] By: jhi                                   on 2000/12/07  04:13:51
8509         Log: Integrate perlio.
8510      Branch: perl
8511           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
8512           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
8513           !> win32/makefile.mk
8514 ____________________________________________________________________________
8515 [  8021] By: nick                                  on 2000/12/07  00:28:14
8516         Log: Various attempts at MSVC debug - not sure what has
8517              changed but works now. 
8518              Seems atexit() _may_ work for DLLs built with MSVC so don't
8519              call cleanup that way.
8520      Branch: perlio
8521            ! perlio.c win32/makefile.mk
8522 ____________________________________________________________________________
8523 [  8020] By: nick                                  on 2000/12/06  19:57:20
8524         Log: Integrate mainline
8525      Branch: perlio
8526           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
8527           !> (integrate 75 files)
8528 ____________________________________________________________________________
8529 [  8019] By: nick                                  on 2000/12/06  19:28:21
8530         Log: Add useperlio to config.vc
8531              Turn off binmode in config_H.PL
8532              Regen all the config_H.xx
8533              Attempt to get debugging build with MSVC.
8534      Branch: perlio
8535            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8536            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
8537 ____________________________________________________________________________
8538 [  8018] By: nick                                  on 2000/12/06  19:21:57
8539         Log: Test various dup/external program options on all platforms.
8540      Branch: perlio
8541            ! t/io/dup.t
8542 ____________________________________________________________________________
8543 [  8017] By: nick                                  on 2000/12/06  19:20:47
8544         Log: Fix harness to be less picky
8545      Branch: perlio
8546            ! lib/Test/Harness.pm
8547 ____________________________________________________________________________
8548 [  8016] By: jhi                                   on 2000/12/06  16:45:12
8549         Log: Update Changes.
8550      Branch: perl
8551            ! Changes patchlevel.h
8552 ____________________________________________________________________________
8553 [  8015] By: jhi                                   on 2000/12/06  16:41:03
8554         Log: Test \x{...} with ord().
8555      Branch: perl
8556            ! t/op/ord.t
8557 ____________________________________________________________________________
8558 [  8014] By: jhi                                   on 2000/12/06  16:20:33
8559         Log: Test tweak because of #8013.
8560      Branch: perl
8561            ! t/lib/b.t
8562 ____________________________________________________________________________
8563 [  8013] By: jhi                                   on 2000/12/06  16:09:09
8564         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
8565              From: Michael G Schwern <schwern@pobox.com>
8566              Date: Tue, 5 Dec 2000 21:23:28 -0500
8567              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
8568              
8569              Carp::Heavy parts not very applicable because of recent changes.
8570      Branch: perl
8571            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
8572            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
8573            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
8574            ! lib/Exporter.pm lib/Exporter/Heavy.pm
8575            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
8576            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
8577            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
8578            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
8579            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
8580            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
8581            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
8582            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
8583            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
8584            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
8585            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
8586            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
8587            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
8588            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
8589            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
8590            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
8591            ! warnings.pl
8592 ____________________________________________________________________________
8593 [  8012] By: jhi                                   on 2000/12/06  15:22:38
8594         Log: Subject: [PATCH] Re: New harness is failing things
8595              From: Nick Ing-Simmons <nik@tiuk.ti.com>
8596              Date: Wed, 6 Dec 2000 13:00:30 GMT
8597              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
8598      Branch: perl
8599            ! lib/Test/Harness.pm
8600 ____________________________________________________________________________
8601 [  8011] By: jhi                                   on 2000/12/06  15:12:08
8602         Log: Subject: installhtml changes
8603              From: Michael Stevens <michael@etla.org>
8604              Date: Wed, 6 Dec 2000 13:15:53 +0000
8605              Message-ID: <20001206131553.A27317@firedrake.org>
8606      Branch: perl
8607            ! installhtml
8608 ____________________________________________________________________________
8609 [  8010] By: jhi                                   on 2000/12/06  15:06:05
8610         Log: Subject: the dTHR hits
8611              From: Michael Stevens <michael@etla.org>
8612              Date: Wed, 6 Dec 2000 12:06:03 +0000
8613              Message-ID: <20001206120603.A24581@firedrake.org>
8614              
8615              More, errrm, less dTHRs.
8616      Branch: perl
8617            ! bytecode.pl ext/B/B/C.pm
8618 ____________________________________________________________________________
8619 [  8009] By: jhi                                   on 2000/12/06  15:04:25
8620         Log: Subject: MakeMaker mailing list gone?
8621              From: Michael G Schwern <schwern@pobox.com>
8622              Date: Tue, 5 Dec 2000 19:29:59 -0500
8623              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
8624              
8625              The MakeMaker mailing list is dead, perlbug is the right
8626              address to report bugs.
8627      Branch: perl
8628            ! lib/ExtUtils/MakeMaker.pm
8629 ____________________________________________________________________________
8630 [  8008] By: jhi                                   on 2000/12/06  15:00:32
8631         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
8632              From: Michael G Schwern <schwern@pobox.com>
8633              Date: Tue, 5 Dec 2000 19:21:21 -0500
8634              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
8635              
8636              Add a default MANIFEST skip that ignores things like
8637              version control files, editor temporary files, and the Makefile.
8638      Branch: perl
8639            + lib/ExtUtils/MANIFEST.SKIP
8640            ! MANIFEST lib/ExtUtils/Manifest.pm
8641 ____________________________________________________________________________
8642 [  8007] By: jhi                                   on 2000/12/06  14:57:20
8643         Log: In Amiga more manual hackery of the scripts seems to be needed,
8644              from Jan-Erik Karlsson.  Why Configure does not get this right
8645              is unknown, may be shell-induced.
8646      Branch: perl
8647            ! README.amiga
8648 ____________________________________________________________________________
8649 [  8006] By: jhi                                   on 2000/12/05  23:53:12
8650         Log: Add TOPm1s to peek at the second topmost stack item.
8651      Branch: perl
8652            ! pp.h
8653 ____________________________________________________________________________
8654 [  8005] By: jhi                                   on 2000/12/05  23:13:55
8655         Log: Avaunt, you foul UTF-8 tests.
8656      Branch: perl
8657            ! t/op/ver.t t/pragma/utf8.t
8658 ____________________________________________________________________________
8659 [  8004] By: jhi                                   on 2000/12/05  23:09:54
8660         Log: Continue utf8 dispersal. 
8661      Branch: perl
8662            + t/op/concat.t
8663            ! MANIFEST t/pragma/utf8.t
8664 ____________________________________________________________________________
8665 [  8003] By: nick                                  on 2000/12/05  23:02:39
8666         Log: Integrate mainline.
8667      Branch: perlio
8668           +> t/op/length.t t/op/utf8decode.t
8669           !> (integrate 69 files)
8670 ____________________________________________________________________________
8671 [  8002] By: jhi                                   on 2000/12/05  22:59:28
8672         Log: Integrate perlio.
8673      Branch: perl
8674           !> iperlsys.h perl.c perlio.c win32/perllib.c
8675 ____________________________________________________________________________
8676 [  8001] By: nick                                  on 2000/12/05  22:07:52
8677         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
8678              - calloc/free suffer from damage on TerminateThread()
8679              - use PerlMemShared (as originally planned) now fixed
8680              - avoid doing anything important on DLL "detach".
8681      Branch: perlio
8682            ! perl.c perlio.c win32/perllib.c
8683 ____________________________________________________________________________
8684 [  8000] By: nick                                  on 2000/12/05  21:05:09
8685         Log: Fix gross PerlMemShared issue.
8686      Branch: perlio
8687            ! iperlsys.h
8688 ____________________________________________________________________________
8689 [  7999] By: jhi                                   on 2000/12/05  20:46:58
8690         Log: Test for Unicode (UTF-8) hash keys.
8691      Branch: perl
8692            ! t/op/each.t
8693 ____________________________________________________________________________
8694 [  7998] By: jhi                                   on 2000/12/05  20:30:35
8695         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
8696              is now always UTF-8), empty line cosmetics.
8697      Branch: perl
8698            ! t/pragma/utf8.t
8699 ____________________________________________________________________________
8700 [  7997] By: jhi                                   on 2000/12/05  20:15:40
8701         Log: Subject: Re: STRLEN - what?
8702              From: Andy Dougherty <doughera@lafayette.edu>
8703              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
8704              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
8705              
8706              Explain STRLEN.
8707      Branch: perl
8708            ! pod/perlguts.pod
8709 ____________________________________________________________________________
8710 [  7996] By: jhi                                   on 2000/12/05  20:13:34
8711         Log: Split off the UTF-8 decoder tests, make them to check also
8712              the error message.
8713      Branch: perl
8714            + t/op/utf8decode.t
8715            ! MANIFEST t/pragma/utf8.t utf8.c
8716 ____________________________________________________________________________
8717 [  7995] By: jhi                                   on 2000/12/05  16:39:47
8718         Log: Start migrating bits of pragma/utf8 to elsewhere
8719              (since the long term plan is to obsolete 'use utf8').
8720      Branch: perl
8721            + t/op/length.t
8722            ! MANIFEST t/pragma/utf8.t
8723 ____________________________________________________________________________
8724 [  7994] By: jhi                                   on 2000/12/05  16:30:21
8725         Log: Fix a manual edit typo from #7993, fix the message formatting
8726              for Unicode, add few our declarations.
8727      Branch: perl
8728            ! lib/Carp/Heavy.pm
8729 ____________________________________________________________________________
8730 [  7993] By: jhi                                   on 2000/12/05  16:09:15
8731         Log: Subject: Need help with warnings :-(
8732              From: "Ben Tilly" <ben_tilly@hotmail.com>
8733              Date: Tue, 05 Dec 2000 01:35:54 -0500
8734              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
8735              
8736              Subject: UPDATE: Carp/Heavy now passes all tests
8737              From: "Ben Tilly" <ben_tilly@hotmail.com>
8738              Date: Tue, 05 Dec 2000 07:59:41 -0500
8739              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
8740              
8741              The Brave New Carp.
8742      Branch: perl
8743            ! lib/Carp.pm lib/Carp/Heavy.pm
8744 ____________________________________________________________________________
8745 [  7992] By: jhi                                   on 2000/12/05  15:55:08
8746         Log: Subject: [PATCH perl@7979] cygwin port
8747              From: "Eric Fifer" <efifer@dircon.co.uk>
8748              Date: Tue, 5 Dec 2000 14:04:09 -0000
8749              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
8750      Branch: perl
8751            ! t/lib/net-hostent.t
8752 ____________________________________________________________________________
8753 [  7991] By: jhi                                   on 2000/12/05  15:52:34
8754         Log: Subject: Re: [PATCH] The largest hoax of all times?
8755              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8756              Date: Tue, 5 Dec 2000 00:40:25 -0500
8757              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
8758              
8759              Subject: Re: [PATCH] The largest hoax of all times?
8760              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8761              Date: Mon, 4 Dec 2000 23:55:53 -0500
8762              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
8763              
8764              Subject: Re: [PATCH] The largest hoax of all times?
8765              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8766              Date: Tue, 5 Dec 2000 01:28:45 -0500
8767              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
8768              
8769              Fix the unpredictable order of DESTROYs.
8770      Branch: perl
8771            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
8772            ! sv.c sv.h t/op/ref.t
8773 ____________________________________________________________________________
8774 [  7990] By: jhi                                   on 2000/12/05  14:38:53
8775         Log: Subject: [PATCH] shrink pp_hot fractionally
8776              From: Nicholas Clark <nick@ccl4.org>
8777              Date: Tue, 5 Dec 2000 12:44:31 +0000
8778              Message-ID: <20001205124431.E74518@plum.flirble.org>
8779              
8780              Use report_evil_fh().
8781      Branch: perl
8782            ! opcode.pl opnames.h pp_hot.c util.c
8783 ____________________________________________________________________________
8784 [  7989] By: jhi                                   on 2000/12/05  14:21:27
8785         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
8786              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8787              Date: Mon, 04 Dec 2000 22:21:59 -0800
8788              Message-ID: <HmIL6gzkgepS092yn@efn.org>
8789              
8790              Harness shouldn't ignore responses like "ok 3\r\r\n".
8791      Branch: perl
8792            ! lib/Test/Harness.pm
8793 ____________________________________________________________________________
8794 [  7988] By: jhi                                   on 2000/12/05  13:51:28
8795         Log: Integrate the "skip" messages to explain().
8796      Branch: perl
8797            ! t/lib/syslfs.t t/op/lfs.t
8798 ____________________________________________________________________________
8799 [  7987] By: jhi                                   on 2000/12/05  12:34:54
8800         Log: The one that got away in #7984.
8801              
8802              Subject: Re: dTHR - what and why?
8803              From: Michael Stevens <michael@etla.org> 
8804              Date: Tue, 5 Dec 2000 11:15:52 +0000
8805              Message-ID: <20001205111552.A4647@firedrake.org>
8806      Branch: perl
8807            ! sv.h
8808 ____________________________________________________________________________
8809 [  7986] By: gsar                                  on 2000/12/05  09:14:44
8810         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
8811              due to the notorious GetFileType() bug in Windows 9x, which fstat()
8812              tickles)
8813      Branch: perl
8814            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
8815 ____________________________________________________________________________
8816 [  7985] By: jhi                                   on 2000/12/05  05:49:03
8817         Log: Integrate perlio.
8818      Branch: perl
8819           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
8820           !> win32/perlhost.h win32/perllib.c
8821 ____________________________________________________________________________
8822 [  7984] By: jhi                                   on 2000/12/05  05:48:16
8823         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
8824      Branch: perl
8825            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
8826            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
8827            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
8828            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
8829            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
8830            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
8831            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
8832            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
8833            ! win32/win32.c
8834 ____________________________________________________________________________
8835 [  7983] By: nick                                  on 2000/12/04  23:27:43
8836         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
8837      Branch: perlio
8838            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
8839            ! win32/perlhost.h win32/perllib.c
8840 ____________________________________________________________________________
8841 [  7982] By: jhi                                   on 2000/12/04  19:44:09
8842         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
8843              uncovered by #7980.
8844      Branch: perl
8845            ! op.c
8846 ____________________________________________________________________________
8847 [  7981] By: jhi                                   on 2000/12/04  19:42:07
8848         Log: Subject: [PATCH] Trivial dump.c feature
8849              From: Simon Cozens <simon@cozens.net>
8850              Date: Mon, 4 Dec 2000 18:08:38 +0000
8851              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
8852              
8853              Show whether a constant is UTF-8.
8854      Branch: perl
8855            ! dump.c
8856 ____________________________________________________________________________
8857 [  7980] By: jhi                                   on 2000/12/04  19:36:51
8858         Log: UTF-8 hash keys, patch from Inaba Hiroto.
8859      Branch: perl
8860            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
8861 ____________________________________________________________________________
8862 [  7979] By: jhi                                   on 2000/12/04  17:36:28
8863         Log: Update Changes.
8864      Branch: perl
8865            ! Changes patchlevel.h
8866 ____________________________________________________________________________
8867 [  7978] By: jhi                                   on 2000/12/04  16:42:17
8868         Log: Retract #7977, still too volatile (the euphemism of the day
8869              for unfinished and buggy :-)
8870      Branch: perl
8871            ! doop.c hv.c pp.c sv.h
8872 ____________________________________________________________________________
8873 [  7977] By: jhi                                   on 2000/12/04  16:25:15
8874         Log: (Retracted by #7978, too shaky yet.)
8875              
8876              Subject: Re: utf8 in hash keys, implementor missing
8877              From: Simon Cozens <simon@cozens.net>
8878              Date: Sat, 2 Dec 2000 19:49:35 +0000
8879              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
8880              
8881              The first step at UTF-8 hash keys.
8882      Branch: perl
8883            ! doop.c hv.c pp.c sv.h
8884 ____________________________________________________________________________
8885 [  7976] By: jhi                                   on 2000/12/04  16:13:53
8886         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
8887              From: sthoenna@efn.org
8888              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
8889              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
8890      Branch: perl
8891            ! os2/os2.c perlio.c
8892 ____________________________________________________________________________
8893 [  7975] By: jhi                                   on 2000/12/04  16:05:25
8894         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
8895              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8896              Date: Thu, 30 Nov 2000 20:50:37 -0800
8897              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
8898      Branch: perl
8899            ! os2/os2.c
8900 ____________________________________________________________________________
8901 [  7974] By: jhi                                   on 2000/12/04  16:03:57
8902         Log: Subject: [PATCH] ++ 20% faster
8903              From: Nicholas Clark <nick@ccl4.org>
8904              Date: Mon, 4 Dec 2000 12:17:27 +0000
8905              Message-ID: <20001204121726.B52976@plum.flirble.org>
8906              
8907              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
8908      Branch: perl
8909            ! sv.c
8910 ____________________________________________________________________________
8911 [  7973] By: jhi                                   on 2000/12/04  16:00:48
8912         Log: 
8913              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
8914              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8915              Date: Mon, 04 Dec 2000 12:30:45 +0100
8916              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
8917              
8918              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
8919              library (getprotobyname and getprotobynumber are outversioned by
8920              the same calls in libc, at least for xlc version 3.
8921      Branch: perl
8922            ! hints/aix.sh
8923 ____________________________________________________________________________
8924 [  7972] By: jhi                                   on 2000/12/04  02:58:31
8925         Log: Integrate perlio.
8926      Branch: perl
8927           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
8928           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
8929           !> win32/win32.h win32/win32iop.h win32/win32thread.h
8930 ____________________________________________________________________________
8931 [  7971] By: nick                                  on 2000/12/04  00:24:33
8932         Log: Quieten some noise in Win32 builds:
8933              - win32.h is included after <sys/socket.h>, so need to 
8934              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
8935              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
8936      Branch: perlio
8937            ! doio.c perl.h toke.c win32/win32.h
8938 ____________________________________________________________________________
8939 [  7970] By: nick                                  on 2000/12/03  22:57:46
8940         Log: PERL_IMPLICIT_SYS compiles but does not work.
8941      Branch: perlio
8942            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
8943            ! win32/perlhost.h win32/perllib.c win32/win32.h
8944            ! win32/win32iop.h win32/win32thread.h
8945 ____________________________________________________________________________
8946 [  7969] By: jhi                                   on 2000/12/03  22:12:58
8947         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
8948              used to swash_init(), makes regprop() dumps more informative
8949              (+utf8::IsAlpha, -utf8::IsDigit, for example).
8950      Branch: perl
8951            ! regcomp.c regexec.c
8952 ____________________________________________________________________________
8953 [  7968] By: jhi                                   on 2000/12/03  21:39:56
8954         Log: Implement ANYOFUTF8 regprop() dumping.
8955      Branch: perl
8956            ! regcomp.c
8957 ____________________________________________________________________________
8958 [  7967] By: jhi                                   on 2000/12/03  20:57:19
8959         Log: Make uv_to_utf8() to zero-terminate its output buffer,
8960              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
8961      Branch: perl
8962            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
8963 ____________________________________________________________________________
8964 [  7966] By: nick                                  on 2000/12/03  18:41:21
8965         Log: Integrate mainline (STDCHAR)
8966      Branch: perlio
8967           !> Configure t/pragma/utf8.t
8968 ____________________________________________________________________________
8969 [  7965] By: jhi                                   on 2000/12/03  17:58:20
8970         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
8971      Branch: perl
8972            ! t/pragma/utf8.t
8973 ____________________________________________________________________________
8974 [  7964] By: jhi                                   on 2000/12/03  17:35:56
8975         Log: Integrate perlio.
8976      Branch: perl
8977           !> iperlsys.h perlio.c
8978 ____________________________________________________________________________
8979 [  7963] By: jhi                                   on 2000/12/03  17:33:55
8980         Log: Metaconfig unit change for #7962.
8981      Branch: metaconfig
8982            ! U/modified/stdchar.U
8983 ____________________________________________________________________________
8984 [  7962] By: jhi                                   on 2000/12/03  17:33:27
8985         Log: Untangle the <stdio.h> #include nest for the stdchar test,
8986              from Andy Dougherty.
8987      Branch: perl
8988            ! Configure
8989 ____________________________________________________________________________
8990 [  7961] By: nick                                  on 2000/12/03  16:53:00
8991         Log: Make iperlsys.h vector stdio not PerlIO.
8992      Branch: perlio
8993            ! iperlsys.h perlio.c
8994 ____________________________________________________________________________
8995 [  7960] By: nick                                  on 2000/12/03  14:43:01
8996         Log: Integrate mainline
8997      Branch: perlio
8998           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
8999           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
9000 ____________________________________________________________________________
9001 [  7959] By: jhi                                   on 2000/12/03  08:16:36
9002         Log: Use DO_UTF8().
9003      Branch: perl
9004            ! op.c
9005 ____________________________________________________________________________
9006 [  7958] By: jhi                                   on 2000/12/02  18:33:05
9007         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
9008              From: Mike Guy <mjtg@cam.ac.uk>         
9009              Date: Sat, 02 Dec 2000 17:27:13 +0000
9010              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
9011              
9012              An extraneous argument.
9013      Branch: perl
9014            ! toke.c
9015 ____________________________________________________________________________
9016 [  7957] By: jhi                                   on 2000/12/02  18:22:32
9017         Log: A missing hunk.
9018      Branch: perl
9019            ! t/lib/net-hostent.t
9020 ____________________________________________________________________________
9021 [  7956] By: jhi                                   on 2000/12/02  18:06:20
9022         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
9023              From: Nicholas Clark <nick@ccl4.org>
9024              Date: Sat, 2 Dec 2000 14:28:27 +0000
9025              Message-ID: <20001202142827.A12308@plum.flirble.org>
9026              
9027              Test robustness.
9028      Branch: perl
9029            ! t/lib/net-hostent.t
9030 ____________________________________________________________________________
9031 [  7955] By: jhi                                   on 2000/12/02  17:58:06
9032         Log: Metaconfig unit change for #7954.
9033      Branch: metaconfig
9034            ! U/modified/stdchar.U
9035 ____________________________________________________________________________
9036 [  7954] By: jhi                                   on 2000/12/02  17:54:32
9037         Log: An inconvenient hang would happen if the stdio _ptr wasn't
9038              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
9039              would be grepping stdin for all eternity for the _ptr.)
9040      Branch: perl
9041            ! Configure
9042 ____________________________________________________________________________
9043 [  7953] By: jhi                                   on 2000/12/02  00:07:15
9044         Log: Update Changes.
9045      Branch: perl
9046            ! Changes patchlevel.h
9047 ____________________________________________________________________________
9048 [  7952] By: jhi                                   on 2000/12/01  23:54:47
9049         Log: Subject: Re: long shell lines
9050              From: Andy Dougherty <doughera@lafayette.edu>
9051              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
9052              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
9053              
9054              Split overly long shell command lines.
9055      Branch: perl
9056            ! lib/ExtUtils/MM_Unix.pm
9057 ____________________________________________________________________________
9058 [  7951] By: jhi                                   on 2000/12/01  23:48:02
9059         Log: The metaconfig unit change for #7950.
9060      Branch: metaconfig
9061            + U/modified/stdchar.U
9062 ____________________________________________________________________________
9063 [  7950] By: jhi                                   on 2000/12/01  23:47:39
9064         Log: Try to find stdchar also from <stdio_impl.h>.
9065      Branch: perl
9066            ! Configure config_h.SH
9067 ____________________________________________________________________________
9068 [  7949] By: jhi                                   on 2000/12/01  23:46:45
9069         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
9070              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
9071              Date: Fri, 1 Dec 2000 16:26:08 -0500
9072              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
9073              
9074              Reword the diagnostic message.
9075      Branch: perl
9076            ! pod/perldiag.pod
9077 ____________________________________________________________________________
9078 [  7948] By: nick                                  on 2000/12/01  22:49:43
9079         Log: Integrate mainline (for s/y/m as sub names stuff).
9080      Branch: perlio
9081           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
9082           !> t/pragma/warn/toke toke.c
9083 ____________________________________________________________________________
9084 [  7947] By: jhi                                   on 2000/12/01  20:55:41
9085         Log: Integrate perlio.
9086      Branch: perl
9087           !> perlio.c perliol.h t/io/pipe.t
9088 ____________________________________________________________________________
9089 [  7946] By: jhi                                   on 2000/12/01  20:36:51
9090         Log: Upgrade to CPAN 1.59_51, from Andreas König.
9091      Branch: perl
9092            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
9093 ____________________________________________________________________________
9094 [  7945] By: nick                                  on 2000/12/01  20:31:32
9095         Log: Integrate mainline
9096      Branch: perlio
9097           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
9098           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
9099           +> t/lib/net-hostent.t
9100           !> (integrate 35 files)
9101 ____________________________________________________________________________
9102 [  7944] By: jhi                                   on 2000/12/01  20:23:29
9103         Log: Some help for 20001130.011.  Now one gets warnings like
9104              "Ambiguous -f() resolved as a file test ..."
9105      Branch: perl
9106            ! pod/perldiag.pod t/pragma/warn/toke toke.c
9107 ____________________________________________________________________________
9108 [  7943] By: jhi                                   on 2000/12/01  19:44:44
9109         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
9110              that also breaks using them as methods. 
9111      Branch: perl
9112            ! pod/perldiag.pod t/op/misc.t toke.c
9113 ____________________________________________________________________________
9114 [  7942] By: nick                                  on 2000/12/01  17:56:46
9115         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
9116              Make 'unix' pass most tests
9117              - do unread by temporary push of layer ("pending") holding unread chars
9118              - fast_gets is now based on per-handle flag
9119              - relax one of io/pipe.t tests to allow print to fail and close to
9120              succeed so that it passes on unbuffered "unix" layer.
9121              Remaining fail is sporadic and a genuine race condition between
9122              parent/child in fork test.
9123      Branch: perlio
9124            ! perlio.c perliol.h t/io/pipe.t
9125 ____________________________________________________________________________
9126 [  7941] By: jhi                                   on 2000/12/01  15:28:58
9127         Log: (Retracted by #7943.)
9128              
9129              Reserve the short named string operator names.
9130      Branch: perl
9131            ! pod/perldiag.pod t/op/misc.t toke.c
9132 ____________________________________________________________________________
9133 [  7940] By: jhi                                   on 2000/12/01  06:45:53
9134         Log: Get the three different space character classes right under utf8.
9135      Branch: perl
9136            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
9137            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
9138            ! regexec.c t/op/pat.t utf8.c
9139 ____________________________________________________________________________
9140 [  7939] By: jhi                                   on 2000/12/01  03:26:26
9141         Log: Two more tests that make no sense in UTF-8 since the test
9142              data is not in UTF-8.
9143      Branch: perl
9144            ! t/op/regexp.t
9145 ____________________________________________________________________________
9146 [  7938] By: jhi                                   on 2000/12/01  03:20:39
9147         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
9148              should it be required inside regexen?
9149      Branch: perl
9150            ! regcomp.c t/op/regmesg.t
9151 ____________________________________________________________________________
9152 [  7937] By: jhi                                   on 2000/12/01  02:58:53
9153         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
9154              stored and restored, and thusly was trounced by the utf8 swash
9155              routines.
9156      Branch: perl
9157            ! regcomp.c
9158 ____________________________________________________________________________
9159 [  7936] By: jhi                                   on 2000/11/30  20:41:39
9160         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
9161              Why the different platforms behave so differently (core dump vs
9162              no core dump) on this bug is a but of a mystery, but if I had to
9163              guess I would mumble something like 'alignment'.
9164      Branch: perl
9165            ! sv.c
9166 ____________________________________________________________________________
9167 [  7935] By: jhi                                   on 2000/11/30  16:17:02
9168         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
9169              From: Robin Barker <rmb1@cise.npl.co.uk>
9170              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
9171              Date: Thu, 30 Nov 2000 14:27:12 GMT
9172      Branch: perl
9173            ! perlio.c toke.c
9174 ____________________________________________________________________________
9175 [  7934] By: jhi                                   on 2000/11/30  16:04:49
9176         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
9177      Branch: perl
9178            ! t/lib/net-hostent.t
9179 ____________________________________________________________________________
9180 [  7933] By: jhi                                   on 2000/11/30  06:07:26
9181         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
9182              From: Peter Prymmer <pvhp@forte.com>
9183              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
9184              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
9185              
9186              In VMS the localhost may be LOCALHOST.
9187      Branch: perl
9188            ! t/lib/net-hostent.t
9189 ____________________________________________________________________________
9190 [  7932] By: jhi                                   on 2000/11/30  01:11:11
9191         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
9192              From: Peter Prymmer <pvhp@forte.com>
9193              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
9194              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
9195              
9196              plus regen perlapi.pod.
9197      Branch: perl
9198            ! pod/perlapi.pod utf8.c
9199 ____________________________________________________________________________
9200 [  7931] By: jhi                                   on 2000/11/30  01:06:19
9201         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
9202              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9203              Date:     Wed, 29 Nov 2000 17:15:11 EST
9204              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
9205      Branch: perl
9206            ! t/lib/filter-util.pl t/lib/filter-util.t
9207 ____________________________________________________________________________
9208 [  7930] By: jhi                                   on 2000/11/29  18:51:55
9209         Log: Update Changes.
9210      Branch: perl
9211            ! Changes patchlevel.h
9212 ____________________________________________________________________________
9213 [  7929] By: jhi                                   on 2000/11/29  18:50:55
9214         Log: Update the va_copy() metaconfig unit.
9215      Branch: metaconfig/U/perl
9216            ! need_va_copy.U
9217 ____________________________________________________________________________
9218 [  7928] By: jhi                                   on 2000/11/29  17:50:43
9219         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
9220              From: Dominic Dunlop <domo@computer.org>
9221              Date: Tue, 28 Nov 2000 16:41:57 +0100
9222              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
9223              
9224              Patch to catch a core dump in the Configure va_copy test.
9225      Branch: perl
9226            ! Configure config_h.SH
9227 ____________________________________________________________________________
9228 [  7927] By: jhi                                   on 2000/11/29  17:31:59
9229         Log: Retract #7921, the patch shouldn't be needed.
9230      Branch: perl
9231            ! sv.c
9232 ____________________________________________________________________________
9233 [  7926] By: jhi                                   on 2000/11/29  17:01:41
9234         Log: Make the Class::Struct import() wiser.
9235      Branch: perl
9236            ! lib/Class/Struct.pm t/lib/class-struct.t
9237 ____________________________________________________________________________
9238 [  7925] By: jhi                                   on 2000/11/29  16:36:33
9239         Log: All the core library users of Class::Struct seem to be
9240              using "use Class::Struct 'struct';" instead of the bare
9241              "use Class::Struct;", which isn't documented in Class::Struct.
9242              This can't be right.
9243      Branch: perl
9244            ! lib/File/stat.pm
9245 ____________________________________________________________________________
9246 [  7924] By: jhi                                   on 2000/11/29  16:32:15
9247         Log: A test works better if it has the right 1..$n output.
9248      Branch: perl
9249            ! t/lib/class-struct.t
9250 ____________________________________________________________________________
9251 [  7923] By: jhi                                   on 2000/11/29  16:29:11
9252         Log: Forgot to MANIFEST the new Net::hostent test.
9253      Branch: perl
9254            ! MANIFEST
9255 ____________________________________________________________________________
9256 [  7922] By: jhi                                   on 2000/11/29  16:27:49
9257         Log: Integrate perlio.
9258      Branch: perl
9259           !> iperlsys.h perlio.c
9260 ____________________________________________________________________________
9261 [  7921] By: jhi                                   on 2000/11/29  16:27:10
9262         Log: (Retracted by #7927.)
9263              
9264              Subject: [PATCH] Is infinity a number?
9265              From: Simon Cozens <simon@cozens.net>
9266              Date: Wed, 29 Nov 2000 14:48:20 +0000
9267              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
9268      Branch: perl
9269            ! sv.c
9270 ____________________________________________________________________________
9271 [  7920] By: jhi                                   on 2000/11/29  16:23:02
9272         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
9273              From: rspier@pobox.com (Robert Spier)
9274              Date: Wed, 29 Nov 2000 02:17:49 -0500
9275              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
9276              
9277              Add a test for Net::hostent.
9278      Branch: perl
9279            + t/lib/net-hostent.t
9280 ____________________________________________________________________________
9281 [  7919] By: jhi                                   on 2000/11/29  16:21:31
9282         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
9283              add a test for Class::Struct.
9284      Branch: perl
9285            + t/lib/class-struct.t
9286            ! MANIFEST lib/Class/Struct.pm
9287 ____________________________________________________________________________
9288 [  7918] By: jhi                                   on 2000/11/29  15:48:40
9289         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
9290              From: rspier@pobox.com (Robert Spier)
9291              Date: Wed, 29 Nov 2000 02:25:39 -0500
9292              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
9293              
9294              More checking in case someone has broken their services or
9295              protocol databases.
9296      Branch: perl
9297            ! ext/Sys/Syslog/Syslog.pm
9298 ____________________________________________________________________________
9299 [  7917] By: jhi                                   on 2000/11/29  15:46:25
9300         Log: Subject: [PATCH] $^O  win32 -> MSWin32
9301              From: rspier@pobox.com (Robert Spier)
9302              Date: Wed, 29 Nov 2000 02:17:38 -0500
9303              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
9304              
9305              plus similar nits for vms, err, VMS, and UNICOS.
9306      Branch: perl
9307            ! t/lib/syslfs.t t/op/lfs.t
9308 ____________________________________________________________________________
9309 [  7916] By: jhi                                   on 2000/11/29  15:42:51
9310         Log: Subject: [PATCH] Tokeniser debugging
9311              From: Simon Cozens <simon@cozens.net>
9312              Date: Wed, 29 Nov 2000 14:15:45 +0000
9313              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
9314      Branch: perl
9315            ! perl.c perl.h pod/perlrun.pod toke.c
9316 ____________________________________________________________________________
9317 [  7915] By: jhi                                   on 2000/11/29  15:41:36
9318         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
9319              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9320              Date: Wed, 29 Nov 2000 02:13:14 -0500
9321              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
9322              
9323              OUT keyword nits.
9324              
9325              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
9326              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9327              Date: Wed, 29 Nov 2000 03:09:04 -0500
9328              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
9329              
9330              OUT and IN_OUT documentation.
9331      Branch: perl
9332            ! lib/ExtUtils/xsubpp pod/perlxs.pod
9333 ____________________________________________________________________________
9334 [  7914] By: jhi                                   on 2000/11/29  03:35:01
9335         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
9336              From: John Tobey <jtobey@john-edwin-tobey.org>
9337              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
9338              Message-Id: <m140e1N-000FOoC@feynman.localnet>
9339              
9340              plus a performance speedup noticed by Sarathy.
9341      Branch: perl
9342            ! op.c
9343 ____________________________________________________________________________
9344 [  7913] By: jhi                                   on 2000/11/29  03:16:59
9345         Log: Use "1 while unlink" so that VMS gets clean, too.
9346      Branch: perl
9347            ! t/lib/filter-util.t
9348 ____________________________________________________________________________
9349 [  7912] By: jhi                                   on 2000/11/29  03:09:08
9350         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
9351              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9352              Date: Tue, 28 Nov 2000 03:27:09 -0500
9353              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
9354      Branch: perl
9355            ! lib/ExtUtils/xsubpp
9356 ____________________________________________________________________________
9357 [  7911] By: jhi                                   on 2000/11/29  03:06:30
9358         Log: This should have been part of #7872: no need to scan UTF-8
9359              until eternity.
9360      Branch: perl
9361            ! utf8.c
9362 ____________________________________________________________________________
9363 [  7910] By: jhi                                   on 2000/11/29  02:50:04
9364         Log: One more perltie.pod nit from Casey R. Tweten.
9365      Branch: perl
9366            ! pod/perltie.pod
9367 ____________________________________________________________________________
9368 [  7909] By: jhi                                   on 2000/11/29  02:44:23
9369         Log: Document the known sprintf test failures, exact standard
9370              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
9371      Branch: perl
9372            ! pod/perldelta.pod t/op/sprintf.t
9373 ____________________________________________________________________________
9374 [  7908] By: jhi                                   on 2000/11/29  02:36:23
9375         Log: Add the Encoding table format documentation.
9376      Branch: perl
9377            + ext/Encode/Encode/EncodeFormat.pod
9378            ! MANIFEST
9379 ____________________________________________________________________________
9380 [  7907] By: jhi                                   on 2000/11/29  02:07:24
9381         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
9382              From: "Casey R. Tweten" <crt@kiski.net>
9383              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
9384              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
9385              
9386              Subject: Re: [PATCH] Updating perltie.pod for arrays
9387              From: "Casey R. Tweten" <crt@kiski.net>
9388              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
9389              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
9390      Branch: perl
9391            ! pod/perltie.pod
9392 ____________________________________________________________________________
9393 [  7906] By: nick                                  on 2000/11/28  22:40:59
9394         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
9395      Branch: perlio
9396            ! iperlsys.h perlio.c
9397 ____________________________________________________________________________
9398 [  7905] By: nick                                  on 2000/11/28  22:04:34
9399         Log: Integrate mainline
9400      Branch: perlio
9401           !> (integrate 39 files)
9402 ____________________________________________________________________________
9403 [  7904] By: jhi                                   on 2000/11/28  16:44:43
9404         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
9405              From: Nicholas Clark <nick@babyhippo.co.uk>
9406              Date: Tue, 28 Nov 2000 11:16:57 +0000
9407              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
9408      Branch: perl
9409            ! pod/perlipc.pod
9410 ____________________________________________________________________________
9411 [  7903] By: jhi                                   on 2000/11/28  16:40:31
9412         Log: Subject: [PATCH] Updating perltie.pod for arrays
9413              From: "Casey R. Tweten" <crt@kiski.net>
9414              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
9415              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
9416      Branch: perl
9417            ! pod/perltie.pod
9418 ____________________________________________________________________________
9419 [  7902] By: jhi                                   on 2000/11/28  16:39:37
9420         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
9421              From: Robin Barker <rmb1@cise.npl.co.uk>
9422              Date: Mon, 27 Nov 2000 17:56:44 GMT
9423              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
9424      Branch: perl
9425            ! pod/perlfunc.pod t/op/split.t
9426 ____________________________________________________________________________
9427 [  7901] By: jhi                                   on 2000/11/28  16:28:04
9428         Log: setmode() is a DOSish-only thing.
9429      Branch: perl
9430            ! perlio.c
9431 ____________________________________________________________________________
9432 [  7900] By: jhi                                   on 2000/11/28  16:21:46
9433         Log: Subject: [PATCH] perlcc.PL cleanups
9434              From: Simon Cozens <simon@cozens.net>
9435              Date: Tue, 28 Nov 2000 12:44:35 +0000
9436              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
9437      Branch: perl
9438            ! utils/perlcc.PL
9439 ____________________________________________________________________________
9440 [  7899] By: gsar                                  on 2000/11/28  06:32:55
9441         Log: reintegrate files missed by change#7895
9442      Branch: maint-5.6/perl
9443           +> ext/ByteLoader/bytecode.h utils/Makefile
9444            - utils/perlbc.PL
9445 ____________________________________________________________________________
9446 [  7897] By: gsar                                  on 2000/11/27  18:22:47
9447         Log: can't integrate these two files, for some reason
9448      Branch: maint-5.6/perl
9449            - ext/ByteLoader/bytecode.h utils/Makefile
9450 ____________________________________________________________________________
9451 [  7895] By: gsar                                  on 2000/11/27  18:11:21
9452         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
9453              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
9454              6757..6890,6892..6901 from mainline
9455              
9456              Bytecompiler patches from Benjamin Stuhl.
9457              
9458              More bytecompiler.
9459              
9460              Subject: [PATCH blead] B:: missing dependency
9461              
9462              Subject: [PATCH: 6757] configure.com updates and syslog build
9463              
9464              Long double Gconvert fixes from Yitzchak Scott-Thoennes
9465              and Spider Boardman.
9466              
9467              Subject: [PATCH blead] nextchar() abuse misses an optimisation
9468              
9469              Long double fixes from Spider Boardman.
9470              
9471              Make the selection of NVff et al stricter.
9472              
9473              cSVOPo_*v things index into the current PL_curpad
9474              under ithreads, which is different from the curpad
9475              used by the XSUB.  (In other words, the code as-is
9476              before this patch wouldn't work under ithreads.)
9477              
9478              Be portable.
9479              
9480              VMS MMS (make) wants null action.
9481              
9482              Mac and other portability updates from Chris Nandor.
9483              
9484              Storable support, v-version fixes.
9485              Subject: CPAN.pm beta for testing available
9486              
9487              Portability fix from Hugo van der Sanden.
9488              
9489              Bad makefile.
9490              
9491              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
9492              
9493              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
9494              
9495              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
9496              
9497              Replace #6705 with a minimal doc patch.
9498              Subject: [PATCH 5.6.0] replace change #6705
9499              
9500              Drop the separate perlbc, perlcc -b should be enough.
9501              
9502              installperl couldn't tell whether it had run tests or not.
9503              Subject: [PATCH] Re: installperl and t/TEST
9504              
9505              Add silencer flags to installperl.
9506              Subject: [PATCH] Making installperl silent.
9507              
9508              Make "make install" by default silent.  A new "install-verbose"
9509              target is verbose.
9510              
9511              More liberal parsing of version numbers.
9512              Subject: Re: CPAN.pm beta for testing available
9513              
9514              Create directories in silence.
9515              Subject: [PATCH] Another silencer for MakeMaker
9516              
9517              DOS patches and portability/porting notes, from Tim Jenness.
9518              
9519              Make installman to recognize the silence flag -S.
9520              
9521              Actually do something with the silencer option.
9522              
9523              Continue silencing.
9524              
9525              Show the doc file, not the temp file.
9526              
9527              Regen perltoc.
9528              
9529              Subject: [PATCH] More silencing of installman.
9530              
9531              Better wording for the vec lvalue diagnostic.
9532              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
9533              
9534              Subject: [PATCH: 6805] several more tweaks to configure.com
9535              
9536              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
9537              
9538              Missing parts of 
9539              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
9540              
9541              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
9542              (applied slightly modified)
9543              
9544              installperl --verbose and --silent.
9545              Subject: Re: [PATCH] More silencing of installman.
9546              
9547              Add install-silent target.
9548              
9549              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
9550              the problem reported in
9551              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
9552              
9553              Tweak the sfio/useperlio logic, hopefully as wished in
9554              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
9555              
9556              One forgotten file from #6816.
9557              
9558              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
9559              
9560              Remove duplicately applied patch shards.
9561              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
9562              
9563              Support preserving extremely big/small angles.
9564              
9565              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
9566              
9567              Subject: [PATCH] installation not quite silent yet.
9568              
9569              Update the test count.
9570              
9571              Use UVxf, PTR2UV, NVff.
9572              
9573              Document PTR2XX and INT2PTR.
9574              
9575              no-install target a la make -n.
9576              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
9577              
9578              grep -e isn't portable.
9579              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
9580              
9581              Can't get the test to reliably work thanks to the
9582              inaccurateness of floating point.  "Resolves" bug ids
9583              20000826.003, 20000826.009, 20000826.010,
9584              
9585              Subject: installman buglet
9586              
9587              DJGPP update from Laszlo Molnar.
9588              
9589              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
9590              
9591              Passing -R in ldflags makes now it to appear in the default
9592              for lddlflags, just like with -L.
9593              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
9594              
9595              Test nit.
9596              
9597              Use the actual thread type, not the pointer-to-struct.
9598              
9599              Provice virtual $Config{ccflags_nolargefiles} etc. 
9600              
9601              display_format used as a class method without arguments was broken,
9602              reported in
9603              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
9604              
9605              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
9606              
9607              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
9608              
9609              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
9610              
9611              opmini.o may be left around if a build is interrupted.
9612              
9613              Typo in #6858.
9614              
9615              Fix for ID 20000828.001, long doubles were not formatted
9616              correctly (showed up in $], which stopped installing perl).
9617              
9618              An attempt to fix the problem reported in
9619              Subject: Building perl@6856 using gcc/AIX 4.3.3 
9620              I can't test this properly since the gcc installation I have
9621              access to seems to be botched (gcc is calling the AIX cpp,
9622              a losing proposition...)
9623              
9624              Add -ld to archname on long tr...double platforms.
9625              
9626              Subject: hv.h Doc Patch
9627              
9628              Potential cruft.
9629              
9630              Subject: [PATCH bleedperl@6856] warnings fixes
9631              
9632              -S is the silent flag, -s is the strip flag.
9633              Subject: [PATCH] Re: [PATCH] make no-install          
9634              
9635              Take out the SUIDMAIL thing, that will not be
9636              a problem in 5.7.*.
9637              
9638              Subject: [PATCH bleedperl@6866] spellings
9639              
9640              Subject: [PATCH] Re: files not cleaned even by veryclean
9641              
9642              Use minimal @INC in tests, most of the time just '../lib',
9643              so that we simply can't pick up stuff from other Perls than
9644              the one we are testing.  Pointed out by
9645              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
9646              
9647              Update to Getopt::Long 2.24, from Johan Vromans.
9648              
9649              Fix for thinko in #6848.
9650              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
9651              
9652              Patches all over for people and the files they (hopefully) care about.
9653              
9654              Subject: Net::protoent does not export 'getproto'
9655              
9656              Missed a change in #6869.
9657              
9658              Subject: [PATCH] Warnings in B::Deparse
9659              
9660              Subject: [PATCH] Glob dumping
9661              
9662              Disable one of the tests for now.
9663              
9664              Disabling the one test is a bit tricky.
9665              
9666              Don't forget to tidy up.
9667              
9668              The #6881 removed one dump line.
9669              
9670              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
9671              
9672              Under usethreads the dumped variable is IN_PAD.
9673              Subject: Re: [PATCH] Glob dumping
9674              
9675              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
9676              
9677              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
9678              
9679              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
9680              
9681              Regen Configure for #6894.
9682              
9683              Subject: [PATCH: 6889] updates to perlebcdic.pod
9684              
9685              Undo namespace pollution of #6878.
9686              Subject: Re: Net::protoent does not export 'getproto'
9687              
9688              Admit that we are leaking scalars.
9689              
9690              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
9691      Branch: maint-5.6/perl
9692           !> (integrate 271 files)
9693 ____________________________________________________________________________
9694 [  7894] By: gsar                                  on 2000/11/27  16:00:34
9695         Log: a couple of nits
9696      Branch: maint-5.6/perl
9697            ! MANIFEST pp_sys.c
9698 ____________________________________________________________________________
9699 [  7893] By: gsar                                  on 2000/11/27  15:10:56
9700         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
9701              6740..6745,6747..6757,6760
9702              
9703              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
9704              
9705              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
9706              
9707              Doc nits spotted by Richard Soderberg.
9708              
9709              move WNOHANG definition to where other such things are
9710              
9711              Make $Config{byteorder} more magical so that it is
9712              dynamically computed: nice for 'fat binaries'.
9713              Subject: [PATCH]: default byteorder
9714              
9715              Subject: [PATCH] Cwd.pm now uses strict
9716              
9717              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
9718              
9719              Get -DLEAKTEST to compile (not necessarily to work, mind)
9720              Subject: [ID 20000724.006] -DLEAKTEST problem
9721              
9722              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
9723              
9724              Add perlebcdic from Peter Prymmer, regen toc.
9725              
9726              Don't propose using modules built for 5.005 if no binary
9727              compatibility with 5.005 is attempted.
9728              
9729              Do not use prototyping here.
9730              Subject: [ID 20000817.016] [PATCH] Peek.xs
9731              
9732              Document what the backtick returns if the command fails.
9733              
9734              Add byteorder to the myconfig output.
9735              
9736              Introduce NVef, NVff, and NVgf, use the middle one.
9737              (helps for lib/peek + Linux + long doubles)  Reported in
9738              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
9739              Use NVs in POSIX math, not doubles.
9740              Subject: [ID 20000817.014] POSIX & modfl
9741              
9742              Subject: [PATCH 5.6.0+] newSVrv() memory leak
9743              
9744              The byteorder code in #6671 was wrong.
9745              
9746              Fix the lib/complex failure of
9747              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
9748              Linux long double accuracy issue: something that
9749              when printed with %g looks like "2" but int() of it is 1.
9750              
9751              Propagate new Configure vars.
9752              
9753              Unbuffer the output.
9754              
9755              Subject: [PATCH] perltrap.pod spring cleaning
9756              
9757              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
9758              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
9759              
9760              Tiny Getopt::Long patch from Johan Vromans.
9761              
9762              Document code point which makes if (defined %stash::) to work
9763              (noted by Spider Boardman).
9764              
9765              Subject: [PATCH perl@6698] cygwin port
9766              
9767              Document the NDBM_File and ODBM_File as SDBM_File
9768              was documented in #6417.
9769              
9770              The new tests were missing from #6415.
9771              
9772              Add [[:blank:]] as suggested in
9773              Subject: [ID 20000716.024] [=cc=] / [:blank:]
9774              (the [=cc=] has already been taken care of by #6439
9775              so the whole bug report can be closed)
9776              and make [[:space:]] to be equivalent to isspace(3)
9777              (as opposed to \s, which is isSPACE()).  The difference
9778              is that now [[:space:]] matches the mythical vertical tab,
9779              while \s doesn't.
9780              
9781              Don't eat leading os from index entries.
9782              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
9783              
9784              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
9785              
9786              Typo in pp_complement().
9787              Subject: [PATCH perl-current] Deparse
9788              
9789              Add warnif(), check warnings further up the stack,
9790              all the warnings functions now can take an optional object reference.
9791              Subject: [PATCH bleedperl@6691] warnings pragma update
9792              
9793              Fix a core dump in lib/selfloader under -DDEBUGGING.
9794              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
9795              
9796              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
9797              
9798              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
9799              
9800              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
9801              Put back the long double avoidance code to POSIX.xs
9802              because VMS seems to need it still.
9803              
9804              Introduce a 'veryclean' target that is like 'distclean'
9805              but also removes *~ and *.orig.
9806              
9807              Subject: [ID 20000817.023] endianness description in perlfunc.pod
9808              
9809              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
9810              
9811              Let's try #6717 again.
9812              
9813              UTF8 concat fixes.
9814              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
9815              
9816              pp_open() could pass an uninitialized filename down to do_open9().
9817              
9818              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
9819              
9820              Update to CGI 2.72, from Lincoln Stein.
9821              
9822              Subject: [PATCH] Silence MakeMaker (Was: installman)
9823              
9824              Use temporary directory instead of current directory.
9825              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
9826              
9827              Document odd vs even subreleases and -Dusedevel.
9828              
9829              The veryclean target needs to clobber.
9830              
9831              Use File::Spec->tmpdir().
9832              
9833              Document the number of exponent digits.
9834              
9835              Mention perlebcdic and perlposix-bc.
9836              
9837              s/this one/the 5.6.0 release/
9838              
9839              The #6724 is here.
9840              
9841              The correct cleaning order is an art.
9842              
9843              small tweaks for change#6705: avoid C++ style comments in C code;
9844              use Perl's malloc API rather than the low level system one
9845              
9846              Array context keeps slithering in.
9847              
9848              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
9849              
9850              Subject: [PATCH] os2.c fix for use64bitint
9851              
9852              Update to Pod::LaTeX 0.53.
9853              Subject: [PATCH] lib/Pod/LaTeX.pm updates
9854              
9855              Document the endianness of Alpha more precisely.
9856              
9857              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
9858              
9859              Rename the macro argument because some preprocessors
9860              can't tell the difference and expand arguments also inside
9861              double quoted strings.
9862              
9863              free TLS slot properly on Windows
9864              
9865              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
9866              
9867              Unicos/mk requires elaborate paranoia.
9868              
9869              Tweak the floating point output routine preferences.
9870              
9871              Also under djgpp the timestamps are funky.
9872              
9873              Apply some PodParser 1.18 patches; the Pod/Find.pm
9874              patches cannot be applied since #6712 conflicts.
9875              
9876              Use PodParser 1.18 new test.
9877              
9878              A pod nit.
9879              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
9880              
9881              Be verydeepclean.
9882      Branch: maint-5.6/perl
9883           +> pod/perlebcdic.pod
9884           !> (integrate 106 files)
9885 ____________________________________________________________________________
9886 [  7892] By: jhi                                   on 2000/11/27  15:02:32
9887         Log: Update Changes.
9888      Branch: perl
9889            ! Changes patchlevel.h
9890 ____________________________________________________________________________
9891 [  7891] By: jhi                                   on 2000/11/27  14:57:23
9892         Log: Subject: Re: perlfaq style changes
9893              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9894              Date: Sat, 25 Nov 2000 23:32:26 -0800
9895              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
9896              
9897              plus a note from Ronald Kimball.
9898      Branch: perl
9899            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
9900 ____________________________________________________________________________
9901 [  7890] By: jhi                                   on 2000/11/27  14:53:14
9902         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
9903              From: Benjamin Holzman <bah@ecnvantage.com>
9904              Date: Sun, 26 Nov 2000 16:27:33 -0500
9905              Message-ID: <20001126162733.J25040@ecnvantage.com>
9906      Branch: perl
9907            ! gv.c
9908 ____________________________________________________________________________
9909 [  7889] By: jhi                                   on 2000/11/27  14:43:11
9910         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
9911              From: lvirden@cas.org
9912              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
9913              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
9914      Branch: perl
9915            ! README.amiga
9916 ____________________________________________________________________________
9917 [  7888] By: jhi                                   on 2000/11/27  14:32:34
9918         Log: Restore also the locale test to no-sprintf-taint state.
9919              Fixes the bug 20001127.003.
9920      Branch: perl
9921            ! sv.c t/pragma/locale.t
9922 ____________________________________________________________________________
9923 [  7887] By: gsar                                  on 2000/11/27  14:13:05
9924         Log: integrate changes#6613..6616,6620..6665 from mainline
9925              
9926              VMS configure.com update continues.
9927              
9928              Subject: Test fails / warnings with perl-current #6612
9929              
9930              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
9931              
9932              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
9933              
9934              For now remove the mail code.
9935              
9936              Subject: Re: [PATCH] @+, @- readonly
9937              
9938              Subject: warning: storage class after type is obsolescent
9939              
9940              Subject: sfio2000
9941              
9942              Subject: Re: File::Temp problems on VMS in bleedperl
9943              
9944              README.os2 update.
9945              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
9946              
9947              Make the user to give up his firstborn, err, to knowingly
9948              verify installing an unstable developer release.  Also bump
9949              the release to 5.7.0, but leave a patch tag in the local
9950              patches saying that this is not yet the real thing.
9951              
9952              Update (kinda) to Test 1.14, from Joshua Pritikin.
9953              
9954              make ok etc also for win32.
9955              
9956              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
9957              
9958              Don't blow limited stacks, a lower number is enough to
9959              tickle the lookbehind limit.
9960              
9961              Use -Dusedevel; regen Configure and the respective Porting stuff.
9962              
9963              Subject: [PATCH] debugger exit code should reflect user exit code
9964              
9965              Subject: [PATCH perl@6620] cygwin port
9966              
9967              Missed a file from #6638.
9968              
9969              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)
9970              
9971              magic callbacks all need to have same type signature
9972              
9973              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
9974              
9975              Fix a dependency problem.
9976              Subject: [PATCH: 6640] VMS Makefile.SH update
9977              
9978              The numeric locale was reset to "C" by s?printf and never restored.
9979              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
9980              No test since adding the failing example to locale.t
9981              does not fail -- probably because the locale settings are so
9982              thoroughly tweaked by that time.  Running the example standalone
9983              does fail, though.  UPDATE: test case added at change #7540.
9984              
9985              Subject: [ID 20000324.040] minor fix to perlhpux.pod
9986              
9987              Update to CPAN 1.57.
9988              
9989              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
9990              
9991              Change the perlbug address to perl.org since it's more forgiving.
9992              
9993              Change the regx compilation error markers to use = instead of <
9994              since pod makes using the latter quite messy.  Reported in
9995              ID 20000814.006 by Abigail and in
9996              Subject: Unknown escape E<> ?
9997              
9998              Update to perldebtut 1.9, from Richard Foley.
9999              
10000              check that the number pseudo children doesn't exceed
10001              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
10002              the WaitForMultipleObjects() limit that would cause wait()
10003              to crash)
10004              wait() and waitpid() could potentially be rewritten to use
10005              more than one thread to do the waiting to eliminate this
10006              limitation
10007              
10008              change#6328 could make close(SOCKET) return false on windows
10009              when it shouldn't
10010              
10011              pod nit seen in passing
10012              
10013              on windows, the return values from wait() and waitpid() don't
10014              match those of pseudo-pids
10015              
10016              waitpid() now handles externally spawned pids correctly;
10017              fixes for backtick/wait/waitpid failures on Windows 9x
10018              these changes make the pid returned by process functions on
10019              Windows 9x always positive by clearing the high bit (which
10020              is always set on Win9x); pseudo-process PIDs are likewise
10021              always negative now on Win9x (just as on NT/2000)
10022              
10023              trailing new %ENV entries weren't being pushed into the real
10024              environment of subprocesses on Windows
10025              
10026              Tweak the regex compilation errors once more.
10027              
10028              avoid warnings from dense compiler
10029              
10030              add "ok" targets from change#6632 in makefile.mk
10031      Branch: maint-5.6/perl
10032            - lib/Pod/PlainText.pm vms/configure.com
10033           !> (integrate 66 files)
10034 ____________________________________________________________________________
10035 [  7886] By: jhi                                   on 2000/11/27  13:54:18
10036         Log: __FUNCTION__ isn't portable and trying to emulate it leads
10037              into practically spelling out the name of the function.
10038              Takes care of the bug 20001127.001.
10039      Branch: perl
10040            ! perlio.c
10041 ____________________________________________________________________________
10042 [  7885] By: gsar                                  on 2000/11/27  13:53:18
10043         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
10044              6610..6611 from mainline
10045              
10046              Make regular expression parse error messages easier to understand.
10047              Subject: Re: enhanced(?) regex error messages
10048              
10049              Tiny tidying on report_evil_fh().
10050              
10051              Subject: Re: enhanced(?) regex error messages 
10052              plus Capitalize the error messages, plus perldiag them.
10053              
10054              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
10055              
10056              Document here-doc better.
10057              
10058              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
10059              
10060              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
10061              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
10062              (either perlbug or p5p ate the original), plus regen
10063              perlapi and perltoc. 
10064              
10065              Regen global.sym.
10066              
10067              Double check that we have a dirhandle.
10068              
10069              Subject: Re: enhanced(?) regex error messages
10070              (plus two small patches sent privately)
10071              (this still seems to leave few test failures)
10072              
10073              warn is a macro, avoid using at a variable to avoid warnings
10074              in some configurations; readdir.t is too conservative in
10075              estimating number of *.t's
10076              
10077              Get back into sync with Jeffrey on the enhanced regex warnings.
10078              
10079              Subject: [PATCH 5.6.0] cygwin port
10080              
10081              Zero entries were skipped, fix from Adrian Goalby
10082              <argoalby@yahoo.co.uk>
10083              
10084              Subject: Remove dead entry in perldiag
10085              
10086              Amend the description of Perl6.
10087              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
10088              
10089              detypo
10090              
10091              It's the 2ndO'ROSSC.
10092              
10093              Revert the sv.c part of #6559, a better fix is needed.
10094              
10095              Iterating perl6 description.
10096              
10097              Update to Term::ANSIColor 1.03, from Russ Allbery.
10098              
10099              Update to Getopt::Long 2.23_05, from Johan Vromans.
10100              
10101              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
10102              
10103              Update to Pod::Parser 1.17, from Brad Appleton.
10104              
10105              Update to CPAN 1.56, from Andreas König.
10106              
10107              Update to CGI 2.70, from Lincoln Stein.
10108              
10109              Put back the std @INC thing.
10110              
10111              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
10112              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
10113              
10114              Document the IO::Select timeout.
10115              
10116              sleep(1) does not necessarily return 1.
10117              Subject: [PATCH bleadperl] op/lex_assign.t  
10118              
10119              Subject: debugger "d" command doesnt check line number
10120              
10121              B::Deparse didn't do sub attributes.
10122              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
10123              
10124              Preprocessing and postprocessing for File::Find.
10125              Subject: Patch to Find::File.pm to allow alphabetical results
10126              
10127              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
10128              
10129              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
10130              
10131              Subject: Re: [ID 20000730.003] utf8::length() bad
10132              
10133              Subject: Getting perlio and threads to compile
10134              (the Solaris version changes in Configure skipped)
10135              
10136              Tests for #6589.
10137              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
10138              
10139              Add Perl debugging tutorial, regen toc. 
10140              Subject: perldebtut.pod
10141              
10142              Add a few missing files, update MANIFEST.
10143              
10144              Rewrite of vms/subconfigure.com as configure.com,
10145              from Peter Prymmer and the vmsperl crew.
10146              
10147              Should have deleted this in #6603.
10148              
10149              Fix the test for 5005threads.
10150              
10151              Fix-n-skip the tests under 5005threads.
10152              
10153              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
10154              
10155              Upgrade to CGI 2.71, from Lincoln Stein.
10156      Branch: maint-5.6/perl
10157           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
10158           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
10159           +> t/op/regmesg.t t/pod/find.t vms/configure.com
10160            - vms/subconfigure.com
10161            ! lib/lib.pm
10162           !> (integrate 115 files)
10163 ____________________________________________________________________________
10164 [  7884] By: jhi                                   on 2000/11/27  13:44:33
10165         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
10166              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10167              Date:     Mon, 27 Nov 2000 08:23:54 EST
10168              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
10169      Branch: perl
10170            ! vms/descrip_mms.template vms/test.com
10171 ____________________________________________________________________________
10172 [  7883] By: gsar                                  on 2000/11/27  11:50:46
10173         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
10174              6511..6513,6515..6523,6525..6536
10175              
10176              The swallow_bom() saga continues.  The #23 of require.t
10177              (UTF16-LE) still fails (silently, no output) but the #22
10178              (UTF16-BE) seems to be working now.  The root of the
10179              failure may be in sv_gets(): is it UTF-16LE-aware,
10180              especially when it comes to line endings? 
10181              
10182              Document the problem with -P in HP-UX and its workaround.
10183              
10184              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
10185              (aka ID 20000730.002)
10186              
10187              Subject: fix and question re: waitpid() under win32
10188              
10189              Make the safety catch for buggy gccs work with triple version
10190              numbers like 2.95.2.  Reported in
10191              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
10192              
10193              In Digital UNIX warn if gcc explicitly chosen because even
10194              2.95.2 is known to cause problems.
10195              
10196              Make chr() for values >127 to create utf8 when under utf8.
10197              
10198              various syntax errors and such (not fixed: comp/require.t#22 coredump
10199              on Windows)
10200              
10201              Stash away the largefiles flags and libswanted.
10202              
10203              BOM patching from Simon Cozens.
10204              
10205              If gccosandvers is equal to osname, clear gccosandvers.
10206              
10207              Make p4desc to skip non-mainperl branches by default.
10208              
10209              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
10210              
10211              The test from this
10212              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
10213              
10214              In new BSDs changes to argv[] do not show up in ps(1) output,
10215              instead one must use setproctitle().  This was already addressed
10216              by change #6457, but the below has a new variant for FreeBSD 4.0
10217              or later, and the matter is also documented more.
10218              
10219              FreeBSD 3.* updates from
10220              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
10221              
10222              regen_headers, regen perltoc.
10223              
10224              Document in one place the memory abstractions used in Perl core.
10225              
10226              memcpy has n o in it, as pinted ut by Sarathy.
10227              
10228              Remove the extraneous "main::" prefix from all the
10229              "opened only for", "on closed", and "never opened" warnings.
10230              
10231              The name of a filehandle does not have <these>.
10232              
10233              The tr utf8 patching continues.
10234              
10235              The new setproctitle() feature is available only in 
10236              bleeding edge FreeBSD.  From Paul Saab.
10237              
10238              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
10239              
10240              Dump UVs as UVs in Data::Dumper.
10241              
10242              detypo #6494
10243              
10244              Document the IVdf UVuf UVof UVxf.
10245              
10246              require.t needs binmode() to work on windows
10247              
10248              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
10249              that are hopefully soon put into use.
10250              
10251              Allow "no Module;" even if there is no 'unimport'.
10252              
10253              Better skip message for the test; one of the two problems in
10254              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
10255              
10256              The subtest 4 may fail also on VOBS, as pointed out
10257              by Nick Ing-Simmons in November 1999, bug id 19991124.003
10258              (but the failure in that bug report isn't the subtest 4).
10259              
10260              Be more informative on what is skipped and why,
10261              also repeat the list at the end.
10262              
10263              Add a URL for FSF.
10264              
10265              Subject: [PATCH] sv.h documentation - SvLEN
10266              
10267              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
10268              
10269              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
10270              
10271              Subject: [PATCH] bad cppsymbols on os2 + Configure question
10272              
10273              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
10274              
10275              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
10276              mention the idea of @( and @)
10277              
10278              This is 6512.  Really.
10279              
10280              Subject: [ID 19990721.004] Documentation bug in perlfunc
10281              
10282              Subject: Minor tweak to perlvar.pod
10283              
10284              In the warnings call filehandles consistently so;
10285              add "unopened" warning for stat().
10286              
10287              After the #6519 a warning about stat() is just that,
10288              not about a filetest, which now have their own warning.
10289              
10290              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
10291              
10292              Subject: Re: Array vs. List context
10293              
10294              Subject: New perlcc, take 2
10295              
10296              Weed buglets pointed out by
10297              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
10298              
10299              gcc versions might have (parentheses) in them.
10300              
10301              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
10302              
10303              Essential prototype changes were missing from #6527.
10304              Also make report_evil_fh() more bomb-proof.
10305              
10306              Zap lib/Sys directory when cleaning up.
10307              
10308              Change the Policy policy: now -Dprefix= with an existing
10309              Policy.sh and prefix == siteprefix == vendorprefix, then all
10310              of them follow along the new prefix.
10311              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
10312              
10313              Continue fixing the io warnings.  This also
10314              sort of fixes bug ID 20000802.003: the core dump
10315              is no more.  Whether the current behaviour is correct
10316              (giving a warning: "Not a format reference"), is another matter.
10317              
10318              Have symbols for the IoTYPEs.
10319              
10320              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
10321              
10322              Document a bit that UDP is not what you might think.
10323              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
10324              tr memory corruption fix from Simon Cozens.
10325              
10326              Plug the security hole described in the Aug 05 2000 bugtraq message
10327              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
10328              The security hole exists only in suidperls, which isn't
10329              installed or even built by default.
10330      Branch: maint-5.6/perl
10331           !> (integrate 71 files)
10332 ____________________________________________________________________________
10333 [  7882] By: gsar                                  on 2000/11/27  10:25:36
10334         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
10335              from mainline
10336              
10337              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
10338              to be fatal errors (instead of by default ignoring them, and
10339              ignoring with a bug: even though -w gave an error, the opening [
10340              was left in)  Reported in:
10341              
10342              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
10343              
10344              Subject: [PATCH] split /^/
10345              
10346              MacOS nits from Matthias Neeracher.
10347              
10348              More split() doc and test patches from Mike Guy.
10349              
10350              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
10351              from Graham Barr in the module list.
10352              
10353              docfix from Peter Scott <Peter@PSDT.com>.
10354              
10355              File::Temp patches for VMS and OS/2 from Tim Jenness.
10356              
10357              open() wariness in perlbug.
10358              
10359              Subject: [PATCH] minor doc change - perlguts
10360              
10361              Subject: Minor doc patch: handy.h
10362              
10363              Be wary of close()s, too.
10364              
10365              Further File::Temp patches from Yitzchak Scott-Thoennes
10366              and Craig A. Berry.
10367              
10368              Subject: [PATCH] fixes bug 20000508.004
10369              
10370              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
10371              
10372              Allow "no AutoLoader;", based on change #6444,
10373              suggested by Graham Barr.
10374              
10375              Use setproctitle() if available to modify $0.
10376              
10377              Warn if the version of the operating system used to compile gcc
10378              differs from the current version of the operating system.
10379              Also display the gcc compilation os and version in myconfig.
10380              Inspiration from
10381              
10382              Tiny fixes for #6460.
10383              
10384              The problem described in this
10385              Subject: [ID 20000322.018] named chars aren't magical enough
10386              has been fixed in perl 5.6.0 but just in case added a test
10387              to keep it away.  (The report from Joseph Hall.)
10388              
10389              Tune the comments and hopefully stop a memory leak.
10390              
10391              Subject: UTF8 concat
10392              (with a memory leak fixed, plus a few casts added)
10393              This also seems to help for
10394              Subject: [ID 20000716.015] join UTF8 weirdness
10395              
10396              Do not upgrade SVs into utf8 just because they participate
10397              in eq or cmp.  Reported and fix suggested in
10398              Subject: [ID 20000720.009] sv_eq UTF8 bug
10399              
10400              Fix the HALF_UPGRADE() macro introduced in #6263.
10401              
10402              Find green threads before native threads.
10403              Subject: Re: Patch to jpl/JNI/Makefile.PL
10404      Branch: maint-5.6/perl
10405           !> (integrate 30 files)
10406 ____________________________________________________________________________
10407 [  7881] By: jhi                                   on 2000/11/27  05:48:41
10408         Log: It seems that *both* the unused submatch loop cleanup
10409              codes are needed.
10410      Branch: perl
10411            ! regexec.c
10412 ____________________________________________________________________________
10413 [  7880] By: jhi                                   on 2000/11/27  04:50:07
10414         Log: Clean .exists deeper.
10415      Branch: perl
10416            ! Makefile.SH
10417 ____________________________________________________________________________
10418 [  7879] By: jhi                                   on 2000/11/27  02:31:35
10419         Log: The code in regcppop() (see #7878) contains the correct lower
10420              limit for the unused submatch 'cleanup' loop so that under
10421              "use utf8" the following code wouldn't dump core:
10422              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
10423              the cleanup loop in regtry() stomped beyond allocated area
10424              in the startp[] array.  Therefore, copied the correct lower
10425              loop limit (*PL_reglastparen) to regtry().  Note: something
10426              may still not be quite right: why was the _higher_ loop limit
10427              (prog->nparens) different in the utf8 case?
10428              
10429              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
10430              without core dumps, there were about 17 of them before
10431              the patch (with us since Perl 5.7.0).  Two failures, still:
10432              496 and 505 (though these may not be severe).
10433              
10434              Patch #7881 is also needed since both the cleanup loops
10435              seem to be needed.
10436              
10437              Also, the t/op/pat#44 seems to core dump under utf8.
10438              Plus a couple of failures.  UGH-8.
10439      Branch: perl
10440            ! regexec.c
10441 ____________________________________________________________________________
10442 [  7878] By: jhi                                   on 2000/11/27  02:21:17
10443         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
10444              the code in regcppop() seems to be redundant for the test suite --
10445              but it contains a germ of truth, and it needed for the build
10446              process itself: see #7879 and #7881.
10447      Branch: perl
10448            ! regexec.c
10449 ____________________________________________________________________________
10450 [  7877] By: jhi                                   on 2000/11/27  01:53:09
10451         Log: Comment on comment.
10452      Branch: perl
10453            ! regexec.c
10454 ____________________________________________________________________________
10455 [  7876] By: jhi                                   on 2000/11/27  00:49:59
10456         Log: Adjust the docs to agree with #7875.
10457      Branch: perl
10458            ! pod/perllocale.pod
10459 ____________________________________________________________________________
10460 [  7875] By: jhi                                   on 2000/11/27  00:49:27
10461         Log: Retract #7863.  It makes more sense not to taint formatted output,
10462              not even by sprintf().
10463      Branch: perl
10464            ! sv.c
10465 ____________________________________________________________________________
10466 [  7874] By: jhi                                   on 2000/11/26  23:36:02
10467         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
10468              Not really fixed (should really dump the UTF-8 charclass),
10469              but stopped displaying the garbage.
10470              
10471              Also add a note on the (missing) Unicode PSXSPC and BLANK.
10472      Branch: perl
10473            ! regcomp.c
10474 ____________________________________________________________________________
10475 [  7873] By: jhi                                   on 2000/11/26  21:31:13
10476         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
10477      Branch: perl
10478            ! regexec.c
10479 ____________________________________________________________________________
10480 [  7872] By: jhi                                   on 2000/11/26  21:06:04
10481         Log: No need to scan till infinity, 13 is enough.
10482      Branch: perl
10483            ! handy.h utf8.c
10484 ____________________________________________________________________________
10485 [  7871] By: jhi                                   on 2000/11/26  20:20:32
10486         Log: Test line numbers are different with utf8.
10487      Branch: perl
10488            ! t/op/re_tests
10489 ____________________________________________________________________________
10490 [  7870] By: jhi                                   on 2000/11/26  20:10:12
10491         Log: Message nit.
10492      Branch: perl
10493            ! regcomp.c
10494 ____________________________________________________________________________
10495 [  7869] By: jhi                                   on 2000/11/26  19:01:05
10496         Log: Make utf8_length() and utf8_distance() (the latter of which
10497              is unused at the moment) to be less forgiving about bad UTF-8.
10498      Branch: perl
10499            ! embed.h embed.pl objXSUB.h proto.h utf8.c
10500 ____________________________________________________________________________
10501 [  7868] By: jhi                                   on 2000/11/26  18:45:56
10502         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
10503              From: Benjamin Holzman <bah@ecnvantage.com>
10504              Date: Sat, 25 Nov 2000 20:40:20 -0500       
10505              Message-ID: <20001125204020.A25040@ecnvantage.com>              
10506              
10507              Debian allows installing /usr/bin/locale without installing
10508              any locales, an error message will ensue.
10509      Branch: perl
10510            ! t/pragma/locale.t
10511 ____________________________________________________________________________
10512 [  7867] By: jhi                                   on 2000/11/26  18:31:12
10513         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
10514              From: Benjamin Holzman <bah@ecnvantage.com>
10515              Date: Sun, 26 Nov 2000 02:42:34 -0500
10516              Message-ID: <20001126024234.G25040@ecnvantage.com>
10517              
10518              Patch for the bug 20000212.002.
10519      Branch: perl
10520            ! sv.c t/op/array.t
10521 ____________________________________________________________________________
10522 [  7866] By: jhi                                   on 2000/11/26  18:28:09
10523         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
10524              From: Tim Jenness <t.jenness@jach.hawaii.edu>
10525              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
10526              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
10527              
10528              File::Temp 0.11.
10529      Branch: perl
10530            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
10531 ____________________________________________________________________________
10532 [  7865] By: jhi                                   on 2000/11/26  18:24:22
10533         Log: The metaconfig unit change for #7864.
10534      Branch: metaconfig/U/perl
10535            ! need_va_copy.U
10536 ____________________________________________________________________________
10537 [  7864] By: jhi                                   on 2000/11/26  18:23:41
10538         Log: Make the va_copy() test not to be so talkative.
10539      Branch: perl
10540            ! Configure config_h.SH
10541 ____________________________________________________________________________
10542 [  7863] By: jhi                                   on 2000/11/26  18:11:02
10543         Log: Fix locale inconsistencies unearthed by Hugo's work.
10544              Now the floating point sprintf really does taint the result
10545              string as perllocale promises (has promised for a long time)
10546              if "use locale" is in the lexical scope.
10547      Branch: perl
10548            ! sv.c t/pragma/locale.t
10549 ____________________________________________________________________________
10550 [  7862] By: jhi                                   on 2000/11/26  00:35:15
10551         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
10552              From: Nicholas Clark <nick@ccl4.org>
10553              Date: Sun, 26 Nov 2000 00:07:50 +0000
10554              Message-ID: <20001126000750.A22446@plum.flirble.org>
10555              
10556              Infinit.
10557      Branch: perl
10558            ! sv.c
10559 ____________________________________________________________________________
10560 [  7861] By: jhi                                   on 2000/11/26  00:01:26
10561         Log: Integrate perlio.
10562      Branch: perl
10563           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
10564 ____________________________________________________________________________
10565 [  7860] By: nick                                  on 2000/11/25  22:04:17
10566         Log: Correct relative path from new ext\Filter\Util\Call location
10567              back to miniperl.
10568      Branch: perlio
10569            ! win32/makefile.mk
10570 ____________________________________________________________________________
10571 [  7859] By: nick                                  on 2000/11/25  21:26:54
10572         Log: Integrate mainline.
10573      Branch: perlio
10574           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
10575           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
10576           +> t/lib/filter-util.t
10577            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
10578            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
10579            - t/lib/filt-util.t
10580           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
10581           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
10582           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
10583           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
10584           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
10585           !> win32/makefile.mk
10586 ____________________________________________________________________________
10587 [  7858] By: gsar                                  on 2000/11/25  20:52:17
10588         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
10589              parent's memory; fix it by keeping track of the actual pad
10590              offset rather than a raw pointer (this change is probably also
10591              relevant to non-ithreads case to avoid fallout from reallocs of
10592              the pad array, but is currently only enabled for the ithreads
10593              case in the interests of minimal disruption to existing "well
10594              tested" code)
10595      Branch: perl
10596            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
10597            ! proto.h scope.c scope.h sv.c t/op/fork.t
10598 ____________________________________________________________________________
10599 [  7857] By: nick                                  on 2000/11/25  20:01:28
10600         Log: All tests pass on Win32/gcc/USE_PERLIO.
10601              - when crlf layer is pushed make unix-level binary.
10602              - remove :crlf injection in pp_backtick in pp_sys.c
10603              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
10604      Branch: perlio
10605            ! doio.c perlio.c pp_sys.c win32/makefile.mk
10606 ____________________________________________________________________________
10607 [  7856] By: jhi                                   on 2000/11/25  18:38:30
10608         Log: Update the metaconfig units for #7855.
10609      Branch: metaconfig/U/perl
10610            ! useperlio.U usesocks.U
10611 ____________________________________________________________________________
10612 [  7855] By: jhi                                   on 2000/11/25  18:37:54
10613         Log: Undo the SOCKS workarounds, instead start using PerlIO
10614              if SOCKS is selected.
10615              
10616              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
10617              From: Jens Hamisch <jens@Strawberry.COM>
10618              Date: Fri, 24 Nov 2000 18:31:30 +0100
10619              Message-ID: <20001124183130.E28337@Strawberry.COM>
10620              
10621              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
10622              From: Jens Hamisch <jens@Strawberry.COM>
10623              Date: Fri, 24 Nov 2000 19:11:51 +0100
10624              Message-ID: <20001124191151.A28753@Strawberry.COM>
10625      Branch: perl
10626            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
10627            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
10628 ____________________________________________________________________________
10629 [  7854] By: jhi                                   on 2000/11/25  17:39:08
10630         Log: Undo #7848.  Some of the code seems to use walkoptree(),
10631              some walkoptree_slow().  An unfinished renaming?
10632              Now the sub is walkoptree() (which is @EXPORT_OK),
10633              the walkoptree_slow() is a typeglob alias to walkoptree.
10634              This makes the tests to pass, at least.
10635      Branch: perl
10636            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
10637 ____________________________________________________________________________
10638 [  7853] By: nick                                  on 2000/11/24  22:24:33
10639         Log: Re-arrange crlf vs binary for platforms that care.
10640              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
10641              Lip-service to making stdio layer work on such platfroms (untested).
10642              Now fails 3 tests rather than one, checkin to see if I can debug 
10643              the issue under linux. (Do not merge.)
10644      Branch: perlio
10645            ! doio.c perlio.c perliol.h
10646 ____________________________________________________________________________
10647 [  7852] By: jhi                                   on 2000/11/24  18:57:39
10648         Log: AUTHORS edits.
10649      Branch: perl
10650            ! AUTHORS
10651 ____________________________________________________________________________
10652 [  7851] By: jhi                                   on 2000/11/24  17:34:56
10653         Log: Add Jan-Erik Karlsson.
10654      Branch: perl
10655            ! AUTHORS
10656 ____________________________________________________________________________
10657 [  7850] By: jhi                                   on 2000/11/24  17:27:56
10658         Log: Configure should find stdchar on its own.
10659      Branch: perl
10660            ! hints/solaris_2.sh
10661 ____________________________________________________________________________
10662 [  7849] By: jhi                                   on 2000/11/24  17:24:55
10663         Log: Subject: PATCH over 7848: Filter test flawed
10664              From: andreas.koenig@anima.de (Andreas J. Koenig)
10665              Date: 24 Nov 2000 10:28:29 +0100
10666              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
10667      Branch: perl
10668            ! t/lib/filter-util.t
10669 ____________________________________________________________________________
10670 [  7848] By: jhi                                   on 2000/11/24  17:22:15
10671         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
10672              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
10673              Date: Fri, 24 Nov 2000 16:12:58 +0000
10674              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
10675      Branch: perl
10676            ! ext/B/B.pm
10677 ____________________________________________________________________________
10678 [  7847] By: jhi                                   on 2000/11/24  03:07:01
10679         Log: Integrate perlio.
10680      Branch: perl
10681           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
10682           !> win32/makefile.mk
10683 ____________________________________________________________________________
10684 [  7846] By: gsar                                  on 2000/11/24  00:55:57
10685         Log: integrate changes#6415..6418,6420..6438 from mainline
10686              
10687              Fix the bitvector ops for utf8 (tricky since past 7 bits
10688              the utf8 'characters' can be more than one octet).
10689              
10690              MPE/ix updates for perl 5.6.0 from Mark Bixby.
10691              
10692              Subject: SDBM_File documentation
10693              
10694              Detypo.
10695              
10696              Decutandpasto.
10697              
10698              Send all installperl messages to STDERR and be -w clean.
10699              
10700              Out-of-date note removed.
10701              
10702              Protect against "wild next"s, that is, callbacks doing "next"
10703              instead of "return".
10704              
10705              Use STDOUT consistently.
10706              
10707              The output might have been produced in the wrong order.
10708              
10709              A missing 'break' after the [[:space:]] switch case.
10710              
10711              Add tests for
10712              [ID 19991110.003] another matching finding by pcre author
10713              which has already been fixed by some patch, as verified in
10714              
10715              Documentation to explain the behaviour of map().
10716              
10717              Add an optimization for map-maps-a-list-element-to-more-list-elements
10718              case, but add also notes explaining the relationship of this
10719              patch and the earlier notes by Sarathy.
10720              
10721              Subject: [ID 20000716.023] syslog test fails without sockets
10722              
10723              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
10724              Test cases for #6431.
10725              
10726              File::Spec::VMS fixup for tmpdir from Craig Berry.
10727              
10728              Make the "uninit variable" warning to say "concat or string"
10729              or "join or string" when in concat or join .
10730              
10731              Get UTF16 BOMs working.  Patch from
10732              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
10733              
10734              Subject: [PATCH] Make large file tests deal with SIGXFSZ
10735              
10736              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
10737              
10738              Subject: [PATCH] av.c apidoc
10739      Branch: maint-5.6/perl
10740           !> (integrate 43 files)
10741 ____________________________________________________________________________
10742 [  7845] By: gsar                                  on 2000/11/24  00:20:45
10743         Log: integrate changes#6406..6414 from mainline
10744              
10745              Merge perlhacktut into perlhack, update perlguts.
10746              
10747              Fix AutoSplit to use File::Spec the right way in VMS,
10748              from Peter Prymmer.
10749              
10750              The bug report
10751              [ID 19991110.002] minimal matching discrepancy found by pcre author
10752              seems to have been fixed (though differently from what was suggested
10753              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
10754              
10755              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
10756              not in pod, from Peter Prymmer
10757              
10758              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
10759              From: Hugo <hv@crypt.compulink.co.uk>
10760              Date: Fri, 14 Jul 2000 23:05:20 +0100
10761              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
10762              
10763              Didn't anymore apply, but that point still could use another fix.
10764              
10765              lib/b test fixes from Peter Prymmer.
10766              
10767              More docs for sv functions.
10768              
10769              perlvms.pod whitespace cleanup to keep pod utils happy.
10770              
10771              another VMS build tweak from Peter Prymmer
10772      Branch: maint-5.6/perl
10773           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
10774           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
10775           !> vms/descrip_mms.template vms/perlvms.pod
10776 ____________________________________________________________________________
10777 [  7844] By: nick                                  on 2000/11/23  23:42:45
10778         Log: Win32/perlio Now just fails one io/argv.t test - lack 
10779              of default :crlf on standard streams.
10780      Branch: perlio
10781            ! doio.c perlio.c
10782 ____________________________________________________________________________
10783 [  7843] By: nick                                  on 2000/11/23  23:04:05
10784         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
10785              peek fail is showing a real problem (multiple crlf layers
10786              are getting pushed.)
10787      Branch: perlio
10788            ! doio.c perlio.c win32/makefile.mk
10789 ____________________________________________________________________________
10790 [  7842] By: nick                                  on 2000/11/23  19:46:23
10791         Log: Implement PerlIO_binmode()
10792              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
10793              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
10794              make binmode in t/lib/io_tell.t unconditional so that works.
10795              Checkin just so Win32 machine can see these changes.
10796      Branch: perlio
10797            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
10798 ____________________________________________________________________________
10799 [  7841] By: jhi                                   on 2000/11/23  19:30:00
10800         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
10801      Branch: perl
10802            ! README.amiga
10803 ____________________________________________________________________________
10804 [  7840] By: jhi                                   on 2000/11/23  17:18:02
10805         Log: SOCKS wrestling continues, patches from Jens Hamisch.
10806      Branch: perl
10807            ! doio.c embed.h embed.pl perlsdio.h proto.h
10808 ____________________________________________________________________________
10809 [  7839] By: jhi                                   on 2000/11/23  16:54:14
10810         Log: Push Filter::Util::Call one level deeper.
10811      Branch: perl
10812            + t/lib/filter-util.t
10813           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
10814           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
10815            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
10816            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
10817            - t/lib/filt-util.t
10818            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
10819            ! win32/Makefile win32/makefile.mk
10820 ____________________________________________________________________________
10821 [  7838] By: jhi                                   on 2000/11/23  16:52:40
10822         Log: Reach back one higher up when searching for PERL_SRC.
10823      Branch: perl
10824            ! lib/ExtUtils/MM_Unix.pm
10825 ____________________________________________________________________________
10826 [  7837] By: jhi                                   on 2000/11/23  16:05:41
10827         Log: Subject: Re: perl@7826
10828              Date: Thu, 23 Nov 2000 02:20:25 -0600
10829              From: "Craig A. Berry" <craigberry@mac.com>
10830              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
10831              
10832              Make VMS to like Filter::Util::Call. 
10833      Branch: perl
10834            ! configure.com ext/Filter/Util/Makefile.PL
10835 ____________________________________________________________________________
10836 [  7836] By: nick                                  on 2000/11/23  16:04:08
10837         Log: Implement crlf layer - not ready for merge.
10838      Branch: perlio
10839            ! perlio.c win32/makefile.mk
10840 ____________________________________________________________________________
10841 [  7835] By: jhi                                   on 2000/11/23  15:56:52
10842         Log: STDCHAR is different in Sparc v9 vs x86.
10843      Branch: perl
10844            ! hints/solaris_2.sh
10845 ____________________________________________________________________________
10846 [  7834] By: jhi                                   on 2000/11/23  15:50:47
10847         Log: The type needs to be visible to protos.
10848      Branch: perl
10849            ! perl.h
10850 ____________________________________________________________________________
10851 [  7833] By: jhi                                   on 2000/11/23  15:40:46
10852         Log: Finish unfinished SOCKS workaround changes.
10853      Branch: perl
10854            ! doio.c
10855 ____________________________________________________________________________
10856 [  7832] By: jhi                                   on 2000/11/23  15:33:30
10857         Log: Integrate perlio.
10858      Branch: perl
10859           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10860           !> win32/makefile.mk
10861 ____________________________________________________________________________
10862 [  7831] By: nick                                  on 2000/11/23  10:31:07
10863         Log: Correct makefile.mk dependancies for ext/Filter/Util
10864              Build ext/Encode
10865              Run dmake regen_config_h
10866      Branch: perlio
10867            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10868            ! win32/makefile.mk
10869 ____________________________________________________________________________
10870 [  7830] By: nick                                  on 2000/11/23  08:05:07
10871         Log: Integrate mainline
10872      Branch: perlio
10873           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
10874           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
10875           +> t/lib/filt-util.pl t/lib/filt-util.t
10876           !> (integrate 41 files)
10877 ____________________________________________________________________________
10878 [  7829] By: gsar                                  on 2000/11/23  03:07:11
10879         Log: build the Filter extension on windows
10880      Branch: perl
10881            ! win32/Makefile win32/makefile.mk
10882 ____________________________________________________________________________
10883 [  7828] By: gsar                                  on 2000/11/23  02:46:35
10884         Log: regenerate win32/config* and fix some inconsistencies in the
10885              makefiles; always export Perl_deb() because it is needed
10886              by ext/re/* (whether perl itself is built with -DDEBUGGING
10887              or not)
10888      Branch: perl
10889            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
10890            ! win32/config_H.vc win32/makefile.mk
10891 ____________________________________________________________________________
10892 [  7827] By: gsar                                  on 2000/11/23  02:18:38
10893         Log: get sources building on windows+MSVC again (untested with other
10894              compilers)
10895      Branch: perl
10896            ! win32/include/sys/socket.h win32/perllib.c
10897 ____________________________________________________________________________
10898 [  7826] By: jhi                                   on 2000/11/23  01:18:26
10899         Log: Update Changes.
10900      Branch: perl
10901            ! Changes patchlevel.h
10902 ____________________________________________________________________________
10903 [  7825] By: jhi                                   on 2000/11/23  00:20:41
10904         Log: Subject: Re: av.c patch (having slight problems)
10905              From: "Ben Tilly" <ben_tilly@hotmail.com>
10906              Date: Tue, 21 Nov 2000 23:29:31 -0500
10907              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
10908              
10909              unshift() speedup.
10910      Branch: perl
10911            ! av.c
10912 ____________________________________________________________________________
10913 [  7824] By: jhi                                   on 2000/11/22  23:59:15
10914         Log: Fixes for signedness warnings noticed by VMSperlers.
10915      Branch: perl
10916            ! ext/Storable/Storable.xs regcomp.c sv.c
10917 ____________________________________________________________________________
10918 [  7823] By: jhi                                   on 2000/11/22  23:19:31
10919         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
10920              From: Peter Prymmer <pvhp@forte.com>
10921              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
10922              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
10923      Branch: perl
10924            ! t/pragma/warn/pp_hot
10925 ____________________________________________________________________________
10926 [  7822] By: jhi                                   on 2000/11/22  22:52:20
10927         Log: Be clean.
10928      Branch: perl
10929            ! Makefile.SH
10930 ____________________________________________________________________________
10931 [  7821] By: jhi                                   on 2000/11/22  22:46:39
10932         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
10933              by Damian Conway, as suggested by Paul Marquess.
10934      Branch: perl
10935            + lib/Filter/Simple.pm
10936 ____________________________________________________________________________
10937 [  7820] By: jhi                                   on 2000/11/22  22:45:51
10938         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
10939      Branch: perl
10940            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
10941            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
10942            + t/lib/filt-util.t
10943            ! MANIFEST
10944 ____________________________________________________________________________
10945 [  7819] By: jhi                                   on 2000/11/22  22:03:27
10946         Log: Integrate perlio.
10947      Branch: perl
10948           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
10949           !> win32/makefile.mk
10950 ____________________________________________________________________________
10951 [  7818] By: jhi                                   on 2000/11/22  21:56:02
10952         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
10953      Branch: perl
10954            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
10955            ! t/lib/io_sock.t
10956 ____________________________________________________________________________
10957 [  7817] By: jhi                                   on 2000/11/22  21:39:49
10958         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
10959              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10960              Date: Wed, 22 Nov 2000 16:08:12 -0500
10961              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
10962      Branch: perl
10963            ! lib/ExtUtils/Liblist.pm
10964 ____________________________________________________________________________
10965 [  7816] By: jhi                                   on 2000/11/22  21:38:25
10966         Log: Go ahead and #include <unistd.h> in perl.h.
10967      Branch: perl
10968            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
10969            ! util.c
10970 ____________________________________________________________________________
10971 [  7815] By: jhi                                   on 2000/11/22  21:22:52
10972         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
10973              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10974              Date: Mon, 20 Nov 2000 18:30:52 -0500
10975              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
10976      Branch: perl
10977            ! pod/perlre.pod regcomp.c t/op/re_tests
10978 ____________________________________________________________________________
10979 [  7814] By: jhi                                   on 2000/11/22  21:21:46
10980         Log: Subject: [PATCH 5.7.0] Liblist finally works
10981              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10982              Date: Tue, 21 Nov 2000 22:02:17 -0500
10983              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
10984      Branch: perl
10985            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
10986            ! lib/ExtUtils/MakeMaker.pm
10987 ____________________________________________________________________________
10988 [  7813] By: jhi                                   on 2000/11/22  21:20:23
10989         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
10990              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10991              Date: Wed, 22 Nov 2000 17:53:15 +0100
10992              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
10993              
10994              AIX dynaloader and perlio patch.
10995      Branch: perl
10996            ! ext/DynaLoader/dl_aix.xs
10997 ____________________________________________________________________________
10998 [  7812] By: jhi                                   on 2000/11/22  21:17:52
10999         Log: (Accidentally empty patch.)
11000      Branch: perl
11001            ! av.c
11002 ____________________________________________________________________________
11003 [  7811] By: jhi                                   on 2000/11/22  21:16:31
11004         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
11005              From: Peter Prymmer <pvhp@forte.com>
11006              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
11007              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
11008      Branch: perl
11009            ! vms/test.com
11010 ____________________________________________________________________________
11011 [  7810] By: jhi                                   on 2000/11/22  21:15:36
11012         Log: Subject: Re: perl@7777 
11013              From: "John P. Linderman" <jpl@research.att.com>
11014              Date: Wed, 22 Nov 2000 13:11:11 -0500
11015              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
11016              
11017              Detypoing.
11018      Branch: perl
11019            ! lib/CPAN.pm
11020 ____________________________________________________________________________
11021 [  7809] By: jhi                                   on 2000/11/22  21:14:19
11022         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
11023              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11024              Date:     Wed, 22 Nov 2000 13:51:37 EST
11025              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
11026      Branch: perl
11027            ! perlsdio.h
11028 ____________________________________________________________________________
11029 [  7808] By: jhi                                   on 2000/11/22  21:13:27
11030         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
11031              From: Casey Tweten <crt@kiski.net>
11032              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
11033              Message-Id: <200011201653.LAA10194@home.kiski.net>
11034      Branch: perl
11035            ! t/lib/io_udp.t
11036 ____________________________________________________________________________
11037 [  7807] By: jhi                                   on 2000/11/22  21:12:35
11038         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
11039              From: Casey Tweten <crt@kiski.net>
11040              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
11041              Message-Id: <200011201636.LAA07227@home.kiski.net>
11042      Branch: perl
11043            ! t/lib/io_sock.t
11044 ____________________________________________________________________________
11045 [  7806] By: jhi                                   on 2000/11/22  21:10:59
11046         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
11047              From: "Casey R. Tweten" <crt@kiski.net>
11048              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
11049              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
11050      Branch: perl
11051            ! utils/h2xs.PL
11052 ____________________________________________________________________________
11053 [  7805] By: nick                                  on 2000/11/22  21:05:06
11054         Log: Integrate mainline
11055      Branch: perlio
11056           !> Changes Porting/genlog ext/DB_File/DB_File.xs
11057           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
11058           !> utils/perlbug.PL
11059 ____________________________________________________________________________
11060 [  7804] By: jhi                                   on 2000/11/22  21:01:12
11061         Log: Subject: [PATCH] Test.pm POD peculiarity
11062              From: "Casey R. Tweten" <crt@kiski.net>
11063              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
11064              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
11065      Branch: perl
11066            ! lib/Test.pm
11067 ____________________________________________________________________________
11068 [  7803] By: jhi                                   on 2000/11/22  20:59:59
11069         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
11070              From: "Philip Newton" <pnewton@gmx.de>
11071              Date: Wed, 22 Nov 2000 14:25:53 +0100
11072              Message-Id: <3A1BD771.25462.1939FAD@localhost>
11073              
11074              Be case-understanding also on 's', and use the -oi of sendmail
11075              not to terminate the transmission on a lone '.'.
11076      Branch: perl
11077            ! utils/perlbug.PL
11078 ____________________________________________________________________________
11079 [  7802] By: nick                                  on 2000/11/22  20:51:42
11080         Log: Win32 PerlIO intermediate state now working as expected.
11081              - In current state we are still using C runtime in text/binary
11082              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
11083              - PERLIO=stdio and PERLIO=unix pass all expected tests.
11084              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
11085              and PerlIO_seek() and the dummy crlf layer is not making adjustments
11086              for CRLF translation happening in C runtime. All other tests pass.
11087              
11088              Added note to README.win32 to point out the snags of doing a perl build
11089              with Norton AntiVirus turned on.
11090              
11091              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
11092              which file a fail comes from.
11093              
11094              Updated "canned" config.h to match the one generated.
11095      Branch: perlio
11096            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
11097            ! win32/makefile.mk
11098 ____________________________________________________________________________
11099 [  7801] By: jhi                                   on 2000/11/22  06:50:20
11100         Log: Nickety nits.
11101      Branch: perl
11102            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
11103 ____________________________________________________________________________
11104 [  7800] By: jhi                                   on 2000/11/22  01:29:55
11105         Log: Changes had accidentally gone too silent on non-main branches.
11106      Branch: perl
11107            ! Changes Porting/genlog patchlevel.h
11108 ____________________________________________________________________________
11109 [  7799] By: gsar                                  on 2000/11/22  01:02:56
11110         Log: some lib_pm.PL changes snuck in via change#7772
11111      Branch: maint-5.6/perl
11112            ! Makefile.SH
11113 ____________________________________________________________________________
11114 [  7798] By: nick                                  on 2000/11/21  21:59:40
11115         Log: Integrate mainline
11116      Branch: perlio
11117           !> (integrate 28 files)
11118 ____________________________________________________________________________
11119 [  7797] By: jhi                                   on 2000/11/21  21:01:45
11120         Log: Integrate perlio.
11121      Branch: perl
11122           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
11123 ____________________________________________________________________________
11124 [  7796] By: nick                                  on 2000/11/21  20:36:22
11125         Log: Win32 builds and runs (mostly) with USE_PERLIO.
11126              PERLIO=perlio passes all tests. 
11127              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
11128      Branch: perlio
11129            ! perlio.c win32/perllib.c win32/win32.c
11130 ____________________________________________________________________________
11131 [  7795] By: jhi                                   on 2000/11/21  19:03:44
11132         Log: Update Changes.
11133      Branch: perl
11134            ! Changes patchlevel.h
11135 ____________________________________________________________________________
11136 [  7794] By: jhi                                   on 2000/11/21  18:56:34
11137         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
11138              From: "Craig A. Berry" <craigberry@mac.com>
11139              Date: Mon, 20 Nov 2000 20:27:06 -0600
11140              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
11141              
11142              A cut-and-pasto.
11143      Branch: perl
11144            ! perlio.h
11145 ____________________________________________________________________________
11146 [  7793] By: jhi                                   on 2000/11/21  18:54:41
11147         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
11148              From: Dominic Dunlop <domo@computer.org> 
11149              Date: Mon, 20 Nov 2000 18:55:29 +0100
11150              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
11151              
11152              va_copy() and the need of it.
11153              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
11154      Branch: metaconfig/U/perl
11155            + need_va_copy.U
11156      Branch: perl
11157            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11158            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
11159            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
11160            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11161            ! win32/config.bc win32/config.gc win32/config.vc
11162 ____________________________________________________________________________
11163 [  7792] By: jhi                                   on 2000/11/21  17:04:10
11164         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
11165      Branch: perl
11166           !> scope.h
11167 ____________________________________________________________________________
11168 [  7791] By: jhi                                   on 2000/11/21  17:01:16
11169         Log: Export the SOCKS workaround symbols only if necessary.
11170      Branch: perl
11171            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
11172 ____________________________________________________________________________
11173 [  7790] By: nick                                  on 2000/11/20  23:57:11
11174         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
11175      Branch: perlio
11176            ! scope.h
11177 ____________________________________________________________________________
11178 [  7789] By: nick                                  on 2000/11/20  23:38:33
11179         Log: Integrate mainline
11180      Branch: perlio
11181           +> lib/File/Spec/Epoc.pm
11182           !> (integrate 34 files)
11183 ____________________________________________________________________________
11184 [  7788] By: nick                                  on 2000/11/20  23:20:18
11185         Log: Make extra buffer layer work (dummy crlf layer)
11186      Branch: perlio
11187            ! doio.c perlio.c perlio.h
11188 ____________________________________________________________________________
11189 [  7787] By: jhi                                   on 2000/11/20  22:44:04
11190         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
11191              From: Peter Prymmer <pvhp@forte.com>
11192              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
11193              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
11194      Branch: perl
11195            ! t/pragma/locale.t
11196 ____________________________________________________________________________
11197 [  7786] By: jhi                                   on 2000/11/20  22:29:10
11198         Log: Subject: DOC PATCH 5.6.0 perlreftut
11199              From: mjd@plover.com
11200              Date: 20 Nov 2000 19:45:06 -0000
11201              Message-ID: <20001120194506.9505.qmail@plover.com>
11202      Branch: perl
11203            ! pod/perlreftut.pod
11204 ____________________________________________________________________________
11205 [  7785] By: jhi                                   on 2000/11/20  22:27:44
11206         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
11207              From: David Dyck <dcd@tc.fluke.com>
11208              Date: Mon, 20 Nov 2000 11:43:40 -0800
11209              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
11210      Branch: perl
11211            ! lib/Cwd.pm
11212 ____________________________________________________________________________
11213 [  7784] By: jhi                                   on 2000/11/20  22:23:21
11214         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
11215              Date: Mon, 20 Nov 2000 17:06:10 -0500
11216              To: Mailing list Perl5 <perl5-porters@perl.org>
11217              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
11218      Branch: perl
11219            ! pp_ctl.c t/op/pat.t
11220 ____________________________________________________________________________
11221 [  7783] By: jhi                                   on 2000/11/20  22:11:18
11222         Log: Subject: [PATCH] doop.c - UTF8 tr///               
11223              From: Simon Cozens <simon@cozens.net>
11224              Date: Sat, 18 Nov 2000 18:49:30 +0000
11225              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
11226              
11227              Subject: Re: [PATCH] doop.c - UTF8 tr///           
11228              From: Simon Cozens <simon@cozens.net>
11229              Date: Mon, 20 Nov 2000 20:45:22 +0000
11230              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
11231              
11232              Make tr on UTF-8 better but still not correct.
11233      Branch: perl
11234            ! doop.c
11235 ____________________________________________________________________________
11236 [  7782] By: jhi                                   on 2000/11/20  22:02:16
11237         Log: Remove the shared object before attempting to create
11238              (by linking) a new one.  E.g. in AIX not removing
11239              becomes quite painful if one tries to do more than one
11240              build in the same tree (an interrupted build, for example),
11241              since the AIX' shared dynaloader seemingly keeps the shared
11242              objects open and therefore 'busy' for quite a while, even when
11243              nobody is using the objects, leading into link failures.
11244      Branch: perl
11245            ! lib/ExtUtils/MM_Unix.pm
11246 ____________________________________________________________________________
11247 [  7781] By: gsar                                  on 2000/11/20  19:02:55
11248         Log: type mismatch due to faulty integration
11249      Branch: maint-5.6/perl
11250            ! toke.c win32/Makefile
11251 ____________________________________________________________________________
11252 [  7780] By: gsar                                  on 2000/11/20  17:31:55
11253         Log: integrate changes#6392,6394..6399,6401..6404
11254              
11255              The {multiplier} of a fixed substring was overlooked which
11256              caused a wrong initial search offset for that substring.
11257              
11258              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
11259              From: Hugo <hv@crypt.compulink.co.uk>
11260              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
11261              Date: Thu, 13 Jul 2000 19:27:13 +0100
11262              
11263              Fix the BOM bug: not a byteorder bug, a signedness bug.
11264              
11265              Replace change #6337 with a better one.
11266              
11267              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
11268              From: Hugo <hv@crypt.compulink.co.uk>
11269              Date: Fri, 14 Jul 2000 04:16:20 +0100
11270              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
11271              
11272              MakeMaker should not remove editor backups (*~) on `make clean`
11273              by default (completes change#6383)
11274              
11275              move new variables to the end of the interpreter structure (for
11276              bincompat in code that doesn't #include XSUB.h)
11277              
11278              rename totally bletcherous SvLOCK() thingy (doesn't do what the
11279              name suggests anyway)
11280              
11281              various cleanups (typos, misformatted code, and small bugs)
11282              
11283              typecasts needed for change#6394
11284              
11285              typos in change#6399, regen headers
11286              
11287              inconsistent types needs casts
11288              
11289              PERL_OBJECT build tweaks
11290      Branch: maint-5.6/perl
11291           !> MANIFEST doop.c embed.h embed.pl embedvar.h
11292           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
11293           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
11294           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
11295           !> toke.c util.c
11296 ____________________________________________________________________________
11297 [  7779] By: gsar                                  on 2000/11/20  17:06:29
11298         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
11299              
11300              Cosmetics and perldelta.
11301              
11302              Fix nits noticed by Boston.pm.
11303              
11304              Do the cc sanity check both before the hints and
11305              after the cc selction.
11306              
11307              get sprintf.t to adjust properly for 3-digit exponents
11308              
11309              don't clobber *.orig files on *clean targets
11310              
11311              fix bugs in processing %v-*d and similar format specs (from
11312              Avi Finkel <avi@finkel.org>)
11313              
11314              sprintf test tweaks (from Dominic Dunlop)
11315              
11316              new selfloader.t in change#6183 doesn't close DATA handles,
11317              and thus fails to clean up tmp files on dosish platforms
11318              
11319              typos (spotted by Peter Prymmer)
11320              
11321              typo fix from Craig Berry
11322      Branch: maint-5.6/perl
11323           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
11324           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
11325           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
11326           !> x2p/Makefile.SH
11327 ____________________________________________________________________________
11328 [  7778] By: gsar                                  on 2000/11/20  16:46:51
11329         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
11330              
11331              Subject: Re: format bug report  [Patch]
11332              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11333              Date: Wed, 05 Jul 2000 13:12:52 +0200
11334              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
11335              
11336              Subject: Re: format bug report  [Patch]
11337              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11338              Date: Wed, 05 Jul 2000 14:10:01 +0200
11339              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
11340              
11341              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
11342              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11343              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
11344              Date: Fri, 07 Jul 2000 17:57:16 +0100
11345              
11346              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
11347              To: perl5-porters@perl.org
11348              From: Karsten Sperling <spiff@phreax.net>
11349              Date: Mon, 10 Jul 2000 15:12:52 +0200
11350              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
11351              
11352              README.posix-bc podified from Thomas Dorner.
11353              
11354              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
11355              From: Dominic Dunlop <domo@computer.org>
11356              Date: Tue, 11 Jul 2000 12:27:33 +0200
11357              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
11358              
11359              Typo in #6341.
11360              
11361              Fix for
11362              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
11363              From: Roderick Schertler <roderick@argon.org>
11364              Date: Tue, 11 Jul 2000 13:55:05 -0400
11365              Message-Id: <200007111755.NAA05077@jones.argon.org>
11366              
11367              Minor cleanups on the booklist.
11368              
11369              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
11370              regen perltoc.
11371              
11372              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
11373      Branch: maint-5.6/perl
11374           +> pod/perlbook.pod
11375           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
11376           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
11377           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
11378 ____________________________________________________________________________
11379 [  7777] By: jhi                                   on 2000/11/20  16:08:49
11380         Log: Update Changes.
11381      Branch: perl
11382            ! Changes patchlevel.h
11383 ____________________________________________________________________________
11384 [  7776] By: jhi                                   on 2000/11/20  15:27:56
11385         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
11386              This may be overly harsh but until proven otherwise, we think this
11387              way, or until we have a simple test for Configure (having to start
11388              up servers is does not count as simple) to check for the problems.
11389      Branch: perl
11390            ! perl.h
11391 ____________________________________________________________________________
11392 [  7775] By: jhi                                   on 2000/11/20  15:22:17
11393         Log: Solaris hints tweaks.
11394      Branch: perl
11395            ! hints/solaris_2.sh
11396 ____________________________________________________________________________
11397 [  7774] By: jhi                                   on 2000/11/20  15:01:20
11398         Log: Add a workaround to SOCKS 64-bit problems.
11399      Branch: perl
11400            ! doio.c embed.h embed.pl perlsdio.h proto.h
11401 ____________________________________________________________________________
11402 [  7773] By: jhi                                   on 2000/11/20  14:51:47
11403         Log: sysseek() instead of seek().
11404      Branch: perl
11405            ! t/lib/syslfs.t
11406 ____________________________________________________________________________
11407 [  7772] By: gsar                                  on 2000/11/20  13:06:23
11408         Log: integrate changes#6315..6319,6321..6331,6333..6338
11409              
11410              Integrate with Sarathy, preliminary fix for unicos
11411              alignment problems in [ID 20000612.002] Perl problem on Cray system.
11412              
11413              some debugger output does not go to the socket when RemotePort is set
11414              
11415              winsock cleanup never done on Windows (leads to handle leaks)
11416              
11417              fix UNC path handling on Windows under ithreads, and chdir()
11418              return value when given a non-existent directory
11419              
11420              Autogenerate pod/Makefile and pod/buildtoc.
11421              buildtoc also checks whether the existin pods are
11422              mentioned in MANIFEST and perl.pod, and vice versa.
11423              (None of the thusly found discrepancies fixed yet.)
11424              roffitall also needs to be autogenerated similarly but it
11425              seems so badly out of date that I didn't touch it yet.
11426              
11427              Config is being used.
11428              
11429              Add =head1 NAMEs so that buildtoc is happy.
11430              (The CGI::Util nit reported to Lincoln.)
11431              
11432              Fix complaints of buildtoc.
11433              
11434              Fix the alignment problem in Crays ([ID 20000612.002]).
11435              
11436              Remove perlbook, update perlfaq book listing,
11437              rearrange perl.pod, regenerate perltoc.
11438              
11439              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
11440              was cast to an unsigned (32-bit) integer with wild abandon.
11441              
11442              winsock options weren't being set in all threads under ithreads
11443              (caused send()s from second and subsequent threads to fail)
11444              
11445              accept() leaks memory on windows due to incorrect ordering of
11446              closesocket() and fclose() calls
11447              
11448              Reorder perl.pod once more.
11449              
11450              More POSIX.pod tweaks.
11451              
11452              Sprinkle ldlibpath.
11453              
11454              Precedence goof, fix based on
11455              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
11456              From: Hugo <hv@crypt.compulink.co.uk>
11457              Date: Tue, 11 Jul 2000 12:52:38 +0100
11458              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
11459              
11460              Subject: PATCH perlguts.pod: Document D and d magic types
11461              From: mjd@plover.com
11462              Date: 5 Jul 2000 18:01:51 -0000
11463              Message-ID: <20000705180151.29413.qmail@plover.com>
11464              
11465              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
11466              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
11467              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
11468              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
11469              
11470              Subject: [PATCH cfgperl] $& segfaults if you trick it
11471              From: simon@brecon.co.uk (Simon Cozens)
11472              Date: 7 Jul 2000 11:26:09 GMT
11473              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
11474              
11475              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
11476              From: Hugo <hv@crypt.compulink.co.uk>
11477              Date: Tue, 11 Jul 2000 12:44:50 +0100
11478              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
11479              
11480              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
11481              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11482              Date: Tue, 11 Jul 2000 13:50:51 +0100
11483              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
11484      Branch: maint-5.6/perl
11485           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
11486           +> pod/buildtoc.PL
11487            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
11488           !> (integrate 26 files)
11489 ____________________________________________________________________________
11490 [  7771] By: gsar                                  on 2000/11/20  12:31:42
11491         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
11492              6310,6311,6314
11493              
11494              Subject: [PATCH bleedperl] File::Spec 0.82 beta
11495              From: Barrie Slaymaker <barries@jester.slaysys.com>
11496              Date: Wed, 28 Jun 2000 11:35:29 -0400
11497              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
11498              
11499              tweak perlembed for multiplicity/usethreads sanity; correct notes
11500              about Windows
11501              
11502              localize %INC in a Safe compartment so that use/require work
11503              (many other magic globals probably need similar treatment)
11504              
11505              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
11506              when @_ is modified, causing coredumps
11507              
11508              slurp mode fix in change#4736 still not quite right
11509              
11510              Point to perlipc for more SysV IPC examples.
11511              
11512              Elaborate POSIX.pod.  Still needs work.
11513              
11514              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
11515              
11516              fix large memory leak that has been around for ever, masked by
11517              -DPURIFY (most of the arenas were never freed!)
11518              
11519              fix memory leak on Windows (PL_sys_intern contents were never
11520              freed)
11521              
11522              PERL_OBJECT build tweak
11523              
11524              adjust change#6299
11525              
11526              remove rel2abs prototypes (from Barrie Slaymaker)
11527              
11528              missing perldiag entry for unpack("w",...) diagnostic (from
11529              Andreas Koenig)
11530              
11531              better diagnostic on Frob->stuff() when Frob:: doesn't exist
11532              (from Richard Soderberg <rs@oregonnet.com>)
11533              
11534              Win32 patches for cfgperl from Sarathy.
11535              
11536              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
11537              
11538              More POSIX.pod embellishment.
11539              
11540              tyop in change#6306
11541      Branch: maint-5.6/perl
11542           !> (integrate 44 files)
11543 ____________________________________________________________________________
11544 [  7770] By: gsar                                  on 2000/11/20  11:51:00
11545         Log: integrate changes#6268..6282 from cfgperl branch
11546              
11547              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
11548              From: Dominic Dunlop <domo@computer.org>
11549              Date: Thu, 29 Jun 2000 12:32:39 +0200
11550              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
11551              
11552              Regen headers for #6261 (and update embed.pl for this) and #6267,
11553              silence few compiler warnings.
11554              
11555              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
11556              From: Nicholas Clark <nick@talking.bollo.cx>
11557              Date: Fri, 23 Jun 2000 16:21:15 +0100
11558              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
11559              
11560              Subject: PATCH pod/perltie.pod
11561              From: Ian Phillipps <Ian.Phillipps@iname.com>
11562              Date: Fri, 16 Jun 2000 00:17:19 +0100
11563              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
11564              (only the first hunk, the second hunk had already been done
11565              by some other patch)
11566              
11567              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
11568              From: Tom Phoenix <rootbeer@redcat.com>
11569              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
11570              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
11571              
11572              Subject: [PATCH] xsub attributes
11573              From: Doug MacEachern <dougm@covalent.net>
11574              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
11575              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
11576              
11577              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
11578              From: Andy Dougherty <doughera@lafayette.edu>
11579              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
11580              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
11581              
11582              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
11583              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
11584              Date: Tue, 13 Jun 2000 02:43:48 -0500
11585              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
11586              
11587              Subject: [PATCH] Re: eval documentation: context
11588              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11589              Date: Mon, 12 Jun 2000 15:07:29 +0100
11590              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
11591              
11592              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
11593              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11594              Date: Mon, 12 Jun 2000 14:55:59 +0100
11595              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
11596              
11597              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
11598              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
11599              Date: Fri, 09 Jun 2000 12:39:27 -0400
11600              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
11601              (plus update the version "number" of Text::Wrap)
11602              
11603              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
11604              From: Tim Ayers <tayers@bridge.com>
11605              Date: Thu, 08 Jun 2000 08:11:06 +0200
11606              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
11607              [resent by Richard Foley, Message-Id probably wrong]
11608              
11609              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
11610              From: rspier@pobox.com (Robert Spier)
11611              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
11612              Message-ID: <14654.31913.845602.610277@rls.cx>
11613              
11614              Subject: [PATCH 5.6.0] utils/h2xs.PL
11615              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
11616              Date: Wed, 7 Jun 2000 04:02:04 -0500
11617              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
11618              
11619              Subject: [PATCH 5.6.0]ITHREADs for VMS
11620              From: Dan Sugalski <dan@sidhe.org>
11621              Date: Tue, 06 Jun 2000 11:59:50 -0400
11622              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
11623      Branch: maint-5.6/perl
11624           !> (integrate 31 files)
11625 ____________________________________________________________________________
11626 [  7769] By: gsar                                  on 2000/11/20  11:29:06
11627         Log: integrate changes#6261..6266 from cfgperl
11628              
11629              Subject: Re: [PATCH cfgperl] BOMs away!
11630              From: simon@brecon.co.uk (Simon Cozens)
11631              Date: 17 Jun 2000 11:49:57 GMT
11632              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
11633              
11634              Subject: 5.6.0 Patch for EPOC
11635              From: Olaf Flebbe <o.flebbe@gmx.de>
11636              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
11637              Message-ID: <23449.960929969@www11.gmx.net>
11638              
11639              tr fixes from Simon Cozens
11640              
11641              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
11642              From: Marty Lucich <marty@netcom.com>
11643              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
11644              Message-Id: <200006282116.OAA11148@netcom.com>
11645              ccdlflags update (the BSD/OS 4.1 part had already been taken
11646              care of by #6141).
11647              
11648              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
11649              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11650              Date: Wed, 28 Jun 2000 17:50:12 -0700
11651              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
11652              
11653              Subject: [PATCH 5.6.0] cygwin port
11654              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
11655              From: "Fifer, Eric" <EFifer@sanwaint.com>
11656              Date: Thu, 29 Jun 2000 12:58:29 +0100
11657      Branch: maint-5.6/perl
11658           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
11659           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
11660           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
11661           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
11662 ____________________________________________________________________________
11663 [  7768] By: gsar                                  on 2000/11/20  11:13:44
11664         Log: integrate changes#6252..6256,6259..6260
11665              
11666              Paranoia tweak on #6249.
11667              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
11668              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
11669              Date: Sun, 25 Jun 2000 23:43:12 -0400
11670              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
11671              
11672              Subject: tr///, help wanted.
11673              From: simon@brecon.co.uk (Simon Cozens)
11674              Date: 28 Jun 2000 11:29:04 GMT
11675              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
11676              
11677              small thinko tweaks
11678              
11679              tweaks from Simon Conzes to further fix tr/// under utf8
11680              
11681              perlnewmod was missing from MANIFEST.
11682              
11683              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
11684              From: simon@brecon.co.uk (Simon Cozens)
11685              Date: 17 Jun 2000 11:56:44 GMT
11686              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
11687              pack U0, pack C0
11688      Branch: maint-5.6/perl
11689           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
11690           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
11691           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
11692           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
11693 ____________________________________________________________________________
11694 [  7767] By: gsar                                  on 2000/11/20  10:51:38
11695         Log: integrate change#6250 from cfgperl
11696              
11697              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
11698              From: Doug MacEachern <dougm@covalent.net>
11699              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
11700              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
11701      Branch: maint-5.6/perl
11702           +> t/op/my_stash.t
11703           !> MANIFEST embed.pl global.sym proto.h toke.c
11704 ____________________________________________________________________________
11705 [  7766] By: gsar                                  on 2000/11/20  10:48:34
11706         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
11707              
11708              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
11709              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
11710              Date: Mon, 26 Jun 2000 18:40:14 +0100
11711              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
11712              
11713              Subject: [PATCH] bytes<->utf8 fixes
11714              From: simon@brecon.co.uk (Simon Cozens)
11715              Date: 26 Jun 2000 04:55:45 GMT
11716              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
11717              
11718              Subject: [PATCH] is_utf8_string
11719              From: simon@brecon.co.uk (Simon Cozens)
11720              Date: 26 Jun 2000 02:25:59 GMT
11721              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
11722              
11723              Subject: [PATCH] avoid mg_ptr in '*' magic
11724              From: Doug MacEachern <dougm@covalent.net>
11725              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
11726              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
11727              
11728              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
11729              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
11730              Date: Sat, 24 Jun 2000 13:06:20 +0100
11731              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
11732              
11733              Allow for standalone testing.
11734              
11735              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
11736              From: Mark-Jason Dominus <mjd@plover.com>
11737              Date: Tue, 27 Jun 2000 22:36:42 -0400
11738              Message-ID: <20000628023642.12166.qmail@plover.com>
11739              
11740              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
11741              From: Frank Tobin <ftobin@uiuc.edu>
11742              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
11743              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
11744      Branch: maint-5.6/perl
11745           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
11746           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
11747           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
11748           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
11749           !> utf8.c utils/h2xs.PL
11750 ____________________________________________________________________________
11751 [  7765] By: gsar                                  on 2000/11/20  10:29:13
11752         Log: integrate change#6239 from cfgperl
11753              
11754              Configure maintenance.  Sever some dependency cycles,
11755              separate gccversion from the cc unit,
11756              address [ID 20000623.006] Configure script patch for using gcc on AIX
11757              (but solve it a little bit differently),
11758              unduplex some accidentally duplicated units,
11759              suggest using gcc if no cc available
11760              (p5p thread: "Solaris configure: counterproposal", 1999-09)
11761      Branch: maint-5.6/perl
11762           !> Configure Todo-5.6 config_h.SH
11763 ____________________________________________________________________________
11764 [  7764] By: gsar                                  on 2000/11/20  10:25:55
11765         Log: integrate changes#6233..6238 from cfgperl
11766              
11767              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
11768              From: Mark-Jason Dominus <mjd@plover.com>
11769              Date: Fri, 16 Jun 2000 20:53:04 -0400
11770              Message-ID: <20000617005304.8008.qmail@plover.com>
11771              
11772              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
11773              because when run as services (Win32ese for daemons)
11774              no environment variables are set and tmpdir ends up as /tmp,
11775              which is ambiguous.
11776              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
11777              From: matt@sergeant.org
11778              Date: 16 Jun 2000 16:30:43 -0000
11779              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
11780              
11781              The thread begun by
11782              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
11783              From: Kevin.Ruscoe@ubsw.com
11784              Date: Fri, 16 Jun 2000 16:38:51 +0100
11785              Message-Id: <H000019b03c300d6@MHS>
11786              
11787              Tweak embed.pl, regen headers.
11788              
11789              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
11790              From: Dan Sugalski <dan@sidhe.org>
11791              Date: Fri, 23 Jun 2000 17:00:00 -0400
11792              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
11793      Branch: maint-5.6/perl
11794           !> (integrate 27 files)
11795 ____________________________________________________________________________
11796 [  7763] By: gsar                                  on 2000/11/20  10:08:08
11797         Log: s/perl56delta/perldelta/g
11798      Branch: maint-5.6/perl
11799            ! pod/Makefile
11800 ____________________________________________________________________________
11801 [  7762] By: gsar                                  on 2000/11/20  10:04:00
11802         Log: integrate changes#6225,6229,6231,6232 from cfgperl
11803              
11804              Add source code filenames to apidoc.
11805              From: simon@brecon.co.uk (Simon Cozens)
11806              Subject: [PATCH embed.pl] Source X-ref
11807              Date: 22 Jun 2000 02:18:49 GMT
11808              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
11809              
11810              Subject: README.hpux version 0.6.1
11811              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
11812              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
11813              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
11814              
11815              Subject: [PATCH 5.6.0] cygwin port
11816              From: "Fifer, Eric" <EFifer@sanwaint.com>
11817              Date: Tue, 20 Jun 2000 14:30:58 +0100
11818              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
11819              
11820              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
11821              From: simon@brecon.co.uk (Simon Cozens)
11822              Date: 19 Jun 2000 15:18:27 GMT
11823              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
11824              
11825              plus update pod/Makefile and regenerate perltoc
11826      Branch: maint-5.6/perl
11827           +> pod/perlutil.pod
11828           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
11829           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
11830 ____________________________________________________________________________
11831 [  7761] By: jhi                                   on 2000/11/20  04:09:55
11832         Log: Miraculous typo.
11833      Branch: perl
11834            ! t/op/pat.t
11835 ____________________________________________________________________________
11836 [  7760] By: jhi                                   on 2000/11/20  04:06:08
11837         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
11838              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11839              Date: Sun, 19 Nov 2000 22:30:26 -0500
11840              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
11841      Branch: perl
11842            ! regexec.c scope.h t/op/pat.t
11843 ____________________________________________________________________________
11844 [  7759] By: jhi                                   on 2000/11/20  02:05:22
11845         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
11846      Branch: perl
11847            ! perl.h
11848 ____________________________________________________________________________
11849 [  7758] By: jhi                                   on 2000/11/20  01:58:11
11850         Log: Subject: [perl 7711: EPOC] updates
11851              From: Olaf Flebbe <o.flebbe@gmx.de>
11852              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
11853              Message-ID: <25575.974658810@www23.gmx.net>               
11854      Branch: perl
11855            + lib/File/Spec/Epoc.pm
11856            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
11857            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
11858            ! lib/File/Spec.pm perl.c sv.c
11859 ____________________________________________________________________________
11860 [  7757] By: jhi                                   on 2000/11/20  01:53:11
11861         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
11862      Branch: perl
11863            ! MANIFEST
11864 ____________________________________________________________________________
11865 [  7756] By: jhi                                   on 2000/11/20  01:47:22
11866         Log: Integrate perlio.
11867      Branch: perl
11868            - ext/re/hints/MSWin32.pl
11869           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
11870           !> win32/config.gc win32/config_H.gc win32/win32sck.c
11871 ____________________________________________________________________________
11872 [  7755] By: nick                                  on 2000/11/19  20:57:17
11873         Log: Add dummy crlf layer (just as buffer)
11874              Correct 1st bug - one layer of indirection.
11875      Branch: perlio
11876            ! perlio.c perlio.h perliol.h
11877 ____________________________________________________________________________
11878 [  7754] By: nick                                  on 2000/11/19  20:56:12
11879         Log: Work-round to Perl_deb_nocontext is no longer required
11880      Branch: perlio
11881            - ext/re/hints/MSWin32.pl
11882 ____________________________________________________________________________
11883 [  7753] By: nick                                  on 2000/11/19  20:01:16
11884         Log: diff -se shows these as different
11885      Branch: perlio
11886            ! global.sym pod/perlapi.pod
11887 ____________________________________________________________________________
11888 [  7752] By: nick                                  on 2000/11/19  18:57:30
11889         Log: Configure GCC/Win32 build -Duseperlio
11890              Fix a couple of gross issues
11891              - double-include of ../deb.o in re.dll
11892              - win32sck.c needs PerlIO and FILE 
11893      Branch: perlio
11894            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
11895            ! win32/win32sck.c
11896 ____________________________________________________________________________
11897 [  7751] By: nick                                  on 2000/11/19  17:05:36
11898         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
11899      Branch: perlio
11900            ! perlio.c
11901 ____________________________________________________________________________
11902 [  7750] By: nick                                  on 2000/11/19  16:57:14
11903         Log: Missing aTHX_
11904      Branch: perlio
11905            ! sv.c
11906 ____________________________________________________________________________
11907 [  7749] By: jhi                                   on 2000/11/19  16:28:40
11908         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
11909              From: "Peter J. Farley III" <pjfarley@banet.net>
11910              Date: Sun, 19 Nov 2000 01:42:58 -0500
11911              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
11912      Branch: perl
11913            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
11914 ____________________________________________________________________________
11915 [  7748] By: jhi                                   on 2000/11/19  16:08:10
11916         Log: Subject: podlators 1.05 available        
11917              From: Russ Allbery <rra@stanford.edu>   
11918              Date: 18 Nov 2000 22:04:28 -0800
11919              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
11920      Branch: perl
11921            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
11922 ____________________________________________________________________________
11923 [  7747] By: nick                                  on 2000/11/19  11:19:39
11924         Log: Integrate mainline
11925      Branch: perlio
11926           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
11927           !> util.c
11928 ____________________________________________________________________________
11929 [  7746] By: jhi                                   on 2000/11/19  06:42:22
11930         Log: Make hex scanning warn on "\x{x}" and "\xx".
11931              "\x" and and hex("x") are still valid.
11932      Branch: perl
11933            ! util.c
11934 ____________________________________________________________________________
11935 [  7745] By: nick                                  on 2000/11/18  22:52:28
11936         Log: Integrate mainline
11937      Branch: perlio
11938           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
11939           !> perl.h perlio.c proto.h regcomp.c regcomp.h
11940 ____________________________________________________________________________
11941 [  7744] By: jhi                                   on 2000/11/18  22:50:28
11942         Log: Introduce Perl_utf8_length().  Use it.
11943      Branch: perl
11944            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
11945 ____________________________________________________________________________
11946 [  7743] By: jhi                                   on 2000/11/18  22:38:51
11947         Log: Compiler denit.
11948      Branch: perl
11949            ! perlio.c
11950 ____________________________________________________________________________
11951 [  7742] By: jhi                                   on 2000/11/18  20:33:05
11952         Log: Integrate perlio.
11953      Branch: perl
11954           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
11955           !> perlio.h pp_ctl.c pp_sys.c sv.c
11956 ____________________________________________________________________________
11957 [  7741] By: jhi                                   on 2000/11/18  20:31:27
11958         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
11959              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11960              Date: Fri, 17 Nov 2000 20:35:11 -0500
11961              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
11962              
11963              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
11964              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11965              Date: Fri, 17 Nov 2000 21:03:47 -0500
11966              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
11967              
11968              Plus a little bit of tweaking in pregcomp().
11969      Branch: perl
11970            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
11971 ____________________________________________________________________________
11972 [  7740] By: nick                                  on 2000/11/18  20:17:22
11973         Log: Lexical use open ... support:
11974              add ->cop_io to COP structure in cop.h.
11975              Make mg.c and gv.c associate it with ${^OPEN}.
11976              Make lib/open.pm set it.
11977              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
11978              manner similar to ->cop_warnings.
11979              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
11980              call new PerlIO_apply_layers().
11981              Declare latter in perlio.h and define in perlio.c
11982      Branch: perlio
11983            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
11984            ! perlio.h pp_ctl.c pp_sys.c sv.c
11985 ____________________________________________________________________________
11986 [  7739] By: jhi                                   on 2000/11/18  19:54:00
11987         Log: Integrate perlio.
11988      Branch: perl
11989           !> doio.c perlio.c pp.c
11990 ____________________________________________________________________________
11991 [  7738] By: jhi                                   on 2000/11/18  17:16:13
11992         Log: Subject: [PATCH 5.7.0] etags broken again
11993              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11994              Date: Sat, 18 Nov 2000 02:41:36 -0500
11995              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
11996      Branch: perl
11997            ! emacs/ptags
11998 ____________________________________________________________________________
11999 [  7737] By: jhi                                   on 2000/11/18  17:12:18
12000         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
12001      Branch: perl
12002            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12003 ____________________________________________________________________________
12004 [  7736] By: nick                                  on 2000/11/18  14:06:20
12005         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
12006              part to be isolated.
12007      Branch: perlio
12008            ! doio.c perlio.c
12009 ____________________________________________________________________________
12010 [  7735] By: nick                                  on 2000/11/18  11:03:32
12011         Log: Integrate mainline
12012      Branch: perlio
12013           !> Changes README.amiga README.win32 patchlevel.h
12014           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
12015 ____________________________________________________________________________
12016 [  7734] By: jhi                                   on 2000/11/18  01:18:56
12017         Log: Update Changes.
12018      Branch: perl
12019            ! Changes patchlevel.h
12020 ____________________________________________________________________________
12021 [  7733] By: jhi                                   on 2000/11/18  00:32:54
12022         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
12023              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12024              Date: Fri, 17 Nov 2000 17:28:02 -0500
12025              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
12026      Branch: perl
12027            ! regcomp.c regexec.c t/op/re_tests
12028 ____________________________________________________________________________
12029 [  7732] By: jhi                                   on 2000/11/18  00:28:56
12030         Log: Sparc 64-bit pack() fix from Jens Hamisch.
12031      Branch: perl
12032            ! pp.c
12033 ____________________________________________________________________________
12034 [  7731] By: jhi                                   on 2000/11/18  00:18:39
12035         Log: Explain in more detail the {} syntax ambiguousity.
12036              
12037              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
12038              From: Nicholas Clark <nick@ccl4.org>
12039              Date: Fri, 17 Nov 2000 22:10:28 +0000
12040              Message-ID: <20001117221028.A88930@plum.flirble.org>
12041      Branch: perl
12042            ! pod/perlfunc.pod
12043 ____________________________________________________________________________
12044 [  7730] By: jhi                                   on 2000/11/18  00:12:18
12045         Log: Subject: Fix for README.amiga (20000323.033)
12046              From: "Stephen P. Potter" <spp@spotter.yi.org>
12047              Date: Fri, 17 Nov 2000 12:25:51 -0500
12048              Message-Id: <200011171725.MAA05768@spotter.yi.org>
12049      Branch: perl
12050            ! README.amiga
12051 ____________________________________________________________________________
12052 [  7729] By: jhi                                   on 2000/11/18  00:08:34
12053         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
12054              From: "A. C. Yardley" <yardley@tanet.net>
12055              Date: Mon, 3 Apr 2000 11:35:33 -0700
12056              Message-ID: <3483.000403@tanet.net>
12057      Branch: perl
12058            ! README.win32
12059 ____________________________________________________________________________
12060 [  7728] By: nick                                  on 2000/11/17  21:59:47
12061         Log: Integrate mainline
12062      Branch: perlio
12063           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
12064           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
12065           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
12066           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
12067 ____________________________________________________________________________
12068 [  7727] By: nick                                  on 2000/11/17  21:56:31
12069         Log: Experiment on use of attributes.pm interface.
12070              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
12071              SVt_PVRV if not already something better (else vivify of say magic gets
12072              core dump).
12073      Branch: perlio
12074            ! perlio.c pp.c
12075 ____________________________________________________________________________
12076 [  7726] By: jhi                                   on 2000/11/17  14:15:49
12077         Log: Subject: Fix for 20000815.006
12078              From: "Stephen P. Potter" <spp@spotter.yi.org>
12079              Date: Fri, 17 Nov 2000 08:57:45 -0500
12080              Message-Id: <200011171357.IAA05122@spotter.yi.org>
12081              
12082              It's really 20000518.006.
12083      Branch: perl
12084            ! pod/perlmodlib.PL
12085 ____________________________________________________________________________
12086 [  7725] By: jhi                                   on 2000/11/17  14:12:31
12087         Log: Subject: Fix for 20000409.001
12088              From: "Stephen P. Potter" <spp@spotter.yi.org>
12089              Date: Fri, 17 Nov 2000 08:55:45 -0500
12090              Message-Id: <200011171355.IAA05104@spotter.yi.org>
12091      Branch: perl
12092            ! pod/perlfaq9.pod
12093 ____________________________________________________________________________
12094 [  7724] By: jhi                                   on 2000/11/17  14:08:58
12095         Log: Undo #7627 now that we have =head3.
12096      Branch: perl
12097            ! pod/perlhack.pod
12098 ____________________________________________________________________________
12099 [  7723] By: jhi                                   on 2000/11/17  14:04:09
12100         Log: As surmised the #7719 wasn't a good move.
12101      Branch: perl
12102            ! hints/solaris_2.sh
12103 ____________________________________________________________________________
12104 [  7722] By: jhi                                   on 2000/11/17  13:59:04
12105         Log: Also the 64bitall hints can be either here or there.
12106      Branch: perl
12107            ! hints/solaris_2.sh
12108 ____________________________________________________________________________
12109 [  7721] By: jhi                                   on 2000/11/17  02:26:23
12110         Log: Test tweak for the open pragma.
12111      Branch: perl
12112            ! t/lib/b.t
12113 ____________________________________________________________________________
12114 [  7720] By: jhi                                   on 2000/11/17  00:23:22
12115         Log: The long double hints can be here or there.
12116      Branch: perl
12117            ! hints/solaris_2.sh
12118 ____________________________________________________________________________
12119 [  7719] By: jhi                                   on 2000/11/17  00:14:06
12120         Log: For Solaris use64bitall the stdchar needs a little bit of help.
12121      Branch: perl
12122            ! hints/solaris_2.sh
12123 ____________________________________________________________________________
12124 [  7718] By: jhi                                   on 2000/11/16  23:27:34
12125         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
12126              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
12127              Date: Wed, 15 Nov 2000 08:56:32 +0100
12128              Message-ID: <3A1241B0.64477E00@alcatel.at>
12129      Branch: perl
12130            ! lib/Carp/Heavy.pm
12131 ____________________________________________________________________________
12132 [  7717] By: jhi                                   on 2000/11/16  23:23:29
12133         Log: Subject: [PATCH] Re: 20001101.003 PDL
12134              From: Nicholas Clark <nick@ccl4.org>
12135              Date: Thu, 16 Nov 2000 16:48:25 +0000
12136              Message-ID: <20001116164825.B93487@plum.flirble.org>
12137      Branch: perl
12138            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
12139 ____________________________________________________________________________
12140 [  7716] By: jhi                                   on 2000/11/16  23:21:31
12141         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
12142              From: "Casey R. Tweten" <crt@kiski.net>
12143              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
12144              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
12145      Branch: perl
12146            ! lib/Pod/Checker.pm pod/perlpod.pod
12147 ____________________________________________________________________________
12148 [  7715] By: jhi                                   on 2000/11/16  23:19:40
12149         Log: Avoid an infinite loop in VMS when utils scripts are run
12150              with no arguments, from Charles Lane.
12151      Branch: perl
12152            ! configure.com
12153 ____________________________________________________________________________
12154 [  7714] By: jhi                                   on 2000/11/16  23:17:08
12155         Log: Subject: perllocale.pod changes
12156              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
12157              Date: Mon, 13 Nov 2000 10:09:22 +0300
12158              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
12159      Branch: perl
12160            ! pod/perllocale.pod
12161 ____________________________________________________________________________
12162 [  7713] By: jhi                                   on 2000/11/16  23:14:06
12163         Log: Integrate perlio.
12164      Branch: perl
12165           !> doio.c perlio.c perlio.h util.c
12166 ____________________________________________________________________________
12167 [  7712] By: nick                                  on 2000/11/16  21:10:58
12168         Log: Integrate mainline
12169      Branch: perlio
12170           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12171           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
12172           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
12173           !> vos/config.ga.def vos/config.ga.h win32/config.bc
12174           !> win32/config.gc win32/config.vc
12175 ____________________________________________________________________________
12176 [  7711] By: nick                                  on 2000/11/16  19:56:41
12177         Log: Minor tweaks:
12178              consistent way of getting 'rb', 'wb' etc. for binary opens
12179              move *perlio::layers to *open::layers
12180              a #define to show layers available
12181              DOSISH popen/PerlIO had export/import sense inverted.
12182      Branch: perlio
12183            ! doio.c perlio.c perlio.h util.c
12184 ____________________________________________________________________________
12185 [  7710] By: jhi                                   on 2000/11/16  15:46:05
12186         Log: Add HAS_SBRK_PROTO.
12187      Branch: metaconfig/U/perl
12188            + d_sbrkproto.U
12189      Branch: perl
12190            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12191            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
12192            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
12193            ! vos/config.ga.def vos/config.ga.h win32/config.bc
12194            ! win32/config.gc win32/config.vc
12195 ____________________________________________________________________________
12196 [  7709] By: nick                                  on 2000/11/16  07:31:49
12197         Log: Integrate mainline
12198      Branch: perlio
12199           !> (integrate 35 files)
12200 ____________________________________________________________________________
12201 [  7708] By: jhi                                   on 2000/11/16  05:33:03
12202         Log: These files are text, not binary.
12203      Branch: perl
12204            ! ext/Encode/Encode/iso8859-10.enc
12205            ! ext/Encode/Encode/iso8859-13.enc
12206            ! ext/Encode/Encode/iso8859-14.enc
12207            ! ext/Encode/Encode/iso8859-15.enc
12208 ____________________________________________________________________________
12209 [  7707] By: jhi                                   on 2000/11/16  01:53:37
12210         Log: Update Changes.
12211      Branch: perl
12212            ! Changes patchlevel.h
12213 ____________________________________________________________________________
12214 [  7706] By: jhi                                   on 2000/11/16  01:35:59
12215         Log: More #undefing of stdio.
12216      Branch: perl
12217            ! fakesdio.h nostdio.h
12218 ____________________________________________________________________________
12219 [  7705] By: jhi                                   on 2000/11/16  01:34:18
12220         Log: Add fwalk() probe to the configuration files and regen perltoc.
12221      Branch: perl
12222            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12223            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
12224            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
12225            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12226            ! win32/config.bc win32/config.gc win32/config.vc
12227 ____________________________________________________________________________
12228 [  7704] By: jhi                                   on 2000/11/16  01:33:07
12229         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
12230              an optional third argument to Inlibc?)
12231      Branch: metaconfig/U/perl
12232            + d__fwalk.U
12233 ____________________________________________________________________________
12234 [  7703] By: jhi                                   on 2000/11/16  01:09:22
12235         Log: The type of the hash_cb() size argument is tricky.
12236      Branch: perl
12237            ! ext/DB_File/DB_File.xs
12238 ____________________________________________________________________________
12239 [  7702] By: jhi                                   on 2000/11/15  23:01:16
12240         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
12241      Branch: perl
12242            ! nostdio.h
12243 ____________________________________________________________________________
12244 [  7701] By: jhi                                   on 2000/11/15  22:52:32
12245         Log: Detypo.
12246      Branch: perl
12247            ! t/lib/bigfltpm.t
12248 ____________________________________________________________________________
12249 [  7700] By: jhi                                   on 2000/11/15  22:51:56
12250         Log: UINT64_C() work continues.
12251      Branch: perl
12252            ! handy.h perl.h utf8.h
12253 ____________________________________________________________________________
12254 [  7699] By: jhi                                   on 2000/11/15  14:13:04
12255         Log: SOCKS has its own USE_THREADS, based on
12256              
12257              Subject: [ID 20001114.002] et. al. bugfix followup
12258              From: Jens Hamisch <jens@Strawberry.COM> 
12259              Date: Wed, 15 Nov 2000 14:23:11 +0100
12260              Message-ID: <20001115142311.A21164@Strawberry.COM>
12261      Branch: perl
12262            ! perl.h
12263 ____________________________________________________________________________
12264 [  7698] By: jhi                                   on 2000/11/15  03:50:56
12265         Log: Add few missing #undefs and sort them.
12266      Branch: perl
12267            ! fakesdio.h
12268 ____________________________________________________________________________
12269 [  7697] By: jhi                                   on 2000/11/15  03:39:14
12270         Log: Linenumber fix.
12271      Branch: perl
12272            ! t/pragma/warn/utf8
12273 ____________________________________________________________________________
12274 [  7696] By: jhi                                   on 2000/11/15  02:55:26
12275         Log: EBCDIC tweaks.
12276              
12277              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
12278              From: Peter Prymmer <pvhp@forte.com>
12279              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
12280              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
12281      Branch: perl
12282            ! t/op/regmesg.t t/pragma/warn/utf8
12283 ____________________________________________________________________________
12284 [  7695] By: jhi                                   on 2000/11/15  02:53:58
12285         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
12286              From: Peter Prymmer <pvhp@forte.com>
12287              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
12288              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
12289      Branch: perl
12290            ! utf8.c
12291 ____________________________________________________________________________
12292 [  7694] By: jhi                                   on 2000/11/15  02:50:55
12293         Log: Subject: [PATCH: perl@7674] updates to README.os390
12294              From: Prymmer/Kahn <pvhp@best.com>
12295              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
12296              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
12297      Branch: perl
12298            ! README.os390
12299 ____________________________________________________________________________
12300 [  7693] By: jhi                                   on 2000/11/15  02:48:37
12301         Log: Quit utf8_to_uv() instantly if curlen == 0.
12302      Branch: perl
12303            ! utf8.c
12304 ____________________________________________________________________________
12305 [  7692] By: jhi                                   on 2000/11/15  02:24:29
12306         Log: Use u_int32_t for the size of hash_cb(), not size_t.
12307              
12308              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
12309              From: Jens Hamisch <jens@Strawberry.COM>     
12310              Date: Tue, 14 Nov 2000 19:03:55 +0100
12311              Message-Id: <20001114190355.A20559@Strawberry.COM>
12312      Branch: perl
12313            ! ext/DB_File/DB_File.xs
12314 ____________________________________________________________________________
12315 [  7691] By: jhi                                   on 2000/11/15  02:20:12
12316         Log: Use UINT64_C().
12317              
12318              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
12319              From: Jens Hamisch <jens@Strawberry.COM>
12320              Date: Tue, 14 Nov 2000 19:16:23 +0100
12321              Message-Id: <20001114191623.G20559@Strawberry.COM>
12322      Branch: perl
12323            ! utf8.c utf8.h
12324 ____________________________________________________________________________
12325 [  7690] By: jhi                                   on 2000/11/15  02:17:06
12326         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
12327              (a macro to define signed and unsigned integer constants).
12328      Branch: perl
12329            ! handy.h
12330 ____________________________________________________________________________
12331 [  7689] By: jhi                                   on 2000/11/15  01:56:51
12332         Log: Regen Configure.
12333      Branch: perl
12334            ! Configure
12335 ____________________________________________________________________________
12336 [  7688] By: jhi                                   on 2000/11/15  01:56:32
12337         Log: Make the unit know about SOCKS.
12338      Branch: metaconfig
12339            ! U/protos/socksizetype.U
12340 ____________________________________________________________________________
12341 [  7687] By: jhi                                   on 2000/11/15  01:54:47
12342         Log: Remove unused dependencies.
12343      Branch: metaconfig
12344            ! U/compline/d_getpagsz.U
12345 ____________________________________________________________________________
12346 [  7686] By: nick                                  on 2000/11/14  21:25:13
12347         Log: Integrate mainline.
12348      Branch: perlio
12349           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
12350           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
12351           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
12352           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
12353           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
12354           !> win32/config.bc win32/config.gc win32/config.vc
12355           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
12356 ____________________________________________________________________________
12357 [  7685] By: jhi                                   on 2000/11/14  17:54:56
12358         Log: Integrate perlio.
12359      Branch: perl
12360           +> fakesdio.h perliol.h
12361           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
12362           !> perlsdio.h perlsfio.h pod/perlfunc.pod
12363 ____________________________________________________________________________
12364 [  7684] By: nick                                  on 2000/11/14  17:43:04
12365         Log: PerlIO #include and #ifdef re-work.
12366      Branch: perlio
12367            + fakesdio.h perliol.h
12368            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
12369            ! perlsdio.h perlsfio.h
12370 ____________________________________________________________________________
12371 [  7683] By: jhi                                   on 2000/11/14  15:42:40
12372         Log: Hoist the duplicated socket/netdb include logic to perl.h;
12373              undef SETERRNO in case SOCKS has defined it.  Based on:
12374              
12375              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
12376              From: Jens Hamisch <jens@Strawberry.COM> 
12377              Date: Tue, 14 Nov 2000 11:34:40 +0100
12378              Message-Id: <20001114113440.A20005@Strawberry.COM>
12379      Branch: perl
12380            ! doio.c perl.h pp_sys.c
12381 ____________________________________________________________________________
12382 [  7682] By: jhi                                   on 2000/11/14  14:07:28
12383         Log: Subject: some additions for makefiles for win32 (for perl@7674)
12384              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
12385              Date: Tue, 14 Nov 2000 09:31:13 +0300
12386              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
12387      Branch: perl
12388            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
12389            ! win32/makefile.mk
12390 ____________________________________________________________________________
12391 [  7681] By: jhi                                   on 2000/11/14  14:01:41
12392         Log: Subject: tiny typo in perl5db.pl
12393              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
12394              Date: Tue, 14 Nov 2000 09:29:28 +0300
12395              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
12396      Branch: perl
12397            ! lib/perl5db.pl
12398 ____________________________________________________________________________
12399 [  7680] By: jhi                                   on 2000/11/14  04:13:50
12400         Log: Redo #7679 with LFs instead of CRLFs.
12401      Branch: perl
12402            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
12403            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
12404            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
12405 ____________________________________________________________________________
12406 [  7679] By: jhi                                   on 2000/11/14  01:21:09
12407         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
12408              From: Benjamin Stuhl <tiriath@yahoo.com> 
12409              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
12410              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
12411      Branch: perl
12412            + win32/bin/mdelete.bat
12413            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
12414            ! makedef.pl perlio.c win32/Makefile win32/config.gc
12415            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
12416 ____________________________________________________________________________
12417 [  7678] By: jhi                                   on 2000/11/14  01:19:20
12418         Log: Fix the re extension building for Win32.
12419              
12420              Subject: [PATCH perl@7638] Get PerlIO building on Win32
12421              From: Benjamin Stuhl <tiriath@yahoo.com> 
12422              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
12423              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
12424      Branch: perl
12425            + ext/re/hints/MSWin32.pl
12426            ! MANIFEST
12427 ____________________________________________________________________________
12428 [  7677] By: jhi                                   on 2000/11/14  01:13:54
12429         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
12430              From: sthoenna@efn.org
12431              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
12432              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
12433      Branch: perl
12434            ! doop.c pp.c toke.c utf8.c utf8.h
12435 ____________________________________________________________________________
12436 [  7676] By: jhi                                   on 2000/11/13  20:23:15
12437         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
12438              From: Nicholas Clark <nick@ccl4.org>
12439              Date: Mon, 13 Nov 2000 18:55:04 +0000
12440              Message-ID: <20001113185504.J29183@plum.flirble.org>
12441      Branch: perl
12442            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
12443 ____________________________________________________________________________
12444 [  7675] By: nick                                  on 2000/11/13  20:21:57
12445         Log: Integrate mainline ...
12446      Branch: perlio
12447           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
12448           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
12449           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
12450           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
12451 ____________________________________________________________________________
12452 [  7674] By: jhi                                   on 2000/11/13  15:07:56
12453         Log: Update Changes.
12454      Branch: perl
12455            ! Changes patchlevel.h
12456 ____________________________________________________________________________
12457 [  7673] By: jhi                                   on 2000/11/13  14:42:42
12458         Log: Remove the new two tests of lib/io_xs for now, they seem to
12459              fail under perlio on some platforms.
12460      Branch: perl
12461            ! t/lib/io_xs.t
12462 ____________________________________________________________________________
12463 [  7672] By: jhi                                   on 2000/11/13  13:57:53
12464         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
12465      Branch: perl
12466            ! perlio.c
12467 ____________________________________________________________________________
12468 [  7671] By: jhi                                   on 2000/11/13  05:30:48
12469         Log: Placate nervous compilers that see longer than ints switch()ing.
12470      Branch: perl
12471            ! utf8.c
12472 ____________________________________________________________________________
12473 [  7670] By: jhi                                   on 2000/11/13  05:14:21
12474         Log: fputs() does return EOF on error but here we don't care.
12475      Branch: perl
12476            ! perlio.c
12477 ____________________________________________________________________________
12478 [  7669] By: jhi                                   on 2000/11/13  05:02:45
12479         Log: Declare reg_data like reg_substr_data.
12480      Branch: perl
12481            ! regexp.h
12482 ____________________________________________________________________________
12483 [  7668] By: jhi                                   on 2000/11/13  04:54:34
12484         Log: Typos in #7667.
12485      Branch: perl
12486            ! perl.h
12487 ____________________________________________________________________________
12488 [  7667] By: jhi                                   on 2000/11/13  04:49:49
12489         Log: Cleanup messy #ifdef.
12490      Branch: perl
12491            ! perl.h
12492 ____________________________________________________________________________
12493 [  7666] By: jhi                                   on 2000/11/13  04:17:34
12494         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
12495              From: Nicholas Clark <nick@talking.bollo.cx>
12496              Date: Sun, 12 Nov 2000 21:14:11 +0000
12497              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
12498              
12499              Note: only one breakage of the two reported is fixed by this patch.
12500      Branch: perl
12501            ! perlio.c
12502 ____________________________________________________________________________
12503 [  7665] By: jhi                                   on 2000/11/13  04:05:07
12504         Log: Tweak the definition of the bit complement on UTF-8 data:
12505              if none of the characters in the string are > 0xff,
12506              the result is a complemented byte string, not a (UTF-8)
12507              char string.  Based on the summary in
12508              
12509              Subject: Re: [ID 20000918.005] ~ on wide chars
12510              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
12511              Date: Fri, 10 Nov 2000 09:47:15 -0800
12512              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
12513              
12514              This should give us the maximum backward (pre-char string)
12515              compatibility and utf8 compatibility.  The other alternative
12516              would be to limit the bit complement to be always byte only,
12517              taking the least significant byte of the chars.
12518      Branch: perl
12519            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
12520 ____________________________________________________________________________
12521 [  7664] By: jhi                                   on 2000/11/13  00:23:44
12522         Log: Couple of tests from #7660 salvaged.
12523      Branch: perl
12524            - t/op/tell.t
12525            ! MANIFEST t/io/tell.t
12526 ____________________________________________________________________________
12527 [  7663] By: jhi                                   on 2000/11/13  00:02:48
12528         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
12529              From: Nicholas Clark <nick@talking.bollo.cx>
12530              Date: Sun, 12 Nov 2000 21:23:43 +0000
12531              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
12532      Branch: perl
12533            ! perlsfio.h
12534 ____________________________________________________________________________
12535 [  7662] By: jhi                                   on 2000/11/13  00:01:39
12536         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
12537              From: Nicholas Clark <nick@talking.bollo.cx>
12538              Date: Sun, 12 Nov 2000 21:30:04 +0000
12539              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
12540      Branch: perl
12541            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
12542 ____________________________________________________________________________
12543 [  7661] By: jhi                                   on 2000/11/12  23:57:29
12544         Log: Document tell() on special streams.
12545      Branch: perl
12546            ! pod/perlfunc.pod
12547 ____________________________________________________________________________
12548 [  7660] By: jhi                                   on 2000/11/12  23:54:22
12549         Log: (Subsumed by #7664)
12550      Branch: perl
12551            + t/op/tell.t
12552            ! MANIFEST
12553 ____________________________________________________________________________
12554 [  7659] By: jhi                                   on 2000/11/12  22:55:25
12555         Log: Many subdocumented return values of the IO extension now documented.
12556              ungetc and write still left subdocumented.
12557              
12558              Subject: [PATCH] (was Re: IO::Handle::ungetc)
12559              From: Nicholas Clark <nick@talking.bollo.cx>
12560              Date: Sun, 12 Nov 2000 21:35:53 +0000
12561              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
12562      Branch: perl
12563            ! ext/IO/lib/IO/Handle.pm
12564 ____________________________________________________________________________
12565 [  7658] By: jhi                                   on 2000/11/12  21:37:06
12566         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
12567              From: Nicholas Clark <nick@talking.bollo.cx>
12568              Date: Sun, 12 Nov 2000 20:03:22 +0000
12569              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
12570      Branch: perl
12571            ! pod/perlfunc.pod
12572 ____________________________________________________________________________
12573 [  7657] By: jhi                                   on 2000/11/12  20:34:55
12574         Log: Integrate perlio.
12575      Branch: perl
12576           !> perlio.c
12577 ____________________________________________________________________________
12578 [  7656] By: nick                                  on 2000/11/12  19:25:06
12579         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
12580      Branch: perlio
12581            ! perlio.c
12582 ____________________________________________________________________________
12583 [  7655] By: nick                                  on 2000/11/12  19:09:41
12584         Log: Integrate mainline
12585      Branch: perlio
12586           +> README.solaris ext/Encode/Encode/cp1006.enc
12587           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
12588           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
12589           +> ext/Encode/Encode/iso8859-13.enc
12590           +> ext/Encode/Encode/iso8859-14.enc
12591           +> ext/Encode/Encode/iso8859-15.enc
12592           !> (integrate 34 files)
12593 ____________________________________________________________________________
12594 [  7654] By: jhi                                   on 2000/11/12  19:00:22
12595         Log: Add a metaconfig unit for fsync.
12596      Branch: metaconfig/U/perl
12597            + d_fsync.U
12598 ____________________________________________________________________________
12599 [  7653] By: jhi                                   on 2000/11/12  19:00:01
12600         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
12601      Branch: perl
12602            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12603            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
12604            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12605            ! vos/config.ga.h win32/config.bc win32/config.gc
12606            ! win32/config.vc
12607 ____________________________________________________________________________
12608 [  7652] By: jhi                                   on 2000/11/11  21:12:01
12609         Log: Copy the s// information of README.hpux also to the perlrun.
12610      Branch: perl
12611            ! README.hpux pod/perlrun.pod
12612 ____________________________________________________________________________
12613 [  7651] By: jhi                                   on 2000/11/11  21:03:13
12614         Log: More README.solaris updates from Andy Dougherty.
12615      Branch: perl
12616            ! README.solaris
12617 ____________________________________________________________________________
12618 [  7650] By: jhi                                   on 2000/11/11  18:38:57
12619         Log: More descriptive error for unknown perlio layers.
12620              
12621              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
12622              From: Dominic Dunlop <domo@computer.org> 
12623              Date: Sat, 11 Nov 2000 18:20:32 +0100             
12624              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
12625      Branch: perl
12626            ! perlio.c pod/perldiag.pod
12627 ____________________________________________________________________________
12628 [  7649] By: jhi                                   on 2000/11/11  18:37:52
12629         Log: MachTen doesn't really do mmap() and munmap().
12630              
12631              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
12632              From: Dominic Dunlop <domo@computer.org> 
12633              Date: Sat, 11 Nov 2000 18:20:32 +0100             
12634              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
12635      Branch: perl
12636            ! hints/machten.sh
12637 ____________________________________________________________________________
12638 [  7648] By: jhi                                   on 2000/11/11  18:36:46
12639         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
12640              From: rspier@pobox.com (Robert Spier)
12641              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
12642              Message-ID: <14861.32839.491271.985797@rls.cx>
12643      Branch: perl
12644            ! Porting/Contract pod/perltoot.pod
12645 ____________________________________________________________________________
12646 [  7647] By: jhi                                   on 2000/11/11  18:35:30
12647         Log: Simplify the getpagesize() unit by dropping the
12648              pagesize probe since it's nowadays slightly more
12649              complicated because of sysconf(). (Note: if some
12650              platform really needs the -lPW for getpagesize,
12651              I just broke it.)
12652              
12653              TODO: a new pagesize unit.
12654      Branch: metaconfig
12655            ! U/compline/d_getpagsz.U
12656 ____________________________________________________________________________
12657 [  7646] By: jhi                                   on 2000/11/11  18:33:23
12658         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
12659      Branch: perl
12660            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12661            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
12662            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12663            ! vos/config.ga.h win32/config.bc win32/config.gc
12664            ! win32/config.vc
12665 ____________________________________________________________________________
12666 [  7645] By: jhi                                   on 2000/11/11  16:45:15
12667         Log: Use sysconf() or getpagesize() to find out the pagesize.
12668      Branch: perl
12669            ! perlio.c
12670 ____________________________________________________________________________
12671 [  7644] By: jhi                                   on 2000/11/11  15:46:08
12672         Log: Integrate perlio.
12673      Branch: perl
12674           !> perlio.c
12675 ____________________________________________________________________________
12676 [  7643] By: jhi                                   on 2000/11/11  15:33:36
12677         Log: Subject: Re: [PATCH] README.solaris
12678              From: Lupe Christoph <lupe@lupe-christoph.de>
12679              Date: Sat, 11 Nov 2000 14:08:10 +0100
12680              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
12681      Branch: perl
12682            ! README.solaris
12683 ____________________________________________________________________________
12684 [  7642] By: jhi                                   on 2000/11/11  15:22:12
12685         Log: Subject: [PATCH perl@7638] cygwin port
12686              From: "Eric Fifer" <egf7@columbia.edu>            
12687              Date: Fri, 10 Nov 2000 19:30:30 -0000
12688              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
12689      Branch: perl
12690            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
12691 ____________________________________________________________________________
12692 [  7641] By: nick                                  on 2000/11/11  14:50:36
12693         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
12694              Also call "Buf" layer directly when unread'ing non-read chars.
12695      Branch: perlio
12696            ! perlio.c
12697 ____________________________________________________________________________
12698 [  7640] By: jhi                                   on 2000/11/11  02:05:02
12699         Log: Add more encoding tables.
12700      Branch: perl
12701            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
12702            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
12703            + ext/Encode/Encode/iso8859-10.enc
12704            + ext/Encode/Encode/iso8859-13.enc
12705            + ext/Encode/Encode/iso8859-14.enc
12706            + ext/Encode/Encode/iso8859-15.enc
12707            ! MANIFEST
12708 ____________________________________________________________________________
12709 [  7639] By: jhi                                   on 2000/11/10  18:49:25
12710         Log: Subject: [PATCH] README.solaris
12711              From: Andy Dougherty <doughera@lafayette.edu>
12712              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
12713              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
12714      Branch: perl
12715            + README.solaris
12716            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
12717            ! pod/perl.pod pod/perltoc.pod
12718 ____________________________________________________________________________
12719 [  7638] By: jhi                                   on 2000/11/10  15:04:15
12720         Log: Update Changes.
12721      Branch: perl
12722            ! Changes patchlevel.h
12723 ____________________________________________________________________________
12724 [  7637] By: jhi                                   on 2000/11/10  14:14:28
12725         Log: Explain better why certain regex tests are skipped.
12726              
12727              Subject: Re: tests skipped: unknown reason
12728              From: Lupe Christoph <lupe@lupe-christoph.de>
12729              Date: Fri, 10 Nov 2000 09:08:56 +0100
12730              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
12731      Branch: perl
12732            ! t/op/regexp.t
12733 ____________________________________________________________________________
12734 [  7636] By: nick                                  on 2000/11/10  13:40:00
12735         Log: Integrate mainline.
12736      Branch: perlio
12737           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
12738           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
12739           !> win32/bin/search.pl
12740 ____________________________________________________________________________
12741 [  7635] By: nick                                  on 2000/11/10  13:25:52
12742         Log: Re-instate stdio large file support via perlio.
12743      Branch: perl
12744            ! perlio.c
12745 ____________________________________________________________________________
12746 [  7634] By: jhi                                   on 2000/11/10  04:49:55
12747         Log: Amdahl UTS hints updates.
12748              
12749              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
12750              From: hom00@utsglobal.com (Harold O Morris)
12751              Date: Thu, 9 Nov 2000 20:02 PST
12752              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
12753      Branch: perl
12754            ! hints/uts.sh
12755 ____________________________________________________________________________
12756 [  7633] By: jhi                                   on 2000/11/09  23:33:28
12757         Log: Subject: [PATCH] IO::Seekable pod
12758              From: Nicholas Clark <nick@talking.bollo.cx>
12759              Date: Thu, 9 Nov 2000 20:29:45 +0000
12760              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
12761      Branch: perl
12762            ! ext/IO/lib/IO/Handle.pm
12763 ____________________________________________________________________________
12764 [  7632] By: jhi                                   on 2000/11/09  21:55:41
12765         Log: Various doc oddball characters.
12766              
12767              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
12768              From: Michael Somos <somos@grail.cba.csuohio.edu>
12769              Date: Mon, 6 Nov 2000 17:44:20 -0500
12770              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
12771      Branch: perl
12772            ! emacs/cperl-mode.el lib/unicode/syllables.txt
12773            ! win32/bin/search.pl
12774 ____________________________________________________________________________
12775 [  7631] By: jhi                                   on 2000/11/09  21:12:29
12776         Log: Subject: Re: bash -c exit and linux hints 
12777              From: "John P. Linderman" <jpl@research.att.com>
12778              Date: Thu, 02 Nov 2000 09:37:25 -0500
12779              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
12780      Branch: perl
12781            ! hints/linux.sh
12782 ____________________________________________________________________________
12783 [  7630] By: nick                                  on 2000/11/09  20:34:11
12784         Log: Integrate mainline.
12785      Branch: perlio
12786           !> (integrate 91 files)
12787 ____________________________________________________________________________
12788 [  7629] By: jhi                                   on 2000/11/09  19:46:31
12789         Log: Missing dTHXs.
12790              
12791              Subject: RE: perl@7595 builds not on cygwin
12792              From: "Eric Fifer" <egf7@columbia.edu>
12793              Date: Thu, 9 Nov 2000 19:26:50 -0000
12794              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
12795      Branch: perl
12796            ! ext/Devel/Peek/Peek.xs
12797 ____________________________________________________________________________
12798 [  7628] By: jhi                                   on 2000/11/09  14:48:27
12799         Log: Disable only the tests 99 and 166 for UTF-8 locales.
12800      Branch: perl
12801            ! t/pragma/locale.t
12802 ____________________________________________________________________________
12803 [  7627] By: jhi                                   on 2000/11/09  14:40:27
12804         Log: There's no =head3.
12805      Branch: perl
12806            ! pod/perlhack.pod
12807 ____________________________________________________________________________
12808 [  7626] By: jhi                                   on 2000/11/09  13:54:26
12809         Log: The generated boot_* headers are wrong.  Pickier compiler,
12810              such as KAI C++ will refuse to compile the resulting perlmain.
12811              
12812              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
12813              From: Harri Pasanen <harri.pasanen@trema.com>
12814              Date: Thu, 09 Nov 2000 14:23:28 +0100
12815              Message-Id: <3A0AA550.26D548A3@trema.com>
12816      Branch: perl
12817            ! minimod.pl
12818 ____________________________________________________________________________
12819 [  7625] By: jhi                                   on 2000/11/09  13:50:44
12820         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
12821              From: Prymmer/Kahn <pvhp@best.com>
12822              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
12823              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
12824              
12825              All except the "cow orker" change.
12826      Branch: perl
12827            ! Porting/pumpkin.pod
12828 ____________________________________________________________________________
12829 [  7624] By: jhi                                   on 2000/11/09  13:45:33
12830         Log: Fix for
12831              
12832              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
12833              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
12834              Date: Thu, 09 Nov 2000 11:05:52 +0100
12835              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
12836      Branch: perl
12837            ! pod/perldiag.pod t/pragma/warn/pp_sys
12838 ____________________________________________________________________________
12839 [  7623] By: jhi                                   on 2000/11/09  13:37:16
12840         Log: Typo in an ifndef.
12841              
12842              Subject: Re: [PATCH 5.7.0] better messages from malloc()
12843              From: Joe Smith <jms@inwap.com>         
12844              Date: Thu, 09 Nov 2000 01:33:14 -0800
12845              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
12846      Branch: perl
12847            ! malloc.c
12848 ____________________________________________________________________________
12849 [  7622] By: jhi                                   on 2000/11/09  13:31:18
12850         Log: Remove unused extra arguments.
12851      Branch: metaconfig/U/perl
12852            ! perlxv.U
12853      Branch: perl
12854            ! Configure config_h.SH
12855 ____________________________________________________________________________
12856 [  7621] By: jhi                                   on 2000/11/09  13:16:36
12857         Log: More VMS moves on environment handling, from Charles Lane.
12858      Branch: perl
12859            ! t/pragma/locale.t
12860 ____________________________________________________________________________
12861 [  7620] By: jhi                                   on 2000/11/09  04:42:38
12862         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
12863              From: David Dyck <dcd@tc.fluke.com>
12864              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
12865              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
12866      Branch: perl
12867            ! pp_sys.c
12868 ____________________________________________________________________________
12869 [  7619] By: jhi                                   on 2000/11/09  04:36:21
12870         Log: Forgot from #7618.
12871      Branch: perl
12872            ! lib/File/stat.pm
12873 ____________________________________________________________________________
12874 [  7618] By: jhi                                   on 2000/11/09  04:28:44
12875         Log: Make deleting for %ENV work for (newer versions of) VMS,
12876              from Craig A. Berry.
12877      Branch: perl
12878            ! vms/vms.c
12879 ____________________________________________________________________________
12880 [  7617] By: jhi                                   on 2000/11/09  04:25:05
12881         Log: Subject: [PATCH] Class::Struct at compile time
12882              From: "Casey R. Tweten" <crt@kiski.net>
12883              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
12884              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
12885      Branch: perl
12886            ! lib/Class/Struct.pm
12887 ____________________________________________________________________________
12888 [  7616] By: jhi                                   on 2000/11/09  04:15:17
12889         Log: Subject: [ID 20001108.013] spelling
12890              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
12891              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
12892              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
12893      Branch: perl
12894            ! lib/ftp.pl
12895 ____________________________________________________________________________
12896 [  7615] By: jhi                                   on 2000/11/09  04:12:42
12897         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
12898              From: Peter Prymmer <pvhp@forte.com>
12899              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
12900              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
12901      Branch: perl
12902            ! configure.com
12903 ____________________________________________________________________________
12904 [  7614] By: jhi                                   on 2000/11/08  22:42:55
12905         Log: A missing aTHX_.
12906      Branch: perl
12907            ! ext/IPC/SysV/SysV.xs
12908 ____________________________________________________________________________
12909 [  7613] By: jhi                                   on 2000/11/08  19:30:21
12910         Log: Update Changes.
12911      Branch: perl
12912            ! Changes patchlevel.h
12913 ____________________________________________________________________________
12914 [  7612] By: jhi                                   on 2000/11/08  18:35:25
12915         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
12916              From: David Dyck <dcd@tc.fluke.com>
12917              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
12918              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
12919      Branch: perl
12920            ! pp_sys.c
12921 ____________________________________________________________________________
12922 [  7611] By: jhi                                   on 2000/11/08  18:30:26
12923         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
12924              From: Dominic Dunlop <domo@computer.org>
12925              Date: Tue, 7 Nov 2000 12:05:25 +0100
12926              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
12927      Branch: perl
12928            ! malloc.c
12929 ____________________________________________________________________________
12930 [  7610] By: jhi                                   on 2000/11/08  18:25:14
12931         Log: Do not test UTF-8 locales since that the tests would require
12932              polymorphic regexen.
12933      Branch: perl
12934            ! t/pragma/locale.t
12935 ____________________________________________________________________________
12936 [  7609] By: jhi                                   on 2000/11/08  17:12:51
12937         Log: Locale buglets.
12938              
12939              Subject: RE: Locales support (setlocale) fixes
12940              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
12941              Date: Wed, 8 Nov 2000 20:01:39 +0300
12942              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
12943      Branch: perl
12944            ! t/pragma/locale.t util.c
12945 ____________________________________________________________________________
12946 [  7608] By: jhi                                   on 2000/11/08  17:00:16
12947         Log: Deleting $ENV{PATH} in VMS is not recommendable.
12948      Branch: perl
12949            ! t/pragma/locale.t
12950 ____________________________________________________________________________
12951 [  7607] By: jhi                                   on 2000/11/08  16:58:26
12952         Log: Subject: PATCH std stdio for (Free)BSD
12953              From: Nicholas Clark <nick@ccl4.org>
12954              Date: Wed, 8 Nov 2000 15:36:29 +0000
12955              Message-ID: <20001108153629.D98736@plum.flirble.org>
12956      Branch: metaconfig
12957            ! U/compline/d_stdstdio.U
12958      Branch: perl
12959            ! Configure config_h.SH
12960 ____________________________________________________________________________
12961 [  7606] By: jhi                                   on 2000/11/08  16:43:31
12962         Log: Forgot to bump the line numbers in #7601.
12963      Branch: perl
12964            ! t/pragma/warn/pp_sys
12965 ____________________________________________________________________________
12966 [  7605] By: jhi                                   on 2000/11/08  16:39:12
12967         Log: More careful detection of how well NVs and UVs mix.
12968              
12969              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))
12970              From: Nicholas Clark <nick@ccl4.org>
12971              Date: Wed, 8 Nov 2000 15:14:12 +0000
12972              Message-ID: <20001108151412.B98736@plum.flirble.org>
12973              
12974              Added some SIGFPE paranoia.
12975      Branch: metaconfig/U/perl
12976            ! perlxv.U
12977      Branch: perl
12978            ! Configure config_h.SH
12979 ____________________________________________________________________________
12980 [  7604] By: jhi                                   on 2000/11/08  14:39:10
12981         Log: Subject: [patch perl@7595] VMS configure.com tweak
12982              From: "Craig A. Berry" <craigberry@mac.com>
12983              Date: Wed, 8 Nov 2000 00:24:12 -0600
12984              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
12985      Branch: perl
12986            ! configure.com
12987 ____________________________________________________________________________
12988 [  7603] By: jhi                                   on 2000/11/08  14:27:11
12989         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
12990              From: Robin Barker <rmb1@cise.npl.co.uk>
12991              Date: Wed, 8 Nov 2000 11:11:39 GMT
12992              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
12993      Branch: perl
12994            ! perlio.c
12995 ____________________________________________________________________________
12996 [  7602] By: jhi                                   on 2000/11/08  14:25:03
12997         Log: Fix for the tie-refhash string table leaks.
12998              
12999              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
13000              Date: Wed, 8 Nov 2000 13:03:04 GMT
13001              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
13002      Branch: perl
13003            ! t/lib/tie-refhash.t
13004 ____________________________________________________________________________
13005 [  7601] By: jhi                                   on 2000/11/08  14:21:08
13006         Log: Try to avoid flockless and emulationless places.
13007      Branch: perl
13008            ! t/pragma/warn/pp_sys
13009 ____________________________________________________________________________
13010 [  7600] By: jhi                                   on 2000/11/08  02:28:54
13011         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
13012              
13013              Subject: [PATCH] prototyped functions that should be overrideable
13014              From: "Casey R. Tweten" <crt@kiski.net>
13015              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
13016              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
13017      Branch: perl
13018            ! toke.c
13019 ____________________________________________________________________________
13020 [  7599] By: jhi                                   on 2000/11/08  01:12:05
13021         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
13022              
13023              Subject: [PATCH] perlbug.PL
13024              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13025              Date: Mon, 6 Nov 2000 21:39:01 -0500
13026              Message-ID: <20001106213901.B20955@O2.chapin.edu>
13027      Branch: perl
13028            ! utils/perlbug.PL
13029 ____________________________________________________________________________
13030 [  7598] By: jhi                                   on 2000/11/07  23:42:00
13031         Log: Bad thinko in #7581 (I used the test program with the expanded
13032              values as-is).
13033      Branch: metaconfig
13034            ! U/compline/d_stdstdio.U
13035      Branch: perl
13036            ! Configure
13037 ____________________________________________________________________________
13038 [  7597] By: jhi                                   on 2000/11/07  21:43:29
13039         Log: Subject: [PATCH perl@7573] cygwin port
13040              From: "Fifer, Eric" <EFifer@sanwaint.com>
13041              Date: Tue, 7 Nov 2000 18:08:51 -0000 
13042              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
13043              
13044              Synchronize with Cygwin 1.1.5.
13045      Branch: perl
13046            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
13047            ! pod/perlport.pod unixish.h util.c
13048 ____________________________________________________________________________
13049 [  7596] By: jhi                                   on 2000/11/07  21:39:25
13050         Log: perlhack updates from H.Merijn Brand.
13051      Branch: perl
13052            ! pod/perlhack.pod
13053 ____________________________________________________________________________
13054 [  7595] By: jhi                                   on 2000/11/07  20:21:41
13055         Log: Update Changes.
13056      Branch: perl
13057            ! Changes patchlevel.h
13058 ____________________________________________________________________________
13059 [  7594] By: jhi                                   on 2000/11/07  19:18:58
13060         Log: Be more robust in Dynaloader.pm.
13061      Branch: perl
13062            ! ext/DynaLoader/DynaLoader_pm.PL
13063 ____________________________________________________________________________
13064 [  7593] By: jhi                                   on 2000/11/07  16:49:31
13065         Log: AUTHORS update.
13066      Branch: perl
13067            ! AUTHORS
13068 ____________________________________________________________________________
13069 [  7592] By: gsar                                  on 2000/11/07  16:39:51
13070         Log: normalize relative paths in virtualized current directory on windows,
13071              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
13072              returns)
13073      Branch: perl
13074            ! win32/vdir.h
13075 ____________________________________________________________________________
13076 [  7591] By: jhi                                   on 2000/11/07  16:04:26
13077         Log: Too profiler-happy: with optimization the #7590 actually makes
13078              the test to run 0.5% _slower_.  Requires much more instrumentation.
13079              Retract #7590.
13080      Branch: perl
13081            ! regcomp.c regcomp.h
13082 ____________________________________________________________________________
13083 [  7590] By: jhi                                   on 2000/11/07  15:51:13
13084         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
13085              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
13086              by using memset() and testing bytewise (as opposed to bitwise).
13087      Branch: perl
13088            ! regcomp.c regcomp.h
13089 ____________________________________________________________________________
13090 [  7589] By: jhi                                   on 2000/11/07  12:56:39
13091         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
13092              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13093              Date: Mon, 06 Nov 2000 23:45:30 -0500
13094              Message-Id: <0011079735.AA973576259@univpress.com>
13095      Branch: perl
13096            ! configure.com t/lib/st-lock.t
13097 ____________________________________________________________________________
13098 [  7588] By: jhi                                   on 2000/11/07  01:03:28
13099         Log: Tweak #7587.
13100      Branch: perl
13101            ! pod/perldiag.pod
13102 ____________________________________________________________________________
13103 [  7587] By: jhi                                   on 2000/11/07  01:00:27
13104         Log: A doc addition for bug id 20001105.019, beware \p.
13105      Branch: perl
13106            ! pod/perldiag.pod
13107 ____________________________________________________________________________
13108 [  7586] By: jhi                                   on 2000/11/07  00:32:22
13109         Log: Fake support of holey files in win/dosish platforms.
13110              
13111              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
13112              From: kipp@shonanblue.ne.jp
13113              Date: Mon, 6 Nov 2000 13:30:55 -0800
13114              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
13115      Branch: perl
13116            ! ext/SDBM_File/sdbm/sdbm.c
13117 ____________________________________________________________________________
13118 [  7585] By: jhi                                   on 2000/11/07  00:12:54
13119         Log: Subject: Pod updates
13120              From: "Stephen P. Potter" <spp@spotter.yi.org>
13121              Date: Mon, 06 Nov 2000 18:56:43 -0500
13122              Message-Id: <200011062357.SAA18173@spotter.yi.org>
13123      Branch: perl
13124            ! README.dos README.os2 README.win32 pod/buildtoc.PL
13125            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
13126            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
13127            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
13128            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
13129            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
13130            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
13131            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
13132            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
13133            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
13134            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
13135            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
13136            ! pod/perltootc.pod pod/perlunicode.pod
13137 ____________________________________________________________________________
13138 [  7584] By: jhi                                   on 2000/11/07  00:04:17
13139         Log: Varargs don't always work too well if one puts an unsigned
13140              char on the stack and pop an unsigned quad off the stack.
13141              
13142              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
13143              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
13144              Date: Mon, 06 Nov 2000 15:19:05 -0800
13145              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
13146      Branch: perl
13147            ! utf8.c
13148 ____________________________________________________________________________
13149 [  7583] By: jhi                                   on 2000/11/06  23:58:48
13150         Log: %ENV note tweaks from Dan Sugalski.
13151      Branch: perl
13152            ! pod/perlport.pod vms/perlvms.pod
13153 ____________________________________________________________________________
13154 [  7582] By: jhi                                   on 2000/11/06  23:05:49
13155         Log: glibc5 detection by __GNU_LIBRARY__.
13156      Branch: perl
13157            ! toke.c
13158 ____________________________________________________________________________
13159 [  7581] By: jhi                                   on 2000/11/06  22:51:29
13160         Log: Make the stdio test program of 7427 less noisy while being 
13161              compiled so that Digital UNIX wouldn't get both
13162              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
13163              undefined.  This makes perlio happy.
13164      Branch: metaconfig
13165            ! U/compline/d_stdstdio.U
13166      Branch: perl
13167            ! Configure config_h.SH
13168 ____________________________________________________________________________
13169 [  7580] By: jhi                                   on 2000/11/06  22:41:41
13170         Log: Document %ENV = () portability issues.
13171      Branch: perl
13172            ! pod/perlport.pod vms/perlvms.pod
13173 ____________________________________________________________________________
13174 [  7579] By: jhi                                   on 2000/11/06  21:29:24
13175         Log: VOS updates from Paul Green.
13176      Branch: perl
13177            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13178 ____________________________________________________________________________
13179 [  7578] By: jhi                                   on 2000/11/06  21:00:40
13180         Log: Sanitize the environment further.
13181      Branch: perl
13182            ! t/pragma/locale.t
13183 ____________________________________________________________________________
13184 [  7577] By: jhi                                   on 2000/11/06  20:53:51
13185         Log: Re-introduce 7552 lost in integration.
13186      Branch: perl
13187            ! perlio.c
13188 ____________________________________________________________________________
13189 [  7576] By: jhi                                   on 2000/11/06  20:33:46
13190         Log: Admit that the test leaks scalars.
13191      Branch: perl
13192            ! t/comp/proto.t
13193 ____________________________________________________________________________
13194 [  7575] By: jhi                                   on 2000/11/06  20:17:08
13195         Log: Integrate perlio.
13196      Branch: perl
13197           !> perlio.c
13198 ____________________________________________________________________________
13199 [  7574] By: nick                                  on 2000/11/06  20:07:28
13200         Log: Remove debug. Try (Mmap_t) on madvise() call.
13201      Branch: perlio
13202            ! perlio.c
13203 ____________________________________________________________________________
13204 [  7573] By: jhi                                   on 2000/11/06  13:56:05
13205         Log: Update Changes.
13206      Branch: perl
13207            ! Changes patchlevel.h
13208 ____________________________________________________________________________
13209 [  7572] By: jhi                                   on 2000/11/06  13:48:41
13210         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
13211              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13212              Date: Mon, 06 Nov 2000 10:11:42 +0100
13213              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
13214      Branch: perl
13215            ! pod/perlhack.pod
13216 ____________________________________________________________________________
13217 [  7571] By: jhi                                   on 2000/11/06  01:45:51
13218         Log: AUTHORS updates.
13219      Branch: perl
13220            ! AUTHORS
13221 ____________________________________________________________________________
13222 [  7570] By: jhi                                   on 2000/11/06  00:18:00
13223         Log: Fix for
13224              
13225              Subject: [ID 20000728.005] perl -P broken
13226              From: David Dyck <dcd@tc.fluke.com>
13227              Date: Fri, 28 Jul 2000 17:19:16 -0700
13228              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
13229              
13230              (hopefully).  The fix is also not complete, it seems to break
13231              BOM swallowing for libc5 systems, but until someone figures
13232              out a way to do this without ftell(), this will do.
13233      Branch: perl
13234            ! toke.c
13235 ____________________________________________________________________________
13236 [  7569] By: jhi                                   on 2000/11/06  00:05:30
13237         Log: Document that the evaled syntax errors cause scalar leaks.
13238      Branch: perl
13239            ! t/comp/proto.t
13240 ____________________________________________________________________________
13241 [  7568] By: jhi                                   on 2000/11/05  23:14:47
13242         Log: opmini.o can linger from Configures past.
13243      Branch: perl
13244            ! Makefile.SH
13245 ____________________________________________________________________________
13246 [  7567] By: jhi                                   on 2000/11/05  21:28:39
13247         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
13248              first argument correctly.
13249      Branch: perl
13250            ! perlio.c
13251 ____________________________________________________________________________
13252 [  7566] By: jhi                                   on 2000/11/05  21:15:56
13253         Log: Integrate perlio.
13254      Branch: perl
13255           !> perlio.c
13256 ____________________________________________________________________________
13257 [  7565] By: jhi                                   on 2000/11/05  21:15:13
13258         Log: Use -dM for gcc (the suggested patch did it only for Linux,
13259              but I think it can be generalized).
13260              
13261              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
13262              From: Pixel <pixel@mandrakesoft.com>
13263              Date: 05 Nov 2000 21:49:34 +0100 
13264              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
13265      Branch: perl
13266            ! ext/Errno/Errno_pm.PL
13267 ____________________________________________________________________________
13268 [  7564] By: nick                                  on 2000/11/05  21:09:18
13269         Log: Added a mmap layer as a "subclass" of perlio.
13270              PERLIO=mmap ./perl harness passes
13271      Branch: perlio
13272            ! perlio.c
13273 ____________________________________________________________________________
13274 [  7563] By: jhi                                   on 2000/11/05  19:48:55
13275         Log: Add a note for future generations about bug id 20000229.006.
13276      Branch: perl
13277            ! malloc.c
13278 ____________________________________________________________________________
13279 [  7562] By: jhi                                   on 2000/11/05  19:38:24
13280         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
13281      Branch: perl
13282            ! pp_ctl.c t/op/pos.t
13283 ____________________________________________________________________________
13284 [  7561] By: jhi                                   on 2000/11/05  18:21:46
13285         Log: Add =pod to be tidy.
13286      Branch: perl
13287            ! lib/Math/Complex.pm
13288 ____________________________________________________________________________
13289 [  7560] By: jhi                                   on 2000/11/05  17:38:46
13290         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
13291      Branch: perl
13292            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
13293            ! ext/Storable/Storable.xs t/lib/st-recurse.t
13294 ____________________________________________________________________________
13295 [  7559] By: jhi                                   on 2000/11/05  17:32:59
13296         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
13297              From: "Peter J. Farley III" <pjfarley@banet.net>
13298              Date: Sun, 05 Nov 2000 11:55:59 -0500
13299              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
13300      Branch: perl
13301            ! t/lib/syslog.t
13302 ____________________________________________________________________________
13303 [  7558] By: jhi                                   on 2000/11/05  17:29:19
13304         Log: Integrate perlio.
13305      Branch: perl
13306           !> perlio.c
13307 ____________________________________________________________________________
13308 [  7557] By: jhi                                   on 2000/11/05  17:22:01
13309         Log: A fix of sorts for 20000329.026, a better error message
13310              for a missing "use charnames" when using the \N{...}. 
13311      Branch: perl
13312            ! pod/perldiag.pod toke.c
13313 ____________________________________________________________________________
13314 [  7556] By: jhi                                   on 2000/11/05  16:33:50
13315         Log: Test tweak: show also the failed locales.
13316              
13317              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
13318              From: Lupe Christoph <lupe@lupe-christoph.de>         
13319              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
13320              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
13321      Branch: perl
13322            ! t/pragma/locale.t
13323 ____________________________________________________________________________
13324 [  7555] By: nick                                  on 2000/11/05  11:09:34
13325         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
13326              open RDWR so does not fail. (pragma/warnings 303 again...)
13327      Branch: perlio
13328            ! perlio.c
13329 ____________________________________________________________________________
13330 [  7554] By: nick                                  on 2000/11/05  10:10:13
13331         Log: Fix case where ungetc(f,EOF) was allowed.
13332              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
13333              so we can see similarities.
13334              Use types more carefully and a STDCHAR array in hope that this will
13335              fix Jarrko's 64bit machine.
13336      Branch: perlio
13337            ! perlio.c
13338 ____________________________________________________________________________
13339 [  7553] By: jhi                                   on 2000/11/05  01:12:16
13340         Log: Fix for
13341              
13342              Subject: [ID 20001004.007] taint propogation is inconsistent
13343              From: pimlott@idiomtech.com (Andrew Pimlott) 
13344              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
13345              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
13346              
13347              The culprit was sv_setsv() which was rather blindly
13348              propagating taint, which lead to behaviour where if
13349              a tainted anon hash value was seen all the hash values
13350              from then on at that level became tainted, or at any
13351              upper levels in the case of nested anon hashes.
13352      Branch: perl
13353            ! sv.c t/op/taint.t
13354 ____________________________________________________________________________
13355 [  7552] By: jhi                                   on 2000/11/04  23:44:18
13356         Log: Some cpps don't like splitting conditionals across several lines.
13357      Branch: perl
13358            ! perlio.c
13359 ____________________________________________________________________________
13360 [  7551] By: nick                                  on 2000/11/04  23:40:44
13361         Log: Integrate mainline
13362      Branch: perlio
13363           !> pp_hot.c t/op/taint.t
13364 ____________________________________________________________________________
13365 [  7550] By: nick                                  on 2000/11/04  23:39:05
13366         Log: Integrate mainline again
13367      Branch: perlio
13368           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
13369           !> t/lib/b.t t/op/misc.t util.c
13370 ____________________________________________________________________________
13371 [  7549] By: jhi                                   on 2000/11/04  23:14:01
13372         Log: Fix for
13373              
13374              Subject: [ID 20001004.006] undef is never tainted
13375              From: pimlott@idiomtech.com (Andrew Pimlott)
13376              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
13377              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
13378              
13379              An undef read from a slurped file was not tainted.
13380      Branch: perl
13381            ! pp_hot.c t/op/taint.t
13382 ____________________________________________________________________________
13383 [  7548] By: jhi                                   on 2000/11/04  22:56:21
13384         Log: Test tweak ($Config{useperlio} is by default undef) .
13385      Branch: perl
13386            ! t/lib/b.t
13387 ____________________________________________________________________________
13388 [  7547] By: jhi                                   on 2000/11/04  22:43:56
13389         Log: Integrate perlio.
13390      Branch: perl
13391           +> lib/perlio.pm
13392           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
13393           !> pod/perlapi.pod t/lib/b.t
13394 ____________________________________________________________________________
13395 [  7546] By: jhi                                   on 2000/11/04  22:40:59
13396         Log: Configure would use a bad $myuname from an old config.sh.
13397              
13398              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
13399              From: Andy Dougherty <doughera@lafayette.edu>
13400              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
13401              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
13402      Branch: metaconfig
13403            ! U/modified/Oldconfig.U
13404      Branch: perl
13405            ! Configure config_h.SH
13406 ____________________________________________________________________________
13407 [  7545] By: jhi                                   on 2000/11/04  22:36:54
13408         Log: Subject: Locales support (setlocale) fixes
13409              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
13410              Date: Sat, 4 Nov 2000 10:15:48 +0300 
13411              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
13412              
13413              Modified quite a bit to be more portable.
13414      Branch: perl
13415            ! embed.h embed.pl perl.h proto.h util.c
13416 ____________________________________________________________________________
13417 [  7544] By: jhi                                   on 2000/11/04  22:32:47
13418         Log: Dying is too strict here, better just skip.
13419      Branch: perl
13420            ! t/op/misc.t
13421 ____________________________________________________________________________
13422 [  7543] By: nick                                  on 2000/11/04  21:55:13
13423         Log: Merge mainline
13424      Branch: perlio
13425           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
13426           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
13427           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
13428           !> (integrate 64 files)
13429 ____________________________________________________________________________
13430 [  7542] By: jhi                                   on 2000/11/04  21:09:28
13431         Log: More Changes tweakery.
13432      Branch: perl
13433            ! Changes Porting/genlog
13434 ____________________________________________________________________________
13435 [  7541] By: jhi                                   on 2000/11/04  20:58:18
13436         Log: Changes fixups.
13437      Branch: perl
13438            ! Changes
13439 ____________________________________________________________________________
13440 [  7540] By: jhi                                   on 2000/11/04  20:42:38
13441         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
13442              create a "fast path" for locale name probing using "locale -a"
13443              if available, squash finally hopefully the s?printf resetting
13444              the numeric locale (since, IIUC perllocale, it never shouldn't). 
13445      Branch: perl
13446            ! sv.c t/op/misc.t t/pragma/locale.t
13447 ____________________________________________________________________________
13448 [  7539] By: nick                                  on 2000/11/04  19:56:10
13449         Log: PerlIO infrastructure complete.
13450      Branch: perlio
13451            + lib/perlio.pm
13452            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
13453 ____________________________________________________________________________
13454 [  7538] By: nick                                  on 2000/11/04  14:31:32
13455         Log: Type tweaks + less contorted allocation scheme
13456      Branch: perlio
13457            ! perlio.c
13458 ____________________________________________________________________________
13459 [  7537] By: nick                                  on 2000/11/04  12:40:42
13460         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
13461              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
13462              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
13463              sensible) which lead to some interesting fails.
13464      Branch: perlio
13465            ! perlio.c
13466 ____________________________________________________________________________
13467 [  7536] By: jhi                                   on 2000/11/04  00:20:02
13468         Log: Add FCNTL_CAN_LOCK.
13469              
13470              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
13471              From: Andy Dougherty <doughera@lafayette.edu>
13472              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
13473              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
13474              
13475              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
13476              From: Andy Dougherty <doughera@lafayette.edu>
13477              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
13478              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
13479      Branch: metaconfig/U/perl
13480            + d_fcntl_can_lock.U
13481            ! startperl.U
13482      Branch: perl
13483            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13484            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
13485            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13486            ! vos/config.ga.h win32/config.bc win32/config.gc
13487            ! win32/config.vc
13488 ____________________________________________________________________________
13489 [  7535] By: nick                                  on 2000/11/03  22:19:10
13490         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
13491              - Works on Linux with
13492              perlio + unix
13493              stdio
13494              - Works on Solaris with
13495              perlio + unix
13496              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
13497              - Fails (hangs in openpid) if you try and stack
13498              perlio + stdio - Linux stdio's read() logic is hanging.
13499      Branch: perlio
13500            ! iperlsys.h perlio.c
13501 ____________________________________________________________________________
13502 [  7534] By: jhi                                   on 2000/11/03  15:16:02
13503         Log: Subject: Re: README.aix
13504              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13505              Date: Fri, 03 Nov 2000 16:03:15 +0100
13506              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
13507      Branch: perl
13508            ! README.aix
13509 ____________________________________________________________________________
13510 [  7533] By: jhi                                   on 2000/11/03  03:59:02
13511         Log: Subject: [PATCH 5.7.0] better messages from malloc()
13512              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13513              Date: Wed, 1 Nov 2000 23:39:56 -0500
13514              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
13515      Branch: perl
13516            ! malloc.c pod/perldiag.pod
13517 ____________________________________________________________________________
13518 [  7532] By: jhi                                   on 2000/11/03  00:11:56
13519         Log: The #7521 touched things it shouldn't have.
13520      Branch: perl
13521            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
13522 ____________________________________________________________________________
13523 [  7531] By: jhi                                   on 2000/11/02  22:32:33
13524         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
13525              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13526              Date:     Thu, 2 Nov 2000 16:58:36 EST
13527              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
13528      Branch: perl
13529            ! vms/gen_shrfls.pl
13530 ____________________________________________________________________________
13531 [  7530] By: jhi                                   on 2000/11/02  22:08:49
13532         Log: Fix the problem discussed in
13533              
13534              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
13535              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
13536              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
13537              
13538              originally from Linc Madison.  Also Andreas König's comments
13539              taken into account.  Some other problems with Tie::SubstrHash
13540              fixed: didn't croak when the table exceeded the requested number
13541              of entries (as documented) but instead when the number of entries
13542              exceeded the size of the table, a croak() had an unnecessary \n,
13543              didn't have a CLEAR method, documented that there is no exists().
13544              Didn't fix to be strict-proof because the module uses &foo; and
13545              dynamic scope.  Added a test script exercizing both first tamely 
13546              the basic functionality, and then the failure cases reported by
13547              Linc Madison.
13548      Branch: perl
13549            + t/lib/tie-substrhash.t
13550            ! MANIFEST lib/Tie/SubstrHash.pm
13551 ____________________________________________________________________________
13552 [  7529] By: jhi                                   on 2000/11/02  17:58:08
13553         Log: recv() can fail and return undef.
13554              
13555              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
13556              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
13557              Date: Thu, 2 Nov 2000 20:12:20 +0300
13558              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
13559      Branch: perl
13560            ! lib/Net/Ping.pm
13561 ____________________________________________________________________________
13562 [  7528] By: jhi                                   on 2000/11/02  17:49:09
13563         Log: Detpyo.
13564      Branch: perl
13565            ! pod/perlop.pod
13566 ____________________________________________________________________________
13567 [  7527] By: jhi                                   on 2000/11/02  15:48:37
13568         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
13569              fix a autovivification bug in Tie::RefHash, add tests for both.
13570              
13571              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
13572              From: Edward Avis <epa98@doc.ic.ac.uk>
13573              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
13574              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
13575      Branch: perl
13576            + t/lib/tie-refhash.t
13577            ! MANIFEST lib/Tie/RefHash.pm
13578 ____________________________________________________________________________
13579 [  7526] By: jhi                                   on 2000/11/02  13:56:26
13580         Log: Test::Harness revealed buglets in the new DynaLoader.
13581              
13582              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
13583              From: andreas.koenig@anima.de (Andreas J. Koenig)
13584              Date: 02 Nov 2000 11:26:48 +0100 
13585              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
13586      Branch: perl
13587            ! ext/DynaLoader/DynaLoader_pm.PL
13588 ____________________________________________________________________________
13589 [  7525] By: jhi                                   on 2000/11/01  23:52:08
13590         Log: The entry for #7503 was missing.
13591      Branch: perl
13592            ! Changes
13593 ____________________________________________________________________________
13594 [  7524] By: jhi                                   on 2000/11/01  23:40:52
13595         Log: Update Changes.
13596      Branch: perl
13597            ! Changes patchlevel.h
13598 ____________________________________________________________________________
13599 [  7523] By: jhi                                   on 2000/11/01  22:57:09
13600         Log: More tweaking on the #7522 theme.
13601      Branch: perl
13602            ! ext/DynaLoader/DynaLoader_pm.PL
13603 ____________________________________________________________________________
13604 [  7522] By: jhi                                   on 2000/11/01  22:06:15
13605         Log: Expand %Config variables and %ENV variables only if
13606              so requested during build time using the
13607              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
13608              Not expanding makes relocating distributions easier.
13609      Branch: perl
13610            ! ext/DynaLoader/DynaLoader_pm.PL
13611 ____________________________________________________________________________
13612 [  7521] By: jhi                                   on 2000/11/01  20:56:34
13613         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
13614              and setgid() because they were just changing $< and $( which means
13615              only changing the real uid/gid, as opposed to changing both
13616              real and effective ids.  (The alternative way could have been
13617              in POSIX.pm to change $> and $), too, but making a direct call
13618              to the C API feels cleaner.)  Fixes the bug
13619              
13620              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
13621              From: "Garry T. Williams" <garry@zvolve.com>
13622              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
13623              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
13624      Branch: perl
13625            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
13626            ! ext/POSIX/typemap pod/perlvar.pod
13627 ____________________________________________________________________________
13628 [  7520] By: jhi                                   on 2000/11/01  20:08:33
13629         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
13630              From: "Garry T. Williams" <garry@zvolve.com>
13631              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
13632              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
13633      Branch: perl
13634            ! pod/perlsec.pod
13635 ____________________________________________________________________________
13636 [  7519] By: jhi                                   on 2000/11/01  20:01:22
13637         Log: Locale warning explanation tweak.
13638      Branch: perl
13639            ! pod/perldiag.pod
13640 ____________________________________________________________________________
13641 [  7518] By: jhi                                   on 2000/11/01  18:57:13
13642         Log: C.pm part of
13643              
13644              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
13645              From: Jarkko Hietaniemi <jhi@iki.fi>
13646              Date: Tue, 10 Oct 2000 08:22:28 -0500
13647              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
13648      Branch: perl
13649            ! ext/B/B/C.pm
13650 ____________________________________________________________________________
13651 [  7517] By: jhi                                   on 2000/11/01  18:41:59
13652         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
13653              From: Martien Verbruggen <mgjv@comdyn.com.au>
13654              Date: Fri, 6 Oct 2000 14:09:10 +1100
13655              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
13656      Branch: perl
13657            ! pod/perlop.pod
13658 ____________________________________________________________________________
13659 [  7516] By: jhi                                   on 2000/11/01  18:34:55
13660         Log: Generalize the Camel wording.
13661              
13662              Subject: Re: perlfaq style changes
13663              From: John Borwick <jhborwic@unity.ncsu.edu>
13664              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
13665              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
13666      Branch: perl
13667            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
13668 ____________________________________________________________________________
13669 [  7515] By: jhi                                   on 2000/11/01  16:52:31
13670         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
13671              From: pimlott@idiomtech.com (Andrew Pimlott)
13672              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
13673              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
13674      Branch: perl
13675            ! pod/perlsec.pod
13676 ____________________________________________________________________________
13677 [  7514] By: jhi                                   on 2000/11/01  15:03:40
13678         Log: More AIX lore.
13679      Branch: perl
13680            ! ext/re/hints/aix.pl
13681 ____________________________________________________________________________
13682 [  7513] By: jhi                                   on 2000/11/01  14:48:30
13683         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
13684              From: root <root@chronos.fi.muni.cz>
13685              Date: Wed, 1 Nov 2000 12:31:32 +0100
13686              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
13687      Branch: perl
13688            ! lib/Net/Ping.pm
13689 ____________________________________________________________________________
13690 [  7512] By: jhi                                   on 2000/11/01  14:46:47
13691         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
13692              From: Martin Husemann <martin@duskware.de>
13693              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
13694              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
13695      Branch: perl
13696            ! regcomp.c
13697 ____________________________________________________________________________
13698 [  7511] By: jhi                                   on 2000/11/01  14:39:50
13699         Log: AUTHORS updates.
13700      Branch: perl
13701            ! AUTHORS
13702 ____________________________________________________________________________
13703 [  7510] By: jhi                                   on 2000/11/01  14:29:50
13704         Log: Subject: [PATCH] startperl to respect versiononly
13705              From: Robin Barker <rmb1@cise.npl.co.uk> 
13706              Date: Tue, 31 Oct 2000 16:29:36 GMT
13707              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
13708      Branch: metaconfig/U/perl
13709            ! startperl.U
13710      Branch: perl
13711            ! Configure config_h.SH
13712 ____________________________________________________________________________
13713 [  7509] By: jhi                                   on 2000/11/01  14:19:53
13714         Log: printf UVs the correct way, noticed by Robin Barker.
13715      Branch: perl
13716            ! utf8.c
13717 ____________________________________________________________________________
13718 [  7508] By: jhi                                   on 2000/11/01  14:10:03
13719         Log: Do not cleanup *% because the % has special meanings in some
13720              shell environments.
13721      Branch: perl
13722            ! ext/Storable/Makefile.PL
13723 ____________________________________________________________________________
13724 [  7507] By: jhi                                   on 2000/11/01  14:06:00
13725         Log: The NonStop-UX libraries have a novel way to say NaN.
13726      Branch: perl
13727            ! t/lib/bigfltpm.t
13728 ____________________________________________________________________________
13729 [  7506] By: jhi                                   on 2000/11/01  14:03:35
13730         Log: The osname has been lowercased by now, from Tom Bates.
13731      Branch: metaconfig
13732            ! U/modified/Oldconfig.U
13733      Branch: perl
13734            ! Configure config_h.SH
13735 ____________________________________________________________________________
13736 [  7505] By: jhi                                   on 2000/10/31  19:18:39
13737         Log: The compiler is either gcc or cc, from Tom Bates.
13738      Branch: perl
13739            ! hints/nonstopux.sh
13740 ____________________________________________________________________________
13741 [  7504] By: jhi                                   on 2000/10/31  14:53:42
13742         Log: Update Changes.
13743      Branch: perl
13744            ! Changes patchlevel.h
13745 ____________________________________________________________________________
13746 [  7503] By: jhi                                   on 2000/10/31  14:30:50
13747         Log: Whitespace style tweak.  Was originally going to see to
13748              
13749              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
13750              From: Joe Smith <jms@inwap.com>
13751              Date: Mon, 30 Oct 2000 18:47:57 -0800
13752              Message-Id: <39FE32DD.24AAC4D@inwap.com>
13753              
13754              but that had already been taken care of.
13755      Branch: metaconfig
13756            ! U/compline/d_stdstdio.U
13757      Branch: perl
13758            ! Configure config_h.SH
13759 ____________________________________________________________________________
13760 [  7502] By: jhi                                   on 2000/10/31  14:25:02
13761         Log: AUTHORS tweaks.
13762      Branch: perl
13763            ! AUTHORS
13764 ____________________________________________________________________________
13765 [  7501] By: jhi                                   on 2000/10/31  14:23:59
13766         Log: Subject: perlfaq style changes
13767              From: John Borwick <jhborwic@unity.ncsu.edu>
13768              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
13769              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
13770      Branch: perl
13771            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
13772            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13773            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
13774            ! pod/perlfaq9.pod
13775 ____________________________________________________________________________
13776 [  7500] By: jhi                                   on 2000/10/31  14:22:15
13777         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
13778              
13779              Subject: Re: [ID 20000918.005] ~ on wide chars
13780              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13781              Date: Mon, 30 Oct 2000 21:09:55 -0800
13782              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
13783              
13784              (The ord() part of the patch skipped.)
13785      Branch: perl
13786            ! doop.c
13787 ____________________________________________________________________________
13788 [  7499] By: jhi                                   on 2000/10/31  14:20:08
13789         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
13790              From: Jens Hamisch <jens@Strawberry.COM>
13791              Date: Mon, 30 Oct 2000 15:17:07 +0100
13792              Message-Id: <20001030151707.A9597@Strawberry.COM>
13793      Branch: perl
13794            ! av.c
13795 ____________________________________________________________________________
13796 [  7498] By: jhi                                   on 2000/10/31  14:16:29
13797         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
13798              From: Peter Prymmer <pvhp@forte.com>
13799              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
13800              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
13801      Branch: perl
13802            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
13803            + ext/Encode/Encode/posix-bc.enc
13804            ! MANIFEST t/lib/encode.t
13805 ____________________________________________________________________________
13806 [  7497] By: jhi                                   on 2000/10/31  14:13:22
13807         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
13808              From: Peter Prymmer <pvhp@forte.com>
13809              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
13810              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
13811      Branch: perl
13812            ! t/lib/cgi-html.t
13813 ____________________________________________________________________________
13814 [  7496] By: jhi                                   on 2000/10/31  14:12:05
13815         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
13816              From: Peter Prymmer <pvhp@forte.com>
13817              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
13818              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
13819      Branch: perl
13820            ! t/lib/cgi-function.t
13821 ____________________________________________________________________________
13822 [  7495] By: jhi                                   on 2000/10/31  14:11:08
13823         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
13824              From: Peter Prymmer <pvhp@forte.com>
13825              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
13826              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
13827      Branch: perl
13828            + ext/re/hints/aix.pl
13829            ! MANIFEST ext/re/Makefile.PL
13830 ____________________________________________________________________________
13831 [  7494] By: jhi                                   on 2000/10/31  14:08:32
13832         Log: Use Errno magic.
13833              
13834              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
13835              From: Casey Tweten <perl@ctweten.amsite.com>
13836              Date: Mon, 30 Oct 2000 15:51:17 -0500
13837              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
13838      Branch: perl
13839            ! lib/File/Temp.pm
13840 ____________________________________________________________________________
13841 [  7493] By: jhi                                   on 2000/10/31  14:05:07
13842         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
13843              
13844              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
13845              From: Nicholas Clark <nick@ccl4.org>
13846              Date: Mon, 30 Oct 2000 17:38:45 +0000
13847              Message-ID: <20001030173845.O60355@plum.flirble.org>
13848      Branch: perl
13849            ! Makefile.SH utils/perlbug.PL
13850 ____________________________________________________________________________
13851 [  7492] By: nick                                  on 2000/10/30  19:37:23
13852         Log: Change files which are mysteriously different to mainline to be
13853              copies of mainline.
13854      Branch: perlio
13855            ! objXSUB.h perlapi.c pod/perlapi.pod
13856 ____________________________________________________________________________
13857 [  7491] By: nick                                  on 2000/10/30  18:05:54
13858         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
13859              - typo in endian code in putc.
13860              - Don't allow read of write-only files and vice-versa
13861              - and off-by-one in flush-all loop.
13862              Remove debug calls as they were using GCC specific features.
13863      Branch: perlio
13864            ! perlio.c
13865 ____________________________________________________________________________
13866 [  7490] By: nick                                  on 2000/10/29  21:45:45
13867         Log: Integrate mainline to perlio
13868      Branch: perlio
13869           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
13870           !> toke.c
13871 ____________________________________________________________________________
13872 [  7489] By: jhi                                   on 2000/10/29  21:11:08
13873         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
13874              From: andreas.koenig@anima.de (Andreas J. Koenig)
13875              Date: 29 Oct 2000 22:05:59 +0100
13876              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
13877      Branch: perl
13878            ! lib/ExtUtils/Manifest.pm
13879 ____________________________________________________________________________
13880 [  7488] By: jhi                                   on 2000/10/29  21:07:47
13881         Log: Tests for #7487.
13882              
13883              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
13884              From: andreas.koenig@anima.de (Andreas J. Koenig)
13885              Date: 29 Oct 2000 19:37:09 +0100
13886              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
13887      Branch: perl
13888            ! t/comp/proto.t
13889 ____________________________________________________________________________
13890 [  7487] By: jhi                                   on 2000/10/29  21:06:27
13891         Log: constsub spillage.
13892              
13893              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
13894              From: John Tobey <jtobey@john-edwin-tobey.org>
13895              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
13896              Message-Id: <m13pvSr-000FObC@feynman.localnet>
13897      Branch: perl
13898            ! op.c
13899 ____________________________________________________________________________
13900 [  7486] By: nick                                  on 2000/10/29  21:05:04
13901         Log: Integrate mainline to perlio branch
13902      Branch: perlio
13903           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
13904           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
13905           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
13906           +> vos/install_perl.cm
13907            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
13908            - vos/config.h vos/config_h.SH_orig
13909           !> (integrate 141 files)
13910 ____________________________________________________________________________
13911 [  7485] By: jhi                                   on 2000/10/29  21:00:47
13912         Log: Make \x{...} consistently produce UTF-8.
13913              
13914              Subject: Re: \x{...} is confused 
13915              From: Simon Cozens <simon@cozens.net>
13916              Date: Sun, 29 Oct 2000 19:36:48 +0000
13917              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
13918      Branch: perl
13919            ! t/pragma/utf8.t toke.c
13920 ____________________________________________________________________________
13921 [  7484] By: nick                                  on 2000/10/29  20:05:29
13922         Log: PerlIO passes all tests.
13923      Branch: perlio
13924            ! perlio.c
13925 ____________________________________________________________________________
13926 [  7483] By: jhi                                   on 2000/10/29  18:06:55
13927         Log: Update Changes.
13928      Branch: perl
13929            ! Changes patchlevel.h
13930 ____________________________________________________________________________
13931 [  7482] By: nick                                  on 2000/10/29  17:43:28
13932         Log: Include <unistd.h> to get correct lseek() prototype etc.
13933              (I thought perl.h did that) - down to two fails
13934              - comp/require.t (last test)
13935              - lib/io_xs.t - possibly import/export of FILE * ?
13936      Branch: perlio
13937            ! perlio.c
13938 ____________________________________________________________________________
13939 [  7481] By: jhi                                   on 2000/10/29  17:02:37
13940         Log: UTF-8 decoder tweak.
13941      Branch: perl
13942            ! utf8.c
13943 ____________________________________________________________________________
13944 [  7480] By: nick                                  on 2000/10/29  16:26:11
13945         Log: Fixed two bugs:
13946              - error code not being set on close (of broken pipe)
13947              - append mode was truncating.
13948              At least one seek/tell bug remains.
13949      Branch: perlio
13950            ! perlio.c
13951 ____________________________________________________________________________
13952 [  7479] By: nick                                  on 2000/10/29  11:18:16
13953         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
13954              in case of accidents. Still several worrying fails, no line disciplines yet.
13955      Branch: perlio
13956            ! iperlsys.h perlio.c
13957 ____________________________________________________________________________
13958 [  7478] By: jhi                                   on 2000/10/29  02:04:01
13959         Log: Add also emailless people.
13960      Branch: perl
13961            ! AUTHORS
13962 ____________________________________________________________________________
13963 [  7477] By: jhi                                   on 2000/10/29  01:36:00
13964         Log: The #7476 needs a MANIFEST change, too.
13965      Branch: perl
13966            ! MANIFEST
13967 ____________________________________________________________________________
13968 [  7476] By: jhi                                   on 2000/10/29  01:35:21
13969         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
13970      Branch: perl
13971            - MAINTAIN
13972            ! AUTHORS Changes
13973 ____________________________________________________________________________
13974 [  7475] By: jhi                                   on 2000/10/28  23:57:25
13975         Log: De-quoted-unreadable to ISO Latin 1.
13976              (There's one ISO-2022-JP name in Changes5.004.)
13977      Branch: perl
13978            ! Changes Changes5.6
13979 ____________________________________________________________________________
13980 [  7474] By: jhi                                   on 2000/10/28  19:13:06
13981         Log: Subject: [ID 20001027.007] uniq array in perlfaq
13982              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
13983              Date: Fri, 27 Oct 2000 19:28:30 +0200
13984              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
13985      Branch: perl
13986            ! pod/perlfaq4.pod
13987 ____________________________________________________________________________
13988 [  7473] By: jhi                                   on 2000/10/28  18:02:05
13989         Log: Locking null mutexes is not recommendable.
13990              
13991              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
13992              From: Hugo <hv@crypt.compulink.co.uk>
13993              Date: Sat, 28 Oct 2000 18:41:12 +0100
13994              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
13995      Branch: perl
13996            ! op.c
13997 ____________________________________________________________________________
13998 [  7472] By: jhi                                   on 2000/10/28  17:52:58
13999         Log: Better create a true mailing list for the repository keepers.
14000      Branch: perl
14001            ! Porting/repository.pod
14002 ____________________________________________________________________________
14003 [  7471] By: jhi                                   on 2000/10/28  17:28:24
14004         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
14005              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
14006      Branch: perl
14007            + Porting/repository.pod
14008            ! MANIFEST
14009 ____________________________________________________________________________
14010 [  7470] By: jhi                                   on 2000/10/28  17:20:54
14011         Log: Subject: DOC PATCH 5.6.0
14012              From: mjd@plover.com
14013              Date: 27 Oct 2000 17:32:44 -0000
14014              Message-ID: <20001027173244.23754.qmail@plover.com>
14015      Branch: perl
14016            ! pod/perlfunc.pod
14017 ____________________________________________________________________________
14018 [  7469] By: jhi                                   on 2000/10/28  17:16:45
14019         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
14020              From: "Peter J. Farley III" <pjfarley@banet.net>
14021              Date: Fri, 27 Oct 2000 20:32:56 -0400
14022              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
14023      Branch: perl
14024            ! README.dos
14025 ____________________________________________________________________________
14026 [  7468] By: jhi                                   on 2000/10/28  17:07:18
14027         Log: Make target reordering to avoid pointless re-makes.
14028              
14029              Subject: Re: Total re-make of 'make okfile' after 7451 ?
14030              From: Nicholas Clark <nick@ccl4.org>
14031              Date: Sat, 28 Oct 2000 00:31:02 +0100
14032              Message-ID: <20001028003101.A54517@plum.flirble.org>
14033      Branch: perl
14034            ! Makefile.SH
14035 ____________________________________________________________________________
14036 [  7467] By: jhi                                   on 2000/10/28  17:05:31
14037         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
14038              From: lvirden@cas.org
14039              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
14040              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
14041      Branch: perl
14042            ! README.os2
14043 ____________________________________________________________________________
14044 [  7466] By: jhi                                   on 2000/10/28  16:09:16
14045         Log: Upgrade to CPAN 1.58_55.
14046              
14047              Subject: CPAN.pm status
14048              From: andreas.koenig@anima.de (Andreas J. Koenig) 
14049              Date: 28 Oct 2000 08:18:00 +0200 
14050              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
14051      Branch: perl
14052            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
14053 ____________________________________________________________________________
14054 [  7465] By: jhi                                   on 2000/10/28  16:02:47
14055         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
14056      Branch: perl
14057            ! embed.h embed.pl perl.h proto.h toke.c
14058 ____________________________________________________________________________
14059 [  7464] By: nick                                  on 2000/10/28  10:43:44
14060         Log: Fix for sv_2iv() on "shared" value from keys %hash.
14061      Branch: perl
14062            ! sv.c
14063 ____________________________________________________________________________
14064 [  7463] By: jhi                                   on 2000/10/27  16:18:29
14065         Log: Update Changes.
14066      Branch: perl
14067            ! Changes patchlevel.h
14068 ____________________________________________________________________________
14069 [  7462] By: jhi                                   on 2000/10/27  16:17:44
14070         Log: Too enthusiastic editing in #7460.
14071      Branch: metaconfig
14072            ! U/modified/Oldsym.U
14073      Branch: perl
14074            ! Configure config_h.SH
14075 ____________________________________________________________________________
14076 [  7461] By: jhi                                   on 2000/10/27  15:37:38
14077         Log: Retract #7459, the script needs more work.
14078      Branch: perl
14079            - mkreef
14080            ! MANIFEST
14081 ____________________________________________________________________________
14082 [  7460] By: jhi                                   on 2000/10/27  15:23:14
14083         Log: Use $sort, $uniq (and $tr) consistently as wondered
14084              by Nicholas Clark.
14085      Branch: metaconfig
14086            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
14087            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
14088            ! U/modified/libc.U
14089      Branch: perl
14090            ! Configure config_h.SH
14091 ____________________________________________________________________________
14092 [  7459] By: jhi                                   on 2000/10/27  15:02:07
14093         Log: (Retracted by #7461)
14094              
14095              Add a shell script for creating/removing symbolic link farms,
14096              useful for keeping the source code read-only and doing the
14097              builds somewhere else.
14098      Branch: perl
14099            + mkreef
14100            ! MANIFEST
14101 ____________________________________________________________________________
14102 [  7458] By: jhi                                   on 2000/10/27  14:42:20
14103         Log: Do away with the fix_pl.
14104      Branch: perl
14105            - fix_pl
14106            ! MANIFEST Makefile.SH
14107 ____________________________________________________________________________
14108 [  7457] By: jhi                                   on 2000/10/27  12:43:13
14109         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
14110              From: Jens Hamisch <jens@Strawberry.COM>
14111              Date: Fri, 27 Oct 2000 14:38:21 +0200
14112              Message-Id: <20001027143821.B3366@Strawberry.COM>
14113      Branch: perl
14114            ! perl.h
14115 ____________________________________________________________________________
14116 [  7456] By: jhi                                   on 2000/10/27  12:33:42
14117         Log: Subject: [PATCH] todo
14118              From: Nicholas Clark <nick@ccl4.org>
14119              Date: Thu, 26 Oct 2000 22:32:29 +0100
14120              Message-ID: <20001026223229.A44540@plum.flirble.org>
14121      Branch: perl
14122            ! pod/perltodo.pod
14123 ____________________________________________________________________________
14124 [  7455] By: jhi                                   on 2000/10/27  12:02:21
14125         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
14126              From: John Tobey <jtobey@john-edwin-tobey.org>
14127              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
14128              Message-Id: <m13ozHF-000FObC@feynman.localnet>
14129      Branch: perl
14130            ! op.c t/pragma/sub_lval.t
14131 ____________________________________________________________________________
14132 [  7454] By: jhi                                   on 2000/10/27  11:59:42
14133         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
14134              From: sthoenna@efn.org
14135              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
14136              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
14137      Branch: perl
14138            ! pp.c t/op/assignwarn.t
14139 ____________________________________________________________________________
14140 [  7453] By: jhi                                   on 2000/10/27  00:15:08
14141         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
14142      Branch: perl
14143            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
14144            ! ext/Storable/Storable.xs t/lib/st-lock.t
14145 ____________________________________________________________________________
14146 [  7452] By: jhi                                   on 2000/10/26  13:05:52
14147         Log: Undo #7451, this seems to be a deficiency in Perforce,
14148              there is no per-file line-terminator type, only per-client.
14149      Branch: perl
14150            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
14151            ! win32/makefile.mk
14152 ____________________________________________________________________________
14153 [  7451] By: jhi                                   on 2000/10/26  04:56:03
14154         Log: Experimenting in DOS arcana.
14155      Branch: perl
14156            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
14157            ! win32/makefile.mk
14158 ____________________________________________________________________________
14159 [  7450] By: jhi                                   on 2000/10/26  04:50:52
14160         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
14161              From: "Peter J. Farley III" <pjfarley@banet.net>            
14162              Date: Wed, 25 Oct 2000 23:10:18 -0400
14163              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
14164      Branch: perl
14165            ! t/io/open.t
14166 ____________________________________________________________________________
14167 [  7449] By: jhi                                   on 2000/10/26  04:49:16
14168         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
14169              From: Hugo <hv@crypt.compulink.co.uk>
14170              Date: Thu, 26 Oct 2000 01:55:17 +0100
14171              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
14172              
14173              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
14174      Branch: perl
14175            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
14176 ____________________________________________________________________________
14177 [  7448] By: jhi                                   on 2000/10/26  04:38:36
14178         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
14179              From: Peter Prymmer <pvhp@forte.com>
14180              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
14181              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
14182      Branch: perl
14183            ! configure.com
14184 ____________________________________________________________________________
14185 [  7447] By: jhi                                   on 2000/10/25  23:20:02
14186         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
14187              in platforms that strictly require all the symbols being present
14188              at link time.
14189      Branch: perl
14190            ! handy.h
14191 ____________________________________________________________________________
14192 [  7446] By: jhi                                   on 2000/10/25  21:55:57
14193         Log: Update Changes.
14194      Branch: perl
14195            ! Changes patchlevel.h
14196 ____________________________________________________________________________
14197 [  7445] By: jhi                                   on 2000/10/25  21:27:08
14198         Log: Integrate with vmsperl #7430 by Charles Bailey:
14199              
14200              Cleanup from prior patch (Charles Lane?):
14201              - improve handling of MFDs in Basename and Path
14202              - default to no xsubpp line # munging when building debug images
14203      Branch: perl
14204           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
14205 ____________________________________________________________________________
14206 [  7444] By: jhi                                   on 2000/10/25  21:03:50
14207         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
14208              From: John Peacock <JPeacock@UnivPress.com>
14209              Date: Thu, 18 May 2000 11:55:27 -0400
14210              Message-ID: <3924126F.A58BE57A@UnivPress.com>
14211      Branch: perl
14212            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
14213            ! t/op/write.t
14214 ____________________________________________________________________________
14215 [  7443] By: jhi                                   on 2000/10/25  20:43:10
14216         Log: Temporary stopgap for the self-tying issue: for now only
14217              array and hash self-ties are verboten.  The real fix, of
14218              course, would be to comprehensively test (and implement?)
14219              and debug (and document) self-ties.
14220      Branch: perl
14221            ! pod/perldiag.pod pp_sys.c t/op/tie.t
14222 ____________________________________________________________________________
14223 [  7442] By: jhi                                   on 2000/10/25  20:14:30
14224         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
14225              From: Dan Sugalski <dan@sidhe.org>
14226              Date: Wed, 25 Oct 2000 13:36:35 -0400
14227              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
14228              
14229              plus regen global.sym.
14230      Branch: perl
14231            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
14232            ! thrdvar.h util.c
14233 ____________________________________________________________________________
14234 [  7441] By: jhi                                   on 2000/10/25  20:12:20
14235         Log: buildtoc target tweaks.
14236      Branch: perl
14237            ! pod/Makefile.SH
14238 ____________________________________________________________________________
14239 [  7440] By: jhi                                   on 2000/10/25  20:03:53
14240         Log: A new version of making the syslog test more robust.
14241              (Replaces #7421.)
14242              
14243              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
14244              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14245              Date: Wed, 25 Oct 2000 12:13:54 -0400
14246              Message-ID: <20001025121354.B2264@O2.chapin.edu>
14247      Branch: perl
14248            ! t/lib/syslog.t
14249 ____________________________________________________________________________
14250 [  7439] By: jhi                                   on 2000/10/25  20:00:48
14251         Log: Continue the internal UTF-8 API tweaking.
14252              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
14253              used much more than the simpler API, now called utf8_to_uv_simple().
14254              Still not quite happy with API, too much partial duplication
14255              of functionality.
14256      Branch: perl
14257            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
14258            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
14259            ! regcomp.c regexec.c sv.c toke.c utf8.c
14260 ____________________________________________________________________________
14261 [  7438] By: jhi                                   on 2000/10/25  18:52:30
14262         Log: Allow poking holes at the UTF-8 decoding strictness.
14263      Branch: perl
14264            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
14265            ! utf8.h
14266 ____________________________________________________________________________
14267 [  7437] By: jhi                                   on 2000/10/25  13:53:05
14268         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
14269              UTF8LEN() and UTF8SKIP(). 
14270      Branch: perl
14271            ! pp.c utf8.c utf8.h
14272 ____________________________________________________________________________
14273 [  7436] By: jhi                                   on 2000/10/25  13:51:37
14274         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
14275              From: Nicholas Clark <nick@ccl4.org>
14276              Date: Wed, 25 Oct 2000 14:44:05 +0100
14277              Message-ID: <20001025144404.D27253@plum.flirble.org>
14278      Branch: perl
14279            ! pod/perlrun.pod
14280 ____________________________________________________________________________
14281 [  7435] By: jhi                                   on 2000/10/25  13:49:32
14282         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
14283              From: Mike Guy <mjtg@cam.ac.uk>
14284              Date: Tue, 24 Oct 2000 14:59:40 +0100
14285              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
14286      Branch: perl
14287            ! scope.c
14288 ____________________________________________________________________________
14289 [  7434] By: jhi                                   on 2000/10/25  13:48:41
14290         Log: AIX is picky about its symbol exports.  Solution for now
14291              is to include the deb.o explicitly to the re extension build.
14292              
14293              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
14294              From: Peter Prymmer <pvhp@forte.com>
14295              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
14296              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
14297      Branch: perl
14298            ! ext/re/Makefile.PL hints/aix.sh
14299 ____________________________________________________________________________
14300 [  7433] By: jhi                                   on 2000/10/25  13:46:49
14301         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
14302              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14303              Date: Wed, 25 Oct 2000 12:02:20 +0200
14304              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
14305      Branch: perl
14306            ! perlsdio.h
14307 ____________________________________________________________________________
14308 [  7432] By: jhi                                   on 2000/10/25  13:44:28
14309         Log: Subject: Minor update to find2perl, for portability
14310              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
14311              Date: Wed, 25 Oct 2000 12:05:47 +0100
14312              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
14313      Branch: perl
14314            ! x2p/find2perl.PL
14315 ____________________________________________________________________________
14316 [  7431] By: jhi                                   on 2000/10/25  13:40:39
14317         Log: Add targets to Makefile.SH, most importantly
14318              'regen_all' which also remembers to update vms/perly*.
14319      Branch: perl
14320            ! Makefile.SH
14321 ____________________________________________________________________________
14322 [  7430] By: bailey                                on 2000/10/25  03:13:53
14323         Log: Cleanup from prior patch (Charles Lane?):
14324              - improve handling of MFDs in Basename and Path
14325              - default to no xsubpp line # munging when building debug images
14326      Branch: vmsperl
14327            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
14328 ____________________________________________________________________________
14329 [  7429] By: jhi                                   on 2000/10/24  20:03:40
14330         Log: Podify README.epoc and README.vos.
14331      Branch: perl
14332            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
14333            ! pod/perlport.pod pod/perltoc.pod
14334 ____________________________________________________________________________
14335 [  7428] By: jhi                                   on 2000/10/24  19:10:33
14336         Log: Stratus VOS updates from Paul Green.
14337      Branch: perl
14338            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14339            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
14340            - vos/config.def vos/config.h vos/config_h.SH_orig
14341            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
14342            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
14343 ____________________________________________________________________________
14344 [  7427] By: jhi                                   on 2000/10/24  18:59:48
14345         Log: Check if stdio supports tweaking lval and cnt simultaneously.
14346              
14347              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
14348              From: Nicholas Clark <nick@ccl4.org>
14349              Date: Mon, 23 Oct 2000 15:39:32 +0100
14350              Message-ID: <20001023153932.A10786@plum.flirble.org>
14351      Branch: metaconfig
14352            ! U/compline/d_stdstdio.U
14353      Branch: perl
14354            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14355            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
14356            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
14357            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
14358            ! vos/config.h vos/config_h.SH_orig win32/config.bc
14359            ! win32/config.gc win32/config.vc
14360 ____________________________________________________________________________
14361 [  7426] By: jhi                                   on 2000/10/24  17:57:44
14362         Log: Missed the header file changes from #7425.
14363      Branch: perl
14364            ! embed.h embed.pl objXSUB.h proto.h
14365 ____________________________________________________________________________
14366 [  7425] By: jhi                                   on 2000/10/24  17:55:17
14367         Log: Fix the bug reported in
14368              
14369              From: andreas.koenig@anima.de (Andreas J. Koenig)
14370              Subject: Encode bug?
14371              Date: 24 Oct 2000 14:01:26 +0200 
14372              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
14373              
14374              Also make is_utf8_char() stricter.
14375      Branch: perl
14376            ! ext/Encode/Encode.xs utf8.c
14377 ____________________________________________________________________________
14378 [  7424] By: jhi                                   on 2000/10/24  15:15:39
14379         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
14380              From: Peter Scott <Peter@PSDT.com>
14381              Date: Mon, 23 Oct 2000 19:46:01 -0700
14382              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
14383      Branch: perl
14384            ! pod/perlfaq5.pod
14385 ____________________________________________________________________________
14386 [  7423] By: jhi                                   on 2000/10/24  14:25:30
14387         Log: Test tweak to avoid pulling in the whole Config.
14388      Branch: perl
14389            ! t/lib/st-lock.t
14390 ____________________________________________________________________________
14391 [  7422] By: jhi                                   on 2000/10/24  14:03:16
14392         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
14393      Branch: perl
14394            ! pp.c
14395 ____________________________________________________________________________
14396 [  7421] By: jhi                                   on 2000/10/24  13:32:09
14397         Log: (Replaced by #7440.)
14398              
14399              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
14400              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14401              Date: Mon, 23 Oct 2000 16:40:54 -0400
14402              Message-ID: <20001023164054.B14491@O2.chapin.edu>
14403      Branch: perl
14404            ! t/lib/syslog.t
14405 ____________________________________________________________________________
14406 [  7420] By: jhi                                   on 2000/10/24  13:30:53
14407         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
14408              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14409              Date: Mon, 23 Oct 2000 17:29:03 -0400
14410              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
14411      Branch: perl
14412            ! lib/ExtUtils/MM_Unix.pm
14413 ____________________________________________________________________________
14414 [  7419] By: jhi                                   on 2000/10/24  13:29:57
14415         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
14416              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14417              Date: Mon, 23 Oct 2000 19:01:32 -0400
14418              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
14419      Branch: perl
14420            ! utils/h2xs.PL
14421 ____________________________________________________________________________
14422 [  7418] By: jhi                                   on 2000/10/24  13:26:04
14423         Log: Replace #7409 with
14424              
14425              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
14426              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
14427              Date: Mon, 23 Oct 2000 20:08:56 +0200
14428              Message-ID: <20001023200855.A14850@nice.ram.loc>
14429      Branch: perl
14430            ! ext/Storable/Storable.pm t/lib/st-lock.t
14431 ____________________________________________________________________________
14432 [  7417] By: jhi                                   on 2000/10/24  13:17:52
14433         Log: Run vms/vms_yfix.pl, should have done that after changing
14434              perly.c in #7382.
14435      Branch: perl
14436            ! vms/perly_c.vms vms/perly_h.vms
14437 ____________________________________________________________________________
14438 [  7416] By: jhi                                   on 2000/10/24  02:55:33
14439         Log: Make the UTF-8 decoding stricter and more verbose when
14440              malformation happens.  This involved adding an argument
14441              to utf8_to_uv_chk(), which involved changing its prototype,
14442              and prefer STRLEN over I32 for the UTF-8 length, which as
14443              a domino effect necessitated changing the prototypes of
14444              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
14445              The stricter UTF-8 decoding checking uses Markus Kuhn's
14446              UTF-8 Decode Stress Tester from
14447              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
14448      Branch: perl
14449            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
14450            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
14451            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
14452            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
14453 ____________________________________________________________________________
14454 [  7415] By: jhi                                   on 2000/10/23  14:06:06
14455         Log: Update Changes.
14456      Branch: perl
14457            ! Changes patchlevel.h
14458 ____________________________________________________________________________
14459 [  7414] By: jhi                                   on 2000/10/23  12:39:52
14460         Log: Undo the basename() part of #7412 since the lib/basename
14461              tests would need upgrading too.
14462      Branch: perl
14463            ! lib/File/Basename.pm
14464 ____________________________________________________________________________
14465 [  7413] By: jhi                                   on 2000/10/23  12:19:27
14466         Log: Document PERL_INSTALL_ROOT of #7210.
14467      Branch: perl
14468            ! lib/ExtUtils/Install.pm
14469 ____________________________________________________________________________
14470 [  7412] By: jhi                                   on 2000/10/23  12:16:47
14471         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
14472      Branch: perl
14473            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
14474            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
14475 ____________________________________________________________________________
14476 [  7411] By: jhi                                   on 2000/10/23  12:07:41
14477         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
14478              From: Prymmer/Kahn <pvhp@best.com>
14479              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
14480              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
14481      Branch: perl
14482            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
14483 ____________________________________________________________________________
14484 [  7410] By: jhi                                   on 2000/10/23  04:10:11
14485         Log: The change #7187 was not so good on VMS.
14486              
14487              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
14488              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14489              Date: Sun, 22 Oct 2000 23:03:08 -0500
14490              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
14491      Branch: perl
14492            ! utils/perldoc.PL
14493 ____________________________________________________________________________
14494 [  7409] By: jhi                                   on 2000/10/23  03:57:36
14495         Log: Avoid Storable locking on DJGPP for now.
14496              
14497              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
14498              From: "Peter J. Farley III" <pjfarley@banet.net>
14499              Date: Sun, 22 Oct 2000 20:00:00 -0400
14500              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
14501      Branch: perl
14502            ! ext/Storable/Storable.pm t/lib/st-lock.t
14503 ____________________________________________________________________________
14504 [  7408] By: jhi                                   on 2000/10/23  03:50:24
14505         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
14506              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
14507              Date: Sun, 22 Oct 2000 21:12:22 -0400
14508              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
14509      Branch: perl
14510            ! lib/vars.pm
14511 ____________________________________________________________________________
14512 [  7407] By: jhi                                   on 2000/10/23  03:43:12
14513         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
14514              From: Hugo <hv@crypt.compulink.co.uk>
14515              Date: Mon, 23 Oct 2000 00:47:22 +0100
14516              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
14517      Branch: perl
14518            ! regexec.c t/op/pat.t
14519 ____________________________________________________________________________
14520 [  7406] By: jhi                                   on 2000/10/23  03:40:29
14521         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
14522      Branch: perl
14523            ! lib/ExtUtils/MakeMaker.pm
14524 ____________________________________________________________________________
14525 [  7405] By: jhi                                   on 2000/10/22  21:32:00
14526         Log: Doc patch.
14527              
14528              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
14529              From: rspier@pobox.com (Robert Spier)
14530              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
14531              Message-ID: <14835.16112.13457.447971@rls.cx>
14532      Branch: perl
14533            ! lib/strict.pm
14534 ____________________________________________________________________________
14535 [  7404] By: jhi                                   on 2000/10/22  21:30:51
14536         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
14537              From: rspier@pobox.com (Robert Spier)
14538              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
14539              Message-ID: <14835.17223.72448.705566@rls.cx>
14540      Branch: perl
14541            ! lib/ExtUtils/MakeMaker.pm
14542 ____________________________________________________________________________
14543 [  7403] By: jhi                                   on 2000/10/22  21:24:11
14544         Log: Subject: [PATCH bleadperl] ripples from constsub patch
14545              From: John Tobey <jtobey@john-edwin-tobey.org>
14546              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
14547              Message-Id: <m13nSOB-000FObC@feynman.localnet>
14548      Branch: perl
14549            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
14550 ____________________________________________________________________________
14551 [  7402] By: jhi                                   on 2000/10/22  20:59:35
14552         Log: Support s?printf parameter reordering.
14553      Branch: perl
14554            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
14555 ____________________________________________________________________________
14556 [  7401] By: jhi                                   on 2000/10/22  19:19:14
14557         Log: Expand %Config variables only if explicitly so requested
14558              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
14559              
14560              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
14561              From: Gurusamy Sarathy <gsar@ActiveState.com>
14562              Date: Sun, 22 Oct 2000 11:47:32 -0700
14563              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
14564      Branch: perl
14565            ! Makefile.SH lib/lib_pm.PL
14566 ____________________________________________________________________________
14567 [  7400] By: jhi                                   on 2000/10/22  18:24:10
14568         Log: Move the #7390 test from warn/op to comp/redef.
14569              
14570              Subject: Re: Creating const subs for constants.
14571              From: John Tobey <jtobey@john-edwin-tobey.org>
14572              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
14573              Message-Id: <m13nG72-000FObC@feynman.localnet>               
14574      Branch: perl
14575            ! t/comp/redef.t t/pragma/warn/op
14576 ____________________________________________________________________________
14577 [  7399] By: jhi                                   on 2000/10/22  17:49:59
14578         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
14579              From: Nicholas Clark <nick@ccl4.org>
14580              Date: Sat, 21 Oct 2000 22:23:19 +0100
14581              Message-ID: <20001021222319.B45586@plum.flirble.org>
14582      Branch: perl
14583            ! ext/DynaLoader/DynaLoader_pm.PL
14584 ____________________________________________________________________________
14585 [  7398] By: jhi                                   on 2000/10/22  17:47:35
14586         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
14587              From: Hugo <hv@crypt.compulink.co.uk>
14588              Date: Sat, 21 Oct 2000 18:19:59 +0100
14589              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
14590      Branch: perl
14591            ! ext/B/B.pm ext/B/B/C.pm
14592 ____________________________________________________________________________
14593 [  7397] By: jhi                                   on 2000/10/22  17:35:18
14594         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
14595              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
14596              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
14597              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
14598      Branch: perl
14599            ! hints/openbsd.sh
14600 ____________________________________________________________________________
14601 [  7396] By: jhi                                   on 2000/10/22  17:19:46
14602         Log: Subject: installman go-faster stripes
14603              From: Nicholas Clark <nick@talking.bollo.cx>
14604              Date: Sat, 21 Oct 2000 17:24:53 +0100
14605              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
14606              
14607              Subject: Re: installman go-faster stripes
14608              From: Russ Allbery <rra@stanford.edu>
14609              Date: 21 Oct 2000 11:04:13 -0700
14610              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
14611      Branch: perl
14612            ! installman pod/pod2man.PL
14613 ____________________________________________________________________________
14614 [  7395] By: jhi                                   on 2000/10/22  17:17:35
14615         Log: Hints tweak from Anton Berezin.
14616      Branch: perl
14617            ! hints/freebsd.sh
14618 ____________________________________________________________________________
14619 [  7394] By: jhi                                   on 2000/10/22  04:50:04
14620         Log: Tweak the Is* definitions of Unicode character classes
14621              to better match the official categorizations; embrace
14622              the official categorizations; add the combining marks
14623              as alpha (and -numeric); fix DCinital (a typo and edito)
14624              to be DCmedial.
14625      Branch: perl
14626            + lib/unicode/Is/DCmedial.pl
14627            - lib/unicode/Is/DCinital.pl
14628            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
14629            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
14630            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
14631            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
14632 ____________________________________________________________________________
14633 [  7393] By: jhi                                   on 2000/10/21  18:06:05
14634         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
14635              From: Daniel Chetlin <daniel@chetlin.com>
14636              Date: Sat, 21 Oct 2000 02:57:03 -0700
14637              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
14638      Branch: perl
14639            + t/lib/tie-splice.t
14640            ! MANIFEST lib/Tie/Array.pm
14641 ____________________________________________________________________________
14642 [  7392] By: gsar                                  on 2000/10/21  18:05:15
14643         Log: resync utfperl branch with mainline
14644      Branch: utfperl
14645           !> (integrate 1760 files)
14646 ____________________________________________________________________________
14647 [  7391] By: jhi                                   on 2000/10/21  14:37:49
14648         Log: Testcases for a #7383,#7385 related bug.
14649              
14650              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
14651              From: Nicholas Clark <nick@ccl4.org>
14652              Date: Sat, 21 Oct 2000 15:04:51 +0100
14653              Message-ID: <20001021150451.A51566@plum.flirble.org>
14654      Branch: perl
14655            ! t/pragma/utf8.t
14656 ____________________________________________________________________________
14657 [  7390] By: jhi                                   on 2000/10/21  14:35:57
14658         Log: Add a testcase for #7389.
14659      Branch: perl
14660            ! t/pragma/warn/op
14661 ____________________________________________________________________________
14662 [  7389] By: jhi                                   on 2000/10/21  14:26:45
14663         Log: Subject: Re: Creating const subs for constants.
14664              From: John Tobey <jtobey@john-edwin-tobey.org>
14665              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
14666              Message-Id: <m13mo0N-000FObC@feynman.localnet>
14667      Branch: perl
14668            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
14669            ! proto.h sv.c
14670 ____________________________________________________________________________
14671 [  7388] By: nick                                  on 2000/10/21  11:44:23
14672         Log: Populate perlio branch
14673      Branch: perlio
14674           +> (branch 1760 files)
14675 ____________________________________________________________________________
14676 [  7387] By: nick                                  on 2000/10/21  10:52:05
14677         Log: Get branch back as replica of mainline via :
14678              p4 integrate -b utfperl
14679              p4 resolve -at ./...
14680      Branch: utfperl
14681           +> (branch 269 files)
14682            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
14683            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
14684            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
14685            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
14686            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
14687            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
14688            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
14689            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
14690            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
14691            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
14692            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
14693            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
14694            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
14695            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
14696            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
14697            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
14698            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
14699            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
14700            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
14701            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
14702            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
14703            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
14704            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
14705            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
14706            - lib/unicode/UCD300.html lib/unicode/Unicode.300
14707            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
14708            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
14709            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
14710            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
14711           !> (integrate 965 files)
14712 ____________________________________________________________________________
14713 [  7386] By: jhi                                   on 2000/10/21  01:31:12
14714         Log: Update Changes.
14715      Branch: perl
14716            ! Changes patchlevel.h
14717 ____________________________________________________________________________
14718 [  7385] By: jhi                                   on 2000/10/21  01:28:42
14719         Log: The #7383 was right only in the context of the original bug report,
14720              not in more general case.
14721      Branch: perl
14722            ! pp_hot.c
14723 ____________________________________________________________________________
14724 [  7384] By: jhi                                   on 2000/10/21  01:08:23
14725         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
14726      Branch: perl
14727            ! ext/IO/lib/IO/Select.pm
14728 ____________________________________________________________________________
14729 [  7383] By: jhi                                   on 2000/10/21  00:44:18
14730         Log: Fix for ID 20001020.006, concatenating an unset submatch
14731              with utf8 resulted in "Modification of a read-only value".
14732      Branch: perl
14733            ! pp_hot.c t/pragma/utf8.t
14734 ____________________________________________________________________________
14735 [  7382] By: jhi                                   on 2000/10/20  20:44:31
14736         Log: Make scan_num() reëntrant, as suggested in
14737              
14738              Subject: [PATCH perl@7229] Rentrant parser and yylex()
14739              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14740              Date: Fri, 20 Oct 2000 14:17:27 +0100
14741              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
14742      Branch: perl
14743            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
14744            ! toke.c
14745 ____________________________________________________________________________
14746 [  7381] By: jhi                                   on 2000/10/20  20:07:29
14747         Log: Reëntrancy fix.
14748              
14749              Subject: [PATCH perl@7229] Rentrant parser and yylex()
14750              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14751              Date: Fri, 20 Oct 2000 14:17:27 +0100
14752              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
14753      Branch: perl
14754            ! embed.h embed.pl perl.h proto.h toke.c
14755 ____________________________________________________________________________
14756 [  7380] By: jhi                                   on 2000/10/20  19:15:54
14757         Log: Don't write double values through long double pointers,
14758              based on a part of
14759              
14760              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
14761              From: Jens Hamisch <jens@Strawberry.COM>
14762              Date: Tue, 17 Oct 2000 08:39:36 +0200
14763              Message-Id: <20001017083936.A11104@Strawberry.COM>
14764      Branch: perl
14765            ! perl.h pp.c
14766 ____________________________________________________________________________
14767 [  7379] By: jhi                                   on 2000/10/20  18:43:37
14768         Log: Portability tweak on #7377.
14769              
14770              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
14771              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14772              Date:     Fri, 20 Oct 2000 13:13:41 EDT
14773              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
14774      Branch: perl
14775            ! t/lib/dprof.t
14776 ____________________________________________________________________________
14777 [  7378] By: jhi                                   on 2000/10/20  12:57:19
14778         Log: SOCKS function redefinitions need prototypes, too, otherwise
14779              for example 32 bit versus 64 bit differences cause a lot of
14780              problems.  Part of
14781              
14782              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
14783              From: Jens Hamisch <jens@Strawberry.COM>
14784              Date: Tue, 17 Oct 2000 08:39:36 +0200
14785              Message-Id: <20001017083936.A11104@Strawberry.COM>
14786      Branch: perl
14787            ! doio.c pp_sys.c
14788 ____________________________________________________________________________
14789 [  7377] By: jhi                                   on 2000/10/20  12:37:12
14790         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
14791              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14792              Date:     Fri, 20 Oct 2000 08:26:04 EDT
14793              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
14794      Branch: perl
14795            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
14796 ____________________________________________________________________________
14797 [  7376] By: jhi                                   on 2000/10/20  12:35:31
14798         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
14799              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14800              Date:     Fri, 20 Oct 2000 07:48:15 EDT
14801              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
14802      Branch: perl
14803            ! configure.com vms/gen_shrfls.pl
14804 ____________________________________________________________________________
14805 [  7375] By: bailey                                on 2000/10/20  04:44:37
14806         Log: SYN SYN
14807      Branch: vmsperl
14808           +> (branch 134 files)
14809            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
14810            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
14811            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
14812            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
14813            - eg/cgi/frameset.cgi eg/cgi/index.html
14814            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
14815            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
14816            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
14817            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
14818            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
14819            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
14820            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
14821            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
14822            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
14823            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
14824            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
14825            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
14826            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
14827            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
14828            - lib/unicode/Props.txt lib/unicode/UCD300.html
14829            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
14830            - utils/perlbc.PL vms/subconfigure.com
14831           !> (integrate 785 files)
14832 ____________________________________________________________________________
14833 [  7374] By: jhi                                   on 2000/10/20  00:59:48
14834         Log: In the latest compiler builds cccdlflags must not become -fpic,
14835              from Wilfredo Sánchez.
14836      Branch: perl
14837            ! hints/darwin.sh
14838 ____________________________________________________________________________
14839 [  7373] By: jhi                                   on 2000/10/20  00:56:35
14840         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
14841              From: Tony Cook <tony@develop-help.com>
14842              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
14843              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
14844      Branch: perl
14845            ! pod/perlop.pod
14846 ____________________________________________________________________________
14847 [  7372] By: jhi                                   on 2000/10/19  19:34:40
14848         Log: Typo noted by Mark Lutz.
14849      Branch: perl
14850            ! t/op/64bitint.t
14851 ____________________________________________________________________________
14852 [  7371] By: jhi                                   on 2000/10/19  19:33:13
14853         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
14854      Branch: metaconfig
14855            ! U/modified/Cppsym.U U/modified/Oldconfig.U
14856      Branch: metaconfig/U/perl
14857            ! End.U dlsrc.U libperl.U
14858      Branch: perl
14859            + hints/nonstopux.sh
14860            ! Configure MANIFEST config_h.SH
14861 ____________________________________________________________________________
14862 [  7370] By: jhi                                   on 2000/10/19  17:18:08
14863         Log: Subject: PATCH do_print has 2 PerlIO_error()s
14864              From: nick@ccl4.org
14865              Date: Thu, 19 Oct 2000 18:09:20 +0100
14866              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
14867      Branch: perl
14868            ! doio.c
14869 ____________________________________________________________________________
14870 [  7369] By: jhi                                   on 2000/10/19  14:01:49
14871         Log: Update Changes.
14872      Branch: perl
14873            ! Changes patchlevel.h
14874 ____________________________________________________________________________
14875 [  7368] By: jhi                                   on 2000/10/19  13:04:29
14876         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
14877              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14878              Date: Wed, 18 Oct 2000 13:12:01 +0200
14879              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
14880      Branch: perl
14881            ! hints/aix.sh
14882 ____________________________________________________________________________
14883 [  7367] By: jhi                                   on 2000/10/19  02:22:40
14884         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
14885              of a 'pmshort' anywhere in the B, so the offending line was simply
14886              removed.
14887      Branch: perl
14888            ! ext/B/B/Debug.pm
14889 ____________________________________________________________________________
14890 [  7366] By: jhi                                   on 2000/10/19  02:12:37
14891         Log: Add the test case for the bug id 20000730.004 which seems
14892              to have been fixed by now.
14893      Branch: perl
14894            ! t/pragma/utf8.t
14895 ____________________________________________________________________________
14896 [  7365] By: jhi                                   on 2000/10/18  23:36:24
14897         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
14898              From: Hugo <hv@crypt.compulink.co.uk>
14899              Date: Wed, 18 Oct 2000 23:25:58 +0100
14900              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
14901      Branch: perl
14902            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
14903 ____________________________________________________________________________
14904 [  7364] By: jhi                                   on 2000/10/18  21:12:53
14905         Log: (retracted)
14906      Branch: perl
14907            ! pp.c
14908 ____________________________________________________________________________
14909 [  7363] By: jhi                                   on 2000/10/18  20:55:38
14910         Log: Missing change from #7362.
14911      Branch: perl
14912            ! win32/perlhost.h
14913 ____________________________________________________________________________
14914 [  7362] By: jhi                                   on 2000/10/18  20:52:01
14915         Log: Borland C fstat() never saw the fd as writable.
14916              
14917              Subject: fix for Borland's weak "stat" (perl@7211)
14918              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
14919              Date: Mon, 16 Oct 2000 09:55:03 +0400
14920              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
14921      Branch: perl
14922            ! win32/win32.c
14923 ____________________________________________________________________________
14924 [  7361] By: jhi                                   on 2000/10/18  17:43:50
14925         Log: Regen toc.
14926      Branch: perl
14927            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
14928 ____________________________________________________________________________
14929 [  7360] By: jhi                                   on 2000/10/18  17:07:44
14930         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14931              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
14932              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
14933              Date: Mon, 16 Oct 2000 15:19:49 +0200
14934      Branch: perl
14935            + README.aix
14936            ! MANIFEST
14937 ____________________________________________________________________________
14938 [  7359] By: jhi                                   on 2000/10/18  17:04:49
14939         Log: Subject: Pod patch for Devel::Peek
14940              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14941              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
14942              Date: Mon, 16 Oct 2000 12:26:34 +0200
14943      Branch: perl
14944            ! ext/Devel/Peek/Peek.pm
14945 ____________________________________________________________________________
14946 [  7358] By: jhi                                   on 2000/10/18  17:03:15
14947         Log: Make Cwd more bulletproof in chrooted environments.
14948              
14949              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
14950              From: "Eric E. Coe" <Eric.Coe@oracle.com>
14951              Date: Wed, 18 Oct 2000 04:03:54 -0400
14952              Message-Id: <39ED596A.70E599FE@oracle.com>
14953      Branch: perl
14954            ! lib/Cwd.pm
14955 ____________________________________________________________________________
14956 [  7357] By: jhi                                   on 2000/10/18  16:37:26
14957         Log: Disable the UTF8 downgrade croakage for now to avoid
14958              too many not okay messages.
14959      Branch: perl
14960            ! doio.c
14961 ____________________________________________________________________________
14962 [  7356] By: jhi                                   on 2000/10/17  23:29:41
14963         Log: Show the failed remote port, instead of the failing line number.
14964              
14965              Subject: [PATCH 5.6.1 Debugger] More diagnostics
14966              From: David Sparks <daves@ActiveState.com>
14967              Date: Tue, 17 Oct 2000 15:00:24 -0700
14968              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
14969      Branch: perl
14970            ! lib/perl5db.pl
14971 ____________________________________________________________________________
14972 [  7355] By: jhi                                   on 2000/10/17  14:11:31
14973         Log: On output try to downgrade to bytes, croak if impossible,
14974              from Simon Cozens.  This means that outputting >255 UTF8
14975              is impossible.  Consider this as a strong incentive to get
14976              the I/O disciplines implemented.
14977      Branch: perl
14978            ! doio.c pod/perldiag.pod sv.c
14979 ____________________________________________________________________________
14980 [  7354] By: jhi                                   on 2000/10/17  13:42:23
14981         Log: Clarify documentation on 'use bytes'.
14982              
14983              Subject: Re: What does 'use bytes' "mean" ?
14984              From: Simon Cozens <simon@cozens.net>
14985              Date: Mon, 18 Sep 2000 18:24:25 +0100
14986              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
14987      Branch: perl
14988            ! lib/bytes.pm
14989 ____________________________________________________________________________
14990 [  7353] By: jhi                                   on 2000/10/17  13:28:12
14991         Log: Workaround for a sfio bug where the stream error indicator
14992              is not cleared as documented.
14993              
14994              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
14995              From: Nicholas Clark <nick@ccl4.org>
14996              Date: Mon, 16 Oct 2000 18:28:23 +0100
14997              Message-ID: <20001016182823.J19700@plum.flirble.org>
14998      Branch: perl
14999            ! doio.c
15000 ____________________________________________________________________________
15001 [  7352] By: jhi                                   on 2000/10/17  13:06:19
15002         Log: More IoTYPE sprinkling.
15003      Branch: perl
15004            ! doio.c pp_hot.c
15005 ____________________________________________________________________________
15006 [  7351] By: jhi                                   on 2000/10/16  22:47:07
15007         Log: Detect early whether the std streams have gone bad.
15008              
15009              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
15010              Date: Mon, 16 Oct 2000 23:28:42 +0100
15011              From: Nicholas Clark <nick@ccl4.org>
15012              Message-ID: <20001016232842.A37942@plum.flirble.org>
15013      Branch: perl
15014            ! t/op/misc.t
15015 ____________________________________________________________________________
15016 [  7350] By: jhi                                   on 2000/10/16  22:45:16
15017         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
15018              From: "Peter J. Farley III" <pjfarley@banet.net>
15019              Date: Mon, 16 Oct 2000 18:15:59 -0400
15020              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
15021      Branch: perl
15022            ! djgpp/djgpp.c dosish.h t/io/open.t
15023 ____________________________________________________________________________
15024 [  7349] By: jhi                                   on 2000/10/16  22:36:45
15025         Log: perldelta tweak.
15026      Branch: perl
15027            ! pod/perldelta.pod
15028 ____________________________________________________________________________
15029 [  7348] By: jhi                                   on 2000/10/16  15:17:53
15030         Log: Update Changes.
15031      Branch: perl
15032            ! Changes patchlevel.h
15033 ____________________________________________________________________________
15034 [  7347] By: jhi                                   on 2000/10/16  13:55:27
15035         Log: Add the capability to include/exclude branches.
15036      Branch: perl
15037            ! Porting/genlog
15038 ____________________________________________________________________________
15039 [  7346] By: jhi                                   on 2000/10/16  13:18:04
15040         Log: Add Charles Lane.
15041      Branch: perl
15042            ! AUTHORS Changes
15043 ____________________________________________________________________________
15044 [  7345] By: jhi                                   on 2000/10/16  13:13:21
15045         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
15046      Branch: perl
15047            ! pod/perldelta.pod
15048 ____________________________________________________________________________
15049 [  7344] By: gsar                                  on 2000/10/16  09:30:21
15050         Log: integrate change#6220 from cfgperl
15051              
15052              Win32 patches from Benjamin Stuhl.
15053      Branch: maint-5.6/perl
15054           !> makedef.pl win32/win32.h
15055 ____________________________________________________________________________
15056 [  7343] By: gsar                                  on 2000/10/16  08:32:19
15057         Log: integrate changes#6221,6222 from cfgperl
15058              
15059              Remove tr///CU (the feature is to be obsoleted by better interfaces).
15060              From: simon@brecon.co.uk (Simon Cozens)
15061              Subject: [PATCH] Eliminate tr///[CU][CU]
15062              Date: 23 Jun 2000 11:05:40 GMT
15063              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
15064              
15065              doc typo fix
15066              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
15067              From: Ian Phillipps <Ian.Phillipps@iname.com>
15068              Date: Fri, 23 Jun 2000 10:40:58 +0100
15069              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
15070      Branch: maint-5.6/perl
15071           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
15072 ____________________________________________________________________________
15073 [  7342] By: gsar                                  on 2000/10/16  08:28:08
15074         Log: integrate change#6217 from cfgperl (in part)
15075              
15076              Rename the fdpid locking and integrate with Sarathy.
15077      Branch: maint-5.6/perl
15078           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
15079           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
15080           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
15081           !> win32/win32.c
15082 ____________________________________________________________________________
15083 [  7341] By: gsar                                  on 2000/10/16  08:23:39
15084         Log: integrate changes#6214..6216 from mainline
15085              
15086              @_ can't have junk in it even in the non-USE_ITHREADS case because
15087              caller() wants to populate @DB::args with it (causes a coredump
15088              in Carp::confess())
15089              
15090              tweak comment about @DB::args
15091              
15092              be more optimal about clearing @_
15093      Branch: maint-5.6/perl
15094           !> av.h cop.h pp_ctl.c t/op/runlevel.t
15095 ____________________________________________________________________________
15096 [  7340] By: gsar                                  on 2000/10/16  08:20:37
15097         Log: integrate changes#6207..6210 from cfgperl
15098              
15099              Subject: [PATCH 5.6.0] Threadsafe patches
15100              From: Dan Sugalski <dan@sidhe.org>
15101              To: perl5-porters@perl.org
15102              Date: Mon, 08 May 2000 18:08:13 -0400
15103              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
15104              
15105              Regen headers for #6207.
15106              
15107              Lock PL_fdpid against race conditions, based on:
15108              Subject: [PATCH 5.6.0]subprocess fixup for threads
15109              From: Dan Sugalski <dan@sidhe.org>
15110              To: perl5-porters@perl.org
15111              Date: Tue, 11 Apr 2000 17:02:32 -0400
15112              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
15113              
15114              Mopup for #6207 and #6209.
15115      Branch: maint-5.6/perl
15116           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
15117           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
15118           !> win32/win32.c
15119 ____________________________________________________________________________
15120 [  7339] By: gsar                                  on 2000/10/16  08:14:34
15121         Log: integrate change#6203 from cfgperl
15122              
15123              perldiag should refer to perlos2.pod not README.os2
15124      Branch: maint-5.6/perl
15125           !> pod/perldiag.pod
15126 ____________________________________________________________________________
15127 [  7338] By: gsar                                  on 2000/10/16  08:11:42
15128         Log: integrate change#6201 from mainline
15129              
15130              Perl_eval_pv() leaks 4 bytes every time it is called because it
15131              does a PUSHMARK that's never ever POPMARKed; in general, only
15132              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
15133              Perl_eval_[sp]v() don't because they don't take any incoming
15134              arguments (this leak has been around since the original version
15135              of perl_eval_pv() in 5.003_97e)
15136      Branch: maint-5.6/perl
15137           !> perl.c
15138 ____________________________________________________________________________
15139 [  7337] By: gsar                                  on 2000/10/16  08:08:47
15140         Log: integrate changes#6197..6200 from cfgperl
15141              
15142              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
15143              From: John Borwick <jhborwic@unity.ncsu.edu>
15144              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
15145              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
15146              
15147              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
15148              From: Dan Sugalski <dan@sidhe.org>
15149              To: vmsperl@perl.org, perl5-porters@perl.org
15150              Date: Fri, 02 Jun 2000 16:00:41 -0400
15151              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
15152              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
15153              
15154              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
15155              From: Dan Sugalski <dan@sidhe.org>
15156              To: perl5-porters@perl.org, vmsperl@perl.org
15157              Date: Fri, 02 Jun 2000 17:30:51 -0400
15158              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
15159              
15160              Update to cperl-mode.el 4.31 from
15161              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
15162              Subject: A couple of notes
15163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15164              To: Mailing list Perl5 <perl5-porters@perl.org>
15165              Date: Sat, 3 Jun 2000 23:33:32 -0400
15166              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
15167      Branch: maint-5.6/perl
15168           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
15169           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
15170           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
15171           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
15172           !> vms/vmsish.h
15173 ____________________________________________________________________________
15174 [  7336] By: gsar                                  on 2000/10/16  08:03:46
15175         Log: integrate changes#6194,6195 from mainline
15176              
15177              fix small eval"" memory leaks under USE_ITHREADS
15178              
15179              fix yet another eval"" leak under USE_ITHREADS
15180      Branch: maint-5.6/perl
15181           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
15182           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
15183           !> vms/perly_c.vms
15184 ____________________________________________________________________________
15185 [  7335] By: gsar                                  on 2000/10/16  08:02:15
15186         Log: integrate changes#6190,6191 from mainline
15187              
15188              submit missing embed.pl change
15189              
15190              vec() loses numericalness (modified version of patch suggested
15191              by Robin Barker)
15192      Branch: maint-5.6/perl
15193           !> doop.c embed.pl t/op/vec.t
15194 ____________________________________________________________________________
15195 [  7334] By: gsar                                  on 2000/10/16  08:01:03
15196         Log: integrate change#6189 from mainline
15197              
15198              counting tr/// corrupts later operation (from M.J.T Guy)
15199      Branch: maint-5.6/perl
15200           !> doop.c t/op/tr.t
15201 ____________________________________________________________________________
15202 [  7333] By: gsar                                  on 2000/10/16  07:59:07
15203         Log: integrate changes#6183..6188 from mainline
15204              
15205              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
15206              <nick@ccl4.org>)
15207              
15208              tweak for change#6127
15209              
15210              remove incorrect documentation about implicit split to @_ in
15211              list context, which never really worked in perl 5 (from
15212              M.J.T. Guy)
15213              
15214              further qualify references to "alphanumeric" (from Wolfgang Laun
15215              <wolfgang.laun@alcatel.at>)
15216              
15217              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
15218              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
15219              
15220              h2xs tweaks
15221      Branch: maint-5.6/perl
15222           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
15223           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
15224           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
15225           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
15226           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
15227           !> pod/pod2latex.PL utils/h2xs.PL
15228 ____________________________________________________________________________
15229 [  7332] By: gsar                                  on 2000/10/16  07:53:52
15230         Log: integrate change#6179 from mainline
15231              
15232              buggy modulus on UVs introduced by change#3378 (resulted in
15233              4063328477 % 65535 amounting to 27406, instead of 27407)
15234      Branch: maint-5.6/perl
15235           !> pp.c t/op/arith.t
15236 ____________________________________________________________________________
15237 [  7331] By: gsar                                  on 2000/10/16  07:52:49
15238         Log: integrate changes#6176,6177,6178,6182 from cfgperl
15239              
15240              Single-quoted utf8 patch from Simon Cozens.
15241              
15242              Substitution utf8 patch from Simon Cozens.
15243              
15244              Be cleaner.
15245              
15246              Be Cleaner Part Deux.
15247      Branch: maint-5.6/perl
15248           !> Makefile.SH pp_hot.c toke.c
15249 ____________________________________________________________________________
15250 [  7330] By: gsar                                  on 2000/10/16  07:41:36
15251         Log: integrate change#6172 from mainline
15252              
15253              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
15254              (from Ilya Zakharevich)
15255      Branch: maint-5.6/perl
15256           !> regexec.c t/op/re_tests
15257 ____________________________________________________________________________
15258 [  7329] By: gsar                                  on 2000/10/16  07:40:25
15259         Log: integrate change#6171 from mainline
15260              
15261              scalar() doesn't force scalar context when used in void context
15262              (from Simon Cozens)
15263      Branch: maint-5.6/perl
15264           !> op.c t/op/wantarray.t
15265 ____________________________________________________________________________
15266 [  7328] By: gsar                                  on 2000/10/16  07:39:33
15267         Log: integrate change#6170 from mainline
15268              
15269              change#6142 needs tweaks to tests to work where there's no
15270              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
15271      Branch: maint-5.6/perl
15272           !> t/lib/filefind.t
15273 ____________________________________________________________________________
15274 [  7327] By: gsar                                  on 2000/10/16  07:35:34
15275         Log: integrate changes#6166..6168 from cfgperl
15276              
15277              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
15278              in case somebody wants to write an extension for more
15279              shadow database interfaces.
15280              
15281              tweak todo
15282              
15283              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
15284      Branch: maint-5.6/perl
15285           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15286           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
15287           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
15288           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
15289           !> win32/config.vc win32/config_H.bc win32/config_H.gc
15290           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
15291 ____________________________________________________________________________
15292 [  7326] By: gsar                                  on 2000/10/16  07:29:05
15293         Log: integrate changes#6157,6159..6161,6164 from cfgperl
15294              
15295              Regen Configure to jive with #6149.
15296              
15297              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
15298              
15299              Changes for the File::Temp 0.08 (change #6159) test suite
15300              to fit better into the Perl distribution test framework.
15301              
15302              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
15303              both from Simon Cozens.
15304              
15305              detypo
15306      Branch: maint-5.6/perl
15307           +> pod/perlmodlib.PL pod/perlnewmod.pod
15308           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
15309           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
15310           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
15311           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
15312 ____________________________________________________________________________
15313 [  7325] By: gsar                                  on 2000/10/16  07:25:13
15314         Log: integrate change#6158 from vmsperl
15315              
15316              Add fallback to tmpfile for use in cases where user's relying on
15317              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
15318              Lane's patch)
15319      Branch: maint-5.6/perl
15320           !> vms/vms.c vms/vmsish.h
15321 ____________________________________________________________________________
15322 [  7324] By: gsar                                  on 2000/10/16  07:20:50
15323         Log: integrate changes#6153..6155 from mainline
15324              
15325              prettier Test::Harness output on failed tests (from Nicholas Clark
15326              <nick@Bagpuss.uk.boo.com>)
15327              
15328              avoid type mismatch warning
15329              
15330              small bug in change#6144; remove random \xA0 character that snuck
15331              in via change#6145
15332      Branch: maint-5.6/perl
15333           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
15334           !> perl.c
15335 ____________________________________________________________________________
15336 [  7323] By: gsar                                  on 2000/10/16  07:18:47
15337         Log: integrate changes#6151,6152 from mainline
15338              
15339              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
15340              
15341              cosmetic fixups of RE debug output (from Ilya Zakharevich)
15342      Branch: maint-5.6/perl
15343           !> regexec.c
15344 ____________________________________________________________________________
15345 [  7322] By: gsar                                  on 2000/10/16  07:17:25
15346         Log: integrate changes#6146..6150 from mainline
15347              
15348              doc typo
15349              
15350              add a make entry to Config.pm so "perl -V:make" works on VMS
15351              (from Peter Prymmer)
15352              
15353              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
15354              
15355              OS/2 tweaks for usethreads build (from Rocco Caputo
15356              <troc@netrus.net>)
15357              
15358              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
15359      Branch: maint-5.6/perl
15360           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
15361           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
15362           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
15363           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
15364           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
15365           !> warnings.pl x2p/a2p.h
15366 ____________________________________________________________________________
15367 [  7321] By: gsar                                  on 2000/10/16  07:14:02
15368         Log: integrate changes#6143..6145 from mainline
15369              
15370              MacOS support, part 1 (from Matthias Neeracher
15371              <neeri@iis.ee.ethz.ch>)
15372              
15373              MacOS support, part 2: make AutoSplit use File::Spec instead
15374              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
15375              <neeri@iis.ee.ethz.ch>)
15376              
15377              make xsubpp skip embedded pod (from Matthias Neeracher
15378              <neeri@iis.ee.ethz.ch>)
15379      Branch: maint-5.6/perl
15380           +> ext/DynaLoader/dl_mac.xs
15381           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
15382           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
15383           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
15384           !> pp_ctl.c proto.h toke.c util.c util.h
15385 ____________________________________________________________________________
15386 [  7320] By: gsar                                  on 2000/10/16  07:12:13
15387         Log: integrate changes#6141,6142 from mainline
15388              
15389              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
15390              forwarded by Peter Seebach from the bsdi-users mailing list.
15391              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
15392              
15393              File::Find fails to chdir when chasing symlinks (from
15394              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
15395      Branch: maint-5.6/perl
15396           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
15397 ____________________________________________________________________________
15398 [  7319] By: gsar                                  on 2000/10/16  07:04:30
15399         Log: integrate change#6139 from mainline
15400              
15401              revise mktables.PL for bugs and newness in Unicode 3.0
15402              (from James Bence <jbence@amgen.com>)
15403      Branch: maint-5.6/perl
15404           +> (branch 30 files)
15405           !> (integrate 49 files)
15406 ____________________________________________________________________________
15407 [  7318] By: gsar                                  on 2000/10/16  07:01:01
15408         Log: integrate changes#6137,6138 from mainline
15409              
15410              fix bogus redeclaration warning for "our" variables in different
15411              scopes
15412              
15413              add note about the handling of negative indices to tied arrays
15414              (from Michael G Schwern <schwern@pobox.com>)
15415      Branch: maint-5.6/perl
15416           !> op.c pod/perltie.pod t/pragma/strict-vars
15417 ____________________________________________________________________________
15418 [  7317] By: gsar                                  on 2000/10/16  06:58:46
15419         Log: integrate changes#6127..6136 from mainline
15420              
15421              call_method(...,G_EVAL) can longjmp() out if the method probing
15422              failed (from Gisle Aas)
15423              
15424              new perlxstut example for passing/returning refs to arrays
15425              (from David Lowe <dlowe@pootpoot.com>)
15426              
15427              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
15428              
15429              fix places that mean C<"word" character> but say C<alphanumeric
15430              character>
15431              
15432              avoid warnings in POSIX.pm (from Barrie Slaymaker)
15433              
15434              warnings::enabled() doesn't fall back to looking at $^W if
15435              caller isn't using lexical warnings (from Paul Marquess)
15436              
15437              elide bogus test in change#6132
15438              
15439              make Test::Harness use wait.h/WCOREDUMP if available
15440              (from Ben Tilly <ben_tilly@hotmail.com>)
15441              
15442              enable Test::Harness to dynamically determine column width etc.
15443              (from Rob Napier <rnapier@employees.org>)
15444              
15445              random pod typos (from Peter Scott <Peter@PSDT.com>)
15446      Branch: maint-5.6/perl
15447           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
15448           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
15449           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
15450           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
15451 ____________________________________________________________________________
15452 [  7316] By: gsar                                  on 2000/10/16  06:53:23
15453         Log: integrate change#6126 from mainline
15454              
15455              change#2879 broke rvalue autovivification of magicals such as
15456              ${$num} (reworked variant of patch suggested by Simon Cozens)
15457      Branch: maint-5.6/perl
15458           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
15459           !> pp_hot.c proto.h t/op/gv.t
15460 ____________________________________________________________________________
15461 [  7315] By: gsar                                  on 2000/10/16  06:51:38
15462         Log: integrate changes#6123,6125 from mainline
15463              
15464              clarify gotcha with #line directives (from Rocco Caputo
15465              <troc@netrus.net>)
15466              
15467              enable propagating exception objects via Perl_croak() in XS code
15468              (from Gisle Aas)
15469      Branch: maint-5.6/perl
15470           !> pod/perldebug.pod pod/perlsyn.pod util.c
15471 ____________________________________________________________________________
15472 [  7314] By: gsar                                  on 2000/10/16  06:49:28
15473         Log: integrate change#6122 from mainline
15474              
15475              downgrade fatal error on C<"foo@nosucharray.com"> to optional
15476              warning (from Mark-Jason Dominus)
15477      Branch: maint-5.6/perl
15478           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
15479           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
15480           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
15481           !> toke.c
15482 ____________________________________________________________________________
15483 [  7313] By: gsar                                  on 2000/10/16  06:46:54
15484         Log: integrate changes#6112..6121 from vmsperl
15485              
15486              Check for existence of file before trying to delete
15487              
15488              Ugly workaround for version-specific RTL error
15489              
15490              Urk -- undo previous removal of vmsish 'exit' change
15491              
15492              Add bounds checking for several strings (Charles Lane)
15493              
15494              Miscellaneous cosmetic fixes (Charles Lane)
15495              
15496              Treat sockets as special in sys(read|write) (Charles Lane et al.)
15497              
15498              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
15499              Flatten case labels in switch statements uniformly (Charles Bailey)
15500              
15501              Quiet error messages in vmsish.t (Charles Lane)
15502              
15503              Add missing escape (Charles Lane)
15504              
15505              Allow eliminate_macros() and fixpath() to handle space-delimited
15506              lists (based on fixes by Craig Berry)
15507      Branch: maint-5.6/perl
15508           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
15509           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
15510           !> vms/vmsish.h
15511 ____________________________________________________________________________
15512 [  7312] By: gsar                                  on 2000/10/16  06:41:18
15513         Log: integrate changes#6107,6110 from cfgperl
15514              
15515              Tweak the todo list.
15516              
15517              todo tweak
15518      Branch: maint-5.6/perl
15519           !> Todo-5.6
15520 ____________________________________________________________________________
15521 [  7311] By: gsar                                  on 2000/10/16  06:38:38
15522         Log: integrate changes#6104,6108 from mainline
15523              
15524              PL_sys_intern was being initialized too late on windows
15525              
15526              reenable fake signal handling on Windows, bugs and all
15527      Branch: maint-5.6/perl
15528           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
15529           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
15530           !> win32/win32.c
15531 ____________________________________________________________________________
15532 [  7310] By: gsar                                  on 2000/10/16  06:36:03
15533         Log: integrate changes#6095,6097..6103 from cfgperl
15534              
15535              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
15536              might be useful in future.
15537              
15538              Add a note about possible compilation problems from Allen Smith.
15539              
15540              Add a note about other, yet unsupported, shadow password APIs.
15541              
15542              Tweaks for the cc bugs from Allen Smith.
15543              
15544              More compilation tweakery from Allen Smith.
15545              
15546              Hints and test tweaks for Unicos.
15547              
15548              The test suite tweak in #6101 wasn't quite right.
15549              
15550              Test tweaking for Unicos continues.
15551      Branch: maint-5.6/perl
15552           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15553           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
15554           !> t/lib/complex.t t/op/64bitint.t
15555 ____________________________________________________________________________
15556 [  7309] By: gsar                                  on 2000/10/16  06:29:41
15557         Log: integrate changes#6093,6094 from mainline
15558              
15559              fork() failure to create pseudo process sets errno=EAGAIN and returns
15560              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
15561              
15562              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
15563      Branch: maint-5.6/perl
15564           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
15565           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
15566 ____________________________________________________________________________
15567 [  7308] By: gsar                                  on 2000/10/16  06:27:29
15568         Log: integrate change#6092 from cfgperl
15569              
15570              Regen perltoc with the fixed buildtoc.
15571      Branch: maint-5.6/perl
15572           !> pod/perltoc.pod
15573 ____________________________________________________________________________
15574 [  7307] By: gsar                                  on 2000/10/16  06:26:40
15575         Log: integrate changes#6089,6090 from mainline
15576              
15577              buildtoc tweak to fix newline lossage
15578              
15579              concat doesn't preserve utf8-ness, and doesn't invalidate
15580              [NI]OK; added tests for both
15581      Branch: maint-5.6/perl
15582           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
15583 ____________________________________________________________________________
15584 [  7306] By: gsar                                  on 2000/10/16  06:24:05
15585         Log: integrate change#6088 from cfgperl
15586              
15587              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
15588              because we do not use those.  The HAS_GETSPNAM remains,
15589              though, because we still do use that.
15590      Branch: maint-5.6/perl
15591           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15592           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
15593           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
15594           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
15595           !> win32/config.vc win32/config_H.bc win32/config_H.gc
15596           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
15597 ____________________________________________________________________________
15598 [  7305] By: gsar                                  on 2000/10/16  06:15:52
15599         Log: integrate changes#6084,6085,6087 from mainline
15600              
15601              substr() does not preserve utf8-ness (from Stefan Eissing
15602              <Eissing@medicaldataservice.de>); added tests
15603              
15604              repeat operator (x) doesn't preserve utf8-ness
15605              
15606              reverse() and quotemeta() weren't preserving utf8-ness; add tests
15607      Branch: maint-5.6/perl
15608           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
15609 ____________________________________________________________________________
15610 [  7304] By: gsar                                  on 2000/10/16  06:13:10
15611         Log: integrate changes#6077..6083 from mainline
15612              
15613              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
15614              and Tom Phoenix)
15615              
15616              workaround for CRT bug in chdir() (from Charles Lane, via
15617              Peter Prymmer)
15618              
15619              remove outdated kludge in Carp (NULLs are permitted in diagnostics
15620              now)
15621              
15622              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
15623              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
15624              
15625              better default perlbug categories for ok reports (from Richard Foley)
15626              
15627              peek.t non-portable to ithreads
15628              
15629              note about undocumented caller() return value (from M.J.T. Guy);
15630              yet another peek.t tweak
15631      Branch: maint-5.6/perl
15632           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
15633           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
15634           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
15635           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
15636           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
15637           !> vms/vmsish.h
15638 ____________________________________________________________________________
15639 [  7303] By: gsar                                  on 2000/10/16  06:03:18
15640         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
15641              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
15642              
15643              &HUGE_VAL is not defined, it exists.
15644              
15645              Do not warn that an infinity does not look like a number.
15646              
15647              Rewrite the pwent/spent logic to be a little bit more clearer.
15648              
15649              Continue on the pwent/spent case.
15650              
15651              Correct Freudian slip.
15652              
15653              Use HUGE_VALL if applicable.
15654              
15655              pwent/spent #ifdef imbalance.
15656              
15657              Infinite problems.
15658              
15659              Call getspnam() only iff needd.
15660              
15661              Test both the scalar and list contexts.
15662              
15663              Use setxxent()/endxxent().
15664              
15665              Complex tweakery.
15666              
15667              Unicos hint tweak.
15668              
15669              Be more forgiving in POSIX about HUGE_VALL.
15670              
15671              Detypo.
15672              
15673              The search of infinity continues, this time simplified.
15674              
15675              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
15676              in natively 64-bit platforms where a long is a quad (no need
15677              for long longs).  Also added bias for IVs.
15678              
15679              Complex tweaks.
15680              
15681              Introduce t/lib/peek.t.
15682              
15683              Make the test more portable.
15684      Branch: maint-5.6/perl
15685           +> t/lib/peek.t
15686            ! pp_sys.c
15687           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
15688           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
15689           !> t/op/pwent.t toke.c util.c
15690 ____________________________________________________________________________
15691 [  7302] By: gsar                                  on 2000/10/16  05:03:37
15692         Log: integrate changes#6066..6071 from mainline
15693              
15694              s/END/CHECK/
15695              
15696              replace direct call to sighandler() with (*PL_sighandlerp)()
15697              
15698              note about values()
15699              
15700              File::Spec compatibility update (from Barrie Slaymaker
15701              <barries@slaysys.com>)
15702              
15703              remove misleading comment (from M.J.T. Guy)
15704              
15705              misformatted perllocal.pod (from Tim Jenness
15706              <t.jenness@jach.hawaii.edu>)
15707      Branch: maint-5.6/perl
15708           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
15709           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
15710           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
15711           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
15712 ____________________________________________________________________________
15713 [  7301] By: gsar                                  on 2000/10/16  05:00:08
15714         Log: integrate changes#6061..6063 from mainline
15715              
15716              change#5921 neglected to make eq honor "use bytes"
15717              
15718              additional tests for utf8.t
15719              
15720              tokeq() could read unallocated field in argument
15721      Branch: maint-5.6/perl
15722           !> sv.c t/pragma/utf8.t toke.c
15723 ____________________________________________________________________________
15724 [  7300] By: gsar                                  on 2000/10/16  04:56:54
15725         Log: integrate changes#6046,6048,6057,6058 from mainline
15726              
15727              libscheck has insufficient checks for n32 libs (from
15728              Albert Chin-A-Young <china@thewrittenword.com>)
15729              
15730              add note about how $( doesn't interpolate in REs (from
15731              Philip Newton <newton@ficus.frogspace.net>)
15732              
15733              fix broken parsing of /\x{ab}/
15734              
15735              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
15736              (spotted by Donald Kinzer <dkinzer@premia.com>)
15737      Branch: maint-5.6/perl
15738           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
15739           !> t/pragma/utf8.t
15740 ____________________________________________________________________________
15741 [  7299] By: gsar                                  on 2000/10/16  04:52:50
15742         Log: integrate change#6044 from mainline
15743              
15744              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
15745              such that underscores are only ignored in literal numbers,
15746              "\x{...}", and hex/oct argument
15747      Branch: maint-5.6/perl
15748           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
15749 ____________________________________________________________________________
15750 [  7298] By: gsar                                  on 2000/10/16  04:50:53
15751         Log: integrate changes#6027..6043 from mainline
15752              
15753              podlators-1.02 update (from Russ Allbery)
15754              
15755              Pod::Man generates groff-incompatible macro definition (from
15756              Tom Christiansen)
15757              
15758              add CGI.pm v2.66 (from Lincoln Stein)
15759              
15760              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
15761              for @- and @+ (from Johan Vromans)
15762              
15763              small nits in diagnostics.pm (from Robin Barker)
15764              
15765              whitespace adjustments
15766              
15767              missing files in MANIFEST
15768              
15769              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
15770              to compensate
15771              
15772              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
15773              
15774              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
15775      Branch: maint-5.6/perl
15776           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
15777           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
15778           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
15779           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
15780           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
15781           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
15782           !> t/lib/cgi-html.t t/lib/cgi-request.t
15783 ____________________________________________________________________________
15784 [  7297] By: gsar                                  on 2000/10/16  04:44:30
15785         Log: integrate change#6025 from mainline
15786              
15787              Is{Alnum,Alpha,Word} don't match titlecase
15788              TODO: IsSpace is defined recursively!
15789              (both spotted by Larry)
15790      Branch: maint-5.6/perl
15791           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
15792           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
15793 ____________________________________________________________________________
15794 [  7296] By: gsar                                  on 2000/10/16  04:39:30
15795         Log: integrate change#6023 from mainline
15796              
15797              debugger stomps on $. (from M.J.T. Guy)
15798      Branch: maint-5.6/perl
15799           !> lib/perl5db.pl
15800 ____________________________________________________________________________
15801 [  7295] By: gsar                                  on 2000/10/16  04:38:02
15802         Log: integrate change#6022 from mainline
15803              
15804              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
15805      Branch: maint-5.6/perl
15806           !> sv.c
15807 ____________________________________________________________________________
15808 [  7294] By: gsar                                  on 2000/10/16  04:37:05
15809         Log: integrate changes#6018..6021 from mainline
15810              
15811              make lib/syslog.t portable to systems that don't have _PATH_LOG,
15812              make _PATH_LOG() return "" if unavailable
15813              
15814              windows portability tweaks
15815              
15816              test tweak
15817              
15818              remove Win2K issue in pod (fixed by change#6020)
15819      Branch: maint-5.6/perl
15820           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
15821           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
15822           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
15823 ____________________________________________________________________________
15824 [  7293] By: gsar                                  on 2000/10/16  04:20:00
15825         Log: integrate changes#6013..6015 from mainline
15826              
15827              tweak change#5945 to display correct switch name in diagnostic
15828              
15829              glob() loading File::Glob behind the scenes may cause syntax errors
15830              
15831              tweak test for portability
15832      Branch: maint-5.6/perl
15833           !> op.c perl.c pod/perldiag.pod t/lib/b.t
15834 ____________________________________________________________________________
15835 [  7292] By: gsar                                  on 2000/10/16  04:18:11
15836         Log: integrate changes#6005..6010 from mainline, cfgperl
15837              
15838              perldoc might fail via "use blib" (from Hugo van der Sanden)
15839              
15840              Regen Configure.
15841              
15842              note about compile failures and END blocks (from M.J.T. Guy)
15843              
15844              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
15845              
15846              (change#6009 integrated earlier in change#7255)
15847              
15848              clarify note about shadow password support (from
15849              gellyfish@gellyfish.com)
15850      Branch: maint-5.6/perl
15851           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15852           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
15853           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
15854 ____________________________________________________________________________
15855 [  7291] By: gsar                                  on 2000/10/16  04:12:03
15856         Log: integrate changes#6002,6003 from mainline
15857              
15858              destructive sv_setsv() can lose UV-ness from source, causing
15859              numeric promotions/comparisons to fail to do the right thing
15860              
15861              allow REG_EXPAND_SZ keys in Windows registry (from
15862              John Clayton <John.Clayton@barclayscapital.com>)
15863      Branch: maint-5.6/perl
15864           !> sv.c win32/win32.c
15865 ____________________________________________________________________________
15866 [  7290] By: gsar                                  on 2000/10/16  04:10:19
15867         Log: integrate change#6001 from mainline
15868              
15869              support additional library locations via $Config{otherlibdirs}
15870              (from Andy Dougherty)
15871      Branch: maint-5.6/perl
15872           !> Configure INSTALL Porting/Glossary Porting/config.sh
15873           !> Porting/config_H config_h.SH epoc/config.sh perl.c
15874           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
15875           !> win32/config.bc win32/config.gc win32/config.vc
15876 ____________________________________________________________________________
15877 [  7289] By: gsar                                  on 2000/10/16  04:08:28
15878         Log: integrate change#5999 from mainline
15879              
15880              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
15881      Branch: maint-5.6/perl
15882           !> t/pragma/warn/toke toke.c
15883 ____________________________________________________________________________
15884 [  7288] By: gsar                                  on 2000/10/16  04:07:01
15885         Log: integrate changes#5997,5998 from cfgperl
15886              
15887              Preserve $!.
15888              
15889              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
15890      Branch: maint-5.6/perl
15891           !> lib/Math/Complex.pm
15892 ____________________________________________________________________________
15893 [  7287] By: gsar                                  on 2000/10/16  04:04:37
15894         Log: integrate change#5995 from mainline
15895              
15896              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
15897      Branch: maint-5.6/perl
15898           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
15899 ____________________________________________________________________________
15900 [  7286] By: gsar                                  on 2000/10/16  04:03:21
15901         Log: integrate change#5994 from mainline
15902              
15903              fix for missed accounting for null byte in pack("Z",...) (from
15904              M.J.T. Guy)
15905      Branch: maint-5.6/perl
15906           !> pp.c t/op/pack.t
15907 ____________________________________________________________________________
15908 [  7285] By: gsar                                  on 2000/10/16  04:02:11
15909         Log: integrate changes#5989..5993 from mainline
15910              
15911              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
15912              itself and no other (from Tom Hughes)
15913              
15914              use $ENV{LIB} to search for libs under Visual C compiler
15915              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
15916              
15917              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
15918              
15919              pod nit (from Simon Cozens)
15920              
15921              various minor tweaks seen on p5p
15922      Branch: maint-5.6/perl
15923           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
15924           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
15925           !> t/op/array.t toke.c
15926 ____________________________________________________________________________
15927 [  7284] By: gsar                                  on 2000/10/16  03:59:00
15928         Log: integrate changes#5978..5988 from mainline
15929              
15930              sync version numbers in File::Spec with the ones on CPAN
15931              (from Barrie Slaymaker)
15932              
15933              under useithreads, constant pad entries could inadvertantly be
15934              shared across threads (from Eric Blood <eblood@xmission.com>);
15935              added Eric's test case to testsuite
15936              
15937              allow Configure -S to run non-interactively (spotted by Greg Hudson
15938              <ghudson@mit.edu>)
15939              
15940              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
15941              prototype mismatch with CORE::glob(); update pod and tests to
15942              suit (File::Glob::glob() is still available for backward
15943              compatibility, but should be considered deprecated)
15944              
15945              avoid error in IO::Socket::INET when given an unknown service name
15946              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
15947              
15948              numeric conversion of non-number in change#3378 tramples on
15949              OOK offset, causing segfaults
15950              
15951              attributes::reftype() doesn't work on tied argument
15952              
15953              forked child may not exit correctly if it failed to open
15954              /dev/console (from Graham Barr)
15955              
15956              add regular expressions tutorial and quick-start guide (from
15957              Mark Kvale <kvale@phy.ucsf.edu>)
15958              
15959              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
15960              
15961              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
15962              <paul@miraclefish.com>)
15963      Branch: maint-5.6/perl
15964           +> pod/perlrequick.pod pod/perlretut.pod
15965           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
15966           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
15967           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
15968           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
15969           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
15970           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15971           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
15972           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
15973 ____________________________________________________________________________
15974 [  7283] By: gsar                                  on 2000/10/16  03:52:14
15975         Log: integrate change#5977 from mainline
15976              
15977              autoquote barewords followed by newline and arrow properly
15978              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
15979      Branch: maint-5.6/perl
15980           !> t/pragma/warn/toke toke.c
15981 ____________________________________________________________________________
15982 [  7282] By: gsar                                  on 2000/10/16  03:50:48
15983         Log: integrate change#5976 from mainline
15984              
15985              DB_File v1.73 update (from Paul Marquess)
15986      Branch: maint-5.6/perl
15987           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
15988           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
15989 ____________________________________________________________________________
15990 [  7281] By: gsar                                  on 2000/10/16  03:49:14
15991         Log: integrate change#5975 from mainline
15992              
15993              allow sort() reentrancy (variant of patch suggested by
15994              Hugo van der Sanden)
15995      Branch: maint-5.6/perl
15996           !> pp_ctl.c t/op/sort.t
15997 ____________________________________________________________________________
15998 [  7280] By: gsar                                  on 2000/10/16  03:48:22
15999         Log: integrate change#5974 from mainline
16000              
16001              change#4197 somehow missed initializing PL_errors, meaning
16002              syntax error queueing wasn't working outside eval"" at all;
16003              also fixed eval"" to localize PL_error_count, so that compile-time
16004              eval's don't clobber the error state of the outer context
16005      Branch: maint-5.6/perl
16006           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
16007           !> t/pragma/warn/toke
16008 ____________________________________________________________________________
16009 [  7279] By: gsar                                  on 2000/10/16  03:46:21
16010         Log: integrate change#5973 from mainline
16011              
16012              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
16013      Branch: maint-5.6/perl
16014           !> regcomp.c regexec.c t/op/re_tests
16015 ____________________________________________________________________________
16016 [  7278] By: gsar                                  on 2000/10/16  03:44:54
16017         Log: integrate change#5971 from cfgperl
16018              
16019              Unicos tweaks from Mark P. Lutz.
16020      Branch: maint-5.6/perl
16021           !> hints/unicos.sh lib/Math/Complex.pm
16022 ____________________________________________________________________________
16023 [  7277] By: gsar                                  on 2000/10/16  03:42:59
16024         Log: integrate changes#5966..5970 from mainline
16025              
16026              add testsuite for B backends, fix bug in B::Deparse (from
16027              Simon Cozens <simon@brecon.co.uk>)
16028              
16029              improved docs on the warn_uninit diagnostic (from David Glasser
16030              and Simon Cozens)
16031              
16032              tolerate spaces in group names in test on solaris (from David Boyce
16033              <dsb@boyski.com>)
16034              
16035              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
16036              
16037              Data::Dumper fumbles negative numbers on 32-bit platforms where
16038              IV is >32bits
16039      Branch: maint-5.6/perl
16040           +> t/lib/b.t t/lib/syslog.t
16041           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
16042           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
16043           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
16044 ____________________________________________________________________________
16045 [  7276] By: gsar                                  on 2000/10/16  03:39:30
16046         Log: integrate change#5965 from mainline
16047              
16048              avoid "will not stay shared" warnings for our variables (from
16049              Robin Barker)
16050      Branch: maint-5.6/perl
16051           !> op.c t/pragma/warn/op
16052 ____________________________________________________________________________
16053 [  7275] By: gsar                                  on 2000/10/16  03:38:18
16054         Log: integrate change#5964 from mainline
16055              
16056              reformat to 72 columns (again)
16057      Branch: maint-5.6/perl
16058           !> pod/perldiag.pod
16059 ____________________________________________________________________________
16060 [  7274] By: gsar                                  on 2000/10/16  03:36:58
16061         Log: integrate change#5963 from mainline
16062              
16063              patch from Larry to make (\&) prototype work; added tests for
16064              the same
16065      Branch: maint-5.6/perl
16066           !> op.c t/comp/proto.t
16067 ____________________________________________________________________________
16068 [  7273] By: gsar                                  on 2000/10/16  03:35:51
16069         Log: integrate changes#5956..5962 from mainline
16070              
16071              better diagnostics on failed tests (from Ilya Zakharevich)
16072              
16073              pod nits (from A. C. Yardley <yardley@tanet.net>)
16074              
16075              change#3569 deleted some essential code, revert; avoid use of
16076              atexit() to make DynaLoader work properly on AIX under mod_perl
16077              (from Jens-Uwe Mager <jum@helios.de>)
16078              
16079              doubled words in pods (from Simon Cozens
16080              <simon.p.cozens@jp.pwcglobal.com>)
16081              
16082              better INSTALL notes on Solaris issues (from Dominic Dunlop)
16083              
16084              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
16085              
16086              updated README.hpux (from Jeff Okamoto)
16087      Branch: maint-5.6/perl
16088           !> INSTALL README.hpux emacs/cperl-mode.el
16089           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
16090           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
16091           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
16092           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
16093           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
16094           !> t/op/lex_assign.t
16095 ____________________________________________________________________________
16096 [  7272] By: gsar                                  on 2000/10/16  03:31:22
16097         Log: integrate change#5955 from mainline
16098              
16099              longstanding bug exposed by change#3307: sort arguments weren't
16100              compiled with the right wantarray context (ensuing runtime lookup
16101              via block_gimme() was getting the incidental context of the
16102              sort() itself)
16103      Branch: maint-5.6/perl
16104           !> op.c t/op/sort.t
16105 ____________________________________________________________________________
16106 [  7271] By: gsar                                  on 2000/10/16  03:29:11
16107         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
16108              branch
16109              
16110              Flatten the cpp jungle doing the nosuid checking.
16111              
16112              Do not assume sign propagation. (from M.J.T. Guy)
16113              
16114              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
16115              
16116              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
16117              Now pp_ncmp() returns undef is either operand is a NaN.
16118              
16119              On second thoughts frexp() does have two arguments.
16120              
16121              Document that tr() is not tr(1).
16122              
16123              Be more robust on "extreme" (large absolute value)
16124              arguments.  Originally reported by Daniel Connelly
16125              as a problem with asinh() on large negative arguments,
16126              asinh() used to bail out because an argument to log()
16127              ended up being zero.  Ilya Zakharevich proposed using
16128              Taylor's series in such cases, which for such large
16129              arguments is a very good approximation.
16130              
16131              Undo "use integer" addition from 64bitint as it seems
16132              to break most of the subtests in Digital UNIX;
16133              Unicos needs to find another way.
16134      Branch: maint-5.6/perl
16135           !> (integrate 29 files)
16136 ____________________________________________________________________________
16137 [  7270] By: gsar                                  on 2000/10/16  03:09:44
16138         Log: integrate changes#5948,5949,5950 from mainline
16139              
16140              typo in vars.pm that leads to cryptic message (from Piotr
16141              Piatkowski <kompas@kompas.usr.onet.pl>)
16142              
16143              make perldoc use the pod2man from the same version (from
16144              M.J.T. Guy)
16145              
16146              reformat perldiag to avoid long lines
16147      Branch: maint-5.6/perl
16148           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
16149 ____________________________________________________________________________
16150 [  7269] By: gsar                                  on 2000/10/16  03:05:54
16151         Log: integrate change#5947 from mainline
16152              
16153              use &dl_error rather than &dl_load_file as the guard for calling
16154              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
16155              statically built perl)
16156      Branch: maint-5.6/perl
16157           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
16158 ____________________________________________________________________________
16159 [  7268] By: gsar                                  on 2000/10/16  03:04:48
16160         Log: integrate change#5945 from mainline
16161              
16162              make module name mandatory after -M switch; reorder perldiag
16163              alphabetically (from Mark-Jason Dominus)
16164      Branch: maint-5.6/perl
16165           !> perl.c pod/perldiag.pod
16166 ____________________________________________________________________________
16167 [  7267] By: gsar                                  on 2000/10/16  03:03:01
16168         Log: integrate change#5939 from mainline
16169              
16170              more pod nits (from Larry Virden)
16171      Branch: maint-5.6/perl
16172           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
16173           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
16174           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
16175 ____________________________________________________________________________
16176 [  7266] By: gsar                                  on 2000/10/16  03:01:39
16177         Log: integrate change#5938 from mainline
16178              
16179              Consolidated B::Deparse fixes (from Stephen McCamant)
16180      Branch: maint-5.6/perl
16181           !> ext/B/B/Deparse.pm
16182 ____________________________________________________________________________
16183 [  7265] By: gsar                                  on 2000/10/16  03:00:43
16184         Log: integrate change#5936 from mainline
16185              
16186              additional tests for change#7263 (from Paul Marquess)
16187      Branch: maint-5.6/perl
16188           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
16189           !> t/pragma/warn/5nolint t/pragma/warn/6default
16190 ____________________________________________________________________________
16191 [  7264] By: gsar                                  on 2000/10/16  02:58:34
16192         Log: integrate change#5934 from mainline
16193              
16194              propagate lexical warnings from surrounding scope correctly
16195              within string eval() (from Paul Marquess)
16196      Branch: maint-5.6/perl
16197           !> pp_ctl.c t/pragma/warn/pp_ctl
16198 ____________________________________________________________________________
16199 [  7263] By: gsar                                  on 2000/10/16  02:56:53
16200         Log: integrate change#5932 from mainline
16201              
16202              add rsignal(), whichsig() and do_join() to public API list
16203              (mod_perl uses them to good advantage)
16204      Branch: maint-5.6/perl
16205           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
16206 ____________________________________________________________________________
16207 [  7262] By: gsar                                  on 2000/10/16  02:55:53
16208         Log: integrate change#5931 from mainline
16209              
16210              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
16211      Branch: maint-5.6/perl
16212           !> pp_hot.c regexec.c t/op/pat.t
16213 ____________________________________________________________________________
16214 [  7261] By: gsar                                  on 2000/10/16  02:55:01
16215         Log: integrate change#5930 from mainline
16216              
16217              small os390 tweaks (from Peter Prymmer)
16218      Branch: maint-5.6/perl
16219           !> config_h.SH makedepend.SH
16220 ____________________________________________________________________________
16221 [  7260] By: gsar                                  on 2000/10/16  02:54:10
16222         Log: integrate change#5929 from mainline
16223              
16224              pod nits
16225      Branch: maint-5.6/perl
16226           !> pod/perlguts.pod
16227 ____________________________________________________________________________
16228 [  7259] By: gsar                                  on 2000/10/16  02:52:55
16229         Log: integrate change#5927 from mainline
16230              
16231              arrange for next() to resume at the unstack op rather than the
16232              loop conditional, so that scope cleanup happens correctly
16233              (from Stephen McCamant)
16234      Branch: maint-5.6/perl
16235           !> op.c pp_ctl.c t/op/misc.t
16236 ____________________________________________________________________________
16237 [  7258] By: gsar                                  on 2000/10/16  02:51:38
16238         Log: integrate change#5926 from mainline
16239              
16240              on windows, reserve 16M of stack rather than 128M (allows more
16241              threads to run concurrently)
16242      Branch: maint-5.6/perl
16243           !> win32/Makefile win32/makefile.mk
16244 ____________________________________________________________________________
16245 [  7257] By: gsar                                  on 2000/10/16  02:50:37
16246         Log: integrate change#5925 from mainline
16247              
16248              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
16249      Branch: maint-5.6/perl
16250           !> toke.c
16251 ____________________________________________________________________________
16252 [  7256] By: gsar                                  on 2000/10/16  02:49:36
16253         Log: integrate change#5924 from mainline
16254              
16255              avoid using uninitialized memory in require version check
16256      Branch: maint-5.6/perl
16257           !> pp_ctl.c universal.c
16258 ____________________________________________________________________________
16259 [  7255] By: gsar                                  on 2000/10/16  02:48:03
16260         Log: integrate changes#5923,5928,6009 from mainline
16261              
16262              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
16263      Branch: maint-5.6/perl
16264           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
16265 ____________________________________________________________________________
16266 [  7254] By: gsar                                  on 2000/10/16  02:44:46
16267         Log: integrate change#5922 from mainline
16268              
16269              commentary about IoTYPE() (from Nathan Torkington)
16270      Branch: maint-5.6/perl
16271           !> sv.h
16272 ____________________________________________________________________________
16273 [  7253] By: gsar                                  on 2000/10/16  02:43:49
16274         Log: integrate change#5921 from mainline
16275              
16276              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
16277      Branch: maint-5.6/perl
16278           !> sv.c t/lib/charnames.t t/pragma/utf8.t
16279 ____________________________________________________________________________
16280 [  7252] By: gsar                                  on 2000/10/16  02:42:31
16281         Log: integrate change#5920 from mainline
16282              
16283              Larry's fix for buggy propagation of utf8-ness in join(); add test
16284      Branch: maint-5.6/perl
16285           !> doop.c t/op/ver.t
16286 ____________________________________________________________________________
16287 [  7251] By: gsar                                  on 2000/10/16  02:41:14
16288         Log: integrate changes#5915..5919 from mainline
16289              
16290              various (pod tweaks &c)
16291      Branch: maint-5.6/perl
16292           !> (integrate 33 files)
16293 ____________________________________________________________________________
16294 [  7250] By: gsar                                  on 2000/10/16  02:38:16
16295         Log: integrate change#5914 from mainline
16296              
16297              caller() wasn't returning the right number of elements for
16298              eval {...}
16299      Branch: maint-5.6/perl
16300           !> pp_ctl.c t/pragma/warn/9enabled
16301 ____________________________________________________________________________
16302 [  7249] By: gsar                                  on 2000/10/16  02:37:02
16303         Log: integrate change#5913 from mainline
16304              
16305              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
16306              (from Mark-Jason Dominus)
16307      Branch: maint-5.6/perl
16308           !> pod/perlfunc.pod
16309 ____________________________________________________________________________
16310 [  7248] By: gsar                                  on 2000/10/16  02:35:58
16311         Log: integrate change#5912 from mainline
16312              
16313              fix totally broken caching in UNIVERSAL::isa() (from
16314              Nick Ing-Simmons)
16315      Branch: maint-5.6/perl
16316           !> t/op/universal.t universal.c
16317 ____________________________________________________________________________
16318 [  7247] By: gsar                                  on 2000/10/16  02:34:27
16319         Log: integrate changes#5910,5911 from mainline
16320              
16321              typo in pod
16322              
16323              add linebreak properties from unicode/LineBrk.txt (from
16324              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
16325      Branch: maint-5.6/perl
16326           +> (branch 29 files)
16327           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
16328 ____________________________________________________________________________
16329 [  7246] By: gsar                                  on 2000/10/16  02:33:29
16330         Log: integrate change#5909 from mainline
16331              
16332              mode argument to do_binmode() should be file mode, not boolean
16333      Branch: maint-5.6/perl
16334           !> pp_sys.c
16335 ____________________________________________________________________________
16336 [  7245] By: gsar                                  on 2000/10/16  02:31:04
16337         Log: integrate change#5908 from mainline
16338              
16339              introduce illegal symbols into null package so that
16340              gv_fetchpv(...,TRUE) always returns a valid GV even when the
16341              symbol is trapped by strictures (avoids coredumps)
16342      Branch: maint-5.6/perl
16343           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
16344           !> t/pragma/strict-vars
16345 ____________________________________________________________________________
16346 [  7244] By: jhi                                   on 2000/10/16  02:29:54
16347         Log: Subject: $Carp::ExportLevel confusion in Exporter
16348              From: "Ben Tilly" <ben_tilly@hotmail.com>
16349              Date: Sat, 14 Oct 2000 16:44:34 EDT
16350              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
16351      Branch: perl
16352            ! lib/Exporter/Heavy.pm
16353 ____________________________________________________________________________
16354 [  7243] By: jhi                                   on 2000/10/16  02:28:33
16355         Log: Subject: [PATCH perlguts.pod] Document offset hack
16356              From: Simon Cozens <simon@cozens.net>
16357              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
16358              Date: Sat, 14 Oct 2000 19:32:25 +0100
16359      Branch: perl
16360            ! pod/perlguts.pod
16361 ____________________________________________________________________________
16362 [  7242] By: gsar                                  on 2000/10/16  02:26:51
16363         Log: integrate changes#5905,5906,5907,6064 from mainline
16364              
16365              printf/sprintf didn't get quad types right under use64bitint
16366      Branch: maint-5.6/perl
16367           !> pp_sys.c sv.c t/op/64bitint.t
16368 ____________________________________________________________________________
16369 [  7241] By: jhi                                   on 2000/10/16  02:22:44
16370         Log: Subject: small pod patch
16371              From: Dan Boorstein <dan_boo@bellsouth.net>
16372              Date: Sat, 14 Oct 2000 14:29:24 -0400
16373              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
16374      Branch: perl
16375            ! pod/perlfaq7.pod pod/perlmod.pod
16376 ____________________________________________________________________________
16377 [  7240] By: jhi                                   on 2000/10/16  02:13:46
16378         Log: -w cleanup.
16379              
16380              Subject: Re: Problems with bleadperl 
16381              From: "Stephen P. Potter" <spp@ds.net>
16382              Date: Fri, 13 Oct 2000 13:32:49 -0400
16383              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
16384      Branch: perl
16385            ! t/pragma/overload.t
16386 ____________________________________________________________________________
16387 [  7239] By: jhi                                   on 2000/10/16  01:41:18
16388         Log: One more ~utf8 tweak.
16389      Branch: perl
16390            ! t/op/bop.t
16391 ____________________________________________________________________________
16392 [  7238] By: jhi                                   on 2000/10/16  01:34:14
16393         Log: Tweak the test of #7235.
16394      Branch: perl
16395            ! t/op/bop.t
16396 ____________________________________________________________________________
16397 [  7237] By: jhi                                   on 2000/10/16  01:25:04
16398         Log: Fix a couple of compiler-noted nits in #7235.
16399      Branch: perl
16400            ! pp.c
16401 ____________________________________________________________________________
16402 [  7236] By: jhi                                   on 2000/10/16  01:22:46
16403         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
16404      Branch: perl
16405            ! pp.c pp_hot.c
16406 ____________________________________________________________________________
16407 [  7235] By: jhi                                   on 2000/10/15  16:24:44
16408         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
16409              
16410              From: Simon Cozens <simon@cozens.net>
16411              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
16412              Date: Sat, 14 Oct 2000 20:52:13 +0100
16413              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
16414      Branch: perl
16415            ! pp.c t/op/bop.t utf8.h
16416 ____________________________________________________________________________
16417 [  7234] By: jhi                                   on 2000/10/15  15:19:29
16418         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
16419              The problem was that rx->minlen was in chars while pp_split()
16420              thought it would be in bytes. 
16421      Branch: perl
16422            ! pp.c t/pragma/utf8.t
16423 ____________________________________________________________________________
16424 [  7233] By: jhi                                   on 2000/10/14  20:24:24
16425         Log: Document FNCASE=y as discussed in the bug 20000902.009.
16426      Branch: perl
16427            ! README.dos
16428 ____________________________________________________________________________
16429 [  7232] By: jhi                                   on 2000/10/14  18:52:21
16430         Log: Add test for bug id 20000427.003 (which seems to have
16431              been fixed) (also duplicate as 20000427.004, though
16432              with a higher severity).  Move one utf8 from op/append
16433              to pragma/utf8, tag the tests with bug ids.
16434      Branch: perl
16435            ! t/op/append.t t/pragma/utf8.t
16436 ____________________________________________________________________________
16437 [  7231] By: jhi                                   on 2000/10/14  17:28:37
16438         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
16439      Branch: perl
16440            ! t/pragma/utf8.t
16441 ____________________________________________________________________________
16442 [  7230] By: jhi                                   on 2000/10/14  14:24:50
16443         Log: Needs to be conditional on SunOS 4.
16444              
16445              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
16446              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16447              Date: Sat, 14 Oct 2000 13:37:49 +0100
16448              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
16449      Branch: metaconfig/U/perl
16450            ! End.U
16451      Branch: perl
16452            ! Configure myconfig.SH pod/perldelta.pod
16453 ____________________________________________________________________________
16454 [  7229] By: jhi                                   on 2000/10/14  00:49:22
16455         Log: Update Changes.
16456      Branch: perl
16457            ! Changes patchlevel.h
16458 ____________________________________________________________________________
16459 [  7228] By: jhi                                   on 2000/10/14  00:46:10
16460         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
16461              From: Peter Prymmer <pvhp@forte.com>
16462              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
16463              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
16464      Branch: perl
16465            ! lib/utf8.pm
16466 ____________________________________________________________________________
16467 [  7227] By: jhi                                   on 2000/10/13  23:20:30
16468         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
16469      Branch: perl
16470            ! t/op/tie.t
16471 ____________________________________________________________________________
16472 [  7226] By: jhi                                   on 2000/10/13  22:14:32
16473         Log: Tweak #7225.
16474              
16475              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
16476              From: Peter Prymmer <pvhp@forte.com>
16477              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
16478              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
16479      Branch: perl
16480            ! t/op/sprintf.t
16481 ____________________________________________________________________________
16482 [  7225] By: jhi                                   on 2000/10/13  22:11:31
16483         Log: op/sprintf.t patch for OS/390 (and any other host with limited
16484              floating-point exponent length)
16485              
16486              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
16487              From: Dominic Dunlop <domo@computer.org>
16488              Date: Fri, 13 Oct 2000 19:17:57 +0200
16489              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
16490      Branch: perl
16491            ! t/op/sprintf.t
16492 ____________________________________________________________________________
16493 [  7224] By: jhi                                   on 2000/10/13  18:40:48
16494         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
16495      Branch: perl
16496            ! toke.c
16497 ____________________________________________________________________________
16498 [  7223] By: jhi                                   on 2000/10/13  18:37:13
16499         Log: Thinko in #7222.
16500      Branch: perl
16501            ! utf8.c
16502 ____________________________________________________________________________
16503 [  7222] By: jhi                                   on 2000/10/13  18:05:23
16504         Log: Use UTF8SKIP(), from Simon Cozens.
16505      Branch: perl
16506            ! utf8.c
16507 ____________________________________________________________________________
16508 [  7221] By: jhi                                   on 2000/10/13  15:43:19
16509         Log: (accidentally empty check-in)
16510      Branch: perl
16511            ! utf8.c
16512 ____________________________________________________________________________
16513 [  7220] By: jhi                                   on 2000/10/13  15:23:51
16514         Log: Add (optimistically) Storable to static extensions.
16515      Branch: perl
16516            ! hints/uwin.sh hints/vmesa.sh
16517 ____________________________________________________________________________
16518 [  7219] By: jhi                                   on 2000/10/13  15:20:05
16519         Log: Amdahl UTS doesn't seem to do dynaloading.
16520      Branch: perl
16521            ! hints/uts.sh
16522 ____________________________________________________________________________
16523 [  7218] By: jhi                                   on 2000/10/13  15:15:20
16524         Log: Slight tweak of the code to appease Amdahl UTS cc.
16525      Branch: perl
16526            ! pp.c
16527 ____________________________________________________________________________
16528 [  7217] By: jhi                                   on 2000/10/13  14:50:42
16529         Log: In Amdahl UTS "struct sv" is defined by a system header,
16530              <ksync.h>.
16531      Branch: perl
16532            ! perl.h sv.h
16533 ____________________________________________________________________________
16534 [  7216] By: jhi                                   on 2000/10/13  11:58:25
16535         Log: Ilya implemented the memory profiling API.
16536      Branch: perl
16537            ! Todo
16538 ____________________________________________________________________________
16539 [  7215] By: jhi                                   on 2000/10/13  02:56:38
16540         Log: Subject: [PATCH 5.7.0] Perl API for mstats
16541              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16542              Date: Thu, 12 Oct 2000 22:52:40 -0400
16543              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
16544      Branch: perl
16545            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
16546 ____________________________________________________________________________
16547 [  7214] By: jhi                                   on 2000/10/13  02:55:38
16548         Log: Subject: [PATCH 5.7.0] IVs in mtats
16549              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16550              Date: Thu, 12 Oct 2000 22:51:04 -0400
16551              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
16552      Branch: perl
16553            ! malloc.c perl.h
16554 ____________________________________________________________________________
16555 [  7213] By: jhi                                   on 2000/10/13  02:31:47
16556         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
16557      Branch: perl
16558            ! pod/perldiag.pod pp_sys.c
16559 ____________________________________________________________________________
16560 [  7212] By: jhi                                   on 2000/10/13  01:27:38
16561         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
16562              From: Peter Prymmer <pvhp@forte.com>
16563              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
16564              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
16565      Branch: perl
16566            ! t/op/oct.t
16567 ____________________________________________________________________________
16568 [  7211] By: jhi                                   on 2000/10/13  00:35:09
16569         Log: Update Changes.
16570      Branch: perl
16571            ! Changes patchlevel.h
16572 ____________________________________________________________________________
16573 [  7210] By: jhi                                   on 2000/10/12  23:59:40
16574         Log: The Install.pm third of
16575              
16576              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
16577              From: Bill Campbell <bill@celestial.com>
16578              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
16579              Date: Thu, 5 Oct 2000 18:04:51 -0700
16580      Branch: perl
16581            ! lib/ExtUtils/Install.pm
16582 ____________________________________________________________________________
16583 [  7209] By: jhi                                   on 2000/10/12  23:58:43
16584         Log: Two thirds of
16585              
16586              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
16587              Date: Thu, 5 Oct 2000 18:04:51 -0700
16588              From: Bill Campbell <bill@celestial.com>
16589              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
16590              
16591              The Install.pm changes will be submitted separately because
16592              they need some work and discussion still.
16593      Branch: perl
16594            ! lib/getopts.pl lib/termcap.pl
16595 ____________________________________________________________________________
16596 [  7208] By: jhi                                   on 2000/10/12  23:41:19
16597         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
16598              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16599              Date:     Thu, 12 Oct 2000 07:30:02 EDT
16600              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
16601      Branch: perl
16602            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
16603            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
16604 ____________________________________________________________________________
16605 [  7207] By: jhi                                   on 2000/10/12  23:39:01
16606         Log: An updated EBCDIC tr patch.
16607              
16608              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
16609              From: Peter Prymmer <pvhp@forte.com>
16610              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
16611              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
16612      Branch: perl
16613            ! t/op/tr.t
16614 ____________________________________________________________________________
16615 [  7206] By: jhi                                   on 2000/10/12  23:34:55
16616         Log: Upgrade to CPAN 1.58, from Andreas König.
16617      Branch: perl
16618            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
16619 ____________________________________________________________________________
16620 [  7205] By: jhi                                   on 2000/10/12  23:29:08
16621         Log: Introduce the man[24-8] variables, from Andy Dougherty.
16622      Branch: metaconfig/U/perl
16623            + mandirs.U mandirstyle.U
16624      Branch: perl
16625            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16626            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
16627            ! vos/config.h vos/config.pl vos/config_h.SH_orig
16628            ! win32/config.bc win32/config.gc win32/config.vc
16629 ____________________________________________________________________________
16630 [  7204] By: gsar                                  on 2000/10/12  18:11:24
16631         Log: restore change#7202
16632      Branch: perl
16633            ! mg.c
16634 ____________________________________________________________________________
16635 [  7203] By: gsar                                  on 2000/10/12  18:09:40
16636         Log: another test of the Emergency Broadcast System--back out 
16637              change#7202
16638      Branch: perl
16639            ! mg.c
16640 ____________________________________________________________________________
16641 [  7202] By: gsar                                  on 2000/10/12  16:40:47
16642         Log: (submitted on behalf of Jarkko)
16643              Fix the lib/encode.t subtest 6 failure as reported by Andreas
16644              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
16645              was unearthed by change 7182, as was a bug in HTML::Entities.
16646      Branch: perl
16647            ! mg.c
16648 ____________________________________________________________________________
16649 [  7201] By: jhi                                   on 2000/10/11  03:16:05
16650         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
16651      Branch: perl
16652            ! pp_hot.c t/pragma/utf8.t
16653 ____________________________________________________________________________
16654 [  7200] By: jhi                                   on 2000/10/11  00:40:30
16655         Log: The #7198 was a false alarm.
16656      Branch: perl
16657            ! pp_hot.c
16658 ____________________________________________________________________________
16659 [  7199] By: jhi                                   on 2000/10/11  00:26:04
16660         Log: Remove duplicated code.
16661      Branch: perl
16662            ! t/lib/cgi-html.t
16663 ____________________________________________________________________________
16664 [  7198] By: jhi                                   on 2000/10/10  23:30:46
16665         Log: (Retracted by #7200.)
16666      Branch: perl
16667            ! pp_hot.c
16668 ____________________________________________________________________________
16669 [  7197] By: jhi                                   on 2000/10/10  21:49:30
16670         Log: Add the test case for #7190, from the original bug report
16671              by Andreas König.
16672      Branch: perl
16673            ! t/pragma/utf8.t
16674 ____________________________________________________________________________
16675 [  7196] By: jhi                                   on 2000/10/10  21:40:49
16676         Log: Reapply Andy's patch and regen Configure.
16677      Branch: perl
16678            ! Configure INSTALL Makefile.SH Porting/Glossary
16679            ! Porting/config.sh config_h.SH epoc/config.sh installperl
16680            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
16681            ! win32/config.vc
16682 ____________________________________________________________________________
16683 [  7195] By: jhi                                   on 2000/10/10  21:09:30
16684         Log: Use the versiononly instead of the installscripts,
16685              retract the changes 7146 and 7147.
16686      Branch: perl
16687            ! Configure INSTALL Makefile.SH Porting/Glossary
16688            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
16689            ! installperl uconfig.sh vos/config.def win32/config.bc
16690            ! win32/config.gc win32/config.vc
16691 ____________________________________________________________________________
16692 [  7194] By: jhi                                   on 2000/10/10  21:06:15
16693         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
16694              From: Peter Prymmer <pvhp@forte.com>
16695              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
16696              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
16697      Branch: perl
16698            ! t/op/ver.t
16699 ____________________________________________________________________________
16700 [  7193] By: jhi                                   on 2000/10/10  21:05:12
16701         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
16702              From: Peter Prymmer <pvhp@forte.com>
16703              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
16704              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
16705      Branch: perl
16706            ! t/op/tr.t
16707 ____________________________________________________________________________
16708 [  7192] By: jhi                                   on 2000/10/10  20:57:30
16709         Log: Add versiononly, delete installscripts, from Andy Dougherty.
16710      Branch: metaconfig
16711            - U/installdirs/installscripts.U
16712      Branch: metaconfig/U/perl
16713            + versiononly.U
16714 ____________________________________________________________________________
16715 [  7191] By: jhi                                   on 2000/10/10  19:41:21
16716         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
16717              From: Peter Prymmer <pvhp@forte.com>
16718              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
16719              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
16720      Branch: perl
16721            ! pod/perlebcdic.pod
16722 ____________________________________________________________________________
16723 [  7190] By: jhi                                   on 2000/10/10  19:26:14
16724         Log: Subject: Re: utf8 concat, mg_get
16725              From: Simon Cozens <simon@cozens.net>
16726              Date: Tue, 10 Oct 2000 17:40:17 +0100
16727              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
16728      Branch: perl
16729            ! pp_hot.c
16730 ____________________________________________________________________________
16731 [  7189] By: jhi                                   on 2000/10/10  19:23:03
16732         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
16733              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
16734              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
16735              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
16736      Branch: perl
16737            ! lib/ExtUtils/MM_Unix.pm
16738 ____________________________________________________________________________
16739 [  7188] By: jhi                                   on 2000/10/10  15:31:24
16740         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
16741              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
16742              Date: Fri, 14 Jul 2000 10:47:36 +0100
16743              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
16744      Branch: perl
16745            ! README.win32
16746 ____________________________________________________________________________
16747 [  7187] By: jhi                                   on 2000/10/10  13:30:10
16748         Log: Quote the temp file name, needed in Win32 because the
16749              default name unfortunately contains spaces, shouldn't
16750              hurt elsewhere.
16751              
16752              Subject: FW: perldoc fails if $TEMP contains spaces
16753              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
16754              Date: Thu, 14 Sep 2000 08:58:45 +0100
16755              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
16756      Branch: perl
16757            ! utils/perldoc.PL
16758 ____________________________________________________________________________
16759 [  7186] By: jhi                                   on 2000/10/10  13:16:27
16760         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
16761              From: hv@hugo.hybyte.com
16762              Date: Tue, 10 Oct 2000 14:10:20 +0100
16763              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
16764      Branch: perl
16765            ! t/lib/thr5005.t util.c
16766 ____________________________________________________________________________
16767 [  7185] By: jhi                                   on 2000/10/10  12:06:22
16768         Log: Upgrade to podlators 1.04, from Russ Allbery.
16769      Branch: perl
16770            ! lib/Pod/Man.pm lib/Pod/Text.pm
16771 ____________________________________________________________________________
16772 [  7184] By: jhi                                   on 2000/10/10  12:01:32
16773         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
16774      Branch: perl
16775            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
16776 ____________________________________________________________________________
16777 [  7183] By: jhi                                   on 2000/10/09  23:47:15
16778         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
16779              From: Peter Prymmer <pvhp@forte.com>
16780              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
16781              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
16782      Branch: perl
16783            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
16784 ____________________________________________________________________________
16785 [  7182] By: jhi                                   on 2000/10/09  23:43:16
16786         Log: Make eq work again with utf8 (disabling the upgrading
16787              should no more be necessary since the copies of the
16788              scalars are upgraded, not the scalars themselves).
16789              Takes care of ID 20001009.001.  (The claimed length()
16790              bug in 20001009.001 seems bogus to me.)
16791      Branch: perl
16792            ! sv.c t/pragma/utf8.t
16793 ____________________________________________________________________________
16794 [  7181] By: gsar                                  on 2000/10/09  19:41:54
16795         Log: tweak for change#7173
16796      Branch: perl
16797            ! win32/win32sck.c
16798 ____________________________________________________________________________
16799 [  7180] By: gsar                                  on 2000/10/09  19:26:56
16800         Log: on Windows, clean targets might not work under some flavors of the shell
16801      Branch: perl
16802            ! win32/Makefile win32/makefile.mk
16803 ____________________________________________________________________________
16804 [  7179] By: jhi                                   on 2000/10/09  19:21:02
16805         Log: Update Changes.
16806      Branch: perl
16807            ! Changes patchlevel.h
16808 ____________________________________________________________________________
16809 [  7178] By: jhi                                   on 2000/10/09  19:18:23
16810         Log: Warn about unknown scripts.
16811              
16812              Subject: Re: ideas? patches? [PATCH bleadperl]
16813              From: Dominic Dunlop <domo@computer.org>
16814              Date: Mon, 9 Oct 2000 14:57:17 +0200
16815              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
16816      Branch: perl
16817            ! lib/charnames.pm
16818 ____________________________________________________________________________
16819 [  7177] By: jhi                                   on 2000/10/09  19:13:27
16820         Log: Change #7160 had a nasty typo.
16821      Branch: metaconfig
16822            ! U/compline/Compile.U
16823      Branch: perl
16824            ! Configure config_h.SH
16825 ____________________________________________________________________________
16826 [  7176] By: gsar                                  on 2000/10/09  18:59:33
16827         Log: pod nit
16828      Branch: perl
16829            ! pod/perlport.pod
16830 ____________________________________________________________________________
16831 [  7175] By: gsar                                  on 2000/10/09  18:54:28
16832         Log: Windows9x doesn't support link(), despite what Config.pm
16833              might think
16834      Branch: perl
16835            ! lib/ExtUtils/Manifest.pm
16836 ____________________________________________________________________________
16837 [  7174] By: gsar                                  on 2000/10/09  18:50:03
16838         Log: avoid nonportable example code
16839      Branch: perl
16840            ! lib/File/Copy.pm
16841 ____________________________________________________________________________
16842 [  7173] By: gsar                                  on 2000/10/09  18:46:54
16843         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
16844              being used) when closing a socket handle
16845      Branch: perl
16846            ! win32/win32.c win32/win32.h win32/win32sck.c
16847 ____________________________________________________________________________
16848 [  7172] By: gsar                                  on 2000/10/09  18:41:40
16849         Log: on Windows, cwd strings in the environment should be of the
16850              form =X:=X:\foo instead of =X=X:\foo\
16851      Branch: perl
16852            ! win32/vdir.h
16853 ____________________________________________________________________________
16854 [  7171] By: gsar                                  on 2000/10/09  18:30:09
16855         Log: on Windows, LoadLibrary() could load an extension DLL multiple
16856              times if forward slashes are used in the path
16857      Branch: perl
16858            ! win32/win32.c
16859 ____________________________________________________________________________
16860 [  7170] By: jhi                                   on 2000/10/09  17:53:59
16861         Log: Add a todo note about overloadable assertions.
16862      Branch: perl
16863            ! Todo-5.6
16864 ____________________________________________________________________________
16865 [  7169] By: jhi                                   on 2000/10/09  13:43:45
16866         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
16867              From: mjd@plover.com
16868              Date: 9 Oct 2000 00:24:44 -0000
16869              Message-ID: <20001009002444.10616.qmail@plover.com>
16870      Branch: perl
16871            ! pod/perldebguts.pod
16872 ____________________________________________________________________________
16873 [  7168] By: nick                                  on 2000/10/08  13:16:33
16874         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
16875              is not right thing to do on (e.g. x86). Network order is also "right" for
16876              X fonts.
16877      Branch: perl
16878            ! ext/Encode/Encode.pm
16879 ____________________________________________________________________________
16880 [  7167] By: nick                                  on 2000/10/08  12:54:42
16881         Log: Make "encodings" work post-install when Encode/*.enc files may not
16882              be in same directory as Encode.pm
16883      Branch: perl
16884            ! ext/Encode/Encode.pm
16885 ____________________________________________________________________________
16886 [  7166] By: nick                                  on 2000/10/08  11:51:26
16887         Log: Work round the fact that $hash->{$key} does not take into account
16888              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
16889              so that key is always in the "expected" encoding - i.e. same way we put
16890              it in the hash.
16891      Branch: perl
16892            ! ext/Encode/Encode.pm
16893 ____________________________________________________________________________
16894 [  7165] By: gsar                                  on 2000/10/08  04:15:29
16895         Log: save_re_context() could reset PL_curcop to freed memory, causing core
16896              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
16897      Branch: perl
16898            ! pp_ctl.c
16899 ____________________________________________________________________________
16900 [  7164] By: jhi                                   on 2000/10/06  20:51:48
16901         Log: UTF8ize split() so that the cloned substrings get the UTF8
16902              flag of the original scalar.  Problem reported by Simon Cozens.
16903      Branch: perl
16904            ! pp.c t/pragma/utf8.t
16905 ____________________________________________________________________________
16906 [  7163] By: nick                                  on 2000/10/06  20:48:34
16907         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
16908              got a false +ve and so did not reach code which would have un-FAKEd the SV.
16909      Branch: perl
16910            ! sv.c
16911 ____________________________________________________________________________
16912 [  7162] By: nick                                  on 2000/10/06  20:25:37
16913         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
16914              To fix  (sort {$a <=> $b} keys %hash) in particular but
16915              should cover a number of other as-yet-unknown cases as well.
16916      Branch: perl
16917            ! sv.c
16918 ____________________________________________________________________________
16919 [  7161] By: jhi                                   on 2000/10/06  19:56:18
16920         Log: Change the version number of Tie::Handle in the core to 4.0,
16921              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
16922              
16923              Subject: Note on Tie::Handle
16924              From: andreas.koenig@anima.de (Andreas J. Koenig)
16925              Date:      06 Oct 2000 21:48:58 +0200
16926              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
16927      Branch: perl
16928            ! lib/Tie/Handle.pm
16929 ____________________________________________________________________________
16930 [  7160] By: jhi                                   on 2000/10/06  18:20:35
16931         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
16932              as the first option of cc/ld because of ultrapicky compilers
16933              (e.g. OS/390 R2.5)
16934      Branch: metaconfig
16935            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
16936            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
16937            ! U/compline/orderlib.U U/modified/Cppsym.U
16938            ! U/modified/d_access.U
16939      Branch: metaconfig/U/perl
16940            ! Checkcc.U d_dlsymun.U gccvers.U
16941      Branch: perl
16942            ! Configure config_h.SH
16943 ____________________________________________________________________________
16944 [  7159] By: jhi                                   on 2000/10/06  13:56:39
16945         Log: Update Changes.
16946      Branch: perl
16947            ! Changes patchlevel.h
16948 ____________________________________________________________________________
16949 [  7158] By: jhi                                   on 2000/10/06  12:48:40
16950         Log: Eliminate $Is_VMS code from the test.
16951              
16952              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
16953              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16954              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
16955              Date:     Thu, 5 Oct 2000 07:46:33 EDT
16956      Branch: perl
16957            ! t/lib/b.t
16958 ____________________________________________________________________________
16959 [  7157] By: jhi                                   on 2000/10/06  12:47:13
16960         Log: Also the $ccflags is needed for the C compiler check.
16961              
16962              Subject: Configure (check for C-compiler)
16963              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16964              Date: Fri, 06 Oct 2000 08:47:15 +0200
16965              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
16966      Branch: metaconfig/U/perl
16967            ! Checkcc.U
16968      Branch: perl
16969            ! Configure config_h.SH
16970 ____________________________________________________________________________
16971 [  7156] By: jhi                                   on 2000/10/06  11:45:15
16972         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
16973      Branch: perl
16974            ! perl.c pp_ctl.c sv.h utf8.c
16975 ____________________________________________________________________________
16976 [  7155] By: jhi                                   on 2000/10/06  11:40:41
16977         Log: IO::Handle->syswrite() did not handle length omission
16978              like CORE::syswrite() does.
16979              
16980              Subject: [Fwd] IO::Handle, syswrite and arguments
16981              From: Graham Barr <gbarr@pobox.com>
16982              Date: Fri, 6 Oct 2000 10:22:05 +0100
16983              Message-ID: <20001006102205.U6312@pobox.com>
16984              
16985              The original patch from andrew@ugh.net.au.
16986      Branch: perl
16987            ! ext/IO/lib/IO/Handle.pm
16988 ____________________________________________________________________________
16989 [  7154] By: jhi                                   on 2000/10/06  01:42:15
16990         Log: Tweak #7153.
16991      Branch: perl
16992            ! utf8.h
16993 ____________________________________________________________________________
16994 [  7153] By: jhi                                   on 2000/10/06  00:39:55
16995         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
16996      Branch: perl
16997            ! utf8.h
16998 ____________________________________________________________________________
16999 [  7152] By: jhi                                   on 2000/10/06  00:38:11
17000         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
17001      Branch: perl
17002            ! perl.c pp_ctl.c sv.h utf8.c
17003 ____________________________________________________________________________
17004 [  7151] By: jhi                                   on 2000/10/06  00:36:38
17005         Log: Subject: Re: Questions about Tie::Array and perl modules
17006              From: Nick Ing-Simmons <nik@tiuk.ti.com>
17007              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
17008              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
17009              
17010              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
17011      Branch: perl
17012            ! lib/Tie/Array.pm t/op/array.t
17013 ____________________________________________________________________________
17014 [  7150] By: jhi                                   on 2000/10/05  00:20:45
17015         Log: Regen Changes.
17016      Branch: perl
17017            ! Changes patchlevel.h
17018 ____________________________________________________________________________
17019 [  7149] By: jhi                                   on 2000/10/05  00:20:01
17020         Log: Regen toc.
17021      Branch: perl
17022            ! pod/perltoc.pod
17023 ____________________________________________________________________________
17024 [  7148] By: jhi                                   on 2000/10/04  23:35:08
17025         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
17026              reported several times by Dominic Dunlop, for example in
17027              ID 20000315.008.  Patch from Dominic.  Patch affects at
17028              least MachTen, and possibly other oldish BSDs. Should not
17029              break non-broken platforms (tested on LinuxPPC). 
17030      Branch: perl
17031            ! doio.c
17032 ____________________________________________________________________________
17033 [  7147] By: jhi                                   on 2000/10/04  23:26:34
17034         Log: The one that got away from 7146.
17035      Branch: metaconfig
17036            + U/installdirs/installscripts.U
17037 ____________________________________________________________________________
17038 [  7146] By: jhi                                   on 2000/10/04  23:25:04
17039         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
17040              suggested by H. Merijn Brand.
17041      Branch: perl
17042            ! Configure INSTALL Makefile.SH Porting/Glossary
17043            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
17044            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
17045            ! win32/config.vc
17046 ____________________________________________________________________________
17047 [  7145] By: jhi                                   on 2000/10/04  22:08:21
17048         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
17049              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17050              Date: Wed, 4 Oct 2000 17:37:46 -0400
17051              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
17052      Branch: perl
17053            ! utils/h2xs.PL
17054 ____________________________________________________________________________
17055 [  7144] By: jhi                                   on 2000/10/04  18:11:41
17056         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
17057              From: Jeff Pinyan <jeffp@crusoe.net>
17058              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
17059              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
17060      Branch: perl
17061            ! pod/perlrun.pod
17062 ____________________________________________________________________________
17063 [  7143] By: jhi                                   on 2000/10/04  18:09:58
17064         Log: Subject: perlhack.pod Patch for Externals Tools
17065              From: Fisher Mark <fisherm@tce.com>
17066              Date: Tue, 3 Oct 2000 15:43:27 -0500 
17067              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
17068      Branch: perl
17069            ! pod/perlhack.pod
17070 ____________________________________________________________________________
17071 [  7142] By: jhi                                   on 2000/10/04  18:08:41
17072         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
17073              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17074              Date:     Wed, 4 Oct 2000 12:11:11 EDT
17075              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
17076      Branch: perl
17077            ! vms/vms.c
17078 ____________________________________________________________________________
17079 [  7141] By: jhi                                   on 2000/10/04  12:20:16
17080         Log: Subject: [PATCH 5.7.0] h2xs not working
17081              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17082              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
17083              Date: Tue, 3 Oct 2000 21:43:01 -0400
17084              
17085              Subject: [PATCH 5.7.0] h2xs not documenting the created module
17086              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17087              Date: Tue, 3 Oct 2000 22:55:19 -0400
17088              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
17089      Branch: perl
17090            ! utils/h2xs.PL
17091 ____________________________________________________________________________
17092 [  7140] By: jhi                                   on 2000/10/04  11:53:44
17093         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
17094              From: nick@babyhippo.com
17095              Date: Wed, 4 Oct 2000 12:06:45 +0100
17096              Message-Id: <20001004120645.A7356@babyhippo.com>
17097              
17098              Retract 7118 and 7135.
17099      Branch: perl
17100            ! installman installperl op.c t/pragma/subs.t
17101 ____________________________________________________________________________
17102 [  7139] By: jhi                                   on 2000/10/03  22:09:41
17103         Log: It is possible to have no hosts database at all.  Pointed out in
17104              
17105              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
17106              From: Peter Prymmer <pvhp@forte.com>
17107              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
17108              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
17109      Branch: metaconfig
17110            ! U/modified/myhostname.U
17111      Branch: perl
17112            ! Configure config_h.SH
17113 ____________________________________________________________________________
17114 [  7138] By: jhi                                   on 2000/10/03  21:49:49
17115         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
17116              From: Peter Prymmer <pvhp@forte.com>
17117              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
17118              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
17119      Branch: perl
17120            ! pp_sys.c
17121 ____________________________________________________________________________
17122 [  7137] By: jhi                                   on 2000/10/03  20:10:05
17123         Log: One remaining nit less at the VMS mailbox sizing.
17124      Branch: perl
17125            ! vms/vms.c
17126 ____________________________________________________________________________
17127 [  7136] By: jhi                                   on 2000/10/03  20:08:47
17128         Log: Test harness update to sync with the new perlcc,
17129              from Simon Cozens.
17130      Branch: perl
17131            ! t/TEST t/UTEST
17132 ____________________________________________________________________________
17133 [  7135] By: jhi                                   on 2000/10/03  15:15:42
17134         Log: Subject: Re: PATCH for 20001003.004
17135              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
17136              From: "AARON B. DOSSETT" <aaron@iglou.com>
17137              Message-Id: <E13gTay-0006od-00@iglou.com>
17138      Branch: perl
17139            ! installman installperl
17140 ____________________________________________________________________________
17141 [  7134] By: jhi                                   on 2000/10/03  15:00:34
17142         Log: Subject: [ID 20001003.006] B::Debug not -w clean
17143              From: Nicholas Clark <nick@babyhippo.co.uk>
17144              Date: Tue, 03 Oct 2000 15:46:32 +0100
17145              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
17146      Branch: perl
17147            ! ext/B/B/Debug.pm
17148 ____________________________________________________________________________
17149 [  7133] By: jhi                                   on 2000/10/03  14:58:39
17150         Log: Scale down the VMS message boxes, by Charles Lane.
17151              Fix for ID 20000903.009, workaround at
17152              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
17153      Branch: perl
17154            ! vms/vms.c
17155 ____________________________________________________________________________
17156 [  7132] By: jhi                                   on 2000/10/03  11:20:37
17157         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
17158      Branch: perl
17159            + t/lib/st-lock.t t/lib/st-utf8.t
17160            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
17161            ! ext/Storable/Storable.xs t/lib/st-recurse.t
17162 ____________________________________________________________________________
17163 [  7131] By: jhi                                   on 2000/10/03  03:38:23
17164         Log: Encode nits.
17165      Branch: perl
17166            ! MANIFEST Makefile.SH
17167 ____________________________________________________________________________
17168 [  7130] By: jhi                                   on 2000/10/03  03:31:05
17169         Log: Update Changes.
17170      Branch: perl
17171            ! Changes patchlevel.h
17172 ____________________________________________________________________________
17173 [  7129] By: jhi                                   on 2000/10/03  02:24:02
17174         Log: Misplaced else.
17175      Branch: metaconfig/U/perl
17176            ! d_strtoll.U
17177      Branch: perl
17178            ! Configure config_h.SH
17179 ____________________________________________________________________________
17180 [  7128] By: jhi                                   on 2000/10/03  02:08:29
17181         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
17182              From: sthoenna@efn.org
17183              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
17184              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
17185      Branch: metaconfig/U/perl
17186            ! d_strtoll.U
17187      Branch: perl
17188            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
17189 ____________________________________________________________________________
17190 [  7127] By: jhi                                   on 2000/10/03  01:13:14
17191         Log: Update Changes.
17192      Branch: perl
17193            ! Changes patchlevel.h
17194 ____________________________________________________________________________
17195 [  7126] By: jhi                                   on 2000/10/03  00:57:08
17196         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
17197              as suggested by Olaf Flebbe and Nick Clark.
17198      Branch: perl
17199            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
17200 ____________________________________________________________________________
17201 [  7125] By: jhi                                   on 2000/10/03  00:50:56
17202         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
17203              From: Nick Clark <nick@plum.flirble.org>
17204              Date: Mon, 2 Oct 2000 11:03:24 +0100
17205              Message-Id: <20001002110324.D20073@plum.flirble.org>
17206              
17207              Also fixes bug ID 20001002.005.
17208      Branch: perl
17209            ! t/lib/encode.t
17210 ____________________________________________________________________________
17211 [  7124] By: jhi                                   on 2000/10/03  00:34:59
17212         Log: Subject: [PATCH 5.7.0] Epoc update
17213              From: Olaf Flebbe <o.flebbe@gmx.de>
17214              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
17215              Message-ID: <26423.969484586@www10.gmx.net>
17216      Branch: perl
17217            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
17218            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
17219            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
17220            ! util.c util.h
17221 ____________________________________________________________________________
17222 [  7123] By: jhi                                   on 2000/10/03  00:30:07
17223         Log: Regen headers.
17224      Branch: perl
17225            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
17226 ____________________________________________________________________________
17227 [  7122] By: jhi                                   on 2000/10/03  00:10:48
17228         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
17229      Branch: perl
17230            ! hints/openbsd.sh
17231 ____________________________________________________________________________
17232 [  7121] By: jhi                                   on 2000/10/03  00:05:06
17233         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
17234              From: <abigail@foad.org>
17235              Date: Tue, 26 Sep 2000 13:36:14 -0400
17236              Message-ID: <20000926173614.4356.qmail@foad.org>
17237      Branch: perl
17238            ! pod/perlop.pod
17239 ____________________________________________________________________________
17240 [  7120] By: jhi                                   on 2000/10/03  00:04:00
17241         Log: Inside require() $^S was always left undefined.
17242              
17243              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
17244              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17245              Date: Wed, 27 Sep 2000 18:54:49 -0400
17246              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
17247      Branch: perl
17248            ! cop.h mg.c pp_ctl.c util.c
17249 ____________________________________________________________________________
17250 [  7119] By: jhi                                   on 2000/10/03  00:00:16
17251         Log: Subject: [PATCH] DLL not restartabke with threaded perl
17252              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
17253              Date: Thu, 28 Sep 2000 09:20:46 +0100
17254              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
17255      Branch: perl
17256            ! perl.c
17257 ____________________________________________________________________________
17258 [  7118] By: jhi                                   on 2000/10/02  23:59:20
17259         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
17260              From: Nicholas Clark <nick@ccl4.org>
17261              Date: Thu, 28 Sep 2000 11:52:24 +0100
17262              Message-ID: <20000928115224.D7924@plum.flirble.org>
17263      Branch: perl
17264            ! op.c
17265 ____________________________________________________________________________
17266 [  7117] By: jhi                                   on 2000/10/02  23:57:51
17267         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
17268              From: Nicholas Clark <nick@babyhippo.co.uk>
17269              Date: Thu, 28 Sep 2000 12:18:10 +0100
17270              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
17271              
17272              Did not apply cleanly, manual intervention was needed.
17273      Branch: perl
17274            ! ext/B/B/Bytecode.pm utils/perlcc.PL
17275 ____________________________________________________________________________
17276 [  7116] By: jhi                                   on 2000/10/02  23:50:40
17277         Log: Document the issue (is not a syntax error, kind of)
17278              
17279              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
17280              From: Nicholas Clark <nick@ccl4.org>
17281              Date: Thu, 28 Sep 2000 17:12:42 +0100
17282              Message-ID: <20000928171242.K7924@plum.flirble.org>
17283      Branch: perl
17284            ! pod/perldata.pod
17285 ____________________________________________________________________________
17286 [  7115] By: jhi                                   on 2000/10/02  23:48:58
17287         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
17288              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17289              Date: Thu, 28 Sep 2000 21:55:31 -0400
17290              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
17291      Branch: perl
17292            ! regexec.c
17293 ____________________________________________________________________________
17294 [  7114] By: jhi                                   on 2000/10/02  23:47:57
17295         Log: Subject: DOC PATCH 5.6.0
17296              From: mjd@plover.com
17297              Date: 30 Sep 2000 06:02:34 -0000
17298              Message-ID: <20000930060234.4559.qmail@plover.com>
17299      Branch: perl
17300            ! pod/perldebguts.pod
17301 ____________________________________________________________________________
17302 [  7113] By: jhi                                   on 2000/10/02  23:46:43
17303         Log: SOCK_DGRAM and listen() do not mix as reported in
17304              
17305              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
17306              From: Petter Reinholdtsen <pere@hungry.com>
17307              Date: Sun, 1 Oct 2000 10:57:20 +0800
17308              Message-Id: <200010010257.KAA05735@localhost.localdomain>
17309              
17310              The patch for 5.7.0+ had to be reengineered, though.
17311      Branch: perl
17312            ! ext/IO/lib/IO/Socket/UNIX.pm
17313 ____________________________________________________________________________
17314 [  7112] By: jhi                                   on 2000/10/02  23:36:57
17315         Log: Subject: Re: [PATCH 5.005_64 missed]
17316              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17317              Date: Sun, 1 Oct 2000 18:50:10 -0400
17318              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
17319      Branch: perl
17320            ! pod/perlxs.pod
17321 ____________________________________________________________________________
17322 [  7111] By: jhi                                   on 2000/10/02  23:35:40
17323         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
17324              From: Radu Greab <radu@netsoft.ro>
17325              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
17326              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
17327      Branch: perl
17328            ! op.c opcode.pl t/op/substr.t
17329 ____________________________________________________________________________
17330 [  7110] By: jhi                                   on 2000/10/02  23:32:38
17331         Log: Subject: [PATCH] Fix aliasing of tied filehandles
17332              From: Daniel Chetlin <daniel@chetlin.com>
17333              Date: Mon, 2 Oct 2000 14:53:27 -0700
17334              Message-ID: <20001002145327.C1617@ilmd>
17335      Branch: perl
17336            ! perl.h pp_hot.c t/op/tiehandle.t
17337 ____________________________________________________________________________
17338 [  7109] By: jhi                                   on 2000/10/02  23:31:30
17339         Log: s/Robin Parker/Robin Barker/
17340      Branch: perl
17341            ! Changes5.6
17342 ____________________________________________________________________________
17343 [  7108] By: jhi                                   on 2000/10/02  23:15:46
17344         Log: Retract #7091 as suggested in
17345              
17346              From: Robin Barker <rmb1@cise.npl.co.uk> 
17347              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
17348              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
17349              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
17350      Branch: perl
17351            ! embed.pl proto.h
17352 ____________________________________________________________________________
17353 [  7107] By: nick                                  on 2000/10/02  18:23:14
17354         Log: A few tweaks to get Tk803 to work with Encode scheme.
17355      Branch: perl
17356            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
17357 ____________________________________________________________________________
17358 [  7106] By: nick                                  on 2000/10/01  21:34:14
17359         Log: Add checking cases to Encode's toUnicode and fromUnicode.
17360      Branch: perl
17361            ! ext/Encode/Encode.pm
17362 ____________________________________________________________________________
17363 [  7105] By: nick                                  on 2000/10/01  17:18:01
17364         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
17365              To read and use them.
17366              Add a lib/encode.t which checks a few things.
17367      Branch: perl
17368            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
17369            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
17370            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
17371            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
17372            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
17373            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
17374            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
17375            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
17376            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
17377            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
17378            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
17379            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
17380            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
17381            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
17382            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
17383            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
17384            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
17385            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
17386            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
17387            + ext/Encode/Encode/iso2022-jp.enc
17388            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
17389            + ext/Encode/Encode/iso8859-1.enc
17390            + ext/Encode/Encode/iso8859-2.enc
17391            + ext/Encode/Encode/iso8859-3.enc
17392            + ext/Encode/Encode/iso8859-4.enc
17393            + ext/Encode/Encode/iso8859-5.enc
17394            + ext/Encode/Encode/iso8859-6.enc
17395            + ext/Encode/Encode/iso8859-7.enc
17396            + ext/Encode/Encode/iso8859-8.enc
17397            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
17398            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
17399            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
17400            + ext/Encode/Encode/macCentEuro.enc
17401            + ext/Encode/Encode/macCroatian.enc
17402            + ext/Encode/Encode/macCyrillic.enc
17403            + ext/Encode/Encode/macDingbats.enc
17404            + ext/Encode/Encode/macGreek.enc
17405            + ext/Encode/Encode/macIceland.enc
17406            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
17407            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
17408            + ext/Encode/Encode/macTurkish.enc
17409            + ext/Encode/Encode/macUkraine.enc
17410            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
17411            + t/lib/encode.t
17412            ! MANIFEST ext/Encode/Encode.pm
17413 ____________________________________________________________________________
17414 [  7104] By: nick                                  on 2000/09/30  13:04:30
17415         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
17416              From: Daniel Chetlin <daniel@chetlin.com>
17417              Date: Mon, 18 Sep 2000 05:05:40 -0700
17418              Message-Id: <20000918050540.C652@ilmd>
17419      Branch: perl
17420            ! lib/overload.pm sv.c t/pragma/overload.t
17421 ____________________________________________________________________________
17422 [  7103] By: nick                                  on 2000/09/30  12:53:36
17423         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
17424              From: Johan Vromans <jvromans@squirrel.nl>
17425              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
17426              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
17427      Branch: perl
17428            ! pod/Makefile.SH
17429 ____________________________________________________________________________
17430 [  7102] By: nick                                  on 2000/09/30  12:52:31
17431         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
17432              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17433              Date: Sat, 16 Sep 2000 16:36:45 -0400
17434              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
17435      Branch: perl
17436            ! ext/B/B/Deparse.pm
17437 ____________________________________________________________________________
17438 [  7101] By: nick                                  on 2000/09/30  12:51:41
17439         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
17440              From: Craig A. Berry <craig.berry@psinetcs.com>
17441              Date: Sat, 16 Sep 2000 10:11:10 -0500
17442              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
17443      Branch: perl
17444            ! vms/vms.c
17445 ____________________________________________________________________________
17446 [  7100] By: nick                                  on 2000/09/30  12:50:33
17447         Log: Subject: Re: unicode support and perl [ID 20000901.097]
17448              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17449              Date: Fri, 15 Sep 2000 16:37:58 -0400
17450              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
17451      Branch: perl
17452            ! t/op/append.t
17453 ____________________________________________________________________________
17454 [  7099] By: nick                                  on 2000/09/30  12:49:35
17455         Log: Subject: Re: unicode support and perl [ID 20000901.097]
17456              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17457              Date: Fri, 15 Sep 2000 16:25:30 -0400
17458              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
17459      Branch: perl
17460            ! pp_hot.c
17461 ____________________________________________________________________________
17462 [  7098] By: nick                                  on 2000/09/30  12:48:00
17463         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
17464              From: Gisle Aas <gisle@ActiveState.com>
17465              Date: 15 Sep 2000 16:23:41 +0200
17466              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
17467      Branch: perl
17468            ! toke.c
17469 ____________________________________________________________________________
17470 [  7097] By: nick                                  on 2000/09/30  12:45:16
17471         Log: Subject: [PATCH] Nits in perlmod.pod
17472              From: Daniel Chetlin <daniel@chetlin.com>
17473              Date: Fri, 15 Sep 2000 02:04:09 -0700
17474              Message-Id: <20000915020409.A2104@ilmd>
17475      Branch: perl
17476            ! pod/perlmod.pod
17477 ____________________________________________________________________________
17478 [  7096] By: nick                                  on 2000/09/30  12:18:00
17479         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
17480              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
17481              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
17482              0 to checking to get the warning.
17483      Branch: perl
17484            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
17485            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
17486            ! regexec.c sv.c toke.c utf8.c
17487 ____________________________________________________________________________
17488 [  7095] By: nick                                  on 2000/09/15  16:55:59
17489         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
17490              
17491              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
17492              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17493              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
17494              Date: Fri, 15 Sep 2000 06:37:30 -0400
17495      Branch: perl
17496            ! ext/Encode/Encode.xs sv.c
17497 ____________________________________________________________________________
17498 [  7094] By: jhi                                   on 2000/09/15  03:23:32
17499         Log: Update Changes.
17500      Branch: perl
17501            ! Changes patchlevel.h
17502 ____________________________________________________________________________
17503 [  7093] By: jhi                                   on 2000/09/15  03:11:44
17504         Log: Fix for the charnames.t failures from Spider Boardman.
17505      Branch: perl
17506            ! toke.c
17507 ____________________________________________________________________________
17508 [  7092] By: jhi                                   on 2000/09/15  00:15:48
17509         Log: Botched the #7090 check-in.
17510      Branch: perl
17511            ! sv.c
17512 ____________________________________________________________________________
17513 [  7091] By: jhi                                   on 2000/09/14  23:33:24
17514         Log: Part of #7081 didn't come through.
17515      Branch: perl
17516            ! embed.pl proto.h
17517 ____________________________________________________________________________
17518 [  7090] By: jhi                                   on 2000/09/14  23:17:39
17519         Log: Subject: Re: perl@7078 
17520              From: Spider Boardman <spider@web.zk3.dec.com>
17521              Date: Thu, 14 Sep 2000 19:06:36 -0400
17522              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
17523      Branch: perl
17524            ! sv.c toke.c
17525 ____________________________________________________________________________
17526 [  7089] By: jhi                                   on 2000/09/14  23:11:21
17527         Log: Small portability tweaks.
17528      Branch: perl
17529            ! ext/Encode/Encode.xs
17530 ____________________________________________________________________________
17531 [  7088] By: jhi                                   on 2000/09/14  22:57:23
17532         Log: Fake return to pacify picky compilers.
17533      Branch: perl
17534            ! ext/Encode/Encode.xs
17535 ____________________________________________________________________________
17536 [  7087] By: jhi                                   on 2000/09/14  22:53:37
17537         Log: Subject: [PATCH] utf8.c apidoc
17538              From: Simon Cozens <simon@cozens.net>
17539              Date: Thu, 14 Sep 2000 23:46:57 +0100
17540              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
17541      Branch: perl
17542            ! perlapi.c pod/perlapi.pod utf8.c
17543 ____________________________________________________________________________
17544 [  7086] By: jhi                                   on 2000/09/14  22:40:38
17545         Log: We don't need to count the high bit bytes, a boolean is enough. 
17546      Branch: perl
17547            ! sv.c
17548 ____________________________________________________________________________
17549 [  7085] By: jhi                                   on 2000/09/14  21:20:09
17550         Log: Replace #7084 with
17551              
17552              Subject: Re: perl@7078 
17553              From: Spider Boardman <spider@web.zk3.dec.com>
17554              Date: Thu, 14 Sep 2000 17:09:36 -0400
17555              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
17556      Branch: perl
17557            ! sv.c utf8.c
17558 ____________________________________________________________________________
17559 [  7084] By: jhi                                   on 2000/09/14  20:03:34
17560         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
17561              convertable to bytes by checking it doesn't go above 0xc3
17562              
17563              Subject: Re: perl@7078
17564              From: Simon Cozens <simon@cozens.net>
17565              Date: Thu, 14 Sep 2000 20:59:19 +0100
17566              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
17567      Branch: perl
17568            ! utf8.c
17569 ____________________________________________________________________________
17570 [  7083] By: jhi                                   on 2000/09/14  19:38:47
17571         Log: Subject: Re: perl@7078
17572              From: Simon Cozens <simon@cozens.net>
17573              Date: Thu, 14 Sep 2000 20:13:09 +0100
17574              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
17575      Branch: perl
17576            ! t/op/bop.t
17577 ____________________________________________________________________________
17578 [  7082] By: jhi                                   on 2000/09/14  17:50:44
17579         Log: The one that got away.
17580      Branch: perl
17581            ! lib/File/Find.pm
17582 ____________________________________________________________________________
17583 [  7081] By: jhi                                   on 2000/09/14  17:45:35
17584         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
17585              From: Robin Barker <rmb1@cise.npl.co.uk>
17586              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
17587              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
17588      Branch: perl
17589            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
17590            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
17591            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
17592            ! regcomp.c toke.c universal.c
17593 ____________________________________________________________________________
17594 [  7080] By: jhi                                   on 2000/09/14  17:40:35
17595         Log: Problems picked up by AIX cc.
17596              
17597              Subject: Re: perl@7078 (patch included)
17598              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17599              Date: Thu, 14 Sep 2000 18:53:30 +0200
17600              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
17601      Branch: perl
17602            ! ext/Encode/Encode.xs
17603 ____________________________________________________________________________
17604 [  7079] By: jhi                                   on 2000/09/14  17:38:27
17605         Log: Subject: File::Find 5.7.0 POD nits
17606              From: Rich Morin <rdm@cfcl.com>
17607              Date: Wed, 13 Sep 2000 22:03:58 -0700
17608              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
17609      Branch: perl
17610            ! lib/File/Find.pm
17611 ____________________________________________________________________________
17612 [  7078] By: jhi                                   on 2000/09/14  14:58:20
17613         Log: Update Changes.
17614      Branch: perl
17615            ! Changes patchlevel.h
17616 ____________________________________________________________________________
17617 [  7077] By: jhi                                   on 2000/09/14  14:55:54
17618         Log: Compilation warnings and an error.
17619      Branch: perl
17620            ! sv.c
17621 ____________________________________________________________________________
17622 [  7076] By: jhi                                   on 2000/09/14  14:42:56
17623         Log: Fix for a parsing bug, not for the original bug.
17624              
17625              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
17626              From: Spider Boardman <spider@web.zk3.dec.com>
17627              Date: Wed, 13 Sep 2000 17:52:20 -0400
17628              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
17629      Branch: perl
17630            ! regcomp.c
17631 ____________________________________________________________________________
17632 [  7075] By: jhi                                   on 2000/09/14  14:40:40
17633         Log: Batch of UTF-8 patches from Simon Cozens.
17634      Branch: perl
17635            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
17636            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
17637            ! toke.c utf8.c
17638 ____________________________________________________________________________
17639 [  7074] By: jhi                                   on 2000/09/14  14:29:58
17640         Log: Subject: Re: Two advertising clauses need to be removed
17641              From: Russ Allbery <rra@stanford.edu>
17642              Date: 13 Sep 2000 18:50:26 -0700
17643              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
17644      Branch: perl
17645            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
17646 ____________________________________________________________________________
17647 [  7073] By: jhi                                   on 2000/09/14  14:28:20
17648         Log: Subject: [PATCH] de-wall t/README
17649              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17650              Date: Wed, 13 Sep 2000 17:46:55 -0700
17651              Message-ID: <//Bw5gzkge/e092yn@efn.org>
17652      Branch: perl
17653            ! t/README
17654 ____________________________________________________________________________
17655 [  7072] By: jhi                                   on 2000/09/14  14:25:10
17656         Log: Hints optimization.
17657              
17658              Subject: Minor nit
17659              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17660              Date: Wed, 13 Sep 2000 21:42:07 +0200
17661              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
17662      Branch: perl
17663            ! hints/hpux.sh
17664 ____________________________________________________________________________
17665 [  7071] By: jhi                                   on 2000/09/14  14:23:30
17666         Log: Allow chop() and chomp() to be overridden.
17667              
17668              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
17669              From: "Casey R. Tweten" <crt@kiski.net>
17670              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
17671              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
17672      Branch: perl
17673            ! toke.c
17674 ____________________________________________________________________________
17675 [  7070] By: jhi                                   on 2000/09/14  14:20:36
17676         Log: The return value of setlocale must be copied away.
17677              
17678              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
17679              From: Alan Burlison <Alan.Burlison@uk.sun.com>
17680              Date: Wed, 13 Sep 2000 16:27:37 +0100 
17681              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
17682      Branch: perl
17683            ! util.c
17684 ____________________________________________________________________________
17685 [  7069] By: jhi                                   on 2000/09/14  14:16:27
17686         Log: Remove vestiges of tr//CU.
17687              
17688              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
17689              From: Nick Clark <nick@plum.flirble.org>
17690              Date: Tue, 12 Sep 2000 22:50:14 +0100
17691              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
17692              
17693              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
17694              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17695              Date: Tue, 12 Sep 2000 21:38:48 -0700
17696              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
17697      Branch: perl
17698            ! op.h pod/perlunicode.pod
17699 ____________________________________________________________________________
17700 [  7068] By: jhi                                   on 2000/09/13  14:18:39
17701         Log: Add the Encode extension.  The code is still largely just skeleton.
17702      Branch: perl
17703            + ext/Encode/Encode.pm ext/Encode/Encode.xs
17704            + ext/Encode/Makefile.PL ext/Encode/Todo
17705            ! MANIFEST Todo-5.6
17706 ____________________________________________________________________________
17707 [  7067] By: jhi                                   on 2000/09/12  17:43:33
17708         Log: Allow for whitespace between "#" and "line" in cpp output.
17709              
17710              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
17711              From: Calle Dybedahl <calle@lysator.liu.se>
17712              Date: 12 Sep 2000 19:38:02 +0200 
17713              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
17714      Branch: perl
17715            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
17716 ____________________________________________________________________________
17717 [  7066] By: gsar                                  on 2000/09/12  17:24:29
17718         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
17719              initialization in all the threads on Windows
17720      Branch: perl
17721            ! win32/win32.c
17722 ____________________________________________________________________________
17723 [  7065] By: jhi                                   on 2000/09/12  15:11:31
17724         Log: Update Changes.
17725      Branch: perl
17726            ! Changes patchlevel.h
17727 ____________________________________________________________________________
17728 [  7064] By: jhi                                   on 2000/09/12  14:54:54
17729         Log: Retract #7062, the pod tests are not ready.
17730      Branch: perl
17731            ! t/TEST t/harness
17732 ____________________________________________________________________________
17733 [  7063] By: jhi                                   on 2000/09/12  14:25:41
17734         Log: The #7054 truncated Configure badly.
17735      Branch: metaconfig/U/perl
17736            ! End.U
17737      Branch: perl
17738            ! Configure config_h.SH
17739 ____________________________________________________________________________
17740 [  7062] By: jhi                                   on 2000/09/12  14:08:32
17741         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
17742              From: sthoenna@efn.org
17743              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
17744              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
17745      Branch: perl
17746            ! t/TEST t/harness
17747 ____________________________________________________________________________
17748 [  7061] By: jhi                                   on 2000/09/12  14:07:18
17749         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
17750              From: sthoenna@efn.org
17751              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
17752              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
17753      Branch: perl
17754            ! pod/perlxs.pod
17755 ____________________________________________________________________________
17756 [  7060] By: jhi                                   on 2000/09/12  14:06:08
17757         Log: Break up the myconfig lines a bit.
17758              
17759              Subject: perlbug/perl -V output format
17760              From: sthoenna@efn.org
17761              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
17762              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
17763      Branch: perl
17764            ! myconfig.SH
17765 ____________________________________________________________________________
17766 [  7059] By: jhi                                   on 2000/09/12  14:05:04
17767         Log: Test for the #7049.
17768              
17769              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
17770              From: andreas.koenig@anima.de (Andreas J. Koenig)
17771              Date: 12 Sep 2000 06:42:01 +0200
17772              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
17773      Branch: perl
17774            ! t/op/my.t
17775 ____________________________________________________________________________
17776 [  7058] By: jhi                                   on 2000/09/12  14:03:05
17777         Log: Subject: [patch: perl@7045] vms updates
17778              From: Peter Prymmer <pvhp@forte.com>
17779              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
17780              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
17781      Branch: perl
17782            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
17783 ____________________________________________________________________________
17784 [  7057] By: jhi                                   on 2000/09/12  14:00:51
17785         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
17786              From: sthoenna@efn.org
17787              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
17788              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
17789      Branch: perl
17790            ! t/op/64bitint.t
17791 ____________________________________________________________________________
17792 [  7056] By: jhi                                   on 2000/09/12  13:58:14
17793         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
17794              From: Jeff Pinyan <jeffp@crusoe.net>
17795              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
17796              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
17797      Branch: perl
17798            ! pod/perlfunc.pod
17799 ____________________________________________________________________________
17800 [  7055] By: jhi                                   on 2000/09/12  13:56:32
17801         Log: Do in VMS as the #7054 does.
17802      Branch: perl
17803            ! configure.com
17804 ____________________________________________________________________________
17805 [  7054] By: jhi                                   on 2000/09/12  13:50:31
17806         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
17807              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17808              Date: Mon, 11 Sep 2000 08:33:09 +0100
17809              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
17810      Branch: metaconfig/U/perl
17811            ! End.U
17812      Branch: perl
17813            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
17814            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
17815 ____________________________________________________________________________
17816 [  7053] By: jhi                                   on 2000/09/12  13:29:19
17817         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
17818              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17819              Date:     Tue, 12 Sep 2000 08:35:59 EDT
17820              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
17821      Branch: perl
17822            ! vms/test.com
17823 ____________________________________________________________________________
17824 [  7052] By: jhi                                   on 2000/09/11  23:01:50
17825         Log: Document the SvUTF8*().
17826      Branch: perl
17827            ! pod/perlapi.pod sv.h
17828 ____________________________________________________________________________
17829 [  7051] By: gsar                                  on 2000/09/11  14:46:30
17830         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
17831              (missed a spot when fixing up op_pmreplroot hack for ithreads)
17832      Branch: perl
17833            ! op.c t/op/split.t
17834 ____________________________________________________________________________
17835 [  7050] By: nick                                  on 2000/09/11  10:03:51
17836         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
17837              
17838              Subject: borland C++ win32.c tweak
17839              From: Vadim Konovalov <vkonovalov@lucent.com>
17840              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
17841              Date: Mon, 11 Sep 2000 11:22:33 +0400
17842      Branch: perl
17843            ! win32/win32.c
17844 ____________________________________________________________________________
17845 [  7049] By: nick                                  on 2000/09/11  09:57:33
17846         Log: Point fix for s/// on foreach (keys %xxx).
17847      Branch: perl
17848            ! pp_hot.c
17849 ____________________________________________________________________________
17850 [  7048] By: jhi                                   on 2000/09/10  23:37:09
17851         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
17852              by Pod::Text, from Brad Appleton.
17853      Branch: perl
17854            ! t/pod/testp2pt.pl
17855 ____________________________________________________________________________
17856 [  7047] By: jhi                                   on 2000/09/10  14:32:53
17857         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
17858              by Russ Allbery.
17859      Branch: perl
17860            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
17861 ____________________________________________________________________________
17862 [  7046] By: jhi                                   on 2000/09/10  14:15:08
17863         Log: Upgrade to CPAN 1.57_65, from Andreas König.
17864      Branch: perl
17865            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
17866 ____________________________________________________________________________
17867 [  7045] By: jhi                                   on 2000/09/08  21:36:32
17868         Log: Update Changes.
17869      Branch: perl
17870            ! Changes patchlevel.h
17871 ____________________________________________________________________________
17872 [  7044] By: jhi                                   on 2000/09/08  21:29:56
17873         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
17874              From: Peter Prymmer <pvhp@forte.com>
17875              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
17876              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
17877      Branch: perl
17878            ! configure.com
17879 ____________________________________________________________________________
17880 [  7043] By: jhi                                   on 2000/09/08  21:27:50
17881         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
17882              From: Peter Prymmer <pvhp@forte.com>
17883              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
17884              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
17885      Branch: perl
17886            ! Makefile.SH installperl
17887 ____________________________________________________________________________
17888 [  7042] By: jhi                                   on 2000/09/08  21:23:21
17889         Log: Continue #7041.
17890      Branch: perl
17891            ! cygwin/Makefile.SHs os2/Makefile.SHs
17892 ____________________________________________________________________________
17893 [  7041] By: jhi                                   on 2000/09/08  21:18:10
17894         Log: Do away with memory models cruft.  Sorry, PDP users.
17895      Branch: metaconfig
17896            ! U/modified/cc.U U/modified/libpth.U
17897      Branch: perl
17898            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
17899            ! Porting/config_H cflags.SH config_h.SH configure.com
17900            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
17901            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
17902            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
17903 ____________________________________________________________________________
17904 [  7040] By: jhi                                   on 2000/09/08  14:34:18
17905         Log: Major rewrite of s2p.  And I mean really major, it is
17906              an implementation of sed in perl.  If called as s2p it
17907              will function as s2p.  Note: needs non-UNIXifying.
17908              
17909              Subject: s2p
17910              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
17911              Date: Mon, 28 Aug 2000 14:05:12 +0200
17912              Message-ID: <39AA5578.2102E2AA@alcatel.at>
17913      Branch: perl
17914            ! x2p/s2p.PL
17915 ____________________________________________________________________________
17916 [  7039] By: jhi                                   on 2000/09/08  14:19:49
17917         Log: Re-allow vec() for characters > 255.
17918              
17919              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
17920              From: Spider Boardman <spider@web.zk3.dec.com>
17921              Date: Fri, 08 Sep 2000 02:21:02 -0400
17922              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
17923      Branch: perl
17924            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
17925            ! t/op/vec.t
17926 ____________________________________________________________________________
17927 [  7038] By: jhi                                   on 2000/09/08  14:14:18
17928         Log: Subject: [PATCH lib/Benchmark.pm]
17929              From: <abigail@foad.org>
17930              Date: Thu, 7 Sep 2000 15:03:20 -0400
17931              Message-ID: <20000907190320.888.qmail@foad.org>
17932      Branch: perl
17933            ! lib/Benchmark.pm
17934 ____________________________________________________________________________
17935 [  7037] By: jhi                                   on 2000/09/08  14:11:06
17936         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
17937              
17938              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
17939              From: Spider Boardman <spider@web.zk3.dec.com>
17940              Date: Fri, 08 Sep 2000 01:30:27 -0400
17941              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
17942      Branch: perl
17943            ! op.c
17944 ____________________________________________________________________________
17945 [  7036] By: jhi                                   on 2000/09/08  14:08:58
17946         Log: Subject: [ID 20000908.002] perlipc documentation bug.
17947              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
17948              Date: Fri, 08 Sep 2000 12:38:32 +0200
17949              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
17950      Branch: perl
17951            ! pod/perlipc.pod
17952 ____________________________________________________________________________
17953 [  7035] By: jhi                                   on 2000/09/08  14:03:12
17954         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
17955              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17956              Date: Fri, 08 Sep 2000 11:47:34 +0200
17957              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
17958      Branch: perl
17959            ! hints/dec_osf.sh
17960 ____________________________________________________________________________
17961 [  7034] By: jhi                                   on 2000/09/08  13:59:35
17962         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
17963              From: Simon Cozens <simon@cozens.net>
17964              Date: Thu, 7 Sep 2000 20:40:38 +0100
17965              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
17966      Branch: perl
17967            ! pp_hot.c
17968 ____________________________________________________________________________
17969 [  7033] By: jhi                                   on 2000/09/08  04:03:03
17970         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
17971              From: "Larry W. Virden" <lvirden@cas.org>
17972              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
17973              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
17974      Branch: perl
17975            ! pod/perldiag.pod
17976 ____________________________________________________________________________
17977 [  7032] By: jhi                                   on 2000/09/07  22:18:30
17978         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
17979              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
17980              Date: Mon, 04 Sep 2000 13:16:38 -0700
17981              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
17982      Branch: perl
17983            ! lib/perl5db.pl
17984 ____________________________________________________________________________
17985 [  7031] By: jhi                                   on 2000/09/07  22:02:29
17986         Log: Fix the ccversion detection for 5.1 and beyond.
17987              
17988              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
17989              From: Spider Boardman <spider@leggy.zk3.dec.com>
17990              Date: Thu, 7 Sep 2000 17:54:27 -0400
17991              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
17992      Branch: perl
17993            ! hints/dec_osf.sh
17994 ____________________________________________________________________________
17995 [  7030] By: jhi                                   on 2000/09/07  19:12:28
17996         Log: Fix for
17997              
17998              Subject: [ID 20000903.001] \w in utf8-strings
17999              From: Marc Lehmann <pcg@goof.com>
18000              Date: Sun, 03 Sep 2000 09:44:29 +0200
18001              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
18002              
18003              and various related nits.
18004      Branch: perl
18005            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
18006 ____________________________________________________________________________
18007 [  7029] By: jhi                                   on 2000/09/07  18:49:09
18008         Log: Fix the URL, but the server is still missing in action.
18009              
18010              Subject: [ID 20000905.002] perlfaq1.pod URL error
18011              From: "Larry W. Virden" <lvirden@cas.org>
18012              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
18013              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
18014      Branch: perl
18015            ! pod/perlfaq1.pod
18016 ____________________________________________________________________________
18017 [  7028] By: jhi                                   on 2000/09/07  18:47:13
18018         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
18019              From: Hugo <hv@crypt.compulink.co.uk>
18020              Date: Tue, 05 Sep 2000 14:13:37 +0100
18021              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
18022      Branch: perl
18023            ! toke.c
18024 ____________________________________________________________________________
18025 [  7027] By: jhi                                   on 2000/09/07  18:45:35
18026         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
18027              From: Daniel Chetlin <daniel@chetlin.com>
18028              Date: Tue, 5 Sep 2000 04:57:07 -0700
18029              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
18030      Branch: perl
18031            ! pod/perlfaq6.pod pod/perlop.pod
18032 ____________________________________________________________________________
18033 [  7026] By: jhi                                   on 2000/09/07  18:44:01
18034         Log: Document the new ref() semantics.
18035              
18036              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
18037              From: Gisle Aas <gisle@ActiveState.com>
18038              Date: 05 Sep 2000 08:10:30 +0200
18039              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
18040      Branch: perl
18041            ! pod/perldelta.pod
18042 ____________________________________________________________________________
18043 [  7025] By: jhi                                   on 2000/09/07  18:42:27
18044         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
18045              
18046              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
18047              From: Gisle Aas <gisle@ActiveState.com>
18048              Date: 05 Sep 2000 08:11:40 +0200
18049              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
18050      Branch: perl
18051            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
18052 ____________________________________________________________________________
18053 [  7024] By: jhi                                   on 2000/09/07  18:39:32
18054         Log: Subject: [PATCH] Modernize Opcode.pm documentation
18055              From: Gisle Aas <gisle@ActiveState.com>
18056              Date: 4 Sep 2000 00:18:55 -0000
18057              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
18058      Branch: perl
18059            ! ext/Opcode/Opcode.pm
18060 ____________________________________________________________________________
18061 [  7023] By: jhi                                   on 2000/09/07  18:37:42
18062         Log: Subject: [PATCH] Tied filehandle documentation
18063              From: Gisle Aas <gisle@ActiveState.com>
18064              Date: 4 Sep 2000 00:14:40 -0000
18065              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
18066      Branch: perl
18067            ! pod/perlfunc.pod pod/perltie.pod
18068 ____________________________________________________________________________
18069 [  7022] By: jhi                                   on 2000/09/07  18:35:37
18070         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
18071              From: Gisle Aas <gisle@ActiveState.com>
18072              Date: 4 Sep 2000 00:04:22 -0000
18073              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
18074      Branch: perl
18075            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
18076 ____________________________________________________________________________
18077 [  7021] By: jhi                                   on 2000/09/07  18:33:22
18078         Log: Subject: small apidoc fix
18079              From: Marc Lehmann <pcg@goof.com>
18080              Date: Sun, 3 Sep 2000 05:12:06 +0200
18081              Message-ID: <20000903051206.A5909@cerebro.laendle>
18082      Branch: perl
18083            ! pod/perlapi.pod utf8.c
18084 ____________________________________________________________________________
18085 [  7020] By: jhi                                   on 2000/09/07  16:14:57
18086         Log: Tiny perldelta nits.
18087      Branch: perl
18088            ! pod/perldelta.pod
18089 ____________________________________________________________________________
18090 [  7019] By: jhi                                   on 2000/09/07  16:04:20
18091         Log: Guard against bad string->int conversion for quads.
18092      Branch: perl
18093            ! t/op/64bitint.t
18094 ____________________________________________________________________________
18095 [  7018] By: jhi                                   on 2000/09/06  17:07:03
18096         Log: Update Unicode todo list.
18097      Branch: perl
18098            ! Todo-5.6
18099 ____________________________________________________________________________
18100 [  7017] By: jhi                                   on 2000/09/05  21:16:01
18101         Log: Document the SvIOK_.*UV().
18102      Branch: perl
18103            ! pod/perlapi.pod sv.h
18104 ____________________________________________________________________________
18105 [  7016] By: nick                                  on 2000/09/03  21:54:46
18106         Log: Hash lookup of constant strings optimization:
18107              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
18108              to string table (as per sharepvn). Add newSV_pvn_share to create such
18109              a thing. Make hv.c compare addresses of strings and skip string compare
18110              if equal. Make method_named and helem ops use these shared-string SVs
18111              when arg is constant. Make keys op return shared-string SVs (less clearly
18112              a win).
18113      Branch: perl
18114            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
18115            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
18116            ! pod/perlintern.pod pp_hot.c proto.h sv.c
18117 ____________________________________________________________________________
18118 [  7015] By: jhi                                   on 2000/09/02  17:48:59
18119         Log: This is 5.7.0.
18120      Branch: perl
18121            ! Changes
18122 ____________________________________________________________________________
18123 [  7014] By: jhi                                   on 2000/09/02  17:35:45
18124         Log: Changes and patchlevel tweaks.
18125      Branch: perl
18126            ! Changes patchlevel.h
18127 ____________________________________________________________________________
18128 [  7013] By: jhi                                   on 2000/09/02  17:30:50
18129         Log: Update Changes.
18130      Branch: perl
18131            ! Changes patchlevel.h
18132 ____________________________________________________________________________
18133 [  7012] By: nick                                  on 2000/09/02  17:25:20
18134         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
18135      Branch: perl
18136            ! gv.c lib/overload.pm
18137 ____________________________________________________________________________
18138 [  7011] By: jhi                                   on 2000/09/02  17:16:25
18139         Log: Update perlhist.
18140      Branch: perl
18141            ! pod/perlhist.pod
18142 ____________________________________________________________________________
18143 [  7010] By: jhi                                   on 2000/09/02  17:01:35
18144         Log: perldelta nits.
18145      Branch: perl
18146            ! pod/perldelta.pod
18147 ____________________________________________________________________________
18148 [  7009] By: nick                                  on 2000/09/02  16:48:35
18149         Log: If overloaded %{} etc. return the object do not loop.
18150              Thus  sub deref { $_[0] } functions if object is wanted type.
18151      Branch: perl
18152            ! pp.h
18153 ____________________________________________________________________________
18154 [  7008] By: jhi                                   on 2000/09/02  16:26:11
18155         Log: Retab MANIFEST.
18156      Branch: perl
18157            ! ext/Storable/MANIFEST
18158 ____________________________________________________________________________
18159 [  7007] By: jhi                                   on 2000/09/02  16:23:02
18160         Log: Make certain cc is set before trying to run it.
18161      Branch: perl
18162            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
18163 ____________________________________________________________________________
18164 [  7006] By: jhi                                   on 2000/09/02  15:45:41
18165         Log: Unicode notes.
18166      Branch: perl
18167            ! pod/perldelta.pod
18168 ____________________________________________________________________________
18169 [  7005] By: jhi                                   on 2000/09/02  15:42:11
18170         Log: Various Configure nits by Philip Newton,
18171              plus the ebcdic one by me.
18172      Branch: metaconfig
18173            + U/modified/pager.U
18174            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
18175      Branch: metaconfig/U/perl
18176            ! Devel.U quadfio.U
18177      Branch: perl
18178            ! Configure config_h.SH
18179 ____________________________________________________________________________
18180 [  7004] By: jhi                                   on 2000/09/02  15:06:14
18181         Log: Apparently avoiding the swapping is too costly.
18182              
18183              From: "Ben Tilly" <ben_tilly@hotmail.com>
18184              Subject: Re: the door is closed.
18185              Date: Fri, 01 Sep 2000 20:23:16 EDT
18186              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
18187      Branch: perl
18188            ! pod/perlfaq4.pod
18189 ____________________________________________________________________________
18190 [  7003] By: nick                                  on 2000/09/02  12:26:04
18191         Log: Undo part of change 6489 which looks like a bulk edit which
18192              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
18193              The supressing of main:: on return from select() is undesirable.
18194      Branch: perl
18195            ! pp_sys.c
18196 ____________________________________________________________________________
18197 [  7002] By: jhi                                   on 2000/09/01  23:08:54
18198         Log: Update Changes.
18199      Branch: perl
18200            ! Changes patchlevel.h
18201 ____________________________________________________________________________
18202 [  7001] By: jhi                                   on 2000/09/01  23:00:13
18203         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
18204              From: Peter Prymmer <pvhp@forte.com>
18205              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
18206              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
18207              
18208              plus rework the http: spots as suggested by Tom Christiansen,
18209              plus regen perltoc.
18210      Branch: perl
18211            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
18212            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
18213 ____________________________________________________________________________
18214 [  7000] By: jhi                                   on 2000/09/01  22:36:01
18215         Log: Only the first line, thank you very much.
18216      Branch: perl
18217            ! hints/solaris_2.sh
18218 ____________________________________________________________________________
18219 [  6999] By: gsar                                  on 2000/09/01  22:16:40
18220         Log: change#6791 accidentally clobbered change#6710, put it back
18221      Branch: perl
18222            ! win32/win32.c
18223 ____________________________________________________________________________
18224 [  6998] By: jhi                                   on 2000/09/01  22:14:16
18225         Log: Mention the HP-UX LP64 freak failure.
18226      Branch: perl
18227            ! pod/perldelta.pod
18228 ____________________________________________________________________________
18229 [  6997] By: jhi                                   on 2000/09/01  21:48:32
18230         Log: Detypo.
18231      Branch: perl
18232            ! hints/hpux.sh
18233 ____________________________________________________________________________
18234 [  6996] By: jhi                                   on 2000/09/01  21:27:10
18235         Log: Update Changes.
18236      Branch: perl
18237            ! Changes patchlevel.h
18238 ____________________________________________________________________________
18239 [  6995] By: jhi                                   on 2000/09/01  21:14:24
18240         Log: Mi splgn s gnin.g
18241      Branch: perl
18242            ! pp_ctl.c
18243 ____________________________________________________________________________
18244 [  6994] By: jhi                                   on 2000/09/01  21:09:54
18245         Log: Subject: http:// in L<>
18246              From: Nicholas Clark <nick@ccl4.org>
18247              Date: Fri, 1 Sep 2000 22:03:21 +0100
18248              Message-ID: <20000901220321.B72074@plum.flirble.org>
18249      Branch: perl
18250            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
18251 ____________________________________________________________________________
18252 [  6993] By: jhi                                   on 2000/09/01  21:06:54
18253         Log: Update to Storable 1.0, from Raphael Manfredi.
18254      Branch: perl
18255            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
18256            ! ext/Storable/Makefile.PL ext/Storable/README
18257            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
18258            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
18259            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
18260            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
18261            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
18262            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
18263 ____________________________________________________________________________
18264 [  6992] By: jhi                                   on 2000/09/01  20:43:05
18265         Log: Mention known sfio+linux buglet.
18266      Branch: perl
18267            ! pod/perldelta.pod
18268 ____________________________________________________________________________
18269 [  6991] By: jhi                                   on 2000/09/01  20:40:11
18270         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
18271              From: Peter Prymmer <pvhp@forte.com>
18272              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
18273              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
18274      Branch: perl
18275            ! vms/vms.c
18276 ____________________________________________________________________________
18277 [  6990] By: jhi                                   on 2000/09/01  20:25:26
18278         Log: Retract #6986.
18279      Branch: perl
18280            ! hints/solaris_2.sh
18281 ____________________________________________________________________________
18282 [  6989] By: jhi                                   on 2000/09/01  20:23:00
18283         Log: Mergesort is back.
18284      Branch: perl
18285            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
18286 ____________________________________________________________________________
18287 [  6988] By: jhi                                   on 2000/09/01  19:37:40
18288         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
18289              From: Mike Guy <mjtg@cam.ac.uk>
18290              Date: Fri, 01 Sep 2000 17:43:33 +0100
18291              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
18292      Branch: perl
18293            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
18294            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
18295 ____________________________________________________________________________
18296 [  6987] By: jhi                                   on 2000/09/01  19:17:10
18297         Log: Regen perltoc.
18298      Branch: perl
18299            ! pod/perltoc.pod
18300 ____________________________________________________________________________
18301 [  6986] By: jhi                                   on 2000/09/01  18:51:10
18302         Log: Subject: Re: Solaris x86 has no SPARC libraries!
18303              From: Lupe Christoph <lupe@lupe-christoph.de>
18304              Date: Fri, 1 Sep 2000 20:41:20 +0200
18305              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
18306      Branch: perl
18307            ! hints/solaris_2.sh
18308 ____________________________________________________________________________
18309 [  6985] By: jhi                                   on 2000/09/01  18:28:10
18310         Log: Update Changes.
18311      Branch: perl
18312            ! Changes patchlevel.h
18313 ____________________________________________________________________________
18314 [  6984] By: jhi                                   on 2000/09/01  18:26:53
18315         Log: Feature ordering tweak.
18316      Branch: perl
18317            ! myconfig.SH
18318 ____________________________________________________________________________
18319 [  6983] By: jhi                                   on 2000/09/01  18:19:50
18320         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18321              From: <abigail@foad.org>
18322              Date: Fri, 1 Sep 2000 13:07:32 -0400
18323              Message-ID: <20000901170732.18249.qmail@foad.org>
18324      Branch: perl
18325            ! t/pragma/overload.t
18326 ____________________________________________________________________________
18327 [  6982] By: jhi                                   on 2000/09/01  18:17:54
18328         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
18329              so that case-ignoring systems like DCL can tell them from
18330              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
18331      Branch: metaconfig/U/perl
18332            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
18333      Branch: perl
18334            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18335            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
18336            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
18337            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
18338            ! vos/config.def vos/config.h vos/config_h.SH_orig
18339            ! win32/config.bc win32/config.gc win32/config.vc
18340 ____________________________________________________________________________
18341 [  6981] By: nick                                  on 2000/09/01  17:21:57
18342         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
18343              warning when UNTIE exists and instead pass the cound of extra references to
18344              the UNTIE method.
18345      Branch: perl
18346            ! pod/perltie.pod pp_sys.c
18347 ____________________________________________________________________________
18348 [  6980] By: jhi                                   on 2000/09/01  16:54:44
18349         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
18350              From: Peter Prymmer <pvhp@forte.com>
18351              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
18352              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
18353      Branch: perl
18354            ! configure.com
18355 ____________________________________________________________________________
18356 [  6979] By: jhi                                   on 2000/09/01  16:06:20
18357         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
18358              From: Mike Guy <mjtg@cam.ac.uk> 
18359              Date: Fri, 01 Sep 2000 16:49:27 +0100
18360              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
18361      Branch: perl
18362            ! t/base/rs.t
18363 ____________________________________________________________________________
18364 [  6978] By: jhi                                   on 2000/09/01  16:00:42
18365         Log: Update to PodParser 1.18, from Brad Appleton.
18366      Branch: perl
18367            ! lib/Pod/Checker.pm t/pod/find.t
18368 ____________________________________________________________________________
18369 [  6977] By: jhi                                   on 2000/09/01  14:48:58
18370         Log: Subject: Nit in Configure (bleadperl@6961)
18371              From: Lupe Christoph <lupe@lupe-christoph.de>
18372              Date: Fri, 1 Sep 2000 16:34:29 +0200
18373              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
18374      Branch: metaconfig
18375            ! U/compline/ccflags.U
18376      Branch: perl
18377            ! Configure config_h.SH
18378 ____________________________________________________________________________
18379 [  6976] By: jhi                                   on 2000/09/01  14:39:52
18380         Log: Update Changes.
18381      Branch: perl
18382            ! Changes patchlevel.h
18383 ____________________________________________________________________________
18384 [  6975] By: jhi                                   on 2000/09/01  14:37:36
18385         Log: microperl config update.
18386      Branch: perl
18387            ! uconfig.h uconfig.sh
18388 ____________________________________________________________________________
18389 [  6974] By: jhi                                   on 2000/09/01  14:36:53
18390         Log: Document known deficiencies.
18391      Branch: perl
18392            ! pod/perldelta.pod
18393 ____________________________________________________________________________
18394 [  6973] By: jhi                                   on 2000/09/01  14:10:20
18395         Log: Mention warnings fixes and updates.
18396      Branch: perl
18397            ! pod/perldelta.pod
18398 ____________________________________________________________________________
18399 [  6972] By: jhi                                   on 2000/09/01  14:01:52
18400         Log: Drop unused argument.
18401              
18402              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
18403              From: Spider Boardman <spider@web.zk3.dec.com>
18404              Date: Thu, 31 Aug 2000 16:10:15 -0400
18405              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
18406      Branch: perl
18407            ! toke.c
18408 ____________________________________________________________________________
18409 [  6971] By: jhi                                   on 2000/09/01  13:59:24
18410         Log: Add the overload warnings to perldiag.
18411      Branch: perl
18412            ! lib/overload.pm pod/perldiag.pod
18413 ____________________________________________________________________________
18414 [  6970] By: jhi                                   on 2000/09/01  13:55:10
18415         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18416              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18417              Date: Fri, 1 Sep 2000 13:43:15 +0100 
18418              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
18419      Branch: perl
18420            ! lib/overload.pm t/pragma/overload.t
18421 ____________________________________________________________________________
18422 [  6969] By: jhi                                   on 2000/09/01  13:52:27
18423         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
18424              From: <abigail@foad.org>
18425              Date: Fri, 1 Sep 2000 05:46:54 -0400
18426              Message-ID: <20000901094654.6476.qmail@foad.org>
18427      Branch: perl
18428            ! lib/overload.pm
18429 ____________________________________________________________________________
18430 [  6968] By: jhi                                   on 2000/09/01  13:50:05
18431         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
18432              From: Daniel Chetlin <daniel@chetlin.com>
18433              Date: Fri, 1 Sep 2000 02:10:55 -0700
18434              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
18435      Branch: perl
18436            ! pod/perlretut.pod
18437 ____________________________________________________________________________
18438 [  6967] By: jhi                                   on 2000/09/01  13:47:54
18439         Log: Part of the solution.
18440              
18441              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
18442              From: Mike Guy <mjtg@cam.ac.uk>
18443              Date: Fri, 01 Sep 2000 14:16:01 +0100
18444              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
18445      Branch: perl
18446            ! gv.c mg.c
18447 ____________________________________________________________________________
18448 [  6966] By: jhi                                   on 2000/09/01  13:46:17
18449         Log: Subject: CPAN.pm beta 1.57_57 for the core
18450              From: andreas.koenig@anima.de (Andreas J. Koenig)
18451              Date: 01 Sep 2000 15:16:31 +0200
18452              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
18453      Branch: perl
18454            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
18455 ____________________________________________________________________________
18456 [  6965] By: jhi                                   on 2000/09/01  13:43:18
18457         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
18458              From: "Craig A. Berry" <craig.berry@psinetcs.com>
18459              Date: Fri, 01 Sep 2000 01:47:22 -0500
18460              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
18461      Branch: perl
18462            ! pod/perldelta.pod vms/vms.c
18463 ____________________________________________________________________________
18464 [  6964] By: jhi                                   on 2000/09/01  13:35:35
18465         Log: File::Temp patches from Andreas König,
18466              
18467              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
18468              From: andreas.koenig@anima.de (Andreas J. Koenig)
18469              Date: 01 Sep 2000 10:07:20 +0200
18470              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
18471              
18472              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
18473              From: andreas.koenig@anima.de (Andreas J. Koenig)
18474              Date: 31 Aug 2000 23:26:08 +0200
18475              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
18476      Branch: perl
18477            ! lib/File/Temp.pm t/lib/ftmp-security.t
18478 ____________________________________________________________________________
18479 [  6963] By: jhi                                   on 2000/09/01  02:22:24
18480         Log: Retract the mergesort code, way too incompatible licensing
18481              and copyrights.
18482      Branch: perl
18483            ! pod/perldelta.pod pp_ctl.c
18484 ____________________________________________________________________________
18485 [  6962] By: jhi                                   on 2000/08/31  23:27:32
18486         Log: Update Changes.
18487      Branch: perl
18488            ! Changes patchlevel.h
18489 ____________________________________________________________________________
18490 [  6961] By: jhi                                   on 2000/08/31  23:20:04
18491         Log: Small tweaks all over.
18492      Branch: metaconfig
18493            ! U/compline/d_gconvert.U
18494      Branch: perl
18495            ! AUTHORS Configure config_h.SH pp_ctl.c
18496 ____________________________________________________________________________
18497 [  6960] By: jhi                                   on 2000/08/31  22:39:36
18498         Log: Further rewording.
18499      Branch: perl
18500            ! pp_ctl.c
18501 ____________________________________________________________________________
18502 [  6959] By: jhi                                   on 2000/08/31  21:26:44
18503         Log: More address tweaking.
18504      Branch: perl
18505            ! AUTHORS Changes
18506 ____________________________________________________________________________
18507 [  6958] By: jhi                                   on 2000/08/31  20:47:25
18508         Log: AUTHORS tweaks, from Peter Prymmer.
18509              
18510              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
18511              From: Peter Prymmer <pvhp@forte.com>
18512              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
18513              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
18514      Branch: perl
18515            ! AUTHORS MAINTAIN
18516 ____________________________________________________________________________
18517 [  6957] By: jhi                                   on 2000/08/31  20:34:43
18518         Log: perldelta tweaks.
18519      Branch: perl
18520            ! pod/perldelta.pod
18521 ____________________________________________________________________________
18522 [  6956] By: jhi                                   on 2000/08/31  19:11:06
18523         Log: Regen perltoc.
18524      Branch: perl
18525            ! pod/perltoc.pod
18526 ____________________________________________________________________________
18527 [  6955] By: jhi                                   on 2000/08/31  19:06:30
18528         Log: Clarify the mergesort situation.
18529      Branch: perl
18530            ! pp_ctl.c
18531 ____________________________________________________________________________
18532 [  6954] By: jhi                                   on 2000/08/31  18:24:17
18533         Log: Move the Solaris 7 scan to use64bitall, make the
18534              failure to find 64-bot sparc libc to mention the
18535              possibility of being in an intel, from Lupe and Alan.
18536      Branch: perl
18537            ! hints/solaris_2.sh
18538 ____________________________________________________________________________
18539 [  6953] By: jhi                                   on 2000/08/31  18:09:20
18540         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
18541              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
18542      Branch: metaconfig
18543            ! U/compline/d_gconvert.U U/threads/archname.U
18544      Branch: metaconfig/U/perl
18545            ! perlxv.U
18546      Branch: perl
18547            ! Configure config_h.SH sv.c
18548 ____________________________________________________________________________
18549 [  6952] By: jhi                                   on 2000/08/31  17:42:24
18550         Log: :: not allowed in pathnames, change to .
18551              
18552              Subject: [PATCH perl@6938] cygwin port
18553              From: "Fifer, Eric" <EFifer@sanwaint.com>
18554              Date: Thu, 31 Aug 2000 16:32:59 +0100
18555              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
18556      Branch: metaconfig/U/perl
18557            ! perlxv.U
18558 ____________________________________________________________________________
18559 [  6951] By: jhi                                   on 2000/08/31  17:02:05
18560         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
18561      Branch: perl
18562            ! perl.h
18563 ____________________________________________________________________________
18564 [  6950] By: jhi                                   on 2000/08/31  16:26:08
18565         Log: More author updates.
18566              
18567              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
18568              From: Simon Cozens <simon@cozens.net>
18569              Date: Thu, 31 Aug 2000 17:13:32 +0100
18570              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
18571      Branch: perl
18572            ! AUTHORS
18573 ____________________________________________________________________________
18574 [  6949] By: jhi                                   on 2000/08/31  16:04:49
18575         Log: POSIX doesn't report long double values under -Duselongdouble
18576              when the long doubles are "real" (bigger than doubles).
18577              
18578              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
18579              From: Spider Boardman <spider@peano.zk3.dec.com>
18580              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
18581              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
18582      Branch: perl
18583            ! ext/POSIX/POSIX.xs
18584 ____________________________________________________________________________
18585 [  6948] By: jhi                                   on 2000/08/31  15:25:10
18586         Log: Update Changes.
18587      Branch: perl
18588            ! Changes patchlevel.h
18589 ____________________________________________________________________________
18590 [  6947] By: jhi                                   on 2000/08/31  15:22:29
18591         Log: Document UNTIE in a very minimalistic way.
18592      Branch: perl
18593            ! pod/perlfunc.pod pod/perltie.pod
18594 ____________________________________________________________________________
18595 [  6946] By: jhi                                   on 2000/08/31  15:15:23
18596         Log: Document known failures.
18597      Branch: perl
18598            ! pod/perldelta.pod
18599 ____________________________________________________________________________
18600 [  6945] By: jhi                                   on 2000/08/31  15:07:00
18601         Log: Don't attach -ld to the archname if pointless.
18602      Branch: metaconfig
18603            ! U/threads/archname.U
18604      Branch: perl
18605            ! Configure config_h.SH
18606 ____________________________________________________________________________
18607 [  6944] By: jhi                                   on 2000/08/31  14:37:42
18608         Log: Wrap the test in eval.
18609              
18610              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
18611              From: Tim Jenness <timj@jach.hawaii.edu>
18612              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
18613              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
18614      Branch: perl
18615            ! t/lib/ftmp-security.t
18616 ____________________________________________________________________________
18617 [  6943] By: jhi                                   on 2000/08/31  14:30:57
18618         Log: Make -Dusemorebits find long doubles in Solaris.
18619      Branch: perl
18620            ! hints/solaris_2.sh
18621 ____________________________________________________________________________
18622 [  6942] By: jhi                                   on 2000/08/31  13:48:45
18623         Log: Clarify the third case of ftmp-security warnings.
18624      Branch: perl
18625            ! INSTALL
18626 ____________________________________________________________________________
18627 [  6941] By: jhi                                   on 2000/08/31  13:40:31
18628         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
18629              From: <abigail@foad.org>
18630              Date: Thu, 31 Aug 2000 01:35:05 -0400
18631              Message-ID: <20000831053505.32120.qmail@foad.org>
18632      Branch: perl
18633            ! pod/perldelta.pod
18634 ____________________________________________________________________________
18635 [  6940] By: jhi                                   on 2000/08/31  13:38:48
18636         Log: Issue useful diagnostic on unknown pod commands.
18637              
18638              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
18639              From: <abigail@foad.org>
18640              Date: Thu, 31 Aug 2000 03:41:18 -0400
18641              Message-ID: <20000831074118.24880.qmail@foad.org>
18642      Branch: perl
18643            ! lib/Pod/Man.pm
18644 ____________________________________________________________________________
18645 [  6939] By: jhi                                   on 2000/08/31  13:34:33
18646         Log: Reveal Borland's isnan.
18647              
18648              Subject: build with BC++ tweak
18649              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18650              Date: Thu, 31 Aug 2000 13:09:37 +0400
18651              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
18652      Branch: perl
18653            ! win32/win32.h
18654 ____________________________________________________________________________
18655 [  6938] By: jhi                                   on 2000/08/31  05:01:20
18656         Log: Update Changes.
18657      Branch: perl
18658            ! Changes patchlevel.h
18659 ____________________________________________________________________________
18660 [  6937] By: jhi                                   on 2000/08/31  04:26:23
18661         Log: sscanf() may be the only way to read long doubles from strings.
18662      Branch: metaconfig/U/perl
18663            ! longdblfio.U
18664      Branch: perl
18665            ! Configure config_h.SH perl.h util.c
18666 ____________________________________________________________________________
18667 [  6936] By: jhi                                   on 2000/08/31  04:18:19
18668         Log: The #6929 was too skimpy.
18669      Branch: perl
18670            ! sv.c
18671 ____________________________________________________________________________
18672 [  6935] By: jhi                                   on 2000/08/31  02:47:07
18673         Log: Subject: Re: typos in pods
18674              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18675              Date: Wed, 30 Aug 2000 19:25:34 -0700
18676              Message-ID: <eIcr5gzkg25X092yn@efn.org>
18677      Branch: perl
18678            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
18679 ____________________________________________________________________________
18680 [  6934] By: jhi                                   on 2000/08/31  02:42:55
18681         Log: Missed one Unicode file.
18682      Branch: perl
18683            + lib/unicode/UCDFF301.html
18684 ____________________________________________________________________________
18685 [  6933] By: jhi                                   on 2000/08/30  23:42:27
18686         Log: Update Changes.
18687      Branch: perl
18688            ! Changes patchlevel.h
18689 ____________________________________________________________________________
18690 [  6932] By: jhi                                   on 2000/08/30  23:40:07
18691         Log: Mention UNTIE in perldelta.  Still needs documenting
18692              in perltie et alia.
18693      Branch: perl
18694            ! pod/perldelta.pod
18695 ____________________________________________________________________________
18696 [  6931] By: jhi                                   on 2000/08/30  23:36:02
18697         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
18698              From: <abigail@foad.org>
18699              Date: Wed, 30 Aug 2000 19:28:07 -0400
18700              Message-ID: <20000830232807.305.qmail@foad.org>
18701      Branch: perl
18702            ! pod/perldelta.pod
18703 ____________________________________________________________________________
18704 [  6930] By: jhi                                   on 2000/08/30  23:32:40
18705         Log: Update to Unicode 3.0.1.
18706      Branch: perl
18707            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
18708            + lib/unicode/PropList.txt lib/unicode/README.perl
18709            + lib/unicode/UCD301.html lib/unicode/Unicode.301
18710            - lib/unicode/Props.txt lib/unicode/UCD300.html
18711            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
18712            ! (edit 257 files)
18713 ____________________________________________________________________________
18714 [  6929] By: jhi                                   on 2000/08/30  22:38:18
18715         Log: Heap decorruption.
18716              
18717              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
18718              From: Alan Burlison <Alan.Burlison@uk.sun.com>
18719              Date: Wed, 30 Aug 2000 22:39:52 +0100
18720              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
18721      Branch: perl
18722            ! sv.c
18723 ____________________________________________________________________________
18724 [  6928] By: jhi                                   on 2000/08/30  22:29:34
18725         Log: Retract the dummy test, skip the security tests (instead of failing),
18726              explain what the warnings mean.
18727      Branch: perl
18728            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
18729 ____________________________________________________________________________
18730 [  6927] By: jhi                                   on 2000/08/30  22:14:13
18731         Log: Change the internal implementation of sort() to be mergesort
18732              instead of quicksort, from John Linderman <jpl@research.att.com>.
18733              Gives us better worst case, better average case, and stability.
18734              What's there not to like?  (Small fixes for threaded builds
18735              were required).
18736      Branch: perl
18737            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
18738 ____________________________________________________________________________
18739 [  6926] By: jhi                                   on 2000/08/30  20:55:20
18740         Log: A better fix for the Socket building problem from Craig Berry.
18741      Branch: perl
18742            ! vms/vms.c
18743 ____________________________________________________________________________
18744 [  6925] By: jhi                                   on 2000/08/30  20:20:25
18745         Log: Subject: [PATCH] Re: UNTIE method 
18746              From: Nick Ing-Simmons <nik@tiuk.ti.com>
18747              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
18748              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
18749      Branch: perl
18750            ! pp_sys.c t/op/tie.t
18751 ____________________________________________________________________________
18752 [  6924] By: jhi                                   on 2000/08/30  20:17:11
18753         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
18754              From: "Craig A. Berry" <craig.berry@psinetcs.com>
18755              Date: Wed, 30 Aug 2000 15:03:14 -0500
18756              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
18757      Branch: perl
18758            ! vms/vms.c
18759 ____________________________________________________________________________
18760 [  6923] By: jhi                                   on 2000/08/30  20:15:18
18761         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
18762              From: "Craig A. Berry" <craig.berry@psinetcs.com>
18763              Date: Wed, 30 Aug 2000 13:30:36 -0500
18764              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
18765      Branch: perl
18766            ! vms/vms.c
18767 ____________________________________________________________________________
18768 [  6922] By: jhi                                   on 2000/08/30  19:54:43
18769         Log: Better options for rsync.
18770      Branch: perl
18771            ! pod/perlhack.pod
18772 ____________________________________________________________________________
18773 [  6921] By: jhi                                   on 2000/08/30  19:40:16
18774         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
18775              From: Rick Delaney <rick@consumercontact.com>
18776              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
18777              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
18778      Branch: perl
18779            ! pod/perlfunc.pod
18780 ____________________________________________________________________________
18781 [  6920] By: jhi                                   on 2000/08/30  19:36:40
18782         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
18783              From: Peter Prymmer <pvhp@forte.com>
18784              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
18785              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
18786      Branch: perl
18787            ! configure.com
18788 ____________________________________________________________________________
18789 [  6919] By: jhi                                   on 2000/08/30  14:52:02
18790         Log: Update Changes.
18791      Branch: perl
18792            ! Changes patchlevel.h
18793 ____________________________________________________________________________
18794 [  6918] By: jhi                                   on 2000/08/30  14:48:34
18795         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
18796      Branch: perl
18797            ! lib/ExtUtils/typemap
18798 ____________________________________________________________________________
18799 [  6917] By: jhi                                   on 2000/08/30  14:46:34
18800         Log: Subject: typos in pods
18801              From: Nicholas Clark <nick@ccl4.org>
18802              Date: Wed, 30 Aug 2000 01:12:50 +0100
18803              Message-ID: <20000830011249.A61388@plum.flirble.org>
18804      Branch: perl
18805            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
18806            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
18807            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
18808            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
18809 ____________________________________________________________________________
18810 [  6916] By: jhi                                   on 2000/08/30  14:19:09
18811         Log: Document Storable problems on Crays.  (Will have
18812              to document all the other Storable problems, too.)
18813      Branch: perl
18814            ! pod/perldelta.pod
18815 ____________________________________________________________________________
18816 [  6915] By: jhi                                   on 2000/08/30  14:06:02
18817         Log: Subject: [PATCH] fix misc cast warnings
18818              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18819              Date: Tue, 29 Aug 2000 23:16:14 -0700
18820              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
18821      Branch: perl
18822            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
18823            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
18824            ! os2/os2ish.h
18825 ____________________________________________________________________________
18826 [  6914] By: jhi                                   on 2000/08/30  14:03:45
18827         Log: Timestamp mismatch again.  Need to fix this dependence on
18828              config_h.SH timestamp, since it's the contents of config_h.SH
18829              that matter.
18830      Branch: perl
18831            ! uconfig.h uconfig.sh
18832 ____________________________________________________________________________
18833 [  6913] By: jhi                                   on 2000/08/30  13:54:06
18834         Log: Don't say "Perl 5.0 source kit".
18835      Branch: perl
18836            ! perl.c
18837 ____________________________________________________________________________
18838 [  6912] By: jhi                                   on 2000/08/30  13:51:24
18839         Log: Reset archname and archname64 always, forcing them be
18840              recomputed at each Configure run, make Configure and
18841              the hints files agree on the naming of largefiles variables.
18842      Branch: metaconfig
18843            ! U/threads/archname.U
18844      Branch: metaconfig/U/perl
18845            ! use64bits.U
18846      Branch: perl
18847            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
18848            ! hints/linux.sh hints/solaris_2.sh
18849 ____________________________________________________________________________
18850 [  6911] By: jhi                                   on 2000/08/30  13:30:13
18851         Log: Put back the slice accidentally removed by #6907.
18852      Branch: perl
18853            ! hints/solaris_2.sh
18854 ____________________________________________________________________________
18855 [  6910] By: jhi                                   on 2000/08/30  01:24:26
18856         Log: Be consistent: other Net::get* do export theirs.
18857              
18858              Subject: Re: Net::protoent does not export 'getproto'
18859              From: Yasushi Nakajima <sey@jkc.co.jp>
18860              Date: Wed, 30 Aug 2000 09:53:14 +0900
18861              Message-Id: <200008300051.DAA24700@taku.hut.fi>
18862      Branch: perl
18863            ! lib/Net/protoent.pm
18864 ____________________________________________________________________________
18865 [  6909] By: jhi                                   on 2000/08/30  01:17:25
18866         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
18867              From: Gurusamy Sarathy <gsar@ActiveState.com>
18868              Date: Tue, 29 Aug 2000 17:17:07 -0700
18869              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
18870      Branch: perl
18871            ! cop.h
18872 ____________________________________________________________________________
18873 [  6908] By: jhi                                   on 2000/08/30  00:58:05
18874         Log: Update Changes.
18875      Branch: perl
18876            ! Changes patchlevel.h
18877 ____________________________________________________________________________
18878 [  6907] By: jhi                                   on 2000/08/30  00:57:22
18879         Log: Introduce ccname to keep track of what compiler kind of we have.
18880      Branch: metaconfig/U/perl
18881            ! Checkcc.U gccvers.U
18882      Branch: perl
18883            ! Configure config_h.SH hints/solaris_2.sh
18884 ____________________________________________________________________________
18885 [  6906] By: jhi                                   on 2000/08/30  00:25:47
18886         Log: Put back the flags dump as reasoned in
18887              
18888              Subject: Re: [PATCH] Glob dumping
18889              From: Mike Guy <mjtg@cam.ac.uk> 
18890              Date: Tue, 29 Aug 2000 21:41:32 +0100
18891              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
18892      Branch: perl
18893            ! dump.c t/lib/peek.t
18894 ____________________________________________________________________________
18895 [  6905] By: jhi                                   on 2000/08/30  00:16:17
18896         Log: Make the epsilon to be relative, not absolute.
18897              
18898              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
18899              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
18900              Date: Tue, 29 Aug 2000 19:58:56 -0400
18901              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
18902      Branch: perl
18903            ! t/lib/trig.t
18904 ____________________________________________________________________________
18905 [  6904] By: jhi                                   on 2000/08/30  00:13:09
18906         Log: From now on, Gisle is on my list of usual suspects :-)
18907              Retract #6902.
18908      Branch: perl
18909            ! ext/Opcode/Safe.pm
18910 ____________________________________________________________________________
18911 [  6903] By: jhi                                   on 2000/08/29  23:51:20
18912         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
18913              From: "Craig A. Berry" <craig.berry@psinetcs.com>
18914              Date: Tue, 29 Aug 2000 18:43:26 -0500
18915              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
18916      Branch: perl
18917            + vms/vmspipe.com
18918            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
18919            ! vms/vms.c
18920 ____________________________________________________________________________
18921 [  6902] By: jhi                                   on 2000/08/29  23:44:14
18922         Log: Retry what #6882 attempted.
18923              
18924              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
18925              From: Gisle Aas <gisle@ActiveState.com>
18926              Date: 30 Aug 2000 00:33:09 +0200
18927              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
18928      Branch: perl
18929            ! ext/Opcode/Safe.pm
18930 ____________________________________________________________________________
18931 [  6901] By: jhi                                   on 2000/08/29  22:59:32
18932         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
18933              From: Hugo <hv@crypt.compulink.co.uk>
18934              Date: Mon, 12 Jun 2000 19:36:08 +0100
18935              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
18936      Branch: perl
18937            ! sv.c
18938 ____________________________________________________________________________
18939 [  6900] By: jhi                                   on 2000/08/29  22:58:35
18940         Log: Admit that we are leaking scalars.
18941              
18942              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
18943              From: Spider Boardman <spider@leggy.zk3.dec.com>
18944              Date: Tue, 29 Aug 2000 18:48:29 -0400
18945              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
18946      Branch: perl
18947            ! t/pragma/warnings.t
18948 ____________________________________________________________________________
18949 [  6899] By: jhi                                   on 2000/08/29  20:53:13
18950         Log: Update Changes.
18951      Branch: perl
18952            ! Changes patchlevel.h
18953 ____________________________________________________________________________
18954 [  6898] By: jhi                                   on 2000/08/29  20:46:21
18955         Log: Undo namespace pollution of #6878.
18956              
18957              Subject: Re: Net::protoent does not export 'getproto'
18958              From: Mike Guy <mjtg@cam.ac.uk>
18959              Date: Tue, 29 Aug 2000 21:32:37 +0100
18960              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
18961      Branch: perl
18962            ! lib/Net/protoent.pm
18963 ____________________________________________________________________________
18964 [  6897] By: jhi                                   on 2000/08/29  20:44:29
18965         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
18966              From: Peter Prymmer <pvhp@forte.com>
18967              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
18968              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
18969      Branch: perl
18970            ! pod/perlebcdic.pod
18971 ____________________________________________________________________________
18972 [  6896] By: jhi                                   on 2000/08/29  20:40:57
18973         Log: There's no point repeating the 'revision' (5) of perl5.
18974      Branch: metaconfig/U/perl
18975            ! Devel.U patchlevel.U
18976      Branch: perl
18977            ! Configure config_h.SH
18978 ____________________________________________________________________________
18979 [  6895] By: jhi                                   on 2000/08/29  20:16:58
18980         Log: Regen Configure for #6894.
18981      Branch: metaconfig/U/perl
18982            ! perladmin.U
18983      Branch: perl
18984            ! Configure config_h.SH
18985 ____________________________________________________________________________
18986 [  6894] By: jhi                                   on 2000/08/29  19:59:52
18987         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
18988              From: "Philip Newton" <Philip.Newton@gmx.net>
18989              Date: Tue, 29 Aug 2000 21:39:14 +0200
18990              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
18991      Branch: perl
18992            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
18993            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
18994            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
18995            ! utils/perlbug.PL
18996 ____________________________________________________________________________
18997 [  6893] By: jhi                                   on 2000/08/29  19:55:30
18998         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
18999              From: "Philip Newton" <Philip.Newton@gmx.net>
19000              Date: Tue, 29 Aug 2000 21:39:14 +0200
19001              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
19002      Branch: perl
19003            ! installhtml
19004 ____________________________________________________________________________
19005 [  6892] By: jhi                                   on 2000/08/29  19:53:59
19006         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
19007              From: "Philip Newton" <Philip.Newton@gmx.net>
19008              Date: Tue, 29 Aug 2000 21:48:18 +0200
19009              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
19010      Branch: perl
19011            ! lib/File/Temp.pm
19012 ____________________________________________________________________________
19013 [  6891] By: jhi                                   on 2000/08/29  18:30:03
19014         Log: Nail the ID 20000828.023.
19015      Branch: perl
19016            ! ext/Storable/Storable.xs
19017 ____________________________________________________________________________
19018 [  6890] By: jhi                                   on 2000/08/29  16:50:17
19019         Log: Under usethreads the dumped variable is IN_PAD.
19020              
19021              Subject: Re: [PATCH] Glob dumping
19022              From: Gisle Aas <gisle@ActiveState.com>
19023              Date: 29 Aug 2000 18:45:05 +0200
19024              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
19025      Branch: perl
19026            ! t/lib/peek.t
19027 ____________________________________________________________________________
19028 [  6889] By: jhi                                   on 2000/08/29  15:17:37
19029         Log: Update Changes.
19030      Branch: perl
19031            ! Changes patchlevel.h
19032 ____________________________________________________________________________
19033 [  6888] By: jhi                                   on 2000/08/29  14:49:59
19034         Log: Retract #6882, broke the safe tests.
19035      Branch: perl
19036            ! ext/Opcode/Safe.pm
19037 ____________________________________________________________________________
19038 [  6887] By: jhi                                   on 2000/08/29  14:47:06
19039         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
19040              From: Gisle Aas <gisle@ActiveState.com> 
19041              Date: 09 Jun 2000 20:00:11 +0200
19042              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
19043      Branch: perl
19044            ! utils/perldoc.PL
19045 ____________________________________________________________________________
19046 [  6886] By: jhi                                   on 2000/08/29  14:42:45
19047         Log: The #6881 removed one dump line.
19048      Branch: perl
19049            ! t/lib/peek.t
19050 ____________________________________________________________________________
19051 [  6885] By: jhi                                   on 2000/08/29  14:30:47
19052         Log: Don't forget to tidy up.
19053      Branch: perl
19054            ! t/lib/ftmp-security.t
19055 ____________________________________________________________________________
19056 [  6884] By: jhi                                   on 2000/08/29  14:25:17
19057         Log: Disabling the one test is a bit tricky.
19058      Branch: perl
19059            ! t/lib/ftmp-security.t
19060 ____________________________________________________________________________
19061 [  6883] By: jhi                                   on 2000/08/29  14:16:25
19062         Log: Disable one of the tests for now.
19063      Branch: perl
19064            ! t/lib/ftmp-security.t
19065 ____________________________________________________________________________
19066 [  6882] By: jhi                                   on 2000/08/29  14:05:50
19067         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
19068              From: gisle@aas.no
19069              Date: 29 Aug 2000 10:35:06 -0000
19070              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
19071      Branch: perl
19072            ! ext/Opcode/Safe.pm
19073 ____________________________________________________________________________
19074 [  6881] By: jhi                                   on 2000/08/29  14:03:51
19075         Log: Subject: [PATCH] Glob dumping
19076              From: Gisle Aas <gisle@ActiveState.com>
19077              Date: 29 Aug 2000 07:59:42 -0000
19078              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
19079      Branch: perl
19080            ! dump.c
19081 ____________________________________________________________________________
19082 [  6880] By: jhi                                   on 2000/08/29  14:02:01
19083         Log: Subject: [PATCH] Warnings in B::Deparse
19084              From: <abigail@foad.org>
19085              Date: Tue, 29 Aug 2000 00:00:01 -0400
19086              Message-ID: <20000829040001.2999.qmail@foad.org>
19087      Branch: perl
19088            ! ext/B/B/Deparse.pm
19089 ____________________________________________________________________________
19090 [  6879] By: jhi                                   on 2000/08/29  13:57:26
19091         Log: Missed a change in #6869.
19092      Branch: perl
19093            ! mg.c
19094 ____________________________________________________________________________
19095 [  6878] By: jhi                                   on 2000/08/29  13:45:04
19096         Log: Subject: Net::protoent does not export 'getproto'
19097              From: Yasushi Nakajima <sey@jkc.co.jp>
19098              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
19099      Branch: perl
19100            ! lib/Net/protoent.pm
19101 ____________________________________________________________________________
19102 [  6877] By: jhi                                   on 2000/08/29  13:39:19
19103         Log: Patches all over for people and the files they (hopefully) care about.
19104      Branch: perl
19105            ! AUTHORS Changes MAINTAIN
19106 ____________________________________________________________________________
19107 [  6876] By: jhi                                   on 2000/08/29  12:53:54
19108         Log: Fix for thinko in #6848.
19109              
19110              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
19111              From: Lupe Christoph <lupe@lupe-christoph.de>
19112              Date: Tue, 29 Aug 2000 09:04:08 +0200
19113              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
19114      Branch: perl
19115            ! ext/Thread/Thread.xs
19116 ____________________________________________________________________________
19117 [  6875] By: jhi                                   on 2000/08/29  12:50:14
19118         Log: Update to Getopt::Long 2.24, from Johan Vromans.
19119      Branch: perl
19120            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
19121 ____________________________________________________________________________
19122 [  6874] By: jhi                                   on 2000/08/29  02:09:53
19123         Log: Use minimal @INC in tests, most of the time just '../lib',
19124              so that we simply can't pick up stuff from other Perls than
19125              the one we are testing.  Pointed out by
19126              
19127              From: Mike Guy <mjtg@cam.ac.uk>
19128              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
19129              Date: Fri, 25 Aug 2000 15:15:59 +0100
19130              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
19131      Branch: perl
19132            ! (edit 185 files)
19133 ____________________________________________________________________________
19134 [  6873] By: jhi                                   on 2000/08/29  01:07:11
19135         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
19136              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19137              Date: Mon, 28 Aug 2000 17:45:52 -0700
19138              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
19139      Branch: perl
19140            ! Makefile.SH hints/os2.sh
19141 ____________________________________________________________________________
19142 [  6872] By: jhi                                   on 2000/08/28  23:33:39
19143         Log: Subject: [PATCH bleedperl@6866] spellings
19144              From: marcel@codewerk.com (Marcel Grunauer)
19145              Date: Tue, 29 Aug 2000 01:19:59 +0200
19146              Message-Id: <200008282319.BAA29862@gandalf.local>
19147      Branch: perl
19148            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
19149            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
19150            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
19151 ____________________________________________________________________________
19152 [  6871] By: jhi                                   on 2000/08/28  23:22:09
19153         Log: Take out the SUIDMAIL thing, that will not be
19154              a problem in 5.7.*.
19155      Branch: perl
19156            ! patchlevel.h
19157 ____________________________________________________________________________
19158 [  6870] By: jhi                                   on 2000/08/28  23:19:30
19159         Log: -S is the silent flag, -s is the strip flag.
19160              
19161              Subject: [PATCH] Re: [PATCH] make no-install          
19162              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19163              Date: Mon, 28 Aug 2000 15:12:55 -0700
19164              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
19165      Branch: perl
19166            ! Makefile.SH
19167 ____________________________________________________________________________
19168 [  6869] By: jhi                                   on 2000/08/28  23:12:05
19169         Log: Subject: [PATCH bleedperl@6856] warnings fixes
19170              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19171              Date: Mon, 28 Aug 2000 23:55:06 +0100
19172              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
19173      Branch: perl
19174            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
19175            ! warnings.h warnings.pl
19176 ____________________________________________________________________________
19177 [  6868] By: jhi                                   on 2000/08/28  21:38:22
19178         Log: Potential cruft.
19179      Branch: perl
19180            ! Makefile.SH
19181 ____________________________________________________________________________
19182 [  6867] By: jhi                                   on 2000/08/28  21:35:36
19183         Log: Update Changes.
19184      Branch: perl
19185            ! Changes patchlevel.h
19186 ____________________________________________________________________________
19187 [  6866] By: jhi                                   on 2000/08/28  21:33:49
19188         Log: Subject: hv.h Doc Patch
19189              From: Fisher Mark <fisherm@tce.com>
19190              Date: Mon, 28 Aug 2000 16:24:59 -0500
19191              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
19192      Branch: perl
19193            ! hv.h
19194 ____________________________________________________________________________
19195 [  6865] By: jhi                                   on 2000/08/28  21:02:15
19196         Log: Add -ld to archname on long tr...double platforms.
19197      Branch: metaconfig
19198            ! U/threads/archname.U
19199      Branch: perl
19200            ! Configure config_h.SH
19201 ____________________________________________________________________________
19202 [  6864] By: jhi                                   on 2000/08/28  20:38:59
19203         Log: An attempt to fix the problem reported in
19204              
19205              Subject: Building perl@6856 using gcc/AIX 4.3.3 
19206              From: Daniel Muino <dmuino@afip.gov.ar> 
19207              Date: Mon, 28 Aug 2000 15:50:01 -0300   
19208              Message-ID: <20000828155001.A14403@con2-dgi>
19209              
19210              I can't test this properly since the gcc installation I have
19211              access to seems to be botched (gcc is calling the AIX cpp,
19212              a losing proposition...)
19213      Branch: perl
19214            ! hints/aix.sh
19215 ____________________________________________________________________________
19216 [  6863] By: jhi                                   on 2000/08/28  18:57:52
19217         Log: Fix for ID 20000828.001, long doubles were not formatted
19218              correctly (showed up in $], which stopped installing perl).
19219      Branch: perl
19220            ! sv.c
19221 ____________________________________________________________________________
19222 [  6862] By: jhi                                   on 2000/08/28  18:07:15
19223         Log: Typo in #6858.
19224      Branch: perl
19225            ! lib/Cwd.pm
19226 ____________________________________________________________________________
19227 [  6861] By: jhi                                   on 2000/08/28  17:57:27
19228         Log: opmini.o may be left around if a build is interrupted.
19229      Branch: perl
19230            ! Makefile.SH
19231 ____________________________________________________________________________
19232 [  6860] By: jhi                                   on 2000/08/28  16:52:50
19233         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
19234              From: Daniel Chetlin <daniel@chetlin.com>
19235              Date: Mon, 28 Aug 2000 01:14:18 -0700
19236              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
19237      Branch: perl
19238            ! lib/overload.pm
19239 ____________________________________________________________________________
19240 [  6859] By: jhi                                   on 2000/08/28  16:08:46
19241         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
19242              From: Nicholas Clark <nick@ccl4.org>
19243              Date: Mon, 28 Aug 2000 16:03:27 +0100
19244              Message-Id: <20000828160327.C49785@plum.flirble.org>
19245      Branch: perl
19246            ! ext/ByteLoader/bytecode.h
19247 ____________________________________________________________________________
19248 [  6858] By: jhi                                   on 2000/08/28  16:02:10
19249         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
19250              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
19251              Date: Mon, 28 Aug 2000 13:08:30 +0200
19252              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
19253      Branch: perl
19254            ! lib/Cwd.pm
19255 ____________________________________________________________________________
19256 [  6857] By: jhi                                   on 2000/08/28  15:42:47
19257         Log: display_format used as a class method without arguments was broken,
19258              reported in
19259              
19260              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
19261              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
19262              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
19263              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
19264      Branch: perl
19265            ! lib/Math/Complex.pm t/lib/complex.t
19266 ____________________________________________________________________________
19267 [  6856] By: jhi                                   on 2000/08/27  22:09:48
19268         Log: Update Changes.
19269      Branch: perl
19270            ! Changes patchlevel.h
19271 ____________________________________________________________________________
19272 [  6855] By: jhi                                   on 2000/08/27  21:59:21
19273         Log: Retract #6853 (false alarm).
19274      Branch: perl
19275            ! lib/ExtUtils/xsubpp
19276 ____________________________________________________________________________
19277 [  6854] By: jhi                                   on 2000/08/27  21:37:44
19278         Log: Update Changes.
19279      Branch: perl
19280            ! Changes patchlevel.h
19281 ____________________________________________________________________________
19282 [  6853] By: jhi                                   on 2000/08/27  21:37:16
19283         Log: Subject: [PATCH perl@6850] workaround for xsubpp
19284              From: Hugo <hv@crypt.compulink.co.uk>
19285              Date: Sun, 27 Aug 2000 22:30:25 +0100
19286              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
19287      Branch: perl
19288            ! lib/ExtUtils/xsubpp
19289 ____________________________________________________________________________
19290 [  6852] By: jhi                                   on 2000/08/27  21:33:58
19291         Log: Big-endian 64-bit patch from Raphael Manfredi.
19292      Branch: perl
19293            ! ext/Storable/Storable.xs
19294 ____________________________________________________________________________
19295 [  6851] By: jhi                                   on 2000/08/27  21:22:21
19296         Log: More ruthless editing from Hugo van der Sanden.
19297      Branch: perl
19298            ! pod/perldelta.pod
19299 ____________________________________________________________________________
19300 [  6850] By: jhi                                   on 2000/08/27  16:11:46
19301         Log: Update Changes.
19302      Branch: perl
19303            ! Changes patchlevel.h
19304 ____________________________________________________________________________
19305 [  6849] By: jhi                                   on 2000/08/27  16:11:05
19306         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
19307      Branch: perl
19308            ! configpm pod/perldelta.pod
19309 ____________________________________________________________________________
19310 [  6848] By: jhi                                   on 2000/08/27  15:35:08
19311         Log: Use the actual thread type, not the pointer-to-struct.
19312      Branch: perl
19313            ! ext/Thread/Thread.xs
19314 ____________________________________________________________________________
19315 [  6847] By: jhi                                   on 2000/08/27  15:30:49
19316         Log: Test nit.
19317      Branch: perl
19318            ! t/pragma/warn/pp_sys
19319 ____________________________________________________________________________
19320 [  6846] By: jhi                                   on 2000/08/27  15:19:02
19321         Log: Passing -R in ldflags makes now it to appear in the default
19322              for lddlflags, just like with -L.
19323              
19324              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
19325              From: Lupe Christoph <lupe@lupe-christoph.de>
19326              Date: Sun, 27 Aug 2000 10:28:21 +0200
19327              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
19328      Branch: metaconfig/U/perl
19329            ! dlsrc.U
19330      Branch: perl
19331            ! Configure
19332 ____________________________________________________________________________
19333 [  6845] By: jhi                                   on 2000/08/27  15:08:54
19334         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
19335              From: Alan Burlison <Alan.Burlison@uk.sun.com>
19336              Date: Sat, 26 Aug 2000 22:23:27 +0100
19337              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
19338      Branch: perl
19339            ! lib/ExtUtils/MM_Unix.pm
19340 ____________________________________________________________________________
19341 [  6844] By: jhi                                   on 2000/08/27  15:02:37
19342         Log: DJGPP update from Laszlo Molnar.
19343              
19344              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
19345              From: ml1050 <ml1050@freemail.hu>
19346              Date: Sat, 26 Aug 2000 23:24:40 +0200
19347              Message-Id: <20000826232440.A439@freemail.hu>
19348      Branch: perl
19349            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
19350            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
19351 ____________________________________________________________________________
19352 [  6843] By: jhi                                   on 2000/08/27  14:53:58
19353         Log: Subject: installman buglet
19354              From: Lupe Christoph <lupe@lupe-christoph.de>
19355              Date: Sun, 27 Aug 2000 14:38:59 +0200
19356              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
19357      Branch: perl
19358            ! installman
19359 ____________________________________________________________________________
19360 [  6842] By: jhi                                   on 2000/08/27  14:52:08
19361         Log: Can't get the test to reliably work thanks to the
19362              inaccurateness of floating point.  "Resolves" bug ids
19363              20000826.003, 20000826.009, 20000826.010,
19364      Branch: perl
19365            ! t/lib/trig.t
19366 ____________________________________________________________________________
19367 [  6841] By: jhi                                   on 2000/08/26  15:53:58
19368         Log: Update Changes.
19369      Branch: perl
19370            ! Changes patchlevel.h
19371 ____________________________________________________________________________
19372 [  6840] By: jhi                                   on 2000/08/26  14:23:03
19373         Log: grep -e isn't portable.
19374              
19375              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
19376              From: chris@broadband.att.com
19377              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
19378              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
19379      Branch: perl
19380            ! hints/solaris_2.sh
19381 ____________________________________________________________________________
19382 [  6839] By: jhi                                   on 2000/08/26  14:12:23
19383         Log: no-install target a la make -n.
19384              
19385              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
19386              From: <abigail@foad.org>
19387              Date: Sat, 26 Aug 2000 03:57:34 -0400
19388              Message-ID: <20000826075735.18912.qmail@foad.org>
19389      Branch: perl
19390            ! Makefile.SH installman installperl
19391 ____________________________________________________________________________
19392 [  6838] By: jhi                                   on 2000/08/26  14:06:33
19393         Log: Retract #6826 as the #6828 should be do the same
19394              in a More Correct Way.
19395      Branch: perl
19396            ! installperl
19397 ____________________________________________________________________________
19398 [  6837] By: jhi                                   on 2000/08/26  05:24:00
19399         Log: More casting.
19400      Branch: perl
19401            ! ext/Storable/Storable.xs
19402 ____________________________________________________________________________
19403 [  6836] By: jhi                                   on 2000/08/26  05:05:46
19404         Log: Nicer in decimal.
19405      Branch: perl
19406            ! ext/Storable/Storable.xs
19407 ____________________________________________________________________________
19408 [  6835] By: jhi                                   on 2000/08/26  05:03:50
19409         Log: There be no UVdf.
19410      Branch: perl
19411            ! ext/Storable/Storable.xs
19412 ____________________________________________________________________________
19413 [  6834] By: jhi                                   on 2000/08/26  05:00:18
19414         Log: Continue IVdfing and UVxfing.
19415      Branch: perl
19416            ! ext/Storable/Storable.xs
19417 ____________________________________________________________________________
19418 [  6833] By: jhi                                   on 2000/08/26  04:53:14
19419         Log: Use IVdf.
19420      Branch: perl
19421            ! ext/Storable/Storable.xs
19422 ____________________________________________________________________________
19423 [  6832] By: jhi                                   on 2000/08/26  04:40:41
19424         Log: Document PTR2XX and INT2PTR.
19425      Branch: perl
19426            ! pod/perlguts.pod
19427 ____________________________________________________________________________
19428 [  6831] By: jhi                                   on 2000/08/26  04:33:18
19429         Log: Use UVxf, PTR2UV, NVff.
19430      Branch: perl
19431            ! ext/Storable/Storable.xs
19432 ____________________________________________________________________________
19433 [  6830] By: jhi                                   on 2000/08/26  04:31:32
19434         Log: Update the test count.
19435      Branch: perl
19436            ! t/lib/trig.t
19437 ____________________________________________________________________________
19438 [  6829] By: jhi                                   on 2000/08/26  03:05:50
19439         Log: Subject: [PATCH] installation not quite silent yet.
19440              From: <abigail@foad.org>
19441              Date: Fri, 25 Aug 2000 20:07:53 -0400
19442              Message-ID: <20000826000753.7822.qmail@foad.org>
19443      Branch: perl
19444            ! installman installperl
19445 ____________________________________________________________________________
19446 [  6828] By: jhi                                   on 2000/08/26  03:05:14
19447         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
19448              From: Spider Boardman <spider@web.zk3.dec.com>
19449              Date: Fri, 25 Aug 2000 19:12:40 -0400
19450              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
19451      Branch: perl
19452            ! gv.c
19453 ____________________________________________________________________________
19454 [  6827] By: jhi                                   on 2000/08/25  23:54:34
19455         Log: Support preserving extremely big/small angles.
19456      Branch: perl
19457            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
19458 ____________________________________________________________________________
19459 [  6826] By: jhi                                   on 2000/08/25  23:01:20
19460         Log: Patch installperl to be long double-aware.
19461              
19462              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
19463              From: Spider Boardman <spider@web.zk3.dec.com>
19464              Date: Fri, 25 Aug 2000 18:15:23 -0400
19465              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
19466      Branch: perl
19467            ! installperl
19468 ____________________________________________________________________________
19469 [  6825] By: jhi                                   on 2000/08/25  22:58:25
19470         Log: Remove duplicately applied patch shards.
19471              
19472              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
19473              From: Spider Boardman <spider@leggy.zk3.dec.com>
19474              Date: Fri, 25 Aug 2000 16:45:03 -0400
19475              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
19476      Branch: perl
19477            ! t/lib/cgi-html.t
19478 ____________________________________________________________________________
19479 [  6824] By: jhi                                   on 2000/08/25  22:57:00
19480         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
19481              From: Daniel Chetlin <daniel@chetlin.com>
19482              Date: Fri, 25 Aug 2000 12:23:16 -0700
19483              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
19484              
19485              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
19486              From: Daniel Chetlin <daniel@chetlin.com>
19487              Date: Fri, 25 Aug 2000 14:47:19 -0700
19488              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
19489      Branch: perl
19490            ! installman
19491 ____________________________________________________________________________
19492 [  6823] By: jhi                                   on 2000/08/25  22:44:17
19493         Log: Timestamp problem?
19494      Branch: perl
19495            ! uconfig.h uconfig.sh
19496 ____________________________________________________________________________
19497 [  6822] By: jhi                                   on 2000/08/25  19:01:06
19498         Log: One forgotten file from #6816.
19499      Branch: perl
19500            ! vos/config.h
19501 ____________________________________________________________________________
19502 [  6821] By: jhi                                   on 2000/08/25  18:56:39
19503         Log: Regen Changes.
19504      Branch: perl
19505            ! Changes patchlevel.h
19506 ____________________________________________________________________________
19507 [  6820] By: jhi                                   on 2000/08/25  18:52:35
19508         Log: Fix Changes ordering.
19509      Branch: perl
19510            ! Changes
19511 ____________________________________________________________________________
19512 [  6819] By: jhi                                   on 2000/08/25  18:50:25
19513         Log: Update Changes.
19514      Branch: perl
19515            ! Changes patchlevel.h
19516 ____________________________________________________________________________
19517 [  6818] By: jhi                                   on 2000/08/25  18:47:45
19518         Log: Tweak the sfio/useperlio logic, hopefully as wished in
19519              
19520              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
19521              From: Nicholas Clark <nick@babyhippo.co.uk>
19522              Date: Fri, 25 Aug 2000 12:01:45 +0100
19523              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
19524      Branch: metaconfig/U/perl
19525            ! d_sfio.U
19526      Branch: perl
19527            ! Configure
19528 ____________________________________________________________________________
19529 [  6817] By: jhi                                   on 2000/08/25  18:32:51
19530         Log: Allow microperl to assume <math.h>, without it the math
19531              functions like floor() are assumed to return int, which makes
19532              for core dumps in machines where integer and floating register
19533              don't mix.
19534      Branch: perl
19535            ! uconfig.h uconfig.sh
19536 ____________________________________________________________________________
19537 [  6816] By: jhi                                   on 2000/08/25  18:27:17
19538         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
19539              the problem reported in
19540              
19541              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
19542              From: danhale@us.ibm.com
19543              Date: Fri, 25 Aug 2000 10:58:06 -0400
19544              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
19545      Branch: metaconfig/U/perl
19546            + d_socks5_init.U
19547      Branch: perl
19548            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
19549            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
19550            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
19551            ! win32/config.gc win32/config.vc
19552 ____________________________________________________________________________
19553 [  6815] By: jhi                                   on 2000/08/25  17:43:31
19554         Log: A solution for the retrieve_fd autosplit warning,
19555              idea suggested by Mike Guy.
19556      Branch: perl
19557            ! ext/Storable/Storable.pm
19558 ____________________________________________________________________________
19559 [  6814] By: jhi                                   on 2000/08/25  17:16:03
19560         Log: Add install-silent target.
19561      Branch: perl
19562            ! Makefile.SH
19563 ____________________________________________________________________________
19564 [  6813] By: jhi                                   on 2000/08/25  17:14:23
19565         Log: Subject: Re: [PATCH] More silencing of installman.
19566              From: <abigail@foad.org>
19567              Date: Thu, 24 Aug 2000 19:27:03 -0400
19568              Message-ID: <20000824232703.7001.qmail@foad.org>
19569              
19570              Subject: Re: [PATCH] More silencing of installman.
19571              From: <abigail@foad.org>
19572              Date: Fri, 25 Aug 2000 03:00:58 -0400
19573              Message-ID: <20000825070058.10697.qmail@foad.org>
19574      Branch: perl
19575            ! installman
19576 ____________________________________________________________________________
19577 [  6812] By: jhi                                   on 2000/08/25  17:11:28
19578         Log: installperl --verbose and --silent.
19579              
19580              Subject: Re: [PATCH] More silencing of installman.
19581              From: <abigail@foad.org>
19582              Message-ID: <20000825064430.9719.qmail@foad.org>
19583              Date: Fri, 25 Aug 2000 02:44:30 -0400
19584      Branch: perl
19585            ! installperl
19586 ____________________________________________________________________________
19587 [  6811] By: jhi                                   on 2000/08/25  17:05:43
19588         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
19589              From: "Peter J. Farley III" <pjfarley@banet.net>
19590              Date: Thu, 24 Aug 2000 21:58:03 -0400
19591              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
19592              
19593              (applied slightly modified)
19594      Branch: perl
19595            ! lib/ExtUtils/MM_Unix.pm
19596 ____________________________________________________________________________
19597 [  6810] By: jhi                                   on 2000/08/25  17:01:18
19598         Log: Missing parts of 
19599              
19600              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
19601              From: Peter Prymmer <pvhp@forte.com>
19602              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
19603              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
19604      Branch: perl
19605            ! t/lib/cgi-html.t
19606 ____________________________________________________________________________
19607 [  6809] By: jhi                                   on 2000/08/25  16:46:32
19608         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
19609              From: "Craig A. Berry" <craig.berry@psinetcs.com>
19610              Date: Thu, 24 Aug 2000 19:13:11 -0500
19611              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
19612      Branch: perl
19613            ! vms/vms.c
19614 ____________________________________________________________________________
19615 [  6808] By: jhi                                   on 2000/08/25  16:39:22
19616         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
19617              From: Peter Prymmer <pvhp@forte.com>
19618              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
19619              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
19620      Branch: perl
19621            ! configure.com
19622 ____________________________________________________________________________
19623 [  6807] By: jhi                                   on 2000/08/25  16:36:37
19624         Log: Better wording for the vec lvalue diagnostic.
19625              
19626              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
19627              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
19628              Date: Wed, 23 Aug 2000 14:12:16 -0400
19629              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
19630      Branch: perl
19631            ! pod/perldiag.pod
19632 ____________________________________________________________________________
19633 [  6806] By: jhi                                   on 2000/08/24  18:17:22
19634         Log: Subject: [PATCH] More silencing of installman.
19635              From: <abigail@foad.org>
19636              Date: Thu, 24 Aug 2000 14:01:44 -0400
19637              Message-ID: <20000824180144.20062.qmail@foad.org>
19638      Branch: perl
19639            ! installman
19640 ____________________________________________________________________________
19641 [  6805] By: jhi                                   on 2000/08/24  15:00:31
19642         Log: Update Changes.
19643      Branch: perl
19644            ! Changes patchlevel.h
19645 ____________________________________________________________________________
19646 [  6804] By: jhi                                   on 2000/08/24  14:59:07
19647         Log: Regen perltoc.
19648      Branch: perl
19649            ! pod/perltoc.pod
19650 ____________________________________________________________________________
19651 [  6803] By: jhi                                   on 2000/08/24  14:44:39
19652         Log: Show the doc file, not the temp file.
19653      Branch: perl
19654            ! installman
19655 ____________________________________________________________________________
19656 [  6802] By: jhi                                   on 2000/08/24  14:41:53
19657         Log: Continue silencing.
19658      Branch: perl
19659            ! installman
19660 ____________________________________________________________________________
19661 [  6801] By: jhi                                   on 2000/08/24  14:34:40
19662         Log: Actually do something with the silencer option.
19663      Branch: perl
19664            ! installman
19665 ____________________________________________________________________________
19666 [  6800] By: jhi                                   on 2000/08/24  14:26:22
19667         Log: Make installman to recognize the silence flag -S.
19668      Branch: perl
19669            ! installman
19670 ____________________________________________________________________________
19671 [  6799] By: jhi                                   on 2000/08/24  13:49:38
19672         Log: DOS patches and portability/porting notes, from Tim Jenness.
19673      Branch: perl
19674            ! lib/File/Temp.pm
19675 ____________________________________________________________________________
19676 [  6798] By: jhi                                   on 2000/08/24  13:48:27
19677         Log: Create directories in silence.
19678              
19679              Subject: [PATCH] Another silencer for MakeMaker
19680              From: andreas.koenig@anima.de (Andreas J. Koenig)
19681              Date: 24 Aug 2000 14:18:52 +0200
19682              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
19683      Branch: perl
19684            ! lib/ExtUtils/Command.pm
19685 ____________________________________________________________________________
19686 [  6797] By: jhi                                   on 2000/08/24  13:46:42
19687         Log: More liberal parsing of version numbers.
19688              
19689              Subject: Re: CPAN.pm beta for testing available
19690              From: andreas.koenig@anima.de (Andreas J. Koenig)
19691              Date: 24 Aug 2000 13:51:57 +0200
19692              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
19693      Branch: perl
19694            ! lib/CPAN.pm
19695 ____________________________________________________________________________
19696 [  6796] By: jhi                                   on 2000/08/24  13:44:36
19697         Log: Make "make install" by default silent.  A new "install-verbose"
19698              target is verbose.
19699      Branch: perl
19700            ! Makefile.SH
19701 ____________________________________________________________________________
19702 [  6795] By: jhi                                   on 2000/08/24  13:39:14
19703         Log: Add silencer flags to installperl.
19704              
19705              Subject: [PATCH] Making installperl silent.
19706              From: <abigail@foad.org>
19707              Date: Thu, 24 Aug 2000 05:01:45 -0400
19708              Message-ID: <20000824090145.13141.qmail@foad.org>
19709      Branch: perl
19710            ! installperl
19711 ____________________________________________________________________________
19712 [  6794] By: jhi                                   on 2000/08/24  13:35:50
19713         Log: installperl couldn't tell whether it had run tests or not.
19714              
19715              Subject: [PATCH] Re: installperl and t/TEST
19716              From: <abigail@foad.org>
19717              Date: Thu, 24 Aug 2000 04:00:53 -0400
19718              Message-ID: <20000824080053.2494.qmail@foad.org>
19719      Branch: perl
19720            ! Makefile.SH installperl
19721 ____________________________________________________________________________
19722 [  6793] By: jhi                                   on 2000/08/24  13:27:50
19723         Log: Drop the separate perlbc, perlcc -b should be enough.
19724      Branch: perl
19725            - utils/perlbc.PL
19726            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
19727 ____________________________________________________________________________
19728 [  6792] By: jhi                                   on 2000/08/24  04:41:30
19729         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
19730              plus the typo fix from Peter Prymmer.
19731      Branch: perl
19732            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
19733            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
19734 ____________________________________________________________________________
19735 [  6791] By: jhi                                   on 2000/08/24  02:10:43
19736         Log: Replace #6705 with a minimal doc patch.
19737              
19738              Subject: [PATCH 5.6.0] replace change #6705
19739              From: Jan Dubois <jand@ActiveState.com>
19740              Date: Wed, 23 Aug 2000 18:31:51 -0700
19741              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
19742      Branch: perl
19743            ! lib/Win32.pod win32/win32.c
19744 ____________________________________________________________________________
19745 [  6790] By: jhi                                   on 2000/08/23  17:52:00
19746         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
19747              From: Mike Guy <mjtg@cam.ac.uk>
19748              Date: Wed, 23 Aug 2000 18:38:46 +0100
19749              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
19750      Branch: perl
19751            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
19752 ____________________________________________________________________________
19753 [  6789] By: jhi                                   on 2000/08/23  15:34:21
19754         Log: Update Changes.
19755      Branch: perl
19756            ! Changes patchlevel.h
19757 ____________________________________________________________________________
19758 [  6788] By: jhi                                   on 2000/08/23  15:33:40
19759         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
19760              From: Wilfredo Sánchez <wsanchez@apple.com>
19761              Date: Tue, 22 Aug 2000 19:31:27 -0700
19762              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
19763      Branch: perl
19764            ! perl.h
19765 ____________________________________________________________________________
19766 [  6787] By: jhi                                   on 2000/08/23  15:29:31
19767         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
19768              From: Spider Boardman <spider@leggy.zk3.dec.com>
19769              Date: Wed, 23 Aug 2000 10:33:23 -0400
19770              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
19771      Branch: perl
19772            ! lib/Pod/Html.pm
19773 ____________________________________________________________________________
19774 [  6786] By: jhi                                   on 2000/08/23  15:28:11
19775         Log: Bad makefile.
19776      Branch: perl
19777            ! ext/B/Makefile.PL
19778 ____________________________________________________________________________
19779 [  6785] By: jhi                                   on 2000/08/23  14:37:04
19780         Log: Update Changes.
19781      Branch: perl
19782            ! Changes patchlevel.h
19783 ____________________________________________________________________________
19784 [  6784] By: jhi                                   on 2000/08/23  13:58:41
19785         Log: Portability fix from Hugo van der Sanden.
19786      Branch: perl
19787            ! ext/re/Makefile.PL
19788 ____________________________________________________________________________
19789 [  6783] By: jhi                                   on 2000/08/23  13:53:53
19790         Log: Storable support, v-version fixes.
19791              
19792              Subject: CPAN.pm beta for testing available
19793              From: andreas.koenig@anima.de (Andreas J. Koenig)
19794              Date: 22 Aug 2000 23:31:33 +0200
19795              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
19796      Branch: perl
19797            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
19798 ____________________________________________________________________________
19799 [  6782] By: jhi                                   on 2000/08/23  13:51:26
19800         Log: Mac and other portability updates from Chris Nandor.
19801      Branch: perl
19802            ! pod/perlmodinstall.pod
19803 ____________________________________________________________________________
19804 [  6781] By: jhi                                   on 2000/08/23  13:47:33
19805         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
19806              From: Peter Prymmer <pvhp@forte.com>
19807              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
19808              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
19809      Branch: perl
19810            ! ext/Storable/Storable.xs
19811 ____________________________________________________________________________
19812 [  6780] By: jhi                                   on 2000/08/23  13:33:34
19813         Log: VMS MMS (make) wants null action.
19814      Branch: perl
19815            ! ext/B/Makefile.PL
19816 ____________________________________________________________________________
19817 [  6779] By: jhi                                   on 2000/08/22  19:44:47
19818         Log: Forgot portability nit.
19819      Branch: perl
19820            ! t/lib/st-forgive.t
19821 ____________________________________________________________________________
19822 [  6778] By: jhi                                   on 2000/08/22  19:35:25
19823         Log: Be portable.
19824      Branch: perl
19825            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
19826            ! t/lib/st-store.t
19827 ____________________________________________________________________________
19828 [  6777] By: jhi                                   on 2000/08/22  18:50:53
19829         Log: Update Changes.
19830      Branch: perl
19831            ! Changes patchlevel.h
19832 ____________________________________________________________________________
19833 [  6776] By: jhi                                   on 2000/08/22  18:44:46
19834         Log: cSVOPo_*v things index into the current PL_curpad
19835              under ithreads, which is different from the curpad
19836              used by the XSUB.  (In other words, the code as-is
19837              before this patch wouldn't work under ithreads.)
19838              From Sarathy.
19839      Branch: perl
19840            ! ext/B/B.xs
19841 ____________________________________________________________________________
19842 [  6775] By: jhi                                   on 2000/08/22  18:18:37
19843         Log: Make the selection of NVff et al stricter.
19844      Branch: metaconfig/U/perl
19845            ! perlxvf.U
19846      Branch: perl
19847            ! Configure config_h.SH
19848 ____________________________________________________________________________
19849 [  6774] By: jhi                                   on 2000/08/22  17:19:42
19850         Log: perldelta nits.
19851      Branch: perl
19852            ! pod/perldelta.pod
19853 ____________________________________________________________________________
19854 [  6773] By: jhi                                   on 2000/08/22  17:06:26
19855         Log: Long double fixes from Spider Boardman.
19856              
19857              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
19858              From: system PRIVILEGED account <root@peano.zk3.dec.com>
19859              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
19860              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
19861      Branch: perl
19862            ! t/lib/bigfltpm.t t/lib/st-06compat.t
19863 ____________________________________________________________________________
19864 [  6772] By: jhi                                   on 2000/08/22  15:04:53
19865         Log: Update Changes.
19866      Branch: perl
19867            ! Changes patchlevel.h
19868 ____________________________________________________________________________
19869 [  6771] By: jhi                                   on 2000/08/22  15:01:44
19870         Log: perldelta fixes from Hugo van der Sanden.
19871      Branch: perl
19872            ! pod/perldelta.pod
19873 ____________________________________________________________________________
19874 [  6770] By: jhi                                   on 2000/08/22  14:34:49
19875         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
19876              From: Hugo <hv@crypt.compulink.co.uk>
19877              Date: Tue, 22 Aug 2000 11:21:53 +0100
19878              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
19879      Branch: perl
19880            ! regcomp.c
19881 ____________________________________________________________________________
19882 [  6769] By: jhi                                   on 2000/08/22  14:30:02
19883         Log: Add Yitzchak, reformat.
19884      Branch: perl
19885            ! Changes config_h.SH
19886 ____________________________________________________________________________
19887 [  6768] By: jhi                                   on 2000/08/22  14:21:35
19888         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
19889              and Spider Boardman.
19890      Branch: metaconfig
19891            ! U/compline/d_gconvert.U
19892      Branch: perl
19893            ! Configure
19894 ____________________________________________________________________________
19895 [  6767] By: jhi                                   on 2000/08/22  14:11:24
19896         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
19897              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19898              Date: Mon, 21 Aug 2000 19:08:31 -0700
19899              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
19900      Branch: perl
19901            - ext/Storable/patchlevel.h
19902            ! MANIFEST ext/Storable/MANIFEST
19903 ____________________________________________________________________________
19904 [  6766] By: jhi                                   on 2000/08/22  13:49:29
19905         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
19906              From: Peter Prymmer <pvhp@forte.com>
19907              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
19908              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
19909      Branch: perl
19910            ! configure.com ext/Storable/Makefile.PL
19911 ____________________________________________________________________________
19912 [  6765] By: jhi                                   on 2000/08/22  13:44:59
19913         Log: Subject: [PATCH blead] B:: missing dependency
19914              From: Hugo <hv@crypt.compulink.co.uk>
19915              Date: Tue, 22 Aug 2000 06:44:33 +0100
19916              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
19917      Branch: perl
19918            ! ext/B/Makefile.PL
19919 ____________________________________________________________________________
19920 [  6764] By: jhi                                   on 2000/08/22  13:38:12
19921         Log: More bytecompiler.
19922      Branch: perl
19923            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
19924 ____________________________________________________________________________
19925 [  6763] By: jhi                                   on 2000/08/22  13:36:44
19926         Log: Bytecompiler patches from Benjamin Stuhl.
19927      Branch: perl
19928            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
19929            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
19930            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
19931            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
19932            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
19933            ! perl.c perlapi.h pod/perldelta.pod
19934 ____________________________________________________________________________
19935 [  6762] By: jhi                                   on 2000/08/21  23:43:40
19936         Log: An obsoleted diagnostic.
19937      Branch: perl
19938            ! pod/perldelta.pod
19939 ____________________________________________________________________________
19940 [  6761] By: jhi                                   on 2000/08/21  23:01:45
19941         Log: The #6759 wasn't quite right.
19942      Branch: perl
19943            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
19944            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
19945            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
19946            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
19947            ! t/lib/st-tieditems.t
19948 ____________________________________________________________________________
19949 [  6760] By: jhi                                   on 2000/08/21  22:35:49
19950         Log: Be verydeepclean.
19951      Branch: perl
19952            ! Makefile.SH
19953 ____________________________________________________________________________
19954 [  6759] By: jhi                                   on 2000/08/21  22:25:40
19955         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
19956              From: Peter Prymmer <pvhp@forte.com>
19957              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
19958              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
19959      Branch: perl
19960            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
19961            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
19962            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
19963            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
19964            ! t/lib/st-tieditems.t
19965 ____________________________________________________________________________
19966 [  6758] By: jhi                                   on 2000/08/21  22:22:32
19967         Log: Few more casts, need reported in
19968              
19969              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
19970              From: Mike Stok <mike@stok.co.uk>
19971              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
19972              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
19973              
19974              and
19975              
19976              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
19977              From: abigail@foad.org
19978              Date: 21 Aug 2000 21:31:34 -0000
19979              Message-Id: <20000821213134.30170.qmail@foad.org>
19980      Branch: perl
19981            ! ext/Storable/Storable.xs
19982 ____________________________________________________________________________
19983 [  6757] By: jhi                                   on 2000/08/21  18:37:07
19984         Log: Update Changes.
19985      Branch: perl
19986            ! Changes patchlevel.h
19987 ____________________________________________________________________________
19988 [  6756] By: jhi                                   on 2000/08/21  18:34:02
19989         Log: A pod nit.
19990              
19991              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
19992              From: <abigail@foad.org>
19993              Date: Mon, 21 Aug 2000 14:00:16 -0400
19994              Message-ID: <20000821180016.28627.qmail@foad.org>
19995      Branch: perl
19996            ! pod/perlre.pod
19997 ____________________________________________________________________________
19998 [  6755] By: jhi                                   on 2000/08/21  18:30:56
19999         Log: Use PodParser 1.18 new test.
20000      Branch: perl
20001            ! t/pod/special_seqs.t t/pod/special_seqs.xr
20002 ____________________________________________________________________________
20003 [  6754] By: jhi                                   on 2000/08/21  18:28:35
20004         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
20005              patches cannot be applied since #6712 conflicts.
20006      Branch: perl
20007            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
20008 ____________________________________________________________________________
20009 [  6753] By: jhi                                   on 2000/08/21  18:15:11
20010         Log: Weed out some smaller changes.
20011      Branch: perl
20012            ! pod/perldelta.pod
20013 ____________________________________________________________________________
20014 [  6752] By: jhi                                   on 2000/08/21  18:02:30
20015         Log: Also under djgpp the timestamps are funky.
20016      Branch: perl
20017            ! t/op/stat.t
20018 ____________________________________________________________________________
20019 [  6751] By: jhi                                   on 2000/08/21  17:55:56
20020         Log: Tweak the floating point output routine preferences.
20021      Branch: metaconfig
20022            ! U/compline/d_gconvert.U
20023      Branch: perl
20024            ! Configure
20025 ____________________________________________________________________________
20026 [  6750] By: jhi                                   on 2000/08/21  17:51:29
20027         Log: Unicos/mk requires elaborate paranoia.
20028      Branch: perl
20029            ! lib/Math/Complex.pm
20030 ____________________________________________________________________________
20031 [  6749] By: gsar                                  on 2000/08/21  16:53:31
20032         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
20033      Branch: perl
20034            ! lib/Cwd.pm
20035 ____________________________________________________________________________
20036 [  6748] By: gsar                                  on 2000/08/21  16:22:19
20037         Log: free TLS slot properly on Windows
20038      Branch: perl
20039            ! thread.h win32/perllib.c win32/win32thread.h
20040 ____________________________________________________________________________
20041 [  6747] By: jhi                                   on 2000/08/21  16:20:58
20042         Log: Rename the macro argument because some preprocessors
20043              can't tell the difference and expand arguments also inside
20044              double quoted strings.
20045      Branch: perl
20046            ! regcomp.c
20047 ____________________________________________________________________________
20048 [  6746] By: jhi                                   on 2000/08/21  16:09:41
20049         Log: Support long doubles in Storable.
20050              
20051              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
20052              From: Radu Greab <radu@netsoft.ro>
20053              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
20054              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
20055      Branch: perl
20056            ! ext/Storable/Storable.xs
20057 ____________________________________________________________________________
20058 [  6745] By: jhi                                   on 2000/08/21  15:51:40
20059         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
20060              From: "Fifer, Eric" <EFifer@sanwaint.com>
20061              Date: Mon, 21 Aug 2000 15:34:49 +0100
20062              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
20063      Branch: perl
20064            ! t/pragma/warn/9enabled
20065 ____________________________________________________________________________
20066 [  6744] By: jhi                                   on 2000/08/21  15:39:35
20067         Log: Document the endianness of Alpha more precisely.
20068      Branch: perl
20069            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
20070            ! pod/perlport.pod
20071 ____________________________________________________________________________
20072 [  6743] By: jhi                                   on 2000/08/21  14:47:05
20073         Log: perldelta fixes from the p5p crowd.
20074      Branch: perl
20075            ! pod/perldelta.pod pod/perlop.pod
20076 ____________________________________________________________________________
20077 [  6742] By: jhi                                   on 2000/08/21  13:34:51
20078         Log: Update to Pod::LaTeX 0.53.
20079              
20080              Subject: [PATCH] lib/Pod/LaTeX.pm updates
20081              From: Tim Jenness <timj@jach.hawaii.edu>
20082              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
20083              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
20084      Branch: perl
20085            ! lib/Pod/LaTeX.pm
20086 ____________________________________________________________________________
20087 [  6741] By: jhi                                   on 2000/08/21  13:33:01
20088         Log: Subject: [PATCH] os2.c fix for use64bitint
20089              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20090              Date: Mon, 21 Aug 2000 01:32:25 -0700
20091              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
20092      Branch: perl
20093            ! os2/os2.c
20094 ____________________________________________________________________________
20095 [  6740] By: jhi                                   on 2000/08/21  13:28:52
20096         Log: Array context keeps slithering in.
20097              
20098              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
20099              From: Daniel Chetlin <daniel@chetlin.com>
20100              Date: Sun, 20 Aug 2000 21:40:25 -0700
20101              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
20102      Branch: perl
20103            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
20104            ! pod/perldebtut.pod
20105 ____________________________________________________________________________
20106 [  6739] By: jhi                                   on 2000/08/21  13:23:55
20107         Log: Big-endian quad fixes for Storable from Radu Greab,
20108              plus few explicit null casts for picky compilers.
20109      Branch: perl
20110            ! ext/Storable/Storable.xs
20111 ____________________________________________________________________________
20112 [  6738] By: gsar                                  on 2000/08/21  05:56:13
20113         Log: small tweaks for change#6705: avoid C++ style comments in C code;
20114              use Perl's malloc API rather than the low level system one
20115      Branch: perl
20116            ! win32/win32.c
20117 ____________________________________________________________________________
20118 [  6737] By: gsar                                  on 2000/08/21  05:35:41
20119         Log: add Storable to list of extensions on Windows
20120      Branch: perl
20121            ! win32/Makefile win32/makefile.mk
20122 ____________________________________________________________________________
20123 [  6736] By: jhi                                   on 2000/08/21  02:57:53
20124         Log: Update Changes.
20125      Branch: perl
20126            ! Changes patchlevel.h
20127 ____________________________________________________________________________
20128 [  6735] By: jhi                                   on 2000/08/21  02:57:20
20129         Log: Draft 0.
20130      Branch: perl
20131            ! pod/perldelta.pod
20132 ____________________________________________________________________________
20133 [  6734] By: jhi                                   on 2000/08/21  02:57:03
20134         Log: Add Storable 0.7.2 from Raphael Manfredi,
20135              plus the patch from
20136              
20137              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
20138              From: Radu Greab <radu@netsoft.ro>
20139              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
20140              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
20141              
20142              plus changes to get Storable to compile with
20143              picky ANSI compilers.
20144      Branch: perl
20145            + ext/Storable/ChangeLog ext/Storable/MANIFEST
20146            + ext/Storable/Makefile.PL ext/Storable/README
20147            + ext/Storable/Storable.pm ext/Storable/Storable.xs
20148            + ext/Storable/patchlevel.h t/lib/st-06compat.t
20149            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
20150            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
20151            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
20152            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
20153            + t/lib/st-tieditems.t
20154            ! MANIFEST
20155 ____________________________________________________________________________
20156 [  6733] By: jhi                                   on 2000/08/21  02:29:09
20157         Log: The correct cleaning order is an art.
20158      Branch: perl
20159            ! Makefile.SH
20160 ____________________________________________________________________________
20161 [  6732] By: jhi                                   on 2000/08/21  01:23:39
20162         Log: The #6724 is here.
20163      Branch: perl
20164            ! t/lib/ftmp-security.t
20165 ____________________________________________________________________________
20166 [  6731] By: jhi                                   on 2000/08/20  23:17:03
20167         Log: s/this one/the 5.6.0 release/
20168      Branch: perl
20169            ! pod/perl56delta.pod
20170 ____________________________________________________________________________
20171 [  6730] By: jhi                                   on 2000/08/20  23:07:34
20172         Log: Mention perlebcdic and perlposix-bc.
20173      Branch: perl
20174            ! pod/perlport.pod
20175 ____________________________________________________________________________
20176 [  6729] By: jhi                                   on 2000/08/20  21:32:59
20177         Log: Document the number of exponent digits.
20178      Branch: perl
20179            ! pod/perlfunc.pod
20180 ____________________________________________________________________________
20181 [  6728] By: jhi                                   on 2000/08/20  21:16:47
20182         Log: Use File::Spec->tmpdir().
20183              
20184              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
20185              From: Tim Jenness <timj@jach.hawaii.edu>
20186              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
20187              MIME-Version: 1.0
20188              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
20189      Branch: perl
20190            ! utils/perlbug.PL
20191 ____________________________________________________________________________
20192 [  6727] By: jhi                                   on 2000/08/20  20:43:32
20193         Log: Update Changes.
20194      Branch: perl
20195            ! Changes patchlevel.h
20196 ____________________________________________________________________________
20197 [  6726] By: jhi                                   on 2000/08/20  20:41:44
20198         Log: The veryclean target needs to clobber.
20199      Branch: perl
20200            ! Makefile.SH
20201 ____________________________________________________________________________
20202 [  6725] By: jhi                                   on 2000/08/20  20:37:38
20203         Log: Document odd vs even subreleases and -Dusedevel.
20204      Branch: perl
20205            ! INSTALL
20206 ____________________________________________________________________________
20207 [  6724] By: jhi                                   on 2000/08/20  19:58:05
20208         Log: Use temporary directory instead of current directory.
20209              
20210              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
20211              From: Tim Jenness <timj@jach.hawaii.edu>
20212              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
20213              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
20214      Branch: perl
20215            ! t/lib/ftmp-security.t
20216 ____________________________________________________________________________
20217 [  6723] By: jhi                                   on 2000/08/20  19:55:55
20218         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
20219              From: andreas.koenig@anima.de (Andreas J. Koenig)
20220              Date: 20 Aug 2000 15:52:03 +0200
20221              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
20222      Branch: perl
20223            ! lib/ExtUtils/MM_Unix.pm
20224 ____________________________________________________________________________
20225 [  6722] By: jhi                                   on 2000/08/20  19:46:01
20226         Log: Update to CGI 2.72, from Lincoln Stein.
20227      Branch: perl
20228            ! lib/CGI.pm
20229 ____________________________________________________________________________
20230 [  6721] By: jhi                                   on 2000/08/20  19:43:54
20231         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
20232              From: Radu Greab <radu@netsoft.ro>
20233              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
20234              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
20235      Branch: perl
20236            ! ext/GDBM_File/GDBM_File.xs
20237 ____________________________________________________________________________
20238 [  6720] By: jhi                                   on 2000/08/20  19:42:01
20239         Log: pp_open() could pass an uninitialized filename down to do_open9().
20240      Branch: perl
20241            ! pp_sys.c
20242 ____________________________________________________________________________
20243 [  6719] By: jhi                                   on 2000/08/20  14:06:41
20244         Log: UTF8 concat fixes.
20245              
20246              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
20247              From: Hugo <hv@crypt.compulink.co.uk>
20248              Date: Sun, 20 Aug 2000 07:30:46 +0100
20249              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
20250      Branch: perl
20251            ! pp_hot.c t/op/append.t
20252 ____________________________________________________________________________
20253 [  6718] By: jhi                                   on 2000/08/20  02:09:37
20254         Log: Let's try #6717 again.
20255      Branch: perl
20256            ! lib/File/Temp.pm
20257 ____________________________________________________________________________
20258 [  6717] By: jhi                                   on 2000/08/20  01:56:55
20259         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
20260              From: "Craig A. Berry" <craig.berry@metamorgs.com>
20261              Date: Sat, 19 Aug 2000 18:15:39 -0500
20262              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
20263      Branch: perl
20264            ! lib/File/Temp.pm
20265 ____________________________________________________________________________
20266 [  6716] By: jhi                                   on 2000/08/19  15:50:11
20267         Log: Update Changes.
20268      Branch: perl
20269            ! Changes patchlevel.h
20270 ____________________________________________________________________________
20271 [  6715] By: jhi                                   on 2000/08/19  15:39:09
20272         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
20273              From: Jonathan D Johnston <jdjohnston2@juno.com>
20274              Date: Thu, 17 Aug 2000 23:13:01 -0400       
20275              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
20276      Branch: perl
20277            ! pod/perlfunc.pod
20278 ____________________________________________________________________________
20279 [  6714] By: jhi                                   on 2000/08/19  15:34:04
20280         Log: Introduce a 'veryclean' target that is like 'distclean'
20281              but also removes *~ and *.orig.
20282      Branch: perl
20283            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
20284            ! utils/Makefile x2p/Makefile.SH
20285 ____________________________________________________________________________
20286 [  6713] By: jhi                                   on 2000/08/19  14:15:45
20287         Log: Put back the long double avoidance code to POSIX.xs
20288              because VMS seems to need it still.
20289      Branch: perl
20290            ! ext/POSIX/POSIX.xs
20291 ____________________________________________________________________________
20292 [  6712] By: jhi                                   on 2000/08/19  14:10:41
20293         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
20294              From: Peter Prymmer <pvhp@forte.com>
20295              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
20296              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
20297      Branch: perl
20298            ! lib/Pod/Find.pm t/pod/find.t
20299 ____________________________________________________________________________
20300 [  6711] By: jhi                                   on 2000/08/19  14:09:19
20301         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
20302              From: Peter Prymmer <pvhp@forte.com>
20303              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
20304              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
20305              cc: vmsperl@perl.org
20306      Branch: perl
20307            ! t/lib/peek.t
20308 ____________________________________________________________________________
20309 [  6710] By: jhi                                   on 2000/08/19  14:08:01
20310         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
20311              From: Jan Dubois <jand@ActiveState.com>
20312              Date: Fri, 18 Aug 2000 16:31:48 -0700
20313              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
20314      Branch: perl
20315            ! win32/win32.c
20316 ____________________________________________________________________________
20317 [  6709] By: jhi                                   on 2000/08/19  14:06:57
20318         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
20319              
20320              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
20321              From: Spider.Boardman@Orb.Nashua.NH.US
20322              Date: Fri, 18 Aug 2000 18:41:14 -0400
20323              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
20324      Branch: perl
20325            ! regcomp.c
20326 ____________________________________________________________________________
20327 [  6708] By: jhi                                   on 2000/08/18  22:04:49
20328         Log: Update Changes.
20329      Branch: perl
20330            ! Changes patchlevel.h
20331 ____________________________________________________________________________
20332 [  6707] By: jhi                                   on 2000/08/18  21:55:14
20333         Log: Add warnif(), check warnings further up the stack,
20334              all the warnings functions now can take an optional object reference.
20335              
20336              Subject: [PATCH bleedperl@6691] warnings pragma update
20337              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
20338              Date: Fri, 18 Aug 2000 22:42:06 +0100
20339              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
20340      Branch: perl
20341            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
20342            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
20343            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
20344 ____________________________________________________________________________
20345 [  6706] By: jhi                                   on 2000/08/18  21:41:45
20346         Log: Typo in pp_complement().
20347              
20348              Subject: [PATCH perl-current] Deparse
20349              From: Peter Scott <Peter@PSDT.com>
20350              Date: Fri, 18 Aug 2000 12:44:37 -0700
20351              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
20352      Branch: perl
20353            ! ext/B/B/Deparse.pm
20354 ____________________________________________________________________________
20355 [  6705] By: jhi                                   on 2000/08/18  21:25:59
20356         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
20357              From: Jan Dubois <jand@ActiveState.com>
20358              Date: Fri, 18 Aug 2000 14:22:51 -0700
20359              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
20360      Branch: perl
20361            ! lib/Win32.pod win32/win32.c
20362 ____________________________________________________________________________
20363 [  6704] By: jhi                                   on 2000/08/18  21:16:14
20364         Log: Don't eat leading os from index entries.
20365              
20366              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
20367              From: Russ Allbery <rra@stanford.edu>
20368              Date: 10 Aug 2000 20:49:25 -0700
20369              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
20370      Branch: perl
20371            ! lib/Pod/Man.pm
20372 ____________________________________________________________________________
20373 [  6703] By: jhi                                   on 2000/08/18  21:07:06
20374         Log: Add [[:blank:]] as suggested in
20375              
20376              Subject: [ID 20000716.024] [=cc=] / [:blank:]
20377              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
20378              Date: Sun, 16 Jul 2000 17:55:29 -0700
20379              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
20380              
20381              (the [=cc=] has already been taken care of by #6439
20382              so the whole bug report can be closed)
20383              
20384              and make [[:space:]] to be equivalent to isspace(3)
20385              (as opposed to \s, which is isSPACE()).  The difference
20386              is that now [[:space:]] matches the mythical vertical tab,
20387              while \s doesn't.
20388      Branch: perl
20389            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
20390            ! regexec.c t/op/pat.t
20391 ____________________________________________________________________________
20392 [  6702] By: jhi                                   on 2000/08/18  18:47:47
20393         Log: The new tests were missing from #6415.
20394      Branch: perl
20395            ! t/op/bop.t
20396 ____________________________________________________________________________
20397 [  6701] By: jhi                                   on 2000/08/18  18:20:40
20398         Log: Document the NDBM_File and ODBM_File as SDBM_File
20399              was documented in #6417.
20400      Branch: perl
20401            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
20402            ! ext/SDBM_File/SDBM_File.pm
20403 ____________________________________________________________________________
20404 [  6700] By: jhi                                   on 2000/08/18  18:10:39
20405         Log: Subject: [PATCH perl@6698] cygwin port
20406              From: "Fifer, Eric" <EFifer@sanwaint.com>
20407              Date: Fri, 18 Aug 2000 17:30:05 +0100
20408              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
20409      Branch: perl
20410            ! lib/File/Temp.pm
20411 ____________________________________________________________________________
20412 [  6699] By: jhi                                   on 2000/08/18  16:21:49
20413         Log: Document code point which makes if (defined %stash::) to work
20414              (noted by Spider Boardman).
20415      Branch: perl
20416            ! op.c
20417 ____________________________________________________________________________
20418 [  6698] By: jhi                                   on 2000/08/18  13:43:27
20419         Log: Update Changes.
20420      Branch: perl
20421            ! Changes patchlevel.h
20422 ____________________________________________________________________________
20423 [  6697] By: jhi                                   on 2000/08/18  13:35:57
20424         Log: Tiny Getopt::Long patch from Johan Vromans.
20425      Branch: perl
20426            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
20427 ____________________________________________________________________________
20428 [  6696] By: jhi                                   on 2000/08/18  13:26:14
20429         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
20430              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
20431              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
20432              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
20433      Branch: perl
20434            ! pod/perldiag.pod pod/perlsyn.pod
20435 ____________________________________________________________________________
20436 [  6695] By: jhi                                   on 2000/08/18  13:13:26
20437         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
20438              From: Daniel Chetlin <daniel@chetlin.com>
20439              Date: Fri, 18 Aug 2000 03:13:36 -0700
20440              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
20441      Branch: perl
20442            ! pod/perlfunc.pod
20443 ____________________________________________________________________________
20444 [  6694] By: jhi                                   on 2000/08/18  13:08:05
20445         Log: Subject: [PATCH] perltrap.pod spring cleaning
20446              From: Daniel Chetlin <daniel@chetlin.com>
20447              Date: Fri, 18 Aug 2000 03:06:54 -0700
20448              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
20449              
20450              plus Mike Guy's nitfix.
20451      Branch: perl
20452            ! pod/perltrap.pod
20453 ____________________________________________________________________________
20454 [  6693] By: jhi                                   on 2000/08/18  13:00:26
20455         Log: Unbuffer the output.
20456              
20457              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
20458              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20459              Date: Thu, 17 Aug 2000 18:39:29 -0700
20460              Message-ID: <RPJn5gzkgydf092yn@efn.org>
20461      Branch: perl
20462            ! t/op/fork.t
20463 ____________________________________________________________________________
20464 [  6692] By: jhi                                   on 2000/08/18  05:19:17
20465         Log: Delete the image, too, not just its MANIFEStation.
20466      Branch: perl
20467            - lib/CGI/eg/wilogo.gif
20468 ____________________________________________________________________________
20469 [  6691] By: jhi                                   on 2000/08/18  05:10:26
20470         Log: Propagate new Configure vars.
20471      Branch: perl
20472            ! configure.com epoc/config.sh uconfig.h uconfig.sh
20473            ! vos/config.def vos/config.h vos/config_h.SH_orig
20474            ! win32/config.bc win32/config.gc win32/config.vc
20475            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20476 ____________________________________________________________________________
20477 [  6690] By: jhi                                   on 2000/08/18  04:30:56
20478         Log: Update Changes.
20479      Branch: perl
20480            ! Changes patchlevel.h
20481 ____________________________________________________________________________
20482 [  6689] By: jhi                                   on 2000/08/18  04:12:30
20483         Log: Fix the lib/complex failure of
20484              
20485              From: abigail@foad.org
20486              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
20487              Date: 15 Aug 2000 04:06:38 -0000
20488              Message-Id: <20000815040638.8524.qmail@foad.org> 
20489              
20490              Linux long double accuracy issue: something that
20491              when printed with %g looks like "2" but int() of it is 1.
20492      Branch: perl
20493            ! lib/Math/Complex.pm
20494 ____________________________________________________________________________
20495 [  6688] By: jhi                                   on 2000/08/18  03:15:35
20496         Log: The byteorder code in #6671 was wrong.
20497      Branch: perl
20498            ! configpm
20499 ____________________________________________________________________________
20500 [  6687] By: jhi                                   on 2000/08/18  02:08:42
20501         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
20502              From: Jan Dubois <jand@ActiveState.com>
20503              Date: Thu, 17 Aug 2000 18:31:55 -0700
20504              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
20505      Branch: perl
20506            ! sv.c
20507 ____________________________________________________________________________
20508 [  6686] By: jhi                                   on 2000/08/18  02:04:15
20509         Log: Use NVs in POSIX math, not doubles.
20510              
20511              From: abigail@foad.org
20512              Subject: [ID 20000817.014] POSIX & modfl
20513              Date: 17 Aug 2000 20:49:18 -0000
20514              Message-Id: <20000817204918.23123.qmail@foad.org>
20515      Branch: perl
20516            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
20517 ____________________________________________________________________________
20518 [  6685] By: jhi                                   on 2000/08/18  02:02:12
20519         Log: Introduce NVef, NVff, and NVgf, use the middle one.
20520              (helps for lib/peek + Linux + long doubles)  Reported in
20521              
20522              From: abigail@foad.org
20523              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
20524              Date: 15 Aug 2000 04:06:38 -0000
20525              Message-Id: <20000815040638.8524.qmail@foad.org> 
20526              
20527              (note: the lib/complex failure has not yet been addressed)
20528      Branch: metaconfig/U/perl
20529            ! perlxvf.U
20530      Branch: perl
20531            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20532            ! config_h.SH dump.c perl.h pod/perlguts.pod
20533 ____________________________________________________________________________
20534 [  6684] By: jhi                                   on 2000/08/17  23:22:19
20535         Log: Add byteorder to the myconfig output.
20536      Branch: perl
20537            ! myconfig.SH
20538 ____________________________________________________________________________
20539 [  6683] By: jhi                                   on 2000/08/17  23:20:19
20540         Log: The image doth not exist, spotted by Johan Vromans.
20541      Branch: perl
20542            ! MANIFEST
20543 ____________________________________________________________________________
20544 [  6682] By: jhi                                   on 2000/08/17  22:38:16
20545         Log: Document what the backtick returns if the command fails.
20546      Branch: perl
20547            ! pod/perlop.pod
20548 ____________________________________________________________________________
20549 [  6681] By: jhi                                   on 2000/08/17  22:33:12
20550         Log: Do not use prototyping here.
20551              
20552              Subject: [ID 20000817.016] [PATCH] Peek.xs
20553              From: abigail@foad.org
20554              Date: 17 Aug 2000 20:55:56 -0000
20555              Message-Id: <20000817205556.24270.qmail@foad.org>
20556      Branch: perl
20557            ! ext/Devel/Peek/Makefile.PL
20558 ____________________________________________________________________________
20559 [  6680] By: jhi                                   on 2000/08/17  19:46:43
20560         Log: Don't propose using modules built for 5.005 if no binary
20561              compatibility with 5.005 is attempted.
20562              
20563              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
20564              Subject: Minor nit with 5.7.0 (6655)
20565              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
20566              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
20567      Branch: metaconfig
20568            ! U/installdirs/inc_version_list.U
20569      Branch: perl
20570            ! Configure config_h.SH
20571 ____________________________________________________________________________
20572 [  6679] By: jhi                                   on 2000/08/17  19:16:39
20573         Log: Microperl config update.
20574      Branch: perl
20575            ! uconfig.h uconfig.sh
20576 ____________________________________________________________________________
20577 [  6678] By: jhi                                   on 2000/08/17  19:16:13
20578         Log: The #6648 wasn't protective enough for limited platforms
20579              (like microperl).
20580      Branch: perl
20581            ! dump.c sv.c
20582 ____________________________________________________________________________
20583 [  6677] By: jhi                                   on 2000/08/17  14:46:35
20584         Log: Update Changes.
20585      Branch: perl
20586            ! Changes patchlevel.h
20587 ____________________________________________________________________________
20588 [  6676] By: jhi                                   on 2000/08/17  14:44:02
20589         Log: Add perlebcdic from Peter Prymmer, regen toc.
20590      Branch: perl
20591            + pod/perlebcdic.pod
20592            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20593 ____________________________________________________________________________
20594 [  6675] By: jhi                                   on 2000/08/17  14:41:52
20595         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
20596      Branch: perl
20597            ! pod/perldebtut.pod
20598 ____________________________________________________________________________
20599 [  6674] By: jhi                                   on 2000/08/17  14:29:43
20600         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
20601              
20602              Subject: [ID 20000724.006] -DLEAKTEST problem
20603              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
20604              Date: Tue, 25 Jul 2000 00:36:32 -0500
20605              Message-Id: <20000725003632.A26186@www.llamacom.com>
20606              
20607              Reminder sent
20608              
20609              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
20610              From: Hugo <hv@crypt.compulink.co.uk>
20611              Date: Thu, 17 Aug 2000 15:23:42 +0100
20612              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
20613      Branch: perl
20614            ! util.c
20615 ____________________________________________________________________________
20616 [  6673] By: jhi                                   on 2000/08/17  04:07:10
20617         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
20618              From: John Peacock <JPeacock@UnivPress.com>
20619              Date: Tue, 01 Aug 2000 09:38:12 -0400
20620              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
20621      Branch: perl
20622            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
20623 ____________________________________________________________________________
20624 [  6672] By: jhi                                   on 2000/08/17  03:04:35
20625         Log: Subject: [PATCH] Cwd.pm now uses strict
20626              From: Tim Jenness <timj@jach.hawaii.edu>
20627              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
20628              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
20629      Branch: perl
20630            ! lib/Cwd.pm
20631 ____________________________________________________________________________
20632 [  6671] By: jhi                                   on 2000/08/17  02:16:35
20633         Log: Make $Config{byteorder} more magical so that it is
20634              dynamically computed: nice for 'fat binaries'.
20635              
20636              Subject: [PATCH]: default byteorder
20637              From: Wilfredo Sánchez <wsanchez@apple.com>
20638              Date: Mon, 31 Jul 2000 19:45:31 -0700
20639              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
20640      Branch: perl
20641            ! configpm
20642 ____________________________________________________________________________
20643 [  6670] By: gsar                                  on 2000/08/17  01:22:21
20644         Log: move WNOHANG definition to where other such things are
20645      Branch: perl
20646            ! win32/win32.h
20647 ____________________________________________________________________________
20648 [  6669] By: jhi                                   on 2000/08/17  01:19:17
20649         Log: Update Changes.
20650      Branch: perl
20651            ! Changes patchlevel.h
20652 ____________________________________________________________________________
20653 [  6668] By: jhi                                   on 2000/08/17  01:16:29
20654         Log: Doc nits spotted by Richard Soderberg.
20655      Branch: perl
20656            ! README.posix-bc README.vmesa
20657 ____________________________________________________________________________
20658 [  6667] By: jhi                                   on 2000/08/17  01:12:11
20659         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
20660              From: "Casey R. Tweten" <crt@kiski.net>
20661              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
20662              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
20663      Branch: perl
20664            ! pod/perldebtut.pod
20665 ____________________________________________________________________________
20666 [  6666] By: jhi                                   on 2000/08/17  01:09:31
20667         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
20668              From: "Casey R. Tweten" <crt@kiski.net>
20669              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
20670              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
20671      Branch: perl
20672            ! lib/Shell.pm
20673 ____________________________________________________________________________
20674 [  6665] By: gsar                                  on 2000/08/17  01:03:52
20675         Log: add "ok" targets from change#6632 in makefile.mk
20676      Branch: perl
20677            ! pod/perlport.pod win32/Makefile win32/makefile.mk
20678 ____________________________________________________________________________
20679 [  6664] By: gsar                                  on 2000/08/17  00:56:11
20680         Log: avoid warnings from dense compiler
20681      Branch: perl
20682            ! win32/win32.c
20683 ____________________________________________________________________________
20684 [  6663] By: jhi                                   on 2000/08/17  00:51:49
20685         Log: Tweak the regex compilation errors once more.
20686      Branch: perl
20687            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
20688            ! t/op/regmesg.t t/pragma/warn/regcomp
20689 ____________________________________________________________________________
20690 [  6662] By: gsar                                  on 2000/08/17  00:28:19
20691         Log: trailing new %ENV entries weren't being pushed into the real
20692              environment of subprocesses on Windows
20693      Branch: perl
20694            ! t/op/magic.t win32/perlhost.h
20695 ____________________________________________________________________________
20696 [  6661] By: gsar                                  on 2000/08/17  00:19:20
20697         Log: waitpid() now handles externally spawned pids correctly;
20698              fixes for backtick/wait/waitpid failures on Windows 9x
20699              
20700              these changes make the pid returned by process functions on
20701              Windows 9x always positive by clearing the high bit (which
20702              is always set on Win9x); pseudo-process PIDs are likewise
20703              always negative now on Win9x (just as on NT/2000)
20704      Branch: perl
20705            ! pp_sys.c win32/perlhost.h win32/win32.c
20706 ____________________________________________________________________________
20707 [  6660] By: jhi                                   on 2000/08/17  00:04:32
20708         Log: Retract #6645.
20709      Branch: perl
20710            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20711            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
20712            ! t/op/sprintf.t
20713 ____________________________________________________________________________
20714 [  6659] By: gsar                                  on 2000/08/16  23:59:28
20715         Log: on windows, the return values from wait() and waitpid() don't
20716              match those of pseudo-pids
20717      Branch: perl
20718            ! pp_sys.c t/op/fork.t util.c win32/win32.c
20719 ____________________________________________________________________________
20720 [  6658] By: gsar                                  on 2000/08/16  23:56:14
20721         Log: pod nit seen in passing
20722      Branch: perl
20723            ! pod/perlfunc.pod
20724 ____________________________________________________________________________
20725 [  6657] By: gsar                                  on 2000/08/16  23:53:42
20726         Log: change#6328 could make close(SOCKET) return false on windows
20727              when it shouldn't
20728      Branch: perl
20729            ! win32/win32sck.c
20730 ____________________________________________________________________________
20731 [  6656] By: gsar                                  on 2000/08/16  23:46:57
20732         Log: check that the number pseudo children doesn't exceed
20733              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
20734              the WaitForMultipleObjects() limit that would cause wait()
20735              to crash)
20736              
20737              wait() and waitpid() could potentially be rewritten to use
20738              more than one thread to do the waiting to eliminate this
20739              limitation
20740      Branch: perl
20741            ! win32/perlhost.h
20742 ____________________________________________________________________________
20743 [  6655] By: jhi                                   on 2000/08/16  14:11:05
20744         Log: Update Changes.
20745      Branch: perl
20746            ! Changes patchlevel.h
20747 ____________________________________________________________________________
20748 [  6654] By: jhi                                   on 2000/08/16  14:10:12
20749         Log: Update to perldebtut 1.9, from Richard Foley.
20750      Branch: perl
20751            ! pod/perldebtut.pod
20752 ____________________________________________________________________________
20753 [  6653] By: jhi                                   on 2000/08/16  14:08:17
20754         Log: Change the regx compilation error markers to use = instead of <
20755              since pod makes using the latter quite messy.  Reported in
20756              ID 20000814.006 by Abigail and in
20757              Subject: Unknown escape E<> ?
20758              From: Lupe Christoph <lupe@lupe-christoph.de>
20759              Date: Fri, 11 Aug 2000 00:30:27 +0200
20760              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
20761      Branch: perl
20762            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
20763            ! t/op/regmesg.t t/pragma/warn/regcomp
20764 ____________________________________________________________________________
20765 [  6652] By: jhi                                   on 2000/08/16  13:25:31
20766         Log: Change the perlbug address to perl.org since it's more forgiving.
20767              
20768              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
20769              From: abigail@foad.org
20770              Date: 15 Aug 2000 04:15:40 -0000
20771              Message-Id: <20000815041540.8633.qmail@foad.org>
20772      Branch: perl
20773            ! utils/perlbug.PL
20774 ____________________________________________________________________________
20775 [  6651] By: jhi                                   on 2000/08/16  13:22:35
20776         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
20777              From: Tim Jenness <timj@jach.hawaii.edu>
20778              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
20779              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
20780      Branch: perl
20781            ! lib/Cwd.pm
20782 ____________________________________________________________________________
20783 [  6650] By: jhi                                   on 2000/08/16  13:18:13
20784         Log: Update to CPAN 1.57.
20785              
20786              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
20787              From: andreas.koenig@anima.de (Andreas J. Koenig)
20788              Date: 16 Aug 2000 15:09:46 +0200
20789              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
20790      Branch: perl
20791            ! lib/CPAN.pm
20792 ____________________________________________________________________________
20793 [  6649] By: jhi                                   on 2000/08/16  13:12:31
20794         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
20795              From: "Larry W. Virden" <lvirden@cas.org>
20796              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
20797              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
20798      Branch: perl
20799            ! README.hpux
20800 ____________________________________________________________________________
20801 [  6648] By: jhi                                   on 2000/08/16  13:03:53
20802         Log: The numeric locale was reset to "C" by s?printf and never restored.
20803              
20804              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
20805              From: Christian Kirsch <ck@held.mind.de>
20806              Date: Wed, 9 Aug 2000 17:05:17 +0200
20807              Message-Id: <20000809170517.A25389@held>
20808              
20809              No test since adding the failing example to locale.t
20810              does not fail -- probably because the locale settings are so
20811              thoroughly tweaked by that time.  Running the example standalone
20812              does fail, though.  UPDATE: test case added at change #7540.
20813      Branch: perl
20814            ! dump.c perl.h pp.c pp_ctl.c sv.c
20815 ____________________________________________________________________________
20816 [  6647] By: jhi                                   on 2000/08/16  00:07:54
20817         Log: Update Changes and test semi-automatic patchlevel updating.
20818      Branch: perl
20819            ! Changes patchlevel.h
20820 ____________________________________________________________________________
20821 [  6646] By: jhi                                   on 2000/08/15  23:35:07
20822         Log: Fix a dependency problem.
20823              
20824              Subject: [PATCH: 6640] VMS Makefile.SH update
20825              From: Peter Prymmer <pvhp@forte.com>
20826              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
20827              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
20828      Branch: perl
20829            ! vms/descrip_mms.template
20830 ____________________________________________________________________________
20831 [  6645] By: jhi                                   on 2000/08/15  23:33:23
20832         Log: (Retracted by #6660)
20833              
20834              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
20835              From: Dominic Dunlop <domo@computer.org>
20836              Date: Tue, 15 Aug 2000 22:20:52 +0200
20837              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
20838      Branch: metaconfig/U/perl
20839            + d_printfed.U
20840      Branch: perl
20841            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20842            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
20843            ! t/op/sprintf.t
20844 ____________________________________________________________________________
20845 [  6644] By: jhi                                   on 2000/08/15  21:17:20
20846         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
20847              From: abigail@foad.org
20848              Date: 15 Aug 2000 20:12:41 -0000
20849              Message-Id: <20000815201241.25556.qmail@foad.org>
20850      Branch: perl
20851            ! INSTALL
20852 ____________________________________________________________________________
20853 [  6643] By: jhi                                   on 2000/08/15  21:15:28
20854         Log: (an already applied patch)
20855      Branch: perl
20856            ! lib/CGI.pm
20857 ____________________________________________________________________________
20858 [  6642] By: gsar                                  on 2000/08/15  19:54:05
20859         Log: magic callbacks all need to have same type signature
20860      Branch: perl
20861            ! embed.pl mg.c proto.h
20862 ____________________________________________________________________________
20863 [  6641] By: jhi                                   on 2000/08/15  17:56:27
20864         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)
20865              From: Mike Guy <mjtg@cam.ac.uk>
20866              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
20867              Date: Tue, 15 Aug 2000 18:26:45 +0100
20868              
20869              Only the peek.t part applied, not the hash quality part.
20870      Branch: perl
20871            ! t/lib/peek.t
20872 ____________________________________________________________________________
20873 [  6640] By: jhi                                   on 2000/08/15  16:37:37
20874         Log: Update Changes.
20875      Branch: perl
20876            ! Changes
20877 ____________________________________________________________________________
20878 [  6639] By: jhi                                   on 2000/08/15  16:34:55
20879         Log: Missed a file from #6638.
20880      Branch: perl
20881            ! lib/File/Temp.pm
20882 ____________________________________________________________________________
20883 [  6638] By: jhi                                   on 2000/08/15  16:33:19
20884         Log: Subject: [PATCH perl@6620] cygwin port
20885              From: "Fifer, Eric" <EFifer@sanwaint.com>
20886              Date: Tue, 15 Aug 2000 17:00:49 +0100
20887              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
20888      Branch: perl
20889            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
20890 ____________________________________________________________________________
20891 [  6637] By: jhi                                   on 2000/08/15  16:29:22
20892         Log: Subject: [PATCH] debugger exit code should reflect user exit code
20893              From: Mike Guy <mjtg@cam.ac.uk>
20894              Date: Tue, 15 Aug 2000 16:55:59 +0100
20895              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
20896      Branch: perl
20897            ! lib/perl5db.pl
20898 ____________________________________________________________________________
20899 [  6636] By: jhi                                   on 2000/08/15  15:30:58
20900         Log: Update Changes.
20901      Branch: perl
20902            ! Changes
20903 ____________________________________________________________________________
20904 [  6635] By: jhi                                   on 2000/08/15  15:27:21
20905         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
20906      Branch: metaconfig
20907            ! U/mkglossary U/mksample
20908      Branch: metaconfig/U/perl
20909            ! Devel.U
20910      Branch: perl
20911            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20912 ____________________________________________________________________________
20913 [  6634] By: jhi                                   on 2000/08/15  14:11:55
20914         Log: Don't blow limited stacks, a lower number is enough to
20915              tickle the lookbehind limit.
20916              
20917              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
20918              From: Dominic Dunlop <domo@computer.org>
20919              Date: Tue, 15 Aug 2000 13:51:24 +0200
20920              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
20921      Branch: perl
20922            ! t/op/regmesg.t
20923 ____________________________________________________________________________
20924 [  6633] By: jhi                                   on 2000/08/15  14:01:46
20925         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
20926              From: Mike Guy <mjtg@cam.ac.uk>
20927              Date: Tue, 15 Aug 2000 12:10:50 +0100
20928              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
20929      Branch: perl
20930            ! utils/perldoc.PL
20931 ____________________________________________________________________________
20932 [  6632] By: jhi                                   on 2000/08/15  13:58:48
20933         Log: make ok etc also for win32.
20934              
20935              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
20936              From: Prymmer/Kahn <pvhp@best.com>
20937              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
20938              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
20939      Branch: perl
20940            ! win32/Makefile
20941 ____________________________________________________________________________
20942 [  6631] By: jhi                                   on 2000/08/15  13:45:03
20943         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
20944      Branch: perl
20945            ! lib/Test.pm
20946 ____________________________________________________________________________
20947 [  6630] By: jhi                                   on 2000/08/15  03:25:09
20948         Log: Update Changes.
20949      Branch: perl
20950            ! Changes
20951 ____________________________________________________________________________
20952 [  6629] By: jhi                                   on 2000/08/15  03:23:53
20953         Log: magic_regdatum_set() is void, not int.
20954      Branch: perl
20955            ! embed.pl mg.c proto.h
20956 ____________________________________________________________________________
20957 [  6628] By: jhi                                   on 2000/08/15  03:08:02
20958         Log: Make the user to give up his firstborn, err, to knowingly
20959              verify installing an unstable developer release.  Also bump
20960              the release to 5.7.0, but leave a patch tag in the local
20961              patches saying that this is not yet the real thing.
20962      Branch: metaconfig
20963            ! U/modified/Instruct.U
20964      Branch: metaconfig/U/perl
20965            + Devel.U
20966      Branch: perl
20967            ! Configure patchlevel.h
20968 ____________________________________________________________________________
20969 [  6627] By: jhi                                   on 2000/08/14  22:32:52
20970         Log: README.os2 update.
20971              
20972              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
20973              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20974              Date: Wed, 02 Aug 2000 21:55:09 -0700
20975              Message-ID: <tsPi5gzkgegX092yn@efn.org>
20976      Branch: perl
20977            ! README.os2
20978 ____________________________________________________________________________
20979 [  6626] By: jhi                                   on 2000/08/14  21:00:02
20980         Log: Subject: Re: File::Temp problems on VMS in bleedperl
20981              From: Tim Jenness <timj@jach.hawaii.edu>
20982              cc: vmsperl@perl.org
20983              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
20984              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
20985      Branch: perl
20986            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
20987 ____________________________________________________________________________
20988 [  6625] By: jhi                                   on 2000/08/14  20:52:16
20989         Log: Add SUIDMAIL as was done for the CERT alert.
20990      Branch: perl
20991            ! patchlevel.h
20992 ____________________________________________________________________________
20993 [  6624] By: jhi                                   on 2000/08/14  20:48:50
20994         Log: Subject: sfio2000
20995              From: Daniel Muino <dmuino@afip.gov.ar>
20996              Date: Mon, 14 Aug 2000 16:58:11 -0300
20997              Message-ID: <20000814165811.B16368@con2-dgi>
20998      Branch: perl
20999            ! perlsdio.h perlsfio.h
21000 ____________________________________________________________________________
21001 [  6623] By: jhi                                   on 2000/08/14  20:47:36
21002         Log: Subject: warning: storage class after type is obsolescent
21003              From: Daniel Muino <dmuino@afip.gov.ar>
21004              Date: Mon, 14 Aug 2000 16:42:47 -0300
21005              Message-ID: <20000814164247.A16368@con2-dgi>
21006      Branch: perl
21007            ! regcomp.pl regnodes.h
21008 ____________________________________________________________________________
21009 [  6622] By: jhi                                   on 2000/08/14  20:43:05
21010         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
21011              From: abigail@foad.org
21012              Date: 14 Aug 2000 20:00:10 -0000
21013              Message-Id: <20000814200010.27271.qmail@foad.org>
21014      Branch: perl
21015            ! Changes
21016 ____________________________________________________________________________
21017 [  6621] By: jhi                                   on 2000/08/14  15:23:05
21018         Log: Update Changes.
21019      Branch: perl
21020            ! Changes
21021 ____________________________________________________________________________
21022 [  6620] By: jhi                                   on 2000/08/14  15:22:14
21023         Log: Subject: Re: [PATCH] @+, @- readonly
21024              From: Mike Guy <mjtg@cam.ac.uk>
21025              Date: Mon, 14 Aug 2000 15:26:55 +0100
21026              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
21027      Branch: perl
21028            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
21029            ! sv.c t/op/pat.t
21030 ____________________________________________________________________________
21031 [  6619] By: jhi                                   on 2000/08/14  14:12:08
21032         Log: Update Changes.
21033      Branch: perl
21034            ! Changes
21035 ____________________________________________________________________________
21036 [  6618] By: jhi                                   on 2000/08/14  14:09:34
21037         Log: For now remove the mail code.
21038      Branch: perl
21039            ! perl.c
21040 ____________________________________________________________________________
21041 [  6617] By: jhi                                   on 2000/08/14  14:08:28
21042         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
21043      Branch: perl
21044            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
21045            ! pod/perlfaq8.pod pod/perlsec.pod
21046 ____________________________________________________________________________
21047 [  6616] By: jhi                                   on 2000/08/14  14:00:11
21048         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
21049              From: Mike Guy <mjtg@cam.ac.uk>
21050              Date: Mon, 14 Aug 2000 08:26:02 +0100
21051              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
21052      Branch: perl
21053            ! lib/perl5db.pl
21054 ____________________________________________________________________________
21055 [  6615] By: jhi                                   on 2000/08/14  13:58:45
21056         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
21057              From: Mike Guy <mjtg@cam.ac.uk>
21058              Date: Mon, 14 Aug 2000 08:04:22 +0100
21059              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
21060      Branch: perl
21061            ! gv.c mg.c t/op/pat.t
21062 ____________________________________________________________________________
21063 [  6614] By: jhi                                   on 2000/08/14  13:56:45
21064         Log: Subject: Test fails / warnings with perl-current #6612
21065              From: Mike Guy <mjtg@cam.ac.uk>
21066              Date: Mon, 14 Aug 2000 07:57:23 +0100
21067              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
21068      Branch: perl
21069            ! t/lib/b.t t/lib/peek.t
21070 ____________________________________________________________________________
21071 [  6613] By: jhi                                   on 2000/08/14  13:45:33
21072         Log: VMS configure.com update continues.
21073      Branch: perl
21074            - vms/configure.com
21075            ! MANIFEST configure.com
21076 ____________________________________________________________________________
21077 [  6612] By: jhi                                   on 2000/08/13  22:13:35
21078         Log: Update Changes.
21079      Branch: perl
21080            ! Changes
21081 ____________________________________________________________________________
21082 [  6611] By: jhi                                   on 2000/08/13  16:21:45
21083         Log: Upgrade to CGI 2.71, from Lincoln Stein.
21084      Branch: perl
21085            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
21086 ____________________________________________________________________________
21087 [  6610] By: jhi                                   on 2000/08/13  15:09:16
21088         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
21089              From: Mike Guy <mjtg@cam.ac.uk>
21090              Date: Sun, 13 Aug 2000 13:45:51 +0100
21091              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
21092      Branch: perl
21093            ! t/op/regmesg.t
21094 ____________________________________________________________________________
21095 [  6609] By: jhi                                   on 2000/08/13  14:31:26
21096         Log: Andreas says that 1.56 is fine, so reverting back to it.
21097      Branch: perl
21098            ! lib/CPAN.pm
21099 ____________________________________________________________________________
21100 [  6608] By: jhi                                   on 2000/08/13  05:34:20
21101         Log: Update Changes.
21102      Branch: perl
21103            ! Changes
21104 ____________________________________________________________________________
21105 [  6607] By: jhi                                   on 2000/08/13  05:32:01
21106         Log: Put back the \z changes of #5406 to CPAN.pm.
21107      Branch: perl
21108            ! lib/CPAN.pm
21109 ____________________________________________________________________________
21110 [  6606] By: jhi                                   on 2000/08/13  05:20:16
21111         Log: Fix-n-skip the tests under 5005threads.
21112      Branch: perl
21113            ! t/lib/b.t
21114 ____________________________________________________________________________
21115 [  6605] By: jhi                                   on 2000/08/13  05:07:48
21116         Log: Fix the test for 5005threads.
21117      Branch: perl
21118            ! t/lib/peek.t
21119 ____________________________________________________________________________
21120 [  6604] By: jhi                                   on 2000/08/13  03:35:37
21121         Log: Should have deleted this in #6603.
21122      Branch: perl
21123            - vms/subconfigure.com
21124 ____________________________________________________________________________
21125 [  6603] By: jhi                                   on 2000/08/12  18:29:32
21126         Log: Rewrite of vms/subconfigure.com as configure.com,
21127              from Peter Prymmer and the vmsperl crew.
21128      Branch: perl
21129            + vms/configure.com
21130            ! MANIFEST
21131 ____________________________________________________________________________
21132 [  6602] By: jhi                                   on 2000/08/11  13:00:01
21133         Log: PlainText.pm is dead.
21134      Branch: perl
21135            - lib/Pod/PlainText.pm
21136            ! MANIFEST
21137 ____________________________________________________________________________
21138 [  6601] By: jhi                                   on 2000/08/11  04:06:45
21139         Log: Update Changes.
21140      Branch: perl
21141            ! Changes
21142 ____________________________________________________________________________
21143 [  6600] By: jhi                                   on 2000/08/11  04:06:10
21144         Log: Add a few missing files, update MANIFEST.
21145      Branch: perl
21146            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
21147            + lib/Pod/PlainText.pm t/pod/find.t
21148            ! MANIFEST t/op/regmesg.t
21149 ____________________________________________________________________________
21150 [  6599] By: jhi                                   on 2000/08/11  03:31:10
21151         Log: Add Perl debugging tutorial, regen toc. 
21152              
21153              Subject: perldebtut.pod
21154              From: Richard Foley <Richard.Foley@m.dasa.de>
21155              Date: Wed, 09 Aug 2000 10:17:15 +0200
21156              Message-id: <3991138B.262247B8@m.dasa.de>
21157      Branch: perl
21158            + pod/perldebtut.pod
21159            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
21160 ____________________________________________________________________________
21161 [  6598] By: jhi                                   on 2000/08/11  02:48:56
21162         Log: tiny Changes edit
21163      Branch: perl
21164            ! Changes
21165 ____________________________________________________________________________
21166 [  6597] By: jhi                                   on 2000/08/11  02:39:04
21167         Log: Tests for #6589.
21168              
21169              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
21170              From: simon@brecon.co.uk (Simon Cozens)
21171              Date: 11 Aug 2000 02:24:52 GMT
21172              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
21173      Branch: perl
21174            ! t/lib/b.t
21175 ____________________________________________________________________________
21176 [  6596] By: jhi                                   on 2000/08/11  01:50:07
21177         Log: Update Changes.
21178      Branch: perl
21179            ! Changes
21180 ____________________________________________________________________________
21181 [  6595] By: jhi                                   on 2000/08/11  01:47:16
21182         Log: nitfix
21183      Branch: perl
21184            ! Changes
21185 ____________________________________________________________________________
21186 [  6594] By: jhi                                   on 2000/08/11  01:36:16
21187         Log: Subject: Getting perlio and threads to compile
21188              From: Lupe Christoph <lupe@lupe-christoph.de>
21189              Date: Wed, 9 Aug 2000 11:35:54 +0200
21190              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
21191              
21192              (the Solaris version changes in Configure skipped)
21193      Branch: perl
21194            ! hints/solaris_2.sh thread.h
21195 ____________________________________________________________________________
21196 [  6593] By: jhi                                   on 2000/08/11  01:30:16
21197         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
21198              From: simon@brecon.co.uk (Simon Cozens)
21199              Date: 1 Aug 2000 06:55:19 GMT
21200              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
21201      Branch: perl
21202            ! lib/utf8.pm
21203 ____________________________________________________________________________
21204 [  6592] By: jhi                                   on 2000/08/11  01:26:39
21205         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
21206              From: Peter Scott <Peter@PeterScott.com>
21207              Date: Thu, 10 Aug 2000 08:23:27 -0700
21208              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
21209      Branch: perl
21210            ! lib/perl5db.pl
21211 ____________________________________________________________________________
21212 [  6591] By: jhi                                   on 2000/08/11  01:22:02
21213         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
21214              From: Hugo <hv@crypt.compulink.co.uk>
21215              Date: Thu, 10 Aug 2000 19:23:04 +0100
21216              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
21217      Branch: perl
21218            ! regexec.c t/op/pat.t
21219 ____________________________________________________________________________
21220 [  6590] By: jhi                                   on 2000/08/11  01:19:19
21221         Log: Preprocessing and postprocessing for File::Find.
21222              
21223              Subject: Patch to Find::File.pm to allow alphabetical results
21224              From: Joe Smith <jsmith@inwap.com>
21225              Date: Wed, 9 Aug 2000 02:44:54 -0700
21226              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
21227      Branch: perl
21228            ! lib/File/Find.pm
21229 ____________________________________________________________________________
21230 [  6589] By: jhi                                   on 2000/08/11  01:12:39
21231         Log: B::Deparse didn't do sub attributes.
21232              
21233              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
21234              From: simon@brecon.co.uk (Simon Cozens)
21235              Date: 9 Aug 2000 04:49:20 GMT
21236              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
21237      Branch: perl
21238            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
21239 ____________________________________________________________________________
21240 [  6588] By: jhi                                   on 2000/08/11  01:06:40
21241         Log: Subject: debugger "d" command doesnt check line number
21242              From: Mike Guy <mjtg@cam.ac.uk>
21243              Date: Tue, 08 Aug 2000 21:54:29 +0100
21244              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
21245      Branch: perl
21246            ! lib/perl5db.pl mg.c pod/perldiag.pod
21247 ____________________________________________________________________________
21248 [  6587] By: jhi                                   on 2000/08/11  00:45:03
21249         Log: sleep(1) does not necessarily return 1.
21250              
21251              Subject: [PATCH bleadperl] op/lex_assign.t  
21252              From: Hugo <hv@crypt.compulink.co.uk>
21253              Date: Thu, 03 Aug 2000 14:34:22 +0100        
21254              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
21255      Branch: perl
21256            ! t/op/lex_assign.t
21257 ____________________________________________________________________________
21258 [  6586] By: jhi                                   on 2000/08/11  00:31:50
21259         Log: Document the IO::Select timeout.
21260      Branch: perl
21261            ! ext/IO/lib/IO/Select.pm
21262 ____________________________________________________________________________
21263 [  6585] By: jhi                                   on 2000/08/11  00:13:54
21264         Log: Forgot contributor.
21265      Branch: perl
21266            ! Changes
21267 ____________________________________________________________________________
21268 [  6584] By: jhi                                   on 2000/08/11  00:09:19
21269         Log: detypo
21270      Branch: perl
21271            ! Changes
21272 ____________________________________________________________________________
21273 [  6583] By: jhi                                   on 2000/08/11  00:07:53
21274         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
21275              
21276              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
21277              From: Mike Guy <mjtg@cam.ac.uk> 
21278              Date: Thu, 10 Aug 2000 15:50:54 +0100
21279              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
21280      Branch: perl
21281            ! sv.c t/op/int.t
21282 ____________________________________________________________________________
21283 [  6582] By: jhi                                   on 2000/08/10  23:29:32
21284         Log: Update Changes.
21285      Branch: perl
21286            ! Changes
21287 ____________________________________________________________________________
21288 [  6581] By: jhi                                   on 2000/08/10  23:26:16
21289         Log: Put back the std @INC thing.
21290      Branch: perl
21291            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
21292            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
21293            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
21294            ! t/lib/gol-oo.t
21295 ____________________________________________________________________________
21296 [  6580] By: jhi                                   on 2000/08/10  23:03:34
21297         Log: Update to CGI 2.70, from Lincoln Stein.
21298      Branch: perl
21299            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
21300            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
21301            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
21302            ! t/lib/cgi-request.t
21303 ____________________________________________________________________________
21304 [  6579] By: jhi                                   on 2000/08/10  22:41:50
21305         Log: Update to CPAN 1.56, from Andreas König.
21306      Branch: perl
21307            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
21308 ____________________________________________________________________________
21309 [  6578] By: jhi                                   on 2000/08/10  22:38:13
21310         Log: Update to Pod::Parser 1.17, from Brad Appleton.
21311      Branch: perl
21312            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
21313            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
21314            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
21315            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
21316            ! t/pod/include.t t/pod/included.t t/pod/lref.t
21317            ! t/pod/multiline_items.t t/pod/nested_items.t
21318            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
21319            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
21320            ! t/pod/special_seqs.t
21321 ____________________________________________________________________________
21322 [  6577] By: jhi                                   on 2000/08/10  22:35:41
21323         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
21324      Branch: perl
21325            ! AUTHORS MAINTAIN
21326 ____________________________________________________________________________
21327 [  6576] By: jhi                                   on 2000/08/10  22:24:54
21328         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
21329      Branch: perl
21330            + t/lib/gol-oo.t
21331            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
21332            ! t/lib/gol-compat.t t/lib/gol-linkage.t
21333 ____________________________________________________________________________
21334 [  6575] By: jhi                                   on 2000/08/10  22:02:07
21335         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
21336      Branch: perl
21337            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
21338 ____________________________________________________________________________
21339 [  6574] By: jhi                                   on 2000/08/10  21:55:03
21340         Log: Iterating perl6 description.
21341      Branch: perl
21342            ! pod/perlfaq1.pod
21343 ____________________________________________________________________________
21344 [  6573] By: jhi                                   on 2000/08/10  21:48:26
21345         Log: Revert the sv.c part of #6559, a better fix is needed.
21346      Branch: perl
21347            ! sv.c
21348 ____________________________________________________________________________
21349 [  6572] By: jhi                                   on 2000/08/10  20:33:43
21350         Log: It's the 2ndO'ROSSC.
21351      Branch: perl
21352            ! pod/perlfaq1.pod
21353 ____________________________________________________________________________
21354 [  6571] By: jhi                                   on 2000/08/10  15:55:48
21355         Log: detypo
21356      Branch: perl
21357            ! pod/perlfaq1.pod
21358 ____________________________________________________________________________
21359 [  6570] By: jhi                                   on 2000/08/10  14:11:17
21360         Log: An exceptionally sticky typo.
21361      Branch: perl
21362            ! Changes
21363 ____________________________________________________________________________
21364 [  6569] By: jhi                                   on 2000/08/10  14:09:33
21365         Log: detypo (and test Changes updating script)
21366      Branch: perl
21367            ! Changes
21368 ____________________________________________________________________________
21369 [  6568] By: jhi                                   on 2000/08/10  14:07:07
21370         Log: Update Changes.
21371      Branch: perl
21372            ! Changes
21373 ____________________________________________________________________________
21374 [  6567] By: jhi                                   on 2000/08/10  14:06:19
21375         Log: Amend the description of Perl6.
21376              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
21377              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21378              Date: Wed, 9 Aug 2000 22:11:06 -0500
21379              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
21380      Branch: perl
21381            ! pod/perlfaq1.pod
21382 ____________________________________________________________________________
21383 [  6566] By: jhi                                   on 2000/08/10  13:58:57
21384         Log: Subject: Remove dead entry in perldiag
21385              From: Mike Guy <mjtg@cam.ac.uk>
21386              Date: Thu, 10 Aug 2000 14:19:19 +0100
21387              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
21388      Branch: perl
21389            ! pod/perldiag.pod
21390 ____________________________________________________________________________
21391 [  6565] By: jhi                                   on 2000/08/10  13:51:48
21392         Log: Zero entries were skipped, fix from Adrian Goalby
21393              <argoalby@yahoo.co.uk>
21394      Branch: perl
21395            ! lib/unicode/Number.pl lib/unicode/mktables.PL
21396 ____________________________________________________________________________
21397 [  6564] By: jhi                                   on 2000/08/10  13:00:12
21398         Log: Subject: [PATCH 5.6.0] cygwin port
21399              From: "Fifer, Eric" <EFifer@sanwaint.com>
21400              Date: Thu, 10 Aug 2000 13:15:36 +0100
21401              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
21402      Branch: perl
21403            ! README.cygwin hints/cygwin.sh
21404 ____________________________________________________________________________
21405 [  6563] By: jhi                                   on 2000/08/10  12:55:16
21406         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
21407      Branch: perl
21408            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
21409 ____________________________________________________________________________
21410 [  6562] By: gsar                                  on 2000/08/10  08:38:39
21411         Log: warn is a macro, avoid using at a variable to avoid warnings
21412              in some configurations; readdir.t is too conservative in
21413              estimating number of *.t's
21414      Branch: perl
21415            ! t/op/readdir.t util.c
21416 ____________________________________________________________________________
21417 [  6561] By: jhi                                   on 2000/08/09  23:35:42
21418         Log: Update Changes.
21419      Branch: perl
21420            ! Changes
21421 ____________________________________________________________________________
21422 [  6560] By: jhi                                   on 2000/08/09  23:05:47
21423         Log: Subject: Re: enhanced(?) regex error messages
21424              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
21425              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
21426              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
21427              
21428              (plus two small patches sent privately)
21429              (this still seems to leave few test failures)
21430      Branch: perl
21431            + t/op/regmesg.t
21432            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
21433            ! t/pragma/warn/regcomp
21434 ____________________________________________________________________________
21435 [  6559] By: jhi                                   on 2000/08/09  20:41:18
21436         Log: (The fix did work but was not right, retracted in #6573)
21437              
21438              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
21439              From: Christian Kirsch <ck@held.mind.de>
21440              Date: Wed, 9 Aug 2000 17:05:17 +0200
21441              Message-Id: <20000809170517.A25389@held>
21442      Branch: perl
21443            ! sv.c t/pragma/locale.t
21444 ____________________________________________________________________________
21445 [  6558] By: jhi                                   on 2000/08/08  22:34:08
21446         Log: Tiny updates on the contributors list.
21447      Branch: perl
21448            ! Changes
21449 ____________________________________________________________________________
21450 [  6557] By: jhi                                   on 2000/08/08  19:34:28
21451         Log: Double check that we have a dirhandle.
21452      Branch: perl
21453            ! util.c
21454 ____________________________________________________________________________
21455 [  6556] By: jhi                                   on 2000/08/08  19:01:51
21456         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
21457              May be repopulated with fresh maintained examples.
21458      Branch: perl
21459            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
21460            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
21461            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
21462            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
21463            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
21464            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
21465            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
21466            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
21467            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
21468            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
21469            + lib/CGI/eg/wilogo_gif.uu
21470            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
21471            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
21472            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
21473            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
21474            - eg/cgi/frameset.cgi eg/cgi/index.html
21475            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
21476            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
21477            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
21478            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
21479            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
21480            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
21481            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
21482            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
21483            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
21484            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
21485            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
21486            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
21487            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
21488            - eg/van/vanish eg/who eg/wrapsuid
21489            ! MANIFEST
21490 ____________________________________________________________________________
21491 [  6555] By: jhi                                   on 2000/08/08  18:51:08
21492         Log: Delete chat2 as requested by Randal.
21493              
21494              Subject: Re: perlfaq8 coyness
21495              From: merlyn@stonehenge.com (Randal L. Schwartz) 
21496              Date: 15 May 2000 18:52:42 -0700 
21497              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
21498      Branch: perl
21499            - lib/chat2.pl
21500            ! MANIFEST
21501 ____________________________________________________________________________
21502 [  6554] By: jhi                                   on 2000/08/08  18:31:35
21503         Log: Regen global.sym.
21504      Branch: perl
21505            ! global.sym
21506 ____________________________________________________________________________
21507 [  6553] By: jhi                                   on 2000/08/08  18:28:13
21508         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
21509              (either perlbug or p5p ate the original), plus regen
21510              perlapi and perltoc. 
21511      Branch: perl
21512            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
21513            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
21514            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
21515            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
21516            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
21517            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
21518            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
21519            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
21520            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
21521            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
21522 ____________________________________________________________________________
21523 [  6552] By: jhi                                   on 2000/08/08  18:06:29
21524         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
21525              From: Mike Guy <mjtg@cam.ac.uk>
21526              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
21527              Date: Tue, 08 Aug 2000 15:51:27 +0100
21528      Branch: perl
21529            ! doop.c sv.h t/op/join.t t/pragma/overload.t
21530 ____________________________________________________________________________
21531 [  6551] By: jhi                                   on 2000/08/08  18:01:11
21532         Log: Re-apply #6549.
21533      Branch: perl
21534            ! lib/perl5db.pl
21535 ____________________________________________________________________________
21536 [  6550] By: jhi                                   on 2000/08/08  17:43:08
21537         Log: Accidental retraction of #6549.
21538      Branch: perl
21539            ! lib/perl5db.pl
21540 ____________________________________________________________________________
21541 [  6549] By: jhi                                   on 2000/08/08  17:40:04
21542         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
21543              From: Mike Guy <mjtg@cam.ac.uk>
21544              Date: Mon, 07 Aug 2000 21:49:58 +0100
21545              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
21546      Branch: perl
21547            ! lib/perl5db.pl
21548 ____________________________________________________________________________
21549 [  6548] By: jhi                                   on 2000/08/08  17:37:57
21550         Log: Document here-doc better.
21551              
21552              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
21553              From: Mike Guy <mjtg@cam.ac.uk>
21554              Date: Mon, 07 Aug 2000 14:02:09 +0100
21555              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
21556      Branch: perl
21557            ! pod/perldata.pod
21558 ____________________________________________________________________________
21559 [  6547] By: jhi                                   on 2000/08/08  17:33:34
21560         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
21561              From: "Randy J. Ray" <rjray@redhat.com>
21562              Date: Mon, 07 Aug 2000 19:12:25 -0700
21563              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
21564      Branch: perl
21565            ! perl.c pod/perlrun.pod
21566 ____________________________________________________________________________
21567 [  6546] By: jhi                                   on 2000/08/08  17:29:26
21568         Log: Subject: Re: enhanced(?) regex error messages 
21569              From: Hugo <hv@crypt.compulink.co.uk>
21570              Date: Tue, 08 Aug 2000 03:25:51 +0100
21571              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
21572              
21573              plus Capitalize the error messages, plus perldiag them.
21574      Branch: perl
21575            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
21576 ____________________________________________________________________________
21577 [  6545] By: jhi                                   on 2000/08/08  13:59:28
21578         Log: Augment #6539 a bit: don't croak if there's magic in the air.
21579              
21580              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
21581              From: Hugo <hv@crypt.compulink.co.uk>
21582              Date: Tue, 08 Aug 2000 03:02:03 +0100
21583              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
21584      Branch: perl
21585            ! pp.c t/op/bless.t
21586 ____________________________________________________________________________
21587 [  6544] By: jhi                                   on 2000/08/07  21:11:52
21588         Log: Make the test -w clean.
21589      Branch: perl
21590            ! t/op/bless.t
21591 ____________________________________________________________________________
21592 [  6543] By: jhi                                   on 2000/08/07  19:49:53
21593         Log: use warnings instead of $^W.
21594      Branch: perl
21595            ! t/op/bless.t
21596 ____________________________________________________________________________
21597 [  6542] By: jhi                                   on 2000/08/07  17:41:41
21598         Log: Disable a portability warning Because We Know What We Are Doing.
21599      Branch: perl
21600            ! t/op/bless.t
21601 ____________________________________________________________________________
21602 [  6541] By: jhi                                   on 2000/08/07  17:29:51
21603         Log: Tiny tidying on report_evil_fh().
21604      Branch: perl
21605            ! util.c
21606 ____________________________________________________________________________
21607 [  6540] By: jhi                                   on 2000/08/07  16:37:38
21608         Log: Make regular expression parse error messages easier to understand.
21609              
21610              Subject: Re: enhanced(?) regex error messages
21611              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
21612              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
21613              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
21614      Branch: perl
21615            ! regcomp.c
21616 ____________________________________________________________________________
21617 [  6539] By: jhi                                   on 2000/08/07  16:12:27
21618         Log: Make bless(REF, REF) a fatal error, add bless tests.
21619              
21620              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
21621              From: Hugo <hv@crypt.compulink.co.uk>
21622              Date: Mon, 07 Aug 2000 16:59:38 +0100
21623              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
21624      Branch: perl
21625            + t/op/bless.t
21626            ! MANIFEST pod/perldiag.pod pp.c sv.c
21627 ____________________________________________________________________________
21628 [  6538] By: jhi                                   on 2000/08/07  15:59:43
21629         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
21630              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
21631              Date: Thu, 3 Aug 2000 14:29:21 -0700
21632              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
21633      Branch: perl
21634            ! lib/lib_pm.PL
21635 ____________________________________________________________________________
21636 [  6537] By: jhi                                   on 2000/08/07  15:47:18
21637         Log: Retract #6419 for now since it breaks in AFS and MachTen.
21638      Branch: perl
21639            ! lib/Cwd.pm
21640 ____________________________________________________________________________
21641 [  6536] By: jhi                                   on 2000/08/07  15:05:29
21642         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
21643              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
21644              The security hole exists only in suidperls, which isn't
21645              installed or even built by default.
21646      Branch: perl
21647            ! perl.c
21648 ____________________________________________________________________________
21649 [  6535] By: jhi                                   on 2000/08/07  14:45:14
21650         Log: tr memory corruption fix from Simon Cozens.
21651      Branch: perl
21652            ! doop.c
21653 ____________________________________________________________________________
21654 [  6534] By: jhi                                   on 2000/08/06  11:38:16
21655         Log: Document a bit that UDP is not what you might think.
21656              
21657              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
21658              From: Lupe Christoph <lupe@lupe-christoph.de>
21659              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
21660              Date: Mon, 24 Jul 2000 08:59:15 +0200
21661      Branch: perl
21662            ! pod/perlipc.pod
21663 ____________________________________________________________________________
21664 [  6533] By: jhi                                   on 2000/08/06  11:35:01
21665         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
21666              From: Jeff Pinyan <jeffp@hut.crusoe.net>
21667              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
21668              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
21669      Branch: perl
21670            ! pod/perlfunc.pod
21671 ____________________________________________________________________________
21672 [  6532] By: jhi                                   on 2000/08/06  03:45:41
21673         Log: Have symbols for the IoTYPEs.
21674      Branch: perl
21675            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
21676 ____________________________________________________________________________
21677 [  6531] By: jhi                                   on 2000/08/06  01:33:55
21678         Log: Continue fixing the io warnings.  This also
21679              sort of fixes bug ID 20000802.003: the core dump
21680              is no more.  Whether the current behaviour is correct
21681              (giving a warning: "Not a format reference"), is another matter.
21682      Branch: perl
21683            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
21684            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
21685 ____________________________________________________________________________
21686 [  6530] By: jhi                                   on 2000/08/05  21:33:12
21687         Log: Change the Policy policy: now -Dprefix= with an existing
21688              Policy.sh and prefix == siteprefix == vendorprefix, then all
21689              of them follow along the new prefix.
21690              
21691              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
21692              From: Andy Dougherty <doughera@lafayette.edu>
21693              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
21694              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
21695      Branch: perl
21696            ! Policy_sh.SH
21697 ____________________________________________________________________________
21698 [  6529] By: jhi                                   on 2000/08/05  18:57:28
21699         Log: Zap lib/Sys directory when cleaning up.
21700      Branch: perl
21701            ! Makefile.SH
21702 ____________________________________________________________________________
21703 [  6528] By: jhi                                   on 2000/08/05  18:40:44
21704         Log: Essential prototype changes were missing from #6527.
21705              Also make report_evil_fh() more bomb-proof.
21706      Branch: perl
21707            ! embed.h util.c
21708 ____________________________________________________________________________
21709 [  6527] By: jhi                                   on 2000/08/05  03:22:05
21710         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
21711              From: "Ronald F. Guilmette" <rfg@monkeys.com>
21712              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
21713              Message-Id: <200007242247.PAA52177@monkeys.com>
21714      Branch: perl
21715            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
21716 ____________________________________________________________________________
21717 [  6526] By: jhi                                   on 2000/08/04  21:23:27
21718         Log: gcc versions might have (parentheses) in them.
21719      Branch: metaconfig/U/perl
21720            ! gccvers.U
21721      Branch: perl
21722            ! Configure config_h.SH
21723 ____________________________________________________________________________
21724 [  6525] By: jhi                                   on 2000/08/04  20:23:12
21725         Log: Weed buglets pointed out by
21726              
21727              From: Lupe Christoph <lupe@lupe-christoph.de>
21728              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
21729              Date: Fri, 4 Aug 2000 17:34:39 +0200
21730              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
21731      Branch: metaconfig/U/perl
21732            ! gccvers.U uselfs.U
21733      Branch: perl
21734            ! Configure config_h.SH
21735 ____________________________________________________________________________
21736 [  6524] By: jhi                                   on 2000/08/04  19:02:08
21737         Log: Warn under -w if lstat(FH) is attempted.
21738              
21739              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
21740              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
21741              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
21742              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
21743      Branch: perl
21744            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
21745            ! t/pragma/warn/pp_sys
21746 ____________________________________________________________________________
21747 [  6523] By: jhi                                   on 2000/08/04  12:31:11
21748         Log: Subject: New perlcc, take 2
21749              From: simon@brecon.co.uk (Simon Cozens)
21750              Date: 4 Aug 2000 06:21:04 GMT
21751              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
21752      Branch: perl
21753            ! utils/perlcc.PL
21754 ____________________________________________________________________________
21755 [  6522] By: jhi                                   on 2000/08/04  12:26:33
21756         Log: Subject: Re: Array vs. List context
21757              From: Daniel Chetlin <daniel@chetlin.com>
21758              Date: Fri, 4 Aug 2000 00:22:44 -0700
21759              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
21760      Branch: perl
21761            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
21762            ! pod/perlfaq4.pod
21763 ____________________________________________________________________________
21764 [  6521] By: jhi                                   on 2000/08/04  12:22:38
21765         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
21766              From: Raymund Will <ray@caldera.de>
21767              Date: Fri, 4 Aug 2000 12:07:09 +0200
21768              Message-Id: <20000804120709.A14982@caldera.de>
21769      Branch: perl
21770            ! configure.gnu
21771 ____________________________________________________________________________
21772 [  6520] By: jhi                                   on 2000/08/04  04:09:06
21773         Log: After the #6519 a warning about stat() is just that,
21774              not about a filetest, which now have their own warning.
21775      Branch: perl
21776            ! pod/perldiag.pod
21777 ____________________________________________________________________________
21778 [  6519] By: jhi                                   on 2000/08/04  04:06:30
21779         Log: In the warnings call filehandles consistently so;
21780              add "unopened" warning for stat().
21781      Branch: perl
21782            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
21783            ! t/pragma/warn/pp_sys
21784 ____________________________________________________________________________
21785 [  6518] By: jhi                                   on 2000/08/04  02:55:35
21786         Log: Subject: Minor tweak to perlvar.pod
21787              From: "Stephen P. Potter" <spp@ds.net>
21788              Date: Tue, 18 Apr 2000 09:26:03 -0400
21789              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
21790      Branch: perl
21791            ! pod/perlvar.pod
21792 ____________________________________________________________________________
21793 [  6517] By: jhi                                   on 2000/08/04  02:50:08
21794         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
21795              From: "Clinton Pierce" <cpierce1@ford.com>
21796              Date: Wed, 21 Jul 1999 16:45:31 -0400
21797              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
21798              
21799              Fix by Stephen Potter (visible in the bug db but not in p5p?)
21800      Branch: perl
21801            ! pod/perlfunc.pod pod/perlop.pod
21802 ____________________________________________________________________________
21803 [  6516] By: jhi                                   on 2000/08/04  02:09:25
21804         Log: This is 6512.  Really.
21805      Branch: perl
21806            ! dump.c
21807 ____________________________________________________________________________
21808 [  6515] By: jhi                                   on 2000/08/04  01:25:50
21809         Log: mention the idea of @( and @)
21810      Branch: perl
21811            ! Todo-5.6
21812 ____________________________________________________________________________
21813 [  6514] By: bailey                                on 2000/08/04  01:18:46
21814         Log: YA resync with mainstem, including VMS patches from others
21815      Branch: vmsperl
21816           +> (branch 48 files)
21817            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
21818           !> (integrate 354 files)
21819 ____________________________________________________________________________
21820 [  6513] By: jhi                                   on 2000/08/04  01:18:18
21821         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
21822              From: Mark Dickinson <dickins3@fas.harvard.edu>
21823              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
21824              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
21825      Branch: perl
21826            ! t/op/grent.t t/op/pwent.t
21827 ____________________________________________________________________________
21828 [  6512] By: jhi                                   on 2000/08/04  01:14:06
21829         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
21830              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21831              Date: Wed, 02 Aug 2000 10:51:01 +0100
21832              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
21833      Branch: perl
21834            ! sv.c
21835 ____________________________________________________________________________
21836 [  6511] By: jhi                                   on 2000/08/04  00:57:00
21837         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
21838              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21839              Date: Thu, 03 Aug 2000 17:20:04 -0700
21840              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
21841      Branch: metaconfig
21842            ! U/modified/Cppsym.U
21843      Branch: perl
21844            ! Configure config_h.SH
21845 ____________________________________________________________________________
21846 [  6510] By: jhi                                   on 2000/08/04  00:25:28
21847         Log: detypo
21848      Branch: perl
21849            ! Makefile.SH
21850 ____________________________________________________________________________
21851 [  6509] By: jhi                                   on 2000/08/03  23:43:18
21852         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
21853              From: Dominic Dunlop <domo@computer.org>
21854              Date: Thu, 3 Aug 2000 22:16:46 +0200
21855              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
21856      Branch: perl
21857            ! t/op/sprintf.t
21858 ____________________________________________________________________________
21859 [  6508] By: jhi                                   on 2000/08/03  23:40:37
21860         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
21861              From: Hugo <hv@crypt.compulink.co.uk>
21862              Date: Thu, 03 Aug 2000 18:25:30 +0100
21863              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
21864      Branch: perl
21865            ! regcomp.c t/op/re_tests
21866 ____________________________________________________________________________
21867 [  6507] By: jhi                                   on 2000/08/03  23:38:28
21868         Log: Subject: [PATCH] sv.h documentation - SvLEN
21869              From: Mike Guy <mjtg@cam.ac.uk>
21870              Date: Thu, 03 Aug 2000 14:43:09 +0100
21871              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
21872      Branch: perl
21873            ! sv.h
21874 ____________________________________________________________________________
21875 [  6506] By: jhi                                   on 2000/08/03  15:49:14
21876         Log: Disable the fix_pl hack for now.
21877      Branch: perl
21878            ! Makefile.SH
21879 ____________________________________________________________________________
21880 [  6505] By: jhi                                   on 2000/08/03  13:49:04
21881         Log: Add a URL for FSF.
21882              
21883              Subject: Patch for README
21884              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21885              Date: Wed, 2 Aug 2000 13:25:09 -0500
21886              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
21887      Branch: perl
21888            ! README
21889 ____________________________________________________________________________
21890 [  6504] By: jhi                                   on 2000/08/03  13:29:19
21891         Log: Be more informative on what is skipped and why,
21892              also repeat the list at the end.
21893      Branch: perl
21894            ! Porting/p4desc
21895 ____________________________________________________________________________
21896 [  6503] By: jhi                                   on 2000/08/03  13:07:05
21897         Log: Circumvent the removal of .patch by fix_pl.
21898              
21899              Subject: Re: [ID 20000802.011] unable to 'make test'          
21900              From: simon@brecon.co.uk (Simon Cozens) 
21901              Date: 3 Aug 2000 04:17:00 GMT
21902              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
21903      Branch: perl
21904            ! Makefile.SH
21905 ____________________________________________________________________________
21906 [  6502] By: jhi                                   on 2000/08/03  00:14:34
21907         Log: Add the missing setproctitle unit.
21908      Branch: metaconfig/U/perl
21909            + d_setproctitle.U
21910 ____________________________________________________________________________
21911 [  6501] By: jhi                                   on 2000/08/03  00:00:26
21912         Log: The subtest 4 may fail also on VOBS, as pointed out
21913              by Nick Ing-Simmons in November 1999, bug id 19991124.003
21914              (but the failure in that bug report isn't the subtest 4).
21915      Branch: perl
21916            ! t/op/stat.t
21917 ____________________________________________________________________________
21918 [  6500] By: jhi                                   on 2000/08/02  23:49:30
21919         Log: Better skip message for the test; one of the two problems in
21920              
21921              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
21922              From: Lupe Christoph <lupe@lupe-christoph.de>
21923              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
21924              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
21925      Branch: perl
21926            ! t/op/numconvert.t
21927 ____________________________________________________________________________
21928 [  6499] By: jhi                                   on 2000/08/02  22:49:16
21929         Log: Allow "no Module;" even if there is no 'unimport'.
21930              
21931              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
21932              From: mjd@plover.com
21933              Date: 24 Mar 2000 15:24:34 -0000
21934              Message-Id: <20000324152434.15160.qmail@plover.com>
21935      Branch: perl
21936            ! gv.c
21937 ____________________________________________________________________________
21938 [  6498] By: jhi                                   on 2000/08/02  22:42:58
21939         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
21940              that are hopefully soon put into use.
21941      Branch: perl
21942            ! opcode.h opcode.pl opnames.h
21943 ____________________________________________________________________________
21944 [  6497] By: gsar                                  on 2000/08/02  22:28:59
21945         Log: require.t needs binmode() to work on windows
21946      Branch: perl
21947            ! t/comp/require.t
21948 ____________________________________________________________________________
21949 [  6496] By: jhi                                   on 2000/08/02  22:08:51
21950         Log: Document the IVdf UVuf UVof UVxf.
21951      Branch: perl
21952            ! pod/perlguts.pod
21953 ____________________________________________________________________________
21954 [  6495] By: jhi                                   on 2000/08/02  21:54:26
21955         Log: detypo #6494
21956      Branch: perl
21957            ! ext/Data/Dumper/Dumper.xs
21958 ____________________________________________________________________________
21959 [  6494] By: jhi                                   on 2000/08/02  21:49:17
21960         Log: Dump UVs as UVs in Data::Dumper.
21961              
21962              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
21963              From: Gurusamy Sarathy <gsar@ActiveState.com>
21964              Date: Thu, 27 Apr 2000 12:26:25 -0700
21965              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
21966      Branch: perl
21967            ! ext/Data/Dumper/Dumper.xs
21968 ____________________________________________________________________________
21969 [  6493] By: jhi                                   on 2000/08/02  17:01:58
21970         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
21971              From: Hugo <hv@crypt.compulink.co.uk>
21972              Date: Wed, 02 Aug 2000 14:53:56 +0100
21973              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
21974      Branch: perl
21975            ! regexec.c t/op/re_tests
21976 ____________________________________________________________________________
21977 [  6492] By: jhi                                   on 2000/08/02  15:02:46
21978         Log: The new setproctitle() feature is available only in 
21979              bleeding edge FreeBSD.  From Paul Saab.
21980      Branch: perl
21981            ! mg.c
21982 ____________________________________________________________________________
21983 [  6491] By: jhi                                   on 2000/08/02  13:34:36
21984         Log: The tr utf8 patching continues.
21985              
21986              Subject: Re: #6469, too many tests claimed in require.t
21987              From: simon@brecon.co.uk (Simon Cozens)
21988              Date: 2 Aug 2000 02:37:17 GMT
21989              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
21990              
21991              (the logic of the test was the wrong way round in the patch)
21992      Branch: perl
21993            ! doop.c
21994 ____________________________________________________________________________
21995 [  6490] By: jhi                                   on 2000/08/02  13:27:38
21996         Log: The name of a filehandle does not have <these>.
21997      Branch: perl
21998            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
21999            ! t/pragma/warn/pp_sys util.c
22000 ____________________________________________________________________________
22001 [  6489] By: jhi                                   on 2000/08/02  04:26:46
22002         Log: Remove the extraneous "main::" prefix from all the
22003              "opened only for", "on closed", and "never opened" warnings.
22004              
22005              Subject: Re: inappropriate warning
22006              From: Gurusamy Sarathy <gsar@ActiveState.com>
22007              Date: Mon, 20 Mar 2000 11:28:02 -0800
22008              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
22009      Branch: perl
22010            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
22011            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
22012            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
22013 ____________________________________________________________________________
22014 [  6488] By: jhi                                   on 2000/08/02  03:02:57
22015         Log: memcpy has n o in it, as pinted ut by Sarathy.
22016      Branch: perl
22017            ! pod/perlguts.pod
22018 ____________________________________________________________________________
22019 [  6487] By: jhi                                   on 2000/08/02  02:44:51
22020         Log: Document in one place the memory abstractions used in Perl core.
22021              
22022              Subject: Re: Memory abstraction
22023              From: simon@brecon.co.uk (Simon Cozens)
22024              Date: 2 Aug 2000 02:20:23 GMT
22025              Organization: Earth.li Origins
22026      Branch: perl
22027            ! pod/perlguts.pod
22028 ____________________________________________________________________________
22029 [  6486] By: jhi                                   on 2000/08/02  02:41:57
22030         Log: regen_headers, regen perltoc.
22031      Branch: perl
22032            ! perlapi.c pod/perltoc.pod
22033 ____________________________________________________________________________
22034 [  6485] By: jhi                                   on 2000/08/02  01:43:33
22035         Log: "This little thing tests for a file .patch, and if it contains
22036              a number, pops into patchlevel.h" (making it easier to track
22037              which development version people are reporting bugs against)
22038              
22039              Subject: Patchlevel autogeneration for repository perls
22040              From: simon@brecon.co.uk (Simon Cozens)
22041              Date: 14 Jul 2000 07:12:15 GMT
22042              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
22043      Branch: perl
22044            + fix_pl
22045            ! MANIFEST Makefile.SH
22046 ____________________________________________________________________________
22047 [  6484] By: jhi                                   on 2000/08/02  01:32:54
22048         Log: FreeBSD 3.* updates from
22049              
22050              From: Paul Saab <ps@yahoo-inc.com>
22051              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
22052              Date: Tue, 1 Aug 2000 15:41:39 -0700
22053              Message-Id: <20000801154139.A53740@yahoo-inc.com>
22054      Branch: perl
22055            ! hints/freebsd.sh
22056 ____________________________________________________________________________
22057 [  6483] By: jhi                                   on 2000/08/02  01:27:44
22058         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
22059              instead one must use setproctitle().  This was already addressed
22060              by change #6457, but the below has a new variant for FreeBSD 4.0
22061              or later, and the matter is also documented more.
22062              
22063              From: Paul Saab <ps@yahoo-inc.com>
22064              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
22065              Date: Tue, 1 Aug 2000 15:41:39 -0700
22066              Message-Id: <20000801154139.A53740@yahoo-inc.com>
22067      Branch: metaconfig/U/perl
22068            + i_libutil.U
22069      Branch: perl
22070            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
22071 ____________________________________________________________________________
22072 [  6482] By: jhi                                   on 2000/08/01  22:17:32
22073         Log: The test from this
22074              
22075              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
22076              Date: Sat, 15 Apr 2000 17:03:44 +0100
22077              From: Tom Hughes <tom@compton.nu>
22078              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
22079              
22080              was missing, the code change went in as #5989
22081              (which had a different test?)
22082      Branch: perl
22083            ! t/op/misc.t
22084 ____________________________________________________________________________
22085 [  6481] By: jhi                                   on 2000/08/01  21:48:38
22086         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
22087              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
22088              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
22089              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
22090      Branch: perl
22091            ! perl.h
22092 ____________________________________________________________________________
22093 [  6480] By: jhi                                   on 2000/08/01  18:05:28
22094         Log: Make p4desc to skip non-mainperl branches by default.
22095      Branch: perl
22096            ! Porting/p4desc
22097 ____________________________________________________________________________
22098 [  6479] By: jhi                                   on 2000/08/01  17:29:19
22099         Log: If gccosandvers is equal to osname, clear gccosandvers.
22100      Branch: metaconfig/U/perl
22101            ! gccvers.U
22102      Branch: perl
22103            ! Configure config_h.SH
22104 ____________________________________________________________________________
22105 [  6478] By: jhi                                   on 2000/08/01  15:54:08
22106         Log: BOM patching from Simon Cozens.
22107      Branch: perl
22108            ! toke.c
22109 ____________________________________________________________________________
22110 [  6477] By: jhi                                   on 2000/08/01  04:50:33
22111         Log: Stash away the largefiles flags and libswanted.
22112      Branch: perl
22113            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
22114 ____________________________________________________________________________
22115 [  6476] By: gsar                                  on 2000/08/01  04:24:24
22116         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
22117              on Windows)
22118      Branch: perl
22119            ! t/pragma/utf8.t utf8.c win32/win32.c
22120 ____________________________________________________________________________
22121 [  6475] By: jhi                                   on 2000/08/01  03:35:24
22122         Log: Make chr() for values >127 to create utf8 when under utf8.
22123              
22124              Subject: Re: uft8/chr()
22125              From: simon@brecon.co.uk (Simon Cozens)
22126              Date: 1 Aug 2000 02:37:02 GMT
22127              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
22128      Branch: perl
22129            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
22130 ____________________________________________________________________________
22131 [  6474] By: jhi                                   on 2000/08/01  02:36:18
22132         Log: In Digital UNIX warn if gcc explicitly chosen because even
22133              2.95.2 is known to cause problems.
22134      Branch: perl
22135            ! hints/dec_osf.sh
22136 ____________________________________________________________________________
22137 [  6473] By: jhi                                   on 2000/08/01  02:00:56
22138         Log: Make the safety catch for buggy gccs work with triple version
22139              numbers like 2.95.2.  Reported in
22140              
22141              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
22142              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
22143              Date: Mon, 31 Jul 2000 14:55:06 +0200
22144              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
22145      Branch: perl
22146            ! hints/dec_osf.sh
22147 ____________________________________________________________________________
22148 [  6472] By: jhi                                   on 2000/08/01  01:13:33
22149         Log: Subject: fix and question re: waitpid() under win32
22150              From: Brian Clarke <clarke@appliedmeta.com>
22151              Date: Fri, 28 Jul 2000 15:18:29 -0400
22152              Message-ID: <3981DC85.290314EB@appliedmeta.com>
22153              
22154              Slightly reformatted and WNOHANG # define moved to win32.h
22155              so that also POSIX.xs sees it, as suggsted by Sarathy.
22156      Branch: perl
22157            ! win32/win32.c win32/win32.h
22158 ____________________________________________________________________________
22159 [  6471] By: jhi                                   on 2000/08/01  00:55:05
22160         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
22161              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22162              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
22163              Date: Mon, 31 Jul 2000 13:28:51 +0100
22164              
22165              (aka ID 20000730.002)
22166      Branch: perl
22167            ! op.c t/op/tr.t
22168 ____________________________________________________________________________
22169 [  6470] By: jhi                                   on 2000/07/31  23:34:42
22170         Log: Document the problem with -P in HP-UX and its workaround.
22171              
22172              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
22173              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
22174              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
22175              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
22176      Branch: perl
22177            ! README.hpux
22178 ____________________________________________________________________________
22179 [  6469] By: jhi                                   on 2000/07/31  04:15:02
22180         Log: The swallow_bom() saga continues.  The #23 of require.t
22181              (UTF16-LE) still fails (silently, no output) but the #22
22182              (UTF16-BE) seems to be working now.  The root of the
22183              failure may be in sv_gets(): is it UTF-16LE-aware,
22184              especially when it comes to line endings? 
22185      Branch: perl
22186            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
22187            ! t/comp/require.t toke.c utf8.c
22188 ____________________________________________________________________________
22189 [  6468] By: jhi                                   on 2000/07/30  19:05:48
22190         Log: Find green threads before native threads.
22191              
22192              Subject: Re: Patch to jpl/JNI/Makefile.PL
22193              From: Jens Thomsen <jens@fiend.cis.com>
22194              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
22195              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
22196      Branch: perl
22197            ! jpl/JNI/Makefile.PL
22198 ____________________________________________________________________________
22199 [  6467] By: jhi                                   on 2000/07/30  18:36:22
22200         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
22201      Branch: perl
22202            ! doop.c
22203 ____________________________________________________________________________
22204 [  6466] By: jhi                                   on 2000/07/30  04:37:29
22205         Log: A new version of the "remove UPPERACSE string comparison"
22206              operators.  The problem with the previous one (change #6454)
22207              was that it was for Perl 5.6.0.  From Paul Marquess.
22208      Branch: perl
22209            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
22210            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
22211            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
22212 ____________________________________________________________________________
22213 [  6465] By: jhi                                   on 2000/07/29  22:39:56
22214         Log: Do not upgrade SVs into utf8 just because they participate
22215              in eq or cmp.  Reported and fix suggested in
22216              
22217              Subject: [ID 20000720.009] sv_eq UTF8 bug
22218              From: "Simon Cozens" <simon@othersideofthe.earth.li>
22219              Date: 21 Jul 2000 04:37:29 -0000
22220              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
22221              
22222              Exercise for the kind reader: should we or should we not
22223              cache the utf8 conversion alonside the SV? (as magic,
22224              as thestrxfrm()ed version is cached under use locale)
22225              Argue both for and against.
22226      Branch: perl
22227            ! sv.c
22228 ____________________________________________________________________________
22229 [  6464] By: jhi                                   on 2000/07/29  22:36:22
22230         Log: Subject: UTF8 concat
22231              From: simon@brecon.co.uk (Simon Cozens) 
22232              Date: 30 Jun 2000 06:13:25 GMT
22233              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
22234              
22235              (with a memory leak fixed, plus a few casts added)
22236              
22237              This also seems to help for
22238              
22239              Subject: [ID 20000716.015] join UTF8 weirdness
22240              From: root <root@ak-71.mind.de> 
22241              Date: Sat, 15 Jul 2000 15:29:54 +0200
22242              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
22243              
22244              (from Andreas König)
22245      Branch: perl
22246            ! pp_hot.c
22247 ____________________________________________________________________________
22248 [  6463] By: jhi                                   on 2000/07/29  00:55:39
22249         Log: Tune the comments and hopefully stop a memory leak.
22250      Branch: perl
22251            ! toke.c utf8.c
22252 ____________________________________________________________________________
22253 [  6462] By: jhi                                   on 2000/07/29  00:16:53
22254         Log: The problem described in this
22255              
22256              Subject: [ID 20000322.018] named chars aren't magical enough
22257              From: root <root@dixie.cscaper.com>     
22258              Date: Wed, 22 Mar 2000 18:37:42 -0700
22259              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
22260              
22261              has been fixed in perl 5.6.0 but just in case added a test
22262              to keep it away.  (The report from Joseph Hall.)
22263      Branch: perl
22264            ! t/lib/charnames.t
22265 ____________________________________________________________________________
22266 [  6461] By: jhi                                   on 2000/07/28  23:56:36
22267         Log: Tiny fixes for #6460.
22268      Branch: metaconfig/U/perl
22269            ! gccvers.U
22270      Branch: perl
22271            ! Configure config_h.SH
22272 ____________________________________________________________________________
22273 [  6460] By: jhi                                   on 2000/07/28  23:24:41
22274         Log: Warn if the version of the operating system used to compile gcc
22275              differs from the current version of the operating system.
22276              Also display the gcc compilation os and version in myconfig.
22277              Inspiration from
22278              
22279              Subject: Re: [ID 20000710.003] ERRORS!!         
22280              From: "Kurt D. Starsinic" <kstar@chapin.edu>
22281              Date: Mon, 10 Jul 2000 15:54:16 -0400
22282              Message-ID: <20000710155416.A1384@O2.chapin.edu>
22283      Branch: metaconfig/U/perl
22284            ! gccvers.U
22285      Branch: perl
22286            ! Configure config_h.SH myconfig.SH
22287 ____________________________________________________________________________
22288 [  6459] By: jhi                                   on 2000/07/28  22:00:32
22289         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
22290              letter to $Config{osvers}.
22291      Branch: metaconfig
22292            ! U/modified/Oldconfig.U
22293      Branch: perl
22294            ! Configure config_h.SH
22295 ____________________________________________________________________________
22296 [  6458] By: jhi                                   on 2000/07/28  04:15:39
22297         Log: Back out #6454, doesn't seem to work.
22298              (Reason: that patch was for perl 5.6.0, not perl-current)
22299              (A version of the patch for perl-current came in later as #6466)
22300      Branch: perl
22301            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
22302            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
22303            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
22304 ____________________________________________________________________________
22305 [  6457] By: jhi                                   on 2000/07/27  23:31:49
22306         Log: Use setproctitle() if available to modify $0.
22307              
22308              Subject: setting $* on BSD4 broken
22309              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
22310              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
22311              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
22312      Branch: metaconfig
22313            ! U/modified/Myinit.U
22314      Branch: perl
22315            ! Configure config_h.SH mg.c
22316 ____________________________________________________________________________
22317 [  6456] By: jhi                                   on 2000/07/27  14:50:47
22318         Log: Allow "no AutoLoader;", based on change #6444,
22319              suggested by Graham Barr.
22320      Branch: perl
22321            ! lib/AutoLoader.pm
22322 ____________________________________________________________________________
22323 [  6455] By: jhi                                   on 2000/07/27  14:19:10
22324         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
22325              From: rspier@pobox.com (Robert Spier)
22326              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
22327              Message-ID: <14720.15855.787664.424783@rls.cx>
22328      Branch: perl
22329            ! pod/perldiag.pod
22330 ____________________________________________________________________________
22331 [  6454] By: jhi                                   on 2000/07/27  14:03:02
22332         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
22333              for a long time).
22334              
22335              Reported in
22336              
22337              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
22338              From: Ryan Herbert <rherbert@sycamorehq.com>
22339              Date: Mon, 17 Jul 2000 11:40:42 -0400
22340              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
22341              
22342              Patched in
22343              
22344              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
22345              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
22346              Date: Wed, 26 Jul 2000 23:40:18 +0100
22347              Message-ID: <000001bff752$79511880$0a17073e@tiny>
22348              
22349              based on an earlier patch from Stephen P. Potter.
22350              
22351              (Removed later by change #6458 because this patch was for
22352              perl 5.6.0, not perl-current)
22353      Branch: perl
22354            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
22355            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
22356            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
22357 ____________________________________________________________________________
22358 [  6453] By: jhi                                   on 2000/07/27  13:48:02
22359         Log: Subject: [PATCH] fixes bug 20000508.004
22360              From: Michael Stevens <mstevens@globnix.org>
22361              Date: Thu, 27 Jul 2000 13:49:04 +0100
22362              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
22363      Branch: perl
22364            ! pod/perldata.pod
22365 ____________________________________________________________________________
22366 [  6452] By: jhi                                   on 2000/07/26  23:51:26
22367         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
22368              and Craig A. Berry.
22369      Branch: perl
22370            ! lib/File/Temp.pm pod/perlport.pod
22371 ____________________________________________________________________________
22372 [  6451] By: jhi                                   on 2000/07/26  19:43:30
22373         Log: Be wary of close()s, too.
22374              
22375              Subject: Re: [PATCH] perlbug cleanup
22376              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22377              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
22378              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
22379      Branch: perl
22380            ! utils/perlbug.PL
22381 ____________________________________________________________________________
22382 [  6450] By: jhi                                   on 2000/07/26  18:41:40
22383         Log: Subject: Minor doc patch: handy.h
22384              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
22385              Date: Wed, 26 Jul 2000 15:34:25 -0300
22386              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
22387      Branch: perl
22388            ! handy.h pod/perlapi.pod
22389 ____________________________________________________________________________
22390 [  6449] By: jhi                                   on 2000/07/26  18:23:55
22391         Log: Subject: [PATCH] minor doc change - perlguts
22392              From: Michael Stevens <mstevens@globnix.org>
22393              Date: Thu, 13 Jul 2000 12:39:18 +0100
22394              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
22395      Branch: perl
22396            ! pod/perlguts.pod
22397 ____________________________________________________________________________
22398 [  6448] By: jhi                                   on 2000/07/26  18:20:30
22399         Log: open() wariness in perlbug.
22400              
22401              Subject: [PATCH] perlbug cleanup
22402              From: Michael Stevens <mstevens@globnix.org>
22403              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
22404              Date: Thu, 13 Jul 2000 15:52:23 +0100
22405      Branch: perl
22406            ! utils/perlbug.PL
22407 ____________________________________________________________________________
22408 [  6447] By: jhi                                   on 2000/07/26  18:13:04
22409         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
22410      Branch: perl
22411            ! lib/File/Temp.pm t/lib/ftmp-security.t
22412 ____________________________________________________________________________
22413 [  6446] By: jhi                                   on 2000/07/26  18:06:32
22414         Log: docfix from Peter Scott <Peter@PSDT.com>.
22415      Branch: perl
22416            ! pod/perlfunc.pod
22417 ____________________________________________________________________________
22418 [  6445] By: jhi                                   on 2000/07/26  17:53:31
22419         Log: Fix *foo{FORMAT}.
22420              
22421              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22422              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
22423              Date: Wed, 26 Jul 2000 19:51:02 +0200
22424              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
22425              
22426              From: Graham Barr <gbarr@pobox.com>
22427              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
22428              Date: Wed, 26 Jul 2000 17:38:36 +0100
22429              Message-ID: <20000726173836.L472@pobox.com>
22430      Branch: perl
22431            ! pp.c sv.c t/op/gv.t
22432 ____________________________________________________________________________
22433 [  6444] By: jhi                                   on 2000/07/26  17:49:14
22434         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
22435              from Graham Barr in the module list.
22436      Branch: perl
22437            ! gv.c pod/perlobj.pod
22438 ____________________________________________________________________________
22439 [  6443] By: jhi                                   on 2000/07/26  16:06:56
22440         Log: More split() doc and test patches from Mike Guy.
22441      Branch: perl
22442            ! pod/perlfunc.pod t/op/split.t
22443 ____________________________________________________________________________
22444 [  6442] By: jhi                                   on 2000/07/26  16:05:30
22445         Log: MacOS nits from Matthias Neeracher.
22446      Branch: perl
22447            ! perl.c pp_ctl.c
22448 ____________________________________________________________________________
22449 [  6441] By: jhi                                   on 2000/07/26  04:39:57
22450         Log: Subject: [PATCH] split /^/
22451              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22452              Date: Tue, 25 Jul 2000 14:18:57 +0100
22453              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
22454              
22455              (with notes from tchrist and gbarr)
22456      Branch: perl
22457            ! pod/perlfunc.pod t/op/split.t
22458 ____________________________________________________________________________
22459 [  6440] By: jhi                                   on 2000/07/26  04:32:32
22460         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
22461              From: Peter Prymmer <pvhp@forte.com>
22462              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
22463              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
22464      Branch: perl
22465            ! vms/munchconfig.c
22466 ____________________________________________________________________________
22467 [  6439] By: jhi                                   on 2000/07/26  04:31:01
22468         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
22469              to be fatal errors (instead of by default ignoring them, and
22470              ignoring with a bug: even though -w gave an error, the opening [
22471              was left in)  Reported in:
22472              
22473              Subject: [ID 20000716.024] [=cc=] / [:blank:]
22474              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
22475              Date: Sun, 16 Jul 2000 17:55:29 -0700
22476              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
22477      Branch: perl
22478            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
22479 ____________________________________________________________________________
22480 [  6438] By: jhi                                   on 2000/07/25  15:41:15
22481         Log: Subject: [PATCH] av.c apidoc
22482              From: simon@brecon.co.uk (Simon Cozens)
22483              Date: 24 Jul 2000 06:40:52 GMT
22484              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
22485      Branch: perl
22486            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
22487            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
22488 ____________________________________________________________________________
22489 [  6437] By: jhi                                   on 2000/07/25  14:05:36
22490         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
22491              From: "Stephen P. Potter" <spp@ds.net>
22492              Date: Mon, 24 Jul 2000 14:22:23 -0400
22493              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
22494      Branch: perl
22495            ! pod/perllocale.pod
22496 ____________________________________________________________________________
22497 [  6436] By: jhi                                   on 2000/07/25  14:02:03
22498         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
22499              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22500              Date: Mon, 24 Jul 2000 18:04:28 +0100
22501              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
22502      Branch: perl
22503            ! t/lib/syslfs.t t/op/lfs.t
22504 ____________________________________________________________________________
22505 [  6435] By: jhi                                   on 2000/07/25  13:59:28
22506         Log: Get UTF16 BOMs working.  Patch from
22507              
22508              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
22509              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22510              Date: Tue, 25 Jul 2000 12:52:45 +0100
22511              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
22512              
22513              and notes from
22514              
22515              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
22516              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22517              Date: Tue, 25 Jul 2000 11:43:25 +0100
22518              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
22519      Branch: perl
22520            ! t/comp/require.t toke.c utf8.c
22521 ____________________________________________________________________________
22522 [  6434] By: jhi                                   on 2000/07/25  02:39:54
22523         Log: Make the "uninit variable" warning to say "concat or string"
22524              or "join or string" when in concat or join .
22525              
22526              Subject: Re: [ID 20000403.009] uninitialised concatenation???
22527              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22528              Date: Tue, 04 Apr 2000 18:22:58 +0100
22529              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
22530              
22531              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
22532              From: William R Ward <hermit@BayView.COM>
22533              Date: Thu, 30 Mar 2000 19:50:03 -0800
22534              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
22535      Branch: perl
22536            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
22537            ! t/pragma/warn/op t/pragma/warn/sv
22538 ____________________________________________________________________________
22539 [  6433] By: jhi                                   on 2000/07/24  17:52:56
22540         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
22541      Branch: perl
22542            ! lib/File/Spec/VMS.pm
22543 ____________________________________________________________________________
22544 [  6432] By: jhi                                   on 2000/07/24  17:44:44
22545         Log: Test cases for #6431.
22546              
22547              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
22548              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22549              Date: Mon, 24 Jul 2000 15:32:29 +0100
22550              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
22551      Branch: perl
22552            ! t/op/pat.t t/op/split.t
22553 ____________________________________________________________________________
22554 [  6431] By: jhi                                   on 2000/07/24  17:43:17
22555         Log: Bind op fix.
22556              
22557              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
22558              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22559              Date: Mon, 17 Jul 2000 20:04:56 +0100
22560              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
22561      Branch: perl
22562            ! op.c
22563 ____________________________________________________________________________
22564 [  6430] By: jhi                                   on 2000/07/24  03:42:42
22565         Log: Subject: [ID 20000716.023] syslog test fails without sockets
22566              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22567              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
22568              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
22569      Branch: metaconfig/U/perl
22570            ! Extensions.U
22571      Branch: perl
22572            ! Configure config_h.SH
22573 ____________________________________________________________________________
22574 [  6429] By: jhi                                   on 2000/07/24  03:11:52
22575         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
22576              case, but add also notes explaining the relationship of this
22577              patch and the earlier notes by Sarathy.
22578              
22579              Subject: Map is still slow
22580              From: "Ben Tilly" <ben_tilly@hotmail.com>
22581              Date: Sat, 15 Jul 2000 17:23:27 EDT
22582              Message-ID: <20000715212327.21656.qmail@hotmail.com>
22583      Branch: perl
22584            ! pp_ctl.c
22585 ____________________________________________________________________________
22586 [  6428] By: jhi                                   on 2000/07/24  02:58:52
22587         Log: Documentation to explain the behaviour of map().
22588              
22589              Subject: Re: Map is still slow 
22590              From: Gurusamy Sarathy <gsar@ActiveState.com>
22591              Date: Sat, 15 Jul 2000 16:05:09 -0700
22592              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
22593      Branch: perl
22594            ! pp_ctl.c
22595 ____________________________________________________________________________
22596 [  6427] By: jhi                                   on 2000/07/24  02:50:03
22597         Log: Add tests for
22598              [ID 19991110.003] another matching finding by pcre author
22599              which has already been fixed by some patch, as verified in
22600              
22601              Subject: Re: two regex bugs from the mists of time (well, last November)
22602              From: Hugo <hv@crypt.compulink.co.uk>
22603              Date: Sat, 22 Jul 2000 18:12:58 +0100
22604              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
22605      Branch: perl
22606            ! t/op/re_tests
22607 ____________________________________________________________________________
22608 [  6426] By: jhi                                   on 2000/07/24  02:11:20
22609         Log: A missing 'break' after the [[:space:]] switch case.
22610              
22611              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
22612              From: "Stephen P. Potter" <spp@ds.net>
22613              Date: Tue, 18 Jul 2000 16:25:17 -0400
22614              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
22615      Branch: perl
22616            ! regcomp.c
22617 ____________________________________________________________________________
22618 [  6425] By: jhi                                   on 2000/07/24  02:06:12
22619         Log: The output might have been produced in the wrong order.
22620              
22621              Subject: [ID 20000720.003] [PATCH] t/op/write.t
22622              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22623              Date: Thu, 20 Jul 2000 18:49:18 +0100
22624              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
22625      Branch: perl
22626            ! t/op/write.t
22627 ____________________________________________________________________________
22628 [  6424] By: jhi                                   on 2000/07/24  02:00:07
22629         Log: Use STDOUT consistently.
22630              
22631              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
22632              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22633              Date: Thu, 20 Jul 2000 18:04:01 +0100
22634              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
22635      Branch: perl
22636            ! lib/Test/Harness.pm
22637 ____________________________________________________________________________
22638 [  6423] By: jhi                                   on 2000/07/24  01:54:54
22639         Log: Protect against "wild next"s, that is, callbacks doing "next"
22640              instead of "return".
22641              
22642              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
22643              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22644              Date: Tue, 18 Jul 2000 11:30:16 +0100
22645              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
22646      Branch: perl
22647            ! lib/File/Find.pm
22648 ____________________________________________________________________________
22649 [  6422] By: jhi                                   on 2000/07/24  01:35:47
22650         Log: Out-of-date note removed.
22651              
22652              Subject: [PATCH] documentation perlipc
22653              From: rspier@pobox.com (Robert Spier)
22654              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
22655              Message-ID: <14711.35178.572612.502654@rls.cx>
22656      Branch: perl
22657            ! pod/perlipc.pod
22658 ____________________________________________________________________________
22659 [  6421] By: jhi                                   on 2000/07/24  00:09:18
22660         Log: Send all installperl messages to STDERR and be -w clean.
22661              
22662              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
22663              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22664              Date: Sat, 22 Jul 2000 14:02:11 +0100
22665              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
22666      Branch: perl
22667            ! installperl
22668 ____________________________________________________________________________
22669 [  6420] By: jhi                                   on 2000/07/24  00:04:19
22670         Log: Decutandpasto.
22671              
22672              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
22673              From: "Richard Soderberg" <rs@crystalflame.net>
22674              Date: Sun, 23 Jul 2000 01:37:23 -0700
22675              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
22676      Branch: perl
22677            ! pod/perlipc.pod
22678 ____________________________________________________________________________
22679 [  6419] By: jhi                                   on 2000/07/24  00:01:12
22680         Log: A cleaner abs_path().
22681              Subject: Re: unix alternative to Cwd.pm
22682              From: Jeff Pinyan <jeffp@crusoe.net>
22683              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
22684              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
22685      Branch: perl
22686            ! lib/Cwd.pm
22687 ____________________________________________________________________________
22688 [  6418] By: jhi                                   on 2000/07/23  23:48:56
22689         Log: Detypo.
22690              
22691              Subject: [PATCH perl-current] Typo in hints/powerux.sh
22692              From: "Richard Soderberg" <rs@crystalflame.net>
22693              Date: Sun, 23 Jul 2000 01:27:33 -0700
22694              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
22695      Branch: perl
22696            ! hints/powerux.sh
22697 ____________________________________________________________________________
22698 [  6417] By: jhi                                   on 2000/07/17  22:13:31
22699         Log: Subject: SDBM_File documentation
22700              From: mjd@plover.com
22701              Date: 16 Jul 2000 17:41:17 -0000
22702              Message-ID: <20000716174117.18515.qmail@plover.com>
22703      Branch: perl
22704            ! ext/SDBM_File/SDBM_File.pm
22705 ____________________________________________________________________________
22706 [  6416] By: jhi                                   on 2000/07/17  19:13:26
22707         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
22708      Branch: perl
22709            ! hints/mpeix.sh mpeix/relink
22710 ____________________________________________________________________________
22711 [  6415] By: jhi                                   on 2000/07/15  14:11:02
22712         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
22713              the utf8 'characters' can be more than one octet).
22714              
22715              Date: Sat, 15 Jul 2000 00:21:56 +0100
22716              From: Tom Hughes <tom@compton.nu>
22717              Subject: Re: [ID 20000714.002]
22718              Message-ID: <db2334de49.tom@compton.compton.nu>
22719              
22720              Reported in
22721              
22722              Subject: [ID 20000714.002]
22723              From: "Simon Cozens" <simon@othersideofthe.earth.li>
22724              Date: 14 Jul 2000 15:13:09 -0000
22725              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
22726      Branch: perl
22727            ! doop.c
22728 ____________________________________________________________________________
22729 [  6414] By: jhi                                   on 2000/07/15  03:13:41
22730         Log: another VMS build tweak from Peter Prymmer
22731      Branch: perl
22732            ! vms/descrip_mms.template
22733 ____________________________________________________________________________
22734 [  6413] By: jhi                                   on 2000/07/15  03:10:40
22735         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
22736      Branch: perl
22737            ! vms/perlvms.pod
22738 ____________________________________________________________________________
22739 [  6412] By: jhi                                   on 2000/07/15  00:31:05
22740         Log: More docs for sv functions.
22741              
22742              Subject: [PATCH cfgperl] sv.c apidoc
22743              From: simon@brecon.co.uk (Simon Cozens)
22744              Date: 13 Jul 2000 09:00:20 GMT
22745              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
22746              
22747              Subject: Re: [PATCH cfgperl] sv.c apidoc
22748              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22749              Date: Thu, 13 Jul 2000 12:27:41 +0100
22750              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
22751              
22752              Subject: Re: [PATCH cfgperl] sv.c apidoc
22753              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22754              Date: Thu, 13 Jul 2000 13:23:09 +0100
22755              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
22756              
22757              Subject: Re: [PATCH cfgperl] sv.c apidoc
22758              From: simon@brecon.co.uk (Simon Cozens)
22759              Date: 14 Jul 2000 06:51:02 GMT
22760              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
22761      Branch: perl
22762            ! embed.pl pod/perlapi.pod sv.c
22763 ____________________________________________________________________________
22764 [  6411] By: jhi                                   on 2000/07/15  00:10:41
22765         Log: lib/b test fixes from Peter Prymmer.
22766      Branch: perl
22767            ! t/lib/b.t
22768 ____________________________________________________________________________
22769 [  6410] By: jhi                                   on 2000/07/15  00:02:09
22770         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
22771              From: Hugo <hv@crypt.compulink.co.uk>
22772              Date: Fri, 14 Jul 2000 23:05:20 +0100
22773              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
22774              
22775              Didn't anymore apply, but that point still could use another fix.
22776      Branch: perl
22777            ! pod/perlfunc.pod
22778 ____________________________________________________________________________
22779 [  6409] By: jhi                                   on 2000/07/14  23:15:15
22780         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
22781              not in pod, from Peter Prymmer
22782      Branch: perl
22783            ! vms/descrip_mms.template
22784 ____________________________________________________________________________
22785 [  6408] By: jhi                                   on 2000/07/14  20:35:05
22786         Log: The bug report
22787              [ID 19991110.002] minimal matching discrepancy found by pcre author
22788              seems to have been fixed (though differently from what was suggested
22789              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
22790      Branch: perl
22791            ! t/op/re_tests
22792 ____________________________________________________________________________
22793 [  6407] By: jhi                                   on 2000/07/14  17:38:08
22794         Log: Fix AutoSplit to use File::Spec the right way in VMS,
22795              from Peter Prymmer.
22796      Branch: perl
22797            ! lib/AutoSplit.pm
22798 ____________________________________________________________________________
22799 [  6406] By: jhi                                   on 2000/07/14  14:13:22
22800         Log: Merge perlhacktut into perlhack, update perlguts.
22801              
22802              Subject: Re: Perlhacktut
22803              From: simon@brecon.co.uk (Simon Cozens)
22804              Date: 14 Jul 2000 06:49:21 GMT
22805              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
22806              
22807              Subject: Re: Perlhacktut
22808              From: simon@brecon.co.uk (Simon Cozens)
22809              Date: 14 Jul 2000 07:09:45 GMT
22810              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
22811      Branch: perl
22812            ! pod/perlguts.pod pod/perlhack.pod
22813 ____________________________________________________________________________
22814 [  6405] By: jhi                                   on 2000/07/14  14:02:31
22815         Log: Integrate with Sarathy.
22816      Branch: cfgperl
22817           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
22818           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
22819           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
22820 ____________________________________________________________________________
22821 [  6404] By: gsar                                  on 2000/07/14  12:15:02
22822         Log: PERL_OBJECT build tweaks
22823      Branch: perl
22824            ! toke.c
22825 ____________________________________________________________________________
22826 [  6403] By: gsar                                  on 2000/07/14  11:23:41
22827         Log: inconsistent types needs casts
22828      Branch: perl
22829            ! toke.c
22830 ____________________________________________________________________________
22831 [  6402] By: gsar                                  on 2000/07/14  11:12:04
22832         Log: typos in change#6399, regen headers
22833      Branch: perl
22834            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
22835 ____________________________________________________________________________
22836 [  6401] By: gsar                                  on 2000/07/14  10:59:12
22837         Log: typecasts needed for change#6394
22838      Branch: perl
22839            ! toke.c
22840 ____________________________________________________________________________
22841 [  6400] By: gsar                                  on 2000/07/14  10:49:37
22842         Log: integrate cfgperl contents into mainline
22843      Branch: perl
22844           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
22845           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
22846 ____________________________________________________________________________
22847 [  6399] By: gsar                                  on 2000/07/14  10:38:35
22848         Log: enable UTF-16 filter by default if relevant BOM is seen; various
22849              cleanups (typos, misformatted code, and small bugs)
22850      Branch: perl
22851            ! doop.c embed.pl mg.c op.c pp.c toke.c
22852 ____________________________________________________________________________
22853 [  6398] By: gsar                                  on 2000/07/14  08:55:38
22854         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
22855              name suggests anyway)
22856      Branch: perl
22857            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
22858 ____________________________________________________________________________
22859 [  6397] By: gsar                                  on 2000/07/14  08:44:33
22860         Log: move new variables to the end of the interpreter structure (for
22861              bincompat in code that doesn't #include XSUB.h)
22862      Branch: perl
22863            ! intrpvar.h
22864 ____________________________________________________________________________
22865 [  6396] By: gsar                                  on 2000/07/14  08:13:58
22866         Log: MakeMaker should not remove editor backups (*~) on `make clean`
22867              by default (completes change#6383)
22868      Branch: perl
22869            ! lib/ExtUtils/MM_Unix.pm
22870 ____________________________________________________________________________
22871 [  6395] By: jhi                                   on 2000/07/14  05:20:33
22872         Log: Replace change #6337 with a better one.
22873              
22874              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
22875              From: Hugo <hv@crypt.compulink.co.uk>
22876              Date: Fri, 14 Jul 2000 04:16:20 +0100
22877              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
22878      Branch: cfgperl
22879            ! regexec.c t/op/re_tests
22880 ____________________________________________________________________________
22881 [  6394] By: jhi                                   on 2000/07/14  01:33:59
22882         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
22883      Branch: cfgperl
22884            ! embed.pl global.sym proto.h toke.c
22885 ____________________________________________________________________________
22886 [  6393] By: jhi                                   on 2000/07/13  23:41:23
22887         Log: remove discarded test
22888      Branch: cfgperl
22889            ! MANIFEST
22890 ____________________________________________________________________________
22891 [  6392] By: jhi                                   on 2000/07/13  23:32:25
22892         Log: The {multiplier} of a fixed substring was overlooked which
22893              caused a wrong initial search offset for that substring.
22894              
22895              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
22896              From: Hugo <hv@crypt.compulink.co.uk>
22897              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
22898              Date: Thu, 13 Jul 2000 19:27:13 +0100
22899      Branch: cfgperl
22900            ! regcomp.c t/op/re_tests
22901 ____________________________________________________________________________
22902 [  6391] By: jhi                                   on 2000/07/13  16:37:42
22903         Log: typo fix from Craig Berry
22904      Branch: cfgperl
22905            ! vms/subconfigure.com
22906 ____________________________________________________________________________
22907 [  6390] By: jhi                                   on 2000/07/13  13:20:12
22908         Log: Integrate with Sarathy.
22909      Branch: cfgperl
22910            - t/op/method2entersub.t
22911           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
22912           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
22913           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
22914           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
22915 ____________________________________________________________________________
22916 [  6389] By: jhi                                   on 2000/07/13  13:18:48
22917         Log: Detypo from Peter Prymmer, part of #6388.
22918      Branch: cfgperl
22919            ! Configure config_h.SH
22920      Branch: metaconfig
22921            ! U/modified/d_longlong.U
22922 ____________________________________________________________________________
22923 [  6388] By: gsar                                  on 2000/07/13  06:33:40
22924         Log: typos (spotted by Peter Prymmer)
22925      Branch: perl
22926            ! Configure t/lib/english.t
22927 ____________________________________________________________________________
22928 [  6387] By: gsar                                  on 2000/07/13  05:35:28
22929         Log: new selfloader.t in change#6183 doesn't close DATA handles,
22930              and thus fails to clean up tmp files on dosish platforms
22931      Branch: perl
22932            ! t/lib/selfloader.t
22933 ____________________________________________________________________________
22934 [  6386] By: gsar                                  on 2000/07/12  21:42:39
22935         Log: sprintf test tweaks (from Dominic Dunlop)
22936      Branch: perl
22937            ! t/op/sprintf.t
22938 ____________________________________________________________________________
22939 [  6385] By: gsar                                  on 2000/07/12  21:33:46
22940         Log: fix bugs in processing %v-*d and similar format specs (from
22941              Avi Finkel <avi@finkel.org>)
22942      Branch: perl
22943            ! sv.c t/op/sprintf.t
22944 ____________________________________________________________________________
22945 [  6384] By: gsar                                  on 2000/07/12  16:04:19
22946         Log: readd missing perldelta.pod changes from changes#6339,6376
22947      Branch: perl
22948            ! pod/perldelta.pod
22949 ____________________________________________________________________________
22950 [  6383] By: gsar                                  on 2000/07/12  16:00:51
22951         Log: don't clobber *.orig files on *clean targets
22952      Branch: perl
22953            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
22954 ____________________________________________________________________________
22955 [  6382] By: gsar                                  on 2000/07/12  07:59:12
22956         Log: fix broken integrations in cfgperl
22957      Branch: cfgperl
22958           !> Changes pod/perldelta.pod
22959 ____________________________________________________________________________
22960 [  6381] By: gsar                                  on 2000/07/12  07:42:17
22961         Log: integrate cfgperl changes into mainline
22962      Branch: perl
22963            ! Changes
22964           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
22965           !> pod/perlre.pod
22966 ____________________________________________________________________________
22967 [  6380] By: gsar                                  on 2000/07/12  07:31:00
22968         Log: get sprintf.t to adjust properly for 3-digit exponents
22969      Branch: perl
22970            ! t/op/sprintf.t
22971 ____________________________________________________________________________
22972 [  6379] By: gsar                                  on 2000/07/12  06:40:04
22973         Log: change#6174 needs corresponding change in win32/config_h.PL,
22974              which grovels through config_h.SH to find the config.h name
22975      Branch: perl
22976            ! win32/config_h.PL
22977 ____________________________________________________________________________
22978 [  6378] By: jhi                                   on 2000/07/12  05:03:59
22979         Log: Do the cc sanity check both before the hints and
22980              after the cc selction.
22981      Branch: cfgperl
22982            ! Configure config_h.SH
22983      Branch: metaconfig
22984            ! U/modified/Oldconfig.U U/modified/cc.U
22985      Branch: metaconfig/U/perl
22986            + Checkcc.U
22987 ____________________________________________________________________________
22988 [  6377] By: jhi                                   on 2000/07/12  02:49:22
22989         Log: Fix nits noticed by Boston.pm.
22990      Branch: cfgperl
22991            ! pod/perlre.pod
22992 ____________________________________________________________________________
22993 [  6376] By: jhi                                   on 2000/07/11  21:22:13
22994         Log: Configure cosmetics and perldelta.
22995      Branch: cfgperl
22996            ! Configure config_h.SH pod/perldelta.pod
22997      Branch: metaconfig
22998            ! U/modified/cc.U
22999 ____________________________________________________________________________
23000 [  6375] By: gsar                                  on 2000/07/11  21:17:35
23001         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
23002      Branch: perl
23003            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
23004            ! win32/win32sck.c
23005 ____________________________________________________________________________
23006 [  6374] By: gsar                                  on 2000/07/11  20:48:50
23007         Log: tweak for build failure under multiplicity
23008      Branch: perl
23009            ! toke.c
23010 ____________________________________________________________________________
23011 [  6373] By: gsar                                  on 2000/07/11  20:37:23
23012         Log: integrate cfgperl changes#6325..6373 into mainline
23013              (NOTE: today's batch of integrations still untested)
23014      Branch: perl
23015           +> ext/DynaLoader/hints/netbsd.pl
23016            ! Changes
23017           !> (integrate 26 files)
23018 ____________________________________________________________________________
23019 [  6372] By: jhi                                   on 2000/07/11  20:30:36
23020         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
23021              regen perltoc.
23022      Branch: cfgperl
23023            + pod/perlbook.pod
23024            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
23025            ! pod/perltoc.pod
23026 ____________________________________________________________________________
23027 [  6371] By: jhi                                   on 2000/07/11  20:08:56
23028         Log: Minor cleanups on the booklist.
23029      Branch: cfgperl
23030            ! pod/perlfaq2.pod
23031 ____________________________________________________________________________
23032 [  6370] By: jhi                                   on 2000/07/11  19:31:13
23033         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
23034      Branch: cfgperl
23035            ! t/pragma/overload.t
23036 ____________________________________________________________________________
23037 [  6369] By: gsar                                  on 2000/07/11  19:27:48
23038         Log: integrate cfgperl changes#6293..6324 into mainline
23039      Branch: perl
23040           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
23041            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
23042           !> (integrate 30 files)
23043 ____________________________________________________________________________
23044 [  6368] By: gsar                                  on 2000/07/11  19:18:57
23045         Log: skip integrate of problematic change#6292 from cfgperl into mainline
23046      Branch: perl
23047           !> pp_hot.c
23048 ____________________________________________________________________________
23049 [  6367] By: gsar                                  on 2000/07/11  19:17:21
23050         Log: integrate cfgperl changes#6288..6290 into mainline
23051      Branch: perl
23052           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
23053 ____________________________________________________________________________
23054 [  6366] By: gsar                                  on 2000/07/11  19:11:18
23055         Log: integrate cfgperl changes#6268..6282 into mainline
23056      Branch: perl
23057           !> (integrate 30 files)
23058 ____________________________________________________________________________
23059 [  6365] By: gsar                                  on 2000/07/11  18:57:00
23060         Log: delete new accidentally branched file
23061      Branch: perl
23062            - t/op/method2entersub.t
23063 ____________________________________________________________________________
23064 [  6364] By: gsar                                  on 2000/07/11  18:55:13
23065         Log: skip integrate of change#6267 from cfgperl into mainline (the
23066              method call optimization is flawed without additional hints
23067              from user about immutableness of @ISA and no runtime method
23068              definitions)
23069      Branch: perl
23070           +> t/op/method2entersub.t
23071           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
23072           !> perl.h t/op/sprintf.t xsutils.c
23073 ____________________________________________________________________________
23074 [  6363] By: gsar                                  on 2000/07/11  18:49:43
23075         Log: integrate cfgperl changes#6261..6266 into mainline
23076      Branch: perl
23077           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
23078           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
23079           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
23080           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
23081 ____________________________________________________________________________
23082 [  6362] By: gsar                                  on 2000/07/11  18:43:26
23083         Log: integrate cfgperl changes#6252..6260 into mainline
23084      Branch: perl
23085           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
23086           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
23087           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
23088           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
23089 ____________________________________________________________________________
23090 [  6361] By: gsar                                  on 2000/07/11  18:37:12
23091         Log: skip integrate of problematic change#6251 from cfgperl into mainline
23092      Branch: perl
23093           !> lib/Exporter.pm
23094 ____________________________________________________________________________
23095 [  6360] By: gsar                                  on 2000/07/11  18:34:56
23096         Log: integrate cfgperl change#6250 into mainline
23097      Branch: perl
23098           +> t/op/my_stash.t
23099           !> MANIFEST embed.pl proto.h toke.c
23100 ____________________________________________________________________________
23101 [  6359] By: gsar                                  on 2000/07/11  18:21:19
23102         Log: integrate cfgperl changes#6242..6249 into mainline
23103      Branch: perl
23104           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
23105           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
23106           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
23107           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
23108           !> t/lib/peek.t utf8.c
23109 ____________________________________________________________________________
23110 [  6358] By: gsar                                  on 2000/07/11  18:15:45
23111         Log: skip integrate of problematic change#6241 from cfgperl into mainline
23112      Branch: perl
23113           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
23114 ____________________________________________________________________________
23115 [  6357] By: jhi                                   on 2000/07/11  18:15:16
23116         Log: Fix for
23117              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
23118              From: Roderick Schertler <roderick@argon.org> 
23119              Date: Tue, 11 Jul 2000 13:55:05 -0400 
23120              Message-Id: <200007111755.NAA05077@jones.argon.org> 
23121      Branch: cfgperl
23122            ! doio.c
23123 ____________________________________________________________________________
23124 [  6356] By: jhi                                   on 2000/07/11  18:12:51
23125         Log: Typo in #6341.
23126      Branch: cfgperl
23127            ! pp_hot.c
23128 ____________________________________________________________________________
23129 [  6355] By: gsar                                  on 2000/07/11  18:12:10
23130         Log: integrate cfgperl changes#6231..6240 into mainline
23131      Branch: perl
23132           +> pod/perlutil.pod
23133           !> (integrate 35 files)
23134 ____________________________________________________________________________
23135 [  6354] By: jhi                                   on 2000/07/11  18:04:34
23136         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
23137              From: Dominic Dunlop <domo@computer.org> 
23138              Date: Tue, 11 Jul 2000 12:27:33 +0200 
23139              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
23140              
23141              Replaces change #6268.
23142      Branch: cfgperl
23143            ! t/op/sprintf.t
23144 ____________________________________________________________________________
23145 [  6353] By: gsar                                  on 2000/07/11  17:59:51
23146         Log: skip integrate of problematic change#6230 from cfgperl into mainline
23147              (a later version of File::Spec is already in mainline)
23148      Branch: perl
23149           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
23150           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
23151 ____________________________________________________________________________
23152 [  6352] By: gsar                                  on 2000/07/11  17:57:48
23153         Log: integrate cfgperl changes#6224..6229 into mainline
23154      Branch: perl
23155           +> lib/lib.pm.PL
23156            - lib/lib.pm
23157           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
23158           !> lib/English.pm op.c t/lib/english.t
23159 ____________________________________________________________________________
23160 [  6351] By: gsar                                  on 2000/07/11  17:50:10
23161         Log: skip integrate of problematic change#6223 from cfgperl into mainline
23162      Branch: perl
23163           !> doio.c
23164 ____________________________________________________________________________
23165 [  6350] By: gsar                                  on 2000/07/11  17:48:28
23166         Log: integrate cfgperl changes#6220..6222 into mainline
23167      Branch: perl
23168           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
23169           !> toke.c utf8.c win32/win32.h
23170 ____________________________________________________________________________
23171 [  6349] By: gsar                                  on 2000/07/11  17:46:13
23172         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
23173              mainline
23174      Branch: perl
23175           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
23176           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
23177           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
23178 ____________________________________________________________________________
23179 [  6348] By: jhi                                   on 2000/07/11  17:45:49
23180         Log: README.posix-bc podified from Thomas Dorner.
23181      Branch: cfgperl
23182            ! README.posix-bc
23183 ____________________________________________________________________________
23184 [  6347] By: gsar                                  on 2000/07/11  17:42:04
23185         Log: integrate cfgperl change#6217 into mainline
23186      Branch: perl
23187           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
23188           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
23189           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
23190 ____________________________________________________________________________
23191 [  6346] By: gsar                                  on 2000/07/11  17:39:37
23192         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
23193              mainline
23194      Branch: perl
23195           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
23196           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
23197           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
23198           !> perlapi.h pod/perlapi.pod
23199 ____________________________________________________________________________
23200 [  6345] By: gsar                                  on 2000/07/11  17:36:42
23201         Log: integrate cfgperl changes#6207..6210 into mainline
23202      Branch: perl
23203           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
23204           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
23205 ____________________________________________________________________________
23206 [  6344] By: gsar                                  on 2000/07/11  17:31:20
23207         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
23208              mainline
23209      Branch: perl
23210           !> (integrate 40 files)
23211 ____________________________________________________________________________
23212 [  6343] By: gsar                                  on 2000/07/11  17:19:08
23213         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
23214      Branch: perl
23215           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
23216            ! Changes
23217           !> (integrate 34 files)
23218 ____________________________________________________________________________
23219 [  6342] By: jhi                                   on 2000/07/11  16:05:48
23220         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
23221              To: perl5-porters@perl.org
23222              From: Karsten Sperling <spiff@phreax.net>
23223              Date: Mon, 10 Jul 2000 15:12:52 +0200
23224              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
23225      Branch: cfgperl
23226            ! lib/Symbol.pm
23227 ____________________________________________________________________________
23228 [  6341] By: jhi                                   on 2000/07/11  15:59:23
23229         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
23230              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23231              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
23232              Date: Fri, 07 Jul 2000 17:57:16 +0100
23233      Branch: cfgperl
23234            ! pp_hot.c
23235 ____________________________________________________________________________
23236 [  6340] By: jhi                                   on 2000/07/11  15:55:47
23237         Log: Subject: Re: format bug report  [Patch]
23238              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23239              Date: Wed, 05 Jul 2000 13:12:52 +0200
23240              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
23241              
23242              Subject: Re: format bug report  [Patch]
23243              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23244              Date: Wed, 05 Jul 2000 14:10:01 +0200
23245              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
23246      Branch: cfgperl
23247            ! t/op/write.t toke.c
23248 ____________________________________________________________________________
23249 [  6339] By: jhi                                   on 2000/07/11  13:54:09
23250         Log: Be less forgiving about ambiguous and illegal tr ranges.
23251              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
23252              From: Mark-Jason Dominus <mjd@plover.com>
23253              Date: Tue, 04 Jul 2000 10:00:12 -0400
23254              Message-ID: <20000704140012.17772.qmail@plover.com>
23255              
23256              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
23257              From: Mark-Jason Dominus <mjd@plover.com>
23258              Date: Wed, 05 Jul 2000 09:37:36 -0400
23259              Message-ID: <20000705133736.27293.qmail@plover.com>
23260      Branch: cfgperl
23261            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
23262 ____________________________________________________________________________
23263 [  6338] By: jhi                                   on 2000/07/11  13:31:24
23264         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
23265              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23266              Date: Tue, 11 Jul 2000 13:50:51 +0100
23267              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
23268      Branch: cfgperl
23269            ! sv.c
23270 ____________________________________________________________________________
23271 [  6337] By: jhi                                   on 2000/07/11  13:29:14
23272         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
23273              From: Hugo <hv@crypt.compulink.co.uk>
23274              Date: Tue, 11 Jul 2000 12:44:50 +0100
23275              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
23276      Branch: cfgperl
23277            ! regexec.c t/op/re_tests
23278 ____________________________________________________________________________
23279 [  6336] By: jhi                                   on 2000/07/11  13:26:47
23280         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
23281              From: simon@brecon.co.uk (Simon Cozens)
23282              Date: 7 Jul 2000 11:26:09 GMT
23283              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
23284      Branch: cfgperl
23285            ! mg.c
23286 ____________________________________________________________________________
23287 [  6335] By: jhi                                   on 2000/07/11  13:23:37
23288         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
23289              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
23290              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
23291              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
23292      Branch: cfgperl
23293            + ext/DynaLoader/hints/netbsd.pl
23294            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
23295 ____________________________________________________________________________
23296 [  6334] By: jhi                                   on 2000/07/11  13:20:38
23297         Log: Subject: PATCH perlguts.pod: Document D and d magic types
23298              From: mjd@plover.com
23299              Date: 5 Jul 2000 18:01:51 -0000
23300              Message-ID: <20000705180151.29413.qmail@plover.com>
23301      Branch: cfgperl
23302            ! pod/perlguts.pod
23303 ____________________________________________________________________________
23304 [  6333] By: jhi                                   on 2000/07/11  13:15:51
23305         Log: Precedence goof, fix based on
23306              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
23307              From: Hugo <hv@crypt.compulink.co.uk>
23308              Date: Tue, 11 Jul 2000 12:52:38 +0100
23309              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
23310      Branch: cfgperl
23311            ! t/op/taint.t
23312 ____________________________________________________________________________
23313 [  6332] By: jhi                                   on 2000/07/11  12:40:17
23314         Log: Integrate with Sarathy.
23315      Branch: cfgperl
23316           !> win32/win32sck.c
23317 ____________________________________________________________________________
23318 [  6331] By: jhi                                   on 2000/07/10  20:14:16
23319         Log: Sprinkle ldlibpath.
23320      Branch: cfgperl
23321            ! pod/Makefile.SH
23322 ____________________________________________________________________________
23323 [  6330] By: jhi                                   on 2000/07/10  17:54:49
23324         Log: More POSIX.pod tweaks.
23325      Branch: cfgperl
23326            ! ext/POSIX/POSIX.pod
23327 ____________________________________________________________________________
23328 [  6329] By: jhi                                   on 2000/07/10  14:02:12
23329         Log: Reorder perl.pod once more.
23330      Branch: cfgperl
23331            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23332 ____________________________________________________________________________
23333 [  6328] By: gsar                                  on 2000/07/10  07:06:00
23334         Log: accept() leaks memory on windows due to incorrect ordering of
23335              closesocket() and fclose() calls
23336      Branch: perl
23337            ! win32/win32sck.c
23338 ____________________________________________________________________________
23339 [  6327] By: gsar                                  on 2000/07/10  06:49:17
23340         Log: winsock options weren't being set in all threads under ithreads
23341              (caused send()s from second and subsequent threads to fail)
23342      Branch: perl
23343            ! win32/win32sck.c
23344 ____________________________________________________________________________
23345 [  6326] By: jhi                                   on 2000/07/08  02:45:40
23346         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
23347              was cast to an unsigned (32-bit) integer with wild abandon.
23348      Branch: cfgperl
23349            ! ext/Devel/DProf/DProf.xs
23350 ____________________________________________________________________________
23351 [  6325] By: jhi                                   on 2000/07/07  18:50:33
23352         Log: Remove perlbook, update perlfaq book listing,
23353              rearrange perl.pod, regenerate perltoc.
23354      Branch: cfgperl
23355            - pod/perlbook.pod
23356            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
23357            ! pod/perlfaq2.pod pod/perltoc.pod
23358 ____________________________________________________________________________
23359 [  6324] By: jhi                                   on 2000/07/07  14:03:40
23360         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
23361      Branch: cfgperl
23362            ! sv.h toke.c
23363 ____________________________________________________________________________
23364 [  6323] By: jhi                                   on 2000/07/06  16:03:55
23365         Log: Fix complaints of buildtoc.
23366      Branch: cfgperl
23367            + lib/Win32.pod
23368            - pod/Win32.pod
23369            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23370 ____________________________________________________________________________
23371 [  6322] By: jhi                                   on 2000/07/06  15:15:52
23372         Log: Add =head1 NAMEs so that buildtoc is happy.
23373              (The CGI::Util nit reported to Lincoln.)
23374      Branch: cfgperl
23375            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
23376            ! pod/perltoc.pod
23377 ____________________________________________________________________________
23378 [  6321] By: jhi                                   on 2000/07/06  03:16:04
23379         Log: Config is being used.
23380      Branch: cfgperl
23381            ! t/op/method.t
23382 ____________________________________________________________________________
23383 [  6320] By: jhi                                   on 2000/07/06  03:13:13
23384         Log: Integrate with Sarathy.
23385      Branch: cfgperl
23386           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
23387 ____________________________________________________________________________
23388 [  6319] By: jhi                                   on 2000/07/06  03:11:46
23389         Log: Autogenerate pod/Makefile and pod/buildtoc.
23390              buildtoc also checks whether the existin pods are
23391              mentioned in MANIFEST and perl.pod, and vice versa.
23392              (None of the thusly found discrepancies fixed yet.)
23393              roffitall also needs to be autogenerated similarly but it
23394              seems so badly out of date that I didn't touch it yet.
23395      Branch: cfgperl
23396            + pod/Makefile.SH pod/buildtoc.PL
23397            - pod/Makefile pod/buildtoc
23398            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
23399 ____________________________________________________________________________
23400 [  6318] By: gsar                                  on 2000/07/05  22:10:54
23401         Log: fix UNC path handling on Windows under ithreads, and chdir()
23402              return value when given a non-existent directory
23403      Branch: perl
23404            ! win32/vdir.h
23405 ____________________________________________________________________________
23406 [  6317] By: gsar                                  on 2000/07/05  22:08:19
23407         Log: winsock cleanup never done on Windows (leads to handle leaks)
23408      Branch: perl
23409            ! win32/perllib.c win32/win32sck.c
23410 ____________________________________________________________________________
23411 [  6316] By: gsar                                  on 2000/07/05  22:06:19
23412         Log: some debugger output does not go to the socket when RemotePort is set
23413      Branch: perl
23414            ! lib/perl5db.pl
23415 ____________________________________________________________________________
23416 [  6315] By: jhi                                   on 2000/07/05  00:25:21
23417         Log: Integrate with Sarathy, preliminary fix for unicos
23418              alignment problems in [ID 20000612.002] Perl problem on Cray system.
23419      Branch: cfgperl
23420            ! sv.h
23421           !> pp_hot.c
23422 ____________________________________________________________________________
23423 [  6314] By: gsar                                  on 2000/07/04  23:34:02
23424         Log: tyop in change#6306
23425      Branch: perl
23426            ! pp_hot.c
23427 ____________________________________________________________________________
23428 [  6313] By: jhi                                   on 2000/07/04  22:14:38
23429         Log: Multiline string literals ENONPORTABLE.
23430      Branch: cfgperl
23431            ! pp_hot.c
23432 ____________________________________________________________________________
23433 [  6312] By: jhi                                   on 2000/07/04  20:34:44
23434         Log: Integrate with Sarathy.
23435      Branch: cfgperl
23436           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
23437           !> t/op/method.t
23438 ____________________________________________________________________________
23439 [  6311] By: jhi                                   on 2000/07/04  20:30:56
23440         Log: More POSIX.pod embellishment.
23441      Branch: cfgperl
23442            ! ext/POSIX/POSIX.pod
23443 ____________________________________________________________________________
23444 [  6310] By: gsar                                  on 2000/07/04  17:28:48
23445         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
23446      Branch: perl
23447            ! t/lib/b.t
23448 ____________________________________________________________________________
23449 [  6309] By: jhi                                   on 2000/07/04  17:22:18
23450         Log: The #6308 required a little bit more.
23451      Branch: cfgperl
23452            ! Makefile.SH win32/Makefile
23453 ____________________________________________________________________________
23454 [  6308] By: jhi                                   on 2000/07/04  16:35:24
23455         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
23456      Branch: cfgperl
23457            + lib/lib_pm.PL
23458            - lib/lib.pm.PL
23459            ! MANIFEST Makefile.SH
23460 ____________________________________________________________________________
23461 [  6307] By: jhi                                   on 2000/07/04  16:28:58
23462         Log: Win32 patches for cfgperl from Sarathy.
23463      Branch: cfgperl
23464            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
23465            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
23466            ! thread.h toke.c util.c win32/Makefile win32/win32.c
23467 ____________________________________________________________________________
23468 [  6306] By: gsar                                  on 2000/07/04  16:28:40
23469         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
23470              (from Richard Soderberg <rs@oregonnet.com>)
23471      Branch: perl
23472            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
23473 ____________________________________________________________________________
23474 [  6305] By: jhi                                   on 2000/07/04  16:24:24
23475         Log: Integrate with Sarathy.
23476      Branch: cfgperl
23477           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
23478           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
23479           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
23480           !> proto.h win32/win32.c
23481 ____________________________________________________________________________
23482 [  6304] By: gsar                                  on 2000/07/04  16:17:24
23483         Log: missing perldiag entry for unpack("w",...) diagnostic (from
23484              Andreas Koenig)
23485      Branch: perl
23486            ! pod/perldiag.pod
23487 ____________________________________________________________________________
23488 [  6303] By: gsar                                  on 2000/07/04  16:14:44
23489         Log: remove rel2abs prototypes (from Barrie Slaymaker)
23490      Branch: perl
23491            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
23492            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
23493 ____________________________________________________________________________
23494 [  6302] By: gsar                                  on 2000/07/04  04:59:35
23495         Log: adjust change#6299
23496      Branch: perl
23497            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
23498            ! win32/win32.c
23499 ____________________________________________________________________________
23500 [  6301] By: jhi                                   on 2000/07/04  04:50:07
23501         Log: Integrate with Sarathy.
23502      Branch: cfgperl
23503           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
23504           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
23505           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
23506 ____________________________________________________________________________
23507 [  6300] By: gsar                                  on 2000/07/04  04:42:09
23508         Log: PERL_OBJECT build tweak
23509      Branch: perl
23510            ! perl.h
23511 ____________________________________________________________________________
23512 [  6299] By: gsar                                  on 2000/07/04  04:37:00
23513         Log: fix memory leak on Windows (PL_sys_intern contents were never
23514              freed)
23515      Branch: perl
23516            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
23517            ! perlapi.c proto.h win32/win32.c
23518 ____________________________________________________________________________
23519 [  6298] By: gsar                                  on 2000/07/04  04:15:59
23520         Log: fix large memory leak that has been around for ever, masked by
23521              -DPURIFY (most of the arenas were never freed!)
23522      Branch: perl
23523            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
23524 ____________________________________________________________________________
23525 [  6297] By: gsar                                  on 2000/07/04  04:07:46
23526         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
23527      Branch: perl
23528            ! perl.c
23529 ____________________________________________________________________________
23530 [  6296] By: jhi                                   on 2000/06/30  18:28:37
23531         Log: Elaborate POSIX.pod.  Still needs work.
23532      Branch: cfgperl
23533            ! ext/POSIX/POSIX.pod
23534 ____________________________________________________________________________
23535 [  6295] By: jhi                                   on 2000/06/30  14:58:18
23536         Log: Point to perlipc for more SysV IPC examples.
23537      Branch: cfgperl
23538            ! pod/perlfunc.pod
23539 ____________________________________________________________________________
23540 [  6294] By: gsar                                  on 2000/06/30  14:47:45
23541         Log: slurp mode fix in change#4736 still not quite right
23542      Branch: perl
23543            ! pp_hot.c t/io/argv.t
23544 ____________________________________________________________________________
23545 [  6293] By: jhi                                   on 2000/06/30  12:02:55
23546         Log: Integrate with Sarathy.
23547      Branch: cfgperl
23548           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
23549 ____________________________________________________________________________
23550 [  6292] By: jhi                                   on 2000/06/30  12:01:11
23551         Log: From: simon@brecon.co.uk (Simon Cozens)
23552              Subject: UTF8 concat
23553              Date: 30 Jun 2000 06:13:25 GMT
23554              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
23555      Branch: cfgperl
23556            ! pp_hot.c
23557 ____________________________________________________________________________
23558 [  6291] By: gsar                                  on 2000/06/30  04:37:33
23559         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
23560              when @_ is modified, causing coredumps
23561      Branch: perl
23562            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
23563 ____________________________________________________________________________
23564 [  6290] By: jhi                                   on 2000/06/30  02:21:44
23565         Log: Integrate with Sarathy.
23566      Branch: cfgperl
23567           !> vms/vms.c vms/vmsish.h
23568 ____________________________________________________________________________
23569 [  6289] By: jhi                                   on 2000/06/30  02:21:02
23570         Log: Check VERSIONs.
23571      Branch: cfgperl
23572            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
23573            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
23574            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
23575 ____________________________________________________________________________
23576 [  6288] By: jhi                                   on 2000/06/30  02:18:52
23577         Log: Integrate with Sarathy.
23578      Branch: cfgperl
23579           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
23580           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
23581           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
23582           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
23583 ____________________________________________________________________________
23584 [  6287] By: gsar                                  on 2000/06/30  02:17:08
23585         Log: integrate vmsperl changes into mainline
23586      Branch: perl
23587           !> vms/vms.c vms/vmsish.h
23588 ____________________________________________________________________________
23589 [  6285] By: gsar                                  on 2000/06/30  02:05:28
23590         Log: localize %INC in a Safe compartment so that use/require work
23591              (many other magic globals probably need similar treatment)
23592      Branch: perl
23593            ! ext/Opcode/Opcode.xs
23594 ____________________________________________________________________________
23595 [  6284] By: gsar                                  on 2000/06/30  01:54:54
23596         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
23597              about Windows
23598      Branch: perl
23599            ! pod/perlembed.pod
23600 ____________________________________________________________________________
23601 [  6283] By: jhi                                   on 2000/06/30  01:50:10
23602         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
23603              From: Barrie Slaymaker <barries@jester.slaysys.com>
23604              Date: Wed, 28 Jun 2000 11:35:29 -0400
23605              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
23606      Branch: perl
23607            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
23608            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
23609            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
23610            ! lib/File/Spec/Win32.pm
23611 ____________________________________________________________________________
23612 [  6282] By: jhi                                   on 2000/06/29  22:57:22
23613         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
23614              From: Dan Sugalski <dan@sidhe.org>
23615              Date: Tue, 06 Jun 2000 11:59:50 -0400
23616              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
23617      Branch: cfgperl
23618            ! vms/vms.c
23619 ____________________________________________________________________________
23620 [  6281] By: jhi                                   on 2000/06/29  22:52:50
23621         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
23622              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23623              Date: Wed, 7 Jun 2000 04:02:04 -0500
23624              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
23625      Branch: cfgperl
23626            ! utils/h2xs.PL
23627 ____________________________________________________________________________
23628 [  6280] By: jhi                                   on 2000/06/29  22:45:47
23629         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
23630              From: rspier@pobox.com (Robert Spier)
23631              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
23632              Message-ID: <14654.31913.845602.610277@rls.cx>
23633      Branch: cfgperl
23634            ! utils/h2xs.PL
23635 ____________________________________________________________________________
23636 [  6279] By: jhi                                   on 2000/06/29  22:38:16
23637         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
23638              From: Tim Ayers <tayers@bridge.com>
23639              Date: Thu, 08 Jun 2000 08:11:06 +0200
23640              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
23641              [resent by Richard Foley, Message-Id probably wrong]
23642      Branch: cfgperl
23643            ! pod/perlsub.pod
23644 ____________________________________________________________________________
23645 [  6278] By: jhi                                   on 2000/06/29  22:21:45
23646         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
23647              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
23648              Date: Fri, 09 Jun 2000 12:39:27 -0400
23649              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
23650              (plus update the version "number" of Text::Wrap)
23651      Branch: cfgperl
23652            ! lib/Text/Wrap.pm
23653 ____________________________________________________________________________
23654 [  6277] By: jhi                                   on 2000/06/29  22:13:10
23655         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
23656              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23657              Date: Mon, 12 Jun 2000 14:55:59 +0100
23658              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
23659      Branch: cfgperl
23660            ! pod/perlfunc.pod
23661 ____________________________________________________________________________
23662 [  6276] By: jhi                                   on 2000/06/29  22:11:06
23663         Log: Subject: [PATCH] Re: eval documentation: context
23664              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23665              Date: Mon, 12 Jun 2000 15:07:29 +0100
23666              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
23667      Branch: cfgperl
23668            ! pod/perlfunc.pod
23669 ____________________________________________________________________________
23670 [  6275] By: jhi                                   on 2000/06/29  21:59:46
23671         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
23672              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23673              Date: Tue, 13 Jun 2000 02:43:48 -0500
23674              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
23675      Branch: cfgperl
23676            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
23677 ____________________________________________________________________________
23678 [  6274] By: jhi                                   on 2000/06/29  21:56:14
23679         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
23680              From: Andy Dougherty <doughera@lafayette.edu>
23681              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
23682              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
23683      Branch: cfgperl
23684            ! ext/File/Glob/Glob.pm
23685 ____________________________________________________________________________
23686 [  6273] By: jhi                                   on 2000/06/29  21:49:09
23687         Log: Subject: [PATCH] xsub attributes
23688              From: Doug MacEachern <dougm@covalent.net>
23689              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
23690              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
23691      Branch: cfgperl
23692            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
23693            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
23694 ____________________________________________________________________________
23695 [  6272] By: jhi                                   on 2000/06/29  21:41:28
23696         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
23697              From: Tom Phoenix <rootbeer@redcat.com>
23698              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
23699              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
23700      Branch: cfgperl
23701            ! lib/Net/Ping.pm
23702 ____________________________________________________________________________
23703 [  6271] By: jhi                                   on 2000/06/29  21:36:55
23704         Log: Subject: PATCH pod/perltie.pod
23705              From: Ian Phillipps <Ian.Phillipps@iname.com>
23706              Date: Fri, 16 Jun 2000 00:17:19 +0100
23707              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
23708              (only the first hunk, the second hunk had already been done
23709              by some other patch)
23710      Branch: cfgperl
23711            ! pod/perltie.pod
23712 ____________________________________________________________________________
23713 [  6270] By: jhi                                   on 2000/06/29  21:24:51
23714         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
23715              From: Nicholas Clark <nick@talking.bollo.cx>
23716              Date: Fri, 23 Jun 2000 16:21:15 +0100
23717              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
23718      Branch: cfgperl
23719            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
23720            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
23721 ____________________________________________________________________________
23722 [  6269] By: jhi                                   on 2000/06/29  19:38:15
23723         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
23724              silence few compiler warnings.
23725      Branch: cfgperl
23726            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
23727 ____________________________________________________________________________
23728 [  6268] By: jhi                                   on 2000/06/29  18:21:50
23729         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
23730              From: Dominic Dunlop <domo@computer.org> 
23731              Date: Thu, 29 Jun 2000 12:32:39 +0200 
23732              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
23733      Branch: cfgperl
23734            ! t/op/sprintf.t
23735 ____________________________________________________________________________
23736 [  6267] By: jhi                                   on 2000/06/29  18:16:07
23737         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
23738              From: Doug MacEachern <dougm@covalent.net>
23739              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
23740              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
23741      Branch: cfgperl
23742            + t/op/method2entersub.t
23743            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
23744            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
23745            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
23746            ! xsutils.c
23747 ____________________________________________________________________________
23748 [  6266] By: jhi                                   on 2000/06/29  15:11:15
23749         Log: Subject: [PATCH 5.6.0] cygwin port
23750              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
23751              From: "Fifer, Eric" <EFifer@sanwaint.com>
23752              Date: Thu, 29 Jun 2000 12:58:29 +0100
23753      Branch: cfgperl
23754            ! cygwin/Makefile.SHs
23755 ____________________________________________________________________________
23756 [  6265] By: jhi                                   on 2000/06/29  15:04:05
23757         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
23758              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23759              Date: Wed, 28 Jun 2000 17:50:12 -0700
23760              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
23761      Branch: cfgperl
23762            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
23763 ____________________________________________________________________________
23764 [  6264] By: jhi                                   on 2000/06/29  15:00:57
23765         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
23766              From: Marty Lucich <marty@netcom.com>
23767              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
23768              Message-Id: <200006282116.OAA11148@netcom.com>
23769              ccdlflags update (the BSD/OS 4.1 part had already been taken
23770              care of by #6141).
23771      Branch: cfgperl
23772            ! hints/bsdos.sh
23773 ____________________________________________________________________________
23774 [  6263] By: jhi                                   on 2000/06/29  13:47:44
23775         Log: tr fixes from Simon Cozens
23776      Branch: cfgperl
23777            ! doop.c
23778 ____________________________________________________________________________
23779 [  6262] By: jhi                                   on 2000/06/28  18:46:01
23780         Log: Subject: 5.6.0 Patch for EPOC
23781              From: Olaf Flebbe <o.flebbe@gmx.de>
23782              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
23783              Message-ID: <23449.960929969@www11.gmx.net>
23784      Branch: cfgperl
23785            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
23786            ! epoc/epocish.h
23787 ____________________________________________________________________________
23788 [  6261] By: jhi                                   on 2000/06/28  18:29:07
23789         Log: Subject: Re: [PATCH cfgperl] BOMs away!
23790              From: simon@brecon.co.uk (Simon Cozens)
23791              Date: 17 Jun 2000 11:49:57 GMT
23792              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
23793      Branch: cfgperl
23794            ! pod/perldiag.pod t/comp/require.t toke.c
23795 ____________________________________________________________________________
23796 [  6260] By: jhi                                   on 2000/06/28  17:47:16
23797         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
23798              From: simon@brecon.co.uk (Simon Cozens) 
23799              Date: 17 Jun 2000 11:56:44 GMT 
23800              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
23801              pack U0, pack C0
23802      Branch: cfgperl
23803            ! pod/perlfunc.pod pp.c t/op/pack.t
23804 ____________________________________________________________________________
23805 [  6259] By: jhi                                   on 2000/06/28  16:43:17
23806         Log: perlnewmod was missing from MANIFEST.
23807      Branch: cfgperl
23808            ! MANIFEST
23809 ____________________________________________________________________________
23810 [  6258] By: jhi                                   on 2000/06/28  15:54:30
23811         Log: linenumber tweak
23812      Branch: cfgperl
23813            ! t/pragma/warn/regcomp
23814 ____________________________________________________________________________
23815 [  6257] By: jhi                                   on 2000/06/28  15:50:44
23816         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
23817              From: Doug MacEachern <dougm@covalent.net>
23818              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
23819              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
23820              (one part of the patch had been applied earlier)
23821      Branch: cfgperl
23822            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
23823 ____________________________________________________________________________
23824 [  6256] By: jhi                                   on 2000/06/28  15:40:22
23825         Log: tweaks from Simon Cozens to further fix tr/// under utf8
23826      Branch: cfgperl
23827            ! doop.c
23828 ____________________________________________________________________________
23829 [  6255] By: jhi                                   on 2000/06/28  15:33:45
23830         Log: small thinko tweaks
23831      Branch: cfgperl
23832            ! lib/IPC/Open3.pm t/op/my_stash.t
23833 ____________________________________________________________________________
23834 [  6254] By: jhi                                   on 2000/06/28  15:33:25
23835         Log: Subject: tr///, help wanted.
23836              From: simon@brecon.co.uk (Simon Cozens)
23837              Date: 28 Jun 2000 11:29:04 GMT
23838              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
23839      Branch: cfgperl
23840            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
23841            ! pp_proto.h proto.h t/op/tr.t
23842 ____________________________________________________________________________
23843 [  6253] By: jhi                                   on 2000/06/28  15:09:17
23844         Log: Paranoia tweak on #6249.
23845              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
23846              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
23847              Date: Sun, 25 Jun 2000 23:43:12 -0400
23848              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
23849      Branch: cfgperl
23850            ! lib/IPC/Open3.pm
23851 ____________________________________________________________________________
23852 [  6252] By: jhi                                   on 2000/06/28  15:01:38
23853         Log: Document #6249 and #6251.
23854      Branch: cfgperl
23855            ! lib/Exporter.pm lib/IPC/Open3.pm
23856 ____________________________________________________________________________
23857 [  6251] By: jhi                                   on 2000/06/28  14:50:43
23858         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
23859              From: Doug MacEachern <dougm@covalent.net>
23860              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
23861              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
23862      Branch: cfgperl
23863            ! lib/Exporter.pm
23864 ____________________________________________________________________________
23865 [  6250] By: jhi                                   on 2000/06/28  14:45:23
23866         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
23867              From: Doug MacEachern <dougm@covalent.net>
23868              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
23869              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
23870      Branch: cfgperl
23871            + t/op/my_stash.t
23872            ! MANIFEST embed.pl global.sym proto.h toke.c
23873 ____________________________________________________________________________
23874 [  6249] By: jhi                                   on 2000/06/28  14:36:34
23875         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
23876              From: Frank Tobin <ftobin@uiuc.edu>
23877              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
23878              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
23879      Branch: cfgperl
23880            ! lib/IPC/Open3.pm
23881 ____________________________________________________________________________
23882 [  6248] By: jhi                                   on 2000/06/28  14:11:25
23883         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
23884              From: Mark-Jason Dominus <mjd@plover.com>
23885              Date: Tue, 27 Jun 2000 22:36:42 -0400
23886              Message-ID: <20000628023642.12166.qmail@plover.com>
23887      Branch: cfgperl
23888            ! pod/perlfunc.pod
23889 ____________________________________________________________________________
23890 [  6247] By: jhi                                   on 2000/06/27  12:46:37
23891         Log: Tweak $VERSION, patch from Doug MacEachern.
23892      Branch: cfgperl
23893            ! lib/File/Spec.pm
23894 ____________________________________________________________________________
23895 [  6246] By: jhi                                   on 2000/06/27  03:34:46
23896         Log: Allow for standalone testing.
23897      Branch: cfgperl
23898            ! t/lib/filefunc.t t/lib/filespec.t
23899 ____________________________________________________________________________
23900 [  6245] By: jhi                                   on 2000/06/27  02:50:02
23901         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
23902              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
23903              Date: Sat, 24 Jun 2000 13:06:20 +0100
23904              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
23905      Branch: cfgperl
23906            ! ext/DynaLoader/DynaLoader_pm.PL
23907 ____________________________________________________________________________
23908 [  6244] By: jhi                                   on 2000/06/27  02:46:10
23909         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
23910              From: Doug MacEachern <dougm@covalent.net>
23911              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
23912              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
23913      Branch: cfgperl
23914            ! gv.c sv.c t/lib/peek.t
23915 ____________________________________________________________________________
23916 [  6243] By: jhi                                   on 2000/06/27  02:38:07
23917         Log: Subject: [PATCH] is_utf8_string
23918              From: simon@brecon.co.uk (Simon Cozens)
23919              Date: 26 Jun 2000 02:25:59 GMT
23920              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
23921      Branch: cfgperl
23922            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
23923            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
23924            ! proto.h utf8.c
23925 ____________________________________________________________________________
23926 [  6242] By: jhi                                   on 2000/06/27  02:24:00
23927         Log: Subject: [PATCH] bytes<->utf8 fixes
23928              From: simon@brecon.co.uk (Simon Cozens)
23929              Date: 26 Jun 2000 04:55:45 GMT
23930              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
23931      Branch: cfgperl
23932            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
23933 ____________________________________________________________________________
23934 [  6241] By: jhi                                   on 2000/06/27  02:12:42
23935         Log: Do no -warn on \_, only on \alpha.
23936              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
23937              From: David Dyck <dcd@tc.fluke.com>
23938              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
23939              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
23940      Branch: cfgperl
23941            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
23942 ____________________________________________________________________________
23943 [  6240] By: jhi                                   on 2000/06/27  02:00:01
23944         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
23945              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
23946              Date: Mon, 26 Jun 2000 18:40:14 +0100
23947              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
23948      Branch: cfgperl
23949            ! utils/h2xs.PL
23950 ____________________________________________________________________________
23951 [  6239] By: jhi                                   on 2000/06/27  01:53:40
23952         Log: Configure maintenance.  Sever some dependency cycles,
23953              separate gccversion from the cc unit,
23954              address [ID 20000623.006] Configure script patch for using gcc on AIX
23955              (but solve it a little bit differently),
23956              unduplex some accidentally duplicated units,
23957              suggest using gcc if no cc available
23958              (p5p thread: "Solaris configure: counterproposal", 1999-09)
23959      Branch: cfgperl
23960            ! Configure Todo-5.6 config_h.SH
23961      Branch: metaconfig
23962            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
23963            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
23964      Branch: metaconfig/U/perl
23965            + gccvers.U
23966            ! d_getespwnam.U d_getprpwnam.U i_prot.U
23967 ____________________________________________________________________________
23968 [  6238] By: jhi                                   on 2000/06/25  18:04:56
23969         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
23970              From: Dan Sugalski <dan@sidhe.org>
23971              Date: Fri, 23 Jun 2000 17:00:00 -0400
23972              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
23973      Branch: cfgperl
23974            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
23975 ____________________________________________________________________________
23976 [  6237] By: jhi                                   on 2000/06/25  16:36:45
23977         Log: Tweak embed.pl, regen headers.
23978      Branch: cfgperl
23979            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
23980            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
23981            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
23982            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
23983            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
23984 ____________________________________________________________________________
23985 [  6236] By: jhi                                   on 2000/06/25  15:26:42
23986         Log: Regen headers.
23987      Branch: cfgperl
23988            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
23989            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
23990            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
23991            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
23992            ! regnodes.h warnings.h
23993 ____________________________________________________________________________
23994 [  6235] By: jhi                                   on 2000/06/23  19:39:35
23995         Log: The thread begun by
23996              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
23997              From: Kevin.Ruscoe@ubsw.com
23998              Date: Fri, 16 Jun 2000 16:38:51 +0100
23999              Message-Id: <H000019b03c300d6@MHS>
24000      Branch: cfgperl
24001            ! hints/solaris_2.sh
24002 ____________________________________________________________________________
24003 [  6234] By: jhi                                   on 2000/06/23  19:23:36
24004         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
24005              because when run as services (Win32ese for daemons)
24006              no environment variables are set and tmpdir ends up as /tmp,
24007              which is ambiguous.
24008              
24009              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
24010              From: matt@sergeant.org
24011              Date: 16 Jun 2000 16:30:43 -0000
24012              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
24013      Branch: cfgperl
24014            ! lib/File/Spec/Win32.pm
24015 ____________________________________________________________________________
24016 [  6233] By: jhi                                   on 2000/06/23  19:18:58
24017         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
24018              From: Mark-Jason Dominus <mjd@plover.com>
24019              Date: Fri, 16 Jun 2000 20:53:04 -0400
24020              Message-ID: <20000617005304.8008.qmail@plover.com>
24021      Branch: cfgperl
24022            ! op.h
24023 ____________________________________________________________________________
24024 [  6232] By: jhi                                   on 2000/06/23  16:10:02
24025         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
24026              From: simon@brecon.co.uk (Simon Cozens)
24027              Date: 19 Jun 2000 15:18:27 GMT
24028              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
24029              
24030              plus update pod/Makefile and regenerate perltoc
24031      Branch: cfgperl
24032            + pod/perlutil.pod
24033            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
24034 ____________________________________________________________________________
24035 [  6231] By: jhi                                   on 2000/06/23  15:19:18
24036         Log: Subject: [PATCH 5.6.0] cygwin port
24037              From: "Fifer, Eric" <EFifer@sanwaint.com>
24038              Date: Tue, 20 Jun 2000 14:30:58 +0100
24039              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
24040      Branch: cfgperl
24041            ! README.cygwin lib/File/Find.pm
24042 ____________________________________________________________________________
24043 [  6230] By: jhi                                   on 2000/06/23  14:25:21
24044         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
24045      Branch: cfgperl
24046            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
24047            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
24048            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24049            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
24050 ____________________________________________________________________________
24051 [  6229] By: jhi                                   on 2000/06/23  14:13:34
24052         Log: Subject: README.hpux version 0.6.1
24053              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
24054              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
24055              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
24056      Branch: cfgperl
24057            ! README.hpux
24058 ____________________________________________________________________________
24059 [  6228] By: jhi                                   on 2000/06/23  14:07:20
24060         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
24061              From: Doug MacEachern <dougm@covalent.net>
24062              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
24063              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
24064      Branch: cfgperl
24065            ! op.c
24066 ____________________________________________________________________________
24067 [  6227] By: jhi                                   on 2000/06/23  14:01:06
24068         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
24069              From: Doug MacEachern <dougm@covalent.net>
24070              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
24071              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
24072      Branch: cfgperl
24073            + lib/lib.pm.PL
24074            - lib/lib.pm
24075            ! MANIFEST Makefile.SH
24076 ____________________________________________________________________________
24077 [  6226] By: jhi                                   on 2000/06/23  13:53:07
24078         Log: Subject: [PATCH] remove forward declarations in Socket.pm
24079              From: Doug MacEachern <dougm@covalent.net>
24080              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
24081              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
24082              
24083              From: Doug MacEachern <dougm@covalent.net>
24084              Subject: Re: [PATCH] remove forward declarations in Socket.pm
24085              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
24086              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
24087      Branch: cfgperl
24088            ! ext/Socket/Socket.pm op.c
24089 ____________________________________________________________________________
24090 [  6225] By: jhi                                   on 2000/06/23  13:41:52
24091         Log: Add source code filenames to apidoc.
24092              From: simon@brecon.co.uk (Simon Cozens)
24093              Subject: [PATCH embed.pl] Source X-ref
24094              Date: 22 Jun 2000 02:18:49 GMT
24095              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
24096      Branch: cfgperl
24097            ! embed.pl
24098 ____________________________________________________________________________
24099 [  6224] By: jhi                                   on 2000/06/23  13:32:33
24100         Log: A way to avoid English.pm performance hit.
24101              From: root <root@jester.slaysys.com>
24102              Subject: [YAPATCH English.pm] My turn to putt again
24103              Date: Thu, 22 Jun 2000 20:33:58 -0400
24104              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
24105      Branch: cfgperl
24106            ! lib/English.pm t/lib/english.t
24107 ____________________________________________________________________________
24108 [  6223] By: jhi                                   on 2000/06/23  13:27:06
24109         Log: Avoid double close().
24110              Subject: [PATCH] avoid double close()
24111              From: Doug MacEachern <dougm@covalent.net>
24112              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
24113              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
24114      Branch: cfgperl
24115            ! doio.c
24116 ____________________________________________________________________________
24117 [  6222] By: jhi                                   on 2000/06/23  13:25:54
24118         Log: doc typo fix
24119              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
24120              From: Ian Phillipps <Ian.Phillipps@iname.com>
24121              Date: Fri, 23 Jun 2000 10:40:58 +0100
24122              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
24123      Branch: cfgperl
24124            ! lib/Pod/Usage.pm
24125 ____________________________________________________________________________
24126 [  6221] By: jhi                                   on 2000/06/23  13:24:15
24127         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
24128              From: simon@brecon.co.uk (Simon Cozens)
24129              Subject: [PATCH] Eliminate tr///[CU][CU]
24130              Date: 23 Jun 2000 11:05:40 GMT
24131              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
24132      Branch: cfgperl
24133            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
24134 ____________________________________________________________________________
24135 [  6220] By: jhi                                   on 2000/06/22  16:07:51
24136         Log: Win32 patches from Benjamin Stuhl.
24137      Branch: cfgperl
24138            ! makedef.pl win32/win32.h
24139 ____________________________________________________________________________
24140 [  6219] By: jhi                                   on 2000/06/22  16:06:34
24141         Log: Bytecode patches from Benjamin Stuhl.
24142      Branch: cfgperl
24143            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
24144            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
24145            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
24146 ____________________________________________________________________________
24147 [  6218] By: jhi                                   on 2000/06/15  23:54:16
24148         Log: Bytecode patches from Benjamin Stuhl.
24149      Branch: cfgperl
24150            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
24151 ____________________________________________________________________________
24152 [  6217] By: jhi                                   on 2000/06/09  13:38:29
24153         Log: Rename the fdpid locking and integrate with Sarathy.
24154      Branch: cfgperl
24155            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
24156            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
24157            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
24158            ! win32/win32.c
24159           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
24160 ____________________________________________________________________________
24161 [  6216] By: gsar                                  on 2000/06/08  14:54:21
24162         Log: be more optimal about clearing @_
24163      Branch: perl
24164            ! cop.h
24165 ____________________________________________________________________________
24166 [  6215] By: gsar                                  on 2000/06/08  14:33:04
24167         Log: tweak comment about @DB::args
24168      Branch: perl
24169            ! av.h pp_ctl.c
24170 ____________________________________________________________________________
24171 [  6214] By: gsar                                  on 2000/06/08  13:57:54
24172         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
24173              caller() wants to populate @DB::args with it (causes a coredump
24174              in Carp::confess())
24175      Branch: perl
24176            ! cop.h t/op/runlevel.t
24177 ____________________________________________________________________________
24178 [  6213] By: gsar                                  on 2000/06/08  07:06:35
24179         Log: back out change#6106 (seems problematic)
24180      Branch: perl
24181            ! hints/solaris_2.sh
24182 ____________________________________________________________________________
24183 [  6212] By: jhi                                   on 2000/06/07  03:10:36
24184         Log: Continuing mopup for #6204.
24185      Branch: cfgperl
24186            ! ext/B/defsubs_h.PL
24187 ____________________________________________________________________________
24188 [  6211] By: jhi                                   on 2000/06/07  02:41:50
24189         Log: Mopup for #6204.
24190              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
24191              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
24192              This is comes from const() where POK isn't on when expected.
24193      Branch: cfgperl
24194            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
24195            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
24196            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
24197            ! perlapi.h pod/perlapi.pod
24198 ____________________________________________________________________________
24199 [  6210] By: jhi                                   on 2000/06/07  01:56:29
24200         Log: Mopup for #6207 and #6209.
24201      Branch: cfgperl
24202            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
24203 ____________________________________________________________________________
24204 [  6209] By: jhi                                   on 2000/06/07  01:33:12
24205         Log: Lock PL_fdpid against race conditions, based on:
24206              Subject: [PATCH 5.6.0]subprocess fixup for threads
24207              From: Dan Sugalski <dan@sidhe.org>
24208              To: perl5-porters@perl.org
24209              Date: Tue, 11 Apr 2000 17:02:32 -0400
24210              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
24211      Branch: cfgperl
24212            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
24213            ! win32/win32.c
24214 ____________________________________________________________________________
24215 [  6208] By: jhi                                   on 2000/06/07  01:05:23
24216         Log: Regen headers for #6207.
24217      Branch: cfgperl
24218            ! embed.h global.sym objXSUB.h proto.h
24219 ____________________________________________________________________________
24220 [  6207] By: jhi                                   on 2000/06/06  23:43:13
24221         Log: Subject: [PATCH 5.6.0] Threadsafe patches
24222              From: Dan Sugalski <dan@sidhe.org>
24223              To: perl5-porters@perl.org
24224              Date: Mon, 08 May 2000 18:08:13 -0400
24225              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
24226      Branch: cfgperl
24227            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
24228            ! proto.h sv.h util.c
24229 ____________________________________________________________________________
24230 [  6206] By: jhi                                   on 2000/06/06  23:21:23
24231         Log: Subject: [PATCH] Eliminate $a/$b in pod
24232              From: David Glasser <me@davidglasser.net>
24233              To: perl5-porters@perl.org
24234              Date: Mon, 29 May 2000 21:15:59 -0400
24235              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
24236      Branch: cfgperl
24237            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
24238            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
24239            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
24240            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
24241            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
24242            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
24243            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
24244            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
24245            ! pod/perlvar.pod pod/perlxs.pod
24246 ____________________________________________________________________________
24247 [  6205] By: jhi                                   on 2000/06/06  23:12:14
24248         Log: Subject: [PATCH] Win32 improvements
24249              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
24250              To: gsar@activestate.com, perl5-porters@perl.org
24251              Date: Mon, 29 May 2000 17:22:24 PDT
24252              Message-ID: <20000530002224.91142.qmail@hotmail.com>
24253              (MUA had mangled many lines by wordwrapping)
24254      Branch: cfgperl
24255            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
24256 ____________________________________________________________________________
24257 [  6204] By: jhi                                   on 2000/06/06  23:01:50
24258         Log: Subject: [PATCH] B::Bytecode patches
24259              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
24260              To: gsar@activestate.com, jhi@iki.fi
24261              Cc: perl5-porters@perl.org
24262              Message-ID: <20000602202526.48694.qmail@hotmail.com>
24263              (MUA had mangled many lines by wordwrapping)
24264      Branch: cfgperl
24265            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
24266            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
24267            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
24268            ! intrpvar.h perl.c
24269 ____________________________________________________________________________
24270 [  6203] By: jhi                                   on 2000/06/06  22:32:43
24271         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
24272              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24273              Date: Tue, 06 Jun 2000 13:07:45 -0700
24274              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
24275      Branch: cfgperl
24276            ! pod/perldiag.pod
24277 ____________________________________________________________________________
24278 [  6202] By: jhi                                   on 2000/06/06  19:38:35
24279         Log: Integrate with Sarathy.
24280      Branch: cfgperl
24281           !> perl.c
24282 ____________________________________________________________________________
24283 [  6201] By: gsar                                  on 2000/06/06  00:42:59
24284         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
24285              does a PUSHMARK that's never ever POPMARKed; in general, only
24286              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
24287              Perl_eval_[sp]v() don't because they don't take any incoming
24288              arguments (this leak has been around since the original version
24289              of perl_eval_pv() in 5.003_97e)
24290      Branch: perl
24291            ! perl.c
24292 ____________________________________________________________________________
24293 [  6200] By: jhi                                   on 2000/06/04  03:44:52
24294         Log: Update to cperl-mode.el 4.31 from
24295              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
24296              Subject: A couple of notes
24297              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24298              To: Mailing list Perl5 <perl5-porters@perl.org>
24299              Date: Sat, 3 Jun 2000 23:33:32 -0400
24300              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
24301      Branch: cfgperl
24302            ! emacs/cperl-mode.el
24303 ____________________________________________________________________________
24304 [  6199] By: jhi                                   on 2000/06/03  15:11:05
24305         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
24306              From: Dan Sugalski <dan@sidhe.org>
24307              To: perl5-porters@perl.org, vmsperl@perl.org
24308              Date: Fri, 02 Jun 2000 17:30:51 -0400
24309              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
24310      Branch: cfgperl
24311            ! vms/descrip_mms.template vms/gen_shrfls.pl
24312 ____________________________________________________________________________
24313 [  6198] By: jhi                                   on 2000/06/03  14:59:15
24314         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
24315              From: Dan Sugalski <dan@sidhe.org>
24316              To: vmsperl@perl.org, perl5-porters@perl.org
24317              Date: Fri, 02 Jun 2000 16:00:41 -0400
24318              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
24319              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
24320      Branch: cfgperl
24321            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
24322            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
24323            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
24324 ____________________________________________________________________________
24325 [  6197] By: jhi                                   on 2000/06/03  14:41:30
24326         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
24327              From: John Borwick <jhborwic@unity.ncsu.edu>
24328              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
24329              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
24330      Branch: cfgperl
24331            ! pod/perlsyn.pod
24332 ____________________________________________________________________________
24333 [  6196] By: jhi                                   on 2000/06/03  14:38:09
24334         Log: Integrate with Sarathy.
24335      Branch: cfgperl
24336           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
24337           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
24338           !> vms/perly_c.vms
24339 ____________________________________________________________________________
24340 [  6195] By: gsar                                  on 2000/06/02  22:43:13
24341         Log: fix yet another eval"" leak under USE_ITHREADS
24342      Branch: perl
24343            ! op.c
24344 ____________________________________________________________________________
24345 [  6194] By: gsar                                  on 2000/06/02  18:22:06
24346         Log: fix small eval"" memory leaks under USE_ITHREADS
24347      Branch: perl
24348            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
24349            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
24350            ! vms/perly_c.vms
24351 ____________________________________________________________________________
24352 [  6193] By: jhi                                   on 2000/06/01  13:03:56
24353         Log: Signals-be-gone for microperl.
24354      Branch: cfgperl
24355            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
24356 ____________________________________________________________________________
24357 [  6192] By: jhi                                   on 2000/06/01  12:52:02
24358         Log: Integrate with Sarathy.
24359      Branch: cfgperl
24360           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
24361           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
24362           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
24363           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
24364           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
24365           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
24366           !> t/op/vec.t utils/h2xs.PL
24367 ____________________________________________________________________________
24368 [  6191] By: gsar                                  on 2000/06/01  09:38:21
24369         Log: vec() loses numericalness (modified version of patch suggested
24370              by Robin Barker)
24371      Branch: perl
24372            ! doop.c t/op/vec.t
24373 ____________________________________________________________________________
24374 [  6190] By: gsar                                  on 2000/06/01  09:26:15
24375         Log: submit missing embed.pl change
24376      Branch: perl
24377            ! embed.pl
24378 ____________________________________________________________________________
24379 [  6189] By: gsar                                  on 2000/06/01  09:05:34
24380         Log: counting tr/// corrupts later operation (from M.J.T Guy)
24381      Branch: perl
24382            ! doop.c t/op/tr.t
24383 ____________________________________________________________________________
24384 [  6188] By: gsar                                  on 2000/06/01  08:58:39
24385         Log: h2xs tweaks
24386      Branch: perl
24387            ! utils/h2xs.PL
24388 ____________________________________________________________________________
24389 [  6187] By: gsar                                  on 2000/06/01  08:50:07
24390         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
24391              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
24392      Branch: perl
24393            + lib/Pod/LaTeX.pm
24394            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
24395            ! pod/pod2latex.PL
24396 ____________________________________________________________________________
24397 [  6186] By: gsar                                  on 2000/06/01  08:24:40
24398         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
24399              <wolfgang.laun@alcatel.at>)
24400      Branch: perl
24401            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
24402            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
24403 ____________________________________________________________________________
24404 [  6185] By: gsar                                  on 2000/06/01  08:12:00
24405         Log: remove incorrect documentation about implicit split to @_ in
24406              list context, which never really worked in perl 5 (from
24407              M.J.T. Guy)
24408      Branch: perl
24409            ! pod/perlfunc.pod pod/perltrap.pod
24410 ____________________________________________________________________________
24411 [  6184] By: gsar                                  on 2000/06/01  07:52:27
24412         Log: tweak for change#6127
24413      Branch: perl
24414            ! perl.c
24415 ____________________________________________________________________________
24416 [  6183] By: gsar                                  on 2000/06/01  07:41:02
24417         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
24418              <nick@ccl4.org>)
24419      Branch: perl
24420            + t/lib/selfloader.t
24421            ! MANIFEST lib/SelfLoader.pm
24422 ____________________________________________________________________________
24423 [  6182] By: jhi                                   on 2000/06/01  00:34:42
24424         Log: Be Cleaner Part Deux.
24425      Branch: cfgperl
24426            ! Makefile.SH
24427 ____________________________________________________________________________
24428 [  6181] By: jhi                                   on 2000/06/01  00:32:09
24429         Log: Integrate with Sarathy.
24430      Branch: cfgperl
24431           !> pp.c t/op/arith.t
24432 ____________________________________________________________________________
24433 [  6180] By: jhi                                   on 2000/06/01  00:31:13
24434         Log: microperl nits from Simon Cozens.
24435      Branch: cfgperl
24436            + uconfig.h
24437            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
24438            ! unixish.h
24439 ____________________________________________________________________________
24440 [  6179] By: gsar                                  on 2000/05/31  22:37:51
24441         Log: buggy modulus on UVs introduced by change#3378 (resulted in
24442              4063328477 % 65535 amounting to 27406, instead of 27407)
24443      Branch: perl
24444            ! pp.c t/op/arith.t
24445 ____________________________________________________________________________
24446 [  6178] By: jhi                                   on 2000/05/31  21:52:41
24447         Log: Be cleaner.
24448      Branch: cfgperl
24449            ! Makefile.SH
24450 ____________________________________________________________________________
24451 [  6177] By: jhi                                   on 2000/05/31  21:47:33
24452         Log: Substitution utf8 patch from Simon Cozens.
24453      Branch: cfgperl
24454            ! pp_hot.c
24455 ____________________________________________________________________________
24456 [  6176] By: jhi                                   on 2000/05/31  21:45:34
24457         Log: Single-quoted utf8 patch from Simon Cozens.
24458      Branch: cfgperl
24459            ! toke.c
24460 ____________________________________________________________________________
24461 [  6175] By: jhi                                   on 2000/05/31  21:40:18
24462         Log: Integrate with Sarathy.
24463      Branch: cfgperl
24464           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
24465 ____________________________________________________________________________
24466 [  6174] By: jhi                                   on 2000/05/31  21:37:31
24467         Log: microperl changes from Simon Cozens; Makefile for microperl
24468              written from scratch; few casts added as microperl compilation
24469              doesn't have all prototypes available.
24470      Branch: cfgperl
24471            + Makefile.micro README.micro Todo.micro uconfig.sh
24472            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
24473            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
24474      Branch: metaconfig
24475            + U/modified/Config_h.U
24476 ____________________________________________________________________________
24477 [  6173] By: jhi                                   on 2000/05/31  20:00:24
24478         Log: metaconfig maintenance.
24479      Branch: metaconfig
24480            + U/modified/Inhdr.U U/typedefs/inotype.U
24481      Branch: metaconfig/U/perl
24482            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
24483            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
24484 ____________________________________________________________________________
24485 [  6172] By: gsar                                  on 2000/05/31  05:05:42
24486         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
24487              (from Ilya Zakharevich)
24488      Branch: perl
24489            ! regexec.c t/op/re_tests
24490 ____________________________________________________________________________
24491 [  6171] By: gsar                                  on 2000/05/31  05:01:47
24492         Log: scalar() doesn't force scalar context when used in void context
24493              (from Simon Cozens)
24494      Branch: perl
24495            ! op.c t/op/wantarray.t
24496 ____________________________________________________________________________
24497 [  6170] By: gsar                                  on 2000/05/31  04:41:33
24498         Log: change#6142 needs tweaks to tests to work where there's no symlink()
24499              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
24500      Branch: perl
24501            ! t/lib/filefind.t
24502 ____________________________________________________________________________
24503 [  6169] By: gsar                                  on 2000/05/31  04:29:49
24504         Log: integrate cfgperl contents into mainline
24505      Branch: perl
24506           +> pod/perlmodlib.PL pod/perlnewmod.pod
24507           !> (integrate 42 files)
24508 ____________________________________________________________________________
24509 [  6168] By: jhi                                   on 2000/05/30  22:53:37
24510         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
24511      Branch: cfgperl
24512            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24513            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
24514            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
24515            ! win32/config.bc win32/config.gc win32/config.vc
24516            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24517            ! win32/config_h.PL win32/config_sh.PL
24518      Branch: metaconfig/U/perl
24519            ! perlxv.U
24520 ____________________________________________________________________________
24521 [  6167] By: jhi                                   on 2000/05/30  22:20:21
24522         Log: tweak todo 
24523      Branch: cfgperl
24524            ! Todo-5.6
24525 ____________________________________________________________________________
24526 [  6166] By: jhi                                   on 2000/05/30  22:11:51
24527         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
24528              in case somebody wants to write an extension for more
24529              shadow database interfaces.
24530      Branch: cfgperl
24531            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24532            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
24533            ! vos/config.def vos/config.h vos/config_h.SH_orig
24534            ! win32/config.bc win32/config.gc win32/config.vc
24535            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24536      Branch: metaconfig
24537            ! U/modified/Myinit.U
24538      Branch: metaconfig/U/perl
24539            + d_getespwnam.U d_getprpwnam.U i_prot.U
24540 ____________________________________________________________________________
24541 [  6165] By: jhi                                   on 2000/05/30  18:35:34
24542         Log: Integrate with Sarathy.
24543      Branch: cfgperl
24544           !> op.c
24545 ____________________________________________________________________________
24546 [  6164] By: jhi                                   on 2000/05/30  18:30:16
24547         Log: detypo
24548      Branch: cfgperl
24549            ! Configure config_h.SH
24550      Branch: metaconfig/U/perl
24551            ! perlxv.U
24552 ____________________________________________________________________________
24553 [  6163] By: gsar                                  on 2000/05/30  03:24:03
24554         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
24555      Branch: perl
24556            ! op.c
24557 ____________________________________________________________________________
24558 [  6162] By: gsar                                  on 2000/05/30  03:09:38
24559         Log: fix memory leak in method call optimization (change#3768);
24560              made C<eval "$x->foo()"> leak
24561      Branch: perl
24562            ! op.c
24563 ____________________________________________________________________________
24564 [  6161] By: jhi                                   on 2000/05/29  17:56:26
24565         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
24566              both from Simon Cozens.
24567      Branch: cfgperl
24568            + pod/perlmodlib.PL pod/perlnewmod.pod
24569            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
24570            ! pod/perlmodlib.pod pod/perltoc.pod
24571 ____________________________________________________________________________
24572 [  6160] By: jhi                                   on 2000/05/29  17:23:55
24573         Log: Changes for the File::Temp 0.08 (change #6159) test suite
24574              to fit better into the Perl distribution test framework.
24575      Branch: cfgperl
24576            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
24577            ! t/lib/ftmp-tempfile.t
24578 ____________________________________________________________________________
24579 [  6159] By: jhi                                   on 2000/05/29  16:55:36
24580         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
24581      Branch: cfgperl
24582            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
24583            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
24584 ____________________________________________________________________________
24585 [  6158] By: bailey                                on 2000/05/29  16:22:08
24586         Log: Add fallback to tmpfile for use in cases where user's relying on
24587              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
24588              Lane's patch)
24589      Branch: vmsperl
24590            ! vms/vms.c vms/vmsish.h
24591 ____________________________________________________________________________
24592 [  6157] By: jhi                                   on 2000/05/29  03:10:36
24593         Log: Regen Configure to jive with #6149.
24594      Branch: cfgperl
24595            ! Configure
24596      Branch: metaconfig
24597            ! U/modified/Getfile.U
24598 ____________________________________________________________________________
24599 [  6156] By: jhi                                   on 2000/05/29  03:01:38
24600         Log: Integrate with Sarathy.
24601      Branch: cfgperl
24602           +> ext/DynaLoader/dl_mac.xs
24603           !> (integrate 38 files)
24604 ____________________________________________________________________________
24605 [  6155] By: gsar                                  on 2000/05/28  21:15:58
24606         Log: small bug in change#6144; remove random \xA0 character that snuck
24607              in via change#6145
24608      Branch: perl
24609            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
24610 ____________________________________________________________________________
24611 [  6154] By: gsar                                  on 2000/05/28  21:04:19
24612         Log: avoid type mismatch warning
24613      Branch: perl
24614            ! perl.c
24615 ____________________________________________________________________________
24616 [  6153] By: gsar                                  on 2000/05/28  20:58:31
24617         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
24618              <nick@Bagpuss.uk.boo.com>)
24619      Branch: perl
24620            ! lib/Test/Harness.pm
24621 ____________________________________________________________________________
24622 [  6152] By: gsar                                  on 2000/05/28  20:53:42
24623         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
24624      Branch: perl
24625            ! regexec.c
24626 ____________________________________________________________________________
24627 [  6151] By: gsar                                  on 2000/05/28  20:50:28
24628         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
24629      Branch: perl
24630            ! regexec.c
24631 ____________________________________________________________________________
24632 [  6150] By: gsar                                  on 2000/05/28  20:39:58
24633         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
24634      Branch: perl
24635            ! pod/perlrequick.pod
24636 ____________________________________________________________________________
24637 [  6149] By: gsar                                  on 2000/05/28  20:35:16
24638         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
24639              <troc@netrus.net>)
24640      Branch: perl
24641            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
24642            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
24643            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
24644            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
24645 ____________________________________________________________________________
24646 [  6148] By: gsar                                  on 2000/05/28  20:21:07
24647         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
24648      Branch: perl
24649            ! lib/ExtUtils/MM_Unix.pm
24650 ____________________________________________________________________________
24651 [  6147] By: gsar                                  on 2000/05/28  20:12:41
24652         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
24653              (from Peter Prymmer)
24654      Branch: perl
24655            ! vms/subconfigure.com
24656 ____________________________________________________________________________
24657 [  6146] By: gsar                                  on 2000/05/28  20:06:15
24658         Log: doc typo
24659      Branch: perl
24660            ! lib/warnings.pm warnings.h warnings.pl
24661 ____________________________________________________________________________
24662 [  6145] By: gsar                                  on 2000/05/28  18:44:33
24663         Log: make xsubpp skip embedded pod (from Matthias Neeracher
24664              <neeri@iis.ee.ethz.ch>)
24665      Branch: perl
24666            ! lib/ExtUtils/xsubpp
24667 ____________________________________________________________________________
24668 [  6144] By: gsar                                  on 2000/05/28  18:42:49
24669         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
24670              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
24671              <neeri@iis.ee.ethz.ch>)
24672      Branch: perl
24673            ! lib/AutoSplit.pm
24674 ____________________________________________________________________________
24675 [  6143] By: gsar                                  on 2000/05/28  18:41:12
24676         Log: MacOS support, part 1 (from Matthias Neeracher
24677              <neeri@iis.ee.ethz.ch>)
24678      Branch: perl
24679            + ext/DynaLoader/dl_mac.xs
24680            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
24681            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
24682            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
24683            ! util.h
24684 ____________________________________________________________________________
24685 [  6142] By: gsar                                  on 2000/05/28  18:21:51
24686         Log: File::Find fails to chdir when chasing symlinks (from
24687              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
24688      Branch: perl
24689            ! lib/File/Find.pm t/lib/filefind.t
24690 ____________________________________________________________________________
24691 [  6141] By: jhi                                   on 2000/05/28  14:25:15
24692         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
24693              forwarded by Peter Seebach from the bsdi-users mailing list.
24694              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
24695      Branch: perl
24696            ! hints/bsdos.sh
24697 ____________________________________________________________________________
24698 [  6140] By: jhi                                   on 2000/05/28  14:11:57
24699         Log: Integrate with Sarathy.
24700      Branch: cfgperl
24701           +> (branch 30 files)
24702           !> (integrate 93 files)
24703 ____________________________________________________________________________
24704 [  6139] By: gsar                                  on 2000/05/28  10:01:48
24705         Log: revise mktables.PL for bugs and newness in Unicode 3.0
24706              (from James Bence <jbence@amgen.com>)
24707      Branch: perl
24708            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
24709            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
24710            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
24711            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
24712            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
24713            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
24714            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
24715            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
24716            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
24717            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
24718            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
24719            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
24720            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
24721            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
24722            + lib/unicode/Is/SylWU.pl
24723            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
24724            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
24725            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
24726            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
24727            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
24728            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
24729            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
24730            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
24731            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
24732            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
24733            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
24734            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
24735            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
24736            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
24737            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
24738            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
24739            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
24740            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
24741            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
24742            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
24743            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
24744            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
24745            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
24746            ! lib/unicode/Makefile lib/unicode/mktables.PL
24747 ____________________________________________________________________________
24748 [  6138] By: gsar                                  on 2000/05/28  08:50:32
24749         Log: add note about the handling of negative indices to tied arrays
24750              (from Michael G Schwern <schwern@pobox.com>)
24751      Branch: perl
24752            ! pod/perltie.pod
24753 ____________________________________________________________________________
24754 [  6137] By: gsar                                  on 2000/05/28  08:46:10
24755         Log: fix bogus redeclaration warning for "our" variables in different
24756              scopes
24757      Branch: perl
24758            ! op.c t/pragma/strict-vars
24759 ____________________________________________________________________________
24760 [  6136] By: gsar                                  on 2000/05/28  08:31:20
24761         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
24762      Branch: perl
24763            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
24764 ____________________________________________________________________________
24765 [  6135] By: gsar                                  on 2000/05/28  08:17:50
24766         Log: enable Test::Harness to dynamically determine column width etc.
24767              (from Rob Napier <rnapier@employees.org>)
24768      Branch: perl
24769            ! lib/Test/Harness.pm
24770 ____________________________________________________________________________
24771 [  6134] By: gsar                                  on 2000/05/28  08:13:39
24772         Log: make Test::Harness use wait.h/WCOREDUMP if available
24773              (from Ben Tilly <ben_tilly@hotmail.com>)
24774      Branch: perl
24775            ! lib/Test/Harness.pm
24776 ____________________________________________________________________________
24777 [  6133] By: gsar                                  on 2000/05/28  08:08:05
24778         Log: elide bogus test in change#6132
24779      Branch: perl
24780            ! t/pragma/warn/9enabled
24781 ____________________________________________________________________________
24782 [  6132] By: gsar                                  on 2000/05/28  08:03:14
24783         Log: warnings::enabled() doesn't fall back to looking at $^W if
24784              caller isn't using lexical warnings (from Paul Marquess)
24785      Branch: perl
24786            ! pp_ctl.c t/pragma/warn/9enabled
24787 ____________________________________________________________________________
24788 [  6131] By: gsar                                  on 2000/05/28  07:57:47
24789         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
24790      Branch: perl
24791            ! ext/POSIX/POSIX.pm
24792 ____________________________________________________________________________
24793 [  6130] By: gsar                                  on 2000/05/28  07:29:12
24794         Log: fix places that mean C<"word" character> but say C<alphanumeric
24795              character>
24796      Branch: perl
24797            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
24798 ____________________________________________________________________________
24799 [  6129] By: gsar                                  on 2000/05/28  07:18:41
24800         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
24801      Branch: perl
24802            ! vms/test.com
24803 ____________________________________________________________________________
24804 [  6128] By: gsar                                  on 2000/05/28  07:12:55
24805         Log: new perlxstut example for passing/returning refs to arrays
24806              (from David Lowe <dlowe@pootpoot.com>)
24807      Branch: perl
24808            ! pod/perlxstut.pod
24809 ____________________________________________________________________________
24810 [  6127] By: gsar                                  on 2000/05/28  07:02:50
24811         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
24812              failed (from Gisle Aas)
24813      Branch: perl
24814            ! cop.h perl.c
24815 ____________________________________________________________________________
24816 [  6126] By: gsar                                  on 2000/05/28  06:39:53
24817         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
24818              (reworked variant of patch suggested by Simon Cozens)
24819      Branch: perl
24820            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
24821            ! pp_hot.c proto.h t/op/gv.t
24822 ____________________________________________________________________________
24823 [  6125] By: gsar                                  on 2000/05/28  05:14:55
24824         Log: enable propagating exception objects via Perl_croak() in XS code
24825              (from Gisle Aas)
24826      Branch: perl
24827            ! util.c
24828 ____________________________________________________________________________
24829 [  6124] By: gsar                                  on 2000/05/28  05:07:28
24830         Log: integrate vmsperl contents into mainline
24831      Branch: perl
24832           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
24833           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
24834           !> vms/vmsish.h
24835 ____________________________________________________________________________
24836 [  6123] By: gsar                                  on 2000/05/28  05:03:53
24837         Log: clarify gotcha with #line directives (from Rocco Caputo
24838              <troc@netrus.net>)
24839      Branch: perl
24840            ! pod/perldebug.pod pod/perlsyn.pod
24841 ____________________________________________________________________________
24842 [  6122] By: gsar                                  on 2000/05/28  04:58:29
24843         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
24844              (from Mark-Jason Dominus)
24845      Branch: perl
24846            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
24847            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
24848            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
24849            ! toke.c
24850 ____________________________________________________________________________
24851 [  6121] By: bailey                                on 2000/05/25  04:46:54
24852         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
24853              lists (based on fixes by Craig Berry)
24854      Branch: vmsperl
24855            ! lib/File/Spec/VMS.pm
24856 ____________________________________________________________________________
24857 [  6120] By: bailey                                on 2000/05/25  04:25:38
24858         Log: Add missing escape (Charles Lane)
24859      Branch: vmsperl
24860            ! t/op/lex_assign.t
24861 ____________________________________________________________________________
24862 [  6119] By: bailey                                on 2000/05/25  04:21:25
24863         Log: Quiet error messages in vmsish.t (Charles Lane)
24864      Branch: vmsperl
24865            ! vms/ext/vmsish.t
24866 ____________________________________________________________________________
24867 [  6118] By: bailey                                on 2000/05/25  04:17:57
24868         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
24869              Flatten case labels in switch statements uniformly (Charles Bailey)
24870      Branch: vmsperl
24871            ! vms/vms.c
24872 ____________________________________________________________________________
24873 [  6117] By: bailey                                on 2000/05/25  03:58:09
24874         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
24875      Branch: vmsperl
24876            ! vms/vmsish.h
24877 ____________________________________________________________________________
24878 [  6116] By: bailey                                on 2000/05/25  03:11:15
24879         Log: Miscellaneous cosmetic fixes (Charles Lane)
24880      Branch: vmsperl
24881            ! lib/ExtUtils/MM_VMS.pm
24882 ____________________________________________________________________________
24883 [  6115] By: bailey                                on 2000/05/25  03:10:36
24884         Log: Add bounds checking for several strings (Charles Lane)
24885      Branch: vmsperl
24886            ! vms/vms.c
24887 ____________________________________________________________________________
24888 [  6114] By: bailey                                on 2000/05/25  02:25:34
24889         Log: Urk -- undo previous removal of vmsish 'exit' change
24890      Branch: vmsperl
24891            ! vms/ext/vmsish.pm vms/vmsish.h
24892 ____________________________________________________________________________
24893 [  6113] By: bailey                                on 2000/05/24  02:24:40
24894         Log: Ugly workaround for version-specific RTL error
24895      Branch: vmsperl
24896            ! vms/vms.c
24897 ____________________________________________________________________________
24898 [  6112] By: bailey                                on 2000/05/24  02:19:55
24899         Log: Check for existence of file before trying to delete
24900      Branch: vmsperl
24901            ! vms/test.com
24902 ____________________________________________________________________________
24903 [  6111] By: bailey                                on 2000/05/23  23:35:13
24904         Log: Resync with mainline prior to post-5.6.0 updates
24905      Branch: vmsperl
24906           +> (branch 49 files)
24907            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
24908            ! vms/ext/vmsish.pm
24909           !> (integrate 334 files)
24910 ____________________________________________________________________________
24911 [  6110] By: jhi                                   on 2000/05/23  19:28:32
24912         Log: todo tweak
24913      Branch: cfgperl
24914            ! Todo-5.6
24915 ____________________________________________________________________________
24916 [  6109] By: jhi                                   on 2000/05/18  17:38:54
24917         Log: Integrate with Sarathy.
24918      Branch: cfgperl
24919           !> mg.c perl.h win32/perlhost.h
24920 ____________________________________________________________________________
24921 [  6108] By: gsar                                  on 2000/05/17  02:24:56
24922         Log: reenable fake signal handling on Windows, bugs and all
24923      Branch: perl
24924            ! mg.c perl.h win32/perlhost.h
24925 ____________________________________________________________________________
24926 [  6107] By: jhi                                   on 2000/05/15  18:01:41
24927         Log: Tweak the todo list.
24928      Branch: cfgperl
24929            ! Todo-5.6
24930 ____________________________________________________________________________
24931 [  6106] By: jhi                                   on 2000/05/15  13:41:48
24932         Log: The (Configure) script refuses to go on, after asking for
24933              'You may also choose to try maximal 64-bitness....'.
24934              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
24935              -- Patrick Zima
24936              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
24937      Branch: cfgperl
24938            ! hints/solaris_2.sh
24939 ____________________________________________________________________________
24940 [  6105] By: jhi                                   on 2000/05/11  14:37:43
24941         Log: Integrate with Sarathy.
24942      Branch: cfgperl
24943           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
24944           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
24945 ____________________________________________________________________________
24946 [  6104] By: gsar                                  on 2000/05/11  03:39:07
24947         Log: PL_sys_intern was being initialized too late on windows
24948      Branch: perl
24949            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
24950            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
24951 ____________________________________________________________________________
24952 [  6103] By: jhi                                   on 2000/05/09  19:42:20
24953         Log: Test tweaking for Unicos continues.
24954      Branch: cfgperl
24955            ! t/op/64bitint.t
24956 ____________________________________________________________________________
24957 [  6102] By: jhi                                   on 2000/05/09  16:47:27
24958         Log: The test suite tweak in #6101 wasn't quite right.
24959      Branch: cfgperl
24960            ! t/lib/complex.t
24961 ____________________________________________________________________________
24962 [  6101] By: jhi                                   on 2000/05/09  15:35:34
24963         Log: Hints and test tweaks for Unicos.
24964      Branch: cfgperl
24965            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
24966 ____________________________________________________________________________
24967 [  6100] By: jhi                                   on 2000/05/08  21:15:06
24968         Log: More compilation tweakery from Allen Smith.
24969      Branch: cfgperl
24970            ! hints/irix_6.sh
24971 ____________________________________________________________________________
24972 [  6099] By: jhi                                   on 2000/05/08  19:21:18
24973         Log: Tweaks for the cc bugs from Allen Smith.
24974      Branch: cfgperl
24975            ! hints/irix_6.sh
24976 ____________________________________________________________________________
24977 [  6098] By: jhi                                   on 2000/05/08  19:13:37
24978         Log: Add a note about other, yet unsupported, shadow password APIs.
24979      Branch: cfgperl
24980            ! pp_sys.c
24981 ____________________________________________________________________________
24982 [  6097] By: jhi                                   on 2000/05/08  18:46:34
24983         Log: Add a note about possible compilation problems from Allen Smith.
24984      Branch: cfgperl
24985            ! hints/irix_6.sh
24986 ____________________________________________________________________________
24987 [  6096] By: jhi                                   on 2000/05/08  17:33:10
24988         Log: Integrate with Sarathy.
24989      Branch: cfgperl
24990           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
24991           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
24992 ____________________________________________________________________________
24993 [  6095] By: jhi                                   on 2000/05/08  16:21:33
24994         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
24995              might be useful in future.
24996      Branch: cfgperl
24997            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24998            ! config_h.SH
24999      Branch: metaconfig
25000            ! U/installdirs/inc_version_list.U
25001      Branch: metaconfig/U/perl
25002            ! perlxv.U
25003 ____________________________________________________________________________
25004 [  6094] By: gsar                                  on 2000/05/08  14:22:22
25005         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
25006      Branch: perl
25007            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
25008            ! hints/cygwin.sh pp_sys.c
25009 ____________________________________________________________________________
25010 [  6093] By: gsar                                  on 2000/05/08  12:52:28
25011         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
25012              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
25013      Branch: perl
25014            ! pp_sys.c sv.c win32/perlhost.h
25015 ____________________________________________________________________________
25016 [  6092] By: jhi                                   on 2000/05/07  22:40:34
25017         Log: Regen perltoc with the fixed buildtoc.
25018      Branch: cfgperl
25019            ! pod/perltoc.pod
25020 ____________________________________________________________________________
25021 [  6091] By: jhi                                   on 2000/05/07  22:24:16
25022         Log: Integrate with Sarathy.
25023      Branch: cfgperl
25024           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
25025           !> t/op/substr.t toke.c
25026 ____________________________________________________________________________
25027 [  6090] By: gsar                                  on 2000/05/07  19:47:07
25028         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
25029              [NI]OK; added tests for both
25030      Branch: perl
25031            ! perl.c pp_hot.c sv.c t/op/substr.t
25032 ____________________________________________________________________________
25033 [  6089] By: gsar                                  on 2000/05/07  18:18:38
25034         Log: buildtoc tweak to fix newline lossage
25035      Branch: perl
25036            ! pod/buildtoc
25037 ____________________________________________________________________________
25038 [  6088] By: jhi                                   on 2000/05/07  16:35:36
25039         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
25040              because we do not use those.  The HAS_GETSPNAM remains,
25041              though, because we still do use that.
25042      Branch: cfgperl
25043            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25044            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
25045            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
25046            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
25047            ! win32/config.vc win32/config_H.bc win32/config_H.gc
25048            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
25049 ____________________________________________________________________________
25050 [  6087] By: gsar                                  on 2000/05/07  16:05:16
25051         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
25052      Branch: perl
25053            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
25054 ____________________________________________________________________________
25055 [  6086] By: jhi                                   on 2000/05/07  15:27:07
25056         Log: Integrate with Sarathy.
25057      Branch: cfgperl
25058           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25059           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
25060           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
25061           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
25062           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
25063           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
25064 ____________________________________________________________________________
25065 [  6085] By: gsar                                  on 2000/05/07  05:52:02
25066         Log: repeat operator (x) doesn't preserve utf8-ness
25067      Branch: perl
25068            ! pp.c t/op/substr.t
25069 ____________________________________________________________________________
25070 [  6084] By: gsar                                  on 2000/05/07  05:39:55
25071         Log: substr() does not preserve utf8-ness (from Stefan Eissing
25072              <Eissing@medicaldataservice.de>); added tests
25073      Branch: perl
25074            ! pp.c t/op/substr.t
25075 ____________________________________________________________________________
25076 [  6083] By: gsar                                  on 2000/05/07  05:24:46
25077         Log: note about undocumented caller() return value (from M.J.T. Guy);
25078              yet another peek.t tweak
25079      Branch: perl
25080            ! pod/perlfunc.pod t/lib/peek.t
25081 ____________________________________________________________________________
25082 [  6082] By: gsar                                  on 2000/05/07  05:08:40
25083         Log: peek.t non-portable to ithreads
25084      Branch: perl
25085            ! t/lib/peek.t
25086 ____________________________________________________________________________
25087 [  6081] By: gsar                                  on 2000/05/07  04:17:04
25088         Log: better default perlbug categories for ok reports (from Richard Foley)
25089      Branch: perl
25090            ! utils/perlbug.PL
25091 ____________________________________________________________________________
25092 [  6080] By: gsar                                  on 2000/05/07  04:08:07
25093         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
25094              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
25095      Branch: perl
25096            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25097            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
25098            ! AUTHORS MAINTAIN MANIFEST
25099 ____________________________________________________________________________
25100 [  6079] By: gsar                                  on 2000/05/07  04:01:38
25101         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
25102      Branch: perl
25103            ! lib/Carp/Heavy.pm
25104 ____________________________________________________________________________
25105 [  6078] By: gsar                                  on 2000/05/07  01:24:19
25106         Log: workaround for CRT bug in chdir() (from Charles Lane, via
25107              Peter Prymmer)
25108      Branch: perl
25109            ! iperlsys.h vms/vms.c vms/vmsish.h
25110 ____________________________________________________________________________
25111 [  6077] By: gsar                                  on 2000/05/07  01:22:23
25112         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
25113              and Tom Phoenix)
25114      Branch: perl
25115            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
25116 ____________________________________________________________________________
25117 [  6076] By: gsar                                  on 2000/05/06  17:36:29
25118         Log: integrate cfgperl contents into mainline
25119      Branch: perl
25120           +> t/lib/peek.t
25121           !> Configure MANIFEST Porting/Glossary Porting/config.sh
25122           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
25123           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
25124           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
25125 ____________________________________________________________________________
25126 [  6075] By: jhi                                   on 2000/05/05  18:56:10
25127         Log: Make the test more portable.
25128      Branch: cfgperl
25129            ! t/lib/peek.t
25130 ____________________________________________________________________________
25131 [  6074] By: jhi                                   on 2000/05/05  18:49:20
25132         Log: Introduce t/lib/peek.t.
25133      Branch: cfgperl
25134            + t/lib/peek.t
25135            ! MANIFEST
25136 ____________________________________________________________________________
25137 [  6073] By: jhi                                   on 2000/05/05  14:30:45
25138         Log: Complex tweaks.
25139      Branch: cfgperl
25140            ! lib/Math/Complex.pm t/lib/complex.t
25141 ____________________________________________________________________________
25142 [  6072] By: jhi                                   on 2000/05/05  12:27:13
25143         Log: Integrate with Sarathy.
25144      Branch: cfgperl
25145           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
25146           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
25147           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
25148           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
25149 ____________________________________________________________________________
25150 [  6071] By: gsar                                  on 2000/05/05  02:24:46
25151         Log: misformatted perllocal.pod (from Tim Jenness
25152              <t.jenness@jach.hawaii.edu>)
25153      Branch: perl
25154            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
25155 ____________________________________________________________________________
25156 [  6070] By: gsar                                  on 2000/05/05  02:16:52
25157         Log: remove misleading comment (from M.J.T. Guy)
25158      Branch: perl
25159            ! t/lib/anydbm.t
25160 ____________________________________________________________________________
25161 [  6069] By: gsar                                  on 2000/05/05  02:15:13
25162         Log: File::Spec compatibility update (from Barrie Slaymaker
25163              <barries@slaysys.com>)
25164      Branch: perl
25165            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
25166            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
25167 ____________________________________________________________________________
25168 [  6068] By: gsar                                  on 2000/05/05  02:01:50
25169         Log: note about values()
25170      Branch: perl
25171            ! pod/perlfunc.pod
25172 ____________________________________________________________________________
25173 [  6067] By: gsar                                  on 2000/05/05  01:33:09
25174         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
25175      Branch: perl
25176            ! win32/win32.c
25177 ____________________________________________________________________________
25178 [  6066] By: gsar                                  on 2000/05/05  01:23:43
25179         Log: s/END/CHECK/
25180      Branch: perl
25181            ! perl.c
25182 ____________________________________________________________________________
25183 [  6065] By: jhi                                   on 2000/05/04  17:30:22
25184         Log: Integrate with Sarathy.
25185      Branch: cfgperl
25186           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
25187 ____________________________________________________________________________
25188 [  6064] By: gsar                                  on 2000/05/04  17:26:14
25189         Log: change#5905 wasn't quite right--it's intent only applies when arguments
25190              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
25191      Branch: perl
25192            ! pp_sys.c sv.c
25193 ____________________________________________________________________________
25194 [  6063] By: gsar                                  on 2000/05/04  16:52:29
25195         Log: tokeq() could read unallocated field in argument
25196      Branch: perl
25197            ! toke.c
25198 ____________________________________________________________________________
25199 [  6062] By: gsar                                  on 2000/05/04  16:34:51
25200         Log: additional tests for utf8.t
25201      Branch: perl
25202            ! t/pragma/utf8.t
25203 ____________________________________________________________________________
25204 [  6061] By: gsar                                  on 2000/05/04  16:09:28
25205         Log: change#5921 neglected to make eq honor "use bytes"
25206      Branch: perl
25207            ! sv.c
25208 ____________________________________________________________________________
25209 [  6060] By: jhi                                   on 2000/05/04  15:30:16
25210         Log: Integrate with Sarathy.
25211      Branch: cfgperl
25212           !> perl.c regcomp.c t/pragma/utf8.t
25213 ____________________________________________________________________________
25214 [  6059] By: jhi                                   on 2000/05/04  15:26:37
25215         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
25216              in natively 64-bit platforms where a long is a quad (no need
25217              for long longs).  Also added bias for IVs.
25218      Branch: cfgperl
25219            ! toke.c
25220 ____________________________________________________________________________
25221 [  6058] By: gsar                                  on 2000/05/04  00:19:14
25222         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
25223              (spotted by Donald Kinzer <dkinzer@premia.com>)
25224      Branch: perl
25225            ! perl.c
25226 ____________________________________________________________________________
25227 [  6057] By: gsar                                  on 2000/05/03  18:34:01
25228         Log: fix broken parsing of /\x{ab}/
25229      Branch: perl
25230            ! regcomp.c t/pragma/utf8.t
25231 ____________________________________________________________________________
25232 [  6056] By: jhi                                   on 2000/05/03  17:57:16
25233         Log: The search of infinity continues, this time simplified.
25234      Branch: cfgperl
25235            ! lib/Math/Complex.pm
25236 ____________________________________________________________________________
25237 [  6055] By: jhi                                   on 2000/05/03  17:45:30
25238         Log: Detypo.
25239      Branch: cfgperl
25240            ! hints/unicos.sh
25241 ____________________________________________________________________________
25242 [  6054] By: jhi                                   on 2000/05/02  22:28:27
25243         Log: Be more forgiving in POSIX about HUGE_VALL.
25244      Branch: cfgperl
25245            ! ext/POSIX/POSIX.xs
25246 ____________________________________________________________________________
25247 [  6053] By: jhi                                   on 2000/05/02  22:25:05
25248         Log: Integrate with Sarathy.
25249      Branch: cfgperl
25250           !> hints/irix_6.sh pod/perlop.pod
25251 ____________________________________________________________________________
25252 [  6052] By: jhi                                   on 2000/05/02  22:24:31
25253         Log: Unicos hint tweak.
25254      Branch: cfgperl
25255            ! hints/unicos.sh
25256 ____________________________________________________________________________
25257 [  6051] By: jhi                                   on 2000/05/02  22:21:26
25258         Log: Complex tweakery.
25259      Branch: cfgperl
25260            ! lib/Math/Complex.pm t/lib/complex.t
25261 ____________________________________________________________________________
25262 [  6050] By: jhi                                   on 2000/05/02  19:26:22
25263         Log: Use setxxent()/endxxent().
25264      Branch: cfgperl
25265            ! t/op/grent.t t/op/pwent.t
25266 ____________________________________________________________________________
25267 [  6049] By: jhi                                   on 2000/05/02  19:06:02
25268         Log: Test both the scalar and list contexts.
25269      Branch: cfgperl
25270            ! t/op/grent.t t/op/pwent.t
25271 ____________________________________________________________________________
25272 [  6048] By: gsar                                  on 2000/05/02  18:29:10
25273         Log: add note about how $( doesn't interpolate in REs (from
25274              Philip Newton <newton@ficus.frogspace.net>)
25275      Branch: perl
25276            ! pod/perlop.pod
25277 ____________________________________________________________________________
25278 [  6047] By: jhi                                   on 2000/05/02  17:41:24
25279         Log: Call getspnam() only iff needd.
25280      Branch: cfgperl
25281            ! pp_sys.c
25282 ____________________________________________________________________________
25283 [  6046] By: gsar                                  on 2000/05/02  17:07:25
25284         Log: libscheck has insufficient checks for n32 libs (from
25285              Albert Chin-A-Young <china@thewrittenword.com>)
25286      Branch: perl
25287            ! hints/irix_6.sh
25288 ____________________________________________________________________________
25289 [  6045] By: jhi                                   on 2000/05/02  13:57:17
25290         Log: Integrate with Sarathy.
25291      Branch: cfgperl
25292           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
25293           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
25294 ____________________________________________________________________________
25295 [  6044] By: gsar                                  on 2000/05/02  06:48:19
25296         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
25297              such that underscores are only ignored in literal numbers,
25298              "\x{...}", and hex/oct argument
25299      Branch: perl
25300            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
25301 ____________________________________________________________________________
25302 [  6043] By: gsar                                  on 2000/05/02  02:22:29
25303         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
25304      Branch: perl
25305            ! pod/perlretut.pod
25306 ____________________________________________________________________________
25307 [  6042] By: gsar                                  on 2000/05/02  02:17:51
25308         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
25309      Branch: perl
25310            ! pod/perltrap.pod
25311 ____________________________________________________________________________
25312 [  6041] By: gsar                                  on 2000/05/02  01:53:51
25313         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
25314              to compensate
25315      Branch: perl
25316            ! Porting/makerel
25317 ____________________________________________________________________________
25318 [  6040] By: gsar                                  on 2000/05/02  01:51:57
25319         Log: missing files in MANIFEST
25320      Branch: perl
25321            ! MANIFEST
25322 ____________________________________________________________________________
25323 [  6039] By: jhi                                   on 2000/05/02  00:36:46
25324         Log: Infinite problems.
25325      Branch: cfgperl
25326            ! lib/Math/Complex.pm
25327 ____________________________________________________________________________
25328 [  6038] By: jhi                                   on 2000/05/02  00:06:38
25329         Log: pwent/spent #ifdef imbalance.
25330      Branch: cfgperl
25331            ! pp_sys.c
25332 ____________________________________________________________________________
25333 [  6037] By: jhi                                   on 2000/05/01  22:50:11
25334         Log: Use HUGE_VALL if applicable.
25335      Branch: cfgperl
25336            ! ext/POSIX/POSIX.xs util.c
25337 ____________________________________________________________________________
25338 [  6036] By: jhi                                   on 2000/05/01  22:20:53
25339         Log: Correct Freudian slip.
25340      Branch: cfgperl
25341            ! pp_sys.c
25342 ____________________________________________________________________________
25343 [  6035] By: jhi                                   on 2000/05/01  21:07:38
25344         Log: Continue on the pwent/spent case.
25345      Branch: cfgperl
25346            ! pp_sys.c
25347 ____________________________________________________________________________
25348 [  6034] By: jhi                                   on 2000/05/01  17:45:14
25349         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
25350              adjustments in 6032 conflicted badly with this, will have
25351              to revisit them later.
25352      Branch: cfgperl
25353           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
25354           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
25355           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
25356           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
25357           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
25358           !> t/lib/cgi-html.t t/lib/cgi-request.t
25359 ____________________________________________________________________________
25360 [  6033] By: jhi                                   on 2000/05/01  17:40:49
25361         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
25362      Branch: cfgperl
25363            ! pp_sys.c
25364 ____________________________________________________________________________
25365 [  6032] By: gsar                                  on 2000/05/01  15:56:32
25366         Log: whitespace adjustments
25367      Branch: perl
25368            ! pp_sys.c
25369 ____________________________________________________________________________
25370 [  6031] By: gsar                                  on 2000/05/01  15:19:41
25371         Log: small nits in diagnostics.pm (from Robin Barker)
25372      Branch: perl
25373            ! lib/diagnostics.pm pod/perldiag.pod
25374 ____________________________________________________________________________
25375 [  6030] By: gsar                                  on 2000/05/01  08:39:18
25376         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
25377              for @- and @+ (from Johan Vromans)
25378      Branch: perl
25379            ! lib/English.pm pod/perlvar.pod
25380 ____________________________________________________________________________
25381 [  6029] By: gsar                                  on 2000/05/01  08:16:10
25382         Log: add CGI.pm v2.66 (from Lincoln Stein)
25383      Branch: perl
25384            + lib/CGI/Util.pm t/lib/cgi-pretty.t
25385            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
25386            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
25387            ! t/lib/cgi-html.t t/lib/cgi-request.t
25388 ____________________________________________________________________________
25389 [  6028] By: gsar                                  on 2000/05/01  06:34:41
25390         Log: Pod::Man generates groff-incompatible macro definition (from
25391              Tom Christiansen)
25392      Branch: perl
25393            ! lib/Pod/Man.pm
25394 ____________________________________________________________________________
25395 [  6027] By: gsar                                  on 2000/05/01  06:31:36
25396         Log: podlators-1.02 update (from Russ Allbery)
25397      Branch: perl
25398            ! lib/Pod/Man.pm lib/Pod/Text.pm
25399 ____________________________________________________________________________
25400 [  6026] By: jhi                                   on 2000/04/30  23:24:23
25401         Log: Integrate with Sarathy.
25402      Branch: cfgperl
25403           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
25404           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
25405           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
25406           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
25407           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
25408           !> t/lib/syslog.t toke.c win32/win32.h
25409 ____________________________________________________________________________
25410 [  6025] By: gsar                                  on 2000/04/30  18:17:47
25411         Log: Is{Alnum,Alpha,Word} don't match titlecase
25412              
25413              TODO: IsSpace is defined recursively!
25414              
25415              (both spotted by Larry)
25416      Branch: perl
25417            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
25418            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
25419 ____________________________________________________________________________
25420 [  6024] By: gsar                                  on 2000/04/30  17:50:19
25421         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
25422              (from Hugo van der Sanden)
25423      Branch: perl
25424            ! toke.c
25425 ____________________________________________________________________________
25426 [  6023] By: gsar                                  on 2000/04/30  17:14:43
25427         Log: debugger stomps on $. (from M.J.T. Guy)
25428      Branch: perl
25429            ! lib/perl5db.pl
25430 ____________________________________________________________________________
25431 [  6022] By: gsar                                  on 2000/04/30  16:59:22
25432         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
25433      Branch: perl
25434            ! sv.c
25435 ____________________________________________________________________________
25436 [  6021] By: gsar                                  on 2000/04/29  21:00:08
25437         Log: remove Win2K issue in pod (fixed by change#6020)
25438      Branch: perl
25439            ! README.win32 pod/perl56delta.pod
25440 ____________________________________________________________________________
25441 [  6020] By: gsar                                  on 2000/04/29  20:51:49
25442         Log: test tweak
25443      Branch: perl
25444            ! t/lib/open3.t
25445 ____________________________________________________________________________
25446 [  6019] By: gsar                                  on 2000/04/29  20:34:27
25447         Log: windows portability tweaks
25448      Branch: perl
25449            ! t/lib/b.t win32/win32.h
25450 ____________________________________________________________________________
25451 [  6018] By: gsar                                  on 2000/04/29  19:55:24
25452         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
25453              make _PATH_LOG() return "" if unavailable
25454      Branch: perl
25455            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
25456            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
25457 ____________________________________________________________________________
25458 [  6017] By: jhi                                   on 2000/04/28  22:49:46
25459         Log: Integrate with Sarathy.
25460      Branch: cfgperl
25461           !> op.c perl.c pod/perldiag.pod t/lib/b.t
25462 ____________________________________________________________________________
25463 [  6016] By: jhi                                   on 2000/04/28  22:46:14
25464         Log: Do not warn that an infinity does not look like a number.
25465      Branch: cfgperl
25466            ! sv.c
25467 ____________________________________________________________________________
25468 [  6015] By: gsar                                  on 2000/04/28  22:35:49
25469         Log: tweak test for portability
25470      Branch: perl
25471            ! t/lib/b.t
25472 ____________________________________________________________________________
25473 [  6014] By: gsar                                  on 2000/04/28  22:05:31
25474         Log: glob() loading File::Glob behind the scenes may cause syntax errors
25475      Branch: perl
25476            ! op.c
25477 ____________________________________________________________________________
25478 [  6013] By: gsar                                  on 2000/04/28  21:25:22
25479         Log: tweak change#5945 to display correct switch name in diagnostic
25480      Branch: perl
25481            ! perl.c pod/perldiag.pod
25482 ____________________________________________________________________________
25483 [  6012] By: jhi                                   on 2000/04/28  21:08:12
25484         Log: Integrate with Sarathy.
25485      Branch: cfgperl
25486           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
25487           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
25488           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
25489 ____________________________________________________________________________
25490 [  6011] By: jhi                                   on 2000/04/28  21:04:46
25491         Log: &HUGE_VAL is not defined, it exists.
25492      Branch: cfgperl
25493            ! lib/Math/Complex.pm
25494 ____________________________________________________________________________
25495 [  6010] By: gsar                                  on 2000/04/28  21:02:58
25496         Log: clarify note about shadow password support (from
25497              gellyfish@gellyfish.com)
25498      Branch: perl
25499            ! pod/perlfunc.pod
25500 ____________________________________________________________________________
25501 [  6009] By: gsar                                  on 2000/04/28  21:00:00
25502         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
25503      Branch: perl
25504            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
25505 ____________________________________________________________________________
25506 [  6008] By: gsar                                  on 2000/04/28  20:56:33
25507         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
25508      Branch: perl
25509            ! installperl vms/subconfigure.com
25510 ____________________________________________________________________________
25511 [  6007] By: gsar                                  on 2000/04/28  20:51:21
25512         Log: note about compile failures and END blocks (from M.J.T. Guy)
25513      Branch: perl
25514            ! pod/perl56delta.pod pod/perlmod.pod
25515 ____________________________________________________________________________
25516 [  6006] By: jhi                                   on 2000/04/28  20:42:14
25517         Log: Regen Configure.
25518      Branch: cfgperl
25519            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25520            ! config_h.SH
25521 ____________________________________________________________________________
25522 [  6005] By: gsar                                  on 2000/04/28  20:41:16
25523         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
25524      Branch: perl
25525            ! utils/perldoc.PL
25526 ____________________________________________________________________________
25527 [  6004] By: jhi                                   on 2000/04/28  20:28:21
25528         Log: Integrate with Sarathy.
25529      Branch: cfgperl
25530           !> Configure INSTALL Porting/Glossary Porting/config.sh
25531           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
25532           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
25533           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
25534           !> win32/config.vc win32/win32.c
25535 ____________________________________________________________________________
25536 [  6003] By: gsar                                  on 2000/04/28  20:11:20
25537         Log: allow REG_EXPAND_SZ keys in Windows registry (from
25538              John Clayton <John.Clayton@barclayscapital.com>)
25539      Branch: perl
25540            ! win32/win32.c
25541 ____________________________________________________________________________
25542 [  6002] By: gsar                                  on 2000/04/28  19:34:16
25543         Log: destructive sv_setsv() can lose UV-ness from source, causing
25544              numeric promotions/comparisons to fail to do the right thing
25545      Branch: perl
25546            ! sv.c
25547 ____________________________________________________________________________
25548 [  6001] By: gsar                                  on 2000/04/28  18:44:15
25549         Log: support additional library locations via $Config{otherlibdirs}
25550              (from Andy Dougherty)
25551      Branch: perl
25552            ! Configure INSTALL Porting/Glossary Porting/config.sh
25553            ! Porting/config_H config_h.SH epoc/config.sh perl.c
25554            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
25555            ! win32/config.bc win32/config.gc win32/config.vc
25556 ____________________________________________________________________________
25557 [  6000] By: gsar                                  on 2000/04/28  18:26:58
25558         Log: reworked otherlibdirs.U (from Andy Dougherty)
25559      Branch: metaconfig
25560            ! U/installdirs/otherlibdirs.U
25561 ____________________________________________________________________________
25562 [  5999] By: gsar                                  on 2000/04/28  18:17:07
25563         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
25564      Branch: perl
25565            ! t/pragma/warn/toke toke.c
25566 ____________________________________________________________________________
25567 [  5998] By: jhi                                   on 2000/04/28  13:32:17
25568         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
25569      Branch: cfgperl
25570            ! lib/Math/Complex.pm
25571 ____________________________________________________________________________
25572 [  5997] By: jhi                                   on 2000/04/28  13:14:04
25573         Log: Preserve $!.
25574      Branch: cfgperl
25575            ! lib/Math/Complex.pm
25576 ____________________________________________________________________________
25577 [  5996] By: jhi                                   on 2000/04/28  12:59:23
25578         Log: Integrate with Sarathy.
25579      Branch: cfgperl
25580           +> pod/perlrequick.pod pod/perlretut.pod
25581           !> (integrate 51 files)
25582 ____________________________________________________________________________
25583 [  5995] By: gsar                                  on 2000/04/28  09:37:36
25584         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
25585      Branch: perl
25586            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
25587 ____________________________________________________________________________
25588 [  5994] By: gsar                                  on 2000/04/28  09:33:26
25589         Log: fix for missed accounting for null byte in pack("Z",...) (from
25590              M.J.T. Guy)
25591      Branch: perl
25592            ! pp.c t/op/pack.t
25593 ____________________________________________________________________________
25594 [  5993] By: gsar                                  on 2000/04/28  09:30:05
25595         Log: various minor tweaks seen on p5p
25596      Branch: perl
25597            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
25598 ____________________________________________________________________________
25599 [  5992] By: gsar                                  on 2000/04/28  09:08:19
25600         Log: pod nit (from Simon Cozens)
25601      Branch: perl
25602            ! pod/perlop.pod
25603 ____________________________________________________________________________
25604 [  5991] By: gsar                                  on 2000/04/28  09:06:36
25605         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
25606      Branch: perl
25607            ! README.posix-bc hints/posix-bc.sh
25608 ____________________________________________________________________________
25609 [  5990] By: gsar                                  on 2000/04/28  08:54:52
25610         Log: use $ENV{LIB} to search for libs under Visual C compiler
25611              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
25612      Branch: perl
25613            ! lib/ExtUtils/Liblist.pm
25614 ____________________________________________________________________________
25615 [  5989] By: gsar                                  on 2000/04/28  08:27:12
25616         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
25617              itself and no other (from Tom Hughes)
25618      Branch: perl
25619            ! t/op/array.t toke.c
25620 ____________________________________________________________________________
25621 [  5988] By: gsar                                  on 2000/04/28  08:01:38
25622         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
25623              <paul@miraclefish.com>)
25624      Branch: perl
25625            ! lib/ExtUtils/MakeMaker.pm
25626 ____________________________________________________________________________
25627 [  5987] By: gsar                                  on 2000/04/28  07:53:09
25628         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
25629      Branch: perl
25630            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
25631 ____________________________________________________________________________
25632 [  5986] By: gsar                                  on 2000/04/28  07:44:17
25633         Log: add regular expressions tutorial and quick-start guide (from
25634              Mark Kvale <kvale@phy.ucsf.edu>)
25635      Branch: perl
25636            + pod/perlrequick.pod pod/perlretut.pod
25637            ! AUTHORS MAINTAIN MANIFEST
25638 ____________________________________________________________________________
25639 [  5985] By: gsar                                  on 2000/04/28  07:30:28
25640         Log: forked child may not exit correctly if it failed to open
25641              /dev/console (from Graham Barr)
25642      Branch: perl
25643            ! ext/Sys/Syslog/Syslog.pm
25644 ____________________________________________________________________________
25645 [  5984] By: gsar                                  on 2000/04/28  07:27:20
25646         Log: attributes::reftype() doesn't work on tied argument
25647      Branch: perl
25648            ! xsutils.c
25649 ____________________________________________________________________________
25650 [  5983] By: gsar                                  on 2000/04/28  07:15:04
25651         Log: numeric conversion of non-number in change#3378 tramples on
25652              OOK offset, causing segfaults
25653      Branch: perl
25654            ! sv.c
25655 ____________________________________________________________________________
25656 [  5982] By: gsar                                  on 2000/04/28  04:48:25
25657         Log: avoid error in IO::Socket::INET when given an unknown service name
25658              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
25659      Branch: perl
25660            ! ext/IO/lib/IO/Socket/INET.pm
25661 ____________________________________________________________________________
25662 [  5981] By: gsar                                  on 2000/04/28  04:31:31
25663         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
25664              prototype mismatch with CORE::glob(); update pod and tests to
25665              suit (File::Glob::glob() is still available for backward
25666              compatibility, but should be considered deprecated)
25667      Branch: perl
25668            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
25669            ! t/lib/glob-taint.t
25670 ____________________________________________________________________________
25671 [  5980] By: gsar                                  on 2000/04/28  03:47:29
25672         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
25673              <ghudson@mit.edu>)
25674      Branch: metaconfig
25675            ! U/modified/Options.U
25676      Branch: perl
25677            ! Configure
25678 ____________________________________________________________________________
25679 [  5979] By: gsar                                  on 2000/04/28  03:07:54
25680         Log: under useithreads, constant pad entries could inadvertantly be
25681              shared across threads (from Eric Blood <eblood@xmission.com>);
25682              added Eric's test case to testsuite
25683      Branch: perl
25684            ! op.c t/op/misc.t
25685 ____________________________________________________________________________
25686 [  5978] By: gsar                                  on 2000/04/27  21:13:00
25687         Log: sync version numbers in File::Spec with the ones on CPAN
25688              (from Barrie Slaymaker)
25689      Branch: perl
25690            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
25691            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
25692            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
25693 ____________________________________________________________________________
25694 [  5977] By: gsar                                  on 2000/04/27  21:07:29
25695         Log: autoquote barewords followed by newline and arrow properly
25696              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
25697      Branch: perl
25698            ! t/pragma/warn/toke toke.c
25699 ____________________________________________________________________________
25700 [  5976] By: gsar                                  on 2000/04/27  20:41:20
25701         Log: DB_File v1.73 update (from Paul Marquess)
25702      Branch: perl
25703            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25704            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
25705 ____________________________________________________________________________
25706 [  5975] By: gsar                                  on 2000/04/27  20:34:24
25707         Log: allow sort() reentrancy (variant of patch suggested by
25708              Hugo van der Sanden)
25709      Branch: perl
25710            ! pp_ctl.c t/op/sort.t
25711 ____________________________________________________________________________
25712 [  5974] By: gsar                                  on 2000/04/27  19:46:57
25713         Log: change#4197 somehow missed initializing PL_errors, meaning
25714              sytax error queueing wasn't working outside eval"" at all;
25715              also fixed eval"" to localize PL_error_count, so that compile-time
25716              eval's don't clobber the error state of the outer context
25717      Branch: perl
25718            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
25719            ! t/pragma/warn/toke
25720 ____________________________________________________________________________
25721 [  5973] By: gsar                                  on 2000/04/27  18:29:05
25722         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
25723      Branch: perl
25724            ! regcomp.c regexec.c t/op/re_tests
25725 ____________________________________________________________________________
25726 [  5972] By: jhi                                   on 2000/04/27  18:22:41
25727         Log: Integrate with Sarathy.
25728      Branch: cfgperl
25729           +> t/lib/b.t t/lib/syslog.t
25730           !> (integrate 31 files)
25731 ____________________________________________________________________________
25732 [  5971] By: jhi                                   on 2000/04/27  18:18:46
25733         Log: Unicos tweaks from Mark P. Lutz.
25734      Branch: cfgperl
25735            ! hints/unicos.sh lib/Math/Complex.pm
25736 ____________________________________________________________________________
25737 [  5970] By: gsar                                  on 2000/04/27  18:05:11
25738         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
25739              IV is >32bits
25740      Branch: perl
25741            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
25742 ____________________________________________________________________________
25743 [  5969] By: gsar                                  on 2000/04/27  17:50:56
25744         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
25745      Branch: perl
25746            + t/lib/syslog.t
25747            ! MANIFEST ext/Sys/Syslog/Syslog.pm
25748 ____________________________________________________________________________
25749 [  5968] By: gsar                                  on 2000/04/27  17:44:49
25750         Log: tolerate spaces in group names in test on solaris (from David Boyce
25751              <dsb@boyski.com>)
25752      Branch: perl
25753            ! t/op/groups.t
25754 ____________________________________________________________________________
25755 [  5967] By: gsar                                  on 2000/04/27  17:41:22
25756         Log: improved docs on the warn_uninit diagnostic (from David Glasser
25757              and Simon Cozens)
25758      Branch: perl
25759            ! pod/perldiag.pod
25760 ____________________________________________________________________________
25761 [  5966] By: gsar                                  on 2000/04/27  16:54:58
25762         Log: add testsuite for B backends, fix bug in B::Deparse (from
25763              Simon Cozens <simon@brecon.co.uk>)
25764      Branch: perl
25765            + t/lib/b.t
25766            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
25767 ____________________________________________________________________________
25768 [  5965] By: gsar                                  on 2000/04/27  16:10:37
25769         Log: avoid "will not stay shared" warnings for our variables (from
25770              Robin Barker)
25771      Branch: perl
25772            ! op.c t/pragma/warn/op
25773 ____________________________________________________________________________
25774 [  5964] By: gsar                                  on 2000/04/27  07:05:05
25775         Log: reformat to 72 columns (again)
25776      Branch: perl
25777            ! pod/perldiag.pod
25778 ____________________________________________________________________________
25779 [  5963] By: gsar                                  on 2000/04/27  06:28:31
25780         Log: patch from Larry to make (\&) prototype work; added tests for
25781              the same
25782      Branch: perl
25783            ! op.c t/comp/proto.t
25784 ____________________________________________________________________________
25785 [  5962] By: gsar                                  on 2000/04/27  06:15:47
25786         Log: updated README.hpux (from Jeff Okamoto)
25787      Branch: perl
25788            ! README.hpux
25789 ____________________________________________________________________________
25790 [  5961] By: gsar                                  on 2000/04/27  05:55:03
25791         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
25792      Branch: perl
25793            ! emacs/cperl-mode.el
25794 ____________________________________________________________________________
25795 [  5960] By: gsar                                  on 2000/04/27  05:49:26
25796         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
25797      Branch: perl
25798            ! INSTALL
25799 ____________________________________________________________________________
25800 [  5959] By: gsar                                  on 2000/04/27  05:33:41
25801         Log: doubled words in pods (from Simon Cozens
25802              <simon.p.cozens@jp.pwcglobal.com>)
25803      Branch: perl
25804            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
25805            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
25806            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
25807            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
25808            ! pod/perltootc.pod
25809 ____________________________________________________________________________
25810 [  5958] By: gsar                                  on 2000/04/27  05:11:39
25811         Log: change#3569 deleted some essential code, revert; avoid use of
25812              atexit() to make DynaLoader work properly on AIX under mod_perl
25813              (from Jens-Uwe Mager <jum@helios.de>)
25814      Branch: perl
25815            ! ext/DynaLoader/dl_aix.xs
25816 ____________________________________________________________________________
25817 [  5957] By: gsar                                  on 2000/04/27  04:54:51
25818         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
25819      Branch: perl
25820            ! pod/perlmod.pod
25821 ____________________________________________________________________________
25822 [  5956] By: gsar                                  on 2000/04/27  04:51:47
25823         Log: better diagnostics on failed tests (from Ilya Zakharevich)
25824      Branch: perl
25825            ! t/op/lex_assign.t
25826 ____________________________________________________________________________
25827 [  5955] By: gsar                                  on 2000/04/27  04:26:44
25828         Log: longstanding bug exposed by change#3307: sort arguments weren't
25829              compiled with the right wantarray context (ensuing runtime lookup
25830              via block_gimme() was getting the incidental context of the
25831              sort() itself)
25832      Branch: perl
25833            ! op.c t/op/sort.t
25834 ____________________________________________________________________________
25835 [  5954] By: gsar                                  on 2000/04/26  23:42:12
25836         Log: integrate cfgperl contents into mainline
25837      Branch: perl
25838           !> (integrate 30 files)
25839 ____________________________________________________________________________
25840 [  5953] By: jhi                                   on 2000/04/26  23:06:42
25841         Log: Integrate with Sarathy.
25842      Branch: cfgperl
25843           !> README.win32 ext/B/B/Deparse.pm
25844           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
25845           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
25846           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
25847           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
25848           !> utils/perldoc.PL vms/perlvms.pod
25849 ____________________________________________________________________________
25850 [  5952] By: jhi                                   on 2000/04/26  23:03:46
25851         Log: Undo "use integer" addition from 64bitint as it seems
25852              to break most of the subtests in Digital UNIX;
25853              Unicos needs to find another way.
25854      Branch: cfgperl
25855            ! t/op/64bitint.t
25856 ____________________________________________________________________________
25857 [  5951] By: jhi                                   on 2000/04/26  22:57:53
25858         Log: Be more robust on "extreme" (large absolute value)
25859              arguments.  Originally reported by Daniel Connelly
25860              as a problem with asinh() on large negative arguments,
25861              asinh() used to bail out because an argument to log()
25862              ended up being zero.  Ilya Zakharevich proposed using
25863              Taylor's series in such cases, which for such large
25864              arguments is a very good approximation.
25865      Branch: cfgperl
25866            ! lib/Math/Complex.pm t/lib/complex.t
25867 ____________________________________________________________________________
25868 [  5950] By: gsar                                  on 2000/04/25  19:13:12
25869         Log: reformat perldiag to avoid long lines
25870      Branch: perl
25871            ! pod/perldiag.pod
25872 ____________________________________________________________________________
25873 [  5949] By: gsar                                  on 2000/04/25  18:41:11
25874         Log: make perldoc use the pod2man from the same version (from
25875              M.J.T. Guy)
25876      Branch: perl
25877            ! utils/perldoc.PL
25878 ____________________________________________________________________________
25879 [  5948] By: gsar                                  on 2000/04/25  18:21:57
25880         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
25881              <kompas@kompas.usr.onet.pl>)
25882      Branch: perl
25883            ! lib/vars.pm
25884 ____________________________________________________________________________
25885 [  5947] By: gsar                                  on 2000/04/25  18:11:53
25886         Log: use &dl_error rather than &dl_load_file as the guard for calling
25887              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
25888              statically built perl)
25889      Branch: perl
25890            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
25891 ____________________________________________________________________________
25892 [  5946] By: jhi                                   on 2000/04/25  17:37:54
25893         Log: Document that tr() is not tr(1).
25894      Branch: cfgperl
25895            ! pod/perlop.pod
25896 ____________________________________________________________________________
25897 [  5945] By: gsar                                  on 2000/04/25  16:34:33
25898         Log: make module name mandatory after -M switch; reorder perldiag
25899              alphabetically (from Mark-Jason Dominus)
25900      Branch: perl
25901            ! perl.c pod/perldiag.pod
25902 ____________________________________________________________________________
25903 [  5944] By: jhi                                   on 2000/04/25  01:15:18
25904         Log: On second thoughts frexp() does have two arguments.
25905      Branch: cfgperl
25906            ! perl.h
25907 ____________________________________________________________________________
25908 [  5943] By: jhi                                   on 2000/04/24  22:56:32
25909         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
25910              Now pp_ncmp() returns undef is either operand is a NaN.
25911      Branch: cfgperl
25912            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25913            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
25914            ! vms/subconfigure.com vos/config.def vos/config.h
25915            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
25916            ! win32/config.vc win32/config_H.bc win32/config_H.gc
25917            ! win32/config_H.vc
25918      Branch: metaconfig/U/perl
25919            + d_modfl.U
25920 ____________________________________________________________________________
25921 [  5942] By: jhi                                   on 2000/04/24  19:45:17
25922         Log: Regen Configure to match #5937.
25923      Branch: cfgperl
25924            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25925            ! config_h.SH
25926      Branch: metaconfig
25927            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
25928 ____________________________________________________________________________
25929 [  5941] By: jhi                                   on 2000/04/24  19:24:11
25930         Log: Further Unicos fixes for Mark Lutz.
25931      Branch: cfgperl
25932            ! hints/unicos.sh pp_ctl.c
25933 ____________________________________________________________________________
25934 [  5940] By: jhi                                   on 2000/04/24  19:09:06
25935         Log: Various Unicos 10.0.0.6 fixes.
25936              
25937              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
25938              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
25939              Reply-To: tecmpl1@triton.ca.boeing.com 
25940              To: perl5-porters@perl.org 
25941              Date: Fri, 14 Apr 2000 20:21:00 GMT 
25942              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
25943      Branch: cfgperl
25944            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
25945 ____________________________________________________________________________
25946 [  5939] By: gsar                                  on 2000/04/24  19:01:24
25947         Log: more pod nits (from Larry Virden)
25948      Branch: perl
25949            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
25950            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
25951            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
25952 ____________________________________________________________________________
25953 [  5938] By: gsar                                  on 2000/04/24  18:54:01
25954         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
25955      Branch: perl
25956            ! ext/B/B/Deparse.pm
25957 ____________________________________________________________________________
25958 [  5937] By: jhi                                   on 2000/04/24  17:39:00
25959         Log: Integrate with Sarathy.
25960      Branch: cfgperl
25961           +> (branch 31 files)
25962           !> (integrate 73 files)
25963 ____________________________________________________________________________
25964 [  5936] By: gsar                                  on 2000/04/24  17:30:06
25965         Log: additional tests for change#5934 (from Paul Marquess, who also
25966              sent in the same fix)
25967      Branch: perl
25968            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
25969            ! t/pragma/warn/5nolint t/pragma/warn/6default
25970 ____________________________________________________________________________
25971 [  5935] By: jhi                                   on 2000/04/24  17:26:05
25972         Log: Do not assume sign propagation.
25973              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
25974              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
25975              To: payner@ncifcrf.gov, perl5-porters@perl.org 
25976              Date: Tue, 18 Apr 2000 18:24:49 +0100 
25977              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
25978      Branch: cfgperl
25979            ! t/op/bop.t t/op/misc.t
25980 ____________________________________________________________________________
25981 [  5934] By: gsar                                  on 2000/04/24  17:16:54
25982         Log: propagate lexical warnings from surrounding scope correctly
25983              within string eval()
25984      Branch: perl
25985            ! pp_ctl.c t/pragma/warn/pp_ctl
25986 ____________________________________________________________________________
25987 [  5933] By: jhi                                   on 2000/04/24  17:01:07
25988         Log: Flatten the cpp jungle doing the nosuid checking.
25989      Branch: cfgperl
25990            ! perl.c
25991 ____________________________________________________________________________
25992 [  5932] By: gsar                                  on 2000/04/24  09:08:14
25993         Log: add rsignal(), whichsig() and do_join() to public API list
25994              (mod_perl uses them to good advantage)
25995      Branch: perl
25996            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
25997 ____________________________________________________________________________
25998 [  5931] By: gsar                                  on 2000/04/24  09:01:40
25999         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
26000      Branch: perl
26001            ! pp_hot.c regexec.c t/op/pat.t
26002 ____________________________________________________________________________
26003 [  5930] By: gsar                                  on 2000/04/24  08:58:33
26004         Log: small os390 tweaks (from Peter Prymmer)
26005      Branch: perl
26006            ! config_h.SH makedepend.SH
26007 ____________________________________________________________________________
26008 [  5929] By: gsar                                  on 2000/04/24  08:55:25
26009         Log: pod nits
26010      Branch: perl
26011            ! pod/perlguts.pod
26012 ____________________________________________________________________________
26013 [  5928] By: gsar                                  on 2000/04/24  08:50:13
26014         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
26015      Branch: perl
26016            ! ext/IO/lib/IO/Poll.pm
26017 ____________________________________________________________________________
26018 [  5927] By: gsar                                  on 2000/04/24  08:43:24
26019         Log: arrange for next() to resume at the unstack op rather than the
26020              loop conditional, so that scope cleanup happens correctly
26021              (from Stephen McCamant)
26022      Branch: perl
26023            ! op.c pp_ctl.c t/op/misc.t
26024 ____________________________________________________________________________
26025 [  5926] By: gsar                                  on 2000/04/24  08:18:40
26026         Log: on windows, reserve 16M of stack rather than 128M (allows more
26027              threads to run concurrently)
26028      Branch: perl
26029            ! win32/Makefile win32/makefile.mk
26030 ____________________________________________________________________________
26031 [  5925] By: gsar                                  on 2000/04/24  08:13:52
26032         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
26033      Branch: perl
26034            ! toke.c
26035 ____________________________________________________________________________
26036 [  5924] By: gsar                                  on 2000/04/24  08:08:59
26037         Log: avoid using uninitialized memory in require version check
26038      Branch: perl
26039            ! pp_ctl.c universal.c
26040 ____________________________________________________________________________
26041 [  5923] By: gsar                                  on 2000/04/24  07:20:14
26042         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
26043      Branch: perl
26044            ! ext/IO/lib/IO/Poll.pm
26045 ____________________________________________________________________________
26046 [  5922] By: gsar                                  on 2000/04/24  07:08:42
26047         Log: commentary about IoTYPE() (from Nathan Torkington)
26048      Branch: perl
26049            ! sv.h
26050 ____________________________________________________________________________
26051 [  5921] By: gsar                                  on 2000/04/24  06:58:26
26052         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
26053              by fix
26054      Branch: perl
26055            ! sv.c t/lib/charnames.t t/pragma/utf8.t
26056 ____________________________________________________________________________
26057 [  5920] By: gsar                                  on 2000/04/24  06:37:59
26058         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
26059      Branch: perl
26060            ! doop.c t/op/ver.t
26061 ____________________________________________________________________________
26062 [  5919] By: gsar                                  on 2000/04/24  06:21:58
26063         Log: Configure might miss old directories when prefix must be
26064              expanded (from Robin Barker)
26065      Branch: metaconfig
26066            ! U/installdirs/inc_version_list.U
26067      Branch: perl
26068            ! Configure
26069 ____________________________________________________________________________
26070 [  5918] By: gsar                                  on 2000/04/24  06:16:11
26071         Log: VMS nits in glob() test (from Charles Lane)
26072      Branch: perl
26073            ! t/lib/glob-basic.t
26074 ____________________________________________________________________________
26075 [  5917] By: gsar                                  on 2000/04/24  06:11:56
26076         Log: various pod nits (from Larry Virden and others)
26077      Branch: perl
26078            ! README.amiga README.hpux README.machten README.os2
26079            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
26080            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
26081            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
26082            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
26083            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
26084            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
26085            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
26086            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
26087 ____________________________________________________________________________
26088 [  5916] By: gsar                                  on 2000/04/24  05:52:43
26089         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
26090              <wjones@tc.fluke.com>)
26091      Branch: perl
26092            ! t/lib/glob-basic.t
26093 ____________________________________________________________________________
26094 [  5915] By: gsar                                  on 2000/04/24  05:07:01
26095         Log: supported platforms mixed up
26096      Branch: perl
26097            ! pod/perl56delta.pod pod/perlport.pod
26098 ____________________________________________________________________________
26099 [  5914] By: gsar                                  on 2000/04/24  04:56:08
26100         Log: caller() wasn't returning the right number of elements for
26101              eval {...}
26102      Branch: perl
26103            ! pp_ctl.c t/pragma/warn/9enabled
26104 ____________________________________________________________________________
26105 [  5913] By: gsar                                  on 2000/04/24  04:35:41
26106         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
26107              Mark-Jason Dominus)
26108      Branch: perl
26109            ! pod/perlfunc.pod
26110 ____________________________________________________________________________
26111 [  5912] By: gsar                                  on 2000/04/24  04:17:15
26112         Log: fix totally broken caching in UNIVERSAL::isa() (from
26113              Nick Ing-Simmons)
26114      Branch: perl
26115            ! t/op/universal.t universal.c
26116 ____________________________________________________________________________
26117 [  5911] By: gsar                                  on 2000/04/24  03:39:47
26118         Log: add linebreak properties from unicode/LineBrk.txt (from
26119              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
26120      Branch: perl
26121            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
26122            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
26123            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
26124            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
26125            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
26126            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
26127            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
26128            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
26129            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
26130            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
26131            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
26132            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
26133            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
26134            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
26135            + lib/unicode/Is/LbrkZW.pl
26136            ! lib/unicode/mktables.PL
26137 ____________________________________________________________________________
26138 [  5910] By: gsar                                  on 2000/04/24  03:23:10
26139         Log: typo in pod
26140      Branch: perl
26141            ! ext/Thread/Thread.pm
26142 ____________________________________________________________________________
26143 [  5909] By: gsar                                  on 2000/04/24  03:22:03
26144         Log: mode argument to do_binmode() should be file mode, not boolean
26145      Branch: perl
26146            ! pp_sys.c
26147 ____________________________________________________________________________
26148 [  5908] By: gsar                                  on 2000/04/16  16:51:08
26149         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
26150              always returns a valid GV even when the symbol is trapped by strictures
26151              (avoids coredumps)
26152              
26153              TODO: the C<package;> hack needs similar treatment
26154      Branch: perl
26155            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
26156            ! t/pragma/strict-vars
26157 ____________________________________________________________________________
26158 [  5907] By: jhi                                   on 2000/03/31  23:42:56
26159         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
26160              an assumption which #5905 demolished.
26161      Branch: cfgperl
26162            ! pp_sys.c
26163 ____________________________________________________________________________
26164 [  5906] By: jhi                                   on 2000/03/31  18:54:37
26165         Log: Typo in #5905.
26166      Branch: cfgperl
26167            ! t/op/64bitint.t
26168 ____________________________________________________________________________
26169 [  5905] By: jhi                                   on 2000/03/31  18:50:54
26170         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
26171              reported by Joseph N. Hall.  The bug was that even with use64bitint
26172              one had to use the prefixes q, L, or ll with printf/sprintf,
26173              contrary to the documentation and common sense.
26174      Branch: cfgperl
26175            ! sv.c t/op/64bitint.t
26176 ____________________________________________________________________________
26177 [  5904] By: gsar                                  on 2000/03/28  02:31:32
26178         Log: add Changes, perldelta.pod
26179      Branch: perl
26180            + Changes pod/perldelta.pod
26181 ____________________________________________________________________________
26182 [  5903] By: gsar                                  on 2000/03/28  02:03:55
26183         Log: rename Changes and perldelta.pod
26184      Branch: perl
26185           +> Changes5.6 pod/perl56delta.pod
26186            - Changes pod/perldelta.pod
26187            ! MANIFEST
26188 ____________________________________________________________________________
26189 [  5902] By: gsar                                  on 2000/03/28  01:59:14
26190         Log: create maint-5.6 branch
26191      Branch: maint-5.6/perl
26192           +> (branch 1611 files)
26193 ____________________________________________________________________________
26194 [  5901] By: jhi                                   on 2000/03/23  05:48:43
26195         Log: Integrate with Sarathy.
26196      Branch: cfgperl
26197           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
26198 ____________________________________________________________________________
26199 [  5900] By: gsar                                  on 2000/03/23  05:42:43
26200         Log: three guesses on what this is :-)
26201      Branch: perl
26202            ! Changes