completion and docs for dynamic loading on OS/390
[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 [  8530] By: jhi                                   on 2001/01/23  15:38:39
36         Log: De-cut-and-pasto.
37      Branch: perl
38            ! t/lib/1_compile.t
39 ____________________________________________________________________________
40 [  8529] By: jhi                                   on 2001/01/23  15:11:04
41         Log: Document the mkdir trailing slashes case.
42      Branch: perl
43            ! pod/perlfunc.pod
44 ____________________________________________________________________________
45 [  8528] By: jhi                                   on 2001/01/23  15:08:28
46         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
47              get installed:
48              
49              Subject: lib/lib.pm
50              From: <abigail@foad.org>
51              Date: Mon, 28 Aug 2000 20:35:08 -0400
52              Message-ID: <20000829003508.21281.qmail@foad.org>
53      Branch: perl
54            ! installperl
55 ____________________________________________________________________________
56 [  8527] By: jhi                                   on 2001/01/23  14:44:04
57         Log: Metaconfig unit change for #8526.
58      Branch: metaconfig
59            ! U/threads/archname.U
60 ____________________________________________________________________________
61 [  8526] By: jhi                                   on 2001/01/23  14:43:19
62         Log: Attach -perlio to the archname if so selected.
63      Branch: perl
64            ! Configure
65 ____________________________________________________________________________
66 [  8525] By: jhi                                   on 2001/01/23  14:24:01
67         Log: Subject: [PATCH] pod/perlvar.pod
68              From: abigail@foad.org
69              Date: Tue, 23 Jan 2001 01:41:10 +0100
70              Message-ID: <20010123004110.22259.qmail@foad.org>
71      Branch: perl
72            ! pod/perlvar.pod
73 ____________________________________________________________________________
74 [  8524] By: jhi                                   on 2001/01/23  14:22:32
75         Log: A bug introduced in #8217 (the undefined variable in the
76              lib/safe1_t #3) fixed, by Charles Lane:
77              
78              The earlier patch made it so that stuff running in Safe
79              compartments could do a "caller" and see "main".  That
80              little change in name is done right before the code in
81              the compartment is run, and apparantly the parser
82              was picking up the stash name before it got changed.
83              
84              (why it was threaded vs. unthreaded Perl that was sensitive to this
85              I still don't know...and it probably doesn't matter).
86              
87              I tryed removing the stash name-change and saw that threaded Perl
88              did indeed pass the lib/safe1.t tests.
89              
90              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
91              do the name change (and to connect _ in the compartment to the global
92              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
93              to call _safe_pkg_prep when creating a new compartment.
94              
95              Passes all tests with threaded perl on linux; passes all tests
96              with unthreaded perl on VMS.
97              
98              At some point I'll probably want to revisit Safe and Opcode to
99              provide more sensible handling of global variables...and to get
100              formats working in Safe compartments, which they don't do currently.
101      Branch: perl
102            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
103 ____________________________________________________________________________
104 [  8523] By: jhi                                   on 2001/01/23  14:11:58
105         Log: Also the lib/Thread.pm itself needs to be ignored if
106              the Thread extension hasn't been built.
107      Branch: perl
108            ! t/lib/1_compile.t
109 ____________________________________________________________________________
110 [  8522] By: jhi                                   on 2001/01/23  13:51:28
111         Log: print() instead of warn() so that stderr doesn't get
112              unncessarily polluted.
113      Branch: perl
114            ! ext/Encode/compile
115 ____________________________________________________________________________
116 [  8521] By: jhi                                   on 2001/01/23  13:49:48
117         Log: Integrate perlio.
118      Branch: perl
119           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
120           !> ext/Encode/encode.h
121 ____________________________________________________________________________
122 [  8520] By: nick                                  on 2001/01/22  21:44:00
123         Log: More messing with Encode:
124              Extra fields in header to allow multiple names and to record
125              other things "compile" knows.
126              Re-organise compile to factor out common output routines.
127      Branch: perlio
128            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
129 ____________________________________________________________________________
130 [  8519] By: nick                                  on 2001/01/22  20:33:50
131         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
132      Branch: perlio
133            ! ext/Encode/Makefile.PL ext/Encode/compile
134 ____________________________________________________________________________
135 [  8518] By: nick                                  on 2001/01/22  20:28:13
136         Log: Integrate mainline
137      Branch: perlio
138           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
139           !> vos/config.alpha.def vos/config.alpha.h
140 ____________________________________________________________________________
141 [  8517] By: jhi                                   on 2001/01/22  15:37:17
142         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
143              by Inaba Hiroto.
144      Branch: perl
145            ! sv.c
146 ____________________________________________________________________________
147 [  8516] By: jhi                                   on 2001/01/22  14:55:15
148         Log: More SIG_SIZE fixes.
149      Branch: perl
150            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
151 ____________________________________________________________________________
152 [  8515] By: jhi                                   on 2001/01/22  14:50:27
153         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
154              From: "Craig A. Berry" <craigberry@mac.com>
155              Date: Mon, 22 Jan 2001 00:42:24 -0600
156              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
157      Branch: perl
158            ! configure.com
159 ____________________________________________________________________________
160 [  8514] By: jhi                                   on 2001/01/22  14:31:17
161         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
162              From: "Craig A. Berry" <craigberry@mac.com>
163              Date: Sun, 21 Jan 2001 23:03:25 -0600
164              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
165      Branch: perl
166            ! configure.com
167 ____________________________________________________________________________
168 [  8513] By: jhi                                   on 2001/01/22  14:14:00
169         Log: Add the .ucm encoding tables to the MANIFEST.
170      Branch: perl
171            ! MANIFEST
172 ____________________________________________________________________________
173 [  8512] By: jhi                                   on 2001/01/22  13:43:33
174         Log: Integrate perlio.
175      Branch: perl
176           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
177           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
178           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
179           +> ext/Encode/Encode/iso8859-10.ucm
180           +> ext/Encode/Encode/iso8859-13.ucm
181           +> ext/Encode/Encode/iso8859-14.ucm
182           +> ext/Encode/Encode/iso8859-15.ucm
183           +> ext/Encode/Encode/iso8859-16.ucm
184           +> ext/Encode/Encode/iso8859-2.ucm
185           +> ext/Encode/Encode/iso8859-3.ucm
186           +> ext/Encode/Encode/iso8859-4.ucm
187           +> ext/Encode/Encode/iso8859-5.ucm
188           +> ext/Encode/Encode/iso8859-6.ucm
189           +> ext/Encode/Encode/iso8859-7.ucm
190           +> ext/Encode/Encode/iso8859-8.ucm
191           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
192           +> ext/Encode/Encode/symbol.ucm
193           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
194           !> perliol.h
195 ____________________________________________________________________________
196 [  8511] By: nick                                  on 2001/01/21  23:44:47
197         Log: Make "real" layers of ":utf8" and ":raw".
198              So now PERLIO=utf8 perl ...
199              does what Andreas wanted.
200              Fix arg passing in open.pm (still have a Carp issue).
201      Branch: perlio
202            ! lib/open.pm perlio.c perliol.h
203 ____________________________________________________________________________
204 [  8510] By: jhi                                   on 2001/01/21  22:56:53
205         Log: Document the regex content pushing/popping a bit better.
206      Branch: perl
207            ! regexec.c
208 ____________________________________________________________________________
209 [  8509] By: jhi                                   on 2001/01/21  22:55:44
210         Log: Tweak the mkdir trailing slash code some more.
211              
212              TO DO: the same handling should probably be done for
213              all the other filesystem functions that can have directories
214              as their arguments.
215      Branch: perl
216            ! pp_sys.c
217 ____________________________________________________________________________
218 [  8508] By: nick                                  on 2001/01/21  21:37:43
219         Log: Switch "compiled in" encodings to .ucm format.
220              (Leave others as .enc till we can run-time load .ucm,
221              or find some other way to load them.)
222      Branch: perlio
223            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
224            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
225            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
226            + ext/Encode/Encode/iso8859-10.ucm
227            + ext/Encode/Encode/iso8859-13.ucm
228            + ext/Encode/Encode/iso8859-14.ucm
229            + ext/Encode/Encode/iso8859-15.ucm
230            + ext/Encode/Encode/iso8859-16.ucm
231            + ext/Encode/Encode/iso8859-2.ucm
232            + ext/Encode/Encode/iso8859-3.ucm
233            + ext/Encode/Encode/iso8859-4.ucm
234            + ext/Encode/Encode/iso8859-5.ucm
235            + ext/Encode/Encode/iso8859-6.ucm
236            + ext/Encode/Encode/iso8859-7.ucm
237            + ext/Encode/Encode/iso8859-8.ucm
238            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
239            + ext/Encode/Encode/symbol.ucm
240            ! ext/Encode/Makefile.PL ext/Encode/compile
241 ____________________________________________________________________________
242 [  8507] By: nick                                  on 2001/01/21  21:02:03
243         Log: Integrate (partial) mainline.
244      Branch: perlio
245           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
246           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
247           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
248 ____________________________________________________________________________
249 [  8506] By: jhi                                   on 2001/01/21  20:09:30
250         Log: Update Changes.
251      Branch: perl
252            ! Changes patchlevel.h
253 ____________________________________________________________________________
254 [  8505] By: jhi                                   on 2001/01/21  19:39:59
255         Log: Subject: Minor typos in perlfaq2.pod
256              From: "Stephen P. Potter" <spp@spotter.yi.org>
257              Message-Id: <200101192101.QAA11911@spotter.yi.org>
258              Date: Fri, 19 Jan 2001 16:01:13 -0500
259              
260              with a nit from Philip Netwon.
261      Branch: perl
262            ! pod/perlfaq2.pod
263 ____________________________________________________________________________
264 [  8504] By: jhi                                   on 2001/01/21  19:33:05
265         Log: Metaconfig change for #8503.
266      Branch: metaconfig
267            ! U/threads/usethreads.U
268 ____________________________________________________________________________
269 [  8503] By: jhi                                   on 2001/01/21  19:32:21
270         Log: Sanity check for conflicting thread flavours.
271      Branch: perl
272            ! Configure config_h.SH
273 ____________________________________________________________________________
274 [  8502] By: jhi                                   on 2001/01/21  19:23:00
275         Log: Metaconfig change for #8501.
276      Branch: metaconfig
277            ! U/modified/sig_name.U
278 ____________________________________________________________________________
279 [  8501] By: jhi                                   on 2001/01/21  19:22:26
280         Log: The SIG_SIZE is the number of the elements *excluding*
281              the terminating NULL.
282      Branch: perl
283            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
284            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
285            ! win32/config_H.vc
286 ____________________________________________________________________________
287 [  8500] By: jhi                                   on 2001/01/21  18:31:31
288         Log: Integrate perlio.
289      Branch: perl
290           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
291           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
292           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
293           !> pp_sys.c proto.h sv.c
294 ____________________________________________________________________________
295 [  8499] By: jhi                                   on 2001/01/21  17:43:57
296         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
297              From: Hugo <hv@crypt.compulink.co.uk>
298              Date: Sun, 21 Jan 2001 13:34:05 +0000
299              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
300              
301              In sprintf UTF8ize only if necessary.
302      Branch: perl
303            ! sv.c
304 ____________________________________________________________________________
305 [  8498] By: nick                                  on 2001/01/21  16:25:32
306         Log: Encode cleanup.
307              Add command line control over "compile" so that Makefile.PL
308              needs can be combined with other uses.
309              Use command line options in Makefile.PL.
310              Fix multi-byte parsing in .ucm files.
311      Branch: perlio
312            ! ext/Encode/Makefile.PL ext/Encode/compile
313 ____________________________________________________________________________
314 [  8497] By: nick                                  on 2001/01/21  12:56:27
315         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
316      Branch: perlio
317            ! ext/Encode/Encode.xs
318 ____________________________________________________________________________
319 [  8496] By: nick                                  on 2001/01/21  12:18:45
320         Log: Fixup after integrate:
321              missed the .sym files that are changed by regen_headers
322              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
323      Branch: perlio
324            ! global.sym pp.sym sv.c
325 ____________________________________________________________________________
326 [  8495] By: nick                                  on 2001/01/21  11:51:07
327         Log: Integrate mainline.
328      Branch: perlio
329           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
330           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
331           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
332           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
333           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
334           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
335           !> win32/Makefile win32/makefile.mk
336 ____________________________________________________________________________
337 [  8494] By: jhi                                   on 2001/01/20  23:12:11
338         Log: Forgot the expect_number() prototype.
339      Branch: perl
340            ! embed.h embed.pl proto.h
341 ____________________________________________________________________________
342 [  8493] By: jhi                                   on 2001/01/20  22:56:39
343         Log: Subject: [PATCH: perl@8482] README.vms URL updates
344              From: Peter Prymmer <pvhp@forte.com>
345              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
346              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
347              
348              Plus Craig A. Berry's suggestion to use compaq.com instead
349              of digital.com.
350      Branch: perl
351            ! README.vms
352 ____________________________________________________________________________
353 [  8492] By: jhi                                   on 2001/01/20  22:50:05
354         Log: Memory management calls documentation.
355      Branch: perl
356            ! pod/perlguts.pod
357 ____________________________________________________________________________
358 [  8491] By: jhi                                   on 2001/01/20  22:38:33
359         Log: Signedness nit plus few memcpy/Copy nits.
360      Branch: perl
361            ! sv.c
362 ____________________________________________________________________________
363 [  8490] By: jhi                                   on 2001/01/20  22:25:53
364         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
365              From: Peter Prymmer <pvhp@forte.com>
366              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
367              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
368      Branch: perl
369            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
370 ____________________________________________________________________________
371 [  8489] By: jhi                                   on 2001/01/20  22:24:41
372         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
373              From: Peter Prymmer <pvhp@forte.com>
374              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
375              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
376      Branch: perl
377            ! win32/Makefile win32/makefile.mk
378 ____________________________________________________________________________
379 [  8488] By: jhi                                   on 2001/01/20  22:22:27
380         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
381              From: Peter Prymmer <pvhp@forte.com>
382              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
383              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
384      Branch: perl
385            ! Makefile.SH
386 ____________________________________________________________________________
387 [  8487] By: jhi                                   on 2001/01/20  22:21:18
388         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
389              From: Peter Prymmer <pvhp@forte.com>
390              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
391              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
392      Branch: perl
393            + ext/DynaLoader/dl_dllload.xs
394            ! MANIFEST Makefile.SH hints/os390.sh
395 ____________________________________________________________________________
396 [  8486] By: jhi                                   on 2001/01/20  22:17:53
397         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
398              From: Peter Prymmer <pvhp@forte.com>
399              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
400              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
401      Branch: perl
402            ! README.os390 README.posix-bc
403 ____________________________________________________________________________
404 [  8485] By: jhi                                   on 2001/01/20  20:15:30
405         Log: Document and test the new qu operator.
406      Branch: perl
407            + t/op/qu.t
408            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
409            ! pod/perlretut.pod pod/perlunicode.pod
410 ____________________________________________________________________________
411 [  8484] By: nick                                  on 2001/01/20  19:42:30
412         Log: Infrastructure to allow:
413              open($fh,"|-",@array);
414              to be implemented
415              i.e. mark pp_open as needing a stack mark, and make pp_open
416              process its args in that style (and pass them _all_ to tied handles OPEN).
417              Invent do_openn() which takes SV ** at allow it to see multiple args.
418              Note this does not _do_ anything yet.
419      Branch: perlio
420            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
421            ! perlapi.c pp_proto.h pp_sys.c proto.h
422 ____________________________________________________________________________
423 [  8483] By: nick                                  on 2001/01/20  17:23:14
424         Log: Integrate mainline.
425      Branch: perlio
426           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
427           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
428 ____________________________________________________________________________
429 [  8482] By: jhi                                   on 2001/01/19  15:37:49
430         Log: Update Changes.
431      Branch: perl
432            ! Changes patchlevel.h
433 ____________________________________________________________________________
434 [  8481] By: jhi                                   on 2001/01/19  14:41:24
435         Log: Subject: Re: new feature: s?printf parameter reordering 
436              From: Hugo <hv@crypt.compulink.co.uk>
437              Date: Thu, 11 Jan 2001 17:09:03 +0000
438              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
439              
440              - support reordering for all parameters: %, *v, *, .*
441              - lay down that the reordering specification must immediately
442              follow that parameter: %3$, *v3$, *3$, .*3$
443              - fix vectorisation of a zero-length string
444              - factor out the code choosing the argument to format
445              
446              Possibly unwanted side-effects:
447              - the special format specifiers ' +-0' must now precede any
448              vectorisation specifier. Tests in op/sprintf and op/ver
449              have been changed to reflect this.
450              - sprintf.t test #214 changed its expectations because in many
451              cases, the next parameter has already been consumed when an
452              invalid type letter is detected.
453              
454              Probably wanted side-effects:
455              - attempts to format a non-existent parameter will warn as if C<undef>
456              - attempt to write to non-existent parameter with '%n' will complain
457              of "attempt to modify read-only value" instead of being silent
458      Branch: perl
459            ! sv.c t/op/sprintf.t t/op/ver.t
460 ____________________________________________________________________________
461 [  8480] By: jhi                                   on 2001/01/19  14:08:37
462         Log: Subject: PATCH pragma/locale.t
463              From: andreas.koenig@anima.de (Andreas J. Koenig)
464              Date: 18 Jan 2001 09:45:37 +0100
465              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
466      Branch: perl
467            ! t/pragma/locale.t
468 ____________________________________________________________________________
469 [  8479] By: jhi                                   on 2001/01/19  13:19:58
470         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
471      Branch: perl
472            ! configure.com
473 ____________________________________________________________________________
474 [  8478] By: jhi                                   on 2001/01/19  02:12:35
475         Log: Automate 1_compile.t.
476      Branch: perl
477            ! t/lib/1_compile.t
478 ____________________________________________________________________________
479 [  8477] By: jhi                                   on 2001/01/19  01:49:56
480         Log: Integrate perlio.
481      Branch: perl
482           !> sv.c win32/config.bc win32/config.gc win32/config.vc
483           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
484 ____________________________________________________________________________
485 [  8476] By: nick                                  on 2001/01/18  21:51:52
486         Log: Integrate mainline
487      Branch: perlio
488           +> t/lib/1_compile.t t/lib/compmod.pl
489           !> MANIFEST configure.com lib/unicode/distinct.pm
490 ____________________________________________________________________________
491 [  8475] By: nick                                  on 2001/01/18  21:48:02
492         Log: Win32 "safe signals" co-existance fix.
493              Fix SIG_SIZE value.
494              Clear PL_sig_pending when cloning (fork).
495      Branch: perlio
496            ! sv.c win32/config.bc win32/config.gc win32/config.vc
497            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
498 ____________________________________________________________________________
499 [  8474] By: jhi                                   on 2001/01/18  14:40:57
500         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
501      Branch: perl
502            ! t/lib/1_compile.t
503 ____________________________________________________________________________
504 [  8473] By: gsar                                  on 2001/01/18  11:42:31
505         Log: unsubmitted trial1 change
506      Branch: maint-5.6/perl
507            ! Changes
508 ____________________________________________________________________________
509 [  8472] By: jhi                                   on 2001/01/18  04:30:24
510         Log: The first bug found by 1_compile.t.
511      Branch: perl
512            ! lib/unicode/distinct.pm
513 ____________________________________________________________________________
514 [  8471] By: jhi                                   on 2001/01/18  04:29:42
515         Log: Add Schwern's 1_compile test.  The compile_module script renamed
516              to be a bit shorter for the 8.3 people.
517      Branch: perl
518            + t/lib/1_compile.t t/lib/compmod.pl
519            ! MANIFEST
520 ____________________________________________________________________________
521 [  8470] By: jhi                                   on 2001/01/18  04:16:00
522         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
523              From: Peter Prymmer <pvhp@forte.com>
524              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
525              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
526              Replace #8463.
527      Branch: maint-5.6/perl
528            ! configure.com
529 ____________________________________________________________________________
530 [  8469] By: jhi                                   on 2001/01/18  04:13:02
531         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
532              From: Peter Prymmer <pvhp@forte.com>
533              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
534              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
535              Replace #8462.
536      Branch: perl
537            ! configure.com
538 ____________________________________________________________________________
539 [  8468] By: jhi                                   on 2001/01/18  03:42:08
540         Log: Integrate perlio.
541      Branch: perl
542           !> gv.c mg.c perlio.c util.c
543 ____________________________________________________________________________
544 [  8467] By: nick                                  on 2001/01/17  22:41:10
545         Log: "Safe" signals - trial implementation.
546              gv.c tweaked to zero PL_sig_pend array
547              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
548              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
549              Odd thing is that it "works" with PERLIO=stdio as well (linux).
550      Branch: perlio
551            ! gv.c mg.c perlio.c util.c
552 ____________________________________________________________________________
553 [  8466] By: nick                                  on 2001/01/17  20:40:20
554         Log: Integrate mainline.
555      Branch: perlio
556           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
557           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
558           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
559           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
560           !> vos/config.ga.h win32/config.bc win32/config.gc
561           !> win32/config.vc
562 ____________________________________________________________________________
563 [  8465] By: jhi                                   on 2001/01/17  18:37:13
564         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
565              From: Nicholas Clark <nick@ccl4.org>
566              Date: Wed, 17 Jan 2001 17:31:33 +0000
567              Message-ID: <20010117173133.I2633@plum.flirble.org>
568      Branch: perl
569            ! t/op/int.t
570 ____________________________________________________________________________
571 [  8464] By: jhi                                   on 2001/01/17  14:43:17
572         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
573              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
574              Date: Wed, 17 Jan 2001 15:16:43 +0100
575              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
576              
577              pp_int() was dropping an NV to the floor,
578              int(279964589018079/59) either returned not an integer
579              4745162525730.15, or one got "Attempt to free unreferenced scalar."
580      Branch: perl
581            ! pp.c
582 ____________________________________________________________________________
583 [  8463] By: jhi                                   on 2001/01/17  06:12:42
584         Log: (Replaced by #8470)
585              
586              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
587              From: "Craig A. Berry" <craigberry@mac.com>
588              Date: Tue, 16 Jan 2001 23:38:46 -0600
589              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
590      Branch: maint-5.6/perl
591            ! configure.com
592 ____________________________________________________________________________
593 [  8462] By: jhi                                   on 2001/01/17  06:11:31
594         Log: (Replaced by #8469)
595              
596              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
597              From: "Craig A. Berry" <craigberry@mac.com>
598              Date: Tue, 16 Jan 2001 23:38:46 -0600
599              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
600      Branch: perl
601            ! configure.com
602 ____________________________________________________________________________
603 [  8461] By: jhi                                   on 2001/01/17  05:56:12
604         Log: Allow for one trailing slash in the directory of mkdir().
605      Branch: perl
606            ! pp_sys.c
607 ____________________________________________________________________________
608 [  8460] By: jhi                                   on 2001/01/17  03:26:01
609         Log: Metaconfig unit changes for #8459.
610      Branch: metaconfig
611            ! U/modified/Loc.U U/modified/sig_name.U
612 ____________________________________________________________________________
613 [  8459] By: jhi                                   on 2001/01/17  03:24:48
614         Log: Define SIG_SIZE, the number of elements in the sig_name and
615              sig_num arrays, including the final NULL entry.
616      Branch: perl
617            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
618            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
619            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
620            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
621            ! win32/config.bc win32/config.gc win32/config.vc
622 ____________________________________________________________________________
623 [  8458] By: jhi                                   on 2001/01/17  01:41:33
624         Log: Integrate perlio.
625      Branch: perl
626           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
627           !> perlapi.h proto.h sv.c
628 ____________________________________________________________________________
629 [  8457] By: nick                                  on 2001/01/16  22:07:26
630         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
631              Provides all the "cost" but no benefit yet - it is to allow cost
632              to be measured, and implementation experiments (just in mg.c?).
633      Branch: perlio
634            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
635            ! perlapi.h proto.h sv.c
636 ____________________________________________________________________________
637 [  8456] By: nick                                  on 2001/01/16  21:07:07
638         Log: Integrate mainline.
639      Branch: perlio
640           !> (integrate 51 files)
641 ____________________________________________________________________________
642 [  8455] By: jhi                                   on 2001/01/16  18:13:43
643         Log: Subject: [PATCH] regcomp.c old feature removal
644              From: mjd@plover.com
645              Date: 16 Jan 2001 14:43:18 -0000 
646              Message-ID: <20010116144318.7140.qmail@plover.com> 
647      Branch: perl
648            ! regcomp.c
649 ____________________________________________________________________________
650 [  8454] By: jhi                                   on 2001/01/16  16:12:39
651         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
652              From: "Indy Singh" <indy@nusphere.com>
653              Date: Wed, 10 Jan 2001 20:17:49 -0500
654              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
655      Branch: maint-5.6/perl
656            ! win32/Makefile
657 ____________________________________________________________________________
658 [  8453] By: jhi                                   on 2001/01/16  16:09:33
659         Log: Update Changes.
660      Branch: perl
661            ! Changes patchlevel.h
662 ____________________________________________________________________________
663 [  8452] By: jhi                                   on 2001/01/16  15:42:04
664         Log: Subject: Re: API Cleanup
665              To: perl5-porters@perl.org
666              Date: Tue, 16 Jan 2001 13:42:30 +0000
667              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
668              
669              Subject: [PATCH] utf8.c documentation
670              From: Simon Cozens <simon@cozens.net>
671              Date: Tue, 16 Jan 2001 13:52:48 +0000
672              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
673              
674              Subject: Re: API Cleanup
675              From: Simon Cozens <simon@cozens.net>
676              Date: Tue, 16 Jan 2001 14:58:55 +0000
677              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
678              
679              UTF-8 doc patches.
680      Branch: perl
681            ! embed.pl pod/perlapi.pod utf8.c
682 ____________________________________________________________________________
683 [  8451] By: jhi                                   on 2001/01/16  14:41:39
684         Log: podlators 1.07, from Russ Allbery.
685      Branch: perl
686            ! lib/Pod/Man.pm
687 ____________________________________________________________________________
688 [  8450] By: jhi                                   on 2001/01/16  14:24:19
689         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
690              From: "Indy Singh" <indy@nusphere.com>
691              Date: Mon, 15 Jan 2001 20:59:40 -0500
692              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
693      Branch: perl
694            ! win32/Makefile
695 ____________________________________________________________________________
696 [  8449] By: jhi                                   on 2001/01/16  03:42:55
697         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
698              at the setting of the ofs_sv in new_struct_thread() as the
699              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
700              that invited a core dump.
701      Branch: perl
702            ! util.c
703 ____________________________________________________________________________
704 [  8448] By: jhi                                   on 2001/01/16  01:49:07
705         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
706              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
707              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
708              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
709              
710              Replace #8444 and #8445.
711      Branch: perl
712            ! ext/B/B.xs ext/B/B/Debug.pm
713 ____________________________________________________________________________
714 [  8447] By: jhi                                   on 2001/01/15  21:05:35
715         Log: Subject: [PATCH] API Variable documentation   
716              From: Simon Cozens <simon@cozens.net>
717              Date: Mon, 15 Jan 2001 19:35:54 +0000
718              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
719      Branch: perl
720            ! pod/perlapi.pod thrdvar.h
721 ____________________________________________________________________________
722 [  8446] By: jhi                                   on 2001/01/15  20:49:20
723         Log: Signedness nit.
724      Branch: perl
725            ! pp_ctl.c
726 ____________________________________________________________________________
727 [  8445] By: jhi                                   on 2001/01/15  20:28:48
728         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
729      Branch: perl
730            ! ext/B/B/Debug.pm
731 ____________________________________________________________________________
732 [  8444] By: jhi                                   on 2001/01/15  13:09:10
733         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
734      Branch: perl
735            ! ext/B/B.xs
736 ____________________________________________________________________________
737 [  8443] By: jhi                                   on 2001/01/15  13:06:26
738         Log: Missing from #8439.
739      Branch: perl
740            ! keywords.h mg.c
741 ____________________________________________________________________________
742 [  8442] By: jhi                                   on 2001/01/15  13:02:38
743         Log: Subject: [PATCH @8436] Eliminate op_children
744              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
745              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
746              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
747              
748              Subject: [PATCH @8436] Re: Eliminate op_children
749              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
750              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
751              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
752      Branch: perl
753            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
754            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
755            ! op.c op.h
756 ____________________________________________________________________________
757 [  8441] By: jhi                                   on 2001/01/15  12:57:08
758         Log: Use the /^Perl_/-less form of is_lvalue_sub().
759      Branch: perl
760            ! pp.h
761 ____________________________________________________________________________
762 [  8440] By: jhi                                   on 2001/01/15  05:13:09
763         Log: Revert #8437 and #8438, the Linux large files story is more complex.
764      Branch: metaconfig/U/perl
765            ! d_fpos64_t.U d_off64_t.U
766      Branch: perl
767            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
768            ! config_h.SH configure.com epoc/config.sh perl.h
769            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
770            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
771            ! win32/config.bc win32/config.gc win32/config.vc
772 ____________________________________________________________________________
773 [  8439] By: jhi                                   on 2001/01/15  05:02:24
774         Log: More UTF-8 patches from Inaba Hiroto.
775              - The substr lval was still not okay.
776              - Now pp_stringify and sv_setsv copies source's UTF8 flag
777              even if IN_BYTE.  pp_stringify is called from fold_constants
778              at optimization phase and "\x{100}" was made SvUTF8_off under
779              use bytes (the bytes pragma is for "byte semantics" and not
780              for "do not produce UTF8 data")
781              - New `qu' operator to generate UTF8 string explicitly.
782              Though I agree with the policy "0x00-0xff always produce bytes",
783              sometimes want to such a string to be coded in UTF8.
784              I can use pack"U0a*" but it requires more typing and has
785              runtime overhead.
786              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
787              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
788              string is not UTF8_on and has char 0x80-0xff.
789              
790              TODO: document and test qu.
791      Branch: perl
792            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
793            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
794            ! toke.c
795 ____________________________________________________________________________
796 [  8438] By: jhi                                   on 2001/01/14  05:10:23
797         Log: Metaconfig unit changes for #8437.
798      Branch: metaconfig/U/perl
799            ! d_fpos64_t.U d_off64_t.U
800 ____________________________________________________________________________
801 [  8437] By: jhi                                   on 2001/01/14  04:55:34
802         Log: Add <features.h> probing, seems to be needed for (some?)
803              Linux largefileness.
804      Branch: perl
805            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
806            ! config_h.SH configure.com epoc/config.sh perl.h
807            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
808            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
809            ! win32/config.bc win32/config.gc win32/config.vc
810 ____________________________________________________________________________
811 [  8436] By: jhi                                   on 2001/01/13  17:47:21
812         Log: Tighten some of the tests a bit.
813      Branch: perl
814            ! t/pragma/utf8.t
815 ____________________________________________________________________________
816 [  8435] By: jhi                                   on 2001/01/13  17:31:54
817         Log: Integrate perlio.
818      Branch: perl
819           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
820           !> win32/config_H.gc win32/config_H.vc
821 ____________________________________________________________________________
822 [  8434] By: nick                                  on 2001/01/13  11:36:53
823         Log: Run dmake regen_config_h for Win32
824      Branch: perlio
825            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
826 ____________________________________________________________________________
827 [  8433] By: nick                                  on 2001/01/13  11:31:55
828         Log: VMS friendly patch to Encode compile process
829      Branch: perlio
830            ! ext/Encode/Makefile.PL ext/Encode/compile
831 ____________________________________________________________________________
832 [  8432] By: nick                                  on 2001/01/13  11:06:44
833         Log: Integrate mainline
834      Branch: perlio
835           +> ext/B/B/Concise.pm
836           !> (integrate 52 files)
837 ____________________________________________________________________________
838 [  8431] By: jhi                                   on 2001/01/13  05:55:55
839         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
840              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
841              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
842              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
843      Branch: perl
844            ! ext/B/B/Concise.pm
845 ____________________________________________________________________________
846 [  8430] By: jhi                                   on 2001/01/13  04:24:18
847         Log: The LVRET macro needed an aTHX.
848      Branch: perl
849            ! pp.h
850 ____________________________________________________________________________
851 [  8429] By: jhi                                   on 2001/01/13  02:12:42
852         Log: Update Changes.
853      Branch: perl
854            ! Changes patchlevel.h
855 ____________________________________________________________________________
856 [  8428] By: jhi                                   on 2001/01/13  02:08:50
857         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
858              From: Peter Prymmer <pvhp@forte.com>
859              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
860              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
861              
862              Add a BEGIN guard for sloppy floating point division.
863      Branch: perl
864            ! lib/Math/BigInt.pm lib/bigint.pl
865 ____________________________________________________________________________
866 [  8427] By: jhi                                   on 2001/01/13  01:47:16
867         Log: The B::Terse drop-in replacement wasn't quite drop-in.
868      Branch: perl
869            ! ext/B/B/Terse.pm
870 ____________________________________________________________________________
871 [  8426] By: jhi                                   on 2001/01/12  21:20:43
872         Log: Use UVXf.
873      Branch: perl
874            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
875            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
876            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
877            ! vos/config.ga.def vos/config.ga.h win32/config.bc
878            ! win32/config.gc win32/config.vc
879 ____________________________________________________________________________
880 [  8425] By: jhi                                   on 2001/01/12  20:20:14
881         Log: Subject: [PATCH perl@8342] -Wformat
882              From: Robin Barker <rmb1@cise.npl.co.uk>
883              Date: Fri, 12 Jan 2001 20:03:14 GMT
884              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
885      Branch: perl
886            ! ext/Encode/Encode.xs mg.c sv.c toke.c
887 ____________________________________________________________________________
888 [  8424] By: jhi                                   on 2001/01/12  20:01:48
889         Log: Subject: B::Concise -- an improved replacement for B::Terse 
890              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
891              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
892              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
893      Branch: perl
894            + ext/B/B/Concise.pm
895            ! MANIFEST ext/B/B/Terse.pm
896 ____________________________________________________________________________
897 [  8423] By: jhi                                   on 2001/01/12  19:24:02
898         Log: The new metaconfig unit from the #8421.
899      Branch: metaconfig/U/perl
900            + d_sigprocmask.U
901 ____________________________________________________________________________
902 [  8422] By: jhi                                   on 2001/01/12  19:23:43
903         Log: Forgot the microperl config from the #8421.
904      Branch: perl
905            ! uconfig.h uconfig.sh
906 ____________________________________________________________________________
907 [  8421] By: jhi                                   on 2001/01/12  19:05:27
908         Log: Add sigprocmask() probe, regen Configure, regen toc.
909      Branch: perl
910            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
911            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
912            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
913            ! vos/config.ga.h win32/config.bc win32/config.gc
914            ! win32/config.vc
915 ____________________________________________________________________________
916 [  8420] By: jhi                                   on 2001/01/12  18:34:31
917         Log: Add sockatmark() to the todo list.
918      Branch: perl
919            ! Todo-5.6
920 ____________________________________________________________________________
921 [  8419] By: jhi                                   on 2001/01/12  18:09:46
922         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
923      Branch: perl
924            ! op.c
925 ____________________________________________________________________________
926 [  8418] By: jhi                                   on 2001/01/12  18:05:30
927         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
928              From: Radu Greab <radu@netsoft.ro>
929              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
930              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
931      Branch: perl
932            ! op.c t/pragma/sub_lval.t
933 ____________________________________________________________________________
934 [  8417] By: jhi                                   on 2001/01/12  16:09:09
935         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
936              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
937              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
938              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
939      Branch: perl
940            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
941            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
942            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
943            ! t/pragma/sub_lval.t toke.c
944 ____________________________________________________________________________
945 [  8416] By: jhi                                   on 2001/01/12  15:42:06
946         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
947              From: "Richard Soderberg" <rs@crystalflame.net>
948              Date: Fri, 12 Jan 2001 04:49:35 -0800
949              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
950              
951              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
952              according to the platform.
953      Branch: perl
954            ! op.c
955 ____________________________________________________________________________
956 [  8415] By: jhi                                   on 2001/01/12  15:33:41
957         Log: One more UTF-8 fix from Inaba Hiroto.
958      Branch: perl
959            ! pp.c regexec.c t/pragma/utf8.t
960 ____________________________________________________________________________
961 [  8414] By: jhi                                   on 2001/01/12  15:30:18
962         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
963      Branch: perl
964            ! regexec.c
965 ____________________________________________________________________________
966 [  8413] By: jhi                                   on 2001/01/12  15:22:10
967         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
968              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
969              Date: Thu, 11 Jan 2001 12:53:36 +0100
970              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
971      Branch: perl
972            ! toke.c
973 ____________________________________________________________________________
974 [  8412] By: jhi                                   on 2001/01/12  15:20:25
975         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
976              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
977              Date: Fri, 12 Jan 2001 14:37:55 +0100
978              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
979      Branch: perl
980            ! hints/posix-bc.sh
981 ____________________________________________________________________________
982 [  8411] By: jhi                                   on 2001/01/12  15:14:14
983         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
984              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
985              Date: Fri, 12 Jan 2001 10:42:21 +0100
986              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
987      Branch: perl
988            ! t/op/regmesg.t
989 ____________________________________________________________________________
990 [  8410] By: jhi                                   on 2001/01/12  05:48:55
991         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
992              From: Nicholas Clark <nick@ccl4.org> 
993              Date: Sun, 7 Jan 2001 19:47:14 +0000
994              Message-ID: <20010107194714.B1048@plum.flirble.org>
995      Branch: perl
996            ! t/op/numconvert.t
997 ____________________________________________________________________________
998 [  8409] By: jhi                                   on 2001/01/12  05:41:28
999         Log: Integrate perlio.
1000      Branch: perl
1001           !> mg.c scope.h
1002 ____________________________________________________________________________
1003 [  8408] By: nick                                  on 2001/01/11  22:43:28
1004         Log: Remove variables that were used in experiments.
1005      Branch: perlio
1006            ! mg.c
1007 ____________________________________________________________________________
1008 [  8407] By: nick                                  on 2001/01/11  20:57:44
1009         Log: Catch die in %SIG handler and unblock the signal before re-dying.
1010              This make Linux work _without_ sigsetjmp().
1011              Turn off sigsetjmp() to see what else it does.
1012              May need Configure probe for sigprocmask() if anything has sigaction()
1013              but not sigprocmask().
1014      Branch: perlio
1015            ! mg.c scope.h
1016 ____________________________________________________________________________
1017 [  8406] By: nick                                  on 2001/01/11  19:32:07
1018         Log: Integrate mainline
1019      Branch: perlio
1020           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
1021           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
1022           !> t/op/substr.t
1023 ____________________________________________________________________________
1024 [  8405] By: jhi                                   on 2001/01/11  17:11:01
1025         Log: Fix UTF-8 lval substr().
1026      Branch: perl
1027            ! mg.c t/op/substr.t
1028 ____________________________________________________________________________
1029 [  8404] By: jhi                                   on 2001/01/11  05:13:58
1030         Log: Update Changes.
1031      Branch: perl
1032            ! Changes patchlevel.h
1033 ____________________________________________________________________________
1034 [  8403] By: jhi                                   on 2001/01/11  04:38:24
1035         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
1036              From: Hugo <hv@crypt.compulink.co.uk>
1037              Date: Mon, 30 Oct 2000 01:33:26 +0000
1038              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
1039      Branch: perl
1040            ! regexec.c t/op/re_tests
1041 ____________________________________________________________________________
1042 [  8402] By: jhi                                   on 2001/01/11  04:26:12
1043         Log: Integrate perlio.
1044      Branch: perl
1045           !> scope.h util.c
1046 ____________________________________________________________________________
1047 [  8401] By: nick                                  on 2001/01/10  22:52:55
1048         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
1049              (So Alan and Ilya can try setting via hints.)
1050              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
1051              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
1052              doing the save everywhere seems to restart read() correctly, but just
1053              doing it once "round" the handler does not.
1054      Branch: perlio
1055            ! scope.h
1056 ____________________________________________________________________________
1057 [  8400] By: jhi                                   on 2001/01/10  21:57:54
1058         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
1059              of IRIX, HP-UX is unaffected.
1060      Branch: perl
1061            ! perl.h
1062 ____________________________________________________________________________
1063 [  8399] By: nick                                  on 2001/01/10  21:29:19
1064         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
1065      Branch: perlio
1066            ! util.c
1067 ____________________________________________________________________________
1068 [  8398] By: jhi                                   on 2001/01/10  20:55:31
1069         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
1070              also have ReusePort.
1071      Branch: perl
1072            ! ext/IO/lib/IO/Socket/INET.pm
1073 ____________________________________________________________________________
1074 [  8397] By: jhi                                   on 2001/01/10  20:50:57
1075         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
1076              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
1077              Date: Wed, 10 Jan 2001 01:38:13 -0800
1078              Message-ID: <20010110013813.B41744@yahoo-inc.com>
1079      Branch: perl
1080            ! ext/IO/lib/IO/Socket/INET.pm
1081 ____________________________________________________________________________
1082 [  8396] By: jhi                                   on 2001/01/10  20:49:30
1083         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
1084              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
1085              Date: Wed, 10 Jan 2001 01:37:32 -0800
1086              Message-ID: <20010110013732.A41744@yahoo-inc.com>
1087      Branch: perl
1088            ! ext/Socket/Socket.pm
1089 ____________________________________________________________________________
1090 [  8395] By: jhi                                   on 2001/01/10  20:41:37
1091         Log: Test for bug id 20010105.016 (fixed by #8378).
1092      Branch: perl
1093            ! t/op/split.t
1094 ____________________________________________________________________________
1095 [  8394] By: jhi                                   on 2001/01/10  20:26:32
1096         Log: Integrate perlio.
1097      Branch: perl
1098            ! util.c
1099 ____________________________________________________________________________
1100 [  8393] By: nick                                  on 2001/01/10  19:34:30
1101         Log: Back out Simon's pid hackery for now.
1102      Branch: perlio
1103            ! util.c
1104 ____________________________________________________________________________
1105 [  8392] By: nick                                  on 2001/01/10  19:23:13
1106         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
1107      Branch: perlio
1108           !> (integrate 29 files)
1109 ____________________________________________________________________________
1110 [  8391] By: jhi                                   on 2001/01/10  18:43:15
1111         Log: Subject: [PATCH] Fix my_pclose segfault
1112              From: Simon Cozens <simon@cozens.net>
1113              Date: Wed, 10 Jan 2001 18:39:35 +0000
1114              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
1115      Branch: perl
1116            ! util.c
1117 ____________________________________________________________________________
1118 [  8390] By: jhi                                   on 2001/01/10  18:42:08
1119         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
1120              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1121              Date:     Wed, 10 Jan 2001 13:23:02 EST
1122              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
1123      Branch: perl
1124            ! ext/Opcode/Opcode.xs
1125 ____________________________________________________________________________
1126 [  8389] By: jhi                                   on 2001/01/10  15:16:07
1127         Log: Turn off the integer preservation for now.
1128      Branch: perl
1129            ! perl.h
1130 ____________________________________________________________________________
1131 [  8388] By: jhi                                   on 2001/01/10  15:01:25
1132         Log: Few more IDE/editor nits from p5p.
1133      Branch: perl
1134            ! pod/perlfaq3.pod
1135 ____________________________________________________________________________
1136 [  8387] By: jhi                                   on 2001/01/10  06:53:16
1137         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
1138              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
1139              Date: Tue, 9 Jan 2001 23:16:02 +0000
1140              Message-ID: <20010109231602.A81101@plum.flirble.org>
1141      Branch: perl
1142            ! sv.c
1143 ____________________________________________________________________________
1144 [  8386] By: jhi                                   on 2001/01/10  03:17:54
1145         Log: Test cases for #8385 (from Simon's "torture.pl")
1146      Branch: perl
1147            ! t/op/tr.t
1148 ____________________________________________________________________________
1149 [  8385] By: jhi                                   on 2001/01/10  03:17:11
1150         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
1151              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
1152              Date: Wed, 10 Jan 2001 11:39:39 +0900
1153              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
1154              
1155              Some more UTF-8 tr cases fixed.
1156      Branch: perl
1157            ! doop.c
1158 ____________________________________________________________________________
1159 [  8384] By: jhi                                   on 2001/01/09  22:45:40
1160         Log: Allow the locale test needing POSIX and the taint test
1161              needing IPC::SysV to run under 'minitest' (basically,
1162              bail out if loading the extension fails)
1163      Branch: perl
1164            ! t/op/misc.t t/op/taint.t
1165 ____________________________________________________________________________
1166 [  8383] By: jhi                                   on 2001/01/09  21:36:04
1167         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
1168              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1169              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
1170              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
1171      Branch: perl
1172            ! t/io/openpid.t
1173 ____________________________________________________________________________
1174 [  8382] By: jhi                                   on 2001/01/09  21:06:08
1175         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
1176              Should finish up the bug id 20001205.022.
1177      Branch: perl
1178            ! pp.c pp_hot.c scope.c
1179 ____________________________________________________________________________
1180 [  8381] By: jhi                                   on 2001/01/09  18:27:43
1181         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
1182              From: Andy Dougherty <doughera@lafayette.edu>
1183              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
1184              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
1185              
1186              More robust yacc/bison error detection.
1187      Branch: perl
1188            ! t/comp/proto.t
1189 ____________________________________________________________________________
1190 [  8380] By: jhi                                   on 2001/01/09  15:21:38
1191         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
1192              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1193              Date:     Tue, 9 Jan 2001 07:53:55 EST
1194              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
1195      Branch: perl
1196            ! t/op/misc.t vms/test.com
1197 ____________________________________________________________________________
1198 [  8379] By: jhi                                   on 2001/01/09  15:20:38
1199         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
1200              From: jhi@cc.hut.fi
1201              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
1202              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
1203              
1204              The #8378 fixed this.
1205      Branch: perl
1206            ! t/op/tr.t
1207 ____________________________________________________________________________
1208 [  8378] By: jhi                                   on 2001/01/09  15:05:32
1209         Log: Subject: One more patch for UTF8 
1210              From: Inaba Hiroto <inaba@st.rim.or.jp>
1211              Date: Tue, 09 Jan 2001 01:04:32 +0900
1212              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
1213              
1214              UTF-8 fixes for 'x' and tr///.
1215      Branch: perl
1216            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
1217            ! regcomp.c regexec.c toke.c utf8.c
1218 ____________________________________________________________________________
1219 [  8377] By: jhi                                   on 2001/01/09  14:32:17
1220         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
1221      Branch: perl
1222            ! t/op/length.t
1223 ____________________________________________________________________________
1224 [  8376] By: jhi                                   on 2001/01/09  04:32:32
1225         Log: integrate changes #7775, #8316, #8316 from mainline
1226      Branch: maint-5.6/perl
1227            ! hints/solaris_2.sh
1228 ____________________________________________________________________________
1229 [  8375] By: jhi                                   on 2001/01/09  04:26:43
1230         Log: Update Changes.
1231      Branch: perl
1232            ! Changes patchlevel.h
1233 ____________________________________________________________________________
1234 [  8374] By: jhi                                   on 2001/01/09  04:14:32
1235         Log: IDE/editor section tweaking.
1236      Branch: perl
1237            ! pod/perlfaq3.pod
1238 ____________________________________________________________________________
1239 [  8373] By: jhi                                   on 2001/01/09  02:38:26
1240         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
1241              From: Peter Prymmer <pvhp@forte.com>
1242              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
1243              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
1244              
1245              In preparation os OS/390 dynamic loading.
1246      Branch: perl
1247            ! README.os390 hints/os390.sh
1248 ____________________________________________________________________________
1249 [  8372] By: jhi                                   on 2001/01/09  00:24:30
1250         Log: Integrate with perlio.
1251      Branch: perl
1252           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
1253 ____________________________________________________________________________
1254 [  8371] By: nick                                  on 2001/01/08  23:54:33
1255         Log: Fix "scalars leaked" bugs caused by overload magic
1256              (Highlighted by Ilya's DESTROY optimization.)
1257      Branch: perlio
1258            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
1259 ____________________________________________________________________________
1260 [  8370] By: nick                                  on 2001/01/08  20:19:41
1261         Log: Integrate mainline
1262      Branch: perlio
1263           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
1264           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
1265           !> t/op/64bitint.t
1266 ____________________________________________________________________________
1267 [  8369] By: jhi                                   on 2001/01/08  17:30:52
1268         Log: save_delete() Safefree() doesn't (anymore?) work with shared
1269              strings, one test failure in op/misc and almost all of lib/b.
1270              (Outcomments #8369.)
1271      Branch: perl
1272            ! scope.c
1273 ____________________________________________________________________________
1274 [  8368] By: jhi                                   on 2001/01/08  14:47:10
1275         Log: (Outcommented by #8369.)
1276              
1277              Subject: Re: Perl BugID 20001205.022 ---- save_delete
1278              From: Simon Cozens <simon@cozens.net>
1279              Date: Sat, 6 Jan 2001 11:48:40 +0000
1280              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
1281              
1282              The save_delete() does need the Safefree.
1283      Branch: perl
1284            ! scope.c
1285 ____________________________________________________________________________
1286 [  8367] By: bailey                                on 2001/01/08  08:53:52
1287         Log: Once again syncing after too long an absence
1288      Branch: vmsperl
1289           +> (branch 55 files)
1290            - MAINTAIN fix_pl vos/config.def vos/config.h
1291            - vos/config_h.SH_orig
1292           !> (integrate 498 files)
1293 ____________________________________________________________________________
1294 [  8366] By: jhi                                   on 2001/01/08  02:42:59
1295         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
1296              From: nick@ccl4.org
1297              Date: Sun, 7 Jan 2001 21:07:18 +0000
1298              Message-Id: <20010107210717.D1048@plum.flirble.org>
1299      Branch: perl
1300            ! sv.c t/op/64bitint.t
1301 ____________________________________________________________________________
1302 [  8365] By: jhi                                   on 2001/01/08  02:35:16
1303         Log: Subject: [PATCH] environ nit
1304              From: Simon Cozens <simon@cozens.net>
1305              Date: Sun, 7 Jan 2001 17:57:07 +0000
1306              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
1307              
1308              Use environ only if we have it.
1309      Branch: perl
1310            ! mg.c
1311 ____________________________________________________________________________
1312 [  8364] By: jhi                                   on 2001/01/08  02:24:51
1313         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
1314      Branch: perl
1315            ! ext/GDBM_File/GDBM_File.xs
1316 ____________________________________________________________________________
1317 [  8363] By: jhi                                   on 2001/01/08  02:19:24
1318         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
1319              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1320              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
1321              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
1322      Branch: perl
1323            ! dump.c op.c
1324 ____________________________________________________________________________
1325 [  8362] By: jhi                                   on 2001/01/08  02:17:43
1326         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
1327              From: Doug MacEachern <dougm@covalent.net>
1328              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
1329              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
1330              
1331              Allow AUTOLOAD to be an xsub and allow such xsubs
1332              to avoid use of $AUTOLOAD.
1333      Branch: perl
1334            ! gv.c
1335 ____________________________________________________________________________
1336 [  8361] By: jhi                                   on 2001/01/08  02:16:07
1337         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
1338              From: Radu Greab <radu@netsoft.ro>
1339              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
1340              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
1341              
1342              No need for the potentially unportable $SIG{CHLD}.
1343      Branch: perl
1344            ! t/io/pipe.t
1345 ____________________________________________________________________________
1346 [  8360] By: jhi                                   on 2001/01/08  01:58:23
1347         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
1348      Branch: perl
1349            ! lib/Getopt/Long.pm
1350 ____________________________________________________________________________
1351 [  8359] By: jhi                                   on 2001/01/08  01:55:44
1352         Log: Integrate perlio.
1353      Branch: perl
1354           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
1355           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
1356           !> utf8.c win32/Makefile
1357 ____________________________________________________________________________
1358 [  8358] By: jhi                                   on 2001/01/07  21:16:50
1359         Log: Update the EPOC cross SDK URL.
1360      Branch: perl
1361            ! README.epoc
1362 ____________________________________________________________________________
1363 [  8357] By: jhi                                   on 2001/01/07  21:16:09
1364         Log: Update the EPOC cross SDK URL.
1365      Branch: maint-5.6/perl
1366            ! README.epoc
1367 ____________________________________________________________________________
1368 [  8356] By: nick                                  on 2001/01/06  21:47:52
1369         Log: FILE * in XS code for PerlIO world:
1370              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
1371              - Add FILE * T_STDIO typemap.
1372              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
1373      Branch: perlio
1374            ! lib/ExtUtils/typemap perlio.c perlio.h
1375 ____________________________________________________________________________
1376 [  8355] By: jhi                                   on 2001/01/06  20:27:15
1377         Log: integrate change #8336 from mainline
1378              
1379              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
1380      Branch: maint-5.6/perl
1381            ! hv.c
1382 ____________________________________________________________________________
1383 [  8354] By: jhi                                   on 2001/01/06  20:24:29
1384         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
1385              From: Robin Barker <rmb1@cise.npl.co.uk>
1386              Date: Fri, 22 Dec 2000 12:17:38 GMT
1387              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
1388              
1389              The patch reformats some long =item lines so they give
1390              correct output via pod2man | nroff -man
1391              
1392              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
1393              From: Robin Barker <rmb1@cise.npl.co.uk>
1394              Date: Tue, 2 Jan 2001 15:35:03 GMT
1395              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
1396              
1397              Here is a _further_ patch which corrects a few more errors:
1398              * an empty C<=item> in CPAN.pm
1399              * patching the wrong file (pod/perlamiga.pod not README.amiga)
1400              * leaving empty C<=item>s which formatted incorrectly
1401              * over long C<=item>s revealed by latest patch to Pod::Man
1402      Branch: maint-5.6/perl
1403            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
1404            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
1405            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
1406            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
1407            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
1408            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
1409 ____________________________________________________________________________
1410 [  8353] By: jhi                                   on 2001/01/06  20:21:10
1411         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
1412              
1413              UTF-8 hash keys.
1414      Branch: maint-5.6/perl
1415            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
1416 ____________________________________________________________________________
1417 [  8352] By: jhi                                   on 2001/01/06  20:18:44
1418         Log: Forgotten from #8438.
1419      Branch: maint-5.6/perl
1420            ! epoc/epocish.h
1421 ____________________________________________________________________________
1422 [  8351] By: jhi                                   on 2001/01/06  20:18:12
1423         Log: Forgotten from #8347.
1424      Branch: maint-5.6/perl
1425            ! config_h.SH
1426 ____________________________________________________________________________
1427 [  8350] By: jhi                                   on 2001/01/06  20:00:19
1428         Log: Thinko in #8347.
1429      Branch: maint-5.6/perl
1430            ! regcomp.c
1431 ____________________________________________________________________________
1432 [  8349] By: jhi                                   on 2001/01/06  18:05:30
1433         Log: Copy the FAQ3 IDE section from the development branch,
1434              changes originally by Peter Prymmer.
1435      Branch: maint-5.6/perl
1436            ! pod/perlfaq3.pod
1437 ____________________________________________________________________________
1438 [  8348] By: jhi                                   on 2001/01/06  18:03:02
1439         Log: EPOC updates for TRIAL1.
1440              
1441              Subject: [5.6.1 trial1] EPOC update
1442              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1443              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
1444              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
1445              
1446              Subject: epoc patch2 for perl-5.6.1-trial1
1447              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1448              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
1449              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
1450      Branch: maint-5.6/perl
1451            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
1452            ! epoc/epocish.c
1453 ____________________________________________________________________________
1454 [  8347] By: jhi                                   on 2001/01/06  17:29:10
1455         Log: integrate changes #7710,7824,7973 from mainline,
1456              plus VMS nits from Peter Prymmer and Dan Sugalski.
1457              
1458              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
1459              library (getprotobyname and getprotobynumber are outversioned by
1460              the same calls in libc, at least for xlc version 3.
1461              
1462              Add HAS_SBRK_PROTO.
1463              
1464              Fixes for signedness warnings noticed by VMSperlers.
1465      Branch: maint-5.6/perl
1466            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1467            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
1468            ! sv.c vms/descrip_mms.template vos/config.alpha.def
1469            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
1470            ! win32/config.bc win32/config.gc win32/config.vc
1471 ____________________________________________________________________________
1472 [  8346] By: nick                                  on 2001/01/06  14:36:01
1473         Log: Fixup accumulated integrate muddles (perlio == devperl again)
1474      Branch: perlio
1475            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
1476 ____________________________________________________________________________
1477 [  8345] By: nick                                  on 2001/01/06  14:24:58
1478         Log: Integrate mainline
1479      Branch: perlio
1480           !> (integrate 55 files)
1481 ____________________________________________________________________________
1482 [  8344] By: jhi                                   on 2001/01/06  02:24:02
1483         Log: Subject: [patch] PerlIO_cleanup() prototype
1484              From: Doug MacEachern <dougm@covalent.net>
1485              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
1486              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
1487      Branch: perl
1488            ! perlio.h
1489 ____________________________________________________________________________
1490 [  8343] By: jhi                                   on 2001/01/06  01:04:09
1491         Log: IRIX compiler noticed that the bof initialization might be
1492              bypassed by control flow.
1493      Branch: perl
1494            ! toke.c
1495 ____________________________________________________________________________
1496 [  8342] By: jhi                                   on 2001/01/06  00:10:48
1497         Log: Update Changes.
1498      Branch: perl
1499            ! Changes patchlevel.h
1500 ____________________________________________________________________________
1501 [  8341] By: jhi                                   on 2001/01/05  23:52:33
1502         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
1503      Branch: perl
1504            ! toke.c
1505 ____________________________________________________________________________
1506 [  8340] By: jhi                                   on 2001/01/05  22:44:08
1507         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
1508              From: Radu Greab <radu@netsoft.ro>
1509              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
1510              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
1511      Branch: perl
1512            ! t/io/pipe.t util.c
1513 ____________________________________________________________________________
1514 [  8339] By: jhi                                   on 2001/01/05  22:35:17
1515         Log: Subject: [PATCH] format and rewording in perlfaq.pod
1516              From: Robin Barker <rmb1@cise.npl.co.uk>
1517              Date: Fri, 5 Jan 2001 18:51:20 GMT
1518              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
1519      Branch: perl
1520            ! pod/perlfaq.pod
1521 ____________________________________________________________________________
1522 [  8338] By: jhi                                   on 2001/01/05  22:31:17
1523         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
1524              From: Peter Prymmer <pvhp@forte.com>
1525              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
1526              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
1527      Branch: perl
1528            ! utils/perlbug.PL
1529 ____________________________________________________________________________
1530 [  8337] By: jhi                                   on 2001/01/05  18:15:11
1531         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
1532              From: Robin Barker <rmb1@cise.npl.co.uk>
1533              Date: Tue, 2 Jan 2001 15:24:07 GMT
1534              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
1535              
1536              If you call configure as C<./Configure> or C<sh ./Configure>,
1537              $src is set to the absolute path name, not '.'.
1538              
1539              This, in turn, means -Dmksymlink tries to do its stuff because
1540              it does not think it is in the src directory.
1541              
1542              (plus a metaconfig nitfix)
1543      Branch: metaconfig
1544            ! U/compline/ccflags.U U/modified/src.U
1545      Branch: perl
1546            ! Configure config_h.SH
1547 ____________________________________________________________________________
1548 [  8336] By: jhi                                   on 2001/01/05  17:48:32
1549         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
1550              From: Alan Burlison <Alan.Burlison@uk.sun.com>
1551              Message-ID: <3A5606C4.473D2226@uk.sun.com>
1552              Date: Fri, 05 Jan 2001 17:39:16 +0000
1553      Branch: perl
1554            ! hv.c
1555 ____________________________________________________________________________
1556 [  8335] By: jhi                                   on 2001/01/05  16:05:44
1557         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
1558      Branch: perl
1559            ! lib/Getopt/Long.pm
1560 ____________________________________________________________________________
1561 [  8334] By: jhi                                   on 2001/01/05  16:00:51
1562         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
1563              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
1564              Date: Fri, 05 Jan 2001 13:46:51 +0100
1565              Message-ID: <13693.978698811@nice.ram.loc>
1566              
1567              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
1568              accurate reading of the "atime".  
1569      Branch: perl
1570            ! t/io/fs.t
1571 ____________________________________________________________________________
1572 [  8333] By: jhi                                   on 2001/01/05  15:57:37
1573         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
1574              From: Simon Cozens <simon@cozens.net>
1575              Date: Fri, 8 Dec 2000 13:33:31 +0000
1576              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
1577              
1578              A lost patch fragment.
1579      Branch: perl
1580            ! doop.c
1581 ____________________________________________________________________________
1582 [  8332] By: jhi                                   on 2001/01/05  15:40:42
1583         Log: Do away with strncpy() and a fixed length buffer.
1584      Branch: perl
1585            ! utf8.c
1586 ____________________________________________________________________________
1587 [  8331] By: jhi                                   on 2001/01/05  15:03:07
1588         Log: Tests for #8329 and #8330.
1589      Branch: perl
1590            ! t/op/bop.t
1591 ____________________________________________________________________________
1592 [  8330] By: jhi                                   on 2001/01/05  15:02:38
1593         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
1594              raw 8-bit form to the UTF-8 string.
1595      Branch: perl
1596            ! toke.c
1597 ____________________________________________________________________________
1598 [  8329] By: jhi                                   on 2001/01/05  14:55:13
1599         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
1600              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1601              Date: Fri, 5 Jan 2001 12:28:52 +0100
1602              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
1603              
1604              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
1605              no effect.  (changed the strncpy() to Copy())
1606      Branch: perl
1607            ! toke.c
1608 ____________________________________________________________________________
1609 [  8328] By: jhi                                   on 2001/01/05  06:44:27
1610         Log: UTF-8 cleanup.
1611      Branch: perl
1612            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
1613            ! regexec.c sv.c toke.c
1614 ____________________________________________________________________________
1615 [  8327] By: jhi                                   on 2001/01/05  01:11:29
1616         Log: Subject: [PATCH perl@8268] Test::Harness doesn't use IO (was Re: [PATCH 5.7.0] Re: Tests depending on extensions,    and `make minitest')
1617              From: Radu Greab <radu@netsoft.ro>
1618              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
1619              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
1620              
1621              Cleans up Harness to not use FileHandle, which uses IO.
1622      Branch: perl
1623            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
1624 ____________________________________________________________________________
1625 [  8326] By: jhi                                   on 2001/01/05  00:56:37
1626         Log: Update Changes.
1627      Branch: perl
1628            ! Changes patchlevel.h
1629 ____________________________________________________________________________
1630 [  8325] By: jhi                                   on 2001/01/05  00:53:18
1631         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
1632              From: Peter Prymmer <pvhp@forte.com>
1633              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
1634              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
1635              
1636              plus a couple more tailing whitespace removals.
1637      Branch: perl
1638            ! win32/Makefile
1639 ____________________________________________________________________________
1640 [  8324] By: jhi                                   on 2001/01/05  00:47:39
1641         Log: Add some Unicode chop() tests.
1642      Branch: perl
1643            ! t/op/chop.t
1644 ____________________________________________________________________________
1645 [  8323] By: jhi                                   on 2001/01/05  00:47:23
1646         Log: Unify UTF-8 malformedness handling.
1647      Branch: perl
1648            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
1649 ____________________________________________________________________________
1650 [  8322] By: jhi                                   on 2001/01/04  22:21:54
1651         Log: The new $issymlink was unknown to Mksymlinks.
1652      Branch: metaconfig/U/perl
1653            ! Mksymlinks.U issymlink.U
1654      Branch: perl
1655            ! Configure config_h.SH
1656 ____________________________________________________________________________
1657 [  8321] By: jhi                                   on 2001/01/04  21:51:05
1658         Log: The test didn't work under the core test framework.
1659      Branch: perl
1660            ! t/lib/st-lock.t
1661 ____________________________________________________________________________
1662 [  8320] By: jhi                                   on 2001/01/04  21:14:22
1663         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
1664      Branch: perl
1665            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
1666 ____________________________________________________________________________
1667 [  8319] By: jhi                                   on 2001/01/04  20:46:17
1668         Log: Typo in #8312 when manually appying a problematic patch fragment.
1669      Branch: perl
1670            ! ext/Storable/Storable.xs
1671 ____________________________________________________________________________
1672 [  8318] By: jhi                                   on 2001/01/04  20:43:01
1673         Log: The $sh_c didn't fly.
1674      Branch: metaconfig
1675            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
1676            ! U/modified/Loc.U U/modified/myhostname.U
1677            ! U/modified/spitshell.U
1678      Branch: metaconfig/U/perl
1679            ! issymlink.U
1680      Branch: perl
1681            ! Configure config_h.SH
1682 ____________________________________________________________________________
1683 [  8317] By: jhi                                   on 2001/01/04  19:58:01
1684         Log: AIX builtin test -h is broken, changes based on
1685              
1686              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
1687              Date: Tue, 02 Jan 2001 11:24:39 +0100
1688              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1689              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
1690      Branch: metaconfig
1691            + U/modified/spitshell.U
1692            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
1693            ! U/modified/Loc.U U/modified/myhostname.U
1694      Branch: metaconfig/U/perl
1695            ! Mksymlinks.U issymlink.U
1696      Branch: perl
1697            ! Configure
1698 ____________________________________________________________________________
1699 [  8316] By: jhi                                   on 2001/01/04  19:02:22
1700         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
1701              From: Andy Dougherty <doughera@lafayette.edu>
1702              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
1703              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
1704              
1705              Beware of GNU ld.
1706      Branch: perl
1707            ! hints/solaris_2.sh
1708 ____________________________________________________________________________
1709 [  8315] By: jhi                                   on 2001/01/04  18:56:48
1710         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
1711              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
1712              Date: Wed, 3 Jan 2001 07:58:51 +0100
1713              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
1714      Branch: perl
1715            ! hints/solaris_2.sh
1716 ____________________________________________________________________________
1717 [  8314] By: jhi                                   on 2001/01/04  18:54:07
1718         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
1719              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1720              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
1721              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
1722              
1723              Doc tweak on #8313.
1724      Branch: perl
1725            ! ext/B/B/Deparse.pm
1726 ____________________________________________________________________________
1727 [  8313] By: jhi                                   on 2001/01/04  18:52:27
1728         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
1729              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
1730              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1731              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
1732              
1733              Make the peephole optimizer to bypass more null ops and
1734              and rewrite the deparse handling of continue blocks.
1735      Branch: perl
1736            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
1737 ____________________________________________________________________________
1738 [  8312] By: jhi                                   on 2001/01/04  18:47:39
1739         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
1740      Branch: perl
1741            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
1742            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
1743            ! t/lib/st-lock.t
1744 ____________________________________________________________________________
1745 [  8311] By: jhi                                   on 2001/01/04  18:36:08
1746         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
1747              filter to be run on each .pm during the pm_to_blib() phase,
1748              a fixed version of
1749              
1750              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
1751              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
1752              Date: Wed, 03 Jan 2001 22:01:30 +0100
1753              Message-ID: <5296.978555690@nice.ram.loc>
1754      Branch: perl
1755            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
1756            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
1757            ! lib/ExtUtils/MakeMaker.pm
1758 ____________________________________________________________________________
1759 [  8310] By: jhi                                   on 2001/01/04  18:32:54
1760         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
1761              From: Robin Barker <rmb1@cise.npl.co.uk>
1762              Date: Tue, 2 Jan 2001 15:35:03 GMT
1763              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
1764      Branch: perl
1765            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
1766            ! pod/perlrequick.pod
1767 ____________________________________________________________________________
1768 [  8309] By: jhi                                   on 2001/01/04  18:29:07
1769         Log: Subject: Re: [patch] static-ize XS()
1770              From: Doug MacEachern <dougm@covalent.net>
1771              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
1772              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
1773              
1774              Provide prototypes for the XS functions.
1775      Branch: perl
1776            ! lib/ExtUtils/xsubpp
1777 ____________________________________________________________________________
1778 [  8308] By: jhi                                   on 2001/01/04  18:27:44
1779         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
1780              From: Doug MacEachern <dougm@covalent.net>
1781              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
1782              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
1783      Branch: perl
1784            ! lib/ExtUtils/typemap
1785 ____________________________________________________________________________
1786 [  8307] By: jhi                                   on 2001/01/04  18:25:25
1787         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
1788              From: Doug MacEachern <dougm@covalent.net>
1789              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
1790              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
1791              
1792              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
1793      Branch: perl
1794            ! lib/ExtUtils/MM_Unix.pm
1795 ____________________________________________________________________________
1796 [  8306] By: jhi                                   on 2001/01/04  18:23:00
1797         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
1798              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1799              Date: Thu, 4 Jan 2001 12:47:10 +0100 
1800              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
1801              
1802              The toke.c part only, patching embed.h and proto.h is futile.
1803      Branch: perl
1804            ! toke.c
1805 ____________________________________________________________________________
1806 [  8305] By: jhi                                   on 2001/01/04  18:05:51
1807         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
1808              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1809              Date: Thu, 4 Jan 2001 17:50:12 +0100 
1810              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
1811      Branch: perl
1812            ! toke.c
1813 ____________________________________________________________________________
1814 [  8304] By: jhi                                   on 2001/01/04  18:03:26
1815         Log: Subject: [PATCH perl@8269]
1816              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1817              Date: Thu, 4 Jan 2001 12:53:39 +0100 
1818              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
1819              
1820              If running byacc write-enable also perly.h.
1821      Branch: perl
1822            ! Makefile.SH
1823 ____________________________________________________________________________
1824 [  8303] By: jhi                                   on 2001/01/04  15:40:49
1825         Log: Rewrite pp_concat() in terms of sv_catsv().
1826      Branch: perl
1827            ! pp_hot.c
1828 ____________________________________________________________________________
1829 [  8302] By: nick                                  on 2001/01/03  22:43:22
1830         Log: Integrate mainline.
1831      Branch: perlio
1832           !> ext/Encode/Encode.xs sv.c utf8.c
1833 ____________________________________________________________________________
1834 [  8301] By: jhi                                   on 2001/01/02  23:40:26
1835         Log: Variable naming tweak.
1836      Branch: perl
1837            ! sv.c
1838 ____________________________________________________________________________
1839 [  8300] By: jhi                                   on 2001/01/02  23:40:02
1840         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
1841              in is_utf8_string().
1842      Branch: perl
1843            ! utf8.c
1844 ____________________________________________________________________________
1845 [  8299] By: jhi                                   on 2001/01/02  22:14:40
1846         Log: Integrate perlio.
1847      Branch: perl
1848           !> pp.c pp_hot.c win32/Makefile
1849 ____________________________________________________________________________
1850 [  8298] By: nick                                  on 2001/01/02  22:03:06
1851         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
1852      Branch: perlio
1853            ! pp.c pp_hot.c
1854 ____________________________________________________________________________
1855 [  8297] By: jhi                                   on 2001/01/02  04:26:28
1856         Log: Signedness nit.
1857      Branch: perl
1858            ! ext/Encode/Encode.xs
1859 ____________________________________________________________________________
1860 [  8296] By: nick                                  on 2001/01/01  23:49:36
1861         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
1862      Branch: perlio
1863            ! win32/Makefile
1864 ____________________________________________________________________________
1865 [  8295] By: jhi                                   on 2001/01/01  23:05:48
1866         Log: Integrate perlio.
1867      Branch: perl
1868           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
1869           !> t/lib/encode.t
1870 ____________________________________________________________________________
1871 [  8294] By: nick                                  on 2001/01/01  22:48:34
1872         Log: Integrate mainline
1873      Branch: perlio
1874            ! pp_hot.c t/lib/encode.t
1875           !> (integrate 65 files)
1876 ____________________________________________________________________________
1877 [  8293] By: nick                                  on 2001/01/01  21:58:50
1878         Log: More rigor in UTF-8-ness of Encode's toUnicode
1879              XS export some of the utf8 internal functions.
1880              Test some of the functions.
1881              Fix pp_concat() bug shown by said tests.
1882      Branch: perlio
1883            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
1884            ! t/lib/encode.t
1885 ____________________________________________________________________________
1886 [  8292] By: jhi                                   on 2001/01/01  18:11:44
1887         Log: Integrate perlio.
1888      Branch: perl
1889           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
1890           !> ext/Encode/encengine.c ext/Encode/encode.h
1891 ____________________________________________________________________________
1892 [  8291] By: jhi                                   on 2001/01/01  18:10:58
1893         Log: Podify README.mpeix (a new version from the web),
1894              add a dummy NAME to Carp::Heavy, regen toc.
1895      Branch: perl
1896            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
1897            ! pod/perltoc.pod
1898 ____________________________________________________________________________
1899 [  8290] By: nick                                  on 2001/01/01  17:43:47
1900         Log: Loose the "Loading..." warning.
1901              Another bug in fallback support
1902      Branch: perlio
1903            ! ext/Encode/Encode.pm ext/Encode/encengine.c
1904 ____________________________________________________________________________
1905 [  8289] By: jhi                                   on 2001/01/01  00:01:57
1906         Log: Bump up Larry's copyright.
1907      Branch: perl
1908            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
1909            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
1910            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
1911            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
1912            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
1913            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
1914            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
1915            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
1916 ____________________________________________________________________________
1917 [  8288] By: nick                                  on 2000/12/31  21:27:53
1918         Log: Fix .ucm reading - forgot a chr()
1919              Start of .ucm write (for .enc to .ucm)
1920      Branch: perlio
1921            ! ext/Encode/compile
1922 ____________________________________________________________________________
1923 [  8287] By: jhi                                   on 2000/12/31  18:15:56
1924         Log: Comment away a diagnostic message as noted by Craig A. Berry
1925              (the unexpected message was confusing testing)
1926      Branch: perl
1927            ! ext/Encode/Encode.pm
1928 ____________________________________________________________________________
1929 [  8286] By: jhi                                   on 2000/12/31  18:14:51
1930         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
1931              Date: Sun, 31 Dec 2000 11:17:37 -0600
1932              From: "Craig A. Berry" <craigberry@mac.com>
1933              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
1934      Branch: perl
1935            ! ext/Encode/Makefile.PL
1936 ____________________________________________________________________________
1937 [  8285] By: nick                                  on 2000/12/31  18:11:54
1938         Log: Start of support of ICU-style .ucm files:
1939              - teach compile how to read a .ucm file
1940              - first guess at how to represent fallbacks in "tries".
1941              - use fallbacks if check == 0
1942              - new return code to indicate we used one.
1943      Branch: perlio
1944            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
1945            ! ext/Encode/encengine.c ext/Encode/encode.h
1946 ____________________________________________________________________________
1947 [  8284] By: jhi                                   on 2000/12/31  18:04:41
1948         Log: Pacify picky VMS compiler.
1949              
1950              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
1951              From: "Craig A. Berry" <craig.berry@psinetcs.com>
1952              Date: Sat, 30 Dec 2000 18:10:02 -0600
1953              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
1954      Branch: perl
1955            ! sv.c
1956 ____________________________________________________________________________
1957 [  8283] By: jhi                                   on 2000/12/31  16:11:47
1958         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
1959      Branch: perl
1960            ! t/lib/glob-basic.t
1961 ____________________________________________________________________________
1962 [  8282] By: jhi                                   on 2000/12/31  15:26:11
1963         Log: Integrate perlio.
1964      Branch: perl
1965           !> makedef.pl opcode.pl os2/os2.c perlio.c
1966 ____________________________________________________________________________
1967 [  8281] By: nick                                  on 2000/12/31  10:06:15
1968         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
1969              is available to be exported
1970      Branch: perlio
1971            ! makedef.pl perlio.c
1972 ____________________________________________________________________________
1973 [  8280] By: nick                                  on 2000/12/31  09:41:26
1974         Log: Ilya's OS2 patch (testing for damage on Win32)
1975      Branch: perlio
1976            ! makedef.pl opcode.pl os2/os2.c
1977 ____________________________________________________________________________
1978 [  8279] By: jhi                                   on 2000/12/30  21:52:07
1979         Log: Test nits.
1980      Branch: perl
1981            ! t/lib/syslfs.t t/op/lfs.t
1982 ____________________________________________________________________________
1983 [  8278] By: jhi                                   on 2000/12/30  21:47:49
1984         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
1985              From: andreas.koenig@anima.de (Andreas J. Koenig)
1986              Date: 30 Dec 2000 22:35:37 +0100
1987              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
1988              
1989              The 32-bit wraparound test wasn't quite right.
1990      Branch: perl
1991            ! t/lib/syslfs.t t/op/lfs.t
1992 ____________________________________________________________________________
1993 [  8277] By: jhi                                   on 2000/12/30  21:33:44
1994         Log: Subject: [PATCH] open() example in perlfunc.pod 
1995              From: Karsten Sperling <s_sperli@ira.uka.de>
1996              Date: Sat, 30 Dec 2000 22:27:09 +0100
1997              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
1998      Branch: perl
1999            ! pod/perlfunc.pod
2000 ____________________________________________________________________________
2001 [  8276] By: jhi                                   on 2000/12/30  20:32:40
2002         Log: Not quite that many tests yet.
2003      Branch: perl
2004            ! t/op/pat.t
2005 ____________________________________________________________________________
2006 [  8275] By: jhi                                   on 2000/12/30  20:26:58
2007         Log: Integrate perlio.
2008      Branch: perl
2009           !> toke.c
2010 ____________________________________________________________________________
2011 [  8274] By: jhi                                   on 2000/12/30  20:24:56
2012         Log: Signedness nit.
2013      Branch: perl
2014            ! utf8.c
2015 ____________________________________________________________________________
2016 [  8273] By: jhi                                   on 2000/12/30  20:15:46
2017         Log: Add a test case for 20000731.001 which was fixed by the #8267.
2018      Branch: perl
2019            ! t/op/pat.t
2020 ____________________________________________________________________________
2021 [  8272] By: nick                                  on 2000/12/30  19:47:51
2022         Log: Tweak for MULTIPLICITY/USE_PERLIO
2023      Branch: perlio
2024            ! toke.c
2025 ____________________________________________________________________________
2026 [  8271] By: nick                                  on 2000/12/30  19:46:45
2027         Log: Integrate mainline
2028      Branch: perlio
2029           +> lib/unicode/distinct.pm
2030           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
2031           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
2032           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
2033 ____________________________________________________________________________
2034 [  8270] By: jhi                                   on 2000/12/30  19:39:50
2035         Log: Subject: RE: perl@8269
2036              From: "Richard Soderberg" <rs@crystalflame.net>
2037              Date: Sat, 30 Dec 2000 11:36:27 -0800
2038              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
2039              
2040              A missing aTHX_.
2041      Branch: perl
2042            ! toke.c
2043 ____________________________________________________________________________
2044 [  8269] By: jhi                                   on 2000/12/30  18:55:48
2045         Log: Update Changes.
2046      Branch: perl
2047            ! Changes patchlevel.h
2048 ____________________________________________________________________________
2049 [  8268] By: jhi                                   on 2000/12/30  17:18:40
2050         Log: Add a test for Unicode split //.  The #8267 was the cure.
2051      Branch: perl
2052            ! t/op/split.t
2053 ____________________________________________________________________________
2054 [  8267] By: jhi                                   on 2000/12/30  17:14:19
2055         Log: Subject: more UTF8 test suites and an UTF8 patch
2056              From: Inaba Hiroto <inaba@st.rim.or.jp>
2057              Date: Sat, 30 Dec 2000 14:27:10 +0900
2058              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
2059              
2060              Just the patch part for now, and the pragma renamed
2061              as unicode::distinct.
2062      Branch: perl
2063            + lib/unicode/distinct.pm
2064            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
2065            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
2066            ! regcomp.h regexec.c sv.c toke.c utf8.c
2067 ____________________________________________________________________________
2068 [  8266] By: nick                                  on 2000/12/30  16:40:49
2069         Log: Integrate mainline
2070      Branch: perlio
2071           +> lib/Pod/Text/Overstrike.pm
2072           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
2073           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
2074           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
2075           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
2076           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
2077 ____________________________________________________________________________
2078 [  8265] By: jhi                                   on 2000/12/30  07:28:55
2079         Log: The sv_catsv() fix, take two.
2080      Branch: perl
2081            ! sv.c t/op/join.t
2082 ____________________________________________________________________________
2083 [  8264] By: jhi                                   on 2000/12/30  06:19:18
2084         Log: Undo all the join-related changes since #8248: relevant
2085              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
2086              The new sv_catsv() doesn't fly so it must go back to
2087              the drawing board.
2088      Branch: perl
2089            ! sv.c t/op/join.t t/pragma/utf8.t
2090 ____________________________________________________________________________
2091 [  8263] By: jhi                                   on 2000/12/30  01:08:32
2092         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
2093      Branch: perl
2094            ! sv.c
2095 ____________________________________________________________________________
2096 [  8262] By: jhi                                   on 2000/12/30  00:45:14
2097         Log: Retract #8261.
2098      Branch: perl
2099            ! hv.c util.c
2100 ____________________________________________________________________________
2101 [  8261] By: jhi                                   on 2000/12/30  00:38:32
2102         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
2103      Branch: perl
2104            ! hv.c util.c
2105 ____________________________________________________________________________
2106 [  8260] By: jhi                                   on 2000/12/29  22:51:33
2107         Log: (Retracted by #8264)  More fixing for #8251.
2108      Branch: perl
2109            ! sv.c
2110 ____________________________________________________________________________
2111 [  8259] By: jhi                                   on 2000/12/29  18:27:30
2112         Log: Subject: podlators 1.06 released
2113              From: Russ Allbery <rra@stanford.edu>
2114              Date: 25 Dec 2000 05:09:30 -0800
2115              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
2116      Branch: perl
2117            + lib/Pod/Text/Overstrike.pm
2118            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
2119            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
2120 ____________________________________________________________________________
2121 [  8258] By: jhi                                   on 2000/12/29  18:20:45
2122         Log: Make the large file tests more robust/talkative as suggested by
2123              
2124              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
2125              From: andreas.koenig@anima.de (Andreas J. Koenig)
2126              Date: 29 Dec 2000 14:23:01 +0100
2127              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
2128      Branch: perl
2129            ! t/lib/syslfs.t t/op/lfs.t
2130 ____________________________________________________________________________
2131 [  8257] By: jhi                                   on 2000/12/29  17:48:04
2132         Log: Further VMS piping fixes from Charles Lane:
2133              
2134              In summary, error messages produced when a subprocess terminated
2135              abnormally were being sent not just to the parent process, but to
2136              grandparents, because of default values for error output that were
2137              not completely overridden when the subprocess was started.
2138              
2139              This patch fixes this behavior by defining user-mode (i.e., temporary
2140              for the duration of the program) logical names for SYS$OUTPUT and
2141              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
2142              changes to make it so that the user-mode logicals are the ones that
2143              control where Perl's error messages go if it terminates abnormally.
2144              
2145              I also added some gratuitous fixes to the indentation of braces in
2146              the piping code.  It just looked ugly, before.
2147      Branch: perl
2148            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
2149 ____________________________________________________________________________
2150 [  8256] By: jhi                                   on 2000/12/29  17:45:12
2151         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
2152              From: "Casey R. Tweten" <crt@kiski.net>
2153              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
2154              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
2155              
2156              Tests for for #8240.
2157      Branch: perl
2158            ! t/pragma/constant.t
2159 ____________________________________________________________________________
2160 [  8255] By: jhi                                   on 2000/12/29  17:43:07
2161         Log: Subject: Re: [PATCH] Interesting syntax idea
2162              From: Simon Cozens <simon@cozens.net>
2163              Date: Fri, 29 Dec 2000 14:34:04 +0000
2164              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
2165              
2166              Tests for #8254.
2167      Branch: perl
2168            ! t/pragma/sub_lval.t
2169 ____________________________________________________________________________
2170 [  8254] By: jhi                                   on 2000/12/29  17:42:11
2171         Log: Subject: [PATCH] Interesting syntax idea
2172              From: Simon Cozens <simon@cozens.net>
2173              Date: Wed, 27 Dec 2000 05:08:57 +0000
2174              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
2175              
2176              Make opens + bareword assigns do typeglob assigns.
2177      Branch: perl
2178            ! op.c
2179 ____________________________________________________________________________
2180 [  8253] By: jhi                                   on 2000/12/29  17:36:45
2181         Log: Output the (apparent) version of gcc, as suggested by
2182              
2183              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
2184              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
2185              Date: 26 Dec 2000 04:29:17 -0500
2186              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
2187              
2188              (The patch as such didn't any more apply as the misparsing had
2189              already been addressed in #6474.)  Also change the wording about
2190              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
2191      Branch: perl
2192            ! hints/dec_osf.sh
2193 ____________________________________________________________________________
2194 [  8252] By: nick                                  on 2000/12/29  12:14:31
2195         Log: Integrate mainline
2196      Branch: perlio
2197           !> (integrate 27 files)
2198 ____________________________________________________________________________
2199 [  8251] By: jhi                                   on 2000/12/29  08:45:46
2200         Log: (Retracted by #8264)
2201              
2202              (Fixed by #8260.)
2203              
2204              sv_catsv() needs one more byte space than seems reasonable.
2205              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
2206              Curiouser and curiouser.
2207      Branch: perl
2208            ! sv.c
2209 ____________________________________________________________________________
2210 [  8250] By: jhi                                   on 2000/12/29  07:57:52
2211         Log: More split // UTF-8 tests.
2212      Branch: perl
2213            ! t/pragma/utf8.t
2214 ____________________________________________________________________________
2215 [  8249] By: jhi                                   on 2000/12/29  07:54:51
2216         Log: (Retracted by #8264)  More join() testing which was good because
2217              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
2218      Branch: perl
2219            ! pp.c t/op/join.t utf8.c utf8.h
2220 ____________________________________________________________________________
2221 [  8248] By: jhi                                   on 2000/12/29  07:08:32
2222         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
2223              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
2224              that the only cases to care about are byte+byte and byte+character.
2225              
2226              TODO: See how well pp_concat() could be implemented in terms
2227              of sv_catsv().
2228      Branch: perl
2229            ! doop.c sv.c t/op/join.t utf8.h
2230 ____________________________________________________________________________
2231 [  8247] By: jhi                                   on 2000/12/29  06:35:23
2232         Log: Signedness nit.
2233      Branch: perl
2234            ! pp_hot.c
2235 ____________________________________________________________________________
2236 [  8246] By: jhi                                   on 2000/12/29  01:23:31
2237         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
2238              From: Lupe Christoph <lupe@lupe-christoph.de>
2239              Date: Thu, 28 Dec 2000 23:00:00 +0100
2240              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
2241              
2242              Suggest rsync --delete --dry-run.
2243      Branch: perl
2244            ! pod/perlhack.pod
2245 ____________________________________________________________________________
2246 [  8245] By: jhi                                   on 2000/12/28  23:57:05
2247         Log: The maxiters upper limit sanity check (guarding against
2248              non-progress) assumed bytes instead of characters in s///
2249              and split().
2250      Branch: perl
2251            ! pp.c pp_hot.c
2252 ____________________________________________________________________________
2253 [  8244] By: jhi                                   on 2000/12/28  23:34:08
2254         Log: Make some panic messages a bit more logical.
2255      Branch: perl
2256            ! doop.c pod/perldiag.pod pp.c pp_hot.c
2257 ____________________________________________________________________________
2258 [  8243] By: jhi                                   on 2000/12/28  22:59:16
2259         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
2260              From: Simon Cozens <simon@cozens.net>
2261              Date: Wed, 27 Dec 2000 02:30:03 +0000
2262              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
2263      Branch: perl
2264            ! pp.c t/pragma/sub_lval.t
2265 ____________________________________________________________________________
2266 [  8242] By: jhi                                   on 2000/12/28  22:56:53
2267         Log: Subject: [PATCH blead] Fix B::Terse indentation
2268              From: Daniel Chetlin <daniel@chetlin.com>
2269              Date: Wed, 27 Dec 2000 06:43:30 -0800
2270              Message-ID: <20001227064329.B9573@darkstar>
2271      Branch: perl
2272            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
2273 ____________________________________________________________________________
2274 [  8241] By: jhi                                   on 2000/12/28  22:48:59
2275         Log: The latter patch from the
2276              
2277              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
2278              From: Peter Prymmer <pvhp@forte.com> 
2279              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
2280              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
2281              
2282              (the former patch from the above should have been
2283              taken care of by Nick I-S)
2284      Branch: perl
2285            ! win32/Makefile
2286 ____________________________________________________________________________
2287 [  8240] By: jhi                                   on 2000/12/28  22:45:22
2288         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
2289              From: "Casey R. Tweten" <crt@kiski.net>
2290              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
2291              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
2292      Branch: perl
2293            ! lib/constant.pm
2294 ____________________________________________________________________________
2295 [  8239] By: jhi                                   on 2000/12/28  22:37:45
2296         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
2297              From: Simon Cozens <simon@cozens.net>
2298              Date: Wed, 27 Dec 2000 14:12:44 +0000
2299              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
2300      Branch: perl
2301            ! t/op/method.t t/op/sort.t toke.c
2302 ____________________________________________________________________________
2303 [  8238] By: jhi                                   on 2000/12/28  22:30:32
2304         Log: Subject: [PATCH perl@8229] Call.pm
2305              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
2306              Date: Mon, 25 Dec 2000 10:47:15 -0000
2307              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
2308      Branch: perl
2309            ! ext/Filter/Util/Call/Call.pm
2310 ____________________________________________________________________________
2311 [  8237] By: jhi                                   on 2000/12/28  22:19:21
2312         Log: Subject: [PATCH blead] Fix problem with `&' prototype
2313              From: Daniel Chetlin <daniel@chetlin.com>
2314              Date: Wed, 27 Dec 2000 15:55:32 -0800
2315              Message-ID: <20001227155532.D9573@darkstar>
2316      Branch: perl
2317            ! op.c t/comp/proto.t
2318 ____________________________________________________________________________
2319 [  8236] By: jhi                                   on 2000/12/28  22:09:25
2320         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
2321              From: Daniel Chetlin <daniel@chetlin.com>
2322              Date: Sun, 24 Dec 2000 04:09:49 -0800
2323              Message-ID: <20001224040949.B3090@darkstar>
2324      Branch: perl
2325            ! gv.c mg.c t/op/attrs.t
2326 ____________________________________________________________________________
2327 [  8235] By: jhi                                   on 2000/12/28  22:07:11
2328         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
2329              From: Jan Dubois <jand@ActiveState.com>
2330              Date: Tue, 26 Dec 2000 20:57:31 -0800
2331              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
2332      Branch: perl
2333            ! win32/win32.c
2334 ____________________________________________________________________________
2335 [  8234] By: jhi                                   on 2000/12/28  21:52:42
2336         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
2337              From: Simon Cozens <simon@cozens.net>
2338              Date: Thu, 28 Dec 2000 20:33:13 +0000
2339              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
2340      Branch: perl
2341            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
2342 ____________________________________________________________________________
2343 [  8233] By: jhi                                   on 2000/12/28  19:40:49
2344         Log: Integrate perlio.
2345      Branch: perl
2346           !> ext/Encode/Makefile.PL ext/Encode/compile
2347 ____________________________________________________________________________
2348 [  8232] By: nick                                  on 2000/12/23  16:06:00
2349         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
2350              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
2351      Branch: perlio
2352            ! ext/Encode/Makefile.PL
2353 ____________________________________________________________________________
2354 [  8231] By: nick                                  on 2000/12/23  14:30:34
2355         Log: "Compiled" encode build cleanup
2356              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
2357              - .c files do not export sub-tables
2358      Branch: perlio
2359            ! ext/Encode/Makefile.PL ext/Encode/compile
2360 ____________________________________________________________________________
2361 [  8230] By: nick                                  on 2000/12/23  12:50:37
2362         Log: Integrate mainline
2363      Branch: perlio
2364           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
2365           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
2366           !> pod/perl5004delta.pod pod/perl5005delta.pod
2367           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
2368           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
2369           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
2370           !> pod/perlsub.pod
2371 ____________________________________________________________________________
2372 [  8229] By: jhi                                   on 2000/12/22  15:32:12
2373         Log: Integrate perlio.
2374      Branch: perl
2375           +> win32/distclean.bat
2376           !> MANIFEST t/io/utf8.t
2377 ____________________________________________________________________________
2378 [  8228] By: jhi                                   on 2000/12/22  15:29:40
2379         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
2380              From: Robin Barker <rmb1@cise.npl.co.uk>
2381              Date: Fri, 22 Dec 2000 12:17:38 GMT
2382              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
2383      Branch: perl
2384            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
2385            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
2386            ! pod/perl5004delta.pod pod/perl5005delta.pod
2387            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
2388            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
2389            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
2390            ! pod/perlsub.pod
2391 ____________________________________________________________________________
2392 [  8227] By: jhi                                   on 2000/12/22  15:24:28
2393         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
2394              From: "John L. Allen" <allen@grumman.com>
2395              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
2396              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
2397              
2398              Document APPLLIB_EXP.
2399      Branch: perl
2400            ! INSTALL
2401 ____________________________________________________________________________
2402 [  8226] By: nick                                  on 2000/12/21  22:11:50
2403         Log: Handy script for when one forgets to "dmake clean" 
2404      Branch: perlio
2405            + win32/distclean.bat
2406            ! MANIFEST
2407 ____________________________________________________________________________
2408 [  8225] By: nick                                  on 2000/12/21  21:54:04
2409         Log: CRLF platform issue with io/utf8 fix.
2410      Branch: perlio
2411            ! t/io/utf8.t
2412 ____________________________________________________________________________
2413 [  8224] By: nick                                  on 2000/12/21  21:02:20
2414         Log: Integrate mainline
2415      Branch: perlio
2416           !> Changes Configure Makefile.SH Porting/Glossary
2417           !> Porting/config.sh Porting/config_H configure.com
2418           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
2419           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
2420           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
2421           !> win32/config.bc win32/config.gc win32/config.vc
2422 ____________________________________________________________________________
2423 [  8223] By: jhi                                   on 2000/12/21  17:09:16
2424         Log: Update Changes.
2425      Branch: perl
2426            ! Changes patchlevel.h
2427 ____________________________________________________________________________
2428 [  8222] By: jhi                                   on 2000/12/21  16:24:01
2429         Log: Metaconfig unit changes for #8221.
2430      Branch: metaconfig/U/perl
2431           +> issymlink.U
2432            - testsyml.U
2433            ! Mksymlinks.U
2434 ____________________________________________________________________________
2435 [  8221] By: jhi                                   on 2000/12/21  16:23:48
2436         Log: Rename testsyml to issymlink.
2437      Branch: perl
2438            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2439            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
2440            ! win32/config.vc
2441 ____________________________________________________________________________
2442 [  8220] By: jhi                                   on 2000/12/21  15:47:26
2443         Log: Robustness support for #8218 (symlink forest) since the GNU
2444              tools seem to be overly picky about symlinkage depths.
2445      Branch: perl
2446            ! Makefile.SH t/io/fs.t
2447 ____________________________________________________________________________
2448 [  8219] By: jhi                                   on 2000/12/21  15:38:27
2449         Log: Metaconfig changes for #8218.
2450      Branch: metaconfig
2451            ! U/modified/Oldconfig.U
2452      Branch: metaconfig/U/perl
2453            + Mksymlinks.U
2454            ! testsyml.U
2455 ____________________________________________________________________________
2456 [  8218] By: jhi                                   on 2000/12/21  15:37:57
2457         Log: Add Configure option -Dmksymlinks which will create a symlink
2458              forest if the current/build differs from the source directory.
2459              TODO: mkdir -p is not portable.
2460      Branch: perl
2461            ! Configure
2462 ____________________________________________________________________________
2463 [  8217] By: jhi                                   on 2000/12/21  14:39:12
2464         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
2465              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
2466              Date: Thu, 21 Dec 2000 09:38:18 GMT
2467              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
2468              
2469              The ofs became an SV.
2470      Branch: perl
2471            ! ext/Thread/Thread.xs
2472 ____________________________________________________________________________
2473 [  8216] By: jhi                                   on 2000/12/21  05:40:21
2474         Log: The polymorphism seems to have fixed 20000517.001.
2475      Branch: perl
2476            ! t/pragma/utf8.t
2477 ____________________________________________________________________________
2478 [  8215] By: jhi                                   on 2000/12/21  04:44:52
2479         Log: read() documentation tweak for 20001121.004.
2480      Branch: perl
2481            ! pod/perlfunc.pod
2482 ____________________________________________________________________________
2483 [  8214] By: jhi                                   on 2000/12/21  03:54:11
2484         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
2485      Branch: perl
2486            ! pp_sys.c t/op/misc.t
2487 ____________________________________________________________________________
2488 [  8213] By: jhi                                   on 2000/12/21  00:28:10
2489         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
2490              From: Peter Prymmer <pvhp@forte.com>
2491              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
2492              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
2493      Branch: perl
2494            ! configure.com
2495 ____________________________________________________________________________
2496 [  8212] By: jhi                                   on 2000/12/21  00:26:21
2497         Log: Edit edit edit.
2498      Branch: perl
2499            ! pod/perlfaq3.pod
2500 ____________________________________________________________________________
2501 [  8211] By: jhi                                   on 2000/12/20  18:52:46
2502         Log: Update Changes.
2503      Branch: perl
2504            ! Changes patchlevel.h
2505 ____________________________________________________________________________
2506 [  8210] By: jhi                                   on 2000/12/20  18:34:47
2507         Log: Yet another editor edit.
2508      Branch: perl
2509            ! pod/perlfaq3.pod
2510 ____________________________________________________________________________
2511 [  8209] By: jhi                                   on 2000/12/20  15:33:28
2512         Log: More Win32 Perling.
2513      Branch: perl
2514            ! pod/perlfaq3.pod
2515 ____________________________________________________________________________
2516 [  8208] By: jhi                                   on 2000/12/20  15:07:46
2517         Log: More Win32 editor/IDE/shell hints.
2518      Branch: perl
2519            ! pod/perlfaq3.pod
2520 ____________________________________________________________________________
2521 [  8207] By: jhi                                   on 2000/12/20  03:54:08
2522         Log: Subject: [PATCH] obscure timing knowledge
2523              From: Nicholas Clark <nick@ccl4.org>
2524              Date: Tue, 19 Dec 2000 19:22:31 +0000
2525              Message-ID: <20001219192231.F2827@plum.flirble.org>
2526      Branch: perl
2527            ! sv.c
2528 ____________________________________________________________________________
2529 [  8206] By: jhi                                   on 2000/12/20  03:45:57
2530         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
2531              From: Spider Boardman <spider@leggy.zk3.dec.com>
2532              Date: Tue, 19 Dec 2000 21:30:16 -0500
2533              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
2534      Branch: perl
2535            ! sv.c
2536 ____________________________________________________________________________
2537 [  8205] By: jhi                                   on 2000/12/19  23:02:01
2538         Log: Update Changes.
2539      Branch: perl
2540            ! Changes patchlevel.h
2541 ____________________________________________________________________________
2542 [  8204] By: jhi                                   on 2000/12/19  22:58:18
2543         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
2544              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
2545              on editors and diffing/patching.
2546      Branch: perl
2547            ! t/op/utf8decode.t
2548 ____________________________________________________________________________
2549 [  8203] By: nick                                  on 2000/12/19  21:36:16
2550         Log: Integrate mainline (forgot my own change...)
2551      Branch: perlio
2552           !> ext/Encode/compile
2553 ____________________________________________________________________________
2554 [  8202] By: nick                                  on 2000/12/19  21:34:42
2555         Log: Integrate mainline.
2556      Branch: perlio
2557           !> (integrate 61 files)
2558 ____________________________________________________________________________
2559 [  8201] By: nick                                  on 2000/12/19  21:34:06
2560         Log: Avoid looking for File::Glob when we don't need it.
2561      Branch: perl
2562            ! ext/Encode/compile
2563 ____________________________________________________________________________
2564 [  8200] By: jhi                                   on 2000/12/19  18:35:49
2565         Log: Update Changes.
2566      Branch: perl
2567            ! Changes patchlevel.h
2568 ____________________________________________________________________________
2569 [  8199] By: jhi                                   on 2000/12/19  18:35:07
2570         Log: Microperl tweaks.
2571      Branch: perl
2572            ! sv.c uconfig.h uconfig.sh
2573 ____________________________________________________________________________
2574 [  8198] By: jhi                                   on 2000/12/19  18:29:59
2575         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
2576      Branch: perl
2577            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2578            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
2579 ____________________________________________________________________________
2580 [  8197] By: jhi                                   on 2000/12/19  17:55:29
2581         Log: In VMS embedded perls couldn't access the statically built Socket,
2582              from Charles Lane.
2583      Branch: perl
2584            ! configure.com
2585 ____________________________________________________________________________
2586 [  8196] By: jhi                                   on 2000/12/19  17:49:50
2587         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
2588              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
2589              Date: Sun, 17 Dec 2000 19:11:44 -0000
2590              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
2591      Branch: perl
2592            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2593            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
2594 ____________________________________________________________________________
2595 [  8195] By: jhi                                   on 2000/12/19  17:47:53
2596         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
2597              From: Jonathan Stowe <gellyfish@gellyfish.com>
2598              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
2599              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
2600      Branch: perl
2601            ! utils/h2xs.PL
2602 ____________________________________________________________________________
2603 [  8194] By: jhi                                   on 2000/12/19  17:46:28
2604         Log: Subject: Re: useless use of void context work-around
2605              From: andreas.koenig@anima.de (Andreas J. Koenig)
2606              Date: 16 Dec 2000 15:13:36 +0100
2607              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
2608              
2609              Document (comment) the q(di ds ig) trick in the code.
2610      Branch: perl
2611            ! op.c
2612 ____________________________________________________________________________
2613 [  8193] By: jhi                                   on 2000/12/19  17:10:57
2614         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
2615              From: "Mark J. Reed" <mreed@strange.turner.com>
2616              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
2617              Message-Id: <200012160222.VAA13986@strange.turner.com>
2618      Branch: perl
2619            ! ext/Sys/Syslog/Syslog.pm
2620 ____________________________________________________________________________
2621 [  8192] By: jhi                                   on 2000/12/19  17:07:45
2622         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
2623              From: Nicholas Clark <nick@ccl4.org>
2624              Date: Sat, 16 Dec 2000 19:03:13 +0000
2625              Message-ID: <20001216190313.D68304@plum.flirble.org>
2626      Branch: perl
2627            ! t/op/64bitint.t
2628 ____________________________________________________________________________
2629 [  8191] By: jhi                                   on 2000/12/19  17:06:13
2630         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
2631              From: Dominic Dunlop <domo@computer.org>
2632              Date: Mon, 18 Dec 2000 12:00:15 +0100
2633              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
2634              
2635              This patchlet is needed in order that perl can be statically linked.  
2636      Branch: perl
2637            ! regexec.c
2638 ____________________________________________________________________________
2639 [  8190] By: jhi                                   on 2000/12/19  17:03:08
2640         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
2641              From: "Craig A. Berry" <craig.berry@psinetcs.com>
2642              Date: Sun, 17 Dec 2000 00:18:35 -0600
2643              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
2644      Branch: perl
2645            ! perlio.h vms/gen_shrfls.pl
2646 ____________________________________________________________________________
2647 [  8189] By: jhi                                   on 2000/12/19  16:20:28
2648         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
2649              From: Prymmer/Kahn <pvhp@best.com>
2650              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
2651              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
2652              
2653              A better version of #8188.
2654      Branch: perl
2655            ! pod/perlfaq3.pod
2656 ____________________________________________________________________________
2657 [  8188] By: jhi                                   on 2000/12/19  15:57:06
2658         Log: (Replaced by #8189)
2659              
2660              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
2661              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
2662              From: Prymmer/Kahn <pvhp@best.com>
2663              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
2664              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
2665              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
2666              Date: Mon, 18 Dec 2000 11:10:45 -0500
2667              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
2668      Branch: perl
2669            ! pod/perlfaq3.pod
2670 ____________________________________________________________________________
2671 [  8187] By: jhi                                   on 2000/12/19  15:54:19
2672         Log: Email address fix for Anton Berezin.
2673      Branch: perl
2674            ! AUTHORS
2675 ____________________________________________________________________________
2676 [  8186] By: jhi                                   on 2000/12/19  15:38:54
2677         Log: Subject: [PATCH perl@8102] cygwin port
2678              From: "Eric Fifer" <efifer@dircon.co.uk> 
2679              Date: Thu, 14 Dec 2000 13:41:29 -0000
2680              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
2681              
2682              When compiling modules the data item that is being imported
2683              from libperl.dll needs to be tagged as imported/shared data:
2684              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
2685      Branch: perl
2686            ! perliol.h
2687 ____________________________________________________________________________
2688 [  8185] By: jhi                                   on 2000/12/19  14:53:24
2689         Log: Regen uconfig.h and uconfig.sh.
2690      Branch: perl
2691            ! uconfig.h uconfig.sh
2692 ____________________________________________________________________________
2693 [  8184] By: jhi                                   on 2000/12/18  20:43:49
2694         Log: Comments work so much better when they are closed.
2695      Branch: perl
2696            ! regcomp.c
2697 ____________________________________________________________________________
2698 [  8183] By: jhi                                   on 2000/12/18  18:04:02
2699         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
2700              Fixes the bug 20001218.016.
2701      Branch: perl
2702            ! regcomp.c
2703 ____________________________________________________________________________
2704 [  8182] By: gsar                                  on 2000/12/18  09:53:47
2705         Log: delete spurious files
2706      Branch: maint-5.6/perl
2707            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
2708            - vos/config.h vos/config_h.SH_orig
2709 ____________________________________________________________________________
2710 [  8181] By: gsar                                  on 2000/12/18  09:46:08
2711         Log: regen perltoc
2712      Branch: maint-5.6/perl
2713            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
2714 ____________________________________________________________________________
2715 [  8180] By: gsar                                  on 2000/12/18  09:20:27
2716         Log: integrate changes#7924..7926,7946,7952 from mainline
2717      Branch: maint-5.6/perl
2718           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
2719           !> lib/File/stat.pm t/lib/class-struct.t
2720 ____________________________________________________________________________
2721 [  8179] By: gsar                                  on 2000/12/18  08:55:54
2722         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
2723              7918,7919,7988,8907 from mainline (various)
2724      Branch: maint-5.6/perl
2725           +> t/lib/class-struct.t
2726           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
2727           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
2728           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
2729 ____________________________________________________________________________
2730 [  8178] By: gsar                                  on 2000/12/18  08:16:30
2731         Log: avoid redefinition warnings on windows due to sys/socket.h getting
2732              #included before win32.h
2733      Branch: maint-5.6/perl
2734            ! win32/include/sys/socket.h
2735 ____________________________________________________________________________
2736 [  8177] By: gsar                                  on 2000/12/18  05:24:04
2737         Log: make regen_headers; fix POSIX.xs problems; remove outdated
2738              code from sys/socket.h that makes build fail now
2739      Branch: maint-5.6/perl
2740            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
2741            ! pod/perlapi.pod
2742           !> win32/include/sys/socket.h
2743 ____________________________________________________________________________
2744 [  8176] By: gsar                                  on 2000/12/18  05:20:17
2745         Log: update Changes
2746      Branch: maint-5.6/perl
2747            ! Changes patchlevel.h
2748 ____________________________________________________________________________
2749 [  8175] By: gsar                                  on 2000/12/18  04:57:48
2750         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
2751              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
2752              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
2753              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
2754              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
2755              7823,7825,7838
2756      Branch: maint-5.6/perl
2757           +> lib/File/Spec/Epoc.pm
2758           !> (integrate 88 files)
2759 ____________________________________________________________________________
2760 [  8174] By: gsar                                  on 2000/12/18  03:53:09
2761         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
2762              7625..7629,7631..7634,7637,7639,7642 from mainline
2763      Branch: maint-5.6/perl
2764           +> README.solaris
2765           !> (integrate 26 files)
2766 ____________________________________________________________________________
2767 [  8173] By: gsar                                  on 2000/12/18  03:37:02
2768         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
2769              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
2770              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
2771              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
2772      Branch: maint-5.6/perl
2773           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
2774            - MAINTAIN
2775           !> (integrate 111 files)
2776 ____________________________________________________________________________
2777 [  8172] By: jhi                                   on 2000/12/18  02:49:27
2778         Log: Regen pods.
2779      Branch: perl
2780            ! pod/perlmodlib.pod pod/perltoc.pod
2781 ____________________________________________________________________________
2782 [  8171] By: gsar                                  on 2000/12/18  02:49:24
2783         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
2784              7465..7471 from mainline
2785              
2786              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
2787              in platforms that strictly require all the symbols being present
2788              at link time.
2789              
2790              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
2791              
2792              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
2793              
2794              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
2795              
2796              Subject: [PATCH] todo
2797              
2798              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
2799              
2800              Use $sort, $uniq (and $tr) consistently as wondered
2801              by Nicholas Clark.
2802              
2803              Too enthusiastic editing in #7460.
2804              
2805              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
2806              
2807              Upgrade to CPAN 1.58_55.
2808              Subject: CPAN.pm status
2809              
2810              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
2811              
2812              Make target reordering to avoid pointless re-makes.
2813              Subject: Re: Total re-make of 'make okfile' after 7451 ?
2814              
2815              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
2816              
2817              Subject: DOC PATCH 5.6.0
2818              
2819              Add the repository doc by Malcolm, Sarathy, and by Simon,
2820              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
2821      Branch: maint-5.6/perl
2822           +> Porting/repository.pod
2823           !> Configure MANIFEST Makefile.SH README.dos README.os2
2824           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
2825           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
2826           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
2827 ____________________________________________________________________________
2828 [  8169] By: gsar                                  on 2000/12/18  02:33:34
2829         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
2830              7435..7441,7445 from mainline
2831              
2832              Make the UTF-8 decoding stricter and more verbose when
2833              malformation happens.  This involved adding an argument
2834              to utf8_to_uv_chk(), which involved changing its prototype,
2835              and prefer STRLEN over I32 for the UTF-8 length, which as
2836              a domino effect necessitated changing the prototypes of
2837              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
2838              The stricter UTF-8 decoding checking uses Markus Kuhn's
2839              UTF-8 Decode Stress Tester from
2840              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
2841              
2842              Run vms/vms_yfix.pl, should have done that after changing
2843              perly.c in #7382.
2844              
2845              Subject: [PATCH 5.7.0] static linking with uninstalled perl
2846              
2847              (Replaced by #7440.)
2848              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
2849              
2850              Fix the bug ID 20001024.005, the bug introduced by #7416.
2851              
2852              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
2853              
2854              Fix the bug reported in
2855              From: andreas.koenig@anima.de (Andreas J. Koenig)
2856              Also make is_utf8_char() stricter.
2857              
2858              Missed the header file changes from #7425.
2859              
2860              Check if stdio supports tweaking lval and cnt simultaneously.
2861              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
2862              
2863              Stratus VOS updates from Paul Green.
2864              
2865              Podify README.epoc and README.vos.
2866              
2867              Add targets to Makefile.SH, most importantly
2868              'regen_all' which also remembers to update vms/perly*.
2869              
2870              Subject: Minor update to find2perl, for portability
2871              
2872              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
2873              
2874              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
2875              
2876              Rename UTF8LEN() to be UNISKIP(), too confusing to have
2877              UTF8LEN() and UTF8SKIP(). 
2878              
2879              Allow poking holes at the UTF-8 decoding strictness.
2880              
2881              Continue the internal UTF-8 API tweaking.
2882              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
2883              used much more than the simpler API, now called utf8_to_uv_simple().
2884              Still not quite happy with API, too much partial duplication
2885              of functionality.
2886              
2887              A new version of making the syslog test more robust.
2888              (Replaces #7421.)
2889              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
2890              
2891              buildtoc target tweaks.
2892              
2893              Integrate with vmsperl #7430 by Charles Bailey:
2894              
2895              Cleanup from prior patch (Charles Lane?):
2896              - improve handling of MFDs in Basename and Path
2897              - default to no xsubpp line # munging when building debug images
2898      Branch: maint-5.6/perl
2899           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2900           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
2901           !> (integrate 67 files)
2902 ____________________________________________________________________________
2903 [  8168] By: gsar                                  on 2000/12/18  02:05:49
2904         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
2905              
2906              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
2907              From: Martin Husemann <martin@duskware.de>
2908              
2909              Subject: [PATCH 5.7.0] restore match data on backtracing
2910              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2911      Branch: maint-5.6/perl
2912           !> regcomp.c regexec.c t/op/re_tests
2913 ____________________________________________________________________________
2914 [  8167] By: gsar                                  on 2000/12/18  01:55:22
2915         Log: integrate changes#7858,7986 from mainline
2916              
2917              C<foreach my $x ...> in pseudo-fork()ed process may diddle
2918              parent's memory; fix it by keeping track of the actual pad
2919              offset rather than a raw pointer (this change is probably also
2920              relevant to non-ithreads case to avoid fallout from reallocs of
2921              the pad array, but is currently only enabled for the ithreads
2922              case in the interests of minimal disruption to existing "well
2923              tested" code)
2924              
2925              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
2926              due to the notorious GetFileType() bug in Windows 9x, which fstat()
2927              tickles)
2928      Branch: maint-5.6/perl
2929           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
2930           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
2931           !> win32/win32.c win32/win32.h win32/win32sck.c
2932 ____________________________________________________________________________
2933 [  8166] By: gsar                                  on 2000/12/18  01:52:59
2934         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
2935              from mainline (xsubpp and ExtUtils::LibList fixups, various
2936              other small items)
2937      Branch: maint-5.6/perl
2938           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
2939           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
2940           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
2941           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
2942           !> win32/bin/search.pl
2943 ____________________________________________________________________________
2944 [  8165] By: gsar                                  on 2000/12/18  01:28:45
2945         Log: integrate changes#7533,7563,7611,7623 from mainline (various
2946              malloc.c embellishments)
2947      Branch: maint-5.6/perl
2948           !> malloc.c pod/perldiag.pod
2949 ____________________________________________________________________________
2950 [  8164] By: gsar                                  on 2000/12/18  01:23:33
2951         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
2952              fixups)
2953      Branch: maint-5.6/perl
2954           !> utils/h2xs.PL
2955 ____________________________________________________________________________
2956 [  8163] By: gsar                                  on 2000/12/18  01:17:50
2957         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
2958              fixups)
2959      Branch: maint-5.6/perl
2960           !> Makefile.SH utils/perlbug.PL
2961 ____________________________________________________________________________
2962 [  8162] By: gsar                                  on 2000/12/18  00:25:43
2963         Log: always export Perl_deb() (it is required by re.xs whether
2964              Perl is built with or without -DDEBUGGING)
2965      Branch: maint-5.6/perl
2966            ! makedef.pl
2967 ____________________________________________________________________________
2968 [  8161] By: gsar                                  on 2000/12/18  00:23:38
2969         Log: integrate change#7414 from mainline
2970              
2971              Undo the basename() part of #7412 since the lib/basename
2972              tests would need upgrading too.
2973              
2974              squelch two tests in tr.t that rely on tr/// paranoia change
2975              that's not in 5.6.x
2976      Branch: maint-5.6/perl
2977            ! t/op/tr.t
2978           !> lib/File/Basename.pm
2979 ____________________________________________________________________________
2980 [  8160] By: gsar                                  on 2000/12/18  00:05:30
2981         Log: missing change in previous integrate
2982      Branch: maint-5.6/perl
2983           !> README.aix
2984 ____________________________________________________________________________
2985 [  8159] By: gsar                                  on 2000/12/18  00:03:38
2986         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
2987              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
2988              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
2989              7410..7413 from mainline
2990      Branch: maint-5.6/perl
2991           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
2992           +> t/lib/tie-splice.t
2993            - lib/unicode/Is/DCinital.pl
2994           !> (integrate 112 files)
2995 ____________________________________________________________________________
2996 [  8158] By: jhi                                   on 2000/12/17  23:04:24
2997         Log: Subject: [PATCHES] RE: perl@8150 
2998              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
2999              Date: Sun, 17 Dec 2000 21:46:39 +0100
3000              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
3001              
3002              Neither cygwin has a getpwuid() one can trust on.
3003      Branch: perl
3004            ! t/lib/glob-basic.t
3005 ____________________________________________________________________________
3006 [  8157] By: jhi                                   on 2000/12/17  23:01:54
3007         Log: More MAN.PODS => {} fixes.
3008      Branch: perl
3009            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
3010            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
3011            ! os2/OS2/REXX/Makefile.PL
3012 ____________________________________________________________________________
3013 [  8156] By: gsar                                  on 2000/12/17  22:49:13
3014         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
3015              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
3016              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
3017              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
3018              7201,7204 from mainline
3019      Branch: maint-5.6/perl
3020           !> (integrate 121 files)
3021 ____________________________________________________________________________
3022 [  8155] By: jhi                                   on 2000/12/17  22:30:58
3023         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
3024              From: "Craig A. Berry" <craigberry@mac.com>
3025              Date: Sun, 17 Dec 2000 13:09:28 -0600
3026              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
3027              
3028              MAN.PODS => ' ' is naughty.
3029      Branch: perl
3030            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
3031 ____________________________________________________________________________
3032 [  8154] By: nick                                  on 2000/12/17  22:07:13
3033         Log: MULTIPLICITY nit.
3034      Branch: perl
3035            ! mg.c
3036 ____________________________________________________________________________
3037 [  8153] By: gsar                                  on 2000/12/17  21:23:05
3038         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
3039              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
3040              from mainline
3041              
3042              Document the SvIOK_.*UV().
3043              
3044              Update Unicode todo list.
3045              
3046              Guard against bad string->int conversion for quads.
3047              
3048              Subject: small apidoc fix
3049              
3050              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
3051              
3052              Subject: [PATCH] Tied filehandle documentation
3053              
3054              Subject: [PATCH] Modernize Opcode.pm documentation
3055              
3056              Make Data::Dumper (non-XS) to work with changed semantics of ref().
3057              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
3058              [applied even though said semantics didn't change in 5.6.x]
3059              
3060              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
3061              
3062              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
3063              
3064              Fix the URL, but the server is still missing in action.
3065              Subject: [ID 20000905.002] perlfaq1.pod URL error
3066              
3067              Subject: [ID 20000903.001] \w in utf8-strings
3068              
3069              Fix the ccversion detection for 5.1 and beyond.
3070              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
3071              
3072              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
3073              
3074              Subject: [ID 20000904.008] Tiny fix for perldiag
3075              
3076              Subject: Re: [ID 20000906.004] segfault with bad perl statement
3077              
3078              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
3079              
3080              Subject: [ID 20000908.002] perlipc documentation bug.
3081              
3082              Subject: [PATCH lib/Benchmark.pm]
3083              
3084              Re-allow vec() for characters > 255.
3085              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
3086              
3087              Do away with memory models cruft.  Sorry, PDP users.
3088              
3089              Continue #7041.
3090              
3091              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
3092              
3093              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
3094              
3095              Upgrade to CPAN 1.57_65, from Andreas König.
3096              
3097              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
3098              by Russ Allbery.
3099              
3100              Silence t/pod/*.t about alternate quote-mappings now implemented
3101              by Pod::Text, from Brad Appleton.
3102              
3103              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
3104              Subject: borland C++ win32.c tweak
3105              
3106              C<@a = @b = split(...)> optimization coredumps under ithreads
3107              (missed a spot when fixing up op_pmreplroot hack for ithreads)
3108              
3109              Document the SvUTF8*().
3110              
3111              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
3112              
3113              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
3114              
3115              Do in VMS as the #7054 does.
3116              
3117              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
3118              
3119              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
3120              
3121              Subject: [patch: perl@7045] vms updates
3122              
3123              Test for the #7049.
3124              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
3125              
3126              Break up the myconfig lines a bit.
3127              Subject: perlbug/perl -V output format
3128              
3129              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
3130              
3131              The #7054 truncated Configure badly.
3132              
3133              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
3134              initialization in all the threads on Windows
3135              
3136              Allow for whitespace between "#" and "line" in cpp output.
3137              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
3138              
3139              Remove vestiges of tr//CU.
3140              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
3141              
3142              The return value of setlocale must be copied away.
3143              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
3144              
3145              Allow chop() and chomp() to be overridden.
3146              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
3147              
3148              Hints optimization.
3149              Subject: Minor nit
3150              
3151              Subject: [PATCH] de-wall t/README
3152              
3153              Subject: Re: Two advertising clauses need to be removed
3154      Branch: maint-5.6/perl
3155           !> (integrate 75 files)
3156 ____________________________________________________________________________
3157 [  8152] By: gsar                                  on 2000/12/17  20:30:11
3158         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
3159              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
3160              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
3161              
3162              Don't attach -ld to the archname if pointless.
3163              
3164              Document UNTIE in a very minimalistic way.
3165              
3166              POSIX doesn't report long double values under -Duselongdouble
3167              when the long doubles are "real" (bigger than doubles).
3168              
3169              More author updates.
3170              
3171              Try to deduce NV_MAX.  Really should be Configure fodder.
3172              
3173              :: not allowed in pathnames, change to .
3174              Subject: [PATCH perl@6938] cygwin port
3175              
3176              Forget about NV_MAX (#6951).  Various floating point tweaks,
3177              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
3178              
3179              Move the Solaris 7 scan to use64bitall, make the
3180              failure to find 64-bot sparc libc to mention the
3181              possibility of being in an intel, from Lupe and Alan.
3182              
3183              Regen perltoc.
3184              
3185              AUTHORS tweaks, from Peter Prymmer.
3186              
3187              More address tweaking.
3188              
3189              Small tweaks all over.
3190              
3191              File::Temp patches from Andreas König,
3192              
3193              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
3194              
3195              Subject: CPAN.pm beta 1.57_57 for the core
3196              
3197              Part of the solution.
3198              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
3199              
3200              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
3201              
3202              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
3203              
3204              Add the overload warnings to perldiag.
3205              
3206              Drop unused argument.
3207              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
3208              
3209              Subject: Nit in Configure (bleadperl@6961)
3210              
3211              Update to PodParser 1.18, from Brad Appleton.
3212              
3213              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
3214              
3215              Subject: [PATCH: 6948] add SCNfldbl to configure.com
3216              
3217              Document UNTIE. Also tweak implementation to suppress the 'inner references'
3218              warning when UNTIE exists and instead pass the cound of extra references to
3219              the UNTIE method.
3220              
3221              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
3222              so that case-ignoring systems like DCL can tell them from
3223              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
3224              
3225              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
3226              
3227              Feature ordering tweak.
3228              
3229              Regen perltoc.
3230              
3231              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
3232              
3233              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
3234              
3235              Subject: http:// in L<>
3236              
3237              Detypo.
3238              
3239              change#6791 accidentally clobbered change#6710, put it back
3240              
3241              Only the first line, thank you very much.
3242              
3243              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
3244              plus rework the http: spots as suggested by Tom Christiansen,
3245              plus regen perltoc.
3246              
3247              Undo part of change 6489 which looks like a bulk edit which
3248              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
3249              The supressing of main:: on return from select() is undesirable.
3250              
3251              Apparently avoiding the swapping is too costly.
3252              
3253              Various Configure nits by Philip Newton,
3254              plus the ebcdic one by me.
3255              
3256              Make certain cc is set before trying to run it.
3257              
3258              If overloaded %{} etc. return the object do not loop.
3259              Thus  sub deref { $_[0] } functions if object is wanted type.
3260              
3261              Update perlhist.
3262              
3263              More %{} and other deref special casing - do not pass to 'nomethod'.
3264      Branch: maint-5.6/perl
3265           !> (integrate 59 files)
3266 ____________________________________________________________________________
3267 [  8151] By: gsar                                  on 2000/12/17  19:14:38
3268         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
3269              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
3270              
3271              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
3272              
3273              Make the epsilon to be relative, not absolute.
3274              
3275              Put back the flags dump as reasoned in
3276              Subject: Re: [PATCH] Glob dumping
3277              
3278              Introduce ccname to keep track of what compiler kind of we have.
3279              
3280              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
3281              
3282              Put back the slice accidentally removed by #6907.
3283              
3284              Reset archname and archname64 always, forcing them be
3285              recomputed at each Configure run, make Configure and
3286              the hints files agree on the naming of largefiles variables.
3287              
3288              Don't say "Perl 5.0 source kit".
3289              
3290              Subject: [PATCH] fix misc cast warnings
3291              
3292              Subject: typos in pods
3293              
3294              NVs not necessarily doubles, as pointed out by Yitzchak.
3295              
3296              Subject: [PATCH 6889] add a few ldbl formats to configure.com
3297              
3298              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
3299              
3300              Better options for rsync.
3301              
3302              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
3303              
3304              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
3305              
3306              Subject: [PATCH] Re: UNTIE method 
3307              
3308              A better fix for the Socket building problem from Craig Berry.
3309              
3310              Retract the dummy test, skip the security tests (instead of failing),
3311              explain what the warnings mean.
3312              
3313              Heap decorruption.
3314              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
3315              
3316              Update to Unicode 3.0.1.
3317              
3318              Missed one Unicode file.
3319              
3320              Subject: Re: typos in pods
3321              
3322              The #6929 was too skimpy.
3323              
3324              sscanf() may be the only way to read long doubles from strings.
3325              
3326              Reveal Borland's isnan.
3327              Subject: build with BC++ tweak
3328              
3329              Issue useful diagnostic on unknown pod commands.
3330              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
3331              
3332              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
3333              
3334              Clarify the third case of ftmp-security warnings.
3335              
3336              Make -Dusemorebits find long doubles in Solaris.
3337              
3338              Wrap the test in eval.
3339      Branch: maint-5.6/perl
3340           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
3341           +> lib/unicode/PropList.txt lib/unicode/README.perl
3342           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
3343           +> lib/unicode/Unicode.301 vms/vmspipe.com
3344            - lib/unicode/Props.txt lib/unicode/UCD300.html
3345            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
3346           !> (integrate 305 files)
3347 ____________________________________________________________________________
3348 [  8150] By: jhi                                   on 2000/12/17  18:47:57
3349         Log: Uncheckedin generated files.
3350      Branch: perl
3351            ! global.sym perlapi.c pod/perlapi.pod
3352 ____________________________________________________________________________
3353 [  8149] By: jhi                                   on 2000/12/17  18:41:22
3354         Log: Update Changes.
3355      Branch: perl
3356            ! Changes patchlevel.h
3357 ____________________________________________________________________________
3358 [  8148] By: jhi                                   on 2000/12/17  18:39:16
3359         Log: Subject: [PATCH] Fcntl constants speedup
3360              From: Nicholas Clark <nick@ccl4.org>
3361              Date: Sun, 17 Dec 2000 16:29:24 +0000
3362              Message-ID: <20001217162924.E97668@plum.flirble.org>
3363              
3364              Use IVs for the Fcntl constants instead of NVs.
3365      Branch: perl
3366            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
3367 ____________________________________________________________________________
3368 [  8147] By: jhi                                   on 2000/12/17  18:33:41
3369         Log: Add test for #8145 (binmode() warning), add warning for
3370              ioctl() and sockpair(), document them. (fileno() cannot
3371              be tripwired with the same kind of warning because
3372              'defined fileno($foo)' seems to be an idiom.)
3373      Branch: perl
3374            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
3375 ____________________________________________________________________________
3376 [  8146] By: gsar                                  on 2000/12/17  18:09:08
3377         Log: update Changes
3378      Branch: maint-5.6/perl
3379            ! Changes
3380 ____________________________________________________________________________
3381 [  8145] By: jhi                                   on 2000/12/17  17:39:35
3382         Log: Subject: [PATCH] Re: The long awaited feature ...
3383              From: Simon Cozens <simon@cozens.net>
3384              Date: Sun, 17 Dec 2000 12:31:56 +0000
3385              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
3386              
3387              Add a warning to binmode() about using bad filehandles
3388              (can happen e.g. if someone forgets the filehandle argument)
3389      Branch: perl
3390            ! pp_sys.c
3391 ____________________________________________________________________________
3392 [  8144] By: jhi                                   on 2000/12/17  17:33:48
3393         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
3394              From: Jonathan Stowe <gellyfish@gellyfish.com>
3395              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
3396              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
3397      Branch: perl
3398            ! lib/Net/Ping.pm
3399 ____________________________________________________________________________
3400 [  8143] By: jhi                                   on 2000/12/17  05:31:37
3401         Log: Polymorphic regexps.
3402              
3403              Fixes at least the bugs 20001028.003 (both of them...) and
3404              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
3405              also to be fixed by now, probably already before this patch.
3406      Branch: perl
3407            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
3408            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
3409            ! t/op/utf8decode.t t/pragma/utf8.t
3410 ____________________________________________________________________________
3411 [  8142] By: jhi                                   on 2000/12/16  17:16:05
3412         Log: Subject: [patch perl@8102] dos/djgpp update
3413              From: Laszlo Molnar <ml1050@freemail.hu>
3414              Date: Sat, 16 Dec 2000 01:40:52 +0100
3415              Message-ID: <20001216014052.A335@freemail.hu>
3416      Branch: perl
3417            ! djgpp/config.over t/base/commonsense.t
3418 ____________________________________________________________________________
3419 [  8141] By: jhi                                   on 2000/12/16  17:09:27
3420         Log: Few uncheckedin files.
3421      Branch: perl
3422            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
3423 ____________________________________________________________________________
3424 [  8140] By: nick                                  on 2000/12/15  22:14:31
3425         Log: Integrate mainline
3426      Branch: perlio
3427           !> (integrate 53 files)
3428 ____________________________________________________________________________
3429 [  8139] By: jhi                                   on 2000/12/15  19:49:49
3430         Log: One more IVUV tweak from Nicholas Clark.
3431      Branch: perl
3432            ! sv.c
3433 ____________________________________________________________________________
3434 [  8138] By: jhi                                   on 2000/12/15  19:17:06
3435         Log: Return of the IVUV-preservation, now seems to be happy even
3436              in Digital UNIX (the broken strtoul brokenness detection
3437              seems to have been the fly in the ointment).
3438      Branch: perl
3439            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3440            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
3441            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
3442            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
3443            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3444            ! vos/config.ga.h win32/config.bc win32/config.gc
3445            ! win32/config.vc
3446 ____________________________________________________________________________
3447 [  8137] By: jhi                                   on 2000/12/15  18:12:14
3448         Log: Metaconfig unit change for #8136.
3449      Branch: metaconfig
3450            ! U/modified/d_strtoul.U
3451      Branch: metaconfig/U/perl
3452            ! d_strtoull.U d_strtouq.U
3453 ____________________________________________________________________________
3454 [  8136] By: jhi                                   on 2000/12/15  18:11:35
3455         Log: I don't think it's sensible or portable to test the strtou*
3456              on /^-/ strings.
3457      Branch: perl
3458            ! Configure
3459 ____________________________________________________________________________
3460 [  8135] By: jhi                                   on 2000/12/15  17:18:49
3461         Log: Metaconfig unit change for #8134.
3462      Branch: metaconfig
3463            ! U/modified/d_strtoul.U
3464 ____________________________________________________________________________
3465 [  8134] By: jhi                                   on 2000/12/15  17:14:13
3466         Log: If longsize is 8 we don't need a LL suffix for integer constants.
3467      Branch: perl
3468            ! Configure config_h.SH
3469 ____________________________________________________________________________
3470 [  8133] By: jhi                                   on 2000/12/15  16:00:23
3471         Log: Update Changes.
3472      Branch: perl
3473            ! Changes patchlevel.h
3474 ____________________________________________________________________________
3475 [  8132] By: jhi                                   on 2000/12/15  15:44:16
3476         Log: Some compilers get huffy if you do not cast a const pointer
3477              to a non-const when assigning.
3478      Branch: perl
3479            ! gv.c
3480 ____________________________________________________________________________
3481 [  8131] By: jhi                                   on 2000/12/15  15:38:30
3482         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
3483              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3484              Date: Fri, 15 Dec 2000 05:26:57 -0500
3485              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
3486      Branch: perl
3487            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
3488            ! t/pragma/overload.t
3489 ____________________________________________________________________________
3490 [  8130] By: jhi                                   on 2000/12/15  15:36:08
3491         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
3492              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3493              Date: Thu, 14 Dec 2000 22:02:43 -0500
3494              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
3495      Branch: perl
3496            ! gv.c perl.h
3497 ____________________________________________________________________________
3498 [  8129] By: jhi                                   on 2000/12/15  15:34:16
3499         Log: Subject: PATCH: h2xs nit
3500              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3501              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
3502              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
3503              
3504              Add a template README.
3505      Branch: perl
3506            ! utils/h2xs.PL
3507 ____________________________________________________________________________
3508 [  8128] By: jhi                                   on 2000/12/15  15:32:22
3509         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
3510      Branch: perl
3511            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
3512 ____________________________________________________________________________
3513 [  8127] By: jhi                                   on 2000/12/15  15:19:34
3514         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
3515              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3516              Date:     Thu, 14 Dec 2000 20:04:42 EST
3517              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
3518      Branch: perl
3519            ! ext/Opcode/Opcode.xs
3520 ____________________________________________________________________________
3521 [  8126] By: jhi                                   on 2000/12/15  15:17:49
3522         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
3523              From: Peter Prymmer <pvhp@forte.com>
3524              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
3525              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
3526      Branch: perl
3527            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
3528            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
3529            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
3530 ____________________________________________________________________________
3531 [  8125] By: jhi                                   on 2000/12/15  15:11:05
3532         Log: This seems to be a stage sane and stable enough to checkin.
3533              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
3534      Branch: perl
3535            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
3536            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
3537            ! t/op/cmp.t t/op/numconvert.t
3538 ____________________________________________________________________________
3539 [  8124] By: jhi                                   on 2000/12/15  04:20:26
3540         Log: Something is really wonky.
3541      Branch: perl
3542            ! sv.c
3543 ____________________________________________________________________________
3544 [  8123] By: jhi                                   on 2000/12/15  04:00:50
3545         Log: Fixes for the IV UV patches to compile in Digital UNIX.
3546      Branch: perl
3547            ! sv.c
3548 ____________________________________________________________________________
3549 [  8122] By: jhi                                   on 2000/12/15  02:53:40
3550         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
3551              From: "Craig A. Berry" <craigberry@mac.com>
3552              Date: Thu, 14 Dec 2000 19:10:49 -0600
3553              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
3554      Branch: perl
3555            ! vms/vms.c
3556 ____________________________________________________________________________
3557 [  8121] By: jhi                                   on 2000/12/15  02:50:00
3558         Log: Metaconfig changes for #8120.
3559      Branch: metaconfig
3560            + U/modified/d_strtoul.U
3561      Branch: metaconfig/U/perl
3562            ! d_strtoull.U d_strtouq.U
3563 ____________________________________________________________________________
3564 [  8120] By: jhi                                   on 2000/12/15  02:49:42
3565         Log: From: Nicholas Clark <nick@ccl4.org> 
3566              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
3567              Date: Thu, 14 Dec 2000 18:38:57 +0000
3568              Message-ID: <20001214183857.B97909@plum.flirble.org>
3569      Branch: perl
3570            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3571            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
3572            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
3573            ! vos/config.ga.def vos/config.ga.h win32/config.bc
3574            ! win32/config.gc win32/config.vc
3575 ____________________________________________________________________________
3576 [  8119] By: jhi                                   on 2000/12/14  23:40:58
3577         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
3578              From: Nicholas Clark <nick@ccl4.org>
3579              Date: Wed, 13 Dec 2000 20:08:50 +0000
3580              Message-ID: <20001213200849.B71166@plum.flirble.org>
3581      Branch: perl
3582            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
3583            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
3584 ____________________________________________________________________________
3585 [  8118] By: jhi                                   on 2000/12/14  22:46:26
3586         Log: Integrate perlio.
3587      Branch: perl
3588           !> MANIFEST ext/Encode/compile makedef.pl
3589 ____________________________________________________________________________
3590 [  8117] By: nick                                  on 2000/12/14  22:38:53
3591         Log: Win32 tweaks to get Encode to build
3592              - temp hack to makedef.pl till PerlIO is properly "exported".
3593              - MSVC dislikes  
3594              static encpage_t foo[];
3595              so make 'em extern for now.
3596      Branch: perlio
3597            ! ext/Encode/compile makedef.pl
3598 ____________________________________________________________________________
3599 [  8116] By: nick                                  on 2000/12/14  22:00:53
3600         Log: Document the new files
3601      Branch: perlio
3602            ! MANIFEST
3603 ____________________________________________________________________________
3604 [  8115] By: jhi                                   on 2000/12/14  21:58:01
3605         Log: MANIFEST new files of #8114.
3606      Branch: perl
3607            ! MANIFEST
3608 ____________________________________________________________________________
3609 [  8114] By: jhi                                   on 2000/12/14  21:50:49
3610         Log: Integrate perlio.
3611      Branch: perl
3612           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
3613           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
3614           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
3615           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
3616           !> ext/Encode/Makefile.PL
3617 ____________________________________________________________________________
3618 [  8113] By: jhi                                   on 2000/12/14  21:48:49
3619         Log: The documentation part of the
3620              
3621              Subject: [ID 20001214.002] Net::Ping patch
3622              From: Jonathan Stowe <gellyfish@gellyfish.com>
3623              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
3624              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
3625              since the #7529 had already addressed the same problem.
3626      Branch: perl
3627            ! lib/Net/Ping.pm
3628 ____________________________________________________________________________
3629 [  8112] By: jhi                                   on 2000/12/14  21:42:57
3630         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
3631              From: Dominic Dunlop <domo@computer.org>
3632              Date: Tue, 12 Dec 2000 10:47:10 +0100
3633              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
3634              
3635              Document how elusive subroutines can be.
3636      Branch: perl
3637            ! pod/perlfunc.pod
3638 ____________________________________________________________________________
3639 [  8111] By: jhi                                   on 2000/12/14  21:38:05
3640         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
3641              From: Dominic Dunlop <domo@computer.org>
3642              Date: Thu, 14 Dec 2000 10:13:51 +0100
3643              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
3644      Branch: perl
3645            ! ext/POSIX/POSIX.pod
3646 ____________________________________________________________________________
3647 [  8110] By: jhi                                   on 2000/12/14  21:36:32
3648         Log: Subject: [patch] perlfaq7
3649              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
3650              Date: Thu, 14 Dec 2000 15:31:07 +0100
3651              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
3652      Branch: perl
3653            ! pod/perlfaq7.pod
3654 ____________________________________________________________________________
3655 [  8109] By: jhi                                   on 2000/12/14  21:29:20
3656         Log: Subject: [8104] Encode
3657              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3658              Date: Thu, 14 Dec 2000 14:49:34 +0100
3659              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
3660              
3661              Type casting for nervous compilers.
3662      Branch: perl
3663            ! ext/Encode/Encode.xs
3664 ____________________________________________________________________________
3665 [  8108] By: jhi                                   on 2000/12/14  21:26:17
3666         Log: Subject: [8104] DB_File
3667              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3668              Date: Thu, 14 Dec 2000 14:49:35 +0100
3669              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
3670              
3671              Type definition incorrect for DB 2.7.7.  Not known when it
3672              changed, so only changed it for a known revision.
3673      Branch: perl
3674            ! ext/DB_File/DB_File.xs
3675 ____________________________________________________________________________
3676 [  8107] By: jhi                                   on 2000/12/14  21:23:41
3677         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
3678              From: Peter Prymmer <pvhp@forte.com>
3679              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
3680              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
3681              
3682              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
3683      Branch: perl
3684            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
3685            ! ext/Encode/Encode/posix-bc.enc
3686 ____________________________________________________________________________
3687 [  8106] By: nick                                  on 2000/12/14  20:36:13
3688         Log: "Cold" build correction to Encode's Makefile.PL
3689      Branch: perlio
3690            ! ext/Encode/Makefile.PL
3691 ____________________________________________________________________________
3692 [  8105] By: nick                                  on 2000/12/14  20:09:37
3693         Log: "Compiled" encodings.
3694              Correct replacement character in EBCDIC .enc files
3695              Add 0x7F to ASCII repertoire.
3696      Branch: perlio
3697            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3698            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
3699            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
3700            ! ext/Encode/Makefile.PL ext/Encode/compile
3701            ! ext/Encode/encengine.c ext/Encode/encode.h
3702 ____________________________________________________________________________
3703 [  8104] By: nick                                  on 2000/12/14  00:38:20
3704         Log: Integrate mainline
3705      Branch: perlio
3706           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
3707           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
3708           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
3709           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
3710           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
3711           !> t/lib/db-hash.t t/lib/db-recno.t
3712 ____________________________________________________________________________
3713 [  8103] By: nick                                  on 2000/12/13  23:16:13
3714         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
3715              so far and so it does not get lost.
3716      Branch: perlio
3717            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
3718 ____________________________________________________________________________
3719 [  8102] By: jhi                                   on 2000/12/13  17:14:22
3720         Log: Update Changes.
3721      Branch: perl
3722            ! Changes patchlevel.h
3723 ____________________________________________________________________________
3724 [  8101] By: jhi                                   on 2000/12/13  16:53:41
3725         Log: Move the proto of start_glob() to a better place; regen api files.
3726      Branch: perl
3727            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
3728 ____________________________________________________________________________
3729 [  8100] By: jhi                                   on 2000/12/13  16:47:11
3730         Log: Metaconfig change for #8099.
3731      Branch: metaconfig
3732            ! U/modified/Head.U
3733 ____________________________________________________________________________
3734 [  8099] By: jhi                                   on 2000/12/13  16:46:48
3735         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
3736              From: Andy Dougherty <doughera@lafayette.edu>
3737              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
3738              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
3739      Branch: perl
3740            ! Configure
3741 ____________________________________________________________________________
3742 [  8098] By: jhi                                   on 2000/12/13  16:39:02
3743         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
3744              From: rspier@pobox.com (Robert Spier)
3745              Date: Tue, 12 Dec 2000 21:12:39 -0500
3746              Message-ID: <14902.56087.678086.725773@rls.cx>
3747              
3748              fastgetcwd is defined using a glob alias on a $^O dependent basis -
3749              and there was no default assignment or perl subroutine.
3750      Branch: perl
3751            ! lib/Cwd.pm
3752 ____________________________________________________________________________
3753 [  8097] By: jhi                                   on 2000/12/13  16:16:01
3754         Log: Subject: [PATCH] move startglob out of pp_hot.c
3755              From: Nicholas Clark <nick@ccl4.org>
3756              Date: Mon, 11 Dec 2000 23:16:39 +0000
3757              Message-ID: <20001211231638.A55550@plum.flirble.org>
3758      Branch: perl
3759            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
3760 ____________________________________________________________________________
3761 [  8096] By: jhi                                   on 2000/12/13  15:26:23
3762         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
3763              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
3764              Date: Wed, 13 Dec 2000 14:01:37 +0100
3765              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
3766              
3767              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
3768              in turn requires libpthread in libswanted.
3769      Branch: perl
3770            ! hints/hpux.sh
3771 ____________________________________________________________________________
3772 [  8095] By: jhi                                   on 2000/12/12  19:51:05
3773         Log: The integration wars continue.
3774      Branch: perl
3775           !> sv.c
3776 ____________________________________________________________________________
3777 [  8094] By: jhi                                   on 2000/12/12  19:48:26
3778         Log: Subject: [PATCH perl@8070] DB_File-1.74  
3779              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
3780              Date: Mon, 11 Dec 2000 23:07:17 -0000
3781              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
3782      Branch: perl
3783            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3784            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
3785            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
3786            ! t/lib/db-recno.t
3787 ____________________________________________________________________________
3788 [  8093] By: nick                                  on 2000/12/12  19:42:13
3789         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
3790      Branch: perlio
3791            ! sv.c
3792           !> lib/File/DosGlob.pm
3793 ____________________________________________________________________________
3794 [  8092] By: jhi                                   on 2000/12/12  19:28:11
3795         Log: Integrate perlio.
3796      Branch: perl
3797           !> sv.c
3798 ____________________________________________________________________________
3799 [  8091] By: nick                                  on 2000/12/12  18:49:45
3800         Log: Fix for Tk, and upgrading shared SVs.
3801      Branch: perlio
3802            ! sv.c
3803 ____________________________________________________________________________
3804 [  8090] By: jhi                                   on 2000/12/12  16:48:59
3805         Log: Subject: [PATCH] Re: Breadperl & Tk
3806              From: Nick Ing-Simmons <nik@tiuk.ti.com>
3807              Date: Tue, 12 Dec 2000 14:48:27 GMT
3808              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
3809      Branch: perl
3810            ! sv.c
3811 ____________________________________________________________________________
3812 [  8089] By: jhi                                   on 2000/12/12  03:37:19
3813         Log: Subject: DosGlob.pm diff for bash style brace expansion.
3814              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
3815              Date: Fri, 8 Dec 2000 10:45:30 -0600
3816              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
3817      Branch: perl
3818            ! lib/File/DosGlob.pm
3819 ____________________________________________________________________________
3820 [  8088] By: nick                                  on 2000/12/11  23:59:59
3821         Log: Integrate mainline
3822      Branch: perlio
3823           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
3824           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
3825           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
3826           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
3827           !> t/op/local.t t/pragma/warn/toke toke.c
3828 ____________________________________________________________________________
3829 [  8087] By: jhi                                   on 2000/12/11  23:20:23
3830         Log: Integrate perlio.
3831      Branch: perl
3832           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3833 ____________________________________________________________________________
3834 [  8086] By: jhi                                   on 2000/12/11  22:50:59
3835         Log: Tune further the OS detection of CGI.
3836      Branch: perl
3837            ! lib/CGI.pm
3838 ____________________________________________________________________________
3839 [  8085] By: nick                                  on 2000/12/11  22:50:46
3840         Log: Finish 1st pass of "encoding" layer e.g. :
3841              open($fh,"<encoding(iso8859-7)",$greek) || die;
3842      Branch: perlio
3843            ! ext/Encode/Encode.xs perlio.c perliol.h
3844 ____________________________________________________________________________
3845 [  8084] By: jhi                                   on 2000/12/11  22:32:06
3846         Log: Revert the -f ambiguousity patch, seems to cause
3847              too much hassle (the interpret -Q as a function
3848              where Q is not a known filetest part is left in).
3849      Branch: perl
3850            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
3851            ! toke.c
3852 ____________________________________________________________________________
3853 [  8083] By: jhi                                   on 2000/12/11  22:27:23
3854         Log: (accidentally empty check-in)
3855      Branch: perl
3856            ! lib/File/DosGlob.pm
3857 ____________________________________________________________________________
3858 [  8082] By: nick                                  on 2000/12/11  19:09:51
3859         Log: Restore mmap function (broken by tweaks to shared buffer
3860              layer for encode(xxxx)).
3861      Branch: perlio
3862            ! perlio.c
3863 ____________________________________________________________________________
3864 [  8081] By: jhi                                   on 2000/12/11  18:29:13
3865         Log: Subject: Re: The long awaited feature ...
3866              From: Simon Cozens <simon@cozens.net>
3867              Date: Mon, 11 Dec 2000 15:54:24 +0000
3868              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
3869              
3870              More io/utf8 tests.
3871      Branch: perl
3872            ! t/io/utf8.t
3873 ____________________________________________________________________________
3874 [  8080] By: jhi                                   on 2000/12/11  18:19:36
3875         Log: Subject: PATCH MakeMaker manpage clarification
3876              From: andreas.koenig@anima.de (Andreas J. Koenig)
3877              Date: 10 Dec 2000 20:46:13 +0100
3878              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
3879      Branch: perl
3880            ! lib/ExtUtils/MakeMaker.pm
3881 ____________________________________________________________________________
3882 [  8079] By: jhi                                   on 2000/12/11  15:35:07
3883         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
3884              From: Simon Cozens <simon@cozens.net>
3885              Date: Sun, 10 Dec 2000 19:06:19 +0000
3886              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
3887      Branch: perl
3888            ! ext/B/B/Deparse.pm t/lib/b.t
3889 ____________________________________________________________________________
3890 [  8078] By: jhi                                   on 2000/12/11  15:09:11
3891         Log: Subject: [PATCH] docs on NaN
3892              From: Nicholas Clark <nick@ccl4.org>
3893              Date: Mon, 11 Dec 2000 01:48:38 +0000
3894              Message-ID: <20001211014838.B99205@plum.flirble.org>
3895      Branch: perl
3896            ! pod/perlop.pod
3897 ____________________________________________________________________________
3898 [  8077] By: jhi                                   on 2000/12/11  15:02:21
3899         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
3900              From: Simon Cozens <simon@cozens.net>
3901              Date: Mon, 11 Dec 2000 01:21:45 +0000
3902              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
3903      Branch: perl
3904            ! pp.c pp_hot.c scope.c t/op/local.t
3905 ____________________________________________________________________________
3906 [  8076] By: nick                                  on 2000/12/10  20:43:32
3907         Log: Not merge worthy...
3908              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
3909              syntax is modelled on attributes.
3910              Untested fix for io/utf8 on Win32 etc.
3911              Very clumsy start to the encode layer.
3912      Branch: perlio
3913            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3914 ____________________________________________________________________________
3915 [  8075] By: jhi                                   on 2000/12/10  18:39:33
3916         Log: Darwin is not Windows.
3917      Branch: perl
3918            ! lib/CGI.pm
3919 ____________________________________________________________________________
3920 [  8074] By: jhi                                   on 2000/12/10  18:31:27
3921         Log: Subject: Ambiguous -%c() resolved as a file test
3922              From: "Paul Marquess" <Paul.Marquess@openwave.com>
3923              Date: Sun, 10 Dec 2000 15:35:07 -0000
3924              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
3925      Branch: perl
3926            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
3927 ____________________________________________________________________________
3928 [  8073] By: jhi                                   on 2000/12/10  18:16:29
3929         Log: Subject: PATCH installperl misinformed 
3930              From: andreas.koenig@anima.de (Andreas J. Koenig)
3931              Date: 10 Dec 2000 13:01:32 +0100 
3932              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
3933      Branch: perl
3934            ! installperl
3935 ____________________________________________________________________________
3936 [  8072] By: jhi                                   on 2000/12/10  18:07:55
3937         Log: The walkoptree confusion rages; walkoptree() seems to be coming
3938              from B.xs, while walkoptree_slow() comes from B.pm.
3939      Branch: perl
3940            ! ext/B/B.pm
3941 ____________________________________________________________________________
3942 [  8071] By: nick                                  on 2000/12/10  11:45:47
3943         Log: Integrate mainline
3944      Branch: perlio
3945           +> t/base/commonsense.t
3946           !> (integrate 37 files)
3947 ____________________________________________________________________________
3948 [  8070] By: jhi                                   on 2000/12/10  04:46:21
3949         Log: Update Changes.
3950      Branch: perl
3951            ! Changes patchlevel.h
3952 ____________________________________________________________________________
3953 [  8069] By: jhi                                   on 2000/12/10  04:39:19
3954         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
3955              From: andreas.koenig@anima.de (Andreas J. Koenig)
3956              Date: 09 Dec 2000 17:14:25 +0100
3957              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
3958      Branch: perl
3959            + t/base/commonsense.t
3960            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
3961 ____________________________________________________________________________
3962 [  8068] By: jhi                                   on 2000/12/10  04:17:36
3963         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
3964              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3965              Date: Sat, 9 Dec 2000 16:47:22 -0000
3966              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
3967      Branch: perl
3968            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
3969            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
3970            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
3971            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
3972            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
3973            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
3974            ! t/lib/sdbm.t
3975 ____________________________________________________________________________
3976 [  8067] By: jhi                                   on 2000/12/10  03:52:02
3977         Log: Test case for #8066.
3978      Branch: perl
3979            ! t/op/misc.t
3980 ____________________________________________________________________________
3981 [  8066] By: jhi                                   on 2000/12/10  03:50:30
3982         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
3983              From: Simon Cozens <simon@cozens.net>
3984              Date: Sun, 10 Dec 2000 00:55:37 +0000
3985              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
3986      Branch: perl
3987            ! pp_sys.c
3988 ____________________________________________________________________________
3989 [  8065] By: jhi                                   on 2000/12/10  03:44:52
3990         Log: Test case for #8064.
3991      Branch: perl
3992            ! t/comp/proto.t
3993 ____________________________________________________________________________
3994 [  8064] By: jhi                                   on 2000/12/10  03:42:32
3995         Log: Subject: Re: prototype of substr
3996              From: Simon Cozens <simon@cozens.net>
3997              Date: Sun, 10 Dec 2000 00:13:33 +0000
3998              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
3999              
4000              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
4001      Branch: perl
4002            ! pp.c
4003 ____________________________________________________________________________
4004 [  8063] By: jhi                                   on 2000/12/10  03:39:42
4005         Log: Subject: [PATCH] perlguts.pod
4006              From: Simon Cozens <simon@cozens.net>
4007              Date: Sun, 10 Dec 2000 00:06:47 +0000
4008              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
4009              
4010              Documentation of the different types of ops,
4011              plus the functions in dump.c
4012      Branch: perl
4013            ! pod/perlguts.pod
4014 ____________________________________________________________________________
4015 [  8062] By: jhi                                   on 2000/12/10  03:30:04
4016         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
4017              From: Nicholas Clark <nick@talking.bollo.cx>
4018              Date: Sat, 09 Dec 2000 18:57:25 +0000
4019              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
4020              
4021              Be more robust in weird hostname setups.
4022      Branch: perl
4023            ! t/lib/net-hostent.t
4024 ____________________________________________________________________________
4025 [  8061] By: jhi                                   on 2000/12/10  03:28:21
4026         Log: Pacify fussy compiler. 
4027      Branch: perl
4028            ! pp_sys.c
4029 ____________________________________________________________________________
4030 [  8060] By: jhi                                   on 2000/12/10  02:52:46
4031         Log: Integrate perlio.
4032      Branch: perl
4033           !> pp_sys.c t/io/utf8.t
4034 ____________________________________________________________________________
4035 [  8059] By: nick                                  on 2000/12/09  23:40:14
4036         Log: read/sysread/recv should now be utf8 aware.
4037              Basic test for utf8 read.
4038      Branch: perlio
4039            ! pp_sys.c t/io/utf8.t
4040 ____________________________________________________________________________
4041 [  8058] By: jhi                                   on 2000/12/09  21:56:02
4042         Log: Integrate perlio.
4043      Branch: perl
4044           +> t/io/utf8.t
4045           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
4046 ____________________________________________________________________________
4047 [  8057] By: jhi                                   on 2000/12/09  21:53:35
4048         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
4049              From: Inaba Hiroto <inaba@st.rim.or.jp>
4050              Date: Sun, 10 Dec 2000 05:53:21 +0900
4051              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
4052              
4053              Tests for #8056.
4054      Branch: perl
4055            ! t/op/each.t
4056 ____________________________________________________________________________
4057 [  8056] By: jhi                                   on 2000/12/09  21:51:16
4058         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
4059              From: Inaba Hiroto <inaba@st.rim.or.jp>
4060              Date: Sat, 09 Dec 2000 18:02:00 +0900
4061              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
4062              
4063              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
4064      Branch: perl
4065            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
4066 ____________________________________________________________________________
4067 [  8055] By: nick                                  on 2000/12/09  20:11:48
4068         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
4069              than raw PerlIO_write() - does not seem to break any tests.
4070      Branch: perlio
4071            ! pp_sys.c
4072 ____________________________________________________________________________
4073 [  8054] By: nick                                  on 2000/12/09  19:47:30
4074         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
4075              (sysread, recv and write i.e. formats still to do...)
4076              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
4077              open($fh,">:utf8","name")
4078              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
4079              so no extra overhead is involved.
4080              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
4081              to a non-utf8 stream.
4082              Add initial io/utf8.t
4083              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
4084              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
4085              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
4086      Branch: perlio
4087            + t/io/utf8.t
4088            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
4089 ____________________________________________________________________________
4090 [  8053] By: nick                                  on 2000/12/09  19:26:37
4091         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
4092              was only testing this_utf8.
4093      Branch: perlio
4094            ! toke.c
4095 ____________________________________________________________________________
4096 [  8052] By: nick                                  on 2000/12/09  19:09:41
4097         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
4098              i.e. the output string has one, but don't mess with source assumption.
4099      Branch: perlio
4100            ! toke.c
4101 ____________________________________________________________________________
4102 [  8051] By: jhi                                   on 2000/12/09  16:55:17
4103         Log: Integrate perlio.
4104      Branch: perl
4105           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
4106           !> sv.c thrdvar.h util.c
4107 ____________________________________________________________________________
4108 [  8050] By: jhi                                   on 2000/12/09  16:48:07
4109         Log: Nits noticed by Peter Prymmer.
4110      Branch: perl
4111            ! lib/ExtUtils/MM_VMS.pm
4112 ____________________________________________________________________________
4113 [  8049] By: nick                                  on 2000/12/09  13:49:40
4114         Log: UTF8 output prework.
4115              - Store $\ and $, as SVs so they can have SvUTF8 flag
4116              - use do_print() rather than raw PerlIO_write() to print them.
4117      Branch: perlio
4118            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
4119            ! thrdvar.h util.c
4120 ____________________________________________________________________________
4121 [  8048] By: nick                                  on 2000/12/09  12:30:43
4122         Log: Integrate mainline.
4123      Branch: perlio
4124           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
4125           +> t/op/reverse.t
4126           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
4127           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
4128           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
4129           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
4130           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
4131           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
4132 ____________________________________________________________________________
4133 [  8047] By: jhi                                   on 2000/12/09  00:23:27
4134         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
4135              From: Michael G Schwern <schwern@pobox.com>
4136              Date: Fri, 8 Dec 2000 14:43:04 -0600
4137      Branch: perl
4138            ! lib/ExtUtils/MM_VMS.pm
4139 ____________________________________________________________________________
4140 [  8046] By: jhi                                   on 2000/12/08  23:10:27
4141         Log: A missed check-in.
4142      Branch: perl
4143            ! lib/ExtUtils/Manifest.pm
4144 ____________________________________________________________________________
4145 [  8045] By: jhi                                   on 2000/12/08  21:57:12
4146         Log: (null check-in)
4147      Branch: perl
4148            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
4149 ____________________________________________________________________________
4150 [  8044] By: jhi                                   on 2000/12/08  21:11:06
4151         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
4152              at the final draft stage.
4153      Branch: perl
4154            + ext/Encode/Encode/iso8859-16.enc
4155            ! MANIFEST
4156 ____________________________________________________________________________
4157 [  8043] By: jhi                                   on 2000/12/08  16:39:04
4158         Log: Update Changes.
4159      Branch: perl
4160            ! Changes patchlevel.h
4161 ____________________________________________________________________________
4162 [  8042] By: jhi                                   on 2000/12/08  16:33:39
4163         Log: Do not return the Unicode replacement character if UTF-8
4164              decoding goes awry, it should be up to the caller to decide.
4165      Branch: perl
4166            ! pod/perlapi.pod utf8.c
4167 ____________________________________________________________________________
4168 [  8041] By: jhi                                   on 2000/12/08  16:22:28
4169         Log: metaconfig maintenance.
4170      Branch: metaconfig
4171            ! U/modified/stdchar.U
4172      Branch: metaconfig/U/perl
4173            + testsyml.U
4174 ____________________________________________________________________________
4175 [  8040] By: jhi                                   on 2000/12/08  16:03:08
4176         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
4177              From: sthoenna@efn.org
4178              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
4179              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
4180      Branch: perl
4181            ! Changes lib/ExtUtils/MM_OS2.pm
4182 ____________________________________________________________________________
4183 [  8039] By: jhi                                   on 2000/12/08  15:57:11
4184         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
4185              From: Simon Cozens <simon@cozens.net>
4186              Date: Fri, 8 Dec 2000 13:33:31 +0000
4187              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
4188              
4189              (The pp_hot part needed a rewrite.)
4190      Branch: perl
4191            ! doop.c pp_hot.c utf8.c
4192 ____________________________________________________________________________
4193 [  8038] By: jhi                                   on 2000/12/08  15:25:08
4194         Log: Subject: djSP
4195              From: Michael Stevens <michael@etla.org>
4196              Date: Wed, 6 Dec 2000 23:24:01 +0000
4197              Message-ID: <20001206232400.A21381@firedrake.org>
4198              
4199              Plus a note from Nick Ing-Simmons.
4200      Branch: perl
4201            ! pp.h
4202 ____________________________________________________________________________
4203 [  8037] By: jhi                                   on 2000/12/08  15:18:35
4204         Log: Filetype is text.
4205      Branch: perl
4206            ! t/op/utf8decode.t
4207 ____________________________________________________________________________
4208 [  8036] By: jhi                                   on 2000/12/08  03:31:27
4209         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
4210              From: Andy Dougherty <doughera@lafayette.edu>
4211              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
4212              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
4213              
4214              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
4215              From: Andy Dougherty <doughera@lafayette.edu>
4216              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
4217              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
4218      Branch: perl
4219            + ext/POSIX/hints/svr4.pl
4220            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
4221 ____________________________________________________________________________
4222 [  8035] By: jhi                                   on 2000/12/08  03:26:01
4223         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
4224              From: Andy Dougherty <doughera@lafayette.edu>
4225              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
4226              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
4227      Branch: perl
4228            ! t/README t/base/term.t
4229 ____________________________________________________________________________
4230 [  8034] By: jhi                                   on 2000/12/08  03:21:59
4231         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
4232              From: mjd@plover.com  
4233              Date: 7 Dec 2000 21:04:20 -0000
4234              Message-ID: <20001207210420.22282.qmail@plover.com>
4235              
4236              Plus -z doc.
4237      Branch: perl
4238            ! pod/perlfunc.pod
4239 ____________________________________________________________________________
4240 [  8033] By: jhi                                   on 2000/12/08  03:19:03
4241         Log: Use the UTF8 macros a bit.  They can't be used with abandon
4242              everywhere because we do generate illegal UTF-8 in some situations.
4243              This is of course naughty.
4244      Branch: perl
4245            ! pod/perlapi.pod utf8.c utf8.h
4246 ____________________________________________________________________________
4247 [  8032] By: jhi                                   on 2000/12/08  03:00:09
4248         Log: Out of sync?
4249      Branch: perl
4250            ! t/pragma/warn/utf8
4251 ____________________________________________________________________________
4252 [  8031] By: jhi                                   on 2000/12/08  02:22:39
4253         Log: Cnt spl.
4254      Branch: perl
4255            ! MANIFEST
4256 ____________________________________________________________________________
4257 [  8030] By: jhi                                   on 2000/12/08  01:23:54
4258         Log: Add test for reverse().
4259      Branch: perl
4260            + t/op/reverse.t
4261            ! MANIFEST
4262 ____________________________________________________________________________
4263 [  8029] By: jhi                                   on 2000/12/08  01:21:47
4264         Log: Integrate perlio.
4265      Branch: perl
4266           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
4267           !> perlio.c perlio.h perlsdio.h warnings.pl
4268 ____________________________________________________________________________
4269 [  8028] By: jhi                                   on 2000/12/08  01:19:08
4270         Log: Introduce macros for UTF8 decoding.
4271      Branch: perl
4272            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
4273 ____________________________________________________________________________
4274 [  8027] By: nick                                  on 2000/12/07  22:18:19
4275         Log: Integrate mainline
4276      Branch: perlio
4277           !> embed.pl pod/perlapi.pod utf8.c
4278 ____________________________________________________________________________
4279 [  8026] By: nick                                  on 2000/12/07  21:45:08
4280         Log: Various oddities p4 diff -se showed up
4281              Remove 'our' from warnings.pl
4282      Branch: perlio
4283            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
4284 ____________________________________________________________________________
4285 [  8025] By: nick                                  on 2000/12/07  21:43:32
4286         Log: Change PerlIO_(get|set)pos to take SV *
4287              Should fix, OS/2, VMS, (sfio??)
4288      Branch: perlio
4289            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
4290 ____________________________________________________________________________
4291 [  8024] By: jhi                                   on 2000/12/07  19:05:32
4292         Log: Document utf8_to_uv() better.
4293      Branch: perl
4294            ! pod/perlapi.pod utf8.c
4295 ____________________________________________________________________________
4296 [  8023] By: jhi                                   on 2000/12/07  18:23:47
4297         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
4298      Branch: perl
4299            ! embed.pl pod/perlapi.pod utf8.c
4300 ____________________________________________________________________________
4301 [  8022] By: jhi                                   on 2000/12/07  04:13:51
4302         Log: Integrate perlio.
4303      Branch: perl
4304           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
4305           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
4306           !> win32/makefile.mk
4307 ____________________________________________________________________________
4308 [  8021] By: nick                                  on 2000/12/07  00:28:14
4309         Log: Various attempts at MSVC debug - not sure what has
4310              changed but works now. 
4311              Seems atexit() _may_ work for DLLs built with MSVC so don't
4312              call cleanup that way.
4313      Branch: perlio
4314            ! perlio.c win32/makefile.mk
4315 ____________________________________________________________________________
4316 [  8020] By: nick                                  on 2000/12/06  19:57:20
4317         Log: Integrate mainline
4318      Branch: perlio
4319           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
4320           !> (integrate 75 files)
4321 ____________________________________________________________________________
4322 [  8019] By: nick                                  on 2000/12/06  19:28:21
4323         Log: Add useperlio to config.vc
4324              Turn off binmode in config_H.PL
4325              Regen all the config_H.xx
4326              Attempt to get debugging build with MSVC.
4327      Branch: perlio
4328            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4329            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
4330 ____________________________________________________________________________
4331 [  8018] By: nick                                  on 2000/12/06  19:21:57
4332         Log: Test various dup/external program options on all platforms.
4333      Branch: perlio
4334            ! t/io/dup.t
4335 ____________________________________________________________________________
4336 [  8017] By: nick                                  on 2000/12/06  19:20:47
4337         Log: Fix harness to be less picky
4338      Branch: perlio
4339            ! lib/Test/Harness.pm
4340 ____________________________________________________________________________
4341 [  8016] By: jhi                                   on 2000/12/06  16:45:12
4342         Log: Update Changes.
4343      Branch: perl
4344            ! Changes patchlevel.h
4345 ____________________________________________________________________________
4346 [  8015] By: jhi                                   on 2000/12/06  16:41:03
4347         Log: Test \x{...} with ord().
4348      Branch: perl
4349            ! t/op/ord.t
4350 ____________________________________________________________________________
4351 [  8014] By: jhi                                   on 2000/12/06  16:20:33
4352         Log: Test tweak because of #8013.
4353      Branch: perl
4354            ! t/lib/b.t
4355 ____________________________________________________________________________
4356 [  8013] By: jhi                                   on 2000/12/06  16:09:09
4357         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
4358              From: Michael G Schwern <schwern@pobox.com>
4359              Date: Tue, 5 Dec 2000 21:23:28 -0500
4360              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
4361              
4362              Carp::Heavy parts not very applicable because of recent changes.
4363      Branch: perl
4364            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
4365            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
4366            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
4367            ! lib/Exporter.pm lib/Exporter/Heavy.pm
4368            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
4369            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4370            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
4371            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
4372            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
4373            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
4374            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
4375            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
4376            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
4377            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
4378            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
4379            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
4380            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
4381            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
4382            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
4383            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
4384            ! warnings.pl
4385 ____________________________________________________________________________
4386 [  8012] By: jhi                                   on 2000/12/06  15:22:38
4387         Log: Subject: [PATCH] Re: New harness is failing things
4388              From: Nick Ing-Simmons <nik@tiuk.ti.com>
4389              Date: Wed, 6 Dec 2000 13:00:30 GMT
4390              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
4391      Branch: perl
4392            ! lib/Test/Harness.pm
4393 ____________________________________________________________________________
4394 [  8011] By: jhi                                   on 2000/12/06  15:12:08
4395         Log: Subject: installhtml changes
4396              From: Michael Stevens <michael@etla.org>
4397              Date: Wed, 6 Dec 2000 13:15:53 +0000
4398              Message-ID: <20001206131553.A27317@firedrake.org>
4399      Branch: perl
4400            ! installhtml
4401 ____________________________________________________________________________
4402 [  8010] By: jhi                                   on 2000/12/06  15:06:05
4403         Log: Subject: the dTHR hits
4404              From: Michael Stevens <michael@etla.org>
4405              Date: Wed, 6 Dec 2000 12:06:03 +0000
4406              Message-ID: <20001206120603.A24581@firedrake.org>
4407              
4408              More, errrm, less dTHRs.
4409      Branch: perl
4410            ! bytecode.pl ext/B/B/C.pm
4411 ____________________________________________________________________________
4412 [  8009] By: jhi                                   on 2000/12/06  15:04:25
4413         Log: Subject: MakeMaker mailing list gone?
4414              From: Michael G Schwern <schwern@pobox.com>
4415              Date: Tue, 5 Dec 2000 19:29:59 -0500
4416              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
4417              
4418              The MakeMaker mailing list is dead, perlbug is the right
4419              address to report bugs.
4420      Branch: perl
4421            ! lib/ExtUtils/MakeMaker.pm
4422 ____________________________________________________________________________
4423 [  8008] By: jhi                                   on 2000/12/06  15:00:32
4424         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
4425              From: Michael G Schwern <schwern@pobox.com>
4426              Date: Tue, 5 Dec 2000 19:21:21 -0500
4427              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
4428              
4429              Add a default MANIFEST skip that ignores things like
4430              version control files, editor temporary files, and the Makefile.
4431      Branch: perl
4432            + lib/ExtUtils/MANIFEST.SKIP
4433            ! MANIFEST lib/ExtUtils/Manifest.pm
4434 ____________________________________________________________________________
4435 [  8007] By: jhi                                   on 2000/12/06  14:57:20
4436         Log: In Amiga more manual hackery of the scripts seems to be needed,
4437              from Jan-Erik Karlsson.  Why Configure does not get this right
4438              is unknown, may be shell-induced.
4439      Branch: perl
4440            ! README.amiga
4441 ____________________________________________________________________________
4442 [  8006] By: jhi                                   on 2000/12/05  23:53:12
4443         Log: Add TOPm1s to peek at the second topmost stack item.
4444      Branch: perl
4445            ! pp.h
4446 ____________________________________________________________________________
4447 [  8005] By: jhi                                   on 2000/12/05  23:13:55
4448         Log: Avaunt, you foul UTF-8 tests.
4449      Branch: perl
4450            ! t/op/ver.t t/pragma/utf8.t
4451 ____________________________________________________________________________
4452 [  8004] By: jhi                                   on 2000/12/05  23:09:54
4453         Log: Continue utf8 dispersal. 
4454      Branch: perl
4455            + t/op/concat.t
4456            ! MANIFEST t/pragma/utf8.t
4457 ____________________________________________________________________________
4458 [  8003] By: nick                                  on 2000/12/05  23:02:39
4459         Log: Integrate mainline.
4460      Branch: perlio
4461           +> t/op/length.t t/op/utf8decode.t
4462           !> (integrate 69 files)
4463 ____________________________________________________________________________
4464 [  8002] By: jhi                                   on 2000/12/05  22:59:28
4465         Log: Integrate perlio.
4466      Branch: perl
4467           !> iperlsys.h perl.c perlio.c win32/perllib.c
4468 ____________________________________________________________________________
4469 [  8001] By: nick                                  on 2000/12/05  22:07:52
4470         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
4471              - calloc/free suffer from damage on TerminateThread()
4472              - use PerlMemShared (as originally planned) now fixed
4473              - avoid doing anything important on DLL "detach".
4474      Branch: perlio
4475            ! perl.c perlio.c win32/perllib.c
4476 ____________________________________________________________________________
4477 [  8000] By: nick                                  on 2000/12/05  21:05:09
4478         Log: Fix gross PerlMemShared issue.
4479      Branch: perlio
4480            ! iperlsys.h
4481 ____________________________________________________________________________
4482 [  7999] By: jhi                                   on 2000/12/05  20:46:58
4483         Log: Test for Unicode (UTF-8) hash keys.
4484      Branch: perl
4485            ! t/op/each.t
4486 ____________________________________________________________________________
4487 [  7998] By: jhi                                   on 2000/12/05  20:30:35
4488         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
4489              is now always UTF-8), empty line cosmetics.
4490      Branch: perl
4491            ! t/pragma/utf8.t
4492 ____________________________________________________________________________
4493 [  7997] By: jhi                                   on 2000/12/05  20:15:40
4494         Log: Subject: Re: STRLEN - what?
4495              From: Andy Dougherty <doughera@lafayette.edu>
4496              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
4497              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
4498              
4499              Explain STRLEN.
4500      Branch: perl
4501            ! pod/perlguts.pod
4502 ____________________________________________________________________________
4503 [  7996] By: jhi                                   on 2000/12/05  20:13:34
4504         Log: Split off the UTF-8 decoder tests, make them to check also
4505              the error message.
4506      Branch: perl
4507            + t/op/utf8decode.t
4508            ! MANIFEST t/pragma/utf8.t utf8.c
4509 ____________________________________________________________________________
4510 [  7995] By: jhi                                   on 2000/12/05  16:39:47
4511         Log: Start migrating bits of pragma/utf8 to elsewhere
4512              (since the long term plan is to obsolete 'use utf8').
4513      Branch: perl
4514            + t/op/length.t
4515            ! MANIFEST t/pragma/utf8.t
4516 ____________________________________________________________________________
4517 [  7994] By: jhi                                   on 2000/12/05  16:30:21
4518         Log: Fix a manual edit typo from #7993, fix the message formatting
4519              for Unicode, add few our declarations.
4520      Branch: perl
4521            ! lib/Carp/Heavy.pm
4522 ____________________________________________________________________________
4523 [  7993] By: jhi                                   on 2000/12/05  16:09:15
4524         Log: Subject: Need help with warnings :-(
4525              From: "Ben Tilly" <ben_tilly@hotmail.com>
4526              Date: Tue, 05 Dec 2000 01:35:54 -0500
4527              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
4528              
4529              Subject: UPDATE: Carp/Heavy now passes all tests
4530              From: "Ben Tilly" <ben_tilly@hotmail.com>
4531              Date: Tue, 05 Dec 2000 07:59:41 -0500
4532              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
4533              
4534              The Brave New Carp.
4535      Branch: perl
4536            ! lib/Carp.pm lib/Carp/Heavy.pm
4537 ____________________________________________________________________________
4538 [  7992] By: jhi                                   on 2000/12/05  15:55:08
4539         Log: Subject: [PATCH perl@7979] cygwin port
4540              From: "Eric Fifer" <efifer@dircon.co.uk>
4541              Date: Tue, 5 Dec 2000 14:04:09 -0000
4542              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
4543      Branch: perl
4544            ! t/lib/net-hostent.t
4545 ____________________________________________________________________________
4546 [  7991] By: jhi                                   on 2000/12/05  15:52:34
4547         Log: Subject: Re: [PATCH] The largest hoax of all times?
4548              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4549              Date: Tue, 5 Dec 2000 00:40:25 -0500
4550              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
4551              
4552              Subject: Re: [PATCH] The largest hoax of all times?
4553              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4554              Date: Mon, 4 Dec 2000 23:55:53 -0500
4555              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
4556              
4557              Subject: Re: [PATCH] The largest hoax of all times?
4558              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4559              Date: Tue, 5 Dec 2000 01:28:45 -0500
4560              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
4561              
4562              Fix the unpredictable order of DESTROYs.
4563      Branch: perl
4564            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
4565            ! sv.c sv.h t/op/ref.t
4566 ____________________________________________________________________________
4567 [  7990] By: jhi                                   on 2000/12/05  14:38:53
4568         Log: Subject: [PATCH] shrink pp_hot fractionally
4569              From: Nicholas Clark <nick@ccl4.org>
4570              Date: Tue, 5 Dec 2000 12:44:31 +0000
4571              Message-ID: <20001205124431.E74518@plum.flirble.org>
4572              
4573              Use report_evil_fh().
4574      Branch: perl
4575            ! opcode.pl opnames.h pp_hot.c util.c
4576 ____________________________________________________________________________
4577 [  7989] By: jhi                                   on 2000/12/05  14:21:27
4578         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
4579              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4580              Date: Mon, 04 Dec 2000 22:21:59 -0800
4581              Message-ID: <HmIL6gzkgepS092yn@efn.org>
4582              
4583              Harness shouldn't ignore responses like "ok 3\r\r\n".
4584      Branch: perl
4585            ! lib/Test/Harness.pm
4586 ____________________________________________________________________________
4587 [  7988] By: jhi                                   on 2000/12/05  13:51:28
4588         Log: Integrate the "skip" messages to explain().
4589      Branch: perl
4590            ! t/lib/syslfs.t t/op/lfs.t
4591 ____________________________________________________________________________
4592 [  7987] By: jhi                                   on 2000/12/05  12:34:54
4593         Log: The one that got away in #7984.
4594              
4595              Subject: Re: dTHR - what and why?
4596              From: Michael Stevens <michael@etla.org> 
4597              Date: Tue, 5 Dec 2000 11:15:52 +0000
4598              Message-ID: <20001205111552.A4647@firedrake.org>
4599      Branch: perl
4600            ! sv.h
4601 ____________________________________________________________________________
4602 [  7986] By: gsar                                  on 2000/12/05  09:14:44
4603         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
4604              due to the notorious GetFileType() bug in Windows 9x, which fstat()
4605              tickles)
4606      Branch: perl
4607            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
4608 ____________________________________________________________________________
4609 [  7985] By: jhi                                   on 2000/12/05  05:49:03
4610         Log: Integrate perlio.
4611      Branch: perl
4612           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
4613           !> win32/perlhost.h win32/perllib.c
4614 ____________________________________________________________________________
4615 [  7984] By: jhi                                   on 2000/12/05  05:48:16
4616         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
4617      Branch: perl
4618            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
4619            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
4620            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
4621            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
4622            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
4623            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
4624            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
4625            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
4626            ! win32/win32.c
4627 ____________________________________________________________________________
4628 [  7983] By: nick                                  on 2000/12/04  23:27:43
4629         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
4630      Branch: perlio
4631            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
4632            ! win32/perlhost.h win32/perllib.c
4633 ____________________________________________________________________________
4634 [  7982] By: jhi                                   on 2000/12/04  19:44:09
4635         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
4636              uncovered by #7980.
4637      Branch: perl
4638            ! op.c
4639 ____________________________________________________________________________
4640 [  7981] By: jhi                                   on 2000/12/04  19:42:07
4641         Log: Subject: [PATCH] Trivial dump.c feature
4642              From: Simon Cozens <simon@cozens.net>
4643              Date: Mon, 4 Dec 2000 18:08:38 +0000
4644              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
4645              
4646              Show whether a constant is UTF-8.
4647      Branch: perl
4648            ! dump.c
4649 ____________________________________________________________________________
4650 [  7980] By: jhi                                   on 2000/12/04  19:36:51
4651         Log: UTF-8 hash keys, patch from Inaba Hiroto.
4652      Branch: perl
4653            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
4654 ____________________________________________________________________________
4655 [  7979] By: jhi                                   on 2000/12/04  17:36:28
4656         Log: Update Changes.
4657      Branch: perl
4658            ! Changes patchlevel.h
4659 ____________________________________________________________________________
4660 [  7978] By: jhi                                   on 2000/12/04  16:42:17
4661         Log: Retract #7977, still too volatile (the euphemism of the day
4662              for unfinished and buggy :-)
4663      Branch: perl
4664            ! doop.c hv.c pp.c sv.h
4665 ____________________________________________________________________________
4666 [  7977] By: jhi                                   on 2000/12/04  16:25:15
4667         Log: (Retracted by #7978, too shaky yet.)
4668              
4669              Subject: Re: utf8 in hash keys, implementor missing
4670              From: Simon Cozens <simon@cozens.net>
4671              Date: Sat, 2 Dec 2000 19:49:35 +0000
4672              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
4673              
4674              The first step at UTF-8 hash keys.
4675      Branch: perl
4676            ! doop.c hv.c pp.c sv.h
4677 ____________________________________________________________________________
4678 [  7976] By: jhi                                   on 2000/12/04  16:13:53
4679         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
4680              From: sthoenna@efn.org
4681              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
4682              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
4683      Branch: perl
4684            ! os2/os2.c perlio.c
4685 ____________________________________________________________________________
4686 [  7975] By: jhi                                   on 2000/12/04  16:05:25
4687         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
4688              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4689              Date: Thu, 30 Nov 2000 20:50:37 -0800
4690              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
4691      Branch: perl
4692            ! os2/os2.c
4693 ____________________________________________________________________________
4694 [  7974] By: jhi                                   on 2000/12/04  16:03:57
4695         Log: Subject: [PATCH] ++ 20% faster
4696              From: Nicholas Clark <nick@ccl4.org>
4697              Date: Mon, 4 Dec 2000 12:17:27 +0000
4698              Message-ID: <20001204121726.B52976@plum.flirble.org>
4699              
4700              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
4701      Branch: perl
4702            ! sv.c
4703 ____________________________________________________________________________
4704 [  7973] By: jhi                                   on 2000/12/04  16:00:48
4705         Log: 
4706              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
4707              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4708              Date: Mon, 04 Dec 2000 12:30:45 +0100
4709              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
4710              
4711              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
4712              library (getprotobyname and getprotobynumber are outversioned by
4713              the same calls in libc, at least for xlc version 3.
4714      Branch: perl
4715            ! hints/aix.sh
4716 ____________________________________________________________________________
4717 [  7972] By: jhi                                   on 2000/12/04  02:58:31
4718         Log: Integrate perlio.
4719      Branch: perl
4720           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
4721           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
4722           !> win32/win32.h win32/win32iop.h win32/win32thread.h
4723 ____________________________________________________________________________
4724 [  7971] By: nick                                  on 2000/12/04  00:24:33
4725         Log: Quieten some noise in Win32 builds:
4726              - win32.h is included after <sys/socket.h>, so need to 
4727              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
4728              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
4729      Branch: perlio
4730            ! doio.c perl.h toke.c win32/win32.h
4731 ____________________________________________________________________________
4732 [  7970] By: nick                                  on 2000/12/03  22:57:46
4733         Log: PERL_IMPLICIT_SYS compiles but does not work.
4734      Branch: perlio
4735            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
4736            ! win32/perlhost.h win32/perllib.c win32/win32.h
4737            ! win32/win32iop.h win32/win32thread.h
4738 ____________________________________________________________________________
4739 [  7969] By: jhi                                   on 2000/12/03  22:12:58
4740         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
4741              used to swash_init(), makes regprop() dumps more informative
4742              (+utf8::IsAlpha, -utf8::IsDigit, for example).
4743      Branch: perl
4744            ! regcomp.c regexec.c
4745 ____________________________________________________________________________
4746 [  7968] By: jhi                                   on 2000/12/03  21:39:56
4747         Log: Implement ANYOFUTF8 regprop() dumping.
4748      Branch: perl
4749            ! regcomp.c
4750 ____________________________________________________________________________
4751 [  7967] By: jhi                                   on 2000/12/03  20:57:19
4752         Log: Make uv_to_utf8() to zero-terminate its output buffer,
4753              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
4754      Branch: perl
4755            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
4756 ____________________________________________________________________________
4757 [  7966] By: nick                                  on 2000/12/03  18:41:21
4758         Log: Integrate mainline (STDCHAR)
4759      Branch: perlio
4760           !> Configure t/pragma/utf8.t
4761 ____________________________________________________________________________
4762 [  7965] By: jhi                                   on 2000/12/03  17:58:20
4763         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
4764      Branch: perl
4765            ! t/pragma/utf8.t
4766 ____________________________________________________________________________
4767 [  7964] By: jhi                                   on 2000/12/03  17:35:56
4768         Log: Integrate perlio.
4769      Branch: perl
4770           !> iperlsys.h perlio.c
4771 ____________________________________________________________________________
4772 [  7963] By: jhi                                   on 2000/12/03  17:33:55
4773         Log: Metaconfig unit change for #7962.
4774      Branch: metaconfig
4775            ! U/modified/stdchar.U
4776 ____________________________________________________________________________
4777 [  7962] By: jhi                                   on 2000/12/03  17:33:27
4778         Log: Untangle the <stdio.h> #include nest for the stdchar test,
4779              from Andy Dougherty.
4780      Branch: perl
4781            ! Configure
4782 ____________________________________________________________________________
4783 [  7961] By: nick                                  on 2000/12/03  16:53:00
4784         Log: Make iperlsys.h vector stdio not PerlIO.
4785      Branch: perlio
4786            ! iperlsys.h perlio.c
4787 ____________________________________________________________________________
4788 [  7960] By: nick                                  on 2000/12/03  14:43:01
4789         Log: Integrate mainline
4790      Branch: perlio
4791           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
4792           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
4793 ____________________________________________________________________________
4794 [  7959] By: jhi                                   on 2000/12/03  08:16:36
4795         Log: Use DO_UTF8().
4796      Branch: perl
4797            ! op.c
4798 ____________________________________________________________________________
4799 [  7958] By: jhi                                   on 2000/12/02  18:33:05
4800         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
4801              From: Mike Guy <mjtg@cam.ac.uk>         
4802              Date: Sat, 02 Dec 2000 17:27:13 +0000
4803              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
4804              
4805              An extraneous argument.
4806      Branch: perl
4807            ! toke.c
4808 ____________________________________________________________________________
4809 [  7957] By: jhi                                   on 2000/12/02  18:22:32
4810         Log: A missing hunk.
4811      Branch: perl
4812            ! t/lib/net-hostent.t
4813 ____________________________________________________________________________
4814 [  7956] By: jhi                                   on 2000/12/02  18:06:20
4815         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
4816              From: Nicholas Clark <nick@ccl4.org>
4817              Date: Sat, 2 Dec 2000 14:28:27 +0000
4818              Message-ID: <20001202142827.A12308@plum.flirble.org>
4819              
4820              Test robustness.
4821      Branch: perl
4822            ! t/lib/net-hostent.t
4823 ____________________________________________________________________________
4824 [  7955] By: jhi                                   on 2000/12/02  17:58:06
4825         Log: Metaconfig unit change for #7954.
4826      Branch: metaconfig
4827            ! U/modified/stdchar.U
4828 ____________________________________________________________________________
4829 [  7954] By: jhi                                   on 2000/12/02  17:54:32
4830         Log: An inconvenient hang would happen if the stdio _ptr wasn't
4831              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
4832              would be grepping stdin for all eternity for the _ptr.)
4833      Branch: perl
4834            ! Configure
4835 ____________________________________________________________________________
4836 [  7953] By: jhi                                   on 2000/12/02  00:07:15
4837         Log: Update Changes.
4838      Branch: perl
4839            ! Changes patchlevel.h
4840 ____________________________________________________________________________
4841 [  7952] By: jhi                                   on 2000/12/01  23:54:47
4842         Log: Subject: Re: long shell lines
4843              From: Andy Dougherty <doughera@lafayette.edu>
4844              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
4845              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
4846              
4847              Split overly long shell command lines.
4848      Branch: perl
4849            ! lib/ExtUtils/MM_Unix.pm
4850 ____________________________________________________________________________
4851 [  7951] By: jhi                                   on 2000/12/01  23:48:02
4852         Log: The metaconfig unit change for #7950.
4853      Branch: metaconfig
4854            + U/modified/stdchar.U
4855 ____________________________________________________________________________
4856 [  7950] By: jhi                                   on 2000/12/01  23:47:39
4857         Log: Try to find stdchar also from <stdio_impl.h>.
4858      Branch: perl
4859            ! Configure config_h.SH
4860 ____________________________________________________________________________
4861 [  7949] By: jhi                                   on 2000/12/01  23:46:45
4862         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
4863              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
4864              Date: Fri, 1 Dec 2000 16:26:08 -0500
4865              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
4866              
4867              Reword the diagnostic message.
4868      Branch: perl
4869            ! pod/perldiag.pod
4870 ____________________________________________________________________________
4871 [  7948] By: nick                                  on 2000/12/01  22:49:43
4872         Log: Integrate mainline (for s/y/m as sub names stuff).
4873      Branch: perlio
4874           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
4875           !> t/pragma/warn/toke toke.c
4876 ____________________________________________________________________________
4877 [  7947] By: jhi                                   on 2000/12/01  20:55:41
4878         Log: Integrate perlio.
4879      Branch: perl
4880           !> perlio.c perliol.h t/io/pipe.t
4881 ____________________________________________________________________________
4882 [  7946] By: jhi                                   on 2000/12/01  20:36:51
4883         Log: Upgrade to CPAN 1.59_51, from Andreas König.
4884      Branch: perl
4885            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4886 ____________________________________________________________________________
4887 [  7945] By: nick                                  on 2000/12/01  20:31:32
4888         Log: Integrate mainline
4889      Branch: perlio
4890           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
4891           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
4892           +> t/lib/net-hostent.t
4893           !> (integrate 35 files)
4894 ____________________________________________________________________________
4895 [  7944] By: jhi                                   on 2000/12/01  20:23:29
4896         Log: Some help for 20001130.011.  Now one gets warnings like
4897              "Ambiguous -f() resolved as a file test ..."
4898      Branch: perl
4899            ! pod/perldiag.pod t/pragma/warn/toke toke.c
4900 ____________________________________________________________________________
4901 [  7943] By: jhi                                   on 2000/12/01  19:44:44
4902         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
4903              that also breaks using them as methods. 
4904      Branch: perl
4905            ! pod/perldiag.pod t/op/misc.t toke.c
4906 ____________________________________________________________________________
4907 [  7942] By: nick                                  on 2000/12/01  17:56:46
4908         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
4909              Make 'unix' pass most tests
4910              - do unread by temporary push of layer ("pending") holding unread chars
4911              - fast_gets is now based on per-handle flag
4912              - relax one of io/pipe.t tests to allow print to fail and close to
4913              succeed so that it passes on unbuffered "unix" layer.
4914              Remaining fail is sporadic and a genuine race condition between
4915              parent/child in fork test.
4916      Branch: perlio
4917            ! perlio.c perliol.h t/io/pipe.t
4918 ____________________________________________________________________________
4919 [  7941] By: jhi                                   on 2000/12/01  15:28:58
4920         Log: (Retracted by #7943.)
4921              
4922              Reserve the short named string operator names.
4923      Branch: perl
4924            ! pod/perldiag.pod t/op/misc.t toke.c
4925 ____________________________________________________________________________
4926 [  7940] By: jhi                                   on 2000/12/01  06:45:53
4927         Log: Get the three different space character classes right under utf8.
4928      Branch: perl
4929            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
4930            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
4931            ! regexec.c t/op/pat.t utf8.c
4932 ____________________________________________________________________________
4933 [  7939] By: jhi                                   on 2000/12/01  03:26:26
4934         Log: Two more tests that make no sense in UTF-8 since the test
4935              data is not in UTF-8.
4936      Branch: perl
4937            ! t/op/regexp.t
4938 ____________________________________________________________________________
4939 [  7938] By: jhi                                   on 2000/12/01  03:20:39
4940         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
4941              should it be required inside regexen?
4942      Branch: perl
4943            ! regcomp.c t/op/regmesg.t
4944 ____________________________________________________________________________
4945 [  7937] By: jhi                                   on 2000/12/01  02:58:53
4946         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
4947              stored and restored, and thusly was trounced by the utf8 swash
4948              routines.
4949      Branch: perl
4950            ! regcomp.c
4951 ____________________________________________________________________________
4952 [  7936] By: jhi                                   on 2000/11/30  20:41:39
4953         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
4954              Why the different platforms behave so differently (core dump vs
4955              no core dump) on this bug is a but of a mystery, but if I had to
4956              guess I would mumble something like 'alignment'.
4957      Branch: perl
4958            ! sv.c
4959 ____________________________________________________________________________
4960 [  7935] By: jhi                                   on 2000/11/30  16:17:02
4961         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
4962              From: Robin Barker <rmb1@cise.npl.co.uk>
4963              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
4964              Date: Thu, 30 Nov 2000 14:27:12 GMT
4965      Branch: perl
4966            ! perlio.c toke.c
4967 ____________________________________________________________________________
4968 [  7934] By: jhi                                   on 2000/11/30  16:04:49
4969         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
4970      Branch: perl
4971            ! t/lib/net-hostent.t
4972 ____________________________________________________________________________
4973 [  7933] By: jhi                                   on 2000/11/30  06:07:26
4974         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
4975              From: Peter Prymmer <pvhp@forte.com>
4976              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
4977              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
4978              
4979              In VMS the localhost may be LOCALHOST.
4980      Branch: perl
4981            ! t/lib/net-hostent.t
4982 ____________________________________________________________________________
4983 [  7932] By: jhi                                   on 2000/11/30  01:11:11
4984         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
4985              From: Peter Prymmer <pvhp@forte.com>
4986              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
4987              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
4988              
4989              plus regen perlapi.pod.
4990      Branch: perl
4991            ! pod/perlapi.pod utf8.c
4992 ____________________________________________________________________________
4993 [  7931] By: jhi                                   on 2000/11/30  01:06:19
4994         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
4995              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4996              Date:     Wed, 29 Nov 2000 17:15:11 EST
4997              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
4998      Branch: perl
4999            ! t/lib/filter-util.pl t/lib/filter-util.t
5000 ____________________________________________________________________________
5001 [  7930] By: jhi                                   on 2000/11/29  18:51:55
5002         Log: Update Changes.
5003      Branch: perl
5004            ! Changes patchlevel.h
5005 ____________________________________________________________________________
5006 [  7929] By: jhi                                   on 2000/11/29  18:50:55
5007         Log: Update the va_copy() metaconfig unit.
5008      Branch: metaconfig/U/perl
5009            ! need_va_copy.U
5010 ____________________________________________________________________________
5011 [  7928] By: jhi                                   on 2000/11/29  17:50:43
5012         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
5013              From: Dominic Dunlop <domo@computer.org>
5014              Date: Tue, 28 Nov 2000 16:41:57 +0100
5015              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
5016              
5017              Patch to catch a core dump in the Configure va_copy test.
5018      Branch: perl
5019            ! Configure config_h.SH
5020 ____________________________________________________________________________
5021 [  7927] By: jhi                                   on 2000/11/29  17:31:59
5022         Log: Retract #7921, the patch shouldn't be needed.
5023      Branch: perl
5024            ! sv.c
5025 ____________________________________________________________________________
5026 [  7926] By: jhi                                   on 2000/11/29  17:01:41
5027         Log: Make the Class::Struct import() wiser.
5028      Branch: perl
5029            ! lib/Class/Struct.pm t/lib/class-struct.t
5030 ____________________________________________________________________________
5031 [  7925] By: jhi                                   on 2000/11/29  16:36:33
5032         Log: All the core library users of Class::Struct seem to be
5033              using "use Class::Struct 'struct';" instead of the bare
5034              "use Class::Struct;", which isn't documented in Class::Struct.
5035              This can't be right.
5036      Branch: perl
5037            ! lib/File/stat.pm
5038 ____________________________________________________________________________
5039 [  7924] By: jhi                                   on 2000/11/29  16:32:15
5040         Log: A test works better if it has the right 1..$n output.
5041      Branch: perl
5042            ! t/lib/class-struct.t
5043 ____________________________________________________________________________
5044 [  7923] By: jhi                                   on 2000/11/29  16:29:11
5045         Log: Forgot to MANIFEST the new Net::hostent test.
5046      Branch: perl
5047            ! MANIFEST
5048 ____________________________________________________________________________
5049 [  7922] By: jhi                                   on 2000/11/29  16:27:49
5050         Log: Integrate perlio.
5051      Branch: perl
5052           !> iperlsys.h perlio.c
5053 ____________________________________________________________________________
5054 [  7921] By: jhi                                   on 2000/11/29  16:27:10
5055         Log: (Retracted by #7927.)
5056              
5057              Subject: [PATCH] Is infinity a number?
5058              From: Simon Cozens <simon@cozens.net>
5059              Date: Wed, 29 Nov 2000 14:48:20 +0000
5060              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
5061      Branch: perl
5062            ! sv.c
5063 ____________________________________________________________________________
5064 [  7920] By: jhi                                   on 2000/11/29  16:23:02
5065         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
5066              From: rspier@pobox.com (Robert Spier)
5067              Date: Wed, 29 Nov 2000 02:17:49 -0500
5068              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
5069              
5070              Add a test for Net::hostent.
5071      Branch: perl
5072            + t/lib/net-hostent.t
5073 ____________________________________________________________________________
5074 [  7919] By: jhi                                   on 2000/11/29  16:21:31
5075         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
5076              add a test for Class::Struct.
5077      Branch: perl
5078            + t/lib/class-struct.t
5079            ! MANIFEST lib/Class/Struct.pm
5080 ____________________________________________________________________________
5081 [  7918] By: jhi                                   on 2000/11/29  15:48:40
5082         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
5083              From: rspier@pobox.com (Robert Spier)
5084              Date: Wed, 29 Nov 2000 02:25:39 -0500
5085              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
5086              
5087              More checking in case someone has broken their services or
5088              protocol databases.
5089      Branch: perl
5090            ! ext/Sys/Syslog/Syslog.pm
5091 ____________________________________________________________________________
5092 [  7917] By: jhi                                   on 2000/11/29  15:46:25
5093         Log: Subject: [PATCH] $^O  win32 -> MSWin32
5094              From: rspier@pobox.com (Robert Spier)
5095              Date: Wed, 29 Nov 2000 02:17:38 -0500
5096              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
5097              
5098              plus similar nits for vms, err, VMS, and UNICOS.
5099      Branch: perl
5100            ! t/lib/syslfs.t t/op/lfs.t
5101 ____________________________________________________________________________
5102 [  7916] By: jhi                                   on 2000/11/29  15:42:51
5103         Log: Subject: [PATCH] Tokeniser debugging
5104              From: Simon Cozens <simon@cozens.net>
5105              Date: Wed, 29 Nov 2000 14:15:45 +0000
5106              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
5107      Branch: perl
5108            ! perl.c perl.h pod/perlrun.pod toke.c
5109 ____________________________________________________________________________
5110 [  7915] By: jhi                                   on 2000/11/29  15:41:36
5111         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
5112              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5113              Date: Wed, 29 Nov 2000 02:13:14 -0500
5114              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
5115              
5116              OUT keyword nits.
5117              
5118              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
5119              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5120              Date: Wed, 29 Nov 2000 03:09:04 -0500
5121              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
5122              
5123              OUT and IN_OUT documentation.
5124      Branch: perl
5125            ! lib/ExtUtils/xsubpp pod/perlxs.pod
5126 ____________________________________________________________________________
5127 [  7914] By: jhi                                   on 2000/11/29  03:35:01
5128         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
5129              From: John Tobey <jtobey@john-edwin-tobey.org>
5130              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
5131              Message-Id: <m140e1N-000FOoC@feynman.localnet>
5132              
5133              plus a performance speedup noticed by Sarathy.
5134      Branch: perl
5135            ! op.c
5136 ____________________________________________________________________________
5137 [  7913] By: jhi                                   on 2000/11/29  03:16:59
5138         Log: Use "1 while unlink" so that VMS gets clean, too.
5139      Branch: perl
5140            ! t/lib/filter-util.t
5141 ____________________________________________________________________________
5142 [  7912] By: jhi                                   on 2000/11/29  03:09:08
5143         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
5144              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5145              Date: Tue, 28 Nov 2000 03:27:09 -0500
5146              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
5147      Branch: perl
5148            ! lib/ExtUtils/xsubpp
5149 ____________________________________________________________________________
5150 [  7911] By: jhi                                   on 2000/11/29  03:06:30
5151         Log: This should have been part of #7872: no need to scan UTF-8
5152              until eternity.
5153      Branch: perl
5154            ! utf8.c
5155 ____________________________________________________________________________
5156 [  7910] By: jhi                                   on 2000/11/29  02:50:04
5157         Log: One more perltie.pod nit from Casey R. Tweten.
5158      Branch: perl
5159            ! pod/perltie.pod
5160 ____________________________________________________________________________
5161 [  7909] By: jhi                                   on 2000/11/29  02:44:23
5162         Log: Document the known sprintf test failures, exact standard
5163              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
5164      Branch: perl
5165            ! pod/perldelta.pod t/op/sprintf.t
5166 ____________________________________________________________________________
5167 [  7908] By: jhi                                   on 2000/11/29  02:36:23
5168         Log: Add the Encoding table format documentation.
5169      Branch: perl
5170            + ext/Encode/Encode/EncodeFormat.pod
5171            ! MANIFEST
5172 ____________________________________________________________________________
5173 [  7907] By: jhi                                   on 2000/11/29  02:07:24
5174         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
5175              From: "Casey R. Tweten" <crt@kiski.net>
5176              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
5177              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
5178              
5179              Subject: Re: [PATCH] Updating perltie.pod for arrays
5180              From: "Casey R. Tweten" <crt@kiski.net>
5181              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
5182              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
5183      Branch: perl
5184            ! pod/perltie.pod
5185 ____________________________________________________________________________
5186 [  7906] By: nick                                  on 2000/11/28  22:40:59
5187         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
5188      Branch: perlio
5189            ! iperlsys.h perlio.c
5190 ____________________________________________________________________________
5191 [  7905] By: nick                                  on 2000/11/28  22:04:34
5192         Log: Integrate mainline
5193      Branch: perlio
5194           !> (integrate 39 files)
5195 ____________________________________________________________________________
5196 [  7904] By: jhi                                   on 2000/11/28  16:44:43
5197         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
5198              From: Nicholas Clark <nick@babyhippo.co.uk>
5199              Date: Tue, 28 Nov 2000 11:16:57 +0000
5200              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
5201      Branch: perl
5202            ! pod/perlipc.pod
5203 ____________________________________________________________________________
5204 [  7903] By: jhi                                   on 2000/11/28  16:40:31
5205         Log: Subject: [PATCH] Updating perltie.pod for arrays
5206              From: "Casey R. Tweten" <crt@kiski.net>
5207              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
5208              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
5209      Branch: perl
5210            ! pod/perltie.pod
5211 ____________________________________________________________________________
5212 [  7902] By: jhi                                   on 2000/11/28  16:39:37
5213         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
5214              From: Robin Barker <rmb1@cise.npl.co.uk>
5215              Date: Mon, 27 Nov 2000 17:56:44 GMT
5216              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
5217      Branch: perl
5218            ! pod/perlfunc.pod t/op/split.t
5219 ____________________________________________________________________________
5220 [  7901] By: jhi                                   on 2000/11/28  16:28:04
5221         Log: setmode() is a DOSish-only thing.
5222      Branch: perl
5223            ! perlio.c
5224 ____________________________________________________________________________
5225 [  7900] By: jhi                                   on 2000/11/28  16:21:46
5226         Log: Subject: [PATCH] perlcc.PL cleanups
5227              From: Simon Cozens <simon@cozens.net>
5228              Date: Tue, 28 Nov 2000 12:44:35 +0000
5229              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
5230      Branch: perl
5231            ! utils/perlcc.PL
5232 ____________________________________________________________________________
5233 [  7899] By: gsar                                  on 2000/11/28  06:32:55
5234         Log: reintegrate files missed by change#7895
5235      Branch: maint-5.6/perl
5236           +> ext/ByteLoader/bytecode.h utils/Makefile
5237            - utils/perlbc.PL
5238 ____________________________________________________________________________
5239 [  7897] By: gsar                                  on 2000/11/27  18:22:47
5240         Log: can't integrate these two files, for some reason
5241      Branch: maint-5.6/perl
5242            - ext/ByteLoader/bytecode.h utils/Makefile
5243 ____________________________________________________________________________
5244 [  7895] By: gsar                                  on 2000/11/27  18:11:21
5245         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
5246              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
5247              6757..6890,6892..6901 from mainline
5248              
5249              Bytecompiler patches from Benjamin Stuhl.
5250              
5251              More bytecompiler.
5252              
5253              Subject: [PATCH blead] B:: missing dependency
5254              
5255              Subject: [PATCH: 6757] configure.com updates and syslog build
5256              
5257              Long double Gconvert fixes from Yitzchak Scott-Thoennes
5258              and Spider Boardman.
5259              
5260              Subject: [PATCH blead] nextchar() abuse misses an optimisation
5261              
5262              Long double fixes from Spider Boardman.
5263              
5264              Make the selection of NVff et al stricter.
5265              
5266              cSVOPo_*v things index into the current PL_curpad
5267              under ithreads, which is different from the curpad
5268              used by the XSUB.  (In other words, the code as-is
5269              before this patch wouldn't work under ithreads.)
5270              
5271              Be portable.
5272              
5273              VMS MMS (make) wants null action.
5274              
5275              Mac and other portability updates from Chris Nandor.
5276              
5277              Storable support, v-version fixes.
5278              Subject: CPAN.pm beta for testing available
5279              
5280              Portability fix from Hugo van der Sanden.
5281              
5282              Bad makefile.
5283              
5284              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
5285              
5286              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
5287              
5288              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
5289              
5290              Replace #6705 with a minimal doc patch.
5291              Subject: [PATCH 5.6.0] replace change #6705
5292              
5293              Drop the separate perlbc, perlcc -b should be enough.
5294              
5295              installperl couldn't tell whether it had run tests or not.
5296              Subject: [PATCH] Re: installperl and t/TEST
5297              
5298              Add silencer flags to installperl.
5299              Subject: [PATCH] Making installperl silent.
5300              
5301              Make "make install" by default silent.  A new "install-verbose"
5302              target is verbose.
5303              
5304              More liberal parsing of version numbers.
5305              Subject: Re: CPAN.pm beta for testing available
5306              
5307              Create directories in silence.
5308              Subject: [PATCH] Another silencer for MakeMaker
5309              
5310              DOS patches and portability/porting notes, from Tim Jenness.
5311              
5312              Make installman to recognize the silence flag -S.
5313              
5314              Actually do something with the silencer option.
5315              
5316              Continue silencing.
5317              
5318              Show the doc file, not the temp file.
5319              
5320              Regen perltoc.
5321              
5322              Subject: [PATCH] More silencing of installman.
5323              
5324              Better wording for the vec lvalue diagnostic.
5325              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
5326              
5327              Subject: [PATCH: 6805] several more tweaks to configure.com
5328              
5329              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
5330              
5331              Missing parts of 
5332              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
5333              
5334              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
5335              (applied slightly modified)
5336              
5337              installperl --verbose and --silent.
5338              Subject: Re: [PATCH] More silencing of installman.
5339              
5340              Add install-silent target.
5341              
5342              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
5343              the problem reported in
5344              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
5345              
5346              Tweak the sfio/useperlio logic, hopefully as wished in
5347              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
5348              
5349              One forgotten file from #6816.
5350              
5351              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
5352              
5353              Remove duplicately applied patch shards.
5354              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
5355              
5356              Support preserving extremely big/small angles.
5357              
5358              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
5359              
5360              Subject: [PATCH] installation not quite silent yet.
5361              
5362              Update the test count.
5363              
5364              Use UVxf, PTR2UV, NVff.
5365              
5366              Document PTR2XX and INT2PTR.
5367              
5368              no-install target a la make -n.
5369              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
5370              
5371              grep -e isn't portable.
5372              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
5373              
5374              Can't get the test to reliably work thanks to the
5375              inaccurateness of floating point.  "Resolves" bug ids
5376              20000826.003, 20000826.009, 20000826.010,
5377              
5378              Subject: installman buglet
5379              
5380              DJGPP update from Laszlo Molnar.
5381              
5382              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
5383              
5384              Passing -R in ldflags makes now it to appear in the default
5385              for lddlflags, just like with -L.
5386              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
5387              
5388              Test nit.
5389              
5390              Use the actual thread type, not the pointer-to-struct.
5391              
5392              Provice virtual $Config{ccflags_nolargefiles} etc. 
5393              
5394              display_format used as a class method without arguments was broken,
5395              reported in
5396              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
5397              
5398              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
5399              
5400              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
5401              
5402              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
5403              
5404              opmini.o may be left around if a build is interrupted.
5405              
5406              Typo in #6858.
5407              
5408              Fix for ID 20000828.001, long doubles were not formatted
5409              correctly (showed up in $], which stopped installing perl).
5410              
5411              An attempt to fix the problem reported in
5412              Subject: Building perl@6856 using gcc/AIX 4.3.3 
5413              I can't test this properly since the gcc installation I have
5414              access to seems to be botched (gcc is calling the AIX cpp,
5415              a losing proposition...)
5416              
5417              Add -ld to archname on long tr...double platforms.
5418              
5419              Subject: hv.h Doc Patch
5420              
5421              Potential cruft.
5422              
5423              Subject: [PATCH bleedperl@6856] warnings fixes
5424              
5425              -S is the silent flag, -s is the strip flag.
5426              Subject: [PATCH] Re: [PATCH] make no-install          
5427              
5428              Take out the SUIDMAIL thing, that will not be
5429              a problem in 5.7.*.
5430              
5431              Subject: [PATCH bleedperl@6866] spellings
5432              
5433              Subject: [PATCH] Re: files not cleaned even by veryclean
5434              
5435              Use minimal @INC in tests, most of the time just '../lib',
5436              so that we simply can't pick up stuff from other Perls than
5437              the one we are testing.  Pointed out by
5438              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
5439              
5440              Update to Getopt::Long 2.24, from Johan Vromans.
5441              
5442              Fix for thinko in #6848.
5443              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
5444              
5445              Patches all over for people and the files they (hopefully) care about.
5446              
5447              Subject: Net::protoent does not export 'getproto'
5448              
5449              Missed a change in #6869.
5450              
5451              Subject: [PATCH] Warnings in B::Deparse
5452              
5453              Subject: [PATCH] Glob dumping
5454              
5455              Disable one of the tests for now.
5456              
5457              Disabling the one test is a bit tricky.
5458              
5459              Don't forget to tidy up.
5460              
5461              The #6881 removed one dump line.
5462              
5463              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
5464              
5465              Under usethreads the dumped variable is IN_PAD.
5466              Subject: Re: [PATCH] Glob dumping
5467              
5468              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
5469              
5470              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
5471              
5472              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
5473              
5474              Regen Configure for #6894.
5475              
5476              Subject: [PATCH: 6889] updates to perlebcdic.pod
5477              
5478              Undo namespace pollution of #6878.
5479              Subject: Re: Net::protoent does not export 'getproto'
5480              
5481              Admit that we are leaking scalars.
5482              
5483              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
5484      Branch: maint-5.6/perl
5485           !> (integrate 271 files)
5486 ____________________________________________________________________________
5487 [  7894] By: gsar                                  on 2000/11/27  16:00:34
5488         Log: a couple of nits
5489      Branch: maint-5.6/perl
5490            ! MANIFEST pp_sys.c
5491 ____________________________________________________________________________
5492 [  7893] By: gsar                                  on 2000/11/27  15:10:56
5493         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
5494              6740..6745,6747..6757,6760
5495              
5496              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
5497              
5498              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
5499              
5500              Doc nits spotted by Richard Soderberg.
5501              
5502              move WNOHANG definition to where other such things are
5503              
5504              Make $Config{byteorder} more magical so that it is
5505              dynamically computed: nice for 'fat binaries'.
5506              Subject: [PATCH]: default byteorder
5507              
5508              Subject: [PATCH] Cwd.pm now uses strict
5509              
5510              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
5511              
5512              Get -DLEAKTEST to compile (not necessarily to work, mind)
5513              Subject: [ID 20000724.006] -DLEAKTEST problem
5514              
5515              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
5516              
5517              Add perlebcdic from Peter Prymmer, regen toc.
5518              
5519              Don't propose using modules built for 5.005 if no binary
5520              compatibility with 5.005 is attempted.
5521              
5522              Do not use prototyping here.
5523              Subject: [ID 20000817.016] [PATCH] Peek.xs
5524              
5525              Document what the backtick returns if the command fails.
5526              
5527              Add byteorder to the myconfig output.
5528              
5529              Introduce NVef, NVff, and NVgf, use the middle one.
5530              (helps for lib/peek + Linux + long doubles)  Reported in
5531              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
5532              Use NVs in POSIX math, not doubles.
5533              Subject: [ID 20000817.014] POSIX & modfl
5534              
5535              Subject: [PATCH 5.6.0+] newSVrv() memory leak
5536              
5537              The byteorder code in #6671 was wrong.
5538              
5539              Fix the lib/complex failure of
5540              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
5541              Linux long double accuracy issue: something that
5542              when printed with %g looks like "2" but int() of it is 1.
5543              
5544              Propagate new Configure vars.
5545              
5546              Unbuffer the output.
5547              
5548              Subject: [PATCH] perltrap.pod spring cleaning
5549              
5550              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
5551              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
5552              
5553              Tiny Getopt::Long patch from Johan Vromans.
5554              
5555              Document code point which makes if (defined %stash::) to work
5556              (noted by Spider Boardman).
5557              
5558              Subject: [PATCH perl@6698] cygwin port
5559              
5560              Document the NDBM_File and ODBM_File as SDBM_File
5561              was documented in #6417.
5562              
5563              The new tests were missing from #6415.
5564              
5565              Add [[:blank:]] as suggested in
5566              Subject: [ID 20000716.024] [=cc=] / [:blank:]
5567              (the [=cc=] has already been taken care of by #6439
5568              so the whole bug report can be closed)
5569              and make [[:space:]] to be equivalent to isspace(3)
5570              (as opposed to \s, which is isSPACE()).  The difference
5571              is that now [[:space:]] matches the mythical vertical tab,
5572              while \s doesn't.
5573              
5574              Don't eat leading os from index entries.
5575              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
5576              
5577              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
5578              
5579              Typo in pp_complement().
5580              Subject: [PATCH perl-current] Deparse
5581              
5582              Add warnif(), check warnings further up the stack,
5583              all the warnings functions now can take an optional object reference.
5584              Subject: [PATCH bleedperl@6691] warnings pragma update
5585              
5586              Fix a core dump in lib/selfloader under -DDEBUGGING.
5587              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
5588              
5589              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
5590              
5591              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
5592              
5593              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
5594              Put back the long double avoidance code to POSIX.xs
5595              because VMS seems to need it still.
5596              
5597              Introduce a 'veryclean' target that is like 'distclean'
5598              but also removes *~ and *.orig.
5599              
5600              Subject: [ID 20000817.023] endianness description in perlfunc.pod
5601              
5602              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
5603              
5604              Let's try #6717 again.
5605              
5606              UTF8 concat fixes.
5607              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
5608              
5609              pp_open() could pass an uninitialized filename down to do_open9().
5610              
5611              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
5612              
5613              Update to CGI 2.72, from Lincoln Stein.
5614              
5615              Subject: [PATCH] Silence MakeMaker (Was: installman)
5616              
5617              Use temporary directory instead of current directory.
5618              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
5619              
5620              Document odd vs even subreleases and -Dusedevel.
5621              
5622              The veryclean target needs to clobber.
5623              
5624              Use File::Spec->tmpdir().
5625              
5626              Document the number of exponent digits.
5627              
5628              Mention perlebcdic and perlposix-bc.
5629              
5630              s/this one/the 5.6.0 release/
5631              
5632              The #6724 is here.
5633              
5634              The correct cleaning order is an art.
5635              
5636              small tweaks for change#6705: avoid C++ style comments in C code;
5637              use Perl's malloc API rather than the low level system one
5638              
5639              Array context keeps slithering in.
5640              
5641              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
5642              
5643              Subject: [PATCH] os2.c fix for use64bitint
5644              
5645              Update to Pod::LaTeX 0.53.
5646              Subject: [PATCH] lib/Pod/LaTeX.pm updates
5647              
5648              Document the endianness of Alpha more precisely.
5649              
5650              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
5651              
5652              Rename the macro argument because some preprocessors
5653              can't tell the difference and expand arguments also inside
5654              double quoted strings.
5655              
5656              free TLS slot properly on Windows
5657              
5658              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
5659              
5660              Unicos/mk requires elaborate paranoia.
5661              
5662              Tweak the floating point output routine preferences.
5663              
5664              Also under djgpp the timestamps are funky.
5665              
5666              Apply some PodParser 1.18 patches; the Pod/Find.pm
5667              patches cannot be applied since #6712 conflicts.
5668              
5669              Use PodParser 1.18 new test.
5670              
5671              A pod nit.
5672              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
5673              
5674              Be verydeepclean.
5675      Branch: maint-5.6/perl
5676           +> pod/perlebcdic.pod
5677           !> (integrate 106 files)
5678 ____________________________________________________________________________
5679 [  7892] By: jhi                                   on 2000/11/27  15:02:32
5680         Log: Update Changes.
5681      Branch: perl
5682            ! Changes patchlevel.h
5683 ____________________________________________________________________________
5684 [  7891] By: jhi                                   on 2000/11/27  14:57:23
5685         Log: Subject: Re: perlfaq style changes
5686              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5687              Date: Sat, 25 Nov 2000 23:32:26 -0800
5688              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
5689              
5690              plus a note from Ronald Kimball.
5691      Branch: perl
5692            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
5693 ____________________________________________________________________________
5694 [  7890] By: jhi                                   on 2000/11/27  14:53:14
5695         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
5696              From: Benjamin Holzman <bah@ecnvantage.com>
5697              Date: Sun, 26 Nov 2000 16:27:33 -0500
5698              Message-ID: <20001126162733.J25040@ecnvantage.com>
5699      Branch: perl
5700            ! gv.c
5701 ____________________________________________________________________________
5702 [  7889] By: jhi                                   on 2000/11/27  14:43:11
5703         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
5704              From: lvirden@cas.org
5705              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
5706              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
5707      Branch: perl
5708            ! README.amiga
5709 ____________________________________________________________________________
5710 [  7888] By: jhi                                   on 2000/11/27  14:32:34
5711         Log: Restore also the locale test to no-sprintf-taint state.
5712              Fixes the bug 20001127.003.
5713      Branch: perl
5714            ! sv.c t/pragma/locale.t
5715 ____________________________________________________________________________
5716 [  7887] By: gsar                                  on 2000/11/27  14:13:05
5717         Log: integrate changes#6613..6616,6620..6665 from mainline
5718              
5719              VMS configure.com update continues.
5720              
5721              Subject: Test fails / warnings with perl-current #6612
5722              
5723              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
5724              
5725              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
5726              
5727              For now remove the mail code.
5728              
5729              Subject: Re: [PATCH] @+, @- readonly
5730              
5731              Subject: warning: storage class after type is obsolescent
5732              
5733              Subject: sfio2000
5734              
5735              Subject: Re: File::Temp problems on VMS in bleedperl
5736              
5737              README.os2 update.
5738              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
5739              
5740              Make the user to give up his firstborn, err, to knowingly
5741              verify installing an unstable developer release.  Also bump
5742              the release to 5.7.0, but leave a patch tag in the local
5743              patches saying that this is not yet the real thing.
5744              
5745              Update (kinda) to Test 1.14, from Joshua Pritikin.
5746              
5747              make ok etc also for win32.
5748              
5749              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
5750              
5751              Don't blow limited stacks, a lower number is enough to
5752              tickle the lookbehind limit.
5753              
5754              Use -Dusedevel; regen Configure and the respective Porting stuff.
5755              
5756              Subject: [PATCH] debugger exit code should reflect user exit code
5757              
5758              Subject: [PATCH perl@6620] cygwin port
5759              
5760              Missed a file from #6638.
5761              
5762              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)
5763              
5764              magic callbacks all need to have same type signature
5765              
5766              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
5767              
5768              Fix a dependency problem.
5769              Subject: [PATCH: 6640] VMS Makefile.SH update
5770              
5771              The numeric locale was reset to "C" by s?printf and never restored.
5772              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
5773              No test since adding the failing example to locale.t
5774              does not fail -- probably because the locale settings are so
5775              thoroughly tweaked by that time.  Running the example standalone
5776              does fail, though.  UPDATE: test case added at change #7540.
5777              
5778              Subject: [ID 20000324.040] minor fix to perlhpux.pod
5779              
5780              Update to CPAN 1.57.
5781              
5782              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
5783              
5784              Change the perlbug address to perl.org since it's more forgiving.
5785              
5786              Change the regx compilation error markers to use = instead of <
5787              since pod makes using the latter quite messy.  Reported in
5788              ID 20000814.006 by Abigail and in
5789              Subject: Unknown escape E<> ?
5790              
5791              Update to perldebtut 1.9, from Richard Foley.
5792              
5793              check that the number pseudo children doesn't exceed
5794              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
5795              the WaitForMultipleObjects() limit that would cause wait()
5796              to crash)
5797              wait() and waitpid() could potentially be rewritten to use
5798              more than one thread to do the waiting to eliminate this
5799              limitation
5800              
5801              change#6328 could make close(SOCKET) return false on windows
5802              when it shouldn't
5803              
5804              pod nit seen in passing
5805              
5806              on windows, the return values from wait() and waitpid() don't
5807              match those of pseudo-pids
5808              
5809              waitpid() now handles externally spawned pids correctly;
5810              fixes for backtick/wait/waitpid failures on Windows 9x
5811              these changes make the pid returned by process functions on
5812              Windows 9x always positive by clearing the high bit (which
5813              is always set on Win9x); pseudo-process PIDs are likewise
5814              always negative now on Win9x (just as on NT/2000)
5815              
5816              trailing new %ENV entries weren't being pushed into the real
5817              environment of subprocesses on Windows
5818              
5819              Tweak the regex compilation errors once more.
5820              
5821              avoid warnings from dense compiler
5822              
5823              add "ok" targets from change#6632 in makefile.mk
5824      Branch: maint-5.6/perl
5825            - lib/Pod/PlainText.pm vms/configure.com
5826           !> (integrate 66 files)
5827 ____________________________________________________________________________
5828 [  7886] By: jhi                                   on 2000/11/27  13:54:18
5829         Log: __FUNCTION__ isn't portable and trying to emulate it leads
5830              into practically spelling out the name of the function.
5831              Takes care of the bug 20001127.001.
5832      Branch: perl
5833            ! perlio.c
5834 ____________________________________________________________________________
5835 [  7885] By: gsar                                  on 2000/11/27  13:53:18
5836         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
5837              6610..6611 from mainline
5838              
5839              Make regular expression parse error messages easier to understand.
5840              Subject: Re: enhanced(?) regex error messages
5841              
5842              Tiny tidying on report_evil_fh().
5843              
5844              Subject: Re: enhanced(?) regex error messages 
5845              plus Capitalize the error messages, plus perldiag them.
5846              
5847              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
5848              
5849              Document here-doc better.
5850              
5851              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
5852              
5853              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
5854              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
5855              (either perlbug or p5p ate the original), plus regen
5856              perlapi and perltoc. 
5857              
5858              Regen global.sym.
5859              
5860              Double check that we have a dirhandle.
5861              
5862              Subject: Re: enhanced(?) regex error messages
5863              (plus two small patches sent privately)
5864              (this still seems to leave few test failures)
5865              
5866              warn is a macro, avoid using at a variable to avoid warnings
5867              in some configurations; readdir.t is too conservative in
5868              estimating number of *.t's
5869              
5870              Get back into sync with Jeffrey on the enhanced regex warnings.
5871              
5872              Subject: [PATCH 5.6.0] cygwin port
5873              
5874              Zero entries were skipped, fix from Adrian Goalby
5875              <argoalby@yahoo.co.uk>
5876              
5877              Subject: Remove dead entry in perldiag
5878              
5879              Amend the description of Perl6.
5880              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
5881              
5882              detypo
5883              
5884              It's the 2ndO'ROSSC.
5885              
5886              Revert the sv.c part of #6559, a better fix is needed.
5887              
5888              Iterating perl6 description.
5889              
5890              Update to Term::ANSIColor 1.03, from Russ Allbery.
5891              
5892              Update to Getopt::Long 2.23_05, from Johan Vromans.
5893              
5894              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
5895              
5896              Update to Pod::Parser 1.17, from Brad Appleton.
5897              
5898              Update to CPAN 1.56, from Andreas König.
5899              
5900              Update to CGI 2.70, from Lincoln Stein.
5901              
5902              Put back the std @INC thing.
5903              
5904              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
5905              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
5906              
5907              Document the IO::Select timeout.
5908              
5909              sleep(1) does not necessarily return 1.
5910              Subject: [PATCH bleadperl] op/lex_assign.t  
5911              
5912              Subject: debugger "d" command doesnt check line number
5913              
5914              B::Deparse didn't do sub attributes.
5915              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
5916              
5917              Preprocessing and postprocessing for File::Find.
5918              Subject: Patch to Find::File.pm to allow alphabetical results
5919              
5920              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
5921              
5922              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
5923              
5924              Subject: Re: [ID 20000730.003] utf8::length() bad
5925              
5926              Subject: Getting perlio and threads to compile
5927              (the Solaris version changes in Configure skipped)
5928              
5929              Tests for #6589.
5930              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
5931              
5932              Add Perl debugging tutorial, regen toc. 
5933              Subject: perldebtut.pod
5934              
5935              Add a few missing files, update MANIFEST.
5936              
5937              Rewrite of vms/subconfigure.com as configure.com,
5938              from Peter Prymmer and the vmsperl crew.
5939              
5940              Should have deleted this in #6603.
5941              
5942              Fix the test for 5005threads.
5943              
5944              Fix-n-skip the tests under 5005threads.
5945              
5946              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
5947              
5948              Upgrade to CGI 2.71, from Lincoln Stein.
5949      Branch: maint-5.6/perl
5950           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
5951           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
5952           +> t/op/regmesg.t t/pod/find.t vms/configure.com
5953            - vms/subconfigure.com
5954            ! lib/lib.pm
5955           !> (integrate 115 files)
5956 ____________________________________________________________________________
5957 [  7884] By: jhi                                   on 2000/11/27  13:44:33
5958         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
5959              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5960              Date:     Mon, 27 Nov 2000 08:23:54 EST
5961              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
5962      Branch: perl
5963            ! vms/descrip_mms.template vms/test.com
5964 ____________________________________________________________________________
5965 [  7883] By: gsar                                  on 2000/11/27  11:50:46
5966         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
5967              6511..6513,6515..6523,6525..6536
5968              
5969              The swallow_bom() saga continues.  The #23 of require.t
5970              (UTF16-LE) still fails (silently, no output) but the #22
5971              (UTF16-BE) seems to be working now.  The root of the
5972              failure may be in sv_gets(): is it UTF-16LE-aware,
5973              especially when it comes to line endings? 
5974              
5975              Document the problem with -P in HP-UX and its workaround.
5976              
5977              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
5978              (aka ID 20000730.002)
5979              
5980              Subject: fix and question re: waitpid() under win32
5981              
5982              Make the safety catch for buggy gccs work with triple version
5983              numbers like 2.95.2.  Reported in
5984              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
5985              
5986              In Digital UNIX warn if gcc explicitly chosen because even
5987              2.95.2 is known to cause problems.
5988              
5989              Make chr() for values >127 to create utf8 when under utf8.
5990              
5991              various syntax errors and such (not fixed: comp/require.t#22 coredump
5992              on Windows)
5993              
5994              Stash away the largefiles flags and libswanted.
5995              
5996              BOM patching from Simon Cozens.
5997              
5998              If gccosandvers is equal to osname, clear gccosandvers.
5999              
6000              Make p4desc to skip non-mainperl branches by default.
6001              
6002              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
6003              
6004              The test from this
6005              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
6006              
6007              In new BSDs changes to argv[] do not show up in ps(1) output,
6008              instead one must use setproctitle().  This was already addressed
6009              by change #6457, but the below has a new variant for FreeBSD 4.0
6010              or later, and the matter is also documented more.
6011              
6012              FreeBSD 3.* updates from
6013              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
6014              
6015              regen_headers, regen perltoc.
6016              
6017              Document in one place the memory abstractions used in Perl core.
6018              
6019              memcpy has n o in it, as pinted ut by Sarathy.
6020              
6021              Remove the extraneous "main::" prefix from all the
6022              "opened only for", "on closed", and "never opened" warnings.
6023              
6024              The name of a filehandle does not have <these>.
6025              
6026              The tr utf8 patching continues.
6027              
6028              The new setproctitle() feature is available only in 
6029              bleeding edge FreeBSD.  From Paul Saab.
6030              
6031              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
6032              
6033              Dump UVs as UVs in Data::Dumper.
6034              
6035              detypo #6494
6036              
6037              Document the IVdf UVuf UVof UVxf.
6038              
6039              require.t needs binmode() to work on windows
6040              
6041              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
6042              that are hopefully soon put into use.
6043              
6044              Allow "no Module;" even if there is no 'unimport'.
6045              
6046              Better skip message for the test; one of the two problems in
6047              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
6048              
6049              The subtest 4 may fail also on VOBS, as pointed out
6050              by Nick Ing-Simmons in November 1999, bug id 19991124.003
6051              (but the failure in that bug report isn't the subtest 4).
6052              
6053              Be more informative on what is skipped and why,
6054              also repeat the list at the end.
6055              
6056              Add a URL for FSF.
6057              
6058              Subject: [PATCH] sv.h documentation - SvLEN
6059              
6060              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
6061              
6062              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
6063              
6064              Subject: [PATCH] bad cppsymbols on os2 + Configure question
6065              
6066              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
6067              
6068              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
6069              mention the idea of @( and @)
6070              
6071              This is 6512.  Really.
6072              
6073              Subject: [ID 19990721.004] Documentation bug in perlfunc
6074              
6075              Subject: Minor tweak to perlvar.pod
6076              
6077              In the warnings call filehandles consistently so;
6078              add "unopened" warning for stat().
6079              
6080              After the #6519 a warning about stat() is just that,
6081              not about a filetest, which now have their own warning.
6082              
6083              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
6084              
6085              Subject: Re: Array vs. List context
6086              
6087              Subject: New perlcc, take 2
6088              
6089              Weed buglets pointed out by
6090              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
6091              
6092              gcc versions might have (parentheses) in them.
6093              
6094              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
6095              
6096              Essential prototype changes were missing from #6527.
6097              Also make report_evil_fh() more bomb-proof.
6098              
6099              Zap lib/Sys directory when cleaning up.
6100              
6101              Change the Policy policy: now -Dprefix= with an existing
6102              Policy.sh and prefix == siteprefix == vendorprefix, then all
6103              of them follow along the new prefix.
6104              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
6105              
6106              Continue fixing the io warnings.  This also
6107              sort of fixes bug ID 20000802.003: the core dump
6108              is no more.  Whether the current behaviour is correct
6109              (giving a warning: "Not a format reference"), is another matter.
6110              
6111              Have symbols for the IoTYPEs.
6112              
6113              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
6114              
6115              Document a bit that UDP is not what you might think.
6116              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
6117              tr memory corruption fix from Simon Cozens.
6118              
6119              Plug the security hole described in the Aug 05 2000 bugtraq message
6120              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
6121              The security hole exists only in suidperls, which isn't
6122              installed or even built by default.
6123      Branch: maint-5.6/perl
6124           !> (integrate 71 files)
6125 ____________________________________________________________________________
6126 [  7882] By: gsar                                  on 2000/11/27  10:25:36
6127         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
6128              from mainline
6129              
6130              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
6131              to be fatal errors (instead of by default ignoring them, and
6132              ignoring with a bug: even though -w gave an error, the opening [
6133              was left in)  Reported in:
6134              
6135              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
6136              
6137              Subject: [PATCH] split /^/
6138              
6139              MacOS nits from Matthias Neeracher.
6140              
6141              More split() doc and test patches from Mike Guy.
6142              
6143              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
6144              from Graham Barr in the module list.
6145              
6146              docfix from Peter Scott <Peter@PSDT.com>.
6147              
6148              File::Temp patches for VMS and OS/2 from Tim Jenness.
6149              
6150              open() wariness in perlbug.
6151              
6152              Subject: [PATCH] minor doc change - perlguts
6153              
6154              Subject: Minor doc patch: handy.h
6155              
6156              Be wary of close()s, too.
6157              
6158              Further File::Temp patches from Yitzchak Scott-Thoennes
6159              and Craig A. Berry.
6160              
6161              Subject: [PATCH] fixes bug 20000508.004
6162              
6163              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
6164              
6165              Allow "no AutoLoader;", based on change #6444,
6166              suggested by Graham Barr.
6167              
6168              Use setproctitle() if available to modify $0.
6169              
6170              Warn if the version of the operating system used to compile gcc
6171              differs from the current version of the operating system.
6172              Also display the gcc compilation os and version in myconfig.
6173              Inspiration from
6174              
6175              Tiny fixes for #6460.
6176              
6177              The problem described in this
6178              Subject: [ID 20000322.018] named chars aren't magical enough
6179              has been fixed in perl 5.6.0 but just in case added a test
6180              to keep it away.  (The report from Joseph Hall.)
6181              
6182              Tune the comments and hopefully stop a memory leak.
6183              
6184              Subject: UTF8 concat
6185              (with a memory leak fixed, plus a few casts added)
6186              This also seems to help for
6187              Subject: [ID 20000716.015] join UTF8 weirdness
6188              
6189              Do not upgrade SVs into utf8 just because they participate
6190              in eq or cmp.  Reported and fix suggested in
6191              Subject: [ID 20000720.009] sv_eq UTF8 bug
6192              
6193              Fix the HALF_UPGRADE() macro introduced in #6263.
6194              
6195              Find green threads before native threads.
6196              Subject: Re: Patch to jpl/JNI/Makefile.PL
6197      Branch: maint-5.6/perl
6198           !> (integrate 30 files)
6199 ____________________________________________________________________________
6200 [  7881] By: jhi                                   on 2000/11/27  05:48:41
6201         Log: It seems that *both* the unused submatch loop cleanup
6202              codes are needed.
6203      Branch: perl
6204            ! regexec.c
6205 ____________________________________________________________________________
6206 [  7880] By: jhi                                   on 2000/11/27  04:50:07
6207         Log: Clean .exists deeper.
6208      Branch: perl
6209            ! Makefile.SH
6210 ____________________________________________________________________________
6211 [  7879] By: jhi                                   on 2000/11/27  02:31:35
6212         Log: The code in regcppop() (see #7878) contains the correct lower
6213              limit for the unused submatch 'cleanup' loop so that under
6214              "use utf8" the following code wouldn't dump core:
6215              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
6216              the cleanup loop in regtry() stomped beyond allocated area
6217              in the startp[] array.  Therefore, copied the correct lower
6218              loop limit (*PL_reglastparen) to regtry().  Note: something
6219              may still not be quite right: why was the _higher_ loop limit
6220              (prog->nparens) different in the utf8 case?
6221              
6222              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
6223              without core dumps, there were about 17 of them before
6224              the patch (with us since Perl 5.7.0).  Two failures, still:
6225              496 and 505 (though these may not be severe).
6226              
6227              Patch #7881 is also needed since both the cleanup loops
6228              seem to be needed.
6229              
6230              Also, the t/op/pat#44 seems to core dump under utf8.
6231              Plus a couple of failures.  UGH-8.
6232      Branch: perl
6233            ! regexec.c
6234 ____________________________________________________________________________
6235 [  7878] By: jhi                                   on 2000/11/27  02:21:17
6236         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
6237              the code in regcppop() seems to be redundant for the test suite --
6238              but it contains a germ of truth, and it needed for the build
6239              process itself: see #7879 and #7881.
6240      Branch: perl
6241            ! regexec.c
6242 ____________________________________________________________________________
6243 [  7877] By: jhi                                   on 2000/11/27  01:53:09
6244         Log: Comment on comment.
6245      Branch: perl
6246            ! regexec.c
6247 ____________________________________________________________________________
6248 [  7876] By: jhi                                   on 2000/11/27  00:49:59
6249         Log: Adjust the docs to agree with #7875.
6250      Branch: perl
6251            ! pod/perllocale.pod
6252 ____________________________________________________________________________
6253 [  7875] By: jhi                                   on 2000/11/27  00:49:27
6254         Log: Retract #7863.  It makes more sense not to taint formatted output,
6255              not even by sprintf().
6256      Branch: perl
6257            ! sv.c
6258 ____________________________________________________________________________
6259 [  7874] By: jhi                                   on 2000/11/26  23:36:02
6260         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
6261              Not really fixed (should really dump the UTF-8 charclass),
6262              but stopped displaying the garbage.
6263              
6264              Also add a note on the (missing) Unicode PSXSPC and BLANK.
6265      Branch: perl
6266            ! regcomp.c
6267 ____________________________________________________________________________
6268 [  7873] By: jhi                                   on 2000/11/26  21:31:13
6269         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
6270      Branch: perl
6271            ! regexec.c
6272 ____________________________________________________________________________
6273 [  7872] By: jhi                                   on 2000/11/26  21:06:04
6274         Log: No need to scan till infinity, 13 is enough.
6275      Branch: perl
6276            ! handy.h utf8.c
6277 ____________________________________________________________________________
6278 [  7871] By: jhi                                   on 2000/11/26  20:20:32
6279         Log: Test line numbers are different with utf8.
6280      Branch: perl
6281            ! t/op/re_tests
6282 ____________________________________________________________________________
6283 [  7870] By: jhi                                   on 2000/11/26  20:10:12
6284         Log: Message nit.
6285      Branch: perl
6286            ! regcomp.c
6287 ____________________________________________________________________________
6288 [  7869] By: jhi                                   on 2000/11/26  19:01:05
6289         Log: Make utf8_length() and utf8_distance() (the latter of which
6290              is unused at the moment) to be less forgiving about bad UTF-8.
6291      Branch: perl
6292            ! embed.h embed.pl objXSUB.h proto.h utf8.c
6293 ____________________________________________________________________________
6294 [  7868] By: jhi                                   on 2000/11/26  18:45:56
6295         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
6296              From: Benjamin Holzman <bah@ecnvantage.com>
6297              Date: Sat, 25 Nov 2000 20:40:20 -0500       
6298              Message-ID: <20001125204020.A25040@ecnvantage.com>              
6299              
6300              Debian allows installing /usr/bin/locale without installing
6301              any locales, an error message will ensue.
6302      Branch: perl
6303            ! t/pragma/locale.t
6304 ____________________________________________________________________________
6305 [  7867] By: jhi                                   on 2000/11/26  18:31:12
6306         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
6307              From: Benjamin Holzman <bah@ecnvantage.com>
6308              Date: Sun, 26 Nov 2000 02:42:34 -0500
6309              Message-ID: <20001126024234.G25040@ecnvantage.com>
6310              
6311              Patch for the bug 20000212.002.
6312      Branch: perl
6313            ! sv.c t/op/array.t
6314 ____________________________________________________________________________
6315 [  7866] By: jhi                                   on 2000/11/26  18:28:09
6316         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
6317              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6318              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
6319              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
6320              
6321              File::Temp 0.11.
6322      Branch: perl
6323            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
6324 ____________________________________________________________________________
6325 [  7865] By: jhi                                   on 2000/11/26  18:24:22
6326         Log: The metaconfig unit change for #7864.
6327      Branch: metaconfig/U/perl
6328            ! need_va_copy.U
6329 ____________________________________________________________________________
6330 [  7864] By: jhi                                   on 2000/11/26  18:23:41
6331         Log: Make the va_copy() test not to be so talkative.
6332      Branch: perl
6333            ! Configure config_h.SH
6334 ____________________________________________________________________________
6335 [  7863] By: jhi                                   on 2000/11/26  18:11:02
6336         Log: Fix locale inconsistencies unearthed by Hugo's work.
6337              Now the floating point sprintf really does taint the result
6338              string as perllocale promises (has promised for a long time)
6339              if "use locale" is in the lexical scope.
6340      Branch: perl
6341            ! sv.c t/pragma/locale.t
6342 ____________________________________________________________________________
6343 [  7862] By: jhi                                   on 2000/11/26  00:35:15
6344         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
6345              From: Nicholas Clark <nick@ccl4.org>
6346              Date: Sun, 26 Nov 2000 00:07:50 +0000
6347              Message-ID: <20001126000750.A22446@plum.flirble.org>
6348              
6349              Infinit.
6350      Branch: perl
6351            ! sv.c
6352 ____________________________________________________________________________
6353 [  7861] By: jhi                                   on 2000/11/26  00:01:26
6354         Log: Integrate perlio.
6355      Branch: perl
6356           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
6357 ____________________________________________________________________________
6358 [  7860] By: nick                                  on 2000/11/25  22:04:17
6359         Log: Correct relative path from new ext\Filter\Util\Call location
6360              back to miniperl.
6361      Branch: perlio
6362            ! win32/makefile.mk
6363 ____________________________________________________________________________
6364 [  7859] By: nick                                  on 2000/11/25  21:26:54
6365         Log: Integrate mainline.
6366      Branch: perlio
6367           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
6368           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
6369           +> t/lib/filter-util.t
6370            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
6371            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
6372            - t/lib/filt-util.t
6373           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
6374           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
6375           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
6376           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
6377           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
6378           !> win32/makefile.mk
6379 ____________________________________________________________________________
6380 [  7858] By: gsar                                  on 2000/11/25  20:52:17
6381         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
6382              parent's memory; fix it by keeping track of the actual pad
6383              offset rather than a raw pointer (this change is probably also
6384              relevant to non-ithreads case to avoid fallout from reallocs of
6385              the pad array, but is currently only enabled for the ithreads
6386              case in the interests of minimal disruption to existing "well
6387              tested" code)
6388      Branch: perl
6389            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
6390            ! proto.h scope.c scope.h sv.c t/op/fork.t
6391 ____________________________________________________________________________
6392 [  7857] By: nick                                  on 2000/11/25  20:01:28
6393         Log: All tests pass on Win32/gcc/USE_PERLIO.
6394              - when crlf layer is pushed make unix-level binary.
6395              - remove :crlf injection in pp_backtick in pp_sys.c
6396              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
6397      Branch: perlio
6398            ! doio.c perlio.c pp_sys.c win32/makefile.mk
6399 ____________________________________________________________________________
6400 [  7856] By: jhi                                   on 2000/11/25  18:38:30
6401         Log: Update the metaconfig units for #7855.
6402      Branch: metaconfig/U/perl
6403            ! useperlio.U usesocks.U
6404 ____________________________________________________________________________
6405 [  7855] By: jhi                                   on 2000/11/25  18:37:54
6406         Log: Undo the SOCKS workarounds, instead start using PerlIO
6407              if SOCKS is selected.
6408              
6409              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
6410              From: Jens Hamisch <jens@Strawberry.COM>
6411              Date: Fri, 24 Nov 2000 18:31:30 +0100
6412              Message-ID: <20001124183130.E28337@Strawberry.COM>
6413              
6414              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
6415              From: Jens Hamisch <jens@Strawberry.COM>
6416              Date: Fri, 24 Nov 2000 19:11:51 +0100
6417              Message-ID: <20001124191151.A28753@Strawberry.COM>
6418      Branch: perl
6419            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
6420            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
6421 ____________________________________________________________________________
6422 [  7854] By: jhi                                   on 2000/11/25  17:39:08
6423         Log: Undo #7848.  Some of the code seems to use walkoptree(),
6424              some walkoptree_slow().  An unfinished renaming?
6425              Now the sub is walkoptree() (which is @EXPORT_OK),
6426              the walkoptree_slow() is a typeglob alias to walkoptree.
6427              This makes the tests to pass, at least.
6428      Branch: perl
6429            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
6430 ____________________________________________________________________________
6431 [  7853] By: nick                                  on 2000/11/24  22:24:33
6432         Log: Re-arrange crlf vs binary for platforms that care.
6433              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
6434              Lip-service to making stdio layer work on such platfroms (untested).
6435              Now fails 3 tests rather than one, checkin to see if I can debug 
6436              the issue under linux. (Do not merge.)
6437      Branch: perlio
6438            ! doio.c perlio.c perliol.h
6439 ____________________________________________________________________________
6440 [  7852] By: jhi                                   on 2000/11/24  18:57:39
6441         Log: AUTHORS edits.
6442      Branch: perl
6443            ! AUTHORS
6444 ____________________________________________________________________________
6445 [  7851] By: jhi                                   on 2000/11/24  17:34:56
6446         Log: Add Jan-Erik Karlsson.
6447      Branch: perl
6448            ! AUTHORS
6449 ____________________________________________________________________________
6450 [  7850] By: jhi                                   on 2000/11/24  17:27:56
6451         Log: Configure should find stdchar on its own.
6452      Branch: perl
6453            ! hints/solaris_2.sh
6454 ____________________________________________________________________________
6455 [  7849] By: jhi                                   on 2000/11/24  17:24:55
6456         Log: Subject: PATCH over 7848: Filter test flawed
6457              From: andreas.koenig@anima.de (Andreas J. Koenig)
6458              Date: 24 Nov 2000 10:28:29 +0100
6459              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
6460      Branch: perl
6461            ! t/lib/filter-util.t
6462 ____________________________________________________________________________
6463 [  7848] By: jhi                                   on 2000/11/24  17:22:15
6464         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
6465              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
6466              Date: Fri, 24 Nov 2000 16:12:58 +0000
6467              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
6468      Branch: perl
6469            ! ext/B/B.pm
6470 ____________________________________________________________________________
6471 [  7847] By: jhi                                   on 2000/11/24  03:07:01
6472         Log: Integrate perlio.
6473      Branch: perl
6474           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
6475           !> win32/makefile.mk
6476 ____________________________________________________________________________
6477 [  7846] By: gsar                                  on 2000/11/24  00:55:57
6478         Log: integrate changes#6415..6418,6420..6438 from mainline
6479              
6480              Fix the bitvector ops for utf8 (tricky since past 7 bits
6481              the utf8 'characters' can be more than one octet).
6482              
6483              MPE/ix updates for perl 5.6.0 from Mark Bixby.
6484              
6485              Subject: SDBM_File documentation
6486              
6487              Detypo.
6488              
6489              Decutandpasto.
6490              
6491              Send all installperl messages to STDERR and be -w clean.
6492              
6493              Out-of-date note removed.
6494              
6495              Protect against "wild next"s, that is, callbacks doing "next"
6496              instead of "return".
6497              
6498              Use STDOUT consistently.
6499              
6500              The output might have been produced in the wrong order.
6501              
6502              A missing 'break' after the [[:space:]] switch case.
6503              
6504              Add tests for
6505              [ID 19991110.003] another matching finding by pcre author
6506              which has already been fixed by some patch, as verified in
6507              
6508              Documentation to explain the behaviour of map().
6509              
6510              Add an optimization for map-maps-a-list-element-to-more-list-elements
6511              case, but add also notes explaining the relationship of this
6512              patch and the earlier notes by Sarathy.
6513              
6514              Subject: [ID 20000716.023] syslog test fails without sockets
6515              
6516              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
6517              Test cases for #6431.
6518              
6519              File::Spec::VMS fixup for tmpdir from Craig Berry.
6520              
6521              Make the "uninit variable" warning to say "concat or string"
6522              or "join or string" when in concat or join .
6523              
6524              Get UTF16 BOMs working.  Patch from
6525              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
6526              
6527              Subject: [PATCH] Make large file tests deal with SIGXFSZ
6528              
6529              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
6530              
6531              Subject: [PATCH] av.c apidoc
6532      Branch: maint-5.6/perl
6533           !> (integrate 43 files)
6534 ____________________________________________________________________________
6535 [  7845] By: gsar                                  on 2000/11/24  00:20:45
6536         Log: integrate changes#6406..6414 from mainline
6537              
6538              Merge perlhacktut into perlhack, update perlguts.
6539              
6540              Fix AutoSplit to use File::Spec the right way in VMS,
6541              from Peter Prymmer.
6542              
6543              The bug report
6544              [ID 19991110.002] minimal matching discrepancy found by pcre author
6545              seems to have been fixed (though differently from what was suggested
6546              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
6547              
6548              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
6549              not in pod, from Peter Prymmer
6550              
6551              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
6552              From: Hugo <hv@crypt.compulink.co.uk>
6553              Date: Fri, 14 Jul 2000 23:05:20 +0100
6554              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
6555              
6556              Didn't anymore apply, but that point still could use another fix.
6557              
6558              lib/b test fixes from Peter Prymmer.
6559              
6560              More docs for sv functions.
6561              
6562              perlvms.pod whitespace cleanup to keep pod utils happy.
6563              
6564              another VMS build tweak from Peter Prymmer
6565      Branch: maint-5.6/perl
6566           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
6567           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
6568           !> vms/descrip_mms.template vms/perlvms.pod
6569 ____________________________________________________________________________
6570 [  7844] By: nick                                  on 2000/11/23  23:42:45
6571         Log: Win32/perlio Now just fails one io/argv.t test - lack 
6572              of default :crlf on standard streams.
6573      Branch: perlio
6574            ! doio.c perlio.c
6575 ____________________________________________________________________________
6576 [  7843] By: nick                                  on 2000/11/23  23:04:05
6577         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
6578              peek fail is showing a real problem (multiple crlf layers
6579              are getting pushed.)
6580      Branch: perlio
6581            ! doio.c perlio.c win32/makefile.mk
6582 ____________________________________________________________________________
6583 [  7842] By: nick                                  on 2000/11/23  19:46:23
6584         Log: Implement PerlIO_binmode()
6585              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
6586              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
6587              make binmode in t/lib/io_tell.t unconditional so that works.
6588              Checkin just so Win32 machine can see these changes.
6589      Branch: perlio
6590            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
6591 ____________________________________________________________________________
6592 [  7841] By: jhi                                   on 2000/11/23  19:30:00
6593         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
6594      Branch: perl
6595            ! README.amiga
6596 ____________________________________________________________________________
6597 [  7840] By: jhi                                   on 2000/11/23  17:18:02
6598         Log: SOCKS wrestling continues, patches from Jens Hamisch.
6599      Branch: perl
6600            ! doio.c embed.h embed.pl perlsdio.h proto.h
6601 ____________________________________________________________________________
6602 [  7839] By: jhi                                   on 2000/11/23  16:54:14
6603         Log: Push Filter::Util::Call one level deeper.
6604      Branch: perl
6605            + t/lib/filter-util.t
6606           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
6607           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
6608            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
6609            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
6610            - t/lib/filt-util.t
6611            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
6612            ! win32/Makefile win32/makefile.mk
6613 ____________________________________________________________________________
6614 [  7838] By: jhi                                   on 2000/11/23  16:52:40
6615         Log: Reach back one higher up when searching for PERL_SRC.
6616      Branch: perl
6617            ! lib/ExtUtils/MM_Unix.pm
6618 ____________________________________________________________________________
6619 [  7837] By: jhi                                   on 2000/11/23  16:05:41
6620         Log: Subject: Re: perl@7826
6621              Date: Thu, 23 Nov 2000 02:20:25 -0600
6622              From: "Craig A. Berry" <craigberry@mac.com>
6623              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
6624              
6625              Make VMS to like Filter::Util::Call. 
6626      Branch: perl
6627            ! configure.com ext/Filter/Util/Makefile.PL
6628 ____________________________________________________________________________
6629 [  7836] By: nick                                  on 2000/11/23  16:04:08
6630         Log: Implement crlf layer - not ready for merge.
6631      Branch: perlio
6632            ! perlio.c win32/makefile.mk
6633 ____________________________________________________________________________
6634 [  7835] By: jhi                                   on 2000/11/23  15:56:52
6635         Log: STDCHAR is different in Sparc v9 vs x86.
6636      Branch: perl
6637            ! hints/solaris_2.sh
6638 ____________________________________________________________________________
6639 [  7834] By: jhi                                   on 2000/11/23  15:50:47
6640         Log: The type needs to be visible to protos.
6641      Branch: perl
6642            ! perl.h
6643 ____________________________________________________________________________
6644 [  7833] By: jhi                                   on 2000/11/23  15:40:46
6645         Log: Finish unfinished SOCKS workaround changes.
6646      Branch: perl
6647            ! doio.c
6648 ____________________________________________________________________________
6649 [  7832] By: jhi                                   on 2000/11/23  15:33:30
6650         Log: Integrate perlio.
6651      Branch: perl
6652           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6653           !> win32/makefile.mk
6654 ____________________________________________________________________________
6655 [  7831] By: nick                                  on 2000/11/23  10:31:07
6656         Log: Correct makefile.mk dependancies for ext/Filter/Util
6657              Build ext/Encode
6658              Run dmake regen_config_h
6659      Branch: perlio
6660            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6661            ! win32/makefile.mk
6662 ____________________________________________________________________________
6663 [  7830] By: nick                                  on 2000/11/23  08:05:07
6664         Log: Integrate mainline
6665      Branch: perlio
6666           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
6667           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
6668           +> t/lib/filt-util.pl t/lib/filt-util.t
6669           !> (integrate 41 files)
6670 ____________________________________________________________________________
6671 [  7829] By: gsar                                  on 2000/11/23  03:07:11
6672         Log: build the Filter extension on windows
6673      Branch: perl
6674            ! win32/Makefile win32/makefile.mk
6675 ____________________________________________________________________________
6676 [  7828] By: gsar                                  on 2000/11/23  02:46:35
6677         Log: regenerate win32/config* and fix some inconsistencies in the
6678              makefiles; always export Perl_deb() because it is needed
6679              by ext/re/* (whether perl itself is built with -DDEBUGGING
6680              or not)
6681      Branch: perl
6682            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
6683            ! win32/config_H.vc win32/makefile.mk
6684 ____________________________________________________________________________
6685 [  7827] By: gsar                                  on 2000/11/23  02:18:38
6686         Log: get sources building on windows+MSVC again (untested with other
6687              compilers)
6688      Branch: perl
6689            ! win32/include/sys/socket.h win32/perllib.c
6690 ____________________________________________________________________________
6691 [  7826] By: jhi                                   on 2000/11/23  01:18:26
6692         Log: Update Changes.
6693      Branch: perl
6694            ! Changes patchlevel.h
6695 ____________________________________________________________________________
6696 [  7825] By: jhi                                   on 2000/11/23  00:20:41
6697         Log: Subject: Re: av.c patch (having slight problems)
6698              From: "Ben Tilly" <ben_tilly@hotmail.com>
6699              Date: Tue, 21 Nov 2000 23:29:31 -0500
6700              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
6701              
6702              unshift() speedup.
6703      Branch: perl
6704            ! av.c
6705 ____________________________________________________________________________
6706 [  7824] By: jhi                                   on 2000/11/22  23:59:15
6707         Log: Fixes for signedness warnings noticed by VMSperlers.
6708      Branch: perl
6709            ! ext/Storable/Storable.xs regcomp.c sv.c
6710 ____________________________________________________________________________
6711 [  7823] By: jhi                                   on 2000/11/22  23:19:31
6712         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
6713              From: Peter Prymmer <pvhp@forte.com>
6714              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
6715              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
6716      Branch: perl
6717            ! t/pragma/warn/pp_hot
6718 ____________________________________________________________________________
6719 [  7822] By: jhi                                   on 2000/11/22  22:52:20
6720         Log: Be clean.
6721      Branch: perl
6722            ! Makefile.SH
6723 ____________________________________________________________________________
6724 [  7821] By: jhi                                   on 2000/11/22  22:46:39
6725         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
6726              by Damian Conway, as suggested by Paul Marquess.
6727      Branch: perl
6728            + lib/Filter/Simple.pm
6729 ____________________________________________________________________________
6730 [  7820] By: jhi                                   on 2000/11/22  22:45:51
6731         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
6732      Branch: perl
6733            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
6734            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
6735            + t/lib/filt-util.t
6736            ! MANIFEST
6737 ____________________________________________________________________________
6738 [  7819] By: jhi                                   on 2000/11/22  22:03:27
6739         Log: Integrate perlio.
6740      Branch: perl
6741           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
6742           !> win32/makefile.mk
6743 ____________________________________________________________________________
6744 [  7818] By: jhi                                   on 2000/11/22  21:56:02
6745         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
6746      Branch: perl
6747            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
6748            ! t/lib/io_sock.t
6749 ____________________________________________________________________________
6750 [  7817] By: jhi                                   on 2000/11/22  21:39:49
6751         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
6752              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6753              Date: Wed, 22 Nov 2000 16:08:12 -0500
6754              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
6755      Branch: perl
6756            ! lib/ExtUtils/Liblist.pm
6757 ____________________________________________________________________________
6758 [  7816] By: jhi                                   on 2000/11/22  21:38:25
6759         Log: Go ahead and #include <unistd.h> in perl.h.
6760      Branch: perl
6761            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
6762            ! util.c
6763 ____________________________________________________________________________
6764 [  7815] By: jhi                                   on 2000/11/22  21:22:52
6765         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
6766              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6767              Date: Mon, 20 Nov 2000 18:30:52 -0500
6768              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
6769      Branch: perl
6770            ! pod/perlre.pod regcomp.c t/op/re_tests
6771 ____________________________________________________________________________
6772 [  7814] By: jhi                                   on 2000/11/22  21:21:46
6773         Log: Subject: [PATCH 5.7.0] Liblist finally works
6774              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6775              Date: Tue, 21 Nov 2000 22:02:17 -0500
6776              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
6777      Branch: perl
6778            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
6779            ! lib/ExtUtils/MakeMaker.pm
6780 ____________________________________________________________________________
6781 [  7813] By: jhi                                   on 2000/11/22  21:20:23
6782         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
6783              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6784              Date: Wed, 22 Nov 2000 17:53:15 +0100
6785              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
6786              
6787              AIX dynaloader and perlio patch.
6788      Branch: perl
6789            ! ext/DynaLoader/dl_aix.xs
6790 ____________________________________________________________________________
6791 [  7812] By: jhi                                   on 2000/11/22  21:17:52
6792         Log: (Accidentally empty patch.)
6793      Branch: perl
6794            ! av.c
6795 ____________________________________________________________________________
6796 [  7811] By: jhi                                   on 2000/11/22  21:16:31
6797         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
6798              From: Peter Prymmer <pvhp@forte.com>
6799              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
6800              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
6801      Branch: perl
6802            ! vms/test.com
6803 ____________________________________________________________________________
6804 [  7810] By: jhi                                   on 2000/11/22  21:15:36
6805         Log: Subject: Re: perl@7777 
6806              From: "John P. Linderman" <jpl@research.att.com>
6807              Date: Wed, 22 Nov 2000 13:11:11 -0500
6808              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
6809              
6810              Detypoing.
6811      Branch: perl
6812            ! lib/CPAN.pm
6813 ____________________________________________________________________________
6814 [  7809] By: jhi                                   on 2000/11/22  21:14:19
6815         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
6816              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6817              Date:     Wed, 22 Nov 2000 13:51:37 EST
6818              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
6819      Branch: perl
6820            ! perlsdio.h
6821 ____________________________________________________________________________
6822 [  7808] By: jhi                                   on 2000/11/22  21:13:27
6823         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
6824              From: Casey Tweten <crt@kiski.net>
6825              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
6826              Message-Id: <200011201653.LAA10194@home.kiski.net>
6827      Branch: perl
6828            ! t/lib/io_udp.t
6829 ____________________________________________________________________________
6830 [  7807] By: jhi                                   on 2000/11/22  21:12:35
6831         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
6832              From: Casey Tweten <crt@kiski.net>
6833              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
6834              Message-Id: <200011201636.LAA07227@home.kiski.net>
6835      Branch: perl
6836            ! t/lib/io_sock.t
6837 ____________________________________________________________________________
6838 [  7806] By: jhi                                   on 2000/11/22  21:10:59
6839         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
6840              From: "Casey R. Tweten" <crt@kiski.net>
6841              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
6842              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
6843      Branch: perl
6844            ! utils/h2xs.PL
6845 ____________________________________________________________________________
6846 [  7805] By: nick                                  on 2000/11/22  21:05:06
6847         Log: Integrate mainline
6848      Branch: perlio
6849           !> Changes Porting/genlog ext/DB_File/DB_File.xs
6850           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
6851           !> utils/perlbug.PL
6852 ____________________________________________________________________________
6853 [  7804] By: jhi                                   on 2000/11/22  21:01:12
6854         Log: Subject: [PATCH] Test.pm POD peculiarity
6855              From: "Casey R. Tweten" <crt@kiski.net>
6856              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
6857              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
6858      Branch: perl
6859            ! lib/Test.pm
6860 ____________________________________________________________________________
6861 [  7803] By: jhi                                   on 2000/11/22  20:59:59
6862         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
6863              From: "Philip Newton" <pnewton@gmx.de>
6864              Date: Wed, 22 Nov 2000 14:25:53 +0100
6865              Message-Id: <3A1BD771.25462.1939FAD@localhost>
6866              
6867              Be case-understanding also on 's', and use the -oi of sendmail
6868              not to terminate the transmission on a lone '.'.
6869      Branch: perl
6870            ! utils/perlbug.PL
6871 ____________________________________________________________________________
6872 [  7802] By: nick                                  on 2000/11/22  20:51:42
6873         Log: Win32 PerlIO intermediate state now working as expected.
6874              - In current state we are still using C runtime in text/binary
6875              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
6876              - PERLIO=stdio and PERLIO=unix pass all expected tests.
6877              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
6878              and PerlIO_seek() and the dummy crlf layer is not making adjustments
6879              for CRLF translation happening in C runtime. All other tests pass.
6880              
6881              Added note to README.win32 to point out the snags of doing a perl build
6882              with Norton AntiVirus turned on.
6883              
6884              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
6885              which file a fail comes from.
6886              
6887              Updated "canned" config.h to match the one generated.
6888      Branch: perlio
6889            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
6890            ! win32/makefile.mk
6891 ____________________________________________________________________________
6892 [  7801] By: jhi                                   on 2000/11/22  06:50:20
6893         Log: Nickety nits.
6894      Branch: perl
6895            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
6896 ____________________________________________________________________________
6897 [  7800] By: jhi                                   on 2000/11/22  01:29:55
6898         Log: Changes had accidentally gone too silent on non-main branches.
6899      Branch: perl
6900            ! Changes Porting/genlog patchlevel.h
6901 ____________________________________________________________________________
6902 [  7799] By: gsar                                  on 2000/11/22  01:02:56
6903         Log: some lib_pm.PL changes snuck in via change#7772
6904      Branch: maint-5.6/perl
6905            ! Makefile.SH
6906 ____________________________________________________________________________
6907 [  7798] By: nick                                  on 2000/11/21  21:59:40
6908         Log: Integrate mainline
6909      Branch: perlio
6910           !> (integrate 28 files)
6911 ____________________________________________________________________________
6912 [  7797] By: jhi                                   on 2000/11/21  21:01:45
6913         Log: Integrate perlio.
6914      Branch: perl
6915           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
6916 ____________________________________________________________________________
6917 [  7796] By: nick                                  on 2000/11/21  20:36:22
6918         Log: Win32 builds and runs (mostly) with USE_PERLIO.
6919              PERLIO=perlio passes all tests. 
6920              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
6921      Branch: perlio
6922            ! perlio.c win32/perllib.c win32/win32.c
6923 ____________________________________________________________________________
6924 [  7795] By: jhi                                   on 2000/11/21  19:03:44
6925         Log: Update Changes.
6926      Branch: perl
6927            ! Changes patchlevel.h
6928 ____________________________________________________________________________
6929 [  7794] By: jhi                                   on 2000/11/21  18:56:34
6930         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
6931              From: "Craig A. Berry" <craigberry@mac.com>
6932              Date: Mon, 20 Nov 2000 20:27:06 -0600
6933              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
6934              
6935              A cut-and-pasto.
6936      Branch: perl
6937            ! perlio.h
6938 ____________________________________________________________________________
6939 [  7793] By: jhi                                   on 2000/11/21  18:54:41
6940         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
6941              From: Dominic Dunlop <domo@computer.org> 
6942              Date: Mon, 20 Nov 2000 18:55:29 +0100
6943              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
6944              
6945              va_copy() and the need of it.
6946              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
6947      Branch: metaconfig/U/perl
6948            + need_va_copy.U
6949      Branch: perl
6950            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6951            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
6952            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
6953            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6954            ! win32/config.bc win32/config.gc win32/config.vc
6955 ____________________________________________________________________________
6956 [  7792] By: jhi                                   on 2000/11/21  17:04:10
6957         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
6958      Branch: perl
6959           !> scope.h
6960 ____________________________________________________________________________
6961 [  7791] By: jhi                                   on 2000/11/21  17:01:16
6962         Log: Export the SOCKS workaround symbols only if necessary.
6963      Branch: perl
6964            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
6965 ____________________________________________________________________________
6966 [  7790] By: nick                                  on 2000/11/20  23:57:11
6967         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
6968      Branch: perlio
6969            ! scope.h
6970 ____________________________________________________________________________
6971 [  7789] By: nick                                  on 2000/11/20  23:38:33
6972         Log: Integrate mainline
6973      Branch: perlio
6974           +> lib/File/Spec/Epoc.pm
6975           !> (integrate 34 files)
6976 ____________________________________________________________________________
6977 [  7788] By: nick                                  on 2000/11/20  23:20:18
6978         Log: Make extra buffer layer work (dummy crlf layer)
6979      Branch: perlio
6980            ! doio.c perlio.c perlio.h
6981 ____________________________________________________________________________
6982 [  7787] By: jhi                                   on 2000/11/20  22:44:04
6983         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
6984              From: Peter Prymmer <pvhp@forte.com>
6985              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
6986              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
6987      Branch: perl
6988            ! t/pragma/locale.t
6989 ____________________________________________________________________________
6990 [  7786] By: jhi                                   on 2000/11/20  22:29:10
6991         Log: Subject: DOC PATCH 5.6.0 perlreftut
6992              From: mjd@plover.com
6993              Date: 20 Nov 2000 19:45:06 -0000
6994              Message-ID: <20001120194506.9505.qmail@plover.com>
6995      Branch: perl
6996            ! pod/perlreftut.pod
6997 ____________________________________________________________________________
6998 [  7785] By: jhi                                   on 2000/11/20  22:27:44
6999         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
7000              From: David Dyck <dcd@tc.fluke.com>
7001              Date: Mon, 20 Nov 2000 11:43:40 -0800
7002              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
7003      Branch: perl
7004            ! lib/Cwd.pm
7005 ____________________________________________________________________________
7006 [  7784] By: jhi                                   on 2000/11/20  22:23:21
7007         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
7008              Date: Mon, 20 Nov 2000 17:06:10 -0500
7009              To: Mailing list Perl5 <perl5-porters@perl.org>
7010              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
7011      Branch: perl
7012            ! pp_ctl.c t/op/pat.t
7013 ____________________________________________________________________________
7014 [  7783] By: jhi                                   on 2000/11/20  22:11:18
7015         Log: Subject: [PATCH] doop.c - UTF8 tr///               
7016              From: Simon Cozens <simon@cozens.net>
7017              Date: Sat, 18 Nov 2000 18:49:30 +0000
7018              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
7019              
7020              Subject: Re: [PATCH] doop.c - UTF8 tr///           
7021              From: Simon Cozens <simon@cozens.net>
7022              Date: Mon, 20 Nov 2000 20:45:22 +0000
7023              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
7024              
7025              Make tr on UTF-8 better but still not correct.
7026      Branch: perl
7027            ! doop.c
7028 ____________________________________________________________________________
7029 [  7782] By: jhi                                   on 2000/11/20  22:02:16
7030         Log: Remove the shared object before attempting to create
7031              (by linking) a new one.  E.g. in AIX not removing
7032              becomes quite painful if one tries to do more than one
7033              build in the same tree (an interrupted build, for example),
7034              since the AIX' shared dynaloader seemingly keeps the shared
7035              objects open and therefore 'busy' for quite a while, even when
7036              nobody is using the objects, leading into link failures.
7037      Branch: perl
7038            ! lib/ExtUtils/MM_Unix.pm
7039 ____________________________________________________________________________
7040 [  7781] By: gsar                                  on 2000/11/20  19:02:55
7041         Log: type mismatch due to faulty integration
7042      Branch: maint-5.6/perl
7043            ! toke.c win32/Makefile
7044 ____________________________________________________________________________
7045 [  7780] By: gsar                                  on 2000/11/20  17:31:55
7046         Log: integrate changes#6392,6394..6399,6401..6404
7047              
7048              The {multiplier} of a fixed substring was overlooked which
7049              caused a wrong initial search offset for that substring.
7050              
7051              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
7052              From: Hugo <hv@crypt.compulink.co.uk>
7053              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
7054              Date: Thu, 13 Jul 2000 19:27:13 +0100
7055              
7056              Fix the BOM bug: not a byteorder bug, a signedness bug.
7057              
7058              Replace change #6337 with a better one.
7059              
7060              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
7061              From: Hugo <hv@crypt.compulink.co.uk>
7062              Date: Fri, 14 Jul 2000 04:16:20 +0100
7063              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
7064              
7065              MakeMaker should not remove editor backups (*~) on `make clean`
7066              by default (completes change#6383)
7067              
7068              move new variables to the end of the interpreter structure (for
7069              bincompat in code that doesn't #include XSUB.h)
7070              
7071              rename totally bletcherous SvLOCK() thingy (doesn't do what the
7072              name suggests anyway)
7073              
7074              various cleanups (typos, misformatted code, and small bugs)
7075              
7076              typecasts needed for change#6394
7077              
7078              typos in change#6399, regen headers
7079              
7080              inconsistent types needs casts
7081              
7082              PERL_OBJECT build tweaks
7083      Branch: maint-5.6/perl
7084           !> MANIFEST doop.c embed.h embed.pl embedvar.h
7085           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
7086           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
7087           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
7088           !> toke.c util.c
7089 ____________________________________________________________________________
7090 [  7779] By: gsar                                  on 2000/11/20  17:06:29
7091         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
7092              
7093              Cosmetics and perldelta.
7094              
7095              Fix nits noticed by Boston.pm.
7096              
7097              Do the cc sanity check both before the hints and
7098              after the cc selction.
7099              
7100              get sprintf.t to adjust properly for 3-digit exponents
7101              
7102              don't clobber *.orig files on *clean targets
7103              
7104              fix bugs in processing %v-*d and similar format specs (from
7105              Avi Finkel <avi@finkel.org>)
7106              
7107              sprintf test tweaks (from Dominic Dunlop)
7108              
7109              new selfloader.t in change#6183 doesn't close DATA handles,
7110              and thus fails to clean up tmp files on dosish platforms
7111              
7112              typos (spotted by Peter Prymmer)
7113              
7114              typo fix from Craig Berry
7115      Branch: maint-5.6/perl
7116           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
7117           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
7118           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
7119           !> x2p/Makefile.SH
7120 ____________________________________________________________________________
7121 [  7778] By: gsar                                  on 2000/11/20  16:46:51
7122         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
7123              
7124              Subject: Re: format bug report  [Patch]
7125              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7126              Date: Wed, 05 Jul 2000 13:12:52 +0200
7127              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
7128              
7129              Subject: Re: format bug report  [Patch]
7130              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7131              Date: Wed, 05 Jul 2000 14:10:01 +0200
7132              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
7133              
7134              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
7135              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7136              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
7137              Date: Fri, 07 Jul 2000 17:57:16 +0100
7138              
7139              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
7140              To: perl5-porters@perl.org
7141              From: Karsten Sperling <spiff@phreax.net>
7142              Date: Mon, 10 Jul 2000 15:12:52 +0200
7143              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
7144              
7145              README.posix-bc podified from Thomas Dorner.
7146              
7147              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
7148              From: Dominic Dunlop <domo@computer.org>
7149              Date: Tue, 11 Jul 2000 12:27:33 +0200
7150              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
7151              
7152              Typo in #6341.
7153              
7154              Fix for
7155              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
7156              From: Roderick Schertler <roderick@argon.org>
7157              Date: Tue, 11 Jul 2000 13:55:05 -0400
7158              Message-Id: <200007111755.NAA05077@jones.argon.org>
7159              
7160              Minor cleanups on the booklist.
7161              
7162              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
7163              regen perltoc.
7164              
7165              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
7166      Branch: maint-5.6/perl
7167           +> pod/perlbook.pod
7168           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
7169           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
7170           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
7171 ____________________________________________________________________________
7172 [  7777] By: jhi                                   on 2000/11/20  16:08:49
7173         Log: Update Changes.
7174      Branch: perl
7175            ! Changes patchlevel.h
7176 ____________________________________________________________________________
7177 [  7776] By: jhi                                   on 2000/11/20  15:27:56
7178         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
7179              This may be overly harsh but until proven otherwise, we think this
7180              way, or until we have a simple test for Configure (having to start
7181              up servers is does not count as simple) to check for the problems.
7182      Branch: perl
7183            ! perl.h
7184 ____________________________________________________________________________
7185 [  7775] By: jhi                                   on 2000/11/20  15:22:17
7186         Log: Solaris hints tweaks.
7187      Branch: perl
7188            ! hints/solaris_2.sh
7189 ____________________________________________________________________________
7190 [  7774] By: jhi                                   on 2000/11/20  15:01:20
7191         Log: Add a workaround to SOCKS 64-bit problems.
7192      Branch: perl
7193            ! doio.c embed.h embed.pl perlsdio.h proto.h
7194 ____________________________________________________________________________
7195 [  7773] By: jhi                                   on 2000/11/20  14:51:47
7196         Log: sysseek() instead of seek().
7197      Branch: perl
7198            ! t/lib/syslfs.t
7199 ____________________________________________________________________________
7200 [  7772] By: gsar                                  on 2000/11/20  13:06:23
7201         Log: integrate changes#6315..6319,6321..6331,6333..6338
7202              
7203              Integrate with Sarathy, preliminary fix for unicos
7204              alignment problems in [ID 20000612.002] Perl problem on Cray system.
7205              
7206              some debugger output does not go to the socket when RemotePort is set
7207              
7208              winsock cleanup never done on Windows (leads to handle leaks)
7209              
7210              fix UNC path handling on Windows under ithreads, and chdir()
7211              return value when given a non-existent directory
7212              
7213              Autogenerate pod/Makefile and pod/buildtoc.
7214              buildtoc also checks whether the existin pods are
7215              mentioned in MANIFEST and perl.pod, and vice versa.
7216              (None of the thusly found discrepancies fixed yet.)
7217              roffitall also needs to be autogenerated similarly but it
7218              seems so badly out of date that I didn't touch it yet.
7219              
7220              Config is being used.
7221              
7222              Add =head1 NAMEs so that buildtoc is happy.
7223              (The CGI::Util nit reported to Lincoln.)
7224              
7225              Fix complaints of buildtoc.
7226              
7227              Fix the alignment problem in Crays ([ID 20000612.002]).
7228              
7229              Remove perlbook, update perlfaq book listing,
7230              rearrange perl.pod, regenerate perltoc.
7231              
7232              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
7233              was cast to an unsigned (32-bit) integer with wild abandon.
7234              
7235              winsock options weren't being set in all threads under ithreads
7236              (caused send()s from second and subsequent threads to fail)
7237              
7238              accept() leaks memory on windows due to incorrect ordering of
7239              closesocket() and fclose() calls
7240              
7241              Reorder perl.pod once more.
7242              
7243              More POSIX.pod tweaks.
7244              
7245              Sprinkle ldlibpath.
7246              
7247              Precedence goof, fix based on
7248              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
7249              From: Hugo <hv@crypt.compulink.co.uk>
7250              Date: Tue, 11 Jul 2000 12:52:38 +0100
7251              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
7252              
7253              Subject: PATCH perlguts.pod: Document D and d magic types
7254              From: mjd@plover.com
7255              Date: 5 Jul 2000 18:01:51 -0000
7256              Message-ID: <20000705180151.29413.qmail@plover.com>
7257              
7258              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
7259              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
7260              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
7261              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
7262              
7263              Subject: [PATCH cfgperl] $& segfaults if you trick it
7264              From: simon@brecon.co.uk (Simon Cozens)
7265              Date: 7 Jul 2000 11:26:09 GMT
7266              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
7267              
7268              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
7269              From: Hugo <hv@crypt.compulink.co.uk>
7270              Date: Tue, 11 Jul 2000 12:44:50 +0100
7271              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
7272              
7273              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
7274              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7275              Date: Tue, 11 Jul 2000 13:50:51 +0100
7276              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
7277      Branch: maint-5.6/perl
7278           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
7279           +> pod/buildtoc.PL
7280            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
7281           !> (integrate 26 files)
7282 ____________________________________________________________________________
7283 [  7771] By: gsar                                  on 2000/11/20  12:31:42
7284         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
7285              6310,6311,6314
7286              
7287              Subject: [PATCH bleedperl] File::Spec 0.82 beta
7288              From: Barrie Slaymaker <barries@jester.slaysys.com>
7289              Date: Wed, 28 Jun 2000 11:35:29 -0400
7290              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
7291              
7292              tweak perlembed for multiplicity/usethreads sanity; correct notes
7293              about Windows
7294              
7295              localize %INC in a Safe compartment so that use/require work
7296              (many other magic globals probably need similar treatment)
7297              
7298              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
7299              when @_ is modified, causing coredumps
7300              
7301              slurp mode fix in change#4736 still not quite right
7302              
7303              Point to perlipc for more SysV IPC examples.
7304              
7305              Elaborate POSIX.pod.  Still needs work.
7306              
7307              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
7308              
7309              fix large memory leak that has been around for ever, masked by
7310              -DPURIFY (most of the arenas were never freed!)
7311              
7312              fix memory leak on Windows (PL_sys_intern contents were never
7313              freed)
7314              
7315              PERL_OBJECT build tweak
7316              
7317              adjust change#6299
7318              
7319              remove rel2abs prototypes (from Barrie Slaymaker)
7320              
7321              missing perldiag entry for unpack("w",...) diagnostic (from
7322              Andreas Koenig)
7323              
7324              better diagnostic on Frob->stuff() when Frob:: doesn't exist
7325              (from Richard Soderberg <rs@oregonnet.com>)
7326              
7327              Win32 patches for cfgperl from Sarathy.
7328              
7329              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
7330              
7331              More POSIX.pod embellishment.
7332              
7333              tyop in change#6306
7334      Branch: maint-5.6/perl
7335           !> (integrate 44 files)
7336 ____________________________________________________________________________
7337 [  7770] By: gsar                                  on 2000/11/20  11:51:00
7338         Log: integrate changes#6268..6282 from cfgperl branch
7339              
7340              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
7341              From: Dominic Dunlop <domo@computer.org>
7342              Date: Thu, 29 Jun 2000 12:32:39 +0200
7343              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
7344              
7345              Regen headers for #6261 (and update embed.pl for this) and #6267,
7346              silence few compiler warnings.
7347              
7348              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
7349              From: Nicholas Clark <nick@talking.bollo.cx>
7350              Date: Fri, 23 Jun 2000 16:21:15 +0100
7351              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
7352              
7353              Subject: PATCH pod/perltie.pod
7354              From: Ian Phillipps <Ian.Phillipps@iname.com>
7355              Date: Fri, 16 Jun 2000 00:17:19 +0100
7356              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
7357              (only the first hunk, the second hunk had already been done
7358              by some other patch)
7359              
7360              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
7361              From: Tom Phoenix <rootbeer@redcat.com>
7362              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
7363              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
7364              
7365              Subject: [PATCH] xsub attributes
7366              From: Doug MacEachern <dougm@covalent.net>
7367              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
7368              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
7369              
7370              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
7371              From: Andy Dougherty <doughera@lafayette.edu>
7372              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
7373              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
7374              
7375              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
7376              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7377              Date: Tue, 13 Jun 2000 02:43:48 -0500
7378              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
7379              
7380              Subject: [PATCH] Re: eval documentation: context
7381              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7382              Date: Mon, 12 Jun 2000 15:07:29 +0100
7383              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
7384              
7385              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
7386              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7387              Date: Mon, 12 Jun 2000 14:55:59 +0100
7388              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
7389              
7390              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
7391              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
7392              Date: Fri, 09 Jun 2000 12:39:27 -0400
7393              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
7394              (plus update the version "number" of Text::Wrap)
7395              
7396              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
7397              From: Tim Ayers <tayers@bridge.com>
7398              Date: Thu, 08 Jun 2000 08:11:06 +0200
7399              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
7400              [resent by Richard Foley, Message-Id probably wrong]
7401              
7402              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
7403              From: rspier@pobox.com (Robert Spier)
7404              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
7405              Message-ID: <14654.31913.845602.610277@rls.cx>
7406              
7407              Subject: [PATCH 5.6.0] utils/h2xs.PL
7408              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7409              Date: Wed, 7 Jun 2000 04:02:04 -0500
7410              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
7411              
7412              Subject: [PATCH 5.6.0]ITHREADs for VMS
7413              From: Dan Sugalski <dan@sidhe.org>
7414              Date: Tue, 06 Jun 2000 11:59:50 -0400
7415              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
7416      Branch: maint-5.6/perl
7417           !> (integrate 31 files)
7418 ____________________________________________________________________________
7419 [  7769] By: gsar                                  on 2000/11/20  11:29:06
7420         Log: integrate changes#6261..6266 from cfgperl
7421              
7422              Subject: Re: [PATCH cfgperl] BOMs away!
7423              From: simon@brecon.co.uk (Simon Cozens)
7424              Date: 17 Jun 2000 11:49:57 GMT
7425              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
7426              
7427              Subject: 5.6.0 Patch for EPOC
7428              From: Olaf Flebbe <o.flebbe@gmx.de>
7429              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
7430              Message-ID: <23449.960929969@www11.gmx.net>
7431              
7432              tr fixes from Simon Cozens
7433              
7434              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
7435              From: Marty Lucich <marty@netcom.com>
7436              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
7437              Message-Id: <200006282116.OAA11148@netcom.com>
7438              ccdlflags update (the BSD/OS 4.1 part had already been taken
7439              care of by #6141).
7440              
7441              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
7442              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7443              Date: Wed, 28 Jun 2000 17:50:12 -0700
7444              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
7445              
7446              Subject: [PATCH 5.6.0] cygwin port
7447              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
7448              From: "Fifer, Eric" <EFifer@sanwaint.com>
7449              Date: Thu, 29 Jun 2000 12:58:29 +0100
7450      Branch: maint-5.6/perl
7451           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
7452           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
7453           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
7454           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
7455 ____________________________________________________________________________
7456 [  7768] By: gsar                                  on 2000/11/20  11:13:44
7457         Log: integrate changes#6252..6256,6259..6260
7458              
7459              Paranoia tweak on #6249.
7460              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
7461              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
7462              Date: Sun, 25 Jun 2000 23:43:12 -0400
7463              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
7464              
7465              Subject: tr///, help wanted.
7466              From: simon@brecon.co.uk (Simon Cozens)
7467              Date: 28 Jun 2000 11:29:04 GMT
7468              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
7469              
7470              small thinko tweaks
7471              
7472              tweaks from Simon Conzes to further fix tr/// under utf8
7473              
7474              perlnewmod was missing from MANIFEST.
7475              
7476              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
7477              From: simon@brecon.co.uk (Simon Cozens)
7478              Date: 17 Jun 2000 11:56:44 GMT
7479              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
7480              pack U0, pack C0
7481      Branch: maint-5.6/perl
7482           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
7483           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
7484           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
7485           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
7486 ____________________________________________________________________________
7487 [  7767] By: gsar                                  on 2000/11/20  10:51:38
7488         Log: integrate change#6250 from cfgperl
7489              
7490              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
7491              From: Doug MacEachern <dougm@covalent.net>
7492              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
7493              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
7494      Branch: maint-5.6/perl
7495           +> t/op/my_stash.t
7496           !> MANIFEST embed.pl global.sym proto.h toke.c
7497 ____________________________________________________________________________
7498 [  7766] By: gsar                                  on 2000/11/20  10:48:34
7499         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
7500              
7501              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
7502              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
7503              Date: Mon, 26 Jun 2000 18:40:14 +0100
7504              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
7505              
7506              Subject: [PATCH] bytes<->utf8 fixes
7507              From: simon@brecon.co.uk (Simon Cozens)
7508              Date: 26 Jun 2000 04:55:45 GMT
7509              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
7510              
7511              Subject: [PATCH] is_utf8_string
7512              From: simon@brecon.co.uk (Simon Cozens)
7513              Date: 26 Jun 2000 02:25:59 GMT
7514              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
7515              
7516              Subject: [PATCH] avoid mg_ptr in '*' magic
7517              From: Doug MacEachern <dougm@covalent.net>
7518              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
7519              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
7520              
7521              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
7522              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
7523              Date: Sat, 24 Jun 2000 13:06:20 +0100
7524              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
7525              
7526              Allow for standalone testing.
7527              
7528              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
7529              From: Mark-Jason Dominus <mjd@plover.com>
7530              Date: Tue, 27 Jun 2000 22:36:42 -0400
7531              Message-ID: <20000628023642.12166.qmail@plover.com>
7532              
7533              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
7534              From: Frank Tobin <ftobin@uiuc.edu>
7535              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
7536              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
7537      Branch: maint-5.6/perl
7538           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
7539           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
7540           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
7541           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
7542           !> utf8.c utils/h2xs.PL
7543 ____________________________________________________________________________
7544 [  7765] By: gsar                                  on 2000/11/20  10:29:13
7545         Log: integrate change#6239 from cfgperl
7546              
7547              Configure maintenance.  Sever some dependency cycles,
7548              separate gccversion from the cc unit,
7549              address [ID 20000623.006] Configure script patch for using gcc on AIX
7550              (but solve it a little bit differently),
7551              unduplex some accidentally duplicated units,
7552              suggest using gcc if no cc available
7553              (p5p thread: "Solaris configure: counterproposal", 1999-09)
7554      Branch: maint-5.6/perl
7555           !> Configure Todo-5.6 config_h.SH
7556 ____________________________________________________________________________
7557 [  7764] By: gsar                                  on 2000/11/20  10:25:55
7558         Log: integrate changes#6233..6238 from cfgperl
7559              
7560              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
7561              From: Mark-Jason Dominus <mjd@plover.com>
7562              Date: Fri, 16 Jun 2000 20:53:04 -0400
7563              Message-ID: <20000617005304.8008.qmail@plover.com>
7564              
7565              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
7566              because when run as services (Win32ese for daemons)
7567              no environment variables are set and tmpdir ends up as /tmp,
7568              which is ambiguous.
7569              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
7570              From: matt@sergeant.org
7571              Date: 16 Jun 2000 16:30:43 -0000
7572              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
7573              
7574              The thread begun by
7575              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
7576              From: Kevin.Ruscoe@ubsw.com
7577              Date: Fri, 16 Jun 2000 16:38:51 +0100
7578              Message-Id: <H000019b03c300d6@MHS>
7579              
7580              Tweak embed.pl, regen headers.
7581              
7582              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
7583              From: Dan Sugalski <dan@sidhe.org>
7584              Date: Fri, 23 Jun 2000 17:00:00 -0400
7585              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
7586      Branch: maint-5.6/perl
7587           !> (integrate 27 files)
7588 ____________________________________________________________________________
7589 [  7763] By: gsar                                  on 2000/11/20  10:08:08
7590         Log: s/perl56delta/perldelta/g
7591      Branch: maint-5.6/perl
7592            ! pod/Makefile
7593 ____________________________________________________________________________
7594 [  7762] By: gsar                                  on 2000/11/20  10:04:00
7595         Log: integrate changes#6225,6229,6231,6232 from cfgperl
7596              
7597              Add source code filenames to apidoc.
7598              From: simon@brecon.co.uk (Simon Cozens)
7599              Subject: [PATCH embed.pl] Source X-ref
7600              Date: 22 Jun 2000 02:18:49 GMT
7601              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
7602              
7603              Subject: README.hpux version 0.6.1
7604              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
7605              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
7606              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
7607              
7608              Subject: [PATCH 5.6.0] cygwin port
7609              From: "Fifer, Eric" <EFifer@sanwaint.com>
7610              Date: Tue, 20 Jun 2000 14:30:58 +0100
7611              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
7612              
7613              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
7614              From: simon@brecon.co.uk (Simon Cozens)
7615              Date: 19 Jun 2000 15:18:27 GMT
7616              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
7617              
7618              plus update pod/Makefile and regenerate perltoc
7619      Branch: maint-5.6/perl
7620           +> pod/perlutil.pod
7621           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
7622           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
7623 ____________________________________________________________________________
7624 [  7761] By: jhi                                   on 2000/11/20  04:09:55
7625         Log: Miraculous typo.
7626      Branch: perl
7627            ! t/op/pat.t
7628 ____________________________________________________________________________
7629 [  7760] By: jhi                                   on 2000/11/20  04:06:08
7630         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
7631              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7632              Date: Sun, 19 Nov 2000 22:30:26 -0500
7633              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
7634      Branch: perl
7635            ! regexec.c scope.h t/op/pat.t
7636 ____________________________________________________________________________
7637 [  7759] By: jhi                                   on 2000/11/20  02:05:22
7638         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
7639      Branch: perl
7640            ! perl.h
7641 ____________________________________________________________________________
7642 [  7758] By: jhi                                   on 2000/11/20  01:58:11
7643         Log: Subject: [perl 7711: EPOC] updates
7644              From: Olaf Flebbe <o.flebbe@gmx.de>
7645              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
7646              Message-ID: <25575.974658810@www23.gmx.net>               
7647      Branch: perl
7648            + lib/File/Spec/Epoc.pm
7649            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
7650            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
7651            ! lib/File/Spec.pm perl.c sv.c
7652 ____________________________________________________________________________
7653 [  7757] By: jhi                                   on 2000/11/20  01:53:11
7654         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
7655      Branch: perl
7656            ! MANIFEST
7657 ____________________________________________________________________________
7658 [  7756] By: jhi                                   on 2000/11/20  01:47:22
7659         Log: Integrate perlio.
7660      Branch: perl
7661            - ext/re/hints/MSWin32.pl
7662           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
7663           !> win32/config.gc win32/config_H.gc win32/win32sck.c
7664 ____________________________________________________________________________
7665 [  7755] By: nick                                  on 2000/11/19  20:57:17
7666         Log: Add dummy crlf layer (just as buffer)
7667              Correct 1st bug - one layer of indirection.
7668      Branch: perlio
7669            ! perlio.c perlio.h perliol.h
7670 ____________________________________________________________________________
7671 [  7754] By: nick                                  on 2000/11/19  20:56:12
7672         Log: Work-round to Perl_deb_nocontext is no longer required
7673      Branch: perlio
7674            - ext/re/hints/MSWin32.pl
7675 ____________________________________________________________________________
7676 [  7753] By: nick                                  on 2000/11/19  20:01:16
7677         Log: diff -se shows these as different
7678      Branch: perlio
7679            ! global.sym pod/perlapi.pod
7680 ____________________________________________________________________________
7681 [  7752] By: nick                                  on 2000/11/19  18:57:30
7682         Log: Configure GCC/Win32 build -Duseperlio
7683              Fix a couple of gross issues
7684              - double-include of ../deb.o in re.dll
7685              - win32sck.c needs PerlIO and FILE 
7686      Branch: perlio
7687            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
7688            ! win32/win32sck.c
7689 ____________________________________________________________________________
7690 [  7751] By: nick                                  on 2000/11/19  17:05:36
7691         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
7692      Branch: perlio
7693            ! perlio.c
7694 ____________________________________________________________________________
7695 [  7750] By: nick                                  on 2000/11/19  16:57:14
7696         Log: Missing aTHX_
7697      Branch: perlio
7698            ! sv.c
7699 ____________________________________________________________________________
7700 [  7749] By: jhi                                   on 2000/11/19  16:28:40
7701         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
7702              From: "Peter J. Farley III" <pjfarley@banet.net>
7703              Date: Sun, 19 Nov 2000 01:42:58 -0500
7704              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
7705      Branch: perl
7706            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
7707 ____________________________________________________________________________
7708 [  7748] By: jhi                                   on 2000/11/19  16:08:10
7709         Log: Subject: podlators 1.05 available        
7710              From: Russ Allbery <rra@stanford.edu>   
7711              Date: 18 Nov 2000 22:04:28 -0800
7712              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
7713      Branch: perl
7714            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
7715 ____________________________________________________________________________
7716 [  7747] By: nick                                  on 2000/11/19  11:19:39
7717         Log: Integrate mainline
7718      Branch: perlio
7719           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
7720           !> util.c
7721 ____________________________________________________________________________
7722 [  7746] By: jhi                                   on 2000/11/19  06:42:22
7723         Log: Make hex scanning warn on "\x{x}" and "\xx".
7724              "\x" and and hex("x") are still valid.
7725      Branch: perl
7726            ! util.c
7727 ____________________________________________________________________________
7728 [  7745] By: nick                                  on 2000/11/18  22:52:28
7729         Log: Integrate mainline
7730      Branch: perlio
7731           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
7732           !> perl.h perlio.c proto.h regcomp.c regcomp.h
7733 ____________________________________________________________________________
7734 [  7744] By: jhi                                   on 2000/11/18  22:50:28
7735         Log: Introduce Perl_utf8_length().  Use it.
7736      Branch: perl
7737            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
7738 ____________________________________________________________________________
7739 [  7743] By: jhi                                   on 2000/11/18  22:38:51
7740         Log: Compiler denit.
7741      Branch: perl
7742            ! perlio.c
7743 ____________________________________________________________________________
7744 [  7742] By: jhi                                   on 2000/11/18  20:33:05
7745         Log: Integrate perlio.
7746      Branch: perl
7747           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
7748           !> perlio.h pp_ctl.c pp_sys.c sv.c
7749 ____________________________________________________________________________
7750 [  7741] By: jhi                                   on 2000/11/18  20:31:27
7751         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
7752              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7753              Date: Fri, 17 Nov 2000 20:35:11 -0500
7754              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
7755              
7756              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
7757              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7758              Date: Fri, 17 Nov 2000 21:03:47 -0500
7759              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
7760              
7761              Plus a little bit of tweaking in pregcomp().
7762      Branch: perl
7763            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
7764 ____________________________________________________________________________
7765 [  7740] By: nick                                  on 2000/11/18  20:17:22
7766         Log: Lexical use open ... support:
7767              add ->cop_io to COP structure in cop.h.
7768              Make mg.c and gv.c associate it with ${^OPEN}.
7769              Make lib/open.pm set it.
7770              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
7771              manner similar to ->cop_warnings.
7772              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
7773              call new PerlIO_apply_layers().
7774              Declare latter in perlio.h and define in perlio.c
7775      Branch: perlio
7776            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
7777            ! perlio.h pp_ctl.c pp_sys.c sv.c
7778 ____________________________________________________________________________
7779 [  7739] By: jhi                                   on 2000/11/18  19:54:00
7780         Log: Integrate perlio.
7781      Branch: perl
7782           !> doio.c perlio.c pp.c
7783 ____________________________________________________________________________
7784 [  7738] By: jhi                                   on 2000/11/18  17:16:13
7785         Log: Subject: [PATCH 5.7.0] etags broken again
7786              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7787              Date: Sat, 18 Nov 2000 02:41:36 -0500
7788              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
7789      Branch: perl
7790            ! emacs/ptags
7791 ____________________________________________________________________________
7792 [  7737] By: jhi                                   on 2000/11/18  17:12:18
7793         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
7794      Branch: perl
7795            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7796 ____________________________________________________________________________
7797 [  7736] By: nick                                  on 2000/11/18  14:06:20
7798         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
7799              part to be isolated.
7800      Branch: perlio
7801            ! doio.c perlio.c
7802 ____________________________________________________________________________
7803 [  7735] By: nick                                  on 2000/11/18  11:03:32
7804         Log: Integrate mainline
7805      Branch: perlio
7806           !> Changes README.amiga README.win32 patchlevel.h
7807           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
7808 ____________________________________________________________________________
7809 [  7734] By: jhi                                   on 2000/11/18  01:18:56
7810         Log: Update Changes.
7811      Branch: perl
7812            ! Changes patchlevel.h
7813 ____________________________________________________________________________
7814 [  7733] By: jhi                                   on 2000/11/18  00:32:54
7815         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
7816              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7817              Date: Fri, 17 Nov 2000 17:28:02 -0500
7818              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
7819      Branch: perl
7820            ! regcomp.c regexec.c t/op/re_tests
7821 ____________________________________________________________________________
7822 [  7732] By: jhi                                   on 2000/11/18  00:28:56
7823         Log: Sparc 64-bit pack() fix from Jens Hamisch.
7824      Branch: perl
7825            ! pp.c
7826 ____________________________________________________________________________
7827 [  7731] By: jhi                                   on 2000/11/18  00:18:39
7828         Log: Explain in more detail the {} syntax ambiguousity.
7829              
7830              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
7831              From: Nicholas Clark <nick@ccl4.org>
7832              Date: Fri, 17 Nov 2000 22:10:28 +0000
7833              Message-ID: <20001117221028.A88930@plum.flirble.org>
7834      Branch: perl
7835            ! pod/perlfunc.pod
7836 ____________________________________________________________________________
7837 [  7730] By: jhi                                   on 2000/11/18  00:12:18
7838         Log: Subject: Fix for README.amiga (20000323.033)
7839              From: "Stephen P. Potter" <spp@spotter.yi.org>
7840              Date: Fri, 17 Nov 2000 12:25:51 -0500
7841              Message-Id: <200011171725.MAA05768@spotter.yi.org>
7842      Branch: perl
7843            ! README.amiga
7844 ____________________________________________________________________________
7845 [  7729] By: jhi                                   on 2000/11/18  00:08:34
7846         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
7847              From: "A. C. Yardley" <yardley@tanet.net>
7848              Date: Mon, 3 Apr 2000 11:35:33 -0700
7849              Message-ID: <3483.000403@tanet.net>
7850      Branch: perl
7851            ! README.win32
7852 ____________________________________________________________________________
7853 [  7728] By: nick                                  on 2000/11/17  21:59:47
7854         Log: Integrate mainline
7855      Branch: perlio
7856           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
7857           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
7858           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
7859           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
7860 ____________________________________________________________________________
7861 [  7727] By: nick                                  on 2000/11/17  21:56:31
7862         Log: Experiment on use of attributes.pm interface.
7863              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
7864              SVt_PVRV if not already something better (else vivify of say magic gets
7865              core dump).
7866      Branch: perlio
7867            ! perlio.c pp.c
7868 ____________________________________________________________________________
7869 [  7726] By: jhi                                   on 2000/11/17  14:15:49
7870         Log: Subject: Fix for 20000815.006
7871              From: "Stephen P. Potter" <spp@spotter.yi.org>
7872              Date: Fri, 17 Nov 2000 08:57:45 -0500
7873              Message-Id: <200011171357.IAA05122@spotter.yi.org>
7874              
7875              It's really 20000518.006.
7876      Branch: perl
7877            ! pod/perlmodlib.PL
7878 ____________________________________________________________________________
7879 [  7725] By: jhi                                   on 2000/11/17  14:12:31
7880         Log: Subject: Fix for 20000409.001
7881              From: "Stephen P. Potter" <spp@spotter.yi.org>
7882              Date: Fri, 17 Nov 2000 08:55:45 -0500
7883              Message-Id: <200011171355.IAA05104@spotter.yi.org>
7884      Branch: perl
7885            ! pod/perlfaq9.pod
7886 ____________________________________________________________________________
7887 [  7724] By: jhi                                   on 2000/11/17  14:08:58
7888         Log: Undo #7627 now that we have =head3.
7889      Branch: perl
7890            ! pod/perlhack.pod
7891 ____________________________________________________________________________
7892 [  7723] By: jhi                                   on 2000/11/17  14:04:09
7893         Log: As surmised the #7719 wasn't a good move.
7894      Branch: perl
7895            ! hints/solaris_2.sh
7896 ____________________________________________________________________________
7897 [  7722] By: jhi                                   on 2000/11/17  13:59:04
7898         Log: Also the 64bitall hints can be either here or there.
7899      Branch: perl
7900            ! hints/solaris_2.sh
7901 ____________________________________________________________________________
7902 [  7721] By: jhi                                   on 2000/11/17  02:26:23
7903         Log: Test tweak for the open pragma.
7904      Branch: perl
7905            ! t/lib/b.t
7906 ____________________________________________________________________________
7907 [  7720] By: jhi                                   on 2000/11/17  00:23:22
7908         Log: The long double hints can be here or there.
7909      Branch: perl
7910            ! hints/solaris_2.sh
7911 ____________________________________________________________________________
7912 [  7719] By: jhi                                   on 2000/11/17  00:14:06
7913         Log: For Solaris use64bitall the stdchar needs a little bit of help.
7914      Branch: perl
7915            ! hints/solaris_2.sh
7916 ____________________________________________________________________________
7917 [  7718] By: jhi                                   on 2000/11/16  23:27:34
7918         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
7919              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7920              Date: Wed, 15 Nov 2000 08:56:32 +0100
7921              Message-ID: <3A1241B0.64477E00@alcatel.at>
7922      Branch: perl
7923            ! lib/Carp/Heavy.pm
7924 ____________________________________________________________________________
7925 [  7717] By: jhi                                   on 2000/11/16  23:23:29
7926         Log: Subject: [PATCH] Re: 20001101.003 PDL
7927              From: Nicholas Clark <nick@ccl4.org>
7928              Date: Thu, 16 Nov 2000 16:48:25 +0000
7929              Message-ID: <20001116164825.B93487@plum.flirble.org>
7930      Branch: perl
7931            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
7932 ____________________________________________________________________________
7933 [  7716] By: jhi                                   on 2000/11/16  23:21:31
7934         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
7935              From: "Casey R. Tweten" <crt@kiski.net>
7936              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
7937              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
7938      Branch: perl
7939            ! lib/Pod/Checker.pm pod/perlpod.pod
7940 ____________________________________________________________________________
7941 [  7715] By: jhi                                   on 2000/11/16  23:19:40
7942         Log: Avoid an infinite loop in VMS when utils scripts are run
7943              with no arguments, from Charles Lane.
7944      Branch: perl
7945            ! configure.com
7946 ____________________________________________________________________________
7947 [  7714] By: jhi                                   on 2000/11/16  23:17:08
7948         Log: Subject: perllocale.pod changes
7949              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7950              Date: Mon, 13 Nov 2000 10:09:22 +0300
7951              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
7952      Branch: perl
7953            ! pod/perllocale.pod
7954 ____________________________________________________________________________
7955 [  7713] By: jhi                                   on 2000/11/16  23:14:06
7956         Log: Integrate perlio.
7957      Branch: perl
7958           !> doio.c perlio.c perlio.h util.c
7959 ____________________________________________________________________________
7960 [  7712] By: nick                                  on 2000/11/16  21:10:58
7961         Log: Integrate mainline
7962      Branch: perlio
7963           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7964           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
7965           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
7966           !> vos/config.ga.def vos/config.ga.h win32/config.bc
7967           !> win32/config.gc win32/config.vc
7968 ____________________________________________________________________________
7969 [  7711] By: nick                                  on 2000/11/16  19:56:41
7970         Log: Minor tweaks:
7971              consistent way of getting 'rb', 'wb' etc. for binary opens
7972              move *perlio::layers to *open::layers
7973              a #define to show layers available
7974              DOSISH popen/PerlIO had export/import sense inverted.
7975      Branch: perlio
7976            ! doio.c perlio.c perlio.h util.c
7977 ____________________________________________________________________________
7978 [  7710] By: jhi                                   on 2000/11/16  15:46:05
7979         Log: Add HAS_SBRK_PROTO.
7980      Branch: metaconfig/U/perl
7981            + d_sbrkproto.U
7982      Branch: perl
7983            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7984            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
7985            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
7986            ! vos/config.ga.def vos/config.ga.h win32/config.bc
7987            ! win32/config.gc win32/config.vc
7988 ____________________________________________________________________________
7989 [  7709] By: nick                                  on 2000/11/16  07:31:49
7990         Log: Integrate mainline
7991      Branch: perlio
7992           !> (integrate 35 files)
7993 ____________________________________________________________________________
7994 [  7708] By: jhi                                   on 2000/11/16  05:33:03
7995         Log: These files are text, not binary.
7996      Branch: perl
7997            ! ext/Encode/Encode/iso8859-10.enc
7998            ! ext/Encode/Encode/iso8859-13.enc
7999            ! ext/Encode/Encode/iso8859-14.enc
8000            ! ext/Encode/Encode/iso8859-15.enc
8001 ____________________________________________________________________________
8002 [  7707] By: jhi                                   on 2000/11/16  01:53:37
8003         Log: Update Changes.
8004      Branch: perl
8005            ! Changes patchlevel.h
8006 ____________________________________________________________________________
8007 [  7706] By: jhi                                   on 2000/11/16  01:35:59
8008         Log: More #undefing of stdio.
8009      Branch: perl
8010            ! fakesdio.h nostdio.h
8011 ____________________________________________________________________________
8012 [  7705] By: jhi                                   on 2000/11/16  01:34:18
8013         Log: Add fwalk() probe to the configuration files and regen perltoc.
8014      Branch: perl
8015            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8016            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
8017            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
8018            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8019            ! win32/config.bc win32/config.gc win32/config.vc
8020 ____________________________________________________________________________
8021 [  7704] By: jhi                                   on 2000/11/16  01:33:07
8022         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
8023              an optional third argument to Inlibc?)
8024      Branch: metaconfig/U/perl
8025            + d__fwalk.U
8026 ____________________________________________________________________________
8027 [  7703] By: jhi                                   on 2000/11/16  01:09:22
8028         Log: The type of the hash_cb() size argument is tricky.
8029      Branch: perl
8030            ! ext/DB_File/DB_File.xs
8031 ____________________________________________________________________________
8032 [  7702] By: jhi                                   on 2000/11/15  23:01:16
8033         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
8034      Branch: perl
8035            ! nostdio.h
8036 ____________________________________________________________________________
8037 [  7701] By: jhi                                   on 2000/11/15  22:52:32
8038         Log: Detypo.
8039      Branch: perl
8040            ! t/lib/bigfltpm.t
8041 ____________________________________________________________________________
8042 [  7700] By: jhi                                   on 2000/11/15  22:51:56
8043         Log: UINT64_C() work continues.
8044      Branch: perl
8045            ! handy.h perl.h utf8.h
8046 ____________________________________________________________________________
8047 [  7699] By: jhi                                   on 2000/11/15  14:13:04
8048         Log: SOCKS has its own USE_THREADS, based on
8049              
8050              Subject: [ID 20001114.002] et. al. bugfix followup
8051              From: Jens Hamisch <jens@Strawberry.COM> 
8052              Date: Wed, 15 Nov 2000 14:23:11 +0100
8053              Message-ID: <20001115142311.A21164@Strawberry.COM>
8054      Branch: perl
8055            ! perl.h
8056 ____________________________________________________________________________
8057 [  7698] By: jhi                                   on 2000/11/15  03:50:56
8058         Log: Add few missing #undefs and sort them.
8059      Branch: perl
8060            ! fakesdio.h
8061 ____________________________________________________________________________
8062 [  7697] By: jhi                                   on 2000/11/15  03:39:14
8063         Log: Linenumber fix.
8064      Branch: perl
8065            ! t/pragma/warn/utf8
8066 ____________________________________________________________________________
8067 [  7696] By: jhi                                   on 2000/11/15  02:55:26
8068         Log: EBCDIC tweaks.
8069              
8070              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
8071              From: Peter Prymmer <pvhp@forte.com>
8072              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
8073              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
8074      Branch: perl
8075            ! t/op/regmesg.t t/pragma/warn/utf8
8076 ____________________________________________________________________________
8077 [  7695] By: jhi                                   on 2000/11/15  02:53:58
8078         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
8079              From: Peter Prymmer <pvhp@forte.com>
8080              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
8081              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
8082      Branch: perl
8083            ! utf8.c
8084 ____________________________________________________________________________
8085 [  7694] By: jhi                                   on 2000/11/15  02:50:55
8086         Log: Subject: [PATCH: perl@7674] updates to README.os390
8087              From: Prymmer/Kahn <pvhp@best.com>
8088              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
8089              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
8090      Branch: perl
8091            ! README.os390
8092 ____________________________________________________________________________
8093 [  7693] By: jhi                                   on 2000/11/15  02:48:37
8094         Log: Quit utf8_to_uv() instantly if curlen == 0.
8095      Branch: perl
8096            ! utf8.c
8097 ____________________________________________________________________________
8098 [  7692] By: jhi                                   on 2000/11/15  02:24:29
8099         Log: Use u_int32_t for the size of hash_cb(), not size_t.
8100              
8101              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
8102              From: Jens Hamisch <jens@Strawberry.COM>     
8103              Date: Tue, 14 Nov 2000 19:03:55 +0100
8104              Message-Id: <20001114190355.A20559@Strawberry.COM>
8105      Branch: perl
8106            ! ext/DB_File/DB_File.xs
8107 ____________________________________________________________________________
8108 [  7691] By: jhi                                   on 2000/11/15  02:20:12
8109         Log: Use UINT64_C().
8110              
8111              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
8112              From: Jens Hamisch <jens@Strawberry.COM>
8113              Date: Tue, 14 Nov 2000 19:16:23 +0100
8114              Message-Id: <20001114191623.G20559@Strawberry.COM>
8115      Branch: perl
8116            ! utf8.c utf8.h
8117 ____________________________________________________________________________
8118 [  7690] By: jhi                                   on 2000/11/15  02:17:06
8119         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
8120              (a macro to define signed and unsigned integer constants).
8121      Branch: perl
8122            ! handy.h
8123 ____________________________________________________________________________
8124 [  7689] By: jhi                                   on 2000/11/15  01:56:51
8125         Log: Regen Configure.
8126      Branch: perl
8127            ! Configure
8128 ____________________________________________________________________________
8129 [  7688] By: jhi                                   on 2000/11/15  01:56:32
8130         Log: Make the unit know about SOCKS.
8131      Branch: metaconfig
8132            ! U/protos/socksizetype.U
8133 ____________________________________________________________________________
8134 [  7687] By: jhi                                   on 2000/11/15  01:54:47
8135         Log: Remove unused dependencies.
8136      Branch: metaconfig
8137            ! U/compline/d_getpagsz.U
8138 ____________________________________________________________________________
8139 [  7686] By: nick                                  on 2000/11/14  21:25:13
8140         Log: Integrate mainline.
8141      Branch: perlio
8142           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
8143           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
8144           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
8145           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
8146           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
8147           !> win32/config.bc win32/config.gc win32/config.vc
8148           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
8149 ____________________________________________________________________________
8150 [  7685] By: jhi                                   on 2000/11/14  17:54:56
8151         Log: Integrate perlio.
8152      Branch: perl
8153           +> fakesdio.h perliol.h
8154           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
8155           !> perlsdio.h perlsfio.h pod/perlfunc.pod
8156 ____________________________________________________________________________
8157 [  7684] By: nick                                  on 2000/11/14  17:43:04
8158         Log: PerlIO #include and #ifdef re-work.
8159      Branch: perlio
8160            + fakesdio.h perliol.h
8161            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
8162            ! perlsdio.h perlsfio.h
8163 ____________________________________________________________________________
8164 [  7683] By: jhi                                   on 2000/11/14  15:42:40
8165         Log: Hoist the duplicated socket/netdb include logic to perl.h;
8166              undef SETERRNO in case SOCKS has defined it.  Based on:
8167              
8168              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
8169              From: Jens Hamisch <jens@Strawberry.COM> 
8170              Date: Tue, 14 Nov 2000 11:34:40 +0100
8171              Message-Id: <20001114113440.A20005@Strawberry.COM>
8172      Branch: perl
8173            ! doio.c perl.h pp_sys.c
8174 ____________________________________________________________________________
8175 [  7682] By: jhi                                   on 2000/11/14  14:07:28
8176         Log: Subject: some additions for makefiles for win32 (for perl@7674)
8177              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8178              Date: Tue, 14 Nov 2000 09:31:13 +0300
8179              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
8180      Branch: perl
8181            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
8182            ! win32/makefile.mk
8183 ____________________________________________________________________________
8184 [  7681] By: jhi                                   on 2000/11/14  14:01:41
8185         Log: Subject: tiny typo in perl5db.pl
8186              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8187              Date: Tue, 14 Nov 2000 09:29:28 +0300
8188              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
8189      Branch: perl
8190            ! lib/perl5db.pl
8191 ____________________________________________________________________________
8192 [  7680] By: jhi                                   on 2000/11/14  04:13:50
8193         Log: Redo #7679 with LFs instead of CRLFs.
8194      Branch: perl
8195            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
8196            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
8197            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
8198 ____________________________________________________________________________
8199 [  7679] By: jhi                                   on 2000/11/14  01:21:09
8200         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
8201              From: Benjamin Stuhl <tiriath@yahoo.com> 
8202              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
8203              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
8204      Branch: perl
8205            + win32/bin/mdelete.bat
8206            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
8207            ! makedef.pl perlio.c win32/Makefile win32/config.gc
8208            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
8209 ____________________________________________________________________________
8210 [  7678] By: jhi                                   on 2000/11/14  01:19:20
8211         Log: Fix the re extension building for Win32.
8212              
8213              Subject: [PATCH perl@7638] Get PerlIO building on Win32
8214              From: Benjamin Stuhl <tiriath@yahoo.com> 
8215              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
8216              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
8217      Branch: perl
8218            + ext/re/hints/MSWin32.pl
8219            ! MANIFEST
8220 ____________________________________________________________________________
8221 [  7677] By: jhi                                   on 2000/11/14  01:13:54
8222         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
8223              From: sthoenna@efn.org
8224              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
8225              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
8226      Branch: perl
8227            ! doop.c pp.c toke.c utf8.c utf8.h
8228 ____________________________________________________________________________
8229 [  7676] By: jhi                                   on 2000/11/13  20:23:15
8230         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
8231              From: Nicholas Clark <nick@ccl4.org>
8232              Date: Mon, 13 Nov 2000 18:55:04 +0000
8233              Message-ID: <20001113185504.J29183@plum.flirble.org>
8234      Branch: perl
8235            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
8236 ____________________________________________________________________________
8237 [  7675] By: nick                                  on 2000/11/13  20:21:57
8238         Log: Integrate mainline ...
8239      Branch: perlio
8240           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
8241           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
8242           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
8243           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
8244 ____________________________________________________________________________
8245 [  7674] By: jhi                                   on 2000/11/13  15:07:56
8246         Log: Update Changes.
8247      Branch: perl
8248            ! Changes patchlevel.h
8249 ____________________________________________________________________________
8250 [  7673] By: jhi                                   on 2000/11/13  14:42:42
8251         Log: Remove the new two tests of lib/io_xs for now, they seem to
8252              fail under perlio on some platforms.
8253      Branch: perl
8254            ! t/lib/io_xs.t
8255 ____________________________________________________________________________
8256 [  7672] By: jhi                                   on 2000/11/13  13:57:53
8257         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
8258      Branch: perl
8259            ! perlio.c
8260 ____________________________________________________________________________
8261 [  7671] By: jhi                                   on 2000/11/13  05:30:48
8262         Log: Placate nervous compilers that see longer than ints switch()ing.
8263      Branch: perl
8264            ! utf8.c
8265 ____________________________________________________________________________
8266 [  7670] By: jhi                                   on 2000/11/13  05:14:21
8267         Log: fputs() does return EOF on error but here we don't care.
8268      Branch: perl
8269            ! perlio.c
8270 ____________________________________________________________________________
8271 [  7669] By: jhi                                   on 2000/11/13  05:02:45
8272         Log: Declare reg_data like reg_substr_data.
8273      Branch: perl
8274            ! regexp.h
8275 ____________________________________________________________________________
8276 [  7668] By: jhi                                   on 2000/11/13  04:54:34
8277         Log: Typos in #7667.
8278      Branch: perl
8279            ! perl.h
8280 ____________________________________________________________________________
8281 [  7667] By: jhi                                   on 2000/11/13  04:49:49
8282         Log: Cleanup messy #ifdef.
8283      Branch: perl
8284            ! perl.h
8285 ____________________________________________________________________________
8286 [  7666] By: jhi                                   on 2000/11/13  04:17:34
8287         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
8288              From: Nicholas Clark <nick@talking.bollo.cx>
8289              Date: Sun, 12 Nov 2000 21:14:11 +0000
8290              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
8291              
8292              Note: only one breakage of the two reported is fixed by this patch.
8293      Branch: perl
8294            ! perlio.c
8295 ____________________________________________________________________________
8296 [  7665] By: jhi                                   on 2000/11/13  04:05:07
8297         Log: Tweak the definition of the bit complement on UTF-8 data:
8298              if none of the characters in the string are > 0xff,
8299              the result is a complemented byte string, not a (UTF-8)
8300              char string.  Based on the summary in
8301              
8302              Subject: Re: [ID 20000918.005] ~ on wide chars
8303              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
8304              Date: Fri, 10 Nov 2000 09:47:15 -0800
8305              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
8306              
8307              This should give us the maximum backward (pre-char string)
8308              compatibility and utf8 compatibility.  The other alternative
8309              would be to limit the bit complement to be always byte only,
8310              taking the least significant byte of the chars.
8311      Branch: perl
8312            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
8313 ____________________________________________________________________________
8314 [  7664] By: jhi                                   on 2000/11/13  00:23:44
8315         Log: Couple of tests from #7660 salvaged.
8316      Branch: perl
8317            - t/op/tell.t
8318            ! MANIFEST t/io/tell.t
8319 ____________________________________________________________________________
8320 [  7663] By: jhi                                   on 2000/11/13  00:02:48
8321         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
8322              From: Nicholas Clark <nick@talking.bollo.cx>
8323              Date: Sun, 12 Nov 2000 21:23:43 +0000
8324              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
8325      Branch: perl
8326            ! perlsfio.h
8327 ____________________________________________________________________________
8328 [  7662] By: jhi                                   on 2000/11/13  00:01:39
8329         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
8330              From: Nicholas Clark <nick@talking.bollo.cx>
8331              Date: Sun, 12 Nov 2000 21:30:04 +0000
8332              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
8333      Branch: perl
8334            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
8335 ____________________________________________________________________________
8336 [  7661] By: jhi                                   on 2000/11/12  23:57:29
8337         Log: Document tell() on special streams.
8338      Branch: perl
8339            ! pod/perlfunc.pod
8340 ____________________________________________________________________________
8341 [  7660] By: jhi                                   on 2000/11/12  23:54:22
8342         Log: (Subsumed by #7664)
8343      Branch: perl
8344            + t/op/tell.t
8345            ! MANIFEST
8346 ____________________________________________________________________________
8347 [  7659] By: jhi                                   on 2000/11/12  22:55:25
8348         Log: Many subdocumented return values of the IO extension now documented.
8349              ungetc and write still left subdocumented.
8350              
8351              Subject: [PATCH] (was Re: IO::Handle::ungetc)
8352              From: Nicholas Clark <nick@talking.bollo.cx>
8353              Date: Sun, 12 Nov 2000 21:35:53 +0000
8354              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
8355      Branch: perl
8356            ! ext/IO/lib/IO/Handle.pm
8357 ____________________________________________________________________________
8358 [  7658] By: jhi                                   on 2000/11/12  21:37:06
8359         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
8360              From: Nicholas Clark <nick@talking.bollo.cx>
8361              Date: Sun, 12 Nov 2000 20:03:22 +0000
8362              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
8363      Branch: perl
8364            ! pod/perlfunc.pod
8365 ____________________________________________________________________________
8366 [  7657] By: jhi                                   on 2000/11/12  20:34:55
8367         Log: Integrate perlio.
8368      Branch: perl
8369           !> perlio.c
8370 ____________________________________________________________________________
8371 [  7656] By: nick                                  on 2000/11/12  19:25:06
8372         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
8373      Branch: perlio
8374            ! perlio.c
8375 ____________________________________________________________________________
8376 [  7655] By: nick                                  on 2000/11/12  19:09:41
8377         Log: Integrate mainline
8378      Branch: perlio
8379           +> README.solaris ext/Encode/Encode/cp1006.enc
8380           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
8381           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
8382           +> ext/Encode/Encode/iso8859-13.enc
8383           +> ext/Encode/Encode/iso8859-14.enc
8384           +> ext/Encode/Encode/iso8859-15.enc
8385           !> (integrate 34 files)
8386 ____________________________________________________________________________
8387 [  7654] By: jhi                                   on 2000/11/12  19:00:22
8388         Log: Add a metaconfig unit for fsync.
8389      Branch: metaconfig/U/perl
8390            + d_fsync.U
8391 ____________________________________________________________________________
8392 [  7653] By: jhi                                   on 2000/11/12  19:00:01
8393         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
8394      Branch: perl
8395            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8396            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
8397            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8398            ! vos/config.ga.h win32/config.bc win32/config.gc
8399            ! win32/config.vc
8400 ____________________________________________________________________________
8401 [  7652] By: jhi                                   on 2000/11/11  21:12:01
8402         Log: Copy the s// information of README.hpux also to the perlrun.
8403      Branch: perl
8404            ! README.hpux pod/perlrun.pod
8405 ____________________________________________________________________________
8406 [  7651] By: jhi                                   on 2000/11/11  21:03:13
8407         Log: More README.solaris updates from Andy Dougherty.
8408      Branch: perl
8409            ! README.solaris
8410 ____________________________________________________________________________
8411 [  7650] By: jhi                                   on 2000/11/11  18:38:57
8412         Log: More descriptive error for unknown perlio layers.
8413              
8414              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
8415              From: Dominic Dunlop <domo@computer.org> 
8416              Date: Sat, 11 Nov 2000 18:20:32 +0100             
8417              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
8418      Branch: perl
8419            ! perlio.c pod/perldiag.pod
8420 ____________________________________________________________________________
8421 [  7649] By: jhi                                   on 2000/11/11  18:37:52
8422         Log: MachTen doesn't really do mmap() and munmap().
8423              
8424              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
8425              From: Dominic Dunlop <domo@computer.org> 
8426              Date: Sat, 11 Nov 2000 18:20:32 +0100             
8427              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
8428      Branch: perl
8429            ! hints/machten.sh
8430 ____________________________________________________________________________
8431 [  7648] By: jhi                                   on 2000/11/11  18:36:46
8432         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
8433              From: rspier@pobox.com (Robert Spier)
8434              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
8435              Message-ID: <14861.32839.491271.985797@rls.cx>
8436      Branch: perl
8437            ! Porting/Contract pod/perltoot.pod
8438 ____________________________________________________________________________
8439 [  7647] By: jhi                                   on 2000/11/11  18:35:30
8440         Log: Simplify the getpagesize() unit by dropping the
8441              pagesize probe since it's nowadays slightly more
8442              complicated because of sysconf(). (Note: if some
8443              platform really needs the -lPW for getpagesize,
8444              I just broke it.)
8445              
8446              TODO: a new pagesize unit.
8447      Branch: metaconfig
8448            ! U/compline/d_getpagsz.U
8449 ____________________________________________________________________________
8450 [  7646] By: jhi                                   on 2000/11/11  18:33:23
8451         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
8452      Branch: perl
8453            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8454            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
8455            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8456            ! vos/config.ga.h win32/config.bc win32/config.gc
8457            ! win32/config.vc
8458 ____________________________________________________________________________
8459 [  7645] By: jhi                                   on 2000/11/11  16:45:15
8460         Log: Use sysconf() or getpagesize() to find out the pagesize.
8461      Branch: perl
8462            ! perlio.c
8463 ____________________________________________________________________________
8464 [  7644] By: jhi                                   on 2000/11/11  15:46:08
8465         Log: Integrate perlio.
8466      Branch: perl
8467           !> perlio.c
8468 ____________________________________________________________________________
8469 [  7643] By: jhi                                   on 2000/11/11  15:33:36
8470         Log: Subject: Re: [PATCH] README.solaris
8471              From: Lupe Christoph <lupe@lupe-christoph.de>
8472              Date: Sat, 11 Nov 2000 14:08:10 +0100
8473              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
8474      Branch: perl
8475            ! README.solaris
8476 ____________________________________________________________________________
8477 [  7642] By: jhi                                   on 2000/11/11  15:22:12
8478         Log: Subject: [PATCH perl@7638] cygwin port
8479              From: "Eric Fifer" <egf7@columbia.edu>            
8480              Date: Fri, 10 Nov 2000 19:30:30 -0000
8481              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
8482      Branch: perl
8483            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
8484 ____________________________________________________________________________
8485 [  7641] By: nick                                  on 2000/11/11  14:50:36
8486         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
8487              Also call "Buf" layer directly when unread'ing non-read chars.
8488      Branch: perlio
8489            ! perlio.c
8490 ____________________________________________________________________________
8491 [  7640] By: jhi                                   on 2000/11/11  02:05:02
8492         Log: Add more encoding tables.
8493      Branch: perl
8494            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
8495            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
8496            + ext/Encode/Encode/iso8859-10.enc
8497            + ext/Encode/Encode/iso8859-13.enc
8498            + ext/Encode/Encode/iso8859-14.enc
8499            + ext/Encode/Encode/iso8859-15.enc
8500            ! MANIFEST
8501 ____________________________________________________________________________
8502 [  7639] By: jhi                                   on 2000/11/10  18:49:25
8503         Log: Subject: [PATCH] README.solaris
8504              From: Andy Dougherty <doughera@lafayette.edu>
8505              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
8506              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
8507      Branch: perl
8508            + README.solaris
8509            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
8510            ! pod/perl.pod pod/perltoc.pod
8511 ____________________________________________________________________________
8512 [  7638] By: jhi                                   on 2000/11/10  15:04:15
8513         Log: Update Changes.
8514      Branch: perl
8515            ! Changes patchlevel.h
8516 ____________________________________________________________________________
8517 [  7637] By: jhi                                   on 2000/11/10  14:14:28
8518         Log: Explain better why certain regex tests are skipped.
8519              
8520              Subject: Re: tests skipped: unknown reason
8521              From: Lupe Christoph <lupe@lupe-christoph.de>
8522              Date: Fri, 10 Nov 2000 09:08:56 +0100
8523              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
8524      Branch: perl
8525            ! t/op/regexp.t
8526 ____________________________________________________________________________
8527 [  7636] By: nick                                  on 2000/11/10  13:40:00
8528         Log: Integrate mainline.
8529      Branch: perlio
8530           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
8531           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
8532           !> win32/bin/search.pl
8533 ____________________________________________________________________________
8534 [  7635] By: nick                                  on 2000/11/10  13:25:52
8535         Log: Re-instate stdio large file support via perlio.
8536      Branch: perl
8537            ! perlio.c
8538 ____________________________________________________________________________
8539 [  7634] By: jhi                                   on 2000/11/10  04:49:55
8540         Log: Amdahl UTS hints updates.
8541              
8542              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
8543              From: hom00@utsglobal.com (Harold O Morris)
8544              Date: Thu, 9 Nov 2000 20:02 PST
8545              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
8546      Branch: perl
8547            ! hints/uts.sh
8548 ____________________________________________________________________________
8549 [  7633] By: jhi                                   on 2000/11/09  23:33:28
8550         Log: Subject: [PATCH] IO::Seekable pod
8551              From: Nicholas Clark <nick@talking.bollo.cx>
8552              Date: Thu, 9 Nov 2000 20:29:45 +0000
8553              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
8554      Branch: perl
8555            ! ext/IO/lib/IO/Handle.pm
8556 ____________________________________________________________________________
8557 [  7632] By: jhi                                   on 2000/11/09  21:55:41
8558         Log: Various doc oddball characters.
8559              
8560              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
8561              From: Michael Somos <somos@grail.cba.csuohio.edu>
8562              Date: Mon, 6 Nov 2000 17:44:20 -0500
8563              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
8564      Branch: perl
8565            ! emacs/cperl-mode.el lib/unicode/syllables.txt
8566            ! win32/bin/search.pl
8567 ____________________________________________________________________________
8568 [  7631] By: jhi                                   on 2000/11/09  21:12:29
8569         Log: Subject: Re: bash -c exit and linux hints 
8570              From: "John P. Linderman" <jpl@research.att.com>
8571              Date: Thu, 02 Nov 2000 09:37:25 -0500
8572              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
8573      Branch: perl
8574            ! hints/linux.sh
8575 ____________________________________________________________________________
8576 [  7630] By: nick                                  on 2000/11/09  20:34:11
8577         Log: Integrate mainline.
8578      Branch: perlio
8579           !> (integrate 91 files)
8580 ____________________________________________________________________________
8581 [  7629] By: jhi                                   on 2000/11/09  19:46:31
8582         Log: Missing dTHXs.
8583              
8584              Subject: RE: perl@7595 builds not on cygwin
8585              From: "Eric Fifer" <egf7@columbia.edu>
8586              Date: Thu, 9 Nov 2000 19:26:50 -0000
8587              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
8588      Branch: perl
8589            ! ext/Devel/Peek/Peek.xs
8590 ____________________________________________________________________________
8591 [  7628] By: jhi                                   on 2000/11/09  14:48:27
8592         Log: Disable only the tests 99 and 166 for UTF-8 locales.
8593      Branch: perl
8594            ! t/pragma/locale.t
8595 ____________________________________________________________________________
8596 [  7627] By: jhi                                   on 2000/11/09  14:40:27
8597         Log: There's no =head3.
8598      Branch: perl
8599            ! pod/perlhack.pod
8600 ____________________________________________________________________________
8601 [  7626] By: jhi                                   on 2000/11/09  13:54:26
8602         Log: The generated boot_* headers are wrong.  Pickier compiler,
8603              such as KAI C++ will refuse to compile the resulting perlmain.
8604              
8605              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
8606              From: Harri Pasanen <harri.pasanen@trema.com>
8607              Date: Thu, 09 Nov 2000 14:23:28 +0100
8608              Message-Id: <3A0AA550.26D548A3@trema.com>
8609      Branch: perl
8610            ! minimod.pl
8611 ____________________________________________________________________________
8612 [  7625] By: jhi                                   on 2000/11/09  13:50:44
8613         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
8614              From: Prymmer/Kahn <pvhp@best.com>
8615              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
8616              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
8617              
8618              All except the "cow orker" change.
8619      Branch: perl
8620            ! Porting/pumpkin.pod
8621 ____________________________________________________________________________
8622 [  7624] By: jhi                                   on 2000/11/09  13:45:33
8623         Log: Fix for
8624              
8625              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
8626              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
8627              Date: Thu, 09 Nov 2000 11:05:52 +0100
8628              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
8629      Branch: perl
8630            ! pod/perldiag.pod t/pragma/warn/pp_sys
8631 ____________________________________________________________________________
8632 [  7623] By: jhi                                   on 2000/11/09  13:37:16
8633         Log: Typo in an ifndef.
8634              
8635              Subject: Re: [PATCH 5.7.0] better messages from malloc()
8636              From: Joe Smith <jms@inwap.com>         
8637              Date: Thu, 09 Nov 2000 01:33:14 -0800
8638              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
8639      Branch: perl
8640            ! malloc.c
8641 ____________________________________________________________________________
8642 [  7622] By: jhi                                   on 2000/11/09  13:31:18
8643         Log: Remove unused extra arguments.
8644      Branch: metaconfig/U/perl
8645            ! perlxv.U
8646      Branch: perl
8647            ! Configure config_h.SH
8648 ____________________________________________________________________________
8649 [  7621] By: jhi                                   on 2000/11/09  13:16:36
8650         Log: More VMS moves on environment handling, from Charles Lane.
8651      Branch: perl
8652            ! t/pragma/locale.t
8653 ____________________________________________________________________________
8654 [  7620] By: jhi                                   on 2000/11/09  04:42:38
8655         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
8656              From: David Dyck <dcd@tc.fluke.com>
8657              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
8658              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
8659      Branch: perl
8660            ! pp_sys.c
8661 ____________________________________________________________________________
8662 [  7619] By: jhi                                   on 2000/11/09  04:36:21
8663         Log: Forgot from #7618.
8664      Branch: perl
8665            ! lib/File/stat.pm
8666 ____________________________________________________________________________
8667 [  7618] By: jhi                                   on 2000/11/09  04:28:44
8668         Log: Make deleting for %ENV work for (newer versions of) VMS,
8669              from Craig A. Berry.
8670      Branch: perl
8671            ! vms/vms.c
8672 ____________________________________________________________________________
8673 [  7617] By: jhi                                   on 2000/11/09  04:25:05
8674         Log: Subject: [PATCH] Class::Struct at compile time
8675              From: "Casey R. Tweten" <crt@kiski.net>
8676              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
8677              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
8678      Branch: perl
8679            ! lib/Class/Struct.pm
8680 ____________________________________________________________________________
8681 [  7616] By: jhi                                   on 2000/11/09  04:15:17
8682         Log: Subject: [ID 20001108.013] spelling
8683              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
8684              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
8685              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
8686      Branch: perl
8687            ! lib/ftp.pl
8688 ____________________________________________________________________________
8689 [  7615] By: jhi                                   on 2000/11/09  04:12:42
8690         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
8691              From: Peter Prymmer <pvhp@forte.com>
8692              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
8693              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
8694      Branch: perl
8695            ! configure.com
8696 ____________________________________________________________________________
8697 [  7614] By: jhi                                   on 2000/11/08  22:42:55
8698         Log: A missing aTHX_.
8699      Branch: perl
8700            ! ext/IPC/SysV/SysV.xs
8701 ____________________________________________________________________________
8702 [  7613] By: jhi                                   on 2000/11/08  19:30:21
8703         Log: Update Changes.
8704      Branch: perl
8705            ! Changes patchlevel.h
8706 ____________________________________________________________________________
8707 [  7612] By: jhi                                   on 2000/11/08  18:35:25
8708         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
8709              From: David Dyck <dcd@tc.fluke.com>
8710              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
8711              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
8712      Branch: perl
8713            ! pp_sys.c
8714 ____________________________________________________________________________
8715 [  7611] By: jhi                                   on 2000/11/08  18:30:26
8716         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
8717              From: Dominic Dunlop <domo@computer.org>
8718              Date: Tue, 7 Nov 2000 12:05:25 +0100
8719              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
8720      Branch: perl
8721            ! malloc.c
8722 ____________________________________________________________________________
8723 [  7610] By: jhi                                   on 2000/11/08  18:25:14
8724         Log: Do not test UTF-8 locales since that the tests would require
8725              polymorphic regexen.
8726      Branch: perl
8727            ! t/pragma/locale.t
8728 ____________________________________________________________________________
8729 [  7609] By: jhi                                   on 2000/11/08  17:12:51
8730         Log: Locale buglets.
8731              
8732              Subject: RE: Locales support (setlocale) fixes
8733              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8734              Date: Wed, 8 Nov 2000 20:01:39 +0300
8735              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
8736      Branch: perl
8737            ! t/pragma/locale.t util.c
8738 ____________________________________________________________________________
8739 [  7608] By: jhi                                   on 2000/11/08  17:00:16
8740         Log: Deleting $ENV{PATH} in VMS is not recommendable.
8741      Branch: perl
8742            ! t/pragma/locale.t
8743 ____________________________________________________________________________
8744 [  7607] By: jhi                                   on 2000/11/08  16:58:26
8745         Log: Subject: PATCH std stdio for (Free)BSD
8746              From: Nicholas Clark <nick@ccl4.org>
8747              Date: Wed, 8 Nov 2000 15:36:29 +0000
8748              Message-ID: <20001108153629.D98736@plum.flirble.org>
8749      Branch: metaconfig
8750            ! U/compline/d_stdstdio.U
8751      Branch: perl
8752            ! Configure config_h.SH
8753 ____________________________________________________________________________
8754 [  7606] By: jhi                                   on 2000/11/08  16:43:31
8755         Log: Forgot to bump the line numbers in #7601.
8756      Branch: perl
8757            ! t/pragma/warn/pp_sys
8758 ____________________________________________________________________________
8759 [  7605] By: jhi                                   on 2000/11/08  16:39:12
8760         Log: More careful detection of how well NVs and UVs mix.
8761              
8762              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))
8763              From: Nicholas Clark <nick@ccl4.org>
8764              Date: Wed, 8 Nov 2000 15:14:12 +0000
8765              Message-ID: <20001108151412.B98736@plum.flirble.org>
8766              
8767              Added some SIGFPE paranoia.
8768      Branch: metaconfig/U/perl
8769            ! perlxv.U
8770      Branch: perl
8771            ! Configure config_h.SH
8772 ____________________________________________________________________________
8773 [  7604] By: jhi                                   on 2000/11/08  14:39:10
8774         Log: Subject: [patch perl@7595] VMS configure.com tweak
8775              From: "Craig A. Berry" <craigberry@mac.com>
8776              Date: Wed, 8 Nov 2000 00:24:12 -0600
8777              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
8778      Branch: perl
8779            ! configure.com
8780 ____________________________________________________________________________
8781 [  7603] By: jhi                                   on 2000/11/08  14:27:11
8782         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
8783              From: Robin Barker <rmb1@cise.npl.co.uk>
8784              Date: Wed, 8 Nov 2000 11:11:39 GMT
8785              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
8786      Branch: perl
8787            ! perlio.c
8788 ____________________________________________________________________________
8789 [  7602] By: jhi                                   on 2000/11/08  14:25:03
8790         Log: Fix for the tie-refhash string table leaks.
8791              
8792              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
8793              Date: Wed, 8 Nov 2000 13:03:04 GMT
8794              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
8795      Branch: perl
8796            ! t/lib/tie-refhash.t
8797 ____________________________________________________________________________
8798 [  7601] By: jhi                                   on 2000/11/08  14:21:08
8799         Log: Try to avoid flockless and emulationless places.
8800      Branch: perl
8801            ! t/pragma/warn/pp_sys
8802 ____________________________________________________________________________
8803 [  7600] By: jhi                                   on 2000/11/08  02:28:54
8804         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
8805              
8806              Subject: [PATCH] prototyped functions that should be overrideable
8807              From: "Casey R. Tweten" <crt@kiski.net>
8808              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
8809              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
8810      Branch: perl
8811            ! toke.c
8812 ____________________________________________________________________________
8813 [  7599] By: jhi                                   on 2000/11/08  01:12:05
8814         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
8815              
8816              Subject: [PATCH] perlbug.PL
8817              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8818              Date: Mon, 6 Nov 2000 21:39:01 -0500
8819              Message-ID: <20001106213901.B20955@O2.chapin.edu>
8820      Branch: perl
8821            ! utils/perlbug.PL
8822 ____________________________________________________________________________
8823 [  7598] By: jhi                                   on 2000/11/07  23:42:00
8824         Log: Bad thinko in #7581 (I used the test program with the expanded
8825              values as-is).
8826      Branch: metaconfig
8827            ! U/compline/d_stdstdio.U
8828      Branch: perl
8829            ! Configure
8830 ____________________________________________________________________________
8831 [  7597] By: jhi                                   on 2000/11/07  21:43:29
8832         Log: Subject: [PATCH perl@7573] cygwin port
8833              From: "Fifer, Eric" <EFifer@sanwaint.com>
8834              Date: Tue, 7 Nov 2000 18:08:51 -0000 
8835              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
8836              
8837              Synchronize with Cygwin 1.1.5.
8838      Branch: perl
8839            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
8840            ! pod/perlport.pod unixish.h util.c
8841 ____________________________________________________________________________
8842 [  7596] By: jhi                                   on 2000/11/07  21:39:25
8843         Log: perlhack updates from H.Merijn Brand.
8844      Branch: perl
8845            ! pod/perlhack.pod
8846 ____________________________________________________________________________
8847 [  7595] By: jhi                                   on 2000/11/07  20:21:41
8848         Log: Update Changes.
8849      Branch: perl
8850            ! Changes patchlevel.h
8851 ____________________________________________________________________________
8852 [  7594] By: jhi                                   on 2000/11/07  19:18:58
8853         Log: Be more robust in Dynaloader.pm.
8854      Branch: perl
8855            ! ext/DynaLoader/DynaLoader_pm.PL
8856 ____________________________________________________________________________
8857 [  7593] By: jhi                                   on 2000/11/07  16:49:31
8858         Log: AUTHORS update.
8859      Branch: perl
8860            ! AUTHORS
8861 ____________________________________________________________________________
8862 [  7592] By: gsar                                  on 2000/11/07  16:39:51
8863         Log: normalize relative paths in virtualized current directory on windows,
8864              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
8865              returns)
8866      Branch: perl
8867            ! win32/vdir.h
8868 ____________________________________________________________________________
8869 [  7591] By: jhi                                   on 2000/11/07  16:04:26
8870         Log: Too profiler-happy: with optimization the #7590 actually makes
8871              the test to run 0.5% _slower_.  Requires much more instrumentation.
8872              Retract #7590.
8873      Branch: perl
8874            ! regcomp.c regcomp.h
8875 ____________________________________________________________________________
8876 [  7590] By: jhi                                   on 2000/11/07  15:51:13
8877         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
8878              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
8879              by using memset() and testing bytewise (as opposed to bitwise).
8880      Branch: perl
8881            ! regcomp.c regcomp.h
8882 ____________________________________________________________________________
8883 [  7589] By: jhi                                   on 2000/11/07  12:56:39
8884         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
8885              From: "Craig A. Berry" <craig.berry@psinetcs.com>
8886              Date: Mon, 06 Nov 2000 23:45:30 -0500
8887              Message-Id: <0011079735.AA973576259@univpress.com>
8888      Branch: perl
8889            ! configure.com t/lib/st-lock.t
8890 ____________________________________________________________________________
8891 [  7588] By: jhi                                   on 2000/11/07  01:03:28
8892         Log: Tweak #7587.
8893      Branch: perl
8894            ! pod/perldiag.pod
8895 ____________________________________________________________________________
8896 [  7587] By: jhi                                   on 2000/11/07  01:00:27
8897         Log: A doc addition for bug id 20001105.019, beware \p.
8898      Branch: perl
8899            ! pod/perldiag.pod
8900 ____________________________________________________________________________
8901 [  7586] By: jhi                                   on 2000/11/07  00:32:22
8902         Log: Fake support of holey files in win/dosish platforms.
8903              
8904              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
8905              From: kipp@shonanblue.ne.jp
8906              Date: Mon, 6 Nov 2000 13:30:55 -0800
8907              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
8908      Branch: perl
8909            ! ext/SDBM_File/sdbm/sdbm.c
8910 ____________________________________________________________________________
8911 [  7585] By: jhi                                   on 2000/11/07  00:12:54
8912         Log: Subject: Pod updates
8913              From: "Stephen P. Potter" <spp@spotter.yi.org>
8914              Date: Mon, 06 Nov 2000 18:56:43 -0500
8915              Message-Id: <200011062357.SAA18173@spotter.yi.org>
8916      Branch: perl
8917            ! README.dos README.os2 README.win32 pod/buildtoc.PL
8918            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
8919            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
8920            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
8921            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
8922            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
8923            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
8924            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
8925            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
8926            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
8927            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
8928            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
8929            ! pod/perltootc.pod pod/perlunicode.pod
8930 ____________________________________________________________________________
8931 [  7584] By: jhi                                   on 2000/11/07  00:04:17
8932         Log: Varargs don't always work too well if one puts an unsigned
8933              char on the stack and pop an unsigned quad off the stack.
8934              
8935              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
8936              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
8937              Date: Mon, 06 Nov 2000 15:19:05 -0800
8938              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
8939      Branch: perl
8940            ! utf8.c
8941 ____________________________________________________________________________
8942 [  7583] By: jhi                                   on 2000/11/06  23:58:48
8943         Log: %ENV note tweaks from Dan Sugalski.
8944      Branch: perl
8945            ! pod/perlport.pod vms/perlvms.pod
8946 ____________________________________________________________________________
8947 [  7582] By: jhi                                   on 2000/11/06  23:05:49
8948         Log: glibc5 detection by __GNU_LIBRARY__.
8949      Branch: perl
8950            ! toke.c
8951 ____________________________________________________________________________
8952 [  7581] By: jhi                                   on 2000/11/06  22:51:29
8953         Log: Make the stdio test program of 7427 less noisy while being 
8954              compiled so that Digital UNIX wouldn't get both
8955              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
8956              undefined.  This makes perlio happy.
8957      Branch: metaconfig
8958            ! U/compline/d_stdstdio.U
8959      Branch: perl
8960            ! Configure config_h.SH
8961 ____________________________________________________________________________
8962 [  7580] By: jhi                                   on 2000/11/06  22:41:41
8963         Log: Document %ENV = () portability issues.
8964      Branch: perl
8965            ! pod/perlport.pod vms/perlvms.pod
8966 ____________________________________________________________________________
8967 [  7579] By: jhi                                   on 2000/11/06  21:29:24
8968         Log: VOS updates from Paul Green.
8969      Branch: perl
8970            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8971 ____________________________________________________________________________
8972 [  7578] By: jhi                                   on 2000/11/06  21:00:40
8973         Log: Sanitize the environment further.
8974      Branch: perl
8975            ! t/pragma/locale.t
8976 ____________________________________________________________________________
8977 [  7577] By: jhi                                   on 2000/11/06  20:53:51
8978         Log: Re-introduce 7552 lost in integration.
8979      Branch: perl
8980            ! perlio.c
8981 ____________________________________________________________________________
8982 [  7576] By: jhi                                   on 2000/11/06  20:33:46
8983         Log: Admit that the test leaks scalars.
8984      Branch: perl
8985            ! t/comp/proto.t
8986 ____________________________________________________________________________
8987 [  7575] By: jhi                                   on 2000/11/06  20:17:08
8988         Log: Integrate perlio.
8989      Branch: perl
8990           !> perlio.c
8991 ____________________________________________________________________________
8992 [  7574] By: nick                                  on 2000/11/06  20:07:28
8993         Log: Remove debug. Try (Mmap_t) on madvise() call.
8994      Branch: perlio
8995            ! perlio.c
8996 ____________________________________________________________________________
8997 [  7573] By: jhi                                   on 2000/11/06  13:56:05
8998         Log: Update Changes.
8999      Branch: perl
9000            ! Changes patchlevel.h
9001 ____________________________________________________________________________
9002 [  7572] By: jhi                                   on 2000/11/06  13:48:41
9003         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
9004              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9005              Date: Mon, 06 Nov 2000 10:11:42 +0100
9006              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
9007      Branch: perl
9008            ! pod/perlhack.pod
9009 ____________________________________________________________________________
9010 [  7571] By: jhi                                   on 2000/11/06  01:45:51
9011         Log: AUTHORS updates.
9012      Branch: perl
9013            ! AUTHORS
9014 ____________________________________________________________________________
9015 [  7570] By: jhi                                   on 2000/11/06  00:18:00
9016         Log: Fix for
9017              
9018              Subject: [ID 20000728.005] perl -P broken
9019              From: David Dyck <dcd@tc.fluke.com>
9020              Date: Fri, 28 Jul 2000 17:19:16 -0700
9021              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
9022              
9023              (hopefully).  The fix is also not complete, it seems to break
9024              BOM swallowing for libc5 systems, but until someone figures
9025              out a way to do this without ftell(), this will do.
9026      Branch: perl
9027            ! toke.c
9028 ____________________________________________________________________________
9029 [  7569] By: jhi                                   on 2000/11/06  00:05:30
9030         Log: Document that the evaled syntax errors cause scalar leaks.
9031      Branch: perl
9032            ! t/comp/proto.t
9033 ____________________________________________________________________________
9034 [  7568] By: jhi                                   on 2000/11/05  23:14:47
9035         Log: opmini.o can linger from Configures past.
9036      Branch: perl
9037            ! Makefile.SH
9038 ____________________________________________________________________________
9039 [  7567] By: jhi                                   on 2000/11/05  21:28:39
9040         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
9041              first argument correctly.
9042      Branch: perl
9043            ! perlio.c
9044 ____________________________________________________________________________
9045 [  7566] By: jhi                                   on 2000/11/05  21:15:56
9046         Log: Integrate perlio.
9047      Branch: perl
9048           !> perlio.c
9049 ____________________________________________________________________________
9050 [  7565] By: jhi                                   on 2000/11/05  21:15:13
9051         Log: Use -dM for gcc (the suggested patch did it only for Linux,
9052              but I think it can be generalized).
9053              
9054              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
9055              From: Pixel <pixel@mandrakesoft.com>
9056              Date: 05 Nov 2000 21:49:34 +0100 
9057              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
9058      Branch: perl
9059            ! ext/Errno/Errno_pm.PL
9060 ____________________________________________________________________________
9061 [  7564] By: nick                                  on 2000/11/05  21:09:18
9062         Log: Added a mmap layer as a "subclass" of perlio.
9063              PERLIO=mmap ./perl harness passes
9064      Branch: perlio
9065            ! perlio.c
9066 ____________________________________________________________________________
9067 [  7563] By: jhi                                   on 2000/11/05  19:48:55
9068         Log: Add a note for future generations about bug id 20000229.006.
9069      Branch: perl
9070            ! malloc.c
9071 ____________________________________________________________________________
9072 [  7562] By: jhi                                   on 2000/11/05  19:38:24
9073         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
9074      Branch: perl
9075            ! pp_ctl.c t/op/pos.t
9076 ____________________________________________________________________________
9077 [  7561] By: jhi                                   on 2000/11/05  18:21:46
9078         Log: Add =pod to be tidy.
9079      Branch: perl
9080            ! lib/Math/Complex.pm
9081 ____________________________________________________________________________
9082 [  7560] By: jhi                                   on 2000/11/05  17:38:46
9083         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
9084      Branch: perl
9085            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
9086            ! ext/Storable/Storable.xs t/lib/st-recurse.t
9087 ____________________________________________________________________________
9088 [  7559] By: jhi                                   on 2000/11/05  17:32:59
9089         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
9090              From: "Peter J. Farley III" <pjfarley@banet.net>
9091              Date: Sun, 05 Nov 2000 11:55:59 -0500
9092              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
9093      Branch: perl
9094            ! t/lib/syslog.t
9095 ____________________________________________________________________________
9096 [  7558] By: jhi                                   on 2000/11/05  17:29:19
9097         Log: Integrate perlio.
9098      Branch: perl
9099           !> perlio.c
9100 ____________________________________________________________________________
9101 [  7557] By: jhi                                   on 2000/11/05  17:22:01
9102         Log: A fix of sorts for 20000329.026, a better error message
9103              for a missing "use charnames" when using the \N{...}. 
9104      Branch: perl
9105            ! pod/perldiag.pod toke.c
9106 ____________________________________________________________________________
9107 [  7556] By: jhi                                   on 2000/11/05  16:33:50
9108         Log: Test tweak: show also the failed locales.
9109              
9110              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
9111              From: Lupe Christoph <lupe@lupe-christoph.de>         
9112              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
9113              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
9114      Branch: perl
9115            ! t/pragma/locale.t
9116 ____________________________________________________________________________
9117 [  7555] By: nick                                  on 2000/11/05  11:09:34
9118         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
9119              open RDWR so does not fail. (pragma/warnings 303 again...)
9120      Branch: perlio
9121            ! perlio.c
9122 ____________________________________________________________________________
9123 [  7554] By: nick                                  on 2000/11/05  10:10:13
9124         Log: Fix case where ungetc(f,EOF) was allowed.
9125              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
9126              so we can see similarities.
9127              Use types more carefully and a STDCHAR array in hope that this will
9128              fix Jarrko's 64bit machine.
9129      Branch: perlio
9130            ! perlio.c
9131 ____________________________________________________________________________
9132 [  7553] By: jhi                                   on 2000/11/05  01:12:16
9133         Log: Fix for
9134              
9135              Subject: [ID 20001004.007] taint propogation is inconsistent
9136              From: pimlott@idiomtech.com (Andrew Pimlott) 
9137              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
9138              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
9139              
9140              The culprit was sv_setsv() which was rather blindly
9141              propagating taint, which lead to behaviour where if
9142              a tainted anon hash value was seen all the hash values
9143              from then on at that level became tainted, or at any
9144              upper levels in the case of nested anon hashes.
9145      Branch: perl
9146            ! sv.c t/op/taint.t
9147 ____________________________________________________________________________
9148 [  7552] By: jhi                                   on 2000/11/04  23:44:18
9149         Log: Some cpps don't like splitting conditionals across several lines.
9150      Branch: perl
9151            ! perlio.c
9152 ____________________________________________________________________________
9153 [  7551] By: nick                                  on 2000/11/04  23:40:44
9154         Log: Integrate mainline
9155      Branch: perlio
9156           !> pp_hot.c t/op/taint.t
9157 ____________________________________________________________________________
9158 [  7550] By: nick                                  on 2000/11/04  23:39:05
9159         Log: Integrate mainline again
9160      Branch: perlio
9161           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
9162           !> t/lib/b.t t/op/misc.t util.c
9163 ____________________________________________________________________________
9164 [  7549] By: jhi                                   on 2000/11/04  23:14:01
9165         Log: Fix for
9166              
9167              Subject: [ID 20001004.006] undef is never tainted
9168              From: pimlott@idiomtech.com (Andrew Pimlott)
9169              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
9170              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
9171              
9172              An undef read from a slurped file was not tainted.
9173      Branch: perl
9174            ! pp_hot.c t/op/taint.t
9175 ____________________________________________________________________________
9176 [  7548] By: jhi                                   on 2000/11/04  22:56:21
9177         Log: Test tweak ($Config{useperlio} is by default undef) .
9178      Branch: perl
9179            ! t/lib/b.t
9180 ____________________________________________________________________________
9181 [  7547] By: jhi                                   on 2000/11/04  22:43:56
9182         Log: Integrate perlio.
9183      Branch: perl
9184           +> lib/perlio.pm
9185           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
9186           !> pod/perlapi.pod t/lib/b.t
9187 ____________________________________________________________________________
9188 [  7546] By: jhi                                   on 2000/11/04  22:40:59
9189         Log: Configure would use a bad $myuname from an old config.sh.
9190              
9191              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
9192              From: Andy Dougherty <doughera@lafayette.edu>
9193              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
9194              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
9195      Branch: metaconfig
9196            ! U/modified/Oldconfig.U
9197      Branch: perl
9198            ! Configure config_h.SH
9199 ____________________________________________________________________________
9200 [  7545] By: jhi                                   on 2000/11/04  22:36:54
9201         Log: Subject: Locales support (setlocale) fixes
9202              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
9203              Date: Sat, 4 Nov 2000 10:15:48 +0300 
9204              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
9205              
9206              Modified quite a bit to be more portable.
9207      Branch: perl
9208            ! embed.h embed.pl perl.h proto.h util.c
9209 ____________________________________________________________________________
9210 [  7544] By: jhi                                   on 2000/11/04  22:32:47
9211         Log: Dying is too strict here, better just skip.
9212      Branch: perl
9213            ! t/op/misc.t
9214 ____________________________________________________________________________
9215 [  7543] By: nick                                  on 2000/11/04  21:55:13
9216         Log: Merge mainline
9217      Branch: perlio
9218           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
9219           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
9220           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
9221           !> (integrate 64 files)
9222 ____________________________________________________________________________
9223 [  7542] By: jhi                                   on 2000/11/04  21:09:28
9224         Log: More Changes tweakery.
9225      Branch: perl
9226            ! Changes Porting/genlog
9227 ____________________________________________________________________________
9228 [  7541] By: jhi                                   on 2000/11/04  20:58:18
9229         Log: Changes fixups.
9230      Branch: perl
9231            ! Changes
9232 ____________________________________________________________________________
9233 [  7540] By: jhi                                   on 2000/11/04  20:42:38
9234         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
9235              create a "fast path" for locale name probing using "locale -a"
9236              if available, squash finally hopefully the s?printf resetting
9237              the numeric locale (since, IIUC perllocale, it never shouldn't). 
9238      Branch: perl
9239            ! sv.c t/op/misc.t t/pragma/locale.t
9240 ____________________________________________________________________________
9241 [  7539] By: nick                                  on 2000/11/04  19:56:10
9242         Log: PerlIO infrastructure complete.
9243      Branch: perlio
9244            + lib/perlio.pm
9245            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
9246 ____________________________________________________________________________
9247 [  7538] By: nick                                  on 2000/11/04  14:31:32
9248         Log: Type tweaks + less contorted allocation scheme
9249      Branch: perlio
9250            ! perlio.c
9251 ____________________________________________________________________________
9252 [  7537] By: nick                                  on 2000/11/04  12:40:42
9253         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
9254              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
9255              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
9256              sensible) which lead to some interesting fails.
9257      Branch: perlio
9258            ! perlio.c
9259 ____________________________________________________________________________
9260 [  7536] By: jhi                                   on 2000/11/04  00:20:02
9261         Log: Add FCNTL_CAN_LOCK.
9262              
9263              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
9264              From: Andy Dougherty <doughera@lafayette.edu>
9265              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
9266              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
9267              
9268              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
9269              From: Andy Dougherty <doughera@lafayette.edu>
9270              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
9271              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
9272      Branch: metaconfig/U/perl
9273            + d_fcntl_can_lock.U
9274            ! startperl.U
9275      Branch: perl
9276            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9277            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
9278            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9279            ! vos/config.ga.h win32/config.bc win32/config.gc
9280            ! win32/config.vc
9281 ____________________________________________________________________________
9282 [  7535] By: nick                                  on 2000/11/03  22:19:10
9283         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
9284              - Works on Linux with
9285              perlio + unix
9286              stdio
9287              - Works on Solaris with
9288              perlio + unix
9289              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
9290              - Fails (hangs in openpid) if you try and stack
9291              perlio + stdio - Linux stdio's read() logic is hanging.
9292      Branch: perlio
9293            ! iperlsys.h perlio.c
9294 ____________________________________________________________________________
9295 [  7534] By: jhi                                   on 2000/11/03  15:16:02
9296         Log: Subject: Re: README.aix
9297              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9298              Date: Fri, 03 Nov 2000 16:03:15 +0100
9299              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
9300      Branch: perl
9301            ! README.aix
9302 ____________________________________________________________________________
9303 [  7533] By: jhi                                   on 2000/11/03  03:59:02
9304         Log: Subject: [PATCH 5.7.0] better messages from malloc()
9305              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9306              Date: Wed, 1 Nov 2000 23:39:56 -0500
9307              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
9308      Branch: perl
9309            ! malloc.c pod/perldiag.pod
9310 ____________________________________________________________________________
9311 [  7532] By: jhi                                   on 2000/11/03  00:11:56
9312         Log: The #7521 touched things it shouldn't have.
9313      Branch: perl
9314            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
9315 ____________________________________________________________________________
9316 [  7531] By: jhi                                   on 2000/11/02  22:32:33
9317         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
9318              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9319              Date:     Thu, 2 Nov 2000 16:58:36 EST
9320              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
9321      Branch: perl
9322            ! vms/gen_shrfls.pl
9323 ____________________________________________________________________________
9324 [  7530] By: jhi                                   on 2000/11/02  22:08:49
9325         Log: Fix the problem discussed in
9326              
9327              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
9328              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
9329              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
9330              
9331              originally from Linc Madison.  Also Andreas König's comments
9332              taken into account.  Some other problems with Tie::SubstrHash
9333              fixed: didn't croak when the table exceeded the requested number
9334              of entries (as documented) but instead when the number of entries
9335              exceeded the size of the table, a croak() had an unnecessary \n,
9336              didn't have a CLEAR method, documented that there is no exists().
9337              Didn't fix to be strict-proof because the module uses &foo; and
9338              dynamic scope.  Added a test script exercizing both first tamely 
9339              the basic functionality, and then the failure cases reported by
9340              Linc Madison.
9341      Branch: perl
9342            + t/lib/tie-substrhash.t
9343            ! MANIFEST lib/Tie/SubstrHash.pm
9344 ____________________________________________________________________________
9345 [  7529] By: jhi                                   on 2000/11/02  17:58:08
9346         Log: recv() can fail and return undef.
9347              
9348              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
9349              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
9350              Date: Thu, 2 Nov 2000 20:12:20 +0300
9351              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
9352      Branch: perl
9353            ! lib/Net/Ping.pm
9354 ____________________________________________________________________________
9355 [  7528] By: jhi                                   on 2000/11/02  17:49:09
9356         Log: Detpyo.
9357      Branch: perl
9358            ! pod/perlop.pod
9359 ____________________________________________________________________________
9360 [  7527] By: jhi                                   on 2000/11/02  15:48:37
9361         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
9362              fix a autovivification bug in Tie::RefHash, add tests for both.
9363              
9364              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
9365              From: Edward Avis <epa98@doc.ic.ac.uk>
9366              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
9367              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
9368      Branch: perl
9369            + t/lib/tie-refhash.t
9370            ! MANIFEST lib/Tie/RefHash.pm
9371 ____________________________________________________________________________
9372 [  7526] By: jhi                                   on 2000/11/02  13:56:26
9373         Log: Test::Harness revealed buglets in the new DynaLoader.
9374              
9375              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
9376              From: andreas.koenig@anima.de (Andreas J. Koenig)
9377              Date: 02 Nov 2000 11:26:48 +0100 
9378              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
9379      Branch: perl
9380            ! ext/DynaLoader/DynaLoader_pm.PL
9381 ____________________________________________________________________________
9382 [  7525] By: jhi                                   on 2000/11/01  23:52:08
9383         Log: The entry for #7503 was missing.
9384      Branch: perl
9385            ! Changes
9386 ____________________________________________________________________________
9387 [  7524] By: jhi                                   on 2000/11/01  23:40:52
9388         Log: Update Changes.
9389      Branch: perl
9390            ! Changes patchlevel.h
9391 ____________________________________________________________________________
9392 [  7523] By: jhi                                   on 2000/11/01  22:57:09
9393         Log: More tweaking on the #7522 theme.
9394      Branch: perl
9395            ! ext/DynaLoader/DynaLoader_pm.PL
9396 ____________________________________________________________________________
9397 [  7522] By: jhi                                   on 2000/11/01  22:06:15
9398         Log: Expand %Config variables and %ENV variables only if
9399              so requested during build time using the
9400              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
9401              Not expanding makes relocating distributions easier.
9402      Branch: perl
9403            ! ext/DynaLoader/DynaLoader_pm.PL
9404 ____________________________________________________________________________
9405 [  7521] By: jhi                                   on 2000/11/01  20:56:34
9406         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
9407              and setgid() because they were just changing $< and $( which means
9408              only changing the real uid/gid, as opposed to changing both
9409              real and effective ids.  (The alternative way could have been
9410              in POSIX.pm to change $> and $), too, but making a direct call
9411              to the C API feels cleaner.)  Fixes the bug
9412              
9413              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
9414              From: "Garry T. Williams" <garry@zvolve.com>
9415              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
9416              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
9417      Branch: perl
9418            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9419            ! ext/POSIX/typemap pod/perlvar.pod
9420 ____________________________________________________________________________
9421 [  7520] By: jhi                                   on 2000/11/01  20:08:33
9422         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
9423              From: "Garry T. Williams" <garry@zvolve.com>
9424              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
9425              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
9426      Branch: perl
9427            ! pod/perlsec.pod
9428 ____________________________________________________________________________
9429 [  7519] By: jhi                                   on 2000/11/01  20:01:22
9430         Log: Locale warning explanation tweak.
9431      Branch: perl
9432            ! pod/perldiag.pod
9433 ____________________________________________________________________________
9434 [  7518] By: jhi                                   on 2000/11/01  18:57:13
9435         Log: C.pm part of
9436              
9437              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
9438              From: Jarkko Hietaniemi <jhi@iki.fi>
9439              Date: Tue, 10 Oct 2000 08:22:28 -0500
9440              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
9441      Branch: perl
9442            ! ext/B/B/C.pm
9443 ____________________________________________________________________________
9444 [  7517] By: jhi                                   on 2000/11/01  18:41:59
9445         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
9446              From: Martien Verbruggen <mgjv@comdyn.com.au>
9447              Date: Fri, 6 Oct 2000 14:09:10 +1100
9448              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
9449      Branch: perl
9450            ! pod/perlop.pod
9451 ____________________________________________________________________________
9452 [  7516] By: jhi                                   on 2000/11/01  18:34:55
9453         Log: Generalize the Camel wording.
9454              
9455              Subject: Re: perlfaq style changes
9456              From: John Borwick <jhborwic@unity.ncsu.edu>
9457              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
9458              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
9459      Branch: perl
9460            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
9461 ____________________________________________________________________________
9462 [  7515] By: jhi                                   on 2000/11/01  16:52:31
9463         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
9464              From: pimlott@idiomtech.com (Andrew Pimlott)
9465              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
9466              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
9467      Branch: perl
9468            ! pod/perlsec.pod
9469 ____________________________________________________________________________
9470 [  7514] By: jhi                                   on 2000/11/01  15:03:40
9471         Log: More AIX lore.
9472      Branch: perl
9473            ! ext/re/hints/aix.pl
9474 ____________________________________________________________________________
9475 [  7513] By: jhi                                   on 2000/11/01  14:48:30
9476         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
9477              From: root <root@chronos.fi.muni.cz>
9478              Date: Wed, 1 Nov 2000 12:31:32 +0100
9479              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
9480      Branch: perl
9481            ! lib/Net/Ping.pm
9482 ____________________________________________________________________________
9483 [  7512] By: jhi                                   on 2000/11/01  14:46:47
9484         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
9485              From: Martin Husemann <martin@duskware.de>
9486              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
9487              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
9488      Branch: perl
9489            ! regcomp.c
9490 ____________________________________________________________________________
9491 [  7511] By: jhi                                   on 2000/11/01  14:39:50
9492         Log: AUTHORS updates.
9493      Branch: perl
9494            ! AUTHORS
9495 ____________________________________________________________________________
9496 [  7510] By: jhi                                   on 2000/11/01  14:29:50
9497         Log: Subject: [PATCH] startperl to respect versiononly
9498              From: Robin Barker <rmb1@cise.npl.co.uk> 
9499              Date: Tue, 31 Oct 2000 16:29:36 GMT
9500              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
9501      Branch: metaconfig/U/perl
9502            ! startperl.U
9503      Branch: perl
9504            ! Configure config_h.SH
9505 ____________________________________________________________________________
9506 [  7509] By: jhi                                   on 2000/11/01  14:19:53
9507         Log: printf UVs the correct way, noticed by Robin Barker.
9508      Branch: perl
9509            ! utf8.c
9510 ____________________________________________________________________________
9511 [  7508] By: jhi                                   on 2000/11/01  14:10:03
9512         Log: Do not cleanup *% because the % has special meanings in some
9513              shell environments.
9514      Branch: perl
9515            ! ext/Storable/Makefile.PL
9516 ____________________________________________________________________________
9517 [  7507] By: jhi                                   on 2000/11/01  14:06:00
9518         Log: The NonStop-UX libraries have a novel way to say NaN.
9519      Branch: perl
9520            ! t/lib/bigfltpm.t
9521 ____________________________________________________________________________
9522 [  7506] By: jhi                                   on 2000/11/01  14:03:35
9523         Log: The osname has been lowercased by now, from Tom Bates.
9524      Branch: metaconfig
9525            ! U/modified/Oldconfig.U
9526      Branch: perl
9527            ! Configure config_h.SH
9528 ____________________________________________________________________________
9529 [  7505] By: jhi                                   on 2000/10/31  19:18:39
9530         Log: The compiler is either gcc or cc, from Tom Bates.
9531      Branch: perl
9532            ! hints/nonstopux.sh
9533 ____________________________________________________________________________
9534 [  7504] By: jhi                                   on 2000/10/31  14:53:42
9535         Log: Update Changes.
9536      Branch: perl
9537            ! Changes patchlevel.h
9538 ____________________________________________________________________________
9539 [  7503] By: jhi                                   on 2000/10/31  14:30:50
9540         Log: Whitespace style tweak.  Was originally going to see to
9541              
9542              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
9543              From: Joe Smith <jms@inwap.com>
9544              Date: Mon, 30 Oct 2000 18:47:57 -0800
9545              Message-Id: <39FE32DD.24AAC4D@inwap.com>
9546              
9547              but that had already been taken care of.
9548      Branch: metaconfig
9549            ! U/compline/d_stdstdio.U
9550      Branch: perl
9551            ! Configure config_h.SH
9552 ____________________________________________________________________________
9553 [  7502] By: jhi                                   on 2000/10/31  14:25:02
9554         Log: AUTHORS tweaks.
9555      Branch: perl
9556            ! AUTHORS
9557 ____________________________________________________________________________
9558 [  7501] By: jhi                                   on 2000/10/31  14:23:59
9559         Log: Subject: perlfaq style changes
9560              From: John Borwick <jhborwic@unity.ncsu.edu>
9561              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
9562              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
9563      Branch: perl
9564            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9565            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9566            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9567            ! pod/perlfaq9.pod
9568 ____________________________________________________________________________
9569 [  7500] By: jhi                                   on 2000/10/31  14:22:15
9570         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
9571              
9572              Subject: Re: [ID 20000918.005] ~ on wide chars
9573              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9574              Date: Mon, 30 Oct 2000 21:09:55 -0800
9575              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
9576              
9577              (The ord() part of the patch skipped.)
9578      Branch: perl
9579            ! doop.c
9580 ____________________________________________________________________________
9581 [  7499] By: jhi                                   on 2000/10/31  14:20:08
9582         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
9583              From: Jens Hamisch <jens@Strawberry.COM>
9584              Date: Mon, 30 Oct 2000 15:17:07 +0100
9585              Message-Id: <20001030151707.A9597@Strawberry.COM>
9586      Branch: perl
9587            ! av.c
9588 ____________________________________________________________________________
9589 [  7498] By: jhi                                   on 2000/10/31  14:16:29
9590         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
9591              From: Peter Prymmer <pvhp@forte.com>
9592              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
9593              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
9594      Branch: perl
9595            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
9596            + ext/Encode/Encode/posix-bc.enc
9597            ! MANIFEST t/lib/encode.t
9598 ____________________________________________________________________________
9599 [  7497] By: jhi                                   on 2000/10/31  14:13:22
9600         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
9601              From: Peter Prymmer <pvhp@forte.com>
9602              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
9603              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
9604      Branch: perl
9605            ! t/lib/cgi-html.t
9606 ____________________________________________________________________________
9607 [  7496] By: jhi                                   on 2000/10/31  14:12:05
9608         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
9609              From: Peter Prymmer <pvhp@forte.com>
9610              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
9611              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
9612      Branch: perl
9613            ! t/lib/cgi-function.t
9614 ____________________________________________________________________________
9615 [  7495] By: jhi                                   on 2000/10/31  14:11:08
9616         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
9617              From: Peter Prymmer <pvhp@forte.com>
9618              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
9619              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
9620      Branch: perl
9621            + ext/re/hints/aix.pl
9622            ! MANIFEST ext/re/Makefile.PL
9623 ____________________________________________________________________________
9624 [  7494] By: jhi                                   on 2000/10/31  14:08:32
9625         Log: Use Errno magic.
9626              
9627              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
9628              From: Casey Tweten <perl@ctweten.amsite.com>
9629              Date: Mon, 30 Oct 2000 15:51:17 -0500
9630              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
9631      Branch: perl
9632            ! lib/File/Temp.pm
9633 ____________________________________________________________________________
9634 [  7493] By: jhi                                   on 2000/10/31  14:05:07
9635         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
9636              
9637              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
9638              From: Nicholas Clark <nick@ccl4.org>
9639              Date: Mon, 30 Oct 2000 17:38:45 +0000
9640              Message-ID: <20001030173845.O60355@plum.flirble.org>
9641      Branch: perl
9642            ! Makefile.SH utils/perlbug.PL
9643 ____________________________________________________________________________
9644 [  7492] By: nick                                  on 2000/10/30  19:37:23
9645         Log: Change files which are mysteriously different to mainline to be
9646              copies of mainline.
9647      Branch: perlio
9648            ! objXSUB.h perlapi.c pod/perlapi.pod
9649 ____________________________________________________________________________
9650 [  7491] By: nick                                  on 2000/10/30  18:05:54
9651         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
9652              - typo in endian code in putc.
9653              - Don't allow read of write-only files and vice-versa
9654              - and off-by-one in flush-all loop.
9655              Remove debug calls as they were using GCC specific features.
9656      Branch: perlio
9657            ! perlio.c
9658 ____________________________________________________________________________
9659 [  7490] By: nick                                  on 2000/10/29  21:45:45
9660         Log: Integrate mainline to perlio
9661      Branch: perlio
9662           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
9663           !> toke.c
9664 ____________________________________________________________________________
9665 [  7489] By: jhi                                   on 2000/10/29  21:11:08
9666         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
9667              From: andreas.koenig@anima.de (Andreas J. Koenig)
9668              Date: 29 Oct 2000 22:05:59 +0100
9669              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
9670      Branch: perl
9671            ! lib/ExtUtils/Manifest.pm
9672 ____________________________________________________________________________
9673 [  7488] By: jhi                                   on 2000/10/29  21:07:47
9674         Log: Tests for #7487.
9675              
9676              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
9677              From: andreas.koenig@anima.de (Andreas J. Koenig)
9678              Date: 29 Oct 2000 19:37:09 +0100
9679              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
9680      Branch: perl
9681            ! t/comp/proto.t
9682 ____________________________________________________________________________
9683 [  7487] By: jhi                                   on 2000/10/29  21:06:27
9684         Log: constsub spillage.
9685              
9686              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
9687              From: John Tobey <jtobey@john-edwin-tobey.org>
9688              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
9689              Message-Id: <m13pvSr-000FObC@feynman.localnet>
9690      Branch: perl
9691            ! op.c
9692 ____________________________________________________________________________
9693 [  7486] By: nick                                  on 2000/10/29  21:05:04
9694         Log: Integrate mainline to perlio branch
9695      Branch: perlio
9696           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
9697           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
9698           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
9699           +> vos/install_perl.cm
9700            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
9701            - vos/config.h vos/config_h.SH_orig
9702           !> (integrate 141 files)
9703 ____________________________________________________________________________
9704 [  7485] By: jhi                                   on 2000/10/29  21:00:47
9705         Log: Make \x{...} consistently produce UTF-8.
9706              
9707              Subject: Re: \x{...} is confused 
9708              From: Simon Cozens <simon@cozens.net>
9709              Date: Sun, 29 Oct 2000 19:36:48 +0000
9710              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
9711      Branch: perl
9712            ! t/pragma/utf8.t toke.c
9713 ____________________________________________________________________________
9714 [  7484] By: nick                                  on 2000/10/29  20:05:29
9715         Log: PerlIO passes all tests.
9716      Branch: perlio
9717            ! perlio.c
9718 ____________________________________________________________________________
9719 [  7483] By: jhi                                   on 2000/10/29  18:06:55
9720         Log: Update Changes.
9721      Branch: perl
9722            ! Changes patchlevel.h
9723 ____________________________________________________________________________
9724 [  7482] By: nick                                  on 2000/10/29  17:43:28
9725         Log: Include <unistd.h> to get correct lseek() prototype etc.
9726              (I thought perl.h did that) - down to two fails
9727              - comp/require.t (last test)
9728              - lib/io_xs.t - possibly import/export of FILE * ?
9729      Branch: perlio
9730            ! perlio.c
9731 ____________________________________________________________________________
9732 [  7481] By: jhi                                   on 2000/10/29  17:02:37
9733         Log: UTF-8 decoder tweak.
9734      Branch: perl
9735            ! utf8.c
9736 ____________________________________________________________________________
9737 [  7480] By: nick                                  on 2000/10/29  16:26:11
9738         Log: Fixed two bugs:
9739              - error code not being set on close (of broken pipe)
9740              - append mode was truncating.
9741              At least one seek/tell bug remains.
9742      Branch: perlio
9743            ! perlio.c
9744 ____________________________________________________________________________
9745 [  7479] By: nick                                  on 2000/10/29  11:18:16
9746         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
9747              in case of accidents. Still several worrying fails, no line disciplines yet.
9748      Branch: perlio
9749            ! iperlsys.h perlio.c
9750 ____________________________________________________________________________
9751 [  7478] By: jhi                                   on 2000/10/29  02:04:01
9752         Log: Add also emailless people.
9753      Branch: perl
9754            ! AUTHORS
9755 ____________________________________________________________________________
9756 [  7477] By: jhi                                   on 2000/10/29  01:36:00
9757         Log: The #7476 needs a MANIFEST change, too.
9758      Branch: perl
9759            ! MANIFEST
9760 ____________________________________________________________________________
9761 [  7476] By: jhi                                   on 2000/10/29  01:35:21
9762         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
9763      Branch: perl
9764            - MAINTAIN
9765            ! AUTHORS Changes
9766 ____________________________________________________________________________
9767 [  7475] By: jhi                                   on 2000/10/28  23:57:25
9768         Log: De-quoted-unreadable to ISO Latin 1.
9769              (There's one ISO-2022-JP name in Changes5.004.)
9770      Branch: perl
9771            ! Changes Changes5.6
9772 ____________________________________________________________________________
9773 [  7474] By: jhi                                   on 2000/10/28  19:13:06
9774         Log: Subject: [ID 20001027.007] uniq array in perlfaq
9775              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
9776              Date: Fri, 27 Oct 2000 19:28:30 +0200
9777              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
9778      Branch: perl
9779            ! pod/perlfaq4.pod
9780 ____________________________________________________________________________
9781 [  7473] By: jhi                                   on 2000/10/28  18:02:05
9782         Log: Locking null mutexes is not recommendable.
9783              
9784              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
9785              From: Hugo <hv@crypt.compulink.co.uk>
9786              Date: Sat, 28 Oct 2000 18:41:12 +0100
9787              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
9788      Branch: perl
9789            ! op.c
9790 ____________________________________________________________________________
9791 [  7472] By: jhi                                   on 2000/10/28  17:52:58
9792         Log: Better create a true mailing list for the repository keepers.
9793      Branch: perl
9794            ! Porting/repository.pod
9795 ____________________________________________________________________________
9796 [  7471] By: jhi                                   on 2000/10/28  17:28:24
9797         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
9798              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
9799      Branch: perl
9800            + Porting/repository.pod
9801            ! MANIFEST
9802 ____________________________________________________________________________
9803 [  7470] By: jhi                                   on 2000/10/28  17:20:54
9804         Log: Subject: DOC PATCH 5.6.0
9805              From: mjd@plover.com
9806              Date: 27 Oct 2000 17:32:44 -0000
9807              Message-ID: <20001027173244.23754.qmail@plover.com>
9808      Branch: perl
9809            ! pod/perlfunc.pod
9810 ____________________________________________________________________________
9811 [  7469] By: jhi                                   on 2000/10/28  17:16:45
9812         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
9813              From: "Peter J. Farley III" <pjfarley@banet.net>
9814              Date: Fri, 27 Oct 2000 20:32:56 -0400
9815              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
9816      Branch: perl
9817            ! README.dos
9818 ____________________________________________________________________________
9819 [  7468] By: jhi                                   on 2000/10/28  17:07:18
9820         Log: Make target reordering to avoid pointless re-makes.
9821              
9822              Subject: Re: Total re-make of 'make okfile' after 7451 ?
9823              From: Nicholas Clark <nick@ccl4.org>
9824              Date: Sat, 28 Oct 2000 00:31:02 +0100
9825              Message-ID: <20001028003101.A54517@plum.flirble.org>
9826      Branch: perl
9827            ! Makefile.SH
9828 ____________________________________________________________________________
9829 [  7467] By: jhi                                   on 2000/10/28  17:05:31
9830         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
9831              From: lvirden@cas.org
9832              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
9833              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
9834      Branch: perl
9835            ! README.os2
9836 ____________________________________________________________________________
9837 [  7466] By: jhi                                   on 2000/10/28  16:09:16
9838         Log: Upgrade to CPAN 1.58_55.
9839              
9840              Subject: CPAN.pm status
9841              From: andreas.koenig@anima.de (Andreas J. Koenig) 
9842              Date: 28 Oct 2000 08:18:00 +0200 
9843              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
9844      Branch: perl
9845            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
9846 ____________________________________________________________________________
9847 [  7465] By: jhi                                   on 2000/10/28  16:02:47
9848         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
9849      Branch: perl
9850            ! embed.h embed.pl perl.h proto.h toke.c
9851 ____________________________________________________________________________
9852 [  7464] By: nick                                  on 2000/10/28  10:43:44
9853         Log: Fix for sv_2iv() on "shared" value from keys %hash.
9854      Branch: perl
9855            ! sv.c
9856 ____________________________________________________________________________
9857 [  7463] By: jhi                                   on 2000/10/27  16:18:29
9858         Log: Update Changes.
9859      Branch: perl
9860            ! Changes patchlevel.h
9861 ____________________________________________________________________________
9862 [  7462] By: jhi                                   on 2000/10/27  16:17:44
9863         Log: Too enthusiastic editing in #7460.
9864      Branch: metaconfig
9865            ! U/modified/Oldsym.U
9866      Branch: perl
9867            ! Configure config_h.SH
9868 ____________________________________________________________________________
9869 [  7461] By: jhi                                   on 2000/10/27  15:37:38
9870         Log: Retract #7459, the script needs more work.
9871      Branch: perl
9872            - mkreef
9873            ! MANIFEST
9874 ____________________________________________________________________________
9875 [  7460] By: jhi                                   on 2000/10/27  15:23:14
9876         Log: Use $sort, $uniq (and $tr) consistently as wondered
9877              by Nicholas Clark.
9878      Branch: metaconfig
9879            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
9880            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
9881            ! U/modified/libc.U
9882      Branch: perl
9883            ! Configure config_h.SH
9884 ____________________________________________________________________________
9885 [  7459] By: jhi                                   on 2000/10/27  15:02:07
9886         Log: (Retracted by #7461)
9887              
9888              Add a shell script for creating/removing symbolic link farms,
9889              useful for keeping the source code read-only and doing the
9890              builds somewhere else.
9891      Branch: perl
9892            + mkreef
9893            ! MANIFEST
9894 ____________________________________________________________________________
9895 [  7458] By: jhi                                   on 2000/10/27  14:42:20
9896         Log: Do away with the fix_pl.
9897      Branch: perl
9898            - fix_pl
9899            ! MANIFEST Makefile.SH
9900 ____________________________________________________________________________
9901 [  7457] By: jhi                                   on 2000/10/27  12:43:13
9902         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
9903              From: Jens Hamisch <jens@Strawberry.COM>
9904              Date: Fri, 27 Oct 2000 14:38:21 +0200
9905              Message-Id: <20001027143821.B3366@Strawberry.COM>
9906      Branch: perl
9907            ! perl.h
9908 ____________________________________________________________________________
9909 [  7456] By: jhi                                   on 2000/10/27  12:33:42
9910         Log: Subject: [PATCH] todo
9911              From: Nicholas Clark <nick@ccl4.org>
9912              Date: Thu, 26 Oct 2000 22:32:29 +0100
9913              Message-ID: <20001026223229.A44540@plum.flirble.org>
9914      Branch: perl
9915            ! pod/perltodo.pod
9916 ____________________________________________________________________________
9917 [  7455] By: jhi                                   on 2000/10/27  12:02:21
9918         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
9919              From: John Tobey <jtobey@john-edwin-tobey.org>
9920              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
9921              Message-Id: <m13ozHF-000FObC@feynman.localnet>
9922      Branch: perl
9923            ! op.c t/pragma/sub_lval.t
9924 ____________________________________________________________________________
9925 [  7454] By: jhi                                   on 2000/10/27  11:59:42
9926         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
9927              From: sthoenna@efn.org
9928              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
9929              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
9930      Branch: perl
9931            ! pp.c t/op/assignwarn.t
9932 ____________________________________________________________________________
9933 [  7453] By: jhi                                   on 2000/10/27  00:15:08
9934         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
9935      Branch: perl
9936            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
9937            ! ext/Storable/Storable.xs t/lib/st-lock.t
9938 ____________________________________________________________________________
9939 [  7452] By: jhi                                   on 2000/10/26  13:05:52
9940         Log: Undo #7451, this seems to be a deficiency in Perforce,
9941              there is no per-file line-terminator type, only per-client.
9942      Branch: perl
9943            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
9944            ! win32/makefile.mk
9945 ____________________________________________________________________________
9946 [  7451] By: jhi                                   on 2000/10/26  04:56:03
9947         Log: Experimenting in DOS arcana.
9948      Branch: perl
9949            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
9950            ! win32/makefile.mk
9951 ____________________________________________________________________________
9952 [  7450] By: jhi                                   on 2000/10/26  04:50:52
9953         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
9954              From: "Peter J. Farley III" <pjfarley@banet.net>            
9955              Date: Wed, 25 Oct 2000 23:10:18 -0400
9956              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
9957      Branch: perl
9958            ! t/io/open.t
9959 ____________________________________________________________________________
9960 [  7449] By: jhi                                   on 2000/10/26  04:49:16
9961         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
9962              From: Hugo <hv@crypt.compulink.co.uk>
9963              Date: Thu, 26 Oct 2000 01:55:17 +0100
9964              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
9965              
9966              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
9967      Branch: perl
9968            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
9969 ____________________________________________________________________________
9970 [  7448] By: jhi                                   on 2000/10/26  04:38:36
9971         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
9972              From: Peter Prymmer <pvhp@forte.com>
9973              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
9974              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
9975      Branch: perl
9976            ! configure.com
9977 ____________________________________________________________________________
9978 [  7447] By: jhi                                   on 2000/10/25  23:20:02
9979         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
9980              in platforms that strictly require all the symbols being present
9981              at link time.
9982      Branch: perl
9983            ! handy.h
9984 ____________________________________________________________________________
9985 [  7446] By: jhi                                   on 2000/10/25  21:55:57
9986         Log: Update Changes.
9987      Branch: perl
9988            ! Changes patchlevel.h
9989 ____________________________________________________________________________
9990 [  7445] By: jhi                                   on 2000/10/25  21:27:08
9991         Log: Integrate with vmsperl #7430 by Charles Bailey:
9992              
9993              Cleanup from prior patch (Charles Lane?):
9994              - improve handling of MFDs in Basename and Path
9995              - default to no xsubpp line # munging when building debug images
9996      Branch: perl
9997           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
9998 ____________________________________________________________________________
9999 [  7444] By: jhi                                   on 2000/10/25  21:03:50
10000         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
10001              From: John Peacock <JPeacock@UnivPress.com>
10002              Date: Thu, 18 May 2000 11:55:27 -0400
10003              Message-ID: <3924126F.A58BE57A@UnivPress.com>
10004      Branch: perl
10005            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
10006            ! t/op/write.t
10007 ____________________________________________________________________________
10008 [  7443] By: jhi                                   on 2000/10/25  20:43:10
10009         Log: Temporary stopgap for the self-tying issue: for now only
10010              array and hash self-ties are verboten.  The real fix, of
10011              course, would be to comprehensively test (and implement?)
10012              and debug (and document) self-ties.
10013      Branch: perl
10014            ! pod/perldiag.pod pp_sys.c t/op/tie.t
10015 ____________________________________________________________________________
10016 [  7442] By: jhi                                   on 2000/10/25  20:14:30
10017         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
10018              From: Dan Sugalski <dan@sidhe.org>
10019              Date: Wed, 25 Oct 2000 13:36:35 -0400
10020              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
10021              
10022              plus regen global.sym.
10023      Branch: perl
10024            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
10025            ! thrdvar.h util.c
10026 ____________________________________________________________________________
10027 [  7441] By: jhi                                   on 2000/10/25  20:12:20
10028         Log: buildtoc target tweaks.
10029      Branch: perl
10030            ! pod/Makefile.SH
10031 ____________________________________________________________________________
10032 [  7440] By: jhi                                   on 2000/10/25  20:03:53
10033         Log: A new version of making the syslog test more robust.
10034              (Replaces #7421.)
10035              
10036              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
10037              From: "Kurt D. Starsinic" <kstar@chapin.edu>
10038              Date: Wed, 25 Oct 2000 12:13:54 -0400
10039              Message-ID: <20001025121354.B2264@O2.chapin.edu>
10040      Branch: perl
10041            ! t/lib/syslog.t
10042 ____________________________________________________________________________
10043 [  7439] By: jhi                                   on 2000/10/25  20:00:48
10044         Log: Continue the internal UTF-8 API tweaking.
10045              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
10046              used much more than the simpler API, now called utf8_to_uv_simple().
10047              Still not quite happy with API, too much partial duplication
10048              of functionality.
10049      Branch: perl
10050            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
10051            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
10052            ! regcomp.c regexec.c sv.c toke.c utf8.c
10053 ____________________________________________________________________________
10054 [  7438] By: jhi                                   on 2000/10/25  18:52:30
10055         Log: Allow poking holes at the UTF-8 decoding strictness.
10056      Branch: perl
10057            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
10058            ! utf8.h
10059 ____________________________________________________________________________
10060 [  7437] By: jhi                                   on 2000/10/25  13:53:05
10061         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
10062              UTF8LEN() and UTF8SKIP(). 
10063      Branch: perl
10064            ! pp.c utf8.c utf8.h
10065 ____________________________________________________________________________
10066 [  7436] By: jhi                                   on 2000/10/25  13:51:37
10067         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
10068              From: Nicholas Clark <nick@ccl4.org>
10069              Date: Wed, 25 Oct 2000 14:44:05 +0100
10070              Message-ID: <20001025144404.D27253@plum.flirble.org>
10071      Branch: perl
10072            ! pod/perlrun.pod
10073 ____________________________________________________________________________
10074 [  7435] By: jhi                                   on 2000/10/25  13:49:32
10075         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
10076              From: Mike Guy <mjtg@cam.ac.uk>
10077              Date: Tue, 24 Oct 2000 14:59:40 +0100
10078              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
10079      Branch: perl
10080            ! scope.c
10081 ____________________________________________________________________________
10082 [  7434] By: jhi                                   on 2000/10/25  13:48:41
10083         Log: AIX is picky about its symbol exports.  Solution for now
10084              is to include the deb.o explicitly to the re extension build.
10085              
10086              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
10087              From: Peter Prymmer <pvhp@forte.com>
10088              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
10089              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
10090      Branch: perl
10091            ! ext/re/Makefile.PL hints/aix.sh
10092 ____________________________________________________________________________
10093 [  7433] By: jhi                                   on 2000/10/25  13:46:49
10094         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
10095              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10096              Date: Wed, 25 Oct 2000 12:02:20 +0200
10097              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
10098      Branch: perl
10099            ! perlsdio.h
10100 ____________________________________________________________________________
10101 [  7432] By: jhi                                   on 2000/10/25  13:44:28
10102         Log: Subject: Minor update to find2perl, for portability
10103              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
10104              Date: Wed, 25 Oct 2000 12:05:47 +0100
10105              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
10106      Branch: perl
10107            ! x2p/find2perl.PL
10108 ____________________________________________________________________________
10109 [  7431] By: jhi                                   on 2000/10/25  13:40:39
10110         Log: Add targets to Makefile.SH, most importantly
10111              'regen_all' which also remembers to update vms/perly*.
10112      Branch: perl
10113            ! Makefile.SH
10114 ____________________________________________________________________________
10115 [  7430] By: bailey                                on 2000/10/25  03:13:53
10116         Log: Cleanup from prior patch (Charles Lane?):
10117              - improve handling of MFDs in Basename and Path
10118              - default to no xsubpp line # munging when building debug images
10119      Branch: vmsperl
10120            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
10121 ____________________________________________________________________________
10122 [  7429] By: jhi                                   on 2000/10/24  20:03:40
10123         Log: Podify README.epoc and README.vos.
10124      Branch: perl
10125            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
10126            ! pod/perlport.pod pod/perltoc.pod
10127 ____________________________________________________________________________
10128 [  7428] By: jhi                                   on 2000/10/24  19:10:33
10129         Log: Stratus VOS updates from Paul Green.
10130      Branch: perl
10131            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10132            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
10133            - vos/config.def vos/config.h vos/config_h.SH_orig
10134            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
10135            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
10136 ____________________________________________________________________________
10137 [  7427] By: jhi                                   on 2000/10/24  18:59:48
10138         Log: Check if stdio supports tweaking lval and cnt simultaneously.
10139              
10140              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
10141              From: Nicholas Clark <nick@ccl4.org>
10142              Date: Mon, 23 Oct 2000 15:39:32 +0100
10143              Message-ID: <20001023153932.A10786@plum.flirble.org>
10144      Branch: metaconfig
10145            ! U/compline/d_stdstdio.U
10146      Branch: perl
10147            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10148            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
10149            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
10150            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
10151            ! vos/config.h vos/config_h.SH_orig win32/config.bc
10152            ! win32/config.gc win32/config.vc
10153 ____________________________________________________________________________
10154 [  7426] By: jhi                                   on 2000/10/24  17:57:44
10155         Log: Missed the header file changes from #7425.
10156      Branch: perl
10157            ! embed.h embed.pl objXSUB.h proto.h
10158 ____________________________________________________________________________
10159 [  7425] By: jhi                                   on 2000/10/24  17:55:17
10160         Log: Fix the bug reported in
10161              
10162              From: andreas.koenig@anima.de (Andreas J. Koenig)
10163              Subject: Encode bug?
10164              Date: 24 Oct 2000 14:01:26 +0200 
10165              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
10166              
10167              Also make is_utf8_char() stricter.
10168      Branch: perl
10169            ! ext/Encode/Encode.xs utf8.c
10170 ____________________________________________________________________________
10171 [  7424] By: jhi                                   on 2000/10/24  15:15:39
10172         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
10173              From: Peter Scott <Peter@PSDT.com>
10174              Date: Mon, 23 Oct 2000 19:46:01 -0700
10175              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
10176      Branch: perl
10177            ! pod/perlfaq5.pod
10178 ____________________________________________________________________________
10179 [  7423] By: jhi                                   on 2000/10/24  14:25:30
10180         Log: Test tweak to avoid pulling in the whole Config.
10181      Branch: perl
10182            ! t/lib/st-lock.t
10183 ____________________________________________________________________________
10184 [  7422] By: jhi                                   on 2000/10/24  14:03:16
10185         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
10186      Branch: perl
10187            ! pp.c
10188 ____________________________________________________________________________
10189 [  7421] By: jhi                                   on 2000/10/24  13:32:09
10190         Log: (Replaced by #7440.)
10191              
10192              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
10193              From: "Kurt D. Starsinic" <kstar@chapin.edu>
10194              Date: Mon, 23 Oct 2000 16:40:54 -0400
10195              Message-ID: <20001023164054.B14491@O2.chapin.edu>
10196      Branch: perl
10197            ! t/lib/syslog.t
10198 ____________________________________________________________________________
10199 [  7420] By: jhi                                   on 2000/10/24  13:30:53
10200         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
10201              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10202              Date: Mon, 23 Oct 2000 17:29:03 -0400
10203              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
10204      Branch: perl
10205            ! lib/ExtUtils/MM_Unix.pm
10206 ____________________________________________________________________________
10207 [  7419] By: jhi                                   on 2000/10/24  13:29:57
10208         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
10209              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10210              Date: Mon, 23 Oct 2000 19:01:32 -0400
10211              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
10212      Branch: perl
10213            ! utils/h2xs.PL
10214 ____________________________________________________________________________
10215 [  7418] By: jhi                                   on 2000/10/24  13:26:04
10216         Log: Replace #7409 with
10217              
10218              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
10219              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
10220              Date: Mon, 23 Oct 2000 20:08:56 +0200
10221              Message-ID: <20001023200855.A14850@nice.ram.loc>
10222      Branch: perl
10223            ! ext/Storable/Storable.pm t/lib/st-lock.t
10224 ____________________________________________________________________________
10225 [  7417] By: jhi                                   on 2000/10/24  13:17:52
10226         Log: Run vms/vms_yfix.pl, should have done that after changing
10227              perly.c in #7382.
10228      Branch: perl
10229            ! vms/perly_c.vms vms/perly_h.vms
10230 ____________________________________________________________________________
10231 [  7416] By: jhi                                   on 2000/10/24  02:55:33
10232         Log: Make the UTF-8 decoding stricter and more verbose when
10233              malformation happens.  This involved adding an argument
10234              to utf8_to_uv_chk(), which involved changing its prototype,
10235              and prefer STRLEN over I32 for the UTF-8 length, which as
10236              a domino effect necessitated changing the prototypes of
10237              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
10238              The stricter UTF-8 decoding checking uses Markus Kuhn's
10239              UTF-8 Decode Stress Tester from
10240              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
10241      Branch: perl
10242            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
10243            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
10244            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
10245            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
10246 ____________________________________________________________________________
10247 [  7415] By: jhi                                   on 2000/10/23  14:06:06
10248         Log: Update Changes.
10249      Branch: perl
10250            ! Changes patchlevel.h
10251 ____________________________________________________________________________
10252 [  7414] By: jhi                                   on 2000/10/23  12:39:52
10253         Log: Undo the basename() part of #7412 since the lib/basename
10254              tests would need upgrading too.
10255      Branch: perl
10256            ! lib/File/Basename.pm
10257 ____________________________________________________________________________
10258 [  7413] By: jhi                                   on 2000/10/23  12:19:27
10259         Log: Document PERL_INSTALL_ROOT of #7210.
10260      Branch: perl
10261            ! lib/ExtUtils/Install.pm
10262 ____________________________________________________________________________
10263 [  7412] By: jhi                                   on 2000/10/23  12:16:47
10264         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
10265      Branch: perl
10266            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
10267            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
10268 ____________________________________________________________________________
10269 [  7411] By: jhi                                   on 2000/10/23  12:07:41
10270         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
10271              From: Prymmer/Kahn <pvhp@best.com>
10272              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
10273              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
10274      Branch: perl
10275            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
10276 ____________________________________________________________________________
10277 [  7410] By: jhi                                   on 2000/10/23  04:10:11
10278         Log: The change #7187 was not so good on VMS.
10279              
10280              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
10281              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10282              Date: Sun, 22 Oct 2000 23:03:08 -0500
10283              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
10284      Branch: perl
10285            ! utils/perldoc.PL
10286 ____________________________________________________________________________
10287 [  7409] By: jhi                                   on 2000/10/23  03:57:36
10288         Log: Avoid Storable locking on DJGPP for now.
10289              
10290              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
10291              From: "Peter J. Farley III" <pjfarley@banet.net>
10292              Date: Sun, 22 Oct 2000 20:00:00 -0400
10293              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
10294      Branch: perl
10295            ! ext/Storable/Storable.pm t/lib/st-lock.t
10296 ____________________________________________________________________________
10297 [  7408] By: jhi                                   on 2000/10/23  03:50:24
10298         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
10299              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
10300              Date: Sun, 22 Oct 2000 21:12:22 -0400
10301              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
10302      Branch: perl
10303            ! lib/vars.pm
10304 ____________________________________________________________________________
10305 [  7407] By: jhi                                   on 2000/10/23  03:43:12
10306         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
10307              From: Hugo <hv@crypt.compulink.co.uk>
10308              Date: Mon, 23 Oct 2000 00:47:22 +0100
10309              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
10310      Branch: perl
10311            ! regexec.c t/op/pat.t
10312 ____________________________________________________________________________
10313 [  7406] By: jhi                                   on 2000/10/23  03:40:29
10314         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
10315      Branch: perl
10316            ! lib/ExtUtils/MakeMaker.pm
10317 ____________________________________________________________________________
10318 [  7405] By: jhi                                   on 2000/10/22  21:32:00
10319         Log: Doc patch.
10320              
10321              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
10322              From: rspier@pobox.com (Robert Spier)
10323              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
10324              Message-ID: <14835.16112.13457.447971@rls.cx>
10325      Branch: perl
10326            ! lib/strict.pm
10327 ____________________________________________________________________________
10328 [  7404] By: jhi                                   on 2000/10/22  21:30:51
10329         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
10330              From: rspier@pobox.com (Robert Spier)
10331              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
10332              Message-ID: <14835.17223.72448.705566@rls.cx>
10333      Branch: perl
10334            ! lib/ExtUtils/MakeMaker.pm
10335 ____________________________________________________________________________
10336 [  7403] By: jhi                                   on 2000/10/22  21:24:11
10337         Log: Subject: [PATCH bleadperl] ripples from constsub patch
10338              From: John Tobey <jtobey@john-edwin-tobey.org>
10339              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
10340              Message-Id: <m13nSOB-000FObC@feynman.localnet>
10341      Branch: perl
10342            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
10343 ____________________________________________________________________________
10344 [  7402] By: jhi                                   on 2000/10/22  20:59:35
10345         Log: Support s?printf parameter reordering.
10346      Branch: perl
10347            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
10348 ____________________________________________________________________________
10349 [  7401] By: jhi                                   on 2000/10/22  19:19:14
10350         Log: Expand %Config variables only if explicitly so requested
10351              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
10352              
10353              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
10354              From: Gurusamy Sarathy <gsar@ActiveState.com>
10355              Date: Sun, 22 Oct 2000 11:47:32 -0700
10356              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
10357      Branch: perl
10358            ! Makefile.SH lib/lib_pm.PL
10359 ____________________________________________________________________________
10360 [  7400] By: jhi                                   on 2000/10/22  18:24:10
10361         Log: Move the #7390 test from warn/op to comp/redef.
10362              
10363              Subject: Re: Creating const subs for constants.
10364              From: John Tobey <jtobey@john-edwin-tobey.org>
10365              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
10366              Message-Id: <m13nG72-000FObC@feynman.localnet>               
10367      Branch: perl
10368            ! t/comp/redef.t t/pragma/warn/op
10369 ____________________________________________________________________________
10370 [  7399] By: jhi                                   on 2000/10/22  17:49:59
10371         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
10372              From: Nicholas Clark <nick@ccl4.org>
10373              Date: Sat, 21 Oct 2000 22:23:19 +0100
10374              Message-ID: <20001021222319.B45586@plum.flirble.org>
10375      Branch: perl
10376            ! ext/DynaLoader/DynaLoader_pm.PL
10377 ____________________________________________________________________________
10378 [  7398] By: jhi                                   on 2000/10/22  17:47:35
10379         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
10380              From: Hugo <hv@crypt.compulink.co.uk>
10381              Date: Sat, 21 Oct 2000 18:19:59 +0100
10382              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
10383      Branch: perl
10384            ! ext/B/B.pm ext/B/B/C.pm
10385 ____________________________________________________________________________
10386 [  7397] By: jhi                                   on 2000/10/22  17:35:18
10387         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
10388              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10389              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
10390              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
10391      Branch: perl
10392            ! hints/openbsd.sh
10393 ____________________________________________________________________________
10394 [  7396] By: jhi                                   on 2000/10/22  17:19:46
10395         Log: Subject: installman go-faster stripes
10396              From: Nicholas Clark <nick@talking.bollo.cx>
10397              Date: Sat, 21 Oct 2000 17:24:53 +0100
10398              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
10399              
10400              Subject: Re: installman go-faster stripes
10401              From: Russ Allbery <rra@stanford.edu>
10402              Date: 21 Oct 2000 11:04:13 -0700
10403              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
10404      Branch: perl
10405            ! installman pod/pod2man.PL
10406 ____________________________________________________________________________
10407 [  7395] By: jhi                                   on 2000/10/22  17:17:35
10408         Log: Hints tweak from Anton Berezin.
10409      Branch: perl
10410            ! hints/freebsd.sh
10411 ____________________________________________________________________________
10412 [  7394] By: jhi                                   on 2000/10/22  04:50:04
10413         Log: Tweak the Is* definitions of Unicode character classes
10414              to better match the official categorizations; embrace
10415              the official categorizations; add the combining marks
10416              as alpha (and -numeric); fix DCinital (a typo and edito)
10417              to be DCmedial.
10418      Branch: perl
10419            + lib/unicode/Is/DCmedial.pl
10420            - lib/unicode/Is/DCinital.pl
10421            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10422            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
10423            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
10424            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
10425 ____________________________________________________________________________
10426 [  7393] By: jhi                                   on 2000/10/21  18:06:05
10427         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
10428              From: Daniel Chetlin <daniel@chetlin.com>
10429              Date: Sat, 21 Oct 2000 02:57:03 -0700
10430              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
10431      Branch: perl
10432            + t/lib/tie-splice.t
10433            ! MANIFEST lib/Tie/Array.pm
10434 ____________________________________________________________________________
10435 [  7392] By: gsar                                  on 2000/10/21  18:05:15
10436         Log: resync utfperl branch with mainline
10437      Branch: utfperl
10438           !> (integrate 1760 files)
10439 ____________________________________________________________________________
10440 [  7391] By: jhi                                   on 2000/10/21  14:37:49
10441         Log: Testcases for a #7383,#7385 related bug.
10442              
10443              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
10444              From: Nicholas Clark <nick@ccl4.org>
10445              Date: Sat, 21 Oct 2000 15:04:51 +0100
10446              Message-ID: <20001021150451.A51566@plum.flirble.org>
10447      Branch: perl
10448            ! t/pragma/utf8.t
10449 ____________________________________________________________________________
10450 [  7390] By: jhi                                   on 2000/10/21  14:35:57
10451         Log: Add a testcase for #7389.
10452      Branch: perl
10453            ! t/pragma/warn/op
10454 ____________________________________________________________________________
10455 [  7389] By: jhi                                   on 2000/10/21  14:26:45
10456         Log: Subject: Re: Creating const subs for constants.
10457              From: John Tobey <jtobey@john-edwin-tobey.org>
10458              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
10459              Message-Id: <m13mo0N-000FObC@feynman.localnet>
10460      Branch: perl
10461            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
10462            ! proto.h sv.c
10463 ____________________________________________________________________________
10464 [  7388] By: nick                                  on 2000/10/21  11:44:23
10465         Log: Populate perlio branch
10466      Branch: perlio
10467           +> (branch 1760 files)
10468 ____________________________________________________________________________
10469 [  7387] By: nick                                  on 2000/10/21  10:52:05
10470         Log: Get branch back as replica of mainline via :
10471              p4 integrate -b utfperl
10472              p4 resolve -at ./...
10473      Branch: utfperl
10474           +> (branch 269 files)
10475            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
10476            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
10477            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
10478            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
10479            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
10480            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
10481            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
10482            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
10483            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
10484            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
10485            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
10486            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
10487            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
10488            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
10489            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
10490            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
10491            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
10492            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
10493            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
10494            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
10495            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
10496            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
10497            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
10498            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
10499            - lib/unicode/UCD300.html lib/unicode/Unicode.300
10500            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
10501            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
10502            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
10503            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
10504           !> (integrate 965 files)
10505 ____________________________________________________________________________
10506 [  7386] By: jhi                                   on 2000/10/21  01:31:12
10507         Log: Update Changes.
10508      Branch: perl
10509            ! Changes patchlevel.h
10510 ____________________________________________________________________________
10511 [  7385] By: jhi                                   on 2000/10/21  01:28:42
10512         Log: The #7383 was right only in the context of the original bug report,
10513              not in more general case.
10514      Branch: perl
10515            ! pp_hot.c
10516 ____________________________________________________________________________
10517 [  7384] By: jhi                                   on 2000/10/21  01:08:23
10518         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
10519      Branch: perl
10520            ! ext/IO/lib/IO/Select.pm
10521 ____________________________________________________________________________
10522 [  7383] By: jhi                                   on 2000/10/21  00:44:18
10523         Log: Fix for ID 20001020.006, concatenating an unset submatch
10524              with utf8 resulted in "Modification of a read-only value".
10525      Branch: perl
10526            ! pp_hot.c t/pragma/utf8.t
10527 ____________________________________________________________________________
10528 [  7382] By: jhi                                   on 2000/10/20  20:44:31
10529         Log: Make scan_num() reëntrant, as suggested in
10530              
10531              Subject: [PATCH perl@7229] Rentrant parser and yylex()
10532              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10533              Date: Fri, 20 Oct 2000 14:17:27 +0100
10534              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
10535      Branch: perl
10536            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
10537            ! toke.c
10538 ____________________________________________________________________________
10539 [  7381] By: jhi                                   on 2000/10/20  20:07:29
10540         Log: Reëntrancy fix.
10541              
10542              Subject: [PATCH perl@7229] Rentrant parser and yylex()
10543              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10544              Date: Fri, 20 Oct 2000 14:17:27 +0100
10545              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
10546      Branch: perl
10547            ! embed.h embed.pl perl.h proto.h toke.c
10548 ____________________________________________________________________________
10549 [  7380] By: jhi                                   on 2000/10/20  19:15:54
10550         Log: Don't write double values through long double pointers,
10551              based on a part of
10552              
10553              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
10554              From: Jens Hamisch <jens@Strawberry.COM>
10555              Date: Tue, 17 Oct 2000 08:39:36 +0200
10556              Message-Id: <20001017083936.A11104@Strawberry.COM>
10557      Branch: perl
10558            ! perl.h pp.c
10559 ____________________________________________________________________________
10560 [  7379] By: jhi                                   on 2000/10/20  18:43:37
10561         Log: Portability tweak on #7377.
10562              
10563              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
10564              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10565              Date:     Fri, 20 Oct 2000 13:13:41 EDT
10566              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
10567      Branch: perl
10568            ! t/lib/dprof.t
10569 ____________________________________________________________________________
10570 [  7378] By: jhi                                   on 2000/10/20  12:57:19
10571         Log: SOCKS function redefinitions need prototypes, too, otherwise
10572              for example 32 bit versus 64 bit differences cause a lot of
10573              problems.  Part of
10574              
10575              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
10576              From: Jens Hamisch <jens@Strawberry.COM>
10577              Date: Tue, 17 Oct 2000 08:39:36 +0200
10578              Message-Id: <20001017083936.A11104@Strawberry.COM>
10579      Branch: perl
10580            ! doio.c pp_sys.c
10581 ____________________________________________________________________________
10582 [  7377] By: jhi                                   on 2000/10/20  12:37:12
10583         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
10584              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10585              Date:     Fri, 20 Oct 2000 08:26:04 EDT
10586              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
10587      Branch: perl
10588            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
10589 ____________________________________________________________________________
10590 [  7376] By: jhi                                   on 2000/10/20  12:35:31
10591         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
10592              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10593              Date:     Fri, 20 Oct 2000 07:48:15 EDT
10594              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
10595      Branch: perl
10596            ! configure.com vms/gen_shrfls.pl
10597 ____________________________________________________________________________
10598 [  7375] By: bailey                                on 2000/10/20  04:44:37
10599         Log: SYN SYN
10600      Branch: vmsperl
10601           +> (branch 134 files)
10602            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
10603            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
10604            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
10605            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
10606            - eg/cgi/frameset.cgi eg/cgi/index.html
10607            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
10608            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
10609            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
10610            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
10611            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
10612            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
10613            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
10614            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
10615            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
10616            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
10617            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
10618            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
10619            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
10620            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
10621            - lib/unicode/Props.txt lib/unicode/UCD300.html
10622            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
10623            - utils/perlbc.PL vms/subconfigure.com
10624           !> (integrate 785 files)
10625 ____________________________________________________________________________
10626 [  7374] By: jhi                                   on 2000/10/20  00:59:48
10627         Log: In the latest compiler builds cccdlflags must not become -fpic,
10628              from Wilfredo Sánchez.
10629      Branch: perl
10630            ! hints/darwin.sh
10631 ____________________________________________________________________________
10632 [  7373] By: jhi                                   on 2000/10/20  00:56:35
10633         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
10634              From: Tony Cook <tony@develop-help.com>
10635              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
10636              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
10637      Branch: perl
10638            ! pod/perlop.pod
10639 ____________________________________________________________________________
10640 [  7372] By: jhi                                   on 2000/10/19  19:34:40
10641         Log: Typo noted by Mark Lutz.
10642      Branch: perl
10643            ! t/op/64bitint.t
10644 ____________________________________________________________________________
10645 [  7371] By: jhi                                   on 2000/10/19  19:33:13
10646         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
10647      Branch: metaconfig
10648            ! U/modified/Cppsym.U U/modified/Oldconfig.U
10649      Branch: metaconfig/U/perl
10650            ! End.U dlsrc.U libperl.U
10651      Branch: perl
10652            + hints/nonstopux.sh
10653            ! Configure MANIFEST config_h.SH
10654 ____________________________________________________________________________
10655 [  7370] By: jhi                                   on 2000/10/19  17:18:08
10656         Log: Subject: PATCH do_print has 2 PerlIO_error()s
10657              From: nick@ccl4.org
10658              Date: Thu, 19 Oct 2000 18:09:20 +0100
10659              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
10660      Branch: perl
10661            ! doio.c
10662 ____________________________________________________________________________
10663 [  7369] By: jhi                                   on 2000/10/19  14:01:49
10664         Log: Update Changes.
10665      Branch: perl
10666            ! Changes patchlevel.h
10667 ____________________________________________________________________________
10668 [  7368] By: jhi                                   on 2000/10/19  13:04:29
10669         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
10670              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10671              Date: Wed, 18 Oct 2000 13:12:01 +0200
10672              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
10673      Branch: perl
10674            ! hints/aix.sh
10675 ____________________________________________________________________________
10676 [  7367] By: jhi                                   on 2000/10/19  02:22:40
10677         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
10678              of a 'pmshort' anywhere in the B, so the offending line was simply
10679              removed.
10680      Branch: perl
10681            ! ext/B/B/Debug.pm
10682 ____________________________________________________________________________
10683 [  7366] By: jhi                                   on 2000/10/19  02:12:37
10684         Log: Add the test case for the bug id 20000730.004 which seems
10685              to have been fixed by now.
10686      Branch: perl
10687            ! t/pragma/utf8.t
10688 ____________________________________________________________________________
10689 [  7365] By: jhi                                   on 2000/10/18  23:36:24
10690         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
10691              From: Hugo <hv@crypt.compulink.co.uk>
10692              Date: Wed, 18 Oct 2000 23:25:58 +0100
10693              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
10694      Branch: perl
10695            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
10696 ____________________________________________________________________________
10697 [  7364] By: jhi                                   on 2000/10/18  21:12:53
10698         Log: (retracted)
10699      Branch: perl
10700            ! pp.c
10701 ____________________________________________________________________________
10702 [  7363] By: jhi                                   on 2000/10/18  20:55:38
10703         Log: Missing change from #7362.
10704      Branch: perl
10705            ! win32/perlhost.h
10706 ____________________________________________________________________________
10707 [  7362] By: jhi                                   on 2000/10/18  20:52:01
10708         Log: Borland C fstat() never saw the fd as writable.
10709              
10710              Subject: fix for Borland's weak "stat" (perl@7211)
10711              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
10712              Date: Mon, 16 Oct 2000 09:55:03 +0400
10713              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
10714      Branch: perl
10715            ! win32/win32.c
10716 ____________________________________________________________________________
10717 [  7361] By: jhi                                   on 2000/10/18  17:43:50
10718         Log: Regen toc.
10719      Branch: perl
10720            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
10721 ____________________________________________________________________________
10722 [  7360] By: jhi                                   on 2000/10/18  17:07:44
10723         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10724              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
10725              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
10726              Date: Mon, 16 Oct 2000 15:19:49 +0200
10727      Branch: perl
10728            + README.aix
10729            ! MANIFEST
10730 ____________________________________________________________________________
10731 [  7359] By: jhi                                   on 2000/10/18  17:04:49
10732         Log: Subject: Pod patch for Devel::Peek
10733              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10734              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
10735              Date: Mon, 16 Oct 2000 12:26:34 +0200
10736      Branch: perl
10737            ! ext/Devel/Peek/Peek.pm
10738 ____________________________________________________________________________
10739 [  7358] By: jhi                                   on 2000/10/18  17:03:15
10740         Log: Make Cwd more bulletproof in chrooted environments.
10741              
10742              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
10743              From: "Eric E. Coe" <Eric.Coe@oracle.com>
10744              Date: Wed, 18 Oct 2000 04:03:54 -0400
10745              Message-Id: <39ED596A.70E599FE@oracle.com>
10746      Branch: perl
10747            ! lib/Cwd.pm
10748 ____________________________________________________________________________
10749 [  7357] By: jhi                                   on 2000/10/18  16:37:26
10750         Log: Disable the UTF8 downgrade croakage for now to avoid
10751              too many not okay messages.
10752      Branch: perl
10753            ! doio.c
10754 ____________________________________________________________________________
10755 [  7356] By: jhi                                   on 2000/10/17  23:29:41
10756         Log: Show the failed remote port, instead of the failing line number.
10757              
10758              Subject: [PATCH 5.6.1 Debugger] More diagnostics
10759              From: David Sparks <daves@ActiveState.com>
10760              Date: Tue, 17 Oct 2000 15:00:24 -0700
10761              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
10762      Branch: perl
10763            ! lib/perl5db.pl
10764 ____________________________________________________________________________
10765 [  7355] By: jhi                                   on 2000/10/17  14:11:31
10766         Log: On output try to downgrade to bytes, croak if impossible,
10767              from Simon Cozens.  This means that outputting >255 UTF8
10768              is impossible.  Consider this as a strong incentive to get
10769              the I/O disciplines implemented.
10770      Branch: perl
10771            ! doio.c pod/perldiag.pod sv.c
10772 ____________________________________________________________________________
10773 [  7354] By: jhi                                   on 2000/10/17  13:42:23
10774         Log: Clarify documentation on 'use bytes'.
10775              
10776              Subject: Re: What does 'use bytes' "mean" ?
10777              From: Simon Cozens <simon@cozens.net>
10778              Date: Mon, 18 Sep 2000 18:24:25 +0100
10779              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
10780      Branch: perl
10781            ! lib/bytes.pm
10782 ____________________________________________________________________________
10783 [  7353] By: jhi                                   on 2000/10/17  13:28:12
10784         Log: Workaround for a sfio bug where the stream error indicator
10785              is not cleared as documented.
10786              
10787              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
10788              From: Nicholas Clark <nick@ccl4.org>
10789              Date: Mon, 16 Oct 2000 18:28:23 +0100
10790              Message-ID: <20001016182823.J19700@plum.flirble.org>
10791      Branch: perl
10792            ! doio.c
10793 ____________________________________________________________________________
10794 [  7352] By: jhi                                   on 2000/10/17  13:06:19
10795         Log: More IoTYPE sprinkling.
10796      Branch: perl
10797            ! doio.c pp_hot.c
10798 ____________________________________________________________________________
10799 [  7351] By: jhi                                   on 2000/10/16  22:47:07
10800         Log: Detect early whether the std streams have gone bad.
10801              
10802              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
10803              Date: Mon, 16 Oct 2000 23:28:42 +0100
10804              From: Nicholas Clark <nick@ccl4.org>
10805              Message-ID: <20001016232842.A37942@plum.flirble.org>
10806      Branch: perl
10807            ! t/op/misc.t
10808 ____________________________________________________________________________
10809 [  7350] By: jhi                                   on 2000/10/16  22:45:16
10810         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
10811              From: "Peter J. Farley III" <pjfarley@banet.net>
10812              Date: Mon, 16 Oct 2000 18:15:59 -0400
10813              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
10814      Branch: perl
10815            ! djgpp/djgpp.c dosish.h t/io/open.t
10816 ____________________________________________________________________________
10817 [  7349] By: jhi                                   on 2000/10/16  22:36:45
10818         Log: perldelta tweak.
10819      Branch: perl
10820            ! pod/perldelta.pod
10821 ____________________________________________________________________________
10822 [  7348] By: jhi                                   on 2000/10/16  15:17:53
10823         Log: Update Changes.
10824      Branch: perl
10825            ! Changes patchlevel.h
10826 ____________________________________________________________________________
10827 [  7347] By: jhi                                   on 2000/10/16  13:55:27
10828         Log: Add the capability to include/exclude branches.
10829      Branch: perl
10830            ! Porting/genlog
10831 ____________________________________________________________________________
10832 [  7346] By: jhi                                   on 2000/10/16  13:18:04
10833         Log: Add Charles Lane.
10834      Branch: perl
10835            ! AUTHORS Changes
10836 ____________________________________________________________________________
10837 [  7345] By: jhi                                   on 2000/10/16  13:13:21
10838         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
10839      Branch: perl
10840            ! pod/perldelta.pod
10841 ____________________________________________________________________________
10842 [  7344] By: gsar                                  on 2000/10/16  09:30:21
10843         Log: integrate change#6220 from cfgperl
10844              
10845              Win32 patches from Benjamin Stuhl.
10846      Branch: maint-5.6/perl
10847           !> makedef.pl win32/win32.h
10848 ____________________________________________________________________________
10849 [  7343] By: gsar                                  on 2000/10/16  08:32:19
10850         Log: integrate changes#6221,6222 from cfgperl
10851              
10852              Remove tr///CU (the feature is to be obsoleted by better interfaces).
10853              From: simon@brecon.co.uk (Simon Cozens)
10854              Subject: [PATCH] Eliminate tr///[CU][CU]
10855              Date: 23 Jun 2000 11:05:40 GMT
10856              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
10857              
10858              doc typo fix
10859              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
10860              From: Ian Phillipps <Ian.Phillipps@iname.com>
10861              Date: Fri, 23 Jun 2000 10:40:58 +0100
10862              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
10863      Branch: maint-5.6/perl
10864           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
10865 ____________________________________________________________________________
10866 [  7342] By: gsar                                  on 2000/10/16  08:28:08
10867         Log: integrate change#6217 from cfgperl (in part)
10868              
10869              Rename the fdpid locking and integrate with Sarathy.
10870      Branch: maint-5.6/perl
10871           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
10872           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
10873           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
10874           !> win32/win32.c
10875 ____________________________________________________________________________
10876 [  7341] By: gsar                                  on 2000/10/16  08:23:39
10877         Log: integrate changes#6214..6216 from mainline
10878              
10879              @_ can't have junk in it even in the non-USE_ITHREADS case because
10880              caller() wants to populate @DB::args with it (causes a coredump
10881              in Carp::confess())
10882              
10883              tweak comment about @DB::args
10884              
10885              be more optimal about clearing @_
10886      Branch: maint-5.6/perl
10887           !> av.h cop.h pp_ctl.c t/op/runlevel.t
10888 ____________________________________________________________________________
10889 [  7340] By: gsar                                  on 2000/10/16  08:20:37
10890         Log: integrate changes#6207..6210 from cfgperl
10891              
10892              Subject: [PATCH 5.6.0] Threadsafe patches
10893              From: Dan Sugalski <dan@sidhe.org>
10894              To: perl5-porters@perl.org
10895              Date: Mon, 08 May 2000 18:08:13 -0400
10896              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
10897              
10898              Regen headers for #6207.
10899              
10900              Lock PL_fdpid against race conditions, based on:
10901              Subject: [PATCH 5.6.0]subprocess fixup for threads
10902              From: Dan Sugalski <dan@sidhe.org>
10903              To: perl5-porters@perl.org
10904              Date: Tue, 11 Apr 2000 17:02:32 -0400
10905              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
10906              
10907              Mopup for #6207 and #6209.
10908      Branch: maint-5.6/perl
10909           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
10910           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
10911           !> win32/win32.c
10912 ____________________________________________________________________________
10913 [  7339] By: gsar                                  on 2000/10/16  08:14:34
10914         Log: integrate change#6203 from cfgperl
10915              
10916              perldiag should refer to perlos2.pod not README.os2
10917      Branch: maint-5.6/perl
10918           !> pod/perldiag.pod
10919 ____________________________________________________________________________
10920 [  7338] By: gsar                                  on 2000/10/16  08:11:42
10921         Log: integrate change#6201 from mainline
10922              
10923              Perl_eval_pv() leaks 4 bytes every time it is called because it
10924              does a PUSHMARK that's never ever POPMARKed; in general, only
10925              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
10926              Perl_eval_[sp]v() don't because they don't take any incoming
10927              arguments (this leak has been around since the original version
10928              of perl_eval_pv() in 5.003_97e)
10929      Branch: maint-5.6/perl
10930           !> perl.c
10931 ____________________________________________________________________________
10932 [  7337] By: gsar                                  on 2000/10/16  08:08:47
10933         Log: integrate changes#6197..6200 from cfgperl
10934              
10935              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
10936              From: John Borwick <jhborwic@unity.ncsu.edu>
10937              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
10938              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
10939              
10940              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
10941              From: Dan Sugalski <dan@sidhe.org>
10942              To: vmsperl@perl.org, perl5-porters@perl.org
10943              Date: Fri, 02 Jun 2000 16:00:41 -0400
10944              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
10945              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
10946              
10947              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
10948              From: Dan Sugalski <dan@sidhe.org>
10949              To: perl5-porters@perl.org, vmsperl@perl.org
10950              Date: Fri, 02 Jun 2000 17:30:51 -0400
10951              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
10952              
10953              Update to cperl-mode.el 4.31 from
10954              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
10955              Subject: A couple of notes
10956              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10957              To: Mailing list Perl5 <perl5-porters@perl.org>
10958              Date: Sat, 3 Jun 2000 23:33:32 -0400
10959              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
10960      Branch: maint-5.6/perl
10961           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
10962           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
10963           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
10964           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
10965           !> vms/vmsish.h
10966 ____________________________________________________________________________
10967 [  7336] By: gsar                                  on 2000/10/16  08:03:46
10968         Log: integrate changes#6194,6195 from mainline
10969              
10970              fix small eval"" memory leaks under USE_ITHREADS
10971              
10972              fix yet another eval"" leak under USE_ITHREADS
10973      Branch: maint-5.6/perl
10974           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
10975           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
10976           !> vms/perly_c.vms
10977 ____________________________________________________________________________
10978 [  7335] By: gsar                                  on 2000/10/16  08:02:15
10979         Log: integrate changes#6190,6191 from mainline
10980              
10981              submit missing embed.pl change
10982              
10983              vec() loses numericalness (modified version of patch suggested
10984              by Robin Barker)
10985      Branch: maint-5.6/perl
10986           !> doop.c embed.pl t/op/vec.t
10987 ____________________________________________________________________________
10988 [  7334] By: gsar                                  on 2000/10/16  08:01:03
10989         Log: integrate change#6189 from mainline
10990              
10991              counting tr/// corrupts later operation (from M.J.T Guy)
10992      Branch: maint-5.6/perl
10993           !> doop.c t/op/tr.t
10994 ____________________________________________________________________________
10995 [  7333] By: gsar                                  on 2000/10/16  07:59:07
10996         Log: integrate changes#6183..6188 from mainline
10997              
10998              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
10999              <nick@ccl4.org>)
11000              
11001              tweak for change#6127
11002              
11003              remove incorrect documentation about implicit split to @_ in
11004              list context, which never really worked in perl 5 (from
11005              M.J.T. Guy)
11006              
11007              further qualify references to "alphanumeric" (from Wolfgang Laun
11008              <wolfgang.laun@alcatel.at>)
11009              
11010              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
11011              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
11012              
11013              h2xs tweaks
11014      Branch: maint-5.6/perl
11015           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
11016           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
11017           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
11018           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
11019           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
11020           !> pod/pod2latex.PL utils/h2xs.PL
11021 ____________________________________________________________________________
11022 [  7332] By: gsar                                  on 2000/10/16  07:53:52
11023         Log: integrate change#6179 from mainline
11024              
11025              buggy modulus on UVs introduced by change#3378 (resulted in
11026              4063328477 % 65535 amounting to 27406, instead of 27407)
11027      Branch: maint-5.6/perl
11028           !> pp.c t/op/arith.t
11029 ____________________________________________________________________________
11030 [  7331] By: gsar                                  on 2000/10/16  07:52:49
11031         Log: integrate changes#6176,6177,6178,6182 from cfgperl
11032              
11033              Single-quoted utf8 patch from Simon Cozens.
11034              
11035              Substitution utf8 patch from Simon Cozens.
11036              
11037              Be cleaner.
11038              
11039              Be Cleaner Part Deux.
11040      Branch: maint-5.6/perl
11041           !> Makefile.SH pp_hot.c toke.c
11042 ____________________________________________________________________________
11043 [  7330] By: gsar                                  on 2000/10/16  07:41:36
11044         Log: integrate change#6172 from mainline
11045              
11046              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
11047              (from Ilya Zakharevich)
11048      Branch: maint-5.6/perl
11049           !> regexec.c t/op/re_tests
11050 ____________________________________________________________________________
11051 [  7329] By: gsar                                  on 2000/10/16  07:40:25
11052         Log: integrate change#6171 from mainline
11053              
11054              scalar() doesn't force scalar context when used in void context
11055              (from Simon Cozens)
11056      Branch: maint-5.6/perl
11057           !> op.c t/op/wantarray.t
11058 ____________________________________________________________________________
11059 [  7328] By: gsar                                  on 2000/10/16  07:39:33
11060         Log: integrate change#6170 from mainline
11061              
11062              change#6142 needs tweaks to tests to work where there's no
11063              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
11064      Branch: maint-5.6/perl
11065           !> t/lib/filefind.t
11066 ____________________________________________________________________________
11067 [  7327] By: gsar                                  on 2000/10/16  07:35:34
11068         Log: integrate changes#6166..6168 from cfgperl
11069              
11070              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
11071              in case somebody wants to write an extension for more
11072              shadow database interfaces.
11073              
11074              tweak todo
11075              
11076              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
11077      Branch: maint-5.6/perl
11078           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11079           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
11080           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
11081           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
11082           !> win32/config.vc win32/config_H.bc win32/config_H.gc
11083           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
11084 ____________________________________________________________________________
11085 [  7326] By: gsar                                  on 2000/10/16  07:29:05
11086         Log: integrate changes#6157,6159..6161,6164 from cfgperl
11087              
11088              Regen Configure to jive with #6149.
11089              
11090              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
11091              
11092              Changes for the File::Temp 0.08 (change #6159) test suite
11093              to fit better into the Perl distribution test framework.
11094              
11095              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
11096              both from Simon Cozens.
11097              
11098              detypo
11099      Branch: maint-5.6/perl
11100           +> pod/perlmodlib.PL pod/perlnewmod.pod
11101           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
11102           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
11103           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
11104           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
11105 ____________________________________________________________________________
11106 [  7325] By: gsar                                  on 2000/10/16  07:25:13
11107         Log: integrate change#6158 from vmsperl
11108              
11109              Add fallback to tmpfile for use in cases where user's relying on
11110              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
11111              Lane's patch)
11112      Branch: maint-5.6/perl
11113           !> vms/vms.c vms/vmsish.h
11114 ____________________________________________________________________________
11115 [  7324] By: gsar                                  on 2000/10/16  07:20:50
11116         Log: integrate changes#6153..6155 from mainline
11117              
11118              prettier Test::Harness output on failed tests (from Nicholas Clark
11119              <nick@Bagpuss.uk.boo.com>)
11120              
11121              avoid type mismatch warning
11122              
11123              small bug in change#6144; remove random \xA0 character that snuck
11124              in via change#6145
11125      Branch: maint-5.6/perl
11126           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
11127           !> perl.c
11128 ____________________________________________________________________________
11129 [  7323] By: gsar                                  on 2000/10/16  07:18:47
11130         Log: integrate changes#6151,6152 from mainline
11131              
11132              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
11133              
11134              cosmetic fixups of RE debug output (from Ilya Zakharevich)
11135      Branch: maint-5.6/perl
11136           !> regexec.c
11137 ____________________________________________________________________________
11138 [  7322] By: gsar                                  on 2000/10/16  07:17:25
11139         Log: integrate changes#6146..6150 from mainline
11140              
11141              doc typo
11142              
11143              add a make entry to Config.pm so "perl -V:make" works on VMS
11144              (from Peter Prymmer)
11145              
11146              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
11147              
11148              OS/2 tweaks for usethreads build (from Rocco Caputo
11149              <troc@netrus.net>)
11150              
11151              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
11152      Branch: maint-5.6/perl
11153           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
11154           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
11155           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
11156           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
11157           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
11158           !> warnings.pl x2p/a2p.h
11159 ____________________________________________________________________________
11160 [  7321] By: gsar                                  on 2000/10/16  07:14:02
11161         Log: integrate changes#6143..6145 from mainline
11162              
11163              MacOS support, part 1 (from Matthias Neeracher
11164              <neeri@iis.ee.ethz.ch>)
11165              
11166              MacOS support, part 2: make AutoSplit use File::Spec instead
11167              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
11168              <neeri@iis.ee.ethz.ch>)
11169              
11170              make xsubpp skip embedded pod (from Matthias Neeracher
11171              <neeri@iis.ee.ethz.ch>)
11172      Branch: maint-5.6/perl
11173           +> ext/DynaLoader/dl_mac.xs
11174           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
11175           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
11176           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
11177           !> pp_ctl.c proto.h toke.c util.c util.h
11178 ____________________________________________________________________________
11179 [  7320] By: gsar                                  on 2000/10/16  07:12:13
11180         Log: integrate changes#6141,6142 from mainline
11181              
11182              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
11183              forwarded by Peter Seebach from the bsdi-users mailing list.
11184              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
11185              
11186              File::Find fails to chdir when chasing symlinks (from
11187              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
11188      Branch: maint-5.6/perl
11189           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
11190 ____________________________________________________________________________
11191 [  7319] By: gsar                                  on 2000/10/16  07:04:30
11192         Log: integrate change#6139 from mainline
11193              
11194              revise mktables.PL for bugs and newness in Unicode 3.0
11195              (from James Bence <jbence@amgen.com>)
11196      Branch: maint-5.6/perl
11197           +> (branch 30 files)
11198           !> (integrate 49 files)
11199 ____________________________________________________________________________
11200 [  7318] By: gsar                                  on 2000/10/16  07:01:01
11201         Log: integrate changes#6137,6138 from mainline
11202              
11203              fix bogus redeclaration warning for "our" variables in different
11204              scopes
11205              
11206              add note about the handling of negative indices to tied arrays
11207              (from Michael G Schwern <schwern@pobox.com>)
11208      Branch: maint-5.6/perl
11209           !> op.c pod/perltie.pod t/pragma/strict-vars
11210 ____________________________________________________________________________
11211 [  7317] By: gsar                                  on 2000/10/16  06:58:46
11212         Log: integrate changes#6127..6136 from mainline
11213              
11214              call_method(...,G_EVAL) can longjmp() out if the method probing
11215              failed (from Gisle Aas)
11216              
11217              new perlxstut example for passing/returning refs to arrays
11218              (from David Lowe <dlowe@pootpoot.com>)
11219              
11220              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
11221              
11222              fix places that mean C<"word" character> but say C<alphanumeric
11223              character>
11224              
11225              avoid warnings in POSIX.pm (from Barrie Slaymaker)
11226              
11227              warnings::enabled() doesn't fall back to looking at $^W if
11228              caller isn't using lexical warnings (from Paul Marquess)
11229              
11230              elide bogus test in change#6132
11231              
11232              make Test::Harness use wait.h/WCOREDUMP if available
11233              (from Ben Tilly <ben_tilly@hotmail.com>)
11234              
11235              enable Test::Harness to dynamically determine column width etc.
11236              (from Rob Napier <rnapier@employees.org>)
11237              
11238              random pod typos (from Peter Scott <Peter@PSDT.com>)
11239      Branch: maint-5.6/perl
11240           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
11241           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
11242           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
11243           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
11244 ____________________________________________________________________________
11245 [  7316] By: gsar                                  on 2000/10/16  06:53:23
11246         Log: integrate change#6126 from mainline
11247              
11248              change#2879 broke rvalue autovivification of magicals such as
11249              ${$num} (reworked variant of patch suggested by Simon Cozens)
11250      Branch: maint-5.6/perl
11251           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
11252           !> pp_hot.c proto.h t/op/gv.t
11253 ____________________________________________________________________________
11254 [  7315] By: gsar                                  on 2000/10/16  06:51:38
11255         Log: integrate changes#6123,6125 from mainline
11256              
11257              clarify gotcha with #line directives (from Rocco Caputo
11258              <troc@netrus.net>)
11259              
11260              enable propagating exception objects via Perl_croak() in XS code
11261              (from Gisle Aas)
11262      Branch: maint-5.6/perl
11263           !> pod/perldebug.pod pod/perlsyn.pod util.c
11264 ____________________________________________________________________________
11265 [  7314] By: gsar                                  on 2000/10/16  06:49:28
11266         Log: integrate change#6122 from mainline
11267              
11268              downgrade fatal error on C<"foo@nosucharray.com"> to optional
11269              warning (from Mark-Jason Dominus)
11270      Branch: maint-5.6/perl
11271           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
11272           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
11273           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
11274           !> toke.c
11275 ____________________________________________________________________________
11276 [  7313] By: gsar                                  on 2000/10/16  06:46:54
11277         Log: integrate changes#6112..6121 from vmsperl
11278              
11279              Check for existence of file before trying to delete
11280              
11281              Ugly workaround for version-specific RTL error
11282              
11283              Urk -- undo previous removal of vmsish 'exit' change
11284              
11285              Add bounds checking for several strings (Charles Lane)
11286              
11287              Miscellaneous cosmetic fixes (Charles Lane)
11288              
11289              Treat sockets as special in sys(read|write) (Charles Lane et al.)
11290              
11291              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
11292              Flatten case labels in switch statements uniformly (Charles Bailey)
11293              
11294              Quiet error messages in vmsish.t (Charles Lane)
11295              
11296              Add missing escape (Charles Lane)
11297              
11298              Allow eliminate_macros() and fixpath() to handle space-delimited
11299              lists (based on fixes by Craig Berry)
11300      Branch: maint-5.6/perl
11301           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
11302           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
11303           !> vms/vmsish.h
11304 ____________________________________________________________________________
11305 [  7312] By: gsar                                  on 2000/10/16  06:41:18
11306         Log: integrate changes#6107,6110 from cfgperl
11307              
11308              Tweak the todo list.
11309              
11310              todo tweak
11311      Branch: maint-5.6/perl
11312           !> Todo-5.6
11313 ____________________________________________________________________________
11314 [  7311] By: gsar                                  on 2000/10/16  06:38:38
11315         Log: integrate changes#6104,6108 from mainline
11316              
11317              PL_sys_intern was being initialized too late on windows
11318              
11319              reenable fake signal handling on Windows, bugs and all
11320      Branch: maint-5.6/perl
11321           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
11322           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
11323           !> win32/win32.c
11324 ____________________________________________________________________________
11325 [  7310] By: gsar                                  on 2000/10/16  06:36:03
11326         Log: integrate changes#6095,6097..6103 from cfgperl
11327              
11328              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
11329              might be useful in future.
11330              
11331              Add a note about possible compilation problems from Allen Smith.
11332              
11333              Add a note about other, yet unsupported, shadow password APIs.
11334              
11335              Tweaks for the cc bugs from Allen Smith.
11336              
11337              More compilation tweakery from Allen Smith.
11338              
11339              Hints and test tweaks for Unicos.
11340              
11341              The test suite tweak in #6101 wasn't quite right.
11342              
11343              Test tweaking for Unicos continues.
11344      Branch: maint-5.6/perl
11345           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11346           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
11347           !> t/lib/complex.t t/op/64bitint.t
11348 ____________________________________________________________________________
11349 [  7309] By: gsar                                  on 2000/10/16  06:29:41
11350         Log: integrate changes#6093,6094 from mainline
11351              
11352              fork() failure to create pseudo process sets errno=EAGAIN and returns
11353              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
11354              
11355              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
11356      Branch: maint-5.6/perl
11357           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
11358           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
11359 ____________________________________________________________________________
11360 [  7308] By: gsar                                  on 2000/10/16  06:27:29
11361         Log: integrate change#6092 from cfgperl
11362              
11363              Regen perltoc with the fixed buildtoc.
11364      Branch: maint-5.6/perl
11365           !> pod/perltoc.pod
11366 ____________________________________________________________________________
11367 [  7307] By: gsar                                  on 2000/10/16  06:26:40
11368         Log: integrate changes#6089,6090 from mainline
11369              
11370              buildtoc tweak to fix newline lossage
11371              
11372              concat doesn't preserve utf8-ness, and doesn't invalidate
11373              [NI]OK; added tests for both
11374      Branch: maint-5.6/perl
11375           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
11376 ____________________________________________________________________________
11377 [  7306] By: gsar                                  on 2000/10/16  06:24:05
11378         Log: integrate change#6088 from cfgperl
11379              
11380              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
11381              because we do not use those.  The HAS_GETSPNAM remains,
11382              though, because we still do use that.
11383      Branch: maint-5.6/perl
11384           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11385           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
11386           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
11387           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
11388           !> win32/config.vc win32/config_H.bc win32/config_H.gc
11389           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
11390 ____________________________________________________________________________
11391 [  7305] By: gsar                                  on 2000/10/16  06:15:52
11392         Log: integrate changes#6084,6085,6087 from mainline
11393              
11394              substr() does not preserve utf8-ness (from Stefan Eissing
11395              <Eissing@medicaldataservice.de>); added tests
11396              
11397              repeat operator (x) doesn't preserve utf8-ness
11398              
11399              reverse() and quotemeta() weren't preserving utf8-ness; add tests
11400      Branch: maint-5.6/perl
11401           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
11402 ____________________________________________________________________________
11403 [  7304] By: gsar                                  on 2000/10/16  06:13:10
11404         Log: integrate changes#6077..6083 from mainline
11405              
11406              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
11407              and Tom Phoenix)
11408              
11409              workaround for CRT bug in chdir() (from Charles Lane, via
11410              Peter Prymmer)
11411              
11412              remove outdated kludge in Carp (NULLs are permitted in diagnostics
11413              now)
11414              
11415              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
11416              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
11417              
11418              better default perlbug categories for ok reports (from Richard Foley)
11419              
11420              peek.t non-portable to ithreads
11421              
11422              note about undocumented caller() return value (from M.J.T. Guy);
11423              yet another peek.t tweak
11424      Branch: maint-5.6/perl
11425           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
11426           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
11427           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
11428           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
11429           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
11430           !> vms/vmsish.h
11431 ____________________________________________________________________________
11432 [  7303] By: gsar                                  on 2000/10/16  06:03:18
11433         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
11434              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
11435              
11436              &HUGE_VAL is not defined, it exists.
11437              
11438              Do not warn that an infinity does not look like a number.
11439              
11440              Rewrite the pwent/spent logic to be a little bit more clearer.
11441              
11442              Continue on the pwent/spent case.
11443              
11444              Correct Freudian slip.
11445              
11446              Use HUGE_VALL if applicable.
11447              
11448              pwent/spent #ifdef imbalance.
11449              
11450              Infinite problems.
11451              
11452              Call getspnam() only iff needd.
11453              
11454              Test both the scalar and list contexts.
11455              
11456              Use setxxent()/endxxent().
11457              
11458              Complex tweakery.
11459              
11460              Unicos hint tweak.
11461              
11462              Be more forgiving in POSIX about HUGE_VALL.
11463              
11464              Detypo.
11465              
11466              The search of infinity continues, this time simplified.
11467              
11468              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
11469              in natively 64-bit platforms where a long is a quad (no need
11470              for long longs).  Also added bias for IVs.
11471              
11472              Complex tweaks.
11473              
11474              Introduce t/lib/peek.t.
11475              
11476              Make the test more portable.
11477      Branch: maint-5.6/perl
11478           +> t/lib/peek.t
11479            ! pp_sys.c
11480           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
11481           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
11482           !> t/op/pwent.t toke.c util.c
11483 ____________________________________________________________________________
11484 [  7302] By: gsar                                  on 2000/10/16  05:03:37
11485         Log: integrate changes#6066..6071 from mainline
11486              
11487              s/END/CHECK/
11488              
11489              replace direct call to sighandler() with (*PL_sighandlerp)()
11490              
11491              note about values()
11492              
11493              File::Spec compatibility update (from Barrie Slaymaker
11494              <barries@slaysys.com>)
11495              
11496              remove misleading comment (from M.J.T. Guy)
11497              
11498              misformatted perllocal.pod (from Tim Jenness
11499              <t.jenness@jach.hawaii.edu>)
11500      Branch: maint-5.6/perl
11501           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
11502           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
11503           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
11504           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
11505 ____________________________________________________________________________
11506 [  7301] By: gsar                                  on 2000/10/16  05:00:08
11507         Log: integrate changes#6061..6063 from mainline
11508              
11509              change#5921 neglected to make eq honor "use bytes"
11510              
11511              additional tests for utf8.t
11512              
11513              tokeq() could read unallocated field in argument
11514      Branch: maint-5.6/perl
11515           !> sv.c t/pragma/utf8.t toke.c
11516 ____________________________________________________________________________
11517 [  7300] By: gsar                                  on 2000/10/16  04:56:54
11518         Log: integrate changes#6046,6048,6057,6058 from mainline
11519              
11520              libscheck has insufficient checks for n32 libs (from
11521              Albert Chin-A-Young <china@thewrittenword.com>)
11522              
11523              add note about how $( doesn't interpolate in REs (from
11524              Philip Newton <newton@ficus.frogspace.net>)
11525              
11526              fix broken parsing of /\x{ab}/
11527              
11528              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
11529              (spotted by Donald Kinzer <dkinzer@premia.com>)
11530      Branch: maint-5.6/perl
11531           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
11532           !> t/pragma/utf8.t
11533 ____________________________________________________________________________
11534 [  7299] By: gsar                                  on 2000/10/16  04:52:50
11535         Log: integrate change#6044 from mainline
11536              
11537              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
11538              such that underscores are only ignored in literal numbers,
11539              "\x{...}", and hex/oct argument
11540      Branch: maint-5.6/perl
11541           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
11542 ____________________________________________________________________________
11543 [  7298] By: gsar                                  on 2000/10/16  04:50:53
11544         Log: integrate changes#6027..6043 from mainline
11545              
11546              podlators-1.02 update (from Russ Allbery)
11547              
11548              Pod::Man generates groff-incompatible macro definition (from
11549              Tom Christiansen)
11550              
11551              add CGI.pm v2.66 (from Lincoln Stein)
11552              
11553              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
11554              for @- and @+ (from Johan Vromans)
11555              
11556              small nits in diagnostics.pm (from Robin Barker)
11557              
11558              whitespace adjustments
11559              
11560              missing files in MANIFEST
11561              
11562              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
11563              to compensate
11564              
11565              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
11566              
11567              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
11568      Branch: maint-5.6/perl
11569           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
11570           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
11571           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
11572           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
11573           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
11574           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
11575           !> t/lib/cgi-html.t t/lib/cgi-request.t
11576 ____________________________________________________________________________
11577 [  7297] By: gsar                                  on 2000/10/16  04:44:30
11578         Log: integrate change#6025 from mainline
11579              
11580              Is{Alnum,Alpha,Word} don't match titlecase
11581              TODO: IsSpace is defined recursively!
11582              (both spotted by Larry)
11583      Branch: maint-5.6/perl
11584           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
11585           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
11586 ____________________________________________________________________________
11587 [  7296] By: gsar                                  on 2000/10/16  04:39:30
11588         Log: integrate change#6023 from mainline
11589              
11590              debugger stomps on $. (from M.J.T. Guy)
11591      Branch: maint-5.6/perl
11592           !> lib/perl5db.pl
11593 ____________________________________________________________________________
11594 [  7295] By: gsar                                  on 2000/10/16  04:38:02
11595         Log: integrate change#6022 from mainline
11596              
11597              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
11598      Branch: maint-5.6/perl
11599           !> sv.c
11600 ____________________________________________________________________________
11601 [  7294] By: gsar                                  on 2000/10/16  04:37:05
11602         Log: integrate changes#6018..6021 from mainline
11603              
11604              make lib/syslog.t portable to systems that don't have _PATH_LOG,
11605              make _PATH_LOG() return "" if unavailable
11606              
11607              windows portability tweaks
11608              
11609              test tweak
11610              
11611              remove Win2K issue in pod (fixed by change#6020)
11612      Branch: maint-5.6/perl
11613           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
11614           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
11615           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
11616 ____________________________________________________________________________
11617 [  7293] By: gsar                                  on 2000/10/16  04:20:00
11618         Log: integrate changes#6013..6015 from mainline
11619              
11620              tweak change#5945 to display correct switch name in diagnostic
11621              
11622              glob() loading File::Glob behind the scenes may cause syntax errors
11623              
11624              tweak test for portability
11625      Branch: maint-5.6/perl
11626           !> op.c perl.c pod/perldiag.pod t/lib/b.t
11627 ____________________________________________________________________________
11628 [  7292] By: gsar                                  on 2000/10/16  04:18:11
11629         Log: integrate changes#6005..6010 from mainline, cfgperl
11630              
11631              perldoc might fail via "use blib" (from Hugo van der Sanden)
11632              
11633              Regen Configure.
11634              
11635              note about compile failures and END blocks (from M.J.T. Guy)
11636              
11637              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
11638              
11639              (change#6009 integrated earlier in change#7255)
11640              
11641              clarify note about shadow password support (from
11642              gellyfish@gellyfish.com)
11643      Branch: maint-5.6/perl
11644           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11645           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
11646           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
11647 ____________________________________________________________________________
11648 [  7291] By: gsar                                  on 2000/10/16  04:12:03
11649         Log: integrate changes#6002,6003 from mainline
11650              
11651              destructive sv_setsv() can lose UV-ness from source, causing
11652              numeric promotions/comparisons to fail to do the right thing
11653              
11654              allow REG_EXPAND_SZ keys in Windows registry (from
11655              John Clayton <John.Clayton@barclayscapital.com>)
11656      Branch: maint-5.6/perl
11657           !> sv.c win32/win32.c
11658 ____________________________________________________________________________
11659 [  7290] By: gsar                                  on 2000/10/16  04:10:19
11660         Log: integrate change#6001 from mainline
11661              
11662              support additional library locations via $Config{otherlibdirs}
11663              (from Andy Dougherty)
11664      Branch: maint-5.6/perl
11665           !> Configure INSTALL Porting/Glossary Porting/config.sh
11666           !> Porting/config_H config_h.SH epoc/config.sh perl.c
11667           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
11668           !> win32/config.bc win32/config.gc win32/config.vc
11669 ____________________________________________________________________________
11670 [  7289] By: gsar                                  on 2000/10/16  04:08:28
11671         Log: integrate change#5999 from mainline
11672              
11673              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
11674      Branch: maint-5.6/perl
11675           !> t/pragma/warn/toke toke.c
11676 ____________________________________________________________________________
11677 [  7288] By: gsar                                  on 2000/10/16  04:07:01
11678         Log: integrate changes#5997,5998 from cfgperl
11679              
11680              Preserve $!.
11681              
11682              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
11683      Branch: maint-5.6/perl
11684           !> lib/Math/Complex.pm
11685 ____________________________________________________________________________
11686 [  7287] By: gsar                                  on 2000/10/16  04:04:37
11687         Log: integrate change#5995 from mainline
11688              
11689              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
11690      Branch: maint-5.6/perl
11691           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
11692 ____________________________________________________________________________
11693 [  7286] By: gsar                                  on 2000/10/16  04:03:21
11694         Log: integrate change#5994 from mainline
11695              
11696              fix for missed accounting for null byte in pack("Z",...) (from
11697              M.J.T. Guy)
11698      Branch: maint-5.6/perl
11699           !> pp.c t/op/pack.t
11700 ____________________________________________________________________________
11701 [  7285] By: gsar                                  on 2000/10/16  04:02:11
11702         Log: integrate changes#5989..5993 from mainline
11703              
11704              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
11705              itself and no other (from Tom Hughes)
11706              
11707              use $ENV{LIB} to search for libs under Visual C compiler
11708              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
11709              
11710              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
11711              
11712              pod nit (from Simon Cozens)
11713              
11714              various minor tweaks seen on p5p
11715      Branch: maint-5.6/perl
11716           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
11717           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
11718           !> t/op/array.t toke.c
11719 ____________________________________________________________________________
11720 [  7284] By: gsar                                  on 2000/10/16  03:59:00
11721         Log: integrate changes#5978..5988 from mainline
11722              
11723              sync version numbers in File::Spec with the ones on CPAN
11724              (from Barrie Slaymaker)
11725              
11726              under useithreads, constant pad entries could inadvertantly be
11727              shared across threads (from Eric Blood <eblood@xmission.com>);
11728              added Eric's test case to testsuite
11729              
11730              allow Configure -S to run non-interactively (spotted by Greg Hudson
11731              <ghudson@mit.edu>)
11732              
11733              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
11734              prototype mismatch with CORE::glob(); update pod and tests to
11735              suit (File::Glob::glob() is still available for backward
11736              compatibility, but should be considered deprecated)
11737              
11738              avoid error in IO::Socket::INET when given an unknown service name
11739              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
11740              
11741              numeric conversion of non-number in change#3378 tramples on
11742              OOK offset, causing segfaults
11743              
11744              attributes::reftype() doesn't work on tied argument
11745              
11746              forked child may not exit correctly if it failed to open
11747              /dev/console (from Graham Barr)
11748              
11749              add regular expressions tutorial and quick-start guide (from
11750              Mark Kvale <kvale@phy.ucsf.edu>)
11751              
11752              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
11753              
11754              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
11755              <paul@miraclefish.com>)
11756      Branch: maint-5.6/perl
11757           +> pod/perlrequick.pod pod/perlretut.pod
11758           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
11759           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
11760           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
11761           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
11762           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
11763           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
11764           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
11765           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
11766 ____________________________________________________________________________
11767 [  7283] By: gsar                                  on 2000/10/16  03:52:14
11768         Log: integrate change#5977 from mainline
11769              
11770              autoquote barewords followed by newline and arrow properly
11771              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
11772      Branch: maint-5.6/perl
11773           !> t/pragma/warn/toke toke.c
11774 ____________________________________________________________________________
11775 [  7282] By: gsar                                  on 2000/10/16  03:50:48
11776         Log: integrate change#5976 from mainline
11777              
11778              DB_File v1.73 update (from Paul Marquess)
11779      Branch: maint-5.6/perl
11780           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
11781           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
11782 ____________________________________________________________________________
11783 [  7281] By: gsar                                  on 2000/10/16  03:49:14
11784         Log: integrate change#5975 from mainline
11785              
11786              allow sort() reentrancy (variant of patch suggested by
11787              Hugo van der Sanden)
11788      Branch: maint-5.6/perl
11789           !> pp_ctl.c t/op/sort.t
11790 ____________________________________________________________________________
11791 [  7280] By: gsar                                  on 2000/10/16  03:48:22
11792         Log: integrate change#5974 from mainline
11793              
11794              change#4197 somehow missed initializing PL_errors, meaning
11795              syntax error queueing wasn't working outside eval"" at all;
11796              also fixed eval"" to localize PL_error_count, so that compile-time
11797              eval's don't clobber the error state of the outer context
11798      Branch: maint-5.6/perl
11799           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
11800           !> t/pragma/warn/toke
11801 ____________________________________________________________________________
11802 [  7279] By: gsar                                  on 2000/10/16  03:46:21
11803         Log: integrate change#5973 from mainline
11804              
11805              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
11806      Branch: maint-5.6/perl
11807           !> regcomp.c regexec.c t/op/re_tests
11808 ____________________________________________________________________________
11809 [  7278] By: gsar                                  on 2000/10/16  03:44:54
11810         Log: integrate change#5971 from cfgperl
11811              
11812              Unicos tweaks from Mark P. Lutz.
11813      Branch: maint-5.6/perl
11814           !> hints/unicos.sh lib/Math/Complex.pm
11815 ____________________________________________________________________________
11816 [  7277] By: gsar                                  on 2000/10/16  03:42:59
11817         Log: integrate changes#5966..5970 from mainline
11818              
11819              add testsuite for B backends, fix bug in B::Deparse (from
11820              Simon Cozens <simon@brecon.co.uk>)
11821              
11822              improved docs on the warn_uninit diagnostic (from David Glasser
11823              and Simon Cozens)
11824              
11825              tolerate spaces in group names in test on solaris (from David Boyce
11826              <dsb@boyski.com>)
11827              
11828              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
11829              
11830              Data::Dumper fumbles negative numbers on 32-bit platforms where
11831              IV is >32bits
11832      Branch: maint-5.6/perl
11833           +> t/lib/b.t t/lib/syslog.t
11834           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
11835           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
11836           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
11837 ____________________________________________________________________________
11838 [  7276] By: gsar                                  on 2000/10/16  03:39:30
11839         Log: integrate change#5965 from mainline
11840              
11841              avoid "will not stay shared" warnings for our variables (from
11842              Robin Barker)
11843      Branch: maint-5.6/perl
11844           !> op.c t/pragma/warn/op
11845 ____________________________________________________________________________
11846 [  7275] By: gsar                                  on 2000/10/16  03:38:18
11847         Log: integrate change#5964 from mainline
11848              
11849              reformat to 72 columns (again)
11850      Branch: maint-5.6/perl
11851           !> pod/perldiag.pod
11852 ____________________________________________________________________________
11853 [  7274] By: gsar                                  on 2000/10/16  03:36:58
11854         Log: integrate change#5963 from mainline
11855              
11856              patch from Larry to make (\&) prototype work; added tests for
11857              the same
11858      Branch: maint-5.6/perl
11859           !> op.c t/comp/proto.t
11860 ____________________________________________________________________________
11861 [  7273] By: gsar                                  on 2000/10/16  03:35:51
11862         Log: integrate changes#5956..5962 from mainline
11863              
11864              better diagnostics on failed tests (from Ilya Zakharevich)
11865              
11866              pod nits (from A. C. Yardley <yardley@tanet.net>)
11867              
11868              change#3569 deleted some essential code, revert; avoid use of
11869              atexit() to make DynaLoader work properly on AIX under mod_perl
11870              (from Jens-Uwe Mager <jum@helios.de>)
11871              
11872              doubled words in pods (from Simon Cozens
11873              <simon.p.cozens@jp.pwcglobal.com>)
11874              
11875              better INSTALL notes on Solaris issues (from Dominic Dunlop)
11876              
11877              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
11878              
11879              updated README.hpux (from Jeff Okamoto)
11880      Branch: maint-5.6/perl
11881           !> INSTALL README.hpux emacs/cperl-mode.el
11882           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
11883           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
11884           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
11885           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
11886           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
11887           !> t/op/lex_assign.t
11888 ____________________________________________________________________________
11889 [  7272] By: gsar                                  on 2000/10/16  03:31:22
11890         Log: integrate change#5955 from mainline
11891              
11892              longstanding bug exposed by change#3307: sort arguments weren't
11893              compiled with the right wantarray context (ensuing runtime lookup
11894              via block_gimme() was getting the incidental context of the
11895              sort() itself)
11896      Branch: maint-5.6/perl
11897           !> op.c t/op/sort.t
11898 ____________________________________________________________________________
11899 [  7271] By: gsar                                  on 2000/10/16  03:29:11
11900         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
11901              branch
11902              
11903              Flatten the cpp jungle doing the nosuid checking.
11904              
11905              Do not assume sign propagation. (from M.J.T. Guy)
11906              
11907              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
11908              
11909              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
11910              Now pp_ncmp() returns undef is either operand is a NaN.
11911              
11912              On second thoughts frexp() does have two arguments.
11913              
11914              Document that tr() is not tr(1).
11915              
11916              Be more robust on "extreme" (large absolute value)
11917              arguments.  Originally reported by Daniel Connelly
11918              as a problem with asinh() on large negative arguments,
11919              asinh() used to bail out because an argument to log()
11920              ended up being zero.  Ilya Zakharevich proposed using
11921              Taylor's series in such cases, which for such large
11922              arguments is a very good approximation.
11923              
11924              Undo "use integer" addition from 64bitint as it seems
11925              to break most of the subtests in Digital UNIX;
11926              Unicos needs to find another way.
11927      Branch: maint-5.6/perl
11928           !> (integrate 29 files)
11929 ____________________________________________________________________________
11930 [  7270] By: gsar                                  on 2000/10/16  03:09:44
11931         Log: integrate changes#5948,5949,5950 from mainline
11932              
11933              typo in vars.pm that leads to cryptic message (from Piotr
11934              Piatkowski <kompas@kompas.usr.onet.pl>)
11935              
11936              make perldoc use the pod2man from the same version (from
11937              M.J.T. Guy)
11938              
11939              reformat perldiag to avoid long lines
11940      Branch: maint-5.6/perl
11941           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
11942 ____________________________________________________________________________
11943 [  7269] By: gsar                                  on 2000/10/16  03:05:54
11944         Log: integrate change#5947 from mainline
11945              
11946              use &dl_error rather than &dl_load_file as the guard for calling
11947              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
11948              statically built perl)
11949      Branch: maint-5.6/perl
11950           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
11951 ____________________________________________________________________________
11952 [  7268] By: gsar                                  on 2000/10/16  03:04:48
11953         Log: integrate change#5945 from mainline
11954              
11955              make module name mandatory after -M switch; reorder perldiag
11956              alphabetically (from Mark-Jason Dominus)
11957      Branch: maint-5.6/perl
11958           !> perl.c pod/perldiag.pod
11959 ____________________________________________________________________________
11960 [  7267] By: gsar                                  on 2000/10/16  03:03:01
11961         Log: integrate change#5939 from mainline
11962              
11963              more pod nits (from Larry Virden)
11964      Branch: maint-5.6/perl
11965           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
11966           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
11967           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
11968 ____________________________________________________________________________
11969 [  7266] By: gsar                                  on 2000/10/16  03:01:39
11970         Log: integrate change#5938 from mainline
11971              
11972              Consolidated B::Deparse fixes (from Stephen McCamant)
11973      Branch: maint-5.6/perl
11974           !> ext/B/B/Deparse.pm
11975 ____________________________________________________________________________
11976 [  7265] By: gsar                                  on 2000/10/16  03:00:43
11977         Log: integrate change#5936 from mainline
11978              
11979              additional tests for change#7263 (from Paul Marquess)
11980      Branch: maint-5.6/perl
11981           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
11982           !> t/pragma/warn/5nolint t/pragma/warn/6default
11983 ____________________________________________________________________________
11984 [  7264] By: gsar                                  on 2000/10/16  02:58:34
11985         Log: integrate change#5934 from mainline
11986              
11987              propagate lexical warnings from surrounding scope correctly
11988              within string eval() (from Paul Marquess)
11989      Branch: maint-5.6/perl
11990           !> pp_ctl.c t/pragma/warn/pp_ctl
11991 ____________________________________________________________________________
11992 [  7263] By: gsar                                  on 2000/10/16  02:56:53
11993         Log: integrate change#5932 from mainline
11994              
11995              add rsignal(), whichsig() and do_join() to public API list
11996              (mod_perl uses them to good advantage)
11997      Branch: maint-5.6/perl
11998           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
11999 ____________________________________________________________________________
12000 [  7262] By: gsar                                  on 2000/10/16  02:55:53
12001         Log: integrate change#5931 from mainline
12002              
12003              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
12004      Branch: maint-5.6/perl
12005           !> pp_hot.c regexec.c t/op/pat.t
12006 ____________________________________________________________________________
12007 [  7261] By: gsar                                  on 2000/10/16  02:55:01
12008         Log: integrate change#5930 from mainline
12009              
12010              small os390 tweaks (from Peter Prymmer)
12011      Branch: maint-5.6/perl
12012           !> config_h.SH makedepend.SH
12013 ____________________________________________________________________________
12014 [  7260] By: gsar                                  on 2000/10/16  02:54:10
12015         Log: integrate change#5929 from mainline
12016              
12017              pod nits
12018      Branch: maint-5.6/perl
12019           !> pod/perlguts.pod
12020 ____________________________________________________________________________
12021 [  7259] By: gsar                                  on 2000/10/16  02:52:55
12022         Log: integrate change#5927 from mainline
12023              
12024              arrange for next() to resume at the unstack op rather than the
12025              loop conditional, so that scope cleanup happens correctly
12026              (from Stephen McCamant)
12027      Branch: maint-5.6/perl
12028           !> op.c pp_ctl.c t/op/misc.t
12029 ____________________________________________________________________________
12030 [  7258] By: gsar                                  on 2000/10/16  02:51:38
12031         Log: integrate change#5926 from mainline
12032              
12033              on windows, reserve 16M of stack rather than 128M (allows more
12034              threads to run concurrently)
12035      Branch: maint-5.6/perl
12036           !> win32/Makefile win32/makefile.mk
12037 ____________________________________________________________________________
12038 [  7257] By: gsar                                  on 2000/10/16  02:50:37
12039         Log: integrate change#5925 from mainline
12040              
12041              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
12042      Branch: maint-5.6/perl
12043           !> toke.c
12044 ____________________________________________________________________________
12045 [  7256] By: gsar                                  on 2000/10/16  02:49:36
12046         Log: integrate change#5924 from mainline
12047              
12048              avoid using uninitialized memory in require version check
12049      Branch: maint-5.6/perl
12050           !> pp_ctl.c universal.c
12051 ____________________________________________________________________________
12052 [  7255] By: gsar                                  on 2000/10/16  02:48:03
12053         Log: integrate changes#5923,5928,6009 from mainline
12054              
12055              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
12056      Branch: maint-5.6/perl
12057           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
12058 ____________________________________________________________________________
12059 [  7254] By: gsar                                  on 2000/10/16  02:44:46
12060         Log: integrate change#5922 from mainline
12061              
12062              commentary about IoTYPE() (from Nathan Torkington)
12063      Branch: maint-5.6/perl
12064           !> sv.h
12065 ____________________________________________________________________________
12066 [  7253] By: gsar                                  on 2000/10/16  02:43:49
12067         Log: integrate change#5921 from mainline
12068              
12069              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
12070      Branch: maint-5.6/perl
12071           !> sv.c t/lib/charnames.t t/pragma/utf8.t
12072 ____________________________________________________________________________
12073 [  7252] By: gsar                                  on 2000/10/16  02:42:31
12074         Log: integrate change#5920 from mainline
12075              
12076              Larry's fix for buggy propagation of utf8-ness in join(); add test
12077      Branch: maint-5.6/perl
12078           !> doop.c t/op/ver.t
12079 ____________________________________________________________________________
12080 [  7251] By: gsar                                  on 2000/10/16  02:41:14
12081         Log: integrate changes#5915..5919 from mainline
12082              
12083              various (pod tweaks &c)
12084      Branch: maint-5.6/perl
12085           !> (integrate 33 files)
12086 ____________________________________________________________________________
12087 [  7250] By: gsar                                  on 2000/10/16  02:38:16
12088         Log: integrate change#5914 from mainline
12089              
12090              caller() wasn't returning the right number of elements for
12091              eval {...}
12092      Branch: maint-5.6/perl
12093           !> pp_ctl.c t/pragma/warn/9enabled
12094 ____________________________________________________________________________
12095 [  7249] By: gsar                                  on 2000/10/16  02:37:02
12096         Log: integrate change#5913 from mainline
12097              
12098              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
12099              (from Mark-Jason Dominus)
12100      Branch: maint-5.6/perl
12101           !> pod/perlfunc.pod
12102 ____________________________________________________________________________
12103 [  7248] By: gsar                                  on 2000/10/16  02:35:58
12104         Log: integrate change#5912 from mainline
12105              
12106              fix totally broken caching in UNIVERSAL::isa() (from
12107              Nick Ing-Simmons)
12108      Branch: maint-5.6/perl
12109           !> t/op/universal.t universal.c
12110 ____________________________________________________________________________
12111 [  7247] By: gsar                                  on 2000/10/16  02:34:27
12112         Log: integrate changes#5910,5911 from mainline
12113              
12114              typo in pod
12115              
12116              add linebreak properties from unicode/LineBrk.txt (from
12117              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
12118      Branch: maint-5.6/perl
12119           +> (branch 29 files)
12120           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
12121 ____________________________________________________________________________
12122 [  7246] By: gsar                                  on 2000/10/16  02:33:29
12123         Log: integrate change#5909 from mainline
12124              
12125              mode argument to do_binmode() should be file mode, not boolean
12126      Branch: maint-5.6/perl
12127           !> pp_sys.c
12128 ____________________________________________________________________________
12129 [  7245] By: gsar                                  on 2000/10/16  02:31:04
12130         Log: integrate change#5908 from mainline
12131              
12132              introduce illegal symbols into null package so that
12133              gv_fetchpv(...,TRUE) always returns a valid GV even when the
12134              symbol is trapped by strictures (avoids coredumps)
12135      Branch: maint-5.6/perl
12136           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
12137           !> t/pragma/strict-vars
12138 ____________________________________________________________________________
12139 [  7244] By: jhi                                   on 2000/10/16  02:29:54
12140         Log: Subject: $Carp::ExportLevel confusion in Exporter
12141              From: "Ben Tilly" <ben_tilly@hotmail.com>
12142              Date: Sat, 14 Oct 2000 16:44:34 EDT
12143              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
12144      Branch: perl
12145            ! lib/Exporter/Heavy.pm
12146 ____________________________________________________________________________
12147 [  7243] By: jhi                                   on 2000/10/16  02:28:33
12148         Log: Subject: [PATCH perlguts.pod] Document offset hack
12149              From: Simon Cozens <simon@cozens.net>
12150              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
12151              Date: Sat, 14 Oct 2000 19:32:25 +0100
12152      Branch: perl
12153            ! pod/perlguts.pod
12154 ____________________________________________________________________________
12155 [  7242] By: gsar                                  on 2000/10/16  02:26:51
12156         Log: integrate changes#5905,5906,5907,6064 from mainline
12157              
12158              printf/sprintf didn't get quad types right under use64bitint
12159      Branch: maint-5.6/perl
12160           !> pp_sys.c sv.c t/op/64bitint.t
12161 ____________________________________________________________________________
12162 [  7241] By: jhi                                   on 2000/10/16  02:22:44
12163         Log: Subject: small pod patch
12164              From: Dan Boorstein <dan_boo@bellsouth.net>
12165              Date: Sat, 14 Oct 2000 14:29:24 -0400
12166              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
12167      Branch: perl
12168            ! pod/perlfaq7.pod pod/perlmod.pod
12169 ____________________________________________________________________________
12170 [  7240] By: jhi                                   on 2000/10/16  02:13:46
12171         Log: -w cleanup.
12172              
12173              Subject: Re: Problems with bleadperl 
12174              From: "Stephen P. Potter" <spp@ds.net>
12175              Date: Fri, 13 Oct 2000 13:32:49 -0400
12176              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
12177      Branch: perl
12178            ! t/pragma/overload.t
12179 ____________________________________________________________________________
12180 [  7239] By: jhi                                   on 2000/10/16  01:41:18
12181         Log: One more ~utf8 tweak.
12182      Branch: perl
12183            ! t/op/bop.t
12184 ____________________________________________________________________________
12185 [  7238] By: jhi                                   on 2000/10/16  01:34:14
12186         Log: Tweak the test of #7235.
12187      Branch: perl
12188            ! t/op/bop.t
12189 ____________________________________________________________________________
12190 [  7237] By: jhi                                   on 2000/10/16  01:25:04
12191         Log: Fix a couple of compiler-noted nits in #7235.
12192      Branch: perl
12193            ! pp.c
12194 ____________________________________________________________________________
12195 [  7236] By: jhi                                   on 2000/10/16  01:22:46
12196         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
12197      Branch: perl
12198            ! pp.c pp_hot.c
12199 ____________________________________________________________________________
12200 [  7235] By: jhi                                   on 2000/10/15  16:24:44
12201         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
12202              
12203              From: Simon Cozens <simon@cozens.net>
12204              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
12205              Date: Sat, 14 Oct 2000 20:52:13 +0100
12206              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
12207      Branch: perl
12208            ! pp.c t/op/bop.t utf8.h
12209 ____________________________________________________________________________
12210 [  7234] By: jhi                                   on 2000/10/15  15:19:29
12211         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
12212              The problem was that rx->minlen was in chars while pp_split()
12213              thought it would be in bytes. 
12214      Branch: perl
12215            ! pp.c t/pragma/utf8.t
12216 ____________________________________________________________________________
12217 [  7233] By: jhi                                   on 2000/10/14  20:24:24
12218         Log: Document FNCASE=y as discussed in the bug 20000902.009.
12219      Branch: perl
12220            ! README.dos
12221 ____________________________________________________________________________
12222 [  7232] By: jhi                                   on 2000/10/14  18:52:21
12223         Log: Add test for bug id 20000427.003 (which seems to have
12224              been fixed) (also duplicate as 20000427.004, though
12225              with a higher severity).  Move one utf8 from op/append
12226              to pragma/utf8, tag the tests with bug ids.
12227      Branch: perl
12228            ! t/op/append.t t/pragma/utf8.t
12229 ____________________________________________________________________________
12230 [  7231] By: jhi                                   on 2000/10/14  17:28:37
12231         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
12232      Branch: perl
12233            ! t/pragma/utf8.t
12234 ____________________________________________________________________________
12235 [  7230] By: jhi                                   on 2000/10/14  14:24:50
12236         Log: Needs to be conditional on SunOS 4.
12237              
12238              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
12239              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12240              Date: Sat, 14 Oct 2000 13:37:49 +0100
12241              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
12242      Branch: metaconfig/U/perl
12243            ! End.U
12244      Branch: perl
12245            ! Configure myconfig.SH pod/perldelta.pod
12246 ____________________________________________________________________________
12247 [  7229] By: jhi                                   on 2000/10/14  00:49:22
12248         Log: Update Changes.
12249      Branch: perl
12250            ! Changes patchlevel.h
12251 ____________________________________________________________________________
12252 [  7228] By: jhi                                   on 2000/10/14  00:46:10
12253         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
12254              From: Peter Prymmer <pvhp@forte.com>
12255              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
12256              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
12257      Branch: perl
12258            ! lib/utf8.pm
12259 ____________________________________________________________________________
12260 [  7227] By: jhi                                   on 2000/10/13  23:20:30
12261         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
12262      Branch: perl
12263            ! t/op/tie.t
12264 ____________________________________________________________________________
12265 [  7226] By: jhi                                   on 2000/10/13  22:14:32
12266         Log: Tweak #7225.
12267              
12268              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
12269              From: Peter Prymmer <pvhp@forte.com>
12270              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
12271              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
12272      Branch: perl
12273            ! t/op/sprintf.t
12274 ____________________________________________________________________________
12275 [  7225] By: jhi                                   on 2000/10/13  22:11:31
12276         Log: op/sprintf.t patch for OS/390 (and any other host with limited
12277              floating-point exponent length)
12278              
12279              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
12280              From: Dominic Dunlop <domo@computer.org>
12281              Date: Fri, 13 Oct 2000 19:17:57 +0200
12282              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
12283      Branch: perl
12284            ! t/op/sprintf.t
12285 ____________________________________________________________________________
12286 [  7224] By: jhi                                   on 2000/10/13  18:40:48
12287         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
12288      Branch: perl
12289            ! toke.c
12290 ____________________________________________________________________________
12291 [  7223] By: jhi                                   on 2000/10/13  18:37:13
12292         Log: Thinko in #7222.
12293      Branch: perl
12294            ! utf8.c
12295 ____________________________________________________________________________
12296 [  7222] By: jhi                                   on 2000/10/13  18:05:23
12297         Log: Use UTF8SKIP(), from Simon Cozens.
12298      Branch: perl
12299            ! utf8.c
12300 ____________________________________________________________________________
12301 [  7221] By: jhi                                   on 2000/10/13  15:43:19
12302         Log: (accidentally empty check-in)
12303      Branch: perl
12304            ! utf8.c
12305 ____________________________________________________________________________
12306 [  7220] By: jhi                                   on 2000/10/13  15:23:51
12307         Log: Add (optimistically) Storable to static extensions.
12308      Branch: perl
12309            ! hints/uwin.sh hints/vmesa.sh
12310 ____________________________________________________________________________
12311 [  7219] By: jhi                                   on 2000/10/13  15:20:05
12312         Log: Amdahl UTS doesn't seem to do dynaloading.
12313      Branch: perl
12314            ! hints/uts.sh
12315 ____________________________________________________________________________
12316 [  7218] By: jhi                                   on 2000/10/13  15:15:20
12317         Log: Slight tweak of the code to appease Amdahl UTS cc.
12318      Branch: perl
12319            ! pp.c
12320 ____________________________________________________________________________
12321 [  7217] By: jhi                                   on 2000/10/13  14:50:42
12322         Log: In Amdahl UTS "struct sv" is defined by a system header,
12323              <ksync.h>.
12324      Branch: perl
12325            ! perl.h sv.h
12326 ____________________________________________________________________________
12327 [  7216] By: jhi                                   on 2000/10/13  11:58:25
12328         Log: Ilya implemented the memory profiling API.
12329      Branch: perl
12330            ! Todo
12331 ____________________________________________________________________________
12332 [  7215] By: jhi                                   on 2000/10/13  02:56:38
12333         Log: Subject: [PATCH 5.7.0] Perl API for mstats
12334              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12335              Date: Thu, 12 Oct 2000 22:52:40 -0400
12336              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
12337      Branch: perl
12338            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
12339 ____________________________________________________________________________
12340 [  7214] By: jhi                                   on 2000/10/13  02:55:38
12341         Log: Subject: [PATCH 5.7.0] IVs in mtats
12342              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12343              Date: Thu, 12 Oct 2000 22:51:04 -0400
12344              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
12345      Branch: perl
12346            ! malloc.c perl.h
12347 ____________________________________________________________________________
12348 [  7213] By: jhi                                   on 2000/10/13  02:31:47
12349         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
12350      Branch: perl
12351            ! pod/perldiag.pod pp_sys.c
12352 ____________________________________________________________________________
12353 [  7212] By: jhi                                   on 2000/10/13  01:27:38
12354         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
12355              From: Peter Prymmer <pvhp@forte.com>
12356              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
12357              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
12358      Branch: perl
12359            ! t/op/oct.t
12360 ____________________________________________________________________________
12361 [  7211] By: jhi                                   on 2000/10/13  00:35:09
12362         Log: Update Changes.
12363      Branch: perl
12364            ! Changes patchlevel.h
12365 ____________________________________________________________________________
12366 [  7210] By: jhi                                   on 2000/10/12  23:59:40
12367         Log: The Install.pm third of
12368              
12369              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
12370              From: Bill Campbell <bill@celestial.com>
12371              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
12372              Date: Thu, 5 Oct 2000 18:04:51 -0700
12373      Branch: perl
12374            ! lib/ExtUtils/Install.pm
12375 ____________________________________________________________________________
12376 [  7209] By: jhi                                   on 2000/10/12  23:58:43
12377         Log: Two thirds of
12378              
12379              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
12380              Date: Thu, 5 Oct 2000 18:04:51 -0700
12381              From: Bill Campbell <bill@celestial.com>
12382              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
12383              
12384              The Install.pm changes will be submitted separately because
12385              they need some work and discussion still.
12386      Branch: perl
12387            ! lib/getopts.pl lib/termcap.pl
12388 ____________________________________________________________________________
12389 [  7208] By: jhi                                   on 2000/10/12  23:41:19
12390         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
12391              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12392              Date:     Thu, 12 Oct 2000 07:30:02 EDT
12393              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
12394      Branch: perl
12395            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
12396            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
12397 ____________________________________________________________________________
12398 [  7207] By: jhi                                   on 2000/10/12  23:39:01
12399         Log: An updated EBCDIC tr patch.
12400              
12401              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
12402              From: Peter Prymmer <pvhp@forte.com>
12403              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
12404              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
12405      Branch: perl
12406            ! t/op/tr.t
12407 ____________________________________________________________________________
12408 [  7206] By: jhi                                   on 2000/10/12  23:34:55
12409         Log: Upgrade to CPAN 1.58, from Andreas König.
12410      Branch: perl
12411            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12412 ____________________________________________________________________________
12413 [  7205] By: jhi                                   on 2000/10/12  23:29:08
12414         Log: Introduce the man[24-8] variables, from Andy Dougherty.
12415      Branch: metaconfig/U/perl
12416            + mandirs.U mandirstyle.U
12417      Branch: perl
12418            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12419            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
12420            ! vos/config.h vos/config.pl vos/config_h.SH_orig
12421            ! win32/config.bc win32/config.gc win32/config.vc
12422 ____________________________________________________________________________
12423 [  7204] By: gsar                                  on 2000/10/12  18:11:24
12424         Log: restore change#7202
12425      Branch: perl
12426            ! mg.c
12427 ____________________________________________________________________________
12428 [  7203] By: gsar                                  on 2000/10/12  18:09:40
12429         Log: another test of the Emergency Broadcast System--back out 
12430              change#7202
12431      Branch: perl
12432            ! mg.c
12433 ____________________________________________________________________________
12434 [  7202] By: gsar                                  on 2000/10/12  16:40:47
12435         Log: (submitted on behalf of Jarkko)
12436              Fix the lib/encode.t subtest 6 failure as reported by Andreas
12437              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
12438              was unearthed by change 7182, as was a bug in HTML::Entities.
12439      Branch: perl
12440            ! mg.c
12441 ____________________________________________________________________________
12442 [  7201] By: jhi                                   on 2000/10/11  03:16:05
12443         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
12444      Branch: perl
12445            ! pp_hot.c t/pragma/utf8.t
12446 ____________________________________________________________________________
12447 [  7200] By: jhi                                   on 2000/10/11  00:40:30
12448         Log: The #7198 was a false alarm.
12449      Branch: perl
12450            ! pp_hot.c
12451 ____________________________________________________________________________
12452 [  7199] By: jhi                                   on 2000/10/11  00:26:04
12453         Log: Remove duplicated code.
12454      Branch: perl
12455            ! t/lib/cgi-html.t
12456 ____________________________________________________________________________
12457 [  7198] By: jhi                                   on 2000/10/10  23:30:46
12458         Log: (Retracted by #7200.)
12459      Branch: perl
12460            ! pp_hot.c
12461 ____________________________________________________________________________
12462 [  7197] By: jhi                                   on 2000/10/10  21:49:30
12463         Log: Add the test case for #7190, from the original bug report
12464              by Andreas König.
12465      Branch: perl
12466            ! t/pragma/utf8.t
12467 ____________________________________________________________________________
12468 [  7196] By: jhi                                   on 2000/10/10  21:40:49
12469         Log: Reapply Andy's patch and regen Configure.
12470      Branch: perl
12471            ! Configure INSTALL Makefile.SH Porting/Glossary
12472            ! Porting/config.sh config_h.SH epoc/config.sh installperl
12473            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
12474            ! win32/config.vc
12475 ____________________________________________________________________________
12476 [  7195] By: jhi                                   on 2000/10/10  21:09:30
12477         Log: Use the versiononly instead of the installscripts,
12478              retract the changes 7146 and 7147.
12479      Branch: perl
12480            ! Configure INSTALL Makefile.SH Porting/Glossary
12481            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
12482            ! installperl uconfig.sh vos/config.def win32/config.bc
12483            ! win32/config.gc win32/config.vc
12484 ____________________________________________________________________________
12485 [  7194] By: jhi                                   on 2000/10/10  21:06:15
12486         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
12487              From: Peter Prymmer <pvhp@forte.com>
12488              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
12489              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
12490      Branch: perl
12491            ! t/op/ver.t
12492 ____________________________________________________________________________
12493 [  7193] By: jhi                                   on 2000/10/10  21:05:12
12494         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
12495              From: Peter Prymmer <pvhp@forte.com>
12496              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
12497              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
12498      Branch: perl
12499            ! t/op/tr.t
12500 ____________________________________________________________________________
12501 [  7192] By: jhi                                   on 2000/10/10  20:57:30
12502         Log: Add versiononly, delete installscripts, from Andy Dougherty.
12503      Branch: metaconfig
12504            - U/installdirs/installscripts.U
12505      Branch: metaconfig/U/perl
12506            + versiononly.U
12507 ____________________________________________________________________________
12508 [  7191] By: jhi                                   on 2000/10/10  19:41:21
12509         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
12510              From: Peter Prymmer <pvhp@forte.com>
12511              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
12512              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
12513      Branch: perl
12514            ! pod/perlebcdic.pod
12515 ____________________________________________________________________________
12516 [  7190] By: jhi                                   on 2000/10/10  19:26:14
12517         Log: Subject: Re: utf8 concat, mg_get
12518              From: Simon Cozens <simon@cozens.net>
12519              Date: Tue, 10 Oct 2000 17:40:17 +0100
12520              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
12521      Branch: perl
12522            ! pp_hot.c
12523 ____________________________________________________________________________
12524 [  7189] By: jhi                                   on 2000/10/10  19:23:03
12525         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
12526              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
12527              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
12528              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
12529      Branch: perl
12530            ! lib/ExtUtils/MM_Unix.pm
12531 ____________________________________________________________________________
12532 [  7188] By: jhi                                   on 2000/10/10  15:31:24
12533         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
12534              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
12535              Date: Fri, 14 Jul 2000 10:47:36 +0100
12536              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
12537      Branch: perl
12538            ! README.win32
12539 ____________________________________________________________________________
12540 [  7187] By: jhi                                   on 2000/10/10  13:30:10
12541         Log: Quote the temp file name, needed in Win32 because the
12542              default name unfortunately contains spaces, shouldn't
12543              hurt elsewhere.
12544              
12545              Subject: FW: perldoc fails if $TEMP contains spaces
12546              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
12547              Date: Thu, 14 Sep 2000 08:58:45 +0100
12548              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
12549      Branch: perl
12550            ! utils/perldoc.PL
12551 ____________________________________________________________________________
12552 [  7186] By: jhi                                   on 2000/10/10  13:16:27
12553         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
12554              From: hv@hugo.hybyte.com
12555              Date: Tue, 10 Oct 2000 14:10:20 +0100
12556              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
12557      Branch: perl
12558            ! t/lib/thr5005.t util.c
12559 ____________________________________________________________________________
12560 [  7185] By: jhi                                   on 2000/10/10  12:06:22
12561         Log: Upgrade to podlators 1.04, from Russ Allbery.
12562      Branch: perl
12563            ! lib/Pod/Man.pm lib/Pod/Text.pm
12564 ____________________________________________________________________________
12565 [  7184] By: jhi                                   on 2000/10/10  12:01:32
12566         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
12567      Branch: perl
12568            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
12569 ____________________________________________________________________________
12570 [  7183] By: jhi                                   on 2000/10/09  23:47:15
12571         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
12572              From: Peter Prymmer <pvhp@forte.com>
12573              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
12574              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
12575      Branch: perl
12576            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
12577 ____________________________________________________________________________
12578 [  7182] By: jhi                                   on 2000/10/09  23:43:16
12579         Log: Make eq work again with utf8 (disabling the upgrading
12580              should no more be necessary since the copies of the
12581              scalars are upgraded, not the scalars themselves).
12582              Takes care of ID 20001009.001.  (The claimed length()
12583              bug in 20001009.001 seems bogus to me.)
12584      Branch: perl
12585            ! sv.c t/pragma/utf8.t
12586 ____________________________________________________________________________
12587 [  7181] By: gsar                                  on 2000/10/09  19:41:54
12588         Log: tweak for change#7173
12589      Branch: perl
12590            ! win32/win32sck.c
12591 ____________________________________________________________________________
12592 [  7180] By: gsar                                  on 2000/10/09  19:26:56
12593         Log: on Windows, clean targets might not work under some flavors of the shell
12594      Branch: perl
12595            ! win32/Makefile win32/makefile.mk
12596 ____________________________________________________________________________
12597 [  7179] By: jhi                                   on 2000/10/09  19:21:02
12598         Log: Update Changes.
12599      Branch: perl
12600            ! Changes patchlevel.h
12601 ____________________________________________________________________________
12602 [  7178] By: jhi                                   on 2000/10/09  19:18:23
12603         Log: Warn about unknown scripts.
12604              
12605              Subject: Re: ideas? patches? [PATCH bleadperl]
12606              From: Dominic Dunlop <domo@computer.org>
12607              Date: Mon, 9 Oct 2000 14:57:17 +0200
12608              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
12609      Branch: perl
12610            ! lib/charnames.pm
12611 ____________________________________________________________________________
12612 [  7177] By: jhi                                   on 2000/10/09  19:13:27
12613         Log: Change #7160 had a nasty typo.
12614      Branch: metaconfig
12615            ! U/compline/Compile.U
12616      Branch: perl
12617            ! Configure config_h.SH
12618 ____________________________________________________________________________
12619 [  7176] By: gsar                                  on 2000/10/09  18:59:33
12620         Log: pod nit
12621      Branch: perl
12622            ! pod/perlport.pod
12623 ____________________________________________________________________________
12624 [  7175] By: gsar                                  on 2000/10/09  18:54:28
12625         Log: Windows9x doesn't support link(), despite what Config.pm
12626              might think
12627      Branch: perl
12628            ! lib/ExtUtils/Manifest.pm
12629 ____________________________________________________________________________
12630 [  7174] By: gsar                                  on 2000/10/09  18:50:03
12631         Log: avoid nonportable example code
12632      Branch: perl
12633            ! lib/File/Copy.pm
12634 ____________________________________________________________________________
12635 [  7173] By: gsar                                  on 2000/10/09  18:46:54
12636         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
12637              being used) when closing a socket handle
12638      Branch: perl
12639            ! win32/win32.c win32/win32.h win32/win32sck.c
12640 ____________________________________________________________________________
12641 [  7172] By: gsar                                  on 2000/10/09  18:41:40
12642         Log: on Windows, cwd strings in the environment should be of the
12643              form =X:=X:\foo instead of =X=X:\foo\
12644      Branch: perl
12645            ! win32/vdir.h
12646 ____________________________________________________________________________
12647 [  7171] By: gsar                                  on 2000/10/09  18:30:09
12648         Log: on Windows, LoadLibrary() could load an extension DLL multiple
12649              times if forward slashes are used in the path
12650      Branch: perl
12651            ! win32/win32.c
12652 ____________________________________________________________________________
12653 [  7170] By: jhi                                   on 2000/10/09  17:53:59
12654         Log: Add a todo note about overloadable assertions.
12655      Branch: perl
12656            ! Todo-5.6
12657 ____________________________________________________________________________
12658 [  7169] By: jhi                                   on 2000/10/09  13:43:45
12659         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
12660              From: mjd@plover.com
12661              Date: 9 Oct 2000 00:24:44 -0000
12662              Message-ID: <20001009002444.10616.qmail@plover.com>
12663      Branch: perl
12664            ! pod/perldebguts.pod
12665 ____________________________________________________________________________
12666 [  7168] By: nick                                  on 2000/10/08  13:16:33
12667         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
12668              is not right thing to do on (e.g. x86). Network order is also "right" for
12669              X fonts.
12670      Branch: perl
12671            ! ext/Encode/Encode.pm
12672 ____________________________________________________________________________
12673 [  7167] By: nick                                  on 2000/10/08  12:54:42
12674         Log: Make "encodings" work post-install when Encode/*.enc files may not
12675              be in same directory as Encode.pm
12676      Branch: perl
12677            ! ext/Encode/Encode.pm
12678 ____________________________________________________________________________
12679 [  7166] By: nick                                  on 2000/10/08  11:51:26
12680         Log: Work round the fact that $hash->{$key} does not take into account
12681              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
12682              so that key is always in the "expected" encoding - i.e. same way we put
12683              it in the hash.
12684      Branch: perl
12685            ! ext/Encode/Encode.pm
12686 ____________________________________________________________________________
12687 [  7165] By: gsar                                  on 2000/10/08  04:15:29
12688         Log: save_re_context() could reset PL_curcop to freed memory, causing core
12689              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
12690      Branch: perl
12691            ! pp_ctl.c
12692 ____________________________________________________________________________
12693 [  7164] By: jhi                                   on 2000/10/06  20:51:48
12694         Log: UTF8ize split() so that the cloned substrings get the UTF8
12695              flag of the original scalar.  Problem reported by Simon Cozens.
12696      Branch: perl
12697            ! pp.c t/pragma/utf8.t
12698 ____________________________________________________________________________
12699 [  7163] By: nick                                  on 2000/10/06  20:48:34
12700         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
12701              got a false +ve and so did not reach code which would have un-FAKEd the SV.
12702      Branch: perl
12703            ! sv.c
12704 ____________________________________________________________________________
12705 [  7162] By: nick                                  on 2000/10/06  20:25:37
12706         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
12707              To fix  (sort {$a <=> $b} keys %hash) in particular but
12708              should cover a number of other as-yet-unknown cases as well.
12709      Branch: perl
12710            ! sv.c
12711 ____________________________________________________________________________
12712 [  7161] By: jhi                                   on 2000/10/06  19:56:18
12713         Log: Change the version number of Tie::Handle in the core to 4.0,
12714              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
12715              
12716              Subject: Note on Tie::Handle
12717              From: andreas.koenig@anima.de (Andreas J. Koenig)
12718              Date:      06 Oct 2000 21:48:58 +0200
12719              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
12720      Branch: perl
12721            ! lib/Tie/Handle.pm
12722 ____________________________________________________________________________
12723 [  7160] By: jhi                                   on 2000/10/06  18:20:35
12724         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
12725              as the first option of cc/ld because of ultrapicky compilers
12726              (e.g. OS/390 R2.5)
12727      Branch: metaconfig
12728            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
12729            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
12730            ! U/compline/orderlib.U U/modified/Cppsym.U
12731            ! U/modified/d_access.U
12732      Branch: metaconfig/U/perl
12733            ! Checkcc.U d_dlsymun.U gccvers.U
12734      Branch: perl
12735            ! Configure config_h.SH
12736 ____________________________________________________________________________
12737 [  7159] By: jhi                                   on 2000/10/06  13:56:39
12738         Log: Update Changes.
12739      Branch: perl
12740            ! Changes patchlevel.h
12741 ____________________________________________________________________________
12742 [  7158] By: jhi                                   on 2000/10/06  12:48:40
12743         Log: Eliminate $Is_VMS code from the test.
12744              
12745              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
12746              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12747              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
12748              Date:     Thu, 5 Oct 2000 07:46:33 EDT
12749      Branch: perl
12750            ! t/lib/b.t
12751 ____________________________________________________________________________
12752 [  7157] By: jhi                                   on 2000/10/06  12:47:13
12753         Log: Also the $ccflags is needed for the C compiler check.
12754              
12755              Subject: Configure (check for C-compiler)
12756              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12757              Date: Fri, 06 Oct 2000 08:47:15 +0200
12758              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
12759      Branch: metaconfig/U/perl
12760            ! Checkcc.U
12761      Branch: perl
12762            ! Configure config_h.SH
12763 ____________________________________________________________________________
12764 [  7156] By: jhi                                   on 2000/10/06  11:45:15
12765         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
12766      Branch: perl
12767            ! perl.c pp_ctl.c sv.h utf8.c
12768 ____________________________________________________________________________
12769 [  7155] By: jhi                                   on 2000/10/06  11:40:41
12770         Log: IO::Handle->syswrite() did not handle length omission
12771              like CORE::syswrite() does.
12772              
12773              Subject: [Fwd] IO::Handle, syswrite and arguments
12774              From: Graham Barr <gbarr@pobox.com>
12775              Date: Fri, 6 Oct 2000 10:22:05 +0100
12776              Message-ID: <20001006102205.U6312@pobox.com>
12777              
12778              The original patch from andrew@ugh.net.au.
12779      Branch: perl
12780            ! ext/IO/lib/IO/Handle.pm
12781 ____________________________________________________________________________
12782 [  7154] By: jhi                                   on 2000/10/06  01:42:15
12783         Log: Tweak #7153.
12784      Branch: perl
12785            ! utf8.h
12786 ____________________________________________________________________________
12787 [  7153] By: jhi                                   on 2000/10/06  00:39:55
12788         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
12789      Branch: perl
12790            ! utf8.h
12791 ____________________________________________________________________________
12792 [  7152] By: jhi                                   on 2000/10/06  00:38:11
12793         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
12794      Branch: perl
12795            ! perl.c pp_ctl.c sv.h utf8.c
12796 ____________________________________________________________________________
12797 [  7151] By: jhi                                   on 2000/10/06  00:36:38
12798         Log: Subject: Re: Questions about Tie::Array and perl modules
12799              From: Nick Ing-Simmons <nik@tiuk.ti.com>
12800              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
12801              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
12802              
12803              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
12804      Branch: perl
12805            ! lib/Tie/Array.pm t/op/array.t
12806 ____________________________________________________________________________
12807 [  7150] By: jhi                                   on 2000/10/05  00:20:45
12808         Log: Regen Changes.
12809      Branch: perl
12810            ! Changes patchlevel.h
12811 ____________________________________________________________________________
12812 [  7149] By: jhi                                   on 2000/10/05  00:20:01
12813         Log: Regen toc.
12814      Branch: perl
12815            ! pod/perltoc.pod
12816 ____________________________________________________________________________
12817 [  7148] By: jhi                                   on 2000/10/04  23:35:08
12818         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
12819              reported several times by Dominic Dunlop, for example in
12820              ID 20000315.008.  Patch from Dominic.  Patch affects at
12821              least MachTen, and possibly other oldish BSDs. Should not
12822              break non-broken platforms (tested on LinuxPPC). 
12823      Branch: perl
12824            ! doio.c
12825 ____________________________________________________________________________
12826 [  7147] By: jhi                                   on 2000/10/04  23:26:34
12827         Log: The one that got away from 7146.
12828      Branch: metaconfig
12829            + U/installdirs/installscripts.U
12830 ____________________________________________________________________________
12831 [  7146] By: jhi                                   on 2000/10/04  23:25:04
12832         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
12833              suggested by H. Merijn Brand.
12834      Branch: perl
12835            ! Configure INSTALL Makefile.SH Porting/Glossary
12836            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
12837            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
12838            ! win32/config.vc
12839 ____________________________________________________________________________
12840 [  7145] By: jhi                                   on 2000/10/04  22:08:21
12841         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
12842              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12843              Date: Wed, 4 Oct 2000 17:37:46 -0400
12844              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
12845      Branch: perl
12846            ! utils/h2xs.PL
12847 ____________________________________________________________________________
12848 [  7144] By: jhi                                   on 2000/10/04  18:11:41
12849         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
12850              From: Jeff Pinyan <jeffp@crusoe.net>
12851              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
12852              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
12853      Branch: perl
12854            ! pod/perlrun.pod
12855 ____________________________________________________________________________
12856 [  7143] By: jhi                                   on 2000/10/04  18:09:58
12857         Log: Subject: perlhack.pod Patch for Externals Tools
12858              From: Fisher Mark <fisherm@tce.com>
12859              Date: Tue, 3 Oct 2000 15:43:27 -0500 
12860              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
12861      Branch: perl
12862            ! pod/perlhack.pod
12863 ____________________________________________________________________________
12864 [  7142] By: jhi                                   on 2000/10/04  18:08:41
12865         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
12866              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12867              Date:     Wed, 4 Oct 2000 12:11:11 EDT
12868              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
12869      Branch: perl
12870            ! vms/vms.c
12871 ____________________________________________________________________________
12872 [  7141] By: jhi                                   on 2000/10/04  12:20:16
12873         Log: Subject: [PATCH 5.7.0] h2xs not working
12874              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12875              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
12876              Date: Tue, 3 Oct 2000 21:43:01 -0400
12877              
12878              Subject: [PATCH 5.7.0] h2xs not documenting the created module
12879              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12880              Date: Tue, 3 Oct 2000 22:55:19 -0400
12881              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
12882      Branch: perl
12883            ! utils/h2xs.PL
12884 ____________________________________________________________________________
12885 [  7140] By: jhi                                   on 2000/10/04  11:53:44
12886         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
12887              From: nick@babyhippo.com
12888              Date: Wed, 4 Oct 2000 12:06:45 +0100
12889              Message-Id: <20001004120645.A7356@babyhippo.com>
12890              
12891              Retract 7118 and 7135.
12892      Branch: perl
12893            ! installman installperl op.c t/pragma/subs.t
12894 ____________________________________________________________________________
12895 [  7139] By: jhi                                   on 2000/10/03  22:09:41
12896         Log: It is possible to have no hosts database at all.  Pointed out in
12897              
12898              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
12899              From: Peter Prymmer <pvhp@forte.com>
12900              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
12901              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
12902      Branch: metaconfig
12903            ! U/modified/myhostname.U
12904      Branch: perl
12905            ! Configure config_h.SH
12906 ____________________________________________________________________________
12907 [  7138] By: jhi                                   on 2000/10/03  21:49:49
12908         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
12909              From: Peter Prymmer <pvhp@forte.com>
12910              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
12911              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
12912      Branch: perl
12913            ! pp_sys.c
12914 ____________________________________________________________________________
12915 [  7137] By: jhi                                   on 2000/10/03  20:10:05
12916         Log: One remaining nit less at the VMS mailbox sizing.
12917      Branch: perl
12918            ! vms/vms.c
12919 ____________________________________________________________________________
12920 [  7136] By: jhi                                   on 2000/10/03  20:08:47
12921         Log: Test harness update to sync with the new perlcc,
12922              from Simon Cozens.
12923      Branch: perl
12924            ! t/TEST t/UTEST
12925 ____________________________________________________________________________
12926 [  7135] By: jhi                                   on 2000/10/03  15:15:42
12927         Log: Subject: Re: PATCH for 20001003.004
12928              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
12929              From: "AARON B. DOSSETT" <aaron@iglou.com>
12930              Message-Id: <E13gTay-0006od-00@iglou.com>
12931      Branch: perl
12932            ! installman installperl
12933 ____________________________________________________________________________
12934 [  7134] By: jhi                                   on 2000/10/03  15:00:34
12935         Log: Subject: [ID 20001003.006] B::Debug not -w clean
12936              From: Nicholas Clark <nick@babyhippo.co.uk>
12937              Date: Tue, 03 Oct 2000 15:46:32 +0100
12938              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
12939      Branch: perl
12940            ! ext/B/B/Debug.pm
12941 ____________________________________________________________________________
12942 [  7133] By: jhi                                   on 2000/10/03  14:58:39
12943         Log: Scale down the VMS message boxes, by Charles Lane.
12944              Fix for ID 20000903.009, workaround at
12945              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
12946      Branch: perl
12947            ! vms/vms.c
12948 ____________________________________________________________________________
12949 [  7132] By: jhi                                   on 2000/10/03  11:20:37
12950         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
12951      Branch: perl
12952            + t/lib/st-lock.t t/lib/st-utf8.t
12953            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
12954            ! ext/Storable/Storable.xs t/lib/st-recurse.t
12955 ____________________________________________________________________________
12956 [  7131] By: jhi                                   on 2000/10/03  03:38:23
12957         Log: Encode nits.
12958      Branch: perl
12959            ! MANIFEST Makefile.SH
12960 ____________________________________________________________________________
12961 [  7130] By: jhi                                   on 2000/10/03  03:31:05
12962         Log: Update Changes.
12963      Branch: perl
12964            ! Changes patchlevel.h
12965 ____________________________________________________________________________
12966 [  7129] By: jhi                                   on 2000/10/03  02:24:02
12967         Log: Misplaced else.
12968      Branch: metaconfig/U/perl
12969            ! d_strtoll.U
12970      Branch: perl
12971            ! Configure config_h.SH
12972 ____________________________________________________________________________
12973 [  7128] By: jhi                                   on 2000/10/03  02:08:29
12974         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
12975              From: sthoenna@efn.org
12976              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
12977              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
12978      Branch: metaconfig/U/perl
12979            ! d_strtoll.U
12980      Branch: perl
12981            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
12982 ____________________________________________________________________________
12983 [  7127] By: jhi                                   on 2000/10/03  01:13:14
12984         Log: Update Changes.
12985      Branch: perl
12986            ! Changes patchlevel.h
12987 ____________________________________________________________________________
12988 [  7126] By: jhi                                   on 2000/10/03  00:57:08
12989         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
12990              as suggested by Olaf Flebbe and Nick Clark.
12991      Branch: perl
12992            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
12993 ____________________________________________________________________________
12994 [  7125] By: jhi                                   on 2000/10/03  00:50:56
12995         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
12996              From: Nick Clark <nick@plum.flirble.org>
12997              Date: Mon, 2 Oct 2000 11:03:24 +0100
12998              Message-Id: <20001002110324.D20073@plum.flirble.org>
12999              
13000              Also fixes bug ID 20001002.005.
13001      Branch: perl
13002            ! t/lib/encode.t
13003 ____________________________________________________________________________
13004 [  7124] By: jhi                                   on 2000/10/03  00:34:59
13005         Log: Subject: [PATCH 5.7.0] Epoc update
13006              From: Olaf Flebbe <o.flebbe@gmx.de>
13007              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
13008              Message-ID: <26423.969484586@www10.gmx.net>
13009      Branch: perl
13010            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
13011            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
13012            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
13013            ! util.c util.h
13014 ____________________________________________________________________________
13015 [  7123] By: jhi                                   on 2000/10/03  00:30:07
13016         Log: Regen headers.
13017      Branch: perl
13018            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
13019 ____________________________________________________________________________
13020 [  7122] By: jhi                                   on 2000/10/03  00:10:48
13021         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
13022      Branch: perl
13023            ! hints/openbsd.sh
13024 ____________________________________________________________________________
13025 [  7121] By: jhi                                   on 2000/10/03  00:05:06
13026         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
13027              From: <abigail@foad.org>
13028              Date: Tue, 26 Sep 2000 13:36:14 -0400
13029              Message-ID: <20000926173614.4356.qmail@foad.org>
13030      Branch: perl
13031            ! pod/perlop.pod
13032 ____________________________________________________________________________
13033 [  7120] By: jhi                                   on 2000/10/03  00:04:00
13034         Log: Inside require() $^S was always left undefined.
13035              
13036              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
13037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13038              Date: Wed, 27 Sep 2000 18:54:49 -0400
13039              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
13040      Branch: perl
13041            ! cop.h mg.c pp_ctl.c util.c
13042 ____________________________________________________________________________
13043 [  7119] By: jhi                                   on 2000/10/03  00:00:16
13044         Log: Subject: [PATCH] DLL not restartabke with threaded perl
13045              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
13046              Date: Thu, 28 Sep 2000 09:20:46 +0100
13047              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
13048      Branch: perl
13049            ! perl.c
13050 ____________________________________________________________________________
13051 [  7118] By: jhi                                   on 2000/10/02  23:59:20
13052         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
13053              From: Nicholas Clark <nick@ccl4.org>
13054              Date: Thu, 28 Sep 2000 11:52:24 +0100
13055              Message-ID: <20000928115224.D7924@plum.flirble.org>
13056      Branch: perl
13057            ! op.c
13058 ____________________________________________________________________________
13059 [  7117] By: jhi                                   on 2000/10/02  23:57:51
13060         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
13061              From: Nicholas Clark <nick@babyhippo.co.uk>
13062              Date: Thu, 28 Sep 2000 12:18:10 +0100
13063              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
13064              
13065              Did not apply cleanly, manual intervention was needed.
13066      Branch: perl
13067            ! ext/B/B/Bytecode.pm utils/perlcc.PL
13068 ____________________________________________________________________________
13069 [  7116] By: jhi                                   on 2000/10/02  23:50:40
13070         Log: Document the issue (is not a syntax error, kind of)
13071              
13072              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
13073              From: Nicholas Clark <nick@ccl4.org>
13074              Date: Thu, 28 Sep 2000 17:12:42 +0100
13075              Message-ID: <20000928171242.K7924@plum.flirble.org>
13076      Branch: perl
13077            ! pod/perldata.pod
13078 ____________________________________________________________________________
13079 [  7115] By: jhi                                   on 2000/10/02  23:48:58
13080         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
13081              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13082              Date: Thu, 28 Sep 2000 21:55:31 -0400
13083              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
13084      Branch: perl
13085            ! regexec.c
13086 ____________________________________________________________________________
13087 [  7114] By: jhi                                   on 2000/10/02  23:47:57
13088         Log: Subject: DOC PATCH 5.6.0
13089              From: mjd@plover.com
13090              Date: 30 Sep 2000 06:02:34 -0000
13091              Message-ID: <20000930060234.4559.qmail@plover.com>
13092      Branch: perl
13093            ! pod/perldebguts.pod
13094 ____________________________________________________________________________
13095 [  7113] By: jhi                                   on 2000/10/02  23:46:43
13096         Log: SOCK_DGRAM and listen() do not mix as reported in
13097              
13098              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
13099              From: Petter Reinholdtsen <pere@hungry.com>
13100              Date: Sun, 1 Oct 2000 10:57:20 +0800
13101              Message-Id: <200010010257.KAA05735@localhost.localdomain>
13102              
13103              The patch for 5.7.0+ had to be reengineered, though.
13104      Branch: perl
13105            ! ext/IO/lib/IO/Socket/UNIX.pm
13106 ____________________________________________________________________________
13107 [  7112] By: jhi                                   on 2000/10/02  23:36:57
13108         Log: Subject: Re: [PATCH 5.005_64 missed]
13109              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13110              Date: Sun, 1 Oct 2000 18:50:10 -0400
13111              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
13112      Branch: perl
13113            ! pod/perlxs.pod
13114 ____________________________________________________________________________
13115 [  7111] By: jhi                                   on 2000/10/02  23:35:40
13116         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
13117              From: Radu Greab <radu@netsoft.ro>
13118              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
13119              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
13120      Branch: perl
13121            ! op.c opcode.pl t/op/substr.t
13122 ____________________________________________________________________________
13123 [  7110] By: jhi                                   on 2000/10/02  23:32:38
13124         Log: Subject: [PATCH] Fix aliasing of tied filehandles
13125              From: Daniel Chetlin <daniel@chetlin.com>
13126              Date: Mon, 2 Oct 2000 14:53:27 -0700
13127              Message-ID: <20001002145327.C1617@ilmd>
13128      Branch: perl
13129            ! perl.h pp_hot.c t/op/tiehandle.t
13130 ____________________________________________________________________________
13131 [  7109] By: jhi                                   on 2000/10/02  23:31:30
13132         Log: s/Robin Parker/Robin Barker/
13133      Branch: perl
13134            ! Changes5.6
13135 ____________________________________________________________________________
13136 [  7108] By: jhi                                   on 2000/10/02  23:15:46
13137         Log: Retract #7091 as suggested in
13138              
13139              From: Robin Barker <rmb1@cise.npl.co.uk> 
13140              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
13141              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
13142              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
13143      Branch: perl
13144            ! embed.pl proto.h
13145 ____________________________________________________________________________
13146 [  7107] By: nick                                  on 2000/10/02  18:23:14
13147         Log: A few tweaks to get Tk803 to work with Encode scheme.
13148      Branch: perl
13149            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
13150 ____________________________________________________________________________
13151 [  7106] By: nick                                  on 2000/10/01  21:34:14
13152         Log: Add checking cases to Encode's toUnicode and fromUnicode.
13153      Branch: perl
13154            ! ext/Encode/Encode.pm
13155 ____________________________________________________________________________
13156 [  7105] By: nick                                  on 2000/10/01  17:18:01
13157         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
13158              To read and use them.
13159              Add a lib/encode.t which checks a few things.
13160      Branch: perl
13161            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
13162            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
13163            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
13164            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
13165            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
13166            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
13167            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
13168            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
13169            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
13170            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
13171            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
13172            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
13173            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
13174            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
13175            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
13176            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
13177            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
13178            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
13179            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
13180            + ext/Encode/Encode/iso2022-jp.enc
13181            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
13182            + ext/Encode/Encode/iso8859-1.enc
13183            + ext/Encode/Encode/iso8859-2.enc
13184            + ext/Encode/Encode/iso8859-3.enc
13185            + ext/Encode/Encode/iso8859-4.enc
13186            + ext/Encode/Encode/iso8859-5.enc
13187            + ext/Encode/Encode/iso8859-6.enc
13188            + ext/Encode/Encode/iso8859-7.enc
13189            + ext/Encode/Encode/iso8859-8.enc
13190            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
13191            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
13192            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
13193            + ext/Encode/Encode/macCentEuro.enc
13194            + ext/Encode/Encode/macCroatian.enc
13195            + ext/Encode/Encode/macCyrillic.enc
13196            + ext/Encode/Encode/macDingbats.enc
13197            + ext/Encode/Encode/macGreek.enc
13198            + ext/Encode/Encode/macIceland.enc
13199            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
13200            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
13201            + ext/Encode/Encode/macTurkish.enc
13202            + ext/Encode/Encode/macUkraine.enc
13203            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
13204            + t/lib/encode.t
13205            ! MANIFEST ext/Encode/Encode.pm
13206 ____________________________________________________________________________
13207 [  7104] By: nick                                  on 2000/09/30  13:04:30
13208         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
13209              From: Daniel Chetlin <daniel@chetlin.com>
13210              Date: Mon, 18 Sep 2000 05:05:40 -0700
13211              Message-Id: <20000918050540.C652@ilmd>
13212      Branch: perl
13213            ! lib/overload.pm sv.c t/pragma/overload.t
13214 ____________________________________________________________________________
13215 [  7103] By: nick                                  on 2000/09/30  12:53:36
13216         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
13217              From: Johan Vromans <jvromans@squirrel.nl>
13218              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
13219              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
13220      Branch: perl
13221            ! pod/Makefile.SH
13222 ____________________________________________________________________________
13223 [  7102] By: nick                                  on 2000/09/30  12:52:31
13224         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
13225              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13226              Date: Sat, 16 Sep 2000 16:36:45 -0400
13227              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
13228      Branch: perl
13229            ! ext/B/B/Deparse.pm
13230 ____________________________________________________________________________
13231 [  7101] By: nick                                  on 2000/09/30  12:51:41
13232         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
13233              From: Craig A. Berry <craig.berry@psinetcs.com>
13234              Date: Sat, 16 Sep 2000 10:11:10 -0500
13235              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
13236      Branch: perl
13237            ! vms/vms.c
13238 ____________________________________________________________________________
13239 [  7100] By: nick                                  on 2000/09/30  12:50:33
13240         Log: Subject: Re: unicode support and perl [ID 20000901.097]
13241              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13242              Date: Fri, 15 Sep 2000 16:37:58 -0400
13243              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
13244      Branch: perl
13245            ! t/op/append.t
13246 ____________________________________________________________________________
13247 [  7099] By: nick                                  on 2000/09/30  12:49:35
13248         Log: Subject: Re: unicode support and perl [ID 20000901.097]
13249              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13250              Date: Fri, 15 Sep 2000 16:25:30 -0400
13251              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
13252      Branch: perl
13253            ! pp_hot.c
13254 ____________________________________________________________________________
13255 [  7098] By: nick                                  on 2000/09/30  12:48:00
13256         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
13257              From: Gisle Aas <gisle@ActiveState.com>
13258              Date: 15 Sep 2000 16:23:41 +0200
13259              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
13260      Branch: perl
13261            ! toke.c
13262 ____________________________________________________________________________
13263 [  7097] By: nick                                  on 2000/09/30  12:45:16
13264         Log: Subject: [PATCH] Nits in perlmod.pod
13265              From: Daniel Chetlin <daniel@chetlin.com>
13266              Date: Fri, 15 Sep 2000 02:04:09 -0700
13267              Message-Id: <20000915020409.A2104@ilmd>
13268      Branch: perl
13269            ! pod/perlmod.pod
13270 ____________________________________________________________________________
13271 [  7096] By: nick                                  on 2000/09/30  12:18:00
13272         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
13273              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
13274              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
13275              0 to checking to get the warning.
13276      Branch: perl
13277            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
13278            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
13279            ! regexec.c sv.c toke.c utf8.c
13280 ____________________________________________________________________________
13281 [  7095] By: nick                                  on 2000/09/15  16:55:59
13282         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
13283              
13284              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
13285              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13286              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
13287              Date: Fri, 15 Sep 2000 06:37:30 -0400
13288      Branch: perl
13289            ! ext/Encode/Encode.xs sv.c
13290 ____________________________________________________________________________
13291 [  7094] By: jhi                                   on 2000/09/15  03:23:32
13292         Log: Update Changes.
13293      Branch: perl
13294            ! Changes patchlevel.h
13295 ____________________________________________________________________________
13296 [  7093] By: jhi                                   on 2000/09/15  03:11:44
13297         Log: Fix for the charnames.t failures from Spider Boardman.
13298      Branch: perl
13299            ! toke.c
13300 ____________________________________________________________________________
13301 [  7092] By: jhi                                   on 2000/09/15  00:15:48
13302         Log: Botched the #7090 check-in.
13303      Branch: perl
13304            ! sv.c
13305 ____________________________________________________________________________
13306 [  7091] By: jhi                                   on 2000/09/14  23:33:24
13307         Log: Part of #7081 didn't come through.
13308      Branch: perl
13309            ! embed.pl proto.h
13310 ____________________________________________________________________________
13311 [  7090] By: jhi                                   on 2000/09/14  23:17:39
13312         Log: Subject: Re: perl@7078 
13313              From: Spider Boardman <spider@web.zk3.dec.com>
13314              Date: Thu, 14 Sep 2000 19:06:36 -0400
13315              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
13316      Branch: perl
13317            ! sv.c toke.c
13318 ____________________________________________________________________________
13319 [  7089] By: jhi                                   on 2000/09/14  23:11:21
13320         Log: Small portability tweaks.
13321      Branch: perl
13322            ! ext/Encode/Encode.xs
13323 ____________________________________________________________________________
13324 [  7088] By: jhi                                   on 2000/09/14  22:57:23
13325         Log: Fake return to pacify picky compilers.
13326      Branch: perl
13327            ! ext/Encode/Encode.xs
13328 ____________________________________________________________________________
13329 [  7087] By: jhi                                   on 2000/09/14  22:53:37
13330         Log: Subject: [PATCH] utf8.c apidoc
13331              From: Simon Cozens <simon@cozens.net>
13332              Date: Thu, 14 Sep 2000 23:46:57 +0100
13333              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
13334      Branch: perl
13335            ! perlapi.c pod/perlapi.pod utf8.c
13336 ____________________________________________________________________________
13337 [  7086] By: jhi                                   on 2000/09/14  22:40:38
13338         Log: We don't need to count the high bit bytes, a boolean is enough. 
13339      Branch: perl
13340            ! sv.c
13341 ____________________________________________________________________________
13342 [  7085] By: jhi                                   on 2000/09/14  21:20:09
13343         Log: Replace #7084 with
13344              
13345              Subject: Re: perl@7078 
13346              From: Spider Boardman <spider@web.zk3.dec.com>
13347              Date: Thu, 14 Sep 2000 17:09:36 -0400
13348              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
13349      Branch: perl
13350            ! sv.c utf8.c
13351 ____________________________________________________________________________
13352 [  7084] By: jhi                                   on 2000/09/14  20:03:34
13353         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
13354              convertable to bytes by checking it doesn't go above 0xc3
13355              
13356              Subject: Re: perl@7078
13357              From: Simon Cozens <simon@cozens.net>
13358              Date: Thu, 14 Sep 2000 20:59:19 +0100
13359              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
13360      Branch: perl
13361            ! utf8.c
13362 ____________________________________________________________________________
13363 [  7083] By: jhi                                   on 2000/09/14  19:38:47
13364         Log: Subject: Re: perl@7078
13365              From: Simon Cozens <simon@cozens.net>
13366              Date: Thu, 14 Sep 2000 20:13:09 +0100
13367              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
13368      Branch: perl
13369            ! t/op/bop.t
13370 ____________________________________________________________________________
13371 [  7082] By: jhi                                   on 2000/09/14  17:50:44
13372         Log: The one that got away.
13373      Branch: perl
13374            ! lib/File/Find.pm
13375 ____________________________________________________________________________
13376 [  7081] By: jhi                                   on 2000/09/14  17:45:35
13377         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
13378              From: Robin Barker <rmb1@cise.npl.co.uk>
13379              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
13380              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
13381      Branch: perl
13382            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
13383            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
13384            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
13385            ! regcomp.c toke.c universal.c
13386 ____________________________________________________________________________
13387 [  7080] By: jhi                                   on 2000/09/14  17:40:35
13388         Log: Problems picked up by AIX cc.
13389              
13390              Subject: Re: perl@7078 (patch included)
13391              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13392              Date: Thu, 14 Sep 2000 18:53:30 +0200
13393              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
13394      Branch: perl
13395            ! ext/Encode/Encode.xs
13396 ____________________________________________________________________________
13397 [  7079] By: jhi                                   on 2000/09/14  17:38:27
13398         Log: Subject: File::Find 5.7.0 POD nits
13399              From: Rich Morin <rdm@cfcl.com>
13400              Date: Wed, 13 Sep 2000 22:03:58 -0700
13401              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
13402      Branch: perl
13403            ! lib/File/Find.pm
13404 ____________________________________________________________________________
13405 [  7078] By: jhi                                   on 2000/09/14  14:58:20
13406         Log: Update Changes.
13407      Branch: perl
13408            ! Changes patchlevel.h
13409 ____________________________________________________________________________
13410 [  7077] By: jhi                                   on 2000/09/14  14:55:54
13411         Log: Compilation warnings and an error.
13412      Branch: perl
13413            ! sv.c
13414 ____________________________________________________________________________
13415 [  7076] By: jhi                                   on 2000/09/14  14:42:56
13416         Log: Fix for a parsing bug, not for the original bug.
13417              
13418              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
13419              From: Spider Boardman <spider@web.zk3.dec.com>
13420              Date: Wed, 13 Sep 2000 17:52:20 -0400
13421              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
13422      Branch: perl
13423            ! regcomp.c
13424 ____________________________________________________________________________
13425 [  7075] By: jhi                                   on 2000/09/14  14:40:40
13426         Log: Batch of UTF-8 patches from Simon Cozens.
13427      Branch: perl
13428            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
13429            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
13430            ! toke.c utf8.c
13431 ____________________________________________________________________________
13432 [  7074] By: jhi                                   on 2000/09/14  14:29:58
13433         Log: Subject: Re: Two advertising clauses need to be removed
13434              From: Russ Allbery <rra@stanford.edu>
13435              Date: 13 Sep 2000 18:50:26 -0700
13436              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
13437      Branch: perl
13438            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
13439 ____________________________________________________________________________
13440 [  7073] By: jhi                                   on 2000/09/14  14:28:20
13441         Log: Subject: [PATCH] de-wall t/README
13442              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13443              Date: Wed, 13 Sep 2000 17:46:55 -0700
13444              Message-ID: <//Bw5gzkge/e092yn@efn.org>
13445      Branch: perl
13446            ! t/README
13447 ____________________________________________________________________________
13448 [  7072] By: jhi                                   on 2000/09/14  14:25:10
13449         Log: Hints optimization.
13450              
13451              Subject: Minor nit
13452              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13453              Date: Wed, 13 Sep 2000 21:42:07 +0200
13454              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
13455      Branch: perl
13456            ! hints/hpux.sh
13457 ____________________________________________________________________________
13458 [  7071] By: jhi                                   on 2000/09/14  14:23:30
13459         Log: Allow chop() and chomp() to be overridden.
13460              
13461              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
13462              From: "Casey R. Tweten" <crt@kiski.net>
13463              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
13464              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
13465      Branch: perl
13466            ! toke.c
13467 ____________________________________________________________________________
13468 [  7070] By: jhi                                   on 2000/09/14  14:20:36
13469         Log: The return value of setlocale must be copied away.
13470              
13471              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
13472              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13473              Date: Wed, 13 Sep 2000 16:27:37 +0100 
13474              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
13475      Branch: perl
13476            ! util.c
13477 ____________________________________________________________________________
13478 [  7069] By: jhi                                   on 2000/09/14  14:16:27
13479         Log: Remove vestiges of tr//CU.
13480              
13481              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
13482              From: Nick Clark <nick@plum.flirble.org>
13483              Date: Tue, 12 Sep 2000 22:50:14 +0100
13484              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
13485              
13486              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
13487              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13488              Date: Tue, 12 Sep 2000 21:38:48 -0700
13489              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
13490      Branch: perl
13491            ! op.h pod/perlunicode.pod
13492 ____________________________________________________________________________
13493 [  7068] By: jhi                                   on 2000/09/13  14:18:39
13494         Log: Add the Encode extension.  The code is still largely just skeleton.
13495      Branch: perl
13496            + ext/Encode/Encode.pm ext/Encode/Encode.xs
13497            + ext/Encode/Makefile.PL ext/Encode/Todo
13498            ! MANIFEST Todo-5.6
13499 ____________________________________________________________________________
13500 [  7067] By: jhi                                   on 2000/09/12  17:43:33
13501         Log: Allow for whitespace between "#" and "line" in cpp output.
13502              
13503              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
13504              From: Calle Dybedahl <calle@lysator.liu.se>
13505              Date: 12 Sep 2000 19:38:02 +0200 
13506              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
13507      Branch: perl
13508            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
13509 ____________________________________________________________________________
13510 [  7066] By: gsar                                  on 2000/09/12  17:24:29
13511         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
13512              initialization in all the threads on Windows
13513      Branch: perl
13514            ! win32/win32.c
13515 ____________________________________________________________________________
13516 [  7065] By: jhi                                   on 2000/09/12  15:11:31
13517         Log: Update Changes.
13518      Branch: perl
13519            ! Changes patchlevel.h
13520 ____________________________________________________________________________
13521 [  7064] By: jhi                                   on 2000/09/12  14:54:54
13522         Log: Retract #7062, the pod tests are not ready.
13523      Branch: perl
13524            ! t/TEST t/harness
13525 ____________________________________________________________________________
13526 [  7063] By: jhi                                   on 2000/09/12  14:25:41
13527         Log: The #7054 truncated Configure badly.
13528      Branch: metaconfig/U/perl
13529            ! End.U
13530      Branch: perl
13531            ! Configure config_h.SH
13532 ____________________________________________________________________________
13533 [  7062] By: jhi                                   on 2000/09/12  14:08:32
13534         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
13535              From: sthoenna@efn.org
13536              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
13537              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
13538      Branch: perl
13539            ! t/TEST t/harness
13540 ____________________________________________________________________________
13541 [  7061] By: jhi                                   on 2000/09/12  14:07:18
13542         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
13543              From: sthoenna@efn.org
13544              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
13545              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
13546      Branch: perl
13547            ! pod/perlxs.pod
13548 ____________________________________________________________________________
13549 [  7060] By: jhi                                   on 2000/09/12  14:06:08
13550         Log: Break up the myconfig lines a bit.
13551              
13552              Subject: perlbug/perl -V output format
13553              From: sthoenna@efn.org
13554              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
13555              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
13556      Branch: perl
13557            ! myconfig.SH
13558 ____________________________________________________________________________
13559 [  7059] By: jhi                                   on 2000/09/12  14:05:04
13560         Log: Test for the #7049.
13561              
13562              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
13563              From: andreas.koenig@anima.de (Andreas J. Koenig)
13564              Date: 12 Sep 2000 06:42:01 +0200
13565              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
13566      Branch: perl
13567            ! t/op/my.t
13568 ____________________________________________________________________________
13569 [  7058] By: jhi                                   on 2000/09/12  14:03:05
13570         Log: Subject: [patch: perl@7045] vms updates
13571              From: Peter Prymmer <pvhp@forte.com>
13572              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
13573              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
13574      Branch: perl
13575            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
13576 ____________________________________________________________________________
13577 [  7057] By: jhi                                   on 2000/09/12  14:00:51
13578         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
13579              From: sthoenna@efn.org
13580              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
13581              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
13582      Branch: perl
13583            ! t/op/64bitint.t
13584 ____________________________________________________________________________
13585 [  7056] By: jhi                                   on 2000/09/12  13:58:14
13586         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
13587              From: Jeff Pinyan <jeffp@crusoe.net>
13588              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
13589              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
13590      Branch: perl
13591            ! pod/perlfunc.pod
13592 ____________________________________________________________________________
13593 [  7055] By: jhi                                   on 2000/09/12  13:56:32
13594         Log: Do in VMS as the #7054 does.
13595      Branch: perl
13596            ! configure.com
13597 ____________________________________________________________________________
13598 [  7054] By: jhi                                   on 2000/09/12  13:50:31
13599         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
13600              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13601              Date: Mon, 11 Sep 2000 08:33:09 +0100
13602              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
13603      Branch: metaconfig/U/perl
13604            ! End.U
13605      Branch: perl
13606            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
13607            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
13608 ____________________________________________________________________________
13609 [  7053] By: jhi                                   on 2000/09/12  13:29:19
13610         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
13611              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13612              Date:     Tue, 12 Sep 2000 08:35:59 EDT
13613              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
13614      Branch: perl
13615            ! vms/test.com
13616 ____________________________________________________________________________
13617 [  7052] By: jhi                                   on 2000/09/11  23:01:50
13618         Log: Document the SvUTF8*().
13619      Branch: perl
13620            ! pod/perlapi.pod sv.h
13621 ____________________________________________________________________________
13622 [  7051] By: gsar                                  on 2000/09/11  14:46:30
13623         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
13624              (missed a spot when fixing up op_pmreplroot hack for ithreads)
13625      Branch: perl
13626            ! op.c t/op/split.t
13627 ____________________________________________________________________________
13628 [  7050] By: nick                                  on 2000/09/11  10:03:51
13629         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
13630              
13631              Subject: borland C++ win32.c tweak
13632              From: Vadim Konovalov <vkonovalov@lucent.com>
13633              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
13634              Date: Mon, 11 Sep 2000 11:22:33 +0400
13635      Branch: perl
13636            ! win32/win32.c
13637 ____________________________________________________________________________
13638 [  7049] By: nick                                  on 2000/09/11  09:57:33
13639         Log: Point fix for s/// on foreach (keys %xxx).
13640      Branch: perl
13641            ! pp_hot.c
13642 ____________________________________________________________________________
13643 [  7048] By: jhi                                   on 2000/09/10  23:37:09
13644         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
13645              by Pod::Text, from Brad Appleton.
13646      Branch: perl
13647            ! t/pod/testp2pt.pl
13648 ____________________________________________________________________________
13649 [  7047] By: jhi                                   on 2000/09/10  14:32:53
13650         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
13651              by Russ Allbery.
13652      Branch: perl
13653            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
13654 ____________________________________________________________________________
13655 [  7046] By: jhi                                   on 2000/09/10  14:15:08
13656         Log: Upgrade to CPAN 1.57_65, from Andreas König.
13657      Branch: perl
13658            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13659 ____________________________________________________________________________
13660 [  7045] By: jhi                                   on 2000/09/08  21:36:32
13661         Log: Update Changes.
13662      Branch: perl
13663            ! Changes patchlevel.h
13664 ____________________________________________________________________________
13665 [  7044] By: jhi                                   on 2000/09/08  21:29:56
13666         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
13667              From: Peter Prymmer <pvhp@forte.com>
13668              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
13669              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
13670      Branch: perl
13671            ! configure.com
13672 ____________________________________________________________________________
13673 [  7043] By: jhi                                   on 2000/09/08  21:27:50
13674         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
13675              From: Peter Prymmer <pvhp@forte.com>
13676              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
13677              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
13678      Branch: perl
13679            ! Makefile.SH installperl
13680 ____________________________________________________________________________
13681 [  7042] By: jhi                                   on 2000/09/08  21:23:21
13682         Log: Continue #7041.
13683      Branch: perl
13684            ! cygwin/Makefile.SHs os2/Makefile.SHs
13685 ____________________________________________________________________________
13686 [  7041] By: jhi                                   on 2000/09/08  21:18:10
13687         Log: Do away with memory models cruft.  Sorry, PDP users.
13688      Branch: metaconfig
13689            ! U/modified/cc.U U/modified/libpth.U
13690      Branch: perl
13691            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
13692            ! Porting/config_H cflags.SH config_h.SH configure.com
13693            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
13694            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
13695            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
13696 ____________________________________________________________________________
13697 [  7040] By: jhi                                   on 2000/09/08  14:34:18
13698         Log: Major rewrite of s2p.  And I mean really major, it is
13699              an implementation of sed in perl.  If called as s2p it
13700              will function as s2p.  Note: needs non-UNIXifying.
13701              
13702              Subject: s2p
13703              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
13704              Date: Mon, 28 Aug 2000 14:05:12 +0200
13705              Message-ID: <39AA5578.2102E2AA@alcatel.at>
13706      Branch: perl
13707            ! x2p/s2p.PL
13708 ____________________________________________________________________________
13709 [  7039] By: jhi                                   on 2000/09/08  14:19:49
13710         Log: Re-allow vec() for characters > 255.
13711              
13712              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
13713              From: Spider Boardman <spider@web.zk3.dec.com>
13714              Date: Fri, 08 Sep 2000 02:21:02 -0400
13715              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
13716      Branch: perl
13717            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13718            ! t/op/vec.t
13719 ____________________________________________________________________________
13720 [  7038] By: jhi                                   on 2000/09/08  14:14:18
13721         Log: Subject: [PATCH lib/Benchmark.pm]
13722              From: <abigail@foad.org>
13723              Date: Thu, 7 Sep 2000 15:03:20 -0400
13724              Message-ID: <20000907190320.888.qmail@foad.org>
13725      Branch: perl
13726            ! lib/Benchmark.pm
13727 ____________________________________________________________________________
13728 [  7037] By: jhi                                   on 2000/09/08  14:11:06
13729         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
13730              
13731              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
13732              From: Spider Boardman <spider@web.zk3.dec.com>
13733              Date: Fri, 08 Sep 2000 01:30:27 -0400
13734              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
13735      Branch: perl
13736            ! op.c
13737 ____________________________________________________________________________
13738 [  7036] By: jhi                                   on 2000/09/08  14:08:58
13739         Log: Subject: [ID 20000908.002] perlipc documentation bug.
13740              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
13741              Date: Fri, 08 Sep 2000 12:38:32 +0200
13742              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
13743      Branch: perl
13744            ! pod/perlipc.pod
13745 ____________________________________________________________________________
13746 [  7035] By: jhi                                   on 2000/09/08  14:03:12
13747         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
13748              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13749              Date: Fri, 08 Sep 2000 11:47:34 +0200
13750              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
13751      Branch: perl
13752            ! hints/dec_osf.sh
13753 ____________________________________________________________________________
13754 [  7034] By: jhi                                   on 2000/09/08  13:59:35
13755         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
13756              From: Simon Cozens <simon@cozens.net>
13757              Date: Thu, 7 Sep 2000 20:40:38 +0100
13758              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
13759      Branch: perl
13760            ! pp_hot.c
13761 ____________________________________________________________________________
13762 [  7033] By: jhi                                   on 2000/09/08  04:03:03
13763         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
13764              From: "Larry W. Virden" <lvirden@cas.org>
13765              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
13766              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
13767      Branch: perl
13768            ! pod/perldiag.pod
13769 ____________________________________________________________________________
13770 [  7032] By: jhi                                   on 2000/09/07  22:18:30
13771         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
13772              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
13773              Date: Mon, 04 Sep 2000 13:16:38 -0700
13774              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
13775      Branch: perl
13776            ! lib/perl5db.pl
13777 ____________________________________________________________________________
13778 [  7031] By: jhi                                   on 2000/09/07  22:02:29
13779         Log: Fix the ccversion detection for 5.1 and beyond.
13780              
13781              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
13782              From: Spider Boardman <spider@leggy.zk3.dec.com>
13783              Date: Thu, 7 Sep 2000 17:54:27 -0400
13784              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
13785      Branch: perl
13786            ! hints/dec_osf.sh
13787 ____________________________________________________________________________
13788 [  7030] By: jhi                                   on 2000/09/07  19:12:28
13789         Log: Fix for
13790              
13791              Subject: [ID 20000903.001] \w in utf8-strings
13792              From: Marc Lehmann <pcg@goof.com>
13793              Date: Sun, 03 Sep 2000 09:44:29 +0200
13794              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
13795              
13796              and various related nits.
13797      Branch: perl
13798            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
13799 ____________________________________________________________________________
13800 [  7029] By: jhi                                   on 2000/09/07  18:49:09
13801         Log: Fix the URL, but the server is still missing in action.
13802              
13803              Subject: [ID 20000905.002] perlfaq1.pod URL error
13804              From: "Larry W. Virden" <lvirden@cas.org>
13805              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
13806              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
13807      Branch: perl
13808            ! pod/perlfaq1.pod
13809 ____________________________________________________________________________
13810 [  7028] By: jhi                                   on 2000/09/07  18:47:13
13811         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
13812              From: Hugo <hv@crypt.compulink.co.uk>
13813              Date: Tue, 05 Sep 2000 14:13:37 +0100
13814              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
13815      Branch: perl
13816            ! toke.c
13817 ____________________________________________________________________________
13818 [  7027] By: jhi                                   on 2000/09/07  18:45:35
13819         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
13820              From: Daniel Chetlin <daniel@chetlin.com>
13821              Date: Tue, 5 Sep 2000 04:57:07 -0700
13822              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
13823      Branch: perl
13824            ! pod/perlfaq6.pod pod/perlop.pod
13825 ____________________________________________________________________________
13826 [  7026] By: jhi                                   on 2000/09/07  18:44:01
13827         Log: Document the new ref() semantics.
13828              
13829              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
13830              From: Gisle Aas <gisle@ActiveState.com>
13831              Date: 05 Sep 2000 08:10:30 +0200
13832              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
13833      Branch: perl
13834            ! pod/perldelta.pod
13835 ____________________________________________________________________________
13836 [  7025] By: jhi                                   on 2000/09/07  18:42:27
13837         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
13838              
13839              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
13840              From: Gisle Aas <gisle@ActiveState.com>
13841              Date: 05 Sep 2000 08:11:40 +0200
13842              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
13843      Branch: perl
13844            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
13845 ____________________________________________________________________________
13846 [  7024] By: jhi                                   on 2000/09/07  18:39:32
13847         Log: Subject: [PATCH] Modernize Opcode.pm documentation
13848              From: Gisle Aas <gisle@ActiveState.com>
13849              Date: 4 Sep 2000 00:18:55 -0000
13850              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
13851      Branch: perl
13852            ! ext/Opcode/Opcode.pm
13853 ____________________________________________________________________________
13854 [  7023] By: jhi                                   on 2000/09/07  18:37:42
13855         Log: Subject: [PATCH] Tied filehandle documentation
13856              From: Gisle Aas <gisle@ActiveState.com>
13857              Date: 4 Sep 2000 00:14:40 -0000
13858              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
13859      Branch: perl
13860            ! pod/perlfunc.pod pod/perltie.pod
13861 ____________________________________________________________________________
13862 [  7022] By: jhi                                   on 2000/09/07  18:35:37
13863         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
13864              From: Gisle Aas <gisle@ActiveState.com>
13865              Date: 4 Sep 2000 00:04:22 -0000
13866              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
13867      Branch: perl
13868            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
13869 ____________________________________________________________________________
13870 [  7021] By: jhi                                   on 2000/09/07  18:33:22
13871         Log: Subject: small apidoc fix
13872              From: Marc Lehmann <pcg@goof.com>
13873              Date: Sun, 3 Sep 2000 05:12:06 +0200
13874              Message-ID: <20000903051206.A5909@cerebro.laendle>
13875      Branch: perl
13876            ! pod/perlapi.pod utf8.c
13877 ____________________________________________________________________________
13878 [  7020] By: jhi                                   on 2000/09/07  16:14:57
13879         Log: Tiny perldelta nits.
13880      Branch: perl
13881            ! pod/perldelta.pod
13882 ____________________________________________________________________________
13883 [  7019] By: jhi                                   on 2000/09/07  16:04:20
13884         Log: Guard against bad string->int conversion for quads.
13885      Branch: perl
13886            ! t/op/64bitint.t
13887 ____________________________________________________________________________
13888 [  7018] By: jhi                                   on 2000/09/06  17:07:03
13889         Log: Update Unicode todo list.
13890      Branch: perl
13891            ! Todo-5.6
13892 ____________________________________________________________________________
13893 [  7017] By: jhi                                   on 2000/09/05  21:16:01
13894         Log: Document the SvIOK_.*UV().
13895      Branch: perl
13896            ! pod/perlapi.pod sv.h
13897 ____________________________________________________________________________
13898 [  7016] By: nick                                  on 2000/09/03  21:54:46
13899         Log: Hash lookup of constant strings optimization:
13900              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
13901              to string table (as per sharepvn). Add newSV_pvn_share to create such
13902              a thing. Make hv.c compare addresses of strings and skip string compare
13903              if equal. Make method_named and helem ops use these shared-string SVs
13904              when arg is constant. Make keys op return shared-string SVs (less clearly
13905              a win).
13906      Branch: perl
13907            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
13908            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
13909            ! pod/perlintern.pod pp_hot.c proto.h sv.c
13910 ____________________________________________________________________________
13911 [  7015] By: jhi                                   on 2000/09/02  17:48:59
13912         Log: This is 5.7.0.
13913      Branch: perl
13914            ! Changes
13915 ____________________________________________________________________________
13916 [  7014] By: jhi                                   on 2000/09/02  17:35:45
13917         Log: Changes and patchlevel tweaks.
13918      Branch: perl
13919            ! Changes patchlevel.h
13920 ____________________________________________________________________________
13921 [  7013] By: jhi                                   on 2000/09/02  17:30:50
13922         Log: Update Changes.
13923      Branch: perl
13924            ! Changes patchlevel.h
13925 ____________________________________________________________________________
13926 [  7012] By: nick                                  on 2000/09/02  17:25:20
13927         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
13928      Branch: perl
13929            ! gv.c lib/overload.pm
13930 ____________________________________________________________________________
13931 [  7011] By: jhi                                   on 2000/09/02  17:16:25
13932         Log: Update perlhist.
13933      Branch: perl
13934            ! pod/perlhist.pod
13935 ____________________________________________________________________________
13936 [  7010] By: jhi                                   on 2000/09/02  17:01:35
13937         Log: perldelta nits.
13938      Branch: perl
13939            ! pod/perldelta.pod
13940 ____________________________________________________________________________
13941 [  7009] By: nick                                  on 2000/09/02  16:48:35
13942         Log: If overloaded %{} etc. return the object do not loop.
13943              Thus  sub deref { $_[0] } functions if object is wanted type.
13944      Branch: perl
13945            ! pp.h
13946 ____________________________________________________________________________
13947 [  7008] By: jhi                                   on 2000/09/02  16:26:11
13948         Log: Retab MANIFEST.
13949      Branch: perl
13950            ! ext/Storable/MANIFEST
13951 ____________________________________________________________________________
13952 [  7007] By: jhi                                   on 2000/09/02  16:23:02
13953         Log: Make certain cc is set before trying to run it.
13954      Branch: perl
13955            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
13956 ____________________________________________________________________________
13957 [  7006] By: jhi                                   on 2000/09/02  15:45:41
13958         Log: Unicode notes.
13959      Branch: perl
13960            ! pod/perldelta.pod
13961 ____________________________________________________________________________
13962 [  7005] By: jhi                                   on 2000/09/02  15:42:11
13963         Log: Various Configure nits by Philip Newton,
13964              plus the ebcdic one by me.
13965      Branch: metaconfig
13966            + U/modified/pager.U
13967            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
13968      Branch: metaconfig/U/perl
13969            ! Devel.U quadfio.U
13970      Branch: perl
13971            ! Configure config_h.SH
13972 ____________________________________________________________________________
13973 [  7004] By: jhi                                   on 2000/09/02  15:06:14
13974         Log: Apparently avoiding the swapping is too costly.
13975              
13976              From: "Ben Tilly" <ben_tilly@hotmail.com>
13977              Subject: Re: the door is closed.
13978              Date: Fri, 01 Sep 2000 20:23:16 EDT
13979              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
13980      Branch: perl
13981            ! pod/perlfaq4.pod
13982 ____________________________________________________________________________
13983 [  7003] By: nick                                  on 2000/09/02  12:26:04
13984         Log: Undo part of change 6489 which looks like a bulk edit which
13985              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
13986              The supressing of main:: on return from select() is undesirable.
13987      Branch: perl
13988            ! pp_sys.c
13989 ____________________________________________________________________________
13990 [  7002] By: jhi                                   on 2000/09/01  23:08:54
13991         Log: Update Changes.
13992      Branch: perl
13993            ! Changes patchlevel.h
13994 ____________________________________________________________________________
13995 [  7001] By: jhi                                   on 2000/09/01  23:00:13
13996         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
13997              From: Peter Prymmer <pvhp@forte.com>
13998              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
13999              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
14000              
14001              plus rework the http: spots as suggested by Tom Christiansen,
14002              plus regen perltoc.
14003      Branch: perl
14004            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
14005            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
14006 ____________________________________________________________________________
14007 [  7000] By: jhi                                   on 2000/09/01  22:36:01
14008         Log: Only the first line, thank you very much.
14009      Branch: perl
14010            ! hints/solaris_2.sh
14011 ____________________________________________________________________________
14012 [  6999] By: gsar                                  on 2000/09/01  22:16:40
14013         Log: change#6791 accidentally clobbered change#6710, put it back
14014      Branch: perl
14015            ! win32/win32.c
14016 ____________________________________________________________________________
14017 [  6998] By: jhi                                   on 2000/09/01  22:14:16
14018         Log: Mention the HP-UX LP64 freak failure.
14019      Branch: perl
14020            ! pod/perldelta.pod
14021 ____________________________________________________________________________
14022 [  6997] By: jhi                                   on 2000/09/01  21:48:32
14023         Log: Detypo.
14024      Branch: perl
14025            ! hints/hpux.sh
14026 ____________________________________________________________________________
14027 [  6996] By: jhi                                   on 2000/09/01  21:27:10
14028         Log: Update Changes.
14029      Branch: perl
14030            ! Changes patchlevel.h
14031 ____________________________________________________________________________
14032 [  6995] By: jhi                                   on 2000/09/01  21:14:24
14033         Log: Mi splgn s gnin.g
14034      Branch: perl
14035            ! pp_ctl.c
14036 ____________________________________________________________________________
14037 [  6994] By: jhi                                   on 2000/09/01  21:09:54
14038         Log: Subject: http:// in L<>
14039              From: Nicholas Clark <nick@ccl4.org>
14040              Date: Fri, 1 Sep 2000 22:03:21 +0100
14041              Message-ID: <20000901220321.B72074@plum.flirble.org>
14042      Branch: perl
14043            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
14044 ____________________________________________________________________________
14045 [  6993] By: jhi                                   on 2000/09/01  21:06:54
14046         Log: Update to Storable 1.0, from Raphael Manfredi.
14047      Branch: perl
14048            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
14049            ! ext/Storable/Makefile.PL ext/Storable/README
14050            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
14051            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
14052            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
14053            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
14054            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
14055            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
14056 ____________________________________________________________________________
14057 [  6992] By: jhi                                   on 2000/09/01  20:43:05
14058         Log: Mention known sfio+linux buglet.
14059      Branch: perl
14060            ! pod/perldelta.pod
14061 ____________________________________________________________________________
14062 [  6991] By: jhi                                   on 2000/09/01  20:40:11
14063         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
14064              From: Peter Prymmer <pvhp@forte.com>
14065              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
14066              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
14067      Branch: perl
14068            ! vms/vms.c
14069 ____________________________________________________________________________
14070 [  6990] By: jhi                                   on 2000/09/01  20:25:26
14071         Log: Retract #6986.
14072      Branch: perl
14073            ! hints/solaris_2.sh
14074 ____________________________________________________________________________
14075 [  6989] By: jhi                                   on 2000/09/01  20:23:00
14076         Log: Mergesort is back.
14077      Branch: perl
14078            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
14079 ____________________________________________________________________________
14080 [  6988] By: jhi                                   on 2000/09/01  19:37:40
14081         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
14082              From: Mike Guy <mjtg@cam.ac.uk>
14083              Date: Fri, 01 Sep 2000 17:43:33 +0100
14084              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
14085      Branch: perl
14086            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
14087            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
14088 ____________________________________________________________________________
14089 [  6987] By: jhi                                   on 2000/09/01  19:17:10
14090         Log: Regen perltoc.
14091      Branch: perl
14092            ! pod/perltoc.pod
14093 ____________________________________________________________________________
14094 [  6986] By: jhi                                   on 2000/09/01  18:51:10
14095         Log: Subject: Re: Solaris x86 has no SPARC libraries!
14096              From: Lupe Christoph <lupe@lupe-christoph.de>
14097              Date: Fri, 1 Sep 2000 20:41:20 +0200
14098              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
14099      Branch: perl
14100            ! hints/solaris_2.sh
14101 ____________________________________________________________________________
14102 [  6985] By: jhi                                   on 2000/09/01  18:28:10
14103         Log: Update Changes.
14104      Branch: perl
14105            ! Changes patchlevel.h
14106 ____________________________________________________________________________
14107 [  6984] By: jhi                                   on 2000/09/01  18:26:53
14108         Log: Feature ordering tweak.
14109      Branch: perl
14110            ! myconfig.SH
14111 ____________________________________________________________________________
14112 [  6983] By: jhi                                   on 2000/09/01  18:19:50
14113         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
14114              From: <abigail@foad.org>
14115              Date: Fri, 1 Sep 2000 13:07:32 -0400
14116              Message-ID: <20000901170732.18249.qmail@foad.org>
14117      Branch: perl
14118            ! t/pragma/overload.t
14119 ____________________________________________________________________________
14120 [  6982] By: jhi                                   on 2000/09/01  18:17:54
14121         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
14122              so that case-ignoring systems like DCL can tell them from
14123              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
14124      Branch: metaconfig/U/perl
14125            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
14126      Branch: perl
14127            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14128            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
14129            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
14130            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
14131            ! vos/config.def vos/config.h vos/config_h.SH_orig
14132            ! win32/config.bc win32/config.gc win32/config.vc
14133 ____________________________________________________________________________
14134 [  6981] By: nick                                  on 2000/09/01  17:21:57
14135         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
14136              warning when UNTIE exists and instead pass the cound of extra references to
14137              the UNTIE method.
14138      Branch: perl
14139            ! pod/perltie.pod pp_sys.c
14140 ____________________________________________________________________________
14141 [  6980] By: jhi                                   on 2000/09/01  16:54:44
14142         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
14143              From: Peter Prymmer <pvhp@forte.com>
14144              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
14145              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
14146      Branch: perl
14147            ! configure.com
14148 ____________________________________________________________________________
14149 [  6979] By: jhi                                   on 2000/09/01  16:06:20
14150         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
14151              From: Mike Guy <mjtg@cam.ac.uk> 
14152              Date: Fri, 01 Sep 2000 16:49:27 +0100
14153              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
14154      Branch: perl
14155            ! t/base/rs.t
14156 ____________________________________________________________________________
14157 [  6978] By: jhi                                   on 2000/09/01  16:00:42
14158         Log: Update to PodParser 1.18, from Brad Appleton.
14159      Branch: perl
14160            ! lib/Pod/Checker.pm t/pod/find.t
14161 ____________________________________________________________________________
14162 [  6977] By: jhi                                   on 2000/09/01  14:48:58
14163         Log: Subject: Nit in Configure (bleadperl@6961)
14164              From: Lupe Christoph <lupe@lupe-christoph.de>
14165              Date: Fri, 1 Sep 2000 16:34:29 +0200
14166              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
14167      Branch: metaconfig
14168            ! U/compline/ccflags.U
14169      Branch: perl
14170            ! Configure config_h.SH
14171 ____________________________________________________________________________
14172 [  6976] By: jhi                                   on 2000/09/01  14:39:52
14173         Log: Update Changes.
14174      Branch: perl
14175            ! Changes patchlevel.h
14176 ____________________________________________________________________________
14177 [  6975] By: jhi                                   on 2000/09/01  14:37:36
14178         Log: microperl config update.
14179      Branch: perl
14180            ! uconfig.h uconfig.sh
14181 ____________________________________________________________________________
14182 [  6974] By: jhi                                   on 2000/09/01  14:36:53
14183         Log: Document known deficiencies.
14184      Branch: perl
14185            ! pod/perldelta.pod
14186 ____________________________________________________________________________
14187 [  6973] By: jhi                                   on 2000/09/01  14:10:20
14188         Log: Mention warnings fixes and updates.
14189      Branch: perl
14190            ! pod/perldelta.pod
14191 ____________________________________________________________________________
14192 [  6972] By: jhi                                   on 2000/09/01  14:01:52
14193         Log: Drop unused argument.
14194              
14195              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
14196              From: Spider Boardman <spider@web.zk3.dec.com>
14197              Date: Thu, 31 Aug 2000 16:10:15 -0400
14198              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
14199      Branch: perl
14200            ! toke.c
14201 ____________________________________________________________________________
14202 [  6971] By: jhi                                   on 2000/09/01  13:59:24
14203         Log: Add the overload warnings to perldiag.
14204      Branch: perl
14205            ! lib/overload.pm pod/perldiag.pod
14206 ____________________________________________________________________________
14207 [  6970] By: jhi                                   on 2000/09/01  13:55:10
14208         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
14209              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14210              Date: Fri, 1 Sep 2000 13:43:15 +0100 
14211              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
14212      Branch: perl
14213            ! lib/overload.pm t/pragma/overload.t
14214 ____________________________________________________________________________
14215 [  6969] By: jhi                                   on 2000/09/01  13:52:27
14216         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
14217              From: <abigail@foad.org>
14218              Date: Fri, 1 Sep 2000 05:46:54 -0400
14219              Message-ID: <20000901094654.6476.qmail@foad.org>
14220      Branch: perl
14221            ! lib/overload.pm
14222 ____________________________________________________________________________
14223 [  6968] By: jhi                                   on 2000/09/01  13:50:05
14224         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
14225              From: Daniel Chetlin <daniel@chetlin.com>
14226              Date: Fri, 1 Sep 2000 02:10:55 -0700
14227              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
14228      Branch: perl
14229            ! pod/perlretut.pod
14230 ____________________________________________________________________________
14231 [  6967] By: jhi                                   on 2000/09/01  13:47:54
14232         Log: Part of the solution.
14233              
14234              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
14235              From: Mike Guy <mjtg@cam.ac.uk>
14236              Date: Fri, 01 Sep 2000 14:16:01 +0100
14237              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
14238      Branch: perl
14239            ! gv.c mg.c
14240 ____________________________________________________________________________
14241 [  6966] By: jhi                                   on 2000/09/01  13:46:17
14242         Log: Subject: CPAN.pm beta 1.57_57 for the core
14243              From: andreas.koenig@anima.de (Andreas J. Koenig)
14244              Date: 01 Sep 2000 15:16:31 +0200
14245              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
14246      Branch: perl
14247            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
14248 ____________________________________________________________________________
14249 [  6965] By: jhi                                   on 2000/09/01  13:43:18
14250         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
14251              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14252              Date: Fri, 01 Sep 2000 01:47:22 -0500
14253              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
14254      Branch: perl
14255            ! pod/perldelta.pod vms/vms.c
14256 ____________________________________________________________________________
14257 [  6964] By: jhi                                   on 2000/09/01  13:35:35
14258         Log: File::Temp patches from Andreas König,
14259              
14260              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
14261              From: andreas.koenig@anima.de (Andreas J. Koenig)
14262              Date: 01 Sep 2000 10:07:20 +0200
14263              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
14264              
14265              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
14266              From: andreas.koenig@anima.de (Andreas J. Koenig)
14267              Date: 31 Aug 2000 23:26:08 +0200
14268              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
14269      Branch: perl
14270            ! lib/File/Temp.pm t/lib/ftmp-security.t
14271 ____________________________________________________________________________
14272 [  6963] By: jhi                                   on 2000/09/01  02:22:24
14273         Log: Retract the mergesort code, way too incompatible licensing
14274              and copyrights.
14275      Branch: perl
14276            ! pod/perldelta.pod pp_ctl.c
14277 ____________________________________________________________________________
14278 [  6962] By: jhi                                   on 2000/08/31  23:27:32
14279         Log: Update Changes.
14280      Branch: perl
14281            ! Changes patchlevel.h
14282 ____________________________________________________________________________
14283 [  6961] By: jhi                                   on 2000/08/31  23:20:04
14284         Log: Small tweaks all over.
14285      Branch: metaconfig
14286            ! U/compline/d_gconvert.U
14287      Branch: perl
14288            ! AUTHORS Configure config_h.SH pp_ctl.c
14289 ____________________________________________________________________________
14290 [  6960] By: jhi                                   on 2000/08/31  22:39:36
14291         Log: Further rewording.
14292      Branch: perl
14293            ! pp_ctl.c
14294 ____________________________________________________________________________
14295 [  6959] By: jhi                                   on 2000/08/31  21:26:44
14296         Log: More address tweaking.
14297      Branch: perl
14298            ! AUTHORS Changes
14299 ____________________________________________________________________________
14300 [  6958] By: jhi                                   on 2000/08/31  20:47:25
14301         Log: AUTHORS tweaks, from Peter Prymmer.
14302              
14303              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
14304              From: Peter Prymmer <pvhp@forte.com>
14305              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
14306              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
14307      Branch: perl
14308            ! AUTHORS MAINTAIN
14309 ____________________________________________________________________________
14310 [  6957] By: jhi                                   on 2000/08/31  20:34:43
14311         Log: perldelta tweaks.
14312      Branch: perl
14313            ! pod/perldelta.pod
14314 ____________________________________________________________________________
14315 [  6956] By: jhi                                   on 2000/08/31  19:11:06
14316         Log: Regen perltoc.
14317      Branch: perl
14318            ! pod/perltoc.pod
14319 ____________________________________________________________________________
14320 [  6955] By: jhi                                   on 2000/08/31  19:06:30
14321         Log: Clarify the mergesort situation.
14322      Branch: perl
14323            ! pp_ctl.c
14324 ____________________________________________________________________________
14325 [  6954] By: jhi                                   on 2000/08/31  18:24:17
14326         Log: Move the Solaris 7 scan to use64bitall, make the
14327              failure to find 64-bot sparc libc to mention the
14328              possibility of being in an intel, from Lupe and Alan.
14329      Branch: perl
14330            ! hints/solaris_2.sh
14331 ____________________________________________________________________________
14332 [  6953] By: jhi                                   on 2000/08/31  18:09:20
14333         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
14334              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
14335      Branch: metaconfig
14336            ! U/compline/d_gconvert.U U/threads/archname.U
14337      Branch: metaconfig/U/perl
14338            ! perlxv.U
14339      Branch: perl
14340            ! Configure config_h.SH sv.c
14341 ____________________________________________________________________________
14342 [  6952] By: jhi                                   on 2000/08/31  17:42:24
14343         Log: :: not allowed in pathnames, change to .
14344              
14345              Subject: [PATCH perl@6938] cygwin port
14346              From: "Fifer, Eric" <EFifer@sanwaint.com>
14347              Date: Thu, 31 Aug 2000 16:32:59 +0100
14348              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
14349      Branch: metaconfig/U/perl
14350            ! perlxv.U
14351 ____________________________________________________________________________
14352 [  6951] By: jhi                                   on 2000/08/31  17:02:05
14353         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
14354      Branch: perl
14355            ! perl.h
14356 ____________________________________________________________________________
14357 [  6950] By: jhi                                   on 2000/08/31  16:26:08
14358         Log: More author updates.
14359              
14360              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
14361              From: Simon Cozens <simon@cozens.net>
14362              Date: Thu, 31 Aug 2000 17:13:32 +0100
14363              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
14364      Branch: perl
14365            ! AUTHORS
14366 ____________________________________________________________________________
14367 [  6949] By: jhi                                   on 2000/08/31  16:04:49
14368         Log: POSIX doesn't report long double values under -Duselongdouble
14369              when the long doubles are "real" (bigger than doubles).
14370              
14371              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
14372              From: Spider Boardman <spider@peano.zk3.dec.com>
14373              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
14374              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
14375      Branch: perl
14376            ! ext/POSIX/POSIX.xs
14377 ____________________________________________________________________________
14378 [  6948] By: jhi                                   on 2000/08/31  15:25:10
14379         Log: Update Changes.
14380      Branch: perl
14381            ! Changes patchlevel.h
14382 ____________________________________________________________________________
14383 [  6947] By: jhi                                   on 2000/08/31  15:22:29
14384         Log: Document UNTIE in a very minimalistic way.
14385      Branch: perl
14386            ! pod/perlfunc.pod pod/perltie.pod
14387 ____________________________________________________________________________
14388 [  6946] By: jhi                                   on 2000/08/31  15:15:23
14389         Log: Document known failures.
14390      Branch: perl
14391            ! pod/perldelta.pod
14392 ____________________________________________________________________________
14393 [  6945] By: jhi                                   on 2000/08/31  15:07:00
14394         Log: Don't attach -ld to the archname if pointless.
14395      Branch: metaconfig
14396            ! U/threads/archname.U
14397      Branch: perl
14398            ! Configure config_h.SH
14399 ____________________________________________________________________________
14400 [  6944] By: jhi                                   on 2000/08/31  14:37:42
14401         Log: Wrap the test in eval.
14402              
14403              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
14404              From: Tim Jenness <timj@jach.hawaii.edu>
14405              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
14406              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
14407      Branch: perl
14408            ! t/lib/ftmp-security.t
14409 ____________________________________________________________________________
14410 [  6943] By: jhi                                   on 2000/08/31  14:30:57
14411         Log: Make -Dusemorebits find long doubles in Solaris.
14412      Branch: perl
14413            ! hints/solaris_2.sh
14414 ____________________________________________________________________________
14415 [  6942] By: jhi                                   on 2000/08/31  13:48:45
14416         Log: Clarify the third case of ftmp-security warnings.
14417      Branch: perl
14418            ! INSTALL
14419 ____________________________________________________________________________
14420 [  6941] By: jhi                                   on 2000/08/31  13:40:31
14421         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
14422              From: <abigail@foad.org>
14423              Date: Thu, 31 Aug 2000 01:35:05 -0400
14424              Message-ID: <20000831053505.32120.qmail@foad.org>
14425      Branch: perl
14426            ! pod/perldelta.pod
14427 ____________________________________________________________________________
14428 [  6940] By: jhi                                   on 2000/08/31  13:38:48
14429         Log: Issue useful diagnostic on unknown pod commands.
14430              
14431              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
14432              From: <abigail@foad.org>
14433              Date: Thu, 31 Aug 2000 03:41:18 -0400
14434              Message-ID: <20000831074118.24880.qmail@foad.org>
14435      Branch: perl
14436            ! lib/Pod/Man.pm
14437 ____________________________________________________________________________
14438 [  6939] By: jhi                                   on 2000/08/31  13:34:33
14439         Log: Reveal Borland's isnan.
14440              
14441              Subject: build with BC++ tweak
14442              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
14443              Date: Thu, 31 Aug 2000 13:09:37 +0400
14444              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
14445      Branch: perl
14446            ! win32/win32.h
14447 ____________________________________________________________________________
14448 [  6938] By: jhi                                   on 2000/08/31  05:01:20
14449         Log: Update Changes.
14450      Branch: perl
14451            ! Changes patchlevel.h
14452 ____________________________________________________________________________
14453 [  6937] By: jhi                                   on 2000/08/31  04:26:23
14454         Log: sscanf() may be the only way to read long doubles from strings.
14455      Branch: metaconfig/U/perl
14456            ! longdblfio.U
14457      Branch: perl
14458            ! Configure config_h.SH perl.h util.c
14459 ____________________________________________________________________________
14460 [  6936] By: jhi                                   on 2000/08/31  04:18:19
14461         Log: The #6929 was too skimpy.
14462      Branch: perl
14463            ! sv.c
14464 ____________________________________________________________________________
14465 [  6935] By: jhi                                   on 2000/08/31  02:47:07
14466         Log: Subject: Re: typos in pods
14467              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14468              Date: Wed, 30 Aug 2000 19:25:34 -0700
14469              Message-ID: <eIcr5gzkg25X092yn@efn.org>
14470      Branch: perl
14471            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
14472 ____________________________________________________________________________
14473 [  6934] By: jhi                                   on 2000/08/31  02:42:55
14474         Log: Missed one Unicode file.
14475      Branch: perl
14476            + lib/unicode/UCDFF301.html
14477 ____________________________________________________________________________
14478 [  6933] By: jhi                                   on 2000/08/30  23:42:27
14479         Log: Update Changes.
14480      Branch: perl
14481            ! Changes patchlevel.h
14482 ____________________________________________________________________________
14483 [  6932] By: jhi                                   on 2000/08/30  23:40:07
14484         Log: Mention UNTIE in perldelta.  Still needs documenting
14485              in perltie et alia.
14486      Branch: perl
14487            ! pod/perldelta.pod
14488 ____________________________________________________________________________
14489 [  6931] By: jhi                                   on 2000/08/30  23:36:02
14490         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
14491              From: <abigail@foad.org>
14492              Date: Wed, 30 Aug 2000 19:28:07 -0400
14493              Message-ID: <20000830232807.305.qmail@foad.org>
14494      Branch: perl
14495            ! pod/perldelta.pod
14496 ____________________________________________________________________________
14497 [  6930] By: jhi                                   on 2000/08/30  23:32:40
14498         Log: Update to Unicode 3.0.1.
14499      Branch: perl
14500            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
14501            + lib/unicode/PropList.txt lib/unicode/README.perl
14502            + lib/unicode/UCD301.html lib/unicode/Unicode.301
14503            - lib/unicode/Props.txt lib/unicode/UCD300.html
14504            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
14505            ! (edit 257 files)
14506 ____________________________________________________________________________
14507 [  6929] By: jhi                                   on 2000/08/30  22:38:18
14508         Log: Heap decorruption.
14509              
14510              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
14511              From: Alan Burlison <Alan.Burlison@uk.sun.com>
14512              Date: Wed, 30 Aug 2000 22:39:52 +0100
14513              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
14514      Branch: perl
14515            ! sv.c
14516 ____________________________________________________________________________
14517 [  6928] By: jhi                                   on 2000/08/30  22:29:34
14518         Log: Retract the dummy test, skip the security tests (instead of failing),
14519              explain what the warnings mean.
14520      Branch: perl
14521            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
14522 ____________________________________________________________________________
14523 [  6927] By: jhi                                   on 2000/08/30  22:14:13
14524         Log: Change the internal implementation of sort() to be mergesort
14525              instead of quicksort, from John Linderman <jpl@research.att.com>.
14526              Gives us better worst case, better average case, and stability.
14527              What's there not to like?  (Small fixes for threaded builds
14528              were required).
14529      Branch: perl
14530            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
14531 ____________________________________________________________________________
14532 [  6926] By: jhi                                   on 2000/08/30  20:55:20
14533         Log: A better fix for the Socket building problem from Craig Berry.
14534      Branch: perl
14535            ! vms/vms.c
14536 ____________________________________________________________________________
14537 [  6925] By: jhi                                   on 2000/08/30  20:20:25
14538         Log: Subject: [PATCH] Re: UNTIE method 
14539              From: Nick Ing-Simmons <nik@tiuk.ti.com>
14540              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
14541              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
14542      Branch: perl
14543            ! pp_sys.c t/op/tie.t
14544 ____________________________________________________________________________
14545 [  6924] By: jhi                                   on 2000/08/30  20:17:11
14546         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
14547              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14548              Date: Wed, 30 Aug 2000 15:03:14 -0500
14549              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
14550      Branch: perl
14551            ! vms/vms.c
14552 ____________________________________________________________________________
14553 [  6923] By: jhi                                   on 2000/08/30  20:15:18
14554         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
14555              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14556              Date: Wed, 30 Aug 2000 13:30:36 -0500
14557              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
14558      Branch: perl
14559            ! vms/vms.c
14560 ____________________________________________________________________________
14561 [  6922] By: jhi                                   on 2000/08/30  19:54:43
14562         Log: Better options for rsync.
14563      Branch: perl
14564            ! pod/perlhack.pod
14565 ____________________________________________________________________________
14566 [  6921] By: jhi                                   on 2000/08/30  19:40:16
14567         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
14568              From: Rick Delaney <rick@consumercontact.com>
14569              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
14570              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
14571      Branch: perl
14572            ! pod/perlfunc.pod
14573 ____________________________________________________________________________
14574 [  6920] By: jhi                                   on 2000/08/30  19:36:40
14575         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
14576              From: Peter Prymmer <pvhp@forte.com>
14577              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
14578              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
14579      Branch: perl
14580            ! configure.com
14581 ____________________________________________________________________________
14582 [  6919] By: jhi                                   on 2000/08/30  14:52:02
14583         Log: Update Changes.
14584      Branch: perl
14585            ! Changes patchlevel.h
14586 ____________________________________________________________________________
14587 [  6918] By: jhi                                   on 2000/08/30  14:48:34
14588         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
14589      Branch: perl
14590            ! lib/ExtUtils/typemap
14591 ____________________________________________________________________________
14592 [  6917] By: jhi                                   on 2000/08/30  14:46:34
14593         Log: Subject: typos in pods
14594              From: Nicholas Clark <nick@ccl4.org>
14595              Date: Wed, 30 Aug 2000 01:12:50 +0100
14596              Message-ID: <20000830011249.A61388@plum.flirble.org>
14597      Branch: perl
14598            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
14599            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
14600            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
14601            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
14602 ____________________________________________________________________________
14603 [  6916] By: jhi                                   on 2000/08/30  14:19:09
14604         Log: Document Storable problems on Crays.  (Will have
14605              to document all the other Storable problems, too.)
14606      Branch: perl
14607            ! pod/perldelta.pod
14608 ____________________________________________________________________________
14609 [  6915] By: jhi                                   on 2000/08/30  14:06:02
14610         Log: Subject: [PATCH] fix misc cast warnings
14611              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14612              Date: Tue, 29 Aug 2000 23:16:14 -0700
14613              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
14614      Branch: perl
14615            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
14616            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
14617            ! os2/os2ish.h
14618 ____________________________________________________________________________
14619 [  6914] By: jhi                                   on 2000/08/30  14:03:45
14620         Log: Timestamp mismatch again.  Need to fix this dependence on
14621              config_h.SH timestamp, since it's the contents of config_h.SH
14622              that matter.
14623      Branch: perl
14624            ! uconfig.h uconfig.sh
14625 ____________________________________________________________________________
14626 [  6913] By: jhi                                   on 2000/08/30  13:54:06
14627         Log: Don't say "Perl 5.0 source kit".
14628      Branch: perl
14629            ! perl.c
14630 ____________________________________________________________________________
14631 [  6912] By: jhi                                   on 2000/08/30  13:51:24
14632         Log: Reset archname and archname64 always, forcing them be
14633              recomputed at each Configure run, make Configure and
14634              the hints files agree on the naming of largefiles variables.
14635      Branch: metaconfig
14636            ! U/threads/archname.U
14637      Branch: metaconfig/U/perl
14638            ! use64bits.U
14639      Branch: perl
14640            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
14641            ! hints/linux.sh hints/solaris_2.sh
14642 ____________________________________________________________________________
14643 [  6911] By: jhi                                   on 2000/08/30  13:30:13
14644         Log: Put back the slice accidentally removed by #6907.
14645      Branch: perl
14646            ! hints/solaris_2.sh
14647 ____________________________________________________________________________
14648 [  6910] By: jhi                                   on 2000/08/30  01:24:26
14649         Log: Be consistent: other Net::get* do export theirs.
14650              
14651              Subject: Re: Net::protoent does not export 'getproto'
14652              From: Yasushi Nakajima <sey@jkc.co.jp>
14653              Date: Wed, 30 Aug 2000 09:53:14 +0900
14654              Message-Id: <200008300051.DAA24700@taku.hut.fi>
14655      Branch: perl
14656            ! lib/Net/protoent.pm
14657 ____________________________________________________________________________
14658 [  6909] By: jhi                                   on 2000/08/30  01:17:25
14659         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
14660              From: Gurusamy Sarathy <gsar@ActiveState.com>
14661              Date: Tue, 29 Aug 2000 17:17:07 -0700
14662              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
14663      Branch: perl
14664            ! cop.h
14665 ____________________________________________________________________________
14666 [  6908] By: jhi                                   on 2000/08/30  00:58:05
14667         Log: Update Changes.
14668      Branch: perl
14669            ! Changes patchlevel.h
14670 ____________________________________________________________________________
14671 [  6907] By: jhi                                   on 2000/08/30  00:57:22
14672         Log: Introduce ccname to keep track of what compiler kind of we have.
14673      Branch: metaconfig/U/perl
14674            ! Checkcc.U gccvers.U
14675      Branch: perl
14676            ! Configure config_h.SH hints/solaris_2.sh
14677 ____________________________________________________________________________
14678 [  6906] By: jhi                                   on 2000/08/30  00:25:47
14679         Log: Put back the flags dump as reasoned in
14680              
14681              Subject: Re: [PATCH] Glob dumping
14682              From: Mike Guy <mjtg@cam.ac.uk> 
14683              Date: Tue, 29 Aug 2000 21:41:32 +0100
14684              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
14685      Branch: perl
14686            ! dump.c t/lib/peek.t
14687 ____________________________________________________________________________
14688 [  6905] By: jhi                                   on 2000/08/30  00:16:17
14689         Log: Make the epsilon to be relative, not absolute.
14690              
14691              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
14692              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
14693              Date: Tue, 29 Aug 2000 19:58:56 -0400
14694              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
14695      Branch: perl
14696            ! t/lib/trig.t
14697 ____________________________________________________________________________
14698 [  6904] By: jhi                                   on 2000/08/30  00:13:09
14699         Log: From now on, Gisle is on my list of usual suspects :-)
14700              Retract #6902.
14701      Branch: perl
14702            ! ext/Opcode/Safe.pm
14703 ____________________________________________________________________________
14704 [  6903] By: jhi                                   on 2000/08/29  23:51:20
14705         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
14706              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14707              Date: Tue, 29 Aug 2000 18:43:26 -0500
14708              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
14709      Branch: perl
14710            + vms/vmspipe.com
14711            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
14712            ! vms/vms.c
14713 ____________________________________________________________________________
14714 [  6902] By: jhi                                   on 2000/08/29  23:44:14
14715         Log: Retry what #6882 attempted.
14716              
14717              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
14718              From: Gisle Aas <gisle@ActiveState.com>
14719              Date: 30 Aug 2000 00:33:09 +0200
14720              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
14721      Branch: perl
14722            ! ext/Opcode/Safe.pm
14723 ____________________________________________________________________________
14724 [  6901] By: jhi                                   on 2000/08/29  22:59:32
14725         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
14726              From: Hugo <hv@crypt.compulink.co.uk>
14727              Date: Mon, 12 Jun 2000 19:36:08 +0100
14728              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
14729      Branch: perl
14730            ! sv.c
14731 ____________________________________________________________________________
14732 [  6900] By: jhi                                   on 2000/08/29  22:58:35
14733         Log: Admit that we are leaking scalars.
14734              
14735              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
14736              From: Spider Boardman <spider@leggy.zk3.dec.com>
14737              Date: Tue, 29 Aug 2000 18:48:29 -0400
14738              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
14739      Branch: perl
14740            ! t/pragma/warnings.t
14741 ____________________________________________________________________________
14742 [  6899] By: jhi                                   on 2000/08/29  20:53:13
14743         Log: Update Changes.
14744      Branch: perl
14745            ! Changes patchlevel.h
14746 ____________________________________________________________________________
14747 [  6898] By: jhi                                   on 2000/08/29  20:46:21
14748         Log: Undo namespace pollution of #6878.
14749              
14750              Subject: Re: Net::protoent does not export 'getproto'
14751              From: Mike Guy <mjtg@cam.ac.uk>
14752              Date: Tue, 29 Aug 2000 21:32:37 +0100
14753              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
14754      Branch: perl
14755            ! lib/Net/protoent.pm
14756 ____________________________________________________________________________
14757 [  6897] By: jhi                                   on 2000/08/29  20:44:29
14758         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
14759              From: Peter Prymmer <pvhp@forte.com>
14760              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
14761              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
14762      Branch: perl
14763            ! pod/perlebcdic.pod
14764 ____________________________________________________________________________
14765 [  6896] By: jhi                                   on 2000/08/29  20:40:57
14766         Log: There's no point repeating the 'revision' (5) of perl5.
14767      Branch: metaconfig/U/perl
14768            ! Devel.U patchlevel.U
14769      Branch: perl
14770            ! Configure config_h.SH
14771 ____________________________________________________________________________
14772 [  6895] By: jhi                                   on 2000/08/29  20:16:58
14773         Log: Regen Configure for #6894.
14774      Branch: metaconfig/U/perl
14775            ! perladmin.U
14776      Branch: perl
14777            ! Configure config_h.SH
14778 ____________________________________________________________________________
14779 [  6894] By: jhi                                   on 2000/08/29  19:59:52
14780         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
14781              From: "Philip Newton" <Philip.Newton@gmx.net>
14782              Date: Tue, 29 Aug 2000 21:39:14 +0200
14783              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
14784      Branch: perl
14785            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
14786            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
14787            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
14788            ! utils/perlbug.PL
14789 ____________________________________________________________________________
14790 [  6893] By: jhi                                   on 2000/08/29  19:55:30
14791         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
14792              From: "Philip Newton" <Philip.Newton@gmx.net>
14793              Date: Tue, 29 Aug 2000 21:39:14 +0200
14794              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
14795      Branch: perl
14796            ! installhtml
14797 ____________________________________________________________________________
14798 [  6892] By: jhi                                   on 2000/08/29  19:53:59
14799         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
14800              From: "Philip Newton" <Philip.Newton@gmx.net>
14801              Date: Tue, 29 Aug 2000 21:48:18 +0200
14802              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
14803      Branch: perl
14804            ! lib/File/Temp.pm
14805 ____________________________________________________________________________
14806 [  6891] By: jhi                                   on 2000/08/29  18:30:03
14807         Log: Nail the ID 20000828.023.
14808      Branch: perl
14809            ! ext/Storable/Storable.xs
14810 ____________________________________________________________________________
14811 [  6890] By: jhi                                   on 2000/08/29  16:50:17
14812         Log: Under usethreads the dumped variable is IN_PAD.
14813              
14814              Subject: Re: [PATCH] Glob dumping
14815              From: Gisle Aas <gisle@ActiveState.com>
14816              Date: 29 Aug 2000 18:45:05 +0200
14817              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
14818      Branch: perl
14819            ! t/lib/peek.t
14820 ____________________________________________________________________________
14821 [  6889] By: jhi                                   on 2000/08/29  15:17:37
14822         Log: Update Changes.
14823      Branch: perl
14824            ! Changes patchlevel.h
14825 ____________________________________________________________________________
14826 [  6888] By: jhi                                   on 2000/08/29  14:49:59
14827         Log: Retract #6882, broke the safe tests.
14828      Branch: perl
14829            ! ext/Opcode/Safe.pm
14830 ____________________________________________________________________________
14831 [  6887] By: jhi                                   on 2000/08/29  14:47:06
14832         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
14833              From: Gisle Aas <gisle@ActiveState.com> 
14834              Date: 09 Jun 2000 20:00:11 +0200
14835              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
14836      Branch: perl
14837            ! utils/perldoc.PL
14838 ____________________________________________________________________________
14839 [  6886] By: jhi                                   on 2000/08/29  14:42:45
14840         Log: The #6881 removed one dump line.
14841      Branch: perl
14842            ! t/lib/peek.t
14843 ____________________________________________________________________________
14844 [  6885] By: jhi                                   on 2000/08/29  14:30:47
14845         Log: Don't forget to tidy up.
14846      Branch: perl
14847            ! t/lib/ftmp-security.t
14848 ____________________________________________________________________________
14849 [  6884] By: jhi                                   on 2000/08/29  14:25:17
14850         Log: Disabling the one test is a bit tricky.
14851      Branch: perl
14852            ! t/lib/ftmp-security.t
14853 ____________________________________________________________________________
14854 [  6883] By: jhi                                   on 2000/08/29  14:16:25
14855         Log: Disable one of the tests for now.
14856      Branch: perl
14857            ! t/lib/ftmp-security.t
14858 ____________________________________________________________________________
14859 [  6882] By: jhi                                   on 2000/08/29  14:05:50
14860         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
14861              From: gisle@aas.no
14862              Date: 29 Aug 2000 10:35:06 -0000
14863              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
14864      Branch: perl
14865            ! ext/Opcode/Safe.pm
14866 ____________________________________________________________________________
14867 [  6881] By: jhi                                   on 2000/08/29  14:03:51
14868         Log: Subject: [PATCH] Glob dumping
14869              From: Gisle Aas <gisle@ActiveState.com>
14870              Date: 29 Aug 2000 07:59:42 -0000
14871              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
14872      Branch: perl
14873            ! dump.c
14874 ____________________________________________________________________________
14875 [  6880] By: jhi                                   on 2000/08/29  14:02:01
14876         Log: Subject: [PATCH] Warnings in B::Deparse
14877              From: <abigail@foad.org>
14878              Date: Tue, 29 Aug 2000 00:00:01 -0400
14879              Message-ID: <20000829040001.2999.qmail@foad.org>
14880      Branch: perl
14881            ! ext/B/B/Deparse.pm
14882 ____________________________________________________________________________
14883 [  6879] By: jhi                                   on 2000/08/29  13:57:26
14884         Log: Missed a change in #6869.
14885      Branch: perl
14886            ! mg.c
14887 ____________________________________________________________________________
14888 [  6878] By: jhi                                   on 2000/08/29  13:45:04
14889         Log: Subject: Net::protoent does not export 'getproto'
14890              From: Yasushi Nakajima <sey@jkc.co.jp>
14891              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
14892      Branch: perl
14893            ! lib/Net/protoent.pm
14894 ____________________________________________________________________________
14895 [  6877] By: jhi                                   on 2000/08/29  13:39:19
14896         Log: Patches all over for people and the files they (hopefully) care about.
14897      Branch: perl
14898            ! AUTHORS Changes MAINTAIN
14899 ____________________________________________________________________________
14900 [  6876] By: jhi                                   on 2000/08/29  12:53:54
14901         Log: Fix for thinko in #6848.
14902              
14903              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
14904              From: Lupe Christoph <lupe@lupe-christoph.de>
14905              Date: Tue, 29 Aug 2000 09:04:08 +0200
14906              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
14907      Branch: perl
14908            ! ext/Thread/Thread.xs
14909 ____________________________________________________________________________
14910 [  6875] By: jhi                                   on 2000/08/29  12:50:14
14911         Log: Update to Getopt::Long 2.24, from Johan Vromans.
14912      Branch: perl
14913            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
14914 ____________________________________________________________________________
14915 [  6874] By: jhi                                   on 2000/08/29  02:09:53
14916         Log: Use minimal @INC in tests, most of the time just '../lib',
14917              so that we simply can't pick up stuff from other Perls than
14918              the one we are testing.  Pointed out by
14919              
14920              From: Mike Guy <mjtg@cam.ac.uk>
14921              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
14922              Date: Fri, 25 Aug 2000 15:15:59 +0100
14923              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
14924      Branch: perl
14925            ! (edit 185 files)
14926 ____________________________________________________________________________
14927 [  6873] By: jhi                                   on 2000/08/29  01:07:11
14928         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
14929              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14930              Date: Mon, 28 Aug 2000 17:45:52 -0700
14931              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
14932      Branch: perl
14933            ! Makefile.SH hints/os2.sh
14934 ____________________________________________________________________________
14935 [  6872] By: jhi                                   on 2000/08/28  23:33:39
14936         Log: Subject: [PATCH bleedperl@6866] spellings
14937              From: marcel@codewerk.com (Marcel Grunauer)
14938              Date: Tue, 29 Aug 2000 01:19:59 +0200
14939              Message-Id: <200008282319.BAA29862@gandalf.local>
14940      Branch: perl
14941            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
14942            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
14943            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
14944 ____________________________________________________________________________
14945 [  6871] By: jhi                                   on 2000/08/28  23:22:09
14946         Log: Take out the SUIDMAIL thing, that will not be
14947              a problem in 5.7.*.
14948      Branch: perl
14949            ! patchlevel.h
14950 ____________________________________________________________________________
14951 [  6870] By: jhi                                   on 2000/08/28  23:19:30
14952         Log: -S is the silent flag, -s is the strip flag.
14953              
14954              Subject: [PATCH] Re: [PATCH] make no-install          
14955              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14956              Date: Mon, 28 Aug 2000 15:12:55 -0700
14957              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
14958      Branch: perl
14959            ! Makefile.SH
14960 ____________________________________________________________________________
14961 [  6869] By: jhi                                   on 2000/08/28  23:12:05
14962         Log: Subject: [PATCH bleedperl@6856] warnings fixes
14963              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14964              Date: Mon, 28 Aug 2000 23:55:06 +0100
14965              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
14966      Branch: perl
14967            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
14968            ! warnings.h warnings.pl
14969 ____________________________________________________________________________
14970 [  6868] By: jhi                                   on 2000/08/28  21:38:22
14971         Log: Potential cruft.
14972      Branch: perl
14973            ! Makefile.SH
14974 ____________________________________________________________________________
14975 [  6867] By: jhi                                   on 2000/08/28  21:35:36
14976         Log: Update Changes.
14977      Branch: perl
14978            ! Changes patchlevel.h
14979 ____________________________________________________________________________
14980 [  6866] By: jhi                                   on 2000/08/28  21:33:49
14981         Log: Subject: hv.h Doc Patch
14982              From: Fisher Mark <fisherm@tce.com>
14983              Date: Mon, 28 Aug 2000 16:24:59 -0500
14984              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
14985      Branch: perl
14986            ! hv.h
14987 ____________________________________________________________________________
14988 [  6865] By: jhi                                   on 2000/08/28  21:02:15
14989         Log: Add -ld to archname on long tr...double platforms.
14990      Branch: metaconfig
14991            ! U/threads/archname.U
14992      Branch: perl
14993            ! Configure config_h.SH
14994 ____________________________________________________________________________
14995 [  6864] By: jhi                                   on 2000/08/28  20:38:59
14996         Log: An attempt to fix the problem reported in
14997              
14998              Subject: Building perl@6856 using gcc/AIX 4.3.3 
14999              From: Daniel Muino <dmuino@afip.gov.ar> 
15000              Date: Mon, 28 Aug 2000 15:50:01 -0300   
15001              Message-ID: <20000828155001.A14403@con2-dgi>
15002              
15003              I can't test this properly since the gcc installation I have
15004              access to seems to be botched (gcc is calling the AIX cpp,
15005              a losing proposition...)
15006      Branch: perl
15007            ! hints/aix.sh
15008 ____________________________________________________________________________
15009 [  6863] By: jhi                                   on 2000/08/28  18:57:52
15010         Log: Fix for ID 20000828.001, long doubles were not formatted
15011              correctly (showed up in $], which stopped installing perl).
15012      Branch: perl
15013            ! sv.c
15014 ____________________________________________________________________________
15015 [  6862] By: jhi                                   on 2000/08/28  18:07:15
15016         Log: Typo in #6858.
15017      Branch: perl
15018            ! lib/Cwd.pm
15019 ____________________________________________________________________________
15020 [  6861] By: jhi                                   on 2000/08/28  17:57:27
15021         Log: opmini.o may be left around if a build is interrupted.
15022      Branch: perl
15023            ! Makefile.SH
15024 ____________________________________________________________________________
15025 [  6860] By: jhi                                   on 2000/08/28  16:52:50
15026         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
15027              From: Daniel Chetlin <daniel@chetlin.com>
15028              Date: Mon, 28 Aug 2000 01:14:18 -0700
15029              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
15030      Branch: perl
15031            ! lib/overload.pm
15032 ____________________________________________________________________________
15033 [  6859] By: jhi                                   on 2000/08/28  16:08:46
15034         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
15035              From: Nicholas Clark <nick@ccl4.org>
15036              Date: Mon, 28 Aug 2000 16:03:27 +0100
15037              Message-Id: <20000828160327.C49785@plum.flirble.org>
15038      Branch: perl
15039            ! ext/ByteLoader/bytecode.h
15040 ____________________________________________________________________________
15041 [  6858] By: jhi                                   on 2000/08/28  16:02:10
15042         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
15043              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
15044              Date: Mon, 28 Aug 2000 13:08:30 +0200
15045              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
15046      Branch: perl
15047            ! lib/Cwd.pm
15048 ____________________________________________________________________________
15049 [  6857] By: jhi                                   on 2000/08/28  15:42:47
15050         Log: display_format used as a class method without arguments was broken,
15051              reported in
15052              
15053              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
15054              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
15055              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
15056              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
15057      Branch: perl
15058            ! lib/Math/Complex.pm t/lib/complex.t
15059 ____________________________________________________________________________
15060 [  6856] By: jhi                                   on 2000/08/27  22:09:48
15061         Log: Update Changes.
15062      Branch: perl
15063            ! Changes patchlevel.h
15064 ____________________________________________________________________________
15065 [  6855] By: jhi                                   on 2000/08/27  21:59:21
15066         Log: Retract #6853 (false alarm).
15067      Branch: perl
15068            ! lib/ExtUtils/xsubpp
15069 ____________________________________________________________________________
15070 [  6854] By: jhi                                   on 2000/08/27  21:37:44
15071         Log: Update Changes.
15072      Branch: perl
15073            ! Changes patchlevel.h
15074 ____________________________________________________________________________
15075 [  6853] By: jhi                                   on 2000/08/27  21:37:16
15076         Log: Subject: [PATCH perl@6850] workaround for xsubpp
15077              From: Hugo <hv@crypt.compulink.co.uk>
15078              Date: Sun, 27 Aug 2000 22:30:25 +0100
15079              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
15080      Branch: perl
15081            ! lib/ExtUtils/xsubpp
15082 ____________________________________________________________________________
15083 [  6852] By: jhi                                   on 2000/08/27  21:33:58
15084         Log: Big-endian 64-bit patch from Raphael Manfredi.
15085      Branch: perl
15086            ! ext/Storable/Storable.xs
15087 ____________________________________________________________________________
15088 [  6851] By: jhi                                   on 2000/08/27  21:22:21
15089         Log: More ruthless editing from Hugo van der Sanden.
15090      Branch: perl
15091            ! pod/perldelta.pod
15092 ____________________________________________________________________________
15093 [  6850] By: jhi                                   on 2000/08/27  16:11:46
15094         Log: Update Changes.
15095      Branch: perl
15096            ! Changes patchlevel.h
15097 ____________________________________________________________________________
15098 [  6849] By: jhi                                   on 2000/08/27  16:11:05
15099         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
15100      Branch: perl
15101            ! configpm pod/perldelta.pod
15102 ____________________________________________________________________________
15103 [  6848] By: jhi                                   on 2000/08/27  15:35:08
15104         Log: Use the actual thread type, not the pointer-to-struct.
15105      Branch: perl
15106            ! ext/Thread/Thread.xs
15107 ____________________________________________________________________________
15108 [  6847] By: jhi                                   on 2000/08/27  15:30:49
15109         Log: Test nit.
15110      Branch: perl
15111            ! t/pragma/warn/pp_sys
15112 ____________________________________________________________________________
15113 [  6846] By: jhi                                   on 2000/08/27  15:19:02
15114         Log: Passing -R in ldflags makes now it to appear in the default
15115              for lddlflags, just like with -L.
15116              
15117              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
15118              From: Lupe Christoph <lupe@lupe-christoph.de>
15119              Date: Sun, 27 Aug 2000 10:28:21 +0200
15120              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
15121      Branch: metaconfig/U/perl
15122            ! dlsrc.U
15123      Branch: perl
15124            ! Configure
15125 ____________________________________________________________________________
15126 [  6845] By: jhi                                   on 2000/08/27  15:08:54
15127         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
15128              From: Alan Burlison <Alan.Burlison@uk.sun.com>
15129              Date: Sat, 26 Aug 2000 22:23:27 +0100
15130              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
15131      Branch: perl
15132            ! lib/ExtUtils/MM_Unix.pm
15133 ____________________________________________________________________________
15134 [  6844] By: jhi                                   on 2000/08/27  15:02:37
15135         Log: DJGPP update from Laszlo Molnar.
15136              
15137              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
15138              From: ml1050 <ml1050@freemail.hu>
15139              Date: Sat, 26 Aug 2000 23:24:40 +0200
15140              Message-Id: <20000826232440.A439@freemail.hu>
15141      Branch: perl
15142            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
15143            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
15144 ____________________________________________________________________________
15145 [  6843] By: jhi                                   on 2000/08/27  14:53:58
15146         Log: Subject: installman buglet
15147              From: Lupe Christoph <lupe@lupe-christoph.de>
15148              Date: Sun, 27 Aug 2000 14:38:59 +0200
15149              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
15150      Branch: perl
15151            ! installman
15152 ____________________________________________________________________________
15153 [  6842] By: jhi                                   on 2000/08/27  14:52:08
15154         Log: Can't get the test to reliably work thanks to the
15155              inaccurateness of floating point.  "Resolves" bug ids
15156              20000826.003, 20000826.009, 20000826.010,
15157      Branch: perl
15158            ! t/lib/trig.t
15159 ____________________________________________________________________________
15160 [  6841] By: jhi                                   on 2000/08/26  15:53:58
15161         Log: Update Changes.
15162      Branch: perl
15163            ! Changes patchlevel.h
15164 ____________________________________________________________________________
15165 [  6840] By: jhi                                   on 2000/08/26  14:23:03
15166         Log: grep -e isn't portable.
15167              
15168              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
15169              From: chris@broadband.att.com
15170              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
15171              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
15172      Branch: perl
15173            ! hints/solaris_2.sh
15174 ____________________________________________________________________________
15175 [  6839] By: jhi                                   on 2000/08/26  14:12:23
15176         Log: no-install target a la make -n.
15177              
15178              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
15179              From: <abigail@foad.org>
15180              Date: Sat, 26 Aug 2000 03:57:34 -0400
15181              Message-ID: <20000826075735.18912.qmail@foad.org>
15182      Branch: perl
15183            ! Makefile.SH installman installperl
15184 ____________________________________________________________________________
15185 [  6838] By: jhi                                   on 2000/08/26  14:06:33
15186         Log: Retract #6826 as the #6828 should be do the same
15187              in a More Correct Way.
15188      Branch: perl
15189            ! installperl
15190 ____________________________________________________________________________
15191 [  6837] By: jhi                                   on 2000/08/26  05:24:00
15192         Log: More casting.
15193      Branch: perl
15194            ! ext/Storable/Storable.xs
15195 ____________________________________________________________________________
15196 [  6836] By: jhi                                   on 2000/08/26  05:05:46
15197         Log: Nicer in decimal.
15198      Branch: perl
15199            ! ext/Storable/Storable.xs
15200 ____________________________________________________________________________
15201 [  6835] By: jhi                                   on 2000/08/26  05:03:50
15202         Log: There be no UVdf.
15203      Branch: perl
15204            ! ext/Storable/Storable.xs
15205 ____________________________________________________________________________
15206 [  6834] By: jhi                                   on 2000/08/26  05:00:18
15207         Log: Continue IVdfing and UVxfing.
15208      Branch: perl
15209            ! ext/Storable/Storable.xs
15210 ____________________________________________________________________________
15211 [  6833] By: jhi                                   on 2000/08/26  04:53:14
15212         Log: Use IVdf.
15213      Branch: perl
15214            ! ext/Storable/Storable.xs
15215 ____________________________________________________________________________
15216 [  6832] By: jhi                                   on 2000/08/26  04:40:41
15217         Log: Document PTR2XX and INT2PTR.
15218      Branch: perl
15219            ! pod/perlguts.pod
15220 ____________________________________________________________________________
15221 [  6831] By: jhi                                   on 2000/08/26  04:33:18
15222         Log: Use UVxf, PTR2UV, NVff.
15223      Branch: perl
15224            ! ext/Storable/Storable.xs
15225 ____________________________________________________________________________
15226 [  6830] By: jhi                                   on 2000/08/26  04:31:32
15227         Log: Update the test count.
15228      Branch: perl
15229            ! t/lib/trig.t
15230 ____________________________________________________________________________
15231 [  6829] By: jhi                                   on 2000/08/26  03:05:50
15232         Log: Subject: [PATCH] installation not quite silent yet.
15233              From: <abigail@foad.org>
15234              Date: Fri, 25 Aug 2000 20:07:53 -0400
15235              Message-ID: <20000826000753.7822.qmail@foad.org>
15236      Branch: perl
15237            ! installman installperl
15238 ____________________________________________________________________________
15239 [  6828] By: jhi                                   on 2000/08/26  03:05:14
15240         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
15241              From: Spider Boardman <spider@web.zk3.dec.com>
15242              Date: Fri, 25 Aug 2000 19:12:40 -0400
15243              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
15244      Branch: perl
15245            ! gv.c
15246 ____________________________________________________________________________
15247 [  6827] By: jhi                                   on 2000/08/25  23:54:34
15248         Log: Support preserving extremely big/small angles.
15249      Branch: perl
15250            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
15251 ____________________________________________________________________________
15252 [  6826] By: jhi                                   on 2000/08/25  23:01:20
15253         Log: Patch installperl to be long double-aware.
15254              
15255              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
15256              From: Spider Boardman <spider@web.zk3.dec.com>
15257              Date: Fri, 25 Aug 2000 18:15:23 -0400
15258              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
15259      Branch: perl
15260            ! installperl
15261 ____________________________________________________________________________
15262 [  6825] By: jhi                                   on 2000/08/25  22:58:25
15263         Log: Remove duplicately applied patch shards.
15264              
15265              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
15266              From: Spider Boardman <spider@leggy.zk3.dec.com>
15267              Date: Fri, 25 Aug 2000 16:45:03 -0400
15268              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
15269      Branch: perl
15270            ! t/lib/cgi-html.t
15271 ____________________________________________________________________________
15272 [  6824] By: jhi                                   on 2000/08/25  22:57:00
15273         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
15274              From: Daniel Chetlin <daniel@chetlin.com>
15275              Date: Fri, 25 Aug 2000 12:23:16 -0700
15276              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
15277              
15278              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
15279              From: Daniel Chetlin <daniel@chetlin.com>
15280              Date: Fri, 25 Aug 2000 14:47:19 -0700
15281              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
15282      Branch: perl
15283            ! installman
15284 ____________________________________________________________________________
15285 [  6823] By: jhi                                   on 2000/08/25  22:44:17
15286         Log: Timestamp problem?
15287      Branch: perl
15288            ! uconfig.h uconfig.sh
15289 ____________________________________________________________________________
15290 [  6822] By: jhi                                   on 2000/08/25  19:01:06
15291         Log: One forgotten file from #6816.
15292      Branch: perl
15293            ! vos/config.h
15294 ____________________________________________________________________________
15295 [  6821] By: jhi                                   on 2000/08/25  18:56:39
15296         Log: Regen Changes.
15297      Branch: perl
15298            ! Changes patchlevel.h
15299 ____________________________________________________________________________
15300 [  6820] By: jhi                                   on 2000/08/25  18:52:35
15301         Log: Fix Changes ordering.
15302      Branch: perl
15303            ! Changes
15304 ____________________________________________________________________________
15305 [  6819] By: jhi                                   on 2000/08/25  18:50:25
15306         Log: Update Changes.
15307      Branch: perl
15308            ! Changes patchlevel.h
15309 ____________________________________________________________________________
15310 [  6818] By: jhi                                   on 2000/08/25  18:47:45
15311         Log: Tweak the sfio/useperlio logic, hopefully as wished in
15312              
15313              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
15314              From: Nicholas Clark <nick@babyhippo.co.uk>
15315              Date: Fri, 25 Aug 2000 12:01:45 +0100
15316              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
15317      Branch: metaconfig/U/perl
15318            ! d_sfio.U
15319      Branch: perl
15320            ! Configure
15321 ____________________________________________________________________________
15322 [  6817] By: jhi                                   on 2000/08/25  18:32:51
15323         Log: Allow microperl to assume <math.h>, without it the math
15324              functions like floor() are assumed to return int, which makes
15325              for core dumps in machines where integer and floating register
15326              don't mix.
15327      Branch: perl
15328            ! uconfig.h uconfig.sh
15329 ____________________________________________________________________________
15330 [  6816] By: jhi                                   on 2000/08/25  18:27:17
15331         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
15332              the problem reported in
15333              
15334              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
15335              From: danhale@us.ibm.com
15336              Date: Fri, 25 Aug 2000 10:58:06 -0400
15337              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
15338      Branch: metaconfig/U/perl
15339            + d_socks5_init.U
15340      Branch: perl
15341            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
15342            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
15343            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
15344            ! win32/config.gc win32/config.vc
15345 ____________________________________________________________________________
15346 [  6815] By: jhi                                   on 2000/08/25  17:43:31
15347         Log: A solution for the retrieve_fd autosplit warning,
15348              idea suggested by Mike Guy.
15349      Branch: perl
15350            ! ext/Storable/Storable.pm
15351 ____________________________________________________________________________
15352 [  6814] By: jhi                                   on 2000/08/25  17:16:03
15353         Log: Add install-silent target.
15354      Branch: perl
15355            ! Makefile.SH
15356 ____________________________________________________________________________
15357 [  6813] By: jhi                                   on 2000/08/25  17:14:23
15358         Log: Subject: Re: [PATCH] More silencing of installman.
15359              From: <abigail@foad.org>
15360              Date: Thu, 24 Aug 2000 19:27:03 -0400
15361              Message-ID: <20000824232703.7001.qmail@foad.org>
15362              
15363              Subject: Re: [PATCH] More silencing of installman.
15364              From: <abigail@foad.org>
15365              Date: Fri, 25 Aug 2000 03:00:58 -0400
15366              Message-ID: <20000825070058.10697.qmail@foad.org>
15367      Branch: perl
15368            ! installman
15369 ____________________________________________________________________________
15370 [  6812] By: jhi                                   on 2000/08/25  17:11:28
15371         Log: installperl --verbose and --silent.
15372              
15373              Subject: Re: [PATCH] More silencing of installman.
15374              From: <abigail@foad.org>
15375              Message-ID: <20000825064430.9719.qmail@foad.org>
15376              Date: Fri, 25 Aug 2000 02:44:30 -0400
15377      Branch: perl
15378            ! installperl
15379 ____________________________________________________________________________
15380 [  6811] By: jhi                                   on 2000/08/25  17:05:43
15381         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
15382              From: "Peter J. Farley III" <pjfarley@banet.net>
15383              Date: Thu, 24 Aug 2000 21:58:03 -0400
15384              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
15385              
15386              (applied slightly modified)
15387      Branch: perl
15388            ! lib/ExtUtils/MM_Unix.pm
15389 ____________________________________________________________________________
15390 [  6810] By: jhi                                   on 2000/08/25  17:01:18
15391         Log: Missing parts of 
15392              
15393              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
15394              From: Peter Prymmer <pvhp@forte.com>
15395              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
15396              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
15397      Branch: perl
15398            ! t/lib/cgi-html.t
15399 ____________________________________________________________________________
15400 [  6809] By: jhi                                   on 2000/08/25  16:46:32
15401         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
15402              From: "Craig A. Berry" <craig.berry@psinetcs.com>
15403              Date: Thu, 24 Aug 2000 19:13:11 -0500
15404              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
15405      Branch: perl
15406            ! vms/vms.c
15407 ____________________________________________________________________________
15408 [  6808] By: jhi                                   on 2000/08/25  16:39:22
15409         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
15410              From: Peter Prymmer <pvhp@forte.com>
15411              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
15412              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
15413      Branch: perl
15414            ! configure.com
15415 ____________________________________________________________________________
15416 [  6807] By: jhi                                   on 2000/08/25  16:36:37
15417         Log: Better wording for the vec lvalue diagnostic.
15418              
15419              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
15420              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
15421              Date: Wed, 23 Aug 2000 14:12:16 -0400
15422              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
15423      Branch: perl
15424            ! pod/perldiag.pod
15425 ____________________________________________________________________________
15426 [  6806] By: jhi                                   on 2000/08/24  18:17:22
15427         Log: Subject: [PATCH] More silencing of installman.
15428              From: <abigail@foad.org>
15429              Date: Thu, 24 Aug 2000 14:01:44 -0400
15430              Message-ID: <20000824180144.20062.qmail@foad.org>
15431      Branch: perl
15432            ! installman
15433 ____________________________________________________________________________
15434 [  6805] By: jhi                                   on 2000/08/24  15:00:31
15435         Log: Update Changes.
15436      Branch: perl
15437            ! Changes patchlevel.h
15438 ____________________________________________________________________________
15439 [  6804] By: jhi                                   on 2000/08/24  14:59:07
15440         Log: Regen perltoc.
15441      Branch: perl
15442            ! pod/perltoc.pod
15443 ____________________________________________________________________________
15444 [  6803] By: jhi                                   on 2000/08/24  14:44:39
15445         Log: Show the doc file, not the temp file.
15446      Branch: perl
15447            ! installman
15448 ____________________________________________________________________________
15449 [  6802] By: jhi                                   on 2000/08/24  14:41:53
15450         Log: Continue silencing.
15451      Branch: perl
15452            ! installman
15453 ____________________________________________________________________________
15454 [  6801] By: jhi                                   on 2000/08/24  14:34:40
15455         Log: Actually do something with the silencer option.
15456      Branch: perl
15457            ! installman
15458 ____________________________________________________________________________
15459 [  6800] By: jhi                                   on 2000/08/24  14:26:22
15460         Log: Make installman to recognize the silence flag -S.
15461      Branch: perl
15462            ! installman
15463 ____________________________________________________________________________
15464 [  6799] By: jhi                                   on 2000/08/24  13:49:38
15465         Log: DOS patches and portability/porting notes, from Tim Jenness.
15466      Branch: perl
15467            ! lib/File/Temp.pm
15468 ____________________________________________________________________________
15469 [  6798] By: jhi                                   on 2000/08/24  13:48:27
15470         Log: Create directories in silence.
15471              
15472              Subject: [PATCH] Another silencer for MakeMaker
15473              From: andreas.koenig@anima.de (Andreas J. Koenig)
15474              Date: 24 Aug 2000 14:18:52 +0200
15475              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
15476      Branch: perl
15477            ! lib/ExtUtils/Command.pm
15478 ____________________________________________________________________________
15479 [  6797] By: jhi                                   on 2000/08/24  13:46:42
15480         Log: More liberal parsing of version numbers.
15481              
15482              Subject: Re: CPAN.pm beta for testing available
15483              From: andreas.koenig@anima.de (Andreas J. Koenig)
15484              Date: 24 Aug 2000 13:51:57 +0200
15485              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
15486      Branch: perl
15487            ! lib/CPAN.pm
15488 ____________________________________________________________________________
15489 [  6796] By: jhi                                   on 2000/08/24  13:44:36
15490         Log: Make "make install" by default silent.  A new "install-verbose"
15491              target is verbose.
15492      Branch: perl
15493            ! Makefile.SH
15494 ____________________________________________________________________________
15495 [  6795] By: jhi                                   on 2000/08/24  13:39:14
15496         Log: Add silencer flags to installperl.
15497              
15498              Subject: [PATCH] Making installperl silent.
15499              From: <abigail@foad.org>
15500              Date: Thu, 24 Aug 2000 05:01:45 -0400
15501              Message-ID: <20000824090145.13141.qmail@foad.org>
15502      Branch: perl
15503            ! installperl
15504 ____________________________________________________________________________
15505 [  6794] By: jhi                                   on 2000/08/24  13:35:50
15506         Log: installperl couldn't tell whether it had run tests or not.
15507              
15508              Subject: [PATCH] Re: installperl and t/TEST
15509              From: <abigail@foad.org>
15510              Date: Thu, 24 Aug 2000 04:00:53 -0400
15511              Message-ID: <20000824080053.2494.qmail@foad.org>
15512      Branch: perl
15513            ! Makefile.SH installperl
15514 ____________________________________________________________________________
15515 [  6793] By: jhi                                   on 2000/08/24  13:27:50
15516         Log: Drop the separate perlbc, perlcc -b should be enough.
15517      Branch: perl
15518            - utils/perlbc.PL
15519            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
15520 ____________________________________________________________________________
15521 [  6792] By: jhi                                   on 2000/08/24  04:41:30
15522         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
15523              plus the typo fix from Peter Prymmer.
15524      Branch: perl
15525            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
15526            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
15527 ____________________________________________________________________________
15528 [  6791] By: jhi                                   on 2000/08/24  02:10:43
15529         Log: Replace #6705 with a minimal doc patch.
15530              
15531              Subject: [PATCH 5.6.0] replace change #6705
15532              From: Jan Dubois <jand@ActiveState.com>
15533              Date: Wed, 23 Aug 2000 18:31:51 -0700
15534              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
15535      Branch: perl
15536            ! lib/Win32.pod win32/win32.c
15537 ____________________________________________________________________________
15538 [  6790] By: jhi                                   on 2000/08/23  17:52:00
15539         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
15540              From: Mike Guy <mjtg@cam.ac.uk>
15541              Date: Wed, 23 Aug 2000 18:38:46 +0100
15542              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
15543      Branch: perl
15544            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
15545 ____________________________________________________________________________
15546 [  6789] By: jhi                                   on 2000/08/23  15:34:21
15547         Log: Update Changes.
15548      Branch: perl
15549            ! Changes patchlevel.h
15550 ____________________________________________________________________________
15551 [  6788] By: jhi                                   on 2000/08/23  15:33:40
15552         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
15553              From: Wilfredo Sánchez <wsanchez@apple.com>
15554              Date: Tue, 22 Aug 2000 19:31:27 -0700
15555              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
15556      Branch: perl
15557            ! perl.h
15558 ____________________________________________________________________________
15559 [  6787] By: jhi                                   on 2000/08/23  15:29:31
15560         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
15561              From: Spider Boardman <spider@leggy.zk3.dec.com>
15562              Date: Wed, 23 Aug 2000 10:33:23 -0400
15563              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
15564      Branch: perl
15565            ! lib/Pod/Html.pm
15566 ____________________________________________________________________________
15567 [  6786] By: jhi                                   on 2000/08/23  15:28:11
15568         Log: Bad makefile.
15569      Branch: perl
15570            ! ext/B/Makefile.PL
15571 ____________________________________________________________________________
15572 [  6785] By: jhi                                   on 2000/08/23  14:37:04
15573         Log: Update Changes.
15574      Branch: perl
15575            ! Changes patchlevel.h
15576 ____________________________________________________________________________
15577 [  6784] By: jhi                                   on 2000/08/23  13:58:41
15578         Log: Portability fix from Hugo van der Sanden.
15579      Branch: perl
15580            ! ext/re/Makefile.PL
15581 ____________________________________________________________________________
15582 [  6783] By: jhi                                   on 2000/08/23  13:53:53
15583         Log: Storable support, v-version fixes.
15584              
15585              Subject: CPAN.pm beta for testing available
15586              From: andreas.koenig@anima.de (Andreas J. Koenig)
15587              Date: 22 Aug 2000 23:31:33 +0200
15588              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
15589      Branch: perl
15590            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
15591 ____________________________________________________________________________
15592 [  6782] By: jhi                                   on 2000/08/23  13:51:26
15593         Log: Mac and other portability updates from Chris Nandor.
15594      Branch: perl
15595            ! pod/perlmodinstall.pod
15596 ____________________________________________________________________________
15597 [  6781] By: jhi                                   on 2000/08/23  13:47:33
15598         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
15599              From: Peter Prymmer <pvhp@forte.com>
15600              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
15601              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
15602      Branch: perl
15603            ! ext/Storable/Storable.xs
15604 ____________________________________________________________________________
15605 [  6780] By: jhi                                   on 2000/08/23  13:33:34
15606         Log: VMS MMS (make) wants null action.
15607      Branch: perl
15608            ! ext/B/Makefile.PL
15609 ____________________________________________________________________________
15610 [  6779] By: jhi                                   on 2000/08/22  19:44:47
15611         Log: Forgot portability nit.
15612      Branch: perl
15613            ! t/lib/st-forgive.t
15614 ____________________________________________________________________________
15615 [  6778] By: jhi                                   on 2000/08/22  19:35:25
15616         Log: Be portable.
15617      Branch: perl
15618            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
15619            ! t/lib/st-store.t
15620 ____________________________________________________________________________
15621 [  6777] By: jhi                                   on 2000/08/22  18:50:53
15622         Log: Update Changes.
15623      Branch: perl
15624            ! Changes patchlevel.h
15625 ____________________________________________________________________________
15626 [  6776] By: jhi                                   on 2000/08/22  18:44:46
15627         Log: cSVOPo_*v things index into the current PL_curpad
15628              under ithreads, which is different from the curpad
15629              used by the XSUB.  (In other words, the code as-is
15630              before this patch wouldn't work under ithreads.)
15631              From Sarathy.
15632      Branch: perl
15633            ! ext/B/B.xs
15634 ____________________________________________________________________________
15635 [  6775] By: jhi                                   on 2000/08/22  18:18:37
15636         Log: Make the selection of NVff et al stricter.
15637      Branch: metaconfig/U/perl
15638            ! perlxvf.U
15639      Branch: perl
15640            ! Configure config_h.SH
15641 ____________________________________________________________________________
15642 [  6774] By: jhi                                   on 2000/08/22  17:19:42
15643         Log: perldelta nits.
15644      Branch: perl
15645            ! pod/perldelta.pod
15646 ____________________________________________________________________________
15647 [  6773] By: jhi                                   on 2000/08/22  17:06:26
15648         Log: Long double fixes from Spider Boardman.
15649              
15650              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
15651              From: system PRIVILEGED account <root@peano.zk3.dec.com>
15652              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
15653              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
15654      Branch: perl
15655            ! t/lib/bigfltpm.t t/lib/st-06compat.t
15656 ____________________________________________________________________________
15657 [  6772] By: jhi                                   on 2000/08/22  15:04:53
15658         Log: Update Changes.
15659      Branch: perl
15660            ! Changes patchlevel.h
15661 ____________________________________________________________________________
15662 [  6771] By: jhi                                   on 2000/08/22  15:01:44
15663         Log: perldelta fixes from Hugo van der Sanden.
15664      Branch: perl
15665            ! pod/perldelta.pod
15666 ____________________________________________________________________________
15667 [  6770] By: jhi                                   on 2000/08/22  14:34:49
15668         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
15669              From: Hugo <hv@crypt.compulink.co.uk>
15670              Date: Tue, 22 Aug 2000 11:21:53 +0100
15671              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
15672      Branch: perl
15673            ! regcomp.c
15674 ____________________________________________________________________________
15675 [  6769] By: jhi                                   on 2000/08/22  14:30:02
15676         Log: Add Yitzchak, reformat.
15677      Branch: perl
15678            ! Changes config_h.SH
15679 ____________________________________________________________________________
15680 [  6768] By: jhi                                   on 2000/08/22  14:21:35
15681         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
15682              and Spider Boardman.
15683      Branch: metaconfig
15684            ! U/compline/d_gconvert.U
15685      Branch: perl
15686            ! Configure
15687 ____________________________________________________________________________
15688 [  6767] By: jhi                                   on 2000/08/22  14:11:24
15689         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
15690              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15691              Date: Mon, 21 Aug 2000 19:08:31 -0700
15692              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
15693      Branch: perl
15694            - ext/Storable/patchlevel.h
15695            ! MANIFEST ext/Storable/MANIFEST
15696 ____________________________________________________________________________
15697 [  6766] By: jhi                                   on 2000/08/22  13:49:29
15698         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
15699              From: Peter Prymmer <pvhp@forte.com>
15700              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
15701              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
15702      Branch: perl
15703            ! configure.com ext/Storable/Makefile.PL
15704 ____________________________________________________________________________
15705 [  6765] By: jhi                                   on 2000/08/22  13:44:59
15706         Log: Subject: [PATCH blead] B:: missing dependency
15707              From: Hugo <hv@crypt.compulink.co.uk>
15708              Date: Tue, 22 Aug 2000 06:44:33 +0100
15709              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
15710      Branch: perl
15711            ! ext/B/Makefile.PL
15712 ____________________________________________________________________________
15713 [  6764] By: jhi                                   on 2000/08/22  13:38:12
15714         Log: More bytecompiler.
15715      Branch: perl
15716            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
15717 ____________________________________________________________________________
15718 [  6763] By: jhi                                   on 2000/08/22  13:36:44
15719         Log: Bytecompiler patches from Benjamin Stuhl.
15720      Branch: perl
15721            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
15722            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
15723            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
15724            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15725            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
15726            ! perl.c perlapi.h pod/perldelta.pod
15727 ____________________________________________________________________________
15728 [  6762] By: jhi                                   on 2000/08/21  23:43:40
15729         Log: An obsoleted diagnostic.
15730      Branch: perl
15731            ! pod/perldelta.pod
15732 ____________________________________________________________________________
15733 [  6761] By: jhi                                   on 2000/08/21  23:01:45
15734         Log: The #6759 wasn't quite right.
15735      Branch: perl
15736            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
15737            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
15738            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
15739            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
15740            ! t/lib/st-tieditems.t
15741 ____________________________________________________________________________
15742 [  6760] By: jhi                                   on 2000/08/21  22:35:49
15743         Log: Be verydeepclean.
15744      Branch: perl
15745            ! Makefile.SH
15746 ____________________________________________________________________________
15747 [  6759] By: jhi                                   on 2000/08/21  22:25:40
15748         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
15749              From: Peter Prymmer <pvhp@forte.com>
15750              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
15751              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
15752      Branch: perl
15753            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
15754            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
15755            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
15756            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
15757            ! t/lib/st-tieditems.t
15758 ____________________________________________________________________________
15759 [  6758] By: jhi                                   on 2000/08/21  22:22:32
15760         Log: Few more casts, need reported in
15761              
15762              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
15763              From: Mike Stok <mike@stok.co.uk>
15764              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
15765              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
15766              
15767              and
15768              
15769              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
15770              From: abigail@foad.org
15771              Date: 21 Aug 2000 21:31:34 -0000
15772              Message-Id: <20000821213134.30170.qmail@foad.org>
15773      Branch: perl
15774            ! ext/Storable/Storable.xs
15775 ____________________________________________________________________________
15776 [  6757] By: jhi                                   on 2000/08/21  18:37:07
15777         Log: Update Changes.
15778      Branch: perl
15779            ! Changes patchlevel.h
15780 ____________________________________________________________________________
15781 [  6756] By: jhi                                   on 2000/08/21  18:34:02
15782         Log: A pod nit.
15783              
15784              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
15785              From: <abigail@foad.org>
15786              Date: Mon, 21 Aug 2000 14:00:16 -0400
15787              Message-ID: <20000821180016.28627.qmail@foad.org>
15788      Branch: perl
15789            ! pod/perlre.pod
15790 ____________________________________________________________________________
15791 [  6755] By: jhi                                   on 2000/08/21  18:30:56
15792         Log: Use PodParser 1.18 new test.
15793      Branch: perl
15794            ! t/pod/special_seqs.t t/pod/special_seqs.xr
15795 ____________________________________________________________________________
15796 [  6754] By: jhi                                   on 2000/08/21  18:28:35
15797         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
15798              patches cannot be applied since #6712 conflicts.
15799      Branch: perl
15800            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
15801 ____________________________________________________________________________
15802 [  6753] By: jhi                                   on 2000/08/21  18:15:11
15803         Log: Weed out some smaller changes.
15804      Branch: perl
15805            ! pod/perldelta.pod
15806 ____________________________________________________________________________
15807 [  6752] By: jhi                                   on 2000/08/21  18:02:30
15808         Log: Also under djgpp the timestamps are funky.
15809      Branch: perl
15810            ! t/op/stat.t
15811 ____________________________________________________________________________
15812 [  6751] By: jhi                                   on 2000/08/21  17:55:56
15813         Log: Tweak the floating point output routine preferences.
15814      Branch: metaconfig
15815            ! U/compline/d_gconvert.U
15816      Branch: perl
15817            ! Configure
15818 ____________________________________________________________________________
15819 [  6750] By: jhi                                   on 2000/08/21  17:51:29
15820         Log: Unicos/mk requires elaborate paranoia.
15821      Branch: perl
15822            ! lib/Math/Complex.pm
15823 ____________________________________________________________________________
15824 [  6749] By: gsar                                  on 2000/08/21  16:53:31
15825         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
15826      Branch: perl
15827            ! lib/Cwd.pm
15828 ____________________________________________________________________________
15829 [  6748] By: gsar                                  on 2000/08/21  16:22:19
15830         Log: free TLS slot properly on Windows
15831      Branch: perl
15832            ! thread.h win32/perllib.c win32/win32thread.h
15833 ____________________________________________________________________________
15834 [  6747] By: jhi                                   on 2000/08/21  16:20:58
15835         Log: Rename the macro argument because some preprocessors
15836              can't tell the difference and expand arguments also inside
15837              double quoted strings.
15838      Branch: perl
15839            ! regcomp.c
15840 ____________________________________________________________________________
15841 [  6746] By: jhi                                   on 2000/08/21  16:09:41
15842         Log: Support long doubles in Storable.
15843              
15844              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
15845              From: Radu Greab <radu@netsoft.ro>
15846              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
15847              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
15848      Branch: perl
15849            ! ext/Storable/Storable.xs
15850 ____________________________________________________________________________
15851 [  6745] By: jhi                                   on 2000/08/21  15:51:40
15852         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
15853              From: "Fifer, Eric" <EFifer@sanwaint.com>
15854              Date: Mon, 21 Aug 2000 15:34:49 +0100
15855              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
15856      Branch: perl
15857            ! t/pragma/warn/9enabled
15858 ____________________________________________________________________________
15859 [  6744] By: jhi                                   on 2000/08/21  15:39:35
15860         Log: Document the endianness of Alpha more precisely.
15861      Branch: perl
15862            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
15863            ! pod/perlport.pod
15864 ____________________________________________________________________________
15865 [  6743] By: jhi                                   on 2000/08/21  14:47:05
15866         Log: perldelta fixes from the p5p crowd.
15867      Branch: perl
15868            ! pod/perldelta.pod pod/perlop.pod
15869 ____________________________________________________________________________
15870 [  6742] By: jhi                                   on 2000/08/21  13:34:51
15871         Log: Update to Pod::LaTeX 0.53.
15872              
15873              Subject: [PATCH] lib/Pod/LaTeX.pm updates
15874              From: Tim Jenness <timj@jach.hawaii.edu>
15875              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
15876              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
15877      Branch: perl
15878            ! lib/Pod/LaTeX.pm
15879 ____________________________________________________________________________
15880 [  6741] By: jhi                                   on 2000/08/21  13:33:01
15881         Log: Subject: [PATCH] os2.c fix for use64bitint
15882              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15883              Date: Mon, 21 Aug 2000 01:32:25 -0700
15884              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
15885      Branch: perl
15886            ! os2/os2.c
15887 ____________________________________________________________________________
15888 [  6740] By: jhi                                   on 2000/08/21  13:28:52
15889         Log: Array context keeps slithering in.
15890              
15891              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
15892              From: Daniel Chetlin <daniel@chetlin.com>
15893              Date: Sun, 20 Aug 2000 21:40:25 -0700
15894              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
15895      Branch: perl
15896            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
15897            ! pod/perldebtut.pod
15898 ____________________________________________________________________________
15899 [  6739] By: jhi                                   on 2000/08/21  13:23:55
15900         Log: Big-endian quad fixes for Storable from Radu Greab,
15901              plus few explicit null casts for picky compilers.
15902      Branch: perl
15903            ! ext/Storable/Storable.xs
15904 ____________________________________________________________________________
15905 [  6738] By: gsar                                  on 2000/08/21  05:56:13
15906         Log: small tweaks for change#6705: avoid C++ style comments in C code;
15907              use Perl's malloc API rather than the low level system one
15908      Branch: perl
15909            ! win32/win32.c
15910 ____________________________________________________________________________
15911 [  6737] By: gsar                                  on 2000/08/21  05:35:41
15912         Log: add Storable to list of extensions on Windows
15913      Branch: perl
15914            ! win32/Makefile win32/makefile.mk
15915 ____________________________________________________________________________
15916 [  6736] By: jhi                                   on 2000/08/21  02:57:53
15917         Log: Update Changes.
15918      Branch: perl
15919            ! Changes patchlevel.h
15920 ____________________________________________________________________________
15921 [  6735] By: jhi                                   on 2000/08/21  02:57:20
15922         Log: Draft 0.
15923      Branch: perl
15924            ! pod/perldelta.pod
15925 ____________________________________________________________________________
15926 [  6734] By: jhi                                   on 2000/08/21  02:57:03
15927         Log: Add Storable 0.7.2 from Raphael Manfredi,
15928              plus the patch from
15929              
15930              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
15931              From: Radu Greab <radu@netsoft.ro>
15932              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
15933              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
15934              
15935              plus changes to get Storable to compile with
15936              picky ANSI compilers.
15937      Branch: perl
15938            + ext/Storable/ChangeLog ext/Storable/MANIFEST
15939            + ext/Storable/Makefile.PL ext/Storable/README
15940            + ext/Storable/Storable.pm ext/Storable/Storable.xs
15941            + ext/Storable/patchlevel.h t/lib/st-06compat.t
15942            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
15943            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
15944            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
15945            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
15946            + t/lib/st-tieditems.t
15947            ! MANIFEST
15948 ____________________________________________________________________________
15949 [  6733] By: jhi                                   on 2000/08/21  02:29:09
15950         Log: The correct cleaning order is an art.
15951      Branch: perl
15952            ! Makefile.SH
15953 ____________________________________________________________________________
15954 [  6732] By: jhi                                   on 2000/08/21  01:23:39
15955         Log: The #6724 is here.
15956      Branch: perl
15957            ! t/lib/ftmp-security.t
15958 ____________________________________________________________________________
15959 [  6731] By: jhi                                   on 2000/08/20  23:17:03
15960         Log: s/this one/the 5.6.0 release/
15961      Branch: perl
15962            ! pod/perl56delta.pod
15963 ____________________________________________________________________________
15964 [  6730] By: jhi                                   on 2000/08/20  23:07:34
15965         Log: Mention perlebcdic and perlposix-bc.
15966      Branch: perl
15967            ! pod/perlport.pod
15968 ____________________________________________________________________________
15969 [  6729] By: jhi                                   on 2000/08/20  21:32:59
15970         Log: Document the number of exponent digits.
15971      Branch: perl
15972            ! pod/perlfunc.pod
15973 ____________________________________________________________________________
15974 [  6728] By: jhi                                   on 2000/08/20  21:16:47
15975         Log: Use File::Spec->tmpdir().
15976              
15977              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
15978              From: Tim Jenness <timj@jach.hawaii.edu>
15979              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
15980              MIME-Version: 1.0
15981              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
15982      Branch: perl
15983            ! utils/perlbug.PL
15984 ____________________________________________________________________________
15985 [  6727] By: jhi                                   on 2000/08/20  20:43:32
15986         Log: Update Changes.
15987      Branch: perl
15988            ! Changes patchlevel.h
15989 ____________________________________________________________________________
15990 [  6726] By: jhi                                   on 2000/08/20  20:41:44
15991         Log: The veryclean target needs to clobber.
15992      Branch: perl
15993            ! Makefile.SH
15994 ____________________________________________________________________________
15995 [  6725] By: jhi                                   on 2000/08/20  20:37:38
15996         Log: Document odd vs even subreleases and -Dusedevel.
15997      Branch: perl
15998            ! INSTALL
15999 ____________________________________________________________________________
16000 [  6724] By: jhi                                   on 2000/08/20  19:58:05
16001         Log: Use temporary directory instead of current directory.
16002              
16003              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
16004              From: Tim Jenness <timj@jach.hawaii.edu>
16005              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
16006              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
16007      Branch: perl
16008            ! t/lib/ftmp-security.t
16009 ____________________________________________________________________________
16010 [  6723] By: jhi                                   on 2000/08/20  19:55:55
16011         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
16012              From: andreas.koenig@anima.de (Andreas J. Koenig)
16013              Date: 20 Aug 2000 15:52:03 +0200
16014              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
16015      Branch: perl
16016            ! lib/ExtUtils/MM_Unix.pm
16017 ____________________________________________________________________________
16018 [  6722] By: jhi                                   on 2000/08/20  19:46:01
16019         Log: Update to CGI 2.72, from Lincoln Stein.
16020      Branch: perl
16021            ! lib/CGI.pm
16022 ____________________________________________________________________________
16023 [  6721] By: jhi                                   on 2000/08/20  19:43:54
16024         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
16025              From: Radu Greab <radu@netsoft.ro>
16026              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
16027              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
16028      Branch: perl
16029            ! ext/GDBM_File/GDBM_File.xs
16030 ____________________________________________________________________________
16031 [  6720] By: jhi                                   on 2000/08/20  19:42:01
16032         Log: pp_open() could pass an uninitialized filename down to do_open9().
16033      Branch: perl
16034            ! pp_sys.c
16035 ____________________________________________________________________________
16036 [  6719] By: jhi                                   on 2000/08/20  14:06:41
16037         Log: UTF8 concat fixes.
16038              
16039              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
16040              From: Hugo <hv@crypt.compulink.co.uk>
16041              Date: Sun, 20 Aug 2000 07:30:46 +0100
16042              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
16043      Branch: perl
16044            ! pp_hot.c t/op/append.t
16045 ____________________________________________________________________________
16046 [  6718] By: jhi                                   on 2000/08/20  02:09:37
16047         Log: Let's try #6717 again.
16048      Branch: perl
16049            ! lib/File/Temp.pm
16050 ____________________________________________________________________________
16051 [  6717] By: jhi                                   on 2000/08/20  01:56:55
16052         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
16053              From: "Craig A. Berry" <craig.berry@metamorgs.com>
16054              Date: Sat, 19 Aug 2000 18:15:39 -0500
16055              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
16056      Branch: perl
16057            ! lib/File/Temp.pm
16058 ____________________________________________________________________________
16059 [  6716] By: jhi                                   on 2000/08/19  15:50:11
16060         Log: Update Changes.
16061      Branch: perl
16062            ! Changes patchlevel.h
16063 ____________________________________________________________________________
16064 [  6715] By: jhi                                   on 2000/08/19  15:39:09
16065         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
16066              From: Jonathan D Johnston <jdjohnston2@juno.com>
16067              Date: Thu, 17 Aug 2000 23:13:01 -0400       
16068              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
16069      Branch: perl
16070            ! pod/perlfunc.pod
16071 ____________________________________________________________________________
16072 [  6714] By: jhi                                   on 2000/08/19  15:34:04
16073         Log: Introduce a 'veryclean' target that is like 'distclean'
16074              but also removes *~ and *.orig.
16075      Branch: perl
16076            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
16077            ! utils/Makefile x2p/Makefile.SH
16078 ____________________________________________________________________________
16079 [  6713] By: jhi                                   on 2000/08/19  14:15:45
16080         Log: Put back the long double avoidance code to POSIX.xs
16081              because VMS seems to need it still.
16082      Branch: perl
16083            ! ext/POSIX/POSIX.xs
16084 ____________________________________________________________________________
16085 [  6712] By: jhi                                   on 2000/08/19  14:10:41
16086         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
16087              From: Peter Prymmer <pvhp@forte.com>
16088              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
16089              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
16090      Branch: perl
16091            ! lib/Pod/Find.pm t/pod/find.t
16092 ____________________________________________________________________________
16093 [  6711] By: jhi                                   on 2000/08/19  14:09:19
16094         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
16095              From: Peter Prymmer <pvhp@forte.com>
16096              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
16097              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
16098              cc: vmsperl@perl.org
16099      Branch: perl
16100            ! t/lib/peek.t
16101 ____________________________________________________________________________
16102 [  6710] By: jhi                                   on 2000/08/19  14:08:01
16103         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
16104              From: Jan Dubois <jand@ActiveState.com>
16105              Date: Fri, 18 Aug 2000 16:31:48 -0700
16106              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
16107      Branch: perl
16108            ! win32/win32.c
16109 ____________________________________________________________________________
16110 [  6709] By: jhi                                   on 2000/08/19  14:06:57
16111         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
16112              
16113              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
16114              From: Spider.Boardman@Orb.Nashua.NH.US
16115              Date: Fri, 18 Aug 2000 18:41:14 -0400
16116              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
16117      Branch: perl
16118            ! regcomp.c
16119 ____________________________________________________________________________
16120 [  6708] By: jhi                                   on 2000/08/18  22:04:49
16121         Log: Update Changes.
16122      Branch: perl
16123            ! Changes patchlevel.h
16124 ____________________________________________________________________________
16125 [  6707] By: jhi                                   on 2000/08/18  21:55:14
16126         Log: Add warnif(), check warnings further up the stack,
16127              all the warnings functions now can take an optional object reference.
16128              
16129              Subject: [PATCH bleedperl@6691] warnings pragma update
16130              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
16131              Date: Fri, 18 Aug 2000 22:42:06 +0100
16132              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
16133      Branch: perl
16134            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
16135            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
16136            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
16137 ____________________________________________________________________________
16138 [  6706] By: jhi                                   on 2000/08/18  21:41:45
16139         Log: Typo in pp_complement().
16140              
16141              Subject: [PATCH perl-current] Deparse
16142              From: Peter Scott <Peter@PSDT.com>
16143              Date: Fri, 18 Aug 2000 12:44:37 -0700
16144              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
16145      Branch: perl
16146            ! ext/B/B/Deparse.pm
16147 ____________________________________________________________________________
16148 [  6705] By: jhi                                   on 2000/08/18  21:25:59
16149         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
16150              From: Jan Dubois <jand@ActiveState.com>
16151              Date: Fri, 18 Aug 2000 14:22:51 -0700
16152              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
16153      Branch: perl
16154            ! lib/Win32.pod win32/win32.c
16155 ____________________________________________________________________________
16156 [  6704] By: jhi                                   on 2000/08/18  21:16:14
16157         Log: Don't eat leading os from index entries.
16158              
16159              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
16160              From: Russ Allbery <rra@stanford.edu>
16161              Date: 10 Aug 2000 20:49:25 -0700
16162              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
16163      Branch: perl
16164            ! lib/Pod/Man.pm
16165 ____________________________________________________________________________
16166 [  6703] By: jhi                                   on 2000/08/18  21:07:06
16167         Log: Add [[:blank:]] as suggested in
16168              
16169              Subject: [ID 20000716.024] [=cc=] / [:blank:]
16170              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
16171              Date: Sun, 16 Jul 2000 17:55:29 -0700
16172              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
16173              
16174              (the [=cc=] has already been taken care of by #6439
16175              so the whole bug report can be closed)
16176              
16177              and make [[:space:]] to be equivalent to isspace(3)
16178              (as opposed to \s, which is isSPACE()).  The difference
16179              is that now [[:space:]] matches the mythical vertical tab,
16180              while \s doesn't.
16181      Branch: perl
16182            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
16183            ! regexec.c t/op/pat.t
16184 ____________________________________________________________________________
16185 [  6702] By: jhi                                   on 2000/08/18  18:47:47
16186         Log: The new tests were missing from #6415.
16187      Branch: perl
16188            ! t/op/bop.t
16189 ____________________________________________________________________________
16190 [  6701] By: jhi                                   on 2000/08/18  18:20:40
16191         Log: Document the NDBM_File and ODBM_File as SDBM_File
16192              was documented in #6417.
16193      Branch: perl
16194            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
16195            ! ext/SDBM_File/SDBM_File.pm
16196 ____________________________________________________________________________
16197 [  6700] By: jhi                                   on 2000/08/18  18:10:39
16198         Log: Subject: [PATCH perl@6698] cygwin port
16199              From: "Fifer, Eric" <EFifer@sanwaint.com>
16200              Date: Fri, 18 Aug 2000 17:30:05 +0100
16201              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
16202      Branch: perl
16203            ! lib/File/Temp.pm
16204 ____________________________________________________________________________
16205 [  6699] By: jhi                                   on 2000/08/18  16:21:49
16206         Log: Document code point which makes if (defined %stash::) to work
16207              (noted by Spider Boardman).
16208      Branch: perl
16209            ! op.c
16210 ____________________________________________________________________________
16211 [  6698] By: jhi                                   on 2000/08/18  13:43:27
16212         Log: Update Changes.
16213      Branch: perl
16214            ! Changes patchlevel.h
16215 ____________________________________________________________________________
16216 [  6697] By: jhi                                   on 2000/08/18  13:35:57
16217         Log: Tiny Getopt::Long patch from Johan Vromans.
16218      Branch: perl
16219            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
16220 ____________________________________________________________________________
16221 [  6696] By: jhi                                   on 2000/08/18  13:26:14
16222         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
16223              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
16224              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
16225              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
16226      Branch: perl
16227            ! pod/perldiag.pod pod/perlsyn.pod
16228 ____________________________________________________________________________
16229 [  6695] By: jhi                                   on 2000/08/18  13:13:26
16230         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
16231              From: Daniel Chetlin <daniel@chetlin.com>
16232              Date: Fri, 18 Aug 2000 03:13:36 -0700
16233              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
16234      Branch: perl
16235            ! pod/perlfunc.pod
16236 ____________________________________________________________________________
16237 [  6694] By: jhi                                   on 2000/08/18  13:08:05
16238         Log: Subject: [PATCH] perltrap.pod spring cleaning
16239              From: Daniel Chetlin <daniel@chetlin.com>
16240              Date: Fri, 18 Aug 2000 03:06:54 -0700
16241              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
16242              
16243              plus Mike Guy's nitfix.
16244      Branch: perl
16245            ! pod/perltrap.pod
16246 ____________________________________________________________________________
16247 [  6693] By: jhi                                   on 2000/08/18  13:00:26
16248         Log: Unbuffer the output.
16249              
16250              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
16251              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16252              Date: Thu, 17 Aug 2000 18:39:29 -0700
16253              Message-ID: <RPJn5gzkgydf092yn@efn.org>
16254      Branch: perl
16255            ! t/op/fork.t
16256 ____________________________________________________________________________
16257 [  6692] By: jhi                                   on 2000/08/18  05:19:17
16258         Log: Delete the image, too, not just its MANIFEStation.
16259      Branch: perl
16260            - lib/CGI/eg/wilogo.gif
16261 ____________________________________________________________________________
16262 [  6691] By: jhi                                   on 2000/08/18  05:10:26
16263         Log: Propagate new Configure vars.
16264      Branch: perl
16265            ! configure.com epoc/config.sh uconfig.h uconfig.sh
16266            ! vos/config.def vos/config.h vos/config_h.SH_orig
16267            ! win32/config.bc win32/config.gc win32/config.vc
16268            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16269 ____________________________________________________________________________
16270 [  6690] By: jhi                                   on 2000/08/18  04:30:56
16271         Log: Update Changes.
16272      Branch: perl
16273            ! Changes patchlevel.h
16274 ____________________________________________________________________________
16275 [  6689] By: jhi                                   on 2000/08/18  04:12:30
16276         Log: Fix the lib/complex failure of
16277              
16278              From: abigail@foad.org
16279              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
16280              Date: 15 Aug 2000 04:06:38 -0000
16281              Message-Id: <20000815040638.8524.qmail@foad.org> 
16282              
16283              Linux long double accuracy issue: something that
16284              when printed with %g looks like "2" but int() of it is 1.
16285      Branch: perl
16286            ! lib/Math/Complex.pm
16287 ____________________________________________________________________________
16288 [  6688] By: jhi                                   on 2000/08/18  03:15:35
16289         Log: The byteorder code in #6671 was wrong.
16290      Branch: perl
16291            ! configpm
16292 ____________________________________________________________________________
16293 [  6687] By: jhi                                   on 2000/08/18  02:08:42
16294         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
16295              From: Jan Dubois <jand@ActiveState.com>
16296              Date: Thu, 17 Aug 2000 18:31:55 -0700
16297              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
16298      Branch: perl
16299            ! sv.c
16300 ____________________________________________________________________________
16301 [  6686] By: jhi                                   on 2000/08/18  02:04:15
16302         Log: Use NVs in POSIX math, not doubles.
16303              
16304              From: abigail@foad.org
16305              Subject: [ID 20000817.014] POSIX & modfl
16306              Date: 17 Aug 2000 20:49:18 -0000
16307              Message-Id: <20000817204918.23123.qmail@foad.org>
16308      Branch: perl
16309            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
16310 ____________________________________________________________________________
16311 [  6685] By: jhi                                   on 2000/08/18  02:02:12
16312         Log: Introduce NVef, NVff, and NVgf, use the middle one.
16313              (helps for lib/peek + Linux + long doubles)  Reported in
16314              
16315              From: abigail@foad.org
16316              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
16317              Date: 15 Aug 2000 04:06:38 -0000
16318              Message-Id: <20000815040638.8524.qmail@foad.org> 
16319              
16320              (note: the lib/complex failure has not yet been addressed)
16321      Branch: metaconfig/U/perl
16322            ! perlxvf.U
16323      Branch: perl
16324            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16325            ! config_h.SH dump.c perl.h pod/perlguts.pod
16326 ____________________________________________________________________________
16327 [  6684] By: jhi                                   on 2000/08/17  23:22:19
16328         Log: Add byteorder to the myconfig output.
16329      Branch: perl
16330            ! myconfig.SH
16331 ____________________________________________________________________________
16332 [  6683] By: jhi                                   on 2000/08/17  23:20:19
16333         Log: The image doth not exist, spotted by Johan Vromans.
16334      Branch: perl
16335            ! MANIFEST
16336 ____________________________________________________________________________
16337 [  6682] By: jhi                                   on 2000/08/17  22:38:16
16338         Log: Document what the backtick returns if the command fails.
16339      Branch: perl
16340            ! pod/perlop.pod
16341 ____________________________________________________________________________
16342 [  6681] By: jhi                                   on 2000/08/17  22:33:12
16343         Log: Do not use prototyping here.
16344              
16345              Subject: [ID 20000817.016] [PATCH] Peek.xs
16346              From: abigail@foad.org
16347              Date: 17 Aug 2000 20:55:56 -0000
16348              Message-Id: <20000817205556.24270.qmail@foad.org>
16349      Branch: perl
16350            ! ext/Devel/Peek/Makefile.PL
16351 ____________________________________________________________________________
16352 [  6680] By: jhi                                   on 2000/08/17  19:46:43
16353         Log: Don't propose using modules built for 5.005 if no binary
16354              compatibility with 5.005 is attempted.
16355              
16356              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16357              Subject: Minor nit with 5.7.0 (6655)
16358              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
16359              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
16360      Branch: metaconfig
16361            ! U/installdirs/inc_version_list.U
16362      Branch: perl
16363            ! Configure config_h.SH
16364 ____________________________________________________________________________
16365 [  6679] By: jhi                                   on 2000/08/17  19:16:39
16366         Log: Microperl config update.
16367      Branch: perl
16368            ! uconfig.h uconfig.sh
16369 ____________________________________________________________________________
16370 [  6678] By: jhi                                   on 2000/08/17  19:16:13
16371         Log: The #6648 wasn't protective enough for limited platforms
16372              (like microperl).
16373      Branch: perl
16374            ! dump.c sv.c
16375 ____________________________________________________________________________
16376 [  6677] By: jhi                                   on 2000/08/17  14:46:35
16377         Log: Update Changes.
16378      Branch: perl
16379            ! Changes patchlevel.h
16380 ____________________________________________________________________________
16381 [  6676] By: jhi                                   on 2000/08/17  14:44:02
16382         Log: Add perlebcdic from Peter Prymmer, regen toc.
16383      Branch: perl
16384            + pod/perlebcdic.pod
16385            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
16386 ____________________________________________________________________________
16387 [  6675] By: jhi                                   on 2000/08/17  14:41:52
16388         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
16389      Branch: perl
16390            ! pod/perldebtut.pod
16391 ____________________________________________________________________________
16392 [  6674] By: jhi                                   on 2000/08/17  14:29:43
16393         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
16394              
16395              Subject: [ID 20000724.006] -DLEAKTEST problem
16396              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
16397              Date: Tue, 25 Jul 2000 00:36:32 -0500
16398              Message-Id: <20000725003632.A26186@www.llamacom.com>
16399              
16400              Reminder sent
16401              
16402              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
16403              From: Hugo <hv@crypt.compulink.co.uk>
16404              Date: Thu, 17 Aug 2000 15:23:42 +0100
16405              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
16406      Branch: perl
16407            ! util.c
16408 ____________________________________________________________________________
16409 [  6673] By: jhi                                   on 2000/08/17  04:07:10
16410         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
16411              From: John Peacock <JPeacock@UnivPress.com>
16412              Date: Tue, 01 Aug 2000 09:38:12 -0400
16413              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
16414      Branch: perl
16415            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
16416 ____________________________________________________________________________
16417 [  6672] By: jhi                                   on 2000/08/17  03:04:35
16418         Log: Subject: [PATCH] Cwd.pm now uses strict
16419              From: Tim Jenness <timj@jach.hawaii.edu>
16420              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
16421              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
16422      Branch: perl
16423            ! lib/Cwd.pm
16424 ____________________________________________________________________________
16425 [  6671] By: jhi                                   on 2000/08/17  02:16:35
16426         Log: Make $Config{byteorder} more magical so that it is
16427              dynamically computed: nice for 'fat binaries'.
16428              
16429              Subject: [PATCH]: default byteorder
16430              From: Wilfredo Sánchez <wsanchez@apple.com>
16431              Date: Mon, 31 Jul 2000 19:45:31 -0700
16432              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
16433      Branch: perl
16434            ! configpm
16435 ____________________________________________________________________________
16436 [  6670] By: gsar                                  on 2000/08/17  01:22:21
16437         Log: move WNOHANG definition to where other such things are
16438      Branch: perl
16439            ! win32/win32.h
16440 ____________________________________________________________________________
16441 [  6669] By: jhi                                   on 2000/08/17  01:19:17
16442         Log: Update Changes.
16443      Branch: perl
16444            ! Changes patchlevel.h
16445 ____________________________________________________________________________
16446 [  6668] By: jhi                                   on 2000/08/17  01:16:29
16447         Log: Doc nits spotted by Richard Soderberg.
16448      Branch: perl
16449            ! README.posix-bc README.vmesa
16450 ____________________________________________________________________________
16451 [  6667] By: jhi                                   on 2000/08/17  01:12:11
16452         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
16453              From: "Casey R. Tweten" <crt@kiski.net>
16454              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
16455              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
16456      Branch: perl
16457            ! pod/perldebtut.pod
16458 ____________________________________________________________________________
16459 [  6666] By: jhi                                   on 2000/08/17  01:09:31
16460         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
16461              From: "Casey R. Tweten" <crt@kiski.net>
16462              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
16463              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
16464      Branch: perl
16465            ! lib/Shell.pm
16466 ____________________________________________________________________________
16467 [  6665] By: gsar                                  on 2000/08/17  01:03:52
16468         Log: add "ok" targets from change#6632 in makefile.mk
16469      Branch: perl
16470            ! pod/perlport.pod win32/Makefile win32/makefile.mk
16471 ____________________________________________________________________________
16472 [  6664] By: gsar                                  on 2000/08/17  00:56:11
16473         Log: avoid warnings from dense compiler
16474      Branch: perl
16475            ! win32/win32.c
16476 ____________________________________________________________________________
16477 [  6663] By: jhi                                   on 2000/08/17  00:51:49
16478         Log: Tweak the regex compilation errors once more.
16479      Branch: perl
16480            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
16481            ! t/op/regmesg.t t/pragma/warn/regcomp
16482 ____________________________________________________________________________
16483 [  6662] By: gsar                                  on 2000/08/17  00:28:19
16484         Log: trailing new %ENV entries weren't being pushed into the real
16485              environment of subprocesses on Windows
16486      Branch: perl
16487            ! t/op/magic.t win32/perlhost.h
16488 ____________________________________________________________________________
16489 [  6661] By: gsar                                  on 2000/08/17  00:19:20
16490         Log: waitpid() now handles externally spawned pids correctly;
16491              fixes for backtick/wait/waitpid failures on Windows 9x
16492              
16493              these changes make the pid returned by process functions on
16494              Windows 9x always positive by clearing the high bit (which
16495              is always set on Win9x); pseudo-process PIDs are likewise
16496              always negative now on Win9x (just as on NT/2000)
16497      Branch: perl
16498            ! pp_sys.c win32/perlhost.h win32/win32.c
16499 ____________________________________________________________________________
16500 [  6660] By: jhi                                   on 2000/08/17  00:04:32
16501         Log: Retract #6645.
16502      Branch: perl
16503            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16504            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
16505            ! t/op/sprintf.t
16506 ____________________________________________________________________________
16507 [  6659] By: gsar                                  on 2000/08/16  23:59:28
16508         Log: on windows, the return values from wait() and waitpid() don't
16509              match those of pseudo-pids
16510      Branch: perl
16511            ! pp_sys.c t/op/fork.t util.c win32/win32.c
16512 ____________________________________________________________________________
16513 [  6658] By: gsar                                  on 2000/08/16  23:56:14
16514         Log: pod nit seen in passing
16515      Branch: perl
16516            ! pod/perlfunc.pod
16517 ____________________________________________________________________________
16518 [  6657] By: gsar                                  on 2000/08/16  23:53:42
16519         Log: change#6328 could make close(SOCKET) return false on windows
16520              when it shouldn't
16521      Branch: perl
16522            ! win32/win32sck.c
16523 ____________________________________________________________________________
16524 [  6656] By: gsar                                  on 2000/08/16  23:46:57
16525         Log: check that the number pseudo children doesn't exceed
16526              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
16527              the WaitForMultipleObjects() limit that would cause wait()
16528              to crash)
16529              
16530              wait() and waitpid() could potentially be rewritten to use
16531              more than one thread to do the waiting to eliminate this
16532              limitation
16533      Branch: perl
16534            ! win32/perlhost.h
16535 ____________________________________________________________________________
16536 [  6655] By: jhi                                   on 2000/08/16  14:11:05
16537         Log: Update Changes.
16538      Branch: perl
16539            ! Changes patchlevel.h
16540 ____________________________________________________________________________
16541 [  6654] By: jhi                                   on 2000/08/16  14:10:12
16542         Log: Update to perldebtut 1.9, from Richard Foley.
16543      Branch: perl
16544            ! pod/perldebtut.pod
16545 ____________________________________________________________________________
16546 [  6653] By: jhi                                   on 2000/08/16  14:08:17
16547         Log: Change the regx compilation error markers to use = instead of <
16548              since pod makes using the latter quite messy.  Reported in
16549              ID 20000814.006 by Abigail and in
16550              Subject: Unknown escape E<> ?
16551              From: Lupe Christoph <lupe@lupe-christoph.de>
16552              Date: Fri, 11 Aug 2000 00:30:27 +0200
16553              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
16554      Branch: perl
16555            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
16556            ! t/op/regmesg.t t/pragma/warn/regcomp
16557 ____________________________________________________________________________
16558 [  6652] By: jhi                                   on 2000/08/16  13:25:31
16559         Log: Change the perlbug address to perl.org since it's more forgiving.
16560              
16561              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
16562              From: abigail@foad.org
16563              Date: 15 Aug 2000 04:15:40 -0000
16564              Message-Id: <20000815041540.8633.qmail@foad.org>
16565      Branch: perl
16566            ! utils/perlbug.PL
16567 ____________________________________________________________________________
16568 [  6651] By: jhi                                   on 2000/08/16  13:22:35
16569         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
16570              From: Tim Jenness <timj@jach.hawaii.edu>
16571              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
16572              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
16573      Branch: perl
16574            ! lib/Cwd.pm
16575 ____________________________________________________________________________
16576 [  6650] By: jhi                                   on 2000/08/16  13:18:13
16577         Log: Update to CPAN 1.57.
16578              
16579              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
16580              From: andreas.koenig@anima.de (Andreas J. Koenig)
16581              Date: 16 Aug 2000 15:09:46 +0200
16582              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
16583      Branch: perl
16584            ! lib/CPAN.pm
16585 ____________________________________________________________________________
16586 [  6649] By: jhi                                   on 2000/08/16  13:12:31
16587         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
16588              From: "Larry W. Virden" <lvirden@cas.org>
16589              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
16590              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
16591      Branch: perl
16592            ! README.hpux
16593 ____________________________________________________________________________
16594 [  6648] By: jhi                                   on 2000/08/16  13:03:53
16595         Log: The numeric locale was reset to "C" by s?printf and never restored.
16596              
16597              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
16598              From: Christian Kirsch <ck@held.mind.de>
16599              Date: Wed, 9 Aug 2000 17:05:17 +0200
16600              Message-Id: <20000809170517.A25389@held>
16601              
16602              No test since adding the failing example to locale.t
16603              does not fail -- probably because the locale settings are so
16604              thoroughly tweaked by that time.  Running the example standalone
16605              does fail, though.  UPDATE: test case added at change #7540.
16606      Branch: perl
16607            ! dump.c perl.h pp.c pp_ctl.c sv.c
16608 ____________________________________________________________________________
16609 [  6647] By: jhi                                   on 2000/08/16  00:07:54
16610         Log: Update Changes and test semi-automatic patchlevel updating.
16611      Branch: perl
16612            ! Changes patchlevel.h
16613 ____________________________________________________________________________
16614 [  6646] By: jhi                                   on 2000/08/15  23:35:07
16615         Log: Fix a dependency problem.
16616              
16617              Subject: [PATCH: 6640] VMS Makefile.SH update
16618              From: Peter Prymmer <pvhp@forte.com>
16619              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
16620              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
16621      Branch: perl
16622            ! vms/descrip_mms.template
16623 ____________________________________________________________________________
16624 [  6645] By: jhi                                   on 2000/08/15  23:33:23
16625         Log: (Retracted by #6660)
16626              
16627              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
16628              From: Dominic Dunlop <domo@computer.org>
16629              Date: Tue, 15 Aug 2000 22:20:52 +0200
16630              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
16631      Branch: metaconfig/U/perl
16632            + d_printfed.U
16633      Branch: perl
16634            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16635            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
16636            ! t/op/sprintf.t
16637 ____________________________________________________________________________
16638 [  6644] By: jhi                                   on 2000/08/15  21:17:20
16639         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
16640              From: abigail@foad.org
16641              Date: 15 Aug 2000 20:12:41 -0000
16642              Message-Id: <20000815201241.25556.qmail@foad.org>
16643      Branch: perl
16644            ! INSTALL
16645 ____________________________________________________________________________
16646 [  6643] By: jhi                                   on 2000/08/15  21:15:28
16647         Log: (an already applied patch)
16648      Branch: perl
16649            ! lib/CGI.pm
16650 ____________________________________________________________________________
16651 [  6642] By: gsar                                  on 2000/08/15  19:54:05
16652         Log: magic callbacks all need to have same type signature
16653      Branch: perl
16654            ! embed.pl mg.c proto.h
16655 ____________________________________________________________________________
16656 [  6641] By: jhi                                   on 2000/08/15  17:56:27
16657         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)
16658              From: Mike Guy <mjtg@cam.ac.uk>
16659              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
16660              Date: Tue, 15 Aug 2000 18:26:45 +0100
16661              
16662              Only the peek.t part applied, not the hash quality part.
16663      Branch: perl
16664            ! t/lib/peek.t
16665 ____________________________________________________________________________
16666 [  6640] By: jhi                                   on 2000/08/15  16:37:37
16667         Log: Update Changes.
16668      Branch: perl
16669            ! Changes
16670 ____________________________________________________________________________
16671 [  6639] By: jhi                                   on 2000/08/15  16:34:55
16672         Log: Missed a file from #6638.
16673      Branch: perl
16674            ! lib/File/Temp.pm
16675 ____________________________________________________________________________
16676 [  6638] By: jhi                                   on 2000/08/15  16:33:19
16677         Log: Subject: [PATCH perl@6620] cygwin port
16678              From: "Fifer, Eric" <EFifer@sanwaint.com>
16679              Date: Tue, 15 Aug 2000 17:00:49 +0100
16680              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
16681      Branch: perl
16682            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
16683 ____________________________________________________________________________
16684 [  6637] By: jhi                                   on 2000/08/15  16:29:22
16685         Log: Subject: [PATCH] debugger exit code should reflect user exit code
16686              From: Mike Guy <mjtg@cam.ac.uk>
16687              Date: Tue, 15 Aug 2000 16:55:59 +0100
16688              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
16689      Branch: perl
16690            ! lib/perl5db.pl
16691 ____________________________________________________________________________
16692 [  6636] By: jhi                                   on 2000/08/15  15:30:58
16693         Log: Update Changes.
16694      Branch: perl
16695            ! Changes
16696 ____________________________________________________________________________
16697 [  6635] By: jhi                                   on 2000/08/15  15:27:21
16698         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
16699      Branch: metaconfig
16700            ! U/mkglossary U/mksample
16701      Branch: metaconfig/U/perl
16702            ! Devel.U
16703      Branch: perl
16704            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16705 ____________________________________________________________________________
16706 [  6634] By: jhi                                   on 2000/08/15  14:11:55
16707         Log: Don't blow limited stacks, a lower number is enough to
16708              tickle the lookbehind limit.
16709              
16710              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
16711              From: Dominic Dunlop <domo@computer.org>
16712              Date: Tue, 15 Aug 2000 13:51:24 +0200
16713              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
16714      Branch: perl
16715            ! t/op/regmesg.t
16716 ____________________________________________________________________________
16717 [  6633] By: jhi                                   on 2000/08/15  14:01:46
16718         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
16719              From: Mike Guy <mjtg@cam.ac.uk>
16720              Date: Tue, 15 Aug 2000 12:10:50 +0100
16721              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
16722      Branch: perl
16723            ! utils/perldoc.PL
16724 ____________________________________________________________________________
16725 [  6632] By: jhi                                   on 2000/08/15  13:58:48
16726         Log: make ok etc also for win32.
16727              
16728              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
16729              From: Prymmer/Kahn <pvhp@best.com>
16730              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
16731              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
16732      Branch: perl
16733            ! win32/Makefile
16734 ____________________________________________________________________________
16735 [  6631] By: jhi                                   on 2000/08/15  13:45:03
16736         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
16737      Branch: perl
16738            ! lib/Test.pm
16739 ____________________________________________________________________________
16740 [  6630] By: jhi                                   on 2000/08/15  03:25:09
16741         Log: Update Changes.
16742      Branch: perl
16743            ! Changes
16744 ____________________________________________________________________________
16745 [  6629] By: jhi                                   on 2000/08/15  03:23:53
16746         Log: magic_regdatum_set() is void, not int.
16747      Branch: perl
16748            ! embed.pl mg.c proto.h
16749 ____________________________________________________________________________
16750 [  6628] By: jhi                                   on 2000/08/15  03:08:02
16751         Log: Make the user to give up his firstborn, err, to knowingly
16752              verify installing an unstable developer release.  Also bump
16753              the release to 5.7.0, but leave a patch tag in the local
16754              patches saying that this is not yet the real thing.
16755      Branch: metaconfig
16756            ! U/modified/Instruct.U
16757      Branch: metaconfig/U/perl
16758            + Devel.U
16759      Branch: perl
16760            ! Configure patchlevel.h
16761 ____________________________________________________________________________
16762 [  6627] By: jhi                                   on 2000/08/14  22:32:52
16763         Log: README.os2 update.
16764              
16765              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
16766              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16767              Date: Wed, 02 Aug 2000 21:55:09 -0700
16768              Message-ID: <tsPi5gzkgegX092yn@efn.org>
16769      Branch: perl
16770            ! README.os2
16771 ____________________________________________________________________________
16772 [  6626] By: jhi                                   on 2000/08/14  21:00:02
16773         Log: Subject: Re: File::Temp problems on VMS in bleedperl
16774              From: Tim Jenness <timj@jach.hawaii.edu>
16775              cc: vmsperl@perl.org
16776              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
16777              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
16778      Branch: perl
16779            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
16780 ____________________________________________________________________________
16781 [  6625] By: jhi                                   on 2000/08/14  20:52:16
16782         Log: Add SUIDMAIL as was done for the CERT alert.
16783      Branch: perl
16784            ! patchlevel.h
16785 ____________________________________________________________________________
16786 [  6624] By: jhi                                   on 2000/08/14  20:48:50
16787         Log: Subject: sfio2000
16788              From: Daniel Muino <dmuino@afip.gov.ar>
16789              Date: Mon, 14 Aug 2000 16:58:11 -0300
16790              Message-ID: <20000814165811.B16368@con2-dgi>
16791      Branch: perl
16792            ! perlsdio.h perlsfio.h
16793 ____________________________________________________________________________
16794 [  6623] By: jhi                                   on 2000/08/14  20:47:36
16795         Log: Subject: warning: storage class after type is obsolescent
16796              From: Daniel Muino <dmuino@afip.gov.ar>
16797              Date: Mon, 14 Aug 2000 16:42:47 -0300
16798              Message-ID: <20000814164247.A16368@con2-dgi>
16799      Branch: perl
16800            ! regcomp.pl regnodes.h
16801 ____________________________________________________________________________
16802 [  6622] By: jhi                                   on 2000/08/14  20:43:05
16803         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
16804              From: abigail@foad.org
16805              Date: 14 Aug 2000 20:00:10 -0000
16806              Message-Id: <20000814200010.27271.qmail@foad.org>
16807      Branch: perl
16808            ! Changes
16809 ____________________________________________________________________________
16810 [  6621] By: jhi                                   on 2000/08/14  15:23:05
16811         Log: Update Changes.
16812      Branch: perl
16813            ! Changes
16814 ____________________________________________________________________________
16815 [  6620] By: jhi                                   on 2000/08/14  15:22:14
16816         Log: Subject: Re: [PATCH] @+, @- readonly
16817              From: Mike Guy <mjtg@cam.ac.uk>
16818              Date: Mon, 14 Aug 2000 15:26:55 +0100
16819              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
16820      Branch: perl
16821            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
16822            ! sv.c t/op/pat.t
16823 ____________________________________________________________________________
16824 [  6619] By: jhi                                   on 2000/08/14  14:12:08
16825         Log: Update Changes.
16826      Branch: perl
16827            ! Changes
16828 ____________________________________________________________________________
16829 [  6618] By: jhi                                   on 2000/08/14  14:09:34
16830         Log: For now remove the mail code.
16831      Branch: perl
16832            ! perl.c
16833 ____________________________________________________________________________
16834 [  6617] By: jhi                                   on 2000/08/14  14:08:28
16835         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
16836      Branch: perl
16837            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
16838            ! pod/perlfaq8.pod pod/perlsec.pod
16839 ____________________________________________________________________________
16840 [  6616] By: jhi                                   on 2000/08/14  14:00:11
16841         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
16842              From: Mike Guy <mjtg@cam.ac.uk>
16843              Date: Mon, 14 Aug 2000 08:26:02 +0100
16844              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
16845      Branch: perl
16846            ! lib/perl5db.pl
16847 ____________________________________________________________________________
16848 [  6615] By: jhi                                   on 2000/08/14  13:58:45
16849         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
16850              From: Mike Guy <mjtg@cam.ac.uk>
16851              Date: Mon, 14 Aug 2000 08:04:22 +0100
16852              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
16853      Branch: perl
16854            ! gv.c mg.c t/op/pat.t
16855 ____________________________________________________________________________
16856 [  6614] By: jhi                                   on 2000/08/14  13:56:45
16857         Log: Subject: Test fails / warnings with perl-current #6612
16858              From: Mike Guy <mjtg@cam.ac.uk>
16859              Date: Mon, 14 Aug 2000 07:57:23 +0100
16860              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
16861      Branch: perl
16862            ! t/lib/b.t t/lib/peek.t
16863 ____________________________________________________________________________
16864 [  6613] By: jhi                                   on 2000/08/14  13:45:33
16865         Log: VMS configure.com update continues.
16866      Branch: perl
16867            - vms/configure.com
16868            ! MANIFEST configure.com
16869 ____________________________________________________________________________
16870 [  6612] By: jhi                                   on 2000/08/13  22:13:35
16871         Log: Update Changes.
16872      Branch: perl
16873            ! Changes
16874 ____________________________________________________________________________
16875 [  6611] By: jhi                                   on 2000/08/13  16:21:45
16876         Log: Upgrade to CGI 2.71, from Lincoln Stein.
16877      Branch: perl
16878            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
16879 ____________________________________________________________________________
16880 [  6610] By: jhi                                   on 2000/08/13  15:09:16
16881         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
16882              From: Mike Guy <mjtg@cam.ac.uk>
16883              Date: Sun, 13 Aug 2000 13:45:51 +0100
16884              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
16885      Branch: perl
16886            ! t/op/regmesg.t
16887 ____________________________________________________________________________
16888 [  6609] By: jhi                                   on 2000/08/13  14:31:26
16889         Log: Andreas says that 1.56 is fine, so reverting back to it.
16890      Branch: perl
16891            ! lib/CPAN.pm
16892 ____________________________________________________________________________
16893 [  6608] By: jhi                                   on 2000/08/13  05:34:20
16894         Log: Update Changes.
16895      Branch: perl
16896            ! Changes
16897 ____________________________________________________________________________
16898 [  6607] By: jhi                                   on 2000/08/13  05:32:01
16899         Log: Put back the \z changes of #5406 to CPAN.pm.
16900      Branch: perl
16901            ! lib/CPAN.pm
16902 ____________________________________________________________________________
16903 [  6606] By: jhi                                   on 2000/08/13  05:20:16
16904         Log: Fix-n-skip the tests under 5005threads.
16905      Branch: perl
16906            ! t/lib/b.t
16907 ____________________________________________________________________________
16908 [  6605] By: jhi                                   on 2000/08/13  05:07:48
16909         Log: Fix the test for 5005threads.
16910      Branch: perl
16911            ! t/lib/peek.t
16912 ____________________________________________________________________________
16913 [  6604] By: jhi                                   on 2000/08/13  03:35:37
16914         Log: Should have deleted this in #6603.
16915      Branch: perl
16916            - vms/subconfigure.com
16917 ____________________________________________________________________________
16918 [  6603] By: jhi                                   on 2000/08/12  18:29:32
16919         Log: Rewrite of vms/subconfigure.com as configure.com,
16920              from Peter Prymmer and the vmsperl crew.
16921      Branch: perl
16922            + vms/configure.com
16923            ! MANIFEST
16924 ____________________________________________________________________________
16925 [  6602] By: jhi                                   on 2000/08/11  13:00:01
16926         Log: PlainText.pm is dead.
16927      Branch: perl
16928            - lib/Pod/PlainText.pm
16929            ! MANIFEST
16930 ____________________________________________________________________________
16931 [  6601] By: jhi                                   on 2000/08/11  04:06:45
16932         Log: Update Changes.
16933      Branch: perl
16934            ! Changes
16935 ____________________________________________________________________________
16936 [  6600] By: jhi                                   on 2000/08/11  04:06:10
16937         Log: Add a few missing files, update MANIFEST.
16938      Branch: perl
16939            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
16940            + lib/Pod/PlainText.pm t/pod/find.t
16941            ! MANIFEST t/op/regmesg.t
16942 ____________________________________________________________________________
16943 [  6599] By: jhi                                   on 2000/08/11  03:31:10
16944         Log: Add Perl debugging tutorial, regen toc. 
16945              
16946              Subject: perldebtut.pod
16947              From: Richard Foley <Richard.Foley@m.dasa.de>
16948              Date: Wed, 09 Aug 2000 10:17:15 +0200
16949              Message-id: <3991138B.262247B8@m.dasa.de>
16950      Branch: perl
16951            + pod/perldebtut.pod
16952            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
16953 ____________________________________________________________________________
16954 [  6598] By: jhi                                   on 2000/08/11  02:48:56
16955         Log: tiny Changes edit
16956      Branch: perl
16957            ! Changes
16958 ____________________________________________________________________________
16959 [  6597] By: jhi                                   on 2000/08/11  02:39:04
16960         Log: Tests for #6589.
16961              
16962              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
16963              From: simon@brecon.co.uk (Simon Cozens)
16964              Date: 11 Aug 2000 02:24:52 GMT
16965              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
16966      Branch: perl
16967            ! t/lib/b.t
16968 ____________________________________________________________________________
16969 [  6596] By: jhi                                   on 2000/08/11  01:50:07
16970         Log: Update Changes.
16971      Branch: perl
16972            ! Changes
16973 ____________________________________________________________________________
16974 [  6595] By: jhi                                   on 2000/08/11  01:47:16
16975         Log: nitfix
16976      Branch: perl
16977            ! Changes
16978 ____________________________________________________________________________
16979 [  6594] By: jhi                                   on 2000/08/11  01:36:16
16980         Log: Subject: Getting perlio and threads to compile
16981              From: Lupe Christoph <lupe@lupe-christoph.de>
16982              Date: Wed, 9 Aug 2000 11:35:54 +0200
16983              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
16984              
16985              (the Solaris version changes in Configure skipped)
16986      Branch: perl
16987            ! hints/solaris_2.sh thread.h
16988 ____________________________________________________________________________
16989 [  6593] By: jhi                                   on 2000/08/11  01:30:16
16990         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
16991              From: simon@brecon.co.uk (Simon Cozens)
16992              Date: 1 Aug 2000 06:55:19 GMT
16993              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
16994      Branch: perl
16995            ! lib/utf8.pm
16996 ____________________________________________________________________________
16997 [  6592] By: jhi                                   on 2000/08/11  01:26:39
16998         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
16999              From: Peter Scott <Peter@PeterScott.com>
17000              Date: Thu, 10 Aug 2000 08:23:27 -0700
17001              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
17002      Branch: perl
17003            ! lib/perl5db.pl
17004 ____________________________________________________________________________
17005 [  6591] By: jhi                                   on 2000/08/11  01:22:02
17006         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
17007              From: Hugo <hv@crypt.compulink.co.uk>
17008              Date: Thu, 10 Aug 2000 19:23:04 +0100
17009              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
17010      Branch: perl
17011            ! regexec.c t/op/pat.t
17012 ____________________________________________________________________________
17013 [  6590] By: jhi                                   on 2000/08/11  01:19:19
17014         Log: Preprocessing and postprocessing for File::Find.
17015              
17016              Subject: Patch to Find::File.pm to allow alphabetical results
17017              From: Joe Smith <jsmith@inwap.com>
17018              Date: Wed, 9 Aug 2000 02:44:54 -0700
17019              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
17020      Branch: perl
17021            ! lib/File/Find.pm
17022 ____________________________________________________________________________
17023 [  6589] By: jhi                                   on 2000/08/11  01:12:39
17024         Log: B::Deparse didn't do sub attributes.
17025              
17026              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
17027              From: simon@brecon.co.uk (Simon Cozens)
17028              Date: 9 Aug 2000 04:49:20 GMT
17029              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
17030      Branch: perl
17031            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
17032 ____________________________________________________________________________
17033 [  6588] By: jhi                                   on 2000/08/11  01:06:40
17034         Log: Subject: debugger "d" command doesnt check line number
17035              From: Mike Guy <mjtg@cam.ac.uk>
17036              Date: Tue, 08 Aug 2000 21:54:29 +0100
17037              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
17038      Branch: perl
17039            ! lib/perl5db.pl mg.c pod/perldiag.pod
17040 ____________________________________________________________________________
17041 [  6587] By: jhi                                   on 2000/08/11  00:45:03
17042         Log: sleep(1) does not necessarily return 1.
17043              
17044              Subject: [PATCH bleadperl] op/lex_assign.t  
17045              From: Hugo <hv@crypt.compulink.co.uk>
17046              Date: Thu, 03 Aug 2000 14:34:22 +0100        
17047              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
17048      Branch: perl
17049            ! t/op/lex_assign.t
17050 ____________________________________________________________________________
17051 [  6586] By: jhi                                   on 2000/08/11  00:31:50
17052         Log: Document the IO::Select timeout.
17053      Branch: perl
17054            ! ext/IO/lib/IO/Select.pm
17055 ____________________________________________________________________________
17056 [  6585] By: jhi                                   on 2000/08/11  00:13:54
17057         Log: Forgot contributor.
17058      Branch: perl
17059            ! Changes
17060 ____________________________________________________________________________
17061 [  6584] By: jhi                                   on 2000/08/11  00:09:19
17062         Log: detypo
17063      Branch: perl
17064            ! Changes
17065 ____________________________________________________________________________
17066 [  6583] By: jhi                                   on 2000/08/11  00:07:53
17067         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
17068              
17069              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
17070              From: Mike Guy <mjtg@cam.ac.uk> 
17071              Date: Thu, 10 Aug 2000 15:50:54 +0100
17072              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
17073      Branch: perl
17074            ! sv.c t/op/int.t
17075 ____________________________________________________________________________
17076 [  6582] By: jhi                                   on 2000/08/10  23:29:32
17077         Log: Update Changes.
17078      Branch: perl
17079            ! Changes
17080 ____________________________________________________________________________
17081 [  6581] By: jhi                                   on 2000/08/10  23:26:16
17082         Log: Put back the std @INC thing.
17083      Branch: perl
17084            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
17085            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
17086            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
17087            ! t/lib/gol-oo.t
17088 ____________________________________________________________________________
17089 [  6580] By: jhi                                   on 2000/08/10  23:03:34
17090         Log: Update to CGI 2.70, from Lincoln Stein.
17091      Branch: perl
17092            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
17093            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
17094            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
17095            ! t/lib/cgi-request.t
17096 ____________________________________________________________________________
17097 [  6579] By: jhi                                   on 2000/08/10  22:41:50
17098         Log: Update to CPAN 1.56, from Andreas König.
17099      Branch: perl
17100            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
17101 ____________________________________________________________________________
17102 [  6578] By: jhi                                   on 2000/08/10  22:38:13
17103         Log: Update to Pod::Parser 1.17, from Brad Appleton.
17104      Branch: perl
17105            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
17106            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
17107            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
17108            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
17109            ! t/pod/include.t t/pod/included.t t/pod/lref.t
17110            ! t/pod/multiline_items.t t/pod/nested_items.t
17111            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
17112            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
17113            ! t/pod/special_seqs.t
17114 ____________________________________________________________________________
17115 [  6577] By: jhi                                   on 2000/08/10  22:35:41
17116         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
17117      Branch: perl
17118            ! AUTHORS MAINTAIN
17119 ____________________________________________________________________________
17120 [  6576] By: jhi                                   on 2000/08/10  22:24:54
17121         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
17122      Branch: perl
17123            + t/lib/gol-oo.t
17124            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
17125            ! t/lib/gol-compat.t t/lib/gol-linkage.t
17126 ____________________________________________________________________________
17127 [  6575] By: jhi                                   on 2000/08/10  22:02:07
17128         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
17129      Branch: perl
17130            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
17131 ____________________________________________________________________________
17132 [  6574] By: jhi                                   on 2000/08/10  21:55:03
17133         Log: Iterating perl6 description.
17134      Branch: perl
17135            ! pod/perlfaq1.pod
17136 ____________________________________________________________________________
17137 [  6573] By: jhi                                   on 2000/08/10  21:48:26
17138         Log: Revert the sv.c part of #6559, a better fix is needed.
17139      Branch: perl
17140            ! sv.c
17141 ____________________________________________________________________________
17142 [  6572] By: jhi                                   on 2000/08/10  20:33:43
17143         Log: It's the 2ndO'ROSSC.
17144      Branch: perl
17145            ! pod/perlfaq1.pod
17146 ____________________________________________________________________________
17147 [  6571] By: jhi                                   on 2000/08/10  15:55:48
17148         Log: detypo
17149      Branch: perl
17150            ! pod/perlfaq1.pod
17151 ____________________________________________________________________________
17152 [  6570] By: jhi                                   on 2000/08/10  14:11:17
17153         Log: An exceptionally sticky typo.
17154      Branch: perl
17155            ! Changes
17156 ____________________________________________________________________________
17157 [  6569] By: jhi                                   on 2000/08/10  14:09:33
17158         Log: detypo (and test Changes updating script)
17159      Branch: perl
17160            ! Changes
17161 ____________________________________________________________________________
17162 [  6568] By: jhi                                   on 2000/08/10  14:07:07
17163         Log: Update Changes.
17164      Branch: perl
17165            ! Changes
17166 ____________________________________________________________________________
17167 [  6567] By: jhi                                   on 2000/08/10  14:06:19
17168         Log: Amend the description of Perl6.
17169              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
17170              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
17171              Date: Wed, 9 Aug 2000 22:11:06 -0500
17172              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
17173      Branch: perl
17174            ! pod/perlfaq1.pod
17175 ____________________________________________________________________________
17176 [  6566] By: jhi                                   on 2000/08/10  13:58:57
17177         Log: Subject: Remove dead entry in perldiag
17178              From: Mike Guy <mjtg@cam.ac.uk>
17179              Date: Thu, 10 Aug 2000 14:19:19 +0100
17180              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
17181      Branch: perl
17182            ! pod/perldiag.pod
17183 ____________________________________________________________________________
17184 [  6565] By: jhi                                   on 2000/08/10  13:51:48
17185         Log: Zero entries were skipped, fix from Adrian Goalby
17186              <argoalby@yahoo.co.uk>
17187      Branch: perl
17188            ! lib/unicode/Number.pl lib/unicode/mktables.PL
17189 ____________________________________________________________________________
17190 [  6564] By: jhi                                   on 2000/08/10  13:00:12
17191         Log: Subject: [PATCH 5.6.0] cygwin port
17192              From: "Fifer, Eric" <EFifer@sanwaint.com>
17193              Date: Thu, 10 Aug 2000 13:15:36 +0100
17194              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
17195      Branch: perl
17196            ! README.cygwin hints/cygwin.sh
17197 ____________________________________________________________________________
17198 [  6563] By: jhi                                   on 2000/08/10  12:55:16
17199         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
17200      Branch: perl
17201            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
17202 ____________________________________________________________________________
17203 [  6562] By: gsar                                  on 2000/08/10  08:38:39
17204         Log: warn is a macro, avoid using at a variable to avoid warnings
17205              in some configurations; readdir.t is too conservative in
17206              estimating number of *.t's
17207      Branch: perl
17208            ! t/op/readdir.t util.c
17209 ____________________________________________________________________________
17210 [  6561] By: jhi                                   on 2000/08/09  23:35:42
17211         Log: Update Changes.
17212      Branch: perl
17213            ! Changes
17214 ____________________________________________________________________________
17215 [  6560] By: jhi                                   on 2000/08/09  23:05:47
17216         Log: Subject: Re: enhanced(?) regex error messages
17217              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
17218              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
17219              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
17220              
17221              (plus two small patches sent privately)
17222              (this still seems to leave few test failures)
17223      Branch: perl
17224            + t/op/regmesg.t
17225            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
17226            ! t/pragma/warn/regcomp
17227 ____________________________________________________________________________
17228 [  6559] By: jhi                                   on 2000/08/09  20:41:18
17229         Log: (The fix did work but was not right, retracted in #6573)
17230              
17231              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
17232              From: Christian Kirsch <ck@held.mind.de>
17233              Date: Wed, 9 Aug 2000 17:05:17 +0200
17234              Message-Id: <20000809170517.A25389@held>
17235      Branch: perl
17236            ! sv.c t/pragma/locale.t
17237 ____________________________________________________________________________
17238 [  6558] By: jhi                                   on 2000/08/08  22:34:08
17239         Log: Tiny updates on the contributors list.
17240      Branch: perl
17241            ! Changes
17242 ____________________________________________________________________________
17243 [  6557] By: jhi                                   on 2000/08/08  19:34:28
17244         Log: Double check that we have a dirhandle.
17245      Branch: perl
17246            ! util.c
17247 ____________________________________________________________________________
17248 [  6556] By: jhi                                   on 2000/08/08  19:01:51
17249         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
17250              May be repopulated with fresh maintained examples.
17251      Branch: perl
17252            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
17253            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
17254            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
17255            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
17256            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
17257            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
17258            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
17259            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
17260            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
17261            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
17262            + lib/CGI/eg/wilogo_gif.uu
17263            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
17264            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
17265            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
17266            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
17267            - eg/cgi/frameset.cgi eg/cgi/index.html
17268            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
17269            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
17270            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
17271            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
17272            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
17273            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
17274            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
17275            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
17276            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
17277            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
17278            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
17279            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
17280            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
17281            - eg/van/vanish eg/who eg/wrapsuid
17282            ! MANIFEST
17283 ____________________________________________________________________________
17284 [  6555] By: jhi                                   on 2000/08/08  18:51:08
17285         Log: Delete chat2 as requested by Randal.
17286              
17287              Subject: Re: perlfaq8 coyness
17288              From: merlyn@stonehenge.com (Randal L. Schwartz) 
17289              Date: 15 May 2000 18:52:42 -0700 
17290              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
17291      Branch: perl
17292            - lib/chat2.pl
17293            ! MANIFEST
17294 ____________________________________________________________________________
17295 [  6554] By: jhi                                   on 2000/08/08  18:31:35
17296         Log: Regen global.sym.
17297      Branch: perl
17298            ! global.sym
17299 ____________________________________________________________________________
17300 [  6553] By: jhi                                   on 2000/08/08  18:28:13
17301         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
17302              (either perlbug or p5p ate the original), plus regen
17303              perlapi and perltoc. 
17304      Branch: perl
17305            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
17306            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
17307            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
17308            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
17309            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
17310            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
17311            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
17312            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
17313            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
17314            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
17315 ____________________________________________________________________________
17316 [  6552] By: jhi                                   on 2000/08/08  18:06:29
17317         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
17318              From: Mike Guy <mjtg@cam.ac.uk>
17319              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
17320              Date: Tue, 08 Aug 2000 15:51:27 +0100
17321      Branch: perl
17322            ! doop.c sv.h t/op/join.t t/pragma/overload.t
17323 ____________________________________________________________________________
17324 [  6551] By: jhi                                   on 2000/08/08  18:01:11
17325         Log: Re-apply #6549.
17326      Branch: perl
17327            ! lib/perl5db.pl
17328 ____________________________________________________________________________
17329 [  6550] By: jhi                                   on 2000/08/08  17:43:08
17330         Log: Accidental retraction of #6549.
17331      Branch: perl
17332            ! lib/perl5db.pl
17333 ____________________________________________________________________________
17334 [  6549] By: jhi                                   on 2000/08/08  17:40:04
17335         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
17336              From: Mike Guy <mjtg@cam.ac.uk>
17337              Date: Mon, 07 Aug 2000 21:49:58 +0100
17338              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
17339      Branch: perl
17340            ! lib/perl5db.pl
17341 ____________________________________________________________________________
17342 [  6548] By: jhi                                   on 2000/08/08  17:37:57
17343         Log: Document here-doc better.
17344              
17345              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
17346              From: Mike Guy <mjtg@cam.ac.uk>
17347              Date: Mon, 07 Aug 2000 14:02:09 +0100
17348              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
17349      Branch: perl
17350            ! pod/perldata.pod
17351 ____________________________________________________________________________
17352 [  6547] By: jhi                                   on 2000/08/08  17:33:34
17353         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
17354              From: "Randy J. Ray" <rjray@redhat.com>
17355              Date: Mon, 07 Aug 2000 19:12:25 -0700
17356              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
17357      Branch: perl
17358            ! perl.c pod/perlrun.pod
17359 ____________________________________________________________________________
17360 [  6546] By: jhi                                   on 2000/08/08  17:29:26
17361         Log: Subject: Re: enhanced(?) regex error messages 
17362              From: Hugo <hv@crypt.compulink.co.uk>
17363              Date: Tue, 08 Aug 2000 03:25:51 +0100
17364              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
17365              
17366              plus Capitalize the error messages, plus perldiag them.
17367      Branch: perl
17368            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
17369 ____________________________________________________________________________
17370 [  6545] By: jhi                                   on 2000/08/08  13:59:28
17371         Log: Augment #6539 a bit: don't croak if there's magic in the air.
17372              
17373              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
17374              From: Hugo <hv@crypt.compulink.co.uk>
17375              Date: Tue, 08 Aug 2000 03:02:03 +0100
17376              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
17377      Branch: perl
17378            ! pp.c t/op/bless.t
17379 ____________________________________________________________________________
17380 [  6544] By: jhi                                   on 2000/08/07  21:11:52
17381         Log: Make the test -w clean.
17382      Branch: perl
17383            ! t/op/bless.t
17384 ____________________________________________________________________________
17385 [  6543] By: jhi                                   on 2000/08/07  19:49:53
17386         Log: use warnings instead of $^W.
17387      Branch: perl
17388            ! t/op/bless.t
17389 ____________________________________________________________________________
17390 [  6542] By: jhi                                   on 2000/08/07  17:41:41
17391         Log: Disable a portability warning Because We Know What We Are Doing.
17392      Branch: perl
17393            ! t/op/bless.t
17394 ____________________________________________________________________________
17395 [  6541] By: jhi                                   on 2000/08/07  17:29:51
17396         Log: Tiny tidying on report_evil_fh().
17397      Branch: perl
17398            ! util.c
17399 ____________________________________________________________________________
17400 [  6540] By: jhi                                   on 2000/08/07  16:37:38
17401         Log: Make regular expression parse error messages easier to understand.
17402              
17403              Subject: Re: enhanced(?) regex error messages
17404              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
17405              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
17406              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
17407      Branch: perl
17408            ! regcomp.c
17409 ____________________________________________________________________________
17410 [  6539] By: jhi                                   on 2000/08/07  16:12:27
17411         Log: Make bless(REF, REF) a fatal error, add bless tests.
17412              
17413              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
17414              From: Hugo <hv@crypt.compulink.co.uk>
17415              Date: Mon, 07 Aug 2000 16:59:38 +0100
17416              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
17417      Branch: perl
17418            + t/op/bless.t
17419            ! MANIFEST pod/perldiag.pod pp.c sv.c
17420 ____________________________________________________________________________
17421 [  6538] By: jhi                                   on 2000/08/07  15:59:43
17422         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
17423              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
17424              Date: Thu, 3 Aug 2000 14:29:21 -0700
17425              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
17426      Branch: perl
17427            ! lib/lib_pm.PL
17428 ____________________________________________________________________________
17429 [  6537] By: jhi                                   on 2000/08/07  15:47:18
17430         Log: Retract #6419 for now since it breaks in AFS and MachTen.
17431      Branch: perl
17432            ! lib/Cwd.pm
17433 ____________________________________________________________________________
17434 [  6536] By: jhi                                   on 2000/08/07  15:05:29
17435         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
17436              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
17437              The security hole exists only in suidperls, which isn't
17438              installed or even built by default.
17439      Branch: perl
17440            ! perl.c
17441 ____________________________________________________________________________
17442 [  6535] By: jhi                                   on 2000/08/07  14:45:14
17443         Log: tr memory corruption fix from Simon Cozens.
17444      Branch: perl
17445            ! doop.c
17446 ____________________________________________________________________________
17447 [  6534] By: jhi                                   on 2000/08/06  11:38:16
17448         Log: Document a bit that UDP is not what you might think.
17449              
17450              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
17451              From: Lupe Christoph <lupe@lupe-christoph.de>
17452              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
17453              Date: Mon, 24 Jul 2000 08:59:15 +0200
17454      Branch: perl
17455            ! pod/perlipc.pod
17456 ____________________________________________________________________________
17457 [  6533] By: jhi                                   on 2000/08/06  11:35:01
17458         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
17459              From: Jeff Pinyan <jeffp@hut.crusoe.net>
17460              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
17461              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
17462      Branch: perl
17463            ! pod/perlfunc.pod
17464 ____________________________________________________________________________
17465 [  6532] By: jhi                                   on 2000/08/06  03:45:41
17466         Log: Have symbols for the IoTYPEs.
17467      Branch: perl
17468            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
17469 ____________________________________________________________________________
17470 [  6531] By: jhi                                   on 2000/08/06  01:33:55
17471         Log: Continue fixing the io warnings.  This also
17472              sort of fixes bug ID 20000802.003: the core dump
17473              is no more.  Whether the current behaviour is correct
17474              (giving a warning: "Not a format reference"), is another matter.
17475      Branch: perl
17476            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
17477            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
17478 ____________________________________________________________________________
17479 [  6530] By: jhi                                   on 2000/08/05  21:33:12
17480         Log: Change the Policy policy: now -Dprefix= with an existing
17481              Policy.sh and prefix == siteprefix == vendorprefix, then all
17482              of them follow along the new prefix.
17483              
17484              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
17485              From: Andy Dougherty <doughera@lafayette.edu>
17486              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
17487              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
17488      Branch: perl
17489            ! Policy_sh.SH
17490 ____________________________________________________________________________
17491 [  6529] By: jhi                                   on 2000/08/05  18:57:28
17492         Log: Zap lib/Sys directory when cleaning up.
17493      Branch: perl
17494            ! Makefile.SH
17495 ____________________________________________________________________________
17496 [  6528] By: jhi                                   on 2000/08/05  18:40:44
17497         Log: Essential prototype changes were missing from #6527.
17498              Also make report_evil_fh() more bomb-proof.
17499      Branch: perl
17500            ! embed.h util.c
17501 ____________________________________________________________________________
17502 [  6527] By: jhi                                   on 2000/08/05  03:22:05
17503         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
17504              From: "Ronald F. Guilmette" <rfg@monkeys.com>
17505              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
17506              Message-Id: <200007242247.PAA52177@monkeys.com>
17507      Branch: perl
17508            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
17509 ____________________________________________________________________________
17510 [  6526] By: jhi                                   on 2000/08/04  21:23:27
17511         Log: gcc versions might have (parentheses) in them.
17512      Branch: metaconfig/U/perl
17513            ! gccvers.U
17514      Branch: perl
17515            ! Configure config_h.SH
17516 ____________________________________________________________________________
17517 [  6525] By: jhi                                   on 2000/08/04  20:23:12
17518         Log: Weed buglets pointed out by
17519              
17520              From: Lupe Christoph <lupe@lupe-christoph.de>
17521              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
17522              Date: Fri, 4 Aug 2000 17:34:39 +0200
17523              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
17524      Branch: metaconfig/U/perl
17525            ! gccvers.U uselfs.U
17526      Branch: perl
17527            ! Configure config_h.SH
17528 ____________________________________________________________________________
17529 [  6524] By: jhi                                   on 2000/08/04  19:02:08
17530         Log: Warn under -w if lstat(FH) is attempted.
17531              
17532              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
17533              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
17534              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
17535              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
17536      Branch: perl
17537            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
17538            ! t/pragma/warn/pp_sys
17539 ____________________________________________________________________________
17540 [  6523] By: jhi                                   on 2000/08/04  12:31:11
17541         Log: Subject: New perlcc, take 2
17542              From: simon@brecon.co.uk (Simon Cozens)
17543              Date: 4 Aug 2000 06:21:04 GMT
17544              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
17545      Branch: perl
17546            ! utils/perlcc.PL
17547 ____________________________________________________________________________
17548 [  6522] By: jhi                                   on 2000/08/04  12:26:33
17549         Log: Subject: Re: Array vs. List context
17550              From: Daniel Chetlin <daniel@chetlin.com>
17551              Date: Fri, 4 Aug 2000 00:22:44 -0700
17552              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
17553      Branch: perl
17554            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
17555            ! pod/perlfaq4.pod
17556 ____________________________________________________________________________
17557 [  6521] By: jhi                                   on 2000/08/04  12:22:38
17558         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
17559              From: Raymund Will <ray@caldera.de>
17560              Date: Fri, 4 Aug 2000 12:07:09 +0200
17561              Message-Id: <20000804120709.A14982@caldera.de>
17562      Branch: perl
17563            ! configure.gnu
17564 ____________________________________________________________________________
17565 [  6520] By: jhi                                   on 2000/08/04  04:09:06
17566         Log: After the #6519 a warning about stat() is just that,
17567              not about a filetest, which now have their own warning.
17568      Branch: perl
17569            ! pod/perldiag.pod
17570 ____________________________________________________________________________
17571 [  6519] By: jhi                                   on 2000/08/04  04:06:30
17572         Log: In the warnings call filehandles consistently so;
17573              add "unopened" warning for stat().
17574      Branch: perl
17575            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
17576            ! t/pragma/warn/pp_sys
17577 ____________________________________________________________________________
17578 [  6518] By: jhi                                   on 2000/08/04  02:55:35
17579         Log: Subject: Minor tweak to perlvar.pod
17580              From: "Stephen P. Potter" <spp@ds.net>
17581              Date: Tue, 18 Apr 2000 09:26:03 -0400
17582              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
17583      Branch: perl
17584            ! pod/perlvar.pod
17585 ____________________________________________________________________________
17586 [  6517] By: jhi                                   on 2000/08/04  02:50:08
17587         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
17588              From: "Clinton Pierce" <cpierce1@ford.com>
17589              Date: Wed, 21 Jul 1999 16:45:31 -0400
17590              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
17591              
17592              Fix by Stephen Potter (visible in the bug db but not in p5p?)
17593      Branch: perl
17594            ! pod/perlfunc.pod pod/perlop.pod
17595 ____________________________________________________________________________
17596 [  6516] By: jhi                                   on 2000/08/04  02:09:25
17597         Log: This is 6512.  Really.
17598      Branch: perl
17599            ! dump.c
17600 ____________________________________________________________________________
17601 [  6515] By: jhi                                   on 2000/08/04  01:25:50
17602         Log: mention the idea of @( and @)
17603      Branch: perl
17604            ! Todo-5.6
17605 ____________________________________________________________________________
17606 [  6514] By: bailey                                on 2000/08/04  01:18:46
17607         Log: YA resync with mainstem, including VMS patches from others
17608      Branch: vmsperl
17609           +> (branch 48 files)
17610            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
17611           !> (integrate 354 files)
17612 ____________________________________________________________________________
17613 [  6513] By: jhi                                   on 2000/08/04  01:18:18
17614         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
17615              From: Mark Dickinson <dickins3@fas.harvard.edu>
17616              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
17617              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
17618      Branch: perl
17619            ! t/op/grent.t t/op/pwent.t
17620 ____________________________________________________________________________
17621 [  6512] By: jhi                                   on 2000/08/04  01:14:06
17622         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
17623              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17624              Date: Wed, 02 Aug 2000 10:51:01 +0100
17625              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
17626      Branch: perl
17627            ! sv.c
17628 ____________________________________________________________________________
17629 [  6511] By: jhi                                   on 2000/08/04  00:57:00
17630         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
17631              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17632              Date: Thu, 03 Aug 2000 17:20:04 -0700
17633              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
17634      Branch: metaconfig
17635            ! U/modified/Cppsym.U
17636      Branch: perl
17637            ! Configure config_h.SH
17638 ____________________________________________________________________________
17639 [  6510] By: jhi                                   on 2000/08/04  00:25:28
17640         Log: detypo
17641      Branch: perl
17642            ! Makefile.SH
17643 ____________________________________________________________________________
17644 [  6509] By: jhi                                   on 2000/08/03  23:43:18
17645         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
17646              From: Dominic Dunlop <domo@computer.org>
17647              Date: Thu, 3 Aug 2000 22:16:46 +0200
17648              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
17649      Branch: perl
17650            ! t/op/sprintf.t
17651 ____________________________________________________________________________
17652 [  6508] By: jhi                                   on 2000/08/03  23:40:37
17653         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
17654              From: Hugo <hv@crypt.compulink.co.uk>
17655              Date: Thu, 03 Aug 2000 18:25:30 +0100
17656              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
17657      Branch: perl
17658            ! regcomp.c t/op/re_tests
17659 ____________________________________________________________________________
17660 [  6507] By: jhi                                   on 2000/08/03  23:38:28
17661         Log: Subject: [PATCH] sv.h documentation - SvLEN
17662              From: Mike Guy <mjtg@cam.ac.uk>
17663              Date: Thu, 03 Aug 2000 14:43:09 +0100
17664              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
17665      Branch: perl
17666            ! sv.h
17667 ____________________________________________________________________________
17668 [  6506] By: jhi                                   on 2000/08/03  15:49:14
17669         Log: Disable the fix_pl hack for now.
17670      Branch: perl
17671            ! Makefile.SH
17672 ____________________________________________________________________________
17673 [  6505] By: jhi                                   on 2000/08/03  13:49:04
17674         Log: Add a URL for FSF.
17675              
17676              Subject: Patch for README
17677              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
17678              Date: Wed, 2 Aug 2000 13:25:09 -0500
17679              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
17680      Branch: perl
17681            ! README
17682 ____________________________________________________________________________
17683 [  6504] By: jhi                                   on 2000/08/03  13:29:19
17684         Log: Be more informative on what is skipped and why,
17685              also repeat the list at the end.
17686      Branch: perl
17687            ! Porting/p4desc
17688 ____________________________________________________________________________
17689 [  6503] By: jhi                                   on 2000/08/03  13:07:05
17690         Log: Circumvent the removal of .patch by fix_pl.
17691              
17692              Subject: Re: [ID 20000802.011] unable to 'make test'          
17693              From: simon@brecon.co.uk (Simon Cozens) 
17694              Date: 3 Aug 2000 04:17:00 GMT
17695              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
17696      Branch: perl
17697            ! Makefile.SH
17698 ____________________________________________________________________________
17699 [  6502] By: jhi                                   on 2000/08/03  00:14:34
17700         Log: Add the missing setproctitle unit.
17701      Branch: metaconfig/U/perl
17702            + d_setproctitle.U
17703 ____________________________________________________________________________
17704 [  6501] By: jhi                                   on 2000/08/03  00:00:26
17705         Log: The subtest 4 may fail also on VOBS, as pointed out
17706              by Nick Ing-Simmons in November 1999, bug id 19991124.003
17707              (but the failure in that bug report isn't the subtest 4).
17708      Branch: perl
17709            ! t/op/stat.t
17710 ____________________________________________________________________________
17711 [  6500] By: jhi                                   on 2000/08/02  23:49:30
17712         Log: Better skip message for the test; one of the two problems in
17713              
17714              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
17715              From: Lupe Christoph <lupe@lupe-christoph.de>
17716              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
17717              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
17718      Branch: perl
17719            ! t/op/numconvert.t
17720 ____________________________________________________________________________
17721 [  6499] By: jhi                                   on 2000/08/02  22:49:16
17722         Log: Allow "no Module;" even if there is no 'unimport'.
17723              
17724              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
17725              From: mjd@plover.com
17726              Date: 24 Mar 2000 15:24:34 -0000
17727              Message-Id: <20000324152434.15160.qmail@plover.com>
17728      Branch: perl
17729            ! gv.c
17730 ____________________________________________________________________________
17731 [  6498] By: jhi                                   on 2000/08/02  22:42:58
17732         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
17733              that are hopefully soon put into use.
17734      Branch: perl
17735            ! opcode.h opcode.pl opnames.h
17736 ____________________________________________________________________________
17737 [  6497] By: gsar                                  on 2000/08/02  22:28:59
17738         Log: require.t needs binmode() to work on windows
17739      Branch: perl
17740            ! t/comp/require.t
17741 ____________________________________________________________________________
17742 [  6496] By: jhi                                   on 2000/08/02  22:08:51
17743         Log: Document the IVdf UVuf UVof UVxf.
17744      Branch: perl
17745            ! pod/perlguts.pod
17746 ____________________________________________________________________________
17747 [  6495] By: jhi                                   on 2000/08/02  21:54:26
17748         Log: detypo #6494
17749      Branch: perl
17750            ! ext/Data/Dumper/Dumper.xs
17751 ____________________________________________________________________________
17752 [  6494] By: jhi                                   on 2000/08/02  21:49:17
17753         Log: Dump UVs as UVs in Data::Dumper.
17754              
17755              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
17756              From: Gurusamy Sarathy <gsar@ActiveState.com>
17757              Date: Thu, 27 Apr 2000 12:26:25 -0700
17758              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
17759      Branch: perl
17760            ! ext/Data/Dumper/Dumper.xs
17761 ____________________________________________________________________________
17762 [  6493] By: jhi                                   on 2000/08/02  17:01:58
17763         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
17764              From: Hugo <hv@crypt.compulink.co.uk>
17765              Date: Wed, 02 Aug 2000 14:53:56 +0100
17766              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
17767      Branch: perl
17768            ! regexec.c t/op/re_tests
17769 ____________________________________________________________________________
17770 [  6492] By: jhi                                   on 2000/08/02  15:02:46
17771         Log: The new setproctitle() feature is available only in 
17772              bleeding edge FreeBSD.  From Paul Saab.
17773      Branch: perl
17774            ! mg.c
17775 ____________________________________________________________________________
17776 [  6491] By: jhi                                   on 2000/08/02  13:34:36
17777         Log: The tr utf8 patching continues.
17778              
17779              Subject: Re: #6469, too many tests claimed in require.t
17780              From: simon@brecon.co.uk (Simon Cozens)
17781              Date: 2 Aug 2000 02:37:17 GMT
17782              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
17783              
17784              (the logic of the test was the wrong way round in the patch)
17785      Branch: perl
17786            ! doop.c
17787 ____________________________________________________________________________
17788 [  6490] By: jhi                                   on 2000/08/02  13:27:38
17789         Log: The name of a filehandle does not have <these>.
17790      Branch: perl
17791            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
17792            ! t/pragma/warn/pp_sys util.c
17793 ____________________________________________________________________________
17794 [  6489] By: jhi                                   on 2000/08/02  04:26:46
17795         Log: Remove the extraneous "main::" prefix from all the
17796              "opened only for", "on closed", and "never opened" warnings.
17797              
17798              Subject: Re: inappropriate warning
17799              From: Gurusamy Sarathy <gsar@ActiveState.com>
17800              Date: Mon, 20 Mar 2000 11:28:02 -0800
17801              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
17802      Branch: perl
17803            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
17804            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
17805            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
17806 ____________________________________________________________________________
17807 [  6488] By: jhi                                   on 2000/08/02  03:02:57
17808         Log: memcpy has n o in it, as pinted ut by Sarathy.
17809      Branch: perl
17810            ! pod/perlguts.pod
17811 ____________________________________________________________________________
17812 [  6487] By: jhi                                   on 2000/08/02  02:44:51
17813         Log: Document in one place the memory abstractions used in Perl core.
17814              
17815              Subject: Re: Memory abstraction
17816              From: simon@brecon.co.uk (Simon Cozens)
17817              Date: 2 Aug 2000 02:20:23 GMT
17818              Organization: Earth.li Origins
17819      Branch: perl
17820            ! pod/perlguts.pod
17821 ____________________________________________________________________________
17822 [  6486] By: jhi                                   on 2000/08/02  02:41:57
17823         Log: regen_headers, regen perltoc.
17824      Branch: perl
17825            ! perlapi.c pod/perltoc.pod
17826 ____________________________________________________________________________
17827 [  6485] By: jhi                                   on 2000/08/02  01:43:33
17828         Log: "This little thing tests for a file .patch, and if it contains
17829              a number, pops into patchlevel.h" (making it easier to track
17830              which development version people are reporting bugs against)
17831              
17832              Subject: Patchlevel autogeneration for repository perls
17833              From: simon@brecon.co.uk (Simon Cozens)
17834              Date: 14 Jul 2000 07:12:15 GMT
17835              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
17836      Branch: perl
17837            + fix_pl
17838            ! MANIFEST Makefile.SH
17839 ____________________________________________________________________________
17840 [  6484] By: jhi                                   on 2000/08/02  01:32:54
17841         Log: FreeBSD 3.* updates from
17842              
17843              From: Paul Saab <ps@yahoo-inc.com>
17844              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
17845              Date: Tue, 1 Aug 2000 15:41:39 -0700
17846              Message-Id: <20000801154139.A53740@yahoo-inc.com>
17847      Branch: perl
17848            ! hints/freebsd.sh
17849 ____________________________________________________________________________
17850 [  6483] By: jhi                                   on 2000/08/02  01:27:44
17851         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
17852              instead one must use setproctitle().  This was already addressed
17853              by change #6457, but the below has a new variant for FreeBSD 4.0
17854              or later, and the matter is also documented more.
17855              
17856              From: Paul Saab <ps@yahoo-inc.com>
17857              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
17858              Date: Tue, 1 Aug 2000 15:41:39 -0700
17859              Message-Id: <20000801154139.A53740@yahoo-inc.com>
17860      Branch: metaconfig/U/perl
17861            + i_libutil.U
17862      Branch: perl
17863            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
17864 ____________________________________________________________________________
17865 [  6482] By: jhi                                   on 2000/08/01  22:17:32
17866         Log: The test from this
17867              
17868              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
17869              Date: Sat, 15 Apr 2000 17:03:44 +0100
17870              From: Tom Hughes <tom@compton.nu>
17871              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
17872              
17873              was missing, the code change went in as #5989
17874              (which had a different test?)
17875      Branch: perl
17876            ! t/op/misc.t
17877 ____________________________________________________________________________
17878 [  6481] By: jhi                                   on 2000/08/01  21:48:38
17879         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
17880              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
17881              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
17882              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
17883      Branch: perl
17884            ! perl.h
17885 ____________________________________________________________________________
17886 [  6480] By: jhi                                   on 2000/08/01  18:05:28
17887         Log: Make p4desc to skip non-mainperl branches by default.
17888      Branch: perl
17889            ! Porting/p4desc
17890 ____________________________________________________________________________
17891 [  6479] By: jhi                                   on 2000/08/01  17:29:19
17892         Log: If gccosandvers is equal to osname, clear gccosandvers.
17893      Branch: metaconfig/U/perl
17894            ! gccvers.U
17895      Branch: perl
17896            ! Configure config_h.SH
17897 ____________________________________________________________________________
17898 [  6478] By: jhi                                   on 2000/08/01  15:54:08
17899         Log: BOM patching from Simon Cozens.
17900      Branch: perl
17901            ! toke.c
17902 ____________________________________________________________________________
17903 [  6477] By: jhi                                   on 2000/08/01  04:50:33
17904         Log: Stash away the largefiles flags and libswanted.
17905      Branch: perl
17906            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
17907 ____________________________________________________________________________
17908 [  6476] By: gsar                                  on 2000/08/01  04:24:24
17909         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
17910              on Windows)
17911      Branch: perl
17912            ! t/pragma/utf8.t utf8.c win32/win32.c
17913 ____________________________________________________________________________
17914 [  6475] By: jhi                                   on 2000/08/01  03:35:24
17915         Log: Make chr() for values >127 to create utf8 when under utf8.
17916              
17917              Subject: Re: uft8/chr()
17918              From: simon@brecon.co.uk (Simon Cozens)
17919              Date: 1 Aug 2000 02:37:02 GMT
17920              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
17921      Branch: perl
17922            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
17923 ____________________________________________________________________________
17924 [  6474] By: jhi                                   on 2000/08/01  02:36:18
17925         Log: In Digital UNIX warn if gcc explicitly chosen because even
17926              2.95.2 is known to cause problems.
17927      Branch: perl
17928            ! hints/dec_osf.sh
17929 ____________________________________________________________________________
17930 [  6473] By: jhi                                   on 2000/08/01  02:00:56
17931         Log: Make the safety catch for buggy gccs work with triple version
17932              numbers like 2.95.2.  Reported in
17933              
17934              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
17935              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
17936              Date: Mon, 31 Jul 2000 14:55:06 +0200
17937              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
17938      Branch: perl
17939            ! hints/dec_osf.sh
17940 ____________________________________________________________________________
17941 [  6472] By: jhi                                   on 2000/08/01  01:13:33
17942         Log: Subject: fix and question re: waitpid() under win32
17943              From: Brian Clarke <clarke@appliedmeta.com>
17944              Date: Fri, 28 Jul 2000 15:18:29 -0400
17945              Message-ID: <3981DC85.290314EB@appliedmeta.com>
17946              
17947              Slightly reformatted and WNOHANG # define moved to win32.h
17948              so that also POSIX.xs sees it, as suggsted by Sarathy.
17949      Branch: perl
17950            ! win32/win32.c win32/win32.h
17951 ____________________________________________________________________________
17952 [  6471] By: jhi                                   on 2000/08/01  00:55:05
17953         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
17954              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17955              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
17956              Date: Mon, 31 Jul 2000 13:28:51 +0100
17957              
17958              (aka ID 20000730.002)
17959      Branch: perl
17960            ! op.c t/op/tr.t
17961 ____________________________________________________________________________
17962 [  6470] By: jhi                                   on 2000/07/31  23:34:42
17963         Log: Document the problem with -P in HP-UX and its workaround.
17964              
17965              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
17966              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
17967              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
17968              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
17969      Branch: perl
17970            ! README.hpux
17971 ____________________________________________________________________________
17972 [  6469] By: jhi                                   on 2000/07/31  04:15:02
17973         Log: The swallow_bom() saga continues.  The #23 of require.t
17974              (UTF16-LE) still fails (silently, no output) but the #22
17975              (UTF16-BE) seems to be working now.  The root of the
17976              failure may be in sv_gets(): is it UTF-16LE-aware,
17977              especially when it comes to line endings? 
17978      Branch: perl
17979            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
17980            ! t/comp/require.t toke.c utf8.c
17981 ____________________________________________________________________________
17982 [  6468] By: jhi                                   on 2000/07/30  19:05:48
17983         Log: Find green threads before native threads.
17984              
17985              Subject: Re: Patch to jpl/JNI/Makefile.PL
17986              From: Jens Thomsen <jens@fiend.cis.com>
17987              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
17988              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
17989      Branch: perl
17990            ! jpl/JNI/Makefile.PL
17991 ____________________________________________________________________________
17992 [  6467] By: jhi                                   on 2000/07/30  18:36:22
17993         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
17994      Branch: perl
17995            ! doop.c
17996 ____________________________________________________________________________
17997 [  6466] By: jhi                                   on 2000/07/30  04:37:29
17998         Log: A new version of the "remove UPPERACSE string comparison"
17999              operators.  The problem with the previous one (change #6454)
18000              was that it was for Perl 5.6.0.  From Paul Marquess.
18001      Branch: perl
18002            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
18003            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
18004            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
18005 ____________________________________________________________________________
18006 [  6465] By: jhi                                   on 2000/07/29  22:39:56
18007         Log: Do not upgrade SVs into utf8 just because they participate
18008              in eq or cmp.  Reported and fix suggested in
18009              
18010              Subject: [ID 20000720.009] sv_eq UTF8 bug
18011              From: "Simon Cozens" <simon@othersideofthe.earth.li>
18012              Date: 21 Jul 2000 04:37:29 -0000
18013              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
18014              
18015              Exercise for the kind reader: should we or should we not
18016              cache the utf8 conversion alonside the SV? (as magic,
18017              as thestrxfrm()ed version is cached under use locale)
18018              Argue both for and against.
18019      Branch: perl
18020            ! sv.c
18021 ____________________________________________________________________________
18022 [  6464] By: jhi                                   on 2000/07/29  22:36:22
18023         Log: Subject: UTF8 concat
18024              From: simon@brecon.co.uk (Simon Cozens) 
18025              Date: 30 Jun 2000 06:13:25 GMT
18026              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
18027              
18028              (with a memory leak fixed, plus a few casts added)
18029              
18030              This also seems to help for
18031              
18032              Subject: [ID 20000716.015] join UTF8 weirdness
18033              From: root <root@ak-71.mind.de> 
18034              Date: Sat, 15 Jul 2000 15:29:54 +0200
18035              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
18036              
18037              (from Andreas König)
18038      Branch: perl
18039            ! pp_hot.c
18040 ____________________________________________________________________________
18041 [  6463] By: jhi                                   on 2000/07/29  00:55:39
18042         Log: Tune the comments and hopefully stop a memory leak.
18043      Branch: perl
18044            ! toke.c utf8.c
18045 ____________________________________________________________________________
18046 [  6462] By: jhi                                   on 2000/07/29  00:16:53
18047         Log: The problem described in this
18048              
18049              Subject: [ID 20000322.018] named chars aren't magical enough
18050              From: root <root@dixie.cscaper.com>     
18051              Date: Wed, 22 Mar 2000 18:37:42 -0700
18052              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
18053              
18054              has been fixed in perl 5.6.0 but just in case added a test
18055              to keep it away.  (The report from Joseph Hall.)
18056      Branch: perl
18057            ! t/lib/charnames.t
18058 ____________________________________________________________________________
18059 [  6461] By: jhi                                   on 2000/07/28  23:56:36
18060         Log: Tiny fixes for #6460.
18061      Branch: metaconfig/U/perl
18062            ! gccvers.U
18063      Branch: perl
18064            ! Configure config_h.SH
18065 ____________________________________________________________________________
18066 [  6460] By: jhi                                   on 2000/07/28  23:24:41
18067         Log: Warn if the version of the operating system used to compile gcc
18068              differs from the current version of the operating system.
18069              Also display the gcc compilation os and version in myconfig.
18070              Inspiration from
18071              
18072              Subject: Re: [ID 20000710.003] ERRORS!!         
18073              From: "Kurt D. Starsinic" <kstar@chapin.edu>
18074              Date: Mon, 10 Jul 2000 15:54:16 -0400
18075              Message-ID: <20000710155416.A1384@O2.chapin.edu>
18076      Branch: metaconfig/U/perl
18077            ! gccvers.U
18078      Branch: perl
18079            ! Configure config_h.SH myconfig.SH
18080 ____________________________________________________________________________
18081 [  6459] By: jhi                                   on 2000/07/28  22:00:32
18082         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
18083              letter to $Config{osvers}.
18084      Branch: metaconfig
18085            ! U/modified/Oldconfig.U
18086      Branch: perl
18087            ! Configure config_h.SH
18088 ____________________________________________________________________________
18089 [  6458] By: jhi                                   on 2000/07/28  04:15:39
18090         Log: Back out #6454, doesn't seem to work.
18091              (Reason: that patch was for perl 5.6.0, not perl-current)
18092              (A version of the patch for perl-current came in later as #6466)
18093      Branch: perl
18094            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
18095            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
18096            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
18097 ____________________________________________________________________________
18098 [  6457] By: jhi                                   on 2000/07/27  23:31:49
18099         Log: Use setproctitle() if available to modify $0.
18100              
18101              Subject: setting $* on BSD4 broken
18102              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
18103              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
18104              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
18105      Branch: metaconfig
18106            ! U/modified/Myinit.U
18107      Branch: perl
18108            ! Configure config_h.SH mg.c
18109 ____________________________________________________________________________
18110 [  6456] By: jhi                                   on 2000/07/27  14:50:47
18111         Log: Allow "no AutoLoader;", based on change #6444,
18112              suggested by Graham Barr.
18113      Branch: perl
18114            ! lib/AutoLoader.pm
18115 ____________________________________________________________________________
18116 [  6455] By: jhi                                   on 2000/07/27  14:19:10
18117         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
18118              From: rspier@pobox.com (Robert Spier)
18119              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
18120              Message-ID: <14720.15855.787664.424783@rls.cx>
18121      Branch: perl
18122            ! pod/perldiag.pod
18123 ____________________________________________________________________________
18124 [  6454] By: jhi                                   on 2000/07/27  14:03:02
18125         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
18126              for a long time).
18127              
18128              Reported in
18129              
18130              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
18131              From: Ryan Herbert <rherbert@sycamorehq.com>
18132              Date: Mon, 17 Jul 2000 11:40:42 -0400
18133              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
18134              
18135              Patched in
18136              
18137              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
18138              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
18139              Date: Wed, 26 Jul 2000 23:40:18 +0100
18140              Message-ID: <000001bff752$79511880$0a17073e@tiny>
18141              
18142              based on an earlier patch from Stephen P. Potter.
18143              
18144              (Removed later by change #6458 because this patch was for
18145              perl 5.6.0, not perl-current)
18146      Branch: perl
18147            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
18148            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
18149            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
18150 ____________________________________________________________________________
18151 [  6453] By: jhi                                   on 2000/07/27  13:48:02
18152         Log: Subject: [PATCH] fixes bug 20000508.004
18153              From: Michael Stevens <mstevens@globnix.org>
18154              Date: Thu, 27 Jul 2000 13:49:04 +0100
18155              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
18156      Branch: perl
18157            ! pod/perldata.pod
18158 ____________________________________________________________________________
18159 [  6452] By: jhi                                   on 2000/07/26  23:51:26
18160         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
18161              and Craig A. Berry.
18162      Branch: perl
18163            ! lib/File/Temp.pm pod/perlport.pod
18164 ____________________________________________________________________________
18165 [  6451] By: jhi                                   on 2000/07/26  19:43:30
18166         Log: Be wary of close()s, too.
18167              
18168              Subject: Re: [PATCH] perlbug cleanup
18169              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18170              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
18171              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
18172      Branch: perl
18173            ! utils/perlbug.PL
18174 ____________________________________________________________________________
18175 [  6450] By: jhi                                   on 2000/07/26  18:41:40
18176         Log: Subject: Minor doc patch: handy.h
18177              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
18178              Date: Wed, 26 Jul 2000 15:34:25 -0300
18179              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
18180      Branch: perl
18181            ! handy.h pod/perlapi.pod
18182 ____________________________________________________________________________
18183 [  6449] By: jhi                                   on 2000/07/26  18:23:55
18184         Log: Subject: [PATCH] minor doc change - perlguts
18185              From: Michael Stevens <mstevens@globnix.org>
18186              Date: Thu, 13 Jul 2000 12:39:18 +0100
18187              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
18188      Branch: perl
18189            ! pod/perlguts.pod
18190 ____________________________________________________________________________
18191 [  6448] By: jhi                                   on 2000/07/26  18:20:30
18192         Log: open() wariness in perlbug.
18193              
18194              Subject: [PATCH] perlbug cleanup
18195              From: Michael Stevens <mstevens@globnix.org>
18196              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
18197              Date: Thu, 13 Jul 2000 15:52:23 +0100
18198      Branch: perl
18199            ! utils/perlbug.PL
18200 ____________________________________________________________________________
18201 [  6447] By: jhi                                   on 2000/07/26  18:13:04
18202         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
18203      Branch: perl
18204            ! lib/File/Temp.pm t/lib/ftmp-security.t
18205 ____________________________________________________________________________
18206 [  6446] By: jhi                                   on 2000/07/26  18:06:32
18207         Log: docfix from Peter Scott <Peter@PSDT.com>.
18208      Branch: perl
18209            ! pod/perlfunc.pod
18210 ____________________________________________________________________________
18211 [  6445] By: jhi                                   on 2000/07/26  17:53:31
18212         Log: Fix *foo{FORMAT}.
18213              
18214              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18215              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
18216              Date: Wed, 26 Jul 2000 19:51:02 +0200
18217              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
18218              
18219              From: Graham Barr <gbarr@pobox.com>
18220              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
18221              Date: Wed, 26 Jul 2000 17:38:36 +0100
18222              Message-ID: <20000726173836.L472@pobox.com>
18223      Branch: perl
18224            ! pp.c sv.c t/op/gv.t
18225 ____________________________________________________________________________
18226 [  6444] By: jhi                                   on 2000/07/26  17:49:14
18227         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
18228              from Graham Barr in the module list.
18229      Branch: perl
18230            ! gv.c pod/perlobj.pod
18231 ____________________________________________________________________________
18232 [  6443] By: jhi                                   on 2000/07/26  16:06:56
18233         Log: More split() doc and test patches from Mike Guy.
18234      Branch: perl
18235            ! pod/perlfunc.pod t/op/split.t
18236 ____________________________________________________________________________
18237 [  6442] By: jhi                                   on 2000/07/26  16:05:30
18238         Log: MacOS nits from Matthias Neeracher.
18239      Branch: perl
18240            ! perl.c pp_ctl.c
18241 ____________________________________________________________________________
18242 [  6441] By: jhi                                   on 2000/07/26  04:39:57
18243         Log: Subject: [PATCH] split /^/
18244              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18245              Date: Tue, 25 Jul 2000 14:18:57 +0100
18246              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
18247              
18248              (with notes from tchrist and gbarr)
18249      Branch: perl
18250            ! pod/perlfunc.pod t/op/split.t
18251 ____________________________________________________________________________
18252 [  6440] By: jhi                                   on 2000/07/26  04:32:32
18253         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
18254              From: Peter Prymmer <pvhp@forte.com>
18255              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
18256              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
18257      Branch: perl
18258            ! vms/munchconfig.c
18259 ____________________________________________________________________________
18260 [  6439] By: jhi                                   on 2000/07/26  04:31:01
18261         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
18262              to be fatal errors (instead of by default ignoring them, and
18263              ignoring with a bug: even though -w gave an error, the opening [
18264              was left in)  Reported in:
18265              
18266              Subject: [ID 20000716.024] [=cc=] / [:blank:]
18267              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
18268              Date: Sun, 16 Jul 2000 17:55:29 -0700
18269              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
18270      Branch: perl
18271            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
18272 ____________________________________________________________________________
18273 [  6438] By: jhi                                   on 2000/07/25  15:41:15
18274         Log: Subject: [PATCH] av.c apidoc
18275              From: simon@brecon.co.uk (Simon Cozens)
18276              Date: 24 Jul 2000 06:40:52 GMT
18277              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
18278      Branch: perl
18279            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
18280            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
18281 ____________________________________________________________________________
18282 [  6437] By: jhi                                   on 2000/07/25  14:05:36
18283         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
18284              From: "Stephen P. Potter" <spp@ds.net>
18285              Date: Mon, 24 Jul 2000 14:22:23 -0400
18286              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
18287      Branch: perl
18288            ! pod/perllocale.pod
18289 ____________________________________________________________________________
18290 [  6436] By: jhi                                   on 2000/07/25  14:02:03
18291         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
18292              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18293              Date: Mon, 24 Jul 2000 18:04:28 +0100
18294              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
18295      Branch: perl
18296            ! t/lib/syslfs.t t/op/lfs.t
18297 ____________________________________________________________________________
18298 [  6435] By: jhi                                   on 2000/07/25  13:59:28
18299         Log: Get UTF16 BOMs working.  Patch from
18300              
18301              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
18302              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18303              Date: Tue, 25 Jul 2000 12:52:45 +0100
18304              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
18305              
18306              and notes from
18307              
18308              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
18309              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18310              Date: Tue, 25 Jul 2000 11:43:25 +0100
18311              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
18312      Branch: perl
18313            ! t/comp/require.t toke.c utf8.c
18314 ____________________________________________________________________________
18315 [  6434] By: jhi                                   on 2000/07/25  02:39:54
18316         Log: Make the "uninit variable" warning to say "concat or string"
18317              or "join or string" when in concat or join .
18318              
18319              Subject: Re: [ID 20000403.009] uninitialised concatenation???
18320              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18321              Date: Tue, 04 Apr 2000 18:22:58 +0100
18322              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
18323              
18324              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
18325              From: William R Ward <hermit@BayView.COM>
18326              Date: Thu, 30 Mar 2000 19:50:03 -0800
18327              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
18328      Branch: perl
18329            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
18330            ! t/pragma/warn/op t/pragma/warn/sv
18331 ____________________________________________________________________________
18332 [  6433] By: jhi                                   on 2000/07/24  17:52:56
18333         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
18334      Branch: perl
18335            ! lib/File/Spec/VMS.pm
18336 ____________________________________________________________________________
18337 [  6432] By: jhi                                   on 2000/07/24  17:44:44
18338         Log: Test cases for #6431.
18339              
18340              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
18341              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18342              Date: Mon, 24 Jul 2000 15:32:29 +0100
18343              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
18344      Branch: perl
18345            ! t/op/pat.t t/op/split.t
18346 ____________________________________________________________________________
18347 [  6431] By: jhi                                   on 2000/07/24  17:43:17
18348         Log: Bind op fix.
18349              
18350              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
18351              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18352              Date: Mon, 17 Jul 2000 20:04:56 +0100
18353              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
18354      Branch: perl
18355            ! op.c
18356 ____________________________________________________________________________
18357 [  6430] By: jhi                                   on 2000/07/24  03:42:42
18358         Log: Subject: [ID 20000716.023] syslog test fails without sockets
18359              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18360              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
18361              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
18362      Branch: metaconfig/U/perl
18363            ! Extensions.U
18364      Branch: perl
18365            ! Configure config_h.SH
18366 ____________________________________________________________________________
18367 [  6429] By: jhi                                   on 2000/07/24  03:11:52
18368         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
18369              case, but add also notes explaining the relationship of this
18370              patch and the earlier notes by Sarathy.
18371              
18372              Subject: Map is still slow
18373              From: "Ben Tilly" <ben_tilly@hotmail.com>
18374              Date: Sat, 15 Jul 2000 17:23:27 EDT
18375              Message-ID: <20000715212327.21656.qmail@hotmail.com>
18376      Branch: perl
18377            ! pp_ctl.c
18378 ____________________________________________________________________________
18379 [  6428] By: jhi                                   on 2000/07/24  02:58:52
18380         Log: Documentation to explain the behaviour of map().
18381              
18382              Subject: Re: Map is still slow 
18383              From: Gurusamy Sarathy <gsar@ActiveState.com>
18384              Date: Sat, 15 Jul 2000 16:05:09 -0700
18385              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
18386      Branch: perl
18387            ! pp_ctl.c
18388 ____________________________________________________________________________
18389 [  6427] By: jhi                                   on 2000/07/24  02:50:03
18390         Log: Add tests for
18391              [ID 19991110.003] another matching finding by pcre author
18392              which has already been fixed by some patch, as verified in
18393              
18394              Subject: Re: two regex bugs from the mists of time (well, last November)
18395              From: Hugo <hv@crypt.compulink.co.uk>
18396              Date: Sat, 22 Jul 2000 18:12:58 +0100
18397              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
18398      Branch: perl
18399            ! t/op/re_tests
18400 ____________________________________________________________________________
18401 [  6426] By: jhi                                   on 2000/07/24  02:11:20
18402         Log: A missing 'break' after the [[:space:]] switch case.
18403              
18404              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
18405              From: "Stephen P. Potter" <spp@ds.net>
18406              Date: Tue, 18 Jul 2000 16:25:17 -0400
18407              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
18408      Branch: perl
18409            ! regcomp.c
18410 ____________________________________________________________________________
18411 [  6425] By: jhi                                   on 2000/07/24  02:06:12
18412         Log: The output might have been produced in the wrong order.
18413              
18414              Subject: [ID 20000720.003] [PATCH] t/op/write.t
18415              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18416              Date: Thu, 20 Jul 2000 18:49:18 +0100
18417              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
18418      Branch: perl
18419            ! t/op/write.t
18420 ____________________________________________________________________________
18421 [  6424] By: jhi                                   on 2000/07/24  02:00:07
18422         Log: Use STDOUT consistently.
18423              
18424              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
18425              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18426              Date: Thu, 20 Jul 2000 18:04:01 +0100
18427              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
18428      Branch: perl
18429            ! lib/Test/Harness.pm
18430 ____________________________________________________________________________
18431 [  6423] By: jhi                                   on 2000/07/24  01:54:54
18432         Log: Protect against "wild next"s, that is, callbacks doing "next"
18433              instead of "return".
18434              
18435              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
18436              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18437              Date: Tue, 18 Jul 2000 11:30:16 +0100
18438              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
18439      Branch: perl
18440            ! lib/File/Find.pm
18441 ____________________________________________________________________________
18442 [  6422] By: jhi                                   on 2000/07/24  01:35:47
18443         Log: Out-of-date note removed.
18444              
18445              Subject: [PATCH] documentation perlipc
18446              From: rspier@pobox.com (Robert Spier)
18447              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
18448              Message-ID: <14711.35178.572612.502654@rls.cx>
18449      Branch: perl
18450            ! pod/perlipc.pod
18451 ____________________________________________________________________________
18452 [  6421] By: jhi                                   on 2000/07/24  00:09:18
18453         Log: Send all installperl messages to STDERR and be -w clean.
18454              
18455              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
18456              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18457              Date: Sat, 22 Jul 2000 14:02:11 +0100
18458              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
18459      Branch: perl
18460            ! installperl
18461 ____________________________________________________________________________
18462 [  6420] By: jhi                                   on 2000/07/24  00:04:19
18463         Log: Decutandpasto.
18464              
18465              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
18466              From: "Richard Soderberg" <rs@crystalflame.net>
18467              Date: Sun, 23 Jul 2000 01:37:23 -0700
18468              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
18469      Branch: perl
18470            ! pod/perlipc.pod
18471 ____________________________________________________________________________
18472 [  6419] By: jhi                                   on 2000/07/24  00:01:12
18473         Log: A cleaner abs_path().
18474              Subject: Re: unix alternative to Cwd.pm
18475              From: Jeff Pinyan <jeffp@crusoe.net>
18476              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
18477              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
18478      Branch: perl
18479            ! lib/Cwd.pm
18480 ____________________________________________________________________________
18481 [  6418] By: jhi                                   on 2000/07/23  23:48:56
18482         Log: Detypo.
18483              
18484              Subject: [PATCH perl-current] Typo in hints/powerux.sh
18485              From: "Richard Soderberg" <rs@crystalflame.net>
18486              Date: Sun, 23 Jul 2000 01:27:33 -0700
18487              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
18488      Branch: perl
18489            ! hints/powerux.sh
18490 ____________________________________________________________________________
18491 [  6417] By: jhi                                   on 2000/07/17  22:13:31
18492         Log: Subject: SDBM_File documentation
18493              From: mjd@plover.com
18494              Date: 16 Jul 2000 17:41:17 -0000
18495              Message-ID: <20000716174117.18515.qmail@plover.com>
18496      Branch: perl
18497            ! ext/SDBM_File/SDBM_File.pm
18498 ____________________________________________________________________________
18499 [  6416] By: jhi                                   on 2000/07/17  19:13:26
18500         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
18501      Branch: perl
18502            ! hints/mpeix.sh mpeix/relink
18503 ____________________________________________________________________________
18504 [  6415] By: jhi                                   on 2000/07/15  14:11:02
18505         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
18506              the utf8 'characters' can be more than one octet).
18507              
18508              Date: Sat, 15 Jul 2000 00:21:56 +0100
18509              From: Tom Hughes <tom@compton.nu>
18510              Subject: Re: [ID 20000714.002]
18511              Message-ID: <db2334de49.tom@compton.compton.nu>
18512              
18513              Reported in
18514              
18515              Subject: [ID 20000714.002]
18516              From: "Simon Cozens" <simon@othersideofthe.earth.li>
18517              Date: 14 Jul 2000 15:13:09 -0000
18518              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
18519      Branch: perl
18520            ! doop.c
18521 ____________________________________________________________________________
18522 [  6414] By: jhi                                   on 2000/07/15  03:13:41
18523         Log: another VMS build tweak from Peter Prymmer
18524      Branch: perl
18525            ! vms/descrip_mms.template
18526 ____________________________________________________________________________
18527 [  6413] By: jhi                                   on 2000/07/15  03:10:40
18528         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
18529      Branch: perl
18530            ! vms/perlvms.pod
18531 ____________________________________________________________________________
18532 [  6412] By: jhi                                   on 2000/07/15  00:31:05
18533         Log: More docs for sv functions.
18534              
18535              Subject: [PATCH cfgperl] sv.c apidoc
18536              From: simon@brecon.co.uk (Simon Cozens)
18537              Date: 13 Jul 2000 09:00:20 GMT
18538              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
18539              
18540              Subject: Re: [PATCH cfgperl] sv.c apidoc
18541              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18542              Date: Thu, 13 Jul 2000 12:27:41 +0100
18543              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
18544              
18545              Subject: Re: [PATCH cfgperl] sv.c apidoc
18546              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18547              Date: Thu, 13 Jul 2000 13:23:09 +0100
18548              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
18549              
18550              Subject: Re: [PATCH cfgperl] sv.c apidoc
18551              From: simon@brecon.co.uk (Simon Cozens)
18552              Date: 14 Jul 2000 06:51:02 GMT
18553              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
18554      Branch: perl
18555            ! embed.pl pod/perlapi.pod sv.c
18556 ____________________________________________________________________________
18557 [  6411] By: jhi                                   on 2000/07/15  00:10:41
18558         Log: lib/b test fixes from Peter Prymmer.
18559      Branch: perl
18560            ! t/lib/b.t
18561 ____________________________________________________________________________
18562 [  6410] By: jhi                                   on 2000/07/15  00:02:09
18563         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
18564              From: Hugo <hv@crypt.compulink.co.uk>
18565              Date: Fri, 14 Jul 2000 23:05:20 +0100
18566              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
18567              
18568              Didn't anymore apply, but that point still could use another fix.
18569      Branch: perl
18570            ! pod/perlfunc.pod
18571 ____________________________________________________________________________
18572 [  6409] By: jhi                                   on 2000/07/14  23:15:15
18573         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
18574              not in pod, from Peter Prymmer
18575      Branch: perl
18576            ! vms/descrip_mms.template
18577 ____________________________________________________________________________
18578 [  6408] By: jhi                                   on 2000/07/14  20:35:05
18579         Log: The bug report
18580              [ID 19991110.002] minimal matching discrepancy found by pcre author
18581              seems to have been fixed (though differently from what was suggested
18582              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
18583      Branch: perl
18584            ! t/op/re_tests
18585 ____________________________________________________________________________
18586 [  6407] By: jhi                                   on 2000/07/14  17:38:08
18587         Log: Fix AutoSplit to use File::Spec the right way in VMS,
18588              from Peter Prymmer.
18589      Branch: perl
18590            ! lib/AutoSplit.pm
18591 ____________________________________________________________________________
18592 [  6406] By: jhi                                   on 2000/07/14  14:13:22
18593         Log: Merge perlhacktut into perlhack, update perlguts.
18594              
18595              Subject: Re: Perlhacktut
18596              From: simon@brecon.co.uk (Simon Cozens)
18597              Date: 14 Jul 2000 06:49:21 GMT
18598              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
18599              
18600              Subject: Re: Perlhacktut
18601              From: simon@brecon.co.uk (Simon Cozens)
18602              Date: 14 Jul 2000 07:09:45 GMT
18603              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
18604      Branch: perl
18605            ! pod/perlguts.pod pod/perlhack.pod
18606 ____________________________________________________________________________
18607 [  6405] By: jhi                                   on 2000/07/14  14:02:31
18608         Log: Integrate with Sarathy.
18609      Branch: cfgperl
18610           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
18611           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
18612           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
18613 ____________________________________________________________________________
18614 [  6404] By: gsar                                  on 2000/07/14  12:15:02
18615         Log: PERL_OBJECT build tweaks
18616      Branch: perl
18617            ! toke.c
18618 ____________________________________________________________________________
18619 [  6403] By: gsar                                  on 2000/07/14  11:23:41
18620         Log: inconsistent types needs casts
18621      Branch: perl
18622            ! toke.c
18623 ____________________________________________________________________________
18624 [  6402] By: gsar                                  on 2000/07/14  11:12:04
18625         Log: typos in change#6399, regen headers
18626      Branch: perl
18627            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
18628 ____________________________________________________________________________
18629 [  6401] By: gsar                                  on 2000/07/14  10:59:12
18630         Log: typecasts needed for change#6394
18631      Branch: perl
18632            ! toke.c
18633 ____________________________________________________________________________
18634 [  6400] By: gsar                                  on 2000/07/14  10:49:37
18635         Log: integrate cfgperl contents into mainline
18636      Branch: perl
18637           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
18638           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
18639 ____________________________________________________________________________
18640 [  6399] By: gsar                                  on 2000/07/14  10:38:35
18641         Log: enable UTF-16 filter by default if relevant BOM is seen; various
18642              cleanups (typos, misformatted code, and small bugs)
18643      Branch: perl
18644            ! doop.c embed.pl mg.c op.c pp.c toke.c
18645 ____________________________________________________________________________
18646 [  6398] By: gsar                                  on 2000/07/14  08:55:38
18647         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
18648              name suggests anyway)
18649      Branch: perl
18650            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
18651 ____________________________________________________________________________
18652 [  6397] By: gsar                                  on 2000/07/14  08:44:33
18653         Log: move new variables to the end of the interpreter structure (for
18654              bincompat in code that doesn't #include XSUB.h)
18655      Branch: perl
18656            ! intrpvar.h
18657 ____________________________________________________________________________
18658 [  6396] By: gsar                                  on 2000/07/14  08:13:58
18659         Log: MakeMaker should not remove editor backups (*~) on `make clean`
18660              by default (completes change#6383)
18661      Branch: perl
18662            ! lib/ExtUtils/MM_Unix.pm
18663 ____________________________________________________________________________
18664 [  6395] By: jhi                                   on 2000/07/14  05:20:33
18665         Log: Replace change #6337 with a better one.
18666              
18667              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
18668              From: Hugo <hv@crypt.compulink.co.uk>
18669              Date: Fri, 14 Jul 2000 04:16:20 +0100
18670              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
18671      Branch: cfgperl
18672            ! regexec.c t/op/re_tests
18673 ____________________________________________________________________________
18674 [  6394] By: jhi                                   on 2000/07/14  01:33:59
18675         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
18676      Branch: cfgperl
18677            ! embed.pl global.sym proto.h toke.c
18678 ____________________________________________________________________________
18679 [  6393] By: jhi                                   on 2000/07/13  23:41:23
18680         Log: remove discarded test
18681      Branch: cfgperl
18682            ! MANIFEST
18683 ____________________________________________________________________________
18684 [  6392] By: jhi                                   on 2000/07/13  23:32:25
18685         Log: The {multiplier} of a fixed substring was overlooked which
18686              caused a wrong initial search offset for that substring.
18687              
18688              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
18689              From: Hugo <hv@crypt.compulink.co.uk>
18690              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
18691              Date: Thu, 13 Jul 2000 19:27:13 +0100
18692      Branch: cfgperl
18693            ! regcomp.c t/op/re_tests
18694 ____________________________________________________________________________
18695 [  6391] By: jhi                                   on 2000/07/13  16:37:42
18696         Log: typo fix from Craig Berry
18697      Branch: cfgperl
18698            ! vms/subconfigure.com
18699 ____________________________________________________________________________
18700 [  6390] By: jhi                                   on 2000/07/13  13:20:12
18701         Log: Integrate with Sarathy.
18702      Branch: cfgperl
18703            - t/op/method2entersub.t
18704           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
18705           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
18706           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
18707           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
18708 ____________________________________________________________________________
18709 [  6389] By: jhi                                   on 2000/07/13  13:18:48
18710         Log: Detypo from Peter Prymmer, part of #6388.
18711      Branch: cfgperl
18712            ! Configure config_h.SH
18713      Branch: metaconfig
18714            ! U/modified/d_longlong.U
18715 ____________________________________________________________________________
18716 [  6388] By: gsar                                  on 2000/07/13  06:33:40
18717         Log: typos (spotted by Peter Prymmer)
18718      Branch: perl
18719            ! Configure t/lib/english.t
18720 ____________________________________________________________________________
18721 [  6387] By: gsar                                  on 2000/07/13  05:35:28
18722         Log: new selfloader.t in change#6183 doesn't close DATA handles,
18723              and thus fails to clean up tmp files on dosish platforms
18724      Branch: perl
18725            ! t/lib/selfloader.t
18726 ____________________________________________________________________________
18727 [  6386] By: gsar                                  on 2000/07/12  21:42:39
18728         Log: sprintf test tweaks (from Dominic Dunlop)
18729      Branch: perl
18730            ! t/op/sprintf.t
18731 ____________________________________________________________________________
18732 [  6385] By: gsar                                  on 2000/07/12  21:33:46
18733         Log: fix bugs in processing %v-*d and similar format specs (from
18734              Avi Finkel <avi@finkel.org>)
18735      Branch: perl
18736            ! sv.c t/op/sprintf.t
18737 ____________________________________________________________________________
18738 [  6384] By: gsar                                  on 2000/07/12  16:04:19
18739         Log: readd missing perldelta.pod changes from changes#6339,6376
18740      Branch: perl
18741            ! pod/perldelta.pod
18742 ____________________________________________________________________________
18743 [  6383] By: gsar                                  on 2000/07/12  16:00:51
18744         Log: don't clobber *.orig files on *clean targets
18745      Branch: perl
18746            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
18747 ____________________________________________________________________________
18748 [  6382] By: gsar                                  on 2000/07/12  07:59:12
18749         Log: fix broken integrations in cfgperl
18750      Branch: cfgperl
18751           !> Changes pod/perldelta.pod
18752 ____________________________________________________________________________
18753 [  6381] By: gsar                                  on 2000/07/12  07:42:17
18754         Log: integrate cfgperl changes into mainline
18755      Branch: perl
18756            ! Changes
18757           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
18758           !> pod/perlre.pod
18759 ____________________________________________________________________________
18760 [  6380] By: gsar                                  on 2000/07/12  07:31:00
18761         Log: get sprintf.t to adjust properly for 3-digit exponents
18762      Branch: perl
18763            ! t/op/sprintf.t
18764 ____________________________________________________________________________
18765 [  6379] By: gsar                                  on 2000/07/12  06:40:04
18766         Log: change#6174 needs corresponding change in win32/config_h.PL,
18767              which grovels through config_h.SH to find the config.h name
18768      Branch: perl
18769            ! win32/config_h.PL
18770 ____________________________________________________________________________
18771 [  6378] By: jhi                                   on 2000/07/12  05:03:59
18772         Log: Do the cc sanity check both before the hints and
18773              after the cc selction.
18774      Branch: cfgperl
18775            ! Configure config_h.SH
18776      Branch: metaconfig
18777            ! U/modified/Oldconfig.U U/modified/cc.U
18778      Branch: metaconfig/U/perl
18779            + Checkcc.U
18780 ____________________________________________________________________________
18781 [  6377] By: jhi                                   on 2000/07/12  02:49:22
18782         Log: Fix nits noticed by Boston.pm.
18783      Branch: cfgperl
18784            ! pod/perlre.pod
18785 ____________________________________________________________________________
18786 [  6376] By: jhi                                   on 2000/07/11  21:22:13
18787         Log: Configure cosmetics and perldelta.
18788      Branch: cfgperl
18789            ! Configure config_h.SH pod/perldelta.pod
18790      Branch: metaconfig
18791            ! U/modified/cc.U
18792 ____________________________________________________________________________
18793 [  6375] By: gsar                                  on 2000/07/11  21:17:35
18794         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
18795      Branch: perl
18796            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
18797            ! win32/win32sck.c
18798 ____________________________________________________________________________
18799 [  6374] By: gsar                                  on 2000/07/11  20:48:50
18800         Log: tweak for build failure under multiplicity
18801      Branch: perl
18802            ! toke.c
18803 ____________________________________________________________________________
18804 [  6373] By: gsar                                  on 2000/07/11  20:37:23
18805         Log: integrate cfgperl changes#6325..6373 into mainline
18806              (NOTE: today's batch of integrations still untested)
18807      Branch: perl
18808           +> ext/DynaLoader/hints/netbsd.pl
18809            ! Changes
18810           !> (integrate 26 files)
18811 ____________________________________________________________________________
18812 [  6372] By: jhi                                   on 2000/07/11  20:30:36
18813         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
18814              regen perltoc.
18815      Branch: cfgperl
18816            + pod/perlbook.pod
18817            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
18818            ! pod/perltoc.pod
18819 ____________________________________________________________________________
18820 [  6371] By: jhi                                   on 2000/07/11  20:08:56
18821         Log: Minor cleanups on the booklist.
18822      Branch: cfgperl
18823            ! pod/perlfaq2.pod
18824 ____________________________________________________________________________
18825 [  6370] By: jhi                                   on 2000/07/11  19:31:13
18826         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
18827      Branch: cfgperl
18828            ! t/pragma/overload.t
18829 ____________________________________________________________________________
18830 [  6369] By: gsar                                  on 2000/07/11  19:27:48
18831         Log: integrate cfgperl changes#6293..6324 into mainline
18832      Branch: perl
18833           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
18834            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
18835           !> (integrate 30 files)
18836 ____________________________________________________________________________
18837 [  6368] By: gsar                                  on 2000/07/11  19:18:57
18838         Log: skip integrate of problematic change#6292 from cfgperl into mainline
18839      Branch: perl
18840           !> pp_hot.c
18841 ____________________________________________________________________________
18842 [  6367] By: gsar                                  on 2000/07/11  19:17:21
18843         Log: integrate cfgperl changes#6288..6290 into mainline
18844      Branch: perl
18845           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
18846 ____________________________________________________________________________
18847 [  6366] By: gsar                                  on 2000/07/11  19:11:18
18848         Log: integrate cfgperl changes#6268..6282 into mainline
18849      Branch: perl
18850           !> (integrate 30 files)
18851 ____________________________________________________________________________
18852 [  6365] By: gsar                                  on 2000/07/11  18:57:00
18853         Log: delete new accidentally branched file
18854      Branch: perl
18855            - t/op/method2entersub.t
18856 ____________________________________________________________________________
18857 [  6364] By: gsar                                  on 2000/07/11  18:55:13
18858         Log: skip integrate of change#6267 from cfgperl into mainline (the
18859              method call optimization is flawed without additional hints
18860              from user about immutableness of @ISA and no runtime method
18861              definitions)
18862      Branch: perl
18863           +> t/op/method2entersub.t
18864           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
18865           !> perl.h t/op/sprintf.t xsutils.c
18866 ____________________________________________________________________________
18867 [  6363] By: gsar                                  on 2000/07/11  18:49:43
18868         Log: integrate cfgperl changes#6261..6266 into mainline
18869      Branch: perl
18870           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
18871           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
18872           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18873           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
18874 ____________________________________________________________________________
18875 [  6362] By: gsar                                  on 2000/07/11  18:43:26
18876         Log: integrate cfgperl changes#6252..6260 into mainline
18877      Branch: perl
18878           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
18879           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
18880           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
18881           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
18882 ____________________________________________________________________________
18883 [  6361] By: gsar                                  on 2000/07/11  18:37:12
18884         Log: skip integrate of problematic change#6251 from cfgperl into mainline
18885      Branch: perl
18886           !> lib/Exporter.pm
18887 ____________________________________________________________________________
18888 [  6360] By: gsar                                  on 2000/07/11  18:34:56
18889         Log: integrate cfgperl change#6250 into mainline
18890      Branch: perl
18891           +> t/op/my_stash.t
18892           !> MANIFEST embed.pl proto.h toke.c
18893 ____________________________________________________________________________
18894 [  6359] By: gsar                                  on 2000/07/11  18:21:19
18895         Log: integrate cfgperl changes#6242..6249 into mainline
18896      Branch: perl
18897           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
18898           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
18899           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
18900           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
18901           !> t/lib/peek.t utf8.c
18902 ____________________________________________________________________________
18903 [  6358] By: gsar                                  on 2000/07/11  18:15:45
18904         Log: skip integrate of problematic change#6241 from cfgperl into mainline
18905      Branch: perl
18906           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
18907 ____________________________________________________________________________
18908 [  6357] By: jhi                                   on 2000/07/11  18:15:16
18909         Log: Fix for
18910              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
18911              From: Roderick Schertler <roderick@argon.org> 
18912              Date: Tue, 11 Jul 2000 13:55:05 -0400 
18913              Message-Id: <200007111755.NAA05077@jones.argon.org> 
18914      Branch: cfgperl
18915            ! doio.c
18916 ____________________________________________________________________________
18917 [  6356] By: jhi                                   on 2000/07/11  18:12:51
18918         Log: Typo in #6341.
18919      Branch: cfgperl
18920            ! pp_hot.c
18921 ____________________________________________________________________________
18922 [  6355] By: gsar                                  on 2000/07/11  18:12:10
18923         Log: integrate cfgperl changes#6231..6240 into mainline
18924      Branch: perl
18925           +> pod/perlutil.pod
18926           !> (integrate 35 files)
18927 ____________________________________________________________________________
18928 [  6354] By: jhi                                   on 2000/07/11  18:04:34
18929         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
18930              From: Dominic Dunlop <domo@computer.org> 
18931              Date: Tue, 11 Jul 2000 12:27:33 +0200 
18932              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
18933              
18934              Replaces change #6268.
18935      Branch: cfgperl
18936            ! t/op/sprintf.t
18937 ____________________________________________________________________________
18938 [  6353] By: gsar                                  on 2000/07/11  17:59:51
18939         Log: skip integrate of problematic change#6230 from cfgperl into mainline
18940              (a later version of File::Spec is already in mainline)
18941      Branch: perl
18942           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
18943           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
18944 ____________________________________________________________________________
18945 [  6352] By: gsar                                  on 2000/07/11  17:57:48
18946         Log: integrate cfgperl changes#6224..6229 into mainline
18947      Branch: perl
18948           +> lib/lib.pm.PL
18949            - lib/lib.pm
18950           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
18951           !> lib/English.pm op.c t/lib/english.t
18952 ____________________________________________________________________________
18953 [  6351] By: gsar                                  on 2000/07/11  17:50:10
18954         Log: skip integrate of problematic change#6223 from cfgperl into mainline
18955      Branch: perl
18956           !> doio.c
18957 ____________________________________________________________________________
18958 [  6350] By: gsar                                  on 2000/07/11  17:48:28
18959         Log: integrate cfgperl changes#6220..6222 into mainline
18960      Branch: perl
18961           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
18962           !> toke.c utf8.c win32/win32.h
18963 ____________________________________________________________________________
18964 [  6349] By: gsar                                  on 2000/07/11  17:46:13
18965         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
18966              mainline
18967      Branch: perl
18968           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
18969           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
18970           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
18971 ____________________________________________________________________________
18972 [  6348] By: jhi                                   on 2000/07/11  17:45:49
18973         Log: README.posix-bc podified from Thomas Dorner.
18974      Branch: cfgperl
18975            ! README.posix-bc
18976 ____________________________________________________________________________
18977 [  6347] By: gsar                                  on 2000/07/11  17:42:04
18978         Log: integrate cfgperl change#6217 into mainline
18979      Branch: perl
18980           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
18981           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
18982           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
18983 ____________________________________________________________________________
18984 [  6346] By: gsar                                  on 2000/07/11  17:39:37
18985         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
18986              mainline
18987      Branch: perl
18988           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
18989           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
18990           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
18991           !> perlapi.h pod/perlapi.pod
18992 ____________________________________________________________________________
18993 [  6345] By: gsar                                  on 2000/07/11  17:36:42
18994         Log: integrate cfgperl changes#6207..6210 into mainline
18995      Branch: perl
18996           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
18997           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
18998 ____________________________________________________________________________
18999 [  6344] By: gsar                                  on 2000/07/11  17:31:20
19000         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
19001              mainline
19002      Branch: perl
19003           !> (integrate 40 files)
19004 ____________________________________________________________________________
19005 [  6343] By: gsar                                  on 2000/07/11  17:19:08
19006         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
19007      Branch: perl
19008           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
19009            ! Changes
19010           !> (integrate 34 files)
19011 ____________________________________________________________________________
19012 [  6342] By: jhi                                   on 2000/07/11  16:05:48
19013         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
19014              To: perl5-porters@perl.org
19015              From: Karsten Sperling <spiff@phreax.net>
19016              Date: Mon, 10 Jul 2000 15:12:52 +0200
19017              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
19018      Branch: cfgperl
19019            ! lib/Symbol.pm
19020 ____________________________________________________________________________
19021 [  6341] By: jhi                                   on 2000/07/11  15:59:23
19022         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
19023              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19024              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
19025              Date: Fri, 07 Jul 2000 17:57:16 +0100
19026      Branch: cfgperl
19027            ! pp_hot.c
19028 ____________________________________________________________________________
19029 [  6340] By: jhi                                   on 2000/07/11  15:55:47
19030         Log: Subject: Re: format bug report  [Patch]
19031              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19032              Date: Wed, 05 Jul 2000 13:12:52 +0200
19033              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
19034              
19035              Subject: Re: format bug report  [Patch]
19036              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19037              Date: Wed, 05 Jul 2000 14:10:01 +0200
19038              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
19039      Branch: cfgperl
19040            ! t/op/write.t toke.c
19041 ____________________________________________________________________________
19042 [  6339] By: jhi                                   on 2000/07/11  13:54:09
19043         Log: Be less forgiving about ambiguous and illegal tr ranges.
19044              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
19045              From: Mark-Jason Dominus <mjd@plover.com>
19046              Date: Tue, 04 Jul 2000 10:00:12 -0400
19047              Message-ID: <20000704140012.17772.qmail@plover.com>
19048              
19049              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
19050              From: Mark-Jason Dominus <mjd@plover.com>
19051              Date: Wed, 05 Jul 2000 09:37:36 -0400
19052              Message-ID: <20000705133736.27293.qmail@plover.com>
19053      Branch: cfgperl
19054            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
19055 ____________________________________________________________________________
19056 [  6338] By: jhi                                   on 2000/07/11  13:31:24
19057         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
19058              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19059              Date: Tue, 11 Jul 2000 13:50:51 +0100
19060              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
19061      Branch: cfgperl
19062            ! sv.c
19063 ____________________________________________________________________________
19064 [  6337] By: jhi                                   on 2000/07/11  13:29:14
19065         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
19066              From: Hugo <hv@crypt.compulink.co.uk>
19067              Date: Tue, 11 Jul 2000 12:44:50 +0100
19068              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
19069      Branch: cfgperl
19070            ! regexec.c t/op/re_tests
19071 ____________________________________________________________________________
19072 [  6336] By: jhi                                   on 2000/07/11  13:26:47
19073         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
19074              From: simon@brecon.co.uk (Simon Cozens)
19075              Date: 7 Jul 2000 11:26:09 GMT
19076              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
19077      Branch: cfgperl
19078            ! mg.c
19079 ____________________________________________________________________________
19080 [  6335] By: jhi                                   on 2000/07/11  13:23:37
19081         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
19082              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
19083              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
19084              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
19085      Branch: cfgperl
19086            + ext/DynaLoader/hints/netbsd.pl
19087            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
19088 ____________________________________________________________________________
19089 [  6334] By: jhi                                   on 2000/07/11  13:20:38
19090         Log: Subject: PATCH perlguts.pod: Document D and d magic types
19091              From: mjd@plover.com
19092              Date: 5 Jul 2000 18:01:51 -0000
19093              Message-ID: <20000705180151.29413.qmail@plover.com>
19094      Branch: cfgperl
19095            ! pod/perlguts.pod
19096 ____________________________________________________________________________
19097 [  6333] By: jhi                                   on 2000/07/11  13:15:51
19098         Log: Precedence goof, fix based on
19099              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
19100              From: Hugo <hv@crypt.compulink.co.uk>
19101              Date: Tue, 11 Jul 2000 12:52:38 +0100
19102              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
19103      Branch: cfgperl
19104            ! t/op/taint.t
19105 ____________________________________________________________________________
19106 [  6332] By: jhi                                   on 2000/07/11  12:40:17
19107         Log: Integrate with Sarathy.
19108      Branch: cfgperl
19109           !> win32/win32sck.c
19110 ____________________________________________________________________________
19111 [  6331] By: jhi                                   on 2000/07/10  20:14:16
19112         Log: Sprinkle ldlibpath.
19113      Branch: cfgperl
19114            ! pod/Makefile.SH
19115 ____________________________________________________________________________
19116 [  6330] By: jhi                                   on 2000/07/10  17:54:49
19117         Log: More POSIX.pod tweaks.
19118      Branch: cfgperl
19119            ! ext/POSIX/POSIX.pod
19120 ____________________________________________________________________________
19121 [  6329] By: jhi                                   on 2000/07/10  14:02:12
19122         Log: Reorder perl.pod once more.
19123      Branch: cfgperl
19124            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
19125 ____________________________________________________________________________
19126 [  6328] By: gsar                                  on 2000/07/10  07:06:00
19127         Log: accept() leaks memory on windows due to incorrect ordering of
19128              closesocket() and fclose() calls
19129      Branch: perl
19130            ! win32/win32sck.c
19131 ____________________________________________________________________________
19132 [  6327] By: gsar                                  on 2000/07/10  06:49:17
19133         Log: winsock options weren't being set in all threads under ithreads
19134              (caused send()s from second and subsequent threads to fail)
19135      Branch: perl
19136            ! win32/win32sck.c
19137 ____________________________________________________________________________
19138 [  6326] By: jhi                                   on 2000/07/08  02:45:40
19139         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
19140              was cast to an unsigned (32-bit) integer with wild abandon.
19141      Branch: cfgperl
19142            ! ext/Devel/DProf/DProf.xs
19143 ____________________________________________________________________________
19144 [  6325] By: jhi                                   on 2000/07/07  18:50:33
19145         Log: Remove perlbook, update perlfaq book listing,
19146              rearrange perl.pod, regenerate perltoc.
19147      Branch: cfgperl
19148            - pod/perlbook.pod
19149            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
19150            ! pod/perlfaq2.pod pod/perltoc.pod
19151 ____________________________________________________________________________
19152 [  6324] By: jhi                                   on 2000/07/07  14:03:40
19153         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
19154      Branch: cfgperl
19155            ! sv.h toke.c
19156 ____________________________________________________________________________
19157 [  6323] By: jhi                                   on 2000/07/06  16:03:55
19158         Log: Fix complaints of buildtoc.
19159      Branch: cfgperl
19160            + lib/Win32.pod
19161            - pod/Win32.pod
19162            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
19163 ____________________________________________________________________________
19164 [  6322] By: jhi                                   on 2000/07/06  15:15:52
19165         Log: Add =head1 NAMEs so that buildtoc is happy.
19166              (The CGI::Util nit reported to Lincoln.)
19167      Branch: cfgperl
19168            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
19169            ! pod/perltoc.pod
19170 ____________________________________________________________________________
19171 [  6321] By: jhi                                   on 2000/07/06  03:16:04
19172         Log: Config is being used.
19173      Branch: cfgperl
19174            ! t/op/method.t
19175 ____________________________________________________________________________
19176 [  6320] By: jhi                                   on 2000/07/06  03:13:13
19177         Log: Integrate with Sarathy.
19178      Branch: cfgperl
19179           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
19180 ____________________________________________________________________________
19181 [  6319] By: jhi                                   on 2000/07/06  03:11:46
19182         Log: Autogenerate pod/Makefile and pod/buildtoc.
19183              buildtoc also checks whether the existin pods are
19184              mentioned in MANIFEST and perl.pod, and vice versa.
19185              (None of the thusly found discrepancies fixed yet.)
19186              roffitall also needs to be autogenerated similarly but it
19187              seems so badly out of date that I didn't touch it yet.
19188      Branch: cfgperl
19189            + pod/Makefile.SH pod/buildtoc.PL
19190            - pod/Makefile pod/buildtoc
19191            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
19192 ____________________________________________________________________________
19193 [  6318] By: gsar                                  on 2000/07/05  22:10:54
19194         Log: fix UNC path handling on Windows under ithreads, and chdir()
19195              return value when given a non-existent directory
19196      Branch: perl
19197            ! win32/vdir.h
19198 ____________________________________________________________________________
19199 [  6317] By: gsar                                  on 2000/07/05  22:08:19
19200         Log: winsock cleanup never done on Windows (leads to handle leaks)
19201      Branch: perl
19202            ! win32/perllib.c win32/win32sck.c
19203 ____________________________________________________________________________
19204 [  6316] By: gsar                                  on 2000/07/05  22:06:19
19205         Log: some debugger output does not go to the socket when RemotePort is set
19206      Branch: perl
19207            ! lib/perl5db.pl
19208 ____________________________________________________________________________
19209 [  6315] By: jhi                                   on 2000/07/05  00:25:21
19210         Log: Integrate with Sarathy, preliminary fix for unicos
19211              alignment problems in [ID 20000612.002] Perl problem on Cray system.
19212      Branch: cfgperl
19213            ! sv.h
19214           !> pp_hot.c
19215 ____________________________________________________________________________
19216 [  6314] By: gsar                                  on 2000/07/04  23:34:02
19217         Log: tyop in change#6306
19218      Branch: perl
19219            ! pp_hot.c
19220 ____________________________________________________________________________
19221 [  6313] By: jhi                                   on 2000/07/04  22:14:38
19222         Log: Multiline string literals ENONPORTABLE.
19223      Branch: cfgperl
19224            ! pp_hot.c
19225 ____________________________________________________________________________
19226 [  6312] By: jhi                                   on 2000/07/04  20:34:44
19227         Log: Integrate with Sarathy.
19228      Branch: cfgperl
19229           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
19230           !> t/op/method.t
19231 ____________________________________________________________________________
19232 [  6311] By: jhi                                   on 2000/07/04  20:30:56
19233         Log: More POSIX.pod embellishment.
19234      Branch: cfgperl
19235            ! ext/POSIX/POSIX.pod
19236 ____________________________________________________________________________
19237 [  6310] By: gsar                                  on 2000/07/04  17:28:48
19238         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
19239      Branch: perl
19240            ! t/lib/b.t
19241 ____________________________________________________________________________
19242 [  6309] By: jhi                                   on 2000/07/04  17:22:18
19243         Log: The #6308 required a little bit more.
19244      Branch: cfgperl
19245            ! Makefile.SH win32/Makefile
19246 ____________________________________________________________________________
19247 [  6308] By: jhi                                   on 2000/07/04  16:35:24
19248         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
19249      Branch: cfgperl
19250            + lib/lib_pm.PL
19251            - lib/lib.pm.PL
19252            ! MANIFEST Makefile.SH
19253 ____________________________________________________________________________
19254 [  6307] By: jhi                                   on 2000/07/04  16:28:58
19255         Log: Win32 patches for cfgperl from Sarathy.
19256      Branch: cfgperl
19257            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
19258            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
19259            ! thread.h toke.c util.c win32/Makefile win32/win32.c
19260 ____________________________________________________________________________
19261 [  6306] By: gsar                                  on 2000/07/04  16:28:40
19262         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
19263              (from Richard Soderberg <rs@oregonnet.com>)
19264      Branch: perl
19265            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
19266 ____________________________________________________________________________
19267 [  6305] By: jhi                                   on 2000/07/04  16:24:24
19268         Log: Integrate with Sarathy.
19269      Branch: cfgperl
19270           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
19271           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19272           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
19273           !> proto.h win32/win32.c
19274 ____________________________________________________________________________
19275 [  6304] By: gsar                                  on 2000/07/04  16:17:24
19276         Log: missing perldiag entry for unpack("w",...) diagnostic (from
19277              Andreas Koenig)
19278      Branch: perl
19279            ! pod/perldiag.pod
19280 ____________________________________________________________________________
19281 [  6303] By: gsar                                  on 2000/07/04  16:14:44
19282         Log: remove rel2abs prototypes (from Barrie Slaymaker)
19283      Branch: perl
19284            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
19285            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
19286 ____________________________________________________________________________
19287 [  6302] By: gsar                                  on 2000/07/04  04:59:35
19288         Log: adjust change#6299
19289      Branch: perl
19290            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
19291            ! win32/win32.c
19292 ____________________________________________________________________________
19293 [  6301] By: jhi                                   on 2000/07/04  04:50:07
19294         Log: Integrate with Sarathy.
19295      Branch: cfgperl
19296           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
19297           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
19298           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
19299 ____________________________________________________________________________
19300 [  6300] By: gsar                                  on 2000/07/04  04:42:09
19301         Log: PERL_OBJECT build tweak
19302      Branch: perl
19303            ! perl.h
19304 ____________________________________________________________________________
19305 [  6299] By: gsar                                  on 2000/07/04  04:37:00
19306         Log: fix memory leak on Windows (PL_sys_intern contents were never
19307              freed)
19308      Branch: perl
19309            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
19310            ! perlapi.c proto.h win32/win32.c
19311 ____________________________________________________________________________
19312 [  6298] By: gsar                                  on 2000/07/04  04:15:59
19313         Log: fix large memory leak that has been around for ever, masked by
19314              -DPURIFY (most of the arenas were never freed!)
19315      Branch: perl
19316            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
19317 ____________________________________________________________________________
19318 [  6297] By: gsar                                  on 2000/07/04  04:07:46
19319         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
19320      Branch: perl
19321            ! perl.c
19322 ____________________________________________________________________________
19323 [  6296] By: jhi                                   on 2000/06/30  18:28:37
19324         Log: Elaborate POSIX.pod.  Still needs work.
19325      Branch: cfgperl
19326            ! ext/POSIX/POSIX.pod
19327 ____________________________________________________________________________
19328 [  6295] By: jhi                                   on 2000/06/30  14:58:18
19329         Log: Point to perlipc for more SysV IPC examples.
19330      Branch: cfgperl
19331            ! pod/perlfunc.pod
19332 ____________________________________________________________________________
19333 [  6294] By: gsar                                  on 2000/06/30  14:47:45
19334         Log: slurp mode fix in change#4736 still not quite right
19335      Branch: perl
19336            ! pp_hot.c t/io/argv.t
19337 ____________________________________________________________________________
19338 [  6293] By: jhi                                   on 2000/06/30  12:02:55
19339         Log: Integrate with Sarathy.
19340      Branch: cfgperl
19341           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
19342 ____________________________________________________________________________
19343 [  6292] By: jhi                                   on 2000/06/30  12:01:11
19344         Log: From: simon@brecon.co.uk (Simon Cozens)
19345              Subject: UTF8 concat
19346              Date: 30 Jun 2000 06:13:25 GMT
19347              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
19348      Branch: cfgperl
19349            ! pp_hot.c
19350 ____________________________________________________________________________
19351 [  6291] By: gsar                                  on 2000/06/30  04:37:33
19352         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
19353              when @_ is modified, causing coredumps
19354      Branch: perl
19355            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
19356 ____________________________________________________________________________
19357 [  6290] By: jhi                                   on 2000/06/30  02:21:44
19358         Log: Integrate with Sarathy.
19359      Branch: cfgperl
19360           !> vms/vms.c vms/vmsish.h
19361 ____________________________________________________________________________
19362 [  6289] By: jhi                                   on 2000/06/30  02:21:02
19363         Log: Check VERSIONs.
19364      Branch: cfgperl
19365            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
19366            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
19367            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
19368 ____________________________________________________________________________
19369 [  6288] By: jhi                                   on 2000/06/30  02:18:52
19370         Log: Integrate with Sarathy.
19371      Branch: cfgperl
19372           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
19373           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
19374           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
19375           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
19376 ____________________________________________________________________________
19377 [  6287] By: gsar                                  on 2000/06/30  02:17:08
19378         Log: integrate vmsperl changes into mainline
19379      Branch: perl
19380           !> vms/vms.c vms/vmsish.h
19381 ____________________________________________________________________________
19382 [  6285] By: gsar                                  on 2000/06/30  02:05:28
19383         Log: localize %INC in a Safe compartment so that use/require work
19384              (many other magic globals probably need similar treatment)
19385      Branch: perl
19386            ! ext/Opcode/Opcode.xs
19387 ____________________________________________________________________________
19388 [  6284] By: gsar                                  on 2000/06/30  01:54:54
19389         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
19390              about Windows
19391      Branch: perl
19392            ! pod/perlembed.pod
19393 ____________________________________________________________________________
19394 [  6283] By: jhi                                   on 2000/06/30  01:50:10
19395         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
19396              From: Barrie Slaymaker <barries@jester.slaysys.com>
19397              Date: Wed, 28 Jun 2000 11:35:29 -0400
19398              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
19399      Branch: perl
19400            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
19401            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
19402            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19403            ! lib/File/Spec/Win32.pm
19404 ____________________________________________________________________________
19405 [  6282] By: jhi                                   on 2000/06/29  22:57:22
19406         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
19407              From: Dan Sugalski <dan@sidhe.org>
19408              Date: Tue, 06 Jun 2000 11:59:50 -0400
19409              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
19410      Branch: cfgperl
19411            ! vms/vms.c
19412 ____________________________________________________________________________
19413 [  6281] By: jhi                                   on 2000/06/29  22:52:50
19414         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
19415              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19416              Date: Wed, 7 Jun 2000 04:02:04 -0500
19417              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
19418      Branch: cfgperl
19419            ! utils/h2xs.PL
19420 ____________________________________________________________________________
19421 [  6280] By: jhi                                   on 2000/06/29  22:45:47
19422         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
19423              From: rspier@pobox.com (Robert Spier)
19424              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
19425              Message-ID: <14654.31913.845602.610277@rls.cx>
19426      Branch: cfgperl
19427            ! utils/h2xs.PL
19428 ____________________________________________________________________________
19429 [  6279] By: jhi                                   on 2000/06/29  22:38:16
19430         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
19431              From: Tim Ayers <tayers@bridge.com>
19432              Date: Thu, 08 Jun 2000 08:11:06 +0200
19433              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
19434              [resent by Richard Foley, Message-Id probably wrong]
19435      Branch: cfgperl
19436            ! pod/perlsub.pod
19437 ____________________________________________________________________________
19438 [  6278] By: jhi                                   on 2000/06/29  22:21:45
19439         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
19440              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
19441              Date: Fri, 09 Jun 2000 12:39:27 -0400
19442              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
19443              (plus update the version "number" of Text::Wrap)
19444      Branch: cfgperl
19445            ! lib/Text/Wrap.pm
19446 ____________________________________________________________________________
19447 [  6277] By: jhi                                   on 2000/06/29  22:13:10
19448         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
19449              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19450              Date: Mon, 12 Jun 2000 14:55:59 +0100
19451              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
19452      Branch: cfgperl
19453            ! pod/perlfunc.pod
19454 ____________________________________________________________________________
19455 [  6276] By: jhi                                   on 2000/06/29  22:11:06
19456         Log: Subject: [PATCH] Re: eval documentation: context
19457              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19458              Date: Mon, 12 Jun 2000 15:07:29 +0100
19459              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
19460      Branch: cfgperl
19461            ! pod/perlfunc.pod
19462 ____________________________________________________________________________
19463 [  6275] By: jhi                                   on 2000/06/29  21:59:46
19464         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
19465              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19466              Date: Tue, 13 Jun 2000 02:43:48 -0500
19467              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
19468      Branch: cfgperl
19469            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
19470 ____________________________________________________________________________
19471 [  6274] By: jhi                                   on 2000/06/29  21:56:14
19472         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
19473              From: Andy Dougherty <doughera@lafayette.edu>
19474              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
19475              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
19476      Branch: cfgperl
19477            ! ext/File/Glob/Glob.pm
19478 ____________________________________________________________________________
19479 [  6273] By: jhi                                   on 2000/06/29  21:49:09
19480         Log: Subject: [PATCH] xsub attributes
19481              From: Doug MacEachern <dougm@covalent.net>
19482              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
19483              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
19484      Branch: cfgperl
19485            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
19486            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
19487 ____________________________________________________________________________
19488 [  6272] By: jhi                                   on 2000/06/29  21:41:28
19489         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
19490              From: Tom Phoenix <rootbeer@redcat.com>
19491              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
19492              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
19493      Branch: cfgperl
19494            ! lib/Net/Ping.pm
19495 ____________________________________________________________________________
19496 [  6271] By: jhi                                   on 2000/06/29  21:36:55
19497         Log: Subject: PATCH pod/perltie.pod
19498              From: Ian Phillipps <Ian.Phillipps@iname.com>
19499              Date: Fri, 16 Jun 2000 00:17:19 +0100
19500              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
19501              (only the first hunk, the second hunk had already been done
19502              by some other patch)
19503      Branch: cfgperl
19504            ! pod/perltie.pod
19505 ____________________________________________________________________________
19506 [  6270] By: jhi                                   on 2000/06/29  21:24:51
19507         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
19508              From: Nicholas Clark <nick@talking.bollo.cx>
19509              Date: Fri, 23 Jun 2000 16:21:15 +0100
19510              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
19511      Branch: cfgperl
19512            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
19513            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
19514 ____________________________________________________________________________
19515 [  6269] By: jhi                                   on 2000/06/29  19:38:15
19516         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
19517              silence few compiler warnings.
19518      Branch: cfgperl
19519            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
19520 ____________________________________________________________________________
19521 [  6268] By: jhi                                   on 2000/06/29  18:21:50
19522         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
19523              From: Dominic Dunlop <domo@computer.org> 
19524              Date: Thu, 29 Jun 2000 12:32:39 +0200 
19525              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
19526      Branch: cfgperl
19527            ! t/op/sprintf.t
19528 ____________________________________________________________________________
19529 [  6267] By: jhi                                   on 2000/06/29  18:16:07
19530         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
19531              From: Doug MacEachern <dougm@covalent.net>
19532              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
19533              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
19534      Branch: cfgperl
19535            + t/op/method2entersub.t
19536            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
19537            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19538            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
19539            ! xsutils.c
19540 ____________________________________________________________________________
19541 [  6266] By: jhi                                   on 2000/06/29  15:11:15
19542         Log: Subject: [PATCH 5.6.0] cygwin port
19543              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
19544              From: "Fifer, Eric" <EFifer@sanwaint.com>
19545              Date: Thu, 29 Jun 2000 12:58:29 +0100
19546      Branch: cfgperl
19547            ! cygwin/Makefile.SHs
19548 ____________________________________________________________________________
19549 [  6265] By: jhi                                   on 2000/06/29  15:04:05
19550         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
19551              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19552              Date: Wed, 28 Jun 2000 17:50:12 -0700
19553              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
19554      Branch: cfgperl
19555            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
19556 ____________________________________________________________________________
19557 [  6264] By: jhi                                   on 2000/06/29  15:00:57
19558         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
19559              From: Marty Lucich <marty@netcom.com>
19560              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
19561              Message-Id: <200006282116.OAA11148@netcom.com>
19562              ccdlflags update (the BSD/OS 4.1 part had already been taken
19563              care of by #6141).
19564      Branch: cfgperl
19565            ! hints/bsdos.sh
19566 ____________________________________________________________________________
19567 [  6263] By: jhi                                   on 2000/06/29  13:47:44
19568         Log: tr fixes from Simon Cozens
19569      Branch: cfgperl
19570            ! doop.c
19571 ____________________________________________________________________________
19572 [  6262] By: jhi                                   on 2000/06/28  18:46:01
19573         Log: Subject: 5.6.0 Patch for EPOC
19574              From: Olaf Flebbe <o.flebbe@gmx.de>
19575              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
19576              Message-ID: <23449.960929969@www11.gmx.net>
19577      Branch: cfgperl
19578            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
19579            ! epoc/epocish.h
19580 ____________________________________________________________________________
19581 [  6261] By: jhi                                   on 2000/06/28  18:29:07
19582         Log: Subject: Re: [PATCH cfgperl] BOMs away!
19583              From: simon@brecon.co.uk (Simon Cozens)
19584              Date: 17 Jun 2000 11:49:57 GMT
19585              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
19586      Branch: cfgperl
19587            ! pod/perldiag.pod t/comp/require.t toke.c
19588 ____________________________________________________________________________
19589 [  6260] By: jhi                                   on 2000/06/28  17:47:16
19590         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
19591              From: simon@brecon.co.uk (Simon Cozens) 
19592              Date: 17 Jun 2000 11:56:44 GMT 
19593              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
19594              pack U0, pack C0
19595      Branch: cfgperl
19596            ! pod/perlfunc.pod pp.c t/op/pack.t
19597 ____________________________________________________________________________
19598 [  6259] By: jhi                                   on 2000/06/28  16:43:17
19599         Log: perlnewmod was missing from MANIFEST.
19600      Branch: cfgperl
19601            ! MANIFEST
19602 ____________________________________________________________________________
19603 [  6258] By: jhi                                   on 2000/06/28  15:54:30
19604         Log: linenumber tweak
19605      Branch: cfgperl
19606            ! t/pragma/warn/regcomp
19607 ____________________________________________________________________________
19608 [  6257] By: jhi                                   on 2000/06/28  15:50:44
19609         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
19610              From: Doug MacEachern <dougm@covalent.net>
19611              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
19612              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
19613              (one part of the patch had been applied earlier)
19614      Branch: cfgperl
19615            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
19616 ____________________________________________________________________________
19617 [  6256] By: jhi                                   on 2000/06/28  15:40:22
19618         Log: tweaks from Simon Cozens to further fix tr/// under utf8
19619      Branch: cfgperl
19620            ! doop.c
19621 ____________________________________________________________________________
19622 [  6255] By: jhi                                   on 2000/06/28  15:33:45
19623         Log: small thinko tweaks
19624      Branch: cfgperl
19625            ! lib/IPC/Open3.pm t/op/my_stash.t
19626 ____________________________________________________________________________
19627 [  6254] By: jhi                                   on 2000/06/28  15:33:25
19628         Log: Subject: tr///, help wanted.
19629              From: simon@brecon.co.uk (Simon Cozens)
19630              Date: 28 Jun 2000 11:29:04 GMT
19631              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
19632      Branch: cfgperl
19633            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
19634            ! pp_proto.h proto.h t/op/tr.t
19635 ____________________________________________________________________________
19636 [  6253] By: jhi                                   on 2000/06/28  15:09:17
19637         Log: Paranoia tweak on #6249.
19638              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
19639              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
19640              Date: Sun, 25 Jun 2000 23:43:12 -0400
19641              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
19642      Branch: cfgperl
19643            ! lib/IPC/Open3.pm
19644 ____________________________________________________________________________
19645 [  6252] By: jhi                                   on 2000/06/28  15:01:38
19646         Log: Document #6249 and #6251.
19647      Branch: cfgperl
19648            ! lib/Exporter.pm lib/IPC/Open3.pm
19649 ____________________________________________________________________________
19650 [  6251] By: jhi                                   on 2000/06/28  14:50:43
19651         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
19652              From: Doug MacEachern <dougm@covalent.net>
19653              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
19654              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
19655      Branch: cfgperl
19656            ! lib/Exporter.pm
19657 ____________________________________________________________________________
19658 [  6250] By: jhi                                   on 2000/06/28  14:45:23
19659         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
19660              From: Doug MacEachern <dougm@covalent.net>
19661              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
19662              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
19663      Branch: cfgperl
19664            + t/op/my_stash.t
19665            ! MANIFEST embed.pl global.sym proto.h toke.c
19666 ____________________________________________________________________________
19667 [  6249] By: jhi                                   on 2000/06/28  14:36:34
19668         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
19669              From: Frank Tobin <ftobin@uiuc.edu>
19670              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
19671              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
19672      Branch: cfgperl
19673            ! lib/IPC/Open3.pm
19674 ____________________________________________________________________________
19675 [  6248] By: jhi                                   on 2000/06/28  14:11:25
19676         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
19677              From: Mark-Jason Dominus <mjd@plover.com>
19678              Date: Tue, 27 Jun 2000 22:36:42 -0400
19679              Message-ID: <20000628023642.12166.qmail@plover.com>
19680      Branch: cfgperl
19681            ! pod/perlfunc.pod
19682 ____________________________________________________________________________
19683 [  6247] By: jhi                                   on 2000/06/27  12:46:37
19684         Log: Tweak $VERSION, patch from Doug MacEachern.
19685      Branch: cfgperl
19686            ! lib/File/Spec.pm
19687 ____________________________________________________________________________
19688 [  6246] By: jhi                                   on 2000/06/27  03:34:46
19689         Log: Allow for standalone testing.
19690      Branch: cfgperl
19691            ! t/lib/filefunc.t t/lib/filespec.t
19692 ____________________________________________________________________________
19693 [  6245] By: jhi                                   on 2000/06/27  02:50:02
19694         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
19695              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
19696              Date: Sat, 24 Jun 2000 13:06:20 +0100
19697              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
19698      Branch: cfgperl
19699            ! ext/DynaLoader/DynaLoader_pm.PL
19700 ____________________________________________________________________________
19701 [  6244] By: jhi                                   on 2000/06/27  02:46:10
19702         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
19703              From: Doug MacEachern <dougm@covalent.net>
19704              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
19705              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
19706      Branch: cfgperl
19707            ! gv.c sv.c t/lib/peek.t
19708 ____________________________________________________________________________
19709 [  6243] By: jhi                                   on 2000/06/27  02:38:07
19710         Log: Subject: [PATCH] is_utf8_string
19711              From: simon@brecon.co.uk (Simon Cozens)
19712              Date: 26 Jun 2000 02:25:59 GMT
19713              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
19714      Branch: cfgperl
19715            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
19716            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
19717            ! proto.h utf8.c
19718 ____________________________________________________________________________
19719 [  6242] By: jhi                                   on 2000/06/27  02:24:00
19720         Log: Subject: [PATCH] bytes<->utf8 fixes
19721              From: simon@brecon.co.uk (Simon Cozens)
19722              Date: 26 Jun 2000 04:55:45 GMT
19723              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
19724      Branch: cfgperl
19725            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
19726 ____________________________________________________________________________
19727 [  6241] By: jhi                                   on 2000/06/27  02:12:42
19728         Log: Do no -warn on \_, only on \alpha.
19729              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
19730              From: David Dyck <dcd@tc.fluke.com>
19731              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
19732              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
19733      Branch: cfgperl
19734            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
19735 ____________________________________________________________________________
19736 [  6240] By: jhi                                   on 2000/06/27  02:00:01
19737         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
19738              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
19739              Date: Mon, 26 Jun 2000 18:40:14 +0100
19740              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
19741      Branch: cfgperl
19742            ! utils/h2xs.PL
19743 ____________________________________________________________________________
19744 [  6239] By: jhi                                   on 2000/06/27  01:53:40
19745         Log: Configure maintenance.  Sever some dependency cycles,
19746              separate gccversion from the cc unit,
19747              address [ID 20000623.006] Configure script patch for using gcc on AIX
19748              (but solve it a little bit differently),
19749              unduplex some accidentally duplicated units,
19750              suggest using gcc if no cc available
19751              (p5p thread: "Solaris configure: counterproposal", 1999-09)
19752      Branch: cfgperl
19753            ! Configure Todo-5.6 config_h.SH
19754      Branch: metaconfig
19755            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
19756            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
19757      Branch: metaconfig/U/perl
19758            + gccvers.U
19759            ! d_getespwnam.U d_getprpwnam.U i_prot.U
19760 ____________________________________________________________________________
19761 [  6238] By: jhi                                   on 2000/06/25  18:04:56
19762         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
19763              From: Dan Sugalski <dan@sidhe.org>
19764              Date: Fri, 23 Jun 2000 17:00:00 -0400
19765              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
19766      Branch: cfgperl
19767            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
19768 ____________________________________________________________________________
19769 [  6237] By: jhi                                   on 2000/06/25  16:36:45
19770         Log: Tweak embed.pl, regen headers.
19771      Branch: cfgperl
19772            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
19773            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
19774            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
19775            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
19776            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
19777 ____________________________________________________________________________
19778 [  6236] By: jhi                                   on 2000/06/25  15:26:42
19779         Log: Regen headers.
19780      Branch: cfgperl
19781            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
19782            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
19783            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
19784            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
19785            ! regnodes.h warnings.h
19786 ____________________________________________________________________________
19787 [  6235] By: jhi                                   on 2000/06/23  19:39:35
19788         Log: The thread begun by
19789              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
19790              From: Kevin.Ruscoe@ubsw.com
19791              Date: Fri, 16 Jun 2000 16:38:51 +0100
19792              Message-Id: <H000019b03c300d6@MHS>
19793      Branch: cfgperl
19794            ! hints/solaris_2.sh
19795 ____________________________________________________________________________
19796 [  6234] By: jhi                                   on 2000/06/23  19:23:36
19797         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
19798              because when run as services (Win32ese for daemons)
19799              no environment variables are set and tmpdir ends up as /tmp,
19800              which is ambiguous.
19801              
19802              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
19803              From: matt@sergeant.org
19804              Date: 16 Jun 2000 16:30:43 -0000
19805              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
19806      Branch: cfgperl
19807            ! lib/File/Spec/Win32.pm
19808 ____________________________________________________________________________
19809 [  6233] By: jhi                                   on 2000/06/23  19:18:58
19810         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
19811              From: Mark-Jason Dominus <mjd@plover.com>
19812              Date: Fri, 16 Jun 2000 20:53:04 -0400
19813              Message-ID: <20000617005304.8008.qmail@plover.com>
19814      Branch: cfgperl
19815            ! op.h
19816 ____________________________________________________________________________
19817 [  6232] By: jhi                                   on 2000/06/23  16:10:02
19818         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
19819              From: simon@brecon.co.uk (Simon Cozens)
19820              Date: 19 Jun 2000 15:18:27 GMT
19821              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
19822              
19823              plus update pod/Makefile and regenerate perltoc
19824      Branch: cfgperl
19825            + pod/perlutil.pod
19826            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
19827 ____________________________________________________________________________
19828 [  6231] By: jhi                                   on 2000/06/23  15:19:18
19829         Log: Subject: [PATCH 5.6.0] cygwin port
19830              From: "Fifer, Eric" <EFifer@sanwaint.com>
19831              Date: Tue, 20 Jun 2000 14:30:58 +0100
19832              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
19833      Branch: cfgperl
19834            ! README.cygwin lib/File/Find.pm
19835 ____________________________________________________________________________
19836 [  6230] By: jhi                                   on 2000/06/23  14:25:21
19837         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
19838      Branch: cfgperl
19839            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
19840            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
19841            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19842            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
19843 ____________________________________________________________________________
19844 [  6229] By: jhi                                   on 2000/06/23  14:13:34
19845         Log: Subject: README.hpux version 0.6.1
19846              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
19847              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
19848              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
19849      Branch: cfgperl
19850            ! README.hpux
19851 ____________________________________________________________________________
19852 [  6228] By: jhi                                   on 2000/06/23  14:07:20
19853         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
19854              From: Doug MacEachern <dougm@covalent.net>
19855              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
19856              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
19857      Branch: cfgperl
19858            ! op.c
19859 ____________________________________________________________________________
19860 [  6227] By: jhi                                   on 2000/06/23  14:01:06
19861         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
19862              From: Doug MacEachern <dougm@covalent.net>
19863              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
19864              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
19865      Branch: cfgperl
19866            + lib/lib.pm.PL
19867            - lib/lib.pm
19868            ! MANIFEST Makefile.SH
19869 ____________________________________________________________________________
19870 [  6226] By: jhi                                   on 2000/06/23  13:53:07
19871         Log: Subject: [PATCH] remove forward declarations in Socket.pm
19872              From: Doug MacEachern <dougm@covalent.net>
19873              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
19874              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
19875              
19876              From: Doug MacEachern <dougm@covalent.net>
19877              Subject: Re: [PATCH] remove forward declarations in Socket.pm
19878              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
19879              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
19880      Branch: cfgperl
19881            ! ext/Socket/Socket.pm op.c
19882 ____________________________________________________________________________
19883 [  6225] By: jhi                                   on 2000/06/23  13:41:52
19884         Log: Add source code filenames to apidoc.
19885              From: simon@brecon.co.uk (Simon Cozens)
19886              Subject: [PATCH embed.pl] Source X-ref
19887              Date: 22 Jun 2000 02:18:49 GMT
19888              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
19889      Branch: cfgperl
19890            ! embed.pl
19891 ____________________________________________________________________________
19892 [  6224] By: jhi                                   on 2000/06/23  13:32:33
19893         Log: A way to avoid English.pm performance hit.
19894              From: root <root@jester.slaysys.com>
19895              Subject: [YAPATCH English.pm] My turn to putt again
19896              Date: Thu, 22 Jun 2000 20:33:58 -0400
19897              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
19898      Branch: cfgperl
19899            ! lib/English.pm t/lib/english.t
19900 ____________________________________________________________________________
19901 [  6223] By: jhi                                   on 2000/06/23  13:27:06
19902         Log: Avoid double close().
19903              Subject: [PATCH] avoid double close()
19904              From: Doug MacEachern <dougm@covalent.net>
19905              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
19906              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
19907      Branch: cfgperl
19908            ! doio.c
19909 ____________________________________________________________________________
19910 [  6222] By: jhi                                   on 2000/06/23  13:25:54
19911         Log: doc typo fix
19912              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
19913              From: Ian Phillipps <Ian.Phillipps@iname.com>
19914              Date: Fri, 23 Jun 2000 10:40:58 +0100
19915              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
19916      Branch: cfgperl
19917            ! lib/Pod/Usage.pm
19918 ____________________________________________________________________________
19919 [  6221] By: jhi                                   on 2000/06/23  13:24:15
19920         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
19921              From: simon@brecon.co.uk (Simon Cozens)
19922              Subject: [PATCH] Eliminate tr///[CU][CU]
19923              Date: 23 Jun 2000 11:05:40 GMT
19924              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
19925      Branch: cfgperl
19926            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
19927 ____________________________________________________________________________
19928 [  6220] By: jhi                                   on 2000/06/22  16:07:51
19929         Log: Win32 patches from Benjamin Stuhl.
19930      Branch: cfgperl
19931            ! makedef.pl win32/win32.h
19932 ____________________________________________________________________________
19933 [  6219] By: jhi                                   on 2000/06/22  16:06:34
19934         Log: Bytecode patches from Benjamin Stuhl.
19935      Branch: cfgperl
19936            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
19937            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
19938            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
19939 ____________________________________________________________________________
19940 [  6218] By: jhi                                   on 2000/06/15  23:54:16
19941         Log: Bytecode patches from Benjamin Stuhl.
19942      Branch: cfgperl
19943            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
19944 ____________________________________________________________________________
19945 [  6217] By: jhi                                   on 2000/06/09  13:38:29
19946         Log: Rename the fdpid locking and integrate with Sarathy.
19947      Branch: cfgperl
19948            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
19949            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
19950            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
19951            ! win32/win32.c
19952           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
19953 ____________________________________________________________________________
19954 [  6216] By: gsar                                  on 2000/06/08  14:54:21
19955         Log: be more optimal about clearing @_
19956      Branch: perl
19957            ! cop.h
19958 ____________________________________________________________________________
19959 [  6215] By: gsar                                  on 2000/06/08  14:33:04
19960         Log: tweak comment about @DB::args
19961      Branch: perl
19962            ! av.h pp_ctl.c
19963 ____________________________________________________________________________
19964 [  6214] By: gsar                                  on 2000/06/08  13:57:54
19965         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
19966              caller() wants to populate @DB::args with it (causes a coredump
19967              in Carp::confess())
19968      Branch: perl
19969            ! cop.h t/op/runlevel.t
19970 ____________________________________________________________________________
19971 [  6213] By: gsar                                  on 2000/06/08  07:06:35
19972         Log: back out change#6106 (seems problematic)
19973      Branch: perl
19974            ! hints/solaris_2.sh
19975 ____________________________________________________________________________
19976 [  6212] By: jhi                                   on 2000/06/07  03:10:36
19977         Log: Continuing mopup for #6204.
19978      Branch: cfgperl
19979            ! ext/B/defsubs_h.PL
19980 ____________________________________________________________________________
19981 [  6211] By: jhi                                   on 2000/06/07  02:41:50
19982         Log: Mopup for #6204.
19983              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
19984              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
19985              This is comes from const() where POK isn't on when expected.
19986      Branch: cfgperl
19987            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
19988            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
19989            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
19990            ! perlapi.h pod/perlapi.pod
19991 ____________________________________________________________________________
19992 [  6210] By: jhi                                   on 2000/06/07  01:56:29
19993         Log: Mopup for #6207 and #6209.
19994      Branch: cfgperl
19995            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
19996 ____________________________________________________________________________
19997 [  6209] By: jhi                                   on 2000/06/07  01:33:12
19998         Log: Lock PL_fdpid against race conditions, based on:
19999              Subject: [PATCH 5.6.0]subprocess fixup for threads
20000              From: Dan Sugalski <dan@sidhe.org>
20001              To: perl5-porters@perl.org
20002              Date: Tue, 11 Apr 2000 17:02:32 -0400
20003              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
20004      Branch: cfgperl
20005            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
20006            ! win32/win32.c
20007 ____________________________________________________________________________
20008 [  6208] By: jhi                                   on 2000/06/07  01:05:23
20009         Log: Regen headers for #6207.
20010      Branch: cfgperl
20011            ! embed.h global.sym objXSUB.h proto.h
20012 ____________________________________________________________________________
20013 [  6207] By: jhi                                   on 2000/06/06  23:43:13
20014         Log: Subject: [PATCH 5.6.0] Threadsafe patches
20015              From: Dan Sugalski <dan@sidhe.org>
20016              To: perl5-porters@perl.org
20017              Date: Mon, 08 May 2000 18:08:13 -0400
20018              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
20019      Branch: cfgperl
20020            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
20021            ! proto.h sv.h util.c
20022 ____________________________________________________________________________
20023 [  6206] By: jhi                                   on 2000/06/06  23:21:23
20024         Log: Subject: [PATCH] Eliminate $a/$b in pod
20025              From: David Glasser <me@davidglasser.net>
20026              To: perl5-porters@perl.org
20027              Date: Mon, 29 May 2000 21:15:59 -0400
20028              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
20029      Branch: cfgperl
20030            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
20031            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
20032            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
20033            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
20034            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
20035            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
20036            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
20037            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
20038            ! pod/perlvar.pod pod/perlxs.pod
20039 ____________________________________________________________________________
20040 [  6205] By: jhi                                   on 2000/06/06  23:12:14
20041         Log: Subject: [PATCH] Win32 improvements
20042              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
20043              To: gsar@activestate.com, perl5-porters@perl.org
20044              Date: Mon, 29 May 2000 17:22:24 PDT
20045              Message-ID: <20000530002224.91142.qmail@hotmail.com>
20046              (MUA had mangled many lines by wordwrapping)
20047      Branch: cfgperl
20048            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
20049 ____________________________________________________________________________
20050 [  6204] By: jhi                                   on 2000/06/06  23:01:50
20051         Log: Subject: [PATCH] B::Bytecode patches
20052              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
20053              To: gsar@activestate.com, jhi@iki.fi
20054              Cc: perl5-porters@perl.org
20055              Message-ID: <20000602202526.48694.qmail@hotmail.com>
20056              (MUA had mangled many lines by wordwrapping)
20057      Branch: cfgperl
20058            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
20059            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
20060            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
20061            ! intrpvar.h perl.c
20062 ____________________________________________________________________________
20063 [  6203] By: jhi                                   on 2000/06/06  22:32:43
20064         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
20065              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20066              Date: Tue, 06 Jun 2000 13:07:45 -0700
20067              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
20068      Branch: cfgperl
20069            ! pod/perldiag.pod
20070 ____________________________________________________________________________
20071 [  6202] By: jhi                                   on 2000/06/06  19:38:35
20072         Log: Integrate with Sarathy.
20073      Branch: cfgperl
20074           !> perl.c
20075 ____________________________________________________________________________
20076 [  6201] By: gsar                                  on 2000/06/06  00:42:59
20077         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
20078              does a PUSHMARK that's never ever POPMARKed; in general, only
20079              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
20080              Perl_eval_[sp]v() don't because they don't take any incoming
20081              arguments (this leak has been around since the original version
20082              of perl_eval_pv() in 5.003_97e)
20083      Branch: perl
20084            ! perl.c
20085 ____________________________________________________________________________
20086 [  6200] By: jhi                                   on 2000/06/04  03:44:52
20087         Log: Update to cperl-mode.el 4.31 from
20088              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
20089              Subject: A couple of notes
20090              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20091              To: Mailing list Perl5 <perl5-porters@perl.org>
20092              Date: Sat, 3 Jun 2000 23:33:32 -0400
20093              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
20094      Branch: cfgperl
20095            ! emacs/cperl-mode.el
20096 ____________________________________________________________________________
20097 [  6199] By: jhi                                   on 2000/06/03  15:11:05
20098         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
20099              From: Dan Sugalski <dan@sidhe.org>
20100              To: perl5-porters@perl.org, vmsperl@perl.org
20101              Date: Fri, 02 Jun 2000 17:30:51 -0400
20102              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
20103      Branch: cfgperl
20104            ! vms/descrip_mms.template vms/gen_shrfls.pl
20105 ____________________________________________________________________________
20106 [  6198] By: jhi                                   on 2000/06/03  14:59:15
20107         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
20108              From: Dan Sugalski <dan@sidhe.org>
20109              To: vmsperl@perl.org, perl5-porters@perl.org
20110              Date: Fri, 02 Jun 2000 16:00:41 -0400
20111              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
20112              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
20113      Branch: cfgperl
20114            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
20115            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
20116            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
20117 ____________________________________________________________________________
20118 [  6197] By: jhi                                   on 2000/06/03  14:41:30
20119         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
20120              From: John Borwick <jhborwic@unity.ncsu.edu>
20121              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
20122              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
20123      Branch: cfgperl
20124            ! pod/perlsyn.pod
20125 ____________________________________________________________________________
20126 [  6196] By: jhi                                   on 2000/06/03  14:38:09
20127         Log: Integrate with Sarathy.
20128      Branch: cfgperl
20129           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
20130           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
20131           !> vms/perly_c.vms
20132 ____________________________________________________________________________
20133 [  6195] By: gsar                                  on 2000/06/02  22:43:13
20134         Log: fix yet another eval"" leak under USE_ITHREADS
20135      Branch: perl
20136            ! op.c
20137 ____________________________________________________________________________
20138 [  6194] By: gsar                                  on 2000/06/02  18:22:06
20139         Log: fix small eval"" memory leaks under USE_ITHREADS
20140      Branch: perl
20141            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
20142            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
20143            ! vms/perly_c.vms
20144 ____________________________________________________________________________
20145 [  6193] By: jhi                                   on 2000/06/01  13:03:56
20146         Log: Signals-be-gone for microperl.
20147      Branch: cfgperl
20148            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
20149 ____________________________________________________________________________
20150 [  6192] By: jhi                                   on 2000/06/01  12:52:02
20151         Log: Integrate with Sarathy.
20152      Branch: cfgperl
20153           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
20154           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
20155           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
20156           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
20157           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
20158           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
20159           !> t/op/vec.t utils/h2xs.PL
20160 ____________________________________________________________________________
20161 [  6191] By: gsar                                  on 2000/06/01  09:38:21
20162         Log: vec() loses numericalness (modified version of patch suggested
20163              by Robin Barker)
20164      Branch: perl
20165            ! doop.c t/op/vec.t
20166 ____________________________________________________________________________
20167 [  6190] By: gsar                                  on 2000/06/01  09:26:15
20168         Log: submit missing embed.pl change
20169      Branch: perl
20170            ! embed.pl
20171 ____________________________________________________________________________
20172 [  6189] By: gsar                                  on 2000/06/01  09:05:34
20173         Log: counting tr/// corrupts later operation (from M.J.T Guy)
20174      Branch: perl
20175            ! doop.c t/op/tr.t
20176 ____________________________________________________________________________
20177 [  6188] By: gsar                                  on 2000/06/01  08:58:39
20178         Log: h2xs tweaks
20179      Branch: perl
20180            ! utils/h2xs.PL
20181 ____________________________________________________________________________
20182 [  6187] By: gsar                                  on 2000/06/01  08:50:07
20183         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
20184              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
20185      Branch: perl
20186            + lib/Pod/LaTeX.pm
20187            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
20188            ! pod/pod2latex.PL
20189 ____________________________________________________________________________
20190 [  6186] By: gsar                                  on 2000/06/01  08:24:40
20191         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
20192              <wolfgang.laun@alcatel.at>)
20193      Branch: perl
20194            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
20195            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
20196 ____________________________________________________________________________
20197 [  6185] By: gsar                                  on 2000/06/01  08:12:00
20198         Log: remove incorrect documentation about implicit split to @_ in
20199              list context, which never really worked in perl 5 (from
20200              M.J.T. Guy)
20201      Branch: perl
20202            ! pod/perlfunc.pod pod/perltrap.pod
20203 ____________________________________________________________________________
20204 [  6184] By: gsar                                  on 2000/06/01  07:52:27
20205         Log: tweak for change#6127
20206      Branch: perl
20207            ! perl.c
20208 ____________________________________________________________________________
20209 [  6183] By: gsar                                  on 2000/06/01  07:41:02
20210         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
20211              <nick@ccl4.org>)
20212      Branch: perl
20213            + t/lib/selfloader.t
20214            ! MANIFEST lib/SelfLoader.pm
20215 ____________________________________________________________________________
20216 [  6182] By: jhi                                   on 2000/06/01  00:34:42
20217         Log: Be Cleaner Part Deux.
20218      Branch: cfgperl
20219            ! Makefile.SH
20220 ____________________________________________________________________________
20221 [  6181] By: jhi                                   on 2000/06/01  00:32:09
20222         Log: Integrate with Sarathy.
20223      Branch: cfgperl
20224           !> pp.c t/op/arith.t
20225 ____________________________________________________________________________
20226 [  6180] By: jhi                                   on 2000/06/01  00:31:13
20227         Log: microperl nits from Simon Cozens.
20228      Branch: cfgperl
20229            + uconfig.h
20230            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
20231            ! unixish.h
20232 ____________________________________________________________________________
20233 [  6179] By: gsar                                  on 2000/05/31  22:37:51
20234         Log: buggy modulus on UVs introduced by change#3378 (resulted in
20235              4063328477 % 65535 amounting to 27406, instead of 27407)
20236      Branch: perl
20237            ! pp.c t/op/arith.t
20238 ____________________________________________________________________________
20239 [  6178] By: jhi                                   on 2000/05/31  21:52:41
20240         Log: Be cleaner.
20241      Branch: cfgperl
20242            ! Makefile.SH
20243 ____________________________________________________________________________
20244 [  6177] By: jhi                                   on 2000/05/31  21:47:33
20245         Log: Substitution utf8 patch from Simon Cozens.
20246      Branch: cfgperl
20247            ! pp_hot.c
20248 ____________________________________________________________________________
20249 [  6176] By: jhi                                   on 2000/05/31  21:45:34
20250         Log: Single-quoted utf8 patch from Simon Cozens.
20251      Branch: cfgperl
20252            ! toke.c
20253 ____________________________________________________________________________
20254 [  6175] By: jhi                                   on 2000/05/31  21:40:18
20255         Log: Integrate with Sarathy.
20256      Branch: cfgperl
20257           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
20258 ____________________________________________________________________________
20259 [  6174] By: jhi                                   on 2000/05/31  21:37:31
20260         Log: microperl changes from Simon Cozens; Makefile for microperl
20261              written from scratch; few casts added as microperl compilation
20262              doesn't have all prototypes available.
20263      Branch: cfgperl
20264            + Makefile.micro README.micro Todo.micro uconfig.sh
20265            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
20266            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
20267      Branch: metaconfig
20268            + U/modified/Config_h.U
20269 ____________________________________________________________________________
20270 [  6173] By: jhi                                   on 2000/05/31  20:00:24
20271         Log: metaconfig maintenance.
20272      Branch: metaconfig
20273            + U/modified/Inhdr.U U/typedefs/inotype.U
20274      Branch: metaconfig/U/perl
20275            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
20276            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
20277 ____________________________________________________________________________
20278 [  6172] By: gsar                                  on 2000/05/31  05:05:42
20279         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
20280              (from Ilya Zakharevich)
20281      Branch: perl
20282            ! regexec.c t/op/re_tests
20283 ____________________________________________________________________________
20284 [  6171] By: gsar                                  on 2000/05/31  05:01:47
20285         Log: scalar() doesn't force scalar context when used in void context
20286              (from Simon Cozens)
20287      Branch: perl
20288            ! op.c t/op/wantarray.t
20289 ____________________________________________________________________________
20290 [  6170] By: gsar                                  on 2000/05/31  04:41:33
20291         Log: change#6142 needs tweaks to tests to work where there's no symlink()
20292              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
20293      Branch: perl
20294            ! t/lib/filefind.t
20295 ____________________________________________________________________________
20296 [  6169] By: gsar                                  on 2000/05/31  04:29:49
20297         Log: integrate cfgperl contents into mainline
20298      Branch: perl
20299           +> pod/perlmodlib.PL pod/perlnewmod.pod
20300           !> (integrate 42 files)
20301 ____________________________________________________________________________
20302 [  6168] By: jhi                                   on 2000/05/30  22:53:37
20303         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
20304      Branch: cfgperl
20305            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20306            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
20307            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
20308            ! win32/config.bc win32/config.gc win32/config.vc
20309            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20310            ! win32/config_h.PL win32/config_sh.PL
20311      Branch: metaconfig/U/perl
20312            ! perlxv.U
20313 ____________________________________________________________________________
20314 [  6167] By: jhi                                   on 2000/05/30  22:20:21
20315         Log: tweak todo 
20316      Branch: cfgperl
20317            ! Todo-5.6
20318 ____________________________________________________________________________
20319 [  6166] By: jhi                                   on 2000/05/30  22:11:51
20320         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
20321              in case somebody wants to write an extension for more
20322              shadow database interfaces.
20323      Branch: cfgperl
20324            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20325            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
20326            ! vos/config.def vos/config.h vos/config_h.SH_orig
20327            ! win32/config.bc win32/config.gc win32/config.vc
20328            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20329      Branch: metaconfig
20330            ! U/modified/Myinit.U
20331      Branch: metaconfig/U/perl
20332            + d_getespwnam.U d_getprpwnam.U i_prot.U
20333 ____________________________________________________________________________
20334 [  6165] By: jhi                                   on 2000/05/30  18:35:34
20335         Log: Integrate with Sarathy.
20336      Branch: cfgperl
20337           !> op.c
20338 ____________________________________________________________________________
20339 [  6164] By: jhi                                   on 2000/05/30  18:30:16
20340         Log: detypo
20341      Branch: cfgperl
20342            ! Configure config_h.SH
20343      Branch: metaconfig/U/perl
20344            ! perlxv.U
20345 ____________________________________________________________________________
20346 [  6163] By: gsar                                  on 2000/05/30  03:24:03
20347         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
20348      Branch: perl
20349            ! op.c
20350 ____________________________________________________________________________
20351 [  6162] By: gsar                                  on 2000/05/30  03:09:38
20352         Log: fix memory leak in method call optimization (change#3768);
20353              made C<eval "$x->foo()"> leak
20354      Branch: perl
20355            ! op.c
20356 ____________________________________________________________________________
20357 [  6161] By: jhi                                   on 2000/05/29  17:56:26
20358         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
20359              both from Simon Cozens.
20360      Branch: cfgperl
20361            + pod/perlmodlib.PL pod/perlnewmod.pod
20362            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
20363            ! pod/perlmodlib.pod pod/perltoc.pod
20364 ____________________________________________________________________________
20365 [  6160] By: jhi                                   on 2000/05/29  17:23:55
20366         Log: Changes for the File::Temp 0.08 (change #6159) test suite
20367              to fit better into the Perl distribution test framework.
20368      Branch: cfgperl
20369            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
20370            ! t/lib/ftmp-tempfile.t
20371 ____________________________________________________________________________
20372 [  6159] By: jhi                                   on 2000/05/29  16:55:36
20373         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
20374      Branch: cfgperl
20375            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20376            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20377 ____________________________________________________________________________
20378 [  6158] By: bailey                                on 2000/05/29  16:22:08
20379         Log: Add fallback to tmpfile for use in cases where user's relying on
20380              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
20381              Lane's patch)
20382      Branch: vmsperl
20383            ! vms/vms.c vms/vmsish.h
20384 ____________________________________________________________________________
20385 [  6157] By: jhi                                   on 2000/05/29  03:10:36
20386         Log: Regen Configure to jive with #6149.
20387      Branch: cfgperl
20388            ! Configure
20389      Branch: metaconfig
20390            ! U/modified/Getfile.U
20391 ____________________________________________________________________________
20392 [  6156] By: jhi                                   on 2000/05/29  03:01:38
20393         Log: Integrate with Sarathy.
20394      Branch: cfgperl
20395           +> ext/DynaLoader/dl_mac.xs
20396           !> (integrate 38 files)
20397 ____________________________________________________________________________
20398 [  6155] By: gsar                                  on 2000/05/28  21:15:58
20399         Log: small bug in change#6144; remove random \xA0 character that snuck
20400              in via change#6145
20401      Branch: perl
20402            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
20403 ____________________________________________________________________________
20404 [  6154] By: gsar                                  on 2000/05/28  21:04:19
20405         Log: avoid type mismatch warning
20406      Branch: perl
20407            ! perl.c
20408 ____________________________________________________________________________
20409 [  6153] By: gsar                                  on 2000/05/28  20:58:31
20410         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
20411              <nick@Bagpuss.uk.boo.com>)
20412      Branch: perl
20413            ! lib/Test/Harness.pm
20414 ____________________________________________________________________________
20415 [  6152] By: gsar                                  on 2000/05/28  20:53:42
20416         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
20417      Branch: perl
20418            ! regexec.c
20419 ____________________________________________________________________________
20420 [  6151] By: gsar                                  on 2000/05/28  20:50:28
20421         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
20422      Branch: perl
20423            ! regexec.c
20424 ____________________________________________________________________________
20425 [  6150] By: gsar                                  on 2000/05/28  20:39:58
20426         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
20427      Branch: perl
20428            ! pod/perlrequick.pod
20429 ____________________________________________________________________________
20430 [  6149] By: gsar                                  on 2000/05/28  20:35:16
20431         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
20432              <troc@netrus.net>)
20433      Branch: perl
20434            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
20435            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
20436            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
20437            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
20438 ____________________________________________________________________________
20439 [  6148] By: gsar                                  on 2000/05/28  20:21:07
20440         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
20441      Branch: perl
20442            ! lib/ExtUtils/MM_Unix.pm
20443 ____________________________________________________________________________
20444 [  6147] By: gsar                                  on 2000/05/28  20:12:41
20445         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
20446              (from Peter Prymmer)
20447      Branch: perl
20448            ! vms/subconfigure.com
20449 ____________________________________________________________________________
20450 [  6146] By: gsar                                  on 2000/05/28  20:06:15
20451         Log: doc typo
20452      Branch: perl
20453            ! lib/warnings.pm warnings.h warnings.pl
20454 ____________________________________________________________________________
20455 [  6145] By: gsar                                  on 2000/05/28  18:44:33
20456         Log: make xsubpp skip embedded pod (from Matthias Neeracher
20457              <neeri@iis.ee.ethz.ch>)
20458      Branch: perl
20459            ! lib/ExtUtils/xsubpp
20460 ____________________________________________________________________________
20461 [  6144] By: gsar                                  on 2000/05/28  18:42:49
20462         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
20463              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
20464              <neeri@iis.ee.ethz.ch>)
20465      Branch: perl
20466            ! lib/AutoSplit.pm
20467 ____________________________________________________________________________
20468 [  6143] By: gsar                                  on 2000/05/28  18:41:12
20469         Log: MacOS support, part 1 (from Matthias Neeracher
20470              <neeri@iis.ee.ethz.ch>)
20471      Branch: perl
20472            + ext/DynaLoader/dl_mac.xs
20473            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
20474            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
20475            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
20476            ! util.h
20477 ____________________________________________________________________________
20478 [  6142] By: gsar                                  on 2000/05/28  18:21:51
20479         Log: File::Find fails to chdir when chasing symlinks (from
20480              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
20481      Branch: perl
20482            ! lib/File/Find.pm t/lib/filefind.t
20483 ____________________________________________________________________________
20484 [  6141] By: jhi                                   on 2000/05/28  14:25:15
20485         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
20486              forwarded by Peter Seebach from the bsdi-users mailing list.
20487              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
20488      Branch: perl
20489            ! hints/bsdos.sh
20490 ____________________________________________________________________________
20491 [  6140] By: jhi                                   on 2000/05/28  14:11:57
20492         Log: Integrate with Sarathy.
20493      Branch: cfgperl
20494           +> (branch 30 files)
20495           !> (integrate 93 files)
20496 ____________________________________________________________________________
20497 [  6139] By: gsar                                  on 2000/05/28  10:01:48
20498         Log: revise mktables.PL for bugs and newness in Unicode 3.0
20499              (from James Bence <jbence@amgen.com>)
20500      Branch: perl
20501            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
20502            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
20503            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
20504            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
20505            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
20506            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
20507            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
20508            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
20509            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
20510            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
20511            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
20512            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
20513            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
20514            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
20515            + lib/unicode/Is/SylWU.pl
20516            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
20517            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
20518            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
20519            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
20520            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
20521            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
20522            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
20523            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
20524            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
20525            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
20526            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
20527            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
20528            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
20529            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
20530            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
20531            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
20532            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
20533            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
20534            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
20535            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
20536            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
20537            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
20538            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
20539            ! lib/unicode/Makefile lib/unicode/mktables.PL
20540 ____________________________________________________________________________
20541 [  6138] By: gsar                                  on 2000/05/28  08:50:32
20542         Log: add note about the handling of negative indices to tied arrays
20543              (from Michael G Schwern <schwern@pobox.com>)
20544      Branch: perl
20545            ! pod/perltie.pod
20546 ____________________________________________________________________________
20547 [  6137] By: gsar                                  on 2000/05/28  08:46:10
20548         Log: fix bogus redeclaration warning for "our" variables in different
20549              scopes
20550      Branch: perl
20551            ! op.c t/pragma/strict-vars
20552 ____________________________________________________________________________
20553 [  6136] By: gsar                                  on 2000/05/28  08:31:20
20554         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
20555      Branch: perl
20556            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
20557 ____________________________________________________________________________
20558 [  6135] By: gsar                                  on 2000/05/28  08:17:50
20559         Log: enable Test::Harness to dynamically determine column width etc.
20560              (from Rob Napier <rnapier@employees.org>)
20561      Branch: perl
20562            ! lib/Test/Harness.pm
20563 ____________________________________________________________________________
20564 [  6134] By: gsar                                  on 2000/05/28  08:13:39
20565         Log: make Test::Harness use wait.h/WCOREDUMP if available
20566              (from Ben Tilly <ben_tilly@hotmail.com>)
20567      Branch: perl
20568            ! lib/Test/Harness.pm
20569 ____________________________________________________________________________
20570 [  6133] By: gsar                                  on 2000/05/28  08:08:05
20571         Log: elide bogus test in change#6132
20572      Branch: perl
20573            ! t/pragma/warn/9enabled
20574 ____________________________________________________________________________
20575 [  6132] By: gsar                                  on 2000/05/28  08:03:14
20576         Log: warnings::enabled() doesn't fall back to looking at $^W if
20577              caller isn't using lexical warnings (from Paul Marquess)
20578      Branch: perl
20579            ! pp_ctl.c t/pragma/warn/9enabled
20580 ____________________________________________________________________________
20581 [  6131] By: gsar                                  on 2000/05/28  07:57:47
20582         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
20583      Branch: perl
20584            ! ext/POSIX/POSIX.pm
20585 ____________________________________________________________________________
20586 [  6130] By: gsar                                  on 2000/05/28  07:29:12
20587         Log: fix places that mean C<"word" character> but say C<alphanumeric
20588              character>
20589      Branch: perl
20590            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
20591 ____________________________________________________________________________
20592 [  6129] By: gsar                                  on 2000/05/28  07:18:41
20593         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
20594      Branch: perl
20595            ! vms/test.com
20596 ____________________________________________________________________________
20597 [  6128] By: gsar                                  on 2000/05/28  07:12:55
20598         Log: new perlxstut example for passing/returning refs to arrays
20599              (from David Lowe <dlowe@pootpoot.com>)
20600      Branch: perl
20601            ! pod/perlxstut.pod
20602 ____________________________________________________________________________
20603 [  6127] By: gsar                                  on 2000/05/28  07:02:50
20604         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
20605              failed (from Gisle Aas)
20606      Branch: perl
20607            ! cop.h perl.c
20608 ____________________________________________________________________________
20609 [  6126] By: gsar                                  on 2000/05/28  06:39:53
20610         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
20611              (reworked variant of patch suggested by Simon Cozens)
20612      Branch: perl
20613            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
20614            ! pp_hot.c proto.h t/op/gv.t
20615 ____________________________________________________________________________
20616 [  6125] By: gsar                                  on 2000/05/28  05:14:55
20617         Log: enable propagating exception objects via Perl_croak() in XS code
20618              (from Gisle Aas)
20619      Branch: perl
20620            ! util.c
20621 ____________________________________________________________________________
20622 [  6124] By: gsar                                  on 2000/05/28  05:07:28
20623         Log: integrate vmsperl contents into mainline
20624      Branch: perl
20625           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
20626           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
20627           !> vms/vmsish.h
20628 ____________________________________________________________________________
20629 [  6123] By: gsar                                  on 2000/05/28  05:03:53
20630         Log: clarify gotcha with #line directives (from Rocco Caputo
20631              <troc@netrus.net>)
20632      Branch: perl
20633            ! pod/perldebug.pod pod/perlsyn.pod
20634 ____________________________________________________________________________
20635 [  6122] By: gsar                                  on 2000/05/28  04:58:29
20636         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
20637              (from Mark-Jason Dominus)
20638      Branch: perl
20639            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
20640            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
20641            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
20642            ! toke.c
20643 ____________________________________________________________________________
20644 [  6121] By: bailey                                on 2000/05/25  04:46:54
20645         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
20646              lists (based on fixes by Craig Berry)
20647      Branch: vmsperl
20648            ! lib/File/Spec/VMS.pm
20649 ____________________________________________________________________________
20650 [  6120] By: bailey                                on 2000/05/25  04:25:38
20651         Log: Add missing escape (Charles Lane)
20652      Branch: vmsperl
20653            ! t/op/lex_assign.t
20654 ____________________________________________________________________________
20655 [  6119] By: bailey                                on 2000/05/25  04:21:25
20656         Log: Quiet error messages in vmsish.t (Charles Lane)
20657      Branch: vmsperl
20658            ! vms/ext/vmsish.t
20659 ____________________________________________________________________________
20660 [  6118] By: bailey                                on 2000/05/25  04:17:57
20661         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
20662              Flatten case labels in switch statements uniformly (Charles Bailey)
20663      Branch: vmsperl
20664            ! vms/vms.c
20665 ____________________________________________________________________________
20666 [  6117] By: bailey                                on 2000/05/25  03:58:09
20667         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
20668      Branch: vmsperl
20669            ! vms/vmsish.h
20670 ____________________________________________________________________________
20671 [  6116] By: bailey                                on 2000/05/25  03:11:15
20672         Log: Miscellaneous cosmetic fixes (Charles Lane)
20673      Branch: vmsperl
20674            ! lib/ExtUtils/MM_VMS.pm
20675 ____________________________________________________________________________
20676 [  6115] By: bailey                                on 2000/05/25  03:10:36
20677         Log: Add bounds checking for several strings (Charles Lane)
20678      Branch: vmsperl
20679            ! vms/vms.c
20680 ____________________________________________________________________________
20681 [  6114] By: bailey                                on 2000/05/25  02:25:34
20682         Log: Urk -- undo previous removal of vmsish 'exit' change
20683      Branch: vmsperl
20684            ! vms/ext/vmsish.pm vms/vmsish.h
20685 ____________________________________________________________________________
20686 [  6113] By: bailey                                on 2000/05/24  02:24:40
20687         Log: Ugly workaround for version-specific RTL error
20688      Branch: vmsperl
20689            ! vms/vms.c
20690 ____________________________________________________________________________
20691 [  6112] By: bailey                                on 2000/05/24  02:19:55
20692         Log: Check for existence of file before trying to delete
20693      Branch: vmsperl
20694            ! vms/test.com
20695 ____________________________________________________________________________
20696 [  6111] By: bailey                                on 2000/05/23  23:35:13
20697         Log: Resync with mainline prior to post-5.6.0 updates
20698      Branch: vmsperl
20699           +> (branch 49 files)
20700            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
20701            ! vms/ext/vmsish.pm
20702           !> (integrate 334 files)
20703 ____________________________________________________________________________
20704 [  6110] By: jhi                                   on 2000/05/23  19:28:32
20705         Log: todo tweak
20706      Branch: cfgperl
20707            ! Todo-5.6
20708 ____________________________________________________________________________
20709 [  6109] By: jhi                                   on 2000/05/18  17:38:54
20710         Log: Integrate with Sarathy.
20711      Branch: cfgperl
20712           !> mg.c perl.h win32/perlhost.h
20713 ____________________________________________________________________________
20714 [  6108] By: gsar                                  on 2000/05/17  02:24:56
20715         Log: reenable fake signal handling on Windows, bugs and all
20716      Branch: perl
20717            ! mg.c perl.h win32/perlhost.h
20718 ____________________________________________________________________________
20719 [  6107] By: jhi                                   on 2000/05/15  18:01:41
20720         Log: Tweak the todo list.
20721      Branch: cfgperl
20722            ! Todo-5.6
20723 ____________________________________________________________________________
20724 [  6106] By: jhi                                   on 2000/05/15  13:41:48
20725         Log: The (Configure) script refuses to go on, after asking for
20726              'You may also choose to try maximal 64-bitness....'.
20727              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
20728              -- Patrick Zima
20729              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
20730      Branch: cfgperl
20731            ! hints/solaris_2.sh
20732 ____________________________________________________________________________
20733 [  6105] By: jhi                                   on 2000/05/11  14:37:43
20734         Log: Integrate with Sarathy.
20735      Branch: cfgperl
20736           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
20737           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
20738 ____________________________________________________________________________
20739 [  6104] By: gsar                                  on 2000/05/11  03:39:07
20740         Log: PL_sys_intern was being initialized too late on windows
20741      Branch: perl
20742            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
20743            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
20744 ____________________________________________________________________________
20745 [  6103] By: jhi                                   on 2000/05/09  19:42:20
20746         Log: Test tweaking for Unicos continues.
20747      Branch: cfgperl
20748            ! t/op/64bitint.t
20749 ____________________________________________________________________________
20750 [  6102] By: jhi                                   on 2000/05/09  16:47:27
20751         Log: The test suite tweak in #6101 wasn't quite right.
20752      Branch: cfgperl
20753            ! t/lib/complex.t
20754 ____________________________________________________________________________
20755 [  6101] By: jhi                                   on 2000/05/09  15:35:34
20756         Log: Hints and test tweaks for Unicos.
20757      Branch: cfgperl
20758            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
20759 ____________________________________________________________________________
20760 [  6100] By: jhi                                   on 2000/05/08  21:15:06
20761         Log: More compilation tweakery from Allen Smith.
20762      Branch: cfgperl
20763            ! hints/irix_6.sh
20764 ____________________________________________________________________________
20765 [  6099] By: jhi                                   on 2000/05/08  19:21:18
20766         Log: Tweaks for the cc bugs from Allen Smith.
20767      Branch: cfgperl
20768            ! hints/irix_6.sh
20769 ____________________________________________________________________________
20770 [  6098] By: jhi                                   on 2000/05/08  19:13:37
20771         Log: Add a note about other, yet unsupported, shadow password APIs.
20772      Branch: cfgperl
20773            ! pp_sys.c
20774 ____________________________________________________________________________
20775 [  6097] By: jhi                                   on 2000/05/08  18:46:34
20776         Log: Add a note about possible compilation problems from Allen Smith.
20777      Branch: cfgperl
20778            ! hints/irix_6.sh
20779 ____________________________________________________________________________
20780 [  6096] By: jhi                                   on 2000/05/08  17:33:10
20781         Log: Integrate with Sarathy.
20782      Branch: cfgperl
20783           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
20784           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
20785 ____________________________________________________________________________
20786 [  6095] By: jhi                                   on 2000/05/08  16:21:33
20787         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
20788              might be useful in future.
20789      Branch: cfgperl
20790            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20791            ! config_h.SH
20792      Branch: metaconfig
20793            ! U/installdirs/inc_version_list.U
20794      Branch: metaconfig/U/perl
20795            ! perlxv.U
20796 ____________________________________________________________________________
20797 [  6094] By: gsar                                  on 2000/05/08  14:22:22
20798         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
20799      Branch: perl
20800            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
20801            ! hints/cygwin.sh pp_sys.c
20802 ____________________________________________________________________________
20803 [  6093] By: gsar                                  on 2000/05/08  12:52:28
20804         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
20805              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
20806      Branch: perl
20807            ! pp_sys.c sv.c win32/perlhost.h
20808 ____________________________________________________________________________
20809 [  6092] By: jhi                                   on 2000/05/07  22:40:34
20810         Log: Regen perltoc with the fixed buildtoc.
20811      Branch: cfgperl
20812            ! pod/perltoc.pod
20813 ____________________________________________________________________________
20814 [  6091] By: jhi                                   on 2000/05/07  22:24:16
20815         Log: Integrate with Sarathy.
20816      Branch: cfgperl
20817           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
20818           !> t/op/substr.t toke.c
20819 ____________________________________________________________________________
20820 [  6090] By: gsar                                  on 2000/05/07  19:47:07
20821         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
20822              [NI]OK; added tests for both
20823      Branch: perl
20824            ! perl.c pp_hot.c sv.c t/op/substr.t
20825 ____________________________________________________________________________
20826 [  6089] By: gsar                                  on 2000/05/07  18:18:38
20827         Log: buildtoc tweak to fix newline lossage
20828      Branch: perl
20829            ! pod/buildtoc
20830 ____________________________________________________________________________
20831 [  6088] By: jhi                                   on 2000/05/07  16:35:36
20832         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
20833              because we do not use those.  The HAS_GETSPNAM remains,
20834              though, because we still do use that.
20835      Branch: cfgperl
20836            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20837            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
20838            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
20839            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
20840            ! win32/config.vc win32/config_H.bc win32/config_H.gc
20841            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
20842 ____________________________________________________________________________
20843 [  6087] By: gsar                                  on 2000/05/07  16:05:16
20844         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
20845      Branch: perl
20846            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
20847 ____________________________________________________________________________
20848 [  6086] By: jhi                                   on 2000/05/07  15:27:07
20849         Log: Integrate with Sarathy.
20850      Branch: cfgperl
20851           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20852           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20853           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
20854           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
20855           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
20856           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
20857 ____________________________________________________________________________
20858 [  6085] By: gsar                                  on 2000/05/07  05:52:02
20859         Log: repeat operator (x) doesn't preserve utf8-ness
20860      Branch: perl
20861            ! pp.c t/op/substr.t
20862 ____________________________________________________________________________
20863 [  6084] By: gsar                                  on 2000/05/07  05:39:55
20864         Log: substr() does not preserve utf8-ness (from Stefan Eissing
20865              <Eissing@medicaldataservice.de>); added tests
20866      Branch: perl
20867            ! pp.c t/op/substr.t
20868 ____________________________________________________________________________
20869 [  6083] By: gsar                                  on 2000/05/07  05:24:46
20870         Log: note about undocumented caller() return value (from M.J.T. Guy);
20871              yet another peek.t tweak
20872      Branch: perl
20873            ! pod/perlfunc.pod t/lib/peek.t
20874 ____________________________________________________________________________
20875 [  6082] By: gsar                                  on 2000/05/07  05:08:40
20876         Log: peek.t non-portable to ithreads
20877      Branch: perl
20878            ! t/lib/peek.t
20879 ____________________________________________________________________________
20880 [  6081] By: gsar                                  on 2000/05/07  04:17:04
20881         Log: better default perlbug categories for ok reports (from Richard Foley)
20882      Branch: perl
20883            ! utils/perlbug.PL
20884 ____________________________________________________________________________
20885 [  6080] By: gsar                                  on 2000/05/07  04:08:07
20886         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
20887              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
20888      Branch: perl
20889            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20890            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20891            ! AUTHORS MAINTAIN MANIFEST
20892 ____________________________________________________________________________
20893 [  6079] By: gsar                                  on 2000/05/07  04:01:38
20894         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
20895      Branch: perl
20896            ! lib/Carp/Heavy.pm
20897 ____________________________________________________________________________
20898 [  6078] By: gsar                                  on 2000/05/07  01:24:19
20899         Log: workaround for CRT bug in chdir() (from Charles Lane, via
20900              Peter Prymmer)
20901      Branch: perl
20902            ! iperlsys.h vms/vms.c vms/vmsish.h
20903 ____________________________________________________________________________
20904 [  6077] By: gsar                                  on 2000/05/07  01:22:23
20905         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
20906              and Tom Phoenix)
20907      Branch: perl
20908            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
20909 ____________________________________________________________________________
20910 [  6076] By: gsar                                  on 2000/05/06  17:36:29
20911         Log: integrate cfgperl contents into mainline
20912      Branch: perl
20913           +> t/lib/peek.t
20914           !> Configure MANIFEST Porting/Glossary Porting/config.sh
20915           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
20916           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
20917           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
20918 ____________________________________________________________________________
20919 [  6075] By: jhi                                   on 2000/05/05  18:56:10
20920         Log: Make the test more portable.
20921      Branch: cfgperl
20922            ! t/lib/peek.t
20923 ____________________________________________________________________________
20924 [  6074] By: jhi                                   on 2000/05/05  18:49:20
20925         Log: Introduce t/lib/peek.t.
20926      Branch: cfgperl
20927            + t/lib/peek.t
20928            ! MANIFEST
20929 ____________________________________________________________________________
20930 [  6073] By: jhi                                   on 2000/05/05  14:30:45
20931         Log: Complex tweaks.
20932      Branch: cfgperl
20933            ! lib/Math/Complex.pm t/lib/complex.t
20934 ____________________________________________________________________________
20935 [  6072] By: jhi                                   on 2000/05/05  12:27:13
20936         Log: Integrate with Sarathy.
20937      Branch: cfgperl
20938           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
20939           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
20940           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
20941           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
20942 ____________________________________________________________________________
20943 [  6071] By: gsar                                  on 2000/05/05  02:24:46
20944         Log: misformatted perllocal.pod (from Tim Jenness
20945              <t.jenness@jach.hawaii.edu>)
20946      Branch: perl
20947            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
20948 ____________________________________________________________________________
20949 [  6070] By: gsar                                  on 2000/05/05  02:16:52
20950         Log: remove misleading comment (from M.J.T. Guy)
20951      Branch: perl
20952            ! t/lib/anydbm.t
20953 ____________________________________________________________________________
20954 [  6069] By: gsar                                  on 2000/05/05  02:15:13
20955         Log: File::Spec compatibility update (from Barrie Slaymaker
20956              <barries@slaysys.com>)
20957      Branch: perl
20958            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
20959            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
20960 ____________________________________________________________________________
20961 [  6068] By: gsar                                  on 2000/05/05  02:01:50
20962         Log: note about values()
20963      Branch: perl
20964            ! pod/perlfunc.pod
20965 ____________________________________________________________________________
20966 [  6067] By: gsar                                  on 2000/05/05  01:33:09
20967         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
20968      Branch: perl
20969            ! win32/win32.c
20970 ____________________________________________________________________________
20971 [  6066] By: gsar                                  on 2000/05/05  01:23:43
20972         Log: s/END/CHECK/
20973      Branch: perl
20974            ! perl.c
20975 ____________________________________________________________________________
20976 [  6065] By: jhi                                   on 2000/05/04  17:30:22
20977         Log: Integrate with Sarathy.
20978      Branch: cfgperl
20979           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
20980 ____________________________________________________________________________
20981 [  6064] By: gsar                                  on 2000/05/04  17:26:14
20982         Log: change#5905 wasn't quite right--it's intent only applies when arguments
20983              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
20984      Branch: perl
20985            ! pp_sys.c sv.c
20986 ____________________________________________________________________________
20987 [  6063] By: gsar                                  on 2000/05/04  16:52:29
20988         Log: tokeq() could read unallocated field in argument
20989      Branch: perl
20990            ! toke.c
20991 ____________________________________________________________________________
20992 [  6062] By: gsar                                  on 2000/05/04  16:34:51
20993         Log: additional tests for utf8.t
20994      Branch: perl
20995            ! t/pragma/utf8.t
20996 ____________________________________________________________________________
20997 [  6061] By: gsar                                  on 2000/05/04  16:09:28
20998         Log: change#5921 neglected to make eq honor "use bytes"
20999      Branch: perl
21000            ! sv.c
21001 ____________________________________________________________________________
21002 [  6060] By: jhi                                   on 2000/05/04  15:30:16
21003         Log: Integrate with Sarathy.
21004      Branch: cfgperl
21005           !> perl.c regcomp.c t/pragma/utf8.t
21006 ____________________________________________________________________________
21007 [  6059] By: jhi                                   on 2000/05/04  15:26:37
21008         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
21009              in natively 64-bit platforms where a long is a quad (no need
21010              for long longs).  Also added bias for IVs.
21011      Branch: cfgperl
21012            ! toke.c
21013 ____________________________________________________________________________
21014 [  6058] By: gsar                                  on 2000/05/04  00:19:14
21015         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
21016              (spotted by Donald Kinzer <dkinzer@premia.com>)
21017      Branch: perl
21018            ! perl.c
21019 ____________________________________________________________________________
21020 [  6057] By: gsar                                  on 2000/05/03  18:34:01
21021         Log: fix broken parsing of /\x{ab}/
21022      Branch: perl
21023            ! regcomp.c t/pragma/utf8.t
21024 ____________________________________________________________________________
21025 [  6056] By: jhi                                   on 2000/05/03  17:57:16
21026         Log: The search of infinity continues, this time simplified.
21027      Branch: cfgperl
21028            ! lib/Math/Complex.pm
21029 ____________________________________________________________________________
21030 [  6055] By: jhi                                   on 2000/05/03  17:45:30
21031         Log: Detypo.
21032      Branch: cfgperl
21033            ! hints/unicos.sh
21034 ____________________________________________________________________________
21035 [  6054] By: jhi                                   on 2000/05/02  22:28:27
21036         Log: Be more forgiving in POSIX about HUGE_VALL.
21037      Branch: cfgperl
21038            ! ext/POSIX/POSIX.xs
21039 ____________________________________________________________________________
21040 [  6053] By: jhi                                   on 2000/05/02  22:25:05
21041         Log: Integrate with Sarathy.
21042      Branch: cfgperl
21043           !> hints/irix_6.sh pod/perlop.pod
21044 ____________________________________________________________________________
21045 [  6052] By: jhi                                   on 2000/05/02  22:24:31
21046         Log: Unicos hint tweak.
21047      Branch: cfgperl
21048            ! hints/unicos.sh
21049 ____________________________________________________________________________
21050 [  6051] By: jhi                                   on 2000/05/02  22:21:26
21051         Log: Complex tweakery.
21052      Branch: cfgperl
21053            ! lib/Math/Complex.pm t/lib/complex.t
21054 ____________________________________________________________________________
21055 [  6050] By: jhi                                   on 2000/05/02  19:26:22
21056         Log: Use setxxent()/endxxent().
21057      Branch: cfgperl
21058            ! t/op/grent.t t/op/pwent.t
21059 ____________________________________________________________________________
21060 [  6049] By: jhi                                   on 2000/05/02  19:06:02
21061         Log: Test both the scalar and list contexts.
21062      Branch: cfgperl
21063            ! t/op/grent.t t/op/pwent.t
21064 ____________________________________________________________________________
21065 [  6048] By: gsar                                  on 2000/05/02  18:29:10
21066         Log: add note about how $( doesn't interpolate in REs (from
21067              Philip Newton <newton@ficus.frogspace.net>)
21068      Branch: perl
21069            ! pod/perlop.pod
21070 ____________________________________________________________________________
21071 [  6047] By: jhi                                   on 2000/05/02  17:41:24
21072         Log: Call getspnam() only iff needd.
21073      Branch: cfgperl
21074            ! pp_sys.c
21075 ____________________________________________________________________________
21076 [  6046] By: gsar                                  on 2000/05/02  17:07:25
21077         Log: libscheck has insufficient checks for n32 libs (from
21078              Albert Chin-A-Young <china@thewrittenword.com>)
21079      Branch: perl
21080            ! hints/irix_6.sh
21081 ____________________________________________________________________________
21082 [  6045] By: jhi                                   on 2000/05/02  13:57:17
21083         Log: Integrate with Sarathy.
21084      Branch: cfgperl
21085           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
21086           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
21087 ____________________________________________________________________________
21088 [  6044] By: gsar                                  on 2000/05/02  06:48:19
21089         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
21090              such that underscores are only ignored in literal numbers,
21091              "\x{...}", and hex/oct argument
21092      Branch: perl
21093            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
21094 ____________________________________________________________________________
21095 [  6043] By: gsar                                  on 2000/05/02  02:22:29
21096         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
21097      Branch: perl
21098            ! pod/perlretut.pod
21099 ____________________________________________________________________________
21100 [  6042] By: gsar                                  on 2000/05/02  02:17:51
21101         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
21102      Branch: perl
21103            ! pod/perltrap.pod
21104 ____________________________________________________________________________
21105 [  6041] By: gsar                                  on 2000/05/02  01:53:51
21106         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
21107              to compensate
21108      Branch: perl
21109            ! Porting/makerel
21110 ____________________________________________________________________________
21111 [  6040] By: gsar                                  on 2000/05/02  01:51:57
21112         Log: missing files in MANIFEST
21113      Branch: perl
21114            ! MANIFEST
21115 ____________________________________________________________________________
21116 [  6039] By: jhi                                   on 2000/05/02  00:36:46
21117         Log: Infinite problems.
21118      Branch: cfgperl
21119            ! lib/Math/Complex.pm
21120 ____________________________________________________________________________
21121 [  6038] By: jhi                                   on 2000/05/02  00:06:38
21122         Log: pwent/spent #ifdef imbalance.
21123      Branch: cfgperl
21124            ! pp_sys.c
21125 ____________________________________________________________________________
21126 [  6037] By: jhi                                   on 2000/05/01  22:50:11
21127         Log: Use HUGE_VALL if applicable.
21128      Branch: cfgperl
21129            ! ext/POSIX/POSIX.xs util.c
21130 ____________________________________________________________________________
21131 [  6036] By: jhi                                   on 2000/05/01  22:20:53
21132         Log: Correct Freudian slip.
21133      Branch: cfgperl
21134            ! pp_sys.c
21135 ____________________________________________________________________________
21136 [  6035] By: jhi                                   on 2000/05/01  21:07:38
21137         Log: Continue on the pwent/spent case.
21138      Branch: cfgperl
21139            ! pp_sys.c
21140 ____________________________________________________________________________
21141 [  6034] By: jhi                                   on 2000/05/01  17:45:14
21142         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
21143              adjustments in 6032 conflicted badly with this, will have
21144              to revisit them later.
21145      Branch: cfgperl
21146           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
21147           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
21148           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
21149           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
21150           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
21151           !> t/lib/cgi-html.t t/lib/cgi-request.t
21152 ____________________________________________________________________________
21153 [  6033] By: jhi                                   on 2000/05/01  17:40:49
21154         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
21155      Branch: cfgperl
21156            ! pp_sys.c
21157 ____________________________________________________________________________
21158 [  6032] By: gsar                                  on 2000/05/01  15:56:32
21159         Log: whitespace adjustments
21160      Branch: perl
21161            ! pp_sys.c
21162 ____________________________________________________________________________
21163 [  6031] By: gsar                                  on 2000/05/01  15:19:41
21164         Log: small nits in diagnostics.pm (from Robin Barker)
21165      Branch: perl
21166            ! lib/diagnostics.pm pod/perldiag.pod
21167 ____________________________________________________________________________
21168 [  6030] By: gsar                                  on 2000/05/01  08:39:18
21169         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
21170              for @- and @+ (from Johan Vromans)
21171      Branch: perl
21172            ! lib/English.pm pod/perlvar.pod
21173 ____________________________________________________________________________
21174 [  6029] By: gsar                                  on 2000/05/01  08:16:10
21175         Log: add CGI.pm v2.66 (from Lincoln Stein)
21176      Branch: perl
21177            + lib/CGI/Util.pm t/lib/cgi-pretty.t
21178            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
21179            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
21180            ! t/lib/cgi-html.t t/lib/cgi-request.t
21181 ____________________________________________________________________________
21182 [  6028] By: gsar                                  on 2000/05/01  06:34:41
21183         Log: Pod::Man generates groff-incompatible macro definition (from
21184              Tom Christiansen)
21185      Branch: perl
21186            ! lib/Pod/Man.pm
21187 ____________________________________________________________________________
21188 [  6027] By: gsar                                  on 2000/05/01  06:31:36
21189         Log: podlators-1.02 update (from Russ Allbery)
21190      Branch: perl
21191            ! lib/Pod/Man.pm lib/Pod/Text.pm
21192 ____________________________________________________________________________
21193 [  6026] By: jhi                                   on 2000/04/30  23:24:23
21194         Log: Integrate with Sarathy.
21195      Branch: cfgperl
21196           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
21197           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
21198           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
21199           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
21200           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
21201           !> t/lib/syslog.t toke.c win32/win32.h
21202 ____________________________________________________________________________
21203 [  6025] By: gsar                                  on 2000/04/30  18:17:47
21204         Log: Is{Alnum,Alpha,Word} don't match titlecase
21205              
21206              TODO: IsSpace is defined recursively!
21207              
21208              (both spotted by Larry)
21209      Branch: perl
21210            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
21211            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
21212 ____________________________________________________________________________
21213 [  6024] By: gsar                                  on 2000/04/30  17:50:19
21214         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
21215              (from Hugo van der Sanden)
21216      Branch: perl
21217            ! toke.c
21218 ____________________________________________________________________________
21219 [  6023] By: gsar                                  on 2000/04/30  17:14:43
21220         Log: debugger stomps on $. (from M.J.T. Guy)
21221      Branch: perl
21222            ! lib/perl5db.pl
21223 ____________________________________________________________________________
21224 [  6022] By: gsar                                  on 2000/04/30  16:59:22
21225         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
21226      Branch: perl
21227            ! sv.c
21228 ____________________________________________________________________________
21229 [  6021] By: gsar                                  on 2000/04/29  21:00:08
21230         Log: remove Win2K issue in pod (fixed by change#6020)
21231      Branch: perl
21232            ! README.win32 pod/perl56delta.pod
21233 ____________________________________________________________________________
21234 [  6020] By: gsar                                  on 2000/04/29  20:51:49
21235         Log: test tweak
21236      Branch: perl
21237            ! t/lib/open3.t
21238 ____________________________________________________________________________
21239 [  6019] By: gsar                                  on 2000/04/29  20:34:27
21240         Log: windows portability tweaks
21241      Branch: perl
21242            ! t/lib/b.t win32/win32.h
21243 ____________________________________________________________________________
21244 [  6018] By: gsar                                  on 2000/04/29  19:55:24
21245         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
21246              make _PATH_LOG() return "" if unavailable
21247      Branch: perl
21248            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
21249            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
21250 ____________________________________________________________________________
21251 [  6017] By: jhi                                   on 2000/04/28  22:49:46
21252         Log: Integrate with Sarathy.
21253      Branch: cfgperl
21254           !> op.c perl.c pod/perldiag.pod t/lib/b.t
21255 ____________________________________________________________________________
21256 [  6016] By: jhi                                   on 2000/04/28  22:46:14
21257         Log: Do not warn that an infinity does not look like a number.
21258      Branch: cfgperl
21259            ! sv.c
21260 ____________________________________________________________________________
21261 [  6015] By: gsar                                  on 2000/04/28  22:35:49
21262         Log: tweak test for portability
21263      Branch: perl
21264            ! t/lib/b.t
21265 ____________________________________________________________________________
21266 [  6014] By: gsar                                  on 2000/04/28  22:05:31
21267         Log: glob() loading File::Glob behind the scenes may cause syntax errors
21268      Branch: perl
21269            ! op.c
21270 ____________________________________________________________________________
21271 [  6013] By: gsar                                  on 2000/04/28  21:25:22
21272         Log: tweak change#5945 to display correct switch name in diagnostic
21273      Branch: perl
21274            ! perl.c pod/perldiag.pod
21275 ____________________________________________________________________________
21276 [  6012] By: jhi                                   on 2000/04/28  21:08:12
21277         Log: Integrate with Sarathy.
21278      Branch: cfgperl
21279           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
21280           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
21281           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
21282 ____________________________________________________________________________
21283 [  6011] By: jhi                                   on 2000/04/28  21:04:46
21284         Log: &HUGE_VAL is not defined, it exists.
21285      Branch: cfgperl
21286            ! lib/Math/Complex.pm
21287 ____________________________________________________________________________
21288 [  6010] By: gsar                                  on 2000/04/28  21:02:58
21289         Log: clarify note about shadow password support (from
21290              gellyfish@gellyfish.com)
21291      Branch: perl
21292            ! pod/perlfunc.pod
21293 ____________________________________________________________________________
21294 [  6009] By: gsar                                  on 2000/04/28  21:00:00
21295         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
21296      Branch: perl
21297            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
21298 ____________________________________________________________________________
21299 [  6008] By: gsar                                  on 2000/04/28  20:56:33
21300         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
21301      Branch: perl
21302            ! installperl vms/subconfigure.com
21303 ____________________________________________________________________________
21304 [  6007] By: gsar                                  on 2000/04/28  20:51:21
21305         Log: note about compile failures and END blocks (from M.J.T. Guy)
21306      Branch: perl
21307            ! pod/perl56delta.pod pod/perlmod.pod
21308 ____________________________________________________________________________
21309 [  6006] By: jhi                                   on 2000/04/28  20:42:14
21310         Log: Regen Configure.
21311      Branch: cfgperl
21312            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21313            ! config_h.SH
21314 ____________________________________________________________________________
21315 [  6005] By: gsar                                  on 2000/04/28  20:41:16
21316         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
21317      Branch: perl
21318            ! utils/perldoc.PL
21319 ____________________________________________________________________________
21320 [  6004] By: jhi                                   on 2000/04/28  20:28:21
21321         Log: Integrate with Sarathy.
21322      Branch: cfgperl
21323           !> Configure INSTALL Porting/Glossary Porting/config.sh
21324           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
21325           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
21326           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
21327           !> win32/config.vc win32/win32.c
21328 ____________________________________________________________________________
21329 [  6003] By: gsar                                  on 2000/04/28  20:11:20
21330         Log: allow REG_EXPAND_SZ keys in Windows registry (from
21331              John Clayton <John.Clayton@barclayscapital.com>)
21332      Branch: perl
21333            ! win32/win32.c
21334 ____________________________________________________________________________
21335 [  6002] By: gsar                                  on 2000/04/28  19:34:16
21336         Log: destructive sv_setsv() can lose UV-ness from source, causing
21337              numeric promotions/comparisons to fail to do the right thing
21338      Branch: perl
21339            ! sv.c
21340 ____________________________________________________________________________
21341 [  6001] By: gsar                                  on 2000/04/28  18:44:15
21342         Log: support additional library locations via $Config{otherlibdirs}
21343              (from Andy Dougherty)
21344      Branch: perl
21345            ! Configure INSTALL Porting/Glossary Porting/config.sh
21346            ! Porting/config_H config_h.SH epoc/config.sh perl.c
21347            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
21348            ! win32/config.bc win32/config.gc win32/config.vc
21349 ____________________________________________________________________________
21350 [  6000] By: gsar                                  on 2000/04/28  18:26:58
21351         Log: reworked otherlibdirs.U (from Andy Dougherty)
21352      Branch: metaconfig
21353            ! U/installdirs/otherlibdirs.U
21354 ____________________________________________________________________________
21355 [  5999] By: gsar                                  on 2000/04/28  18:17:07
21356         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
21357      Branch: perl
21358            ! t/pragma/warn/toke toke.c
21359 ____________________________________________________________________________
21360 [  5998] By: jhi                                   on 2000/04/28  13:32:17
21361         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
21362      Branch: cfgperl
21363            ! lib/Math/Complex.pm
21364 ____________________________________________________________________________
21365 [  5997] By: jhi                                   on 2000/04/28  13:14:04
21366         Log: Preserve $!.
21367      Branch: cfgperl
21368            ! lib/Math/Complex.pm
21369 ____________________________________________________________________________
21370 [  5996] By: jhi                                   on 2000/04/28  12:59:23
21371         Log: Integrate with Sarathy.
21372      Branch: cfgperl
21373           +> pod/perlrequick.pod pod/perlretut.pod
21374           !> (integrate 51 files)
21375 ____________________________________________________________________________
21376 [  5995] By: gsar                                  on 2000/04/28  09:37:36
21377         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
21378      Branch: perl
21379            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
21380 ____________________________________________________________________________
21381 [  5994] By: gsar                                  on 2000/04/28  09:33:26
21382         Log: fix for missed accounting for null byte in pack("Z",...) (from
21383              M.J.T. Guy)
21384      Branch: perl
21385            ! pp.c t/op/pack.t
21386 ____________________________________________________________________________
21387 [  5993] By: gsar                                  on 2000/04/28  09:30:05
21388         Log: various minor tweaks seen on p5p
21389      Branch: perl
21390            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
21391 ____________________________________________________________________________
21392 [  5992] By: gsar                                  on 2000/04/28  09:08:19
21393         Log: pod nit (from Simon Cozens)
21394      Branch: perl
21395            ! pod/perlop.pod
21396 ____________________________________________________________________________
21397 [  5991] By: gsar                                  on 2000/04/28  09:06:36
21398         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
21399      Branch: perl
21400            ! README.posix-bc hints/posix-bc.sh
21401 ____________________________________________________________________________
21402 [  5990] By: gsar                                  on 2000/04/28  08:54:52
21403         Log: use $ENV{LIB} to search for libs under Visual C compiler
21404              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
21405      Branch: perl
21406            ! lib/ExtUtils/Liblist.pm
21407 ____________________________________________________________________________
21408 [  5989] By: gsar                                  on 2000/04/28  08:27:12
21409         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
21410              itself and no other (from Tom Hughes)
21411      Branch: perl
21412            ! t/op/array.t toke.c
21413 ____________________________________________________________________________
21414 [  5988] By: gsar                                  on 2000/04/28  08:01:38
21415         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
21416              <paul@miraclefish.com>)
21417      Branch: perl
21418            ! lib/ExtUtils/MakeMaker.pm
21419 ____________________________________________________________________________
21420 [  5987] By: gsar                                  on 2000/04/28  07:53:09
21421         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
21422      Branch: perl
21423            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
21424 ____________________________________________________________________________
21425 [  5986] By: gsar                                  on 2000/04/28  07:44:17
21426         Log: add regular expressions tutorial and quick-start guide (from
21427              Mark Kvale <kvale@phy.ucsf.edu>)
21428      Branch: perl
21429            + pod/perlrequick.pod pod/perlretut.pod
21430            ! AUTHORS MAINTAIN MANIFEST
21431 ____________________________________________________________________________
21432 [  5985] By: gsar                                  on 2000/04/28  07:30:28
21433         Log: forked child may not exit correctly if it failed to open
21434              /dev/console (from Graham Barr)
21435      Branch: perl
21436            ! ext/Sys/Syslog/Syslog.pm
21437 ____________________________________________________________________________
21438 [  5984] By: gsar                                  on 2000/04/28  07:27:20
21439         Log: attributes::reftype() doesn't work on tied argument
21440      Branch: perl
21441            ! xsutils.c
21442 ____________________________________________________________________________
21443 [  5983] By: gsar                                  on 2000/04/28  07:15:04
21444         Log: numeric conversion of non-number in change#3378 tramples on
21445              OOK offset, causing segfaults
21446      Branch: perl
21447            ! sv.c
21448 ____________________________________________________________________________
21449 [  5982] By: gsar                                  on 2000/04/28  04:48:25
21450         Log: avoid error in IO::Socket::INET when given an unknown service name
21451              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
21452      Branch: perl
21453            ! ext/IO/lib/IO/Socket/INET.pm
21454 ____________________________________________________________________________
21455 [  5981] By: gsar                                  on 2000/04/28  04:31:31
21456         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
21457              prototype mismatch with CORE::glob(); update pod and tests to
21458              suit (File::Glob::glob() is still available for backward
21459              compatibility, but should be considered deprecated)
21460      Branch: perl
21461            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
21462            ! t/lib/glob-taint.t
21463 ____________________________________________________________________________
21464 [  5980] By: gsar                                  on 2000/04/28  03:47:29
21465         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
21466              <ghudson@mit.edu>)
21467      Branch: metaconfig
21468            ! U/modified/Options.U
21469      Branch: perl
21470            ! Configure
21471 ____________________________________________________________________________
21472 [  5979] By: gsar                                  on 2000/04/28  03:07:54
21473         Log: under useithreads, constant pad entries could inadvertantly be
21474              shared across threads (from Eric Blood <eblood@xmission.com>);
21475              added Eric's test case to testsuite
21476      Branch: perl
21477            ! op.c t/op/misc.t
21478 ____________________________________________________________________________
21479 [  5978] By: gsar                                  on 2000/04/27  21:13:00
21480         Log: sync version numbers in File::Spec with the ones on CPAN
21481              (from Barrie Slaymaker)
21482      Branch: perl
21483            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
21484            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
21485            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
21486 ____________________________________________________________________________
21487 [  5977] By: gsar                                  on 2000/04/27  21:07:29
21488         Log: autoquote barewords followed by newline and arrow properly
21489              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
21490      Branch: perl
21491            ! t/pragma/warn/toke toke.c
21492 ____________________________________________________________________________
21493 [  5976] By: gsar                                  on 2000/04/27  20:41:20
21494         Log: DB_File v1.73 update (from Paul Marquess)
21495      Branch: perl
21496            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21497            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
21498 ____________________________________________________________________________
21499 [  5975] By: gsar                                  on 2000/04/27  20:34:24
21500         Log: allow sort() reentrancy (variant of patch suggested by
21501              Hugo van der Sanden)
21502      Branch: perl
21503            ! pp_ctl.c t/op/sort.t
21504 ____________________________________________________________________________
21505 [  5974] By: gsar                                  on 2000/04/27  19:46:57
21506         Log: change#4197 somehow missed initializing PL_errors, meaning
21507              sytax error queueing wasn't working outside eval"" at all;
21508              also fixed eval"" to localize PL_error_count, so that compile-time
21509              eval's don't clobber the error state of the outer context
21510      Branch: perl
21511            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
21512            ! t/pragma/warn/toke
21513 ____________________________________________________________________________
21514 [  5973] By: gsar                                  on 2000/04/27  18:29:05
21515         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
21516      Branch: perl
21517            ! regcomp.c regexec.c t/op/re_tests
21518 ____________________________________________________________________________
21519 [  5972] By: jhi                                   on 2000/04/27  18:22:41
21520         Log: Integrate with Sarathy.
21521      Branch: cfgperl
21522           +> t/lib/b.t t/lib/syslog.t
21523           !> (integrate 31 files)
21524 ____________________________________________________________________________
21525 [  5971] By: jhi                                   on 2000/04/27  18:18:46
21526         Log: Unicos tweaks from Mark P. Lutz.
21527      Branch: cfgperl
21528            ! hints/unicos.sh lib/Math/Complex.pm
21529 ____________________________________________________________________________
21530 [  5970] By: gsar                                  on 2000/04/27  18:05:11
21531         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
21532              IV is >32bits
21533      Branch: perl
21534            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
21535 ____________________________________________________________________________
21536 [  5969] By: gsar                                  on 2000/04/27  17:50:56
21537         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
21538      Branch: perl
21539            + t/lib/syslog.t
21540            ! MANIFEST ext/Sys/Syslog/Syslog.pm
21541 ____________________________________________________________________________
21542 [  5968] By: gsar                                  on 2000/04/27  17:44:49
21543         Log: tolerate spaces in group names in test on solaris (from David Boyce
21544              <dsb@boyski.com>)
21545      Branch: perl
21546            ! t/op/groups.t
21547 ____________________________________________________________________________
21548 [  5967] By: gsar                                  on 2000/04/27  17:41:22
21549         Log: improved docs on the warn_uninit diagnostic (from David Glasser
21550              and Simon Cozens)
21551      Branch: perl
21552            ! pod/perldiag.pod
21553 ____________________________________________________________________________
21554 [  5966] By: gsar                                  on 2000/04/27  16:54:58
21555         Log: add testsuite for B backends, fix bug in B::Deparse (from
21556              Simon Cozens <simon@brecon.co.uk>)
21557      Branch: perl
21558            + t/lib/b.t
21559            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
21560 ____________________________________________________________________________
21561 [  5965] By: gsar                                  on 2000/04/27  16:10:37
21562         Log: avoid "will not stay shared" warnings for our variables (from
21563              Robin Barker)
21564      Branch: perl
21565            ! op.c t/pragma/warn/op
21566 ____________________________________________________________________________
21567 [  5964] By: gsar                                  on 2000/04/27  07:05:05
21568         Log: reformat to 72 columns (again)
21569      Branch: perl
21570            ! pod/perldiag.pod
21571 ____________________________________________________________________________
21572 [  5963] By: gsar                                  on 2000/04/27  06:28:31
21573         Log: patch from Larry to make (\&) prototype work; added tests for
21574              the same
21575      Branch: perl
21576            ! op.c t/comp/proto.t
21577 ____________________________________________________________________________
21578 [  5962] By: gsar                                  on 2000/04/27  06:15:47
21579         Log: updated README.hpux (from Jeff Okamoto)
21580      Branch: perl
21581            ! README.hpux
21582 ____________________________________________________________________________
21583 [  5961] By: gsar                                  on 2000/04/27  05:55:03
21584         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
21585      Branch: perl
21586            ! emacs/cperl-mode.el
21587 ____________________________________________________________________________
21588 [  5960] By: gsar                                  on 2000/04/27  05:49:26
21589         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
21590      Branch: perl
21591            ! INSTALL
21592 ____________________________________________________________________________
21593 [  5959] By: gsar                                  on 2000/04/27  05:33:41
21594         Log: doubled words in pods (from Simon Cozens
21595              <simon.p.cozens@jp.pwcglobal.com>)
21596      Branch: perl
21597            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
21598            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
21599            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
21600            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
21601            ! pod/perltootc.pod
21602 ____________________________________________________________________________
21603 [  5958] By: gsar                                  on 2000/04/27  05:11:39
21604         Log: change#3569 deleted some essential code, revert; avoid use of
21605              atexit() to make DynaLoader work properly on AIX under mod_perl
21606              (from Jens-Uwe Mager <jum@helios.de>)
21607      Branch: perl
21608            ! ext/DynaLoader/dl_aix.xs
21609 ____________________________________________________________________________
21610 [  5957] By: gsar                                  on 2000/04/27  04:54:51
21611         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
21612      Branch: perl
21613            ! pod/perlmod.pod
21614 ____________________________________________________________________________
21615 [  5956] By: gsar                                  on 2000/04/27  04:51:47
21616         Log: better diagnostics on failed tests (from Ilya Zakharevich)
21617      Branch: perl
21618            ! t/op/lex_assign.t
21619 ____________________________________________________________________________
21620 [  5955] By: gsar                                  on 2000/04/27  04:26:44
21621         Log: longstanding bug exposed by change#3307: sort arguments weren't
21622              compiled with the right wantarray context (ensuing runtime lookup
21623              via block_gimme() was getting the incidental context of the
21624              sort() itself)
21625      Branch: perl
21626            ! op.c t/op/sort.t
21627 ____________________________________________________________________________
21628 [  5954] By: gsar                                  on 2000/04/26  23:42:12
21629         Log: integrate cfgperl contents into mainline
21630      Branch: perl
21631           !> (integrate 30 files)
21632 ____________________________________________________________________________
21633 [  5953] By: jhi                                   on 2000/04/26  23:06:42
21634         Log: Integrate with Sarathy.
21635      Branch: cfgperl
21636           !> README.win32 ext/B/B/Deparse.pm
21637           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
21638           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
21639           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
21640           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
21641           !> utils/perldoc.PL vms/perlvms.pod
21642 ____________________________________________________________________________
21643 [  5952] By: jhi                                   on 2000/04/26  23:03:46
21644         Log: Undo "use integer" addition from 64bitint as it seems
21645              to break most of the subtests in Digital UNIX;
21646              Unicos needs to find another way.
21647      Branch: cfgperl
21648            ! t/op/64bitint.t
21649 ____________________________________________________________________________
21650 [  5951] By: jhi                                   on 2000/04/26  22:57:53
21651         Log: Be more robust on "extreme" (large absolute value)
21652              arguments.  Originally reported by Daniel Connelly
21653              as a problem with asinh() on large negative arguments,
21654              asinh() used to bail out because an argument to log()
21655              ended up being zero.  Ilya Zakharevich proposed using
21656              Taylor's series in such cases, which for such large
21657              arguments is a very good approximation.
21658      Branch: cfgperl
21659            ! lib/Math/Complex.pm t/lib/complex.t
21660 ____________________________________________________________________________
21661 [  5950] By: gsar                                  on 2000/04/25  19:13:12
21662         Log: reformat perldiag to avoid long lines
21663      Branch: perl
21664            ! pod/perldiag.pod
21665 ____________________________________________________________________________
21666 [  5949] By: gsar                                  on 2000/04/25  18:41:11
21667         Log: make perldoc use the pod2man from the same version (from
21668              M.J.T. Guy)
21669      Branch: perl
21670            ! utils/perldoc.PL
21671 ____________________________________________________________________________
21672 [  5948] By: gsar                                  on 2000/04/25  18:21:57
21673         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
21674              <kompas@kompas.usr.onet.pl>)
21675      Branch: perl
21676            ! lib/vars.pm
21677 ____________________________________________________________________________
21678 [  5947] By: gsar                                  on 2000/04/25  18:11:53
21679         Log: use &dl_error rather than &dl_load_file as the guard for calling
21680              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
21681              statically built perl)
21682      Branch: perl
21683            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
21684 ____________________________________________________________________________
21685 [  5946] By: jhi                                   on 2000/04/25  17:37:54
21686         Log: Document that tr() is not tr(1).
21687      Branch: cfgperl
21688            ! pod/perlop.pod
21689 ____________________________________________________________________________
21690 [  5945] By: gsar                                  on 2000/04/25  16:34:33
21691         Log: make module name mandatory after -M switch; reorder perldiag
21692              alphabetically (from Mark-Jason Dominus)
21693      Branch: perl
21694            ! perl.c pod/perldiag.pod
21695 ____________________________________________________________________________
21696 [  5944] By: jhi                                   on 2000/04/25  01:15:18
21697         Log: On second thoughts frexp() does have two arguments.
21698      Branch: cfgperl
21699            ! perl.h
21700 ____________________________________________________________________________
21701 [  5943] By: jhi                                   on 2000/04/24  22:56:32
21702         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
21703              Now pp_ncmp() returns undef is either operand is a NaN.
21704      Branch: cfgperl
21705            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21706            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
21707            ! vms/subconfigure.com vos/config.def vos/config.h
21708            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
21709            ! win32/config.vc win32/config_H.bc win32/config_H.gc
21710            ! win32/config_H.vc
21711      Branch: metaconfig/U/perl
21712            + d_modfl.U
21713 ____________________________________________________________________________
21714 [  5942] By: jhi                                   on 2000/04/24  19:45:17
21715         Log: Regen Configure to match #5937.
21716      Branch: cfgperl
21717            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21718            ! config_h.SH
21719      Branch: metaconfig
21720            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
21721 ____________________________________________________________________________
21722 [  5941] By: jhi                                   on 2000/04/24  19:24:11
21723         Log: Further Unicos fixes for Mark Lutz.
21724      Branch: cfgperl
21725            ! hints/unicos.sh pp_ctl.c
21726 ____________________________________________________________________________
21727 [  5940] By: jhi                                   on 2000/04/24  19:09:06
21728         Log: Various Unicos 10.0.0.6 fixes.
21729              
21730              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
21731              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
21732              Reply-To: tecmpl1@triton.ca.boeing.com 
21733              To: perl5-porters@perl.org 
21734              Date: Fri, 14 Apr 2000 20:21:00 GMT 
21735              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
21736      Branch: cfgperl
21737            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
21738 ____________________________________________________________________________
21739 [  5939] By: gsar                                  on 2000/04/24  19:01:24
21740         Log: more pod nits (from Larry Virden)
21741      Branch: perl
21742            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
21743            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
21744            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
21745 ____________________________________________________________________________
21746 [  5938] By: gsar                                  on 2000/04/24  18:54:01
21747         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
21748      Branch: perl
21749            ! ext/B/B/Deparse.pm
21750 ____________________________________________________________________________
21751 [  5937] By: jhi                                   on 2000/04/24  17:39:00
21752         Log: Integrate with Sarathy.
21753      Branch: cfgperl
21754           +> (branch 31 files)
21755           !> (integrate 73 files)
21756 ____________________________________________________________________________
21757 [  5936] By: gsar                                  on 2000/04/24  17:30:06
21758         Log: additional tests for change#5934 (from Paul Marquess, who also
21759              sent in the same fix)
21760      Branch: perl
21761            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
21762            ! t/pragma/warn/5nolint t/pragma/warn/6default
21763 ____________________________________________________________________________
21764 [  5935] By: jhi                                   on 2000/04/24  17:26:05
21765         Log: Do not assume sign propagation.
21766              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
21767              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
21768              To: payner@ncifcrf.gov, perl5-porters@perl.org 
21769              Date: Tue, 18 Apr 2000 18:24:49 +0100 
21770              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
21771      Branch: cfgperl
21772            ! t/op/bop.t t/op/misc.t
21773 ____________________________________________________________________________
21774 [  5934] By: gsar                                  on 2000/04/24  17:16:54
21775         Log: propagate lexical warnings from surrounding scope correctly
21776              within string eval()
21777      Branch: perl
21778            ! pp_ctl.c t/pragma/warn/pp_ctl
21779 ____________________________________________________________________________
21780 [  5933] By: jhi                                   on 2000/04/24  17:01:07
21781         Log: Flatten the cpp jungle doing the nosuid checking.
21782      Branch: cfgperl
21783            ! perl.c
21784 ____________________________________________________________________________
21785 [  5932] By: gsar                                  on 2000/04/24  09:08:14
21786         Log: add rsignal(), whichsig() and do_join() to public API list
21787              (mod_perl uses them to good advantage)
21788      Branch: perl
21789            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
21790 ____________________________________________________________________________
21791 [  5931] By: gsar                                  on 2000/04/24  09:01:40
21792         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
21793      Branch: perl
21794            ! pp_hot.c regexec.c t/op/pat.t
21795 ____________________________________________________________________________
21796 [  5930] By: gsar                                  on 2000/04/24  08:58:33
21797         Log: small os390 tweaks (from Peter Prymmer)
21798      Branch: perl
21799            ! config_h.SH makedepend.SH
21800 ____________________________________________________________________________
21801 [  5929] By: gsar                                  on 2000/04/24  08:55:25
21802         Log: pod nits
21803      Branch: perl
21804            ! pod/perlguts.pod
21805 ____________________________________________________________________________
21806 [  5928] By: gsar                                  on 2000/04/24  08:50:13
21807         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
21808      Branch: perl
21809            ! ext/IO/lib/IO/Poll.pm
21810 ____________________________________________________________________________
21811 [  5927] By: gsar                                  on 2000/04/24  08:43:24
21812         Log: arrange for next() to resume at the unstack op rather than the
21813              loop conditional, so that scope cleanup happens correctly
21814              (from Stephen McCamant)
21815      Branch: perl
21816            ! op.c pp_ctl.c t/op/misc.t
21817 ____________________________________________________________________________
21818 [  5926] By: gsar                                  on 2000/04/24  08:18:40
21819         Log: on windows, reserve 16M of stack rather than 128M (allows more
21820              threads to run concurrently)
21821      Branch: perl
21822            ! win32/Makefile win32/makefile.mk
21823 ____________________________________________________________________________
21824 [  5925] By: gsar                                  on 2000/04/24  08:13:52
21825         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
21826      Branch: perl
21827            ! toke.c
21828 ____________________________________________________________________________
21829 [  5924] By: gsar                                  on 2000/04/24  08:08:59
21830         Log: avoid using uninitialized memory in require version check
21831      Branch: perl
21832            ! pp_ctl.c universal.c
21833 ____________________________________________________________________________
21834 [  5923] By: gsar                                  on 2000/04/24  07:20:14
21835         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
21836      Branch: perl
21837            ! ext/IO/lib/IO/Poll.pm
21838 ____________________________________________________________________________
21839 [  5922] By: gsar                                  on 2000/04/24  07:08:42
21840         Log: commentary about IoTYPE() (from Nathan Torkington)
21841      Branch: perl
21842            ! sv.h
21843 ____________________________________________________________________________
21844 [  5921] By: gsar                                  on 2000/04/24  06:58:26
21845         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
21846              by fix
21847      Branch: perl
21848            ! sv.c t/lib/charnames.t t/pragma/utf8.t
21849 ____________________________________________________________________________
21850 [  5920] By: gsar                                  on 2000/04/24  06:37:59
21851         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
21852      Branch: perl
21853            ! doop.c t/op/ver.t
21854 ____________________________________________________________________________
21855 [  5919] By: gsar                                  on 2000/04/24  06:21:58
21856         Log: Configure might miss old directories when prefix must be
21857              expanded (from Robin Barker)
21858      Branch: metaconfig
21859            ! U/installdirs/inc_version_list.U
21860      Branch: perl
21861            ! Configure
21862 ____________________________________________________________________________
21863 [  5918] By: gsar                                  on 2000/04/24  06:16:11
21864         Log: VMS nits in glob() test (from Charles Lane)
21865      Branch: perl
21866            ! t/lib/glob-basic.t
21867 ____________________________________________________________________________
21868 [  5917] By: gsar                                  on 2000/04/24  06:11:56
21869         Log: various pod nits (from Larry Virden and others)
21870      Branch: perl
21871            ! README.amiga README.hpux README.machten README.os2
21872            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
21873            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
21874            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
21875            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
21876            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
21877            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
21878            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
21879            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
21880 ____________________________________________________________________________
21881 [  5916] By: gsar                                  on 2000/04/24  05:52:43
21882         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
21883              <wjones@tc.fluke.com>)
21884      Branch: perl
21885            ! t/lib/glob-basic.t
21886 ____________________________________________________________________________
21887 [  5915] By: gsar                                  on 2000/04/24  05:07:01
21888         Log: supported platforms mixed up
21889      Branch: perl
21890            ! pod/perl56delta.pod pod/perlport.pod
21891 ____________________________________________________________________________
21892 [  5914] By: gsar                                  on 2000/04/24  04:56:08
21893         Log: caller() wasn't returning the right number of elements for
21894              eval {...}
21895      Branch: perl
21896            ! pp_ctl.c t/pragma/warn/9enabled
21897 ____________________________________________________________________________
21898 [  5913] By: gsar                                  on 2000/04/24  04:35:41
21899         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
21900              Mark-Jason Dominus)
21901      Branch: perl
21902            ! pod/perlfunc.pod
21903 ____________________________________________________________________________
21904 [  5912] By: gsar                                  on 2000/04/24  04:17:15
21905         Log: fix totally broken caching in UNIVERSAL::isa() (from
21906              Nick Ing-Simmons)
21907      Branch: perl
21908            ! t/op/universal.t universal.c
21909 ____________________________________________________________________________
21910 [  5911] By: gsar                                  on 2000/04/24  03:39:47
21911         Log: add linebreak properties from unicode/LineBrk.txt (from
21912              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
21913      Branch: perl
21914            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
21915            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
21916            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
21917            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
21918            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
21919            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
21920            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
21921            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
21922            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
21923            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
21924            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
21925            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
21926            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
21927            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
21928            + lib/unicode/Is/LbrkZW.pl
21929            ! lib/unicode/mktables.PL
21930 ____________________________________________________________________________
21931 [  5910] By: gsar                                  on 2000/04/24  03:23:10
21932         Log: typo in pod
21933      Branch: perl
21934            ! ext/Thread/Thread.pm
21935 ____________________________________________________________________________
21936 [  5909] By: gsar                                  on 2000/04/24  03:22:03
21937         Log: mode argument to do_binmode() should be file mode, not boolean
21938      Branch: perl
21939            ! pp_sys.c
21940 ____________________________________________________________________________
21941 [  5908] By: gsar                                  on 2000/04/16  16:51:08
21942         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
21943              always returns a valid GV even when the symbol is trapped by strictures
21944              (avoids coredumps)
21945              
21946              TODO: the C<package;> hack needs similar treatment
21947      Branch: perl
21948            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
21949            ! t/pragma/strict-vars
21950 ____________________________________________________________________________
21951 [  5907] By: jhi                                   on 2000/03/31  23:42:56
21952         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
21953              an assumption which #5905 demolished.
21954      Branch: cfgperl
21955            ! pp_sys.c
21956 ____________________________________________________________________________
21957 [  5906] By: jhi                                   on 2000/03/31  18:54:37
21958         Log: Typo in #5905.
21959      Branch: cfgperl
21960            ! t/op/64bitint.t
21961 ____________________________________________________________________________
21962 [  5905] By: jhi                                   on 2000/03/31  18:50:54
21963         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
21964              reported by Joseph N. Hall.  The bug was that even with use64bitint
21965              one had to use the prefixes q, L, or ll with printf/sprintf,
21966              contrary to the documentation and common sense.
21967      Branch: cfgperl
21968            ! sv.c t/op/64bitint.t
21969 ____________________________________________________________________________
21970 [  5904] By: gsar                                  on 2000/03/28  02:31:32
21971         Log: add Changes, perldelta.pod
21972      Branch: perl
21973            + Changes pod/perldelta.pod
21974 ____________________________________________________________________________
21975 [  5903] By: gsar                                  on 2000/03/28  02:03:55
21976         Log: rename Changes and perldelta.pod
21977      Branch: perl
21978           +> Changes5.6 pod/perl56delta.pod
21979            - Changes pod/perldelta.pod
21980            ! MANIFEST
21981 ____________________________________________________________________________
21982 [  5902] By: gsar                                  on 2000/03/28  01:59:14
21983         Log: create maint-5.6 branch
21984      Branch: maint-5.6/perl
21985           +> (branch 1611 files)
21986 ____________________________________________________________________________
21987 [  5901] By: jhi                                   on 2000/03/23  05:48:43
21988         Log: Integrate with Sarathy.
21989      Branch: cfgperl
21990           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
21991 ____________________________________________________________________________
21992 [  5900] By: gsar                                  on 2000/03/23  05:42:43
21993         Log: three guesses on what this is :-)
21994      Branch: perl
21995            ! Changes