fa9bd5f7119f9b95b3a0486ade6ca4c3f91098c8
[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 [  7928] By: jhi                                   on 2000/11/29  17:50:43
36         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
37              From: Dominic Dunlop <domo@computer.org>
38              Date: Tue, 28 Nov 2000 16:41:57 +0100
39              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
40              
41              Patch to catch a core dump in the Configure va_copy test.
42      Branch: perl
43            ! Configure config_h.SH
44 ____________________________________________________________________________
45 [  7927] By: jhi                                   on 2000/11/29  17:31:59
46         Log: Retract #7921, the patch shouldn't be needed.
47      Branch: perl
48            ! sv.c
49 ____________________________________________________________________________
50 [  7926] By: jhi                                   on 2000/11/29  17:01:41
51         Log: Make the Class::Struct import() wiser.
52      Branch: perl
53            ! lib/Class/Struct.pm t/lib/class-struct.t
54 ____________________________________________________________________________
55 [  7925] By: jhi                                   on 2000/11/29  16:36:33
56         Log: All the core library users of Class::Struct seem to be
57              using "use Class::Struct 'struct';" instead of the bare
58              "use Class::Struct;", which isn't documented in Class::Struct.
59              This can't be right.
60      Branch: perl
61            ! lib/File/stat.pm
62 ____________________________________________________________________________
63 [  7924] By: jhi                                   on 2000/11/29  16:32:15
64         Log: A test works better is it has the right 1..$n output.
65      Branch: perl
66            ! t/lib/class-struct.t
67 ____________________________________________________________________________
68 [  7923] By: jhi                                   on 2000/11/29  16:29:11
69         Log: Forgot to MANIFEST the new Net::hostent test.
70      Branch: perl
71            ! MANIFEST
72 ____________________________________________________________________________
73 [  7922] By: jhi                                   on 2000/11/29  16:27:49
74         Log: Integrate perlio.
75      Branch: perl
76           !> iperlsys.h perlio.c
77 ____________________________________________________________________________
78 [  7921] By: jhi                                   on 2000/11/29  16:27:10
79         Log: (Retracted by #7927.)
80              
81              Subject: [PATCH] Is infinity a number?
82              From: Simon Cozens <simon@cozens.net>
83              Date: Wed, 29 Nov 2000 14:48:20 +0000
84              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
85      Branch: perl
86            ! sv.c
87 ____________________________________________________________________________
88 [  7920] By: jhi                                   on 2000/11/29  16:23:02
89         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
90              From: rspier@pobox.com (Robert Spier)
91              Date: Wed, 29 Nov 2000 02:17:49 -0500
92              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
93              
94              Add a test for Net::hostent.
95      Branch: perl
96            + t/lib/net-hostent.t
97 ____________________________________________________________________________
98 [  7919] By: jhi                                   on 2000/11/29  16:21:31
99         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
100              add a test for Class::Struct.
101      Branch: perl
102            + t/lib/class-struct.t
103            ! MANIFEST lib/Class/Struct.pm
104 ____________________________________________________________________________
105 [  7918] By: jhi                                   on 2000/11/29  15:48:40
106         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
107              From: rspier@pobox.com (Robert Spier)
108              Date: Wed, 29 Nov 2000 02:25:39 -0500
109              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
110              
111              More checking in case someone has broken their services or
112              protocol databases.
113      Branch: perl
114            ! ext/Sys/Syslog/Syslog.pm
115 ____________________________________________________________________________
116 [  7917] By: jhi                                   on 2000/11/29  15:46:25
117         Log: Subject: [PATCH] $^O  win32 -> MSWin32
118              From: rspier@pobox.com (Robert Spier)
119              Date: Wed, 29 Nov 2000 02:17:38 -0500
120              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
121              
122              plus similar nits for vms, err, VMS, and UNICOS.
123      Branch: perl
124            ! t/lib/syslfs.t t/op/lfs.t
125 ____________________________________________________________________________
126 [  7916] By: jhi                                   on 2000/11/29  15:42:51
127         Log: Subject: [PATCH] Tokeniser debugging
128              From: Simon Cozens <simon@cozens.net>
129              Date: Wed, 29 Nov 2000 14:15:45 +0000
130              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
131      Branch: perl
132            ! perl.c perl.h pod/perlrun.pod toke.c
133 ____________________________________________________________________________
134 [  7915] By: jhi                                   on 2000/11/29  15:41:36
135         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
136              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
137              Date: Wed, 29 Nov 2000 02:13:14 -0500
138              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
139              
140              OUT keyword nits.
141              
142              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
143              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
144              Date: Wed, 29 Nov 2000 03:09:04 -0500
145              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
146              
147              OUT and IN_OUT documentation.
148      Branch: perl
149            ! lib/ExtUtils/xsubpp pod/perlxs.pod
150 ____________________________________________________________________________
151 [  7914] By: jhi                                   on 2000/11/29  03:35:01
152         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
153              From: John Tobey <jtobey@john-edwin-tobey.org>
154              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
155              Message-Id: <m140e1N-000FOoC@feynman.localnet>
156              
157              plus a performance speedup noticed by Sarathy.
158      Branch: perl
159            ! op.c
160 ____________________________________________________________________________
161 [  7913] By: jhi                                   on 2000/11/29  03:16:59
162         Log: Use "1 while unlink" so that VMS gets clean, too.
163      Branch: perl
164            ! t/lib/filter-util.t
165 ____________________________________________________________________________
166 [  7912] By: jhi                                   on 2000/11/29  03:09:08
167         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
168              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
169              Date: Tue, 28 Nov 2000 03:27:09 -0500
170              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
171      Branch: perl
172            ! lib/ExtUtils/xsubpp
173 ____________________________________________________________________________
174 [  7911] By: jhi                                   on 2000/11/29  03:06:30
175         Log: This should have been part of #7872: no need to scan UTF-8
176              until eternity.
177      Branch: perl
178            ! utf8.c
179 ____________________________________________________________________________
180 [  7910] By: jhi                                   on 2000/11/29  02:50:04
181         Log: One more perltie.pod nit from Casey R. Tweten.
182      Branch: perl
183            ! pod/perltie.pod
184 ____________________________________________________________________________
185 [  7909] By: jhi                                   on 2000/11/29  02:44:23
186         Log: Document the known sprintf test failures, exact standard
187              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
188      Branch: perl
189            ! pod/perldelta.pod t/op/sprintf.t
190 ____________________________________________________________________________
191 [  7908] By: jhi                                   on 2000/11/29  02:36:23
192         Log: Add the Encoding table format documentation.
193      Branch: perl
194            + ext/Encode/Encode/EncodeFormat.pod
195            ! MANIFEST
196 ____________________________________________________________________________
197 [  7907] By: jhi                                   on 2000/11/29  02:07:24
198         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
199              From: "Casey R. Tweten" <crt@kiski.net>
200              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
201              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
202              
203              Subject: Re: [PATCH] Updating perltie.pod for arrays
204              From: "Casey R. Tweten" <crt@kiski.net>
205              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
206              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
207      Branch: perl
208            ! pod/perltie.pod
209 ____________________________________________________________________________
210 [  7906] By: nick                                  on 2000/11/28  22:40:59
211         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
212      Branch: perlio
213            ! iperlsys.h perlio.c
214 ____________________________________________________________________________
215 [  7905] By: nick                                  on 2000/11/28  22:04:34
216         Log: Integrate mainline
217      Branch: perlio
218           !> (integrate 39 files)
219 ____________________________________________________________________________
220 [  7904] By: jhi                                   on 2000/11/28  16:44:43
221         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
222              From: Nicholas Clark <nick@babyhippo.co.uk>
223              Date: Tue, 28 Nov 2000 11:16:57 +0000
224              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
225      Branch: perl
226            ! pod/perlipc.pod
227 ____________________________________________________________________________
228 [  7903] By: jhi                                   on 2000/11/28  16:40:31
229         Log: Subject: [PATCH] Updating perltie.pod for arrays
230              From: "Casey R. Tweten" <crt@kiski.net>
231              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
232              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
233      Branch: perl
234            ! pod/perltie.pod
235 ____________________________________________________________________________
236 [  7902] By: jhi                                   on 2000/11/28  16:39:37
237         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
238              From: Robin Barker <rmb1@cise.npl.co.uk>
239              Date: Mon, 27 Nov 2000 17:56:44 GMT
240              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
241      Branch: perl
242            ! pod/perlfunc.pod t/op/split.t
243 ____________________________________________________________________________
244 [  7901] By: jhi                                   on 2000/11/28  16:28:04
245         Log: setmode() is a DOSish-only thing.
246      Branch: perl
247            ! perlio.c
248 ____________________________________________________________________________
249 [  7900] By: jhi                                   on 2000/11/28  16:21:46
250         Log: Subject: [PATCH] perlcc.PL cleanups
251              From: Simon Cozens <simon@cozens.net>
252              Date: Tue, 28 Nov 2000 12:44:35 +0000
253              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
254      Branch: perl
255            ! utils/perlcc.PL
256 ____________________________________________________________________________
257 [  7899] By: gsar                                  on 2000/11/28  06:32:55
258         Log: reintegrate files missed by change#7895
259      Branch: maint-5.6/perl
260           +> ext/ByteLoader/bytecode.h utils/Makefile
261            - utils/perlbc.PL
262 ____________________________________________________________________________
263 [  7897] By: gsar                                  on 2000/11/27  18:22:47
264         Log: can't integrate these two files, for some reason
265      Branch: maint-5.6/perl
266            - ext/ByteLoader/bytecode.h utils/Makefile
267 ____________________________________________________________________________
268 [  7895] By: gsar                                  on 2000/11/27  18:11:21
269         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
270              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
271              6757..6890,6892..6901 from mainline
272              
273              Bytecompiler patches from Benjamin Stuhl.
274              
275              More bytecompiler.
276              
277              Subject: [PATCH blead] B:: missing dependency
278              
279              Subject: [PATCH: 6757] configure.com updates and syslog build
280              
281              Long double Gconvert fixes from Yitzchak Scott-Thoennes
282              and Spider Boardman.
283              
284              Subject: [PATCH blead] nextchar() abuse misses an optimisation
285              
286              Long double fixes from Spider Boardman.
287              
288              Make the selection of NVff et al stricter.
289              
290              cSVOPo_*v things index into the current PL_curpad
291              under ithreads, which is different from the curpad
292              used by the XSUB.  (In other words, the code as-is
293              before this patch wouldn't work under ithreads.)
294              
295              Be portable.
296              
297              VMS MMS (make) wants null action.
298              
299              Mac and other portability updates from Chris Nandor.
300              
301              Storable support, v-version fixes.
302              Subject: CPAN.pm beta for testing available
303              
304              Portability fix from Hugo van der Sanden.
305              
306              Bad makefile.
307              
308              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
309              
310              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
311              
312              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
313              
314              Replace #6705 with a minimal doc patch.
315              Subject: [PATCH 5.6.0] replace change #6705
316              
317              Drop the separate perlbc, perlcc -b should be enough.
318              
319              installperl couldn't tell whether it had run tests or not.
320              Subject: [PATCH] Re: installperl and t/TEST
321              
322              Add silencer flags to installperl.
323              Subject: [PATCH] Making installperl silent.
324              
325              Make "make install" by default silent.  A new "install-verbose"
326              target is verbose.
327              
328              More liberal parsing of version numbers.
329              Subject: Re: CPAN.pm beta for testing available
330              
331              Create directories in silence.
332              Subject: [PATCH] Another silencer for MakeMaker
333              
334              DOS patches and portability/porting notes, from Tim Jenness.
335              
336              Make installman to recognize the silence flag -S.
337              
338              Actually do something with the silencer option.
339              
340              Continue silencing.
341              
342              Show the doc file, not the temp file.
343              
344              Regen perltoc.
345              
346              Subject: [PATCH] More silencing of installman.
347              
348              Better wording for the vec lvalue diagnostic.
349              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
350              
351              Subject: [PATCH: 6805] several more tweaks to configure.com
352              
353              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
354              
355              Missing parts of 
356              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
357              
358              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
359              (applied slightly modified)
360              
361              installperl --verbose and --silent.
362              Subject: Re: [PATCH] More silencing of installman.
363              
364              Add install-silent target.
365              
366              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
367              the problem reported in
368              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
369              
370              Tweak the sfio/useperlio logic, hopefully as wished in
371              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
372              
373              One forgotten file from #6816.
374              
375              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
376              
377              Remove duplicately applied patch shards.
378              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
379              
380              Support preserving extremely big/small angles.
381              
382              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
383              
384              Subject: [PATCH] installation not quite silent yet.
385              
386              Update the test count.
387              
388              Use UVxf, PTR2UV, NVff.
389              
390              Document PTR2XX and INT2PTR.
391              
392              no-install target a la make -n.
393              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
394              
395              grep -e isn't portable.
396              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
397              
398              Can't get the test to reliably work thanks to the
399              inaccurateness of floating point.  "Resolves" bug ids
400              20000826.003, 20000826.009, 20000826.010,
401              
402              Subject: installman buglet
403              
404              DJGPP update from Laszlo Molnar.
405              
406              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
407              
408              Passing -R in ldflags makes now it to appear in the default
409              for lddlflags, just like with -L.
410              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
411              
412              Test nit.
413              
414              Use the actual thread type, not the pointer-to-struct.
415              
416              Provice virtual $Config{ccflags_nolargefiles} etc. 
417              
418              display_format used as a class method without arguments was broken,
419              reported in
420              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
421              
422              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
423              
424              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
425              
426              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
427              
428              opmini.o may be left around if a build is interrupted.
429              
430              Typo in #6858.
431              
432              Fix for ID 20000828.001, long doubles were not formatted
433              correctly (showed up in $], which stopped installing perl).
434              
435              An attempt to fix the problem reported in
436              Subject: Building perl@6856 using gcc/AIX 4.3.3 
437              I can't test this properly since the gcc installation I have
438              access to seems to be botched (gcc is calling the AIX cpp,
439              a losing proposition...)
440              
441              Add -ld to archname on long tr...double platforms.
442              
443              Subject: hv.h Doc Patch
444              
445              Potential cruft.
446              
447              Subject: [PATCH bleedperl@6856] warnings fixes
448              
449              -S is the silent flag, -s is the strip flag.
450              Subject: [PATCH] Re: [PATCH] make no-install          
451              
452              Take out the SUIDMAIL thing, that will not be
453              a problem in 5.7.*.
454              
455              Subject: [PATCH bleedperl@6866] spellings
456              
457              Subject: [PATCH] Re: files not cleaned even by veryclean
458              
459              Use minimal @INC in tests, most of the time just '../lib',
460              so that we simply can't pick up stuff from other Perls than
461              the one we are testing.  Pointed out by
462              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
463              
464              Update to Getopt::Long 2.24, from Johan Vromans.
465              
466              Fix for thinko in #6848.
467              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
468              
469              Patches all over for people and the files they (hopefully) care about.
470              
471              Subject: Net::protoent does not export 'getproto'
472              
473              Missed a change in #6869.
474              
475              Subject: [PATCH] Warnings in B::Deparse
476              
477              Subject: [PATCH] Glob dumping
478              
479              Disable one of the tests for now.
480              
481              Disabling the one test is a bit tricky.
482              
483              Don't forget to tidy up.
484              
485              The #6881 removed one dump line.
486              
487              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
488              
489              Under usethreads the dumped variable is IN_PAD.
490              Subject: Re: [PATCH] Glob dumping
491              
492              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
493              
494              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
495              
496              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
497              
498              Regen Configure for #6894.
499              
500              Subject: [PATCH: 6889] updates to perlebcdic.pod
501              
502              Undo namespace pollution of #6878.
503              Subject: Re: Net::protoent does not export 'getproto'
504              
505              Admit that we are leaking scalars.
506              
507              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
508      Branch: maint-5.6/perl
509           !> (integrate 271 files)
510 ____________________________________________________________________________
511 [  7894] By: gsar                                  on 2000/11/27  16:00:34
512         Log: a couple of nits
513      Branch: maint-5.6/perl
514            ! MANIFEST pp_sys.c
515 ____________________________________________________________________________
516 [  7893] By: gsar                                  on 2000/11/27  15:10:56
517         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
518              6740..6745,6747..6757,6760
519              
520              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
521              
522              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
523              
524              Doc nits spotted by Richard Soderberg.
525              
526              move WNOHANG definition to where other such things are
527              
528              Make $Config{byteorder} more magical so that it is
529              dynamically computed: nice for 'fat binaries'.
530              Subject: [PATCH]: default byteorder
531              
532              Subject: [PATCH] Cwd.pm now uses strict
533              
534              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
535              
536              Get -DLEAKTEST to compile (not necessarily to work, mind)
537              Subject: [ID 20000724.006] -DLEAKTEST problem
538              
539              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
540              
541              Add perlebcdic from Peter Prymmer, regen toc.
542              
543              Don't propose using modules built for 5.005 if no binary
544              compatibility with 5.005 is attempted.
545              
546              Do not use prototyping here.
547              Subject: [ID 20000817.016] [PATCH] Peek.xs
548              
549              Document what the backtick returns if the command fails.
550              
551              Add byteorder to the myconfig output.
552              
553              Introduce NVef, NVff, and NVgf, use the middle one.
554              (helps for lib/peek + Linux + long doubles)  Reported in
555              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
556              Use NVs in POSIX math, not doubles.
557              Subject: [ID 20000817.014] POSIX & modfl
558              
559              Subject: [PATCH 5.6.0+] newSVrv() memory leak
560              
561              The byteorder code in #6671 was wrong.
562              
563              Fix the lib/complex failure of
564              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
565              Linux long double accuracy issue: something that
566              when printed with %g looks like "2" but int() of it is 1.
567              
568              Propagate new Configure vars.
569              
570              Unbuffer the output.
571              
572              Subject: [PATCH] perltrap.pod spring cleaning
573              
574              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
575              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
576              
577              Tiny Getopt::Long patch from Johan Vromans.
578              
579              Document code point which makes if (defined %stash::) to work
580              (noted by Spider Boardman).
581              
582              Subject: [PATCH perl@6698] cygwin port
583              
584              Document the NDBM_File and ODBM_File as SDBM_File
585              was documented in #6417.
586              
587              The new tests were missing from #6415.
588              
589              Add [[:blank:]] as suggested in
590              Subject: [ID 20000716.024] [=cc=] / [:blank:]
591              (the [=cc=] has already been taken care of by #6439
592              so the whole bug report can be closed)
593              and make [[:space:]] to be equivalent to isspace(3)
594              (as opposed to \s, which is isSPACE()).  The difference
595              is that now [[:space:]] matches the mythical vertical tab,
596              while \s doesn't.
597              
598              Don't eat leading os from index entries.
599              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
600              
601              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
602              
603              Typo in pp_complement().
604              Subject: [PATCH perl-current] Deparse
605              
606              Add warnif(), check warnings further up the stack,
607              all the warnings functions now can take an optional object reference.
608              Subject: [PATCH bleedperl@6691] warnings pragma update
609              
610              Fix a core dump in lib/selfloader under -DDEBUGGING.
611              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
612              
613              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
614              
615              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
616              
617              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
618              Put back the long double avoidance code to POSIX.xs
619              because VMS seems to need it still.
620              
621              Introduce a 'veryclean' target that is like 'distclean'
622              but also removes *~ and *.orig.
623              
624              Subject: [ID 20000817.023] endianness description in perlfunc.pod
625              
626              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
627              
628              Let's try #6717 again.
629              
630              UTF8 concat fixes.
631              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
632              
633              pp_open() could pass an uninitialized filename down to do_open9().
634              
635              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
636              
637              Update to CGI 2.72, from Lincoln Stein.
638              
639              Subject: [PATCH] Silence MakeMaker (Was: installman)
640              
641              Use temporary directory instead of current directory.
642              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
643              
644              Document odd vs even subreleases and -Dusedevel.
645              
646              The veryclean target needs to clobber.
647              
648              Use File::Spec->tmpdir().
649              
650              Document the number of exponent digits.
651              
652              Mention perlebcdic and perlposix-bc.
653              
654              s/this one/the 5.6.0 release/
655              
656              The #6724 is here.
657              
658              The correct cleaning order is an art.
659              
660              small tweaks for change#6705: avoid C++ style comments in C code;
661              use Perl's malloc API rather than the low level system one
662              
663              Array context keeps slithering in.
664              
665              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
666              
667              Subject: [PATCH] os2.c fix for use64bitint
668              
669              Update to Pod::LaTeX 0.53.
670              Subject: [PATCH] lib/Pod/LaTeX.pm updates
671              
672              Document the endianness of Alpha more precisely.
673              
674              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
675              
676              Rename the macro argument because some preprocessors
677              can't tell the difference and expand arguments also inside
678              double quoted strings.
679              
680              free TLS slot properly on Windows
681              
682              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
683              
684              Unicos/mk requires elaborate paranoia.
685              
686              Tweak the floating point output routine preferences.
687              
688              Also under djgpp the timestamps are funky.
689              
690              Apply some PodParser 1.18 patches; the Pod/Find.pm
691              patches cannot be applied since #6712 conflicts.
692              
693              Use PodParser 1.18 new test.
694              
695              A pod nit.
696              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
697              
698              Be verydeepclean.
699      Branch: maint-5.6/perl
700           +> pod/perlebcdic.pod
701           !> (integrate 106 files)
702 ____________________________________________________________________________
703 [  7892] By: jhi                                   on 2000/11/27  15:02:32
704         Log: Update Changes.
705      Branch: perl
706            ! Changes patchlevel.h
707 ____________________________________________________________________________
708 [  7891] By: jhi                                   on 2000/11/27  14:57:23
709         Log: Subject: Re: perlfaq style changes
710              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
711              Date: Sat, 25 Nov 2000 23:32:26 -0800
712              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
713              
714              plus a note from Ronald Kimball.
715      Branch: perl
716            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
717 ____________________________________________________________________________
718 [  7890] By: jhi                                   on 2000/11/27  14:53:14
719         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
720              From: Benjamin Holzman <bah@ecnvantage.com>
721              Date: Sun, 26 Nov 2000 16:27:33 -0500
722              Message-ID: <20001126162733.J25040@ecnvantage.com>
723      Branch: perl
724            ! gv.c
725 ____________________________________________________________________________
726 [  7889] By: jhi                                   on 2000/11/27  14:43:11
727         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
728              From: lvirden@cas.org
729              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
730              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
731      Branch: perl
732            ! README.amiga
733 ____________________________________________________________________________
734 [  7888] By: jhi                                   on 2000/11/27  14:32:34
735         Log: Restore also the locale test to no-sprintf-taint state.
736              Fixes the bug 20001127.003.
737      Branch: perl
738            ! sv.c t/pragma/locale.t
739 ____________________________________________________________________________
740 [  7887] By: gsar                                  on 2000/11/27  14:13:05
741         Log: integrate changes#6613..6616,6620..6665 from mainline
742              
743              VMS configure.com update continues.
744              
745              Subject: Test fails / warnings with perl-current #6612
746              
747              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
748              
749              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
750              
751              For now remove the mail code.
752              
753              Subject: Re: [PATCH] @+, @- readonly
754              
755              Subject: warning: storage class after type is obsolescent
756              
757              Subject: sfio2000
758              
759              Subject: Re: File::Temp problems on VMS in bleedperl
760              
761              README.os2 update.
762              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
763              
764              Make the user to give up his firstborn, err, to knowingly
765              verify installing an unstable developer release.  Also bump
766              the release to 5.7.0, but leave a patch tag in the local
767              patches saying that this is not yet the real thing.
768              
769              Update (kinda) to Test 1.14, from Joshua Pritikin.
770              
771              make ok etc also for win32.
772              
773              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
774              
775              Don't blow limited stacks, a lower number is enough to
776              tickle the lookbehind limit.
777              
778              Use -Dusedevel; regen Configure and the respective Porting stuff.
779              
780              Subject: [PATCH] debugger exit code should reflect user exit code
781              
782              Subject: [PATCH perl@6620] cygwin port
783              
784              Missed a file from #6638.
785              
786              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)
787              
788              magic callbacks all need to have same type signature
789              
790              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
791              
792              Fix a dependency problem.
793              Subject: [PATCH: 6640] VMS Makefile.SH update
794              
795              The numeric locale was reset to "C" by s?printf and never restored.
796              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
797              No test since adding the failing example to locale.t
798              does not fail -- probably because the locale settings are so
799              thoroughly tweaked by that time.  Running the example standalone
800              does fail, though.  UPDATE: test case added at change #7540.
801              
802              Subject: [ID 20000324.040] minor fix to perlhpux.pod
803              
804              Update to CPAN 1.57.
805              
806              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
807              
808              Change the perlbug address to perl.org since it's more forgiving.
809              
810              Change the regx compilation error markers to use = instead of <
811              since pod makes using the latter quite messy.  Reported in
812              ID 20000814.006 by Abigail and in
813              Subject: Unknown escape E<> ?
814              
815              Update to perldebtut 1.9, from Richard Foley.
816              
817              check that the number pseudo children doesn't exceed
818              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
819              the WaitForMultipleObjects() limit that would cause wait()
820              to crash)
821              wait() and waitpid() could potentially be rewritten to use
822              more than one thread to do the waiting to eliminate this
823              limitation
824              
825              change#6328 could make close(SOCKET) return false on windows
826              when it shouldn't
827              
828              pod nit seen in passing
829              
830              on windows, the return values from wait() and waitpid() don't
831              match those of pseudo-pids
832              
833              waitpid() now handles externally spawned pids correctly;
834              fixes for backtick/wait/waitpid failures on Windows 9x
835              these changes make the pid returned by process functions on
836              Windows 9x always positive by clearing the high bit (which
837              is always set on Win9x); pseudo-process PIDs are likewise
838              always negative now on Win9x (just as on NT/2000)
839              
840              trailing new %ENV entries weren't being pushed into the real
841              environment of subprocesses on Windows
842              
843              Tweak the regex compilation errors once more.
844              
845              avoid warnings from dense compiler
846              
847              add "ok" targets from change#6632 in makefile.mk
848      Branch: maint-5.6/perl
849            - lib/Pod/PlainText.pm vms/configure.com
850           !> (integrate 66 files)
851 ____________________________________________________________________________
852 [  7886] By: jhi                                   on 2000/11/27  13:54:18
853         Log: __FUNCTION__ isn't portable and trying to emulate it leads
854              into practically spelling out the name of the function.
855              Takes care of the bug 20001127.001.
856      Branch: perl
857            ! perlio.c
858 ____________________________________________________________________________
859 [  7885] By: gsar                                  on 2000/11/27  13:53:18
860         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
861              6610..6611 from mainline
862              
863              Make regular expression parse error messages easier to understand.
864              Subject: Re: enhanced(?) regex error messages
865              
866              Tiny tidying on report_evil_fh().
867              
868              Subject: Re: enhanced(?) regex error messages 
869              plus Capitalize the error messages, plus perldiag them.
870              
871              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
872              
873              Document here-doc better.
874              
875              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
876              
877              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
878              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
879              (either perlbug or p5p ate the original), plus regen
880              perlapi and perltoc. 
881              
882              Regen global.sym.
883              
884              Double check that we have a dirhandle.
885              
886              Subject: Re: enhanced(?) regex error messages
887              (plus two small patches sent privately)
888              (this still seems to leave few test failures)
889              
890              warn is a macro, avoid using at a variable to avoid warnings
891              in some configurations; readdir.t is too conservative in
892              estimating number of *.t's
893              
894              Get back into sync with Jeffrey on the enhanced regex warnings.
895              
896              Subject: [PATCH 5.6.0] cygwin port
897              
898              Zero entries were skipped, fix from Adrian Goalby
899              <argoalby@yahoo.co.uk>
900              
901              Subject: Remove dead entry in perldiag
902              
903              Amend the description of Perl6.
904              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
905              
906              detypo
907              
908              It's the 2ndO'ROSSC.
909              
910              Revert the sv.c part of #6559, a better fix is needed.
911              
912              Iterating perl6 description.
913              
914              Update to Term::ANSIColor 1.03, from Russ Allbery.
915              
916              Update to Getopt::Long 2.23_05, from Johan Vromans.
917              
918              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
919              
920              Update to Pod::Parser 1.17, from Brad Appleton.
921              
922              Update to CPAN 1.56, from Andreas König.
923              
924              Update to CGI 2.70, from Lincoln Stein.
925              
926              Put back the std @INC thing.
927              
928              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
929              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
930              
931              Document the IO::Select timeout.
932              
933              sleep(1) does not necessarily return 1.
934              Subject: [PATCH bleadperl] op/lex_assign.t  
935              
936              Subject: debugger "d" command doesnt check line number
937              
938              B::Deparse didn't do sub attributes.
939              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
940              
941              Preprocessing and postprocessing for File::Find.
942              Subject: Patch to Find::File.pm to allow alphabetical results
943              
944              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
945              
946              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
947              
948              Subject: Re: [ID 20000730.003] utf8::length() bad
949              
950              Subject: Getting perlio and threads to compile
951              (the Solaris version changes in Configure skipped)
952              
953              Tests for #6589.
954              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
955              
956              Add Perl debugging tutorial, regen toc. 
957              Subject: perldebtut.pod
958              
959              Add a few missing files, update MANIFEST.
960              
961              Rewrite of vms/subconfigure.com as configure.com,
962              from Peter Prymmer and the vmsperl crew.
963              
964              Should have deleted this in #6603.
965              
966              Fix the test for 5005threads.
967              
968              Fix-n-skip the tests under 5005threads.
969              
970              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
971              
972              Upgrade to CGI 2.71, from Lincoln Stein.
973      Branch: maint-5.6/perl
974           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
975           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
976           +> t/op/regmesg.t t/pod/find.t vms/configure.com
977            - vms/subconfigure.com
978            ! lib/lib.pm
979           !> (integrate 115 files)
980 ____________________________________________________________________________
981 [  7884] By: jhi                                   on 2000/11/27  13:44:33
982         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
983              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
984              Date:     Mon, 27 Nov 2000 08:23:54 EST
985              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
986      Branch: perl
987            ! vms/descrip_mms.template vms/test.com
988 ____________________________________________________________________________
989 [  7883] By: gsar                                  on 2000/11/27  11:50:46
990         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
991              6511..6513,6515..6523,6525..6536
992              
993              The swallow_bom() saga continues.  The #23 of require.t
994              (UTF16-LE) still fails (silently, no output) but the #22
995              (UTF16-BE) seems to be working now.  The root of the
996              failure may be in sv_gets(): is it UTF-16LE-aware,
997              especially when it comes to line endings? 
998              
999              Document the problem with -P in HP-UX and its workaround.
1000              
1001              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
1002              (aka ID 20000730.002)
1003              
1004              Subject: fix and question re: waitpid() under win32
1005              
1006              Make the safety catch for buggy gccs work with triple version
1007              numbers like 2.95.2.  Reported in
1008              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
1009              
1010              In Digital UNIX warn if gcc explicitly chosen because even
1011              2.95.2 is known to cause problems.
1012              
1013              Make chr() for values >127 to create utf8 when under utf8.
1014              
1015              various syntax errors and such (not fixed: comp/require.t#22 coredump
1016              on Windows)
1017              
1018              Stash away the largefiles flags and libswanted.
1019              
1020              BOM patching from Simon Cozens.
1021              
1022              If gccosandvers is equal to osname, clear gccosandvers.
1023              
1024              Make p4desc to skip non-mainperl branches by default.
1025              
1026              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
1027              
1028              The test from this
1029              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
1030              
1031              In new BSDs changes to argv[] do not show up in ps(1) output,
1032              instead one must use setproctitle().  This was already addressed
1033              by change #6457, but the below has a new variant for FreeBSD 4.0
1034              or later, and the matter is also documented more.
1035              
1036              FreeBSD 3.* updates from
1037              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
1038              
1039              regen_headers, regen perltoc.
1040              
1041              Document in one place the memory abstractions used in Perl core.
1042              
1043              memcpy has n o in it, as pinted ut by Sarathy.
1044              
1045              Remove the extraneous "main::" prefix from all the
1046              "opened only for", "on closed", and "never opened" warnings.
1047              
1048              The name of a filehandle does not have <these>.
1049              
1050              The tr utf8 patching continues.
1051              
1052              The new setproctitle() feature is available only in 
1053              bleeding edge FreeBSD.  From Paul Saab.
1054              
1055              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
1056              
1057              Dump UVs as UVs in Data::Dumper.
1058              
1059              detypo #6494
1060              
1061              Document the IVdf UVuf UVof UVxf.
1062              
1063              require.t needs binmode() to work on windows
1064              
1065              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
1066              that are hopefully soon put into use.
1067              
1068              Allow "no Module;" even if there is no 'unimport'.
1069              
1070              Better skip message for the test; one of the two problems in
1071              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
1072              
1073              The subtest 4 may fail also on VOBS, as pointed out
1074              by Nick Ing-Simmons in November 1999, bug id 19991124.003
1075              (but the failure in that bug report isn't the subtest 4).
1076              
1077              Be more informative on what is skipped and why,
1078              also repeat the list at the end.
1079              
1080              Add a URL for FSF.
1081              
1082              Subject: [PATCH] sv.h documentation - SvLEN
1083              
1084              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
1085              
1086              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
1087              
1088              Subject: [PATCH] bad cppsymbols on os2 + Configure question
1089              
1090              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
1091              
1092              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
1093              mention the idea of @( and @)
1094              
1095              This is 6512.  Really.
1096              
1097              Subject: [ID 19990721.004] Documentation bug in perlfunc
1098              
1099              Subject: Minor tweak to perlvar.pod
1100              
1101              In the warnings call filehandles consistently so;
1102              add "unopened" warning for stat().
1103              
1104              After the #6519 a warning about stat() is just that,
1105              not about a filetest, which now have their own warning.
1106              
1107              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
1108              
1109              Subject: Re: Array vs. List context
1110              
1111              Subject: New perlcc, take 2
1112              
1113              Weed buglets pointed out by
1114              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
1115              
1116              gcc versions might have (parentheses) in them.
1117              
1118              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
1119              
1120              Essential prototype changes were missing from #6527.
1121              Also make report_evil_fh() more bomb-proof.
1122              
1123              Zap lib/Sys directory when cleaning up.
1124              
1125              Change the Policy policy: now -Dprefix= with an existing
1126              Policy.sh and prefix == siteprefix == vendorprefix, then all
1127              of them follow along the new prefix.
1128              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
1129              
1130              Continue fixing the io warnings.  This also
1131              sort of fixes bug ID 20000802.003: the core dump
1132              is no more.  Whether the current behaviour is correct
1133              (giving a warning: "Not a format reference"), is another matter.
1134              
1135              Have symbols for the IoTYPEs.
1136              
1137              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
1138              
1139              Document a bit that UDP is not what you might think.
1140              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
1141              tr memory corruption fix from Simon Cozens.
1142              
1143              Plug the security hole described in the Aug 05 2000 bugtraq message
1144              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
1145              The security hole exists only in suidperls, which isn't
1146              installed or even built by default.
1147      Branch: maint-5.6/perl
1148           !> (integrate 71 files)
1149 ____________________________________________________________________________
1150 [  7882] By: gsar                                  on 2000/11/27  10:25:36
1151         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
1152              from mainline
1153              
1154              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
1155              to be fatal errors (instead of by default ignoring them, and
1156              ignoring with a bug: even though -w gave an error, the opening [
1157              was left in)  Reported in:
1158              
1159              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
1160              
1161              Subject: [PATCH] split /^/
1162              
1163              MacOS nits from Matthias Neeracher.
1164              
1165              More split() doc and test patches from Mike Guy.
1166              
1167              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
1168              from Graham Barr in the module list.
1169              
1170              docfix from Peter Scott <Peter@PSDT.com>.
1171              
1172              File::Temp patches for VMS and OS/2 from Tim Jenness.
1173              
1174              open() wariness in perlbug.
1175              
1176              Subject: [PATCH] minor doc change - perlguts
1177              
1178              Subject: Minor doc patch: handy.h
1179              
1180              Be wary of close()s, too.
1181              
1182              Further File::Temp patches from Yitzchak Scott-Thoennes
1183              and Craig A. Berry.
1184              
1185              Subject: [PATCH] fixes bug 20000508.004
1186              
1187              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
1188              
1189              Allow "no AutoLoader;", based on change #6444,
1190              suggested by Graham Barr.
1191              
1192              Use setproctitle() if available to modify $0.
1193              
1194              Warn if the version of the operating system used to compile gcc
1195              differs from the current version of the operating system.
1196              Also display the gcc compilation os and version in myconfig.
1197              Inspiration from
1198              
1199              Tiny fixes for #6460.
1200              
1201              The problem described in this
1202              Subject: [ID 20000322.018] named chars aren't magical enough
1203              has been fixed in perl 5.6.0 but just in case added a test
1204              to keep it away.  (The report from Joseph Hall.)
1205              
1206              Tune the comments and hopefully stop a memory leak.
1207              
1208              Subject: UTF8 concat
1209              (with a memory leak fixed, plus a few casts added)
1210              This also seems to help for
1211              Subject: [ID 20000716.015] join UTF8 weirdness
1212              
1213              Do not upgrade SVs into utf8 just because they participate
1214              in eq or cmp.  Reported and fix suggested in
1215              Subject: [ID 20000720.009] sv_eq UTF8 bug
1216              
1217              Fix the HALF_UPGRADE() macro introduced in #6263.
1218              
1219              Find green threads before native threads.
1220              Subject: Re: Patch to jpl/JNI/Makefile.PL
1221      Branch: maint-5.6/perl
1222           !> (integrate 30 files)
1223 ____________________________________________________________________________
1224 [  7881] By: jhi                                   on 2000/11/27  05:48:41
1225         Log: It seems that *both* the unused submatch loop cleanup
1226              codes are needed.
1227      Branch: perl
1228            ! regexec.c
1229 ____________________________________________________________________________
1230 [  7880] By: jhi                                   on 2000/11/27  04:50:07
1231         Log: Clean .exists deeper.
1232      Branch: perl
1233            ! Makefile.SH
1234 ____________________________________________________________________________
1235 [  7879] By: jhi                                   on 2000/11/27  02:31:35
1236         Log: The code in regcppop() (see #7878) contains the correct lower
1237              limit for the unused submatch 'cleanup' loop so that under
1238              "use utf8" the following code wouldn't dump core:
1239              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
1240              the cleanup loop in regtry() stomped beyond allocated area
1241              in the startp[] array.  Therefore, copied the correct lower
1242              loop limit (*PL_reglastparen) to regtry().  Note: something
1243              may still not be quite right: why was the _higher_ loop limit
1244              (prog->nparens) different in the utf8 case?
1245              
1246              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
1247              without core dumps, there were about 17 of them before
1248              the patch (with us since Perl 5.7.0).  Two failures, still:
1249              496 and 505 (though these may not be severe).
1250              
1251              Patch #7881 is also needed since both the cleanup loops
1252              seem to be needed.
1253              
1254              Also, the t/op/pat#44 seems to core dump under utf8.
1255              Plus a couple of failures.  UGH-8.
1256      Branch: perl
1257            ! regexec.c
1258 ____________________________________________________________________________
1259 [  7878] By: jhi                                   on 2000/11/27  02:21:17
1260         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
1261              the code in regcppop() seems to be redundant for the test suite --
1262              but it contains a germ of truth, and it needed for the build
1263              process itself: see #7879 and #7881.
1264      Branch: perl
1265            ! regexec.c
1266 ____________________________________________________________________________
1267 [  7877] By: jhi                                   on 2000/11/27  01:53:09
1268         Log: Comment on comment.
1269      Branch: perl
1270            ! regexec.c
1271 ____________________________________________________________________________
1272 [  7876] By: jhi                                   on 2000/11/27  00:49:59
1273         Log: Adjust the docs to agree with #7875.
1274      Branch: perl
1275            ! pod/perllocale.pod
1276 ____________________________________________________________________________
1277 [  7875] By: jhi                                   on 2000/11/27  00:49:27
1278         Log: Retract #7863.  It makes more sense not to taint formatted output,
1279              not even by sprintf().
1280      Branch: perl
1281            ! sv.c
1282 ____________________________________________________________________________
1283 [  7874] By: jhi                                   on 2000/11/26  23:36:02
1284         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
1285              Not really fixed (should really dump the UTF-8 charclass),
1286              but stopped displaying the garbage.
1287              
1288              Also add a note on the (missing) Unicode PSXSPC and BLANK.
1289      Branch: perl
1290            ! regcomp.c
1291 ____________________________________________________________________________
1292 [  7873] By: jhi                                   on 2000/11/26  21:31:13
1293         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
1294      Branch: perl
1295            ! regexec.c
1296 ____________________________________________________________________________
1297 [  7872] By: jhi                                   on 2000/11/26  21:06:04
1298         Log: No need to scan till infinity, 13 is enough.
1299      Branch: perl
1300            ! handy.h utf8.c
1301 ____________________________________________________________________________
1302 [  7871] By: jhi                                   on 2000/11/26  20:20:32
1303         Log: Test line numbers are different with utf8.
1304      Branch: perl
1305            ! t/op/re_tests
1306 ____________________________________________________________________________
1307 [  7870] By: jhi                                   on 2000/11/26  20:10:12
1308         Log: Message nit.
1309      Branch: perl
1310            ! regcomp.c
1311 ____________________________________________________________________________
1312 [  7869] By: jhi                                   on 2000/11/26  19:01:05
1313         Log: Make utf8_length() and utf8_distance() (the latter of which
1314              is unused at the moment) to be less forgiving about bad UTF-8.
1315      Branch: perl
1316            ! embed.h embed.pl objXSUB.h proto.h utf8.c
1317 ____________________________________________________________________________
1318 [  7868] By: jhi                                   on 2000/11/26  18:45:56
1319         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
1320              From: Benjamin Holzman <bah@ecnvantage.com>
1321              Date: Sat, 25 Nov 2000 20:40:20 -0500       
1322              Message-ID: <20001125204020.A25040@ecnvantage.com>              
1323              
1324              Debian allows installing /usr/bin/locale without installing
1325              any locales, an error message will ensue.
1326      Branch: perl
1327            ! t/pragma/locale.t
1328 ____________________________________________________________________________
1329 [  7867] By: jhi                                   on 2000/11/26  18:31:12
1330         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
1331              From: Benjamin Holzman <bah@ecnvantage.com>
1332              Date: Sun, 26 Nov 2000 02:42:34 -0500
1333              Message-ID: <20001126024234.G25040@ecnvantage.com>
1334              
1335              Patch for the bug 20000212.002.
1336      Branch: perl
1337            ! sv.c t/op/array.t
1338 ____________________________________________________________________________
1339 [  7866] By: jhi                                   on 2000/11/26  18:28:09
1340         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
1341              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1342              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
1343              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
1344              
1345              File::Temp 0.11.
1346      Branch: perl
1347            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
1348 ____________________________________________________________________________
1349 [  7865] By: jhi                                   on 2000/11/26  18:24:22
1350         Log: The metaconfig unit change for #7864.
1351      Branch: metaconfig/U/perl
1352            ! need_va_copy.U
1353 ____________________________________________________________________________
1354 [  7864] By: jhi                                   on 2000/11/26  18:23:41
1355         Log: Make the va_copy() test not to be so talkative.
1356      Branch: perl
1357            ! Configure config_h.SH
1358 ____________________________________________________________________________
1359 [  7863] By: jhi                                   on 2000/11/26  18:11:02
1360         Log: Fix locale inconsistencies unearthed by Hugo's work.
1361              Now the floating point sprintf really does taint the result
1362              string as perllocale promises (has promised for a long time)
1363              if "use locale" is in the lexical scope.
1364      Branch: perl
1365            ! sv.c t/pragma/locale.t
1366 ____________________________________________________________________________
1367 [  7862] By: jhi                                   on 2000/11/26  00:35:15
1368         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
1369              From: Nicholas Clark <nick@ccl4.org>
1370              Date: Sun, 26 Nov 2000 00:07:50 +0000
1371              Message-ID: <20001126000750.A22446@plum.flirble.org>
1372              
1373              Infinit.
1374      Branch: perl
1375            ! sv.c
1376 ____________________________________________________________________________
1377 [  7861] By: jhi                                   on 2000/11/26  00:01:26
1378         Log: Integrate perlio.
1379      Branch: perl
1380           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
1381 ____________________________________________________________________________
1382 [  7860] By: nick                                  on 2000/11/25  22:04:17
1383         Log: Correct relative path from new ext\Filter\Util\Call location
1384              back to miniperl.
1385      Branch: perlio
1386            ! win32/makefile.mk
1387 ____________________________________________________________________________
1388 [  7859] By: nick                                  on 2000/11/25  21:26:54
1389         Log: Integrate mainline.
1390      Branch: perlio
1391           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
1392           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
1393           +> t/lib/filter-util.t
1394            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
1395            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
1396            - t/lib/filt-util.t
1397           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
1398           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
1399           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
1400           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
1401           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
1402           !> win32/makefile.mk
1403 ____________________________________________________________________________
1404 [  7858] By: gsar                                  on 2000/11/25  20:52:17
1405         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
1406              parent's memory; fix it by keeping track of the actual pad
1407              offset rather than a raw pointer (this change is probably also
1408              relevant to non-ithreads case to avoid fallout from reallocs of
1409              the pad array, but is currently only enabled for the ithreads
1410              case in the interests of minimal disruption to existing "well
1411              tested" code)
1412      Branch: perl
1413            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
1414            ! proto.h scope.c scope.h sv.c t/op/fork.t
1415 ____________________________________________________________________________
1416 [  7857] By: nick                                  on 2000/11/25  20:01:28
1417         Log: All tests pass on Win32/gcc/USE_PERLIO.
1418              - when crlf layer is pushed make unix-level binary.
1419              - remove :crlf injection in pp_backtick in pp_sys.c
1420              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
1421      Branch: perlio
1422            ! doio.c perlio.c pp_sys.c win32/makefile.mk
1423 ____________________________________________________________________________
1424 [  7856] By: jhi                                   on 2000/11/25  18:38:30
1425         Log: Update the metaconfig units for #7855.
1426      Branch: metaconfig/U/perl
1427            ! useperlio.U usesocks.U
1428 ____________________________________________________________________________
1429 [  7855] By: jhi                                   on 2000/11/25  18:37:54
1430         Log: Undo the SOCKS workarounds, instead start using PerlIO
1431              if SOCKS is selected.
1432              
1433              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
1434              From: Jens Hamisch <jens@Strawberry.COM>
1435              Date: Fri, 24 Nov 2000 18:31:30 +0100
1436              Message-ID: <20001124183130.E28337@Strawberry.COM>
1437              
1438              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
1439              From: Jens Hamisch <jens@Strawberry.COM>
1440              Date: Fri, 24 Nov 2000 19:11:51 +0100
1441              Message-ID: <20001124191151.A28753@Strawberry.COM>
1442      Branch: perl
1443            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
1444            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
1445 ____________________________________________________________________________
1446 [  7854] By: jhi                                   on 2000/11/25  17:39:08
1447         Log: Undo #7848.  Some of the code seems to use walkoptree(),
1448              some walkoptree_slow().  An unfinished renaming?
1449              Now the sub is walkoptree() (which is @EXPORT_OK),
1450              the walkoptree_slow() is a typeglob alias to walkoptree.
1451              This makes the tests to pass, at least.
1452      Branch: perl
1453            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
1454 ____________________________________________________________________________
1455 [  7853] By: nick                                  on 2000/11/24  22:24:33
1456         Log: Re-arrange crlf vs binary for platforms that care.
1457              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
1458              Lip-service to making stdio layer work on such platfroms (untested).
1459              Now fails 3 tests rather than one, checkin to see if I can debug 
1460              the issue under linux. (Do not merge.)
1461      Branch: perlio
1462            ! doio.c perlio.c perliol.h
1463 ____________________________________________________________________________
1464 [  7852] By: jhi                                   on 2000/11/24  18:57:39
1465         Log: AUTHORS edits.
1466      Branch: perl
1467            ! AUTHORS
1468 ____________________________________________________________________________
1469 [  7851] By: jhi                                   on 2000/11/24  17:34:56
1470         Log: Add Jan-Erik Karlsson.
1471      Branch: perl
1472            ! AUTHORS
1473 ____________________________________________________________________________
1474 [  7850] By: jhi                                   on 2000/11/24  17:27:56
1475         Log: Configure should find stdchar on its own.
1476      Branch: perl
1477            ! hints/solaris_2.sh
1478 ____________________________________________________________________________
1479 [  7849] By: jhi                                   on 2000/11/24  17:24:55
1480         Log: Subject: PATCH over 7848: Filter test flawed
1481              From: andreas.koenig@anima.de (Andreas J. Koenig)
1482              Date: 24 Nov 2000 10:28:29 +0100
1483              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
1484      Branch: perl
1485            ! t/lib/filter-util.t
1486 ____________________________________________________________________________
1487 [  7848] By: jhi                                   on 2000/11/24  17:22:15
1488         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
1489              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
1490              Date: Fri, 24 Nov 2000 16:12:58 +0000
1491              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
1492      Branch: perl
1493            ! ext/B/B.pm
1494 ____________________________________________________________________________
1495 [  7847] By: jhi                                   on 2000/11/24  03:07:01
1496         Log: Integrate perlio.
1497      Branch: perl
1498           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
1499           !> win32/makefile.mk
1500 ____________________________________________________________________________
1501 [  7846] By: gsar                                  on 2000/11/24  00:55:57
1502         Log: integrate changes#6415..6418,6420..6438 from mainline
1503              
1504              Fix the bitvector ops for utf8 (tricky since past 7 bits
1505              the utf8 'characters' can be more than one octet).
1506              
1507              MPE/ix updates for perl 5.6.0 from Mark Bixby.
1508              
1509              Subject: SDBM_File documentation
1510              
1511              Detypo.
1512              
1513              Decutandpasto.
1514              
1515              Send all installperl messages to STDERR and be -w clean.
1516              
1517              Out-of-date note removed.
1518              
1519              Protect against "wild next"s, that is, callbacks doing "next"
1520              instead of "return".
1521              
1522              Use STDOUT consistently.
1523              
1524              The output might have been produced in the wrong order.
1525              
1526              A missing 'break' after the [[:space:]] switch case.
1527              
1528              Add tests for
1529              [ID 19991110.003] another matching finding by pcre author
1530              which has already been fixed by some patch, as verified in
1531              
1532              Documentation to explain the behaviour of map().
1533              
1534              Add an optimization for map-maps-a-list-element-to-more-list-elements
1535              case, but add also notes explaining the relationship of this
1536              patch and the earlier notes by Sarathy.
1537              
1538              Subject: [ID 20000716.023] syslog test fails without sockets
1539              
1540              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
1541              Test cases for #6431.
1542              
1543              File::Spec::VMS fixup for tmpdir from Craig Berry.
1544              
1545              Make the "uninit variable" warning to say "concat or string"
1546              or "join or string" when in concat or join .
1547              
1548              Get UTF16 BOMs working.  Patch from
1549              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
1550              
1551              Subject: [PATCH] Make large file tests deal with SIGXFSZ
1552              
1553              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
1554              
1555              Subject: [PATCH] av.c apidoc
1556      Branch: maint-5.6/perl
1557           !> (integrate 43 files)
1558 ____________________________________________________________________________
1559 [  7845] By: gsar                                  on 2000/11/24  00:20:45
1560         Log: integrate changes#6406..6414 from mainline
1561              
1562              Merge perlhacktut into perlhack, update perlguts.
1563              
1564              Fix AutoSplit to use File::Spec the right way in VMS,
1565              from Peter Prymmer.
1566              
1567              The bug report
1568              [ID 19991110.002] minimal matching discrepancy found by pcre author
1569              seems to have been fixed (though differently from what was suggested
1570              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
1571              
1572              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
1573              not in pod, from Peter Prymmer
1574              
1575              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
1576              From: Hugo <hv@crypt.compulink.co.uk>
1577              Date: Fri, 14 Jul 2000 23:05:20 +0100
1578              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
1579              
1580              Didn't anymore apply, but that point still could use another fix.
1581              
1582              lib/b test fixes from Peter Prymmer.
1583              
1584              More docs for sv functions.
1585              
1586              perlvms.pod whitespace cleanup to keep pod utils happy.
1587              
1588              another VMS build tweak from Peter Prymmer
1589      Branch: maint-5.6/perl
1590           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
1591           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
1592           !> vms/descrip_mms.template vms/perlvms.pod
1593 ____________________________________________________________________________
1594 [  7844] By: nick                                  on 2000/11/23  23:42:45
1595         Log: Win32/perlio Now just fails one io/argv.t test - lack 
1596              of default :crlf on standard streams.
1597      Branch: perlio
1598            ! doio.c perlio.c
1599 ____________________________________________________________________________
1600 [  7843] By: nick                                  on 2000/11/23  23:04:05
1601         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
1602              peek fail is showing a real problem (multiple crlf layers
1603              are getting pushed.)
1604      Branch: perlio
1605            ! doio.c perlio.c win32/makefile.mk
1606 ____________________________________________________________________________
1607 [  7842] By: nick                                  on 2000/11/23  19:46:23
1608         Log: Implement PerlIO_binmode()
1609              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
1610              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
1611              make binmode in t/lib/io_tell.t unconditional so that works.
1612              Checkin just so Win32 machine can see these changes.
1613      Branch: perlio
1614            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
1615 ____________________________________________________________________________
1616 [  7841] By: jhi                                   on 2000/11/23  19:30:00
1617         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
1618      Branch: perl
1619            ! README.amiga
1620 ____________________________________________________________________________
1621 [  7840] By: jhi                                   on 2000/11/23  17:18:02
1622         Log: SOCKS wrestling continues, patches from Jens Hamisch.
1623      Branch: perl
1624            ! doio.c embed.h embed.pl perlsdio.h proto.h
1625 ____________________________________________________________________________
1626 [  7839] By: jhi                                   on 2000/11/23  16:54:14
1627         Log: Push Filter::Util::Call one level deeper.
1628      Branch: perl
1629            + t/lib/filter-util.t
1630           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
1631           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
1632            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
1633            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
1634            - t/lib/filt-util.t
1635            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
1636            ! win32/Makefile win32/makefile.mk
1637 ____________________________________________________________________________
1638 [  7838] By: jhi                                   on 2000/11/23  16:52:40
1639         Log: Reach back one higher up when searching for PERL_SRC.
1640      Branch: perl
1641            ! lib/ExtUtils/MM_Unix.pm
1642 ____________________________________________________________________________
1643 [  7837] By: jhi                                   on 2000/11/23  16:05:41
1644         Log: Subject: Re: perl@7826
1645              Date: Thu, 23 Nov 2000 02:20:25 -0600
1646              From: "Craig A. Berry" <craigberry@mac.com>
1647              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
1648              
1649              Make VMS to like Filter::Util::Call. 
1650      Branch: perl
1651            ! configure.com ext/Filter/Util/Makefile.PL
1652 ____________________________________________________________________________
1653 [  7836] By: nick                                  on 2000/11/23  16:04:08
1654         Log: Implement crlf layer - not ready for merge.
1655      Branch: perlio
1656            ! perlio.c win32/makefile.mk
1657 ____________________________________________________________________________
1658 [  7835] By: jhi                                   on 2000/11/23  15:56:52
1659         Log: STDCHAR is different in Sparc v9 vs x86.
1660      Branch: perl
1661            ! hints/solaris_2.sh
1662 ____________________________________________________________________________
1663 [  7834] By: jhi                                   on 2000/11/23  15:50:47
1664         Log: The type needs to be visible to protos.
1665      Branch: perl
1666            ! perl.h
1667 ____________________________________________________________________________
1668 [  7833] By: jhi                                   on 2000/11/23  15:40:46
1669         Log: Finish unfinished SOCKS workaround changes.
1670      Branch: perl
1671            ! doio.c
1672 ____________________________________________________________________________
1673 [  7832] By: jhi                                   on 2000/11/23  15:33:30
1674         Log: Integrate perlio.
1675      Branch: perl
1676           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1677           !> win32/makefile.mk
1678 ____________________________________________________________________________
1679 [  7831] By: nick                                  on 2000/11/23  10:31:07
1680         Log: Correct makefile.mk dependancies for ext/Filter/Util
1681              Build ext/Encode
1682              Run dmake regen_config_h
1683      Branch: perlio
1684            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1685            ! win32/makefile.mk
1686 ____________________________________________________________________________
1687 [  7830] By: nick                                  on 2000/11/23  08:05:07
1688         Log: Integrate mainline
1689      Branch: perlio
1690           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
1691           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
1692           +> t/lib/filt-util.pl t/lib/filt-util.t
1693           !> (integrate 41 files)
1694 ____________________________________________________________________________
1695 [  7829] By: gsar                                  on 2000/11/23  03:07:11
1696         Log: build the Filter extension on windows
1697      Branch: perl
1698            ! win32/Makefile win32/makefile.mk
1699 ____________________________________________________________________________
1700 [  7828] By: gsar                                  on 2000/11/23  02:46:35
1701         Log: regenerate win32/config* and fix some inconsistencies in the
1702              makefiles; always export Perl_deb() because it is needed
1703              by ext/re/* (whether perl itself is built with -DDEBUGGING
1704              or not)
1705      Branch: perl
1706            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
1707            ! win32/config_H.vc win32/makefile.mk
1708 ____________________________________________________________________________
1709 [  7827] By: gsar                                  on 2000/11/23  02:18:38
1710         Log: get sources building on windows+MSVC again (untested with other
1711              compilers)
1712      Branch: perl
1713            ! win32/include/sys/socket.h win32/perllib.c
1714 ____________________________________________________________________________
1715 [  7826] By: jhi                                   on 2000/11/23  01:18:26
1716         Log: Update Changes.
1717      Branch: perl
1718            ! Changes patchlevel.h
1719 ____________________________________________________________________________
1720 [  7825] By: jhi                                   on 2000/11/23  00:20:41
1721         Log: Subject: Re: av.c patch (having slight problems)
1722              From: "Ben Tilly" <ben_tilly@hotmail.com>
1723              Date: Tue, 21 Nov 2000 23:29:31 -0500
1724              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
1725              
1726              unshift() speedup.
1727      Branch: perl
1728            ! av.c
1729 ____________________________________________________________________________
1730 [  7824] By: jhi                                   on 2000/11/22  23:59:15
1731         Log: Fixes for signedness warnings noticed by VMSperlers.
1732      Branch: perl
1733            ! ext/Storable/Storable.xs regcomp.c sv.c
1734 ____________________________________________________________________________
1735 [  7823] By: jhi                                   on 2000/11/22  23:19:31
1736         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
1737              From: Peter Prymmer <pvhp@forte.com>
1738              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
1739              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
1740      Branch: perl
1741            ! t/pragma/warn/pp_hot
1742 ____________________________________________________________________________
1743 [  7822] By: jhi                                   on 2000/11/22  22:52:20
1744         Log: Be clean.
1745      Branch: perl
1746            ! Makefile.SH
1747 ____________________________________________________________________________
1748 [  7821] By: jhi                                   on 2000/11/22  22:46:39
1749         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
1750              by Damian Conway, as suggested by Paul Marquess.
1751      Branch: perl
1752            + lib/Filter/Simple.pm
1753 ____________________________________________________________________________
1754 [  7820] By: jhi                                   on 2000/11/22  22:45:51
1755         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
1756      Branch: perl
1757            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
1758            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
1759            + t/lib/filt-util.t
1760            ! MANIFEST
1761 ____________________________________________________________________________
1762 [  7819] By: jhi                                   on 2000/11/22  22:03:27
1763         Log: Integrate perlio.
1764      Branch: perl
1765           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
1766           !> win32/makefile.mk
1767 ____________________________________________________________________________
1768 [  7818] By: jhi                                   on 2000/11/22  21:56:02
1769         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
1770      Branch: perl
1771            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
1772            ! t/lib/io_sock.t
1773 ____________________________________________________________________________
1774 [  7817] By: jhi                                   on 2000/11/22  21:39:49
1775         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
1776              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1777              Date: Wed, 22 Nov 2000 16:08:12 -0500
1778              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
1779      Branch: perl
1780            ! lib/ExtUtils/Liblist.pm
1781 ____________________________________________________________________________
1782 [  7816] By: jhi                                   on 2000/11/22  21:38:25
1783         Log: Go ahead and #include <unistd.h> in perl.h.
1784      Branch: perl
1785            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
1786            ! util.c
1787 ____________________________________________________________________________
1788 [  7815] By: jhi                                   on 2000/11/22  21:22:52
1789         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
1790              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1791              Date: Mon, 20 Nov 2000 18:30:52 -0500
1792              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
1793      Branch: perl
1794            ! pod/perlre.pod regcomp.c t/op/re_tests
1795 ____________________________________________________________________________
1796 [  7814] By: jhi                                   on 2000/11/22  21:21:46
1797         Log: Subject: [PATCH 5.7.0] Liblist finally works
1798              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1799              Date: Tue, 21 Nov 2000 22:02:17 -0500
1800              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
1801      Branch: perl
1802            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
1803            ! lib/ExtUtils/MakeMaker.pm
1804 ____________________________________________________________________________
1805 [  7813] By: jhi                                   on 2000/11/22  21:20:23
1806         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
1807              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1808              Date: Wed, 22 Nov 2000 17:53:15 +0100
1809              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
1810              
1811              AIX dynaloader and perlio patch.
1812      Branch: perl
1813            ! ext/DynaLoader/dl_aix.xs
1814 ____________________________________________________________________________
1815 [  7812] By: jhi                                   on 2000/11/22  21:17:52
1816         Log: (Accidentally empty patch.)
1817      Branch: perl
1818            ! av.c
1819 ____________________________________________________________________________
1820 [  7811] By: jhi                                   on 2000/11/22  21:16:31
1821         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
1822              From: Peter Prymmer <pvhp@forte.com>
1823              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
1824              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
1825      Branch: perl
1826            ! vms/test.com
1827 ____________________________________________________________________________
1828 [  7810] By: jhi                                   on 2000/11/22  21:15:36
1829         Log: Subject: Re: perl@7777 
1830              From: "John P. Linderman" <jpl@research.att.com>
1831              Date: Wed, 22 Nov 2000 13:11:11 -0500
1832              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
1833              
1834              Detypoing.
1835      Branch: perl
1836            ! lib/CPAN.pm
1837 ____________________________________________________________________________
1838 [  7809] By: jhi                                   on 2000/11/22  21:14:19
1839         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
1840              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1841              Date:     Wed, 22 Nov 2000 13:51:37 EST
1842              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
1843      Branch: perl
1844            ! perlsdio.h
1845 ____________________________________________________________________________
1846 [  7808] By: jhi                                   on 2000/11/22  21:13:27
1847         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
1848              From: Casey Tweten <crt@kiski.net>
1849              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
1850              Message-Id: <200011201653.LAA10194@home.kiski.net>
1851      Branch: perl
1852            ! t/lib/io_udp.t
1853 ____________________________________________________________________________
1854 [  7807] By: jhi                                   on 2000/11/22  21:12:35
1855         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
1856              From: Casey Tweten <crt@kiski.net>
1857              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
1858              Message-Id: <200011201636.LAA07227@home.kiski.net>
1859      Branch: perl
1860            ! t/lib/io_sock.t
1861 ____________________________________________________________________________
1862 [  7806] By: jhi                                   on 2000/11/22  21:10:59
1863         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
1864              From: "Casey R. Tweten" <crt@kiski.net>
1865              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
1866              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
1867      Branch: perl
1868            ! utils/h2xs.PL
1869 ____________________________________________________________________________
1870 [  7805] By: nick                                  on 2000/11/22  21:05:06
1871         Log: Integrate mainline
1872      Branch: perlio
1873           !> Changes Porting/genlog ext/DB_File/DB_File.xs
1874           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
1875           !> utils/perlbug.PL
1876 ____________________________________________________________________________
1877 [  7804] By: jhi                                   on 2000/11/22  21:01:12
1878         Log: Subject: [PATCH] Test.pm POD peculiarity
1879              From: "Casey R. Tweten" <crt@kiski.net>
1880              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
1881              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
1882      Branch: perl
1883            ! lib/Test.pm
1884 ____________________________________________________________________________
1885 [  7803] By: jhi                                   on 2000/11/22  20:59:59
1886         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
1887              From: "Philip Newton" <pnewton@gmx.de>
1888              Date: Wed, 22 Nov 2000 14:25:53 +0100
1889              Message-Id: <3A1BD771.25462.1939FAD@localhost>
1890              
1891              Be case-understanding also on 's', and use the -oi of sendmail
1892              not to terminate the transmission on a lone '.'.
1893      Branch: perl
1894            ! utils/perlbug.PL
1895 ____________________________________________________________________________
1896 [  7802] By: nick                                  on 2000/11/22  20:51:42
1897         Log: Win32 PerlIO intermediate state now working as expected.
1898              - In current state we are still using C runtime in text/binary
1899              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
1900              - PERLIO=stdio and PERLIO=unix pass all expected tests.
1901              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
1902              and PerlIO_seek() and the dummy crlf layer is not making adjustments
1903              for CRLF translation happening in C runtime. All other tests pass.
1904              
1905              Added note to README.win32 to point out the snags of doing a perl build
1906              with Norton AntiVirus turned on.
1907              
1908              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
1909              which file a fail comes from.
1910              
1911              Updated "canned" config.h to match the one generated.
1912      Branch: perlio
1913            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
1914            ! win32/makefile.mk
1915 ____________________________________________________________________________
1916 [  7801] By: jhi                                   on 2000/11/22  06:50:20
1917         Log: Nickety nits.
1918      Branch: perl
1919            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
1920 ____________________________________________________________________________
1921 [  7800] By: jhi                                   on 2000/11/22  01:29:55
1922         Log: Changes had accidentally gone too silent on non-main branches.
1923      Branch: perl
1924            ! Changes Porting/genlog patchlevel.h
1925 ____________________________________________________________________________
1926 [  7799] By: gsar                                  on 2000/11/22  01:02:56
1927         Log: some lib_pm.PL changes snuck in via change#7772
1928      Branch: maint-5.6/perl
1929            ! Makefile.SH
1930 ____________________________________________________________________________
1931 [  7798] By: nick                                  on 2000/11/21  21:59:40
1932         Log: Integrate mainline
1933      Branch: perlio
1934           !> (integrate 28 files)
1935 ____________________________________________________________________________
1936 [  7797] By: jhi                                   on 2000/11/21  21:01:45
1937         Log: Integrate perlio.
1938      Branch: perl
1939           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
1940 ____________________________________________________________________________
1941 [  7796] By: nick                                  on 2000/11/21  20:36:22
1942         Log: Win32 builds and runs (mostly) with USE_PERLIO.
1943              PERLIO=perlio passes all tests. 
1944              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
1945      Branch: perlio
1946            ! perlio.c win32/perllib.c win32/win32.c
1947 ____________________________________________________________________________
1948 [  7795] By: jhi                                   on 2000/11/21  19:03:44
1949         Log: Update Changes.
1950      Branch: perl
1951            ! Changes patchlevel.h
1952 ____________________________________________________________________________
1953 [  7794] By: jhi                                   on 2000/11/21  18:56:34
1954         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
1955              From: "Craig A. Berry" <craigberry@mac.com>
1956              Date: Mon, 20 Nov 2000 20:27:06 -0600
1957              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
1958              
1959              A cut-and-pasto.
1960      Branch: perl
1961            ! perlio.h
1962 ____________________________________________________________________________
1963 [  7793] By: jhi                                   on 2000/11/21  18:54:41
1964         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
1965              From: Dominic Dunlop <domo@computer.org> 
1966              Date: Mon, 20 Nov 2000 18:55:29 +0100
1967              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
1968              
1969              va_copy() and the need of it.
1970              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
1971      Branch: metaconfig/U/perl
1972            + need_va_copy.U
1973      Branch: perl
1974            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1975            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
1976            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
1977            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
1978            ! win32/config.bc win32/config.gc win32/config.vc
1979 ____________________________________________________________________________
1980 [  7792] By: jhi                                   on 2000/11/21  17:04:10
1981         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
1982      Branch: perl
1983           !> scope.h
1984 ____________________________________________________________________________
1985 [  7791] By: jhi                                   on 2000/11/21  17:01:16
1986         Log: Export the SOCKS workaround symbols only if necessary.
1987      Branch: perl
1988            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
1989 ____________________________________________________________________________
1990 [  7790] By: nick                                  on 2000/11/20  23:57:11
1991         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
1992      Branch: perlio
1993            ! scope.h
1994 ____________________________________________________________________________
1995 [  7789] By: nick                                  on 2000/11/20  23:38:33
1996         Log: Integrate mainline
1997      Branch: perlio
1998           +> lib/File/Spec/Epoc.pm
1999           !> (integrate 34 files)
2000 ____________________________________________________________________________
2001 [  7788] By: nick                                  on 2000/11/20  23:20:18
2002         Log: Make extra buffer layer work (dummy crlf layer)
2003      Branch: perlio
2004            ! doio.c perlio.c perlio.h
2005 ____________________________________________________________________________
2006 [  7787] By: jhi                                   on 2000/11/20  22:44:04
2007         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
2008              From: Peter Prymmer <pvhp@forte.com>
2009              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
2010              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
2011      Branch: perl
2012            ! t/pragma/locale.t
2013 ____________________________________________________________________________
2014 [  7786] By: jhi                                   on 2000/11/20  22:29:10
2015         Log: Subject: DOC PATCH 5.6.0 perlreftut
2016              From: mjd@plover.com
2017              Date: 20 Nov 2000 19:45:06 -0000
2018              Message-ID: <20001120194506.9505.qmail@plover.com>
2019      Branch: perl
2020            ! pod/perlreftut.pod
2021 ____________________________________________________________________________
2022 [  7785] By: jhi                                   on 2000/11/20  22:27:44
2023         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
2024              From: David Dyck <dcd@tc.fluke.com>
2025              Date: Mon, 20 Nov 2000 11:43:40 -0800
2026              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
2027      Branch: perl
2028            ! lib/Cwd.pm
2029 ____________________________________________________________________________
2030 [  7784] By: jhi                                   on 2000/11/20  22:23:21
2031         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
2032              Date: Mon, 20 Nov 2000 17:06:10 -0500
2033              To: Mailing list Perl5 <perl5-porters@perl.org>
2034              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
2035      Branch: perl
2036            ! pp_ctl.c t/op/pat.t
2037 ____________________________________________________________________________
2038 [  7783] By: jhi                                   on 2000/11/20  22:11:18
2039         Log: Subject: [PATCH] doop.c - UTF8 tr///               
2040              From: Simon Cozens <simon@cozens.net>
2041              Date: Sat, 18 Nov 2000 18:49:30 +0000
2042              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
2043              
2044              Subject: Re: [PATCH] doop.c - UTF8 tr///           
2045              From: Simon Cozens <simon@cozens.net>
2046              Date: Mon, 20 Nov 2000 20:45:22 +0000
2047              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
2048              
2049              Make tr on UTF-8 better but still not correct.
2050      Branch: perl
2051            ! doop.c
2052 ____________________________________________________________________________
2053 [  7782] By: jhi                                   on 2000/11/20  22:02:16
2054         Log: Remove the shared object before attempting to create
2055              (by linking) a new one.  E.g. in AIX not removing
2056              becomes quite painful if one tries to do more than one
2057              build in the same tree (an interrupted build, for example),
2058              since the AIX' shared dynaloader seemingly keeps the shared
2059              objects open and therefore 'busy' for quite a while, even when
2060              nobody is using the objects, leading into link failures.
2061      Branch: perl
2062            ! lib/ExtUtils/MM_Unix.pm
2063 ____________________________________________________________________________
2064 [  7781] By: gsar                                  on 2000/11/20  19:02:55
2065         Log: type mismatch due to faulty integration
2066      Branch: maint-5.6/perl
2067            ! toke.c win32/Makefile
2068 ____________________________________________________________________________
2069 [  7780] By: gsar                                  on 2000/11/20  17:31:55
2070         Log: integrate changes#6392,6394..6399,6401..6404
2071              
2072              The {multiplier} of a fixed substring was overlooked which
2073              caused a wrong initial search offset for that substring.
2074              
2075              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
2076              From: Hugo <hv@crypt.compulink.co.uk>
2077              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
2078              Date: Thu, 13 Jul 2000 19:27:13 +0100
2079              
2080              Fix the BOM bug: not a byteorder bug, a signedness bug.
2081              
2082              Replace change #6337 with a better one.
2083              
2084              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
2085              From: Hugo <hv@crypt.compulink.co.uk>
2086              Date: Fri, 14 Jul 2000 04:16:20 +0100
2087              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
2088              
2089              MakeMaker should not remove editor backups (*~) on `make clean`
2090              by default (completes change#6383)
2091              
2092              move new variables to the end of the interpreter structure (for
2093              bincompat in code that doesn't #include XSUB.h)
2094              
2095              rename totally bletcherous SvLOCK() thingy (doesn't do what the
2096              name suggests anyway)
2097              
2098              various cleanups (typos, misformatted code, and small bugs)
2099              
2100              typecasts needed for change#6394
2101              
2102              typos in change#6399, regen headers
2103              
2104              inconsistent types needs casts
2105              
2106              PERL_OBJECT build tweaks
2107      Branch: maint-5.6/perl
2108           !> MANIFEST doop.c embed.h embed.pl embedvar.h
2109           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
2110           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
2111           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
2112           !> toke.c util.c
2113 ____________________________________________________________________________
2114 [  7779] By: gsar                                  on 2000/11/20  17:06:29
2115         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
2116              
2117              Cosmetics and perldelta.
2118              
2119              Fix nits noticed by Boston.pm.
2120              
2121              Do the cc sanity check both before the hints and
2122              after the cc selction.
2123              
2124              get sprintf.t to adjust properly for 3-digit exponents
2125              
2126              don't clobber *.orig files on *clean targets
2127              
2128              fix bugs in processing %v-*d and similar format specs (from
2129              Avi Finkel <avi@finkel.org>)
2130              
2131              sprintf test tweaks (from Dominic Dunlop)
2132              
2133              new selfloader.t in change#6183 doesn't close DATA handles,
2134              and thus fails to clean up tmp files on dosish platforms
2135              
2136              typos (spotted by Peter Prymmer)
2137              
2138              typo fix from Craig Berry
2139      Branch: maint-5.6/perl
2140           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
2141           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
2142           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
2143           !> x2p/Makefile.SH
2144 ____________________________________________________________________________
2145 [  7778] By: gsar                                  on 2000/11/20  16:46:51
2146         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
2147              
2148              Subject: Re: format bug report  [Patch]
2149              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2150              Date: Wed, 05 Jul 2000 13:12:52 +0200
2151              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
2152              
2153              Subject: Re: format bug report  [Patch]
2154              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2155              Date: Wed, 05 Jul 2000 14:10:01 +0200
2156              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
2157              
2158              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
2159              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2160              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
2161              Date: Fri, 07 Jul 2000 17:57:16 +0100
2162              
2163              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
2164              To: perl5-porters@perl.org
2165              From: Karsten Sperling <spiff@phreax.net>
2166              Date: Mon, 10 Jul 2000 15:12:52 +0200
2167              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
2168              
2169              README.posix-bc podified from Thomas Dorner.
2170              
2171              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
2172              From: Dominic Dunlop <domo@computer.org>
2173              Date: Tue, 11 Jul 2000 12:27:33 +0200
2174              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
2175              
2176              Typo in #6341.
2177              
2178              Fix for
2179              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
2180              From: Roderick Schertler <roderick@argon.org>
2181              Date: Tue, 11 Jul 2000 13:55:05 -0400
2182              Message-Id: <200007111755.NAA05077@jones.argon.org>
2183              
2184              Minor cleanups on the booklist.
2185              
2186              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
2187              regen perltoc.
2188              
2189              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
2190      Branch: maint-5.6/perl
2191           +> pod/perlbook.pod
2192           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
2193           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
2194           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
2195 ____________________________________________________________________________
2196 [  7777] By: jhi                                   on 2000/11/20  16:08:49
2197         Log: Update Changes.
2198      Branch: perl
2199            ! Changes patchlevel.h
2200 ____________________________________________________________________________
2201 [  7776] By: jhi                                   on 2000/11/20  15:27:56
2202         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
2203              This may be overly harsh but until proven otherwise, we think this
2204              way, or until we have a simple test for Configure (having to start
2205              up servers is does not count as simple) to check for the problems.
2206      Branch: perl
2207            ! perl.h
2208 ____________________________________________________________________________
2209 [  7775] By: jhi                                   on 2000/11/20  15:22:17
2210         Log: Solaris hints tweaks.
2211      Branch: perl
2212            ! hints/solaris_2.sh
2213 ____________________________________________________________________________
2214 [  7774] By: jhi                                   on 2000/11/20  15:01:20
2215         Log: Add a workaround to SOCKS 64-bit problems.
2216      Branch: perl
2217            ! doio.c embed.h embed.pl perlsdio.h proto.h
2218 ____________________________________________________________________________
2219 [  7773] By: jhi                                   on 2000/11/20  14:51:47
2220         Log: sysseek() instead of seek().
2221      Branch: perl
2222            ! t/lib/syslfs.t
2223 ____________________________________________________________________________
2224 [  7772] By: gsar                                  on 2000/11/20  13:06:23
2225         Log: integrate changes#6315..6319,6321..6331,6333..6338
2226              
2227              Integrate with Sarathy, preliminary fix for unicos
2228              alignment problems in [ID 20000612.002] Perl problem on Cray system.
2229              
2230              some debugger output does not go to the socket when RemotePort is set
2231              
2232              winsock cleanup never done on Windows (leads to handle leaks)
2233              
2234              fix UNC path handling on Windows under ithreads, and chdir()
2235              return value when given a non-existent directory
2236              
2237              Autogenerate pod/Makefile and pod/buildtoc.
2238              buildtoc also checks whether the existin pods are
2239              mentioned in MANIFEST and perl.pod, and vice versa.
2240              (None of the thusly found discrepancies fixed yet.)
2241              roffitall also needs to be autogenerated similarly but it
2242              seems so badly out of date that I didn't touch it yet.
2243              
2244              Config is being used.
2245              
2246              Add =head1 NAMEs so that buildtoc is happy.
2247              (The CGI::Util nit reported to Lincoln.)
2248              
2249              Fix complaints of buildtoc.
2250              
2251              Fix the alignment problem in Crays ([ID 20000612.002]).
2252              
2253              Remove perlbook, update perlfaq book listing,
2254              rearrange perl.pod, regenerate perltoc.
2255              
2256              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
2257              was cast to an unsigned (32-bit) integer with wild abandon.
2258              
2259              winsock options weren't being set in all threads under ithreads
2260              (caused send()s from second and subsequent threads to fail)
2261              
2262              accept() leaks memory on windows due to incorrect ordering of
2263              closesocket() and fclose() calls
2264              
2265              Reorder perl.pod once more.
2266              
2267              More POSIX.pod tweaks.
2268              
2269              Sprinkle ldlibpath.
2270              
2271              Precedence goof, fix based on
2272              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
2273              From: Hugo <hv@crypt.compulink.co.uk>
2274              Date: Tue, 11 Jul 2000 12:52:38 +0100
2275              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
2276              
2277              Subject: PATCH perlguts.pod: Document D and d magic types
2278              From: mjd@plover.com
2279              Date: 5 Jul 2000 18:01:51 -0000
2280              Message-ID: <20000705180151.29413.qmail@plover.com>
2281              
2282              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
2283              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
2284              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
2285              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
2286              
2287              Subject: [PATCH cfgperl] $& segfaults if you trick it
2288              From: simon@brecon.co.uk (Simon Cozens)
2289              Date: 7 Jul 2000 11:26:09 GMT
2290              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
2291              
2292              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
2293              From: Hugo <hv@crypt.compulink.co.uk>
2294              Date: Tue, 11 Jul 2000 12:44:50 +0100
2295              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
2296              
2297              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
2298              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2299              Date: Tue, 11 Jul 2000 13:50:51 +0100
2300              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
2301      Branch: maint-5.6/perl
2302           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
2303           +> pod/buildtoc.PL
2304            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
2305           !> (integrate 26 files)
2306 ____________________________________________________________________________
2307 [  7771] By: gsar                                  on 2000/11/20  12:31:42
2308         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
2309              6310,6311,6314
2310              
2311              Subject: [PATCH bleedperl] File::Spec 0.82 beta
2312              From: Barrie Slaymaker <barries@jester.slaysys.com>
2313              Date: Wed, 28 Jun 2000 11:35:29 -0400
2314              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
2315              
2316              tweak perlembed for multiplicity/usethreads sanity; correct notes
2317              about Windows
2318              
2319              localize %INC in a Safe compartment so that use/require work
2320              (many other magic globals probably need similar treatment)
2321              
2322              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
2323              when @_ is modified, causing coredumps
2324              
2325              slurp mode fix in change#4736 still not quite right
2326              
2327              Point to perlipc for more SysV IPC examples.
2328              
2329              Elaborate POSIX.pod.  Still needs work.
2330              
2331              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
2332              
2333              fix large memory leak that has been around for ever, masked by
2334              -DPURIFY (most of the arenas were never freed!)
2335              
2336              fix memory leak on Windows (PL_sys_intern contents were never
2337              freed)
2338              
2339              PERL_OBJECT build tweak
2340              
2341              adjust change#6299
2342              
2343              remove rel2abs prototypes (from Barrie Slaymaker)
2344              
2345              missing perldiag entry for unpack("w",...) diagnostic (from
2346              Andreas Koenig)
2347              
2348              better diagnostic on Frob->stuff() when Frob:: doesn't exist
2349              (from Richard Soderberg <rs@oregonnet.com>)
2350              
2351              Win32 patches for cfgperl from Sarathy.
2352              
2353              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
2354              
2355              More POSIX.pod embellishment.
2356              
2357              tyop in change#6306
2358      Branch: maint-5.6/perl
2359           !> (integrate 44 files)
2360 ____________________________________________________________________________
2361 [  7770] By: gsar                                  on 2000/11/20  11:51:00
2362         Log: integrate changes#6268..6282 from cfgperl branch
2363              
2364              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
2365              From: Dominic Dunlop <domo@computer.org>
2366              Date: Thu, 29 Jun 2000 12:32:39 +0200
2367              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
2368              
2369              Regen headers for #6261 (and update embed.pl for this) and #6267,
2370              silence few compiler warnings.
2371              
2372              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
2373              From: Nicholas Clark <nick@talking.bollo.cx>
2374              Date: Fri, 23 Jun 2000 16:21:15 +0100
2375              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
2376              
2377              Subject: PATCH pod/perltie.pod
2378              From: Ian Phillipps <Ian.Phillipps@iname.com>
2379              Date: Fri, 16 Jun 2000 00:17:19 +0100
2380              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
2381              (only the first hunk, the second hunk had already been done
2382              by some other patch)
2383              
2384              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
2385              From: Tom Phoenix <rootbeer@redcat.com>
2386              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
2387              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
2388              
2389              Subject: [PATCH] xsub attributes
2390              From: Doug MacEachern <dougm@covalent.net>
2391              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
2392              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
2393              
2394              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
2395              From: Andy Dougherty <doughera@lafayette.edu>
2396              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
2397              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
2398              
2399              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
2400              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2401              Date: Tue, 13 Jun 2000 02:43:48 -0500
2402              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
2403              
2404              Subject: [PATCH] Re: eval documentation: context
2405              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2406              Date: Mon, 12 Jun 2000 15:07:29 +0100
2407              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
2408              
2409              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
2410              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2411              Date: Mon, 12 Jun 2000 14:55:59 +0100
2412              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
2413              
2414              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
2415              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
2416              Date: Fri, 09 Jun 2000 12:39:27 -0400
2417              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
2418              (plus update the version "number" of Text::Wrap)
2419              
2420              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
2421              From: Tim Ayers <tayers@bridge.com>
2422              Date: Thu, 08 Jun 2000 08:11:06 +0200
2423              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
2424              [resent by Richard Foley, Message-Id probably wrong]
2425              
2426              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
2427              From: rspier@pobox.com (Robert Spier)
2428              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
2429              Message-ID: <14654.31913.845602.610277@rls.cx>
2430              
2431              Subject: [PATCH 5.6.0] utils/h2xs.PL
2432              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2433              Date: Wed, 7 Jun 2000 04:02:04 -0500
2434              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
2435              
2436              Subject: [PATCH 5.6.0]ITHREADs for VMS
2437              From: Dan Sugalski <dan@sidhe.org>
2438              Date: Tue, 06 Jun 2000 11:59:50 -0400
2439              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
2440      Branch: maint-5.6/perl
2441           !> (integrate 31 files)
2442 ____________________________________________________________________________
2443 [  7769] By: gsar                                  on 2000/11/20  11:29:06
2444         Log: integrate changes#6261..6266 from cfgperl
2445              
2446              Subject: Re: [PATCH cfgperl] BOMs away!
2447              From: simon@brecon.co.uk (Simon Cozens)
2448              Date: 17 Jun 2000 11:49:57 GMT
2449              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
2450              
2451              Subject: 5.6.0 Patch for EPOC
2452              From: Olaf Flebbe <o.flebbe@gmx.de>
2453              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
2454              Message-ID: <23449.960929969@www11.gmx.net>
2455              
2456              tr fixes from Simon Cozens
2457              
2458              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
2459              From: Marty Lucich <marty@netcom.com>
2460              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
2461              Message-Id: <200006282116.OAA11148@netcom.com>
2462              ccdlflags update (the BSD/OS 4.1 part had already been taken
2463              care of by #6141).
2464              
2465              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
2466              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2467              Date: Wed, 28 Jun 2000 17:50:12 -0700
2468              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
2469              
2470              Subject: [PATCH 5.6.0] cygwin port
2471              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
2472              From: "Fifer, Eric" <EFifer@sanwaint.com>
2473              Date: Thu, 29 Jun 2000 12:58:29 +0100
2474      Branch: maint-5.6/perl
2475           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
2476           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
2477           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
2478           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
2479 ____________________________________________________________________________
2480 [  7768] By: gsar                                  on 2000/11/20  11:13:44
2481         Log: integrate changes#6252..6256,6259..6260
2482              
2483              Paranoia tweak on #6249.
2484              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
2485              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
2486              Date: Sun, 25 Jun 2000 23:43:12 -0400
2487              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
2488              
2489              Subject: tr///, help wanted.
2490              From: simon@brecon.co.uk (Simon Cozens)
2491              Date: 28 Jun 2000 11:29:04 GMT
2492              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
2493              
2494              small thinko tweaks
2495              
2496              tweaks from Simon Conzes to further fix tr/// under utf8
2497              
2498              perlnewmod was missing from MANIFEST.
2499              
2500              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
2501              From: simon@brecon.co.uk (Simon Cozens)
2502              Date: 17 Jun 2000 11:56:44 GMT
2503              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
2504              pack U0, pack C0
2505      Branch: maint-5.6/perl
2506           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
2507           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
2508           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
2509           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
2510 ____________________________________________________________________________
2511 [  7767] By: gsar                                  on 2000/11/20  10:51:38
2512         Log: integrate change#6250 from cfgperl
2513              
2514              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
2515              From: Doug MacEachern <dougm@covalent.net>
2516              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
2517              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
2518      Branch: maint-5.6/perl
2519           +> t/op/my_stash.t
2520           !> MANIFEST embed.pl global.sym proto.h toke.c
2521 ____________________________________________________________________________
2522 [  7766] By: gsar                                  on 2000/11/20  10:48:34
2523         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
2524              
2525              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
2526              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
2527              Date: Mon, 26 Jun 2000 18:40:14 +0100
2528              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
2529              
2530              Subject: [PATCH] bytes<->utf8 fixes
2531              From: simon@brecon.co.uk (Simon Cozens)
2532              Date: 26 Jun 2000 04:55:45 GMT
2533              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
2534              
2535              Subject: [PATCH] is_utf8_string
2536              From: simon@brecon.co.uk (Simon Cozens)
2537              Date: 26 Jun 2000 02:25:59 GMT
2538              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
2539              
2540              Subject: [PATCH] avoid mg_ptr in '*' magic
2541              From: Doug MacEachern <dougm@covalent.net>
2542              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
2543              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
2544              
2545              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
2546              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
2547              Date: Sat, 24 Jun 2000 13:06:20 +0100
2548              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
2549              
2550              Allow for standalone testing.
2551              
2552              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
2553              From: Mark-Jason Dominus <mjd@plover.com>
2554              Date: Tue, 27 Jun 2000 22:36:42 -0400
2555              Message-ID: <20000628023642.12166.qmail@plover.com>
2556              
2557              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
2558              From: Frank Tobin <ftobin@uiuc.edu>
2559              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
2560              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
2561      Branch: maint-5.6/perl
2562           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
2563           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
2564           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
2565           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
2566           !> utf8.c utils/h2xs.PL
2567 ____________________________________________________________________________
2568 [  7765] By: gsar                                  on 2000/11/20  10:29:13
2569         Log: integrate change#6239 from cfgperl
2570              
2571              Configure maintenance.  Sever some dependency cycles,
2572              separate gccversion from the cc unit,
2573              address [ID 20000623.006] Configure script patch for using gcc on AIX
2574              (but solve it a little bit differently),
2575              unduplex some accidentally duplicated units,
2576              suggest using gcc if no cc available
2577              (p5p thread: "Solaris configure: counterproposal", 1999-09)
2578      Branch: maint-5.6/perl
2579           !> Configure Todo-5.6 config_h.SH
2580 ____________________________________________________________________________
2581 [  7764] By: gsar                                  on 2000/11/20  10:25:55
2582         Log: integrate changes#6233..6238 from cfgperl
2583              
2584              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
2585              From: Mark-Jason Dominus <mjd@plover.com>
2586              Date: Fri, 16 Jun 2000 20:53:04 -0400
2587              Message-ID: <20000617005304.8008.qmail@plover.com>
2588              
2589              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
2590              because when run as services (Win32ese for daemons)
2591              no environment variables are set and tmpdir ends up as /tmp,
2592              which is ambiguous.
2593              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
2594              From: matt@sergeant.org
2595              Date: 16 Jun 2000 16:30:43 -0000
2596              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
2597              
2598              The thread begun by
2599              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
2600              From: Kevin.Ruscoe@ubsw.com
2601              Date: Fri, 16 Jun 2000 16:38:51 +0100
2602              Message-Id: <H000019b03c300d6@MHS>
2603              
2604              Tweak embed.pl, regen headers.
2605              
2606              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
2607              From: Dan Sugalski <dan@sidhe.org>
2608              Date: Fri, 23 Jun 2000 17:00:00 -0400
2609              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
2610      Branch: maint-5.6/perl
2611           !> (integrate 27 files)
2612 ____________________________________________________________________________
2613 [  7763] By: gsar                                  on 2000/11/20  10:08:08
2614         Log: s/perl56delta/perldelta/g
2615      Branch: maint-5.6/perl
2616            ! pod/Makefile
2617 ____________________________________________________________________________
2618 [  7762] By: gsar                                  on 2000/11/20  10:04:00
2619         Log: integrate changes#6225,6229,6231,6232 from cfgperl
2620              
2621              Add source code filenames to apidoc.
2622              From: simon@brecon.co.uk (Simon Cozens)
2623              Subject: [PATCH embed.pl] Source X-ref
2624              Date: 22 Jun 2000 02:18:49 GMT
2625              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
2626              
2627              Subject: README.hpux version 0.6.1
2628              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
2629              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
2630              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
2631              
2632              Subject: [PATCH 5.6.0] cygwin port
2633              From: "Fifer, Eric" <EFifer@sanwaint.com>
2634              Date: Tue, 20 Jun 2000 14:30:58 +0100
2635              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
2636              
2637              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
2638              From: simon@brecon.co.uk (Simon Cozens)
2639              Date: 19 Jun 2000 15:18:27 GMT
2640              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
2641              
2642              plus update pod/Makefile and regenerate perltoc
2643      Branch: maint-5.6/perl
2644           +> pod/perlutil.pod
2645           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
2646           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
2647 ____________________________________________________________________________
2648 [  7761] By: jhi                                   on 2000/11/20  04:09:55
2649         Log: Miraculous typo.
2650      Branch: perl
2651            ! t/op/pat.t
2652 ____________________________________________________________________________
2653 [  7760] By: jhi                                   on 2000/11/20  04:06:08
2654         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
2655              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2656              Date: Sun, 19 Nov 2000 22:30:26 -0500
2657              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
2658      Branch: perl
2659            ! regexec.c scope.h t/op/pat.t
2660 ____________________________________________________________________________
2661 [  7759] By: jhi                                   on 2000/11/20  02:05:22
2662         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
2663      Branch: perl
2664            ! perl.h
2665 ____________________________________________________________________________
2666 [  7758] By: jhi                                   on 2000/11/20  01:58:11
2667         Log: Subject: [perl 7711: EPOC] updates
2668              From: Olaf Flebbe <o.flebbe@gmx.de>
2669              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
2670              Message-ID: <25575.974658810@www23.gmx.net>               
2671      Branch: perl
2672            + lib/File/Spec/Epoc.pm
2673            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
2674            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
2675            ! lib/File/Spec.pm perl.c sv.c
2676 ____________________________________________________________________________
2677 [  7757] By: jhi                                   on 2000/11/20  01:53:11
2678         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
2679      Branch: perl
2680            ! MANIFEST
2681 ____________________________________________________________________________
2682 [  7756] By: jhi                                   on 2000/11/20  01:47:22
2683         Log: Integrate perlio.
2684      Branch: perl
2685            - ext/re/hints/MSWin32.pl
2686           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
2687           !> win32/config.gc win32/config_H.gc win32/win32sck.c
2688 ____________________________________________________________________________
2689 [  7755] By: nick                                  on 2000/11/19  20:57:17
2690         Log: Add dummy crlf layer (just as buffer)
2691              Correct 1st bug - one layer of indirection.
2692      Branch: perlio
2693            ! perlio.c perlio.h perliol.h
2694 ____________________________________________________________________________
2695 [  7754] By: nick                                  on 2000/11/19  20:56:12
2696         Log: Work-round to Perl_deb_nocontext is no longer required
2697      Branch: perlio
2698            - ext/re/hints/MSWin32.pl
2699 ____________________________________________________________________________
2700 [  7753] By: nick                                  on 2000/11/19  20:01:16
2701         Log: diff -se shows these as different
2702      Branch: perlio
2703            ! global.sym pod/perlapi.pod
2704 ____________________________________________________________________________
2705 [  7752] By: nick                                  on 2000/11/19  18:57:30
2706         Log: Configure GCC/Win32 build -Duseperlio
2707              Fix a couple of gross issues
2708              - double-include of ../deb.o in re.dll
2709              - win32sck.c needs PerlIO and FILE 
2710      Branch: perlio
2711            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
2712            ! win32/win32sck.c
2713 ____________________________________________________________________________
2714 [  7751] By: nick                                  on 2000/11/19  17:05:36
2715         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
2716      Branch: perlio
2717            ! perlio.c
2718 ____________________________________________________________________________
2719 [  7750] By: nick                                  on 2000/11/19  16:57:14
2720         Log: Missing aTHX_
2721      Branch: perlio
2722            ! sv.c
2723 ____________________________________________________________________________
2724 [  7749] By: jhi                                   on 2000/11/19  16:28:40
2725         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
2726              From: "Peter J. Farley III" <pjfarley@banet.net>
2727              Date: Sun, 19 Nov 2000 01:42:58 -0500
2728              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
2729      Branch: perl
2730            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
2731 ____________________________________________________________________________
2732 [  7748] By: jhi                                   on 2000/11/19  16:08:10
2733         Log: Subject: podlators 1.05 available        
2734              From: Russ Allbery <rra@stanford.edu>   
2735              Date: 18 Nov 2000 22:04:28 -0800
2736              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
2737      Branch: perl
2738            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
2739 ____________________________________________________________________________
2740 [  7747] By: nick                                  on 2000/11/19  11:19:39
2741         Log: Integrate mainline
2742      Branch: perlio
2743           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
2744           !> util.c
2745 ____________________________________________________________________________
2746 [  7746] By: jhi                                   on 2000/11/19  06:42:22
2747         Log: Make hex scanning warn on "\x{x}" and "\xx".
2748              "\x" and and hex("x") are still valid.
2749      Branch: perl
2750            ! util.c
2751 ____________________________________________________________________________
2752 [  7745] By: nick                                  on 2000/11/18  22:52:28
2753         Log: Integrate mainline
2754      Branch: perlio
2755           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
2756           !> perl.h perlio.c proto.h regcomp.c regcomp.h
2757 ____________________________________________________________________________
2758 [  7744] By: jhi                                   on 2000/11/18  22:50:28
2759         Log: Introduce Perl_utf8_length().  Use it.
2760      Branch: perl
2761            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
2762 ____________________________________________________________________________
2763 [  7743] By: jhi                                   on 2000/11/18  22:38:51
2764         Log: Compiler denit.
2765      Branch: perl
2766            ! perlio.c
2767 ____________________________________________________________________________
2768 [  7742] By: jhi                                   on 2000/11/18  20:33:05
2769         Log: Integrate perlio.
2770      Branch: perl
2771           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
2772           !> perlio.h pp_ctl.c pp_sys.c sv.c
2773 ____________________________________________________________________________
2774 [  7741] By: jhi                                   on 2000/11/18  20:31:27
2775         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
2776              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2777              Date: Fri, 17 Nov 2000 20:35:11 -0500
2778              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
2779              
2780              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
2781              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2782              Date: Fri, 17 Nov 2000 21:03:47 -0500
2783              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
2784              
2785              Plus a little bit of tweaking in pregcomp().
2786      Branch: perl
2787            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
2788 ____________________________________________________________________________
2789 [  7740] By: nick                                  on 2000/11/18  20:17:22
2790         Log: Lexical use open ... support:
2791              add ->cop_io to COP structure in cop.h.
2792              Make mg.c and gv.c associate it with ${^OPEN}.
2793              Make lib/open.pm set it.
2794              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
2795              manner similar to ->cop_warnings.
2796              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
2797              call new PerlIO_apply_layers().
2798              Declare latter in perlio.h and define in perlio.c
2799      Branch: perlio
2800            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
2801            ! perlio.h pp_ctl.c pp_sys.c sv.c
2802 ____________________________________________________________________________
2803 [  7739] By: jhi                                   on 2000/11/18  19:54:00
2804         Log: Integrate perlio.
2805      Branch: perl
2806           !> doio.c perlio.c pp.c
2807 ____________________________________________________________________________
2808 [  7738] By: jhi                                   on 2000/11/18  17:16:13
2809         Log: Subject: [PATCH 5.7.0] etags broken again
2810              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2811              Date: Sat, 18 Nov 2000 02:41:36 -0500
2812              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
2813      Branch: perl
2814            ! emacs/ptags
2815 ____________________________________________________________________________
2816 [  7737] By: jhi                                   on 2000/11/18  17:12:18
2817         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
2818      Branch: perl
2819            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2820 ____________________________________________________________________________
2821 [  7736] By: nick                                  on 2000/11/18  14:06:20
2822         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
2823              part to be isolated.
2824      Branch: perlio
2825            ! doio.c perlio.c
2826 ____________________________________________________________________________
2827 [  7735] By: nick                                  on 2000/11/18  11:03:32
2828         Log: Integrate mainline
2829      Branch: perlio
2830           !> Changes README.amiga README.win32 patchlevel.h
2831           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
2832 ____________________________________________________________________________
2833 [  7734] By: jhi                                   on 2000/11/18  01:18:56
2834         Log: Update Changes.
2835      Branch: perl
2836            ! Changes patchlevel.h
2837 ____________________________________________________________________________
2838 [  7733] By: jhi                                   on 2000/11/18  00:32:54
2839         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
2840              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2841              Date: Fri, 17 Nov 2000 17:28:02 -0500
2842              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
2843      Branch: perl
2844            ! regcomp.c regexec.c t/op/re_tests
2845 ____________________________________________________________________________
2846 [  7732] By: jhi                                   on 2000/11/18  00:28:56
2847         Log: Sparc 64-bit pack() fix from Jens Hamisch.
2848      Branch: perl
2849            ! pp.c
2850 ____________________________________________________________________________
2851 [  7731] By: jhi                                   on 2000/11/18  00:18:39
2852         Log: Explain in more detail the {} syntax ambiguousity.
2853              
2854              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
2855              From: Nicholas Clark <nick@ccl4.org>
2856              Date: Fri, 17 Nov 2000 22:10:28 +0000
2857              Message-ID: <20001117221028.A88930@plum.flirble.org>
2858      Branch: perl
2859            ! pod/perlfunc.pod
2860 ____________________________________________________________________________
2861 [  7730] By: jhi                                   on 2000/11/18  00:12:18
2862         Log: Subject: Fix for README.amiga (20000323.033)
2863              From: "Stephen P. Potter" <spp@spotter.yi.org>
2864              Date: Fri, 17 Nov 2000 12:25:51 -0500
2865              Message-Id: <200011171725.MAA05768@spotter.yi.org>
2866      Branch: perl
2867            ! README.amiga
2868 ____________________________________________________________________________
2869 [  7729] By: jhi                                   on 2000/11/18  00:08:34
2870         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
2871              From: "A. C. Yardley" <yardley@tanet.net>
2872              Date: Mon, 3 Apr 2000 11:35:33 -0700
2873              Message-ID: <3483.000403@tanet.net>
2874      Branch: perl
2875            ! README.win32
2876 ____________________________________________________________________________
2877 [  7728] By: nick                                  on 2000/11/17  21:59:47
2878         Log: Integrate mainline
2879      Branch: perlio
2880           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
2881           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
2882           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
2883           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
2884 ____________________________________________________________________________
2885 [  7727] By: nick                                  on 2000/11/17  21:56:31
2886         Log: Experiment on use of attributes.pm interface.
2887              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
2888              SVt_PVRV if not already something better (else vivify of say magic gets
2889              core dump).
2890      Branch: perlio
2891            ! perlio.c pp.c
2892 ____________________________________________________________________________
2893 [  7726] By: jhi                                   on 2000/11/17  14:15:49
2894         Log: Subject: Fix for 20000815.006
2895              From: "Stephen P. Potter" <spp@spotter.yi.org>
2896              Date: Fri, 17 Nov 2000 08:57:45 -0500
2897              Message-Id: <200011171357.IAA05122@spotter.yi.org>
2898              
2899              It's really 20000518.006.
2900      Branch: perl
2901            ! pod/perlmodlib.PL
2902 ____________________________________________________________________________
2903 [  7725] By: jhi                                   on 2000/11/17  14:12:31
2904         Log: Subject: Fix for 20000409.001
2905              From: "Stephen P. Potter" <spp@spotter.yi.org>
2906              Date: Fri, 17 Nov 2000 08:55:45 -0500
2907              Message-Id: <200011171355.IAA05104@spotter.yi.org>
2908      Branch: perl
2909            ! pod/perlfaq9.pod
2910 ____________________________________________________________________________
2911 [  7724] By: jhi                                   on 2000/11/17  14:08:58
2912         Log: Undo #7627 now that we have =head3.
2913      Branch: perl
2914            ! pod/perlhack.pod
2915 ____________________________________________________________________________
2916 [  7723] By: jhi                                   on 2000/11/17  14:04:09
2917         Log: As surmised the #7719 wasn't a good move.
2918      Branch: perl
2919            ! hints/solaris_2.sh
2920 ____________________________________________________________________________
2921 [  7722] By: jhi                                   on 2000/11/17  13:59:04
2922         Log: Also the 64bitall hints can be either here or there.
2923      Branch: perl
2924            ! hints/solaris_2.sh
2925 ____________________________________________________________________________
2926 [  7721] By: jhi                                   on 2000/11/17  02:26:23
2927         Log: Test tweak for the open pragma.
2928      Branch: perl
2929            ! t/lib/b.t
2930 ____________________________________________________________________________
2931 [  7720] By: jhi                                   on 2000/11/17  00:23:22
2932         Log: The long double hints can be here or there.
2933      Branch: perl
2934            ! hints/solaris_2.sh
2935 ____________________________________________________________________________
2936 [  7719] By: jhi                                   on 2000/11/17  00:14:06
2937         Log: For Solaris use64bitall the stdchar needs a little bit of help.
2938      Branch: perl
2939            ! hints/solaris_2.sh
2940 ____________________________________________________________________________
2941 [  7718] By: jhi                                   on 2000/11/16  23:27:34
2942         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
2943              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2944              Date: Wed, 15 Nov 2000 08:56:32 +0100
2945              Message-ID: <3A1241B0.64477E00@alcatel.at>
2946      Branch: perl
2947            ! lib/Carp/Heavy.pm
2948 ____________________________________________________________________________
2949 [  7717] By: jhi                                   on 2000/11/16  23:23:29
2950         Log: Subject: [PATCH] Re: 20001101.003 PDL
2951              From: Nicholas Clark <nick@ccl4.org>
2952              Date: Thu, 16 Nov 2000 16:48:25 +0000
2953              Message-ID: <20001116164825.B93487@plum.flirble.org>
2954      Branch: perl
2955            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
2956 ____________________________________________________________________________
2957 [  7716] By: jhi                                   on 2000/11/16  23:21:31
2958         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
2959              From: "Casey R. Tweten" <crt@kiski.net>
2960              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
2961              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
2962      Branch: perl
2963            ! lib/Pod/Checker.pm pod/perlpod.pod
2964 ____________________________________________________________________________
2965 [  7715] By: jhi                                   on 2000/11/16  23:19:40
2966         Log: Avoid an infinite loop in VMS when utils scripts are run
2967              with no arguments, from Charles Lane.
2968      Branch: perl
2969            ! configure.com
2970 ____________________________________________________________________________
2971 [  7714] By: jhi                                   on 2000/11/16  23:17:08
2972         Log: Subject: perllocale.pod changes
2973              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
2974              Date: Mon, 13 Nov 2000 10:09:22 +0300
2975              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
2976      Branch: perl
2977            ! pod/perllocale.pod
2978 ____________________________________________________________________________
2979 [  7713] By: jhi                                   on 2000/11/16  23:14:06
2980         Log: Integrate perlio.
2981      Branch: perl
2982           !> doio.c perlio.c perlio.h util.c
2983 ____________________________________________________________________________
2984 [  7712] By: nick                                  on 2000/11/16  21:10:58
2985         Log: Integrate mainline
2986      Branch: perlio
2987           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2988           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
2989           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
2990           !> vos/config.ga.def vos/config.ga.h win32/config.bc
2991           !> win32/config.gc win32/config.vc
2992 ____________________________________________________________________________
2993 [  7711] By: nick                                  on 2000/11/16  19:56:41
2994         Log: Minor tweaks:
2995              consistent way of getting 'rb', 'wb' etc. for binary opens
2996              move *perlio::layers to *open::layers
2997              a #define to show layers available
2998              DOSISH popen/PerlIO had export/import sense inverted.
2999      Branch: perlio
3000            ! doio.c perlio.c perlio.h util.c
3001 ____________________________________________________________________________
3002 [  7710] By: jhi                                   on 2000/11/16  15:46:05
3003         Log: Add HAS_SBRK_PROTO.
3004      Branch: metaconfig/U/perl
3005            + d_sbrkproto.U
3006      Branch: perl
3007            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3008            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
3009            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
3010            ! vos/config.ga.def vos/config.ga.h win32/config.bc
3011            ! win32/config.gc win32/config.vc
3012 ____________________________________________________________________________
3013 [  7709] By: nick                                  on 2000/11/16  07:31:49
3014         Log: Integrate mainline
3015      Branch: perlio
3016           !> (integrate 35 files)
3017 ____________________________________________________________________________
3018 [  7708] By: jhi                                   on 2000/11/16  05:33:03
3019         Log: These files are text, not binary.
3020      Branch: perl
3021            ! ext/Encode/Encode/iso8859-10.enc
3022            ! ext/Encode/Encode/iso8859-13.enc
3023            ! ext/Encode/Encode/iso8859-14.enc
3024            ! ext/Encode/Encode/iso8859-15.enc
3025 ____________________________________________________________________________
3026 [  7707] By: jhi                                   on 2000/11/16  01:53:37
3027         Log: Update Changes.
3028      Branch: perl
3029            ! Changes patchlevel.h
3030 ____________________________________________________________________________
3031 [  7706] By: jhi                                   on 2000/11/16  01:35:59
3032         Log: More #undefing of stdio.
3033      Branch: perl
3034            ! fakesdio.h nostdio.h
3035 ____________________________________________________________________________
3036 [  7705] By: jhi                                   on 2000/11/16  01:34:18
3037         Log: Add fwalk() probe to the configuration files and regen perltoc.
3038      Branch: perl
3039            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3040            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
3041            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
3042            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
3043            ! win32/config.bc win32/config.gc win32/config.vc
3044 ____________________________________________________________________________
3045 [  7704] By: jhi                                   on 2000/11/16  01:33:07
3046         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
3047              an optional third argument to Inlibc?)
3048      Branch: metaconfig/U/perl
3049            + d__fwalk.U
3050 ____________________________________________________________________________
3051 [  7703] By: jhi                                   on 2000/11/16  01:09:22
3052         Log: The type of the hash_cb() size argument is tricky.
3053      Branch: perl
3054            ! ext/DB_File/DB_File.xs
3055 ____________________________________________________________________________
3056 [  7702] By: jhi                                   on 2000/11/15  23:01:16
3057         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
3058      Branch: perl
3059            ! nostdio.h
3060 ____________________________________________________________________________
3061 [  7701] By: jhi                                   on 2000/11/15  22:52:32
3062         Log: Detypo.
3063      Branch: perl
3064            ! t/lib/bigfltpm.t
3065 ____________________________________________________________________________
3066 [  7700] By: jhi                                   on 2000/11/15  22:51:56
3067         Log: UINT64_C() work continues.
3068      Branch: perl
3069            ! handy.h perl.h utf8.h
3070 ____________________________________________________________________________
3071 [  7699] By: jhi                                   on 2000/11/15  14:13:04
3072         Log: SOCKS has its own USE_THREADS, based on
3073              
3074              Subject: [ID 20001114.002] et. al. bugfix followup
3075              From: Jens Hamisch <jens@Strawberry.COM> 
3076              Date: Wed, 15 Nov 2000 14:23:11 +0100
3077              Message-ID: <20001115142311.A21164@Strawberry.COM>
3078      Branch: perl
3079            ! perl.h
3080 ____________________________________________________________________________
3081 [  7698] By: jhi                                   on 2000/11/15  03:50:56
3082         Log: Add few missing #undefs and sort them.
3083      Branch: perl
3084            ! fakesdio.h
3085 ____________________________________________________________________________
3086 [  7697] By: jhi                                   on 2000/11/15  03:39:14
3087         Log: Linenumber fix.
3088      Branch: perl
3089            ! t/pragma/warn/utf8
3090 ____________________________________________________________________________
3091 [  7696] By: jhi                                   on 2000/11/15  02:55:26
3092         Log: EBCDIC tweaks.
3093              
3094              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
3095              From: Peter Prymmer <pvhp@forte.com>
3096              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
3097              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
3098      Branch: perl
3099            ! t/op/regmesg.t t/pragma/warn/utf8
3100 ____________________________________________________________________________
3101 [  7695] By: jhi                                   on 2000/11/15  02:53:58
3102         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
3103              From: Peter Prymmer <pvhp@forte.com>
3104              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
3105              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
3106      Branch: perl
3107            ! utf8.c
3108 ____________________________________________________________________________
3109 [  7694] By: jhi                                   on 2000/11/15  02:50:55
3110         Log: Subject: [PATCH: perl@7674] updates to README.os390
3111              From: Prymmer/Kahn <pvhp@best.com>
3112              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
3113              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
3114      Branch: perl
3115            ! README.os390
3116 ____________________________________________________________________________
3117 [  7693] By: jhi                                   on 2000/11/15  02:48:37
3118         Log: Quit utf8_to_uv() instantly if curlen == 0.
3119      Branch: perl
3120            ! utf8.c
3121 ____________________________________________________________________________
3122 [  7692] By: jhi                                   on 2000/11/15  02:24:29
3123         Log: Use u_int32_t for the size of hash_cb(), not size_t.
3124              
3125              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
3126              From: Jens Hamisch <jens@Strawberry.COM>     
3127              Date: Tue, 14 Nov 2000 19:03:55 +0100
3128              Message-Id: <20001114190355.A20559@Strawberry.COM>
3129      Branch: perl
3130            ! ext/DB_File/DB_File.xs
3131 ____________________________________________________________________________
3132 [  7691] By: jhi                                   on 2000/11/15  02:20:12
3133         Log: Use UINT64_C().
3134              
3135              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
3136              From: Jens Hamisch <jens@Strawberry.COM>
3137              Date: Tue, 14 Nov 2000 19:16:23 +0100
3138              Message-Id: <20001114191623.G20559@Strawberry.COM>
3139      Branch: perl
3140            ! utf8.c utf8.h
3141 ____________________________________________________________________________
3142 [  7690] By: jhi                                   on 2000/11/15  02:17:06
3143         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
3144              (a macro to define signed and unsigned integer constants).
3145      Branch: perl
3146            ! handy.h
3147 ____________________________________________________________________________
3148 [  7689] By: jhi                                   on 2000/11/15  01:56:51
3149         Log: Regen Configure.
3150      Branch: perl
3151            ! Configure
3152 ____________________________________________________________________________
3153 [  7688] By: jhi                                   on 2000/11/15  01:56:32
3154         Log: Make the unit know about SOCKS.
3155      Branch: metaconfig
3156            ! U/protos/socksizetype.U
3157 ____________________________________________________________________________
3158 [  7687] By: jhi                                   on 2000/11/15  01:54:47
3159         Log: Remove unused dependencies.
3160      Branch: metaconfig
3161            ! U/compline/d_getpagsz.U
3162 ____________________________________________________________________________
3163 [  7686] By: nick                                  on 2000/11/14  21:25:13
3164         Log: Integrate mainline.
3165      Branch: perlio
3166           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
3167           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
3168           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
3169           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
3170           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
3171           !> win32/config.bc win32/config.gc win32/config.vc
3172           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
3173 ____________________________________________________________________________
3174 [  7685] By: jhi                                   on 2000/11/14  17:54:56
3175         Log: Integrate perlio.
3176      Branch: perl
3177           +> fakesdio.h perliol.h
3178           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
3179           !> perlsdio.h perlsfio.h pod/perlfunc.pod
3180 ____________________________________________________________________________
3181 [  7684] By: nick                                  on 2000/11/14  17:43:04
3182         Log: PerlIO #include and #ifdef re-work.
3183      Branch: perlio
3184            + fakesdio.h perliol.h
3185            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
3186            ! perlsdio.h perlsfio.h
3187 ____________________________________________________________________________
3188 [  7683] By: jhi                                   on 2000/11/14  15:42:40
3189         Log: Hoist the duplicated socket/netdb include logic to perl.h;
3190              undef SETERRNO in case SOCKS has defined it.  Based on:
3191              
3192              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
3193              From: Jens Hamisch <jens@Strawberry.COM> 
3194              Date: Tue, 14 Nov 2000 11:34:40 +0100
3195              Message-Id: <20001114113440.A20005@Strawberry.COM>
3196      Branch: perl
3197            ! doio.c perl.h pp_sys.c
3198 ____________________________________________________________________________
3199 [  7682] By: jhi                                   on 2000/11/14  14:07:28
3200         Log: Subject: some additions for makefiles for win32 (for perl@7674)
3201              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3202              Date: Tue, 14 Nov 2000 09:31:13 +0300
3203              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
3204      Branch: perl
3205            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
3206            ! win32/makefile.mk
3207 ____________________________________________________________________________
3208 [  7681] By: jhi                                   on 2000/11/14  14:01:41
3209         Log: Subject: tiny typo in perl5db.pl
3210              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3211              Date: Tue, 14 Nov 2000 09:29:28 +0300
3212              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
3213      Branch: perl
3214            ! lib/perl5db.pl
3215 ____________________________________________________________________________
3216 [  7680] By: jhi                                   on 2000/11/14  04:13:50
3217         Log: Redo #7679 with LFs instead of CRLFs.
3218      Branch: perl
3219            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
3220            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
3221            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
3222 ____________________________________________________________________________
3223 [  7679] By: jhi                                   on 2000/11/14  01:21:09
3224         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
3225              From: Benjamin Stuhl <tiriath@yahoo.com> 
3226              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
3227              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
3228      Branch: perl
3229            + win32/bin/mdelete.bat
3230            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
3231            ! makedef.pl perlio.c win32/Makefile win32/config.gc
3232            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
3233 ____________________________________________________________________________
3234 [  7678] By: jhi                                   on 2000/11/14  01:19:20
3235         Log: Fix the re extension building for Win32.
3236              
3237              Subject: [PATCH perl@7638] Get PerlIO building on Win32
3238              From: Benjamin Stuhl <tiriath@yahoo.com> 
3239              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
3240              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
3241      Branch: perl
3242            + ext/re/hints/MSWin32.pl
3243            ! MANIFEST
3244 ____________________________________________________________________________
3245 [  7677] By: jhi                                   on 2000/11/14  01:13:54
3246         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
3247              From: sthoenna@efn.org
3248              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
3249              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
3250      Branch: perl
3251            ! doop.c pp.c toke.c utf8.c utf8.h
3252 ____________________________________________________________________________
3253 [  7676] By: jhi                                   on 2000/11/13  20:23:15
3254         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
3255              From: Nicholas Clark <nick@ccl4.org>
3256              Date: Mon, 13 Nov 2000 18:55:04 +0000
3257              Message-ID: <20001113185504.J29183@plum.flirble.org>
3258      Branch: perl
3259            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
3260 ____________________________________________________________________________
3261 [  7675] By: nick                                  on 2000/11/13  20:21:57
3262         Log: Integrate mainline ...
3263      Branch: perlio
3264           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
3265           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
3266           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
3267           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
3268 ____________________________________________________________________________
3269 [  7674] By: jhi                                   on 2000/11/13  15:07:56
3270         Log: Update Changes.
3271      Branch: perl
3272            ! Changes patchlevel.h
3273 ____________________________________________________________________________
3274 [  7673] By: jhi                                   on 2000/11/13  14:42:42
3275         Log: Remove the new two tests of lib/io_xs for now, they seem to
3276              fail under perlio on some platforms.
3277      Branch: perl
3278            ! t/lib/io_xs.t
3279 ____________________________________________________________________________
3280 [  7672] By: jhi                                   on 2000/11/13  13:57:53
3281         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
3282      Branch: perl
3283            ! perlio.c
3284 ____________________________________________________________________________
3285 [  7671] By: jhi                                   on 2000/11/13  05:30:48
3286         Log: Placate nervous compilers that see longer than ints switch()ing.
3287      Branch: perl
3288            ! utf8.c
3289 ____________________________________________________________________________
3290 [  7670] By: jhi                                   on 2000/11/13  05:14:21
3291         Log: fputs() does return EOF on error but here we don't care.
3292      Branch: perl
3293            ! perlio.c
3294 ____________________________________________________________________________
3295 [  7669] By: jhi                                   on 2000/11/13  05:02:45
3296         Log: Declare reg_data like reg_substr_data.
3297      Branch: perl
3298            ! regexp.h
3299 ____________________________________________________________________________
3300 [  7668] By: jhi                                   on 2000/11/13  04:54:34
3301         Log: Typos in #7667.
3302      Branch: perl
3303            ! perl.h
3304 ____________________________________________________________________________
3305 [  7667] By: jhi                                   on 2000/11/13  04:49:49
3306         Log: Cleanup messy #ifdef.
3307      Branch: perl
3308            ! perl.h
3309 ____________________________________________________________________________
3310 [  7666] By: jhi                                   on 2000/11/13  04:17:34
3311         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
3312              From: Nicholas Clark <nick@talking.bollo.cx>
3313              Date: Sun, 12 Nov 2000 21:14:11 +0000
3314              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
3315              
3316              Note: only one breakage of the two reported is fixed by this patch.
3317      Branch: perl
3318            ! perlio.c
3319 ____________________________________________________________________________
3320 [  7665] By: jhi                                   on 2000/11/13  04:05:07
3321         Log: Tweak the definition of the bit complement on UTF-8 data:
3322              if none of the characters in the string are > 0xff,
3323              the result is a complemented byte string, not a (UTF-8)
3324              char string.  Based on the summary in
3325              
3326              Subject: Re: [ID 20000918.005] ~ on wide chars
3327              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
3328              Date: Fri, 10 Nov 2000 09:47:15 -0800
3329              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
3330              
3331              This should give us the maximum backward (pre-char string)
3332              compatibility and utf8 compatibility.  The other alternative
3333              would be to limit the bit complement to be always byte only,
3334              taking the least significant byte of the chars.
3335      Branch: perl
3336            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
3337 ____________________________________________________________________________
3338 [  7664] By: jhi                                   on 2000/11/13  00:23:44
3339         Log: Couple of tests from #7660 salvaged.
3340      Branch: perl
3341            - t/op/tell.t
3342            ! MANIFEST t/io/tell.t
3343 ____________________________________________________________________________
3344 [  7663] By: jhi                                   on 2000/11/13  00:02:48
3345         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
3346              From: Nicholas Clark <nick@talking.bollo.cx>
3347              Date: Sun, 12 Nov 2000 21:23:43 +0000
3348              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
3349      Branch: perl
3350            ! perlsfio.h
3351 ____________________________________________________________________________
3352 [  7662] By: jhi                                   on 2000/11/13  00:01:39
3353         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
3354              From: Nicholas Clark <nick@talking.bollo.cx>
3355              Date: Sun, 12 Nov 2000 21:30:04 +0000
3356              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
3357      Branch: perl
3358            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
3359 ____________________________________________________________________________
3360 [  7661] By: jhi                                   on 2000/11/12  23:57:29
3361         Log: Document tell() on special streams.
3362      Branch: perl
3363            ! pod/perlfunc.pod
3364 ____________________________________________________________________________
3365 [  7660] By: jhi                                   on 2000/11/12  23:54:22
3366         Log: (Subsumed by #7664)
3367      Branch: perl
3368            + t/op/tell.t
3369            ! MANIFEST
3370 ____________________________________________________________________________
3371 [  7659] By: jhi                                   on 2000/11/12  22:55:25
3372         Log: Many subdocumented return values of the IO extension now documented.
3373              ungetc and write still left subdocumented.
3374              
3375              Subject: [PATCH] (was Re: IO::Handle::ungetc)
3376              From: Nicholas Clark <nick@talking.bollo.cx>
3377              Date: Sun, 12 Nov 2000 21:35:53 +0000
3378              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
3379      Branch: perl
3380            ! ext/IO/lib/IO/Handle.pm
3381 ____________________________________________________________________________
3382 [  7658] By: jhi                                   on 2000/11/12  21:37:06
3383         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
3384              From: Nicholas Clark <nick@talking.bollo.cx>
3385              Date: Sun, 12 Nov 2000 20:03:22 +0000
3386              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
3387      Branch: perl
3388            ! pod/perlfunc.pod
3389 ____________________________________________________________________________
3390 [  7657] By: jhi                                   on 2000/11/12  20:34:55
3391         Log: Integrate perlio.
3392      Branch: perl
3393           !> perlio.c
3394 ____________________________________________________________________________
3395 [  7656] By: nick                                  on 2000/11/12  19:25:06
3396         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
3397      Branch: perlio
3398            ! perlio.c
3399 ____________________________________________________________________________
3400 [  7655] By: nick                                  on 2000/11/12  19:09:41
3401         Log: Integrate mainline
3402      Branch: perlio
3403           +> README.solaris ext/Encode/Encode/cp1006.enc
3404           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
3405           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
3406           +> ext/Encode/Encode/iso8859-13.enc
3407           +> ext/Encode/Encode/iso8859-14.enc
3408           +> ext/Encode/Encode/iso8859-15.enc
3409           !> (integrate 34 files)
3410 ____________________________________________________________________________
3411 [  7654] By: jhi                                   on 2000/11/12  19:00:22
3412         Log: Add a metaconfig unit for fsync.
3413      Branch: metaconfig/U/perl
3414            + d_fsync.U
3415 ____________________________________________________________________________
3416 [  7653] By: jhi                                   on 2000/11/12  19:00:01
3417         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
3418      Branch: perl
3419            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3420            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
3421            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3422            ! vos/config.ga.h win32/config.bc win32/config.gc
3423            ! win32/config.vc
3424 ____________________________________________________________________________
3425 [  7652] By: jhi                                   on 2000/11/11  21:12:01
3426         Log: Copy the s// information of README.hpux also to the perlrun.
3427      Branch: perl
3428            ! README.hpux pod/perlrun.pod
3429 ____________________________________________________________________________
3430 [  7651] By: jhi                                   on 2000/11/11  21:03:13
3431         Log: More README.solaris updates from Andy Dougherty.
3432      Branch: perl
3433            ! README.solaris
3434 ____________________________________________________________________________
3435 [  7650] By: jhi                                   on 2000/11/11  18:38:57
3436         Log: More descriptive error for unknown perlio layers.
3437              
3438              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
3439              From: Dominic Dunlop <domo@computer.org> 
3440              Date: Sat, 11 Nov 2000 18:20:32 +0100             
3441              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
3442      Branch: perl
3443            ! perlio.c pod/perldiag.pod
3444 ____________________________________________________________________________
3445 [  7649] By: jhi                                   on 2000/11/11  18:37:52
3446         Log: MachTen doesn't really do mmap() and munmap().
3447              
3448              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
3449              From: Dominic Dunlop <domo@computer.org> 
3450              Date: Sat, 11 Nov 2000 18:20:32 +0100             
3451              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
3452      Branch: perl
3453            ! hints/machten.sh
3454 ____________________________________________________________________________
3455 [  7648] By: jhi                                   on 2000/11/11  18:36:46
3456         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
3457              From: rspier@pobox.com (Robert Spier)
3458              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
3459              Message-ID: <14861.32839.491271.985797@rls.cx>
3460      Branch: perl
3461            ! Porting/Contract pod/perltoot.pod
3462 ____________________________________________________________________________
3463 [  7647] By: jhi                                   on 2000/11/11  18:35:30
3464         Log: Simplify the getpagesize() unit by dropping the
3465              pagesize probe since it's nowadays slightly more
3466              complicated because of sysconf(). (Note: if some
3467              platform really needs the -lPW for getpagesize,
3468              I just broke it.)
3469              
3470              TODO: a new pagesize unit.
3471      Branch: metaconfig
3472            ! U/compline/d_getpagsz.U
3473 ____________________________________________________________________________
3474 [  7646] By: jhi                                   on 2000/11/11  18:33:23
3475         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
3476      Branch: perl
3477            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3478            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
3479            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3480            ! vos/config.ga.h win32/config.bc win32/config.gc
3481            ! win32/config.vc
3482 ____________________________________________________________________________
3483 [  7645] By: jhi                                   on 2000/11/11  16:45:15
3484         Log: Use sysconf() or getpagesize() to find out the pagesize.
3485      Branch: perl
3486            ! perlio.c
3487 ____________________________________________________________________________
3488 [  7644] By: jhi                                   on 2000/11/11  15:46:08
3489         Log: Integrate perlio.
3490      Branch: perl
3491           !> perlio.c
3492 ____________________________________________________________________________
3493 [  7643] By: jhi                                   on 2000/11/11  15:33:36
3494         Log: Subject: Re: [PATCH] README.solaris
3495              From: Lupe Christoph <lupe@lupe-christoph.de>
3496              Date: Sat, 11 Nov 2000 14:08:10 +0100
3497              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
3498      Branch: perl
3499            ! README.solaris
3500 ____________________________________________________________________________
3501 [  7642] By: jhi                                   on 2000/11/11  15:22:12
3502         Log: Subject: [PATCH perl@7638] cygwin port
3503              From: "Eric Fifer" <egf7@columbia.edu>            
3504              Date: Fri, 10 Nov 2000 19:30:30 -0000
3505              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
3506      Branch: perl
3507            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
3508 ____________________________________________________________________________
3509 [  7641] By: nick                                  on 2000/11/11  14:50:36
3510         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
3511              Also call "Buf" layer directly when unread'ing non-read chars.
3512      Branch: perlio
3513            ! perlio.c
3514 ____________________________________________________________________________
3515 [  7640] By: jhi                                   on 2000/11/11  02:05:02
3516         Log: Add more encoding tables.
3517      Branch: perl
3518            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
3519            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
3520            + ext/Encode/Encode/iso8859-10.enc
3521            + ext/Encode/Encode/iso8859-13.enc
3522            + ext/Encode/Encode/iso8859-14.enc
3523            + ext/Encode/Encode/iso8859-15.enc
3524            ! MANIFEST
3525 ____________________________________________________________________________
3526 [  7639] By: jhi                                   on 2000/11/10  18:49:25
3527         Log: Subject: [PATCH] README.solaris
3528              From: Andy Dougherty <doughera@lafayette.edu>
3529              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
3530              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
3531      Branch: perl
3532            + README.solaris
3533            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
3534            ! pod/perl.pod pod/perltoc.pod
3535 ____________________________________________________________________________
3536 [  7638] By: jhi                                   on 2000/11/10  15:04:15
3537         Log: Update Changes.
3538      Branch: perl
3539            ! Changes patchlevel.h
3540 ____________________________________________________________________________
3541 [  7637] By: jhi                                   on 2000/11/10  14:14:28
3542         Log: Explain better why certain regex tests are skipped.
3543              
3544              Subject: Re: tests skipped: unknown reason
3545              From: Lupe Christoph <lupe@lupe-christoph.de>
3546              Date: Fri, 10 Nov 2000 09:08:56 +0100
3547              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
3548      Branch: perl
3549            ! t/op/regexp.t
3550 ____________________________________________________________________________
3551 [  7636] By: nick                                  on 2000/11/10  13:40:00
3552         Log: Integrate mainline.
3553      Branch: perlio
3554           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
3555           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
3556           !> win32/bin/search.pl
3557 ____________________________________________________________________________
3558 [  7635] By: nick                                  on 2000/11/10  13:25:52
3559         Log: Re-instate stdio large file support via perlio.
3560      Branch: perl
3561            ! perlio.c
3562 ____________________________________________________________________________
3563 [  7634] By: jhi                                   on 2000/11/10  04:49:55
3564         Log: Amdahl UTS hints updates.
3565              
3566              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
3567              From: hom00@utsglobal.com (Harold O Morris)
3568              Date: Thu, 9 Nov 2000 20:02 PST
3569              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
3570      Branch: perl
3571            ! hints/uts.sh
3572 ____________________________________________________________________________
3573 [  7633] By: jhi                                   on 2000/11/09  23:33:28
3574         Log: Subject: [PATCH] IO::Seekable pod
3575              From: Nicholas Clark <nick@talking.bollo.cx>
3576              Date: Thu, 9 Nov 2000 20:29:45 +0000
3577              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
3578      Branch: perl
3579            ! ext/IO/lib/IO/Handle.pm
3580 ____________________________________________________________________________
3581 [  7632] By: jhi                                   on 2000/11/09  21:55:41
3582         Log: Various doc oddball characters.
3583              
3584              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
3585              From: Michael Somos <somos@grail.cba.csuohio.edu>
3586              Date: Mon, 6 Nov 2000 17:44:20 -0500
3587              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
3588      Branch: perl
3589            ! emacs/cperl-mode.el lib/unicode/syllables.txt
3590            ! win32/bin/search.pl
3591 ____________________________________________________________________________
3592 [  7631] By: jhi                                   on 2000/11/09  21:12:29
3593         Log: Subject: Re: bash -c exit and linux hints 
3594              From: "John P. Linderman" <jpl@research.att.com>
3595              Date: Thu, 02 Nov 2000 09:37:25 -0500
3596              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
3597      Branch: perl
3598            ! hints/linux.sh
3599 ____________________________________________________________________________
3600 [  7630] By: nick                                  on 2000/11/09  20:34:11
3601         Log: Integrate mainline.
3602      Branch: perlio
3603           !> (integrate 91 files)
3604 ____________________________________________________________________________
3605 [  7629] By: jhi                                   on 2000/11/09  19:46:31
3606         Log: Missing dTHXs.
3607              
3608              Subject: RE: perl@7595 builds not on cygwin
3609              From: "Eric Fifer" <egf7@columbia.edu>
3610              Date: Thu, 9 Nov 2000 19:26:50 -0000
3611              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
3612      Branch: perl
3613            ! ext/Devel/Peek/Peek.xs
3614 ____________________________________________________________________________
3615 [  7628] By: jhi                                   on 2000/11/09  14:48:27
3616         Log: Disable only the tests 99 and 166 for UTF-8 locales.
3617      Branch: perl
3618            ! t/pragma/locale.t
3619 ____________________________________________________________________________
3620 [  7627] By: jhi                                   on 2000/11/09  14:40:27
3621         Log: There's no =head3.
3622      Branch: perl
3623            ! pod/perlhack.pod
3624 ____________________________________________________________________________
3625 [  7626] By: jhi                                   on 2000/11/09  13:54:26
3626         Log: The generated boot_* headers are wrong.  Pickier compiler,
3627              such as KAI C++ will refuse to compile the resulting perlmain.
3628              
3629              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
3630              From: Harri Pasanen <harri.pasanen@trema.com>
3631              Date: Thu, 09 Nov 2000 14:23:28 +0100
3632              Message-Id: <3A0AA550.26D548A3@trema.com>
3633      Branch: perl
3634            ! minimod.pl
3635 ____________________________________________________________________________
3636 [  7625] By: jhi                                   on 2000/11/09  13:50:44
3637         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
3638              From: Prymmer/Kahn <pvhp@best.com>
3639              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
3640              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
3641              
3642              All except the "cow orker" change.
3643      Branch: perl
3644            ! Porting/pumpkin.pod
3645 ____________________________________________________________________________
3646 [  7624] By: jhi                                   on 2000/11/09  13:45:33
3647         Log: Fix for
3648              
3649              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
3650              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
3651              Date: Thu, 09 Nov 2000 11:05:52 +0100
3652              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
3653      Branch: perl
3654            ! pod/perldiag.pod t/pragma/warn/pp_sys
3655 ____________________________________________________________________________
3656 [  7623] By: jhi                                   on 2000/11/09  13:37:16
3657         Log: Typo in an ifndef.
3658              
3659              Subject: Re: [PATCH 5.7.0] better messages from malloc()
3660              From: Joe Smith <jms@inwap.com>         
3661              Date: Thu, 09 Nov 2000 01:33:14 -0800
3662              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
3663      Branch: perl
3664            ! malloc.c
3665 ____________________________________________________________________________
3666 [  7622] By: jhi                                   on 2000/11/09  13:31:18
3667         Log: Remove unused extra arguments.
3668      Branch: metaconfig/U/perl
3669            ! perlxv.U
3670      Branch: perl
3671            ! Configure config_h.SH
3672 ____________________________________________________________________________
3673 [  7621] By: jhi                                   on 2000/11/09  13:16:36
3674         Log: More VMS moves on environment handling, from Charles Lane.
3675      Branch: perl
3676            ! t/pragma/locale.t
3677 ____________________________________________________________________________
3678 [  7620] By: jhi                                   on 2000/11/09  04:42:38
3679         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
3680              From: David Dyck <dcd@tc.fluke.com>
3681              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
3682              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
3683      Branch: perl
3684            ! pp_sys.c
3685 ____________________________________________________________________________
3686 [  7619] By: jhi                                   on 2000/11/09  04:36:21
3687         Log: Forgot from #7618.
3688      Branch: perl
3689            ! lib/File/stat.pm
3690 ____________________________________________________________________________
3691 [  7618] By: jhi                                   on 2000/11/09  04:28:44
3692         Log: Make deleting for %ENV work for (newer versions of) VMS,
3693              from Craig A. Berry.
3694      Branch: perl
3695            ! vms/vms.c
3696 ____________________________________________________________________________
3697 [  7617] By: jhi                                   on 2000/11/09  04:25:05
3698         Log: Subject: [PATCH] Class::Struct at compile time
3699              From: "Casey R. Tweten" <crt@kiski.net>
3700              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
3701              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
3702      Branch: perl
3703            ! lib/Class/Struct.pm
3704 ____________________________________________________________________________
3705 [  7616] By: jhi                                   on 2000/11/09  04:15:17
3706         Log: Subject: [ID 20001108.013] spelling
3707              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
3708              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
3709              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
3710      Branch: perl
3711            ! lib/ftp.pl
3712 ____________________________________________________________________________
3713 [  7615] By: jhi                                   on 2000/11/09  04:12:42
3714         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
3715              From: Peter Prymmer <pvhp@forte.com>
3716              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
3717              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
3718      Branch: perl
3719            ! configure.com
3720 ____________________________________________________________________________
3721 [  7614] By: jhi                                   on 2000/11/08  22:42:55
3722         Log: A missing aTHX_.
3723      Branch: perl
3724            ! ext/IPC/SysV/SysV.xs
3725 ____________________________________________________________________________
3726 [  7613] By: jhi                                   on 2000/11/08  19:30:21
3727         Log: Update Changes.
3728      Branch: perl
3729            ! Changes patchlevel.h
3730 ____________________________________________________________________________
3731 [  7612] By: jhi                                   on 2000/11/08  18:35:25
3732         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
3733              From: David Dyck <dcd@tc.fluke.com>
3734              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
3735              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
3736      Branch: perl
3737            ! pp_sys.c
3738 ____________________________________________________________________________
3739 [  7611] By: jhi                                   on 2000/11/08  18:30:26
3740         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
3741              From: Dominic Dunlop <domo@computer.org>
3742              Date: Tue, 7 Nov 2000 12:05:25 +0100
3743              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
3744      Branch: perl
3745            ! malloc.c
3746 ____________________________________________________________________________
3747 [  7610] By: jhi                                   on 2000/11/08  18:25:14
3748         Log: Do not test UTF-8 locales since that the tests would require
3749              polymorphic regexen.
3750      Branch: perl
3751            ! t/pragma/locale.t
3752 ____________________________________________________________________________
3753 [  7609] By: jhi                                   on 2000/11/08  17:12:51
3754         Log: Locale buglets.
3755              
3756              Subject: RE: Locales support (setlocale) fixes
3757              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3758              Date: Wed, 8 Nov 2000 20:01:39 +0300
3759              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
3760      Branch: perl
3761            ! t/pragma/locale.t util.c
3762 ____________________________________________________________________________
3763 [  7608] By: jhi                                   on 2000/11/08  17:00:16
3764         Log: Deleting $ENV{PATH} in VMS is not recommendable.
3765      Branch: perl
3766            ! t/pragma/locale.t
3767 ____________________________________________________________________________
3768 [  7607] By: jhi                                   on 2000/11/08  16:58:26
3769         Log: Subject: PATCH std stdio for (Free)BSD
3770              From: Nicholas Clark <nick@ccl4.org>
3771              Date: Wed, 8 Nov 2000 15:36:29 +0000
3772              Message-ID: <20001108153629.D98736@plum.flirble.org>
3773      Branch: metaconfig
3774            ! U/compline/d_stdstdio.U
3775      Branch: perl
3776            ! Configure config_h.SH
3777 ____________________________________________________________________________
3778 [  7606] By: jhi                                   on 2000/11/08  16:43:31
3779         Log: Forgot to bump the line numbers in #7601.
3780      Branch: perl
3781            ! t/pragma/warn/pp_sys
3782 ____________________________________________________________________________
3783 [  7605] By: jhi                                   on 2000/11/08  16:39:12
3784         Log: More careful detection of how well NVs and UVs mix.
3785              
3786              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))
3787              From: Nicholas Clark <nick@ccl4.org>
3788              Date: Wed, 8 Nov 2000 15:14:12 +0000
3789              Message-ID: <20001108151412.B98736@plum.flirble.org>
3790              
3791              Added some SIGFPE paranoia.
3792      Branch: metaconfig/U/perl
3793            ! perlxv.U
3794      Branch: perl
3795            ! Configure config_h.SH
3796 ____________________________________________________________________________
3797 [  7604] By: jhi                                   on 2000/11/08  14:39:10
3798         Log: Subject: [patch perl@7595] VMS configure.com tweak
3799              From: "Craig A. Berry" <craigberry@mac.com>
3800              Date: Wed, 8 Nov 2000 00:24:12 -0600
3801              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
3802      Branch: perl
3803            ! configure.com
3804 ____________________________________________________________________________
3805 [  7603] By: jhi                                   on 2000/11/08  14:27:11
3806         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
3807              From: Robin Barker <rmb1@cise.npl.co.uk>
3808              Date: Wed, 8 Nov 2000 11:11:39 GMT
3809              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
3810      Branch: perl
3811            ! perlio.c
3812 ____________________________________________________________________________
3813 [  7602] By: jhi                                   on 2000/11/08  14:25:03
3814         Log: Fix for the tie-refhash string table leaks.
3815              
3816              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
3817              Date: Wed, 8 Nov 2000 13:03:04 GMT
3818              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
3819      Branch: perl
3820            ! t/lib/tie-refhash.t
3821 ____________________________________________________________________________
3822 [  7601] By: jhi                                   on 2000/11/08  14:21:08
3823         Log: Try to avoid flockless and emulationless places.
3824      Branch: perl
3825            ! t/pragma/warn/pp_sys
3826 ____________________________________________________________________________
3827 [  7600] By: jhi                                   on 2000/11/08  02:28:54
3828         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
3829              
3830              Subject: [PATCH] prototyped functions that should be overrideable
3831              From: "Casey R. Tweten" <crt@kiski.net>
3832              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
3833              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
3834      Branch: perl
3835            ! toke.c
3836 ____________________________________________________________________________
3837 [  7599] By: jhi                                   on 2000/11/08  01:12:05
3838         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
3839              
3840              Subject: [PATCH] perlbug.PL
3841              From: "Kurt D. Starsinic" <kstar@chapin.edu>
3842              Date: Mon, 6 Nov 2000 21:39:01 -0500
3843              Message-ID: <20001106213901.B20955@O2.chapin.edu>
3844      Branch: perl
3845            ! utils/perlbug.PL
3846 ____________________________________________________________________________
3847 [  7598] By: jhi                                   on 2000/11/07  23:42:00
3848         Log: Bad thinko in #7581 (I used the test program with the expanded
3849              values as-is).
3850      Branch: metaconfig
3851            ! U/compline/d_stdstdio.U
3852      Branch: perl
3853            ! Configure
3854 ____________________________________________________________________________
3855 [  7597] By: jhi                                   on 2000/11/07  21:43:29
3856         Log: Subject: [PATCH perl@7573] cygwin port
3857              From: "Fifer, Eric" <EFifer@sanwaint.com>
3858              Date: Tue, 7 Nov 2000 18:08:51 -0000 
3859              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
3860              
3861              Synchronize with Cygwin 1.1.5.
3862      Branch: perl
3863            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
3864            ! pod/perlport.pod unixish.h util.c
3865 ____________________________________________________________________________
3866 [  7596] By: jhi                                   on 2000/11/07  21:39:25
3867         Log: perlhack updates from H.Merijn Brand.
3868      Branch: perl
3869            ! pod/perlhack.pod
3870 ____________________________________________________________________________
3871 [  7595] By: jhi                                   on 2000/11/07  20:21:41
3872         Log: Update Changes.
3873      Branch: perl
3874            ! Changes patchlevel.h
3875 ____________________________________________________________________________
3876 [  7594] By: jhi                                   on 2000/11/07  19:18:58
3877         Log: Be more robust in Dynaloader.pm.
3878      Branch: perl
3879            ! ext/DynaLoader/DynaLoader_pm.PL
3880 ____________________________________________________________________________
3881 [  7593] By: jhi                                   on 2000/11/07  16:49:31
3882         Log: AUTHORS update.
3883      Branch: perl
3884            ! AUTHORS
3885 ____________________________________________________________________________
3886 [  7592] By: gsar                                  on 2000/11/07  16:39:51
3887         Log: normalize relative paths in virtualized current directory on windows,
3888              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
3889              returns)
3890      Branch: perl
3891            ! win32/vdir.h
3892 ____________________________________________________________________________
3893 [  7591] By: jhi                                   on 2000/11/07  16:04:26
3894         Log: Too profiler-happy: with optimization the #7590 actually makes
3895              the test to run 0.5% _slower_.  Requires much more instrumentation.
3896              Retract #7590.
3897      Branch: perl
3898            ! regcomp.c regcomp.h
3899 ____________________________________________________________________________
3900 [  7590] By: jhi                                   on 2000/11/07  15:51:13
3901         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
3902              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
3903              by using memset() and testing bytewise (as opposed to bitwise).
3904      Branch: perl
3905            ! regcomp.c regcomp.h
3906 ____________________________________________________________________________
3907 [  7589] By: jhi                                   on 2000/11/07  12:56:39
3908         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
3909              From: "Craig A. Berry" <craig.berry@psinetcs.com>
3910              Date: Mon, 06 Nov 2000 23:45:30 -0500
3911              Message-Id: <0011079735.AA973576259@univpress.com>
3912      Branch: perl
3913            ! configure.com t/lib/st-lock.t
3914 ____________________________________________________________________________
3915 [  7588] By: jhi                                   on 2000/11/07  01:03:28
3916         Log: Tweak #7587.
3917      Branch: perl
3918            ! pod/perldiag.pod
3919 ____________________________________________________________________________
3920 [  7587] By: jhi                                   on 2000/11/07  01:00:27
3921         Log: A doc addition for bug id 20001105.019, beware \p.
3922      Branch: perl
3923            ! pod/perldiag.pod
3924 ____________________________________________________________________________
3925 [  7586] By: jhi                                   on 2000/11/07  00:32:22
3926         Log: Fake support of holey files in win/dosish platforms.
3927              
3928              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
3929              From: kipp@shonanblue.ne.jp
3930              Date: Mon, 6 Nov 2000 13:30:55 -0800
3931              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
3932      Branch: perl
3933            ! ext/SDBM_File/sdbm/sdbm.c
3934 ____________________________________________________________________________
3935 [  7585] By: jhi                                   on 2000/11/07  00:12:54
3936         Log: Subject: Pod updates
3937              From: "Stephen P. Potter" <spp@spotter.yi.org>
3938              Date: Mon, 06 Nov 2000 18:56:43 -0500
3939              Message-Id: <200011062357.SAA18173@spotter.yi.org>
3940      Branch: perl
3941            ! README.dos README.os2 README.win32 pod/buildtoc.PL
3942            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
3943            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
3944            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
3945            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
3946            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
3947            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
3948            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
3949            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
3950            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
3951            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
3952            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
3953            ! pod/perltootc.pod pod/perlunicode.pod
3954 ____________________________________________________________________________
3955 [  7584] By: jhi                                   on 2000/11/07  00:04:17
3956         Log: Varargs don't always work too well if one puts an unsigned
3957              char on the stack and pop an unsigned quad off the stack.
3958              
3959              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
3960              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
3961              Date: Mon, 06 Nov 2000 15:19:05 -0800
3962              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
3963      Branch: perl
3964            ! utf8.c
3965 ____________________________________________________________________________
3966 [  7583] By: jhi                                   on 2000/11/06  23:58:48
3967         Log: %ENV note tweaks from Dan Sugalski.
3968      Branch: perl
3969            ! pod/perlport.pod vms/perlvms.pod
3970 ____________________________________________________________________________
3971 [  7582] By: jhi                                   on 2000/11/06  23:05:49
3972         Log: glibc5 detection by __GNU_LIBRARY__.
3973      Branch: perl
3974            ! toke.c
3975 ____________________________________________________________________________
3976 [  7581] By: jhi                                   on 2000/11/06  22:51:29
3977         Log: Make the stdio test program of 7427 less noisy while being 
3978              compiled so that Digital UNIX wouldn't get both
3979              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
3980              undefined.  This makes perlio happy.
3981      Branch: metaconfig
3982            ! U/compline/d_stdstdio.U
3983      Branch: perl
3984            ! Configure config_h.SH
3985 ____________________________________________________________________________
3986 [  7580] By: jhi                                   on 2000/11/06  22:41:41
3987         Log: Document %ENV = () portability issues.
3988      Branch: perl
3989            ! pod/perlport.pod vms/perlvms.pod
3990 ____________________________________________________________________________
3991 [  7579] By: jhi                                   on 2000/11/06  21:29:24
3992         Log: VOS updates from Paul Green.
3993      Branch: perl
3994            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
3995 ____________________________________________________________________________
3996 [  7578] By: jhi                                   on 2000/11/06  21:00:40
3997         Log: Sanitize the environment further.
3998      Branch: perl
3999            ! t/pragma/locale.t
4000 ____________________________________________________________________________
4001 [  7577] By: jhi                                   on 2000/11/06  20:53:51
4002         Log: Re-introduce 7552 lost in integration.
4003      Branch: perl
4004            ! perlio.c
4005 ____________________________________________________________________________
4006 [  7576] By: jhi                                   on 2000/11/06  20:33:46
4007         Log: Admit that the test leaks scalars.
4008      Branch: perl
4009            ! t/comp/proto.t
4010 ____________________________________________________________________________
4011 [  7575] By: jhi                                   on 2000/11/06  20:17:08
4012         Log: Integrate perlio.
4013      Branch: perl
4014           !> perlio.c
4015 ____________________________________________________________________________
4016 [  7574] By: nick                                  on 2000/11/06  20:07:28
4017         Log: Remove debug. Try (Mmap_t) on madvise() call.
4018      Branch: perlio
4019            ! perlio.c
4020 ____________________________________________________________________________
4021 [  7573] By: jhi                                   on 2000/11/06  13:56:05
4022         Log: Update Changes.
4023      Branch: perl
4024            ! Changes patchlevel.h
4025 ____________________________________________________________________________
4026 [  7572] By: jhi                                   on 2000/11/06  13:48:41
4027         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
4028              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4029              Date: Mon, 06 Nov 2000 10:11:42 +0100
4030              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
4031      Branch: perl
4032            ! pod/perlhack.pod
4033 ____________________________________________________________________________
4034 [  7571] By: jhi                                   on 2000/11/06  01:45:51
4035         Log: AUTHORS updates.
4036      Branch: perl
4037            ! AUTHORS
4038 ____________________________________________________________________________
4039 [  7570] By: jhi                                   on 2000/11/06  00:18:00
4040         Log: Fix for
4041              
4042              Subject: [ID 20000728.005] perl -P broken
4043              From: David Dyck <dcd@tc.fluke.com>
4044              Date: Fri, 28 Jul 2000 17:19:16 -0700
4045              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
4046              
4047              (hopefully).  The fix is also not complete, it seems to break
4048              BOM swallowing for libc5 systems, but until someone figures
4049              out a way to do this without ftell(), this will do.
4050      Branch: perl
4051            ! toke.c
4052 ____________________________________________________________________________
4053 [  7569] By: jhi                                   on 2000/11/06  00:05:30
4054         Log: Document that the evaled syntax errors cause scalar leaks.
4055      Branch: perl
4056            ! t/comp/proto.t
4057 ____________________________________________________________________________
4058 [  7568] By: jhi                                   on 2000/11/05  23:14:47
4059         Log: opmini.o can linger from Configures past.
4060      Branch: perl
4061            ! Makefile.SH
4062 ____________________________________________________________________________
4063 [  7567] By: jhi                                   on 2000/11/05  21:28:39
4064         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
4065              first argument correctly.
4066      Branch: perl
4067            ! perlio.c
4068 ____________________________________________________________________________
4069 [  7566] By: jhi                                   on 2000/11/05  21:15:56
4070         Log: Integrate perlio.
4071      Branch: perl
4072           !> perlio.c
4073 ____________________________________________________________________________
4074 [  7565] By: jhi                                   on 2000/11/05  21:15:13
4075         Log: Use -dM for gcc (the suggested patch did it only for Linux,
4076              but I think it can be generalized).
4077              
4078              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
4079              From: Pixel <pixel@mandrakesoft.com>
4080              Date: 05 Nov 2000 21:49:34 +0100 
4081              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
4082      Branch: perl
4083            ! ext/Errno/Errno_pm.PL
4084 ____________________________________________________________________________
4085 [  7564] By: nick                                  on 2000/11/05  21:09:18
4086         Log: Added a mmap layer as a "subclass" of perlio.
4087              PERLIO=mmap ./perl harness passes
4088      Branch: perlio
4089            ! perlio.c
4090 ____________________________________________________________________________
4091 [  7563] By: jhi                                   on 2000/11/05  19:48:55
4092         Log: Add a note for future generations about bug id 20000229.006.
4093      Branch: perl
4094            ! malloc.c
4095 ____________________________________________________________________________
4096 [  7562] By: jhi                                   on 2000/11/05  19:38:24
4097         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
4098      Branch: perl
4099            ! pp_ctl.c t/op/pos.t
4100 ____________________________________________________________________________
4101 [  7561] By: jhi                                   on 2000/11/05  18:21:46
4102         Log: Add =pod to be tidy.
4103      Branch: perl
4104            ! lib/Math/Complex.pm
4105 ____________________________________________________________________________
4106 [  7560] By: jhi                                   on 2000/11/05  17:38:46
4107         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
4108      Branch: perl
4109            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4110            ! ext/Storable/Storable.xs t/lib/st-recurse.t
4111 ____________________________________________________________________________
4112 [  7559] By: jhi                                   on 2000/11/05  17:32:59
4113         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
4114              From: "Peter J. Farley III" <pjfarley@banet.net>
4115              Date: Sun, 05 Nov 2000 11:55:59 -0500
4116              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
4117      Branch: perl
4118            ! t/lib/syslog.t
4119 ____________________________________________________________________________
4120 [  7558] By: jhi                                   on 2000/11/05  17:29:19
4121         Log: Integrate perlio.
4122      Branch: perl
4123           !> perlio.c
4124 ____________________________________________________________________________
4125 [  7557] By: jhi                                   on 2000/11/05  17:22:01
4126         Log: A fix of sorts for 20000329.026, a better error message
4127              for a missing "use charnames" when using the \N{...}. 
4128      Branch: perl
4129            ! pod/perldiag.pod toke.c
4130 ____________________________________________________________________________
4131 [  7556] By: jhi                                   on 2000/11/05  16:33:50
4132         Log: Test tweak: show also the failed locales.
4133              
4134              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
4135              From: Lupe Christoph <lupe@lupe-christoph.de>         
4136              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
4137              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
4138      Branch: perl
4139            ! t/pragma/locale.t
4140 ____________________________________________________________________________
4141 [  7555] By: nick                                  on 2000/11/05  11:09:34
4142         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
4143              open RDWR so does not fail. (pragma/warnings 303 again...)
4144      Branch: perlio
4145            ! perlio.c
4146 ____________________________________________________________________________
4147 [  7554] By: nick                                  on 2000/11/05  10:10:13
4148         Log: Fix case where ungetc(f,EOF) was allowed.
4149              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
4150              so we can see similarities.
4151              Use types more carefully and a STDCHAR array in hope that this will
4152              fix Jarrko's 64bit machine.
4153      Branch: perlio
4154            ! perlio.c
4155 ____________________________________________________________________________
4156 [  7553] By: jhi                                   on 2000/11/05  01:12:16
4157         Log: Fix for
4158              
4159              Subject: [ID 20001004.007] taint propogation is inconsistent
4160              From: pimlott@idiomtech.com (Andrew Pimlott) 
4161              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
4162              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
4163              
4164              The culprit was sv_setsv() which was rather blindly
4165              propagating taint, which lead to behaviour where if
4166              a tainted anon hash value was seen all the hash values
4167              from then on at that level became tainted, or at any
4168              upper levels in the case of nested anon hashes.
4169      Branch: perl
4170            ! sv.c t/op/taint.t
4171 ____________________________________________________________________________
4172 [  7552] By: jhi                                   on 2000/11/04  23:44:18
4173         Log: Some cpps don't like splitting conditionals across several lines.
4174      Branch: perl
4175            ! perlio.c
4176 ____________________________________________________________________________
4177 [  7551] By: nick                                  on 2000/11/04  23:40:44
4178         Log: Integrate mainline
4179      Branch: perlio
4180           !> pp_hot.c t/op/taint.t
4181 ____________________________________________________________________________
4182 [  7550] By: nick                                  on 2000/11/04  23:39:05
4183         Log: Integrate mainline again
4184      Branch: perlio
4185           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
4186           !> t/lib/b.t t/op/misc.t util.c
4187 ____________________________________________________________________________
4188 [  7549] By: jhi                                   on 2000/11/04  23:14:01
4189         Log: Fix for
4190              
4191              Subject: [ID 20001004.006] undef is never tainted
4192              From: pimlott@idiomtech.com (Andrew Pimlott)
4193              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
4194              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
4195              
4196              An undef read from a slurped file was not tainted.
4197      Branch: perl
4198            ! pp_hot.c t/op/taint.t
4199 ____________________________________________________________________________
4200 [  7548] By: jhi                                   on 2000/11/04  22:56:21
4201         Log: Test tweak ($Config{useperlio} is by default undef) .
4202      Branch: perl
4203            ! t/lib/b.t
4204 ____________________________________________________________________________
4205 [  7547] By: jhi                                   on 2000/11/04  22:43:56
4206         Log: Integrate perlio.
4207      Branch: perl
4208           +> lib/perlio.pm
4209           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
4210           !> pod/perlapi.pod t/lib/b.t
4211 ____________________________________________________________________________
4212 [  7546] By: jhi                                   on 2000/11/04  22:40:59
4213         Log: Configure would use a bad $myuname from an old config.sh.
4214              
4215              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
4216              From: Andy Dougherty <doughera@lafayette.edu>
4217              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
4218              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
4219      Branch: metaconfig
4220            ! U/modified/Oldconfig.U
4221      Branch: perl
4222            ! Configure config_h.SH
4223 ____________________________________________________________________________
4224 [  7545] By: jhi                                   on 2000/11/04  22:36:54
4225         Log: Subject: Locales support (setlocale) fixes
4226              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4227              Date: Sat, 4 Nov 2000 10:15:48 +0300 
4228              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
4229              
4230              Modified quite a bit to be more portable.
4231      Branch: perl
4232            ! embed.h embed.pl perl.h proto.h util.c
4233 ____________________________________________________________________________
4234 [  7544] By: jhi                                   on 2000/11/04  22:32:47
4235         Log: Dying is too strict here, better just skip.
4236      Branch: perl
4237            ! t/op/misc.t
4238 ____________________________________________________________________________
4239 [  7543] By: nick                                  on 2000/11/04  21:55:13
4240         Log: Merge mainline
4241      Branch: perlio
4242           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
4243           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
4244           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
4245           !> (integrate 64 files)
4246 ____________________________________________________________________________
4247 [  7542] By: jhi                                   on 2000/11/04  21:09:28
4248         Log: More Changes tweakery.
4249      Branch: perl
4250            ! Changes Porting/genlog
4251 ____________________________________________________________________________
4252 [  7541] By: jhi                                   on 2000/11/04  20:58:18
4253         Log: Changes fixups.
4254      Branch: perl
4255            ! Changes
4256 ____________________________________________________________________________
4257 [  7540] By: jhi                                   on 2000/11/04  20:42:38
4258         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
4259              create a "fast path" for locale name probing using "locale -a"
4260              if available, squash finally hopefully the s?printf resetting
4261              the numeric locale (since, IIUC perllocale, it never shouldn't). 
4262      Branch: perl
4263            ! sv.c t/op/misc.t t/pragma/locale.t
4264 ____________________________________________________________________________
4265 [  7539] By: nick                                  on 2000/11/04  19:56:10
4266         Log: PerlIO infrastructure complete.
4267      Branch: perlio
4268            + lib/perlio.pm
4269            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
4270 ____________________________________________________________________________
4271 [  7538] By: nick                                  on 2000/11/04  14:31:32
4272         Log: Type tweaks + less contorted allocation scheme
4273      Branch: perlio
4274            ! perlio.c
4275 ____________________________________________________________________________
4276 [  7537] By: nick                                  on 2000/11/04  12:40:42
4277         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
4278              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
4279              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
4280              sensible) which lead to some interesting fails.
4281      Branch: perlio
4282            ! perlio.c
4283 ____________________________________________________________________________
4284 [  7536] By: jhi                                   on 2000/11/04  00:20:02
4285         Log: Add FCNTL_CAN_LOCK.
4286              
4287              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
4288              From: Andy Dougherty <doughera@lafayette.edu>
4289              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
4290              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
4291              
4292              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
4293              From: Andy Dougherty <doughera@lafayette.edu>
4294              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
4295              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
4296      Branch: metaconfig/U/perl
4297            + d_fcntl_can_lock.U
4298            ! startperl.U
4299      Branch: perl
4300            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4301            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
4302            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4303            ! vos/config.ga.h win32/config.bc win32/config.gc
4304            ! win32/config.vc
4305 ____________________________________________________________________________
4306 [  7535] By: nick                                  on 2000/11/03  22:19:10
4307         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
4308              - Works on Linux with
4309              perlio + unix
4310              stdio
4311              - Works on Solaris with
4312              perlio + unix
4313              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
4314              - Fails (hangs in openpid) if you try and stack
4315              perlio + stdio - Linux stdio's read() logic is hanging.
4316      Branch: perlio
4317            ! iperlsys.h perlio.c
4318 ____________________________________________________________________________
4319 [  7534] By: jhi                                   on 2000/11/03  15:16:02
4320         Log: Subject: Re: README.aix
4321              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4322              Date: Fri, 03 Nov 2000 16:03:15 +0100
4323              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
4324      Branch: perl
4325            ! README.aix
4326 ____________________________________________________________________________
4327 [  7533] By: jhi                                   on 2000/11/03  03:59:02
4328         Log: Subject: [PATCH 5.7.0] better messages from malloc()
4329              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4330              Date: Wed, 1 Nov 2000 23:39:56 -0500
4331              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
4332      Branch: perl
4333            ! malloc.c pod/perldiag.pod
4334 ____________________________________________________________________________
4335 [  7532] By: jhi                                   on 2000/11/03  00:11:56
4336         Log: The #7521 touched things it shouldn't have.
4337      Branch: perl
4338            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
4339 ____________________________________________________________________________
4340 [  7531] By: jhi                                   on 2000/11/02  22:32:33
4341         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
4342              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4343              Date:     Thu, 2 Nov 2000 16:58:36 EST
4344              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
4345      Branch: perl
4346            ! vms/gen_shrfls.pl
4347 ____________________________________________________________________________
4348 [  7530] By: jhi                                   on 2000/11/02  22:08:49
4349         Log: Fix the problem discussed in
4350              
4351              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
4352              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
4353              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
4354              
4355              originally from Linc Madison.  Also Andreas König's comments
4356              taken into account.  Some other problems with Tie::SubstrHash
4357              fixed: didn't croak when the table exceeded the requested number
4358              of entries (as documented) but instead when the number of entries
4359              exceeded the size of the table, a croak() had an unnecessary \n,
4360              didn't have a CLEAR method, documented that there is no exists().
4361              Didn't fix to be strict-proof because the module uses &foo; and
4362              dynamic scope.  Added a test script exercizing both first tamely 
4363              the basic functionality, and then the failure cases reported by
4364              Linc Madison.
4365      Branch: perl
4366            + t/lib/tie-substrhash.t
4367            ! MANIFEST lib/Tie/SubstrHash.pm
4368 ____________________________________________________________________________
4369 [  7529] By: jhi                                   on 2000/11/02  17:58:08
4370         Log: recv() can fail and return undef.
4371              
4372              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
4373              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
4374              Date: Thu, 2 Nov 2000 20:12:20 +0300
4375              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
4376      Branch: perl
4377            ! lib/Net/Ping.pm
4378 ____________________________________________________________________________
4379 [  7528] By: jhi                                   on 2000/11/02  17:49:09
4380         Log: Detpyo.
4381      Branch: perl
4382            ! pod/perlop.pod
4383 ____________________________________________________________________________
4384 [  7527] By: jhi                                   on 2000/11/02  15:48:37
4385         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
4386              fix a autovivification bug in Tie::RefHash, add tests for both.
4387              
4388              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
4389              From: Edward Avis <epa98@doc.ic.ac.uk>
4390              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
4391              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
4392      Branch: perl
4393            + t/lib/tie-refhash.t
4394            ! MANIFEST lib/Tie/RefHash.pm
4395 ____________________________________________________________________________
4396 [  7526] By: jhi                                   on 2000/11/02  13:56:26
4397         Log: Test::Harness revealed buglets in the new DynaLoader.
4398              
4399              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
4400              From: andreas.koenig@anima.de (Andreas J. Koenig)
4401              Date: 02 Nov 2000 11:26:48 +0100 
4402              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
4403      Branch: perl
4404            ! ext/DynaLoader/DynaLoader_pm.PL
4405 ____________________________________________________________________________
4406 [  7525] By: jhi                                   on 2000/11/01  23:52:08
4407         Log: The entry for #7503 was missing.
4408      Branch: perl
4409            ! Changes
4410 ____________________________________________________________________________
4411 [  7524] By: jhi                                   on 2000/11/01  23:40:52
4412         Log: Update Changes.
4413      Branch: perl
4414            ! Changes patchlevel.h
4415 ____________________________________________________________________________
4416 [  7523] By: jhi                                   on 2000/11/01  22:57:09
4417         Log: More tweaking on the #7522 theme.
4418      Branch: perl
4419            ! ext/DynaLoader/DynaLoader_pm.PL
4420 ____________________________________________________________________________
4421 [  7522] By: jhi                                   on 2000/11/01  22:06:15
4422         Log: Expand %Config variables and %ENV variables only if
4423              so requested during build time using the
4424              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
4425              Not expanding makes relocating distributions easier.
4426      Branch: perl
4427            ! ext/DynaLoader/DynaLoader_pm.PL
4428 ____________________________________________________________________________
4429 [  7521] By: jhi                                   on 2000/11/01  20:56:34
4430         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
4431              and setgid() because they were just changing $< and $( which means
4432              only changing the real uid/gid, as opposed to changing both
4433              real and effective ids.  (The alternative way could have been
4434              in POSIX.pm to change $> and $), too, but making a direct call
4435              to the C API feels cleaner.)  Fixes the bug
4436              
4437              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
4438              From: "Garry T. Williams" <garry@zvolve.com>
4439              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
4440              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
4441      Branch: perl
4442            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4443            ! ext/POSIX/typemap pod/perlvar.pod
4444 ____________________________________________________________________________
4445 [  7520] By: jhi                                   on 2000/11/01  20:08:33
4446         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
4447              From: "Garry T. Williams" <garry@zvolve.com>
4448              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
4449              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
4450      Branch: perl
4451            ! pod/perlsec.pod
4452 ____________________________________________________________________________
4453 [  7519] By: jhi                                   on 2000/11/01  20:01:22
4454         Log: Locale warning explanation tweak.
4455      Branch: perl
4456            ! pod/perldiag.pod
4457 ____________________________________________________________________________
4458 [  7518] By: jhi                                   on 2000/11/01  18:57:13
4459         Log: C.pm part of
4460              
4461              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
4462              From: Jarkko Hietaniemi <jhi@iki.fi>
4463              Date: Tue, 10 Oct 2000 08:22:28 -0500
4464              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
4465      Branch: perl
4466            ! ext/B/B/C.pm
4467 ____________________________________________________________________________
4468 [  7517] By: jhi                                   on 2000/11/01  18:41:59
4469         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
4470              From: Martien Verbruggen <mgjv@comdyn.com.au>
4471              Date: Fri, 6 Oct 2000 14:09:10 +1100
4472              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
4473      Branch: perl
4474            ! pod/perlop.pod
4475 ____________________________________________________________________________
4476 [  7516] By: jhi                                   on 2000/11/01  18:34:55
4477         Log: Generalize the Camel wording.
4478              
4479              Subject: Re: perlfaq style changes
4480              From: John Borwick <jhborwic@unity.ncsu.edu>
4481              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
4482              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
4483      Branch: perl
4484            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
4485 ____________________________________________________________________________
4486 [  7515] By: jhi                                   on 2000/11/01  16:52:31
4487         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
4488              From: pimlott@idiomtech.com (Andrew Pimlott)
4489              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
4490              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
4491      Branch: perl
4492            ! pod/perlsec.pod
4493 ____________________________________________________________________________
4494 [  7514] By: jhi                                   on 2000/11/01  15:03:40
4495         Log: More AIX lore.
4496      Branch: perl
4497            ! ext/re/hints/aix.pl
4498 ____________________________________________________________________________
4499 [  7513] By: jhi                                   on 2000/11/01  14:48:30
4500         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
4501              From: root <root@chronos.fi.muni.cz>
4502              Date: Wed, 1 Nov 2000 12:31:32 +0100
4503              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
4504      Branch: perl
4505            ! lib/Net/Ping.pm
4506 ____________________________________________________________________________
4507 [  7512] By: jhi                                   on 2000/11/01  14:46:47
4508         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
4509              From: Martin Husemann <martin@duskware.de>
4510              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
4511              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
4512      Branch: perl
4513            ! regcomp.c
4514 ____________________________________________________________________________
4515 [  7511] By: jhi                                   on 2000/11/01  14:39:50
4516         Log: AUTHORS updates.
4517      Branch: perl
4518            ! AUTHORS
4519 ____________________________________________________________________________
4520 [  7510] By: jhi                                   on 2000/11/01  14:29:50
4521         Log: Subject: [PATCH] startperl to respect versiononly
4522              From: Robin Barker <rmb1@cise.npl.co.uk> 
4523              Date: Tue, 31 Oct 2000 16:29:36 GMT
4524              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
4525      Branch: metaconfig/U/perl
4526            ! startperl.U
4527      Branch: perl
4528            ! Configure config_h.SH
4529 ____________________________________________________________________________
4530 [  7509] By: jhi                                   on 2000/11/01  14:19:53
4531         Log: printf UVs the correct way, noticed by Robin Barker.
4532      Branch: perl
4533            ! utf8.c
4534 ____________________________________________________________________________
4535 [  7508] By: jhi                                   on 2000/11/01  14:10:03
4536         Log: Do not cleanup *% because the % has special meanings in some
4537              shell environments.
4538      Branch: perl
4539            ! ext/Storable/Makefile.PL
4540 ____________________________________________________________________________
4541 [  7507] By: jhi                                   on 2000/11/01  14:06:00
4542         Log: The NonStop-UX libraries have a novel way to say NaN.
4543      Branch: perl
4544            ! t/lib/bigfltpm.t
4545 ____________________________________________________________________________
4546 [  7506] By: jhi                                   on 2000/11/01  14:03:35
4547         Log: The osname has been lowercased by now, from Tom Bates.
4548      Branch: metaconfig
4549            ! U/modified/Oldconfig.U
4550      Branch: perl
4551            ! Configure config_h.SH
4552 ____________________________________________________________________________
4553 [  7505] By: jhi                                   on 2000/10/31  19:18:39
4554         Log: The compiler is either gcc or cc, from Tom Bates.
4555      Branch: perl
4556            ! hints/nonstopux.sh
4557 ____________________________________________________________________________
4558 [  7504] By: jhi                                   on 2000/10/31  14:53:42
4559         Log: Update Changes.
4560      Branch: perl
4561            ! Changes patchlevel.h
4562 ____________________________________________________________________________
4563 [  7503] By: jhi                                   on 2000/10/31  14:30:50
4564         Log: Whitespace style tweak.  Was originally going to see to
4565              
4566              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
4567              From: Joe Smith <jms@inwap.com>
4568              Date: Mon, 30 Oct 2000 18:47:57 -0800
4569              Message-Id: <39FE32DD.24AAC4D@inwap.com>
4570              
4571              but that had already been taken care of.
4572      Branch: metaconfig
4573            ! U/compline/d_stdstdio.U
4574      Branch: perl
4575            ! Configure config_h.SH
4576 ____________________________________________________________________________
4577 [  7502] By: jhi                                   on 2000/10/31  14:25:02
4578         Log: AUTHORS tweaks.
4579      Branch: perl
4580            ! AUTHORS
4581 ____________________________________________________________________________
4582 [  7501] By: jhi                                   on 2000/10/31  14:23:59
4583         Log: Subject: perlfaq style changes
4584              From: John Borwick <jhborwic@unity.ncsu.edu>
4585              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
4586              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
4587      Branch: perl
4588            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4589            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4590            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4591            ! pod/perlfaq9.pod
4592 ____________________________________________________________________________
4593 [  7500] By: jhi                                   on 2000/10/31  14:22:15
4594         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
4595              
4596              Subject: Re: [ID 20000918.005] ~ on wide chars
4597              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4598              Date: Mon, 30 Oct 2000 21:09:55 -0800
4599              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
4600              
4601              (The ord() part of the patch skipped.)
4602      Branch: perl
4603            ! doop.c
4604 ____________________________________________________________________________
4605 [  7499] By: jhi                                   on 2000/10/31  14:20:08
4606         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
4607              From: Jens Hamisch <jens@Strawberry.COM>
4608              Date: Mon, 30 Oct 2000 15:17:07 +0100
4609              Message-Id: <20001030151707.A9597@Strawberry.COM>
4610      Branch: perl
4611            ! av.c
4612 ____________________________________________________________________________
4613 [  7498] By: jhi                                   on 2000/10/31  14:16:29
4614         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
4615              From: Peter Prymmer <pvhp@forte.com>
4616              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
4617              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
4618      Branch: perl
4619            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
4620            + ext/Encode/Encode/posix-bc.enc
4621            ! MANIFEST t/lib/encode.t
4622 ____________________________________________________________________________
4623 [  7497] By: jhi                                   on 2000/10/31  14:13:22
4624         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
4625              From: Peter Prymmer <pvhp@forte.com>
4626              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
4627              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
4628      Branch: perl
4629            ! t/lib/cgi-html.t
4630 ____________________________________________________________________________
4631 [  7496] By: jhi                                   on 2000/10/31  14:12:05
4632         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
4633              From: Peter Prymmer <pvhp@forte.com>
4634              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
4635              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
4636      Branch: perl
4637            ! t/lib/cgi-function.t
4638 ____________________________________________________________________________
4639 [  7495] By: jhi                                   on 2000/10/31  14:11:08
4640         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
4641              From: Peter Prymmer <pvhp@forte.com>
4642              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
4643              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
4644      Branch: perl
4645            + ext/re/hints/aix.pl
4646            ! MANIFEST ext/re/Makefile.PL
4647 ____________________________________________________________________________
4648 [  7494] By: jhi                                   on 2000/10/31  14:08:32
4649         Log: Use Errno magic.
4650              
4651              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
4652              From: Casey Tweten <perl@ctweten.amsite.com>
4653              Date: Mon, 30 Oct 2000 15:51:17 -0500
4654              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
4655      Branch: perl
4656            ! lib/File/Temp.pm
4657 ____________________________________________________________________________
4658 [  7493] By: jhi                                   on 2000/10/31  14:05:07
4659         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
4660              
4661              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
4662              From: Nicholas Clark <nick@ccl4.org>
4663              Date: Mon, 30 Oct 2000 17:38:45 +0000
4664              Message-ID: <20001030173845.O60355@plum.flirble.org>
4665      Branch: perl
4666            ! Makefile.SH utils/perlbug.PL
4667 ____________________________________________________________________________
4668 [  7492] By: nick                                  on 2000/10/30  19:37:23
4669         Log: Change files which are mysteriously different to mainline to be
4670              copies of mainline.
4671      Branch: perlio
4672            ! objXSUB.h perlapi.c pod/perlapi.pod
4673 ____________________________________________________________________________
4674 [  7491] By: nick                                  on 2000/10/30  18:05:54
4675         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
4676              - typo in endian code in putc.
4677              - Don't allow read of write-only files and vice-versa
4678              - and off-by-one in flush-all loop.
4679              Remove debug calls as they were using GCC specific features.
4680      Branch: perlio
4681            ! perlio.c
4682 ____________________________________________________________________________
4683 [  7490] By: nick                                  on 2000/10/29  21:45:45
4684         Log: Integrate mainline to perlio
4685      Branch: perlio
4686           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
4687           !> toke.c
4688 ____________________________________________________________________________
4689 [  7489] By: jhi                                   on 2000/10/29  21:11:08
4690         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
4691              From: andreas.koenig@anima.de (Andreas J. Koenig)
4692              Date: 29 Oct 2000 22:05:59 +0100
4693              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
4694      Branch: perl
4695            ! lib/ExtUtils/Manifest.pm
4696 ____________________________________________________________________________
4697 [  7488] By: jhi                                   on 2000/10/29  21:07:47
4698         Log: Tests for #7487.
4699              
4700              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
4701              From: andreas.koenig@anima.de (Andreas J. Koenig)
4702              Date: 29 Oct 2000 19:37:09 +0100
4703              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
4704      Branch: perl
4705            ! t/comp/proto.t
4706 ____________________________________________________________________________
4707 [  7487] By: jhi                                   on 2000/10/29  21:06:27
4708         Log: constsub spillage.
4709              
4710              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
4711              From: John Tobey <jtobey@john-edwin-tobey.org>
4712              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
4713              Message-Id: <m13pvSr-000FObC@feynman.localnet>
4714      Branch: perl
4715            ! op.c
4716 ____________________________________________________________________________
4717 [  7486] By: nick                                  on 2000/10/29  21:05:04
4718         Log: Integrate mainline to perlio branch
4719      Branch: perlio
4720           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
4721           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
4722           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
4723           +> vos/install_perl.cm
4724            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
4725            - vos/config.h vos/config_h.SH_orig
4726           !> (integrate 141 files)
4727 ____________________________________________________________________________
4728 [  7485] By: jhi                                   on 2000/10/29  21:00:47
4729         Log: Make \x{...} consistently produce UTF-8.
4730              
4731              Subject: Re: \x{...} is confused 
4732              From: Simon Cozens <simon@cozens.net>
4733              Date: Sun, 29 Oct 2000 19:36:48 +0000
4734              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
4735      Branch: perl
4736            ! t/pragma/utf8.t toke.c
4737 ____________________________________________________________________________
4738 [  7484] By: nick                                  on 2000/10/29  20:05:29
4739         Log: PerlIO passes all tests.
4740      Branch: perlio
4741            ! perlio.c
4742 ____________________________________________________________________________
4743 [  7483] By: jhi                                   on 2000/10/29  18:06:55
4744         Log: Update Changes.
4745      Branch: perl
4746            ! Changes patchlevel.h
4747 ____________________________________________________________________________
4748 [  7482] By: nick                                  on 2000/10/29  17:43:28
4749         Log: Include <unistd.h> to get correct lseek() prototype etc.
4750              (I thought perl.h did that) - down to two fails
4751              - comp/require.t (last test)
4752              - lib/io_xs.t - possibly import/export of FILE * ?
4753      Branch: perlio
4754            ! perlio.c
4755 ____________________________________________________________________________
4756 [  7481] By: jhi                                   on 2000/10/29  17:02:37
4757         Log: UTF-8 decoder tweak.
4758      Branch: perl
4759            ! utf8.c
4760 ____________________________________________________________________________
4761 [  7480] By: nick                                  on 2000/10/29  16:26:11
4762         Log: Fixed two bugs:
4763              - error code not being set on close (of broken pipe)
4764              - append mode was truncating.
4765              At least one seek/tell bug remains.
4766      Branch: perlio
4767            ! perlio.c
4768 ____________________________________________________________________________
4769 [  7479] By: nick                                  on 2000/10/29  11:18:16
4770         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
4771              in case of accidents. Still several worrying fails, no line disciplines yet.
4772      Branch: perlio
4773            ! iperlsys.h perlio.c
4774 ____________________________________________________________________________
4775 [  7478] By: jhi                                   on 2000/10/29  02:04:01
4776         Log: Add also emailless people.
4777      Branch: perl
4778            ! AUTHORS
4779 ____________________________________________________________________________
4780 [  7477] By: jhi                                   on 2000/10/29  01:36:00
4781         Log: The #7476 needs a MANIFEST change, too.
4782      Branch: perl
4783            ! MANIFEST
4784 ____________________________________________________________________________
4785 [  7476] By: jhi                                   on 2000/10/29  01:35:21
4786         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
4787      Branch: perl
4788            - MAINTAIN
4789            ! AUTHORS Changes
4790 ____________________________________________________________________________
4791 [  7475] By: jhi                                   on 2000/10/28  23:57:25
4792         Log: De-quoted-unreadable to ISO Latin 1.
4793              (There's one ISO-2022-JP name in Changes5.004.)
4794      Branch: perl
4795            ! Changes Changes5.6
4796 ____________________________________________________________________________
4797 [  7474] By: jhi                                   on 2000/10/28  19:13:06
4798         Log: Subject: [ID 20001027.007] uniq array in perlfaq
4799              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
4800              Date: Fri, 27 Oct 2000 19:28:30 +0200
4801              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
4802      Branch: perl
4803            ! pod/perlfaq4.pod
4804 ____________________________________________________________________________
4805 [  7473] By: jhi                                   on 2000/10/28  18:02:05
4806         Log: Locking null mutexes is not recommendable.
4807              
4808              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
4809              From: Hugo <hv@crypt.compulink.co.uk>
4810              Date: Sat, 28 Oct 2000 18:41:12 +0100
4811              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
4812      Branch: perl
4813            ! op.c
4814 ____________________________________________________________________________
4815 [  7472] By: jhi                                   on 2000/10/28  17:52:58
4816         Log: Better create a true mailing list for the repository keepers.
4817      Branch: perl
4818            ! Porting/repository.pod
4819 ____________________________________________________________________________
4820 [  7471] By: jhi                                   on 2000/10/28  17:28:24
4821         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
4822              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
4823      Branch: perl
4824            + Porting/repository.pod
4825            ! MANIFEST
4826 ____________________________________________________________________________
4827 [  7470] By: jhi                                   on 2000/10/28  17:20:54
4828         Log: Subject: DOC PATCH 5.6.0
4829              From: mjd@plover.com
4830              Date: 27 Oct 2000 17:32:44 -0000
4831              Message-ID: <20001027173244.23754.qmail@plover.com>
4832      Branch: perl
4833            ! pod/perlfunc.pod
4834 ____________________________________________________________________________
4835 [  7469] By: jhi                                   on 2000/10/28  17:16:45
4836         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
4837              From: "Peter J. Farley III" <pjfarley@banet.net>
4838              Date: Fri, 27 Oct 2000 20:32:56 -0400
4839              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
4840      Branch: perl
4841            ! README.dos
4842 ____________________________________________________________________________
4843 [  7468] By: jhi                                   on 2000/10/28  17:07:18
4844         Log: Make target reordering to avoid pointless re-makes.
4845              
4846              Subject: Re: Total re-make of 'make okfile' after 7451 ?
4847              From: Nicholas Clark <nick@ccl4.org>
4848              Date: Sat, 28 Oct 2000 00:31:02 +0100
4849              Message-ID: <20001028003101.A54517@plum.flirble.org>
4850      Branch: perl
4851            ! Makefile.SH
4852 ____________________________________________________________________________
4853 [  7467] By: jhi                                   on 2000/10/28  17:05:31
4854         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
4855              From: lvirden@cas.org
4856              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
4857              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
4858      Branch: perl
4859            ! README.os2
4860 ____________________________________________________________________________
4861 [  7466] By: jhi                                   on 2000/10/28  16:09:16
4862         Log: Upgrade to CPAN 1.58_55.
4863              
4864              Subject: CPAN.pm status
4865              From: andreas.koenig@anima.de (Andreas J. Koenig) 
4866              Date: 28 Oct 2000 08:18:00 +0200 
4867              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
4868      Branch: perl
4869            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4870 ____________________________________________________________________________
4871 [  7465] By: jhi                                   on 2000/10/28  16:02:47
4872         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
4873      Branch: perl
4874            ! embed.h embed.pl perl.h proto.h toke.c
4875 ____________________________________________________________________________
4876 [  7464] By: nick                                  on 2000/10/28  10:43:44
4877         Log: Fix for sv_2iv() on "shared" value from keys %hash.
4878      Branch: perl
4879            ! sv.c
4880 ____________________________________________________________________________
4881 [  7463] By: jhi                                   on 2000/10/27  16:18:29
4882         Log: Update Changes.
4883      Branch: perl
4884            ! Changes patchlevel.h
4885 ____________________________________________________________________________
4886 [  7462] By: jhi                                   on 2000/10/27  16:17:44
4887         Log: Too enthusiastic editing in #7460.
4888      Branch: metaconfig
4889            ! U/modified/Oldsym.U
4890      Branch: perl
4891            ! Configure config_h.SH
4892 ____________________________________________________________________________
4893 [  7461] By: jhi                                   on 2000/10/27  15:37:38
4894         Log: Retract #7459, the script needs more work.
4895      Branch: perl
4896            - mkreef
4897            ! MANIFEST
4898 ____________________________________________________________________________
4899 [  7460] By: jhi                                   on 2000/10/27  15:23:14
4900         Log: Use $sort, $uniq (and $tr) consistently as wondered
4901              by Nicholas Clark.
4902      Branch: metaconfig
4903            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
4904            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
4905            ! U/modified/libc.U
4906      Branch: perl
4907            ! Configure config_h.SH
4908 ____________________________________________________________________________
4909 [  7459] By: jhi                                   on 2000/10/27  15:02:07
4910         Log: (Retracted by #7461)
4911              
4912              Add a shell script for creating/removing symbolic link farms,
4913              useful for keeping the source code read-only and doing the
4914              builds somewhere else.
4915      Branch: perl
4916            + mkreef
4917            ! MANIFEST
4918 ____________________________________________________________________________
4919 [  7458] By: jhi                                   on 2000/10/27  14:42:20
4920         Log: Do away with the fix_pl.
4921      Branch: perl
4922            - fix_pl
4923            ! MANIFEST Makefile.SH
4924 ____________________________________________________________________________
4925 [  7457] By: jhi                                   on 2000/10/27  12:43:13
4926         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
4927              From: Jens Hamisch <jens@Strawberry.COM>
4928              Date: Fri, 27 Oct 2000 14:38:21 +0200
4929              Message-Id: <20001027143821.B3366@Strawberry.COM>
4930      Branch: perl
4931            ! perl.h
4932 ____________________________________________________________________________
4933 [  7456] By: jhi                                   on 2000/10/27  12:33:42
4934         Log: Subject: [PATCH] todo
4935              From: Nicholas Clark <nick@ccl4.org>
4936              Date: Thu, 26 Oct 2000 22:32:29 +0100
4937              Message-ID: <20001026223229.A44540@plum.flirble.org>
4938      Branch: perl
4939            ! pod/perltodo.pod
4940 ____________________________________________________________________________
4941 [  7455] By: jhi                                   on 2000/10/27  12:02:21
4942         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
4943              From: John Tobey <jtobey@john-edwin-tobey.org>
4944              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
4945              Message-Id: <m13ozHF-000FObC@feynman.localnet>
4946      Branch: perl
4947            ! op.c t/pragma/sub_lval.t
4948 ____________________________________________________________________________
4949 [  7454] By: jhi                                   on 2000/10/27  11:59:42
4950         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
4951              From: sthoenna@efn.org
4952              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
4953              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
4954      Branch: perl
4955            ! pp.c t/op/assignwarn.t
4956 ____________________________________________________________________________
4957 [  7453] By: jhi                                   on 2000/10/27  00:15:08
4958         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
4959      Branch: perl
4960            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4961            ! ext/Storable/Storable.xs t/lib/st-lock.t
4962 ____________________________________________________________________________
4963 [  7452] By: jhi                                   on 2000/10/26  13:05:52
4964         Log: Undo #7451, this seems to be a deficiency in Perforce,
4965              there is no per-file line-terminator type, only per-client.
4966      Branch: perl
4967            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
4968            ! win32/makefile.mk
4969 ____________________________________________________________________________
4970 [  7451] By: jhi                                   on 2000/10/26  04:56:03
4971         Log: Experimenting in DOS arcana.
4972      Branch: perl
4973            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
4974            ! win32/makefile.mk
4975 ____________________________________________________________________________
4976 [  7450] By: jhi                                   on 2000/10/26  04:50:52
4977         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
4978              From: "Peter J. Farley III" <pjfarley@banet.net>            
4979              Date: Wed, 25 Oct 2000 23:10:18 -0400
4980              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
4981      Branch: perl
4982            ! t/io/open.t
4983 ____________________________________________________________________________
4984 [  7449] By: jhi                                   on 2000/10/26  04:49:16
4985         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
4986              From: Hugo <hv@crypt.compulink.co.uk>
4987              Date: Thu, 26 Oct 2000 01:55:17 +0100
4988              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
4989              
4990              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
4991      Branch: perl
4992            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
4993 ____________________________________________________________________________
4994 [  7448] By: jhi                                   on 2000/10/26  04:38:36
4995         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
4996              From: Peter Prymmer <pvhp@forte.com>
4997              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
4998              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
4999      Branch: perl
5000            ! configure.com
5001 ____________________________________________________________________________
5002 [  7447] By: jhi                                   on 2000/10/25  23:20:02
5003         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
5004              in platforms that strictly require all the symbols being present
5005              at link time.
5006      Branch: perl
5007            ! handy.h
5008 ____________________________________________________________________________
5009 [  7446] By: jhi                                   on 2000/10/25  21:55:57
5010         Log: Update Changes.
5011      Branch: perl
5012            ! Changes patchlevel.h
5013 ____________________________________________________________________________
5014 [  7445] By: jhi                                   on 2000/10/25  21:27:08
5015         Log: Integrate with vmsperl #7430 by Charles Bailey:
5016              
5017              Cleanup from prior patch (Charles Lane?):
5018              - improve handling of MFDs in Basename and Path
5019              - default to no xsubpp line # munging when building debug images
5020      Branch: perl
5021           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
5022 ____________________________________________________________________________
5023 [  7444] By: jhi                                   on 2000/10/25  21:03:50
5024         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
5025              From: John Peacock <JPeacock@UnivPress.com>
5026              Date: Thu, 18 May 2000 11:55:27 -0400
5027              Message-ID: <3924126F.A58BE57A@UnivPress.com>
5028      Branch: perl
5029            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
5030            ! t/op/write.t
5031 ____________________________________________________________________________
5032 [  7443] By: jhi                                   on 2000/10/25  20:43:10
5033         Log: Temporary stopgap for the self-tying issue: for now only
5034              array and hash self-ties are verboten.  The real fix, of
5035              course, would be to comprehensively test (and implement?)
5036              and debug (and document) self-ties.
5037      Branch: perl
5038            ! pod/perldiag.pod pp_sys.c t/op/tie.t
5039 ____________________________________________________________________________
5040 [  7442] By: jhi                                   on 2000/10/25  20:14:30
5041         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
5042              From: Dan Sugalski <dan@sidhe.org>
5043              Date: Wed, 25 Oct 2000 13:36:35 -0400
5044              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
5045              
5046              plus regen global.sym.
5047      Branch: perl
5048            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
5049            ! thrdvar.h util.c
5050 ____________________________________________________________________________
5051 [  7441] By: jhi                                   on 2000/10/25  20:12:20
5052         Log: buildtoc target tweaks.
5053      Branch: perl
5054            ! pod/Makefile.SH
5055 ____________________________________________________________________________
5056 [  7440] By: jhi                                   on 2000/10/25  20:03:53
5057         Log: A new version of making the syslog test more robust.
5058              (Replaces #7421.)
5059              
5060              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
5061              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5062              Date: Wed, 25 Oct 2000 12:13:54 -0400
5063              Message-ID: <20001025121354.B2264@O2.chapin.edu>
5064      Branch: perl
5065            ! t/lib/syslog.t
5066 ____________________________________________________________________________
5067 [  7439] By: jhi                                   on 2000/10/25  20:00:48
5068         Log: Continue the internal UTF-8 API tweaking.
5069              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
5070              used much more than the simpler API, now called utf8_to_uv_simple().
5071              Still not quite happy with API, too much partial duplication
5072              of functionality.
5073      Branch: perl
5074            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
5075            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
5076            ! regcomp.c regexec.c sv.c toke.c utf8.c
5077 ____________________________________________________________________________
5078 [  7438] By: jhi                                   on 2000/10/25  18:52:30
5079         Log: Allow poking holes at the UTF-8 decoding strictness.
5080      Branch: perl
5081            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
5082            ! utf8.h
5083 ____________________________________________________________________________
5084 [  7437] By: jhi                                   on 2000/10/25  13:53:05
5085         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
5086              UTF8LEN() and UTF8SKIP(). 
5087      Branch: perl
5088            ! pp.c utf8.c utf8.h
5089 ____________________________________________________________________________
5090 [  7436] By: jhi                                   on 2000/10/25  13:51:37
5091         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
5092              From: Nicholas Clark <nick@ccl4.org>
5093              Date: Wed, 25 Oct 2000 14:44:05 +0100
5094              Message-ID: <20001025144404.D27253@plum.flirble.org>
5095      Branch: perl
5096            ! pod/perlrun.pod
5097 ____________________________________________________________________________
5098 [  7435] By: jhi                                   on 2000/10/25  13:49:32
5099         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
5100              From: Mike Guy <mjtg@cam.ac.uk>
5101              Date: Tue, 24 Oct 2000 14:59:40 +0100
5102              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
5103      Branch: perl
5104            ! scope.c
5105 ____________________________________________________________________________
5106 [  7434] By: jhi                                   on 2000/10/25  13:48:41
5107         Log: AIX is picky about its symbol exports.  Solution for now
5108              is to include the deb.o explicitly to the re extension build.
5109              
5110              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
5111              From: Peter Prymmer <pvhp@forte.com>
5112              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
5113              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
5114      Branch: perl
5115            ! ext/re/Makefile.PL hints/aix.sh
5116 ____________________________________________________________________________
5117 [  7433] By: jhi                                   on 2000/10/25  13:46:49
5118         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
5119              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5120              Date: Wed, 25 Oct 2000 12:02:20 +0200
5121              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
5122      Branch: perl
5123            ! perlsdio.h
5124 ____________________________________________________________________________
5125 [  7432] By: jhi                                   on 2000/10/25  13:44:28
5126         Log: Subject: Minor update to find2perl, for portability
5127              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
5128              Date: Wed, 25 Oct 2000 12:05:47 +0100
5129              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
5130      Branch: perl
5131            ! x2p/find2perl.PL
5132 ____________________________________________________________________________
5133 [  7431] By: jhi                                   on 2000/10/25  13:40:39
5134         Log: Add targets to Makefile.SH, most importantly
5135              'regen_all' which also remembers to update vms/perly*.
5136      Branch: perl
5137            ! Makefile.SH
5138 ____________________________________________________________________________
5139 [  7430] By: bailey                                on 2000/10/25  03:13:53
5140         Log: Cleanup from prior patch (Charles Lane?):
5141              - improve handling of MFDs in Basename and Path
5142              - default to no xsubpp line # munging when building debug images
5143      Branch: vmsperl
5144            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
5145 ____________________________________________________________________________
5146 [  7429] By: jhi                                   on 2000/10/24  20:03:40
5147         Log: Podify README.epoc and README.vos.
5148      Branch: perl
5149            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
5150            ! pod/perlport.pod pod/perltoc.pod
5151 ____________________________________________________________________________
5152 [  7428] By: jhi                                   on 2000/10/24  19:10:33
5153         Log: Stratus VOS updates from Paul Green.
5154      Branch: perl
5155            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5156            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
5157            - vos/config.def vos/config.h vos/config_h.SH_orig
5158            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
5159            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
5160 ____________________________________________________________________________
5161 [  7427] By: jhi                                   on 2000/10/24  18:59:48
5162         Log: Check if stdio supports tweaking lval and cnt simultaneously.
5163              
5164              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
5165              From: Nicholas Clark <nick@ccl4.org>
5166              Date: Mon, 23 Oct 2000 15:39:32 +0100
5167              Message-ID: <20001023153932.A10786@plum.flirble.org>
5168      Branch: metaconfig
5169            ! U/compline/d_stdstdio.U
5170      Branch: perl
5171            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5172            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
5173            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
5174            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
5175            ! vos/config.h vos/config_h.SH_orig win32/config.bc
5176            ! win32/config.gc win32/config.vc
5177 ____________________________________________________________________________
5178 [  7426] By: jhi                                   on 2000/10/24  17:57:44
5179         Log: Missed the header file changes from #7425.
5180      Branch: perl
5181            ! embed.h embed.pl objXSUB.h proto.h
5182 ____________________________________________________________________________
5183 [  7425] By: jhi                                   on 2000/10/24  17:55:17
5184         Log: Fix the bug reported in
5185              
5186              From: andreas.koenig@anima.de (Andreas J. Koenig)
5187              Subject: Encode bug?
5188              Date: 24 Oct 2000 14:01:26 +0200 
5189              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
5190              
5191              Also make is_utf8_char() stricter.
5192      Branch: perl
5193            ! ext/Encode/Encode.xs utf8.c
5194 ____________________________________________________________________________
5195 [  7424] By: jhi                                   on 2000/10/24  15:15:39
5196         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
5197              From: Peter Scott <Peter@PSDT.com>
5198              Date: Mon, 23 Oct 2000 19:46:01 -0700
5199              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
5200      Branch: perl
5201            ! pod/perlfaq5.pod
5202 ____________________________________________________________________________
5203 [  7423] By: jhi                                   on 2000/10/24  14:25:30
5204         Log: Test tweak to avoid pulling in the whole Config.
5205      Branch: perl
5206            ! t/lib/st-lock.t
5207 ____________________________________________________________________________
5208 [  7422] By: jhi                                   on 2000/10/24  14:03:16
5209         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
5210      Branch: perl
5211            ! pp.c
5212 ____________________________________________________________________________
5213 [  7421] By: jhi                                   on 2000/10/24  13:32:09
5214         Log: (Replaced by #7440.)
5215              
5216              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
5217              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5218              Date: Mon, 23 Oct 2000 16:40:54 -0400
5219              Message-ID: <20001023164054.B14491@O2.chapin.edu>
5220      Branch: perl
5221            ! t/lib/syslog.t
5222 ____________________________________________________________________________
5223 [  7420] By: jhi                                   on 2000/10/24  13:30:53
5224         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
5225              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5226              Date: Mon, 23 Oct 2000 17:29:03 -0400
5227              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
5228      Branch: perl
5229            ! lib/ExtUtils/MM_Unix.pm
5230 ____________________________________________________________________________
5231 [  7419] By: jhi                                   on 2000/10/24  13:29:57
5232         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
5233              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5234              Date: Mon, 23 Oct 2000 19:01:32 -0400
5235              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
5236      Branch: perl
5237            ! utils/h2xs.PL
5238 ____________________________________________________________________________
5239 [  7418] By: jhi                                   on 2000/10/24  13:26:04
5240         Log: Replace #7409 with
5241              
5242              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
5243              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
5244              Date: Mon, 23 Oct 2000 20:08:56 +0200
5245              Message-ID: <20001023200855.A14850@nice.ram.loc>
5246      Branch: perl
5247            ! ext/Storable/Storable.pm t/lib/st-lock.t
5248 ____________________________________________________________________________
5249 [  7417] By: jhi                                   on 2000/10/24  13:17:52
5250         Log: Run vms/vms_yfix.pl, should have done that after changing
5251              perly.c in #7382.
5252      Branch: perl
5253            ! vms/perly_c.vms vms/perly_h.vms
5254 ____________________________________________________________________________
5255 [  7416] By: jhi                                   on 2000/10/24  02:55:33
5256         Log: Make the UTF-8 decoding stricter and more verbose when
5257              malformation happens.  This involved adding an argument
5258              to utf8_to_uv_chk(), which involved changing its prototype,
5259              and prefer STRLEN over I32 for the UTF-8 length, which as
5260              a domino effect necessitated changing the prototypes of
5261              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
5262              The stricter UTF-8 decoding checking uses Markus Kuhn's
5263              UTF-8 Decode Stress Tester from
5264              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
5265      Branch: perl
5266            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
5267            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
5268            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
5269            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
5270 ____________________________________________________________________________
5271 [  7415] By: jhi                                   on 2000/10/23  14:06:06
5272         Log: Update Changes.
5273      Branch: perl
5274            ! Changes patchlevel.h
5275 ____________________________________________________________________________
5276 [  7414] By: jhi                                   on 2000/10/23  12:39:52
5277         Log: Undo the basename() part of #7412 since the lib/basename
5278              tests would need upgrading too.
5279      Branch: perl
5280            ! lib/File/Basename.pm
5281 ____________________________________________________________________________
5282 [  7413] By: jhi                                   on 2000/10/23  12:19:27
5283         Log: Document PERL_INSTALL_ROOT of #7210.
5284      Branch: perl
5285            ! lib/ExtUtils/Install.pm
5286 ____________________________________________________________________________
5287 [  7412] By: jhi                                   on 2000/10/23  12:16:47
5288         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
5289      Branch: perl
5290            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
5291            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
5292 ____________________________________________________________________________
5293 [  7411] By: jhi                                   on 2000/10/23  12:07:41
5294         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
5295              From: Prymmer/Kahn <pvhp@best.com>
5296              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
5297              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
5298      Branch: perl
5299            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
5300 ____________________________________________________________________________
5301 [  7410] By: jhi                                   on 2000/10/23  04:10:11
5302         Log: The change #7187 was not so good on VMS.
5303              
5304              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
5305              From: "Craig A. Berry" <craig.berry@psinetcs.com>
5306              Date: Sun, 22 Oct 2000 23:03:08 -0500
5307              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
5308      Branch: perl
5309            ! utils/perldoc.PL
5310 ____________________________________________________________________________
5311 [  7409] By: jhi                                   on 2000/10/23  03:57:36
5312         Log: Avoid Storable locking on DJGPP for now.
5313              
5314              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
5315              From: "Peter J. Farley III" <pjfarley@banet.net>
5316              Date: Sun, 22 Oct 2000 20:00:00 -0400
5317              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
5318      Branch: perl
5319            ! ext/Storable/Storable.pm t/lib/st-lock.t
5320 ____________________________________________________________________________
5321 [  7408] By: jhi                                   on 2000/10/23  03:50:24
5322         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
5323              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
5324              Date: Sun, 22 Oct 2000 21:12:22 -0400
5325              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
5326      Branch: perl
5327            ! lib/vars.pm
5328 ____________________________________________________________________________
5329 [  7407] By: jhi                                   on 2000/10/23  03:43:12
5330         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
5331              From: Hugo <hv@crypt.compulink.co.uk>
5332              Date: Mon, 23 Oct 2000 00:47:22 +0100
5333              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
5334      Branch: perl
5335            ! regexec.c t/op/pat.t
5336 ____________________________________________________________________________
5337 [  7406] By: jhi                                   on 2000/10/23  03:40:29
5338         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
5339      Branch: perl
5340            ! lib/ExtUtils/MakeMaker.pm
5341 ____________________________________________________________________________
5342 [  7405] By: jhi                                   on 2000/10/22  21:32:00
5343         Log: Doc patch.
5344              
5345              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
5346              From: rspier@pobox.com (Robert Spier)
5347              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
5348              Message-ID: <14835.16112.13457.447971@rls.cx>
5349      Branch: perl
5350            ! lib/strict.pm
5351 ____________________________________________________________________________
5352 [  7404] By: jhi                                   on 2000/10/22  21:30:51
5353         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
5354              From: rspier@pobox.com (Robert Spier)
5355              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
5356              Message-ID: <14835.17223.72448.705566@rls.cx>
5357      Branch: perl
5358            ! lib/ExtUtils/MakeMaker.pm
5359 ____________________________________________________________________________
5360 [  7403] By: jhi                                   on 2000/10/22  21:24:11
5361         Log: Subject: [PATCH bleadperl] ripples from constsub patch
5362              From: John Tobey <jtobey@john-edwin-tobey.org>
5363              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
5364              Message-Id: <m13nSOB-000FObC@feynman.localnet>
5365      Branch: perl
5366            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
5367 ____________________________________________________________________________
5368 [  7402] By: jhi                                   on 2000/10/22  20:59:35
5369         Log: Support s?printf parameter reordering.
5370      Branch: perl
5371            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
5372 ____________________________________________________________________________
5373 [  7401] By: jhi                                   on 2000/10/22  19:19:14
5374         Log: Expand %Config variables only if explicitly so requested
5375              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
5376              
5377              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
5378              From: Gurusamy Sarathy <gsar@ActiveState.com>
5379              Date: Sun, 22 Oct 2000 11:47:32 -0700
5380              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
5381      Branch: perl
5382            ! Makefile.SH lib/lib_pm.PL
5383 ____________________________________________________________________________
5384 [  7400] By: jhi                                   on 2000/10/22  18:24:10
5385         Log: Move the #7390 test from warn/op to comp/redef.
5386              
5387              Subject: Re: Creating const subs for constants.
5388              From: John Tobey <jtobey@john-edwin-tobey.org>
5389              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
5390              Message-Id: <m13nG72-000FObC@feynman.localnet>               
5391      Branch: perl
5392            ! t/comp/redef.t t/pragma/warn/op
5393 ____________________________________________________________________________
5394 [  7399] By: jhi                                   on 2000/10/22  17:49:59
5395         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
5396              From: Nicholas Clark <nick@ccl4.org>
5397              Date: Sat, 21 Oct 2000 22:23:19 +0100
5398              Message-ID: <20001021222319.B45586@plum.flirble.org>
5399      Branch: perl
5400            ! ext/DynaLoader/DynaLoader_pm.PL
5401 ____________________________________________________________________________
5402 [  7398] By: jhi                                   on 2000/10/22  17:47:35
5403         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
5404              From: Hugo <hv@crypt.compulink.co.uk>
5405              Date: Sat, 21 Oct 2000 18:19:59 +0100
5406              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
5407      Branch: perl
5408            ! ext/B/B.pm ext/B/B/C.pm
5409 ____________________________________________________________________________
5410 [  7397] By: jhi                                   on 2000/10/22  17:35:18
5411         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
5412              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5413              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
5414              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
5415      Branch: perl
5416            ! hints/openbsd.sh
5417 ____________________________________________________________________________
5418 [  7396] By: jhi                                   on 2000/10/22  17:19:46
5419         Log: Subject: installman go-faster stripes
5420              From: Nicholas Clark <nick@talking.bollo.cx>
5421              Date: Sat, 21 Oct 2000 17:24:53 +0100
5422              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
5423              
5424              Subject: Re: installman go-faster stripes
5425              From: Russ Allbery <rra@stanford.edu>
5426              Date: 21 Oct 2000 11:04:13 -0700
5427              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
5428      Branch: perl
5429            ! installman pod/pod2man.PL
5430 ____________________________________________________________________________
5431 [  7395] By: jhi                                   on 2000/10/22  17:17:35
5432         Log: Hints tweak from Anton Berezin.
5433      Branch: perl
5434            ! hints/freebsd.sh
5435 ____________________________________________________________________________
5436 [  7394] By: jhi                                   on 2000/10/22  04:50:04
5437         Log: Tweak the Is* definitions of Unicode character classes
5438              to better match the official categorizations; embrace
5439              the official categorizations; add the combining marks
5440              as alpha (and -numeric); fix DCinital (a typo and edito)
5441              to be DCmedial.
5442      Branch: perl
5443            + lib/unicode/Is/DCmedial.pl
5444            - lib/unicode/Is/DCinital.pl
5445            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
5446            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
5447            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
5448            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
5449 ____________________________________________________________________________
5450 [  7393] By: jhi                                   on 2000/10/21  18:06:05
5451         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
5452              From: Daniel Chetlin <daniel@chetlin.com>
5453              Date: Sat, 21 Oct 2000 02:57:03 -0700
5454              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
5455      Branch: perl
5456            + t/lib/tie-splice.t
5457            ! MANIFEST lib/Tie/Array.pm
5458 ____________________________________________________________________________
5459 [  7392] By: gsar                                  on 2000/10/21  18:05:15
5460         Log: resync utfperl branch with mainline
5461      Branch: utfperl
5462           !> (integrate 1760 files)
5463 ____________________________________________________________________________
5464 [  7391] By: jhi                                   on 2000/10/21  14:37:49
5465         Log: Testcases for a #7383,#7385 related bug.
5466              
5467              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
5468              From: Nicholas Clark <nick@ccl4.org>
5469              Date: Sat, 21 Oct 2000 15:04:51 +0100
5470              Message-ID: <20001021150451.A51566@plum.flirble.org>
5471      Branch: perl
5472            ! t/pragma/utf8.t
5473 ____________________________________________________________________________
5474 [  7390] By: jhi                                   on 2000/10/21  14:35:57
5475         Log: Add a testcase for #7389.
5476      Branch: perl
5477            ! t/pragma/warn/op
5478 ____________________________________________________________________________
5479 [  7389] By: jhi                                   on 2000/10/21  14:26:45
5480         Log: Subject: Re: Creating const subs for constants.
5481              From: John Tobey <jtobey@john-edwin-tobey.org>
5482              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
5483              Message-Id: <m13mo0N-000FObC@feynman.localnet>
5484      Branch: perl
5485            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
5486            ! proto.h sv.c
5487 ____________________________________________________________________________
5488 [  7388] By: nick                                  on 2000/10/21  11:44:23
5489         Log: Populate perlio branch
5490      Branch: perlio
5491           +> (branch 1760 files)
5492 ____________________________________________________________________________
5493 [  7387] By: nick                                  on 2000/10/21  10:52:05
5494         Log: Get branch back as replica of mainline via :
5495              p4 integrate -b utfperl
5496              p4 resolve -at ./...
5497      Branch: utfperl
5498           +> (branch 269 files)
5499            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
5500            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
5501            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
5502            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
5503            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
5504            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
5505            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
5506            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
5507            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
5508            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
5509            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
5510            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
5511            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
5512            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
5513            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
5514            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
5515            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
5516            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
5517            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
5518            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
5519            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
5520            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
5521            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
5522            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
5523            - lib/unicode/UCD300.html lib/unicode/Unicode.300
5524            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
5525            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
5526            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
5527            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
5528           !> (integrate 965 files)
5529 ____________________________________________________________________________
5530 [  7386] By: jhi                                   on 2000/10/21  01:31:12
5531         Log: Update Changes.
5532      Branch: perl
5533            ! Changes patchlevel.h
5534 ____________________________________________________________________________
5535 [  7385] By: jhi                                   on 2000/10/21  01:28:42
5536         Log: The #7383 was right only in the context of the original bug report,
5537              not in more general case.
5538      Branch: perl
5539            ! pp_hot.c
5540 ____________________________________________________________________________
5541 [  7384] By: jhi                                   on 2000/10/21  01:08:23
5542         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
5543      Branch: perl
5544            ! ext/IO/lib/IO/Select.pm
5545 ____________________________________________________________________________
5546 [  7383] By: jhi                                   on 2000/10/21  00:44:18
5547         Log: Fix for ID 20001020.006, concatenating an unset submatch
5548              with utf8 resulted in "Modification of a read-only value".
5549      Branch: perl
5550            ! pp_hot.c t/pragma/utf8.t
5551 ____________________________________________________________________________
5552 [  7382] By: jhi                                   on 2000/10/20  20:44:31
5553         Log: Make scan_num() reëntrant, as suggested in
5554              
5555              Subject: [PATCH perl@7229] Rentrant parser and yylex()
5556              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5557              Date: Fri, 20 Oct 2000 14:17:27 +0100
5558              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
5559      Branch: perl
5560            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
5561            ! toke.c
5562 ____________________________________________________________________________
5563 [  7381] By: jhi                                   on 2000/10/20  20:07:29
5564         Log: Reëntrancy fix.
5565              
5566              Subject: [PATCH perl@7229] Rentrant parser and yylex()
5567              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5568              Date: Fri, 20 Oct 2000 14:17:27 +0100
5569              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
5570      Branch: perl
5571            ! embed.h embed.pl perl.h proto.h toke.c
5572 ____________________________________________________________________________
5573 [  7380] By: jhi                                   on 2000/10/20  19:15:54
5574         Log: Don't write double values through long double pointers,
5575              based on a part of
5576              
5577              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
5578              From: Jens Hamisch <jens@Strawberry.COM>
5579              Date: Tue, 17 Oct 2000 08:39:36 +0200
5580              Message-Id: <20001017083936.A11104@Strawberry.COM>
5581      Branch: perl
5582            ! perl.h pp.c
5583 ____________________________________________________________________________
5584 [  7379] By: jhi                                   on 2000/10/20  18:43:37
5585         Log: Portability tweak on #7377.
5586              
5587              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
5588              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5589              Date:     Fri, 20 Oct 2000 13:13:41 EDT
5590              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
5591      Branch: perl
5592            ! t/lib/dprof.t
5593 ____________________________________________________________________________
5594 [  7378] By: jhi                                   on 2000/10/20  12:57:19
5595         Log: SOCKS function redefinitions need prototypes, too, otherwise
5596              for example 32 bit versus 64 bit differences cause a lot of
5597              problems.  Part of
5598              
5599              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
5600              From: Jens Hamisch <jens@Strawberry.COM>
5601              Date: Tue, 17 Oct 2000 08:39:36 +0200
5602              Message-Id: <20001017083936.A11104@Strawberry.COM>
5603      Branch: perl
5604            ! doio.c pp_sys.c
5605 ____________________________________________________________________________
5606 [  7377] By: jhi                                   on 2000/10/20  12:37:12
5607         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
5608              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5609              Date:     Fri, 20 Oct 2000 08:26:04 EDT
5610              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
5611      Branch: perl
5612            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
5613 ____________________________________________________________________________
5614 [  7376] By: jhi                                   on 2000/10/20  12:35:31
5615         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
5616              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5617              Date:     Fri, 20 Oct 2000 07:48:15 EDT
5618              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
5619      Branch: perl
5620            ! configure.com vms/gen_shrfls.pl
5621 ____________________________________________________________________________
5622 [  7375] By: bailey                                on 2000/10/20  04:44:37
5623         Log: SYN SYN
5624      Branch: vmsperl
5625           +> (branch 134 files)
5626            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
5627            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
5628            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
5629            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
5630            - eg/cgi/frameset.cgi eg/cgi/index.html
5631            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
5632            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
5633            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
5634            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
5635            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
5636            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
5637            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
5638            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
5639            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
5640            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
5641            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
5642            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
5643            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
5644            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
5645            - lib/unicode/Props.txt lib/unicode/UCD300.html
5646            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
5647            - utils/perlbc.PL vms/subconfigure.com
5648           !> (integrate 785 files)
5649 ____________________________________________________________________________
5650 [  7374] By: jhi                                   on 2000/10/20  00:59:48
5651         Log: In the latest compiler builds cccdlflags must not become -fpic,
5652              from Wilfredo Sánchez.
5653      Branch: perl
5654            ! hints/darwin.sh
5655 ____________________________________________________________________________
5656 [  7373] By: jhi                                   on 2000/10/20  00:56:35
5657         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
5658              From: Tony Cook <tony@develop-help.com>
5659              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
5660              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
5661      Branch: perl
5662            ! pod/perlop.pod
5663 ____________________________________________________________________________
5664 [  7372] By: jhi                                   on 2000/10/19  19:34:40
5665         Log: Typo noted by Mark Lutz.
5666      Branch: perl
5667            ! t/op/64bitint.t
5668 ____________________________________________________________________________
5669 [  7371] By: jhi                                   on 2000/10/19  19:33:13
5670         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
5671      Branch: metaconfig
5672            ! U/modified/Cppsym.U U/modified/Oldconfig.U
5673      Branch: metaconfig/U/perl
5674            ! End.U dlsrc.U libperl.U
5675      Branch: perl
5676            + hints/nonstopux.sh
5677            ! Configure MANIFEST config_h.SH
5678 ____________________________________________________________________________
5679 [  7370] By: jhi                                   on 2000/10/19  17:18:08
5680         Log: Subject: PATCH do_print has 2 PerlIO_error()s
5681              From: nick@ccl4.org
5682              Date: Thu, 19 Oct 2000 18:09:20 +0100
5683              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
5684      Branch: perl
5685            ! doio.c
5686 ____________________________________________________________________________
5687 [  7369] By: jhi                                   on 2000/10/19  14:01:49
5688         Log: Update Changes.
5689      Branch: perl
5690            ! Changes patchlevel.h
5691 ____________________________________________________________________________
5692 [  7368] By: jhi                                   on 2000/10/19  13:04:29
5693         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
5694              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5695              Date: Wed, 18 Oct 2000 13:12:01 +0200
5696              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
5697      Branch: perl
5698            ! hints/aix.sh
5699 ____________________________________________________________________________
5700 [  7367] By: jhi                                   on 2000/10/19  02:22:40
5701         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
5702              of a 'pmshort' anywhere in the B, so the offending line was simply
5703              removed.
5704      Branch: perl
5705            ! ext/B/B/Debug.pm
5706 ____________________________________________________________________________
5707 [  7366] By: jhi                                   on 2000/10/19  02:12:37
5708         Log: Add the test case for the bug id 20000730.004 which seems
5709              to have been fixed by now.
5710      Branch: perl
5711            ! t/pragma/utf8.t
5712 ____________________________________________________________________________
5713 [  7365] By: jhi                                   on 2000/10/18  23:36:24
5714         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
5715              From: Hugo <hv@crypt.compulink.co.uk>
5716              Date: Wed, 18 Oct 2000 23:25:58 +0100
5717              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
5718      Branch: perl
5719            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
5720 ____________________________________________________________________________
5721 [  7364] By: jhi                                   on 2000/10/18  21:12:53
5722         Log: (retracted)
5723      Branch: perl
5724            ! pp.c
5725 ____________________________________________________________________________
5726 [  7363] By: jhi                                   on 2000/10/18  20:55:38
5727         Log: Missing change from #7362.
5728      Branch: perl
5729            ! win32/perlhost.h
5730 ____________________________________________________________________________
5731 [  7362] By: jhi                                   on 2000/10/18  20:52:01
5732         Log: Borland C fstat() never saw the fd as writable.
5733              
5734              Subject: fix for Borland's weak "stat" (perl@7211)
5735              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5736              Date: Mon, 16 Oct 2000 09:55:03 +0400
5737              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
5738      Branch: perl
5739            ! win32/win32.c
5740 ____________________________________________________________________________
5741 [  7361] By: jhi                                   on 2000/10/18  17:43:50
5742         Log: Regen toc.
5743      Branch: perl
5744            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
5745 ____________________________________________________________________________
5746 [  7360] By: jhi                                   on 2000/10/18  17:07:44
5747         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5748              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
5749              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
5750              Date: Mon, 16 Oct 2000 15:19:49 +0200
5751      Branch: perl
5752            + README.aix
5753            ! MANIFEST
5754 ____________________________________________________________________________
5755 [  7359] By: jhi                                   on 2000/10/18  17:04:49
5756         Log: Subject: Pod patch for Devel::Peek
5757              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5758              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
5759              Date: Mon, 16 Oct 2000 12:26:34 +0200
5760      Branch: perl
5761            ! ext/Devel/Peek/Peek.pm
5762 ____________________________________________________________________________
5763 [  7358] By: jhi                                   on 2000/10/18  17:03:15
5764         Log: Make Cwd more bulletproof in chrooted environments.
5765              
5766              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
5767              From: "Eric E. Coe" <Eric.Coe@oracle.com>
5768              Date: Wed, 18 Oct 2000 04:03:54 -0400
5769              Message-Id: <39ED596A.70E599FE@oracle.com>
5770      Branch: perl
5771            ! lib/Cwd.pm
5772 ____________________________________________________________________________
5773 [  7357] By: jhi                                   on 2000/10/18  16:37:26
5774         Log: Disable the UTF8 downgrade croakage for now to avoid
5775              too many not okay messages.
5776      Branch: perl
5777            ! doio.c
5778 ____________________________________________________________________________
5779 [  7356] By: jhi                                   on 2000/10/17  23:29:41
5780         Log: Show the failed remote port, instead of the failing line number.
5781              
5782              Subject: [PATCH 5.6.1 Debugger] More diagnostics
5783              From: David Sparks <daves@ActiveState.com>
5784              Date: Tue, 17 Oct 2000 15:00:24 -0700
5785              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
5786      Branch: perl
5787            ! lib/perl5db.pl
5788 ____________________________________________________________________________
5789 [  7355] By: jhi                                   on 2000/10/17  14:11:31
5790         Log: On output try to downgrade to bytes, croak if impossible,
5791              from Simon Cozens.  This means that outputting >255 UTF8
5792              is impossible.  Consider this as a strong incentive to get
5793              the I/O disciplines implemented.
5794      Branch: perl
5795            ! doio.c pod/perldiag.pod sv.c
5796 ____________________________________________________________________________
5797 [  7354] By: jhi                                   on 2000/10/17  13:42:23
5798         Log: Clarify documentation on 'use bytes'.
5799              
5800              Subject: Re: What does 'use bytes' "mean" ?
5801              From: Simon Cozens <simon@cozens.net>
5802              Date: Mon, 18 Sep 2000 18:24:25 +0100
5803              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
5804      Branch: perl
5805            ! lib/bytes.pm
5806 ____________________________________________________________________________
5807 [  7353] By: jhi                                   on 2000/10/17  13:28:12
5808         Log: Workaround for a sfio bug where the stream error indicator
5809              is not cleared as documented.
5810              
5811              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
5812              From: Nicholas Clark <nick@ccl4.org>
5813              Date: Mon, 16 Oct 2000 18:28:23 +0100
5814              Message-ID: <20001016182823.J19700@plum.flirble.org>
5815      Branch: perl
5816            ! doio.c
5817 ____________________________________________________________________________
5818 [  7352] By: jhi                                   on 2000/10/17  13:06:19
5819         Log: More IoTYPE sprinkling.
5820      Branch: perl
5821            ! doio.c pp_hot.c
5822 ____________________________________________________________________________
5823 [  7351] By: jhi                                   on 2000/10/16  22:47:07
5824         Log: Detect early whether the std streams have gone bad.
5825              
5826              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
5827              Date: Mon, 16 Oct 2000 23:28:42 +0100
5828              From: Nicholas Clark <nick@ccl4.org>
5829              Message-ID: <20001016232842.A37942@plum.flirble.org>
5830      Branch: perl
5831            ! t/op/misc.t
5832 ____________________________________________________________________________
5833 [  7350] By: jhi                                   on 2000/10/16  22:45:16
5834         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
5835              From: "Peter J. Farley III" <pjfarley@banet.net>
5836              Date: Mon, 16 Oct 2000 18:15:59 -0400
5837              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
5838      Branch: perl
5839            ! djgpp/djgpp.c dosish.h t/io/open.t
5840 ____________________________________________________________________________
5841 [  7349] By: jhi                                   on 2000/10/16  22:36:45
5842         Log: perldelta tweak.
5843      Branch: perl
5844            ! pod/perldelta.pod
5845 ____________________________________________________________________________
5846 [  7348] By: jhi                                   on 2000/10/16  15:17:53
5847         Log: Update Changes.
5848      Branch: perl
5849            ! Changes patchlevel.h
5850 ____________________________________________________________________________
5851 [  7347] By: jhi                                   on 2000/10/16  13:55:27
5852         Log: Add the capability to include/exclude branches.
5853      Branch: perl
5854            ! Porting/genlog
5855 ____________________________________________________________________________
5856 [  7346] By: jhi                                   on 2000/10/16  13:18:04
5857         Log: Add Charles Lane.
5858      Branch: perl
5859            ! AUTHORS Changes
5860 ____________________________________________________________________________
5861 [  7345] By: jhi                                   on 2000/10/16  13:13:21
5862         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
5863      Branch: perl
5864            ! pod/perldelta.pod
5865 ____________________________________________________________________________
5866 [  7344] By: gsar                                  on 2000/10/16  09:30:21
5867         Log: integrate change#6220 from cfgperl
5868              
5869              Win32 patches from Benjamin Stuhl.
5870      Branch: maint-5.6/perl
5871           !> makedef.pl win32/win32.h
5872 ____________________________________________________________________________
5873 [  7343] By: gsar                                  on 2000/10/16  08:32:19
5874         Log: integrate changes#6221,6222 from cfgperl
5875              
5876              Remove tr///CU (the feature is to be obsoleted by better interfaces).
5877              From: simon@brecon.co.uk (Simon Cozens)
5878              Subject: [PATCH] Eliminate tr///[CU][CU]
5879              Date: 23 Jun 2000 11:05:40 GMT
5880              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
5881              
5882              doc typo fix
5883              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
5884              From: Ian Phillipps <Ian.Phillipps@iname.com>
5885              Date: Fri, 23 Jun 2000 10:40:58 +0100
5886              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
5887      Branch: maint-5.6/perl
5888           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
5889 ____________________________________________________________________________
5890 [  7342] By: gsar                                  on 2000/10/16  08:28:08
5891         Log: integrate change#6217 from cfgperl (in part)
5892              
5893              Rename the fdpid locking and integrate with Sarathy.
5894      Branch: maint-5.6/perl
5895           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
5896           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
5897           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
5898           !> win32/win32.c
5899 ____________________________________________________________________________
5900 [  7341] By: gsar                                  on 2000/10/16  08:23:39
5901         Log: integrate changes#6214..6216 from mainline
5902              
5903              @_ can't have junk in it even in the non-USE_ITHREADS case because
5904              caller() wants to populate @DB::args with it (causes a coredump
5905              in Carp::confess())
5906              
5907              tweak comment about @DB::args
5908              
5909              be more optimal about clearing @_
5910      Branch: maint-5.6/perl
5911           !> av.h cop.h pp_ctl.c t/op/runlevel.t
5912 ____________________________________________________________________________
5913 [  7340] By: gsar                                  on 2000/10/16  08:20:37
5914         Log: integrate changes#6207..6210 from cfgperl
5915              
5916              Subject: [PATCH 5.6.0] Threadsafe patches
5917              From: Dan Sugalski <dan@sidhe.org>
5918              To: perl5-porters@perl.org
5919              Date: Mon, 08 May 2000 18:08:13 -0400
5920              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
5921              
5922              Regen headers for #6207.
5923              
5924              Lock PL_fdpid against race conditions, based on:
5925              Subject: [PATCH 5.6.0]subprocess fixup for threads
5926              From: Dan Sugalski <dan@sidhe.org>
5927              To: perl5-porters@perl.org
5928              Date: Tue, 11 Apr 2000 17:02:32 -0400
5929              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
5930              
5931              Mopup for #6207 and #6209.
5932      Branch: maint-5.6/perl
5933           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
5934           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
5935           !> win32/win32.c
5936 ____________________________________________________________________________
5937 [  7339] By: gsar                                  on 2000/10/16  08:14:34
5938         Log: integrate change#6203 from cfgperl
5939              
5940              perldiag should refer to perlos2.pod not README.os2
5941      Branch: maint-5.6/perl
5942           !> pod/perldiag.pod
5943 ____________________________________________________________________________
5944 [  7338] By: gsar                                  on 2000/10/16  08:11:42
5945         Log: integrate change#6201 from mainline
5946              
5947              Perl_eval_pv() leaks 4 bytes every time it is called because it
5948              does a PUSHMARK that's never ever POPMARKed; in general, only
5949              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
5950              Perl_eval_[sp]v() don't because they don't take any incoming
5951              arguments (this leak has been around since the original version
5952              of perl_eval_pv() in 5.003_97e)
5953      Branch: maint-5.6/perl
5954           !> perl.c
5955 ____________________________________________________________________________
5956 [  7337] By: gsar                                  on 2000/10/16  08:08:47
5957         Log: integrate changes#6197..6200 from cfgperl
5958              
5959              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
5960              From: John Borwick <jhborwic@unity.ncsu.edu>
5961              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
5962              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
5963              
5964              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
5965              From: Dan Sugalski <dan@sidhe.org>
5966              To: vmsperl@perl.org, perl5-porters@perl.org
5967              Date: Fri, 02 Jun 2000 16:00:41 -0400
5968              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
5969              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
5970              
5971              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
5972              From: Dan Sugalski <dan@sidhe.org>
5973              To: perl5-porters@perl.org, vmsperl@perl.org
5974              Date: Fri, 02 Jun 2000 17:30:51 -0400
5975              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
5976              
5977              Update to cperl-mode.el 4.31 from
5978              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
5979              Subject: A couple of notes
5980              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5981              To: Mailing list Perl5 <perl5-porters@perl.org>
5982              Date: Sat, 3 Jun 2000 23:33:32 -0400
5983              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
5984      Branch: maint-5.6/perl
5985           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
5986           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
5987           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
5988           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
5989           !> vms/vmsish.h
5990 ____________________________________________________________________________
5991 [  7336] By: gsar                                  on 2000/10/16  08:03:46
5992         Log: integrate changes#6194,6195 from mainline
5993              
5994              fix small eval"" memory leaks under USE_ITHREADS
5995              
5996              fix yet another eval"" leak under USE_ITHREADS
5997      Branch: maint-5.6/perl
5998           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
5999           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
6000           !> vms/perly_c.vms
6001 ____________________________________________________________________________
6002 [  7335] By: gsar                                  on 2000/10/16  08:02:15
6003         Log: integrate changes#6190,6191 from mainline
6004              
6005              submit missing embed.pl change
6006              
6007              vec() loses numericalness (modified version of patch suggested
6008              by Robin Barker)
6009      Branch: maint-5.6/perl
6010           !> doop.c embed.pl t/op/vec.t
6011 ____________________________________________________________________________
6012 [  7334] By: gsar                                  on 2000/10/16  08:01:03
6013         Log: integrate change#6189 from mainline
6014              
6015              counting tr/// corrupts later operation (from M.J.T Guy)
6016      Branch: maint-5.6/perl
6017           !> doop.c t/op/tr.t
6018 ____________________________________________________________________________
6019 [  7333] By: gsar                                  on 2000/10/16  07:59:07
6020         Log: integrate changes#6183..6188 from mainline
6021              
6022              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
6023              <nick@ccl4.org>)
6024              
6025              tweak for change#6127
6026              
6027              remove incorrect documentation about implicit split to @_ in
6028              list context, which never really worked in perl 5 (from
6029              M.J.T. Guy)
6030              
6031              further qualify references to "alphanumeric" (from Wolfgang Laun
6032              <wolfgang.laun@alcatel.at>)
6033              
6034              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
6035              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
6036              
6037              h2xs tweaks
6038      Branch: maint-5.6/perl
6039           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
6040           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
6041           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
6042           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
6043           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
6044           !> pod/pod2latex.PL utils/h2xs.PL
6045 ____________________________________________________________________________
6046 [  7332] By: gsar                                  on 2000/10/16  07:53:52
6047         Log: integrate change#6179 from mainline
6048              
6049              buggy modulus on UVs introduced by change#3378 (resulted in
6050              4063328477 % 65535 amounting to 27406, instead of 27407)
6051      Branch: maint-5.6/perl
6052           !> pp.c t/op/arith.t
6053 ____________________________________________________________________________
6054 [  7331] By: gsar                                  on 2000/10/16  07:52:49
6055         Log: integrate changes#6176,6177,6178,6182 from cfgperl
6056              
6057              Single-quoted utf8 patch from Simon Cozens.
6058              
6059              Substitution utf8 patch from Simon Cozens.
6060              
6061              Be cleaner.
6062              
6063              Be Cleaner Part Deux.
6064      Branch: maint-5.6/perl
6065           !> Makefile.SH pp_hot.c toke.c
6066 ____________________________________________________________________________
6067 [  7330] By: gsar                                  on 2000/10/16  07:41:36
6068         Log: integrate change#6172 from mainline
6069              
6070              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
6071              (from Ilya Zakharevich)
6072      Branch: maint-5.6/perl
6073           !> regexec.c t/op/re_tests
6074 ____________________________________________________________________________
6075 [  7329] By: gsar                                  on 2000/10/16  07:40:25
6076         Log: integrate change#6171 from mainline
6077              
6078              scalar() doesn't force scalar context when used in void context
6079              (from Simon Cozens)
6080      Branch: maint-5.6/perl
6081           !> op.c t/op/wantarray.t
6082 ____________________________________________________________________________
6083 [  7328] By: gsar                                  on 2000/10/16  07:39:33
6084         Log: integrate change#6170 from mainline
6085              
6086              change#6142 needs tweaks to tests to work where there's no
6087              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
6088      Branch: maint-5.6/perl
6089           !> t/lib/filefind.t
6090 ____________________________________________________________________________
6091 [  7327] By: gsar                                  on 2000/10/16  07:35:34
6092         Log: integrate changes#6166..6168 from cfgperl
6093              
6094              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
6095              in case somebody wants to write an extension for more
6096              shadow database interfaces.
6097              
6098              tweak todo
6099              
6100              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
6101      Branch: maint-5.6/perl
6102           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6103           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
6104           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
6105           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
6106           !> win32/config.vc win32/config_H.bc win32/config_H.gc
6107           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
6108 ____________________________________________________________________________
6109 [  7326] By: gsar                                  on 2000/10/16  07:29:05
6110         Log: integrate changes#6157,6159..6161,6164 from cfgperl
6111              
6112              Regen Configure to jive with #6149.
6113              
6114              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
6115              
6116              Changes for the File::Temp 0.08 (change #6159) test suite
6117              to fit better into the Perl distribution test framework.
6118              
6119              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
6120              both from Simon Cozens.
6121              
6122              detypo
6123      Branch: maint-5.6/perl
6124           +> pod/perlmodlib.PL pod/perlnewmod.pod
6125           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
6126           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
6127           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
6128           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
6129 ____________________________________________________________________________
6130 [  7325] By: gsar                                  on 2000/10/16  07:25:13
6131         Log: integrate change#6158 from vmsperl
6132              
6133              Add fallback to tmpfile for use in cases where user's relying on
6134              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
6135              Lane's patch)
6136      Branch: maint-5.6/perl
6137           !> vms/vms.c vms/vmsish.h
6138 ____________________________________________________________________________
6139 [  7324] By: gsar                                  on 2000/10/16  07:20:50
6140         Log: integrate changes#6153..6155 from mainline
6141              
6142              prettier Test::Harness output on failed tests (from Nicholas Clark
6143              <nick@Bagpuss.uk.boo.com>)
6144              
6145              avoid type mismatch warning
6146              
6147              small bug in change#6144; remove random \xA0 character that snuck
6148              in via change#6145
6149      Branch: maint-5.6/perl
6150           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
6151           !> perl.c
6152 ____________________________________________________________________________
6153 [  7323] By: gsar                                  on 2000/10/16  07:18:47
6154         Log: integrate changes#6151,6152 from mainline
6155              
6156              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
6157              
6158              cosmetic fixups of RE debug output (from Ilya Zakharevich)
6159      Branch: maint-5.6/perl
6160           !> regexec.c
6161 ____________________________________________________________________________
6162 [  7322] By: gsar                                  on 2000/10/16  07:17:25
6163         Log: integrate changes#6146..6150 from mainline
6164              
6165              doc typo
6166              
6167              add a make entry to Config.pm so "perl -V:make" works on VMS
6168              (from Peter Prymmer)
6169              
6170              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
6171              
6172              OS/2 tweaks for usethreads build (from Rocco Caputo
6173              <troc@netrus.net>)
6174              
6175              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
6176      Branch: maint-5.6/perl
6177           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
6178           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
6179           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
6180           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
6181           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
6182           !> warnings.pl x2p/a2p.h
6183 ____________________________________________________________________________
6184 [  7321] By: gsar                                  on 2000/10/16  07:14:02
6185         Log: integrate changes#6143..6145 from mainline
6186              
6187              MacOS support, part 1 (from Matthias Neeracher
6188              <neeri@iis.ee.ethz.ch>)
6189              
6190              MacOS support, part 2: make AutoSplit use File::Spec instead
6191              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
6192              <neeri@iis.ee.ethz.ch>)
6193              
6194              make xsubpp skip embedded pod (from Matthias Neeracher
6195              <neeri@iis.ee.ethz.ch>)
6196      Branch: maint-5.6/perl
6197           +> ext/DynaLoader/dl_mac.xs
6198           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
6199           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
6200           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
6201           !> pp_ctl.c proto.h toke.c util.c util.h
6202 ____________________________________________________________________________
6203 [  7320] By: gsar                                  on 2000/10/16  07:12:13
6204         Log: integrate changes#6141,6142 from mainline
6205              
6206              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
6207              forwarded by Peter Seebach from the bsdi-users mailing list.
6208              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
6209              
6210              File::Find fails to chdir when chasing symlinks (from
6211              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
6212      Branch: maint-5.6/perl
6213           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
6214 ____________________________________________________________________________
6215 [  7319] By: gsar                                  on 2000/10/16  07:04:30
6216         Log: integrate change#6139 from mainline
6217              
6218              revise mktables.PL for bugs and newness in Unicode 3.0
6219              (from James Bence <jbence@amgen.com>)
6220      Branch: maint-5.6/perl
6221           +> (branch 30 files)
6222           !> (integrate 49 files)
6223 ____________________________________________________________________________
6224 [  7318] By: gsar                                  on 2000/10/16  07:01:01
6225         Log: integrate changes#6137,6138 from mainline
6226              
6227              fix bogus redeclaration warning for "our" variables in different
6228              scopes
6229              
6230              add note about the handling of negative indices to tied arrays
6231              (from Michael G Schwern <schwern@pobox.com>)
6232      Branch: maint-5.6/perl
6233           !> op.c pod/perltie.pod t/pragma/strict-vars
6234 ____________________________________________________________________________
6235 [  7317] By: gsar                                  on 2000/10/16  06:58:46
6236         Log: integrate changes#6127..6136 from mainline
6237              
6238              call_method(...,G_EVAL) can longjmp() out if the method probing
6239              failed (from Gisle Aas)
6240              
6241              new perlxstut example for passing/returning refs to arrays
6242              (from David Lowe <dlowe@pootpoot.com>)
6243              
6244              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
6245              
6246              fix places that mean C<"word" character> but say C<alphanumeric
6247              character>
6248              
6249              avoid warnings in POSIX.pm (from Barrie Slaymaker)
6250              
6251              warnings::enabled() doesn't fall back to looking at $^W if
6252              caller isn't using lexical warnings (from Paul Marquess)
6253              
6254              elide bogus test in change#6132
6255              
6256              make Test::Harness use wait.h/WCOREDUMP if available
6257              (from Ben Tilly <ben_tilly@hotmail.com>)
6258              
6259              enable Test::Harness to dynamically determine column width etc.
6260              (from Rob Napier <rnapier@employees.org>)
6261              
6262              random pod typos (from Peter Scott <Peter@PSDT.com>)
6263      Branch: maint-5.6/perl
6264           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
6265           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
6266           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
6267           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
6268 ____________________________________________________________________________
6269 [  7316] By: gsar                                  on 2000/10/16  06:53:23
6270         Log: integrate change#6126 from mainline
6271              
6272              change#2879 broke rvalue autovivification of magicals such as
6273              ${$num} (reworked variant of patch suggested by Simon Cozens)
6274      Branch: maint-5.6/perl
6275           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
6276           !> pp_hot.c proto.h t/op/gv.t
6277 ____________________________________________________________________________
6278 [  7315] By: gsar                                  on 2000/10/16  06:51:38
6279         Log: integrate changes#6123,6125 from mainline
6280              
6281              clarify gotcha with #line directives (from Rocco Caputo
6282              <troc@netrus.net>)
6283              
6284              enable propagating exception objects via Perl_croak() in XS code
6285              (from Gisle Aas)
6286      Branch: maint-5.6/perl
6287           !> pod/perldebug.pod pod/perlsyn.pod util.c
6288 ____________________________________________________________________________
6289 [  7314] By: gsar                                  on 2000/10/16  06:49:28
6290         Log: integrate change#6122 from mainline
6291              
6292              downgrade fatal error on C<"foo@nosucharray.com"> to optional
6293              warning (from Mark-Jason Dominus)
6294      Branch: maint-5.6/perl
6295           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
6296           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
6297           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
6298           !> toke.c
6299 ____________________________________________________________________________
6300 [  7313] By: gsar                                  on 2000/10/16  06:46:54
6301         Log: integrate changes#6112..6121 from vmsperl
6302              
6303              Check for existence of file before trying to delete
6304              
6305              Ugly workaround for version-specific RTL error
6306              
6307              Urk -- undo previous removal of vmsish 'exit' change
6308              
6309              Add bounds checking for several strings (Charles Lane)
6310              
6311              Miscellaneous cosmetic fixes (Charles Lane)
6312              
6313              Treat sockets as special in sys(read|write) (Charles Lane et al.)
6314              
6315              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
6316              Flatten case labels in switch statements uniformly (Charles Bailey)
6317              
6318              Quiet error messages in vmsish.t (Charles Lane)
6319              
6320              Add missing escape (Charles Lane)
6321              
6322              Allow eliminate_macros() and fixpath() to handle space-delimited
6323              lists (based on fixes by Craig Berry)
6324      Branch: maint-5.6/perl
6325           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
6326           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
6327           !> vms/vmsish.h
6328 ____________________________________________________________________________
6329 [  7312] By: gsar                                  on 2000/10/16  06:41:18
6330         Log: integrate changes#6107,6110 from cfgperl
6331              
6332              Tweak the todo list.
6333              
6334              todo tweak
6335      Branch: maint-5.6/perl
6336           !> Todo-5.6
6337 ____________________________________________________________________________
6338 [  7311] By: gsar                                  on 2000/10/16  06:38:38
6339         Log: integrate changes#6104,6108 from mainline
6340              
6341              PL_sys_intern was being initialized too late on windows
6342              
6343              reenable fake signal handling on Windows, bugs and all
6344      Branch: maint-5.6/perl
6345           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
6346           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
6347           !> win32/win32.c
6348 ____________________________________________________________________________
6349 [  7310] By: gsar                                  on 2000/10/16  06:36:03
6350         Log: integrate changes#6095,6097..6103 from cfgperl
6351              
6352              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
6353              might be useful in future.
6354              
6355              Add a note about possible compilation problems from Allen Smith.
6356              
6357              Add a note about other, yet unsupported, shadow password APIs.
6358              
6359              Tweaks for the cc bugs from Allen Smith.
6360              
6361              More compilation tweakery from Allen Smith.
6362              
6363              Hints and test tweaks for Unicos.
6364              
6365              The test suite tweak in #6101 wasn't quite right.
6366              
6367              Test tweaking for Unicos continues.
6368      Branch: maint-5.6/perl
6369           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6370           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
6371           !> t/lib/complex.t t/op/64bitint.t
6372 ____________________________________________________________________________
6373 [  7309] By: gsar                                  on 2000/10/16  06:29:41
6374         Log: integrate changes#6093,6094 from mainline
6375              
6376              fork() failure to create pseudo process sets errno=EAGAIN and returns
6377              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
6378              
6379              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
6380      Branch: maint-5.6/perl
6381           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
6382           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
6383 ____________________________________________________________________________
6384 [  7308] By: gsar                                  on 2000/10/16  06:27:29
6385         Log: integrate change#6092 from cfgperl
6386              
6387              Regen perltoc with the fixed buildtoc.
6388      Branch: maint-5.6/perl
6389           !> pod/perltoc.pod
6390 ____________________________________________________________________________
6391 [  7307] By: gsar                                  on 2000/10/16  06:26:40
6392         Log: integrate changes#6089,6090 from mainline
6393              
6394              buildtoc tweak to fix newline lossage
6395              
6396              concat doesn't preserve utf8-ness, and doesn't invalidate
6397              [NI]OK; added tests for both
6398      Branch: maint-5.6/perl
6399           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
6400 ____________________________________________________________________________
6401 [  7306] By: gsar                                  on 2000/10/16  06:24:05
6402         Log: integrate change#6088 from cfgperl
6403              
6404              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
6405              because we do not use those.  The HAS_GETSPNAM remains,
6406              though, because we still do use that.
6407      Branch: maint-5.6/perl
6408           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6409           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
6410           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
6411           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
6412           !> win32/config.vc win32/config_H.bc win32/config_H.gc
6413           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
6414 ____________________________________________________________________________
6415 [  7305] By: gsar                                  on 2000/10/16  06:15:52
6416         Log: integrate changes#6084,6085,6087 from mainline
6417              
6418              substr() does not preserve utf8-ness (from Stefan Eissing
6419              <Eissing@medicaldataservice.de>); added tests
6420              
6421              repeat operator (x) doesn't preserve utf8-ness
6422              
6423              reverse() and quotemeta() weren't preserving utf8-ness; add tests
6424      Branch: maint-5.6/perl
6425           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
6426 ____________________________________________________________________________
6427 [  7304] By: gsar                                  on 2000/10/16  06:13:10
6428         Log: integrate changes#6077..6083 from mainline
6429              
6430              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
6431              and Tom Phoenix)
6432              
6433              workaround for CRT bug in chdir() (from Charles Lane, via
6434              Peter Prymmer)
6435              
6436              remove outdated kludge in Carp (NULLs are permitted in diagnostics
6437              now)
6438              
6439              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
6440              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
6441              
6442              better default perlbug categories for ok reports (from Richard Foley)
6443              
6444              peek.t non-portable to ithreads
6445              
6446              note about undocumented caller() return value (from M.J.T. Guy);
6447              yet another peek.t tweak
6448      Branch: maint-5.6/perl
6449           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
6450           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
6451           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
6452           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
6453           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
6454           !> vms/vmsish.h
6455 ____________________________________________________________________________
6456 [  7303] By: gsar                                  on 2000/10/16  06:03:18
6457         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
6458              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
6459              
6460              &HUGE_VAL is not defined, it exists.
6461              
6462              Do not warn that an infinity does not look like a number.
6463              
6464              Rewrite the pwent/spent logic to be a little bit more clearer.
6465              
6466              Continue on the pwent/spent case.
6467              
6468              Correct Freudian slip.
6469              
6470              Use HUGE_VALL if applicable.
6471              
6472              pwent/spent #ifdef imbalance.
6473              
6474              Infinite problems.
6475              
6476              Call getspnam() only iff needd.
6477              
6478              Test both the scalar and list contexts.
6479              
6480              Use setxxent()/endxxent().
6481              
6482              Complex tweakery.
6483              
6484              Unicos hint tweak.
6485              
6486              Be more forgiving in POSIX about HUGE_VALL.
6487              
6488              Detypo.
6489              
6490              The search of infinity continues, this time simplified.
6491              
6492              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
6493              in natively 64-bit platforms where a long is a quad (no need
6494              for long longs).  Also added bias for IVs.
6495              
6496              Complex tweaks.
6497              
6498              Introduce t/lib/peek.t.
6499              
6500              Make the test more portable.
6501      Branch: maint-5.6/perl
6502           +> t/lib/peek.t
6503            ! pp_sys.c
6504           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
6505           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
6506           !> t/op/pwent.t toke.c util.c
6507 ____________________________________________________________________________
6508 [  7302] By: gsar                                  on 2000/10/16  05:03:37
6509         Log: integrate changes#6066..6071 from mainline
6510              
6511              s/END/CHECK/
6512              
6513              replace direct call to sighandler() with (*PL_sighandlerp)()
6514              
6515              note about values()
6516              
6517              File::Spec compatibility update (from Barrie Slaymaker
6518              <barries@slaysys.com>)
6519              
6520              remove misleading comment (from M.J.T. Guy)
6521              
6522              misformatted perllocal.pod (from Tim Jenness
6523              <t.jenness@jach.hawaii.edu>)
6524      Branch: maint-5.6/perl
6525           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
6526           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
6527           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
6528           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
6529 ____________________________________________________________________________
6530 [  7301] By: gsar                                  on 2000/10/16  05:00:08
6531         Log: integrate changes#6061..6063 from mainline
6532              
6533              change#5921 neglected to make eq honor "use bytes"
6534              
6535              additional tests for utf8.t
6536              
6537              tokeq() could read unallocated field in argument
6538      Branch: maint-5.6/perl
6539           !> sv.c t/pragma/utf8.t toke.c
6540 ____________________________________________________________________________
6541 [  7300] By: gsar                                  on 2000/10/16  04:56:54
6542         Log: integrate changes#6046,6048,6057,6058 from mainline
6543              
6544              libscheck has insufficient checks for n32 libs (from
6545              Albert Chin-A-Young <china@thewrittenword.com>)
6546              
6547              add note about how $( doesn't interpolate in REs (from
6548              Philip Newton <newton@ficus.frogspace.net>)
6549              
6550              fix broken parsing of /\x{ab}/
6551              
6552              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
6553              (spotted by Donald Kinzer <dkinzer@premia.com>)
6554      Branch: maint-5.6/perl
6555           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
6556           !> t/pragma/utf8.t
6557 ____________________________________________________________________________
6558 [  7299] By: gsar                                  on 2000/10/16  04:52:50
6559         Log: integrate change#6044 from mainline
6560              
6561              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
6562              such that underscores are only ignored in literal numbers,
6563              "\x{...}", and hex/oct argument
6564      Branch: maint-5.6/perl
6565           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
6566 ____________________________________________________________________________
6567 [  7298] By: gsar                                  on 2000/10/16  04:50:53
6568         Log: integrate changes#6027..6043 from mainline
6569              
6570              podlators-1.02 update (from Russ Allbery)
6571              
6572              Pod::Man generates groff-incompatible macro definition (from
6573              Tom Christiansen)
6574              
6575              add CGI.pm v2.66 (from Lincoln Stein)
6576              
6577              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
6578              for @- and @+ (from Johan Vromans)
6579              
6580              small nits in diagnostics.pm (from Robin Barker)
6581              
6582              whitespace adjustments
6583              
6584              missing files in MANIFEST
6585              
6586              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
6587              to compensate
6588              
6589              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
6590              
6591              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
6592      Branch: maint-5.6/perl
6593           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
6594           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
6595           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
6596           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
6597           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
6598           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
6599           !> t/lib/cgi-html.t t/lib/cgi-request.t
6600 ____________________________________________________________________________
6601 [  7297] By: gsar                                  on 2000/10/16  04:44:30
6602         Log: integrate change#6025 from mainline
6603              
6604              Is{Alnum,Alpha,Word} don't match titlecase
6605              TODO: IsSpace is defined recursively!
6606              (both spotted by Larry)
6607      Branch: maint-5.6/perl
6608           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
6609           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
6610 ____________________________________________________________________________
6611 [  7296] By: gsar                                  on 2000/10/16  04:39:30
6612         Log: integrate change#6023 from mainline
6613              
6614              debugger stomps on $. (from M.J.T. Guy)
6615      Branch: maint-5.6/perl
6616           !> lib/perl5db.pl
6617 ____________________________________________________________________________
6618 [  7295] By: gsar                                  on 2000/10/16  04:38:02
6619         Log: integrate change#6022 from mainline
6620              
6621              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
6622      Branch: maint-5.6/perl
6623           !> sv.c
6624 ____________________________________________________________________________
6625 [  7294] By: gsar                                  on 2000/10/16  04:37:05
6626         Log: integrate changes#6018..6021 from mainline
6627              
6628              make lib/syslog.t portable to systems that don't have _PATH_LOG,
6629              make _PATH_LOG() return "" if unavailable
6630              
6631              windows portability tweaks
6632              
6633              test tweak
6634              
6635              remove Win2K issue in pod (fixed by change#6020)
6636      Branch: maint-5.6/perl
6637           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
6638           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
6639           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
6640 ____________________________________________________________________________
6641 [  7293] By: gsar                                  on 2000/10/16  04:20:00
6642         Log: integrate changes#6013..6015 from mainline
6643              
6644              tweak change#5945 to display correct switch name in diagnostic
6645              
6646              glob() loading File::Glob behind the scenes may cause syntax errors
6647              
6648              tweak test for portability
6649      Branch: maint-5.6/perl
6650           !> op.c perl.c pod/perldiag.pod t/lib/b.t
6651 ____________________________________________________________________________
6652 [  7292] By: gsar                                  on 2000/10/16  04:18:11
6653         Log: integrate changes#6005..6010 from mainline, cfgperl
6654              
6655              perldoc might fail via "use blib" (from Hugo van der Sanden)
6656              
6657              Regen Configure.
6658              
6659              note about compile failures and END blocks (from M.J.T. Guy)
6660              
6661              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
6662              
6663              (change#6009 integrated earlier in change#7255)
6664              
6665              clarify note about shadow password support (from
6666              gellyfish@gellyfish.com)
6667      Branch: maint-5.6/perl
6668           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6669           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
6670           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
6671 ____________________________________________________________________________
6672 [  7291] By: gsar                                  on 2000/10/16  04:12:03
6673         Log: integrate changes#6002,6003 from mainline
6674              
6675              destructive sv_setsv() can lose UV-ness from source, causing
6676              numeric promotions/comparisons to fail to do the right thing
6677              
6678              allow REG_EXPAND_SZ keys in Windows registry (from
6679              John Clayton <John.Clayton@barclayscapital.com>)
6680      Branch: maint-5.6/perl
6681           !> sv.c win32/win32.c
6682 ____________________________________________________________________________
6683 [  7290] By: gsar                                  on 2000/10/16  04:10:19
6684         Log: integrate change#6001 from mainline
6685              
6686              support additional library locations via $Config{otherlibdirs}
6687              (from Andy Dougherty)
6688      Branch: maint-5.6/perl
6689           !> Configure INSTALL Porting/Glossary Porting/config.sh
6690           !> Porting/config_H config_h.SH epoc/config.sh perl.c
6691           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
6692           !> win32/config.bc win32/config.gc win32/config.vc
6693 ____________________________________________________________________________
6694 [  7289] By: gsar                                  on 2000/10/16  04:08:28
6695         Log: integrate change#5999 from mainline
6696              
6697              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
6698      Branch: maint-5.6/perl
6699           !> t/pragma/warn/toke toke.c
6700 ____________________________________________________________________________
6701 [  7288] By: gsar                                  on 2000/10/16  04:07:01
6702         Log: integrate changes#5997,5998 from cfgperl
6703              
6704              Preserve $!.
6705              
6706              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
6707      Branch: maint-5.6/perl
6708           !> lib/Math/Complex.pm
6709 ____________________________________________________________________________
6710 [  7287] By: gsar                                  on 2000/10/16  04:04:37
6711         Log: integrate change#5995 from mainline
6712              
6713              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
6714      Branch: maint-5.6/perl
6715           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
6716 ____________________________________________________________________________
6717 [  7286] By: gsar                                  on 2000/10/16  04:03:21
6718         Log: integrate change#5994 from mainline
6719              
6720              fix for missed accounting for null byte in pack("Z",...) (from
6721              M.J.T. Guy)
6722      Branch: maint-5.6/perl
6723           !> pp.c t/op/pack.t
6724 ____________________________________________________________________________
6725 [  7285] By: gsar                                  on 2000/10/16  04:02:11
6726         Log: integrate changes#5989..5993 from mainline
6727              
6728              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
6729              itself and no other (from Tom Hughes)
6730              
6731              use $ENV{LIB} to search for libs under Visual C compiler
6732              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
6733              
6734              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
6735              
6736              pod nit (from Simon Cozens)
6737              
6738              various minor tweaks seen on p5p
6739      Branch: maint-5.6/perl
6740           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
6741           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
6742           !> t/op/array.t toke.c
6743 ____________________________________________________________________________
6744 [  7284] By: gsar                                  on 2000/10/16  03:59:00
6745         Log: integrate changes#5978..5988 from mainline
6746              
6747              sync version numbers in File::Spec with the ones on CPAN
6748              (from Barrie Slaymaker)
6749              
6750              under useithreads, constant pad entries could inadvertantly be
6751              shared across threads (from Eric Blood <eblood@xmission.com>);
6752              added Eric's test case to testsuite
6753              
6754              allow Configure -S to run non-interactively (spotted by Greg Hudson
6755              <ghudson@mit.edu>)
6756              
6757              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
6758              prototype mismatch with CORE::glob(); update pod and tests to
6759              suit (File::Glob::glob() is still available for backward
6760              compatibility, but should be considered deprecated)
6761              
6762              avoid error in IO::Socket::INET when given an unknown service name
6763              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
6764              
6765              numeric conversion of non-number in change#3378 tramples on
6766              OOK offset, causing segfaults
6767              
6768              attributes::reftype() doesn't work on tied argument
6769              
6770              forked child may not exit correctly if it failed to open
6771              /dev/console (from Graham Barr)
6772              
6773              add regular expressions tutorial and quick-start guide (from
6774              Mark Kvale <kvale@phy.ucsf.edu>)
6775              
6776              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
6777              
6778              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
6779              <paul@miraclefish.com>)
6780      Branch: maint-5.6/perl
6781           +> pod/perlrequick.pod pod/perlretut.pod
6782           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
6783           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
6784           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
6785           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
6786           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
6787           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6788           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
6789           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
6790 ____________________________________________________________________________
6791 [  7283] By: gsar                                  on 2000/10/16  03:52:14
6792         Log: integrate change#5977 from mainline
6793              
6794              autoquote barewords followed by newline and arrow properly
6795              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
6796      Branch: maint-5.6/perl
6797           !> t/pragma/warn/toke toke.c
6798 ____________________________________________________________________________
6799 [  7282] By: gsar                                  on 2000/10/16  03:50:48
6800         Log: integrate change#5976 from mainline
6801              
6802              DB_File v1.73 update (from Paul Marquess)
6803      Branch: maint-5.6/perl
6804           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
6805           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
6806 ____________________________________________________________________________
6807 [  7281] By: gsar                                  on 2000/10/16  03:49:14
6808         Log: integrate change#5975 from mainline
6809              
6810              allow sort() reentrancy (variant of patch suggested by
6811              Hugo van der Sanden)
6812      Branch: maint-5.6/perl
6813           !> pp_ctl.c t/op/sort.t
6814 ____________________________________________________________________________
6815 [  7280] By: gsar                                  on 2000/10/16  03:48:22
6816         Log: integrate change#5974 from mainline
6817              
6818              change#4197 somehow missed initializing PL_errors, meaning
6819              syntax error queueing wasn't working outside eval"" at all;
6820              also fixed eval"" to localize PL_error_count, so that compile-time
6821              eval's don't clobber the error state of the outer context
6822      Branch: maint-5.6/perl
6823           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
6824           !> t/pragma/warn/toke
6825 ____________________________________________________________________________
6826 [  7279] By: gsar                                  on 2000/10/16  03:46:21
6827         Log: integrate change#5973 from mainline
6828              
6829              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
6830      Branch: maint-5.6/perl
6831           !> regcomp.c regexec.c t/op/re_tests
6832 ____________________________________________________________________________
6833 [  7278] By: gsar                                  on 2000/10/16  03:44:54
6834         Log: integrate change#5971 from cfgperl
6835              
6836              Unicos tweaks from Mark P. Lutz.
6837      Branch: maint-5.6/perl
6838           !> hints/unicos.sh lib/Math/Complex.pm
6839 ____________________________________________________________________________
6840 [  7277] By: gsar                                  on 2000/10/16  03:42:59
6841         Log: integrate changes#5966..5970 from mainline
6842              
6843              add testsuite for B backends, fix bug in B::Deparse (from
6844              Simon Cozens <simon@brecon.co.uk>)
6845              
6846              improved docs on the warn_uninit diagnostic (from David Glasser
6847              and Simon Cozens)
6848              
6849              tolerate spaces in group names in test on solaris (from David Boyce
6850              <dsb@boyski.com>)
6851              
6852              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
6853              
6854              Data::Dumper fumbles negative numbers on 32-bit platforms where
6855              IV is >32bits
6856      Branch: maint-5.6/perl
6857           +> t/lib/b.t t/lib/syslog.t
6858           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
6859           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
6860           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
6861 ____________________________________________________________________________
6862 [  7276] By: gsar                                  on 2000/10/16  03:39:30
6863         Log: integrate change#5965 from mainline
6864              
6865              avoid "will not stay shared" warnings for our variables (from
6866              Robin Barker)
6867      Branch: maint-5.6/perl
6868           !> op.c t/pragma/warn/op
6869 ____________________________________________________________________________
6870 [  7275] By: gsar                                  on 2000/10/16  03:38:18
6871         Log: integrate change#5964 from mainline
6872              
6873              reformat to 72 columns (again)
6874      Branch: maint-5.6/perl
6875           !> pod/perldiag.pod
6876 ____________________________________________________________________________
6877 [  7274] By: gsar                                  on 2000/10/16  03:36:58
6878         Log: integrate change#5963 from mainline
6879              
6880              patch from Larry to make (\&) prototype work; added tests for
6881              the same
6882      Branch: maint-5.6/perl
6883           !> op.c t/comp/proto.t
6884 ____________________________________________________________________________
6885 [  7273] By: gsar                                  on 2000/10/16  03:35:51
6886         Log: integrate changes#5956..5962 from mainline
6887              
6888              better diagnostics on failed tests (from Ilya Zakharevich)
6889              
6890              pod nits (from A. C. Yardley <yardley@tanet.net>)
6891              
6892              change#3569 deleted some essential code, revert; avoid use of
6893              atexit() to make DynaLoader work properly on AIX under mod_perl
6894              (from Jens-Uwe Mager <jum@helios.de>)
6895              
6896              doubled words in pods (from Simon Cozens
6897              <simon.p.cozens@jp.pwcglobal.com>)
6898              
6899              better INSTALL notes on Solaris issues (from Dominic Dunlop)
6900              
6901              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
6902              
6903              updated README.hpux (from Jeff Okamoto)
6904      Branch: maint-5.6/perl
6905           !> INSTALL README.hpux emacs/cperl-mode.el
6906           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
6907           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
6908           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
6909           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
6910           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
6911           !> t/op/lex_assign.t
6912 ____________________________________________________________________________
6913 [  7272] By: gsar                                  on 2000/10/16  03:31:22
6914         Log: integrate change#5955 from mainline
6915              
6916              longstanding bug exposed by change#3307: sort arguments weren't
6917              compiled with the right wantarray context (ensuing runtime lookup
6918              via block_gimme() was getting the incidental context of the
6919              sort() itself)
6920      Branch: maint-5.6/perl
6921           !> op.c t/op/sort.t
6922 ____________________________________________________________________________
6923 [  7271] By: gsar                                  on 2000/10/16  03:29:11
6924         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
6925              branch
6926              
6927              Flatten the cpp jungle doing the nosuid checking.
6928              
6929              Do not assume sign propagation. (from M.J.T. Guy)
6930              
6931              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
6932              
6933              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
6934              Now pp_ncmp() returns undef is either operand is a NaN.
6935              
6936              On second thoughts frexp() does have two arguments.
6937              
6938              Document that tr() is not tr(1).
6939              
6940              Be more robust on "extreme" (large absolute value)
6941              arguments.  Originally reported by Daniel Connelly
6942              as a problem with asinh() on large negative arguments,
6943              asinh() used to bail out because an argument to log()
6944              ended up being zero.  Ilya Zakharevich proposed using
6945              Taylor's series in such cases, which for such large
6946              arguments is a very good approximation.
6947              
6948              Undo "use integer" addition from 64bitint as it seems
6949              to break most of the subtests in Digital UNIX;
6950              Unicos needs to find another way.
6951      Branch: maint-5.6/perl
6952           !> (integrate 29 files)
6953 ____________________________________________________________________________
6954 [  7270] By: gsar                                  on 2000/10/16  03:09:44
6955         Log: integrate changes#5948,5949,5950 from mainline
6956              
6957              typo in vars.pm that leads to cryptic message (from Piotr
6958              Piatkowski <kompas@kompas.usr.onet.pl>)
6959              
6960              make perldoc use the pod2man from the same version (from
6961              M.J.T. Guy)
6962              
6963              reformat perldiag to avoid long lines
6964      Branch: maint-5.6/perl
6965           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
6966 ____________________________________________________________________________
6967 [  7269] By: gsar                                  on 2000/10/16  03:05:54
6968         Log: integrate change#5947 from mainline
6969              
6970              use &dl_error rather than &dl_load_file as the guard for calling
6971              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
6972              statically built perl)
6973      Branch: maint-5.6/perl
6974           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
6975 ____________________________________________________________________________
6976 [  7268] By: gsar                                  on 2000/10/16  03:04:48
6977         Log: integrate change#5945 from mainline
6978              
6979              make module name mandatory after -M switch; reorder perldiag
6980              alphabetically (from Mark-Jason Dominus)
6981      Branch: maint-5.6/perl
6982           !> perl.c pod/perldiag.pod
6983 ____________________________________________________________________________
6984 [  7267] By: gsar                                  on 2000/10/16  03:03:01
6985         Log: integrate change#5939 from mainline
6986              
6987              more pod nits (from Larry Virden)
6988      Branch: maint-5.6/perl
6989           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
6990           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
6991           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
6992 ____________________________________________________________________________
6993 [  7266] By: gsar                                  on 2000/10/16  03:01:39
6994         Log: integrate change#5938 from mainline
6995              
6996              Consolidated B::Deparse fixes (from Stephen McCamant)
6997      Branch: maint-5.6/perl
6998           !> ext/B/B/Deparse.pm
6999 ____________________________________________________________________________
7000 [  7265] By: gsar                                  on 2000/10/16  03:00:43
7001         Log: integrate change#5936 from mainline
7002              
7003              additional tests for change#7263 (from Paul Marquess)
7004      Branch: maint-5.6/perl
7005           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
7006           !> t/pragma/warn/5nolint t/pragma/warn/6default
7007 ____________________________________________________________________________
7008 [  7264] By: gsar                                  on 2000/10/16  02:58:34
7009         Log: integrate change#5934 from mainline
7010              
7011              propagate lexical warnings from surrounding scope correctly
7012              within string eval() (from Paul Marquess)
7013      Branch: maint-5.6/perl
7014           !> pp_ctl.c t/pragma/warn/pp_ctl
7015 ____________________________________________________________________________
7016 [  7263] By: gsar                                  on 2000/10/16  02:56:53
7017         Log: integrate change#5932 from mainline
7018              
7019              add rsignal(), whichsig() and do_join() to public API list
7020              (mod_perl uses them to good advantage)
7021      Branch: maint-5.6/perl
7022           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
7023 ____________________________________________________________________________
7024 [  7262] By: gsar                                  on 2000/10/16  02:55:53
7025         Log: integrate change#5931 from mainline
7026              
7027              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
7028      Branch: maint-5.6/perl
7029           !> pp_hot.c regexec.c t/op/pat.t
7030 ____________________________________________________________________________
7031 [  7261] By: gsar                                  on 2000/10/16  02:55:01
7032         Log: integrate change#5930 from mainline
7033              
7034              small os390 tweaks (from Peter Prymmer)
7035      Branch: maint-5.6/perl
7036           !> config_h.SH makedepend.SH
7037 ____________________________________________________________________________
7038 [  7260] By: gsar                                  on 2000/10/16  02:54:10
7039         Log: integrate change#5929 from mainline
7040              
7041              pod nits
7042      Branch: maint-5.6/perl
7043           !> pod/perlguts.pod
7044 ____________________________________________________________________________
7045 [  7259] By: gsar                                  on 2000/10/16  02:52:55
7046         Log: integrate change#5927 from mainline
7047              
7048              arrange for next() to resume at the unstack op rather than the
7049              loop conditional, so that scope cleanup happens correctly
7050              (from Stephen McCamant)
7051      Branch: maint-5.6/perl
7052           !> op.c pp_ctl.c t/op/misc.t
7053 ____________________________________________________________________________
7054 [  7258] By: gsar                                  on 2000/10/16  02:51:38
7055         Log: integrate change#5926 from mainline
7056              
7057              on windows, reserve 16M of stack rather than 128M (allows more
7058              threads to run concurrently)
7059      Branch: maint-5.6/perl
7060           !> win32/Makefile win32/makefile.mk
7061 ____________________________________________________________________________
7062 [  7257] By: gsar                                  on 2000/10/16  02:50:37
7063         Log: integrate change#5925 from mainline
7064              
7065              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
7066      Branch: maint-5.6/perl
7067           !> toke.c
7068 ____________________________________________________________________________
7069 [  7256] By: gsar                                  on 2000/10/16  02:49:36
7070         Log: integrate change#5924 from mainline
7071              
7072              avoid using uninitialized memory in require version check
7073      Branch: maint-5.6/perl
7074           !> pp_ctl.c universal.c
7075 ____________________________________________________________________________
7076 [  7255] By: gsar                                  on 2000/10/16  02:48:03
7077         Log: integrate changes#5923,5928,6009 from mainline
7078              
7079              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
7080      Branch: maint-5.6/perl
7081           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
7082 ____________________________________________________________________________
7083 [  7254] By: gsar                                  on 2000/10/16  02:44:46
7084         Log: integrate change#5922 from mainline
7085              
7086              commentary about IoTYPE() (from Nathan Torkington)
7087      Branch: maint-5.6/perl
7088           !> sv.h
7089 ____________________________________________________________________________
7090 [  7253] By: gsar                                  on 2000/10/16  02:43:49
7091         Log: integrate change#5921 from mainline
7092              
7093              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
7094      Branch: maint-5.6/perl
7095           !> sv.c t/lib/charnames.t t/pragma/utf8.t
7096 ____________________________________________________________________________
7097 [  7252] By: gsar                                  on 2000/10/16  02:42:31
7098         Log: integrate change#5920 from mainline
7099              
7100              Larry's fix for buggy propagation of utf8-ness in join(); add test
7101      Branch: maint-5.6/perl
7102           !> doop.c t/op/ver.t
7103 ____________________________________________________________________________
7104 [  7251] By: gsar                                  on 2000/10/16  02:41:14
7105         Log: integrate changes#5915..5919 from mainline
7106              
7107              various (pod tweaks &c)
7108      Branch: maint-5.6/perl
7109           !> (integrate 33 files)
7110 ____________________________________________________________________________
7111 [  7250] By: gsar                                  on 2000/10/16  02:38:16
7112         Log: integrate change#5914 from mainline
7113              
7114              caller() wasn't returning the right number of elements for
7115              eval {...}
7116      Branch: maint-5.6/perl
7117           !> pp_ctl.c t/pragma/warn/9enabled
7118 ____________________________________________________________________________
7119 [  7249] By: gsar                                  on 2000/10/16  02:37:02
7120         Log: integrate change#5913 from mainline
7121              
7122              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
7123              (from Mark-Jason Dominus)
7124      Branch: maint-5.6/perl
7125           !> pod/perlfunc.pod
7126 ____________________________________________________________________________
7127 [  7248] By: gsar                                  on 2000/10/16  02:35:58
7128         Log: integrate change#5912 from mainline
7129              
7130              fix totally broken caching in UNIVERSAL::isa() (from
7131              Nick Ing-Simmons)
7132      Branch: maint-5.6/perl
7133           !> t/op/universal.t universal.c
7134 ____________________________________________________________________________
7135 [  7247] By: gsar                                  on 2000/10/16  02:34:27
7136         Log: integrate changes#5910,5911 from mainline
7137              
7138              typo in pod
7139              
7140              add linebreak properties from unicode/LineBrk.txt (from
7141              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
7142      Branch: maint-5.6/perl
7143           +> (branch 29 files)
7144           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
7145 ____________________________________________________________________________
7146 [  7246] By: gsar                                  on 2000/10/16  02:33:29
7147         Log: integrate change#5909 from mainline
7148              
7149              mode argument to do_binmode() should be file mode, not boolean
7150      Branch: maint-5.6/perl
7151           !> pp_sys.c
7152 ____________________________________________________________________________
7153 [  7245] By: gsar                                  on 2000/10/16  02:31:04
7154         Log: integrate change#5908 from mainline
7155              
7156              introduce illegal symbols into null package so that
7157              gv_fetchpv(...,TRUE) always returns a valid GV even when the
7158              symbol is trapped by strictures (avoids coredumps)
7159      Branch: maint-5.6/perl
7160           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
7161           !> t/pragma/strict-vars
7162 ____________________________________________________________________________
7163 [  7244] By: jhi                                   on 2000/10/16  02:29:54
7164         Log: Subject: $Carp::ExportLevel confusion in Exporter
7165              From: "Ben Tilly" <ben_tilly@hotmail.com>
7166              Date: Sat, 14 Oct 2000 16:44:34 EDT
7167              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
7168      Branch: perl
7169            ! lib/Exporter/Heavy.pm
7170 ____________________________________________________________________________
7171 [  7243] By: jhi                                   on 2000/10/16  02:28:33
7172         Log: Subject: [PATCH perlguts.pod] Document offset hack
7173              From: Simon Cozens <simon@cozens.net>
7174              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
7175              Date: Sat, 14 Oct 2000 19:32:25 +0100
7176      Branch: perl
7177            ! pod/perlguts.pod
7178 ____________________________________________________________________________
7179 [  7242] By: gsar                                  on 2000/10/16  02:26:51
7180         Log: integrate changes#5905,5906,5907,6064 from mainline
7181              
7182              printf/sprintf didn't get quad types right under use64bitint
7183      Branch: maint-5.6/perl
7184           !> pp_sys.c sv.c t/op/64bitint.t
7185 ____________________________________________________________________________
7186 [  7241] By: jhi                                   on 2000/10/16  02:22:44
7187         Log: Subject: small pod patch
7188              From: Dan Boorstein <dan_boo@bellsouth.net>
7189              Date: Sat, 14 Oct 2000 14:29:24 -0400
7190              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
7191      Branch: perl
7192            ! pod/perlfaq7.pod pod/perlmod.pod
7193 ____________________________________________________________________________
7194 [  7240] By: jhi                                   on 2000/10/16  02:13:46
7195         Log: -w cleanup.
7196              
7197              Subject: Re: Problems with bleadperl 
7198              From: "Stephen P. Potter" <spp@ds.net>
7199              Date: Fri, 13 Oct 2000 13:32:49 -0400
7200              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
7201      Branch: perl
7202            ! t/pragma/overload.t
7203 ____________________________________________________________________________
7204 [  7239] By: jhi                                   on 2000/10/16  01:41:18
7205         Log: One more ~utf8 tweak.
7206      Branch: perl
7207            ! t/op/bop.t
7208 ____________________________________________________________________________
7209 [  7238] By: jhi                                   on 2000/10/16  01:34:14
7210         Log: Tweak the test of #7235.
7211      Branch: perl
7212            ! t/op/bop.t
7213 ____________________________________________________________________________
7214 [  7237] By: jhi                                   on 2000/10/16  01:25:04
7215         Log: Fix a couple of compiler-noted nits in #7235.
7216      Branch: perl
7217            ! pp.c
7218 ____________________________________________________________________________
7219 [  7236] By: jhi                                   on 2000/10/16  01:22:46
7220         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
7221      Branch: perl
7222            ! pp.c pp_hot.c
7223 ____________________________________________________________________________
7224 [  7235] By: jhi                                   on 2000/10/15  16:24:44
7225         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
7226              
7227              From: Simon Cozens <simon@cozens.net>
7228              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
7229              Date: Sat, 14 Oct 2000 20:52:13 +0100
7230              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
7231      Branch: perl
7232            ! pp.c t/op/bop.t utf8.h
7233 ____________________________________________________________________________
7234 [  7234] By: jhi                                   on 2000/10/15  15:19:29
7235         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
7236              The problem was that rx->minlen was in chars while pp_split()
7237              thought it would be in bytes. 
7238      Branch: perl
7239            ! pp.c t/pragma/utf8.t
7240 ____________________________________________________________________________
7241 [  7233] By: jhi                                   on 2000/10/14  20:24:24
7242         Log: Document FNCASE=y as discussed in the bug 20000902.009.
7243      Branch: perl
7244            ! README.dos
7245 ____________________________________________________________________________
7246 [  7232] By: jhi                                   on 2000/10/14  18:52:21
7247         Log: Add test for bug id 20000427.003 (which seems to have
7248              been fixed) (also duplicate as 20000427.004, though
7249              with a higher severity).  Move one utf8 from op/append
7250              to pragma/utf8, tag the tests with bug ids.
7251      Branch: perl
7252            ! t/op/append.t t/pragma/utf8.t
7253 ____________________________________________________________________________
7254 [  7231] By: jhi                                   on 2000/10/14  17:28:37
7255         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
7256      Branch: perl
7257            ! t/pragma/utf8.t
7258 ____________________________________________________________________________
7259 [  7230] By: jhi                                   on 2000/10/14  14:24:50
7260         Log: Needs to be conditional on SunOS 4.
7261              
7262              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
7263              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7264              Date: Sat, 14 Oct 2000 13:37:49 +0100
7265              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
7266      Branch: metaconfig/U/perl
7267            ! End.U
7268      Branch: perl
7269            ! Configure myconfig.SH pod/perldelta.pod
7270 ____________________________________________________________________________
7271 [  7229] By: jhi                                   on 2000/10/14  00:49:22
7272         Log: Update Changes.
7273      Branch: perl
7274            ! Changes patchlevel.h
7275 ____________________________________________________________________________
7276 [  7228] By: jhi                                   on 2000/10/14  00:46:10
7277         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
7278              From: Peter Prymmer <pvhp@forte.com>
7279              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
7280              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
7281      Branch: perl
7282            ! lib/utf8.pm
7283 ____________________________________________________________________________
7284 [  7227] By: jhi                                   on 2000/10/13  23:20:30
7285         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
7286      Branch: perl
7287            ! t/op/tie.t
7288 ____________________________________________________________________________
7289 [  7226] By: jhi                                   on 2000/10/13  22:14:32
7290         Log: Tweak #7225.
7291              
7292              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
7293              From: Peter Prymmer <pvhp@forte.com>
7294              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
7295              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
7296      Branch: perl
7297            ! t/op/sprintf.t
7298 ____________________________________________________________________________
7299 [  7225] By: jhi                                   on 2000/10/13  22:11:31
7300         Log: op/sprintf.t patch for OS/390 (and any other host with limited
7301              floating-point exponent length)
7302              
7303              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
7304              From: Dominic Dunlop <domo@computer.org>
7305              Date: Fri, 13 Oct 2000 19:17:57 +0200
7306              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
7307      Branch: perl
7308            ! t/op/sprintf.t
7309 ____________________________________________________________________________
7310 [  7224] By: jhi                                   on 2000/10/13  18:40:48
7311         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
7312      Branch: perl
7313            ! toke.c
7314 ____________________________________________________________________________
7315 [  7223] By: jhi                                   on 2000/10/13  18:37:13
7316         Log: Thinko in #7222.
7317      Branch: perl
7318            ! utf8.c
7319 ____________________________________________________________________________
7320 [  7222] By: jhi                                   on 2000/10/13  18:05:23
7321         Log: Use UTF8SKIP(), from Simon Cozens.
7322      Branch: perl
7323            ! utf8.c
7324 ____________________________________________________________________________
7325 [  7221] By: jhi                                   on 2000/10/13  15:43:19
7326         Log: (accidentally empty check-in)
7327      Branch: perl
7328            ! utf8.c
7329 ____________________________________________________________________________
7330 [  7220] By: jhi                                   on 2000/10/13  15:23:51
7331         Log: Add (optimistically) Storable to static extensions.
7332      Branch: perl
7333            ! hints/uwin.sh hints/vmesa.sh
7334 ____________________________________________________________________________
7335 [  7219] By: jhi                                   on 2000/10/13  15:20:05
7336         Log: Amdahl UTS doesn't seem to do dynaloading.
7337      Branch: perl
7338            ! hints/uts.sh
7339 ____________________________________________________________________________
7340 [  7218] By: jhi                                   on 2000/10/13  15:15:20
7341         Log: Slight tweak of the code to appease Amdahl UTS cc.
7342      Branch: perl
7343            ! pp.c
7344 ____________________________________________________________________________
7345 [  7217] By: jhi                                   on 2000/10/13  14:50:42
7346         Log: In Amdahl UTS "struct sv" is defined by a system header,
7347              <ksync.h>.
7348      Branch: perl
7349            ! perl.h sv.h
7350 ____________________________________________________________________________
7351 [  7216] By: jhi                                   on 2000/10/13  11:58:25
7352         Log: Ilya implemented the memory profiling API.
7353      Branch: perl
7354            ! Todo
7355 ____________________________________________________________________________
7356 [  7215] By: jhi                                   on 2000/10/13  02:56:38
7357         Log: Subject: [PATCH 5.7.0] Perl API for mstats
7358              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7359              Date: Thu, 12 Oct 2000 22:52:40 -0400
7360              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
7361      Branch: perl
7362            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
7363 ____________________________________________________________________________
7364 [  7214] By: jhi                                   on 2000/10/13  02:55:38
7365         Log: Subject: [PATCH 5.7.0] IVs in mtats
7366              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7367              Date: Thu, 12 Oct 2000 22:51:04 -0400
7368              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
7369      Branch: perl
7370            ! malloc.c perl.h
7371 ____________________________________________________________________________
7372 [  7213] By: jhi                                   on 2000/10/13  02:31:47
7373         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
7374      Branch: perl
7375            ! pod/perldiag.pod pp_sys.c
7376 ____________________________________________________________________________
7377 [  7212] By: jhi                                   on 2000/10/13  01:27:38
7378         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
7379              From: Peter Prymmer <pvhp@forte.com>
7380              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
7381              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
7382      Branch: perl
7383            ! t/op/oct.t
7384 ____________________________________________________________________________
7385 [  7211] By: jhi                                   on 2000/10/13  00:35:09
7386         Log: Update Changes.
7387      Branch: perl
7388            ! Changes patchlevel.h
7389 ____________________________________________________________________________
7390 [  7210] By: jhi                                   on 2000/10/12  23:59:40
7391         Log: The Install.pm third of
7392              
7393              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
7394              From: Bill Campbell <bill@celestial.com>
7395              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
7396              Date: Thu, 5 Oct 2000 18:04:51 -0700
7397      Branch: perl
7398            ! lib/ExtUtils/Install.pm
7399 ____________________________________________________________________________
7400 [  7209] By: jhi                                   on 2000/10/12  23:58:43
7401         Log: Two thirds of
7402              
7403              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
7404              Date: Thu, 5 Oct 2000 18:04:51 -0700
7405              From: Bill Campbell <bill@celestial.com>
7406              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
7407              
7408              The Install.pm changes will be submitted separately because
7409              they need some work and discussion still.
7410      Branch: perl
7411            ! lib/getopts.pl lib/termcap.pl
7412 ____________________________________________________________________________
7413 [  7208] By: jhi                                   on 2000/10/12  23:41:19
7414         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
7415              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7416              Date:     Thu, 12 Oct 2000 07:30:02 EDT
7417              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
7418      Branch: perl
7419            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
7420            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
7421 ____________________________________________________________________________
7422 [  7207] By: jhi                                   on 2000/10/12  23:39:01
7423         Log: An updated EBCDIC tr patch.
7424              
7425              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
7426              From: Peter Prymmer <pvhp@forte.com>
7427              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
7428              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
7429      Branch: perl
7430            ! t/op/tr.t
7431 ____________________________________________________________________________
7432 [  7206] By: jhi                                   on 2000/10/12  23:34:55
7433         Log: Upgrade to CPAN 1.58, from Andreas König.
7434      Branch: perl
7435            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7436 ____________________________________________________________________________
7437 [  7205] By: jhi                                   on 2000/10/12  23:29:08
7438         Log: Introduce the man[24-8] variables, from Andy Dougherty.
7439      Branch: metaconfig/U/perl
7440            + mandirs.U mandirstyle.U
7441      Branch: perl
7442            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7443            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
7444            ! vos/config.h vos/config.pl vos/config_h.SH_orig
7445            ! win32/config.bc win32/config.gc win32/config.vc
7446 ____________________________________________________________________________
7447 [  7204] By: gsar                                  on 2000/10/12  18:11:24
7448         Log: restore change#7202
7449      Branch: perl
7450            ! mg.c
7451 ____________________________________________________________________________
7452 [  7203] By: gsar                                  on 2000/10/12  18:09:40
7453         Log: another test of the Emergency Broadcast System--back out 
7454              change#7202
7455      Branch: perl
7456            ! mg.c
7457 ____________________________________________________________________________
7458 [  7202] By: gsar                                  on 2000/10/12  16:40:47
7459         Log: (submitted on behalf of Jarkko)
7460              Fix the lib/encode.t subtest 6 failure as reported by Andreas
7461              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
7462              was unearthed by change 7182, as was a bug in HTML::Entities.
7463      Branch: perl
7464            ! mg.c
7465 ____________________________________________________________________________
7466 [  7201] By: jhi                                   on 2000/10/11  03:16:05
7467         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
7468      Branch: perl
7469            ! pp_hot.c t/pragma/utf8.t
7470 ____________________________________________________________________________
7471 [  7200] By: jhi                                   on 2000/10/11  00:40:30
7472         Log: The #7198 was a false alarm.
7473      Branch: perl
7474            ! pp_hot.c
7475 ____________________________________________________________________________
7476 [  7199] By: jhi                                   on 2000/10/11  00:26:04
7477         Log: Remove duplicated code.
7478      Branch: perl
7479            ! t/lib/cgi-html.t
7480 ____________________________________________________________________________
7481 [  7198] By: jhi                                   on 2000/10/10  23:30:46
7482         Log: (Retracted by #7200.)
7483      Branch: perl
7484            ! pp_hot.c
7485 ____________________________________________________________________________
7486 [  7197] By: jhi                                   on 2000/10/10  21:49:30
7487         Log: Add the test case for #7190, from the original bug report
7488              by Andreas König.
7489      Branch: perl
7490            ! t/pragma/utf8.t
7491 ____________________________________________________________________________
7492 [  7196] By: jhi                                   on 2000/10/10  21:40:49
7493         Log: Reapply Andy's patch and regen Configure.
7494      Branch: perl
7495            ! Configure INSTALL Makefile.SH Porting/Glossary
7496            ! Porting/config.sh config_h.SH epoc/config.sh installperl
7497            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
7498            ! win32/config.vc
7499 ____________________________________________________________________________
7500 [  7195] By: jhi                                   on 2000/10/10  21:09:30
7501         Log: Use the versiononly instead of the installscripts,
7502              retract the changes 7146 and 7147.
7503      Branch: perl
7504            ! Configure INSTALL Makefile.SH Porting/Glossary
7505            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
7506            ! installperl uconfig.sh vos/config.def win32/config.bc
7507            ! win32/config.gc win32/config.vc
7508 ____________________________________________________________________________
7509 [  7194] By: jhi                                   on 2000/10/10  21:06:15
7510         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
7511              From: Peter Prymmer <pvhp@forte.com>
7512              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
7513              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
7514      Branch: perl
7515            ! t/op/ver.t
7516 ____________________________________________________________________________
7517 [  7193] By: jhi                                   on 2000/10/10  21:05:12
7518         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
7519              From: Peter Prymmer <pvhp@forte.com>
7520              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
7521              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
7522      Branch: perl
7523            ! t/op/tr.t
7524 ____________________________________________________________________________
7525 [  7192] By: jhi                                   on 2000/10/10  20:57:30
7526         Log: Add versiononly, delete installscripts, from Andy Dougherty.
7527      Branch: metaconfig
7528            - U/installdirs/installscripts.U
7529      Branch: metaconfig/U/perl
7530            + versiononly.U
7531 ____________________________________________________________________________
7532 [  7191] By: jhi                                   on 2000/10/10  19:41:21
7533         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
7534              From: Peter Prymmer <pvhp@forte.com>
7535              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
7536              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
7537      Branch: perl
7538            ! pod/perlebcdic.pod
7539 ____________________________________________________________________________
7540 [  7190] By: jhi                                   on 2000/10/10  19:26:14
7541         Log: Subject: Re: utf8 concat, mg_get
7542              From: Simon Cozens <simon@cozens.net>
7543              Date: Tue, 10 Oct 2000 17:40:17 +0100
7544              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
7545      Branch: perl
7546            ! pp_hot.c
7547 ____________________________________________________________________________
7548 [  7189] By: jhi                                   on 2000/10/10  19:23:03
7549         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
7550              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
7551              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
7552              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
7553      Branch: perl
7554            ! lib/ExtUtils/MM_Unix.pm
7555 ____________________________________________________________________________
7556 [  7188] By: jhi                                   on 2000/10/10  15:31:24
7557         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
7558              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
7559              Date: Fri, 14 Jul 2000 10:47:36 +0100
7560              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
7561      Branch: perl
7562            ! README.win32
7563 ____________________________________________________________________________
7564 [  7187] By: jhi                                   on 2000/10/10  13:30:10
7565         Log: Quote the temp file name, needed in Win32 because the
7566              default name unfortunately contains spaces, shouldn't
7567              hurt elsewhere.
7568              
7569              Subject: FW: perldoc fails if $TEMP contains spaces
7570              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
7571              Date: Thu, 14 Sep 2000 08:58:45 +0100
7572              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
7573      Branch: perl
7574            ! utils/perldoc.PL
7575 ____________________________________________________________________________
7576 [  7186] By: jhi                                   on 2000/10/10  13:16:27
7577         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
7578              From: hv@hugo.hybyte.com
7579              Date: Tue, 10 Oct 2000 14:10:20 +0100
7580              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
7581      Branch: perl
7582            ! t/lib/thr5005.t util.c
7583 ____________________________________________________________________________
7584 [  7185] By: jhi                                   on 2000/10/10  12:06:22
7585         Log: Upgrade to podlators 1.04, from Russ Allbery.
7586      Branch: perl
7587            ! lib/Pod/Man.pm lib/Pod/Text.pm
7588 ____________________________________________________________________________
7589 [  7184] By: jhi                                   on 2000/10/10  12:01:32
7590         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
7591      Branch: perl
7592            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
7593 ____________________________________________________________________________
7594 [  7183] By: jhi                                   on 2000/10/09  23:47:15
7595         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
7596              From: Peter Prymmer <pvhp@forte.com>
7597              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
7598              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
7599      Branch: perl
7600            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
7601 ____________________________________________________________________________
7602 [  7182] By: jhi                                   on 2000/10/09  23:43:16
7603         Log: Make eq work again with utf8 (disabling the upgrading
7604              should no more be necessary since the copies of the
7605              scalars are upgraded, not the scalars themselves).
7606              Takes care of ID 20001009.001.  (The claimed length()
7607              bug in 20001009.001 seems bogus to me.)
7608      Branch: perl
7609            ! sv.c t/pragma/utf8.t
7610 ____________________________________________________________________________
7611 [  7181] By: gsar                                  on 2000/10/09  19:41:54
7612         Log: tweak for change#7173
7613      Branch: perl
7614            ! win32/win32sck.c
7615 ____________________________________________________________________________
7616 [  7180] By: gsar                                  on 2000/10/09  19:26:56
7617         Log: on Windows, clean targets might not work under some flavors of the shell
7618      Branch: perl
7619            ! win32/Makefile win32/makefile.mk
7620 ____________________________________________________________________________
7621 [  7179] By: jhi                                   on 2000/10/09  19:21:02
7622         Log: Update Changes.
7623      Branch: perl
7624            ! Changes patchlevel.h
7625 ____________________________________________________________________________
7626 [  7178] By: jhi                                   on 2000/10/09  19:18:23
7627         Log: Warn about unknown scripts.
7628              
7629              Subject: Re: ideas? patches? [PATCH bleadperl]
7630              From: Dominic Dunlop <domo@computer.org>
7631              Date: Mon, 9 Oct 2000 14:57:17 +0200
7632              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
7633      Branch: perl
7634            ! lib/charnames.pm
7635 ____________________________________________________________________________
7636 [  7177] By: jhi                                   on 2000/10/09  19:13:27
7637         Log: Change #7160 had a nasty typo.
7638      Branch: metaconfig
7639            ! U/compline/Compile.U
7640      Branch: perl
7641            ! Configure config_h.SH
7642 ____________________________________________________________________________
7643 [  7176] By: gsar                                  on 2000/10/09  18:59:33
7644         Log: pod nit
7645      Branch: perl
7646            ! pod/perlport.pod
7647 ____________________________________________________________________________
7648 [  7175] By: gsar                                  on 2000/10/09  18:54:28
7649         Log: Windows9x doesn't support link(), despite what Config.pm
7650              might think
7651      Branch: perl
7652            ! lib/ExtUtils/Manifest.pm
7653 ____________________________________________________________________________
7654 [  7174] By: gsar                                  on 2000/10/09  18:50:03
7655         Log: avoid nonportable example code
7656      Branch: perl
7657            ! lib/File/Copy.pm
7658 ____________________________________________________________________________
7659 [  7173] By: gsar                                  on 2000/10/09  18:46:54
7660         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
7661              being used) when closing a socket handle
7662      Branch: perl
7663            ! win32/win32.c win32/win32.h win32/win32sck.c
7664 ____________________________________________________________________________
7665 [  7172] By: gsar                                  on 2000/10/09  18:41:40
7666         Log: on Windows, cwd strings in the environment should be of the
7667              form =X:=X:\foo instead of =X=X:\foo\
7668      Branch: perl
7669            ! win32/vdir.h
7670 ____________________________________________________________________________
7671 [  7171] By: gsar                                  on 2000/10/09  18:30:09
7672         Log: on Windows, LoadLibrary() could load an extension DLL multiple
7673              times if forward slashes are used in the path
7674      Branch: perl
7675            ! win32/win32.c
7676 ____________________________________________________________________________
7677 [  7170] By: jhi                                   on 2000/10/09  17:53:59
7678         Log: Add a todo note about overloadable assertions.
7679      Branch: perl
7680            ! Todo-5.6
7681 ____________________________________________________________________________
7682 [  7169] By: jhi                                   on 2000/10/09  13:43:45
7683         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
7684              From: mjd@plover.com
7685              Date: 9 Oct 2000 00:24:44 -0000
7686              Message-ID: <20001009002444.10616.qmail@plover.com>
7687      Branch: perl
7688            ! pod/perldebguts.pod
7689 ____________________________________________________________________________
7690 [  7168] By: nick                                  on 2000/10/08  13:16:33
7691         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
7692              is not right thing to do on (e.g. x86). Network order is also "right" for
7693              X fonts.
7694      Branch: perl
7695            ! ext/Encode/Encode.pm
7696 ____________________________________________________________________________
7697 [  7167] By: nick                                  on 2000/10/08  12:54:42
7698         Log: Make "encodings" work post-install when Encode/*.enc files may not
7699              be in same directory as Encode.pm
7700      Branch: perl
7701            ! ext/Encode/Encode.pm
7702 ____________________________________________________________________________
7703 [  7166] By: nick                                  on 2000/10/08  11:51:26
7704         Log: Work round the fact that $hash->{$key} does not take into account
7705              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
7706              so that key is always in the "expected" encoding - i.e. same way we put
7707              it in the hash.
7708      Branch: perl
7709            ! ext/Encode/Encode.pm
7710 ____________________________________________________________________________
7711 [  7165] By: gsar                                  on 2000/10/08  04:15:29
7712         Log: save_re_context() could reset PL_curcop to freed memory, causing core
7713              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
7714      Branch: perl
7715            ! pp_ctl.c
7716 ____________________________________________________________________________
7717 [  7164] By: jhi                                   on 2000/10/06  20:51:48
7718         Log: UTF8ize split() so that the cloned substrings get the UTF8
7719              flag of the original scalar.  Problem reported by Simon Cozens.
7720      Branch: perl
7721            ! pp.c t/pragma/utf8.t
7722 ____________________________________________________________________________
7723 [  7163] By: nick                                  on 2000/10/06  20:48:34
7724         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
7725              got a false +ve and so did not reach code which would have un-FAKEd the SV.
7726      Branch: perl
7727            ! sv.c
7728 ____________________________________________________________________________
7729 [  7162] By: nick                                  on 2000/10/06  20:25:37
7730         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
7731              To fix  (sort {$a <=> $b} keys %hash) in particular but
7732              should cover a number of other as-yet-unknown cases as well.
7733      Branch: perl
7734            ! sv.c
7735 ____________________________________________________________________________
7736 [  7161] By: jhi                                   on 2000/10/06  19:56:18
7737         Log: Change the version number of Tie::Handle in the core to 4.0,
7738              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
7739              
7740              Subject: Note on Tie::Handle
7741              From: andreas.koenig@anima.de (Andreas J. Koenig)
7742              Date:      06 Oct 2000 21:48:58 +0200
7743              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
7744      Branch: perl
7745            ! lib/Tie/Handle.pm
7746 ____________________________________________________________________________
7747 [  7160] By: jhi                                   on 2000/10/06  18:20:35
7748         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
7749              as the first option of cc/ld because of ultrapicky compilers
7750              (e.g. OS/390 R2.5)
7751      Branch: metaconfig
7752            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
7753            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
7754            ! U/compline/orderlib.U U/modified/Cppsym.U
7755            ! U/modified/d_access.U
7756      Branch: metaconfig/U/perl
7757            ! Checkcc.U d_dlsymun.U gccvers.U
7758      Branch: perl
7759            ! Configure config_h.SH
7760 ____________________________________________________________________________
7761 [  7159] By: jhi                                   on 2000/10/06  13:56:39
7762         Log: Update Changes.
7763      Branch: perl
7764            ! Changes patchlevel.h
7765 ____________________________________________________________________________
7766 [  7158] By: jhi                                   on 2000/10/06  12:48:40
7767         Log: Eliminate $Is_VMS code from the test.
7768              
7769              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
7770              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7771              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
7772              Date:     Thu, 5 Oct 2000 07:46:33 EDT
7773      Branch: perl
7774            ! t/lib/b.t
7775 ____________________________________________________________________________
7776 [  7157] By: jhi                                   on 2000/10/06  12:47:13
7777         Log: Also the $ccflags is needed for the C compiler check.
7778              
7779              Subject: Configure (check for C-compiler)
7780              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7781              Date: Fri, 06 Oct 2000 08:47:15 +0200
7782              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
7783      Branch: metaconfig/U/perl
7784            ! Checkcc.U
7785      Branch: perl
7786            ! Configure config_h.SH
7787 ____________________________________________________________________________
7788 [  7156] By: jhi                                   on 2000/10/06  11:45:15
7789         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
7790      Branch: perl
7791            ! perl.c pp_ctl.c sv.h utf8.c
7792 ____________________________________________________________________________
7793 [  7155] By: jhi                                   on 2000/10/06  11:40:41
7794         Log: IO::Handle->syswrite() did not handle length omission
7795              like CORE::syswrite() does.
7796              
7797              Subject: [Fwd] IO::Handle, syswrite and arguments
7798              From: Graham Barr <gbarr@pobox.com>
7799              Date: Fri, 6 Oct 2000 10:22:05 +0100
7800              Message-ID: <20001006102205.U6312@pobox.com>
7801              
7802              The original patch from andrew@ugh.net.au.
7803      Branch: perl
7804            ! ext/IO/lib/IO/Handle.pm
7805 ____________________________________________________________________________
7806 [  7154] By: jhi                                   on 2000/10/06  01:42:15
7807         Log: Tweak #7153.
7808      Branch: perl
7809            ! utf8.h
7810 ____________________________________________________________________________
7811 [  7153] By: jhi                                   on 2000/10/06  00:39:55
7812         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
7813      Branch: perl
7814            ! utf8.h
7815 ____________________________________________________________________________
7816 [  7152] By: jhi                                   on 2000/10/06  00:38:11
7817         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
7818      Branch: perl
7819            ! perl.c pp_ctl.c sv.h utf8.c
7820 ____________________________________________________________________________
7821 [  7151] By: jhi                                   on 2000/10/06  00:36:38
7822         Log: Subject: Re: Questions about Tie::Array and perl modules
7823              From: Nick Ing-Simmons <nik@tiuk.ti.com>
7824              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
7825              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
7826              
7827              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
7828      Branch: perl
7829            ! lib/Tie/Array.pm t/op/array.t
7830 ____________________________________________________________________________
7831 [  7150] By: jhi                                   on 2000/10/05  00:20:45
7832         Log: Regen Changes.
7833      Branch: perl
7834            ! Changes patchlevel.h
7835 ____________________________________________________________________________
7836 [  7149] By: jhi                                   on 2000/10/05  00:20:01
7837         Log: Regen toc.
7838      Branch: perl
7839            ! pod/perltoc.pod
7840 ____________________________________________________________________________
7841 [  7148] By: jhi                                   on 2000/10/04  23:35:08
7842         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
7843              reported several times by Dominic Dunlop, for example in
7844              ID 20000315.008.  Patch from Dominic.  Patch affects at
7845              least MachTen, and possibly other oldish BSDs. Should not
7846              break non-broken platforms (tested on LinuxPPC). 
7847      Branch: perl
7848            ! doio.c
7849 ____________________________________________________________________________
7850 [  7147] By: jhi                                   on 2000/10/04  23:26:34
7851         Log: The one that got away from 7146.
7852      Branch: metaconfig
7853            + U/installdirs/installscripts.U
7854 ____________________________________________________________________________
7855 [  7146] By: jhi                                   on 2000/10/04  23:25:04
7856         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
7857              suggested by H. Merijn Brand.
7858      Branch: perl
7859            ! Configure INSTALL Makefile.SH Porting/Glossary
7860            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
7861            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
7862            ! win32/config.vc
7863 ____________________________________________________________________________
7864 [  7145] By: jhi                                   on 2000/10/04  22:08:21
7865         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
7866              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7867              Date: Wed, 4 Oct 2000 17:37:46 -0400
7868              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
7869      Branch: perl
7870            ! utils/h2xs.PL
7871 ____________________________________________________________________________
7872 [  7144] By: jhi                                   on 2000/10/04  18:11:41
7873         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
7874              From: Jeff Pinyan <jeffp@crusoe.net>
7875              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
7876              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
7877      Branch: perl
7878            ! pod/perlrun.pod
7879 ____________________________________________________________________________
7880 [  7143] By: jhi                                   on 2000/10/04  18:09:58
7881         Log: Subject: perlhack.pod Patch for Externals Tools
7882              From: Fisher Mark <fisherm@tce.com>
7883              Date: Tue, 3 Oct 2000 15:43:27 -0500 
7884              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
7885      Branch: perl
7886            ! pod/perlhack.pod
7887 ____________________________________________________________________________
7888 [  7142] By: jhi                                   on 2000/10/04  18:08:41
7889         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
7890              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7891              Date:     Wed, 4 Oct 2000 12:11:11 EDT
7892              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
7893      Branch: perl
7894            ! vms/vms.c
7895 ____________________________________________________________________________
7896 [  7141] By: jhi                                   on 2000/10/04  12:20:16
7897         Log: Subject: [PATCH 5.7.0] h2xs not working
7898              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7899              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
7900              Date: Tue, 3 Oct 2000 21:43:01 -0400
7901              
7902              Subject: [PATCH 5.7.0] h2xs not documenting the created module
7903              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7904              Date: Tue, 3 Oct 2000 22:55:19 -0400
7905              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
7906      Branch: perl
7907            ! utils/h2xs.PL
7908 ____________________________________________________________________________
7909 [  7140] By: jhi                                   on 2000/10/04  11:53:44
7910         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
7911              From: nick@babyhippo.com
7912              Date: Wed, 4 Oct 2000 12:06:45 +0100
7913              Message-Id: <20001004120645.A7356@babyhippo.com>
7914              
7915              Retract 7118 and 7135.
7916      Branch: perl
7917            ! installman installperl op.c t/pragma/subs.t
7918 ____________________________________________________________________________
7919 [  7139] By: jhi                                   on 2000/10/03  22:09:41
7920         Log: It is possible to have no hosts database at all.  Pointed out in
7921              
7922              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
7923              From: Peter Prymmer <pvhp@forte.com>
7924              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
7925              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
7926      Branch: metaconfig
7927            ! U/modified/myhostname.U
7928      Branch: perl
7929            ! Configure config_h.SH
7930 ____________________________________________________________________________
7931 [  7138] By: jhi                                   on 2000/10/03  21:49:49
7932         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
7933              From: Peter Prymmer <pvhp@forte.com>
7934              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
7935              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
7936      Branch: perl
7937            ! pp_sys.c
7938 ____________________________________________________________________________
7939 [  7137] By: jhi                                   on 2000/10/03  20:10:05
7940         Log: One remaining nit less at the VMS mailbox sizing.
7941      Branch: perl
7942            ! vms/vms.c
7943 ____________________________________________________________________________
7944 [  7136] By: jhi                                   on 2000/10/03  20:08:47
7945         Log: Test harness update to sync with the new perlcc,
7946              from Simon Cozens.
7947      Branch: perl
7948            ! t/TEST t/UTEST
7949 ____________________________________________________________________________
7950 [  7135] By: jhi                                   on 2000/10/03  15:15:42
7951         Log: Subject: Re: PATCH for 20001003.004
7952              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
7953              From: "AARON B. DOSSETT" <aaron@iglou.com>
7954              Message-Id: <E13gTay-0006od-00@iglou.com>
7955      Branch: perl
7956            ! installman installperl
7957 ____________________________________________________________________________
7958 [  7134] By: jhi                                   on 2000/10/03  15:00:34
7959         Log: Subject: [ID 20001003.006] B::Debug not -w clean
7960              From: Nicholas Clark <nick@babyhippo.co.uk>
7961              Date: Tue, 03 Oct 2000 15:46:32 +0100
7962              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
7963      Branch: perl
7964            ! ext/B/B/Debug.pm
7965 ____________________________________________________________________________
7966 [  7133] By: jhi                                   on 2000/10/03  14:58:39
7967         Log: Scale down the VMS message boxes, by Charles Lane.
7968              Fix for ID 20000903.009, workaround at
7969              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
7970      Branch: perl
7971            ! vms/vms.c
7972 ____________________________________________________________________________
7973 [  7132] By: jhi                                   on 2000/10/03  11:20:37
7974         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
7975      Branch: perl
7976            + t/lib/st-lock.t t/lib/st-utf8.t
7977            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
7978            ! ext/Storable/Storable.xs t/lib/st-recurse.t
7979 ____________________________________________________________________________
7980 [  7131] By: jhi                                   on 2000/10/03  03:38:23
7981         Log: Encode nits.
7982      Branch: perl
7983            ! MANIFEST Makefile.SH
7984 ____________________________________________________________________________
7985 [  7130] By: jhi                                   on 2000/10/03  03:31:05
7986         Log: Update Changes.
7987      Branch: perl
7988            ! Changes patchlevel.h
7989 ____________________________________________________________________________
7990 [  7129] By: jhi                                   on 2000/10/03  02:24:02
7991         Log: Misplaced else.
7992      Branch: metaconfig/U/perl
7993            ! d_strtoll.U
7994      Branch: perl
7995            ! Configure config_h.SH
7996 ____________________________________________________________________________
7997 [  7128] By: jhi                                   on 2000/10/03  02:08:29
7998         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
7999              From: sthoenna@efn.org
8000              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
8001              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
8002      Branch: metaconfig/U/perl
8003            ! d_strtoll.U
8004      Branch: perl
8005            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
8006 ____________________________________________________________________________
8007 [  7127] By: jhi                                   on 2000/10/03  01:13:14
8008         Log: Update Changes.
8009      Branch: perl
8010            ! Changes patchlevel.h
8011 ____________________________________________________________________________
8012 [  7126] By: jhi                                   on 2000/10/03  00:57:08
8013         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
8014              as suggested by Olaf Flebbe and Nick Clark.
8015      Branch: perl
8016            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
8017 ____________________________________________________________________________
8018 [  7125] By: jhi                                   on 2000/10/03  00:50:56
8019         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
8020              From: Nick Clark <nick@plum.flirble.org>
8021              Date: Mon, 2 Oct 2000 11:03:24 +0100
8022              Message-Id: <20001002110324.D20073@plum.flirble.org>
8023              
8024              Also fixes bug ID 20001002.005.
8025      Branch: perl
8026            ! t/lib/encode.t
8027 ____________________________________________________________________________
8028 [  7124] By: jhi                                   on 2000/10/03  00:34:59
8029         Log: Subject: [PATCH 5.7.0] Epoc update
8030              From: Olaf Flebbe <o.flebbe@gmx.de>
8031              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
8032              Message-ID: <26423.969484586@www10.gmx.net>
8033      Branch: perl
8034            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
8035            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
8036            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
8037            ! util.c util.h
8038 ____________________________________________________________________________
8039 [  7123] By: jhi                                   on 2000/10/03  00:30:07
8040         Log: Regen headers.
8041      Branch: perl
8042            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
8043 ____________________________________________________________________________
8044 [  7122] By: jhi                                   on 2000/10/03  00:10:48
8045         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
8046      Branch: perl
8047            ! hints/openbsd.sh
8048 ____________________________________________________________________________
8049 [  7121] By: jhi                                   on 2000/10/03  00:05:06
8050         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
8051              From: <abigail@foad.org>
8052              Date: Tue, 26 Sep 2000 13:36:14 -0400
8053              Message-ID: <20000926173614.4356.qmail@foad.org>
8054      Branch: perl
8055            ! pod/perlop.pod
8056 ____________________________________________________________________________
8057 [  7120] By: jhi                                   on 2000/10/03  00:04:00
8058         Log: Inside require() $^S was always left undefined.
8059              
8060              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
8061              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8062              Date: Wed, 27 Sep 2000 18:54:49 -0400
8063              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
8064      Branch: perl
8065            ! cop.h mg.c pp_ctl.c util.c
8066 ____________________________________________________________________________
8067 [  7119] By: jhi                                   on 2000/10/03  00:00:16
8068         Log: Subject: [PATCH] DLL not restartabke with threaded perl
8069              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
8070              Date: Thu, 28 Sep 2000 09:20:46 +0100
8071              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
8072      Branch: perl
8073            ! perl.c
8074 ____________________________________________________________________________
8075 [  7118] By: jhi                                   on 2000/10/02  23:59:20
8076         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
8077              From: Nicholas Clark <nick@ccl4.org>
8078              Date: Thu, 28 Sep 2000 11:52:24 +0100
8079              Message-ID: <20000928115224.D7924@plum.flirble.org>
8080      Branch: perl
8081            ! op.c
8082 ____________________________________________________________________________
8083 [  7117] By: jhi                                   on 2000/10/02  23:57:51
8084         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
8085              From: Nicholas Clark <nick@babyhippo.co.uk>
8086              Date: Thu, 28 Sep 2000 12:18:10 +0100
8087              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
8088              
8089              Did not apply cleanly, manual intervention was needed.
8090      Branch: perl
8091            ! ext/B/B/Bytecode.pm utils/perlcc.PL
8092 ____________________________________________________________________________
8093 [  7116] By: jhi                                   on 2000/10/02  23:50:40
8094         Log: Document the issue (is not a syntax error, kind of)
8095              
8096              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
8097              From: Nicholas Clark <nick@ccl4.org>
8098              Date: Thu, 28 Sep 2000 17:12:42 +0100
8099              Message-ID: <20000928171242.K7924@plum.flirble.org>
8100      Branch: perl
8101            ! pod/perldata.pod
8102 ____________________________________________________________________________
8103 [  7115] By: jhi                                   on 2000/10/02  23:48:58
8104         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
8105              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8106              Date: Thu, 28 Sep 2000 21:55:31 -0400
8107              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
8108      Branch: perl
8109            ! regexec.c
8110 ____________________________________________________________________________
8111 [  7114] By: jhi                                   on 2000/10/02  23:47:57
8112         Log: Subject: DOC PATCH 5.6.0
8113              From: mjd@plover.com
8114              Date: 30 Sep 2000 06:02:34 -0000
8115              Message-ID: <20000930060234.4559.qmail@plover.com>
8116      Branch: perl
8117            ! pod/perldebguts.pod
8118 ____________________________________________________________________________
8119 [  7113] By: jhi                                   on 2000/10/02  23:46:43
8120         Log: SOCK_DGRAM and listen() do not mix as reported in
8121              
8122              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
8123              From: Petter Reinholdtsen <pere@hungry.com>
8124              Date: Sun, 1 Oct 2000 10:57:20 +0800
8125              Message-Id: <200010010257.KAA05735@localhost.localdomain>
8126              
8127              The patch for 5.7.0+ had to be reengineered, though.
8128      Branch: perl
8129            ! ext/IO/lib/IO/Socket/UNIX.pm
8130 ____________________________________________________________________________
8131 [  7112] By: jhi                                   on 2000/10/02  23:36:57
8132         Log: Subject: Re: [PATCH 5.005_64 missed]
8133              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8134              Date: Sun, 1 Oct 2000 18:50:10 -0400
8135              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
8136      Branch: perl
8137            ! pod/perlxs.pod
8138 ____________________________________________________________________________
8139 [  7111] By: jhi                                   on 2000/10/02  23:35:40
8140         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
8141              From: Radu Greab <radu@netsoft.ro>
8142              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
8143              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
8144      Branch: perl
8145            ! op.c opcode.pl t/op/substr.t
8146 ____________________________________________________________________________
8147 [  7110] By: jhi                                   on 2000/10/02  23:32:38
8148         Log: Subject: [PATCH] Fix aliasing of tied filehandles
8149              From: Daniel Chetlin <daniel@chetlin.com>
8150              Date: Mon, 2 Oct 2000 14:53:27 -0700
8151              Message-ID: <20001002145327.C1617@ilmd>
8152      Branch: perl
8153            ! perl.h pp_hot.c t/op/tiehandle.t
8154 ____________________________________________________________________________
8155 [  7109] By: jhi                                   on 2000/10/02  23:31:30
8156         Log: s/Robin Parker/Robin Barker/
8157      Branch: perl
8158            ! Changes5.6
8159 ____________________________________________________________________________
8160 [  7108] By: jhi                                   on 2000/10/02  23:15:46
8161         Log: Retract #7091 as suggested in
8162              
8163              From: Robin Barker <rmb1@cise.npl.co.uk> 
8164              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
8165              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
8166              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
8167      Branch: perl
8168            ! embed.pl proto.h
8169 ____________________________________________________________________________
8170 [  7107] By: nick                                  on 2000/10/02  18:23:14
8171         Log: A few tweaks to get Tk803 to work with Encode scheme.
8172      Branch: perl
8173            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
8174 ____________________________________________________________________________
8175 [  7106] By: nick                                  on 2000/10/01  21:34:14
8176         Log: Add checking cases to Encode's toUnicode and fromUnicode.
8177      Branch: perl
8178            ! ext/Encode/Encode.pm
8179 ____________________________________________________________________________
8180 [  7105] By: nick                                  on 2000/10/01  17:18:01
8181         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
8182              To read and use them.
8183              Add a lib/encode.t which checks a few things.
8184      Branch: perl
8185            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
8186            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
8187            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
8188            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
8189            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
8190            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
8191            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
8192            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
8193            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
8194            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
8195            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
8196            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
8197            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
8198            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
8199            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
8200            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
8201            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
8202            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
8203            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
8204            + ext/Encode/Encode/iso2022-jp.enc
8205            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
8206            + ext/Encode/Encode/iso8859-1.enc
8207            + ext/Encode/Encode/iso8859-2.enc
8208            + ext/Encode/Encode/iso8859-3.enc
8209            + ext/Encode/Encode/iso8859-4.enc
8210            + ext/Encode/Encode/iso8859-5.enc
8211            + ext/Encode/Encode/iso8859-6.enc
8212            + ext/Encode/Encode/iso8859-7.enc
8213            + ext/Encode/Encode/iso8859-8.enc
8214            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
8215            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
8216            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
8217            + ext/Encode/Encode/macCentEuro.enc
8218            + ext/Encode/Encode/macCroatian.enc
8219            + ext/Encode/Encode/macCyrillic.enc
8220            + ext/Encode/Encode/macDingbats.enc
8221            + ext/Encode/Encode/macGreek.enc
8222            + ext/Encode/Encode/macIceland.enc
8223            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
8224            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
8225            + ext/Encode/Encode/macTurkish.enc
8226            + ext/Encode/Encode/macUkraine.enc
8227            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
8228            + t/lib/encode.t
8229            ! MANIFEST ext/Encode/Encode.pm
8230 ____________________________________________________________________________
8231 [  7104] By: nick                                  on 2000/09/30  13:04:30
8232         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
8233              From: Daniel Chetlin <daniel@chetlin.com>
8234              Date: Mon, 18 Sep 2000 05:05:40 -0700
8235              Message-Id: <20000918050540.C652@ilmd>
8236      Branch: perl
8237            ! lib/overload.pm sv.c t/pragma/overload.t
8238 ____________________________________________________________________________
8239 [  7103] By: nick                                  on 2000/09/30  12:53:36
8240         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
8241              From: Johan Vromans <jvromans@squirrel.nl>
8242              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
8243              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
8244      Branch: perl
8245            ! pod/Makefile.SH
8246 ____________________________________________________________________________
8247 [  7102] By: nick                                  on 2000/09/30  12:52:31
8248         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
8249              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8250              Date: Sat, 16 Sep 2000 16:36:45 -0400
8251              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
8252      Branch: perl
8253            ! ext/B/B/Deparse.pm
8254 ____________________________________________________________________________
8255 [  7101] By: nick                                  on 2000/09/30  12:51:41
8256         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
8257              From: Craig A. Berry <craig.berry@psinetcs.com>
8258              Date: Sat, 16 Sep 2000 10:11:10 -0500
8259              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
8260      Branch: perl
8261            ! vms/vms.c
8262 ____________________________________________________________________________
8263 [  7100] By: nick                                  on 2000/09/30  12:50:33
8264         Log: Subject: Re: unicode support and perl [ID 20000901.097]
8265              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8266              Date: Fri, 15 Sep 2000 16:37:58 -0400
8267              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
8268      Branch: perl
8269            ! t/op/append.t
8270 ____________________________________________________________________________
8271 [  7099] By: nick                                  on 2000/09/30  12:49:35
8272         Log: Subject: Re: unicode support and perl [ID 20000901.097]
8273              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8274              Date: Fri, 15 Sep 2000 16:25:30 -0400
8275              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
8276      Branch: perl
8277            ! pp_hot.c
8278 ____________________________________________________________________________
8279 [  7098] By: nick                                  on 2000/09/30  12:48:00
8280         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
8281              From: Gisle Aas <gisle@ActiveState.com>
8282              Date: 15 Sep 2000 16:23:41 +0200
8283              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
8284      Branch: perl
8285            ! toke.c
8286 ____________________________________________________________________________
8287 [  7097] By: nick                                  on 2000/09/30  12:45:16
8288         Log: Subject: [PATCH] Nits in perlmod.pod
8289              From: Daniel Chetlin <daniel@chetlin.com>
8290              Date: Fri, 15 Sep 2000 02:04:09 -0700
8291              Message-Id: <20000915020409.A2104@ilmd>
8292      Branch: perl
8293            ! pod/perlmod.pod
8294 ____________________________________________________________________________
8295 [  7096] By: nick                                  on 2000/09/30  12:18:00
8296         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
8297              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
8298              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
8299              0 to checking to get the warning.
8300      Branch: perl
8301            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
8302            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
8303            ! regexec.c sv.c toke.c utf8.c
8304 ____________________________________________________________________________
8305 [  7095] By: nick                                  on 2000/09/15  16:55:59
8306         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
8307              
8308              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
8309              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8310              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
8311              Date: Fri, 15 Sep 2000 06:37:30 -0400
8312      Branch: perl
8313            ! ext/Encode/Encode.xs sv.c
8314 ____________________________________________________________________________
8315 [  7094] By: jhi                                   on 2000/09/15  03:23:32
8316         Log: Update Changes.
8317      Branch: perl
8318            ! Changes patchlevel.h
8319 ____________________________________________________________________________
8320 [  7093] By: jhi                                   on 2000/09/15  03:11:44
8321         Log: Fix for the charnames.t failures from Spider Boardman.
8322      Branch: perl
8323            ! toke.c
8324 ____________________________________________________________________________
8325 [  7092] By: jhi                                   on 2000/09/15  00:15:48
8326         Log: Botched the #7090 check-in.
8327      Branch: perl
8328            ! sv.c
8329 ____________________________________________________________________________
8330 [  7091] By: jhi                                   on 2000/09/14  23:33:24
8331         Log: Part of #7081 didn't come through.
8332      Branch: perl
8333            ! embed.pl proto.h
8334 ____________________________________________________________________________
8335 [  7090] By: jhi                                   on 2000/09/14  23:17:39
8336         Log: Subject: Re: perl@7078 
8337              From: Spider Boardman <spider@web.zk3.dec.com>
8338              Date: Thu, 14 Sep 2000 19:06:36 -0400
8339              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
8340      Branch: perl
8341            ! sv.c toke.c
8342 ____________________________________________________________________________
8343 [  7089] By: jhi                                   on 2000/09/14  23:11:21
8344         Log: Small portability tweaks.
8345      Branch: perl
8346            ! ext/Encode/Encode.xs
8347 ____________________________________________________________________________
8348 [  7088] By: jhi                                   on 2000/09/14  22:57:23
8349         Log: Fake return to pacify picky compilers.
8350      Branch: perl
8351            ! ext/Encode/Encode.xs
8352 ____________________________________________________________________________
8353 [  7087] By: jhi                                   on 2000/09/14  22:53:37
8354         Log: Subject: [PATCH] utf8.c apidoc
8355              From: Simon Cozens <simon@cozens.net>
8356              Date: Thu, 14 Sep 2000 23:46:57 +0100
8357              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
8358      Branch: perl
8359            ! perlapi.c pod/perlapi.pod utf8.c
8360 ____________________________________________________________________________
8361 [  7086] By: jhi                                   on 2000/09/14  22:40:38
8362         Log: We don't need to count the high bit bytes, a boolean is enough. 
8363      Branch: perl
8364            ! sv.c
8365 ____________________________________________________________________________
8366 [  7085] By: jhi                                   on 2000/09/14  21:20:09
8367         Log: Replace #7084 with
8368              
8369              Subject: Re: perl@7078 
8370              From: Spider Boardman <spider@web.zk3.dec.com>
8371              Date: Thu, 14 Sep 2000 17:09:36 -0400
8372              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
8373      Branch: perl
8374            ! sv.c utf8.c
8375 ____________________________________________________________________________
8376 [  7084] By: jhi                                   on 2000/09/14  20:03:34
8377         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
8378              convertable to bytes by checking it doesn't go above 0xc3
8379              
8380              Subject: Re: perl@7078
8381              From: Simon Cozens <simon@cozens.net>
8382              Date: Thu, 14 Sep 2000 20:59:19 +0100
8383              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
8384      Branch: perl
8385            ! utf8.c
8386 ____________________________________________________________________________
8387 [  7083] By: jhi                                   on 2000/09/14  19:38:47
8388         Log: Subject: Re: perl@7078
8389              From: Simon Cozens <simon@cozens.net>
8390              Date: Thu, 14 Sep 2000 20:13:09 +0100
8391              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
8392      Branch: perl
8393            ! t/op/bop.t
8394 ____________________________________________________________________________
8395 [  7082] By: jhi                                   on 2000/09/14  17:50:44
8396         Log: The one that got away.
8397      Branch: perl
8398            ! lib/File/Find.pm
8399 ____________________________________________________________________________
8400 [  7081] By: jhi                                   on 2000/09/14  17:45:35
8401         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
8402              From: Robin Barker <rmb1@cise.npl.co.uk>
8403              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
8404              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
8405      Branch: perl
8406            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
8407            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
8408            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
8409            ! regcomp.c toke.c universal.c
8410 ____________________________________________________________________________
8411 [  7080] By: jhi                                   on 2000/09/14  17:40:35
8412         Log: Problems picked up by AIX cc.
8413              
8414              Subject: Re: perl@7078 (patch included)
8415              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8416              Date: Thu, 14 Sep 2000 18:53:30 +0200
8417              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
8418      Branch: perl
8419            ! ext/Encode/Encode.xs
8420 ____________________________________________________________________________
8421 [  7079] By: jhi                                   on 2000/09/14  17:38:27
8422         Log: Subject: File::Find 5.7.0 POD nits
8423              From: Rich Morin <rdm@cfcl.com>
8424              Date: Wed, 13 Sep 2000 22:03:58 -0700
8425              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
8426      Branch: perl
8427            ! lib/File/Find.pm
8428 ____________________________________________________________________________
8429 [  7078] By: jhi                                   on 2000/09/14  14:58:20
8430         Log: Update Changes.
8431      Branch: perl
8432            ! Changes patchlevel.h
8433 ____________________________________________________________________________
8434 [  7077] By: jhi                                   on 2000/09/14  14:55:54
8435         Log: Compilation warnings and an error.
8436      Branch: perl
8437            ! sv.c
8438 ____________________________________________________________________________
8439 [  7076] By: jhi                                   on 2000/09/14  14:42:56
8440         Log: Fix for a parsing bug, not for the original bug.
8441              
8442              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
8443              From: Spider Boardman <spider@web.zk3.dec.com>
8444              Date: Wed, 13 Sep 2000 17:52:20 -0400
8445              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
8446      Branch: perl
8447            ! regcomp.c
8448 ____________________________________________________________________________
8449 [  7075] By: jhi                                   on 2000/09/14  14:40:40
8450         Log: Batch of UTF-8 patches from Simon Cozens.
8451      Branch: perl
8452            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
8453            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
8454            ! toke.c utf8.c
8455 ____________________________________________________________________________
8456 [  7074] By: jhi                                   on 2000/09/14  14:29:58
8457         Log: Subject: Re: Two advertising clauses need to be removed
8458              From: Russ Allbery <rra@stanford.edu>
8459              Date: 13 Sep 2000 18:50:26 -0700
8460              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
8461      Branch: perl
8462            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
8463 ____________________________________________________________________________
8464 [  7073] By: jhi                                   on 2000/09/14  14:28:20
8465         Log: Subject: [PATCH] de-wall t/README
8466              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8467              Date: Wed, 13 Sep 2000 17:46:55 -0700
8468              Message-ID: <//Bw5gzkge/e092yn@efn.org>
8469      Branch: perl
8470            ! t/README
8471 ____________________________________________________________________________
8472 [  7072] By: jhi                                   on 2000/09/14  14:25:10
8473         Log: Hints optimization.
8474              
8475              Subject: Minor nit
8476              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8477              Date: Wed, 13 Sep 2000 21:42:07 +0200
8478              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
8479      Branch: perl
8480            ! hints/hpux.sh
8481 ____________________________________________________________________________
8482 [  7071] By: jhi                                   on 2000/09/14  14:23:30
8483         Log: Allow chop() and chomp() to be overridden.
8484              
8485              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
8486              From: "Casey R. Tweten" <crt@kiski.net>
8487              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
8488              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
8489      Branch: perl
8490            ! toke.c
8491 ____________________________________________________________________________
8492 [  7070] By: jhi                                   on 2000/09/14  14:20:36
8493         Log: The return value of setlocale must be copied away.
8494              
8495              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
8496              From: Alan Burlison <Alan.Burlison@uk.sun.com>
8497              Date: Wed, 13 Sep 2000 16:27:37 +0100 
8498              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
8499      Branch: perl
8500            ! util.c
8501 ____________________________________________________________________________
8502 [  7069] By: jhi                                   on 2000/09/14  14:16:27
8503         Log: Remove vestiges of tr//CU.
8504              
8505              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
8506              From: Nick Clark <nick@plum.flirble.org>
8507              Date: Tue, 12 Sep 2000 22:50:14 +0100
8508              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
8509              
8510              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
8511              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8512              Date: Tue, 12 Sep 2000 21:38:48 -0700
8513              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
8514      Branch: perl
8515            ! op.h pod/perlunicode.pod
8516 ____________________________________________________________________________
8517 [  7068] By: jhi                                   on 2000/09/13  14:18:39
8518         Log: Add the Encode extension.  The code is still largely just skeleton.
8519      Branch: perl
8520            + ext/Encode/Encode.pm ext/Encode/Encode.xs
8521            + ext/Encode/Makefile.PL ext/Encode/Todo
8522            ! MANIFEST Todo-5.6
8523 ____________________________________________________________________________
8524 [  7067] By: jhi                                   on 2000/09/12  17:43:33
8525         Log: Allow for whitespace between "#" and "line" in cpp output.
8526              
8527              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
8528              From: Calle Dybedahl <calle@lysator.liu.se>
8529              Date: 12 Sep 2000 19:38:02 +0200 
8530              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
8531      Branch: perl
8532            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
8533 ____________________________________________________________________________
8534 [  7066] By: gsar                                  on 2000/09/12  17:24:29
8535         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
8536              initialization in all the threads on Windows
8537      Branch: perl
8538            ! win32/win32.c
8539 ____________________________________________________________________________
8540 [  7065] By: jhi                                   on 2000/09/12  15:11:31
8541         Log: Update Changes.
8542      Branch: perl
8543            ! Changes patchlevel.h
8544 ____________________________________________________________________________
8545 [  7064] By: jhi                                   on 2000/09/12  14:54:54
8546         Log: Retract #7062, the pod tests are not ready.
8547      Branch: perl
8548            ! t/TEST t/harness
8549 ____________________________________________________________________________
8550 [  7063] By: jhi                                   on 2000/09/12  14:25:41
8551         Log: The #7054 truncated Configure badly.
8552      Branch: metaconfig/U/perl
8553            ! End.U
8554      Branch: perl
8555            ! Configure config_h.SH
8556 ____________________________________________________________________________
8557 [  7062] By: jhi                                   on 2000/09/12  14:08:32
8558         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
8559              From: sthoenna@efn.org
8560              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
8561              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
8562      Branch: perl
8563            ! t/TEST t/harness
8564 ____________________________________________________________________________
8565 [  7061] By: jhi                                   on 2000/09/12  14:07:18
8566         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
8567              From: sthoenna@efn.org
8568              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
8569              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
8570      Branch: perl
8571            ! pod/perlxs.pod
8572 ____________________________________________________________________________
8573 [  7060] By: jhi                                   on 2000/09/12  14:06:08
8574         Log: Break up the myconfig lines a bit.
8575              
8576              Subject: perlbug/perl -V output format
8577              From: sthoenna@efn.org
8578              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
8579              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
8580      Branch: perl
8581            ! myconfig.SH
8582 ____________________________________________________________________________
8583 [  7059] By: jhi                                   on 2000/09/12  14:05:04
8584         Log: Test for the #7049.
8585              
8586              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
8587              From: andreas.koenig@anima.de (Andreas J. Koenig)
8588              Date: 12 Sep 2000 06:42:01 +0200
8589              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
8590      Branch: perl
8591            ! t/op/my.t
8592 ____________________________________________________________________________
8593 [  7058] By: jhi                                   on 2000/09/12  14:03:05
8594         Log: Subject: [patch: perl@7045] vms updates
8595              From: Peter Prymmer <pvhp@forte.com>
8596              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
8597              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
8598      Branch: perl
8599            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
8600 ____________________________________________________________________________
8601 [  7057] By: jhi                                   on 2000/09/12  14:00:51
8602         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
8603              From: sthoenna@efn.org
8604              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
8605              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
8606      Branch: perl
8607            ! t/op/64bitint.t
8608 ____________________________________________________________________________
8609 [  7056] By: jhi                                   on 2000/09/12  13:58:14
8610         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
8611              From: Jeff Pinyan <jeffp@crusoe.net>
8612              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
8613              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
8614      Branch: perl
8615            ! pod/perlfunc.pod
8616 ____________________________________________________________________________
8617 [  7055] By: jhi                                   on 2000/09/12  13:56:32
8618         Log: Do in VMS as the #7054 does.
8619      Branch: perl
8620            ! configure.com
8621 ____________________________________________________________________________
8622 [  7054] By: jhi                                   on 2000/09/12  13:50:31
8623         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
8624              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8625              Date: Mon, 11 Sep 2000 08:33:09 +0100
8626              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
8627      Branch: metaconfig/U/perl
8628            ! End.U
8629      Branch: perl
8630            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
8631            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
8632 ____________________________________________________________________________
8633 [  7053] By: jhi                                   on 2000/09/12  13:29:19
8634         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
8635              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8636              Date:     Tue, 12 Sep 2000 08:35:59 EDT
8637              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
8638      Branch: perl
8639            ! vms/test.com
8640 ____________________________________________________________________________
8641 [  7052] By: jhi                                   on 2000/09/11  23:01:50
8642         Log: Document the SvUTF8*().
8643      Branch: perl
8644            ! pod/perlapi.pod sv.h
8645 ____________________________________________________________________________
8646 [  7051] By: gsar                                  on 2000/09/11  14:46:30
8647         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
8648              (missed a spot when fixing up op_pmreplroot hack for ithreads)
8649      Branch: perl
8650            ! op.c t/op/split.t
8651 ____________________________________________________________________________
8652 [  7050] By: nick                                  on 2000/09/11  10:03:51
8653         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
8654              
8655              Subject: borland C++ win32.c tweak
8656              From: Vadim Konovalov <vkonovalov@lucent.com>
8657              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
8658              Date: Mon, 11 Sep 2000 11:22:33 +0400
8659      Branch: perl
8660            ! win32/win32.c
8661 ____________________________________________________________________________
8662 [  7049] By: nick                                  on 2000/09/11  09:57:33
8663         Log: Point fix for s/// on foreach (keys %xxx).
8664      Branch: perl
8665            ! pp_hot.c
8666 ____________________________________________________________________________
8667 [  7048] By: jhi                                   on 2000/09/10  23:37:09
8668         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
8669              by Pod::Text, from Brad Appleton.
8670      Branch: perl
8671            ! t/pod/testp2pt.pl
8672 ____________________________________________________________________________
8673 [  7047] By: jhi                                   on 2000/09/10  14:32:53
8674         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
8675              by Russ Allbery.
8676      Branch: perl
8677            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
8678 ____________________________________________________________________________
8679 [  7046] By: jhi                                   on 2000/09/10  14:15:08
8680         Log: Upgrade to CPAN 1.57_65, from Andreas König.
8681      Branch: perl
8682            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
8683 ____________________________________________________________________________
8684 [  7045] By: jhi                                   on 2000/09/08  21:36:32
8685         Log: Update Changes.
8686      Branch: perl
8687            ! Changes patchlevel.h
8688 ____________________________________________________________________________
8689 [  7044] By: jhi                                   on 2000/09/08  21:29:56
8690         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
8691              From: Peter Prymmer <pvhp@forte.com>
8692              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
8693              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
8694      Branch: perl
8695            ! configure.com
8696 ____________________________________________________________________________
8697 [  7043] By: jhi                                   on 2000/09/08  21:27:50
8698         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
8699              From: Peter Prymmer <pvhp@forte.com>
8700              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
8701              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
8702      Branch: perl
8703            ! Makefile.SH installperl
8704 ____________________________________________________________________________
8705 [  7042] By: jhi                                   on 2000/09/08  21:23:21
8706         Log: Continue #7041.
8707      Branch: perl
8708            ! cygwin/Makefile.SHs os2/Makefile.SHs
8709 ____________________________________________________________________________
8710 [  7041] By: jhi                                   on 2000/09/08  21:18:10
8711         Log: Do away with memory models cruft.  Sorry, PDP users.
8712      Branch: metaconfig
8713            ! U/modified/cc.U U/modified/libpth.U
8714      Branch: perl
8715            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
8716            ! Porting/config_H cflags.SH config_h.SH configure.com
8717            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
8718            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
8719            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
8720 ____________________________________________________________________________
8721 [  7040] By: jhi                                   on 2000/09/08  14:34:18
8722         Log: Major rewrite of s2p.  And I mean really major, it is
8723              an implementation of sed in perl.  If called as s2p it
8724              will function as s2p.  Note: needs non-UNIXifying.
8725              
8726              Subject: s2p
8727              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
8728              Date: Mon, 28 Aug 2000 14:05:12 +0200
8729              Message-ID: <39AA5578.2102E2AA@alcatel.at>
8730      Branch: perl
8731            ! x2p/s2p.PL
8732 ____________________________________________________________________________
8733 [  7039] By: jhi                                   on 2000/09/08  14:19:49
8734         Log: Re-allow vec() for characters > 255.
8735              
8736              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
8737              From: Spider Boardman <spider@web.zk3.dec.com>
8738              Date: Fri, 08 Sep 2000 02:21:02 -0400
8739              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
8740      Branch: perl
8741            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8742            ! t/op/vec.t
8743 ____________________________________________________________________________
8744 [  7038] By: jhi                                   on 2000/09/08  14:14:18
8745         Log: Subject: [PATCH lib/Benchmark.pm]
8746              From: <abigail@foad.org>
8747              Date: Thu, 7 Sep 2000 15:03:20 -0400
8748              Message-ID: <20000907190320.888.qmail@foad.org>
8749      Branch: perl
8750            ! lib/Benchmark.pm
8751 ____________________________________________________________________________
8752 [  7037] By: jhi                                   on 2000/09/08  14:11:06
8753         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
8754              
8755              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
8756              From: Spider Boardman <spider@web.zk3.dec.com>
8757              Date: Fri, 08 Sep 2000 01:30:27 -0400
8758              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
8759      Branch: perl
8760            ! op.c
8761 ____________________________________________________________________________
8762 [  7036] By: jhi                                   on 2000/09/08  14:08:58
8763         Log: Subject: [ID 20000908.002] perlipc documentation bug.
8764              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
8765              Date: Fri, 08 Sep 2000 12:38:32 +0200
8766              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
8767      Branch: perl
8768            ! pod/perlipc.pod
8769 ____________________________________________________________________________
8770 [  7035] By: jhi                                   on 2000/09/08  14:03:12
8771         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
8772              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8773              Date: Fri, 08 Sep 2000 11:47:34 +0200
8774              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
8775      Branch: perl
8776            ! hints/dec_osf.sh
8777 ____________________________________________________________________________
8778 [  7034] By: jhi                                   on 2000/09/08  13:59:35
8779         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
8780              From: Simon Cozens <simon@cozens.net>
8781              Date: Thu, 7 Sep 2000 20:40:38 +0100
8782              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
8783      Branch: perl
8784            ! pp_hot.c
8785 ____________________________________________________________________________
8786 [  7033] By: jhi                                   on 2000/09/08  04:03:03
8787         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
8788              From: "Larry W. Virden" <lvirden@cas.org>
8789              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
8790              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
8791      Branch: perl
8792            ! pod/perldiag.pod
8793 ____________________________________________________________________________
8794 [  7032] By: jhi                                   on 2000/09/07  22:18:30
8795         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
8796              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
8797              Date: Mon, 04 Sep 2000 13:16:38 -0700
8798              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
8799      Branch: perl
8800            ! lib/perl5db.pl
8801 ____________________________________________________________________________
8802 [  7031] By: jhi                                   on 2000/09/07  22:02:29
8803         Log: Fix the ccversion detection for 5.1 and beyond.
8804              
8805              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
8806              From: Spider Boardman <spider@leggy.zk3.dec.com>
8807              Date: Thu, 7 Sep 2000 17:54:27 -0400
8808              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
8809      Branch: perl
8810            ! hints/dec_osf.sh
8811 ____________________________________________________________________________
8812 [  7030] By: jhi                                   on 2000/09/07  19:12:28
8813         Log: Fix for
8814              
8815              Subject: [ID 20000903.001] \w in utf8-strings
8816              From: Marc Lehmann <pcg@goof.com>
8817              Date: Sun, 03 Sep 2000 09:44:29 +0200
8818              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
8819              
8820              and various related nits.
8821      Branch: perl
8822            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
8823 ____________________________________________________________________________
8824 [  7029] By: jhi                                   on 2000/09/07  18:49:09
8825         Log: Fix the URL, but the server is still missing in action.
8826              
8827              Subject: [ID 20000905.002] perlfaq1.pod URL error
8828              From: "Larry W. Virden" <lvirden@cas.org>
8829              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
8830              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
8831      Branch: perl
8832            ! pod/perlfaq1.pod
8833 ____________________________________________________________________________
8834 [  7028] By: jhi                                   on 2000/09/07  18:47:13
8835         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
8836              From: Hugo <hv@crypt.compulink.co.uk>
8837              Date: Tue, 05 Sep 2000 14:13:37 +0100
8838              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
8839      Branch: perl
8840            ! toke.c
8841 ____________________________________________________________________________
8842 [  7027] By: jhi                                   on 2000/09/07  18:45:35
8843         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
8844              From: Daniel Chetlin <daniel@chetlin.com>
8845              Date: Tue, 5 Sep 2000 04:57:07 -0700
8846              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
8847      Branch: perl
8848            ! pod/perlfaq6.pod pod/perlop.pod
8849 ____________________________________________________________________________
8850 [  7026] By: jhi                                   on 2000/09/07  18:44:01
8851         Log: Document the new ref() semantics.
8852              
8853              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
8854              From: Gisle Aas <gisle@ActiveState.com>
8855              Date: 05 Sep 2000 08:10:30 +0200
8856              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
8857      Branch: perl
8858            ! pod/perldelta.pod
8859 ____________________________________________________________________________
8860 [  7025] By: jhi                                   on 2000/09/07  18:42:27
8861         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
8862              
8863              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
8864              From: Gisle Aas <gisle@ActiveState.com>
8865              Date: 05 Sep 2000 08:11:40 +0200
8866              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
8867      Branch: perl
8868            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
8869 ____________________________________________________________________________
8870 [  7024] By: jhi                                   on 2000/09/07  18:39:32
8871         Log: Subject: [PATCH] Modernize Opcode.pm documentation
8872              From: Gisle Aas <gisle@ActiveState.com>
8873              Date: 4 Sep 2000 00:18:55 -0000
8874              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
8875      Branch: perl
8876            ! ext/Opcode/Opcode.pm
8877 ____________________________________________________________________________
8878 [  7023] By: jhi                                   on 2000/09/07  18:37:42
8879         Log: Subject: [PATCH] Tied filehandle documentation
8880              From: Gisle Aas <gisle@ActiveState.com>
8881              Date: 4 Sep 2000 00:14:40 -0000
8882              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
8883      Branch: perl
8884            ! pod/perlfunc.pod pod/perltie.pod
8885 ____________________________________________________________________________
8886 [  7022] By: jhi                                   on 2000/09/07  18:35:37
8887         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
8888              From: Gisle Aas <gisle@ActiveState.com>
8889              Date: 4 Sep 2000 00:04:22 -0000
8890              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
8891      Branch: perl
8892            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
8893 ____________________________________________________________________________
8894 [  7021] By: jhi                                   on 2000/09/07  18:33:22
8895         Log: Subject: small apidoc fix
8896              From: Marc Lehmann <pcg@goof.com>
8897              Date: Sun, 3 Sep 2000 05:12:06 +0200
8898              Message-ID: <20000903051206.A5909@cerebro.laendle>
8899      Branch: perl
8900            ! pod/perlapi.pod utf8.c
8901 ____________________________________________________________________________
8902 [  7020] By: jhi                                   on 2000/09/07  16:14:57
8903         Log: Tiny perldelta nits.
8904      Branch: perl
8905            ! pod/perldelta.pod
8906 ____________________________________________________________________________
8907 [  7019] By: jhi                                   on 2000/09/07  16:04:20
8908         Log: Guard against bad string->int conversion for quads.
8909      Branch: perl
8910            ! t/op/64bitint.t
8911 ____________________________________________________________________________
8912 [  7018] By: jhi                                   on 2000/09/06  17:07:03
8913         Log: Update Unicode todo list.
8914      Branch: perl
8915            ! Todo-5.6
8916 ____________________________________________________________________________
8917 [  7017] By: jhi                                   on 2000/09/05  21:16:01
8918         Log: Document the SvIOK_.*UV().
8919      Branch: perl
8920            ! pod/perlapi.pod sv.h
8921 ____________________________________________________________________________
8922 [  7016] By: nick                                  on 2000/09/03  21:54:46
8923         Log: Hash lookup of constant strings optimization:
8924              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
8925              to string table (as per sharepvn). Add newSV_pvn_share to create such
8926              a thing. Make hv.c compare addresses of strings and skip string compare
8927              if equal. Make method_named and helem ops use these shared-string SVs
8928              when arg is constant. Make keys op return shared-string SVs (less clearly
8929              a win).
8930      Branch: perl
8931            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
8932            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
8933            ! pod/perlintern.pod pp_hot.c proto.h sv.c
8934 ____________________________________________________________________________
8935 [  7015] By: jhi                                   on 2000/09/02  17:48:59
8936         Log: This is 5.7.0.
8937      Branch: perl
8938            ! Changes
8939 ____________________________________________________________________________
8940 [  7014] By: jhi                                   on 2000/09/02  17:35:45
8941         Log: Changes and patchlevel tweaks.
8942      Branch: perl
8943            ! Changes patchlevel.h
8944 ____________________________________________________________________________
8945 [  7013] By: jhi                                   on 2000/09/02  17:30:50
8946         Log: Update Changes.
8947      Branch: perl
8948            ! Changes patchlevel.h
8949 ____________________________________________________________________________
8950 [  7012] By: nick                                  on 2000/09/02  17:25:20
8951         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
8952      Branch: perl
8953            ! gv.c lib/overload.pm
8954 ____________________________________________________________________________
8955 [  7011] By: jhi                                   on 2000/09/02  17:16:25
8956         Log: Update perlhist.
8957      Branch: perl
8958            ! pod/perlhist.pod
8959 ____________________________________________________________________________
8960 [  7010] By: jhi                                   on 2000/09/02  17:01:35
8961         Log: perldelta nits.
8962      Branch: perl
8963            ! pod/perldelta.pod
8964 ____________________________________________________________________________
8965 [  7009] By: nick                                  on 2000/09/02  16:48:35
8966         Log: If overloaded %{} etc. return the object do not loop.
8967              Thus  sub deref { $_[0] } functions if object is wanted type.
8968      Branch: perl
8969            ! pp.h
8970 ____________________________________________________________________________
8971 [  7008] By: jhi                                   on 2000/09/02  16:26:11
8972         Log: Retab MANIFEST.
8973      Branch: perl
8974            ! ext/Storable/MANIFEST
8975 ____________________________________________________________________________
8976 [  7007] By: jhi                                   on 2000/09/02  16:23:02
8977         Log: Make certain cc is set before trying to run it.
8978      Branch: perl
8979            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
8980 ____________________________________________________________________________
8981 [  7006] By: jhi                                   on 2000/09/02  15:45:41
8982         Log: Unicode notes.
8983      Branch: perl
8984            ! pod/perldelta.pod
8985 ____________________________________________________________________________
8986 [  7005] By: jhi                                   on 2000/09/02  15:42:11
8987         Log: Various Configure nits by Philip Newton,
8988              plus the ebcdic one by me.
8989      Branch: metaconfig
8990            + U/modified/pager.U
8991            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
8992      Branch: metaconfig/U/perl
8993            ! Devel.U quadfio.U
8994      Branch: perl
8995            ! Configure config_h.SH
8996 ____________________________________________________________________________
8997 [  7004] By: jhi                                   on 2000/09/02  15:06:14
8998         Log: Apparently avoiding the swapping is too costly.
8999              
9000              From: "Ben Tilly" <ben_tilly@hotmail.com>
9001              Subject: Re: the door is closed.
9002              Date: Fri, 01 Sep 2000 20:23:16 EDT
9003              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
9004      Branch: perl
9005            ! pod/perlfaq4.pod
9006 ____________________________________________________________________________
9007 [  7003] By: nick                                  on 2000/09/02  12:26:04
9008         Log: Undo part of change 6489 which looks like a bulk edit which
9009              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
9010              The supressing of main:: on return from select() is undesirable.
9011      Branch: perl
9012            ! pp_sys.c
9013 ____________________________________________________________________________
9014 [  7002] By: jhi                                   on 2000/09/01  23:08:54
9015         Log: Update Changes.
9016      Branch: perl
9017            ! Changes patchlevel.h
9018 ____________________________________________________________________________
9019 [  7001] By: jhi                                   on 2000/09/01  23:00:13
9020         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
9021              From: Peter Prymmer <pvhp@forte.com>
9022              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
9023              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
9024              
9025              plus rework the http: spots as suggested by Tom Christiansen,
9026              plus regen perltoc.
9027      Branch: perl
9028            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
9029            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
9030 ____________________________________________________________________________
9031 [  7000] By: jhi                                   on 2000/09/01  22:36:01
9032         Log: Only the first line, thank you very much.
9033      Branch: perl
9034            ! hints/solaris_2.sh
9035 ____________________________________________________________________________
9036 [  6999] By: gsar                                  on 2000/09/01  22:16:40
9037         Log: change#6791 accidentally clobbered change#6710, put it back
9038      Branch: perl
9039            ! win32/win32.c
9040 ____________________________________________________________________________
9041 [  6998] By: jhi                                   on 2000/09/01  22:14:16
9042         Log: Mention the HP-UX LP64 freak failure.
9043      Branch: perl
9044            ! pod/perldelta.pod
9045 ____________________________________________________________________________
9046 [  6997] By: jhi                                   on 2000/09/01  21:48:32
9047         Log: Detypo.
9048      Branch: perl
9049            ! hints/hpux.sh
9050 ____________________________________________________________________________
9051 [  6996] By: jhi                                   on 2000/09/01  21:27:10
9052         Log: Update Changes.
9053      Branch: perl
9054            ! Changes patchlevel.h
9055 ____________________________________________________________________________
9056 [  6995] By: jhi                                   on 2000/09/01  21:14:24
9057         Log: Mi splgn s gnin.g
9058      Branch: perl
9059            ! pp_ctl.c
9060 ____________________________________________________________________________
9061 [  6994] By: jhi                                   on 2000/09/01  21:09:54
9062         Log: Subject: http:// in L<>
9063              From: Nicholas Clark <nick@ccl4.org>
9064              Date: Fri, 1 Sep 2000 22:03:21 +0100
9065              Message-ID: <20000901220321.B72074@plum.flirble.org>
9066      Branch: perl
9067            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
9068 ____________________________________________________________________________
9069 [  6993] By: jhi                                   on 2000/09/01  21:06:54
9070         Log: Update to Storable 1.0, from Raphael Manfredi.
9071      Branch: perl
9072            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
9073            ! ext/Storable/Makefile.PL ext/Storable/README
9074            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
9075            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
9076            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
9077            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
9078            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
9079            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
9080 ____________________________________________________________________________
9081 [  6992] By: jhi                                   on 2000/09/01  20:43:05
9082         Log: Mention known sfio+linux buglet.
9083      Branch: perl
9084            ! pod/perldelta.pod
9085 ____________________________________________________________________________
9086 [  6991] By: jhi                                   on 2000/09/01  20:40:11
9087         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
9088              From: Peter Prymmer <pvhp@forte.com>
9089              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
9090              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
9091      Branch: perl
9092            ! vms/vms.c
9093 ____________________________________________________________________________
9094 [  6990] By: jhi                                   on 2000/09/01  20:25:26
9095         Log: Retract #6986.
9096      Branch: perl
9097            ! hints/solaris_2.sh
9098 ____________________________________________________________________________
9099 [  6989] By: jhi                                   on 2000/09/01  20:23:00
9100         Log: Mergesort is back.
9101      Branch: perl
9102            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
9103 ____________________________________________________________________________
9104 [  6988] By: jhi                                   on 2000/09/01  19:37:40
9105         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
9106              From: Mike Guy <mjtg@cam.ac.uk>
9107              Date: Fri, 01 Sep 2000 17:43:33 +0100
9108              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
9109      Branch: perl
9110            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
9111            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
9112 ____________________________________________________________________________
9113 [  6987] By: jhi                                   on 2000/09/01  19:17:10
9114         Log: Regen perltoc.
9115      Branch: perl
9116            ! pod/perltoc.pod
9117 ____________________________________________________________________________
9118 [  6986] By: jhi                                   on 2000/09/01  18:51:10
9119         Log: Subject: Re: Solaris x86 has no SPARC libraries!
9120              From: Lupe Christoph <lupe@lupe-christoph.de>
9121              Date: Fri, 1 Sep 2000 20:41:20 +0200
9122              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
9123      Branch: perl
9124            ! hints/solaris_2.sh
9125 ____________________________________________________________________________
9126 [  6985] By: jhi                                   on 2000/09/01  18:28:10
9127         Log: Update Changes.
9128      Branch: perl
9129            ! Changes patchlevel.h
9130 ____________________________________________________________________________
9131 [  6984] By: jhi                                   on 2000/09/01  18:26:53
9132         Log: Feature ordering tweak.
9133      Branch: perl
9134            ! myconfig.SH
9135 ____________________________________________________________________________
9136 [  6983] By: jhi                                   on 2000/09/01  18:19:50
9137         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
9138              From: <abigail@foad.org>
9139              Date: Fri, 1 Sep 2000 13:07:32 -0400
9140              Message-ID: <20000901170732.18249.qmail@foad.org>
9141      Branch: perl
9142            ! t/pragma/overload.t
9143 ____________________________________________________________________________
9144 [  6982] By: jhi                                   on 2000/09/01  18:17:54
9145         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
9146              so that case-ignoring systems like DCL can tell them from
9147              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
9148      Branch: metaconfig/U/perl
9149            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
9150      Branch: perl
9151            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9152            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
9153            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
9154            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
9155            ! vos/config.def vos/config.h vos/config_h.SH_orig
9156            ! win32/config.bc win32/config.gc win32/config.vc
9157 ____________________________________________________________________________
9158 [  6981] By: nick                                  on 2000/09/01  17:21:57
9159         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
9160              warning when UNTIE exists and instead pass the cound of extra references to
9161              the UNTIE method.
9162      Branch: perl
9163            ! pod/perltie.pod pp_sys.c
9164 ____________________________________________________________________________
9165 [  6980] By: jhi                                   on 2000/09/01  16:54:44
9166         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
9167              From: Peter Prymmer <pvhp@forte.com>
9168              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
9169              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
9170      Branch: perl
9171            ! configure.com
9172 ____________________________________________________________________________
9173 [  6979] By: jhi                                   on 2000/09/01  16:06:20
9174         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
9175              From: Mike Guy <mjtg@cam.ac.uk> 
9176              Date: Fri, 01 Sep 2000 16:49:27 +0100
9177              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
9178      Branch: perl
9179            ! t/base/rs.t
9180 ____________________________________________________________________________
9181 [  6978] By: jhi                                   on 2000/09/01  16:00:42
9182         Log: Update to PodParser 1.18, from Brad Appleton.
9183      Branch: perl
9184            ! lib/Pod/Checker.pm t/pod/find.t
9185 ____________________________________________________________________________
9186 [  6977] By: jhi                                   on 2000/09/01  14:48:58
9187         Log: Subject: Nit in Configure (bleadperl@6961)
9188              From: Lupe Christoph <lupe@lupe-christoph.de>
9189              Date: Fri, 1 Sep 2000 16:34:29 +0200
9190              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
9191      Branch: metaconfig
9192            ! U/compline/ccflags.U
9193      Branch: perl
9194            ! Configure config_h.SH
9195 ____________________________________________________________________________
9196 [  6976] By: jhi                                   on 2000/09/01  14:39:52
9197         Log: Update Changes.
9198      Branch: perl
9199            ! Changes patchlevel.h
9200 ____________________________________________________________________________
9201 [  6975] By: jhi                                   on 2000/09/01  14:37:36
9202         Log: microperl config update.
9203      Branch: perl
9204            ! uconfig.h uconfig.sh
9205 ____________________________________________________________________________
9206 [  6974] By: jhi                                   on 2000/09/01  14:36:53
9207         Log: Document known deficiencies.
9208      Branch: perl
9209            ! pod/perldelta.pod
9210 ____________________________________________________________________________
9211 [  6973] By: jhi                                   on 2000/09/01  14:10:20
9212         Log: Mention warnings fixes and updates.
9213      Branch: perl
9214            ! pod/perldelta.pod
9215 ____________________________________________________________________________
9216 [  6972] By: jhi                                   on 2000/09/01  14:01:52
9217         Log: Drop unused argument.
9218              
9219              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
9220              From: Spider Boardman <spider@web.zk3.dec.com>
9221              Date: Thu, 31 Aug 2000 16:10:15 -0400
9222              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
9223      Branch: perl
9224            ! toke.c
9225 ____________________________________________________________________________
9226 [  6971] By: jhi                                   on 2000/09/01  13:59:24
9227         Log: Add the overload warnings to perldiag.
9228      Branch: perl
9229            ! lib/overload.pm pod/perldiag.pod
9230 ____________________________________________________________________________
9231 [  6970] By: jhi                                   on 2000/09/01  13:55:10
9232         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
9233              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9234              Date: Fri, 1 Sep 2000 13:43:15 +0100 
9235              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
9236      Branch: perl
9237            ! lib/overload.pm t/pragma/overload.t
9238 ____________________________________________________________________________
9239 [  6969] By: jhi                                   on 2000/09/01  13:52:27
9240         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
9241              From: <abigail@foad.org>
9242              Date: Fri, 1 Sep 2000 05:46:54 -0400
9243              Message-ID: <20000901094654.6476.qmail@foad.org>
9244      Branch: perl
9245            ! lib/overload.pm
9246 ____________________________________________________________________________
9247 [  6968] By: jhi                                   on 2000/09/01  13:50:05
9248         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
9249              From: Daniel Chetlin <daniel@chetlin.com>
9250              Date: Fri, 1 Sep 2000 02:10:55 -0700
9251              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
9252      Branch: perl
9253            ! pod/perlretut.pod
9254 ____________________________________________________________________________
9255 [  6967] By: jhi                                   on 2000/09/01  13:47:54
9256         Log: Part of the solution.
9257              
9258              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
9259              From: Mike Guy <mjtg@cam.ac.uk>
9260              Date: Fri, 01 Sep 2000 14:16:01 +0100
9261              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
9262      Branch: perl
9263            ! gv.c mg.c
9264 ____________________________________________________________________________
9265 [  6966] By: jhi                                   on 2000/09/01  13:46:17
9266         Log: Subject: CPAN.pm beta 1.57_57 for the core
9267              From: andreas.koenig@anima.de (Andreas J. Koenig)
9268              Date: 01 Sep 2000 15:16:31 +0200
9269              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
9270      Branch: perl
9271            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
9272 ____________________________________________________________________________
9273 [  6965] By: jhi                                   on 2000/09/01  13:43:18
9274         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
9275              From: "Craig A. Berry" <craig.berry@psinetcs.com>
9276              Date: Fri, 01 Sep 2000 01:47:22 -0500
9277              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
9278      Branch: perl
9279            ! pod/perldelta.pod vms/vms.c
9280 ____________________________________________________________________________
9281 [  6964] By: jhi                                   on 2000/09/01  13:35:35
9282         Log: File::Temp patches from Andreas König,
9283              
9284              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
9285              From: andreas.koenig@anima.de (Andreas J. Koenig)
9286              Date: 01 Sep 2000 10:07:20 +0200
9287              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
9288              
9289              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
9290              From: andreas.koenig@anima.de (Andreas J. Koenig)
9291              Date: 31 Aug 2000 23:26:08 +0200
9292              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
9293      Branch: perl
9294            ! lib/File/Temp.pm t/lib/ftmp-security.t
9295 ____________________________________________________________________________
9296 [  6963] By: jhi                                   on 2000/09/01  02:22:24
9297         Log: Retract the mergesort code, way too incompatible licensing
9298              and copyrights.
9299      Branch: perl
9300            ! pod/perldelta.pod pp_ctl.c
9301 ____________________________________________________________________________
9302 [  6962] By: jhi                                   on 2000/08/31  23:27:32
9303         Log: Update Changes.
9304      Branch: perl
9305            ! Changes patchlevel.h
9306 ____________________________________________________________________________
9307 [  6961] By: jhi                                   on 2000/08/31  23:20:04
9308         Log: Small tweaks all over.
9309      Branch: metaconfig
9310            ! U/compline/d_gconvert.U
9311      Branch: perl
9312            ! AUTHORS Configure config_h.SH pp_ctl.c
9313 ____________________________________________________________________________
9314 [  6960] By: jhi                                   on 2000/08/31  22:39:36
9315         Log: Further rewording.
9316      Branch: perl
9317            ! pp_ctl.c
9318 ____________________________________________________________________________
9319 [  6959] By: jhi                                   on 2000/08/31  21:26:44
9320         Log: More address tweaking.
9321      Branch: perl
9322            ! AUTHORS Changes
9323 ____________________________________________________________________________
9324 [  6958] By: jhi                                   on 2000/08/31  20:47:25
9325         Log: AUTHORS tweaks, from Peter Prymmer.
9326              
9327              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
9328              From: Peter Prymmer <pvhp@forte.com>
9329              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
9330              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
9331      Branch: perl
9332            ! AUTHORS MAINTAIN
9333 ____________________________________________________________________________
9334 [  6957] By: jhi                                   on 2000/08/31  20:34:43
9335         Log: perldelta tweaks.
9336      Branch: perl
9337            ! pod/perldelta.pod
9338 ____________________________________________________________________________
9339 [  6956] By: jhi                                   on 2000/08/31  19:11:06
9340         Log: Regen perltoc.
9341      Branch: perl
9342            ! pod/perltoc.pod
9343 ____________________________________________________________________________
9344 [  6955] By: jhi                                   on 2000/08/31  19:06:30
9345         Log: Clarify the mergesort situation.
9346      Branch: perl
9347            ! pp_ctl.c
9348 ____________________________________________________________________________
9349 [  6954] By: jhi                                   on 2000/08/31  18:24:17
9350         Log: Move the Solaris 7 scan to use64bitall, make the
9351              failure to find 64-bot sparc libc to mention the
9352              possibility of being in an intel, from Lupe and Alan.
9353      Branch: perl
9354            ! hints/solaris_2.sh
9355 ____________________________________________________________________________
9356 [  6953] By: jhi                                   on 2000/08/31  18:09:20
9357         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
9358              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
9359      Branch: metaconfig
9360            ! U/compline/d_gconvert.U U/threads/archname.U
9361      Branch: metaconfig/U/perl
9362            ! perlxv.U
9363      Branch: perl
9364            ! Configure config_h.SH sv.c
9365 ____________________________________________________________________________
9366 [  6952] By: jhi                                   on 2000/08/31  17:42:24
9367         Log: :: not allowed in pathnames, change to .
9368              
9369              Subject: [PATCH perl@6938] cygwin port
9370              From: "Fifer, Eric" <EFifer@sanwaint.com>
9371              Date: Thu, 31 Aug 2000 16:32:59 +0100
9372              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
9373      Branch: metaconfig/U/perl
9374            ! perlxv.U
9375 ____________________________________________________________________________
9376 [  6951] By: jhi                                   on 2000/08/31  17:02:05
9377         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
9378      Branch: perl
9379            ! perl.h
9380 ____________________________________________________________________________
9381 [  6950] By: jhi                                   on 2000/08/31  16:26:08
9382         Log: More author updates.
9383              
9384              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
9385              From: Simon Cozens <simon@cozens.net>
9386              Date: Thu, 31 Aug 2000 17:13:32 +0100
9387              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
9388      Branch: perl
9389            ! AUTHORS
9390 ____________________________________________________________________________
9391 [  6949] By: jhi                                   on 2000/08/31  16:04:49
9392         Log: POSIX doesn't report long double values under -Duselongdouble
9393              when the long doubles are "real" (bigger than doubles).
9394              
9395              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
9396              From: Spider Boardman <spider@peano.zk3.dec.com>
9397              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
9398              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
9399      Branch: perl
9400            ! ext/POSIX/POSIX.xs
9401 ____________________________________________________________________________
9402 [  6948] By: jhi                                   on 2000/08/31  15:25:10
9403         Log: Update Changes.
9404      Branch: perl
9405            ! Changes patchlevel.h
9406 ____________________________________________________________________________
9407 [  6947] By: jhi                                   on 2000/08/31  15:22:29
9408         Log: Document UNTIE in a very minimalistic way.
9409      Branch: perl
9410            ! pod/perlfunc.pod pod/perltie.pod
9411 ____________________________________________________________________________
9412 [  6946] By: jhi                                   on 2000/08/31  15:15:23
9413         Log: Document known failures.
9414      Branch: perl
9415            ! pod/perldelta.pod
9416 ____________________________________________________________________________
9417 [  6945] By: jhi                                   on 2000/08/31  15:07:00
9418         Log: Don't attach -ld to the archname if pointless.
9419      Branch: metaconfig
9420            ! U/threads/archname.U
9421      Branch: perl
9422            ! Configure config_h.SH
9423 ____________________________________________________________________________
9424 [  6944] By: jhi                                   on 2000/08/31  14:37:42
9425         Log: Wrap the test in eval.
9426              
9427              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
9428              From: Tim Jenness <timj@jach.hawaii.edu>
9429              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
9430              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
9431      Branch: perl
9432            ! t/lib/ftmp-security.t
9433 ____________________________________________________________________________
9434 [  6943] By: jhi                                   on 2000/08/31  14:30:57
9435         Log: Make -Dusemorebits find long doubles in Solaris.
9436      Branch: perl
9437            ! hints/solaris_2.sh
9438 ____________________________________________________________________________
9439 [  6942] By: jhi                                   on 2000/08/31  13:48:45
9440         Log: Clarify the third case of ftmp-security warnings.
9441      Branch: perl
9442            ! INSTALL
9443 ____________________________________________________________________________
9444 [  6941] By: jhi                                   on 2000/08/31  13:40:31
9445         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
9446              From: <abigail@foad.org>
9447              Date: Thu, 31 Aug 2000 01:35:05 -0400
9448              Message-ID: <20000831053505.32120.qmail@foad.org>
9449      Branch: perl
9450            ! pod/perldelta.pod
9451 ____________________________________________________________________________
9452 [  6940] By: jhi                                   on 2000/08/31  13:38:48
9453         Log: Issue useful diagnostic on unknown pod commands.
9454              
9455              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
9456              From: <abigail@foad.org>
9457              Date: Thu, 31 Aug 2000 03:41:18 -0400
9458              Message-ID: <20000831074118.24880.qmail@foad.org>
9459      Branch: perl
9460            ! lib/Pod/Man.pm
9461 ____________________________________________________________________________
9462 [  6939] By: jhi                                   on 2000/08/31  13:34:33
9463         Log: Reveal Borland's isnan.
9464              
9465              Subject: build with BC++ tweak
9466              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
9467              Date: Thu, 31 Aug 2000 13:09:37 +0400
9468              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
9469      Branch: perl
9470            ! win32/win32.h
9471 ____________________________________________________________________________
9472 [  6938] By: jhi                                   on 2000/08/31  05:01:20
9473         Log: Update Changes.
9474      Branch: perl
9475            ! Changes patchlevel.h
9476 ____________________________________________________________________________
9477 [  6937] By: jhi                                   on 2000/08/31  04:26:23
9478         Log: sscanf() may be the only way to read long doubles from strings.
9479      Branch: metaconfig/U/perl
9480            ! longdblfio.U
9481      Branch: perl
9482            ! Configure config_h.SH perl.h util.c
9483 ____________________________________________________________________________
9484 [  6936] By: jhi                                   on 2000/08/31  04:18:19
9485         Log: The #6929 was too skimpy.
9486      Branch: perl
9487            ! sv.c
9488 ____________________________________________________________________________
9489 [  6935] By: jhi                                   on 2000/08/31  02:47:07
9490         Log: Subject: Re: typos in pods
9491              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9492              Date: Wed, 30 Aug 2000 19:25:34 -0700
9493              Message-ID: <eIcr5gzkg25X092yn@efn.org>
9494      Branch: perl
9495            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
9496 ____________________________________________________________________________
9497 [  6934] By: jhi                                   on 2000/08/31  02:42:55
9498         Log: Missed one Unicode file.
9499      Branch: perl
9500            + lib/unicode/UCDFF301.html
9501 ____________________________________________________________________________
9502 [  6933] By: jhi                                   on 2000/08/30  23:42:27
9503         Log: Update Changes.
9504      Branch: perl
9505            ! Changes patchlevel.h
9506 ____________________________________________________________________________
9507 [  6932] By: jhi                                   on 2000/08/30  23:40:07
9508         Log: Mention UNTIE in perldelta.  Still needs documenting
9509              in perltie et alia.
9510      Branch: perl
9511            ! pod/perldelta.pod
9512 ____________________________________________________________________________
9513 [  6931] By: jhi                                   on 2000/08/30  23:36:02
9514         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
9515              From: <abigail@foad.org>
9516              Date: Wed, 30 Aug 2000 19:28:07 -0400
9517              Message-ID: <20000830232807.305.qmail@foad.org>
9518      Branch: perl
9519            ! pod/perldelta.pod
9520 ____________________________________________________________________________
9521 [  6930] By: jhi                                   on 2000/08/30  23:32:40
9522         Log: Update to Unicode 3.0.1.
9523      Branch: perl
9524            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
9525            + lib/unicode/PropList.txt lib/unicode/README.perl
9526            + lib/unicode/UCD301.html lib/unicode/Unicode.301
9527            - lib/unicode/Props.txt lib/unicode/UCD300.html
9528            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
9529            ! (edit 257 files)
9530 ____________________________________________________________________________
9531 [  6929] By: jhi                                   on 2000/08/30  22:38:18
9532         Log: Heap decorruption.
9533              
9534              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
9535              From: Alan Burlison <Alan.Burlison@uk.sun.com>
9536              Date: Wed, 30 Aug 2000 22:39:52 +0100
9537              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
9538      Branch: perl
9539            ! sv.c
9540 ____________________________________________________________________________
9541 [  6928] By: jhi                                   on 2000/08/30  22:29:34
9542         Log: Retract the dummy test, skip the security tests (instead of failing),
9543              explain what the warnings mean.
9544      Branch: perl
9545            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
9546 ____________________________________________________________________________
9547 [  6927] By: jhi                                   on 2000/08/30  22:14:13
9548         Log: Change the internal implementation of sort() to be mergesort
9549              instead of quicksort, from John Linderman <jpl@research.att.com>.
9550              Gives us better worst case, better average case, and stability.
9551              What's there not to like?  (Small fixes for threaded builds
9552              were required).
9553      Branch: perl
9554            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
9555 ____________________________________________________________________________
9556 [  6926] By: jhi                                   on 2000/08/30  20:55:20
9557         Log: A better fix for the Socket building problem from Craig Berry.
9558      Branch: perl
9559            ! vms/vms.c
9560 ____________________________________________________________________________
9561 [  6925] By: jhi                                   on 2000/08/30  20:20:25
9562         Log: Subject: [PATCH] Re: UNTIE method 
9563              From: Nick Ing-Simmons <nik@tiuk.ti.com>
9564              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
9565              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
9566      Branch: perl
9567            ! pp_sys.c t/op/tie.t
9568 ____________________________________________________________________________
9569 [  6924] By: jhi                                   on 2000/08/30  20:17:11
9570         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
9571              From: "Craig A. Berry" <craig.berry@psinetcs.com>
9572              Date: Wed, 30 Aug 2000 15:03:14 -0500
9573              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
9574      Branch: perl
9575            ! vms/vms.c
9576 ____________________________________________________________________________
9577 [  6923] By: jhi                                   on 2000/08/30  20:15:18
9578         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
9579              From: "Craig A. Berry" <craig.berry@psinetcs.com>
9580              Date: Wed, 30 Aug 2000 13:30:36 -0500
9581              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
9582      Branch: perl
9583            ! vms/vms.c
9584 ____________________________________________________________________________
9585 [  6922] By: jhi                                   on 2000/08/30  19:54:43
9586         Log: Better options for rsync.
9587      Branch: perl
9588            ! pod/perlhack.pod
9589 ____________________________________________________________________________
9590 [  6921] By: jhi                                   on 2000/08/30  19:40:16
9591         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
9592              From: Rick Delaney <rick@consumercontact.com>
9593              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
9594              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
9595      Branch: perl
9596            ! pod/perlfunc.pod
9597 ____________________________________________________________________________
9598 [  6920] By: jhi                                   on 2000/08/30  19:36:40
9599         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
9600              From: Peter Prymmer <pvhp@forte.com>
9601              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
9602              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
9603      Branch: perl
9604            ! configure.com
9605 ____________________________________________________________________________
9606 [  6919] By: jhi                                   on 2000/08/30  14:52:02
9607         Log: Update Changes.
9608      Branch: perl
9609            ! Changes patchlevel.h
9610 ____________________________________________________________________________
9611 [  6918] By: jhi                                   on 2000/08/30  14:48:34
9612         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
9613      Branch: perl
9614            ! lib/ExtUtils/typemap
9615 ____________________________________________________________________________
9616 [  6917] By: jhi                                   on 2000/08/30  14:46:34
9617         Log: Subject: typos in pods
9618              From: Nicholas Clark <nick@ccl4.org>
9619              Date: Wed, 30 Aug 2000 01:12:50 +0100
9620              Message-ID: <20000830011249.A61388@plum.flirble.org>
9621      Branch: perl
9622            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
9623            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
9624            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
9625            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
9626 ____________________________________________________________________________
9627 [  6916] By: jhi                                   on 2000/08/30  14:19:09
9628         Log: Document Storable problems on Crays.  (Will have
9629              to document all the other Storable problems, too.)
9630      Branch: perl
9631            ! pod/perldelta.pod
9632 ____________________________________________________________________________
9633 [  6915] By: jhi                                   on 2000/08/30  14:06:02
9634         Log: Subject: [PATCH] fix misc cast warnings
9635              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9636              Date: Tue, 29 Aug 2000 23:16:14 -0700
9637              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
9638      Branch: perl
9639            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
9640            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
9641            ! os2/os2ish.h
9642 ____________________________________________________________________________
9643 [  6914] By: jhi                                   on 2000/08/30  14:03:45
9644         Log: Timestamp mismatch again.  Need to fix this dependence on
9645              config_h.SH timestamp, since it's the contents of config_h.SH
9646              that matter.
9647      Branch: perl
9648            ! uconfig.h uconfig.sh
9649 ____________________________________________________________________________
9650 [  6913] By: jhi                                   on 2000/08/30  13:54:06
9651         Log: Don't say "Perl 5.0 source kit".
9652      Branch: perl
9653            ! perl.c
9654 ____________________________________________________________________________
9655 [  6912] By: jhi                                   on 2000/08/30  13:51:24
9656         Log: Reset archname and archname64 always, forcing them be
9657              recomputed at each Configure run, make Configure and
9658              the hints files agree on the naming of largefiles variables.
9659      Branch: metaconfig
9660            ! U/threads/archname.U
9661      Branch: metaconfig/U/perl
9662            ! use64bits.U
9663      Branch: perl
9664            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
9665            ! hints/linux.sh hints/solaris_2.sh
9666 ____________________________________________________________________________
9667 [  6911] By: jhi                                   on 2000/08/30  13:30:13
9668         Log: Put back the slice accidentally removed by #6907.
9669      Branch: perl
9670            ! hints/solaris_2.sh
9671 ____________________________________________________________________________
9672 [  6910] By: jhi                                   on 2000/08/30  01:24:26
9673         Log: Be consistent: other Net::get* do export theirs.
9674              
9675              Subject: Re: Net::protoent does not export 'getproto'
9676              From: Yasushi Nakajima <sey@jkc.co.jp>
9677              Date: Wed, 30 Aug 2000 09:53:14 +0900
9678              Message-Id: <200008300051.DAA24700@taku.hut.fi>
9679      Branch: perl
9680            ! lib/Net/protoent.pm
9681 ____________________________________________________________________________
9682 [  6909] By: jhi                                   on 2000/08/30  01:17:25
9683         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
9684              From: Gurusamy Sarathy <gsar@ActiveState.com>
9685              Date: Tue, 29 Aug 2000 17:17:07 -0700
9686              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
9687      Branch: perl
9688            ! cop.h
9689 ____________________________________________________________________________
9690 [  6908] By: jhi                                   on 2000/08/30  00:58:05
9691         Log: Update Changes.
9692      Branch: perl
9693            ! Changes patchlevel.h
9694 ____________________________________________________________________________
9695 [  6907] By: jhi                                   on 2000/08/30  00:57:22
9696         Log: Introduce ccname to keep track of what compiler kind of we have.
9697      Branch: metaconfig/U/perl
9698            ! Checkcc.U gccvers.U
9699      Branch: perl
9700            ! Configure config_h.SH hints/solaris_2.sh
9701 ____________________________________________________________________________
9702 [  6906] By: jhi                                   on 2000/08/30  00:25:47
9703         Log: Put back the flags dump as reasoned in
9704              
9705              Subject: Re: [PATCH] Glob dumping
9706              From: Mike Guy <mjtg@cam.ac.uk> 
9707              Date: Tue, 29 Aug 2000 21:41:32 +0100
9708              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
9709      Branch: perl
9710            ! dump.c t/lib/peek.t
9711 ____________________________________________________________________________
9712 [  6905] By: jhi                                   on 2000/08/30  00:16:17
9713         Log: Make the epsilon to be relative, not absolute.
9714              
9715              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
9716              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
9717              Date: Tue, 29 Aug 2000 19:58:56 -0400
9718              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
9719      Branch: perl
9720            ! t/lib/trig.t
9721 ____________________________________________________________________________
9722 [  6904] By: jhi                                   on 2000/08/30  00:13:09
9723         Log: From now on, Gisle is on my list of usual suspects :-)
9724              Retract #6902.
9725      Branch: perl
9726            ! ext/Opcode/Safe.pm
9727 ____________________________________________________________________________
9728 [  6903] By: jhi                                   on 2000/08/29  23:51:20
9729         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
9730              From: "Craig A. Berry" <craig.berry@psinetcs.com>
9731              Date: Tue, 29 Aug 2000 18:43:26 -0500
9732              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
9733      Branch: perl
9734            + vms/vmspipe.com
9735            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
9736            ! vms/vms.c
9737 ____________________________________________________________________________
9738 [  6902] By: jhi                                   on 2000/08/29  23:44:14
9739         Log: Retry what #6882 attempted.
9740              
9741              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
9742              From: Gisle Aas <gisle@ActiveState.com>
9743              Date: 30 Aug 2000 00:33:09 +0200
9744              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
9745      Branch: perl
9746            ! ext/Opcode/Safe.pm
9747 ____________________________________________________________________________
9748 [  6901] By: jhi                                   on 2000/08/29  22:59:32
9749         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
9750              From: Hugo <hv@crypt.compulink.co.uk>
9751              Date: Mon, 12 Jun 2000 19:36:08 +0100
9752              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
9753      Branch: perl
9754            ! sv.c
9755 ____________________________________________________________________________
9756 [  6900] By: jhi                                   on 2000/08/29  22:58:35
9757         Log: Admit that we are leaking scalars.
9758              
9759              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
9760              From: Spider Boardman <spider@leggy.zk3.dec.com>
9761              Date: Tue, 29 Aug 2000 18:48:29 -0400
9762              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
9763      Branch: perl
9764            ! t/pragma/warnings.t
9765 ____________________________________________________________________________
9766 [  6899] By: jhi                                   on 2000/08/29  20:53:13
9767         Log: Update Changes.
9768      Branch: perl
9769            ! Changes patchlevel.h
9770 ____________________________________________________________________________
9771 [  6898] By: jhi                                   on 2000/08/29  20:46:21
9772         Log: Undo namespace pollution of #6878.
9773              
9774              Subject: Re: Net::protoent does not export 'getproto'
9775              From: Mike Guy <mjtg@cam.ac.uk>
9776              Date: Tue, 29 Aug 2000 21:32:37 +0100
9777              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
9778      Branch: perl
9779            ! lib/Net/protoent.pm
9780 ____________________________________________________________________________
9781 [  6897] By: jhi                                   on 2000/08/29  20:44:29
9782         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
9783              From: Peter Prymmer <pvhp@forte.com>
9784              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
9785              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
9786      Branch: perl
9787            ! pod/perlebcdic.pod
9788 ____________________________________________________________________________
9789 [  6896] By: jhi                                   on 2000/08/29  20:40:57
9790         Log: There's no point repeating the 'revision' (5) of perl5.
9791      Branch: metaconfig/U/perl
9792            ! Devel.U patchlevel.U
9793      Branch: perl
9794            ! Configure config_h.SH
9795 ____________________________________________________________________________
9796 [  6895] By: jhi                                   on 2000/08/29  20:16:58
9797         Log: Regen Configure for #6894.
9798      Branch: metaconfig/U/perl
9799            ! perladmin.U
9800      Branch: perl
9801            ! Configure config_h.SH
9802 ____________________________________________________________________________
9803 [  6894] By: jhi                                   on 2000/08/29  19:59:52
9804         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
9805              From: "Philip Newton" <Philip.Newton@gmx.net>
9806              Date: Tue, 29 Aug 2000 21:39:14 +0200
9807              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
9808      Branch: perl
9809            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
9810            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
9811            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
9812            ! utils/perlbug.PL
9813 ____________________________________________________________________________
9814 [  6893] By: jhi                                   on 2000/08/29  19:55:30
9815         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
9816              From: "Philip Newton" <Philip.Newton@gmx.net>
9817              Date: Tue, 29 Aug 2000 21:39:14 +0200
9818              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
9819      Branch: perl
9820            ! installhtml
9821 ____________________________________________________________________________
9822 [  6892] By: jhi                                   on 2000/08/29  19:53:59
9823         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
9824              From: "Philip Newton" <Philip.Newton@gmx.net>
9825              Date: Tue, 29 Aug 2000 21:48:18 +0200
9826              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
9827      Branch: perl
9828            ! lib/File/Temp.pm
9829 ____________________________________________________________________________
9830 [  6891] By: jhi                                   on 2000/08/29  18:30:03
9831         Log: Nail the ID 20000828.023.
9832      Branch: perl
9833            ! ext/Storable/Storable.xs
9834 ____________________________________________________________________________
9835 [  6890] By: jhi                                   on 2000/08/29  16:50:17
9836         Log: Under usethreads the dumped variable is IN_PAD.
9837              
9838              Subject: Re: [PATCH] Glob dumping
9839              From: Gisle Aas <gisle@ActiveState.com>
9840              Date: 29 Aug 2000 18:45:05 +0200
9841              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
9842      Branch: perl
9843            ! t/lib/peek.t
9844 ____________________________________________________________________________
9845 [  6889] By: jhi                                   on 2000/08/29  15:17:37
9846         Log: Update Changes.
9847      Branch: perl
9848            ! Changes patchlevel.h
9849 ____________________________________________________________________________
9850 [  6888] By: jhi                                   on 2000/08/29  14:49:59
9851         Log: Retract #6882, broke the safe tests.
9852      Branch: perl
9853            ! ext/Opcode/Safe.pm
9854 ____________________________________________________________________________
9855 [  6887] By: jhi                                   on 2000/08/29  14:47:06
9856         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
9857              From: Gisle Aas <gisle@ActiveState.com> 
9858              Date: 09 Jun 2000 20:00:11 +0200
9859              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
9860      Branch: perl
9861            ! utils/perldoc.PL
9862 ____________________________________________________________________________
9863 [  6886] By: jhi                                   on 2000/08/29  14:42:45
9864         Log: The #6881 removed one dump line.
9865      Branch: perl
9866            ! t/lib/peek.t
9867 ____________________________________________________________________________
9868 [  6885] By: jhi                                   on 2000/08/29  14:30:47
9869         Log: Don't forget to tidy up.
9870      Branch: perl
9871            ! t/lib/ftmp-security.t
9872 ____________________________________________________________________________
9873 [  6884] By: jhi                                   on 2000/08/29  14:25:17
9874         Log: Disabling the one test is a bit tricky.
9875      Branch: perl
9876            ! t/lib/ftmp-security.t
9877 ____________________________________________________________________________
9878 [  6883] By: jhi                                   on 2000/08/29  14:16:25
9879         Log: Disable one of the tests for now.
9880      Branch: perl
9881            ! t/lib/ftmp-security.t
9882 ____________________________________________________________________________
9883 [  6882] By: jhi                                   on 2000/08/29  14:05:50
9884         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
9885              From: gisle@aas.no
9886              Date: 29 Aug 2000 10:35:06 -0000
9887              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
9888      Branch: perl
9889            ! ext/Opcode/Safe.pm
9890 ____________________________________________________________________________
9891 [  6881] By: jhi                                   on 2000/08/29  14:03:51
9892         Log: Subject: [PATCH] Glob dumping
9893              From: Gisle Aas <gisle@ActiveState.com>
9894              Date: 29 Aug 2000 07:59:42 -0000
9895              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
9896      Branch: perl
9897            ! dump.c
9898 ____________________________________________________________________________
9899 [  6880] By: jhi                                   on 2000/08/29  14:02:01
9900         Log: Subject: [PATCH] Warnings in B::Deparse
9901              From: <abigail@foad.org>
9902              Date: Tue, 29 Aug 2000 00:00:01 -0400
9903              Message-ID: <20000829040001.2999.qmail@foad.org>
9904      Branch: perl
9905            ! ext/B/B/Deparse.pm
9906 ____________________________________________________________________________
9907 [  6879] By: jhi                                   on 2000/08/29  13:57:26
9908         Log: Missed a change in #6869.
9909      Branch: perl
9910            ! mg.c
9911 ____________________________________________________________________________
9912 [  6878] By: jhi                                   on 2000/08/29  13:45:04
9913         Log: Subject: Net::protoent does not export 'getproto'
9914              From: Yasushi Nakajima <sey@jkc.co.jp>
9915              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
9916      Branch: perl
9917            ! lib/Net/protoent.pm
9918 ____________________________________________________________________________
9919 [  6877] By: jhi                                   on 2000/08/29  13:39:19
9920         Log: Patches all over for people and the files they (hopefully) care about.
9921      Branch: perl
9922            ! AUTHORS Changes MAINTAIN
9923 ____________________________________________________________________________
9924 [  6876] By: jhi                                   on 2000/08/29  12:53:54
9925         Log: Fix for thinko in #6848.
9926              
9927              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
9928              From: Lupe Christoph <lupe@lupe-christoph.de>
9929              Date: Tue, 29 Aug 2000 09:04:08 +0200
9930              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
9931      Branch: perl
9932            ! ext/Thread/Thread.xs
9933 ____________________________________________________________________________
9934 [  6875] By: jhi                                   on 2000/08/29  12:50:14
9935         Log: Update to Getopt::Long 2.24, from Johan Vromans.
9936      Branch: perl
9937            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
9938 ____________________________________________________________________________
9939 [  6874] By: jhi                                   on 2000/08/29  02:09:53
9940         Log: Use minimal @INC in tests, most of the time just '../lib',
9941              so that we simply can't pick up stuff from other Perls than
9942              the one we are testing.  Pointed out by
9943              
9944              From: Mike Guy <mjtg@cam.ac.uk>
9945              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
9946              Date: Fri, 25 Aug 2000 15:15:59 +0100
9947              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
9948      Branch: perl
9949            ! (edit 185 files)
9950 ____________________________________________________________________________
9951 [  6873] By: jhi                                   on 2000/08/29  01:07:11
9952         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
9953              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9954              Date: Mon, 28 Aug 2000 17:45:52 -0700
9955              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
9956      Branch: perl
9957            ! Makefile.SH hints/os2.sh
9958 ____________________________________________________________________________
9959 [  6872] By: jhi                                   on 2000/08/28  23:33:39
9960         Log: Subject: [PATCH bleedperl@6866] spellings
9961              From: marcel@codewerk.com (Marcel Grunauer)
9962              Date: Tue, 29 Aug 2000 01:19:59 +0200
9963              Message-Id: <200008282319.BAA29862@gandalf.local>
9964      Branch: perl
9965            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
9966            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
9967            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
9968 ____________________________________________________________________________
9969 [  6871] By: jhi                                   on 2000/08/28  23:22:09
9970         Log: Take out the SUIDMAIL thing, that will not be
9971              a problem in 5.7.*.
9972      Branch: perl
9973            ! patchlevel.h
9974 ____________________________________________________________________________
9975 [  6870] By: jhi                                   on 2000/08/28  23:19:30
9976         Log: -S is the silent flag, -s is the strip flag.
9977              
9978              Subject: [PATCH] Re: [PATCH] make no-install          
9979              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9980              Date: Mon, 28 Aug 2000 15:12:55 -0700
9981              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
9982      Branch: perl
9983            ! Makefile.SH
9984 ____________________________________________________________________________
9985 [  6869] By: jhi                                   on 2000/08/28  23:12:05
9986         Log: Subject: [PATCH bleedperl@6856] warnings fixes
9987              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9988              Date: Mon, 28 Aug 2000 23:55:06 +0100
9989              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
9990      Branch: perl
9991            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
9992            ! warnings.h warnings.pl
9993 ____________________________________________________________________________
9994 [  6868] By: jhi                                   on 2000/08/28  21:38:22
9995         Log: Potential cruft.
9996      Branch: perl
9997            ! Makefile.SH
9998 ____________________________________________________________________________
9999 [  6867] By: jhi                                   on 2000/08/28  21:35:36
10000         Log: Update Changes.
10001      Branch: perl
10002            ! Changes patchlevel.h
10003 ____________________________________________________________________________
10004 [  6866] By: jhi                                   on 2000/08/28  21:33:49
10005         Log: Subject: hv.h Doc Patch
10006              From: Fisher Mark <fisherm@tce.com>
10007              Date: Mon, 28 Aug 2000 16:24:59 -0500
10008              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
10009      Branch: perl
10010            ! hv.h
10011 ____________________________________________________________________________
10012 [  6865] By: jhi                                   on 2000/08/28  21:02:15
10013         Log: Add -ld to archname on long tr...double platforms.
10014      Branch: metaconfig
10015            ! U/threads/archname.U
10016      Branch: perl
10017            ! Configure config_h.SH
10018 ____________________________________________________________________________
10019 [  6864] By: jhi                                   on 2000/08/28  20:38:59
10020         Log: An attempt to fix the problem reported in
10021              
10022              Subject: Building perl@6856 using gcc/AIX 4.3.3 
10023              From: Daniel Muino <dmuino@afip.gov.ar> 
10024              Date: Mon, 28 Aug 2000 15:50:01 -0300   
10025              Message-ID: <20000828155001.A14403@con2-dgi>
10026              
10027              I can't test this properly since the gcc installation I have
10028              access to seems to be botched (gcc is calling the AIX cpp,
10029              a losing proposition...)
10030      Branch: perl
10031            ! hints/aix.sh
10032 ____________________________________________________________________________
10033 [  6863] By: jhi                                   on 2000/08/28  18:57:52
10034         Log: Fix for ID 20000828.001, long doubles were not formatted
10035              correctly (showed up in $], which stopped installing perl).
10036      Branch: perl
10037            ! sv.c
10038 ____________________________________________________________________________
10039 [  6862] By: jhi                                   on 2000/08/28  18:07:15
10040         Log: Typo in #6858.
10041      Branch: perl
10042            ! lib/Cwd.pm
10043 ____________________________________________________________________________
10044 [  6861] By: jhi                                   on 2000/08/28  17:57:27
10045         Log: opmini.o may be left around if a build is interrupted.
10046      Branch: perl
10047            ! Makefile.SH
10048 ____________________________________________________________________________
10049 [  6860] By: jhi                                   on 2000/08/28  16:52:50
10050         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
10051              From: Daniel Chetlin <daniel@chetlin.com>
10052              Date: Mon, 28 Aug 2000 01:14:18 -0700
10053              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
10054      Branch: perl
10055            ! lib/overload.pm
10056 ____________________________________________________________________________
10057 [  6859] By: jhi                                   on 2000/08/28  16:08:46
10058         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
10059              From: Nicholas Clark <nick@ccl4.org>
10060              Date: Mon, 28 Aug 2000 16:03:27 +0100
10061              Message-Id: <20000828160327.C49785@plum.flirble.org>
10062      Branch: perl
10063            ! ext/ByteLoader/bytecode.h
10064 ____________________________________________________________________________
10065 [  6858] By: jhi                                   on 2000/08/28  16:02:10
10066         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
10067              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
10068              Date: Mon, 28 Aug 2000 13:08:30 +0200
10069              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
10070      Branch: perl
10071            ! lib/Cwd.pm
10072 ____________________________________________________________________________
10073 [  6857] By: jhi                                   on 2000/08/28  15:42:47
10074         Log: display_format used as a class method without arguments was broken,
10075              reported in
10076              
10077              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
10078              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
10079              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
10080              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
10081      Branch: perl
10082            ! lib/Math/Complex.pm t/lib/complex.t
10083 ____________________________________________________________________________
10084 [  6856] By: jhi                                   on 2000/08/27  22:09:48
10085         Log: Update Changes.
10086      Branch: perl
10087            ! Changes patchlevel.h
10088 ____________________________________________________________________________
10089 [  6855] By: jhi                                   on 2000/08/27  21:59:21
10090         Log: Retract #6853 (false alarm).
10091      Branch: perl
10092            ! lib/ExtUtils/xsubpp
10093 ____________________________________________________________________________
10094 [  6854] By: jhi                                   on 2000/08/27  21:37:44
10095         Log: Update Changes.
10096      Branch: perl
10097            ! Changes patchlevel.h
10098 ____________________________________________________________________________
10099 [  6853] By: jhi                                   on 2000/08/27  21:37:16
10100         Log: Subject: [PATCH perl@6850] workaround for xsubpp
10101              From: Hugo <hv@crypt.compulink.co.uk>
10102              Date: Sun, 27 Aug 2000 22:30:25 +0100
10103              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
10104      Branch: perl
10105            ! lib/ExtUtils/xsubpp
10106 ____________________________________________________________________________
10107 [  6852] By: jhi                                   on 2000/08/27  21:33:58
10108         Log: Big-endian 64-bit patch from Raphael Manfredi.
10109      Branch: perl
10110            ! ext/Storable/Storable.xs
10111 ____________________________________________________________________________
10112 [  6851] By: jhi                                   on 2000/08/27  21:22:21
10113         Log: More ruthless editing from Hugo van der Sanden.
10114      Branch: perl
10115            ! pod/perldelta.pod
10116 ____________________________________________________________________________
10117 [  6850] By: jhi                                   on 2000/08/27  16:11:46
10118         Log: Update Changes.
10119      Branch: perl
10120            ! Changes patchlevel.h
10121 ____________________________________________________________________________
10122 [  6849] By: jhi                                   on 2000/08/27  16:11:05
10123         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
10124      Branch: perl
10125            ! configpm pod/perldelta.pod
10126 ____________________________________________________________________________
10127 [  6848] By: jhi                                   on 2000/08/27  15:35:08
10128         Log: Use the actual thread type, not the pointer-to-struct.
10129      Branch: perl
10130            ! ext/Thread/Thread.xs
10131 ____________________________________________________________________________
10132 [  6847] By: jhi                                   on 2000/08/27  15:30:49
10133         Log: Test nit.
10134      Branch: perl
10135            ! t/pragma/warn/pp_sys
10136 ____________________________________________________________________________
10137 [  6846] By: jhi                                   on 2000/08/27  15:19:02
10138         Log: Passing -R in ldflags makes now it to appear in the default
10139              for lddlflags, just like with -L.
10140              
10141              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
10142              From: Lupe Christoph <lupe@lupe-christoph.de>
10143              Date: Sun, 27 Aug 2000 10:28:21 +0200
10144              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
10145      Branch: metaconfig/U/perl
10146            ! dlsrc.U
10147      Branch: perl
10148            ! Configure
10149 ____________________________________________________________________________
10150 [  6845] By: jhi                                   on 2000/08/27  15:08:54
10151         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
10152              From: Alan Burlison <Alan.Burlison@uk.sun.com>
10153              Date: Sat, 26 Aug 2000 22:23:27 +0100
10154              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
10155      Branch: perl
10156            ! lib/ExtUtils/MM_Unix.pm
10157 ____________________________________________________________________________
10158 [  6844] By: jhi                                   on 2000/08/27  15:02:37
10159         Log: DJGPP update from Laszlo Molnar.
10160              
10161              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
10162              From: ml1050 <ml1050@freemail.hu>
10163              Date: Sat, 26 Aug 2000 23:24:40 +0200
10164              Message-Id: <20000826232440.A439@freemail.hu>
10165      Branch: perl
10166            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
10167            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
10168 ____________________________________________________________________________
10169 [  6843] By: jhi                                   on 2000/08/27  14:53:58
10170         Log: Subject: installman buglet
10171              From: Lupe Christoph <lupe@lupe-christoph.de>
10172              Date: Sun, 27 Aug 2000 14:38:59 +0200
10173              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
10174      Branch: perl
10175            ! installman
10176 ____________________________________________________________________________
10177 [  6842] By: jhi                                   on 2000/08/27  14:52:08
10178         Log: Can't get the test to reliably work thanks to the
10179              inaccurateness of floating point.  "Resolves" bug ids
10180              20000826.003, 20000826.009, 20000826.010,
10181      Branch: perl
10182            ! t/lib/trig.t
10183 ____________________________________________________________________________
10184 [  6841] By: jhi                                   on 2000/08/26  15:53:58
10185         Log: Update Changes.
10186      Branch: perl
10187            ! Changes patchlevel.h
10188 ____________________________________________________________________________
10189 [  6840] By: jhi                                   on 2000/08/26  14:23:03
10190         Log: grep -e isn't portable.
10191              
10192              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
10193              From: chris@broadband.att.com
10194              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
10195              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
10196      Branch: perl
10197            ! hints/solaris_2.sh
10198 ____________________________________________________________________________
10199 [  6839] By: jhi                                   on 2000/08/26  14:12:23
10200         Log: no-install target a la make -n.
10201              
10202              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
10203              From: <abigail@foad.org>
10204              Date: Sat, 26 Aug 2000 03:57:34 -0400
10205              Message-ID: <20000826075735.18912.qmail@foad.org>
10206      Branch: perl
10207            ! Makefile.SH installman installperl
10208 ____________________________________________________________________________
10209 [  6838] By: jhi                                   on 2000/08/26  14:06:33
10210         Log: Retract #6826 as the #6828 should be do the same
10211              in a More Correct Way.
10212      Branch: perl
10213            ! installperl
10214 ____________________________________________________________________________
10215 [  6837] By: jhi                                   on 2000/08/26  05:24:00
10216         Log: More casting.
10217      Branch: perl
10218            ! ext/Storable/Storable.xs
10219 ____________________________________________________________________________
10220 [  6836] By: jhi                                   on 2000/08/26  05:05:46
10221         Log: Nicer in decimal.
10222      Branch: perl
10223            ! ext/Storable/Storable.xs
10224 ____________________________________________________________________________
10225 [  6835] By: jhi                                   on 2000/08/26  05:03:50
10226         Log: There be no UVdf.
10227      Branch: perl
10228            ! ext/Storable/Storable.xs
10229 ____________________________________________________________________________
10230 [  6834] By: jhi                                   on 2000/08/26  05:00:18
10231         Log: Continue IVdfing and UVxfing.
10232      Branch: perl
10233            ! ext/Storable/Storable.xs
10234 ____________________________________________________________________________
10235 [  6833] By: jhi                                   on 2000/08/26  04:53:14
10236         Log: Use IVdf.
10237      Branch: perl
10238            ! ext/Storable/Storable.xs
10239 ____________________________________________________________________________
10240 [  6832] By: jhi                                   on 2000/08/26  04:40:41
10241         Log: Document PTR2XX and INT2PTR.
10242      Branch: perl
10243            ! pod/perlguts.pod
10244 ____________________________________________________________________________
10245 [  6831] By: jhi                                   on 2000/08/26  04:33:18
10246         Log: Use UVxf, PTR2UV, NVff.
10247      Branch: perl
10248            ! ext/Storable/Storable.xs
10249 ____________________________________________________________________________
10250 [  6830] By: jhi                                   on 2000/08/26  04:31:32
10251         Log: Update the test count.
10252      Branch: perl
10253            ! t/lib/trig.t
10254 ____________________________________________________________________________
10255 [  6829] By: jhi                                   on 2000/08/26  03:05:50
10256         Log: Subject: [PATCH] installation not quite silent yet.
10257              From: <abigail@foad.org>
10258              Date: Fri, 25 Aug 2000 20:07:53 -0400
10259              Message-ID: <20000826000753.7822.qmail@foad.org>
10260      Branch: perl
10261            ! installman installperl
10262 ____________________________________________________________________________
10263 [  6828] By: jhi                                   on 2000/08/26  03:05:14
10264         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
10265              From: Spider Boardman <spider@web.zk3.dec.com>
10266              Date: Fri, 25 Aug 2000 19:12:40 -0400
10267              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
10268      Branch: perl
10269            ! gv.c
10270 ____________________________________________________________________________
10271 [  6827] By: jhi                                   on 2000/08/25  23:54:34
10272         Log: Support preserving extremely big/small angles.
10273      Branch: perl
10274            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
10275 ____________________________________________________________________________
10276 [  6826] By: jhi                                   on 2000/08/25  23:01:20
10277         Log: Patch installperl to be long double-aware.
10278              
10279              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
10280              From: Spider Boardman <spider@web.zk3.dec.com>
10281              Date: Fri, 25 Aug 2000 18:15:23 -0400
10282              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
10283      Branch: perl
10284            ! installperl
10285 ____________________________________________________________________________
10286 [  6825] By: jhi                                   on 2000/08/25  22:58:25
10287         Log: Remove duplicately applied patch shards.
10288              
10289              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
10290              From: Spider Boardman <spider@leggy.zk3.dec.com>
10291              Date: Fri, 25 Aug 2000 16:45:03 -0400
10292              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
10293      Branch: perl
10294            ! t/lib/cgi-html.t
10295 ____________________________________________________________________________
10296 [  6824] By: jhi                                   on 2000/08/25  22:57:00
10297         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
10298              From: Daniel Chetlin <daniel@chetlin.com>
10299              Date: Fri, 25 Aug 2000 12:23:16 -0700
10300              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
10301              
10302              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
10303              From: Daniel Chetlin <daniel@chetlin.com>
10304              Date: Fri, 25 Aug 2000 14:47:19 -0700
10305              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
10306      Branch: perl
10307            ! installman
10308 ____________________________________________________________________________
10309 [  6823] By: jhi                                   on 2000/08/25  22:44:17
10310         Log: Timestamp problem?
10311      Branch: perl
10312            ! uconfig.h uconfig.sh
10313 ____________________________________________________________________________
10314 [  6822] By: jhi                                   on 2000/08/25  19:01:06
10315         Log: One forgotten file from #6816.
10316      Branch: perl
10317            ! vos/config.h
10318 ____________________________________________________________________________
10319 [  6821] By: jhi                                   on 2000/08/25  18:56:39
10320         Log: Regen Changes.
10321      Branch: perl
10322            ! Changes patchlevel.h
10323 ____________________________________________________________________________
10324 [  6820] By: jhi                                   on 2000/08/25  18:52:35
10325         Log: Fix Changes ordering.
10326      Branch: perl
10327            ! Changes
10328 ____________________________________________________________________________
10329 [  6819] By: jhi                                   on 2000/08/25  18:50:25
10330         Log: Update Changes.
10331      Branch: perl
10332            ! Changes patchlevel.h
10333 ____________________________________________________________________________
10334 [  6818] By: jhi                                   on 2000/08/25  18:47:45
10335         Log: Tweak the sfio/useperlio logic, hopefully as wished in
10336              
10337              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
10338              From: Nicholas Clark <nick@babyhippo.co.uk>
10339              Date: Fri, 25 Aug 2000 12:01:45 +0100
10340              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
10341      Branch: metaconfig/U/perl
10342            ! d_sfio.U
10343      Branch: perl
10344            ! Configure
10345 ____________________________________________________________________________
10346 [  6817] By: jhi                                   on 2000/08/25  18:32:51
10347         Log: Allow microperl to assume <math.h>, without it the math
10348              functions like floor() are assumed to return int, which makes
10349              for core dumps in machines where integer and floating register
10350              don't mix.
10351      Branch: perl
10352            ! uconfig.h uconfig.sh
10353 ____________________________________________________________________________
10354 [  6816] By: jhi                                   on 2000/08/25  18:27:17
10355         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
10356              the problem reported in
10357              
10358              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
10359              From: danhale@us.ibm.com
10360              Date: Fri, 25 Aug 2000 10:58:06 -0400
10361              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
10362      Branch: metaconfig/U/perl
10363            + d_socks5_init.U
10364      Branch: perl
10365            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
10366            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
10367            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
10368            ! win32/config.gc win32/config.vc
10369 ____________________________________________________________________________
10370 [  6815] By: jhi                                   on 2000/08/25  17:43:31
10371         Log: A solution for the retrieve_fd autosplit warning,
10372              idea suggested by Mike Guy.
10373      Branch: perl
10374            ! ext/Storable/Storable.pm
10375 ____________________________________________________________________________
10376 [  6814] By: jhi                                   on 2000/08/25  17:16:03
10377         Log: Add install-silent target.
10378      Branch: perl
10379            ! Makefile.SH
10380 ____________________________________________________________________________
10381 [  6813] By: jhi                                   on 2000/08/25  17:14:23
10382         Log: Subject: Re: [PATCH] More silencing of installman.
10383              From: <abigail@foad.org>
10384              Date: Thu, 24 Aug 2000 19:27:03 -0400
10385              Message-ID: <20000824232703.7001.qmail@foad.org>
10386              
10387              Subject: Re: [PATCH] More silencing of installman.
10388              From: <abigail@foad.org>
10389              Date: Fri, 25 Aug 2000 03:00:58 -0400
10390              Message-ID: <20000825070058.10697.qmail@foad.org>
10391      Branch: perl
10392            ! installman
10393 ____________________________________________________________________________
10394 [  6812] By: jhi                                   on 2000/08/25  17:11:28
10395         Log: installperl --verbose and --silent.
10396              
10397              Subject: Re: [PATCH] More silencing of installman.
10398              From: <abigail@foad.org>
10399              Message-ID: <20000825064430.9719.qmail@foad.org>
10400              Date: Fri, 25 Aug 2000 02:44:30 -0400
10401      Branch: perl
10402            ! installperl
10403 ____________________________________________________________________________
10404 [  6811] By: jhi                                   on 2000/08/25  17:05:43
10405         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
10406              From: "Peter J. Farley III" <pjfarley@banet.net>
10407              Date: Thu, 24 Aug 2000 21:58:03 -0400
10408              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
10409              
10410              (applied slightly modified)
10411      Branch: perl
10412            ! lib/ExtUtils/MM_Unix.pm
10413 ____________________________________________________________________________
10414 [  6810] By: jhi                                   on 2000/08/25  17:01:18
10415         Log: Missing parts of 
10416              
10417              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
10418              From: Peter Prymmer <pvhp@forte.com>
10419              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
10420              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
10421      Branch: perl
10422            ! t/lib/cgi-html.t
10423 ____________________________________________________________________________
10424 [  6809] By: jhi                                   on 2000/08/25  16:46:32
10425         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
10426              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10427              Date: Thu, 24 Aug 2000 19:13:11 -0500
10428              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
10429      Branch: perl
10430            ! vms/vms.c
10431 ____________________________________________________________________________
10432 [  6808] By: jhi                                   on 2000/08/25  16:39:22
10433         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
10434              From: Peter Prymmer <pvhp@forte.com>
10435              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
10436              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
10437      Branch: perl
10438            ! configure.com
10439 ____________________________________________________________________________
10440 [  6807] By: jhi                                   on 2000/08/25  16:36:37
10441         Log: Better wording for the vec lvalue diagnostic.
10442              
10443              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
10444              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
10445              Date: Wed, 23 Aug 2000 14:12:16 -0400
10446              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
10447      Branch: perl
10448            ! pod/perldiag.pod
10449 ____________________________________________________________________________
10450 [  6806] By: jhi                                   on 2000/08/24  18:17:22
10451         Log: Subject: [PATCH] More silencing of installman.
10452              From: <abigail@foad.org>
10453              Date: Thu, 24 Aug 2000 14:01:44 -0400
10454              Message-ID: <20000824180144.20062.qmail@foad.org>
10455      Branch: perl
10456            ! installman
10457 ____________________________________________________________________________
10458 [  6805] By: jhi                                   on 2000/08/24  15:00:31
10459         Log: Update Changes.
10460      Branch: perl
10461            ! Changes patchlevel.h
10462 ____________________________________________________________________________
10463 [  6804] By: jhi                                   on 2000/08/24  14:59:07
10464         Log: Regen perltoc.
10465      Branch: perl
10466            ! pod/perltoc.pod
10467 ____________________________________________________________________________
10468 [  6803] By: jhi                                   on 2000/08/24  14:44:39
10469         Log: Show the doc file, not the temp file.
10470      Branch: perl
10471            ! installman
10472 ____________________________________________________________________________
10473 [  6802] By: jhi                                   on 2000/08/24  14:41:53
10474         Log: Continue silencing.
10475      Branch: perl
10476            ! installman
10477 ____________________________________________________________________________
10478 [  6801] By: jhi                                   on 2000/08/24  14:34:40
10479         Log: Actually do something with the silencer option.
10480      Branch: perl
10481            ! installman
10482 ____________________________________________________________________________
10483 [  6800] By: jhi                                   on 2000/08/24  14:26:22
10484         Log: Make installman to recognize the silence flag -S.
10485      Branch: perl
10486            ! installman
10487 ____________________________________________________________________________
10488 [  6799] By: jhi                                   on 2000/08/24  13:49:38
10489         Log: DOS patches and portability/porting notes, from Tim Jenness.
10490      Branch: perl
10491            ! lib/File/Temp.pm
10492 ____________________________________________________________________________
10493 [  6798] By: jhi                                   on 2000/08/24  13:48:27
10494         Log: Create directories in silence.
10495              
10496              Subject: [PATCH] Another silencer for MakeMaker
10497              From: andreas.koenig@anima.de (Andreas J. Koenig)
10498              Date: 24 Aug 2000 14:18:52 +0200
10499              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
10500      Branch: perl
10501            ! lib/ExtUtils/Command.pm
10502 ____________________________________________________________________________
10503 [  6797] By: jhi                                   on 2000/08/24  13:46:42
10504         Log: More liberal parsing of version numbers.
10505              
10506              Subject: Re: CPAN.pm beta for testing available
10507              From: andreas.koenig@anima.de (Andreas J. Koenig)
10508              Date: 24 Aug 2000 13:51:57 +0200
10509              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
10510      Branch: perl
10511            ! lib/CPAN.pm
10512 ____________________________________________________________________________
10513 [  6796] By: jhi                                   on 2000/08/24  13:44:36
10514         Log: Make "make install" by default silent.  A new "install-verbose"
10515              target is verbose.
10516      Branch: perl
10517            ! Makefile.SH
10518 ____________________________________________________________________________
10519 [  6795] By: jhi                                   on 2000/08/24  13:39:14
10520         Log: Add silencer flags to installperl.
10521              
10522              Subject: [PATCH] Making installperl silent.
10523              From: <abigail@foad.org>
10524              Date: Thu, 24 Aug 2000 05:01:45 -0400
10525              Message-ID: <20000824090145.13141.qmail@foad.org>
10526      Branch: perl
10527            ! installperl
10528 ____________________________________________________________________________
10529 [  6794] By: jhi                                   on 2000/08/24  13:35:50
10530         Log: installperl couldn't tell whether it had run tests or not.
10531              
10532              Subject: [PATCH] Re: installperl and t/TEST
10533              From: <abigail@foad.org>
10534              Date: Thu, 24 Aug 2000 04:00:53 -0400
10535              Message-ID: <20000824080053.2494.qmail@foad.org>
10536      Branch: perl
10537            ! Makefile.SH installperl
10538 ____________________________________________________________________________
10539 [  6793] By: jhi                                   on 2000/08/24  13:27:50
10540         Log: Drop the separate perlbc, perlcc -b should be enough.
10541      Branch: perl
10542            - utils/perlbc.PL
10543            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
10544 ____________________________________________________________________________
10545 [  6792] By: jhi                                   on 2000/08/24  04:41:30
10546         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
10547              plus the typo fix from Peter Prymmer.
10548      Branch: perl
10549            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
10550            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
10551 ____________________________________________________________________________
10552 [  6791] By: jhi                                   on 2000/08/24  02:10:43
10553         Log: Replace #6705 with a minimal doc patch.
10554              
10555              Subject: [PATCH 5.6.0] replace change #6705
10556              From: Jan Dubois <jand@ActiveState.com>
10557              Date: Wed, 23 Aug 2000 18:31:51 -0700
10558              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
10559      Branch: perl
10560            ! lib/Win32.pod win32/win32.c
10561 ____________________________________________________________________________
10562 [  6790] By: jhi                                   on 2000/08/23  17:52:00
10563         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
10564              From: Mike Guy <mjtg@cam.ac.uk>
10565              Date: Wed, 23 Aug 2000 18:38:46 +0100
10566              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
10567      Branch: perl
10568            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
10569 ____________________________________________________________________________
10570 [  6789] By: jhi                                   on 2000/08/23  15:34:21
10571         Log: Update Changes.
10572      Branch: perl
10573            ! Changes patchlevel.h
10574 ____________________________________________________________________________
10575 [  6788] By: jhi                                   on 2000/08/23  15:33:40
10576         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
10577              From: Wilfredo Sánchez <wsanchez@apple.com>
10578              Date: Tue, 22 Aug 2000 19:31:27 -0700
10579              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
10580      Branch: perl
10581            ! perl.h
10582 ____________________________________________________________________________
10583 [  6787] By: jhi                                   on 2000/08/23  15:29:31
10584         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
10585              From: Spider Boardman <spider@leggy.zk3.dec.com>
10586              Date: Wed, 23 Aug 2000 10:33:23 -0400
10587              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
10588      Branch: perl
10589            ! lib/Pod/Html.pm
10590 ____________________________________________________________________________
10591 [  6786] By: jhi                                   on 2000/08/23  15:28:11
10592         Log: Bad makefile.
10593      Branch: perl
10594            ! ext/B/Makefile.PL
10595 ____________________________________________________________________________
10596 [  6785] By: jhi                                   on 2000/08/23  14:37:04
10597         Log: Update Changes.
10598      Branch: perl
10599            ! Changes patchlevel.h
10600 ____________________________________________________________________________
10601 [  6784] By: jhi                                   on 2000/08/23  13:58:41
10602         Log: Portability fix from Hugo van der Sanden.
10603      Branch: perl
10604            ! ext/re/Makefile.PL
10605 ____________________________________________________________________________
10606 [  6783] By: jhi                                   on 2000/08/23  13:53:53
10607         Log: Storable support, v-version fixes.
10608              
10609              Subject: CPAN.pm beta for testing available
10610              From: andreas.koenig@anima.de (Andreas J. Koenig)
10611              Date: 22 Aug 2000 23:31:33 +0200
10612              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
10613      Branch: perl
10614            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10615 ____________________________________________________________________________
10616 [  6782] By: jhi                                   on 2000/08/23  13:51:26
10617         Log: Mac and other portability updates from Chris Nandor.
10618      Branch: perl
10619            ! pod/perlmodinstall.pod
10620 ____________________________________________________________________________
10621 [  6781] By: jhi                                   on 2000/08/23  13:47:33
10622         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
10623              From: Peter Prymmer <pvhp@forte.com>
10624              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
10625              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
10626      Branch: perl
10627            ! ext/Storable/Storable.xs
10628 ____________________________________________________________________________
10629 [  6780] By: jhi                                   on 2000/08/23  13:33:34
10630         Log: VMS MMS (make) wants null action.
10631      Branch: perl
10632            ! ext/B/Makefile.PL
10633 ____________________________________________________________________________
10634 [  6779] By: jhi                                   on 2000/08/22  19:44:47
10635         Log: Forgot portability nit.
10636      Branch: perl
10637            ! t/lib/st-forgive.t
10638 ____________________________________________________________________________
10639 [  6778] By: jhi                                   on 2000/08/22  19:35:25
10640         Log: Be portable.
10641      Branch: perl
10642            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
10643            ! t/lib/st-store.t
10644 ____________________________________________________________________________
10645 [  6777] By: jhi                                   on 2000/08/22  18:50:53
10646         Log: Update Changes.
10647      Branch: perl
10648            ! Changes patchlevel.h
10649 ____________________________________________________________________________
10650 [  6776] By: jhi                                   on 2000/08/22  18:44:46
10651         Log: cSVOPo_*v things index into the current PL_curpad
10652              under ithreads, which is different from the curpad
10653              used by the XSUB.  (In other words, the code as-is
10654              before this patch wouldn't work under ithreads.)
10655              From Sarathy.
10656      Branch: perl
10657            ! ext/B/B.xs
10658 ____________________________________________________________________________
10659 [  6775] By: jhi                                   on 2000/08/22  18:18:37
10660         Log: Make the selection of NVff et al stricter.
10661      Branch: metaconfig/U/perl
10662            ! perlxvf.U
10663      Branch: perl
10664            ! Configure config_h.SH
10665 ____________________________________________________________________________
10666 [  6774] By: jhi                                   on 2000/08/22  17:19:42
10667         Log: perldelta nits.
10668      Branch: perl
10669            ! pod/perldelta.pod
10670 ____________________________________________________________________________
10671 [  6773] By: jhi                                   on 2000/08/22  17:06:26
10672         Log: Long double fixes from Spider Boardman.
10673              
10674              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
10675              From: system PRIVILEGED account <root@peano.zk3.dec.com>
10676              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
10677              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
10678      Branch: perl
10679            ! t/lib/bigfltpm.t t/lib/st-06compat.t
10680 ____________________________________________________________________________
10681 [  6772] By: jhi                                   on 2000/08/22  15:04:53
10682         Log: Update Changes.
10683      Branch: perl
10684            ! Changes patchlevel.h
10685 ____________________________________________________________________________
10686 [  6771] By: jhi                                   on 2000/08/22  15:01:44
10687         Log: perldelta fixes from Hugo van der Sanden.
10688      Branch: perl
10689            ! pod/perldelta.pod
10690 ____________________________________________________________________________
10691 [  6770] By: jhi                                   on 2000/08/22  14:34:49
10692         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
10693              From: Hugo <hv@crypt.compulink.co.uk>
10694              Date: Tue, 22 Aug 2000 11:21:53 +0100
10695              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
10696      Branch: perl
10697            ! regcomp.c
10698 ____________________________________________________________________________
10699 [  6769] By: jhi                                   on 2000/08/22  14:30:02
10700         Log: Add Yitzchak, reformat.
10701      Branch: perl
10702            ! Changes config_h.SH
10703 ____________________________________________________________________________
10704 [  6768] By: jhi                                   on 2000/08/22  14:21:35
10705         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
10706              and Spider Boardman.
10707      Branch: metaconfig
10708            ! U/compline/d_gconvert.U
10709      Branch: perl
10710            ! Configure
10711 ____________________________________________________________________________
10712 [  6767] By: jhi                                   on 2000/08/22  14:11:24
10713         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
10714              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10715              Date: Mon, 21 Aug 2000 19:08:31 -0700
10716              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
10717      Branch: perl
10718            - ext/Storable/patchlevel.h
10719            ! MANIFEST ext/Storable/MANIFEST
10720 ____________________________________________________________________________
10721 [  6766] By: jhi                                   on 2000/08/22  13:49:29
10722         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
10723              From: Peter Prymmer <pvhp@forte.com>
10724              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
10725              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
10726      Branch: perl
10727            ! configure.com ext/Storable/Makefile.PL
10728 ____________________________________________________________________________
10729 [  6765] By: jhi                                   on 2000/08/22  13:44:59
10730         Log: Subject: [PATCH blead] B:: missing dependency
10731              From: Hugo <hv@crypt.compulink.co.uk>
10732              Date: Tue, 22 Aug 2000 06:44:33 +0100
10733              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
10734      Branch: perl
10735            ! ext/B/Makefile.PL
10736 ____________________________________________________________________________
10737 [  6764] By: jhi                                   on 2000/08/22  13:38:12
10738         Log: More bytecompiler.
10739      Branch: perl
10740            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
10741 ____________________________________________________________________________
10742 [  6763] By: jhi                                   on 2000/08/22  13:36:44
10743         Log: Bytecompiler patches from Benjamin Stuhl.
10744      Branch: perl
10745            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
10746            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
10747            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
10748            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10749            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
10750            ! perl.c perlapi.h pod/perldelta.pod
10751 ____________________________________________________________________________
10752 [  6762] By: jhi                                   on 2000/08/21  23:43:40
10753         Log: An obsoleted diagnostic.
10754      Branch: perl
10755            ! pod/perldelta.pod
10756 ____________________________________________________________________________
10757 [  6761] By: jhi                                   on 2000/08/21  23:01:45
10758         Log: The #6759 wasn't quite right.
10759      Branch: perl
10760            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
10761            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
10762            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
10763            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
10764            ! t/lib/st-tieditems.t
10765 ____________________________________________________________________________
10766 [  6760] By: jhi                                   on 2000/08/21  22:35:49
10767         Log: Be verydeepclean.
10768      Branch: perl
10769            ! Makefile.SH
10770 ____________________________________________________________________________
10771 [  6759] By: jhi                                   on 2000/08/21  22:25:40
10772         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
10773              From: Peter Prymmer <pvhp@forte.com>
10774              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
10775              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
10776      Branch: perl
10777            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
10778            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
10779            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
10780            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
10781            ! t/lib/st-tieditems.t
10782 ____________________________________________________________________________
10783 [  6758] By: jhi                                   on 2000/08/21  22:22:32
10784         Log: Few more casts, need reported in
10785              
10786              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
10787              From: Mike Stok <mike@stok.co.uk>
10788              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
10789              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
10790              
10791              and
10792              
10793              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
10794              From: abigail@foad.org
10795              Date: 21 Aug 2000 21:31:34 -0000
10796              Message-Id: <20000821213134.30170.qmail@foad.org>
10797      Branch: perl
10798            ! ext/Storable/Storable.xs
10799 ____________________________________________________________________________
10800 [  6757] By: jhi                                   on 2000/08/21  18:37:07
10801         Log: Update Changes.
10802      Branch: perl
10803            ! Changes patchlevel.h
10804 ____________________________________________________________________________
10805 [  6756] By: jhi                                   on 2000/08/21  18:34:02
10806         Log: A pod nit.
10807              
10808              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
10809              From: <abigail@foad.org>
10810              Date: Mon, 21 Aug 2000 14:00:16 -0400
10811              Message-ID: <20000821180016.28627.qmail@foad.org>
10812      Branch: perl
10813            ! pod/perlre.pod
10814 ____________________________________________________________________________
10815 [  6755] By: jhi                                   on 2000/08/21  18:30:56
10816         Log: Use PodParser 1.18 new test.
10817      Branch: perl
10818            ! t/pod/special_seqs.t t/pod/special_seqs.xr
10819 ____________________________________________________________________________
10820 [  6754] By: jhi                                   on 2000/08/21  18:28:35
10821         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
10822              patches cannot be applied since #6712 conflicts.
10823      Branch: perl
10824            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
10825 ____________________________________________________________________________
10826 [  6753] By: jhi                                   on 2000/08/21  18:15:11
10827         Log: Weed out some smaller changes.
10828      Branch: perl
10829            ! pod/perldelta.pod
10830 ____________________________________________________________________________
10831 [  6752] By: jhi                                   on 2000/08/21  18:02:30
10832         Log: Also under djgpp the timestamps are funky.
10833      Branch: perl
10834            ! t/op/stat.t
10835 ____________________________________________________________________________
10836 [  6751] By: jhi                                   on 2000/08/21  17:55:56
10837         Log: Tweak the floating point output routine preferences.
10838      Branch: metaconfig
10839            ! U/compline/d_gconvert.U
10840      Branch: perl
10841            ! Configure
10842 ____________________________________________________________________________
10843 [  6750] By: jhi                                   on 2000/08/21  17:51:29
10844         Log: Unicos/mk requires elaborate paranoia.
10845      Branch: perl
10846            ! lib/Math/Complex.pm
10847 ____________________________________________________________________________
10848 [  6749] By: gsar                                  on 2000/08/21  16:53:31
10849         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
10850      Branch: perl
10851            ! lib/Cwd.pm
10852 ____________________________________________________________________________
10853 [  6748] By: gsar                                  on 2000/08/21  16:22:19
10854         Log: free TLS slot properly on Windows
10855      Branch: perl
10856            ! thread.h win32/perllib.c win32/win32thread.h
10857 ____________________________________________________________________________
10858 [  6747] By: jhi                                   on 2000/08/21  16:20:58
10859         Log: Rename the macro argument because some preprocessors
10860              can't tell the difference and expand arguments also inside
10861              double quoted strings.
10862      Branch: perl
10863            ! regcomp.c
10864 ____________________________________________________________________________
10865 [  6746] By: jhi                                   on 2000/08/21  16:09:41
10866         Log: Support long doubles in Storable.
10867              
10868              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
10869              From: Radu Greab <radu@netsoft.ro>
10870              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
10871              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
10872      Branch: perl
10873            ! ext/Storable/Storable.xs
10874 ____________________________________________________________________________
10875 [  6745] By: jhi                                   on 2000/08/21  15:51:40
10876         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
10877              From: "Fifer, Eric" <EFifer@sanwaint.com>
10878              Date: Mon, 21 Aug 2000 15:34:49 +0100
10879              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
10880      Branch: perl
10881            ! t/pragma/warn/9enabled
10882 ____________________________________________________________________________
10883 [  6744] By: jhi                                   on 2000/08/21  15:39:35
10884         Log: Document the endianness of Alpha more precisely.
10885      Branch: perl
10886            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
10887            ! pod/perlport.pod
10888 ____________________________________________________________________________
10889 [  6743] By: jhi                                   on 2000/08/21  14:47:05
10890         Log: perldelta fixes from the p5p crowd.
10891      Branch: perl
10892            ! pod/perldelta.pod pod/perlop.pod
10893 ____________________________________________________________________________
10894 [  6742] By: jhi                                   on 2000/08/21  13:34:51
10895         Log: Update to Pod::LaTeX 0.53.
10896              
10897              Subject: [PATCH] lib/Pod/LaTeX.pm updates
10898              From: Tim Jenness <timj@jach.hawaii.edu>
10899              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
10900              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
10901      Branch: perl
10902            ! lib/Pod/LaTeX.pm
10903 ____________________________________________________________________________
10904 [  6741] By: jhi                                   on 2000/08/21  13:33:01
10905         Log: Subject: [PATCH] os2.c fix for use64bitint
10906              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10907              Date: Mon, 21 Aug 2000 01:32:25 -0700
10908              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
10909      Branch: perl
10910            ! os2/os2.c
10911 ____________________________________________________________________________
10912 [  6740] By: jhi                                   on 2000/08/21  13:28:52
10913         Log: Array context keeps slithering in.
10914              
10915              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
10916              From: Daniel Chetlin <daniel@chetlin.com>
10917              Date: Sun, 20 Aug 2000 21:40:25 -0700
10918              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
10919      Branch: perl
10920            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
10921            ! pod/perldebtut.pod
10922 ____________________________________________________________________________
10923 [  6739] By: jhi                                   on 2000/08/21  13:23:55
10924         Log: Big-endian quad fixes for Storable from Radu Greab,
10925              plus few explicit null casts for picky compilers.
10926      Branch: perl
10927            ! ext/Storable/Storable.xs
10928 ____________________________________________________________________________
10929 [  6738] By: gsar                                  on 2000/08/21  05:56:13
10930         Log: small tweaks for change#6705: avoid C++ style comments in C code;
10931              use Perl's malloc API rather than the low level system one
10932      Branch: perl
10933            ! win32/win32.c
10934 ____________________________________________________________________________
10935 [  6737] By: gsar                                  on 2000/08/21  05:35:41
10936         Log: add Storable to list of extensions on Windows
10937      Branch: perl
10938            ! win32/Makefile win32/makefile.mk
10939 ____________________________________________________________________________
10940 [  6736] By: jhi                                   on 2000/08/21  02:57:53
10941         Log: Update Changes.
10942      Branch: perl
10943            ! Changes patchlevel.h
10944 ____________________________________________________________________________
10945 [  6735] By: jhi                                   on 2000/08/21  02:57:20
10946         Log: Draft 0.
10947      Branch: perl
10948            ! pod/perldelta.pod
10949 ____________________________________________________________________________
10950 [  6734] By: jhi                                   on 2000/08/21  02:57:03
10951         Log: Add Storable 0.7.2 from Raphael Manfredi,
10952              plus the patch from
10953              
10954              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
10955              From: Radu Greab <radu@netsoft.ro>
10956              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
10957              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
10958              
10959              plus changes to get Storable to compile with
10960              picky ANSI compilers.
10961      Branch: perl
10962            + ext/Storable/ChangeLog ext/Storable/MANIFEST
10963            + ext/Storable/Makefile.PL ext/Storable/README
10964            + ext/Storable/Storable.pm ext/Storable/Storable.xs
10965            + ext/Storable/patchlevel.h t/lib/st-06compat.t
10966            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
10967            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
10968            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
10969            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
10970            + t/lib/st-tieditems.t
10971            ! MANIFEST
10972 ____________________________________________________________________________
10973 [  6733] By: jhi                                   on 2000/08/21  02:29:09
10974         Log: The correct cleaning order is an art.
10975      Branch: perl
10976            ! Makefile.SH
10977 ____________________________________________________________________________
10978 [  6732] By: jhi                                   on 2000/08/21  01:23:39
10979         Log: The #6724 is here.
10980      Branch: perl
10981            ! t/lib/ftmp-security.t
10982 ____________________________________________________________________________
10983 [  6731] By: jhi                                   on 2000/08/20  23:17:03
10984         Log: s/this one/the 5.6.0 release/
10985      Branch: perl
10986            ! pod/perl56delta.pod
10987 ____________________________________________________________________________
10988 [  6730] By: jhi                                   on 2000/08/20  23:07:34
10989         Log: Mention perlebcdic and perlposix-bc.
10990      Branch: perl
10991            ! pod/perlport.pod
10992 ____________________________________________________________________________
10993 [  6729] By: jhi                                   on 2000/08/20  21:32:59
10994         Log: Document the number of exponent digits.
10995      Branch: perl
10996            ! pod/perlfunc.pod
10997 ____________________________________________________________________________
10998 [  6728] By: jhi                                   on 2000/08/20  21:16:47
10999         Log: Use File::Spec->tmpdir().
11000              
11001              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
11002              From: Tim Jenness <timj@jach.hawaii.edu>
11003              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
11004              MIME-Version: 1.0
11005              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
11006      Branch: perl
11007            ! utils/perlbug.PL
11008 ____________________________________________________________________________
11009 [  6727] By: jhi                                   on 2000/08/20  20:43:32
11010         Log: Update Changes.
11011      Branch: perl
11012            ! Changes patchlevel.h
11013 ____________________________________________________________________________
11014 [  6726] By: jhi                                   on 2000/08/20  20:41:44
11015         Log: The veryclean target needs to clobber.
11016      Branch: perl
11017            ! Makefile.SH
11018 ____________________________________________________________________________
11019 [  6725] By: jhi                                   on 2000/08/20  20:37:38
11020         Log: Document odd vs even subreleases and -Dusedevel.
11021      Branch: perl
11022            ! INSTALL
11023 ____________________________________________________________________________
11024 [  6724] By: jhi                                   on 2000/08/20  19:58:05
11025         Log: Use temporary directory instead of current directory.
11026              
11027              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
11028              From: Tim Jenness <timj@jach.hawaii.edu>
11029              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
11030              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
11031      Branch: perl
11032            ! t/lib/ftmp-security.t
11033 ____________________________________________________________________________
11034 [  6723] By: jhi                                   on 2000/08/20  19:55:55
11035         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
11036              From: andreas.koenig@anima.de (Andreas J. Koenig)
11037              Date: 20 Aug 2000 15:52:03 +0200
11038              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
11039      Branch: perl
11040            ! lib/ExtUtils/MM_Unix.pm
11041 ____________________________________________________________________________
11042 [  6722] By: jhi                                   on 2000/08/20  19:46:01
11043         Log: Update to CGI 2.72, from Lincoln Stein.
11044      Branch: perl
11045            ! lib/CGI.pm
11046 ____________________________________________________________________________
11047 [  6721] By: jhi                                   on 2000/08/20  19:43:54
11048         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
11049              From: Radu Greab <radu@netsoft.ro>
11050              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
11051              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
11052      Branch: perl
11053            ! ext/GDBM_File/GDBM_File.xs
11054 ____________________________________________________________________________
11055 [  6720] By: jhi                                   on 2000/08/20  19:42:01
11056         Log: pp_open() could pass an uninitialized filename down to do_open9().
11057      Branch: perl
11058            ! pp_sys.c
11059 ____________________________________________________________________________
11060 [  6719] By: jhi                                   on 2000/08/20  14:06:41
11061         Log: UTF8 concat fixes.
11062              
11063              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
11064              From: Hugo <hv@crypt.compulink.co.uk>
11065              Date: Sun, 20 Aug 2000 07:30:46 +0100
11066              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
11067      Branch: perl
11068            ! pp_hot.c t/op/append.t
11069 ____________________________________________________________________________
11070 [  6718] By: jhi                                   on 2000/08/20  02:09:37
11071         Log: Let's try #6717 again.
11072      Branch: perl
11073            ! lib/File/Temp.pm
11074 ____________________________________________________________________________
11075 [  6717] By: jhi                                   on 2000/08/20  01:56:55
11076         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
11077              From: "Craig A. Berry" <craig.berry@metamorgs.com>
11078              Date: Sat, 19 Aug 2000 18:15:39 -0500
11079              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
11080      Branch: perl
11081            ! lib/File/Temp.pm
11082 ____________________________________________________________________________
11083 [  6716] By: jhi                                   on 2000/08/19  15:50:11
11084         Log: Update Changes.
11085      Branch: perl
11086            ! Changes patchlevel.h
11087 ____________________________________________________________________________
11088 [  6715] By: jhi                                   on 2000/08/19  15:39:09
11089         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
11090              From: Jonathan D Johnston <jdjohnston2@juno.com>
11091              Date: Thu, 17 Aug 2000 23:13:01 -0400       
11092              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
11093      Branch: perl
11094            ! pod/perlfunc.pod
11095 ____________________________________________________________________________
11096 [  6714] By: jhi                                   on 2000/08/19  15:34:04
11097         Log: Introduce a 'veryclean' target that is like 'distclean'
11098              but also removes *~ and *.orig.
11099      Branch: perl
11100            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
11101            ! utils/Makefile x2p/Makefile.SH
11102 ____________________________________________________________________________
11103 [  6713] By: jhi                                   on 2000/08/19  14:15:45
11104         Log: Put back the long double avoidance code to POSIX.xs
11105              because VMS seems to need it still.
11106      Branch: perl
11107            ! ext/POSIX/POSIX.xs
11108 ____________________________________________________________________________
11109 [  6712] By: jhi                                   on 2000/08/19  14:10:41
11110         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
11111              From: Peter Prymmer <pvhp@forte.com>
11112              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
11113              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
11114      Branch: perl
11115            ! lib/Pod/Find.pm t/pod/find.t
11116 ____________________________________________________________________________
11117 [  6711] By: jhi                                   on 2000/08/19  14:09:19
11118         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
11119              From: Peter Prymmer <pvhp@forte.com>
11120              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
11121              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
11122              cc: vmsperl@perl.org
11123      Branch: perl
11124            ! t/lib/peek.t
11125 ____________________________________________________________________________
11126 [  6710] By: jhi                                   on 2000/08/19  14:08:01
11127         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
11128              From: Jan Dubois <jand@ActiveState.com>
11129              Date: Fri, 18 Aug 2000 16:31:48 -0700
11130              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
11131      Branch: perl
11132            ! win32/win32.c
11133 ____________________________________________________________________________
11134 [  6709] By: jhi                                   on 2000/08/19  14:06:57
11135         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
11136              
11137              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
11138              From: Spider.Boardman@Orb.Nashua.NH.US
11139              Date: Fri, 18 Aug 2000 18:41:14 -0400
11140              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
11141      Branch: perl
11142            ! regcomp.c
11143 ____________________________________________________________________________
11144 [  6708] By: jhi                                   on 2000/08/18  22:04:49
11145         Log: Update Changes.
11146      Branch: perl
11147            ! Changes patchlevel.h
11148 ____________________________________________________________________________
11149 [  6707] By: jhi                                   on 2000/08/18  21:55:14
11150         Log: Add warnif(), check warnings further up the stack,
11151              all the warnings functions now can take an optional object reference.
11152              
11153              Subject: [PATCH bleedperl@6691] warnings pragma update
11154              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
11155              Date: Fri, 18 Aug 2000 22:42:06 +0100
11156              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
11157      Branch: perl
11158            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
11159            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
11160            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
11161 ____________________________________________________________________________
11162 [  6706] By: jhi                                   on 2000/08/18  21:41:45
11163         Log: Typo in pp_complement().
11164              
11165              Subject: [PATCH perl-current] Deparse
11166              From: Peter Scott <Peter@PSDT.com>
11167              Date: Fri, 18 Aug 2000 12:44:37 -0700
11168              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
11169      Branch: perl
11170            ! ext/B/B/Deparse.pm
11171 ____________________________________________________________________________
11172 [  6705] By: jhi                                   on 2000/08/18  21:25:59
11173         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
11174              From: Jan Dubois <jand@ActiveState.com>
11175              Date: Fri, 18 Aug 2000 14:22:51 -0700
11176              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
11177      Branch: perl
11178            ! lib/Win32.pod win32/win32.c
11179 ____________________________________________________________________________
11180 [  6704] By: jhi                                   on 2000/08/18  21:16:14
11181         Log: Don't eat leading os from index entries.
11182              
11183              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
11184              From: Russ Allbery <rra@stanford.edu>
11185              Date: 10 Aug 2000 20:49:25 -0700
11186              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
11187      Branch: perl
11188            ! lib/Pod/Man.pm
11189 ____________________________________________________________________________
11190 [  6703] By: jhi                                   on 2000/08/18  21:07:06
11191         Log: Add [[:blank:]] as suggested in
11192              
11193              Subject: [ID 20000716.024] [=cc=] / [:blank:]
11194              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
11195              Date: Sun, 16 Jul 2000 17:55:29 -0700
11196              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
11197              
11198              (the [=cc=] has already been taken care of by #6439
11199              so the whole bug report can be closed)
11200              
11201              and make [[:space:]] to be equivalent to isspace(3)
11202              (as opposed to \s, which is isSPACE()).  The difference
11203              is that now [[:space:]] matches the mythical vertical tab,
11204              while \s doesn't.
11205      Branch: perl
11206            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
11207            ! regexec.c t/op/pat.t
11208 ____________________________________________________________________________
11209 [  6702] By: jhi                                   on 2000/08/18  18:47:47
11210         Log: The new tests were missing from #6415.
11211      Branch: perl
11212            ! t/op/bop.t
11213 ____________________________________________________________________________
11214 [  6701] By: jhi                                   on 2000/08/18  18:20:40
11215         Log: Document the NDBM_File and ODBM_File as SDBM_File
11216              was documented in #6417.
11217      Branch: perl
11218            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
11219            ! ext/SDBM_File/SDBM_File.pm
11220 ____________________________________________________________________________
11221 [  6700] By: jhi                                   on 2000/08/18  18:10:39
11222         Log: Subject: [PATCH perl@6698] cygwin port
11223              From: "Fifer, Eric" <EFifer@sanwaint.com>
11224              Date: Fri, 18 Aug 2000 17:30:05 +0100
11225              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
11226      Branch: perl
11227            ! lib/File/Temp.pm
11228 ____________________________________________________________________________
11229 [  6699] By: jhi                                   on 2000/08/18  16:21:49
11230         Log: Document code point which makes if (defined %stash::) to work
11231              (noted by Spider Boardman).
11232      Branch: perl
11233            ! op.c
11234 ____________________________________________________________________________
11235 [  6698] By: jhi                                   on 2000/08/18  13:43:27
11236         Log: Update Changes.
11237      Branch: perl
11238            ! Changes patchlevel.h
11239 ____________________________________________________________________________
11240 [  6697] By: jhi                                   on 2000/08/18  13:35:57
11241         Log: Tiny Getopt::Long patch from Johan Vromans.
11242      Branch: perl
11243            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
11244 ____________________________________________________________________________
11245 [  6696] By: jhi                                   on 2000/08/18  13:26:14
11246         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
11247              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
11248              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
11249              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
11250      Branch: perl
11251            ! pod/perldiag.pod pod/perlsyn.pod
11252 ____________________________________________________________________________
11253 [  6695] By: jhi                                   on 2000/08/18  13:13:26
11254         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
11255              From: Daniel Chetlin <daniel@chetlin.com>
11256              Date: Fri, 18 Aug 2000 03:13:36 -0700
11257              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
11258      Branch: perl
11259            ! pod/perlfunc.pod
11260 ____________________________________________________________________________
11261 [  6694] By: jhi                                   on 2000/08/18  13:08:05
11262         Log: Subject: [PATCH] perltrap.pod spring cleaning
11263              From: Daniel Chetlin <daniel@chetlin.com>
11264              Date: Fri, 18 Aug 2000 03:06:54 -0700
11265              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
11266              
11267              plus Mike Guy's nitfix.
11268      Branch: perl
11269            ! pod/perltrap.pod
11270 ____________________________________________________________________________
11271 [  6693] By: jhi                                   on 2000/08/18  13:00:26
11272         Log: Unbuffer the output.
11273              
11274              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
11275              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11276              Date: Thu, 17 Aug 2000 18:39:29 -0700
11277              Message-ID: <RPJn5gzkgydf092yn@efn.org>
11278      Branch: perl
11279            ! t/op/fork.t
11280 ____________________________________________________________________________
11281 [  6692] By: jhi                                   on 2000/08/18  05:19:17
11282         Log: Delete the image, too, not just its MANIFEStation.
11283      Branch: perl
11284            - lib/CGI/eg/wilogo.gif
11285 ____________________________________________________________________________
11286 [  6691] By: jhi                                   on 2000/08/18  05:10:26
11287         Log: Propagate new Configure vars.
11288      Branch: perl
11289            ! configure.com epoc/config.sh uconfig.h uconfig.sh
11290            ! vos/config.def vos/config.h vos/config_h.SH_orig
11291            ! win32/config.bc win32/config.gc win32/config.vc
11292            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11293 ____________________________________________________________________________
11294 [  6690] By: jhi                                   on 2000/08/18  04:30:56
11295         Log: Update Changes.
11296      Branch: perl
11297            ! Changes patchlevel.h
11298 ____________________________________________________________________________
11299 [  6689] By: jhi                                   on 2000/08/18  04:12:30
11300         Log: Fix the lib/complex failure of
11301              
11302              From: abigail@foad.org
11303              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
11304              Date: 15 Aug 2000 04:06:38 -0000
11305              Message-Id: <20000815040638.8524.qmail@foad.org> 
11306              
11307              Linux long double accuracy issue: something that
11308              when printed with %g looks like "2" but int() of it is 1.
11309      Branch: perl
11310            ! lib/Math/Complex.pm
11311 ____________________________________________________________________________
11312 [  6688] By: jhi                                   on 2000/08/18  03:15:35
11313         Log: The byteorder code in #6671 was wrong.
11314      Branch: perl
11315            ! configpm
11316 ____________________________________________________________________________
11317 [  6687] By: jhi                                   on 2000/08/18  02:08:42
11318         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
11319              From: Jan Dubois <jand@ActiveState.com>
11320              Date: Thu, 17 Aug 2000 18:31:55 -0700
11321              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
11322      Branch: perl
11323            ! sv.c
11324 ____________________________________________________________________________
11325 [  6686] By: jhi                                   on 2000/08/18  02:04:15
11326         Log: Use NVs in POSIX math, not doubles.
11327              
11328              From: abigail@foad.org
11329              Subject: [ID 20000817.014] POSIX & modfl
11330              Date: 17 Aug 2000 20:49:18 -0000
11331              Message-Id: <20000817204918.23123.qmail@foad.org>
11332      Branch: perl
11333            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
11334 ____________________________________________________________________________
11335 [  6685] By: jhi                                   on 2000/08/18  02:02:12
11336         Log: Introduce NVef, NVff, and NVgf, use the middle one.
11337              (helps for lib/peek + Linux + long doubles)  Reported in
11338              
11339              From: abigail@foad.org
11340              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
11341              Date: 15 Aug 2000 04:06:38 -0000
11342              Message-Id: <20000815040638.8524.qmail@foad.org> 
11343              
11344              (note: the lib/complex failure has not yet been addressed)
11345      Branch: metaconfig/U/perl
11346            ! perlxvf.U
11347      Branch: perl
11348            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11349            ! config_h.SH dump.c perl.h pod/perlguts.pod
11350 ____________________________________________________________________________
11351 [  6684] By: jhi                                   on 2000/08/17  23:22:19
11352         Log: Add byteorder to the myconfig output.
11353      Branch: perl
11354            ! myconfig.SH
11355 ____________________________________________________________________________
11356 [  6683] By: jhi                                   on 2000/08/17  23:20:19
11357         Log: The image doth not exist, spotted by Johan Vromans.
11358      Branch: perl
11359            ! MANIFEST
11360 ____________________________________________________________________________
11361 [  6682] By: jhi                                   on 2000/08/17  22:38:16
11362         Log: Document what the backtick returns if the command fails.
11363      Branch: perl
11364            ! pod/perlop.pod
11365 ____________________________________________________________________________
11366 [  6681] By: jhi                                   on 2000/08/17  22:33:12
11367         Log: Do not use prototyping here.
11368              
11369              Subject: [ID 20000817.016] [PATCH] Peek.xs
11370              From: abigail@foad.org
11371              Date: 17 Aug 2000 20:55:56 -0000
11372              Message-Id: <20000817205556.24270.qmail@foad.org>
11373      Branch: perl
11374            ! ext/Devel/Peek/Makefile.PL
11375 ____________________________________________________________________________
11376 [  6680] By: jhi                                   on 2000/08/17  19:46:43
11377         Log: Don't propose using modules built for 5.005 if no binary
11378              compatibility with 5.005 is attempted.
11379              
11380              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
11381              Subject: Minor nit with 5.7.0 (6655)
11382              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
11383              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
11384      Branch: metaconfig
11385            ! U/installdirs/inc_version_list.U
11386      Branch: perl
11387            ! Configure config_h.SH
11388 ____________________________________________________________________________
11389 [  6679] By: jhi                                   on 2000/08/17  19:16:39
11390         Log: Microperl config update.
11391      Branch: perl
11392            ! uconfig.h uconfig.sh
11393 ____________________________________________________________________________
11394 [  6678] By: jhi                                   on 2000/08/17  19:16:13
11395         Log: The #6648 wasn't protective enough for limited platforms
11396              (like microperl).
11397      Branch: perl
11398            ! dump.c sv.c
11399 ____________________________________________________________________________
11400 [  6677] By: jhi                                   on 2000/08/17  14:46:35
11401         Log: Update Changes.
11402      Branch: perl
11403            ! Changes patchlevel.h
11404 ____________________________________________________________________________
11405 [  6676] By: jhi                                   on 2000/08/17  14:44:02
11406         Log: Add perlebcdic from Peter Prymmer, regen toc.
11407      Branch: perl
11408            + pod/perlebcdic.pod
11409            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11410 ____________________________________________________________________________
11411 [  6675] By: jhi                                   on 2000/08/17  14:41:52
11412         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
11413      Branch: perl
11414            ! pod/perldebtut.pod
11415 ____________________________________________________________________________
11416 [  6674] By: jhi                                   on 2000/08/17  14:29:43
11417         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
11418              
11419              Subject: [ID 20000724.006] -DLEAKTEST problem
11420              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
11421              Date: Tue, 25 Jul 2000 00:36:32 -0500
11422              Message-Id: <20000725003632.A26186@www.llamacom.com>
11423              
11424              Reminder sent
11425              
11426              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
11427              From: Hugo <hv@crypt.compulink.co.uk>
11428              Date: Thu, 17 Aug 2000 15:23:42 +0100
11429              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
11430      Branch: perl
11431            ! util.c
11432 ____________________________________________________________________________
11433 [  6673] By: jhi                                   on 2000/08/17  04:07:10
11434         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
11435              From: John Peacock <JPeacock@UnivPress.com>
11436              Date: Tue, 01 Aug 2000 09:38:12 -0400
11437              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
11438      Branch: perl
11439            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
11440 ____________________________________________________________________________
11441 [  6672] By: jhi                                   on 2000/08/17  03:04:35
11442         Log: Subject: [PATCH] Cwd.pm now uses strict
11443              From: Tim Jenness <timj@jach.hawaii.edu>
11444              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
11445              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
11446      Branch: perl
11447            ! lib/Cwd.pm
11448 ____________________________________________________________________________
11449 [  6671] By: jhi                                   on 2000/08/17  02:16:35
11450         Log: Make $Config{byteorder} more magical so that it is
11451              dynamically computed: nice for 'fat binaries'.
11452              
11453              Subject: [PATCH]: default byteorder
11454              From: Wilfredo Sánchez <wsanchez@apple.com>
11455              Date: Mon, 31 Jul 2000 19:45:31 -0700
11456              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
11457      Branch: perl
11458            ! configpm
11459 ____________________________________________________________________________
11460 [  6670] By: gsar                                  on 2000/08/17  01:22:21
11461         Log: move WNOHANG definition to where other such things are
11462      Branch: perl
11463            ! win32/win32.h
11464 ____________________________________________________________________________
11465 [  6669] By: jhi                                   on 2000/08/17  01:19:17
11466         Log: Update Changes.
11467      Branch: perl
11468            ! Changes patchlevel.h
11469 ____________________________________________________________________________
11470 [  6668] By: jhi                                   on 2000/08/17  01:16:29
11471         Log: Doc nits spotted by Richard Soderberg.
11472      Branch: perl
11473            ! README.posix-bc README.vmesa
11474 ____________________________________________________________________________
11475 [  6667] By: jhi                                   on 2000/08/17  01:12:11
11476         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
11477              From: "Casey R. Tweten" <crt@kiski.net>
11478              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
11479              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
11480      Branch: perl
11481            ! pod/perldebtut.pod
11482 ____________________________________________________________________________
11483 [  6666] By: jhi                                   on 2000/08/17  01:09:31
11484         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
11485              From: "Casey R. Tweten" <crt@kiski.net>
11486              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
11487              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
11488      Branch: perl
11489            ! lib/Shell.pm
11490 ____________________________________________________________________________
11491 [  6665] By: gsar                                  on 2000/08/17  01:03:52
11492         Log: add "ok" targets from change#6632 in makefile.mk
11493      Branch: perl
11494            ! pod/perlport.pod win32/Makefile win32/makefile.mk
11495 ____________________________________________________________________________
11496 [  6664] By: gsar                                  on 2000/08/17  00:56:11
11497         Log: avoid warnings from dense compiler
11498      Branch: perl
11499            ! win32/win32.c
11500 ____________________________________________________________________________
11501 [  6663] By: jhi                                   on 2000/08/17  00:51:49
11502         Log: Tweak the regex compilation errors once more.
11503      Branch: perl
11504            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
11505            ! t/op/regmesg.t t/pragma/warn/regcomp
11506 ____________________________________________________________________________
11507 [  6662] By: gsar                                  on 2000/08/17  00:28:19
11508         Log: trailing new %ENV entries weren't being pushed into the real
11509              environment of subprocesses on Windows
11510      Branch: perl
11511            ! t/op/magic.t win32/perlhost.h
11512 ____________________________________________________________________________
11513 [  6661] By: gsar                                  on 2000/08/17  00:19:20
11514         Log: waitpid() now handles externally spawned pids correctly;
11515              fixes for backtick/wait/waitpid failures on Windows 9x
11516              
11517              these changes make the pid returned by process functions on
11518              Windows 9x always positive by clearing the high bit (which
11519              is always set on Win9x); pseudo-process PIDs are likewise
11520              always negative now on Win9x (just as on NT/2000)
11521      Branch: perl
11522            ! pp_sys.c win32/perlhost.h win32/win32.c
11523 ____________________________________________________________________________
11524 [  6660] By: jhi                                   on 2000/08/17  00:04:32
11525         Log: Retract #6645.
11526      Branch: perl
11527            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11528            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
11529            ! t/op/sprintf.t
11530 ____________________________________________________________________________
11531 [  6659] By: gsar                                  on 2000/08/16  23:59:28
11532         Log: on windows, the return values from wait() and waitpid() don't
11533              match those of pseudo-pids
11534      Branch: perl
11535            ! pp_sys.c t/op/fork.t util.c win32/win32.c
11536 ____________________________________________________________________________
11537 [  6658] By: gsar                                  on 2000/08/16  23:56:14
11538         Log: pod nit seen in passing
11539      Branch: perl
11540            ! pod/perlfunc.pod
11541 ____________________________________________________________________________
11542 [  6657] By: gsar                                  on 2000/08/16  23:53:42
11543         Log: change#6328 could make close(SOCKET) return false on windows
11544              when it shouldn't
11545      Branch: perl
11546            ! win32/win32sck.c
11547 ____________________________________________________________________________
11548 [  6656] By: gsar                                  on 2000/08/16  23:46:57
11549         Log: check that the number pseudo children doesn't exceed
11550              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
11551              the WaitForMultipleObjects() limit that would cause wait()
11552              to crash)
11553              
11554              wait() and waitpid() could potentially be rewritten to use
11555              more than one thread to do the waiting to eliminate this
11556              limitation
11557      Branch: perl
11558            ! win32/perlhost.h
11559 ____________________________________________________________________________
11560 [  6655] By: jhi                                   on 2000/08/16  14:11:05
11561         Log: Update Changes.
11562      Branch: perl
11563            ! Changes patchlevel.h
11564 ____________________________________________________________________________
11565 [  6654] By: jhi                                   on 2000/08/16  14:10:12
11566         Log: Update to perldebtut 1.9, from Richard Foley.
11567      Branch: perl
11568            ! pod/perldebtut.pod
11569 ____________________________________________________________________________
11570 [  6653] By: jhi                                   on 2000/08/16  14:08:17
11571         Log: Change the regx compilation error markers to use = instead of <
11572              since pod makes using the latter quite messy.  Reported in
11573              ID 20000814.006 by Abigail and in
11574              Subject: Unknown escape E<> ?
11575              From: Lupe Christoph <lupe@lupe-christoph.de>
11576              Date: Fri, 11 Aug 2000 00:30:27 +0200
11577              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
11578      Branch: perl
11579            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
11580            ! t/op/regmesg.t t/pragma/warn/regcomp
11581 ____________________________________________________________________________
11582 [  6652] By: jhi                                   on 2000/08/16  13:25:31
11583         Log: Change the perlbug address to perl.org since it's more forgiving.
11584              
11585              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
11586              From: abigail@foad.org
11587              Date: 15 Aug 2000 04:15:40 -0000
11588              Message-Id: <20000815041540.8633.qmail@foad.org>
11589      Branch: perl
11590            ! utils/perlbug.PL
11591 ____________________________________________________________________________
11592 [  6651] By: jhi                                   on 2000/08/16  13:22:35
11593         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
11594              From: Tim Jenness <timj@jach.hawaii.edu>
11595              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
11596              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
11597      Branch: perl
11598            ! lib/Cwd.pm
11599 ____________________________________________________________________________
11600 [  6650] By: jhi                                   on 2000/08/16  13:18:13
11601         Log: Update to CPAN 1.57.
11602              
11603              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
11604              From: andreas.koenig@anima.de (Andreas J. Koenig)
11605              Date: 16 Aug 2000 15:09:46 +0200
11606              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
11607      Branch: perl
11608            ! lib/CPAN.pm
11609 ____________________________________________________________________________
11610 [  6649] By: jhi                                   on 2000/08/16  13:12:31
11611         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
11612              From: "Larry W. Virden" <lvirden@cas.org>
11613              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
11614              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
11615      Branch: perl
11616            ! README.hpux
11617 ____________________________________________________________________________
11618 [  6648] By: jhi                                   on 2000/08/16  13:03:53
11619         Log: The numeric locale was reset to "C" by s?printf and never restored.
11620              
11621              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
11622              From: Christian Kirsch <ck@held.mind.de>
11623              Date: Wed, 9 Aug 2000 17:05:17 +0200
11624              Message-Id: <20000809170517.A25389@held>
11625              
11626              No test since adding the failing example to locale.t
11627              does not fail -- probably because the locale settings are so
11628              thoroughly tweaked by that time.  Running the example standalone
11629              does fail, though.  UPDATE: test case added at change #7540.
11630      Branch: perl
11631            ! dump.c perl.h pp.c pp_ctl.c sv.c
11632 ____________________________________________________________________________
11633 [  6647] By: jhi                                   on 2000/08/16  00:07:54
11634         Log: Update Changes and test semi-automatic patchlevel updating.
11635      Branch: perl
11636            ! Changes patchlevel.h
11637 ____________________________________________________________________________
11638 [  6646] By: jhi                                   on 2000/08/15  23:35:07
11639         Log: Fix a dependency problem.
11640              
11641              Subject: [PATCH: 6640] VMS Makefile.SH update
11642              From: Peter Prymmer <pvhp@forte.com>
11643              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
11644              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
11645      Branch: perl
11646            ! vms/descrip_mms.template
11647 ____________________________________________________________________________
11648 [  6645] By: jhi                                   on 2000/08/15  23:33:23
11649         Log: (Retracted by #6660)
11650              
11651              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
11652              From: Dominic Dunlop <domo@computer.org>
11653              Date: Tue, 15 Aug 2000 22:20:52 +0200
11654              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
11655      Branch: metaconfig/U/perl
11656            + d_printfed.U
11657      Branch: perl
11658            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11659            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
11660            ! t/op/sprintf.t
11661 ____________________________________________________________________________
11662 [  6644] By: jhi                                   on 2000/08/15  21:17:20
11663         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
11664              From: abigail@foad.org
11665              Date: 15 Aug 2000 20:12:41 -0000
11666              Message-Id: <20000815201241.25556.qmail@foad.org>
11667      Branch: perl
11668            ! INSTALL
11669 ____________________________________________________________________________
11670 [  6643] By: jhi                                   on 2000/08/15  21:15:28
11671         Log: (an already applied patch)
11672      Branch: perl
11673            ! lib/CGI.pm
11674 ____________________________________________________________________________
11675 [  6642] By: gsar                                  on 2000/08/15  19:54:05
11676         Log: magic callbacks all need to have same type signature
11677      Branch: perl
11678            ! embed.pl mg.c proto.h
11679 ____________________________________________________________________________
11680 [  6641] By: jhi                                   on 2000/08/15  17:56:27
11681         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)
11682              From: Mike Guy <mjtg@cam.ac.uk>
11683              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
11684              Date: Tue, 15 Aug 2000 18:26:45 +0100
11685              
11686              Only the peek.t part applied, not the hash quality part.
11687      Branch: perl
11688            ! t/lib/peek.t
11689 ____________________________________________________________________________
11690 [  6640] By: jhi                                   on 2000/08/15  16:37:37
11691         Log: Update Changes.
11692      Branch: perl
11693            ! Changes
11694 ____________________________________________________________________________
11695 [  6639] By: jhi                                   on 2000/08/15  16:34:55
11696         Log: Missed a file from #6638.
11697      Branch: perl
11698            ! lib/File/Temp.pm
11699 ____________________________________________________________________________
11700 [  6638] By: jhi                                   on 2000/08/15  16:33:19
11701         Log: Subject: [PATCH perl@6620] cygwin port
11702              From: "Fifer, Eric" <EFifer@sanwaint.com>
11703              Date: Tue, 15 Aug 2000 17:00:49 +0100
11704              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
11705      Branch: perl
11706            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
11707 ____________________________________________________________________________
11708 [  6637] By: jhi                                   on 2000/08/15  16:29:22
11709         Log: Subject: [PATCH] debugger exit code should reflect user exit code
11710              From: Mike Guy <mjtg@cam.ac.uk>
11711              Date: Tue, 15 Aug 2000 16:55:59 +0100
11712              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
11713      Branch: perl
11714            ! lib/perl5db.pl
11715 ____________________________________________________________________________
11716 [  6636] By: jhi                                   on 2000/08/15  15:30:58
11717         Log: Update Changes.
11718      Branch: perl
11719            ! Changes
11720 ____________________________________________________________________________
11721 [  6635] By: jhi                                   on 2000/08/15  15:27:21
11722         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
11723      Branch: metaconfig
11724            ! U/mkglossary U/mksample
11725      Branch: metaconfig/U/perl
11726            ! Devel.U
11727      Branch: perl
11728            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11729 ____________________________________________________________________________
11730 [  6634] By: jhi                                   on 2000/08/15  14:11:55
11731         Log: Don't blow limited stacks, a lower number is enough to
11732              tickle the lookbehind limit.
11733              
11734              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
11735              From: Dominic Dunlop <domo@computer.org>
11736              Date: Tue, 15 Aug 2000 13:51:24 +0200
11737              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
11738      Branch: perl
11739            ! t/op/regmesg.t
11740 ____________________________________________________________________________
11741 [  6633] By: jhi                                   on 2000/08/15  14:01:46
11742         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
11743              From: Mike Guy <mjtg@cam.ac.uk>
11744              Date: Tue, 15 Aug 2000 12:10:50 +0100
11745              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
11746      Branch: perl
11747            ! utils/perldoc.PL
11748 ____________________________________________________________________________
11749 [  6632] By: jhi                                   on 2000/08/15  13:58:48
11750         Log: make ok etc also for win32.
11751              
11752              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
11753              From: Prymmer/Kahn <pvhp@best.com>
11754              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
11755              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
11756      Branch: perl
11757            ! win32/Makefile
11758 ____________________________________________________________________________
11759 [  6631] By: jhi                                   on 2000/08/15  13:45:03
11760         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
11761      Branch: perl
11762            ! lib/Test.pm
11763 ____________________________________________________________________________
11764 [  6630] By: jhi                                   on 2000/08/15  03:25:09
11765         Log: Update Changes.
11766      Branch: perl
11767            ! Changes
11768 ____________________________________________________________________________
11769 [  6629] By: jhi                                   on 2000/08/15  03:23:53
11770         Log: magic_regdatum_set() is void, not int.
11771      Branch: perl
11772            ! embed.pl mg.c proto.h
11773 ____________________________________________________________________________
11774 [  6628] By: jhi                                   on 2000/08/15  03:08:02
11775         Log: Make the user to give up his firstborn, err, to knowingly
11776              verify installing an unstable developer release.  Also bump
11777              the release to 5.7.0, but leave a patch tag in the local
11778              patches saying that this is not yet the real thing.
11779      Branch: metaconfig
11780            ! U/modified/Instruct.U
11781      Branch: metaconfig/U/perl
11782            + Devel.U
11783      Branch: perl
11784            ! Configure patchlevel.h
11785 ____________________________________________________________________________
11786 [  6627] By: jhi                                   on 2000/08/14  22:32:52
11787         Log: README.os2 update.
11788              
11789              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
11790              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11791              Date: Wed, 02 Aug 2000 21:55:09 -0700
11792              Message-ID: <tsPi5gzkgegX092yn@efn.org>
11793      Branch: perl
11794            ! README.os2
11795 ____________________________________________________________________________
11796 [  6626] By: jhi                                   on 2000/08/14  21:00:02
11797         Log: Subject: Re: File::Temp problems on VMS in bleedperl
11798              From: Tim Jenness <timj@jach.hawaii.edu>
11799              cc: vmsperl@perl.org
11800              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
11801              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
11802      Branch: perl
11803            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
11804 ____________________________________________________________________________
11805 [  6625] By: jhi                                   on 2000/08/14  20:52:16
11806         Log: Add SUIDMAIL as was done for the CERT alert.
11807      Branch: perl
11808            ! patchlevel.h
11809 ____________________________________________________________________________
11810 [  6624] By: jhi                                   on 2000/08/14  20:48:50
11811         Log: Subject: sfio2000
11812              From: Daniel Muino <dmuino@afip.gov.ar>
11813              Date: Mon, 14 Aug 2000 16:58:11 -0300
11814              Message-ID: <20000814165811.B16368@con2-dgi>
11815      Branch: perl
11816            ! perlsdio.h perlsfio.h
11817 ____________________________________________________________________________
11818 [  6623] By: jhi                                   on 2000/08/14  20:47:36
11819         Log: Subject: warning: storage class after type is obsolescent
11820              From: Daniel Muino <dmuino@afip.gov.ar>
11821              Date: Mon, 14 Aug 2000 16:42:47 -0300
11822              Message-ID: <20000814164247.A16368@con2-dgi>
11823      Branch: perl
11824            ! regcomp.pl regnodes.h
11825 ____________________________________________________________________________
11826 [  6622] By: jhi                                   on 2000/08/14  20:43:05
11827         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
11828              From: abigail@foad.org
11829              Date: 14 Aug 2000 20:00:10 -0000
11830              Message-Id: <20000814200010.27271.qmail@foad.org>
11831      Branch: perl
11832            ! Changes
11833 ____________________________________________________________________________
11834 [  6621] By: jhi                                   on 2000/08/14  15:23:05
11835         Log: Update Changes.
11836      Branch: perl
11837            ! Changes
11838 ____________________________________________________________________________
11839 [  6620] By: jhi                                   on 2000/08/14  15:22:14
11840         Log: Subject: Re: [PATCH] @+, @- readonly
11841              From: Mike Guy <mjtg@cam.ac.uk>
11842              Date: Mon, 14 Aug 2000 15:26:55 +0100
11843              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
11844      Branch: perl
11845            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
11846            ! sv.c t/op/pat.t
11847 ____________________________________________________________________________
11848 [  6619] By: jhi                                   on 2000/08/14  14:12:08
11849         Log: Update Changes.
11850      Branch: perl
11851            ! Changes
11852 ____________________________________________________________________________
11853 [  6618] By: jhi                                   on 2000/08/14  14:09:34
11854         Log: For now remove the mail code.
11855      Branch: perl
11856            ! perl.c
11857 ____________________________________________________________________________
11858 [  6617] By: jhi                                   on 2000/08/14  14:08:28
11859         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
11860      Branch: perl
11861            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
11862            ! pod/perlfaq8.pod pod/perlsec.pod
11863 ____________________________________________________________________________
11864 [  6616] By: jhi                                   on 2000/08/14  14:00:11
11865         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
11866              From: Mike Guy <mjtg@cam.ac.uk>
11867              Date: Mon, 14 Aug 2000 08:26:02 +0100
11868              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
11869      Branch: perl
11870            ! lib/perl5db.pl
11871 ____________________________________________________________________________
11872 [  6615] By: jhi                                   on 2000/08/14  13:58:45
11873         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
11874              From: Mike Guy <mjtg@cam.ac.uk>
11875              Date: Mon, 14 Aug 2000 08:04:22 +0100
11876              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
11877      Branch: perl
11878            ! gv.c mg.c t/op/pat.t
11879 ____________________________________________________________________________
11880 [  6614] By: jhi                                   on 2000/08/14  13:56:45
11881         Log: Subject: Test fails / warnings with perl-current #6612
11882              From: Mike Guy <mjtg@cam.ac.uk>
11883              Date: Mon, 14 Aug 2000 07:57:23 +0100
11884              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
11885      Branch: perl
11886            ! t/lib/b.t t/lib/peek.t
11887 ____________________________________________________________________________
11888 [  6613] By: jhi                                   on 2000/08/14  13:45:33
11889         Log: VMS configure.com update continues.
11890      Branch: perl
11891            - vms/configure.com
11892            ! MANIFEST configure.com
11893 ____________________________________________________________________________
11894 [  6612] By: jhi                                   on 2000/08/13  22:13:35
11895         Log: Update Changes.
11896      Branch: perl
11897            ! Changes
11898 ____________________________________________________________________________
11899 [  6611] By: jhi                                   on 2000/08/13  16:21:45
11900         Log: Upgrade to CGI 2.71, from Lincoln Stein.
11901      Branch: perl
11902            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
11903 ____________________________________________________________________________
11904 [  6610] By: jhi                                   on 2000/08/13  15:09:16
11905         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
11906              From: Mike Guy <mjtg@cam.ac.uk>
11907              Date: Sun, 13 Aug 2000 13:45:51 +0100
11908              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
11909      Branch: perl
11910            ! t/op/regmesg.t
11911 ____________________________________________________________________________
11912 [  6609] By: jhi                                   on 2000/08/13  14:31:26
11913         Log: Andreas says that 1.56 is fine, so reverting back to it.
11914      Branch: perl
11915            ! lib/CPAN.pm
11916 ____________________________________________________________________________
11917 [  6608] By: jhi                                   on 2000/08/13  05:34:20
11918         Log: Update Changes.
11919      Branch: perl
11920            ! Changes
11921 ____________________________________________________________________________
11922 [  6607] By: jhi                                   on 2000/08/13  05:32:01
11923         Log: Put back the \z changes of #5406 to CPAN.pm.
11924      Branch: perl
11925            ! lib/CPAN.pm
11926 ____________________________________________________________________________
11927 [  6606] By: jhi                                   on 2000/08/13  05:20:16
11928         Log: Fix-n-skip the tests under 5005threads.
11929      Branch: perl
11930            ! t/lib/b.t
11931 ____________________________________________________________________________
11932 [  6605] By: jhi                                   on 2000/08/13  05:07:48
11933         Log: Fix the test for 5005threads.
11934      Branch: perl
11935            ! t/lib/peek.t
11936 ____________________________________________________________________________
11937 [  6604] By: jhi                                   on 2000/08/13  03:35:37
11938         Log: Should have deleted this in #6603.
11939      Branch: perl
11940            - vms/subconfigure.com
11941 ____________________________________________________________________________
11942 [  6603] By: jhi                                   on 2000/08/12  18:29:32
11943         Log: Rewrite of vms/subconfigure.com as configure.com,
11944              from Peter Prymmer and the vmsperl crew.
11945      Branch: perl
11946            + vms/configure.com
11947            ! MANIFEST
11948 ____________________________________________________________________________
11949 [  6602] By: jhi                                   on 2000/08/11  13:00:01
11950         Log: PlainText.pm is dead.
11951      Branch: perl
11952            - lib/Pod/PlainText.pm
11953            ! MANIFEST
11954 ____________________________________________________________________________
11955 [  6601] By: jhi                                   on 2000/08/11  04:06:45
11956         Log: Update Changes.
11957      Branch: perl
11958            ! Changes
11959 ____________________________________________________________________________
11960 [  6600] By: jhi                                   on 2000/08/11  04:06:10
11961         Log: Add a few missing files, update MANIFEST.
11962      Branch: perl
11963            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
11964            + lib/Pod/PlainText.pm t/pod/find.t
11965            ! MANIFEST t/op/regmesg.t
11966 ____________________________________________________________________________
11967 [  6599] By: jhi                                   on 2000/08/11  03:31:10
11968         Log: Add Perl debugging tutorial, regen toc. 
11969              
11970              Subject: perldebtut.pod
11971              From: Richard Foley <Richard.Foley@m.dasa.de>
11972              Date: Wed, 09 Aug 2000 10:17:15 +0200
11973              Message-id: <3991138B.262247B8@m.dasa.de>
11974      Branch: perl
11975            + pod/perldebtut.pod
11976            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11977 ____________________________________________________________________________
11978 [  6598] By: jhi                                   on 2000/08/11  02:48:56
11979         Log: tiny Changes edit
11980      Branch: perl
11981            ! Changes
11982 ____________________________________________________________________________
11983 [  6597] By: jhi                                   on 2000/08/11  02:39:04
11984         Log: Tests for #6589.
11985              
11986              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
11987              From: simon@brecon.co.uk (Simon Cozens)
11988              Date: 11 Aug 2000 02:24:52 GMT
11989              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
11990      Branch: perl
11991            ! t/lib/b.t
11992 ____________________________________________________________________________
11993 [  6596] By: jhi                                   on 2000/08/11  01:50:07
11994         Log: Update Changes.
11995      Branch: perl
11996            ! Changes
11997 ____________________________________________________________________________
11998 [  6595] By: jhi                                   on 2000/08/11  01:47:16
11999         Log: nitfix
12000      Branch: perl
12001            ! Changes
12002 ____________________________________________________________________________
12003 [  6594] By: jhi                                   on 2000/08/11  01:36:16
12004         Log: Subject: Getting perlio and threads to compile
12005              From: Lupe Christoph <lupe@lupe-christoph.de>
12006              Date: Wed, 9 Aug 2000 11:35:54 +0200
12007              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
12008              
12009              (the Solaris version changes in Configure skipped)
12010      Branch: perl
12011            ! hints/solaris_2.sh thread.h
12012 ____________________________________________________________________________
12013 [  6593] By: jhi                                   on 2000/08/11  01:30:16
12014         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
12015              From: simon@brecon.co.uk (Simon Cozens)
12016              Date: 1 Aug 2000 06:55:19 GMT
12017              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
12018      Branch: perl
12019            ! lib/utf8.pm
12020 ____________________________________________________________________________
12021 [  6592] By: jhi                                   on 2000/08/11  01:26:39
12022         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
12023              From: Peter Scott <Peter@PeterScott.com>
12024              Date: Thu, 10 Aug 2000 08:23:27 -0700
12025              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
12026      Branch: perl
12027            ! lib/perl5db.pl
12028 ____________________________________________________________________________
12029 [  6591] By: jhi                                   on 2000/08/11  01:22:02
12030         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
12031              From: Hugo <hv@crypt.compulink.co.uk>
12032              Date: Thu, 10 Aug 2000 19:23:04 +0100
12033              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
12034      Branch: perl
12035            ! regexec.c t/op/pat.t
12036 ____________________________________________________________________________
12037 [  6590] By: jhi                                   on 2000/08/11  01:19:19
12038         Log: Preprocessing and postprocessing for File::Find.
12039              
12040              Subject: Patch to Find::File.pm to allow alphabetical results
12041              From: Joe Smith <jsmith@inwap.com>
12042              Date: Wed, 9 Aug 2000 02:44:54 -0700
12043              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
12044      Branch: perl
12045            ! lib/File/Find.pm
12046 ____________________________________________________________________________
12047 [  6589] By: jhi                                   on 2000/08/11  01:12:39
12048         Log: B::Deparse didn't do sub attributes.
12049              
12050              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
12051              From: simon@brecon.co.uk (Simon Cozens)
12052              Date: 9 Aug 2000 04:49:20 GMT
12053              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
12054      Branch: perl
12055            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
12056 ____________________________________________________________________________
12057 [  6588] By: jhi                                   on 2000/08/11  01:06:40
12058         Log: Subject: debugger "d" command doesnt check line number
12059              From: Mike Guy <mjtg@cam.ac.uk>
12060              Date: Tue, 08 Aug 2000 21:54:29 +0100
12061              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
12062      Branch: perl
12063            ! lib/perl5db.pl mg.c pod/perldiag.pod
12064 ____________________________________________________________________________
12065 [  6587] By: jhi                                   on 2000/08/11  00:45:03
12066         Log: sleep(1) does not necessarily return 1.
12067              
12068              Subject: [PATCH bleadperl] op/lex_assign.t  
12069              From: Hugo <hv@crypt.compulink.co.uk>
12070              Date: Thu, 03 Aug 2000 14:34:22 +0100        
12071              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
12072      Branch: perl
12073            ! t/op/lex_assign.t
12074 ____________________________________________________________________________
12075 [  6586] By: jhi                                   on 2000/08/11  00:31:50
12076         Log: Document the IO::Select timeout.
12077      Branch: perl
12078            ! ext/IO/lib/IO/Select.pm
12079 ____________________________________________________________________________
12080 [  6585] By: jhi                                   on 2000/08/11  00:13:54
12081         Log: Forgot contributor.
12082      Branch: perl
12083            ! Changes
12084 ____________________________________________________________________________
12085 [  6584] By: jhi                                   on 2000/08/11  00:09:19
12086         Log: detypo
12087      Branch: perl
12088            ! Changes
12089 ____________________________________________________________________________
12090 [  6583] By: jhi                                   on 2000/08/11  00:07:53
12091         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
12092              
12093              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
12094              From: Mike Guy <mjtg@cam.ac.uk> 
12095              Date: Thu, 10 Aug 2000 15:50:54 +0100
12096              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
12097      Branch: perl
12098            ! sv.c t/op/int.t
12099 ____________________________________________________________________________
12100 [  6582] By: jhi                                   on 2000/08/10  23:29:32
12101         Log: Update Changes.
12102      Branch: perl
12103            ! Changes
12104 ____________________________________________________________________________
12105 [  6581] By: jhi                                   on 2000/08/10  23:26:16
12106         Log: Put back the std @INC thing.
12107      Branch: perl
12108            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
12109            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
12110            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
12111            ! t/lib/gol-oo.t
12112 ____________________________________________________________________________
12113 [  6580] By: jhi                                   on 2000/08/10  23:03:34
12114         Log: Update to CGI 2.70, from Lincoln Stein.
12115      Branch: perl
12116            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
12117            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
12118            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
12119            ! t/lib/cgi-request.t
12120 ____________________________________________________________________________
12121 [  6579] By: jhi                                   on 2000/08/10  22:41:50
12122         Log: Update to CPAN 1.56, from Andreas König.
12123      Branch: perl
12124            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12125 ____________________________________________________________________________
12126 [  6578] By: jhi                                   on 2000/08/10  22:38:13
12127         Log: Update to Pod::Parser 1.17, from Brad Appleton.
12128      Branch: perl
12129            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
12130            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
12131            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
12132            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
12133            ! t/pod/include.t t/pod/included.t t/pod/lref.t
12134            ! t/pod/multiline_items.t t/pod/nested_items.t
12135            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
12136            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
12137            ! t/pod/special_seqs.t
12138 ____________________________________________________________________________
12139 [  6577] By: jhi                                   on 2000/08/10  22:35:41
12140         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
12141      Branch: perl
12142            ! AUTHORS MAINTAIN
12143 ____________________________________________________________________________
12144 [  6576] By: jhi                                   on 2000/08/10  22:24:54
12145         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
12146      Branch: perl
12147            + t/lib/gol-oo.t
12148            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
12149            ! t/lib/gol-compat.t t/lib/gol-linkage.t
12150 ____________________________________________________________________________
12151 [  6575] By: jhi                                   on 2000/08/10  22:02:07
12152         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
12153      Branch: perl
12154            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
12155 ____________________________________________________________________________
12156 [  6574] By: jhi                                   on 2000/08/10  21:55:03
12157         Log: Iterating perl6 description.
12158      Branch: perl
12159            ! pod/perlfaq1.pod
12160 ____________________________________________________________________________
12161 [  6573] By: jhi                                   on 2000/08/10  21:48:26
12162         Log: Revert the sv.c part of #6559, a better fix is needed.
12163      Branch: perl
12164            ! sv.c
12165 ____________________________________________________________________________
12166 [  6572] By: jhi                                   on 2000/08/10  20:33:43
12167         Log: It's the 2ndO'ROSSC.
12168      Branch: perl
12169            ! pod/perlfaq1.pod
12170 ____________________________________________________________________________
12171 [  6571] By: jhi                                   on 2000/08/10  15:55:48
12172         Log: detypo
12173      Branch: perl
12174            ! pod/perlfaq1.pod
12175 ____________________________________________________________________________
12176 [  6570] By: jhi                                   on 2000/08/10  14:11:17
12177         Log: An exceptionally sticky typo.
12178      Branch: perl
12179            ! Changes
12180 ____________________________________________________________________________
12181 [  6569] By: jhi                                   on 2000/08/10  14:09:33
12182         Log: detypo (and test Changes updating script)
12183      Branch: perl
12184            ! Changes
12185 ____________________________________________________________________________
12186 [  6568] By: jhi                                   on 2000/08/10  14:07:07
12187         Log: Update Changes.
12188      Branch: perl
12189            ! Changes
12190 ____________________________________________________________________________
12191 [  6567] By: jhi                                   on 2000/08/10  14:06:19
12192         Log: Amend the description of Perl6.
12193              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
12194              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
12195              Date: Wed, 9 Aug 2000 22:11:06 -0500
12196              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
12197      Branch: perl
12198            ! pod/perlfaq1.pod
12199 ____________________________________________________________________________
12200 [  6566] By: jhi                                   on 2000/08/10  13:58:57
12201         Log: Subject: Remove dead entry in perldiag
12202              From: Mike Guy <mjtg@cam.ac.uk>
12203              Date: Thu, 10 Aug 2000 14:19:19 +0100
12204              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
12205      Branch: perl
12206            ! pod/perldiag.pod
12207 ____________________________________________________________________________
12208 [  6565] By: jhi                                   on 2000/08/10  13:51:48
12209         Log: Zero entries were skipped, fix from Adrian Goalby
12210              <argoalby@yahoo.co.uk>
12211      Branch: perl
12212            ! lib/unicode/Number.pl lib/unicode/mktables.PL
12213 ____________________________________________________________________________
12214 [  6564] By: jhi                                   on 2000/08/10  13:00:12
12215         Log: Subject: [PATCH 5.6.0] cygwin port
12216              From: "Fifer, Eric" <EFifer@sanwaint.com>
12217              Date: Thu, 10 Aug 2000 13:15:36 +0100
12218              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
12219      Branch: perl
12220            ! README.cygwin hints/cygwin.sh
12221 ____________________________________________________________________________
12222 [  6563] By: jhi                                   on 2000/08/10  12:55:16
12223         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
12224      Branch: perl
12225            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
12226 ____________________________________________________________________________
12227 [  6562] By: gsar                                  on 2000/08/10  08:38:39
12228         Log: warn is a macro, avoid using at a variable to avoid warnings
12229              in some configurations; readdir.t is too conservative in
12230              estimating number of *.t's
12231      Branch: perl
12232            ! t/op/readdir.t util.c
12233 ____________________________________________________________________________
12234 [  6561] By: jhi                                   on 2000/08/09  23:35:42
12235         Log: Update Changes.
12236      Branch: perl
12237            ! Changes
12238 ____________________________________________________________________________
12239 [  6560] By: jhi                                   on 2000/08/09  23:05:47
12240         Log: Subject: Re: enhanced(?) regex error messages
12241              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
12242              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
12243              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
12244              
12245              (plus two small patches sent privately)
12246              (this still seems to leave few test failures)
12247      Branch: perl
12248            + t/op/regmesg.t
12249            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
12250            ! t/pragma/warn/regcomp
12251 ____________________________________________________________________________
12252 [  6559] By: jhi                                   on 2000/08/09  20:41:18
12253         Log: (The fix did work but was not right, retracted in #6573)
12254              
12255              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
12256              From: Christian Kirsch <ck@held.mind.de>
12257              Date: Wed, 9 Aug 2000 17:05:17 +0200
12258              Message-Id: <20000809170517.A25389@held>
12259      Branch: perl
12260            ! sv.c t/pragma/locale.t
12261 ____________________________________________________________________________
12262 [  6558] By: jhi                                   on 2000/08/08  22:34:08
12263         Log: Tiny updates on the contributors list.
12264      Branch: perl
12265            ! Changes
12266 ____________________________________________________________________________
12267 [  6557] By: jhi                                   on 2000/08/08  19:34:28
12268         Log: Double check that we have a dirhandle.
12269      Branch: perl
12270            ! util.c
12271 ____________________________________________________________________________
12272 [  6556] By: jhi                                   on 2000/08/08  19:01:51
12273         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
12274              May be repopulated with fresh maintained examples.
12275      Branch: perl
12276            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
12277            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
12278            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
12279            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
12280            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
12281            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
12282            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
12283            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
12284            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
12285            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
12286            + lib/CGI/eg/wilogo_gif.uu
12287            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
12288            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
12289            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
12290            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
12291            - eg/cgi/frameset.cgi eg/cgi/index.html
12292            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
12293            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
12294            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
12295            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
12296            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
12297            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
12298            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
12299            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
12300            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
12301            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
12302            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
12303            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
12304            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
12305            - eg/van/vanish eg/who eg/wrapsuid
12306            ! MANIFEST
12307 ____________________________________________________________________________
12308 [  6555] By: jhi                                   on 2000/08/08  18:51:08
12309         Log: Delete chat2 as requested by Randal.
12310              
12311              Subject: Re: perlfaq8 coyness
12312              From: merlyn@stonehenge.com (Randal L. Schwartz) 
12313              Date: 15 May 2000 18:52:42 -0700 
12314              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
12315      Branch: perl
12316            - lib/chat2.pl
12317            ! MANIFEST
12318 ____________________________________________________________________________
12319 [  6554] By: jhi                                   on 2000/08/08  18:31:35
12320         Log: Regen global.sym.
12321      Branch: perl
12322            ! global.sym
12323 ____________________________________________________________________________
12324 [  6553] By: jhi                                   on 2000/08/08  18:28:13
12325         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
12326              (either perlbug or p5p ate the original), plus regen
12327              perlapi and perltoc. 
12328      Branch: perl
12329            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
12330            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
12331            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
12332            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
12333            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
12334            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
12335            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
12336            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
12337            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
12338            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
12339 ____________________________________________________________________________
12340 [  6552] By: jhi                                   on 2000/08/08  18:06:29
12341         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
12342              From: Mike Guy <mjtg@cam.ac.uk>
12343              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
12344              Date: Tue, 08 Aug 2000 15:51:27 +0100
12345      Branch: perl
12346            ! doop.c sv.h t/op/join.t t/pragma/overload.t
12347 ____________________________________________________________________________
12348 [  6551] By: jhi                                   on 2000/08/08  18:01:11
12349         Log: Re-apply #6549.
12350      Branch: perl
12351            ! lib/perl5db.pl
12352 ____________________________________________________________________________
12353 [  6550] By: jhi                                   on 2000/08/08  17:43:08
12354         Log: Accidental retraction of #6549.
12355      Branch: perl
12356            ! lib/perl5db.pl
12357 ____________________________________________________________________________
12358 [  6549] By: jhi                                   on 2000/08/08  17:40:04
12359         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
12360              From: Mike Guy <mjtg@cam.ac.uk>
12361              Date: Mon, 07 Aug 2000 21:49:58 +0100
12362              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
12363      Branch: perl
12364            ! lib/perl5db.pl
12365 ____________________________________________________________________________
12366 [  6548] By: jhi                                   on 2000/08/08  17:37:57
12367         Log: Document here-doc better.
12368              
12369              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
12370              From: Mike Guy <mjtg@cam.ac.uk>
12371              Date: Mon, 07 Aug 2000 14:02:09 +0100
12372              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
12373      Branch: perl
12374            ! pod/perldata.pod
12375 ____________________________________________________________________________
12376 [  6547] By: jhi                                   on 2000/08/08  17:33:34
12377         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
12378              From: "Randy J. Ray" <rjray@redhat.com>
12379              Date: Mon, 07 Aug 2000 19:12:25 -0700
12380              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
12381      Branch: perl
12382            ! perl.c pod/perlrun.pod
12383 ____________________________________________________________________________
12384 [  6546] By: jhi                                   on 2000/08/08  17:29:26
12385         Log: Subject: Re: enhanced(?) regex error messages 
12386              From: Hugo <hv@crypt.compulink.co.uk>
12387              Date: Tue, 08 Aug 2000 03:25:51 +0100
12388              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
12389              
12390              plus Capitalize the error messages, plus perldiag them.
12391      Branch: perl
12392            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
12393 ____________________________________________________________________________
12394 [  6545] By: jhi                                   on 2000/08/08  13:59:28
12395         Log: Augment #6539 a bit: don't croak if there's magic in the air.
12396              
12397              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
12398              From: Hugo <hv@crypt.compulink.co.uk>
12399              Date: Tue, 08 Aug 2000 03:02:03 +0100
12400              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
12401      Branch: perl
12402            ! pp.c t/op/bless.t
12403 ____________________________________________________________________________
12404 [  6544] By: jhi                                   on 2000/08/07  21:11:52
12405         Log: Make the test -w clean.
12406      Branch: perl
12407            ! t/op/bless.t
12408 ____________________________________________________________________________
12409 [  6543] By: jhi                                   on 2000/08/07  19:49:53
12410         Log: use warnings instead of $^W.
12411      Branch: perl
12412            ! t/op/bless.t
12413 ____________________________________________________________________________
12414 [  6542] By: jhi                                   on 2000/08/07  17:41:41
12415         Log: Disable a portability warning Because We Know What We Are Doing.
12416      Branch: perl
12417            ! t/op/bless.t
12418 ____________________________________________________________________________
12419 [  6541] By: jhi                                   on 2000/08/07  17:29:51
12420         Log: Tiny tidying on report_evil_fh().
12421      Branch: perl
12422            ! util.c
12423 ____________________________________________________________________________
12424 [  6540] By: jhi                                   on 2000/08/07  16:37:38
12425         Log: Make regular expression parse error messages easier to understand.
12426              
12427              Subject: Re: enhanced(?) regex error messages
12428              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
12429              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
12430              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
12431      Branch: perl
12432            ! regcomp.c
12433 ____________________________________________________________________________
12434 [  6539] By: jhi                                   on 2000/08/07  16:12:27
12435         Log: Make bless(REF, REF) a fatal error, add bless tests.
12436              
12437              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
12438              From: Hugo <hv@crypt.compulink.co.uk>
12439              Date: Mon, 07 Aug 2000 16:59:38 +0100
12440              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
12441      Branch: perl
12442            + t/op/bless.t
12443            ! MANIFEST pod/perldiag.pod pp.c sv.c
12444 ____________________________________________________________________________
12445 [  6538] By: jhi                                   on 2000/08/07  15:59:43
12446         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
12447              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
12448              Date: Thu, 3 Aug 2000 14:29:21 -0700
12449              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
12450      Branch: perl
12451            ! lib/lib_pm.PL
12452 ____________________________________________________________________________
12453 [  6537] By: jhi                                   on 2000/08/07  15:47:18
12454         Log: Retract #6419 for now since it breaks in AFS and MachTen.
12455      Branch: perl
12456            ! lib/Cwd.pm
12457 ____________________________________________________________________________
12458 [  6536] By: jhi                                   on 2000/08/07  15:05:29
12459         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
12460              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
12461              The security hole exists only in suidperls, which isn't
12462              installed or even built by default.
12463      Branch: perl
12464            ! perl.c
12465 ____________________________________________________________________________
12466 [  6535] By: jhi                                   on 2000/08/07  14:45:14
12467         Log: tr memory corruption fix from Simon Cozens.
12468      Branch: perl
12469            ! doop.c
12470 ____________________________________________________________________________
12471 [  6534] By: jhi                                   on 2000/08/06  11:38:16
12472         Log: Document a bit that UDP is not what you might think.
12473              
12474              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
12475              From: Lupe Christoph <lupe@lupe-christoph.de>
12476              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
12477              Date: Mon, 24 Jul 2000 08:59:15 +0200
12478      Branch: perl
12479            ! pod/perlipc.pod
12480 ____________________________________________________________________________
12481 [  6533] By: jhi                                   on 2000/08/06  11:35:01
12482         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
12483              From: Jeff Pinyan <jeffp@hut.crusoe.net>
12484              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
12485              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
12486      Branch: perl
12487            ! pod/perlfunc.pod
12488 ____________________________________________________________________________
12489 [  6532] By: jhi                                   on 2000/08/06  03:45:41
12490         Log: Have symbols for the IoTYPEs.
12491      Branch: perl
12492            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
12493 ____________________________________________________________________________
12494 [  6531] By: jhi                                   on 2000/08/06  01:33:55
12495         Log: Continue fixing the io warnings.  This also
12496              sort of fixes bug ID 20000802.003: the core dump
12497              is no more.  Whether the current behaviour is correct
12498              (giving a warning: "Not a format reference"), is another matter.
12499      Branch: perl
12500            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
12501            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
12502 ____________________________________________________________________________
12503 [  6530] By: jhi                                   on 2000/08/05  21:33:12
12504         Log: Change the Policy policy: now -Dprefix= with an existing
12505              Policy.sh and prefix == siteprefix == vendorprefix, then all
12506              of them follow along the new prefix.
12507              
12508              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
12509              From: Andy Dougherty <doughera@lafayette.edu>
12510              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
12511              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
12512      Branch: perl
12513            ! Policy_sh.SH
12514 ____________________________________________________________________________
12515 [  6529] By: jhi                                   on 2000/08/05  18:57:28
12516         Log: Zap lib/Sys directory when cleaning up.
12517      Branch: perl
12518            ! Makefile.SH
12519 ____________________________________________________________________________
12520 [  6528] By: jhi                                   on 2000/08/05  18:40:44
12521         Log: Essential prototype changes were missing from #6527.
12522              Also make report_evil_fh() more bomb-proof.
12523      Branch: perl
12524            ! embed.h util.c
12525 ____________________________________________________________________________
12526 [  6527] By: jhi                                   on 2000/08/05  03:22:05
12527         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
12528              From: "Ronald F. Guilmette" <rfg@monkeys.com>
12529              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
12530              Message-Id: <200007242247.PAA52177@monkeys.com>
12531      Branch: perl
12532            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
12533 ____________________________________________________________________________
12534 [  6526] By: jhi                                   on 2000/08/04  21:23:27
12535         Log: gcc versions might have (parentheses) in them.
12536      Branch: metaconfig/U/perl
12537            ! gccvers.U
12538      Branch: perl
12539            ! Configure config_h.SH
12540 ____________________________________________________________________________
12541 [  6525] By: jhi                                   on 2000/08/04  20:23:12
12542         Log: Weed buglets pointed out by
12543              
12544              From: Lupe Christoph <lupe@lupe-christoph.de>
12545              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
12546              Date: Fri, 4 Aug 2000 17:34:39 +0200
12547              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
12548      Branch: metaconfig/U/perl
12549            ! gccvers.U uselfs.U
12550      Branch: perl
12551            ! Configure config_h.SH
12552 ____________________________________________________________________________
12553 [  6524] By: jhi                                   on 2000/08/04  19:02:08
12554         Log: Warn under -w if lstat(FH) is attempted.
12555              
12556              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
12557              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
12558              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
12559              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
12560      Branch: perl
12561            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
12562            ! t/pragma/warn/pp_sys
12563 ____________________________________________________________________________
12564 [  6523] By: jhi                                   on 2000/08/04  12:31:11
12565         Log: Subject: New perlcc, take 2
12566              From: simon@brecon.co.uk (Simon Cozens)
12567              Date: 4 Aug 2000 06:21:04 GMT
12568              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
12569      Branch: perl
12570            ! utils/perlcc.PL
12571 ____________________________________________________________________________
12572 [  6522] By: jhi                                   on 2000/08/04  12:26:33
12573         Log: Subject: Re: Array vs. List context
12574              From: Daniel Chetlin <daniel@chetlin.com>
12575              Date: Fri, 4 Aug 2000 00:22:44 -0700
12576              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
12577      Branch: perl
12578            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
12579            ! pod/perlfaq4.pod
12580 ____________________________________________________________________________
12581 [  6521] By: jhi                                   on 2000/08/04  12:22:38
12582         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
12583              From: Raymund Will <ray@caldera.de>
12584              Date: Fri, 4 Aug 2000 12:07:09 +0200
12585              Message-Id: <20000804120709.A14982@caldera.de>
12586      Branch: perl
12587            ! configure.gnu
12588 ____________________________________________________________________________
12589 [  6520] By: jhi                                   on 2000/08/04  04:09:06
12590         Log: After the #6519 a warning about stat() is just that,
12591              not about a filetest, which now have their own warning.
12592      Branch: perl
12593            ! pod/perldiag.pod
12594 ____________________________________________________________________________
12595 [  6519] By: jhi                                   on 2000/08/04  04:06:30
12596         Log: In the warnings call filehandles consistently so;
12597              add "unopened" warning for stat().
12598      Branch: perl
12599            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
12600            ! t/pragma/warn/pp_sys
12601 ____________________________________________________________________________
12602 [  6518] By: jhi                                   on 2000/08/04  02:55:35
12603         Log: Subject: Minor tweak to perlvar.pod
12604              From: "Stephen P. Potter" <spp@ds.net>
12605              Date: Tue, 18 Apr 2000 09:26:03 -0400
12606              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
12607      Branch: perl
12608            ! pod/perlvar.pod
12609 ____________________________________________________________________________
12610 [  6517] By: jhi                                   on 2000/08/04  02:50:08
12611         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
12612              From: "Clinton Pierce" <cpierce1@ford.com>
12613              Date: Wed, 21 Jul 1999 16:45:31 -0400
12614              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
12615              
12616              Fix by Stephen Potter (visible in the bug db but not in p5p?)
12617      Branch: perl
12618            ! pod/perlfunc.pod pod/perlop.pod
12619 ____________________________________________________________________________
12620 [  6516] By: jhi                                   on 2000/08/04  02:09:25
12621         Log: This is 6512.  Really.
12622      Branch: perl
12623            ! dump.c
12624 ____________________________________________________________________________
12625 [  6515] By: jhi                                   on 2000/08/04  01:25:50
12626         Log: mention the idea of @( and @)
12627      Branch: perl
12628            ! Todo-5.6
12629 ____________________________________________________________________________
12630 [  6514] By: bailey                                on 2000/08/04  01:18:46
12631         Log: YA resync with mainstem, including VMS patches from others
12632      Branch: vmsperl
12633           +> (branch 48 files)
12634            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
12635           !> (integrate 354 files)
12636 ____________________________________________________________________________
12637 [  6513] By: jhi                                   on 2000/08/04  01:18:18
12638         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
12639              From: Mark Dickinson <dickins3@fas.harvard.edu>
12640              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
12641              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
12642      Branch: perl
12643            ! t/op/grent.t t/op/pwent.t
12644 ____________________________________________________________________________
12645 [  6512] By: jhi                                   on 2000/08/04  01:14:06
12646         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
12647              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12648              Date: Wed, 02 Aug 2000 10:51:01 +0100
12649              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
12650      Branch: perl
12651            ! sv.c
12652 ____________________________________________________________________________
12653 [  6511] By: jhi                                   on 2000/08/04  00:57:00
12654         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
12655              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12656              Date: Thu, 03 Aug 2000 17:20:04 -0700
12657              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
12658      Branch: metaconfig
12659            ! U/modified/Cppsym.U
12660      Branch: perl
12661            ! Configure config_h.SH
12662 ____________________________________________________________________________
12663 [  6510] By: jhi                                   on 2000/08/04  00:25:28
12664         Log: detypo
12665      Branch: perl
12666            ! Makefile.SH
12667 ____________________________________________________________________________
12668 [  6509] By: jhi                                   on 2000/08/03  23:43:18
12669         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
12670              From: Dominic Dunlop <domo@computer.org>
12671              Date: Thu, 3 Aug 2000 22:16:46 +0200
12672              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
12673      Branch: perl
12674            ! t/op/sprintf.t
12675 ____________________________________________________________________________
12676 [  6508] By: jhi                                   on 2000/08/03  23:40:37
12677         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
12678              From: Hugo <hv@crypt.compulink.co.uk>
12679              Date: Thu, 03 Aug 2000 18:25:30 +0100
12680              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
12681      Branch: perl
12682            ! regcomp.c t/op/re_tests
12683 ____________________________________________________________________________
12684 [  6507] By: jhi                                   on 2000/08/03  23:38:28
12685         Log: Subject: [PATCH] sv.h documentation - SvLEN
12686              From: Mike Guy <mjtg@cam.ac.uk>
12687              Date: Thu, 03 Aug 2000 14:43:09 +0100
12688              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
12689      Branch: perl
12690            ! sv.h
12691 ____________________________________________________________________________
12692 [  6506] By: jhi                                   on 2000/08/03  15:49:14
12693         Log: Disable the fix_pl hack for now.
12694      Branch: perl
12695            ! Makefile.SH
12696 ____________________________________________________________________________
12697 [  6505] By: jhi                                   on 2000/08/03  13:49:04
12698         Log: Add a URL for FSF.
12699              
12700              Subject: Patch for README
12701              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
12702              Date: Wed, 2 Aug 2000 13:25:09 -0500
12703              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
12704      Branch: perl
12705            ! README
12706 ____________________________________________________________________________
12707 [  6504] By: jhi                                   on 2000/08/03  13:29:19
12708         Log: Be more informative on what is skipped and why,
12709              also repeat the list at the end.
12710      Branch: perl
12711            ! Porting/p4desc
12712 ____________________________________________________________________________
12713 [  6503] By: jhi                                   on 2000/08/03  13:07:05
12714         Log: Circumvent the removal of .patch by fix_pl.
12715              
12716              Subject: Re: [ID 20000802.011] unable to 'make test'          
12717              From: simon@brecon.co.uk (Simon Cozens) 
12718              Date: 3 Aug 2000 04:17:00 GMT
12719              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
12720      Branch: perl
12721            ! Makefile.SH
12722 ____________________________________________________________________________
12723 [  6502] By: jhi                                   on 2000/08/03  00:14:34
12724         Log: Add the missing setproctitle unit.
12725      Branch: metaconfig/U/perl
12726            + d_setproctitle.U
12727 ____________________________________________________________________________
12728 [  6501] By: jhi                                   on 2000/08/03  00:00:26
12729         Log: The subtest 4 may fail also on VOBS, as pointed out
12730              by Nick Ing-Simmons in November 1999, bug id 19991124.003
12731              (but the failure in that bug report isn't the subtest 4).
12732      Branch: perl
12733            ! t/op/stat.t
12734 ____________________________________________________________________________
12735 [  6500] By: jhi                                   on 2000/08/02  23:49:30
12736         Log: Better skip message for the test; one of the two problems in
12737              
12738              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
12739              From: Lupe Christoph <lupe@lupe-christoph.de>
12740              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
12741              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
12742      Branch: perl
12743            ! t/op/numconvert.t
12744 ____________________________________________________________________________
12745 [  6499] By: jhi                                   on 2000/08/02  22:49:16
12746         Log: Allow "no Module;" even if there is no 'unimport'.
12747              
12748              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
12749              From: mjd@plover.com
12750              Date: 24 Mar 2000 15:24:34 -0000
12751              Message-Id: <20000324152434.15160.qmail@plover.com>
12752      Branch: perl
12753            ! gv.c
12754 ____________________________________________________________________________
12755 [  6498] By: jhi                                   on 2000/08/02  22:42:58
12756         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
12757              that are hopefully soon put into use.
12758      Branch: perl
12759            ! opcode.h opcode.pl opnames.h
12760 ____________________________________________________________________________
12761 [  6497] By: gsar                                  on 2000/08/02  22:28:59
12762         Log: require.t needs binmode() to work on windows
12763      Branch: perl
12764            ! t/comp/require.t
12765 ____________________________________________________________________________
12766 [  6496] By: jhi                                   on 2000/08/02  22:08:51
12767         Log: Document the IVdf UVuf UVof UVxf.
12768      Branch: perl
12769            ! pod/perlguts.pod
12770 ____________________________________________________________________________
12771 [  6495] By: jhi                                   on 2000/08/02  21:54:26
12772         Log: detypo #6494
12773      Branch: perl
12774            ! ext/Data/Dumper/Dumper.xs
12775 ____________________________________________________________________________
12776 [  6494] By: jhi                                   on 2000/08/02  21:49:17
12777         Log: Dump UVs as UVs in Data::Dumper.
12778              
12779              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
12780              From: Gurusamy Sarathy <gsar@ActiveState.com>
12781              Date: Thu, 27 Apr 2000 12:26:25 -0700
12782              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
12783      Branch: perl
12784            ! ext/Data/Dumper/Dumper.xs
12785 ____________________________________________________________________________
12786 [  6493] By: jhi                                   on 2000/08/02  17:01:58
12787         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
12788              From: Hugo <hv@crypt.compulink.co.uk>
12789              Date: Wed, 02 Aug 2000 14:53:56 +0100
12790              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
12791      Branch: perl
12792            ! regexec.c t/op/re_tests
12793 ____________________________________________________________________________
12794 [  6492] By: jhi                                   on 2000/08/02  15:02:46
12795         Log: The new setproctitle() feature is available only in 
12796              bleeding edge FreeBSD.  From Paul Saab.
12797      Branch: perl
12798            ! mg.c
12799 ____________________________________________________________________________
12800 [  6491] By: jhi                                   on 2000/08/02  13:34:36
12801         Log: The tr utf8 patching continues.
12802              
12803              Subject: Re: #6469, too many tests claimed in require.t
12804              From: simon@brecon.co.uk (Simon Cozens)
12805              Date: 2 Aug 2000 02:37:17 GMT
12806              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
12807              
12808              (the logic of the test was the wrong way round in the patch)
12809      Branch: perl
12810            ! doop.c
12811 ____________________________________________________________________________
12812 [  6490] By: jhi                                   on 2000/08/02  13:27:38
12813         Log: The name of a filehandle does not have <these>.
12814      Branch: perl
12815            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
12816            ! t/pragma/warn/pp_sys util.c
12817 ____________________________________________________________________________
12818 [  6489] By: jhi                                   on 2000/08/02  04:26:46
12819         Log: Remove the extraneous "main::" prefix from all the
12820              "opened only for", "on closed", and "never opened" warnings.
12821              
12822              Subject: Re: inappropriate warning
12823              From: Gurusamy Sarathy <gsar@ActiveState.com>
12824              Date: Mon, 20 Mar 2000 11:28:02 -0800
12825              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
12826      Branch: perl
12827            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
12828            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
12829            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
12830 ____________________________________________________________________________
12831 [  6488] By: jhi                                   on 2000/08/02  03:02:57
12832         Log: memcpy has n o in it, as pinted ut by Sarathy.
12833      Branch: perl
12834            ! pod/perlguts.pod
12835 ____________________________________________________________________________
12836 [  6487] By: jhi                                   on 2000/08/02  02:44:51
12837         Log: Document in one place the memory abstractions used in Perl core.
12838              
12839              Subject: Re: Memory abstraction
12840              From: simon@brecon.co.uk (Simon Cozens)
12841              Date: 2 Aug 2000 02:20:23 GMT
12842              Organization: Earth.li Origins
12843      Branch: perl
12844            ! pod/perlguts.pod
12845 ____________________________________________________________________________
12846 [  6486] By: jhi                                   on 2000/08/02  02:41:57
12847         Log: regen_headers, regen perltoc.
12848      Branch: perl
12849            ! perlapi.c pod/perltoc.pod
12850 ____________________________________________________________________________
12851 [  6485] By: jhi                                   on 2000/08/02  01:43:33
12852         Log: "This little thing tests for a file .patch, and if it contains
12853              a number, pops into patchlevel.h" (making it easier to track
12854              which development version people are reporting bugs against)
12855              
12856              Subject: Patchlevel autogeneration for repository perls
12857              From: simon@brecon.co.uk (Simon Cozens)
12858              Date: 14 Jul 2000 07:12:15 GMT
12859              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
12860      Branch: perl
12861            + fix_pl
12862            ! MANIFEST Makefile.SH
12863 ____________________________________________________________________________
12864 [  6484] By: jhi                                   on 2000/08/02  01:32:54
12865         Log: FreeBSD 3.* updates from
12866              
12867              From: Paul Saab <ps@yahoo-inc.com>
12868              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
12869              Date: Tue, 1 Aug 2000 15:41:39 -0700
12870              Message-Id: <20000801154139.A53740@yahoo-inc.com>
12871      Branch: perl
12872            ! hints/freebsd.sh
12873 ____________________________________________________________________________
12874 [  6483] By: jhi                                   on 2000/08/02  01:27:44
12875         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
12876              instead one must use setproctitle().  This was already addressed
12877              by change #6457, but the below has a new variant for FreeBSD 4.0
12878              or later, and the matter is also documented more.
12879              
12880              From: Paul Saab <ps@yahoo-inc.com>
12881              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
12882              Date: Tue, 1 Aug 2000 15:41:39 -0700
12883              Message-Id: <20000801154139.A53740@yahoo-inc.com>
12884      Branch: metaconfig/U/perl
12885            + i_libutil.U
12886      Branch: perl
12887            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
12888 ____________________________________________________________________________
12889 [  6482] By: jhi                                   on 2000/08/01  22:17:32
12890         Log: The test from this
12891              
12892              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
12893              Date: Sat, 15 Apr 2000 17:03:44 +0100
12894              From: Tom Hughes <tom@compton.nu>
12895              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
12896              
12897              was missing, the code change went in as #5989
12898              (which had a different test?)
12899      Branch: perl
12900            ! t/op/misc.t
12901 ____________________________________________________________________________
12902 [  6481] By: jhi                                   on 2000/08/01  21:48:38
12903         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
12904              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
12905              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
12906              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
12907      Branch: perl
12908            ! perl.h
12909 ____________________________________________________________________________
12910 [  6480] By: jhi                                   on 2000/08/01  18:05:28
12911         Log: Make p4desc to skip non-mainperl branches by default.
12912      Branch: perl
12913            ! Porting/p4desc
12914 ____________________________________________________________________________
12915 [  6479] By: jhi                                   on 2000/08/01  17:29:19
12916         Log: If gccosandvers is equal to osname, clear gccosandvers.
12917      Branch: metaconfig/U/perl
12918            ! gccvers.U
12919      Branch: perl
12920            ! Configure config_h.SH
12921 ____________________________________________________________________________
12922 [  6478] By: jhi                                   on 2000/08/01  15:54:08
12923         Log: BOM patching from Simon Cozens.
12924      Branch: perl
12925            ! toke.c
12926 ____________________________________________________________________________
12927 [  6477] By: jhi                                   on 2000/08/01  04:50:33
12928         Log: Stash away the largefiles flags and libswanted.
12929      Branch: perl
12930            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
12931 ____________________________________________________________________________
12932 [  6476] By: gsar                                  on 2000/08/01  04:24:24
12933         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
12934              on Windows)
12935      Branch: perl
12936            ! t/pragma/utf8.t utf8.c win32/win32.c
12937 ____________________________________________________________________________
12938 [  6475] By: jhi                                   on 2000/08/01  03:35:24
12939         Log: Make chr() for values >127 to create utf8 when under utf8.
12940              
12941              Subject: Re: uft8/chr()
12942              From: simon@brecon.co.uk (Simon Cozens)
12943              Date: 1 Aug 2000 02:37:02 GMT
12944              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
12945      Branch: perl
12946            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
12947 ____________________________________________________________________________
12948 [  6474] By: jhi                                   on 2000/08/01  02:36:18
12949         Log: In Digital UNIX warn if gcc explicitly chosen because even
12950              2.95.2 is known to cause problems.
12951      Branch: perl
12952            ! hints/dec_osf.sh
12953 ____________________________________________________________________________
12954 [  6473] By: jhi                                   on 2000/08/01  02:00:56
12955         Log: Make the safety catch for buggy gccs work with triple version
12956              numbers like 2.95.2.  Reported in
12957              
12958              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
12959              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
12960              Date: Mon, 31 Jul 2000 14:55:06 +0200
12961              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
12962      Branch: perl
12963            ! hints/dec_osf.sh
12964 ____________________________________________________________________________
12965 [  6472] By: jhi                                   on 2000/08/01  01:13:33
12966         Log: Subject: fix and question re: waitpid() under win32
12967              From: Brian Clarke <clarke@appliedmeta.com>
12968              Date: Fri, 28 Jul 2000 15:18:29 -0400
12969              Message-ID: <3981DC85.290314EB@appliedmeta.com>
12970              
12971              Slightly reformatted and WNOHANG # define moved to win32.h
12972              so that also POSIX.xs sees it, as suggsted by Sarathy.
12973      Branch: perl
12974            ! win32/win32.c win32/win32.h
12975 ____________________________________________________________________________
12976 [  6471] By: jhi                                   on 2000/08/01  00:55:05
12977         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
12978              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12979              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
12980              Date: Mon, 31 Jul 2000 13:28:51 +0100
12981              
12982              (aka ID 20000730.002)
12983      Branch: perl
12984            ! op.c t/op/tr.t
12985 ____________________________________________________________________________
12986 [  6470] By: jhi                                   on 2000/07/31  23:34:42
12987         Log: Document the problem with -P in HP-UX and its workaround.
12988              
12989              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
12990              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
12991              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
12992              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
12993      Branch: perl
12994            ! README.hpux
12995 ____________________________________________________________________________
12996 [  6469] By: jhi                                   on 2000/07/31  04:15:02
12997         Log: The swallow_bom() saga continues.  The #23 of require.t
12998              (UTF16-LE) still fails (silently, no output) but the #22
12999              (UTF16-BE) seems to be working now.  The root of the
13000              failure may be in sv_gets(): is it UTF-16LE-aware,
13001              especially when it comes to line endings? 
13002      Branch: perl
13003            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
13004            ! t/comp/require.t toke.c utf8.c
13005 ____________________________________________________________________________
13006 [  6468] By: jhi                                   on 2000/07/30  19:05:48
13007         Log: Find green threads before native threads.
13008              
13009              Subject: Re: Patch to jpl/JNI/Makefile.PL
13010              From: Jens Thomsen <jens@fiend.cis.com>
13011              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
13012              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
13013      Branch: perl
13014            ! jpl/JNI/Makefile.PL
13015 ____________________________________________________________________________
13016 [  6467] By: jhi                                   on 2000/07/30  18:36:22
13017         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
13018      Branch: perl
13019            ! doop.c
13020 ____________________________________________________________________________
13021 [  6466] By: jhi                                   on 2000/07/30  04:37:29
13022         Log: A new version of the "remove UPPERACSE string comparison"
13023              operators.  The problem with the previous one (change #6454)
13024              was that it was for Perl 5.6.0.  From Paul Marquess.
13025      Branch: perl
13026            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
13027            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
13028            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
13029 ____________________________________________________________________________
13030 [  6465] By: jhi                                   on 2000/07/29  22:39:56
13031         Log: Do not upgrade SVs into utf8 just because they participate
13032              in eq or cmp.  Reported and fix suggested in
13033              
13034              Subject: [ID 20000720.009] sv_eq UTF8 bug
13035              From: "Simon Cozens" <simon@othersideofthe.earth.li>
13036              Date: 21 Jul 2000 04:37:29 -0000
13037              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
13038              
13039              Exercise for the kind reader: should we or should we not
13040              cache the utf8 conversion alonside the SV? (as magic,
13041              as thestrxfrm()ed version is cached under use locale)
13042              Argue both for and against.
13043      Branch: perl
13044            ! sv.c
13045 ____________________________________________________________________________
13046 [  6464] By: jhi                                   on 2000/07/29  22:36:22
13047         Log: Subject: UTF8 concat
13048              From: simon@brecon.co.uk (Simon Cozens) 
13049              Date: 30 Jun 2000 06:13:25 GMT
13050              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
13051              
13052              (with a memory leak fixed, plus a few casts added)
13053              
13054              This also seems to help for
13055              
13056              Subject: [ID 20000716.015] join UTF8 weirdness
13057              From: root <root@ak-71.mind.de> 
13058              Date: Sat, 15 Jul 2000 15:29:54 +0200
13059              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
13060              
13061              (from Andreas König)
13062      Branch: perl
13063            ! pp_hot.c
13064 ____________________________________________________________________________
13065 [  6463] By: jhi                                   on 2000/07/29  00:55:39
13066         Log: Tune the comments and hopefully stop a memory leak.
13067      Branch: perl
13068            ! toke.c utf8.c
13069 ____________________________________________________________________________
13070 [  6462] By: jhi                                   on 2000/07/29  00:16:53
13071         Log: The problem described in this
13072              
13073              Subject: [ID 20000322.018] named chars aren't magical enough
13074              From: root <root@dixie.cscaper.com>     
13075              Date: Wed, 22 Mar 2000 18:37:42 -0700
13076              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
13077              
13078              has been fixed in perl 5.6.0 but just in case added a test
13079              to keep it away.  (The report from Joseph Hall.)
13080      Branch: perl
13081            ! t/lib/charnames.t
13082 ____________________________________________________________________________
13083 [  6461] By: jhi                                   on 2000/07/28  23:56:36
13084         Log: Tiny fixes for #6460.
13085      Branch: metaconfig/U/perl
13086            ! gccvers.U
13087      Branch: perl
13088            ! Configure config_h.SH
13089 ____________________________________________________________________________
13090 [  6460] By: jhi                                   on 2000/07/28  23:24:41
13091         Log: Warn if the version of the operating system used to compile gcc
13092              differs from the current version of the operating system.
13093              Also display the gcc compilation os and version in myconfig.
13094              Inspiration from
13095              
13096              Subject: Re: [ID 20000710.003] ERRORS!!         
13097              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13098              Date: Mon, 10 Jul 2000 15:54:16 -0400
13099              Message-ID: <20000710155416.A1384@O2.chapin.edu>
13100      Branch: metaconfig/U/perl
13101            ! gccvers.U
13102      Branch: perl
13103            ! Configure config_h.SH myconfig.SH
13104 ____________________________________________________________________________
13105 [  6459] By: jhi                                   on 2000/07/28  22:00:32
13106         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
13107              letter to $Config{osvers}.
13108      Branch: metaconfig
13109            ! U/modified/Oldconfig.U
13110      Branch: perl
13111            ! Configure config_h.SH
13112 ____________________________________________________________________________
13113 [  6458] By: jhi                                   on 2000/07/28  04:15:39
13114         Log: Back out #6454, doesn't seem to work.
13115              (Reason: that patch was for perl 5.6.0, not perl-current)
13116              (A version of the patch for perl-current came in later as #6466)
13117      Branch: perl
13118            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
13119            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
13120            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
13121 ____________________________________________________________________________
13122 [  6457] By: jhi                                   on 2000/07/27  23:31:49
13123         Log: Use setproctitle() if available to modify $0.
13124              
13125              Subject: setting $* on BSD4 broken
13126              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
13127              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
13128              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
13129      Branch: metaconfig
13130            ! U/modified/Myinit.U
13131      Branch: perl
13132            ! Configure config_h.SH mg.c
13133 ____________________________________________________________________________
13134 [  6456] By: jhi                                   on 2000/07/27  14:50:47
13135         Log: Allow "no AutoLoader;", based on change #6444,
13136              suggested by Graham Barr.
13137      Branch: perl
13138            ! lib/AutoLoader.pm
13139 ____________________________________________________________________________
13140 [  6455] By: jhi                                   on 2000/07/27  14:19:10
13141         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
13142              From: rspier@pobox.com (Robert Spier)
13143              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
13144              Message-ID: <14720.15855.787664.424783@rls.cx>
13145      Branch: perl
13146            ! pod/perldiag.pod
13147 ____________________________________________________________________________
13148 [  6454] By: jhi                                   on 2000/07/27  14:03:02
13149         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
13150              for a long time).
13151              
13152              Reported in
13153              
13154              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
13155              From: Ryan Herbert <rherbert@sycamorehq.com>
13156              Date: Mon, 17 Jul 2000 11:40:42 -0400
13157              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
13158              
13159              Patched in
13160              
13161              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
13162              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
13163              Date: Wed, 26 Jul 2000 23:40:18 +0100
13164              Message-ID: <000001bff752$79511880$0a17073e@tiny>
13165              
13166              based on an earlier patch from Stephen P. Potter.
13167              
13168              (Removed later by change #6458 because this patch was for
13169              perl 5.6.0, not perl-current)
13170      Branch: perl
13171            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
13172            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
13173            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
13174 ____________________________________________________________________________
13175 [  6453] By: jhi                                   on 2000/07/27  13:48:02
13176         Log: Subject: [PATCH] fixes bug 20000508.004
13177              From: Michael Stevens <mstevens@globnix.org>
13178              Date: Thu, 27 Jul 2000 13:49:04 +0100
13179              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
13180      Branch: perl
13181            ! pod/perldata.pod
13182 ____________________________________________________________________________
13183 [  6452] By: jhi                                   on 2000/07/26  23:51:26
13184         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
13185              and Craig A. Berry.
13186      Branch: perl
13187            ! lib/File/Temp.pm pod/perlport.pod
13188 ____________________________________________________________________________
13189 [  6451] By: jhi                                   on 2000/07/26  19:43:30
13190         Log: Be wary of close()s, too.
13191              
13192              Subject: Re: [PATCH] perlbug cleanup
13193              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13194              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
13195              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
13196      Branch: perl
13197            ! utils/perlbug.PL
13198 ____________________________________________________________________________
13199 [  6450] By: jhi                                   on 2000/07/26  18:41:40
13200         Log: Subject: Minor doc patch: handy.h
13201              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
13202              Date: Wed, 26 Jul 2000 15:34:25 -0300
13203              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
13204      Branch: perl
13205            ! handy.h pod/perlapi.pod
13206 ____________________________________________________________________________
13207 [  6449] By: jhi                                   on 2000/07/26  18:23:55
13208         Log: Subject: [PATCH] minor doc change - perlguts
13209              From: Michael Stevens <mstevens@globnix.org>
13210              Date: Thu, 13 Jul 2000 12:39:18 +0100
13211              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
13212      Branch: perl
13213            ! pod/perlguts.pod
13214 ____________________________________________________________________________
13215 [  6448] By: jhi                                   on 2000/07/26  18:20:30
13216         Log: open() wariness in perlbug.
13217              
13218              Subject: [PATCH] perlbug cleanup
13219              From: Michael Stevens <mstevens@globnix.org>
13220              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
13221              Date: Thu, 13 Jul 2000 15:52:23 +0100
13222      Branch: perl
13223            ! utils/perlbug.PL
13224 ____________________________________________________________________________
13225 [  6447] By: jhi                                   on 2000/07/26  18:13:04
13226         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
13227      Branch: perl
13228            ! lib/File/Temp.pm t/lib/ftmp-security.t
13229 ____________________________________________________________________________
13230 [  6446] By: jhi                                   on 2000/07/26  18:06:32
13231         Log: docfix from Peter Scott <Peter@PSDT.com>.
13232      Branch: perl
13233            ! pod/perlfunc.pod
13234 ____________________________________________________________________________
13235 [  6445] By: jhi                                   on 2000/07/26  17:53:31
13236         Log: Fix *foo{FORMAT}.
13237              
13238              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13239              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
13240              Date: Wed, 26 Jul 2000 19:51:02 +0200
13241              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
13242              
13243              From: Graham Barr <gbarr@pobox.com>
13244              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
13245              Date: Wed, 26 Jul 2000 17:38:36 +0100
13246              Message-ID: <20000726173836.L472@pobox.com>
13247      Branch: perl
13248            ! pp.c sv.c t/op/gv.t
13249 ____________________________________________________________________________
13250 [  6444] By: jhi                                   on 2000/07/26  17:49:14
13251         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
13252              from Graham Barr in the module list.
13253      Branch: perl
13254            ! gv.c pod/perlobj.pod
13255 ____________________________________________________________________________
13256 [  6443] By: jhi                                   on 2000/07/26  16:06:56
13257         Log: More split() doc and test patches from Mike Guy.
13258      Branch: perl
13259            ! pod/perlfunc.pod t/op/split.t
13260 ____________________________________________________________________________
13261 [  6442] By: jhi                                   on 2000/07/26  16:05:30
13262         Log: MacOS nits from Matthias Neeracher.
13263      Branch: perl
13264            ! perl.c pp_ctl.c
13265 ____________________________________________________________________________
13266 [  6441] By: jhi                                   on 2000/07/26  04:39:57
13267         Log: Subject: [PATCH] split /^/
13268              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13269              Date: Tue, 25 Jul 2000 14:18:57 +0100
13270              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
13271              
13272              (with notes from tchrist and gbarr)
13273      Branch: perl
13274            ! pod/perlfunc.pod t/op/split.t
13275 ____________________________________________________________________________
13276 [  6440] By: jhi                                   on 2000/07/26  04:32:32
13277         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
13278              From: Peter Prymmer <pvhp@forte.com>
13279              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
13280              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
13281      Branch: perl
13282            ! vms/munchconfig.c
13283 ____________________________________________________________________________
13284 [  6439] By: jhi                                   on 2000/07/26  04:31:01
13285         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
13286              to be fatal errors (instead of by default ignoring them, and
13287              ignoring with a bug: even though -w gave an error, the opening [
13288              was left in)  Reported in:
13289              
13290              Subject: [ID 20000716.024] [=cc=] / [:blank:]
13291              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
13292              Date: Sun, 16 Jul 2000 17:55:29 -0700
13293              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
13294      Branch: perl
13295            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
13296 ____________________________________________________________________________
13297 [  6438] By: jhi                                   on 2000/07/25  15:41:15
13298         Log: Subject: [PATCH] av.c apidoc
13299              From: simon@brecon.co.uk (Simon Cozens)
13300              Date: 24 Jul 2000 06:40:52 GMT
13301              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
13302      Branch: perl
13303            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
13304            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
13305 ____________________________________________________________________________
13306 [  6437] By: jhi                                   on 2000/07/25  14:05:36
13307         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
13308              From: "Stephen P. Potter" <spp@ds.net>
13309              Date: Mon, 24 Jul 2000 14:22:23 -0400
13310              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
13311      Branch: perl
13312            ! pod/perllocale.pod
13313 ____________________________________________________________________________
13314 [  6436] By: jhi                                   on 2000/07/25  14:02:03
13315         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
13316              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13317              Date: Mon, 24 Jul 2000 18:04:28 +0100
13318              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
13319      Branch: perl
13320            ! t/lib/syslfs.t t/op/lfs.t
13321 ____________________________________________________________________________
13322 [  6435] By: jhi                                   on 2000/07/25  13:59:28
13323         Log: Get UTF16 BOMs working.  Patch from
13324              
13325              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
13326              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13327              Date: Tue, 25 Jul 2000 12:52:45 +0100
13328              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
13329              
13330              and notes from
13331              
13332              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
13333              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13334              Date: Tue, 25 Jul 2000 11:43:25 +0100
13335              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
13336      Branch: perl
13337            ! t/comp/require.t toke.c utf8.c
13338 ____________________________________________________________________________
13339 [  6434] By: jhi                                   on 2000/07/25  02:39:54
13340         Log: Make the "uninit variable" warning to say "concat or string"
13341              or "join or string" when in concat or join .
13342              
13343              Subject: Re: [ID 20000403.009] uninitialised concatenation???
13344              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13345              Date: Tue, 04 Apr 2000 18:22:58 +0100
13346              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
13347              
13348              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
13349              From: William R Ward <hermit@BayView.COM>
13350              Date: Thu, 30 Mar 2000 19:50:03 -0800
13351              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
13352      Branch: perl
13353            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
13354            ! t/pragma/warn/op t/pragma/warn/sv
13355 ____________________________________________________________________________
13356 [  6433] By: jhi                                   on 2000/07/24  17:52:56
13357         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
13358      Branch: perl
13359            ! lib/File/Spec/VMS.pm
13360 ____________________________________________________________________________
13361 [  6432] By: jhi                                   on 2000/07/24  17:44:44
13362         Log: Test cases for #6431.
13363              
13364              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
13365              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13366              Date: Mon, 24 Jul 2000 15:32:29 +0100
13367              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
13368      Branch: perl
13369            ! t/op/pat.t t/op/split.t
13370 ____________________________________________________________________________
13371 [  6431] By: jhi                                   on 2000/07/24  17:43:17
13372         Log: Bind op fix.
13373              
13374              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
13375              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13376              Date: Mon, 17 Jul 2000 20:04:56 +0100
13377              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
13378      Branch: perl
13379            ! op.c
13380 ____________________________________________________________________________
13381 [  6430] By: jhi                                   on 2000/07/24  03:42:42
13382         Log: Subject: [ID 20000716.023] syslog test fails without sockets
13383              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13384              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
13385              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
13386      Branch: metaconfig/U/perl
13387            ! Extensions.U
13388      Branch: perl
13389            ! Configure config_h.SH
13390 ____________________________________________________________________________
13391 [  6429] By: jhi                                   on 2000/07/24  03:11:52
13392         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
13393              case, but add also notes explaining the relationship of this
13394              patch and the earlier notes by Sarathy.
13395              
13396              Subject: Map is still slow
13397              From: "Ben Tilly" <ben_tilly@hotmail.com>
13398              Date: Sat, 15 Jul 2000 17:23:27 EDT
13399              Message-ID: <20000715212327.21656.qmail@hotmail.com>
13400      Branch: perl
13401            ! pp_ctl.c
13402 ____________________________________________________________________________
13403 [  6428] By: jhi                                   on 2000/07/24  02:58:52
13404         Log: Documentation to explain the behaviour of map().
13405              
13406              Subject: Re: Map is still slow 
13407              From: Gurusamy Sarathy <gsar@ActiveState.com>
13408              Date: Sat, 15 Jul 2000 16:05:09 -0700
13409              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
13410      Branch: perl
13411            ! pp_ctl.c
13412 ____________________________________________________________________________
13413 [  6427] By: jhi                                   on 2000/07/24  02:50:03
13414         Log: Add tests for
13415              [ID 19991110.003] another matching finding by pcre author
13416              which has already been fixed by some patch, as verified in
13417              
13418              Subject: Re: two regex bugs from the mists of time (well, last November)
13419              From: Hugo <hv@crypt.compulink.co.uk>
13420              Date: Sat, 22 Jul 2000 18:12:58 +0100
13421              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
13422      Branch: perl
13423            ! t/op/re_tests
13424 ____________________________________________________________________________
13425 [  6426] By: jhi                                   on 2000/07/24  02:11:20
13426         Log: A missing 'break' after the [[:space:]] switch case.
13427              
13428              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
13429              From: "Stephen P. Potter" <spp@ds.net>
13430              Date: Tue, 18 Jul 2000 16:25:17 -0400
13431              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
13432      Branch: perl
13433            ! regcomp.c
13434 ____________________________________________________________________________
13435 [  6425] By: jhi                                   on 2000/07/24  02:06:12
13436         Log: The output might have been produced in the wrong order.
13437              
13438              Subject: [ID 20000720.003] [PATCH] t/op/write.t
13439              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13440              Date: Thu, 20 Jul 2000 18:49:18 +0100
13441              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
13442      Branch: perl
13443            ! t/op/write.t
13444 ____________________________________________________________________________
13445 [  6424] By: jhi                                   on 2000/07/24  02:00:07
13446         Log: Use STDOUT consistently.
13447              
13448              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
13449              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13450              Date: Thu, 20 Jul 2000 18:04:01 +0100
13451              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
13452      Branch: perl
13453            ! lib/Test/Harness.pm
13454 ____________________________________________________________________________
13455 [  6423] By: jhi                                   on 2000/07/24  01:54:54
13456         Log: Protect against "wild next"s, that is, callbacks doing "next"
13457              instead of "return".
13458              
13459              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
13460              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13461              Date: Tue, 18 Jul 2000 11:30:16 +0100
13462              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
13463      Branch: perl
13464            ! lib/File/Find.pm
13465 ____________________________________________________________________________
13466 [  6422] By: jhi                                   on 2000/07/24  01:35:47
13467         Log: Out-of-date note removed.
13468              
13469              Subject: [PATCH] documentation perlipc
13470              From: rspier@pobox.com (Robert Spier)
13471              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
13472              Message-ID: <14711.35178.572612.502654@rls.cx>
13473      Branch: perl
13474            ! pod/perlipc.pod
13475 ____________________________________________________________________________
13476 [  6421] By: jhi                                   on 2000/07/24  00:09:18
13477         Log: Send all installperl messages to STDERR and be -w clean.
13478              
13479              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
13480              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13481              Date: Sat, 22 Jul 2000 14:02:11 +0100
13482              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
13483      Branch: perl
13484            ! installperl
13485 ____________________________________________________________________________
13486 [  6420] By: jhi                                   on 2000/07/24  00:04:19
13487         Log: Decutandpasto.
13488              
13489              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
13490              From: "Richard Soderberg" <rs@crystalflame.net>
13491              Date: Sun, 23 Jul 2000 01:37:23 -0700
13492              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
13493      Branch: perl
13494            ! pod/perlipc.pod
13495 ____________________________________________________________________________
13496 [  6419] By: jhi                                   on 2000/07/24  00:01:12
13497         Log: A cleaner abs_path().
13498              Subject: Re: unix alternative to Cwd.pm
13499              From: Jeff Pinyan <jeffp@crusoe.net>
13500              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
13501              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
13502      Branch: perl
13503            ! lib/Cwd.pm
13504 ____________________________________________________________________________
13505 [  6418] By: jhi                                   on 2000/07/23  23:48:56
13506         Log: Detypo.
13507              
13508              Subject: [PATCH perl-current] Typo in hints/powerux.sh
13509              From: "Richard Soderberg" <rs@crystalflame.net>
13510              Date: Sun, 23 Jul 2000 01:27:33 -0700
13511              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
13512      Branch: perl
13513            ! hints/powerux.sh
13514 ____________________________________________________________________________
13515 [  6417] By: jhi                                   on 2000/07/17  22:13:31
13516         Log: Subject: SDBM_File documentation
13517              From: mjd@plover.com
13518              Date: 16 Jul 2000 17:41:17 -0000
13519              Message-ID: <20000716174117.18515.qmail@plover.com>
13520      Branch: perl
13521            ! ext/SDBM_File/SDBM_File.pm
13522 ____________________________________________________________________________
13523 [  6416] By: jhi                                   on 2000/07/17  19:13:26
13524         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
13525      Branch: perl
13526            ! hints/mpeix.sh mpeix/relink
13527 ____________________________________________________________________________
13528 [  6415] By: jhi                                   on 2000/07/15  14:11:02
13529         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
13530              the utf8 'characters' can be more than one octet).
13531              
13532              Date: Sat, 15 Jul 2000 00:21:56 +0100
13533              From: Tom Hughes <tom@compton.nu>
13534              Subject: Re: [ID 20000714.002]
13535              Message-ID: <db2334de49.tom@compton.compton.nu>
13536              
13537              Reported in
13538              
13539              Subject: [ID 20000714.002]
13540              From: "Simon Cozens" <simon@othersideofthe.earth.li>
13541              Date: 14 Jul 2000 15:13:09 -0000
13542              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
13543      Branch: perl
13544            ! doop.c
13545 ____________________________________________________________________________
13546 [  6414] By: jhi                                   on 2000/07/15  03:13:41
13547         Log: another VMS build tweak from Peter Prymmer
13548      Branch: perl
13549            ! vms/descrip_mms.template
13550 ____________________________________________________________________________
13551 [  6413] By: jhi                                   on 2000/07/15  03:10:40
13552         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
13553      Branch: perl
13554            ! vms/perlvms.pod
13555 ____________________________________________________________________________
13556 [  6412] By: jhi                                   on 2000/07/15  00:31:05
13557         Log: More docs for sv functions.
13558              
13559              Subject: [PATCH cfgperl] sv.c apidoc
13560              From: simon@brecon.co.uk (Simon Cozens)
13561              Date: 13 Jul 2000 09:00:20 GMT
13562              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
13563              
13564              Subject: Re: [PATCH cfgperl] sv.c apidoc
13565              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13566              Date: Thu, 13 Jul 2000 12:27:41 +0100
13567              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
13568              
13569              Subject: Re: [PATCH cfgperl] sv.c apidoc
13570              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13571              Date: Thu, 13 Jul 2000 13:23:09 +0100
13572              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
13573              
13574              Subject: Re: [PATCH cfgperl] sv.c apidoc
13575              From: simon@brecon.co.uk (Simon Cozens)
13576              Date: 14 Jul 2000 06:51:02 GMT
13577              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
13578      Branch: perl
13579            ! embed.pl pod/perlapi.pod sv.c
13580 ____________________________________________________________________________
13581 [  6411] By: jhi                                   on 2000/07/15  00:10:41
13582         Log: lib/b test fixes from Peter Prymmer.
13583      Branch: perl
13584            ! t/lib/b.t
13585 ____________________________________________________________________________
13586 [  6410] By: jhi                                   on 2000/07/15  00:02:09
13587         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
13588              From: Hugo <hv@crypt.compulink.co.uk>
13589              Date: Fri, 14 Jul 2000 23:05:20 +0100
13590              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
13591              
13592              Didn't anymore apply, but that point still could use another fix.
13593      Branch: perl
13594            ! pod/perlfunc.pod
13595 ____________________________________________________________________________
13596 [  6409] By: jhi                                   on 2000/07/14  23:15:15
13597         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
13598              not in pod, from Peter Prymmer
13599      Branch: perl
13600            ! vms/descrip_mms.template
13601 ____________________________________________________________________________
13602 [  6408] By: jhi                                   on 2000/07/14  20:35:05
13603         Log: The bug report
13604              [ID 19991110.002] minimal matching discrepancy found by pcre author
13605              seems to have been fixed (though differently from what was suggested
13606              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
13607      Branch: perl
13608            ! t/op/re_tests
13609 ____________________________________________________________________________
13610 [  6407] By: jhi                                   on 2000/07/14  17:38:08
13611         Log: Fix AutoSplit to use File::Spec the right way in VMS,
13612              from Peter Prymmer.
13613      Branch: perl
13614            ! lib/AutoSplit.pm
13615 ____________________________________________________________________________
13616 [  6406] By: jhi                                   on 2000/07/14  14:13:22
13617         Log: Merge perlhacktut into perlhack, update perlguts.
13618              
13619              Subject: Re: Perlhacktut
13620              From: simon@brecon.co.uk (Simon Cozens)
13621              Date: 14 Jul 2000 06:49:21 GMT
13622              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
13623              
13624              Subject: Re: Perlhacktut
13625              From: simon@brecon.co.uk (Simon Cozens)
13626              Date: 14 Jul 2000 07:09:45 GMT
13627              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
13628      Branch: perl
13629            ! pod/perlguts.pod pod/perlhack.pod
13630 ____________________________________________________________________________
13631 [  6405] By: jhi                                   on 2000/07/14  14:02:31
13632         Log: Integrate with Sarathy.
13633      Branch: cfgperl
13634           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
13635           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
13636           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
13637 ____________________________________________________________________________
13638 [  6404] By: gsar                                  on 2000/07/14  12:15:02
13639         Log: PERL_OBJECT build tweaks
13640      Branch: perl
13641            ! toke.c
13642 ____________________________________________________________________________
13643 [  6403] By: gsar                                  on 2000/07/14  11:23:41
13644         Log: inconsistent types needs casts
13645      Branch: perl
13646            ! toke.c
13647 ____________________________________________________________________________
13648 [  6402] By: gsar                                  on 2000/07/14  11:12:04
13649         Log: typos in change#6399, regen headers
13650      Branch: perl
13651            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
13652 ____________________________________________________________________________
13653 [  6401] By: gsar                                  on 2000/07/14  10:59:12
13654         Log: typecasts needed for change#6394
13655      Branch: perl
13656            ! toke.c
13657 ____________________________________________________________________________
13658 [  6400] By: gsar                                  on 2000/07/14  10:49:37
13659         Log: integrate cfgperl contents into mainline
13660      Branch: perl
13661           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
13662           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
13663 ____________________________________________________________________________
13664 [  6399] By: gsar                                  on 2000/07/14  10:38:35
13665         Log: enable UTF-16 filter by default if relevant BOM is seen; various
13666              cleanups (typos, misformatted code, and small bugs)
13667      Branch: perl
13668            ! doop.c embed.pl mg.c op.c pp.c toke.c
13669 ____________________________________________________________________________
13670 [  6398] By: gsar                                  on 2000/07/14  08:55:38
13671         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
13672              name suggests anyway)
13673      Branch: perl
13674            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
13675 ____________________________________________________________________________
13676 [  6397] By: gsar                                  on 2000/07/14  08:44:33
13677         Log: move new variables to the end of the interpreter structure (for
13678              bincompat in code that doesn't #include XSUB.h)
13679      Branch: perl
13680            ! intrpvar.h
13681 ____________________________________________________________________________
13682 [  6396] By: gsar                                  on 2000/07/14  08:13:58
13683         Log: MakeMaker should not remove editor backups (*~) on `make clean`
13684              by default (completes change#6383)
13685      Branch: perl
13686            ! lib/ExtUtils/MM_Unix.pm
13687 ____________________________________________________________________________
13688 [  6395] By: jhi                                   on 2000/07/14  05:20:33
13689         Log: Replace change #6337 with a better one.
13690              
13691              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
13692              From: Hugo <hv@crypt.compulink.co.uk>
13693              Date: Fri, 14 Jul 2000 04:16:20 +0100
13694              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
13695      Branch: cfgperl
13696            ! regexec.c t/op/re_tests
13697 ____________________________________________________________________________
13698 [  6394] By: jhi                                   on 2000/07/14  01:33:59
13699         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
13700      Branch: cfgperl
13701            ! embed.pl global.sym proto.h toke.c
13702 ____________________________________________________________________________
13703 [  6393] By: jhi                                   on 2000/07/13  23:41:23
13704         Log: remove discarded test
13705      Branch: cfgperl
13706            ! MANIFEST
13707 ____________________________________________________________________________
13708 [  6392] By: jhi                                   on 2000/07/13  23:32:25
13709         Log: The {multiplier} of a fixed substring was overlooked which
13710              caused a wrong initial search offset for that substring.
13711              
13712              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
13713              From: Hugo <hv@crypt.compulink.co.uk>
13714              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
13715              Date: Thu, 13 Jul 2000 19:27:13 +0100
13716      Branch: cfgperl
13717            ! regcomp.c t/op/re_tests
13718 ____________________________________________________________________________
13719 [  6391] By: jhi                                   on 2000/07/13  16:37:42
13720         Log: typo fix from Craig Berry
13721      Branch: cfgperl
13722            ! vms/subconfigure.com
13723 ____________________________________________________________________________
13724 [  6390] By: jhi                                   on 2000/07/13  13:20:12
13725         Log: Integrate with Sarathy.
13726      Branch: cfgperl
13727            - t/op/method2entersub.t
13728           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
13729           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
13730           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
13731           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
13732 ____________________________________________________________________________
13733 [  6389] By: jhi                                   on 2000/07/13  13:18:48
13734         Log: Detypo from Peter Prymmer, part of #6388.
13735      Branch: cfgperl
13736            ! Configure config_h.SH
13737      Branch: metaconfig
13738            ! U/modified/d_longlong.U
13739 ____________________________________________________________________________
13740 [  6388] By: gsar                                  on 2000/07/13  06:33:40
13741         Log: typos (spotted by Peter Prymmer)
13742      Branch: perl
13743            ! Configure t/lib/english.t
13744 ____________________________________________________________________________
13745 [  6387] By: gsar                                  on 2000/07/13  05:35:28
13746         Log: new selfloader.t in change#6183 doesn't close DATA handles,
13747              and thus fails to clean up tmp files on dosish platforms
13748      Branch: perl
13749            ! t/lib/selfloader.t
13750 ____________________________________________________________________________
13751 [  6386] By: gsar                                  on 2000/07/12  21:42:39
13752         Log: sprintf test tweaks (from Dominic Dunlop)
13753      Branch: perl
13754            ! t/op/sprintf.t
13755 ____________________________________________________________________________
13756 [  6385] By: gsar                                  on 2000/07/12  21:33:46
13757         Log: fix bugs in processing %v-*d and similar format specs (from
13758              Avi Finkel <avi@finkel.org>)
13759      Branch: perl
13760            ! sv.c t/op/sprintf.t
13761 ____________________________________________________________________________
13762 [  6384] By: gsar                                  on 2000/07/12  16:04:19
13763         Log: readd missing perldelta.pod changes from changes#6339,6376
13764      Branch: perl
13765            ! pod/perldelta.pod
13766 ____________________________________________________________________________
13767 [  6383] By: gsar                                  on 2000/07/12  16:00:51
13768         Log: don't clobber *.orig files on *clean targets
13769      Branch: perl
13770            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
13771 ____________________________________________________________________________
13772 [  6382] By: gsar                                  on 2000/07/12  07:59:12
13773         Log: fix broken integrations in cfgperl
13774      Branch: cfgperl
13775           !> Changes pod/perldelta.pod
13776 ____________________________________________________________________________
13777 [  6381] By: gsar                                  on 2000/07/12  07:42:17
13778         Log: integrate cfgperl changes into mainline
13779      Branch: perl
13780            ! Changes
13781           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
13782           !> pod/perlre.pod
13783 ____________________________________________________________________________
13784 [  6380] By: gsar                                  on 2000/07/12  07:31:00
13785         Log: get sprintf.t to adjust properly for 3-digit exponents
13786      Branch: perl
13787            ! t/op/sprintf.t
13788 ____________________________________________________________________________
13789 [  6379] By: gsar                                  on 2000/07/12  06:40:04
13790         Log: change#6174 needs corresponding change in win32/config_h.PL,
13791              which grovels through config_h.SH to find the config.h name
13792      Branch: perl
13793            ! win32/config_h.PL
13794 ____________________________________________________________________________
13795 [  6378] By: jhi                                   on 2000/07/12  05:03:59
13796         Log: Do the cc sanity check both before the hints and
13797              after the cc selction.
13798      Branch: cfgperl
13799            ! Configure config_h.SH
13800      Branch: metaconfig
13801            ! U/modified/Oldconfig.U U/modified/cc.U
13802      Branch: metaconfig/U/perl
13803            + Checkcc.U
13804 ____________________________________________________________________________
13805 [  6377] By: jhi                                   on 2000/07/12  02:49:22
13806         Log: Fix nits noticed by Boston.pm.
13807      Branch: cfgperl
13808            ! pod/perlre.pod
13809 ____________________________________________________________________________
13810 [  6376] By: jhi                                   on 2000/07/11  21:22:13
13811         Log: Configure cosmetics and perldelta.
13812      Branch: cfgperl
13813            ! Configure config_h.SH pod/perldelta.pod
13814      Branch: metaconfig
13815            ! U/modified/cc.U
13816 ____________________________________________________________________________
13817 [  6375] By: gsar                                  on 2000/07/11  21:17:35
13818         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
13819      Branch: perl
13820            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
13821            ! win32/win32sck.c
13822 ____________________________________________________________________________
13823 [  6374] By: gsar                                  on 2000/07/11  20:48:50
13824         Log: tweak for build failure under multiplicity
13825      Branch: perl
13826            ! toke.c
13827 ____________________________________________________________________________
13828 [  6373] By: gsar                                  on 2000/07/11  20:37:23
13829         Log: integrate cfgperl changes#6325..6373 into mainline
13830              (NOTE: today's batch of integrations still untested)
13831      Branch: perl
13832           +> ext/DynaLoader/hints/netbsd.pl
13833            ! Changes
13834           !> (integrate 26 files)
13835 ____________________________________________________________________________
13836 [  6372] By: jhi                                   on 2000/07/11  20:30:36
13837         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
13838              regen perltoc.
13839      Branch: cfgperl
13840            + pod/perlbook.pod
13841            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
13842            ! pod/perltoc.pod
13843 ____________________________________________________________________________
13844 [  6371] By: jhi                                   on 2000/07/11  20:08:56
13845         Log: Minor cleanups on the booklist.
13846      Branch: cfgperl
13847            ! pod/perlfaq2.pod
13848 ____________________________________________________________________________
13849 [  6370] By: jhi                                   on 2000/07/11  19:31:13
13850         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
13851      Branch: cfgperl
13852            ! t/pragma/overload.t
13853 ____________________________________________________________________________
13854 [  6369] By: gsar                                  on 2000/07/11  19:27:48
13855         Log: integrate cfgperl changes#6293..6324 into mainline
13856      Branch: perl
13857           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
13858            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
13859           !> (integrate 30 files)
13860 ____________________________________________________________________________
13861 [  6368] By: gsar                                  on 2000/07/11  19:18:57
13862         Log: skip integrate of problematic change#6292 from cfgperl into mainline
13863      Branch: perl
13864           !> pp_hot.c
13865 ____________________________________________________________________________
13866 [  6367] By: gsar                                  on 2000/07/11  19:17:21
13867         Log: integrate cfgperl changes#6288..6290 into mainline
13868      Branch: perl
13869           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
13870 ____________________________________________________________________________
13871 [  6366] By: gsar                                  on 2000/07/11  19:11:18
13872         Log: integrate cfgperl changes#6268..6282 into mainline
13873      Branch: perl
13874           !> (integrate 30 files)
13875 ____________________________________________________________________________
13876 [  6365] By: gsar                                  on 2000/07/11  18:57:00
13877         Log: delete new accidentally branched file
13878      Branch: perl
13879            - t/op/method2entersub.t
13880 ____________________________________________________________________________
13881 [  6364] By: gsar                                  on 2000/07/11  18:55:13
13882         Log: skip integrate of change#6267 from cfgperl into mainline (the
13883              method call optimization is flawed without additional hints
13884              from user about immutableness of @ISA and no runtime method
13885              definitions)
13886      Branch: perl
13887           +> t/op/method2entersub.t
13888           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
13889           !> perl.h t/op/sprintf.t xsutils.c
13890 ____________________________________________________________________________
13891 [  6363] By: gsar                                  on 2000/07/11  18:49:43
13892         Log: integrate cfgperl changes#6261..6266 into mainline
13893      Branch: perl
13894           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
13895           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
13896           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
13897           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
13898 ____________________________________________________________________________
13899 [  6362] By: gsar                                  on 2000/07/11  18:43:26
13900         Log: integrate cfgperl changes#6252..6260 into mainline
13901      Branch: perl
13902           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
13903           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
13904           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
13905           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
13906 ____________________________________________________________________________
13907 [  6361] By: gsar                                  on 2000/07/11  18:37:12
13908         Log: skip integrate of problematic change#6251 from cfgperl into mainline
13909      Branch: perl
13910           !> lib/Exporter.pm
13911 ____________________________________________________________________________
13912 [  6360] By: gsar                                  on 2000/07/11  18:34:56
13913         Log: integrate cfgperl change#6250 into mainline
13914      Branch: perl
13915           +> t/op/my_stash.t
13916           !> MANIFEST embed.pl proto.h toke.c
13917 ____________________________________________________________________________
13918 [  6359] By: gsar                                  on 2000/07/11  18:21:19
13919         Log: integrate cfgperl changes#6242..6249 into mainline
13920      Branch: perl
13921           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
13922           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
13923           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
13924           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
13925           !> t/lib/peek.t utf8.c
13926 ____________________________________________________________________________
13927 [  6358] By: gsar                                  on 2000/07/11  18:15:45
13928         Log: skip integrate of problematic change#6241 from cfgperl into mainline
13929      Branch: perl
13930           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
13931 ____________________________________________________________________________
13932 [  6357] By: jhi                                   on 2000/07/11  18:15:16
13933         Log: Fix for
13934              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
13935              From: Roderick Schertler <roderick@argon.org> 
13936              Date: Tue, 11 Jul 2000 13:55:05 -0400 
13937              Message-Id: <200007111755.NAA05077@jones.argon.org> 
13938      Branch: cfgperl
13939            ! doio.c
13940 ____________________________________________________________________________
13941 [  6356] By: jhi                                   on 2000/07/11  18:12:51
13942         Log: Typo in #6341.
13943      Branch: cfgperl
13944            ! pp_hot.c
13945 ____________________________________________________________________________
13946 [  6355] By: gsar                                  on 2000/07/11  18:12:10
13947         Log: integrate cfgperl changes#6231..6240 into mainline
13948      Branch: perl
13949           +> pod/perlutil.pod
13950           !> (integrate 35 files)
13951 ____________________________________________________________________________
13952 [  6354] By: jhi                                   on 2000/07/11  18:04:34
13953         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
13954              From: Dominic Dunlop <domo@computer.org> 
13955              Date: Tue, 11 Jul 2000 12:27:33 +0200 
13956              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
13957              
13958              Replaces change #6268.
13959      Branch: cfgperl
13960            ! t/op/sprintf.t
13961 ____________________________________________________________________________
13962 [  6353] By: gsar                                  on 2000/07/11  17:59:51
13963         Log: skip integrate of problematic change#6230 from cfgperl into mainline
13964              (a later version of File::Spec is already in mainline)
13965      Branch: perl
13966           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
13967           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
13968 ____________________________________________________________________________
13969 [  6352] By: gsar                                  on 2000/07/11  17:57:48
13970         Log: integrate cfgperl changes#6224..6229 into mainline
13971      Branch: perl
13972           +> lib/lib.pm.PL
13973            - lib/lib.pm
13974           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
13975           !> lib/English.pm op.c t/lib/english.t
13976 ____________________________________________________________________________
13977 [  6351] By: gsar                                  on 2000/07/11  17:50:10
13978         Log: skip integrate of problematic change#6223 from cfgperl into mainline
13979      Branch: perl
13980           !> doio.c
13981 ____________________________________________________________________________
13982 [  6350] By: gsar                                  on 2000/07/11  17:48:28
13983         Log: integrate cfgperl changes#6220..6222 into mainline
13984      Branch: perl
13985           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
13986           !> toke.c utf8.c win32/win32.h
13987 ____________________________________________________________________________
13988 [  6349] By: gsar                                  on 2000/07/11  17:46:13
13989         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
13990              mainline
13991      Branch: perl
13992           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
13993           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
13994           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
13995 ____________________________________________________________________________
13996 [  6348] By: jhi                                   on 2000/07/11  17:45:49
13997         Log: README.posix-bc podified from Thomas Dorner.
13998      Branch: cfgperl
13999            ! README.posix-bc
14000 ____________________________________________________________________________
14001 [  6347] By: gsar                                  on 2000/07/11  17:42:04
14002         Log: integrate cfgperl change#6217 into mainline
14003      Branch: perl
14004           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
14005           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
14006           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
14007 ____________________________________________________________________________
14008 [  6346] By: gsar                                  on 2000/07/11  17:39:37
14009         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
14010              mainline
14011      Branch: perl
14012           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
14013           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
14014           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
14015           !> perlapi.h pod/perlapi.pod
14016 ____________________________________________________________________________
14017 [  6345] By: gsar                                  on 2000/07/11  17:36:42
14018         Log: integrate cfgperl changes#6207..6210 into mainline
14019      Branch: perl
14020           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
14021           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
14022 ____________________________________________________________________________
14023 [  6344] By: gsar                                  on 2000/07/11  17:31:20
14024         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
14025              mainline
14026      Branch: perl
14027           !> (integrate 40 files)
14028 ____________________________________________________________________________
14029 [  6343] By: gsar                                  on 2000/07/11  17:19:08
14030         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
14031      Branch: perl
14032           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
14033            ! Changes
14034           !> (integrate 34 files)
14035 ____________________________________________________________________________
14036 [  6342] By: jhi                                   on 2000/07/11  16:05:48
14037         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
14038              To: perl5-porters@perl.org
14039              From: Karsten Sperling <spiff@phreax.net>
14040              Date: Mon, 10 Jul 2000 15:12:52 +0200
14041              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
14042      Branch: cfgperl
14043            ! lib/Symbol.pm
14044 ____________________________________________________________________________
14045 [  6341] By: jhi                                   on 2000/07/11  15:59:23
14046         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
14047              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14048              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
14049              Date: Fri, 07 Jul 2000 17:57:16 +0100
14050      Branch: cfgperl
14051            ! pp_hot.c
14052 ____________________________________________________________________________
14053 [  6340] By: jhi                                   on 2000/07/11  15:55:47
14054         Log: Subject: Re: format bug report  [Patch]
14055              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14056              Date: Wed, 05 Jul 2000 13:12:52 +0200
14057              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
14058              
14059              Subject: Re: format bug report  [Patch]
14060              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14061              Date: Wed, 05 Jul 2000 14:10:01 +0200
14062              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
14063      Branch: cfgperl
14064            ! t/op/write.t toke.c
14065 ____________________________________________________________________________
14066 [  6339] By: jhi                                   on 2000/07/11  13:54:09
14067         Log: Be less forgiving about ambiguous and illegal tr ranges.
14068              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
14069              From: Mark-Jason Dominus <mjd@plover.com>
14070              Date: Tue, 04 Jul 2000 10:00:12 -0400
14071              Message-ID: <20000704140012.17772.qmail@plover.com>
14072              
14073              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
14074              From: Mark-Jason Dominus <mjd@plover.com>
14075              Date: Wed, 05 Jul 2000 09:37:36 -0400
14076              Message-ID: <20000705133736.27293.qmail@plover.com>
14077      Branch: cfgperl
14078            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
14079 ____________________________________________________________________________
14080 [  6338] By: jhi                                   on 2000/07/11  13:31:24
14081         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
14082              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14083              Date: Tue, 11 Jul 2000 13:50:51 +0100
14084              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
14085      Branch: cfgperl
14086            ! sv.c
14087 ____________________________________________________________________________
14088 [  6337] By: jhi                                   on 2000/07/11  13:29:14
14089         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
14090              From: Hugo <hv@crypt.compulink.co.uk>
14091              Date: Tue, 11 Jul 2000 12:44:50 +0100
14092              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
14093      Branch: cfgperl
14094            ! regexec.c t/op/re_tests
14095 ____________________________________________________________________________
14096 [  6336] By: jhi                                   on 2000/07/11  13:26:47
14097         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
14098              From: simon@brecon.co.uk (Simon Cozens)
14099              Date: 7 Jul 2000 11:26:09 GMT
14100              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
14101      Branch: cfgperl
14102            ! mg.c
14103 ____________________________________________________________________________
14104 [  6335] By: jhi                                   on 2000/07/11  13:23:37
14105         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
14106              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
14107              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
14108              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
14109      Branch: cfgperl
14110            + ext/DynaLoader/hints/netbsd.pl
14111            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
14112 ____________________________________________________________________________
14113 [  6334] By: jhi                                   on 2000/07/11  13:20:38
14114         Log: Subject: PATCH perlguts.pod: Document D and d magic types
14115              From: mjd@plover.com
14116              Date: 5 Jul 2000 18:01:51 -0000
14117              Message-ID: <20000705180151.29413.qmail@plover.com>
14118      Branch: cfgperl
14119            ! pod/perlguts.pod
14120 ____________________________________________________________________________
14121 [  6333] By: jhi                                   on 2000/07/11  13:15:51
14122         Log: Precedence goof, fix based on
14123              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
14124              From: Hugo <hv@crypt.compulink.co.uk>
14125              Date: Tue, 11 Jul 2000 12:52:38 +0100
14126              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
14127      Branch: cfgperl
14128            ! t/op/taint.t
14129 ____________________________________________________________________________
14130 [  6332] By: jhi                                   on 2000/07/11  12:40:17
14131         Log: Integrate with Sarathy.
14132      Branch: cfgperl
14133           !> win32/win32sck.c
14134 ____________________________________________________________________________
14135 [  6331] By: jhi                                   on 2000/07/10  20:14:16
14136         Log: Sprinkle ldlibpath.
14137      Branch: cfgperl
14138            ! pod/Makefile.SH
14139 ____________________________________________________________________________
14140 [  6330] By: jhi                                   on 2000/07/10  17:54:49
14141         Log: More POSIX.pod tweaks.
14142      Branch: cfgperl
14143            ! ext/POSIX/POSIX.pod
14144 ____________________________________________________________________________
14145 [  6329] By: jhi                                   on 2000/07/10  14:02:12
14146         Log: Reorder perl.pod once more.
14147      Branch: cfgperl
14148            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14149 ____________________________________________________________________________
14150 [  6328] By: gsar                                  on 2000/07/10  07:06:00
14151         Log: accept() leaks memory on windows due to incorrect ordering of
14152              closesocket() and fclose() calls
14153      Branch: perl
14154            ! win32/win32sck.c
14155 ____________________________________________________________________________
14156 [  6327] By: gsar                                  on 2000/07/10  06:49:17
14157         Log: winsock options weren't being set in all threads under ithreads
14158              (caused send()s from second and subsequent threads to fail)
14159      Branch: perl
14160            ! win32/win32sck.c
14161 ____________________________________________________________________________
14162 [  6326] By: jhi                                   on 2000/07/08  02:45:40
14163         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
14164              was cast to an unsigned (32-bit) integer with wild abandon.
14165      Branch: cfgperl
14166            ! ext/Devel/DProf/DProf.xs
14167 ____________________________________________________________________________
14168 [  6325] By: jhi                                   on 2000/07/07  18:50:33
14169         Log: Remove perlbook, update perlfaq book listing,
14170              rearrange perl.pod, regenerate perltoc.
14171      Branch: cfgperl
14172            - pod/perlbook.pod
14173            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
14174            ! pod/perlfaq2.pod pod/perltoc.pod
14175 ____________________________________________________________________________
14176 [  6324] By: jhi                                   on 2000/07/07  14:03:40
14177         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
14178      Branch: cfgperl
14179            ! sv.h toke.c
14180 ____________________________________________________________________________
14181 [  6323] By: jhi                                   on 2000/07/06  16:03:55
14182         Log: Fix complaints of buildtoc.
14183      Branch: cfgperl
14184            + lib/Win32.pod
14185            - pod/Win32.pod
14186            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14187 ____________________________________________________________________________
14188 [  6322] By: jhi                                   on 2000/07/06  15:15:52
14189         Log: Add =head1 NAMEs so that buildtoc is happy.
14190              (The CGI::Util nit reported to Lincoln.)
14191      Branch: cfgperl
14192            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
14193            ! pod/perltoc.pod
14194 ____________________________________________________________________________
14195 [  6321] By: jhi                                   on 2000/07/06  03:16:04
14196         Log: Config is being used.
14197      Branch: cfgperl
14198            ! t/op/method.t
14199 ____________________________________________________________________________
14200 [  6320] By: jhi                                   on 2000/07/06  03:13:13
14201         Log: Integrate with Sarathy.
14202      Branch: cfgperl
14203           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
14204 ____________________________________________________________________________
14205 [  6319] By: jhi                                   on 2000/07/06  03:11:46
14206         Log: Autogenerate pod/Makefile and pod/buildtoc.
14207              buildtoc also checks whether the existin pods are
14208              mentioned in MANIFEST and perl.pod, and vice versa.
14209              (None of the thusly found discrepancies fixed yet.)
14210              roffitall also needs to be autogenerated similarly but it
14211              seems so badly out of date that I didn't touch it yet.
14212      Branch: cfgperl
14213            + pod/Makefile.SH pod/buildtoc.PL
14214            - pod/Makefile pod/buildtoc
14215            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
14216 ____________________________________________________________________________
14217 [  6318] By: gsar                                  on 2000/07/05  22:10:54
14218         Log: fix UNC path handling on Windows under ithreads, and chdir()
14219              return value when given a non-existent directory
14220      Branch: perl
14221            ! win32/vdir.h
14222 ____________________________________________________________________________
14223 [  6317] By: gsar                                  on 2000/07/05  22:08:19
14224         Log: winsock cleanup never done on Windows (leads to handle leaks)
14225      Branch: perl
14226            ! win32/perllib.c win32/win32sck.c
14227 ____________________________________________________________________________
14228 [  6316] By: gsar                                  on 2000/07/05  22:06:19
14229         Log: some debugger output does not go to the socket when RemotePort is set
14230      Branch: perl
14231            ! lib/perl5db.pl
14232 ____________________________________________________________________________
14233 [  6315] By: jhi                                   on 2000/07/05  00:25:21
14234         Log: Integrate with Sarathy, preliminary fix for unicos
14235              alignment problems in [ID 20000612.002] Perl problem on Cray system.
14236      Branch: cfgperl
14237            ! sv.h
14238           !> pp_hot.c
14239 ____________________________________________________________________________
14240 [  6314] By: gsar                                  on 2000/07/04  23:34:02
14241         Log: tyop in change#6306
14242      Branch: perl
14243            ! pp_hot.c
14244 ____________________________________________________________________________
14245 [  6313] By: jhi                                   on 2000/07/04  22:14:38
14246         Log: Multiline string literals ENONPORTABLE.
14247      Branch: cfgperl
14248            ! pp_hot.c
14249 ____________________________________________________________________________
14250 [  6312] By: jhi                                   on 2000/07/04  20:34:44
14251         Log: Integrate with Sarathy.
14252      Branch: cfgperl
14253           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
14254           !> t/op/method.t
14255 ____________________________________________________________________________
14256 [  6311] By: jhi                                   on 2000/07/04  20:30:56
14257         Log: More POSIX.pod embellishment.
14258      Branch: cfgperl
14259            ! ext/POSIX/POSIX.pod
14260 ____________________________________________________________________________
14261 [  6310] By: gsar                                  on 2000/07/04  17:28:48
14262         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
14263      Branch: perl
14264            ! t/lib/b.t
14265 ____________________________________________________________________________
14266 [  6309] By: jhi                                   on 2000/07/04  17:22:18
14267         Log: The #6308 required a little bit more.
14268      Branch: cfgperl
14269            ! Makefile.SH win32/Makefile
14270 ____________________________________________________________________________
14271 [  6308] By: jhi                                   on 2000/07/04  16:35:24
14272         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
14273      Branch: cfgperl
14274            + lib/lib_pm.PL
14275            - lib/lib.pm.PL
14276            ! MANIFEST Makefile.SH
14277 ____________________________________________________________________________
14278 [  6307] By: jhi                                   on 2000/07/04  16:28:58
14279         Log: Win32 patches for cfgperl from Sarathy.
14280      Branch: cfgperl
14281            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
14282            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
14283            ! thread.h toke.c util.c win32/Makefile win32/win32.c
14284 ____________________________________________________________________________
14285 [  6306] By: gsar                                  on 2000/07/04  16:28:40
14286         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
14287              (from Richard Soderberg <rs@oregonnet.com>)
14288      Branch: perl
14289            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
14290 ____________________________________________________________________________
14291 [  6305] By: jhi                                   on 2000/07/04  16:24:24
14292         Log: Integrate with Sarathy.
14293      Branch: cfgperl
14294           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
14295           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14296           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
14297           !> proto.h win32/win32.c
14298 ____________________________________________________________________________
14299 [  6304] By: gsar                                  on 2000/07/04  16:17:24
14300         Log: missing perldiag entry for unpack("w",...) diagnostic (from
14301              Andreas Koenig)
14302      Branch: perl
14303            ! pod/perldiag.pod
14304 ____________________________________________________________________________
14305 [  6303] By: gsar                                  on 2000/07/04  16:14:44
14306         Log: remove rel2abs prototypes (from Barrie Slaymaker)
14307      Branch: perl
14308            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
14309            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
14310 ____________________________________________________________________________
14311 [  6302] By: gsar                                  on 2000/07/04  04:59:35
14312         Log: adjust change#6299
14313      Branch: perl
14314            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
14315            ! win32/win32.c
14316 ____________________________________________________________________________
14317 [  6301] By: jhi                                   on 2000/07/04  04:50:07
14318         Log: Integrate with Sarathy.
14319      Branch: cfgperl
14320           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
14321           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
14322           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
14323 ____________________________________________________________________________
14324 [  6300] By: gsar                                  on 2000/07/04  04:42:09
14325         Log: PERL_OBJECT build tweak
14326      Branch: perl
14327            ! perl.h
14328 ____________________________________________________________________________
14329 [  6299] By: gsar                                  on 2000/07/04  04:37:00
14330         Log: fix memory leak on Windows (PL_sys_intern contents were never
14331              freed)
14332      Branch: perl
14333            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
14334            ! perlapi.c proto.h win32/win32.c
14335 ____________________________________________________________________________
14336 [  6298] By: gsar                                  on 2000/07/04  04:15:59
14337         Log: fix large memory leak that has been around for ever, masked by
14338              -DPURIFY (most of the arenas were never freed!)
14339      Branch: perl
14340            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
14341 ____________________________________________________________________________
14342 [  6297] By: gsar                                  on 2000/07/04  04:07:46
14343         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
14344      Branch: perl
14345            ! perl.c
14346 ____________________________________________________________________________
14347 [  6296] By: jhi                                   on 2000/06/30  18:28:37
14348         Log: Elaborate POSIX.pod.  Still needs work.
14349      Branch: cfgperl
14350            ! ext/POSIX/POSIX.pod
14351 ____________________________________________________________________________
14352 [  6295] By: jhi                                   on 2000/06/30  14:58:18
14353         Log: Point to perlipc for more SysV IPC examples.
14354      Branch: cfgperl
14355            ! pod/perlfunc.pod
14356 ____________________________________________________________________________
14357 [  6294] By: gsar                                  on 2000/06/30  14:47:45
14358         Log: slurp mode fix in change#4736 still not quite right
14359      Branch: perl
14360            ! pp_hot.c t/io/argv.t
14361 ____________________________________________________________________________
14362 [  6293] By: jhi                                   on 2000/06/30  12:02:55
14363         Log: Integrate with Sarathy.
14364      Branch: cfgperl
14365           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
14366 ____________________________________________________________________________
14367 [  6292] By: jhi                                   on 2000/06/30  12:01:11
14368         Log: From: simon@brecon.co.uk (Simon Cozens)
14369              Subject: UTF8 concat
14370              Date: 30 Jun 2000 06:13:25 GMT
14371              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
14372      Branch: cfgperl
14373            ! pp_hot.c
14374 ____________________________________________________________________________
14375 [  6291] By: gsar                                  on 2000/06/30  04:37:33
14376         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
14377              when @_ is modified, causing coredumps
14378      Branch: perl
14379            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
14380 ____________________________________________________________________________
14381 [  6290] By: jhi                                   on 2000/06/30  02:21:44
14382         Log: Integrate with Sarathy.
14383      Branch: cfgperl
14384           !> vms/vms.c vms/vmsish.h
14385 ____________________________________________________________________________
14386 [  6289] By: jhi                                   on 2000/06/30  02:21:02
14387         Log: Check VERSIONs.
14388      Branch: cfgperl
14389            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
14390            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
14391            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
14392 ____________________________________________________________________________
14393 [  6288] By: jhi                                   on 2000/06/30  02:18:52
14394         Log: Integrate with Sarathy.
14395      Branch: cfgperl
14396           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
14397           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
14398           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
14399           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
14400 ____________________________________________________________________________
14401 [  6287] By: gsar                                  on 2000/06/30  02:17:08
14402         Log: integrate vmsperl changes into mainline
14403      Branch: perl
14404           !> vms/vms.c vms/vmsish.h
14405 ____________________________________________________________________________
14406 [  6285] By: gsar                                  on 2000/06/30  02:05:28
14407         Log: localize %INC in a Safe compartment so that use/require work
14408              (many other magic globals probably need similar treatment)
14409      Branch: perl
14410            ! ext/Opcode/Opcode.xs
14411 ____________________________________________________________________________
14412 [  6284] By: gsar                                  on 2000/06/30  01:54:54
14413         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
14414              about Windows
14415      Branch: perl
14416            ! pod/perlembed.pod
14417 ____________________________________________________________________________
14418 [  6283] By: jhi                                   on 2000/06/30  01:50:10
14419         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
14420              From: Barrie Slaymaker <barries@jester.slaysys.com>
14421              Date: Wed, 28 Jun 2000 11:35:29 -0400
14422              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
14423      Branch: perl
14424            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
14425            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
14426            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14427            ! lib/File/Spec/Win32.pm
14428 ____________________________________________________________________________
14429 [  6282] By: jhi                                   on 2000/06/29  22:57:22
14430         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
14431              From: Dan Sugalski <dan@sidhe.org>
14432              Date: Tue, 06 Jun 2000 11:59:50 -0400
14433              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
14434      Branch: cfgperl
14435            ! vms/vms.c
14436 ____________________________________________________________________________
14437 [  6281] By: jhi                                   on 2000/06/29  22:52:50
14438         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
14439              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14440              Date: Wed, 7 Jun 2000 04:02:04 -0500
14441              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
14442      Branch: cfgperl
14443            ! utils/h2xs.PL
14444 ____________________________________________________________________________
14445 [  6280] By: jhi                                   on 2000/06/29  22:45:47
14446         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
14447              From: rspier@pobox.com (Robert Spier)
14448              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
14449              Message-ID: <14654.31913.845602.610277@rls.cx>
14450      Branch: cfgperl
14451            ! utils/h2xs.PL
14452 ____________________________________________________________________________
14453 [  6279] By: jhi                                   on 2000/06/29  22:38:16
14454         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
14455              From: Tim Ayers <tayers@bridge.com>
14456              Date: Thu, 08 Jun 2000 08:11:06 +0200
14457              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
14458              [resent by Richard Foley, Message-Id probably wrong]
14459      Branch: cfgperl
14460            ! pod/perlsub.pod
14461 ____________________________________________________________________________
14462 [  6278] By: jhi                                   on 2000/06/29  22:21:45
14463         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
14464              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
14465              Date: Fri, 09 Jun 2000 12:39:27 -0400
14466              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
14467              (plus update the version "number" of Text::Wrap)
14468      Branch: cfgperl
14469            ! lib/Text/Wrap.pm
14470 ____________________________________________________________________________
14471 [  6277] By: jhi                                   on 2000/06/29  22:13:10
14472         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
14473              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14474              Date: Mon, 12 Jun 2000 14:55:59 +0100
14475              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
14476      Branch: cfgperl
14477            ! pod/perlfunc.pod
14478 ____________________________________________________________________________
14479 [  6276] By: jhi                                   on 2000/06/29  22:11:06
14480         Log: Subject: [PATCH] Re: eval documentation: context
14481              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14482              Date: Mon, 12 Jun 2000 15:07:29 +0100
14483              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
14484      Branch: cfgperl
14485            ! pod/perlfunc.pod
14486 ____________________________________________________________________________
14487 [  6275] By: jhi                                   on 2000/06/29  21:59:46
14488         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
14489              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14490              Date: Tue, 13 Jun 2000 02:43:48 -0500
14491              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
14492      Branch: cfgperl
14493            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
14494 ____________________________________________________________________________
14495 [  6274] By: jhi                                   on 2000/06/29  21:56:14
14496         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
14497              From: Andy Dougherty <doughera@lafayette.edu>
14498              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
14499              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
14500      Branch: cfgperl
14501            ! ext/File/Glob/Glob.pm
14502 ____________________________________________________________________________
14503 [  6273] By: jhi                                   on 2000/06/29  21:49:09
14504         Log: Subject: [PATCH] xsub attributes
14505              From: Doug MacEachern <dougm@covalent.net>
14506              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
14507              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
14508      Branch: cfgperl
14509            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
14510            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
14511 ____________________________________________________________________________
14512 [  6272] By: jhi                                   on 2000/06/29  21:41:28
14513         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
14514              From: Tom Phoenix <rootbeer@redcat.com>
14515              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
14516              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
14517      Branch: cfgperl
14518            ! lib/Net/Ping.pm
14519 ____________________________________________________________________________
14520 [  6271] By: jhi                                   on 2000/06/29  21:36:55
14521         Log: Subject: PATCH pod/perltie.pod
14522              From: Ian Phillipps <Ian.Phillipps@iname.com>
14523              Date: Fri, 16 Jun 2000 00:17:19 +0100
14524              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
14525              (only the first hunk, the second hunk had already been done
14526              by some other patch)
14527      Branch: cfgperl
14528            ! pod/perltie.pod
14529 ____________________________________________________________________________
14530 [  6270] By: jhi                                   on 2000/06/29  21:24:51
14531         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
14532              From: Nicholas Clark <nick@talking.bollo.cx>
14533              Date: Fri, 23 Jun 2000 16:21:15 +0100
14534              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
14535      Branch: cfgperl
14536            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
14537            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
14538 ____________________________________________________________________________
14539 [  6269] By: jhi                                   on 2000/06/29  19:38:15
14540         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
14541              silence few compiler warnings.
14542      Branch: cfgperl
14543            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
14544 ____________________________________________________________________________
14545 [  6268] By: jhi                                   on 2000/06/29  18:21:50
14546         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
14547              From: Dominic Dunlop <domo@computer.org> 
14548              Date: Thu, 29 Jun 2000 12:32:39 +0200 
14549              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
14550      Branch: cfgperl
14551            ! t/op/sprintf.t
14552 ____________________________________________________________________________
14553 [  6267] By: jhi                                   on 2000/06/29  18:16:07
14554         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
14555              From: Doug MacEachern <dougm@covalent.net>
14556              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
14557              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
14558      Branch: cfgperl
14559            + t/op/method2entersub.t
14560            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
14561            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14562            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
14563            ! xsutils.c
14564 ____________________________________________________________________________
14565 [  6266] By: jhi                                   on 2000/06/29  15:11:15
14566         Log: Subject: [PATCH 5.6.0] cygwin port
14567              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
14568              From: "Fifer, Eric" <EFifer@sanwaint.com>
14569              Date: Thu, 29 Jun 2000 12:58:29 +0100
14570      Branch: cfgperl
14571            ! cygwin/Makefile.SHs
14572 ____________________________________________________________________________
14573 [  6265] By: jhi                                   on 2000/06/29  15:04:05
14574         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
14575              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14576              Date: Wed, 28 Jun 2000 17:50:12 -0700
14577              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
14578      Branch: cfgperl
14579            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
14580 ____________________________________________________________________________
14581 [  6264] By: jhi                                   on 2000/06/29  15:00:57
14582         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
14583              From: Marty Lucich <marty@netcom.com>
14584              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
14585              Message-Id: <200006282116.OAA11148@netcom.com>
14586              ccdlflags update (the BSD/OS 4.1 part had already been taken
14587              care of by #6141).
14588      Branch: cfgperl
14589            ! hints/bsdos.sh
14590 ____________________________________________________________________________
14591 [  6263] By: jhi                                   on 2000/06/29  13:47:44
14592         Log: tr fixes from Simon Cozens
14593      Branch: cfgperl
14594            ! doop.c
14595 ____________________________________________________________________________
14596 [  6262] By: jhi                                   on 2000/06/28  18:46:01
14597         Log: Subject: 5.6.0 Patch for EPOC
14598              From: Olaf Flebbe <o.flebbe@gmx.de>
14599              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
14600              Message-ID: <23449.960929969@www11.gmx.net>
14601      Branch: cfgperl
14602            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
14603            ! epoc/epocish.h
14604 ____________________________________________________________________________
14605 [  6261] By: jhi                                   on 2000/06/28  18:29:07
14606         Log: Subject: Re: [PATCH cfgperl] BOMs away!
14607              From: simon@brecon.co.uk (Simon Cozens)
14608              Date: 17 Jun 2000 11:49:57 GMT
14609              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
14610      Branch: cfgperl
14611            ! pod/perldiag.pod t/comp/require.t toke.c
14612 ____________________________________________________________________________
14613 [  6260] By: jhi                                   on 2000/06/28  17:47:16
14614         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
14615              From: simon@brecon.co.uk (Simon Cozens) 
14616              Date: 17 Jun 2000 11:56:44 GMT 
14617              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
14618              pack U0, pack C0
14619      Branch: cfgperl
14620            ! pod/perlfunc.pod pp.c t/op/pack.t
14621 ____________________________________________________________________________
14622 [  6259] By: jhi                                   on 2000/06/28  16:43:17
14623         Log: perlnewmod was missing from MANIFEST.
14624      Branch: cfgperl
14625            ! MANIFEST
14626 ____________________________________________________________________________
14627 [  6258] By: jhi                                   on 2000/06/28  15:54:30
14628         Log: linenumber tweak
14629      Branch: cfgperl
14630            ! t/pragma/warn/regcomp
14631 ____________________________________________________________________________
14632 [  6257] By: jhi                                   on 2000/06/28  15:50:44
14633         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
14634              From: Doug MacEachern <dougm@covalent.net>
14635              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
14636              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
14637              (one part of the patch had been applied earlier)
14638      Branch: cfgperl
14639            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
14640 ____________________________________________________________________________
14641 [  6256] By: jhi                                   on 2000/06/28  15:40:22
14642         Log: tweaks from Simon Cozens to further fix tr/// under utf8
14643      Branch: cfgperl
14644            ! doop.c
14645 ____________________________________________________________________________
14646 [  6255] By: jhi                                   on 2000/06/28  15:33:45
14647         Log: small thinko tweaks
14648      Branch: cfgperl
14649            ! lib/IPC/Open3.pm t/op/my_stash.t
14650 ____________________________________________________________________________
14651 [  6254] By: jhi                                   on 2000/06/28  15:33:25
14652         Log: Subject: tr///, help wanted.
14653              From: simon@brecon.co.uk (Simon Cozens)
14654              Date: 28 Jun 2000 11:29:04 GMT
14655              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
14656      Branch: cfgperl
14657            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
14658            ! pp_proto.h proto.h t/op/tr.t
14659 ____________________________________________________________________________
14660 [  6253] By: jhi                                   on 2000/06/28  15:09:17
14661         Log: Paranoia tweak on #6249.
14662              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
14663              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
14664              Date: Sun, 25 Jun 2000 23:43:12 -0400
14665              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
14666      Branch: cfgperl
14667            ! lib/IPC/Open3.pm
14668 ____________________________________________________________________________
14669 [  6252] By: jhi                                   on 2000/06/28  15:01:38
14670         Log: Document #6249 and #6251.
14671      Branch: cfgperl
14672            ! lib/Exporter.pm lib/IPC/Open3.pm
14673 ____________________________________________________________________________
14674 [  6251] By: jhi                                   on 2000/06/28  14:50:43
14675         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
14676              From: Doug MacEachern <dougm@covalent.net>
14677              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
14678              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
14679      Branch: cfgperl
14680            ! lib/Exporter.pm
14681 ____________________________________________________________________________
14682 [  6250] By: jhi                                   on 2000/06/28  14:45:23
14683         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
14684              From: Doug MacEachern <dougm@covalent.net>
14685              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
14686              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
14687      Branch: cfgperl
14688            + t/op/my_stash.t
14689            ! MANIFEST embed.pl global.sym proto.h toke.c
14690 ____________________________________________________________________________
14691 [  6249] By: jhi                                   on 2000/06/28  14:36:34
14692         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
14693              From: Frank Tobin <ftobin@uiuc.edu>
14694              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
14695              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
14696      Branch: cfgperl
14697            ! lib/IPC/Open3.pm
14698 ____________________________________________________________________________
14699 [  6248] By: jhi                                   on 2000/06/28  14:11:25
14700         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
14701              From: Mark-Jason Dominus <mjd@plover.com>
14702              Date: Tue, 27 Jun 2000 22:36:42 -0400
14703              Message-ID: <20000628023642.12166.qmail@plover.com>
14704      Branch: cfgperl
14705            ! pod/perlfunc.pod
14706 ____________________________________________________________________________
14707 [  6247] By: jhi                                   on 2000/06/27  12:46:37
14708         Log: Tweak $VERSION, patch from Doug MacEachern.
14709      Branch: cfgperl
14710            ! lib/File/Spec.pm
14711 ____________________________________________________________________________
14712 [  6246] By: jhi                                   on 2000/06/27  03:34:46
14713         Log: Allow for standalone testing.
14714      Branch: cfgperl
14715            ! t/lib/filefunc.t t/lib/filespec.t
14716 ____________________________________________________________________________
14717 [  6245] By: jhi                                   on 2000/06/27  02:50:02
14718         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
14719              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
14720              Date: Sat, 24 Jun 2000 13:06:20 +0100
14721              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
14722      Branch: cfgperl
14723            ! ext/DynaLoader/DynaLoader_pm.PL
14724 ____________________________________________________________________________
14725 [  6244] By: jhi                                   on 2000/06/27  02:46:10
14726         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
14727              From: Doug MacEachern <dougm@covalent.net>
14728              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
14729              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
14730      Branch: cfgperl
14731            ! gv.c sv.c t/lib/peek.t
14732 ____________________________________________________________________________
14733 [  6243] By: jhi                                   on 2000/06/27  02:38:07
14734         Log: Subject: [PATCH] is_utf8_string
14735              From: simon@brecon.co.uk (Simon Cozens)
14736              Date: 26 Jun 2000 02:25:59 GMT
14737              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
14738      Branch: cfgperl
14739            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
14740            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
14741            ! proto.h utf8.c
14742 ____________________________________________________________________________
14743 [  6242] By: jhi                                   on 2000/06/27  02:24:00
14744         Log: Subject: [PATCH] bytes<->utf8 fixes
14745              From: simon@brecon.co.uk (Simon Cozens)
14746              Date: 26 Jun 2000 04:55:45 GMT
14747              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
14748      Branch: cfgperl
14749            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
14750 ____________________________________________________________________________
14751 [  6241] By: jhi                                   on 2000/06/27  02:12:42
14752         Log: Do no -warn on \_, only on \alpha.
14753              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
14754              From: David Dyck <dcd@tc.fluke.com>
14755              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
14756              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
14757      Branch: cfgperl
14758            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
14759 ____________________________________________________________________________
14760 [  6240] By: jhi                                   on 2000/06/27  02:00:01
14761         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
14762              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
14763              Date: Mon, 26 Jun 2000 18:40:14 +0100
14764              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
14765      Branch: cfgperl
14766            ! utils/h2xs.PL
14767 ____________________________________________________________________________
14768 [  6239] By: jhi                                   on 2000/06/27  01:53:40
14769         Log: Configure maintenance.  Sever some dependency cycles,
14770              separate gccversion from the cc unit,
14771              address [ID 20000623.006] Configure script patch for using gcc on AIX
14772              (but solve it a little bit differently),
14773              unduplex some accidentally duplicated units,
14774              suggest using gcc if no cc available
14775              (p5p thread: "Solaris configure: counterproposal", 1999-09)
14776      Branch: cfgperl
14777            ! Configure Todo-5.6 config_h.SH
14778      Branch: metaconfig
14779            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
14780            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
14781      Branch: metaconfig/U/perl
14782            + gccvers.U
14783            ! d_getespwnam.U d_getprpwnam.U i_prot.U
14784 ____________________________________________________________________________
14785 [  6238] By: jhi                                   on 2000/06/25  18:04:56
14786         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
14787              From: Dan Sugalski <dan@sidhe.org>
14788              Date: Fri, 23 Jun 2000 17:00:00 -0400
14789              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
14790      Branch: cfgperl
14791            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
14792 ____________________________________________________________________________
14793 [  6237] By: jhi                                   on 2000/06/25  16:36:45
14794         Log: Tweak embed.pl, regen headers.
14795      Branch: cfgperl
14796            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
14797            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
14798            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
14799            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
14800            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
14801 ____________________________________________________________________________
14802 [  6236] By: jhi                                   on 2000/06/25  15:26:42
14803         Log: Regen headers.
14804      Branch: cfgperl
14805            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
14806            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
14807            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
14808            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
14809            ! regnodes.h warnings.h
14810 ____________________________________________________________________________
14811 [  6235] By: jhi                                   on 2000/06/23  19:39:35
14812         Log: The thread begun by
14813              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
14814              From: Kevin.Ruscoe@ubsw.com
14815              Date: Fri, 16 Jun 2000 16:38:51 +0100
14816              Message-Id: <H000019b03c300d6@MHS>
14817      Branch: cfgperl
14818            ! hints/solaris_2.sh
14819 ____________________________________________________________________________
14820 [  6234] By: jhi                                   on 2000/06/23  19:23:36
14821         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
14822              because when run as services (Win32ese for daemons)
14823              no environment variables are set and tmpdir ends up as /tmp,
14824              which is ambiguous.
14825              
14826              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
14827              From: matt@sergeant.org
14828              Date: 16 Jun 2000 16:30:43 -0000
14829              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
14830      Branch: cfgperl
14831            ! lib/File/Spec/Win32.pm
14832 ____________________________________________________________________________
14833 [  6233] By: jhi                                   on 2000/06/23  19:18:58
14834         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
14835              From: Mark-Jason Dominus <mjd@plover.com>
14836              Date: Fri, 16 Jun 2000 20:53:04 -0400
14837              Message-ID: <20000617005304.8008.qmail@plover.com>
14838      Branch: cfgperl
14839            ! op.h
14840 ____________________________________________________________________________
14841 [  6232] By: jhi                                   on 2000/06/23  16:10:02
14842         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
14843              From: simon@brecon.co.uk (Simon Cozens)
14844              Date: 19 Jun 2000 15:18:27 GMT
14845              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
14846              
14847              plus update pod/Makefile and regenerate perltoc
14848      Branch: cfgperl
14849            + pod/perlutil.pod
14850            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
14851 ____________________________________________________________________________
14852 [  6231] By: jhi                                   on 2000/06/23  15:19:18
14853         Log: Subject: [PATCH 5.6.0] cygwin port
14854              From: "Fifer, Eric" <EFifer@sanwaint.com>
14855              Date: Tue, 20 Jun 2000 14:30:58 +0100
14856              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
14857      Branch: cfgperl
14858            ! README.cygwin lib/File/Find.pm
14859 ____________________________________________________________________________
14860 [  6230] By: jhi                                   on 2000/06/23  14:25:21
14861         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
14862      Branch: cfgperl
14863            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
14864            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
14865            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14866            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
14867 ____________________________________________________________________________
14868 [  6229] By: jhi                                   on 2000/06/23  14:13:34
14869         Log: Subject: README.hpux version 0.6.1
14870              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
14871              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
14872              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
14873      Branch: cfgperl
14874            ! README.hpux
14875 ____________________________________________________________________________
14876 [  6228] By: jhi                                   on 2000/06/23  14:07:20
14877         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
14878              From: Doug MacEachern <dougm@covalent.net>
14879              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
14880              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
14881      Branch: cfgperl
14882            ! op.c
14883 ____________________________________________________________________________
14884 [  6227] By: jhi                                   on 2000/06/23  14:01:06
14885         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
14886              From: Doug MacEachern <dougm@covalent.net>
14887              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
14888              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
14889      Branch: cfgperl
14890            + lib/lib.pm.PL
14891            - lib/lib.pm
14892            ! MANIFEST Makefile.SH
14893 ____________________________________________________________________________
14894 [  6226] By: jhi                                   on 2000/06/23  13:53:07
14895         Log: Subject: [PATCH] remove forward declarations in Socket.pm
14896              From: Doug MacEachern <dougm@covalent.net>
14897              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
14898              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
14899              
14900              From: Doug MacEachern <dougm@covalent.net>
14901              Subject: Re: [PATCH] remove forward declarations in Socket.pm
14902              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
14903              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
14904      Branch: cfgperl
14905            ! ext/Socket/Socket.pm op.c
14906 ____________________________________________________________________________
14907 [  6225] By: jhi                                   on 2000/06/23  13:41:52
14908         Log: Add source code filenames to apidoc.
14909              From: simon@brecon.co.uk (Simon Cozens)
14910              Subject: [PATCH embed.pl] Source X-ref
14911              Date: 22 Jun 2000 02:18:49 GMT
14912              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
14913      Branch: cfgperl
14914            ! embed.pl
14915 ____________________________________________________________________________
14916 [  6224] By: jhi                                   on 2000/06/23  13:32:33
14917         Log: A way to avoid English.pm performance hit.
14918              From: root <root@jester.slaysys.com>
14919              Subject: [YAPATCH English.pm] My turn to putt again
14920              Date: Thu, 22 Jun 2000 20:33:58 -0400
14921              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
14922      Branch: cfgperl
14923            ! lib/English.pm t/lib/english.t
14924 ____________________________________________________________________________
14925 [  6223] By: jhi                                   on 2000/06/23  13:27:06
14926         Log: Avoid double close().
14927              Subject: [PATCH] avoid double close()
14928              From: Doug MacEachern <dougm@covalent.net>
14929              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
14930              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
14931      Branch: cfgperl
14932            ! doio.c
14933 ____________________________________________________________________________
14934 [  6222] By: jhi                                   on 2000/06/23  13:25:54
14935         Log: doc typo fix
14936              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
14937              From: Ian Phillipps <Ian.Phillipps@iname.com>
14938              Date: Fri, 23 Jun 2000 10:40:58 +0100
14939              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
14940      Branch: cfgperl
14941            ! lib/Pod/Usage.pm
14942 ____________________________________________________________________________
14943 [  6221] By: jhi                                   on 2000/06/23  13:24:15
14944         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
14945              From: simon@brecon.co.uk (Simon Cozens)
14946              Subject: [PATCH] Eliminate tr///[CU][CU]
14947              Date: 23 Jun 2000 11:05:40 GMT
14948              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
14949      Branch: cfgperl
14950            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
14951 ____________________________________________________________________________
14952 [  6220] By: jhi                                   on 2000/06/22  16:07:51
14953         Log: Win32 patches from Benjamin Stuhl.
14954      Branch: cfgperl
14955            ! makedef.pl win32/win32.h
14956 ____________________________________________________________________________
14957 [  6219] By: jhi                                   on 2000/06/22  16:06:34
14958         Log: Bytecode patches from Benjamin Stuhl.
14959      Branch: cfgperl
14960            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
14961            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
14962            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
14963 ____________________________________________________________________________
14964 [  6218] By: jhi                                   on 2000/06/15  23:54:16
14965         Log: Bytecode patches from Benjamin Stuhl.
14966      Branch: cfgperl
14967            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
14968 ____________________________________________________________________________
14969 [  6217] By: jhi                                   on 2000/06/09  13:38:29
14970         Log: Rename the fdpid locking and integrate with Sarathy.
14971      Branch: cfgperl
14972            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
14973            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
14974            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
14975            ! win32/win32.c
14976           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
14977 ____________________________________________________________________________
14978 [  6216] By: gsar                                  on 2000/06/08  14:54:21
14979         Log: be more optimal about clearing @_
14980      Branch: perl
14981            ! cop.h
14982 ____________________________________________________________________________
14983 [  6215] By: gsar                                  on 2000/06/08  14:33:04
14984         Log: tweak comment about @DB::args
14985      Branch: perl
14986            ! av.h pp_ctl.c
14987 ____________________________________________________________________________
14988 [  6214] By: gsar                                  on 2000/06/08  13:57:54
14989         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
14990              caller() wants to populate @DB::args with it (causes a coredump
14991              in Carp::confess())
14992      Branch: perl
14993            ! cop.h t/op/runlevel.t
14994 ____________________________________________________________________________
14995 [  6213] By: gsar                                  on 2000/06/08  07:06:35
14996         Log: back out change#6106 (seems problematic)
14997      Branch: perl
14998            ! hints/solaris_2.sh
14999 ____________________________________________________________________________
15000 [  6212] By: jhi                                   on 2000/06/07  03:10:36
15001         Log: Continuing mopup for #6204.
15002      Branch: cfgperl
15003            ! ext/B/defsubs_h.PL
15004 ____________________________________________________________________________
15005 [  6211] By: jhi                                   on 2000/06/07  02:41:50
15006         Log: Mopup for #6204.
15007              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
15008              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
15009              This is comes from const() where POK isn't on when expected.
15010      Branch: cfgperl
15011            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
15012            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15013            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
15014            ! perlapi.h pod/perlapi.pod
15015 ____________________________________________________________________________
15016 [  6210] By: jhi                                   on 2000/06/07  01:56:29
15017         Log: Mopup for #6207 and #6209.
15018      Branch: cfgperl
15019            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
15020 ____________________________________________________________________________
15021 [  6209] By: jhi                                   on 2000/06/07  01:33:12
15022         Log: Lock PL_fdpid against race conditions, based on:
15023              Subject: [PATCH 5.6.0]subprocess fixup for threads
15024              From: Dan Sugalski <dan@sidhe.org>
15025              To: perl5-porters@perl.org
15026              Date: Tue, 11 Apr 2000 17:02:32 -0400
15027              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
15028      Branch: cfgperl
15029            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
15030            ! win32/win32.c
15031 ____________________________________________________________________________
15032 [  6208] By: jhi                                   on 2000/06/07  01:05:23
15033         Log: Regen headers for #6207.
15034      Branch: cfgperl
15035            ! embed.h global.sym objXSUB.h proto.h
15036 ____________________________________________________________________________
15037 [  6207] By: jhi                                   on 2000/06/06  23:43:13
15038         Log: Subject: [PATCH 5.6.0] Threadsafe patches
15039              From: Dan Sugalski <dan@sidhe.org>
15040              To: perl5-porters@perl.org
15041              Date: Mon, 08 May 2000 18:08:13 -0400
15042              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
15043      Branch: cfgperl
15044            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
15045            ! proto.h sv.h util.c
15046 ____________________________________________________________________________
15047 [  6206] By: jhi                                   on 2000/06/06  23:21:23
15048         Log: Subject: [PATCH] Eliminate $a/$b in pod
15049              From: David Glasser <me@davidglasser.net>
15050              To: perl5-porters@perl.org
15051              Date: Mon, 29 May 2000 21:15:59 -0400
15052              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
15053      Branch: cfgperl
15054            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
15055            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
15056            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
15057            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
15058            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
15059            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
15060            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
15061            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
15062            ! pod/perlvar.pod pod/perlxs.pod
15063 ____________________________________________________________________________
15064 [  6205] By: jhi                                   on 2000/06/06  23:12:14
15065         Log: Subject: [PATCH] Win32 improvements
15066              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
15067              To: gsar@activestate.com, perl5-porters@perl.org
15068              Date: Mon, 29 May 2000 17:22:24 PDT
15069              Message-ID: <20000530002224.91142.qmail@hotmail.com>
15070              (MUA had mangled many lines by wordwrapping)
15071      Branch: cfgperl
15072            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
15073 ____________________________________________________________________________
15074 [  6204] By: jhi                                   on 2000/06/06  23:01:50
15075         Log: Subject: [PATCH] B::Bytecode patches
15076              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
15077              To: gsar@activestate.com, jhi@iki.fi
15078              Cc: perl5-porters@perl.org
15079              Message-ID: <20000602202526.48694.qmail@hotmail.com>
15080              (MUA had mangled many lines by wordwrapping)
15081      Branch: cfgperl
15082            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
15083            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
15084            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15085            ! intrpvar.h perl.c
15086 ____________________________________________________________________________
15087 [  6203] By: jhi                                   on 2000/06/06  22:32:43
15088         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
15089              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15090              Date: Tue, 06 Jun 2000 13:07:45 -0700
15091              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
15092      Branch: cfgperl
15093            ! pod/perldiag.pod
15094 ____________________________________________________________________________
15095 [  6202] By: jhi                                   on 2000/06/06  19:38:35
15096         Log: Integrate with Sarathy.
15097      Branch: cfgperl
15098           !> perl.c
15099 ____________________________________________________________________________
15100 [  6201] By: gsar                                  on 2000/06/06  00:42:59
15101         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
15102              does a PUSHMARK that's never ever POPMARKed; in general, only
15103              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
15104              Perl_eval_[sp]v() don't because they don't take any incoming
15105              arguments (this leak has been around since the original version
15106              of perl_eval_pv() in 5.003_97e)
15107      Branch: perl
15108            ! perl.c
15109 ____________________________________________________________________________
15110 [  6200] By: jhi                                   on 2000/06/04  03:44:52
15111         Log: Update to cperl-mode.el 4.31 from
15112              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
15113              Subject: A couple of notes
15114              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15115              To: Mailing list Perl5 <perl5-porters@perl.org>
15116              Date: Sat, 3 Jun 2000 23:33:32 -0400
15117              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
15118      Branch: cfgperl
15119            ! emacs/cperl-mode.el
15120 ____________________________________________________________________________
15121 [  6199] By: jhi                                   on 2000/06/03  15:11:05
15122         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
15123              From: Dan Sugalski <dan@sidhe.org>
15124              To: perl5-porters@perl.org, vmsperl@perl.org
15125              Date: Fri, 02 Jun 2000 17:30:51 -0400
15126              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
15127      Branch: cfgperl
15128            ! vms/descrip_mms.template vms/gen_shrfls.pl
15129 ____________________________________________________________________________
15130 [  6198] By: jhi                                   on 2000/06/03  14:59:15
15131         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
15132              From: Dan Sugalski <dan@sidhe.org>
15133              To: vmsperl@perl.org, perl5-porters@perl.org
15134              Date: Fri, 02 Jun 2000 16:00:41 -0400
15135              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
15136              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
15137      Branch: cfgperl
15138            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
15139            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
15140            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
15141 ____________________________________________________________________________
15142 [  6197] By: jhi                                   on 2000/06/03  14:41:30
15143         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
15144              From: John Borwick <jhborwic@unity.ncsu.edu>
15145              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
15146              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
15147      Branch: cfgperl
15148            ! pod/perlsyn.pod
15149 ____________________________________________________________________________
15150 [  6196] By: jhi                                   on 2000/06/03  14:38:09
15151         Log: Integrate with Sarathy.
15152      Branch: cfgperl
15153           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
15154           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
15155           !> vms/perly_c.vms
15156 ____________________________________________________________________________
15157 [  6195] By: gsar                                  on 2000/06/02  22:43:13
15158         Log: fix yet another eval"" leak under USE_ITHREADS
15159      Branch: perl
15160            ! op.c
15161 ____________________________________________________________________________
15162 [  6194] By: gsar                                  on 2000/06/02  18:22:06
15163         Log: fix small eval"" memory leaks under USE_ITHREADS
15164      Branch: perl
15165            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
15166            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
15167            ! vms/perly_c.vms
15168 ____________________________________________________________________________
15169 [  6193] By: jhi                                   on 2000/06/01  13:03:56
15170         Log: Signals-be-gone for microperl.
15171      Branch: cfgperl
15172            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
15173 ____________________________________________________________________________
15174 [  6192] By: jhi                                   on 2000/06/01  12:52:02
15175         Log: Integrate with Sarathy.
15176      Branch: cfgperl
15177           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
15178           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
15179           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
15180           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
15181           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
15182           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
15183           !> t/op/vec.t utils/h2xs.PL
15184 ____________________________________________________________________________
15185 [  6191] By: gsar                                  on 2000/06/01  09:38:21
15186         Log: vec() loses numericalness (modified version of patch suggested
15187              by Robin Barker)
15188      Branch: perl
15189            ! doop.c t/op/vec.t
15190 ____________________________________________________________________________
15191 [  6190] By: gsar                                  on 2000/06/01  09:26:15
15192         Log: submit missing embed.pl change
15193      Branch: perl
15194            ! embed.pl
15195 ____________________________________________________________________________
15196 [  6189] By: gsar                                  on 2000/06/01  09:05:34
15197         Log: counting tr/// corrupts later operation (from M.J.T Guy)
15198      Branch: perl
15199            ! doop.c t/op/tr.t
15200 ____________________________________________________________________________
15201 [  6188] By: gsar                                  on 2000/06/01  08:58:39
15202         Log: h2xs tweaks
15203      Branch: perl
15204            ! utils/h2xs.PL
15205 ____________________________________________________________________________
15206 [  6187] By: gsar                                  on 2000/06/01  08:50:07
15207         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
15208              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
15209      Branch: perl
15210            + lib/Pod/LaTeX.pm
15211            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
15212            ! pod/pod2latex.PL
15213 ____________________________________________________________________________
15214 [  6186] By: gsar                                  on 2000/06/01  08:24:40
15215         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
15216              <wolfgang.laun@alcatel.at>)
15217      Branch: perl
15218            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
15219            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
15220 ____________________________________________________________________________
15221 [  6185] By: gsar                                  on 2000/06/01  08:12:00
15222         Log: remove incorrect documentation about implicit split to @_ in
15223              list context, which never really worked in perl 5 (from
15224              M.J.T. Guy)
15225      Branch: perl
15226            ! pod/perlfunc.pod pod/perltrap.pod
15227 ____________________________________________________________________________
15228 [  6184] By: gsar                                  on 2000/06/01  07:52:27
15229         Log: tweak for change#6127
15230      Branch: perl
15231            ! perl.c
15232 ____________________________________________________________________________
15233 [  6183] By: gsar                                  on 2000/06/01  07:41:02
15234         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
15235              <nick@ccl4.org>)
15236      Branch: perl
15237            + t/lib/selfloader.t
15238            ! MANIFEST lib/SelfLoader.pm
15239 ____________________________________________________________________________
15240 [  6182] By: jhi                                   on 2000/06/01  00:34:42
15241         Log: Be Cleaner Part Deux.
15242      Branch: cfgperl
15243            ! Makefile.SH
15244 ____________________________________________________________________________
15245 [  6181] By: jhi                                   on 2000/06/01  00:32:09
15246         Log: Integrate with Sarathy.
15247      Branch: cfgperl
15248           !> pp.c t/op/arith.t
15249 ____________________________________________________________________________
15250 [  6180] By: jhi                                   on 2000/06/01  00:31:13
15251         Log: microperl nits from Simon Cozens.
15252      Branch: cfgperl
15253            + uconfig.h
15254            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
15255            ! unixish.h
15256 ____________________________________________________________________________
15257 [  6179] By: gsar                                  on 2000/05/31  22:37:51
15258         Log: buggy modulus on UVs introduced by change#3378 (resulted in
15259              4063328477 % 65535 amounting to 27406, instead of 27407)
15260      Branch: perl
15261            ! pp.c t/op/arith.t
15262 ____________________________________________________________________________
15263 [  6178] By: jhi                                   on 2000/05/31  21:52:41
15264         Log: Be cleaner.
15265      Branch: cfgperl
15266            ! Makefile.SH
15267 ____________________________________________________________________________
15268 [  6177] By: jhi                                   on 2000/05/31  21:47:33
15269         Log: Substitution utf8 patch from Simon Cozens.
15270      Branch: cfgperl
15271            ! pp_hot.c
15272 ____________________________________________________________________________
15273 [  6176] By: jhi                                   on 2000/05/31  21:45:34
15274         Log: Single-quoted utf8 patch from Simon Cozens.
15275      Branch: cfgperl
15276            ! toke.c
15277 ____________________________________________________________________________
15278 [  6175] By: jhi                                   on 2000/05/31  21:40:18
15279         Log: Integrate with Sarathy.
15280      Branch: cfgperl
15281           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
15282 ____________________________________________________________________________
15283 [  6174] By: jhi                                   on 2000/05/31  21:37:31
15284         Log: microperl changes from Simon Cozens; Makefile for microperl
15285              written from scratch; few casts added as microperl compilation
15286              doesn't have all prototypes available.
15287      Branch: cfgperl
15288            + Makefile.micro README.micro Todo.micro uconfig.sh
15289            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
15290            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
15291      Branch: metaconfig
15292            + U/modified/Config_h.U
15293 ____________________________________________________________________________
15294 [  6173] By: jhi                                   on 2000/05/31  20:00:24
15295         Log: metaconfig maintenance.
15296      Branch: metaconfig
15297            + U/modified/Inhdr.U U/typedefs/inotype.U
15298      Branch: metaconfig/U/perl
15299            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
15300            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
15301 ____________________________________________________________________________
15302 [  6172] By: gsar                                  on 2000/05/31  05:05:42
15303         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
15304              (from Ilya Zakharevich)
15305      Branch: perl
15306            ! regexec.c t/op/re_tests
15307 ____________________________________________________________________________
15308 [  6171] By: gsar                                  on 2000/05/31  05:01:47
15309         Log: scalar() doesn't force scalar context when used in void context
15310              (from Simon Cozens)
15311      Branch: perl
15312            ! op.c t/op/wantarray.t
15313 ____________________________________________________________________________
15314 [  6170] By: gsar                                  on 2000/05/31  04:41:33
15315         Log: change#6142 needs tweaks to tests to work where there's no symlink()
15316              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
15317      Branch: perl
15318            ! t/lib/filefind.t
15319 ____________________________________________________________________________
15320 [  6169] By: gsar                                  on 2000/05/31  04:29:49
15321         Log: integrate cfgperl contents into mainline
15322      Branch: perl
15323           +> pod/perlmodlib.PL pod/perlnewmod.pod
15324           !> (integrate 42 files)
15325 ____________________________________________________________________________
15326 [  6168] By: jhi                                   on 2000/05/30  22:53:37
15327         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
15328      Branch: cfgperl
15329            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15330            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
15331            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
15332            ! win32/config.bc win32/config.gc win32/config.vc
15333            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15334            ! win32/config_h.PL win32/config_sh.PL
15335      Branch: metaconfig/U/perl
15336            ! perlxv.U
15337 ____________________________________________________________________________
15338 [  6167] By: jhi                                   on 2000/05/30  22:20:21
15339         Log: tweak todo 
15340      Branch: cfgperl
15341            ! Todo-5.6
15342 ____________________________________________________________________________
15343 [  6166] By: jhi                                   on 2000/05/30  22:11:51
15344         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
15345              in case somebody wants to write an extension for more
15346              shadow database interfaces.
15347      Branch: cfgperl
15348            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15349            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
15350            ! vos/config.def vos/config.h vos/config_h.SH_orig
15351            ! win32/config.bc win32/config.gc win32/config.vc
15352            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15353      Branch: metaconfig
15354            ! U/modified/Myinit.U
15355      Branch: metaconfig/U/perl
15356            + d_getespwnam.U d_getprpwnam.U i_prot.U
15357 ____________________________________________________________________________
15358 [  6165] By: jhi                                   on 2000/05/30  18:35:34
15359         Log: Integrate with Sarathy.
15360      Branch: cfgperl
15361           !> op.c
15362 ____________________________________________________________________________
15363 [  6164] By: jhi                                   on 2000/05/30  18:30:16
15364         Log: detypo
15365      Branch: cfgperl
15366            ! Configure config_h.SH
15367      Branch: metaconfig/U/perl
15368            ! perlxv.U
15369 ____________________________________________________________________________
15370 [  6163] By: gsar                                  on 2000/05/30  03:24:03
15371         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
15372      Branch: perl
15373            ! op.c
15374 ____________________________________________________________________________
15375 [  6162] By: gsar                                  on 2000/05/30  03:09:38
15376         Log: fix memory leak in method call optimization (change#3768);
15377              made C<eval "$x->foo()"> leak
15378      Branch: perl
15379            ! op.c
15380 ____________________________________________________________________________
15381 [  6161] By: jhi                                   on 2000/05/29  17:56:26
15382         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
15383              both from Simon Cozens.
15384      Branch: cfgperl
15385            + pod/perlmodlib.PL pod/perlnewmod.pod
15386            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
15387            ! pod/perlmodlib.pod pod/perltoc.pod
15388 ____________________________________________________________________________
15389 [  6160] By: jhi                                   on 2000/05/29  17:23:55
15390         Log: Changes for the File::Temp 0.08 (change #6159) test suite
15391              to fit better into the Perl distribution test framework.
15392      Branch: cfgperl
15393            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
15394            ! t/lib/ftmp-tempfile.t
15395 ____________________________________________________________________________
15396 [  6159] By: jhi                                   on 2000/05/29  16:55:36
15397         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
15398      Branch: cfgperl
15399            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
15400            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
15401 ____________________________________________________________________________
15402 [  6158] By: bailey                                on 2000/05/29  16:22:08
15403         Log: Add fallback to tmpfile for use in cases where user's relying on
15404              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
15405              Lane's patch)
15406      Branch: vmsperl
15407            ! vms/vms.c vms/vmsish.h
15408 ____________________________________________________________________________
15409 [  6157] By: jhi                                   on 2000/05/29  03:10:36
15410         Log: Regen Configure to jive with #6149.
15411      Branch: cfgperl
15412            ! Configure
15413      Branch: metaconfig
15414            ! U/modified/Getfile.U
15415 ____________________________________________________________________________
15416 [  6156] By: jhi                                   on 2000/05/29  03:01:38
15417         Log: Integrate with Sarathy.
15418      Branch: cfgperl
15419           +> ext/DynaLoader/dl_mac.xs
15420           !> (integrate 38 files)
15421 ____________________________________________________________________________
15422 [  6155] By: gsar                                  on 2000/05/28  21:15:58
15423         Log: small bug in change#6144; remove random \xA0 character that snuck
15424              in via change#6145
15425      Branch: perl
15426            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
15427 ____________________________________________________________________________
15428 [  6154] By: gsar                                  on 2000/05/28  21:04:19
15429         Log: avoid type mismatch warning
15430      Branch: perl
15431            ! perl.c
15432 ____________________________________________________________________________
15433 [  6153] By: gsar                                  on 2000/05/28  20:58:31
15434         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
15435              <nick@Bagpuss.uk.boo.com>)
15436      Branch: perl
15437            ! lib/Test/Harness.pm
15438 ____________________________________________________________________________
15439 [  6152] By: gsar                                  on 2000/05/28  20:53:42
15440         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
15441      Branch: perl
15442            ! regexec.c
15443 ____________________________________________________________________________
15444 [  6151] By: gsar                                  on 2000/05/28  20:50:28
15445         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
15446      Branch: perl
15447            ! regexec.c
15448 ____________________________________________________________________________
15449 [  6150] By: gsar                                  on 2000/05/28  20:39:58
15450         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
15451      Branch: perl
15452            ! pod/perlrequick.pod
15453 ____________________________________________________________________________
15454 [  6149] By: gsar                                  on 2000/05/28  20:35:16
15455         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
15456              <troc@netrus.net>)
15457      Branch: perl
15458            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
15459            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
15460            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
15461            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
15462 ____________________________________________________________________________
15463 [  6148] By: gsar                                  on 2000/05/28  20:21:07
15464         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
15465      Branch: perl
15466            ! lib/ExtUtils/MM_Unix.pm
15467 ____________________________________________________________________________
15468 [  6147] By: gsar                                  on 2000/05/28  20:12:41
15469         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
15470              (from Peter Prymmer)
15471      Branch: perl
15472            ! vms/subconfigure.com
15473 ____________________________________________________________________________
15474 [  6146] By: gsar                                  on 2000/05/28  20:06:15
15475         Log: doc typo
15476      Branch: perl
15477            ! lib/warnings.pm warnings.h warnings.pl
15478 ____________________________________________________________________________
15479 [  6145] By: gsar                                  on 2000/05/28  18:44:33
15480         Log: make xsubpp skip embedded pod (from Matthias Neeracher
15481              <neeri@iis.ee.ethz.ch>)
15482      Branch: perl
15483            ! lib/ExtUtils/xsubpp
15484 ____________________________________________________________________________
15485 [  6144] By: gsar                                  on 2000/05/28  18:42:49
15486         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
15487              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
15488              <neeri@iis.ee.ethz.ch>)
15489      Branch: perl
15490            ! lib/AutoSplit.pm
15491 ____________________________________________________________________________
15492 [  6143] By: gsar                                  on 2000/05/28  18:41:12
15493         Log: MacOS support, part 1 (from Matthias Neeracher
15494              <neeri@iis.ee.ethz.ch>)
15495      Branch: perl
15496            + ext/DynaLoader/dl_mac.xs
15497            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
15498            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
15499            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
15500            ! util.h
15501 ____________________________________________________________________________
15502 [  6142] By: gsar                                  on 2000/05/28  18:21:51
15503         Log: File::Find fails to chdir when chasing symlinks (from
15504              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
15505      Branch: perl
15506            ! lib/File/Find.pm t/lib/filefind.t
15507 ____________________________________________________________________________
15508 [  6141] By: jhi                                   on 2000/05/28  14:25:15
15509         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
15510              forwarded by Peter Seebach from the bsdi-users mailing list.
15511              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
15512      Branch: perl
15513            ! hints/bsdos.sh
15514 ____________________________________________________________________________
15515 [  6140] By: jhi                                   on 2000/05/28  14:11:57
15516         Log: Integrate with Sarathy.
15517      Branch: cfgperl
15518           +> (branch 30 files)
15519           !> (integrate 93 files)
15520 ____________________________________________________________________________
15521 [  6139] By: gsar                                  on 2000/05/28  10:01:48
15522         Log: revise mktables.PL for bugs and newness in Unicode 3.0
15523              (from James Bence <jbence@amgen.com>)
15524      Branch: perl
15525            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
15526            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
15527            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
15528            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
15529            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
15530            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
15531            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
15532            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
15533            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
15534            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
15535            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
15536            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
15537            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
15538            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
15539            + lib/unicode/Is/SylWU.pl
15540            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
15541            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
15542            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
15543            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
15544            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
15545            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
15546            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
15547            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
15548            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
15549            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
15550            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
15551            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
15552            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
15553            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
15554            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
15555            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
15556            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
15557            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
15558            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
15559            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
15560            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
15561            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
15562            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
15563            ! lib/unicode/Makefile lib/unicode/mktables.PL
15564 ____________________________________________________________________________
15565 [  6138] By: gsar                                  on 2000/05/28  08:50:32
15566         Log: add note about the handling of negative indices to tied arrays
15567              (from Michael G Schwern <schwern@pobox.com>)
15568      Branch: perl
15569            ! pod/perltie.pod
15570 ____________________________________________________________________________
15571 [  6137] By: gsar                                  on 2000/05/28  08:46:10
15572         Log: fix bogus redeclaration warning for "our" variables in different
15573              scopes
15574      Branch: perl
15575            ! op.c t/pragma/strict-vars
15576 ____________________________________________________________________________
15577 [  6136] By: gsar                                  on 2000/05/28  08:31:20
15578         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
15579      Branch: perl
15580            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
15581 ____________________________________________________________________________
15582 [  6135] By: gsar                                  on 2000/05/28  08:17:50
15583         Log: enable Test::Harness to dynamically determine column width etc.
15584              (from Rob Napier <rnapier@employees.org>)
15585      Branch: perl
15586            ! lib/Test/Harness.pm
15587 ____________________________________________________________________________
15588 [  6134] By: gsar                                  on 2000/05/28  08:13:39
15589         Log: make Test::Harness use wait.h/WCOREDUMP if available
15590              (from Ben Tilly <ben_tilly@hotmail.com>)
15591      Branch: perl
15592            ! lib/Test/Harness.pm
15593 ____________________________________________________________________________
15594 [  6133] By: gsar                                  on 2000/05/28  08:08:05
15595         Log: elide bogus test in change#6132
15596      Branch: perl
15597            ! t/pragma/warn/9enabled
15598 ____________________________________________________________________________
15599 [  6132] By: gsar                                  on 2000/05/28  08:03:14
15600         Log: warnings::enabled() doesn't fall back to looking at $^W if
15601              caller isn't using lexical warnings (from Paul Marquess)
15602      Branch: perl
15603            ! pp_ctl.c t/pragma/warn/9enabled
15604 ____________________________________________________________________________
15605 [  6131] By: gsar                                  on 2000/05/28  07:57:47
15606         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
15607      Branch: perl
15608            ! ext/POSIX/POSIX.pm
15609 ____________________________________________________________________________
15610 [  6130] By: gsar                                  on 2000/05/28  07:29:12
15611         Log: fix places that mean C<"word" character> but say C<alphanumeric
15612              character>
15613      Branch: perl
15614            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
15615 ____________________________________________________________________________
15616 [  6129] By: gsar                                  on 2000/05/28  07:18:41
15617         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
15618      Branch: perl
15619            ! vms/test.com
15620 ____________________________________________________________________________
15621 [  6128] By: gsar                                  on 2000/05/28  07:12:55
15622         Log: new perlxstut example for passing/returning refs to arrays
15623              (from David Lowe <dlowe@pootpoot.com>)
15624      Branch: perl
15625            ! pod/perlxstut.pod
15626 ____________________________________________________________________________
15627 [  6127] By: gsar                                  on 2000/05/28  07:02:50
15628         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
15629              failed (from Gisle Aas)
15630      Branch: perl
15631            ! cop.h perl.c
15632 ____________________________________________________________________________
15633 [  6126] By: gsar                                  on 2000/05/28  06:39:53
15634         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
15635              (reworked variant of patch suggested by Simon Cozens)
15636      Branch: perl
15637            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
15638            ! pp_hot.c proto.h t/op/gv.t
15639 ____________________________________________________________________________
15640 [  6125] By: gsar                                  on 2000/05/28  05:14:55
15641         Log: enable propagating exception objects via Perl_croak() in XS code
15642              (from Gisle Aas)
15643      Branch: perl
15644            ! util.c
15645 ____________________________________________________________________________
15646 [  6124] By: gsar                                  on 2000/05/28  05:07:28
15647         Log: integrate vmsperl contents into mainline
15648      Branch: perl
15649           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
15650           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
15651           !> vms/vmsish.h
15652 ____________________________________________________________________________
15653 [  6123] By: gsar                                  on 2000/05/28  05:03:53
15654         Log: clarify gotcha with #line directives (from Rocco Caputo
15655              <troc@netrus.net>)
15656      Branch: perl
15657            ! pod/perldebug.pod pod/perlsyn.pod
15658 ____________________________________________________________________________
15659 [  6122] By: gsar                                  on 2000/05/28  04:58:29
15660         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
15661              (from Mark-Jason Dominus)
15662      Branch: perl
15663            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
15664            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
15665            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
15666            ! toke.c
15667 ____________________________________________________________________________
15668 [  6121] By: bailey                                on 2000/05/25  04:46:54
15669         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
15670              lists (based on fixes by Craig Berry)
15671      Branch: vmsperl
15672            ! lib/File/Spec/VMS.pm
15673 ____________________________________________________________________________
15674 [  6120] By: bailey                                on 2000/05/25  04:25:38
15675         Log: Add missing escape (Charles Lane)
15676      Branch: vmsperl
15677            ! t/op/lex_assign.t
15678 ____________________________________________________________________________
15679 [  6119] By: bailey                                on 2000/05/25  04:21:25
15680         Log: Quiet error messages in vmsish.t (Charles Lane)
15681      Branch: vmsperl
15682            ! vms/ext/vmsish.t
15683 ____________________________________________________________________________
15684 [  6118] By: bailey                                on 2000/05/25  04:17:57
15685         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
15686              Flatten case labels in switch statements uniformly (Charles Bailey)
15687      Branch: vmsperl
15688            ! vms/vms.c
15689 ____________________________________________________________________________
15690 [  6117] By: bailey                                on 2000/05/25  03:58:09
15691         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
15692      Branch: vmsperl
15693            ! vms/vmsish.h
15694 ____________________________________________________________________________
15695 [  6116] By: bailey                                on 2000/05/25  03:11:15
15696         Log: Miscellaneous cosmetic fixes (Charles Lane)
15697      Branch: vmsperl
15698            ! lib/ExtUtils/MM_VMS.pm
15699 ____________________________________________________________________________
15700 [  6115] By: bailey                                on 2000/05/25  03:10:36
15701         Log: Add bounds checking for several strings (Charles Lane)
15702      Branch: vmsperl
15703            ! vms/vms.c
15704 ____________________________________________________________________________
15705 [  6114] By: bailey                                on 2000/05/25  02:25:34
15706         Log: Urk -- undo previous removal of vmsish 'exit' change
15707      Branch: vmsperl
15708            ! vms/ext/vmsish.pm vms/vmsish.h
15709 ____________________________________________________________________________
15710 [  6113] By: bailey                                on 2000/05/24  02:24:40
15711         Log: Ugly workaround for version-specific RTL error
15712      Branch: vmsperl
15713            ! vms/vms.c
15714 ____________________________________________________________________________
15715 [  6112] By: bailey                                on 2000/05/24  02:19:55
15716         Log: Check for existence of file before trying to delete
15717      Branch: vmsperl
15718            ! vms/test.com
15719 ____________________________________________________________________________
15720 [  6111] By: bailey                                on 2000/05/23  23:35:13
15721         Log: Resync with mainline prior to post-5.6.0 updates
15722      Branch: vmsperl
15723           +> (branch 49 files)
15724            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
15725            ! vms/ext/vmsish.pm
15726           !> (integrate 334 files)
15727 ____________________________________________________________________________
15728 [  6110] By: jhi                                   on 2000/05/23  19:28:32
15729         Log: todo tweak
15730      Branch: cfgperl
15731            ! Todo-5.6
15732 ____________________________________________________________________________
15733 [  6109] By: jhi                                   on 2000/05/18  17:38:54
15734         Log: Integrate with Sarathy.
15735      Branch: cfgperl
15736           !> mg.c perl.h win32/perlhost.h
15737 ____________________________________________________________________________
15738 [  6108] By: gsar                                  on 2000/05/17  02:24:56
15739         Log: reenable fake signal handling on Windows, bugs and all
15740      Branch: perl
15741            ! mg.c perl.h win32/perlhost.h
15742 ____________________________________________________________________________
15743 [  6107] By: jhi                                   on 2000/05/15  18:01:41
15744         Log: Tweak the todo list.
15745      Branch: cfgperl
15746            ! Todo-5.6
15747 ____________________________________________________________________________
15748 [  6106] By: jhi                                   on 2000/05/15  13:41:48
15749         Log: The (Configure) script refuses to go on, after asking for
15750              'You may also choose to try maximal 64-bitness....'.
15751              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
15752              -- Patrick Zima
15753              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
15754      Branch: cfgperl
15755            ! hints/solaris_2.sh
15756 ____________________________________________________________________________
15757 [  6105] By: jhi                                   on 2000/05/11  14:37:43
15758         Log: Integrate with Sarathy.
15759      Branch: cfgperl
15760           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
15761           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
15762 ____________________________________________________________________________
15763 [  6104] By: gsar                                  on 2000/05/11  03:39:07
15764         Log: PL_sys_intern was being initialized too late on windows
15765      Branch: perl
15766            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
15767            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
15768 ____________________________________________________________________________
15769 [  6103] By: jhi                                   on 2000/05/09  19:42:20
15770         Log: Test tweaking for Unicos continues.
15771      Branch: cfgperl
15772            ! t/op/64bitint.t
15773 ____________________________________________________________________________
15774 [  6102] By: jhi                                   on 2000/05/09  16:47:27
15775         Log: The test suite tweak in #6101 wasn't quite right.
15776      Branch: cfgperl
15777            ! t/lib/complex.t
15778 ____________________________________________________________________________
15779 [  6101] By: jhi                                   on 2000/05/09  15:35:34
15780         Log: Hints and test tweaks for Unicos.
15781      Branch: cfgperl
15782            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
15783 ____________________________________________________________________________
15784 [  6100] By: jhi                                   on 2000/05/08  21:15:06
15785         Log: More compilation tweakery from Allen Smith.
15786      Branch: cfgperl
15787            ! hints/irix_6.sh
15788 ____________________________________________________________________________
15789 [  6099] By: jhi                                   on 2000/05/08  19:21:18
15790         Log: Tweaks for the cc bugs from Allen Smith.
15791      Branch: cfgperl
15792            ! hints/irix_6.sh
15793 ____________________________________________________________________________
15794 [  6098] By: jhi                                   on 2000/05/08  19:13:37
15795         Log: Add a note about other, yet unsupported, shadow password APIs.
15796      Branch: cfgperl
15797            ! pp_sys.c
15798 ____________________________________________________________________________
15799 [  6097] By: jhi                                   on 2000/05/08  18:46:34
15800         Log: Add a note about possible compilation problems from Allen Smith.
15801      Branch: cfgperl
15802            ! hints/irix_6.sh
15803 ____________________________________________________________________________
15804 [  6096] By: jhi                                   on 2000/05/08  17:33:10
15805         Log: Integrate with Sarathy.
15806      Branch: cfgperl
15807           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
15808           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
15809 ____________________________________________________________________________
15810 [  6095] By: jhi                                   on 2000/05/08  16:21:33
15811         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
15812              might be useful in future.
15813      Branch: cfgperl
15814            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15815            ! config_h.SH
15816      Branch: metaconfig
15817            ! U/installdirs/inc_version_list.U
15818      Branch: metaconfig/U/perl
15819            ! perlxv.U
15820 ____________________________________________________________________________
15821 [  6094] By: gsar                                  on 2000/05/08  14:22:22
15822         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
15823      Branch: perl
15824            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
15825            ! hints/cygwin.sh pp_sys.c
15826 ____________________________________________________________________________
15827 [  6093] By: gsar                                  on 2000/05/08  12:52:28
15828         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
15829              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
15830      Branch: perl
15831            ! pp_sys.c sv.c win32/perlhost.h
15832 ____________________________________________________________________________
15833 [  6092] By: jhi                                   on 2000/05/07  22:40:34
15834         Log: Regen perltoc with the fixed buildtoc.
15835      Branch: cfgperl
15836            ! pod/perltoc.pod
15837 ____________________________________________________________________________
15838 [  6091] By: jhi                                   on 2000/05/07  22:24:16
15839         Log: Integrate with Sarathy.
15840      Branch: cfgperl
15841           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
15842           !> t/op/substr.t toke.c
15843 ____________________________________________________________________________
15844 [  6090] By: gsar                                  on 2000/05/07  19:47:07
15845         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
15846              [NI]OK; added tests for both
15847      Branch: perl
15848            ! perl.c pp_hot.c sv.c t/op/substr.t
15849 ____________________________________________________________________________
15850 [  6089] By: gsar                                  on 2000/05/07  18:18:38
15851         Log: buildtoc tweak to fix newline lossage
15852      Branch: perl
15853            ! pod/buildtoc
15854 ____________________________________________________________________________
15855 [  6088] By: jhi                                   on 2000/05/07  16:35:36
15856         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
15857              because we do not use those.  The HAS_GETSPNAM remains,
15858              though, because we still do use that.
15859      Branch: cfgperl
15860            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15861            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
15862            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
15863            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
15864            ! win32/config.vc win32/config_H.bc win32/config_H.gc
15865            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
15866 ____________________________________________________________________________
15867 [  6087] By: gsar                                  on 2000/05/07  16:05:16
15868         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
15869      Branch: perl
15870            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
15871 ____________________________________________________________________________
15872 [  6086] By: jhi                                   on 2000/05/07  15:27:07
15873         Log: Integrate with Sarathy.
15874      Branch: cfgperl
15875           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
15876           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
15877           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
15878           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
15879           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
15880           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
15881 ____________________________________________________________________________
15882 [  6085] By: gsar                                  on 2000/05/07  05:52:02
15883         Log: repeat operator (x) doesn't preserve utf8-ness
15884      Branch: perl
15885            ! pp.c t/op/substr.t
15886 ____________________________________________________________________________
15887 [  6084] By: gsar                                  on 2000/05/07  05:39:55
15888         Log: substr() does not preserve utf8-ness (from Stefan Eissing
15889              <Eissing@medicaldataservice.de>); added tests
15890      Branch: perl
15891            ! pp.c t/op/substr.t
15892 ____________________________________________________________________________
15893 [  6083] By: gsar                                  on 2000/05/07  05:24:46
15894         Log: note about undocumented caller() return value (from M.J.T. Guy);
15895              yet another peek.t tweak
15896      Branch: perl
15897            ! pod/perlfunc.pod t/lib/peek.t
15898 ____________________________________________________________________________
15899 [  6082] By: gsar                                  on 2000/05/07  05:08:40
15900         Log: peek.t non-portable to ithreads
15901      Branch: perl
15902            ! t/lib/peek.t
15903 ____________________________________________________________________________
15904 [  6081] By: gsar                                  on 2000/05/07  04:17:04
15905         Log: better default perlbug categories for ok reports (from Richard Foley)
15906      Branch: perl
15907            ! utils/perlbug.PL
15908 ____________________________________________________________________________
15909 [  6080] By: gsar                                  on 2000/05/07  04:08:07
15910         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
15911              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
15912      Branch: perl
15913            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
15914            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
15915            ! AUTHORS MAINTAIN MANIFEST
15916 ____________________________________________________________________________
15917 [  6079] By: gsar                                  on 2000/05/07  04:01:38
15918         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
15919      Branch: perl
15920            ! lib/Carp/Heavy.pm
15921 ____________________________________________________________________________
15922 [  6078] By: gsar                                  on 2000/05/07  01:24:19
15923         Log: workaround for CRT bug in chdir() (from Charles Lane, via
15924              Peter Prymmer)
15925      Branch: perl
15926            ! iperlsys.h vms/vms.c vms/vmsish.h
15927 ____________________________________________________________________________
15928 [  6077] By: gsar                                  on 2000/05/07  01:22:23
15929         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
15930              and Tom Phoenix)
15931      Branch: perl
15932            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
15933 ____________________________________________________________________________
15934 [  6076] By: gsar                                  on 2000/05/06  17:36:29
15935         Log: integrate cfgperl contents into mainline
15936      Branch: perl
15937           +> t/lib/peek.t
15938           !> Configure MANIFEST Porting/Glossary Porting/config.sh
15939           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
15940           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
15941           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
15942 ____________________________________________________________________________
15943 [  6075] By: jhi                                   on 2000/05/05  18:56:10
15944         Log: Make the test more portable.
15945      Branch: cfgperl
15946            ! t/lib/peek.t
15947 ____________________________________________________________________________
15948 [  6074] By: jhi                                   on 2000/05/05  18:49:20
15949         Log: Introduce t/lib/peek.t.
15950      Branch: cfgperl
15951            + t/lib/peek.t
15952            ! MANIFEST
15953 ____________________________________________________________________________
15954 [  6073] By: jhi                                   on 2000/05/05  14:30:45
15955         Log: Complex tweaks.
15956      Branch: cfgperl
15957            ! lib/Math/Complex.pm t/lib/complex.t
15958 ____________________________________________________________________________
15959 [  6072] By: jhi                                   on 2000/05/05  12:27:13
15960         Log: Integrate with Sarathy.
15961      Branch: cfgperl
15962           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
15963           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
15964           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
15965           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
15966 ____________________________________________________________________________
15967 [  6071] By: gsar                                  on 2000/05/05  02:24:46
15968         Log: misformatted perllocal.pod (from Tim Jenness
15969              <t.jenness@jach.hawaii.edu>)
15970      Branch: perl
15971            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
15972 ____________________________________________________________________________
15973 [  6070] By: gsar                                  on 2000/05/05  02:16:52
15974         Log: remove misleading comment (from M.J.T. Guy)
15975      Branch: perl
15976            ! t/lib/anydbm.t
15977 ____________________________________________________________________________
15978 [  6069] By: gsar                                  on 2000/05/05  02:15:13
15979         Log: File::Spec compatibility update (from Barrie Slaymaker
15980              <barries@slaysys.com>)
15981      Branch: perl
15982            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
15983            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
15984 ____________________________________________________________________________
15985 [  6068] By: gsar                                  on 2000/05/05  02:01:50
15986         Log: note about values()
15987      Branch: perl
15988            ! pod/perlfunc.pod
15989 ____________________________________________________________________________
15990 [  6067] By: gsar                                  on 2000/05/05  01:33:09
15991         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
15992      Branch: perl
15993            ! win32/win32.c
15994 ____________________________________________________________________________
15995 [  6066] By: gsar                                  on 2000/05/05  01:23:43
15996         Log: s/END/CHECK/
15997      Branch: perl
15998            ! perl.c
15999 ____________________________________________________________________________
16000 [  6065] By: jhi                                   on 2000/05/04  17:30:22
16001         Log: Integrate with Sarathy.
16002      Branch: cfgperl
16003           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
16004 ____________________________________________________________________________
16005 [  6064] By: gsar                                  on 2000/05/04  17:26:14
16006         Log: change#5905 wasn't quite right--it's intent only applies when arguments
16007              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
16008      Branch: perl
16009            ! pp_sys.c sv.c
16010 ____________________________________________________________________________
16011 [  6063] By: gsar                                  on 2000/05/04  16:52:29
16012         Log: tokeq() could read unallocated field in argument
16013      Branch: perl
16014            ! toke.c
16015 ____________________________________________________________________________
16016 [  6062] By: gsar                                  on 2000/05/04  16:34:51
16017         Log: additional tests for utf8.t
16018      Branch: perl
16019            ! t/pragma/utf8.t
16020 ____________________________________________________________________________
16021 [  6061] By: gsar                                  on 2000/05/04  16:09:28
16022         Log: change#5921 neglected to make eq honor "use bytes"
16023      Branch: perl
16024            ! sv.c
16025 ____________________________________________________________________________
16026 [  6060] By: jhi                                   on 2000/05/04  15:30:16
16027         Log: Integrate with Sarathy.
16028      Branch: cfgperl
16029           !> perl.c regcomp.c t/pragma/utf8.t
16030 ____________________________________________________________________________
16031 [  6059] By: jhi                                   on 2000/05/04  15:26:37
16032         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
16033              in natively 64-bit platforms where a long is a quad (no need
16034              for long longs).  Also added bias for IVs.
16035      Branch: cfgperl
16036            ! toke.c
16037 ____________________________________________________________________________
16038 [  6058] By: gsar                                  on 2000/05/04  00:19:14
16039         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
16040              (spotted by Donald Kinzer <dkinzer@premia.com>)
16041      Branch: perl
16042            ! perl.c
16043 ____________________________________________________________________________
16044 [  6057] By: gsar                                  on 2000/05/03  18:34:01
16045         Log: fix broken parsing of /\x{ab}/
16046      Branch: perl
16047            ! regcomp.c t/pragma/utf8.t
16048 ____________________________________________________________________________
16049 [  6056] By: jhi                                   on 2000/05/03  17:57:16
16050         Log: The search of infinity continues, this time simplified.
16051      Branch: cfgperl
16052            ! lib/Math/Complex.pm
16053 ____________________________________________________________________________
16054 [  6055] By: jhi                                   on 2000/05/03  17:45:30
16055         Log: Detypo.
16056      Branch: cfgperl
16057            ! hints/unicos.sh
16058 ____________________________________________________________________________
16059 [  6054] By: jhi                                   on 2000/05/02  22:28:27
16060         Log: Be more forgiving in POSIX about HUGE_VALL.
16061      Branch: cfgperl
16062            ! ext/POSIX/POSIX.xs
16063 ____________________________________________________________________________
16064 [  6053] By: jhi                                   on 2000/05/02  22:25:05
16065         Log: Integrate with Sarathy.
16066      Branch: cfgperl
16067           !> hints/irix_6.sh pod/perlop.pod
16068 ____________________________________________________________________________
16069 [  6052] By: jhi                                   on 2000/05/02  22:24:31
16070         Log: Unicos hint tweak.
16071      Branch: cfgperl
16072            ! hints/unicos.sh
16073 ____________________________________________________________________________
16074 [  6051] By: jhi                                   on 2000/05/02  22:21:26
16075         Log: Complex tweakery.
16076      Branch: cfgperl
16077            ! lib/Math/Complex.pm t/lib/complex.t
16078 ____________________________________________________________________________
16079 [  6050] By: jhi                                   on 2000/05/02  19:26:22
16080         Log: Use setxxent()/endxxent().
16081      Branch: cfgperl
16082            ! t/op/grent.t t/op/pwent.t
16083 ____________________________________________________________________________
16084 [  6049] By: jhi                                   on 2000/05/02  19:06:02
16085         Log: Test both the scalar and list contexts.
16086      Branch: cfgperl
16087            ! t/op/grent.t t/op/pwent.t
16088 ____________________________________________________________________________
16089 [  6048] By: gsar                                  on 2000/05/02  18:29:10
16090         Log: add note about how $( doesn't interpolate in REs (from
16091              Philip Newton <newton@ficus.frogspace.net>)
16092      Branch: perl
16093            ! pod/perlop.pod
16094 ____________________________________________________________________________
16095 [  6047] By: jhi                                   on 2000/05/02  17:41:24
16096         Log: Call getspnam() only iff needd.
16097      Branch: cfgperl
16098            ! pp_sys.c
16099 ____________________________________________________________________________
16100 [  6046] By: gsar                                  on 2000/05/02  17:07:25
16101         Log: libscheck has insufficient checks for n32 libs (from
16102              Albert Chin-A-Young <china@thewrittenword.com>)
16103      Branch: perl
16104            ! hints/irix_6.sh
16105 ____________________________________________________________________________
16106 [  6045] By: jhi                                   on 2000/05/02  13:57:17
16107         Log: Integrate with Sarathy.
16108      Branch: cfgperl
16109           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
16110           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
16111 ____________________________________________________________________________
16112 [  6044] By: gsar                                  on 2000/05/02  06:48:19
16113         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
16114              such that underscores are only ignored in literal numbers,
16115              "\x{...}", and hex/oct argument
16116      Branch: perl
16117            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
16118 ____________________________________________________________________________
16119 [  6043] By: gsar                                  on 2000/05/02  02:22:29
16120         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
16121      Branch: perl
16122            ! pod/perlretut.pod
16123 ____________________________________________________________________________
16124 [  6042] By: gsar                                  on 2000/05/02  02:17:51
16125         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
16126      Branch: perl
16127            ! pod/perltrap.pod
16128 ____________________________________________________________________________
16129 [  6041] By: gsar                                  on 2000/05/02  01:53:51
16130         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
16131              to compensate
16132      Branch: perl
16133            ! Porting/makerel
16134 ____________________________________________________________________________
16135 [  6040] By: gsar                                  on 2000/05/02  01:51:57
16136         Log: missing files in MANIFEST
16137      Branch: perl
16138            ! MANIFEST
16139 ____________________________________________________________________________
16140 [  6039] By: jhi                                   on 2000/05/02  00:36:46
16141         Log: Infinite problems.
16142      Branch: cfgperl
16143            ! lib/Math/Complex.pm
16144 ____________________________________________________________________________
16145 [  6038] By: jhi                                   on 2000/05/02  00:06:38
16146         Log: pwent/spent #ifdef imbalance.
16147      Branch: cfgperl
16148            ! pp_sys.c
16149 ____________________________________________________________________________
16150 [  6037] By: jhi                                   on 2000/05/01  22:50:11
16151         Log: Use HUGE_VALL if applicable.
16152      Branch: cfgperl
16153            ! ext/POSIX/POSIX.xs util.c
16154 ____________________________________________________________________________
16155 [  6036] By: jhi                                   on 2000/05/01  22:20:53
16156         Log: Correct Freudian slip.
16157      Branch: cfgperl
16158            ! pp_sys.c
16159 ____________________________________________________________________________
16160 [  6035] By: jhi                                   on 2000/05/01  21:07:38
16161         Log: Continue on the pwent/spent case.
16162      Branch: cfgperl
16163            ! pp_sys.c
16164 ____________________________________________________________________________
16165 [  6034] By: jhi                                   on 2000/05/01  17:45:14
16166         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
16167              adjustments in 6032 conflicted badly with this, will have
16168              to revisit them later.
16169      Branch: cfgperl
16170           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
16171           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
16172           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
16173           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
16174           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
16175           !> t/lib/cgi-html.t t/lib/cgi-request.t
16176 ____________________________________________________________________________
16177 [  6033] By: jhi                                   on 2000/05/01  17:40:49
16178         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
16179      Branch: cfgperl
16180            ! pp_sys.c
16181 ____________________________________________________________________________
16182 [  6032] By: gsar                                  on 2000/05/01  15:56:32
16183         Log: whitespace adjustments
16184      Branch: perl
16185            ! pp_sys.c
16186 ____________________________________________________________________________
16187 [  6031] By: gsar                                  on 2000/05/01  15:19:41
16188         Log: small nits in diagnostics.pm (from Robin Barker)
16189      Branch: perl
16190            ! lib/diagnostics.pm pod/perldiag.pod
16191 ____________________________________________________________________________
16192 [  6030] By: gsar                                  on 2000/05/01  08:39:18
16193         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
16194              for @- and @+ (from Johan Vromans)
16195      Branch: perl
16196            ! lib/English.pm pod/perlvar.pod
16197 ____________________________________________________________________________
16198 [  6029] By: gsar                                  on 2000/05/01  08:16:10
16199         Log: add CGI.pm v2.66 (from Lincoln Stein)
16200      Branch: perl
16201            + lib/CGI/Util.pm t/lib/cgi-pretty.t
16202            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
16203            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
16204            ! t/lib/cgi-html.t t/lib/cgi-request.t
16205 ____________________________________________________________________________
16206 [  6028] By: gsar                                  on 2000/05/01  06:34:41
16207         Log: Pod::Man generates groff-incompatible macro definition (from
16208              Tom Christiansen)
16209      Branch: perl
16210            ! lib/Pod/Man.pm
16211 ____________________________________________________________________________
16212 [  6027] By: gsar                                  on 2000/05/01  06:31:36
16213         Log: podlators-1.02 update (from Russ Allbery)
16214      Branch: perl
16215            ! lib/Pod/Man.pm lib/Pod/Text.pm
16216 ____________________________________________________________________________
16217 [  6026] By: jhi                                   on 2000/04/30  23:24:23
16218         Log: Integrate with Sarathy.
16219      Branch: cfgperl
16220           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
16221           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
16222           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
16223           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
16224           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
16225           !> t/lib/syslog.t toke.c win32/win32.h
16226 ____________________________________________________________________________
16227 [  6025] By: gsar                                  on 2000/04/30  18:17:47
16228         Log: Is{Alnum,Alpha,Word} don't match titlecase
16229              
16230              TODO: IsSpace is defined recursively!
16231              
16232              (both spotted by Larry)
16233      Branch: perl
16234            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
16235            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
16236 ____________________________________________________________________________
16237 [  6024] By: gsar                                  on 2000/04/30  17:50:19
16238         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
16239              (from Hugo van der Sanden)
16240      Branch: perl
16241            ! toke.c
16242 ____________________________________________________________________________
16243 [  6023] By: gsar                                  on 2000/04/30  17:14:43
16244         Log: debugger stomps on $. (from M.J.T. Guy)
16245      Branch: perl
16246            ! lib/perl5db.pl
16247 ____________________________________________________________________________
16248 [  6022] By: gsar                                  on 2000/04/30  16:59:22
16249         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
16250      Branch: perl
16251            ! sv.c
16252 ____________________________________________________________________________
16253 [  6021] By: gsar                                  on 2000/04/29  21:00:08
16254         Log: remove Win2K issue in pod (fixed by change#6020)
16255      Branch: perl
16256            ! README.win32 pod/perl56delta.pod
16257 ____________________________________________________________________________
16258 [  6020] By: gsar                                  on 2000/04/29  20:51:49
16259         Log: test tweak
16260      Branch: perl
16261            ! t/lib/open3.t
16262 ____________________________________________________________________________
16263 [  6019] By: gsar                                  on 2000/04/29  20:34:27
16264         Log: windows portability tweaks
16265      Branch: perl
16266            ! t/lib/b.t win32/win32.h
16267 ____________________________________________________________________________
16268 [  6018] By: gsar                                  on 2000/04/29  19:55:24
16269         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
16270              make _PATH_LOG() return "" if unavailable
16271      Branch: perl
16272            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
16273            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
16274 ____________________________________________________________________________
16275 [  6017] By: jhi                                   on 2000/04/28  22:49:46
16276         Log: Integrate with Sarathy.
16277      Branch: cfgperl
16278           !> op.c perl.c pod/perldiag.pod t/lib/b.t
16279 ____________________________________________________________________________
16280 [  6016] By: jhi                                   on 2000/04/28  22:46:14
16281         Log: Do not warn that an infinity does not look like a number.
16282      Branch: cfgperl
16283            ! sv.c
16284 ____________________________________________________________________________
16285 [  6015] By: gsar                                  on 2000/04/28  22:35:49
16286         Log: tweak test for portability
16287      Branch: perl
16288            ! t/lib/b.t
16289 ____________________________________________________________________________
16290 [  6014] By: gsar                                  on 2000/04/28  22:05:31
16291         Log: glob() loading File::Glob behind the scenes may cause syntax errors
16292      Branch: perl
16293            ! op.c
16294 ____________________________________________________________________________
16295 [  6013] By: gsar                                  on 2000/04/28  21:25:22
16296         Log: tweak change#5945 to display correct switch name in diagnostic
16297      Branch: perl
16298            ! perl.c pod/perldiag.pod
16299 ____________________________________________________________________________
16300 [  6012] By: jhi                                   on 2000/04/28  21:08:12
16301         Log: Integrate with Sarathy.
16302      Branch: cfgperl
16303           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
16304           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
16305           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
16306 ____________________________________________________________________________
16307 [  6011] By: jhi                                   on 2000/04/28  21:04:46
16308         Log: &HUGE_VAL is not defined, it exists.
16309      Branch: cfgperl
16310            ! lib/Math/Complex.pm
16311 ____________________________________________________________________________
16312 [  6010] By: gsar                                  on 2000/04/28  21:02:58
16313         Log: clarify note about shadow password support (from
16314              gellyfish@gellyfish.com)
16315      Branch: perl
16316            ! pod/perlfunc.pod
16317 ____________________________________________________________________________
16318 [  6009] By: gsar                                  on 2000/04/28  21:00:00
16319         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
16320      Branch: perl
16321            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
16322 ____________________________________________________________________________
16323 [  6008] By: gsar                                  on 2000/04/28  20:56:33
16324         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
16325      Branch: perl
16326            ! installperl vms/subconfigure.com
16327 ____________________________________________________________________________
16328 [  6007] By: gsar                                  on 2000/04/28  20:51:21
16329         Log: note about compile failures and END blocks (from M.J.T. Guy)
16330      Branch: perl
16331            ! pod/perl56delta.pod pod/perlmod.pod
16332 ____________________________________________________________________________
16333 [  6006] By: jhi                                   on 2000/04/28  20:42:14
16334         Log: Regen Configure.
16335      Branch: cfgperl
16336            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16337            ! config_h.SH
16338 ____________________________________________________________________________
16339 [  6005] By: gsar                                  on 2000/04/28  20:41:16
16340         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
16341      Branch: perl
16342            ! utils/perldoc.PL
16343 ____________________________________________________________________________
16344 [  6004] By: jhi                                   on 2000/04/28  20:28:21
16345         Log: Integrate with Sarathy.
16346      Branch: cfgperl
16347           !> Configure INSTALL Porting/Glossary Porting/config.sh
16348           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
16349           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
16350           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
16351           !> win32/config.vc win32/win32.c
16352 ____________________________________________________________________________
16353 [  6003] By: gsar                                  on 2000/04/28  20:11:20
16354         Log: allow REG_EXPAND_SZ keys in Windows registry (from
16355              John Clayton <John.Clayton@barclayscapital.com>)
16356      Branch: perl
16357            ! win32/win32.c
16358 ____________________________________________________________________________
16359 [  6002] By: gsar                                  on 2000/04/28  19:34:16
16360         Log: destructive sv_setsv() can lose UV-ness from source, causing
16361              numeric promotions/comparisons to fail to do the right thing
16362      Branch: perl
16363            ! sv.c
16364 ____________________________________________________________________________
16365 [  6001] By: gsar                                  on 2000/04/28  18:44:15
16366         Log: support additional library locations via $Config{otherlibdirs}
16367              (from Andy Dougherty)
16368      Branch: perl
16369            ! Configure INSTALL Porting/Glossary Porting/config.sh
16370            ! Porting/config_H config_h.SH epoc/config.sh perl.c
16371            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
16372            ! win32/config.bc win32/config.gc win32/config.vc
16373 ____________________________________________________________________________
16374 [  6000] By: gsar                                  on 2000/04/28  18:26:58
16375         Log: reworked otherlibdirs.U (from Andy Dougherty)
16376      Branch: metaconfig
16377            ! U/installdirs/otherlibdirs.U
16378 ____________________________________________________________________________
16379 [  5999] By: gsar                                  on 2000/04/28  18:17:07
16380         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
16381      Branch: perl
16382            ! t/pragma/warn/toke toke.c
16383 ____________________________________________________________________________
16384 [  5998] By: jhi                                   on 2000/04/28  13:32:17
16385         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
16386      Branch: cfgperl
16387            ! lib/Math/Complex.pm
16388 ____________________________________________________________________________
16389 [  5997] By: jhi                                   on 2000/04/28  13:14:04
16390         Log: Preserve $!.
16391      Branch: cfgperl
16392            ! lib/Math/Complex.pm
16393 ____________________________________________________________________________
16394 [  5996] By: jhi                                   on 2000/04/28  12:59:23
16395         Log: Integrate with Sarathy.
16396      Branch: cfgperl
16397           +> pod/perlrequick.pod pod/perlretut.pod
16398           !> (integrate 51 files)
16399 ____________________________________________________________________________
16400 [  5995] By: gsar                                  on 2000/04/28  09:37:36
16401         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
16402      Branch: perl
16403            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
16404 ____________________________________________________________________________
16405 [  5994] By: gsar                                  on 2000/04/28  09:33:26
16406         Log: fix for missed accounting for null byte in pack("Z",...) (from
16407              M.J.T. Guy)
16408      Branch: perl
16409            ! pp.c t/op/pack.t
16410 ____________________________________________________________________________
16411 [  5993] By: gsar                                  on 2000/04/28  09:30:05
16412         Log: various minor tweaks seen on p5p
16413      Branch: perl
16414            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
16415 ____________________________________________________________________________
16416 [  5992] By: gsar                                  on 2000/04/28  09:08:19
16417         Log: pod nit (from Simon Cozens)
16418      Branch: perl
16419            ! pod/perlop.pod
16420 ____________________________________________________________________________
16421 [  5991] By: gsar                                  on 2000/04/28  09:06:36
16422         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
16423      Branch: perl
16424            ! README.posix-bc hints/posix-bc.sh
16425 ____________________________________________________________________________
16426 [  5990] By: gsar                                  on 2000/04/28  08:54:52
16427         Log: use $ENV{LIB} to search for libs under Visual C compiler
16428              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
16429      Branch: perl
16430            ! lib/ExtUtils/Liblist.pm
16431 ____________________________________________________________________________
16432 [  5989] By: gsar                                  on 2000/04/28  08:27:12
16433         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
16434              itself and no other (from Tom Hughes)
16435      Branch: perl
16436            ! t/op/array.t toke.c
16437 ____________________________________________________________________________
16438 [  5988] By: gsar                                  on 2000/04/28  08:01:38
16439         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
16440              <paul@miraclefish.com>)
16441      Branch: perl
16442            ! lib/ExtUtils/MakeMaker.pm
16443 ____________________________________________________________________________
16444 [  5987] By: gsar                                  on 2000/04/28  07:53:09
16445         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
16446      Branch: perl
16447            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
16448 ____________________________________________________________________________
16449 [  5986] By: gsar                                  on 2000/04/28  07:44:17
16450         Log: add regular expressions tutorial and quick-start guide (from
16451              Mark Kvale <kvale@phy.ucsf.edu>)
16452      Branch: perl
16453            + pod/perlrequick.pod pod/perlretut.pod
16454            ! AUTHORS MAINTAIN MANIFEST
16455 ____________________________________________________________________________
16456 [  5985] By: gsar                                  on 2000/04/28  07:30:28
16457         Log: forked child may not exit correctly if it failed to open
16458              /dev/console (from Graham Barr)
16459      Branch: perl
16460            ! ext/Sys/Syslog/Syslog.pm
16461 ____________________________________________________________________________
16462 [  5984] By: gsar                                  on 2000/04/28  07:27:20
16463         Log: attributes::reftype() doesn't work on tied argument
16464      Branch: perl
16465            ! xsutils.c
16466 ____________________________________________________________________________
16467 [  5983] By: gsar                                  on 2000/04/28  07:15:04
16468         Log: numeric conversion of non-number in change#3378 tramples on
16469              OOK offset, causing segfaults
16470      Branch: perl
16471            ! sv.c
16472 ____________________________________________________________________________
16473 [  5982] By: gsar                                  on 2000/04/28  04:48:25
16474         Log: avoid error in IO::Socket::INET when given an unknown service name
16475              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
16476      Branch: perl
16477            ! ext/IO/lib/IO/Socket/INET.pm
16478 ____________________________________________________________________________
16479 [  5981] By: gsar                                  on 2000/04/28  04:31:31
16480         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
16481              prototype mismatch with CORE::glob(); update pod and tests to
16482              suit (File::Glob::glob() is still available for backward
16483              compatibility, but should be considered deprecated)
16484      Branch: perl
16485            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
16486            ! t/lib/glob-taint.t
16487 ____________________________________________________________________________
16488 [  5980] By: gsar                                  on 2000/04/28  03:47:29
16489         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
16490              <ghudson@mit.edu>)
16491      Branch: metaconfig
16492            ! U/modified/Options.U
16493      Branch: perl
16494            ! Configure
16495 ____________________________________________________________________________
16496 [  5979] By: gsar                                  on 2000/04/28  03:07:54
16497         Log: under useithreads, constant pad entries could inadvertantly be
16498              shared across threads (from Eric Blood <eblood@xmission.com>);
16499              added Eric's test case to testsuite
16500      Branch: perl
16501            ! op.c t/op/misc.t
16502 ____________________________________________________________________________
16503 [  5978] By: gsar                                  on 2000/04/27  21:13:00
16504         Log: sync version numbers in File::Spec with the ones on CPAN
16505              (from Barrie Slaymaker)
16506      Branch: perl
16507            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
16508            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
16509            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
16510 ____________________________________________________________________________
16511 [  5977] By: gsar                                  on 2000/04/27  21:07:29
16512         Log: autoquote barewords followed by newline and arrow properly
16513              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
16514      Branch: perl
16515            ! t/pragma/warn/toke toke.c
16516 ____________________________________________________________________________
16517 [  5976] By: gsar                                  on 2000/04/27  20:41:20
16518         Log: DB_File v1.73 update (from Paul Marquess)
16519      Branch: perl
16520            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16521            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
16522 ____________________________________________________________________________
16523 [  5975] By: gsar                                  on 2000/04/27  20:34:24
16524         Log: allow sort() reentrancy (variant of patch suggested by
16525              Hugo van der Sanden)
16526      Branch: perl
16527            ! pp_ctl.c t/op/sort.t
16528 ____________________________________________________________________________
16529 [  5974] By: gsar                                  on 2000/04/27  19:46:57
16530         Log: change#4197 somehow missed initializing PL_errors, meaning
16531              sytax error queueing wasn't working outside eval"" at all;
16532              also fixed eval"" to localize PL_error_count, so that compile-time
16533              eval's don't clobber the error state of the outer context
16534      Branch: perl
16535            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
16536            ! t/pragma/warn/toke
16537 ____________________________________________________________________________
16538 [  5973] By: gsar                                  on 2000/04/27  18:29:05
16539         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
16540      Branch: perl
16541            ! regcomp.c regexec.c t/op/re_tests
16542 ____________________________________________________________________________
16543 [  5972] By: jhi                                   on 2000/04/27  18:22:41
16544         Log: Integrate with Sarathy.
16545      Branch: cfgperl
16546           +> t/lib/b.t t/lib/syslog.t
16547           !> (integrate 31 files)
16548 ____________________________________________________________________________
16549 [  5971] By: jhi                                   on 2000/04/27  18:18:46
16550         Log: Unicos tweaks from Mark P. Lutz.
16551      Branch: cfgperl
16552            ! hints/unicos.sh lib/Math/Complex.pm
16553 ____________________________________________________________________________
16554 [  5970] By: gsar                                  on 2000/04/27  18:05:11
16555         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
16556              IV is >32bits
16557      Branch: perl
16558            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
16559 ____________________________________________________________________________
16560 [  5969] By: gsar                                  on 2000/04/27  17:50:56
16561         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
16562      Branch: perl
16563            + t/lib/syslog.t
16564            ! MANIFEST ext/Sys/Syslog/Syslog.pm
16565 ____________________________________________________________________________
16566 [  5968] By: gsar                                  on 2000/04/27  17:44:49
16567         Log: tolerate spaces in group names in test on solaris (from David Boyce
16568              <dsb@boyski.com>)
16569      Branch: perl
16570            ! t/op/groups.t
16571 ____________________________________________________________________________
16572 [  5967] By: gsar                                  on 2000/04/27  17:41:22
16573         Log: improved docs on the warn_uninit diagnostic (from David Glasser
16574              and Simon Cozens)
16575      Branch: perl
16576            ! pod/perldiag.pod
16577 ____________________________________________________________________________
16578 [  5966] By: gsar                                  on 2000/04/27  16:54:58
16579         Log: add testsuite for B backends, fix bug in B::Deparse (from
16580              Simon Cozens <simon@brecon.co.uk>)
16581      Branch: perl
16582            + t/lib/b.t
16583            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
16584 ____________________________________________________________________________
16585 [  5965] By: gsar                                  on 2000/04/27  16:10:37
16586         Log: avoid "will not stay shared" warnings for our variables (from
16587              Robin Barker)
16588      Branch: perl
16589            ! op.c t/pragma/warn/op
16590 ____________________________________________________________________________
16591 [  5964] By: gsar                                  on 2000/04/27  07:05:05
16592         Log: reformat to 72 columns (again)
16593      Branch: perl
16594            ! pod/perldiag.pod
16595 ____________________________________________________________________________
16596 [  5963] By: gsar                                  on 2000/04/27  06:28:31
16597         Log: patch from Larry to make (\&) prototype work; added tests for
16598              the same
16599      Branch: perl
16600            ! op.c t/comp/proto.t
16601 ____________________________________________________________________________
16602 [  5962] By: gsar                                  on 2000/04/27  06:15:47
16603         Log: updated README.hpux (from Jeff Okamoto)
16604      Branch: perl
16605            ! README.hpux
16606 ____________________________________________________________________________
16607 [  5961] By: gsar                                  on 2000/04/27  05:55:03
16608         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
16609      Branch: perl
16610            ! emacs/cperl-mode.el
16611 ____________________________________________________________________________
16612 [  5960] By: gsar                                  on 2000/04/27  05:49:26
16613         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
16614      Branch: perl
16615            ! INSTALL
16616 ____________________________________________________________________________
16617 [  5959] By: gsar                                  on 2000/04/27  05:33:41
16618         Log: doubled words in pods (from Simon Cozens
16619              <simon.p.cozens@jp.pwcglobal.com>)
16620      Branch: perl
16621            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
16622            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
16623            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
16624            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
16625            ! pod/perltootc.pod
16626 ____________________________________________________________________________
16627 [  5958] By: gsar                                  on 2000/04/27  05:11:39
16628         Log: change#3569 deleted some essential code, revert; avoid use of
16629              atexit() to make DynaLoader work properly on AIX under mod_perl
16630              (from Jens-Uwe Mager <jum@helios.de>)
16631      Branch: perl
16632            ! ext/DynaLoader/dl_aix.xs
16633 ____________________________________________________________________________
16634 [  5957] By: gsar                                  on 2000/04/27  04:54:51
16635         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
16636      Branch: perl
16637            ! pod/perlmod.pod
16638 ____________________________________________________________________________
16639 [  5956] By: gsar                                  on 2000/04/27  04:51:47
16640         Log: better diagnostics on failed tests (from Ilya Zakharevich)
16641      Branch: perl
16642            ! t/op/lex_assign.t
16643 ____________________________________________________________________________
16644 [  5955] By: gsar                                  on 2000/04/27  04:26:44
16645         Log: longstanding bug exposed by change#3307: sort arguments weren't
16646              compiled with the right wantarray context (ensuing runtime lookup
16647              via block_gimme() was getting the incidental context of the
16648              sort() itself)
16649      Branch: perl
16650            ! op.c t/op/sort.t
16651 ____________________________________________________________________________
16652 [  5954] By: gsar                                  on 2000/04/26  23:42:12
16653         Log: integrate cfgperl contents into mainline
16654      Branch: perl
16655           !> (integrate 30 files)
16656 ____________________________________________________________________________
16657 [  5953] By: jhi                                   on 2000/04/26  23:06:42
16658         Log: Integrate with Sarathy.
16659      Branch: cfgperl
16660           !> README.win32 ext/B/B/Deparse.pm
16661           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
16662           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
16663           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
16664           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
16665           !> utils/perldoc.PL vms/perlvms.pod
16666 ____________________________________________________________________________
16667 [  5952] By: jhi                                   on 2000/04/26  23:03:46
16668         Log: Undo "use integer" addition from 64bitint as it seems
16669              to break most of the subtests in Digital UNIX;
16670              Unicos needs to find another way.
16671      Branch: cfgperl
16672            ! t/op/64bitint.t
16673 ____________________________________________________________________________
16674 [  5951] By: jhi                                   on 2000/04/26  22:57:53
16675         Log: Be more robust on "extreme" (large absolute value)
16676              arguments.  Originally reported by Daniel Connelly
16677              as a problem with asinh() on large negative arguments,
16678              asinh() used to bail out because an argument to log()
16679              ended up being zero.  Ilya Zakharevich proposed using
16680              Taylor's series in such cases, which for such large
16681              arguments is a very good approximation.
16682      Branch: cfgperl
16683            ! lib/Math/Complex.pm t/lib/complex.t
16684 ____________________________________________________________________________
16685 [  5950] By: gsar                                  on 2000/04/25  19:13:12
16686         Log: reformat perldiag to avoid long lines
16687      Branch: perl
16688            ! pod/perldiag.pod
16689 ____________________________________________________________________________
16690 [  5949] By: gsar                                  on 2000/04/25  18:41:11
16691         Log: make perldoc use the pod2man from the same version (from
16692              M.J.T. Guy)
16693      Branch: perl
16694            ! utils/perldoc.PL
16695 ____________________________________________________________________________
16696 [  5948] By: gsar                                  on 2000/04/25  18:21:57
16697         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
16698              <kompas@kompas.usr.onet.pl>)
16699      Branch: perl
16700            ! lib/vars.pm
16701 ____________________________________________________________________________
16702 [  5947] By: gsar                                  on 2000/04/25  18:11:53
16703         Log: use &dl_error rather than &dl_load_file as the guard for calling
16704              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
16705              statically built perl)
16706      Branch: perl
16707            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
16708 ____________________________________________________________________________
16709 [  5946] By: jhi                                   on 2000/04/25  17:37:54
16710         Log: Document that tr() is not tr(1).
16711      Branch: cfgperl
16712            ! pod/perlop.pod
16713 ____________________________________________________________________________
16714 [  5945] By: gsar                                  on 2000/04/25  16:34:33
16715         Log: make module name mandatory after -M switch; reorder perldiag
16716              alphabetically (from Mark-Jason Dominus)
16717      Branch: perl
16718            ! perl.c pod/perldiag.pod
16719 ____________________________________________________________________________
16720 [  5944] By: jhi                                   on 2000/04/25  01:15:18
16721         Log: On second thoughts frexp() does have two arguments.
16722      Branch: cfgperl
16723            ! perl.h
16724 ____________________________________________________________________________
16725 [  5943] By: jhi                                   on 2000/04/24  22:56:32
16726         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
16727              Now pp_ncmp() returns undef is either operand is a NaN.
16728      Branch: cfgperl
16729            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16730            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
16731            ! vms/subconfigure.com vos/config.def vos/config.h
16732            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
16733            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16734            ! win32/config_H.vc
16735      Branch: metaconfig/U/perl
16736            + d_modfl.U
16737 ____________________________________________________________________________
16738 [  5942] By: jhi                                   on 2000/04/24  19:45:17
16739         Log: Regen Configure to match #5937.
16740      Branch: cfgperl
16741            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16742            ! config_h.SH
16743      Branch: metaconfig
16744            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
16745 ____________________________________________________________________________
16746 [  5941] By: jhi                                   on 2000/04/24  19:24:11
16747         Log: Further Unicos fixes for Mark Lutz.
16748      Branch: cfgperl
16749            ! hints/unicos.sh pp_ctl.c
16750 ____________________________________________________________________________
16751 [  5940] By: jhi                                   on 2000/04/24  19:09:06
16752         Log: Various Unicos 10.0.0.6 fixes.
16753              
16754              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
16755              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
16756              Reply-To: tecmpl1@triton.ca.boeing.com 
16757              To: perl5-porters@perl.org 
16758              Date: Fri, 14 Apr 2000 20:21:00 GMT 
16759              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
16760      Branch: cfgperl
16761            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
16762 ____________________________________________________________________________
16763 [  5939] By: gsar                                  on 2000/04/24  19:01:24
16764         Log: more pod nits (from Larry Virden)
16765      Branch: perl
16766            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
16767            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
16768            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
16769 ____________________________________________________________________________
16770 [  5938] By: gsar                                  on 2000/04/24  18:54:01
16771         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
16772      Branch: perl
16773            ! ext/B/B/Deparse.pm
16774 ____________________________________________________________________________
16775 [  5937] By: jhi                                   on 2000/04/24  17:39:00
16776         Log: Integrate with Sarathy.
16777      Branch: cfgperl
16778           +> (branch 31 files)
16779           !> (integrate 73 files)
16780 ____________________________________________________________________________
16781 [  5936] By: gsar                                  on 2000/04/24  17:30:06
16782         Log: additional tests for change#5934 (from Paul Marquess, who also
16783              sent in the same fix)
16784      Branch: perl
16785            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
16786            ! t/pragma/warn/5nolint t/pragma/warn/6default
16787 ____________________________________________________________________________
16788 [  5935] By: jhi                                   on 2000/04/24  17:26:05
16789         Log: Do not assume sign propagation.
16790              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
16791              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
16792              To: payner@ncifcrf.gov, perl5-porters@perl.org 
16793              Date: Tue, 18 Apr 2000 18:24:49 +0100 
16794              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
16795      Branch: cfgperl
16796            ! t/op/bop.t t/op/misc.t
16797 ____________________________________________________________________________
16798 [  5934] By: gsar                                  on 2000/04/24  17:16:54
16799         Log: propagate lexical warnings from surrounding scope correctly
16800              within string eval()
16801      Branch: perl
16802            ! pp_ctl.c t/pragma/warn/pp_ctl
16803 ____________________________________________________________________________
16804 [  5933] By: jhi                                   on 2000/04/24  17:01:07
16805         Log: Flatten the cpp jungle doing the nosuid checking.
16806      Branch: cfgperl
16807            ! perl.c
16808 ____________________________________________________________________________
16809 [  5932] By: gsar                                  on 2000/04/24  09:08:14
16810         Log: add rsignal(), whichsig() and do_join() to public API list
16811              (mod_perl uses them to good advantage)
16812      Branch: perl
16813            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
16814 ____________________________________________________________________________
16815 [  5931] By: gsar                                  on 2000/04/24  09:01:40
16816         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
16817      Branch: perl
16818            ! pp_hot.c regexec.c t/op/pat.t
16819 ____________________________________________________________________________
16820 [  5930] By: gsar                                  on 2000/04/24  08:58:33
16821         Log: small os390 tweaks (from Peter Prymmer)
16822      Branch: perl
16823            ! config_h.SH makedepend.SH
16824 ____________________________________________________________________________
16825 [  5929] By: gsar                                  on 2000/04/24  08:55:25
16826         Log: pod nits
16827      Branch: perl
16828            ! pod/perlguts.pod
16829 ____________________________________________________________________________
16830 [  5928] By: gsar                                  on 2000/04/24  08:50:13
16831         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
16832      Branch: perl
16833            ! ext/IO/lib/IO/Poll.pm
16834 ____________________________________________________________________________
16835 [  5927] By: gsar                                  on 2000/04/24  08:43:24
16836         Log: arrange for next() to resume at the unstack op rather than the
16837              loop conditional, so that scope cleanup happens correctly
16838              (from Stephen McCamant)
16839      Branch: perl
16840            ! op.c pp_ctl.c t/op/misc.t
16841 ____________________________________________________________________________
16842 [  5926] By: gsar                                  on 2000/04/24  08:18:40
16843         Log: on windows, reserve 16M of stack rather than 128M (allows more
16844              threads to run concurrently)
16845      Branch: perl
16846            ! win32/Makefile win32/makefile.mk
16847 ____________________________________________________________________________
16848 [  5925] By: gsar                                  on 2000/04/24  08:13:52
16849         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
16850      Branch: perl
16851            ! toke.c
16852 ____________________________________________________________________________
16853 [  5924] By: gsar                                  on 2000/04/24  08:08:59
16854         Log: avoid using uninitialized memory in require version check
16855      Branch: perl
16856            ! pp_ctl.c universal.c
16857 ____________________________________________________________________________
16858 [  5923] By: gsar                                  on 2000/04/24  07:20:14
16859         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
16860      Branch: perl
16861            ! ext/IO/lib/IO/Poll.pm
16862 ____________________________________________________________________________
16863 [  5922] By: gsar                                  on 2000/04/24  07:08:42
16864         Log: commentary about IoTYPE() (from Nathan Torkington)
16865      Branch: perl
16866            ! sv.h
16867 ____________________________________________________________________________
16868 [  5921] By: gsar                                  on 2000/04/24  06:58:26
16869         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
16870              by fix
16871      Branch: perl
16872            ! sv.c t/lib/charnames.t t/pragma/utf8.t
16873 ____________________________________________________________________________
16874 [  5920] By: gsar                                  on 2000/04/24  06:37:59
16875         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
16876      Branch: perl
16877            ! doop.c t/op/ver.t
16878 ____________________________________________________________________________
16879 [  5919] By: gsar                                  on 2000/04/24  06:21:58
16880         Log: Configure might miss old directories when prefix must be
16881              expanded (from Robin Barker)
16882      Branch: metaconfig
16883            ! U/installdirs/inc_version_list.U
16884      Branch: perl
16885            ! Configure
16886 ____________________________________________________________________________
16887 [  5918] By: gsar                                  on 2000/04/24  06:16:11
16888         Log: VMS nits in glob() test (from Charles Lane)
16889      Branch: perl
16890            ! t/lib/glob-basic.t
16891 ____________________________________________________________________________
16892 [  5917] By: gsar                                  on 2000/04/24  06:11:56
16893         Log: various pod nits (from Larry Virden and others)
16894      Branch: perl
16895            ! README.amiga README.hpux README.machten README.os2
16896            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
16897            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
16898            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
16899            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
16900            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
16901            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
16902            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
16903            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
16904 ____________________________________________________________________________
16905 [  5916] By: gsar                                  on 2000/04/24  05:52:43
16906         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
16907              <wjones@tc.fluke.com>)
16908      Branch: perl
16909            ! t/lib/glob-basic.t
16910 ____________________________________________________________________________
16911 [  5915] By: gsar                                  on 2000/04/24  05:07:01
16912         Log: supported platforms mixed up
16913      Branch: perl
16914            ! pod/perl56delta.pod pod/perlport.pod
16915 ____________________________________________________________________________
16916 [  5914] By: gsar                                  on 2000/04/24  04:56:08
16917         Log: caller() wasn't returning the right number of elements for
16918              eval {...}
16919      Branch: perl
16920            ! pp_ctl.c t/pragma/warn/9enabled
16921 ____________________________________________________________________________
16922 [  5913] By: gsar                                  on 2000/04/24  04:35:41
16923         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
16924              Mark-Jason Dominus)
16925      Branch: perl
16926            ! pod/perlfunc.pod
16927 ____________________________________________________________________________
16928 [  5912] By: gsar                                  on 2000/04/24  04:17:15
16929         Log: fix totally broken caching in UNIVERSAL::isa() (from
16930              Nick Ing-Simmons)
16931      Branch: perl
16932            ! t/op/universal.t universal.c
16933 ____________________________________________________________________________
16934 [  5911] By: gsar                                  on 2000/04/24  03:39:47
16935         Log: add linebreak properties from unicode/LineBrk.txt (from
16936              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
16937      Branch: perl
16938            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
16939            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
16940            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
16941            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
16942            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
16943            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
16944            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
16945            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
16946            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
16947            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
16948            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
16949            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
16950            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
16951            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
16952            + lib/unicode/Is/LbrkZW.pl
16953            ! lib/unicode/mktables.PL
16954 ____________________________________________________________________________
16955 [  5910] By: gsar                                  on 2000/04/24  03:23:10
16956         Log: typo in pod
16957      Branch: perl
16958            ! ext/Thread/Thread.pm
16959 ____________________________________________________________________________
16960 [  5909] By: gsar                                  on 2000/04/24  03:22:03
16961         Log: mode argument to do_binmode() should be file mode, not boolean
16962      Branch: perl
16963            ! pp_sys.c
16964 ____________________________________________________________________________
16965 [  5908] By: gsar                                  on 2000/04/16  16:51:08
16966         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
16967              always returns a valid GV even when the symbol is trapped by strictures
16968              (avoids coredumps)
16969              
16970              TODO: the C<package;> hack needs similar treatment
16971      Branch: perl
16972            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
16973            ! t/pragma/strict-vars
16974 ____________________________________________________________________________
16975 [  5907] By: jhi                                   on 2000/03/31  23:42:56
16976         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
16977              an assumption which #5905 demolished.
16978      Branch: cfgperl
16979            ! pp_sys.c
16980 ____________________________________________________________________________
16981 [  5906] By: jhi                                   on 2000/03/31  18:54:37
16982         Log: Typo in #5905.
16983      Branch: cfgperl
16984            ! t/op/64bitint.t
16985 ____________________________________________________________________________
16986 [  5905] By: jhi                                   on 2000/03/31  18:50:54
16987         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
16988              reported by Joseph N. Hall.  The bug was that even with use64bitint
16989              one had to use the prefixes q, L, or ll with printf/sprintf,
16990              contrary to the documentation and common sense.
16991      Branch: cfgperl
16992            ! sv.c t/op/64bitint.t
16993 ____________________________________________________________________________
16994 [  5904] By: gsar                                  on 2000/03/28  02:31:32
16995         Log: add Changes, perldelta.pod
16996      Branch: perl
16997            + Changes pod/perldelta.pod
16998 ____________________________________________________________________________
16999 [  5903] By: gsar                                  on 2000/03/28  02:03:55
17000         Log: rename Changes and perldelta.pod
17001      Branch: perl
17002           +> Changes5.6 pod/perl56delta.pod
17003            - Changes pod/perldelta.pod
17004            ! MANIFEST
17005 ____________________________________________________________________________
17006 [  5902] By: gsar                                  on 2000/03/28  01:59:14
17007         Log: create maint-5.6 branch
17008      Branch: maint-5.6/perl
17009           +> (branch 1611 files)
17010 ____________________________________________________________________________
17011 [  5901] By: jhi                                   on 2000/03/23  05:48:43
17012         Log: Integrate with Sarathy.
17013      Branch: cfgperl
17014           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
17015 ____________________________________________________________________________
17016 [  5900] By: gsar                                  on 2000/03/23  05:42:43
17017         Log: three guesses on what this is :-)
17018      Branch: perl
17019            ! Changes