A bug introduced in #8217 (the undefined variable in the
[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 [  8505] By: jhi                                   on 2001/01/21  19:39:59
36         Log: Subject: Minor typos in perlfaq2.pod
37              From: "Stephen P. Potter" <spp@spotter.yi.org>
38              Message-Id: <200101192101.QAA11911@spotter.yi.org>
39              Date: Fri, 19 Jan 2001 16:01:13 -0500
40              
41              with a nit from Philip Netwon.
42      Branch: perl
43            ! pod/perlfaq2.pod
44 ____________________________________________________________________________
45 [  8504] By: jhi                                   on 2001/01/21  19:33:05
46         Log: Metaconfig change for #8503.
47      Branch: metaconfig
48            ! U/threads/usethreads.U
49 ____________________________________________________________________________
50 [  8503] By: jhi                                   on 2001/01/21  19:32:21
51         Log: Sanity check for confliiting thread flavours.
52      Branch: perl
53            ! Configure config_h.SH
54 ____________________________________________________________________________
55 [  8502] By: jhi                                   on 2001/01/21  19:23:00
56         Log: Metaconfig change for #8501.
57      Branch: metaconfig
58            ! U/modified/sig_name.U
59 ____________________________________________________________________________
60 [  8501] By: jhi                                   on 2001/01/21  19:22:26
61         Log: The SIG_SIZE is the number of the elements *excluding*
62              the terminating NULL.
63      Branch: perl
64            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
65            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
66            ! win32/config_H.vc
67 ____________________________________________________________________________
68 [  8500] By: jhi                                   on 2001/01/21  18:31:31
69         Log: Integrate perlio.
70      Branch: perl
71           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
72           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
73           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
74           !> pp_sys.c proto.h sv.c
75 ____________________________________________________________________________
76 [  8499] By: jhi                                   on 2001/01/21  17:43:57
77         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
78              From: Hugo <hv@crypt.compulink.co.uk>
79              Date: Sun, 21 Jan 2001 13:34:05 +0000
80              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
81              
82              In sprintf UTF8ize only if necessary.
83      Branch: perl
84            ! sv.c
85 ____________________________________________________________________________
86 [  8498] By: nick                                  on 2001/01/21  16:25:32
87         Log: Encode cleanup.
88              Add command line control over "compile" so that Makefile.PL
89              needs can be combined with other uses.
90              Use command line options in Makefile.PL.
91              Fix multi-byte parsing in .ucm files.
92      Branch: perlio
93            ! ext/Encode/Makefile.PL ext/Encode/compile
94 ____________________________________________________________________________
95 [  8497] By: nick                                  on 2001/01/21  12:56:27
96         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
97      Branch: perlio
98            ! ext/Encode/Encode.xs
99 ____________________________________________________________________________
100 [  8496] By: nick                                  on 2001/01/21  12:18:45
101         Log: Fixup after integrate:
102              missed the .sym files that are changed by regen_headers
103              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
104      Branch: perlio
105            ! global.sym pp.sym sv.c
106 ____________________________________________________________________________
107 [  8495] By: nick                                  on 2001/01/21  11:51:07
108         Log: Integrate mainline.
109      Branch: perlio
110           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
111           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
112           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
113           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
114           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
115           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
116           !> win32/Makefile win32/makefile.mk
117 ____________________________________________________________________________
118 [  8494] By: jhi                                   on 2001/01/20  23:12:11
119         Log: Forgot the expect_number() prototype.
120      Branch: perl
121            ! embed.h embed.pl proto.h
122 ____________________________________________________________________________
123 [  8493] By: jhi                                   on 2001/01/20  22:56:39
124         Log: Subject: [PATCH: perl@8482] README.vms URL updates
125              From: Peter Prymmer <pvhp@forte.com>
126              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
127              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
128              
129              Plus Craig A. Berry's suggestion to use compaq.com instead
130              of digital.com.
131      Branch: perl
132            ! README.vms
133 ____________________________________________________________________________
134 [  8492] By: jhi                                   on 2001/01/20  22:50:05
135         Log: Memory management calls documentation.
136      Branch: perl
137            ! pod/perlguts.pod
138 ____________________________________________________________________________
139 [  8491] By: jhi                                   on 2001/01/20  22:38:33
140         Log: Signedness nit plus few memcpy/Copy nits.
141      Branch: perl
142            ! sv.c
143 ____________________________________________________________________________
144 [  8490] By: jhi                                   on 2001/01/20  22:25:53
145         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
146              From: Peter Prymmer <pvhp@forte.com>
147              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
148              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
149      Branch: perl
150            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
151 ____________________________________________________________________________
152 [  8489] By: jhi                                   on 2001/01/20  22:24:41
153         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
154              From: Peter Prymmer <pvhp@forte.com>
155              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
156              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
157      Branch: perl
158            ! win32/Makefile win32/makefile.mk
159 ____________________________________________________________________________
160 [  8488] By: jhi                                   on 2001/01/20  22:22:27
161         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
162              From: Peter Prymmer <pvhp@forte.com>
163              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
164              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
165      Branch: perl
166            ! Makefile.SH
167 ____________________________________________________________________________
168 [  8487] By: jhi                                   on 2001/01/20  22:21:18
169         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
170              From: Peter Prymmer <pvhp@forte.com>
171              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
172              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
173      Branch: perl
174            + ext/DynaLoader/dl_dllload.xs
175            ! MANIFEST Makefile.SH hints/os390.sh
176 ____________________________________________________________________________
177 [  8486] By: jhi                                   on 2001/01/20  22:17:53
178         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
179              From: Peter Prymmer <pvhp@forte.com>
180              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
181              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
182      Branch: perl
183            ! README.os390 README.posix-bc
184 ____________________________________________________________________________
185 [  8485] By: jhi                                   on 2001/01/20  20:15:30
186         Log: Document and test the new qu operator.
187      Branch: perl
188            + t/op/qu.t
189            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
190            ! pod/perlretut.pod pod/perlunicode.pod
191 ____________________________________________________________________________
192 [  8484] By: nick                                  on 2001/01/20  19:42:30
193         Log: Infrastructure to allow:
194              open($fh,"|-",@array);
195              to be implemented
196              i.e. mark pp_open as needing a stack mark, and make pp_open
197              process its args in that style (and pass them _all_ to tied handles OPEN).
198              Invent do_openn() which takes SV ** at allow it to see multiple args.
199              Note this does not _do_ anything yet.
200      Branch: perlio
201            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
202            ! perlapi.c pp_proto.h pp_sys.c proto.h
203 ____________________________________________________________________________
204 [  8483] By: nick                                  on 2001/01/20  17:23:14
205         Log: Integrate mainline.
206      Branch: perlio
207           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
208           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
209 ____________________________________________________________________________
210 [  8482] By: jhi                                   on 2001/01/19  15:37:49
211         Log: Update Changes.
212      Branch: perl
213            ! Changes patchlevel.h
214 ____________________________________________________________________________
215 [  8481] By: jhi                                   on 2001/01/19  14:41:24
216         Log: Subject: Re: new feature: s?printf parameter reordering 
217              From: Hugo <hv@crypt.compulink.co.uk>
218              Date: Thu, 11 Jan 2001 17:09:03 +0000
219              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
220              
221              - support reordering for all parameters: %, *v, *, .*
222              - lay down that the reordering specification must immediately
223              follow that parameter: %3$, *v3$, *3$, .*3$
224              - fix vectorisation of a zero-length string
225              - factor out the code choosing the argument to format
226              
227              Possibly unwanted side-effects:
228              - the special format specifiers ' +-0' must now precede any
229              vectorisation specifier. Tests in op/sprintf and op/ver
230              have been changed to reflect this.
231              - sprintf.t test #214 changed its expectations because in many
232              cases, the next parameter has already been consumed when an
233              invalid type letter is detected.
234              
235              Probably wanted side-effects:
236              - attempts to format a non-existent parameter will warn as if C<undef>
237              - attempt to write to non-existent parameter with '%n' will complain
238              of "attempt to modify read-only value" instead of being silent
239      Branch: perl
240            ! sv.c t/op/sprintf.t t/op/ver.t
241 ____________________________________________________________________________
242 [  8480] By: jhi                                   on 2001/01/19  14:08:37
243         Log: Subject: PATCH pragma/locale.t
244              From: andreas.koenig@anima.de (Andreas J. Koenig)
245              Date: 18 Jan 2001 09:45:37 +0100
246              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
247      Branch: perl
248            ! t/pragma/locale.t
249 ____________________________________________________________________________
250 [  8479] By: jhi                                   on 2001/01/19  13:19:58
251         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
252      Branch: perl
253            ! configure.com
254 ____________________________________________________________________________
255 [  8478] By: jhi                                   on 2001/01/19  02:12:35
256         Log: Automate 1_compile.t.
257      Branch: perl
258            ! t/lib/1_compile.t
259 ____________________________________________________________________________
260 [  8477] By: jhi                                   on 2001/01/19  01:49:56
261         Log: Integrate perlio.
262      Branch: perl
263           !> sv.c win32/config.bc win32/config.gc win32/config.vc
264           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
265 ____________________________________________________________________________
266 [  8476] By: nick                                  on 2001/01/18  21:51:52
267         Log: Integrate mainline
268      Branch: perlio
269           +> t/lib/1_compile.t t/lib/compmod.pl
270           !> MANIFEST configure.com lib/unicode/distinct.pm
271 ____________________________________________________________________________
272 [  8475] By: nick                                  on 2001/01/18  21:48:02
273         Log: Win32 "safe signals" co-existance fix.
274              Fix SIG_SIZE value.
275              Clear PL_sig_pending when cloning (fork).
276      Branch: perlio
277            ! sv.c win32/config.bc win32/config.gc win32/config.vc
278            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
279 ____________________________________________________________________________
280 [  8474] By: jhi                                   on 2001/01/18  14:40:57
281         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
282      Branch: perl
283            ! t/lib/1_compile.t
284 ____________________________________________________________________________
285 [  8473] By: gsar                                  on 2001/01/18  11:42:31
286         Log: unsubmitted trial1 change
287      Branch: maint-5.6/perl
288            ! Changes
289 ____________________________________________________________________________
290 [  8472] By: jhi                                   on 2001/01/18  04:30:24
291         Log: The first bug found by 1_compile.t.
292      Branch: perl
293            ! lib/unicode/distinct.pm
294 ____________________________________________________________________________
295 [  8471] By: jhi                                   on 2001/01/18  04:29:42
296         Log: Add Schwern's 1_compile test.  The compile_module script renamed
297              to be a bit shorter for the 8.3 people.
298      Branch: perl
299            + t/lib/1_compile.t t/lib/compmod.pl
300            ! MANIFEST
301 ____________________________________________________________________________
302 [  8470] By: jhi                                   on 2001/01/18  04:16:00
303         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)
304              From: Peter Prymmer <pvhp@forte.com>
305              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
306              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
307              Replace #8463.
308      Branch: maint-5.6/perl
309            ! configure.com
310 ____________________________________________________________________________
311 [  8469] By: jhi                                   on 2001/01/18  04:13:02
312         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)
313              From: Peter Prymmer <pvhp@forte.com>
314              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
315              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
316              Replace #8462.
317      Branch: perl
318            ! configure.com
319 ____________________________________________________________________________
320 [  8468] By: jhi                                   on 2001/01/18  03:42:08
321         Log: Integrate perlio.
322      Branch: perl
323           !> gv.c mg.c perlio.c util.c
324 ____________________________________________________________________________
325 [  8467] By: nick                                  on 2001/01/17  22:41:10
326         Log: "Safe" signals - trial implementation.
327              gv.c tweaked to zero PL_sig_pend array
328              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
329              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
330              Odd thing is that it "works" with PERLIO=stdio as well (linux).
331      Branch: perlio
332            ! gv.c mg.c perlio.c util.c
333 ____________________________________________________________________________
334 [  8466] By: nick                                  on 2001/01/17  20:40:20
335         Log: Integrate mainline.
336      Branch: perlio
337           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
338           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
339           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
340           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
341           !> vos/config.ga.h win32/config.bc win32/config.gc
342           !> win32/config.vc
343 ____________________________________________________________________________
344 [  8465] By: jhi                                   on 2001/01/17  18:37:13
345         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
346              From: Nicholas Clark <nick@ccl4.org>
347              Date: Wed, 17 Jan 2001 17:31:33 +0000
348              Message-ID: <20010117173133.I2633@plum.flirble.org>
349      Branch: perl
350            ! t/op/int.t
351 ____________________________________________________________________________
352 [  8464] By: jhi                                   on 2001/01/17  14:43:17
353         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
354              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
355              Date: Wed, 17 Jan 2001 15:16:43 +0100
356              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
357              
358              pp_int() was dropping an NV to the floor,
359              int(279964589018079/59) either returned not an integer
360              4745162525730.15, or one got "Attempt to free unreferenced scalar."
361      Branch: perl
362            ! pp.c
363 ____________________________________________________________________________
364 [  8463] By: jhi                                   on 2001/01/17  06:12:42
365         Log: (Replaced by #8470)
366              
367              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)
368              From: "Craig A. Berry" <craigberry@mac.com>
369              Date: Tue, 16 Jan 2001 23:38:46 -0600
370              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
371      Branch: maint-5.6/perl
372            ! configure.com
373 ____________________________________________________________________________
374 [  8462] By: jhi                                   on 2001/01/17  06:11:31
375         Log: (Replaced by #8469)
376              
377              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)
378              From: "Craig A. Berry" <craigberry@mac.com>
379              Date: Tue, 16 Jan 2001 23:38:46 -0600
380              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
381      Branch: perl
382            ! configure.com
383 ____________________________________________________________________________
384 [  8461] By: jhi                                   on 2001/01/17  05:56:12
385         Log: Allow for one trailing slash in the directory of mkdir().
386      Branch: perl
387            ! pp_sys.c
388 ____________________________________________________________________________
389 [  8460] By: jhi                                   on 2001/01/17  03:26:01
390         Log: Metaconfig unit changes for #8459.
391      Branch: metaconfig
392            ! U/modified/Loc.U U/modified/sig_name.U
393 ____________________________________________________________________________
394 [  8459] By: jhi                                   on 2001/01/17  03:24:48
395         Log: Define SIG_SIZE, the number of elements in the sig_name and
396              sig_num arrays, including the final NULL entry.
397      Branch: perl
398            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
399            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
400            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
401            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
402            ! win32/config.bc win32/config.gc win32/config.vc
403 ____________________________________________________________________________
404 [  8458] By: jhi                                   on 2001/01/17  01:41:33
405         Log: Integrate perlio.
406      Branch: perl
407           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
408           !> perlapi.h proto.h sv.c
409 ____________________________________________________________________________
410 [  8457] By: nick                                  on 2001/01/16  22:07:26
411         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
412              Provides all the "cost" but no benefit yet - it is to allow cost
413              to be measured, and implementation experiments (just in mg.c?).
414      Branch: perlio
415            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
416            ! perlapi.h proto.h sv.c
417 ____________________________________________________________________________
418 [  8456] By: nick                                  on 2001/01/16  21:07:07
419         Log: Integrate mainline.
420      Branch: perlio
421           !> (integrate 51 files)
422 ____________________________________________________________________________
423 [  8455] By: jhi                                   on 2001/01/16  18:13:43
424         Log: Subject: [PATCH] regcomp.c old feature removal
425              From: mjd@plover.com
426              Date: 16 Jan 2001 14:43:18 -0000 
427              Message-ID: <20010116144318.7140.qmail@plover.com> 
428      Branch: perl
429            ! regcomp.c
430 ____________________________________________________________________________
431 [  8454] By: jhi                                   on 2001/01/16  16:12:39
432         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
433              From: "Indy Singh" <indy@nusphere.com>
434              Date: Wed, 10 Jan 2001 20:17:49 -0500
435              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
436      Branch: maint-5.6/perl
437            ! win32/Makefile
438 ____________________________________________________________________________
439 [  8453] By: jhi                                   on 2001/01/16  16:09:33
440         Log: Update Changes.
441      Branch: perl
442            ! Changes patchlevel.h
443 ____________________________________________________________________________
444 [  8452] By: jhi                                   on 2001/01/16  15:42:04
445         Log: Subject: Re: API Cleanup
446              To: perl5-porters@perl.org
447              Date: Tue, 16 Jan 2001 13:42:30 +0000
448              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
449              
450              Subject: [PATCH] utf8.c documentation
451              From: Simon Cozens <simon@cozens.net>
452              Date: Tue, 16 Jan 2001 13:52:48 +0000
453              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
454              
455              Subject: Re: API Cleanup
456              From: Simon Cozens <simon@cozens.net>
457              Date: Tue, 16 Jan 2001 14:58:55 +0000
458              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
459              
460              UTF-8 doc patches.
461      Branch: perl
462            ! embed.pl pod/perlapi.pod utf8.c
463 ____________________________________________________________________________
464 [  8451] By: jhi                                   on 2001/01/16  14:41:39
465         Log: podlators 1.07, from Russ Allbery.
466      Branch: perl
467            ! lib/Pod/Man.pm
468 ____________________________________________________________________________
469 [  8450] By: jhi                                   on 2001/01/16  14:24:19
470         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
471              From: "Indy Singh" <indy@nusphere.com>
472              Date: Mon, 15 Jan 2001 20:59:40 -0500
473              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
474      Branch: perl
475            ! win32/Makefile
476 ____________________________________________________________________________
477 [  8449] By: jhi                                   on 2001/01/16  03:42:55
478         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
479              at the setting of the ofs_sv in new_struct_thread() as the
480              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
481              that invited a core dump.
482      Branch: perl
483            ! util.c
484 ____________________________________________________________________________
485 [  8448] By: jhi                                   on 2001/01/16  01:49:07
486         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
487              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
488              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
489              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
490              
491              Replace #8444 and #8445.
492      Branch: perl
493            ! ext/B/B.xs ext/B/B/Debug.pm
494 ____________________________________________________________________________
495 [  8447] By: jhi                                   on 2001/01/15  21:05:35
496         Log: Subject: [PATCH] API Variable documentation   
497              From: Simon Cozens <simon@cozens.net>
498              Date: Mon, 15 Jan 2001 19:35:54 +0000
499              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
500      Branch: perl
501            ! pod/perlapi.pod thrdvar.h
502 ____________________________________________________________________________
503 [  8446] By: jhi                                   on 2001/01/15  20:49:20
504         Log: Signedness nit.
505      Branch: perl
506            ! pp_ctl.c
507 ____________________________________________________________________________
508 [  8445] By: jhi                                   on 2001/01/15  20:28:48
509         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
510      Branch: perl
511            ! ext/B/B/Debug.pm
512 ____________________________________________________________________________
513 [  8444] By: jhi                                   on 2001/01/15  13:09:10
514         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
515      Branch: perl
516            ! ext/B/B.xs
517 ____________________________________________________________________________
518 [  8443] By: jhi                                   on 2001/01/15  13:06:26
519         Log: Missing from #8439.
520      Branch: perl
521            ! keywords.h mg.c
522 ____________________________________________________________________________
523 [  8442] By: jhi                                   on 2001/01/15  13:02:38
524         Log: Subject: [PATCH @8436] Eliminate op_children
525              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
526              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
527              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
528              
529              Subject: [PATCH @8436] Re: Eliminate op_children
530              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
531              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
532              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
533      Branch: perl
534            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
535            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
536            ! op.c op.h
537 ____________________________________________________________________________
538 [  8441] By: jhi                                   on 2001/01/15  12:57:08
539         Log: Use the /^Perl_/-less form of is_lvalue_sub().
540      Branch: perl
541            ! pp.h
542 ____________________________________________________________________________
543 [  8440] By: jhi                                   on 2001/01/15  05:13:09
544         Log: Revert #8437 and #8438, the Linux large files story is more complex.
545      Branch: metaconfig/U/perl
546            ! d_fpos64_t.U d_off64_t.U
547      Branch: perl
548            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
549            ! config_h.SH configure.com epoc/config.sh perl.h
550            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
551            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
552            ! win32/config.bc win32/config.gc win32/config.vc
553 ____________________________________________________________________________
554 [  8439] By: jhi                                   on 2001/01/15  05:02:24
555         Log: More UTF-8 patches from Inaba Hiroto.
556              - The substr lval was still not okay.
557              - Now pp_stringify and sv_setsv copies source's UTF8 flag
558              even if IN_BYTE.  pp_stringify is called from fold_constants
559              at optimization phase and "\x{100}" was made SvUTF8_off under
560              use bytes (the bytes pragma is for "byte semantics" and not
561              for "do not produce UTF8 data")
562              - New `qu' operator to generate UTF8 string explicitly.
563              Though I agree with the policy "0x00-0xff always produce bytes",
564              sometimes want to such a string to be coded in UTF8.
565              I can use pack"U0a*" but it requires more typing and has
566              runtime overhead.
567              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
568              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
569              string is not UTF8_on and has char 0x80-0xff.
570              
571              TODO: document and test qu.
572      Branch: perl
573            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
574            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
575            ! toke.c
576 ____________________________________________________________________________
577 [  8438] By: jhi                                   on 2001/01/14  05:10:23
578         Log: Metaconfig unit changes for #8437.
579      Branch: metaconfig/U/perl
580            ! d_fpos64_t.U d_off64_t.U
581 ____________________________________________________________________________
582 [  8437] By: jhi                                   on 2001/01/14  04:55:34
583         Log: Add <features.h> probing, seems to be needed for (some?)
584              Linux largefileness.
585      Branch: perl
586            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
587            ! config_h.SH configure.com epoc/config.sh perl.h
588            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
589            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
590            ! win32/config.bc win32/config.gc win32/config.vc
591 ____________________________________________________________________________
592 [  8436] By: jhi                                   on 2001/01/13  17:47:21
593         Log: Tighten some of the tests a bit.
594      Branch: perl
595            ! t/pragma/utf8.t
596 ____________________________________________________________________________
597 [  8435] By: jhi                                   on 2001/01/13  17:31:54
598         Log: Integrate perlio.
599      Branch: perl
600           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
601           !> win32/config_H.gc win32/config_H.vc
602 ____________________________________________________________________________
603 [  8434] By: nick                                  on 2001/01/13  11:36:53
604         Log: Run dmake regen_config_h for Win32
605      Branch: perlio
606            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
607 ____________________________________________________________________________
608 [  8433] By: nick                                  on 2001/01/13  11:31:55
609         Log: VMS friendly patch to Encode compile process
610      Branch: perlio
611            ! ext/Encode/Makefile.PL ext/Encode/compile
612 ____________________________________________________________________________
613 [  8432] By: nick                                  on 2001/01/13  11:06:44
614         Log: Integrate mainline
615      Branch: perlio
616           +> ext/B/B/Concise.pm
617           !> (integrate 52 files)
618 ____________________________________________________________________________
619 [  8431] By: jhi                                   on 2001/01/13  05:55:55
620         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
621              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
622              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
623              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
624      Branch: perl
625            ! ext/B/B/Concise.pm
626 ____________________________________________________________________________
627 [  8430] By: jhi                                   on 2001/01/13  04:24:18
628         Log: The LVRET macro needed an aTHX.
629      Branch: perl
630            ! pp.h
631 ____________________________________________________________________________
632 [  8429] By: jhi                                   on 2001/01/13  02:12:42
633         Log: Update Changes.
634      Branch: perl
635            ! Changes patchlevel.h
636 ____________________________________________________________________________
637 [  8428] By: jhi                                   on 2001/01/13  02:08:50
638         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
639              From: Peter Prymmer <pvhp@forte.com>
640              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
641              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
642              
643              Add a BEGIN guard for sloppy floating point division.
644      Branch: perl
645            ! lib/Math/BigInt.pm lib/bigint.pl
646 ____________________________________________________________________________
647 [  8427] By: jhi                                   on 2001/01/13  01:47:16
648         Log: The B::Terse drop-in replacement wasn't quite drop-in.
649      Branch: perl
650            ! ext/B/B/Terse.pm
651 ____________________________________________________________________________
652 [  8426] By: jhi                                   on 2001/01/12  21:20:43
653         Log: Use UVXf.
654      Branch: perl
655            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
656            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
657            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
658            ! vos/config.ga.def vos/config.ga.h win32/config.bc
659            ! win32/config.gc win32/config.vc
660 ____________________________________________________________________________
661 [  8425] By: jhi                                   on 2001/01/12  20:20:14
662         Log: Subject: [PATCH perl@8342] -Wformat
663              From: Robin Barker <rmb1@cise.npl.co.uk>
664              Date: Fri, 12 Jan 2001 20:03:14 GMT
665              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
666      Branch: perl
667            ! ext/Encode/Encode.xs mg.c sv.c toke.c
668 ____________________________________________________________________________
669 [  8424] By: jhi                                   on 2001/01/12  20:01:48
670         Log: Subject: B::Concise -- an improved replacement for B::Terse 
671              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
672              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
673              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
674      Branch: perl
675            + ext/B/B/Concise.pm
676            ! MANIFEST ext/B/B/Terse.pm
677 ____________________________________________________________________________
678 [  8423] By: jhi                                   on 2001/01/12  19:24:02
679         Log: The new metaconfig unit from the #8421.
680      Branch: metaconfig/U/perl
681            + d_sigprocmask.U
682 ____________________________________________________________________________
683 [  8422] By: jhi                                   on 2001/01/12  19:23:43
684         Log: Forgot the microperl config from the #8421.
685      Branch: perl
686            ! uconfig.h uconfig.sh
687 ____________________________________________________________________________
688 [  8421] By: jhi                                   on 2001/01/12  19:05:27
689         Log: Add sigprocmask() probe, regen Configure, regen toc.
690      Branch: perl
691            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
692            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
693            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
694            ! vos/config.ga.h win32/config.bc win32/config.gc
695            ! win32/config.vc
696 ____________________________________________________________________________
697 [  8420] By: jhi                                   on 2001/01/12  18:34:31
698         Log: Add sockatmark() to the todo list.
699      Branch: perl
700            ! Todo-5.6
701 ____________________________________________________________________________
702 [  8419] By: jhi                                   on 2001/01/12  18:09:46
703         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
704      Branch: perl
705            ! op.c
706 ____________________________________________________________________________
707 [  8418] By: jhi                                   on 2001/01/12  18:05:30
708         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
709              From: Radu Greab <radu@netsoft.ro>
710              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
711              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
712      Branch: perl
713            ! op.c t/pragma/sub_lval.t
714 ____________________________________________________________________________
715 [  8417] By: jhi                                   on 2001/01/12  16:09:09
716         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
717              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
718              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
719              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
720      Branch: perl
721            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
722            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
723            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
724            ! t/pragma/sub_lval.t toke.c
725 ____________________________________________________________________________
726 [  8416] By: jhi                                   on 2001/01/12  15:42:06
727         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
728              From: "Richard Soderberg" <rs@crystalflame.net>
729              Date: Fri, 12 Jan 2001 04:49:35 -0800
730              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
731              
732              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
733              according to the platform.
734      Branch: perl
735            ! op.c
736 ____________________________________________________________________________
737 [  8415] By: jhi                                   on 2001/01/12  15:33:41
738         Log: One more UTF-8 fix from Inaba Hiroto.
739      Branch: perl
740            ! pp.c regexec.c t/pragma/utf8.t
741 ____________________________________________________________________________
742 [  8414] By: jhi                                   on 2001/01/12  15:30:18
743         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
744      Branch: perl
745            ! regexec.c
746 ____________________________________________________________________________
747 [  8413] By: jhi                                   on 2001/01/12  15:22:10
748         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
749              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
750              Date: Thu, 11 Jan 2001 12:53:36 +0100
751              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
752      Branch: perl
753            ! toke.c
754 ____________________________________________________________________________
755 [  8412] By: jhi                                   on 2001/01/12  15:20:25
756         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
757              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
758              Date: Fri, 12 Jan 2001 14:37:55 +0100
759              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
760      Branch: perl
761            ! hints/posix-bc.sh
762 ____________________________________________________________________________
763 [  8411] By: jhi                                   on 2001/01/12  15:14:14
764         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
765              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
766              Date: Fri, 12 Jan 2001 10:42:21 +0100
767              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
768      Branch: perl
769            ! t/op/regmesg.t
770 ____________________________________________________________________________
771 [  8410] By: jhi                                   on 2001/01/12  05:48:55
772         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
773              From: Nicholas Clark <nick@ccl4.org> 
774              Date: Sun, 7 Jan 2001 19:47:14 +0000
775              Message-ID: <20010107194714.B1048@plum.flirble.org>
776      Branch: perl
777            ! t/op/numconvert.t
778 ____________________________________________________________________________
779 [  8409] By: jhi                                   on 2001/01/12  05:41:28
780         Log: Integrate perlio.
781      Branch: perl
782           !> mg.c scope.h
783 ____________________________________________________________________________
784 [  8408] By: nick                                  on 2001/01/11  22:43:28
785         Log: Remove variables that were used in experiments.
786      Branch: perlio
787            ! mg.c
788 ____________________________________________________________________________
789 [  8407] By: nick                                  on 2001/01/11  20:57:44
790         Log: Catch die in %SIG handler and unblock the signal before re-dying.
791              This make Linux work _without_ sigsetjmp().
792              Turn off sigsetjmp() to see what else it does.
793              May need Configure probe for sigprocmask() if anything has sigaction()
794              but not sigprocmask().
795      Branch: perlio
796            ! mg.c scope.h
797 ____________________________________________________________________________
798 [  8406] By: nick                                  on 2001/01/11  19:32:07
799         Log: Integrate mainline
800      Branch: perlio
801           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
802           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
803           !> t/op/substr.t
804 ____________________________________________________________________________
805 [  8405] By: jhi                                   on 2001/01/11  17:11:01
806         Log: Fix UTF-8 lval substr().
807      Branch: perl
808            ! mg.c t/op/substr.t
809 ____________________________________________________________________________
810 [  8404] By: jhi                                   on 2001/01/11  05:13:58
811         Log: Update Changes.
812      Branch: perl
813            ! Changes patchlevel.h
814 ____________________________________________________________________________
815 [  8403] By: jhi                                   on 2001/01/11  04:38:24
816         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
817              From: Hugo <hv@crypt.compulink.co.uk>
818              Date: Mon, 30 Oct 2000 01:33:26 +0000
819              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
820      Branch: perl
821            ! regexec.c t/op/re_tests
822 ____________________________________________________________________________
823 [  8402] By: jhi                                   on 2001/01/11  04:26:12
824         Log: Integrate perlio.
825      Branch: perl
826           !> scope.h util.c
827 ____________________________________________________________________________
828 [  8401] By: nick                                  on 2001/01/10  22:52:55
829         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
830              (So Alan and Ilya can try setting via hints.)
831              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
832              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
833              doing the save everywhere seems to restart read() correctly, but just
834              doing it once "round" the handler does not.
835      Branch: perlio
836            ! scope.h
837 ____________________________________________________________________________
838 [  8400] By: jhi                                   on 2001/01/10  21:57:54
839         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
840              of IRIX, HP-UX is unaffected.
841      Branch: perl
842            ! perl.h
843 ____________________________________________________________________________
844 [  8399] By: nick                                  on 2001/01/10  21:29:19
845         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
846      Branch: perlio
847            ! util.c
848 ____________________________________________________________________________
849 [  8398] By: jhi                                   on 2001/01/10  20:55:31
850         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
851              also have ReusePort.
852      Branch: perl
853            ! ext/IO/lib/IO/Socket/INET.pm
854 ____________________________________________________________________________
855 [  8397] By: jhi                                   on 2001/01/10  20:50:57
856         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
857              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
858              Date: Wed, 10 Jan 2001 01:38:13 -0800
859              Message-ID: <20010110013813.B41744@yahoo-inc.com>
860      Branch: perl
861            ! ext/IO/lib/IO/Socket/INET.pm
862 ____________________________________________________________________________
863 [  8396] By: jhi                                   on 2001/01/10  20:49:30
864         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
865              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
866              Date: Wed, 10 Jan 2001 01:37:32 -0800
867              Message-ID: <20010110013732.A41744@yahoo-inc.com>
868      Branch: perl
869            ! ext/Socket/Socket.pm
870 ____________________________________________________________________________
871 [  8395] By: jhi                                   on 2001/01/10  20:41:37
872         Log: Test for bug id 20010105.016 (fixed by #8378).
873      Branch: perl
874            ! t/op/split.t
875 ____________________________________________________________________________
876 [  8394] By: jhi                                   on 2001/01/10  20:26:32
877         Log: Integrate perlio.
878      Branch: perl
879            ! util.c
880 ____________________________________________________________________________
881 [  8393] By: nick                                  on 2001/01/10  19:34:30
882         Log: Back out Simon's pid hackery for now.
883      Branch: perlio
884            ! util.c
885 ____________________________________________________________________________
886 [  8392] By: nick                                  on 2001/01/10  19:23:13
887         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
888      Branch: perlio
889           !> (integrate 29 files)
890 ____________________________________________________________________________
891 [  8391] By: jhi                                   on 2001/01/10  18:43:15
892         Log: Subject: [PATCH] Fix my_pclose segfault
893              From: Simon Cozens <simon@cozens.net>
894              Date: Wed, 10 Jan 2001 18:39:35 +0000
895              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
896      Branch: perl
897            ! util.c
898 ____________________________________________________________________________
899 [  8390] By: jhi                                   on 2001/01/10  18:42:08
900         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
901              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
902              Date:     Wed, 10 Jan 2001 13:23:02 EST
903              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
904      Branch: perl
905            ! ext/Opcode/Opcode.xs
906 ____________________________________________________________________________
907 [  8389] By: jhi                                   on 2001/01/10  15:16:07
908         Log: Turn off the integer preservation for now.
909      Branch: perl
910            ! perl.h
911 ____________________________________________________________________________
912 [  8388] By: jhi                                   on 2001/01/10  15:01:25
913         Log: Few more IDE/editor nits from p5p.
914      Branch: perl
915            ! pod/perlfaq3.pod
916 ____________________________________________________________________________
917 [  8387] By: jhi                                   on 2001/01/10  06:53:16
918         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
919              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
920              Date: Tue, 9 Jan 2001 23:16:02 +0000
921              Message-ID: <20010109231602.A81101@plum.flirble.org>
922      Branch: perl
923            ! sv.c
924 ____________________________________________________________________________
925 [  8386] By: jhi                                   on 2001/01/10  03:17:54
926         Log: Test cases for #8385 (from Simon's "torture.pl")
927      Branch: perl
928            ! t/op/tr.t
929 ____________________________________________________________________________
930 [  8385] By: jhi                                   on 2001/01/10  03:17:11
931         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
932              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
933              Date: Wed, 10 Jan 2001 11:39:39 +0900
934              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
935              
936              Some more UTF-8 tr cases fixed.
937      Branch: perl
938            ! doop.c
939 ____________________________________________________________________________
940 [  8384] By: jhi                                   on 2001/01/09  22:45:40
941         Log: Allow the locale test needing POSIX and the taint test
942              needing IPC::SysV to run under 'minitest' (basically,
943              bail out if loading the extension fails)
944      Branch: perl
945            ! t/op/misc.t t/op/taint.t
946 ____________________________________________________________________________
947 [  8383] By: jhi                                   on 2001/01/09  21:36:04
948         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
949              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
950              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
951              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
952      Branch: perl
953            ! t/io/openpid.t
954 ____________________________________________________________________________
955 [  8382] By: jhi                                   on 2001/01/09  21:06:08
956         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
957              Should finish up the bug id 20001205.022.
958      Branch: perl
959            ! pp.c pp_hot.c scope.c
960 ____________________________________________________________________________
961 [  8381] By: jhi                                   on 2001/01/09  18:27:43
962         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
963              From: Andy Dougherty <doughera@lafayette.edu>
964              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
965              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
966              
967              More robust yacc/bison error detection.
968      Branch: perl
969            ! t/comp/proto.t
970 ____________________________________________________________________________
971 [  8380] By: jhi                                   on 2001/01/09  15:21:38
972         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
973              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
974              Date:     Tue, 9 Jan 2001 07:53:55 EST
975              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
976      Branch: perl
977            ! t/op/misc.t vms/test.com
978 ____________________________________________________________________________
979 [  8379] By: jhi                                   on 2001/01/09  15:20:38
980         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
981              From: jhi@cc.hut.fi
982              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
983              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
984              
985              The #8378 fixed this.
986      Branch: perl
987            ! t/op/tr.t
988 ____________________________________________________________________________
989 [  8378] By: jhi                                   on 2001/01/09  15:05:32
990         Log: Subject: One more patch for UTF8 
991              From: Inaba Hiroto <inaba@st.rim.or.jp>
992              Date: Tue, 09 Jan 2001 01:04:32 +0900
993              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
994              
995              UTF-8 fixes for 'x' and tr///.
996      Branch: perl
997            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
998            ! regcomp.c regexec.c toke.c utf8.c
999 ____________________________________________________________________________
1000 [  8377] By: jhi                                   on 2001/01/09  14:32:17
1001         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
1002      Branch: perl
1003            ! t/op/length.t
1004 ____________________________________________________________________________
1005 [  8376] By: jhi                                   on 2001/01/09  04:32:32
1006         Log: integrate changes #7775, #8316, #8316 from mainline
1007      Branch: maint-5.6/perl
1008            ! hints/solaris_2.sh
1009 ____________________________________________________________________________
1010 [  8375] By: jhi                                   on 2001/01/09  04:26:43
1011         Log: Update Changes.
1012      Branch: perl
1013            ! Changes patchlevel.h
1014 ____________________________________________________________________________
1015 [  8374] By: jhi                                   on 2001/01/09  04:14:32
1016         Log: IDE/editor section tweaking.
1017      Branch: perl
1018            ! pod/perlfaq3.pod
1019 ____________________________________________________________________________
1020 [  8373] By: jhi                                   on 2001/01/09  02:38:26
1021         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
1022              From: Peter Prymmer <pvhp@forte.com>
1023              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
1024              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
1025              
1026              In preparation os OS/390 dynamic loading.
1027      Branch: perl
1028            ! README.os390 hints/os390.sh
1029 ____________________________________________________________________________
1030 [  8372] By: jhi                                   on 2001/01/09  00:24:30
1031         Log: Integrate with perlio.
1032      Branch: perl
1033           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
1034 ____________________________________________________________________________
1035 [  8371] By: nick                                  on 2001/01/08  23:54:33
1036         Log: Fix "scalars leaked" bugs caused by overload magic
1037              (Highlighted by Ilya's DESTROY optimization.)
1038      Branch: perlio
1039            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
1040 ____________________________________________________________________________
1041 [  8370] By: nick                                  on 2001/01/08  20:19:41
1042         Log: Integrate mainline
1043      Branch: perlio
1044           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
1045           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
1046           !> t/op/64bitint.t
1047 ____________________________________________________________________________
1048 [  8369] By: jhi                                   on 2001/01/08  17:30:52
1049         Log: save_delete() Safefree() doesn't (anymore?) work with shared
1050              strings, one test failure in op/misc and almost all of lib/b.
1051              (Outcomments #8369.)
1052      Branch: perl
1053            ! scope.c
1054 ____________________________________________________________________________
1055 [  8368] By: jhi                                   on 2001/01/08  14:47:10
1056         Log: (Outcommented by #8369.)
1057              
1058              Subject: Re: Perl BugID 20001205.022 ---- save_delete
1059              From: Simon Cozens <simon@cozens.net>
1060              Date: Sat, 6 Jan 2001 11:48:40 +0000
1061              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
1062              
1063              The save_delete() does need the Safefree.
1064      Branch: perl
1065            ! scope.c
1066 ____________________________________________________________________________
1067 [  8367] By: bailey                                on 2001/01/08  08:53:52
1068         Log: Once again syncing after too long an absence
1069      Branch: vmsperl
1070           +> (branch 55 files)
1071            - MAINTAIN fix_pl vos/config.def vos/config.h
1072            - vos/config_h.SH_orig
1073           !> (integrate 498 files)
1074 ____________________________________________________________________________
1075 [  8366] By: jhi                                   on 2001/01/08  02:42:59
1076         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
1077              From: nick@ccl4.org
1078              Date: Sun, 7 Jan 2001 21:07:18 +0000
1079              Message-Id: <20010107210717.D1048@plum.flirble.org>
1080      Branch: perl
1081            ! sv.c t/op/64bitint.t
1082 ____________________________________________________________________________
1083 [  8365] By: jhi                                   on 2001/01/08  02:35:16
1084         Log: Subject: [PATCH] environ nit
1085              From: Simon Cozens <simon@cozens.net>
1086              Date: Sun, 7 Jan 2001 17:57:07 +0000
1087              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
1088              
1089              Use environ only if we have it.
1090      Branch: perl
1091            ! mg.c
1092 ____________________________________________________________________________
1093 [  8364] By: jhi                                   on 2001/01/08  02:24:51
1094         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
1095      Branch: perl
1096            ! ext/GDBM_File/GDBM_File.xs
1097 ____________________________________________________________________________
1098 [  8363] By: jhi                                   on 2001/01/08  02:19:24
1099         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
1100              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1101              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
1102              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
1103      Branch: perl
1104            ! dump.c op.c
1105 ____________________________________________________________________________
1106 [  8362] By: jhi                                   on 2001/01/08  02:17:43
1107         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
1108              From: Doug MacEachern <dougm@covalent.net>
1109              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
1110              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
1111              
1112              Allow AUTOLOAD to be an xsub and allow such xsubs
1113              to avoid use of $AUTOLOAD.
1114      Branch: perl
1115            ! gv.c
1116 ____________________________________________________________________________
1117 [  8361] By: jhi                                   on 2001/01/08  02:16:07
1118         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
1119              From: Radu Greab <radu@netsoft.ro>
1120              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
1121              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
1122              
1123              No need for the potentially unportable $SIG{CHLD}.
1124      Branch: perl
1125            ! t/io/pipe.t
1126 ____________________________________________________________________________
1127 [  8360] By: jhi                                   on 2001/01/08  01:58:23
1128         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
1129      Branch: perl
1130            ! lib/Getopt/Long.pm
1131 ____________________________________________________________________________
1132 [  8359] By: jhi                                   on 2001/01/08  01:55:44
1133         Log: Integrate perlio.
1134      Branch: perl
1135           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
1136           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
1137           !> utf8.c win32/Makefile
1138 ____________________________________________________________________________
1139 [  8358] By: jhi                                   on 2001/01/07  21:16:50
1140         Log: Update the EPOC cross SDK URL.
1141      Branch: perl
1142            ! README.epoc
1143 ____________________________________________________________________________
1144 [  8357] By: jhi                                   on 2001/01/07  21:16:09
1145         Log: Update the EPOC cross SDK URL.
1146      Branch: maint-5.6/perl
1147            ! README.epoc
1148 ____________________________________________________________________________
1149 [  8356] By: nick                                  on 2001/01/06  21:47:52
1150         Log: FILE * in XS code for PerlIO world:
1151              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
1152              - Add FILE * T_STDIO typemap.
1153              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
1154      Branch: perlio
1155            ! lib/ExtUtils/typemap perlio.c perlio.h
1156 ____________________________________________________________________________
1157 [  8355] By: jhi                                   on 2001/01/06  20:27:15
1158         Log: integrate change #8336 from mainline
1159              
1160              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
1161      Branch: maint-5.6/perl
1162            ! hv.c
1163 ____________________________________________________________________________
1164 [  8354] By: jhi                                   on 2001/01/06  20:24:29
1165         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
1166              From: Robin Barker <rmb1@cise.npl.co.uk>
1167              Date: Fri, 22 Dec 2000 12:17:38 GMT
1168              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
1169              
1170              The patch reformats some long =item lines so they give
1171              correct output via pod2man | nroff -man
1172              
1173              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
1174              From: Robin Barker <rmb1@cise.npl.co.uk>
1175              Date: Tue, 2 Jan 2001 15:35:03 GMT
1176              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
1177              
1178              Here is a _further_ patch which corrects a few more errors:
1179              * an empty C<=item> in CPAN.pm
1180              * patching the wrong file (pod/perlamiga.pod not README.amiga)
1181              * leaving empty C<=item>s which formatted incorrectly
1182              * over long C<=item>s revealed by latest patch to Pod::Man
1183      Branch: maint-5.6/perl
1184            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
1185            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
1186            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
1187            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
1188            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
1189            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
1190 ____________________________________________________________________________
1191 [  8353] By: jhi                                   on 2001/01/06  20:21:10
1192         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
1193              
1194              UTF-8 hash keys.
1195      Branch: maint-5.6/perl
1196            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
1197 ____________________________________________________________________________
1198 [  8352] By: jhi                                   on 2001/01/06  20:18:44
1199         Log: Forgotten from #8438.
1200      Branch: maint-5.6/perl
1201            ! epoc/epocish.h
1202 ____________________________________________________________________________
1203 [  8351] By: jhi                                   on 2001/01/06  20:18:12
1204         Log: Forgotten from #8347.
1205      Branch: maint-5.6/perl
1206            ! config_h.SH
1207 ____________________________________________________________________________
1208 [  8350] By: jhi                                   on 2001/01/06  20:00:19
1209         Log: Thinko in #8347.
1210      Branch: maint-5.6/perl
1211            ! regcomp.c
1212 ____________________________________________________________________________
1213 [  8349] By: jhi                                   on 2001/01/06  18:05:30
1214         Log: Copy the FAQ3 IDE section from the development branch,
1215              changes originally by Peter Prymmer.
1216      Branch: maint-5.6/perl
1217            ! pod/perlfaq3.pod
1218 ____________________________________________________________________________
1219 [  8348] By: jhi                                   on 2001/01/06  18:03:02
1220         Log: EPOC updates for TRIAL1.
1221              
1222              Subject: [5.6.1 trial1] EPOC update
1223              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1224              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
1225              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
1226              
1227              Subject: epoc patch2 for perl-5.6.1-trial1
1228              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1229              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
1230              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
1231      Branch: maint-5.6/perl
1232            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
1233            ! epoc/epocish.c
1234 ____________________________________________________________________________
1235 [  8347] By: jhi                                   on 2001/01/06  17:29:10
1236         Log: integrate changes #7710,7824,7973 from mainline,
1237              plus VMS nits from Peter Prymmer and Dan Sugalski.
1238              
1239              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
1240              library (getprotobyname and getprotobynumber are outversioned by
1241              the same calls in libc, at least for xlc version 3.
1242              
1243              Add HAS_SBRK_PROTO.
1244              
1245              Fixes for signedness warnings noticed by VMSperlers.
1246      Branch: maint-5.6/perl
1247            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1248            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
1249            ! sv.c vms/descrip_mms.template vos/config.alpha.def
1250            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
1251            ! win32/config.bc win32/config.gc win32/config.vc
1252 ____________________________________________________________________________
1253 [  8346] By: nick                                  on 2001/01/06  14:36:01
1254         Log: Fixup accumulated integrate muddles (perlio == devperl again)
1255      Branch: perlio
1256            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
1257 ____________________________________________________________________________
1258 [  8345] By: nick                                  on 2001/01/06  14:24:58
1259         Log: Integrate mainline
1260      Branch: perlio
1261           !> (integrate 55 files)
1262 ____________________________________________________________________________
1263 [  8344] By: jhi                                   on 2001/01/06  02:24:02
1264         Log: Subject: [patch] PerlIO_cleanup() prototype
1265              From: Doug MacEachern <dougm@covalent.net>
1266              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
1267              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
1268      Branch: perl
1269            ! perlio.h
1270 ____________________________________________________________________________
1271 [  8343] By: jhi                                   on 2001/01/06  01:04:09
1272         Log: IRIX compiler noticed that the bof initialization might be
1273              bypassed by control flow.
1274      Branch: perl
1275            ! toke.c
1276 ____________________________________________________________________________
1277 [  8342] By: jhi                                   on 2001/01/06  00:10:48
1278         Log: Update Changes.
1279      Branch: perl
1280            ! Changes patchlevel.h
1281 ____________________________________________________________________________
1282 [  8341] By: jhi                                   on 2001/01/05  23:52:33
1283         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
1284      Branch: perl
1285            ! toke.c
1286 ____________________________________________________________________________
1287 [  8340] By: jhi                                   on 2001/01/05  22:44:08
1288         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
1289              From: Radu Greab <radu@netsoft.ro>
1290              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
1291              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
1292      Branch: perl
1293            ! t/io/pipe.t util.c
1294 ____________________________________________________________________________
1295 [  8339] By: jhi                                   on 2001/01/05  22:35:17
1296         Log: Subject: [PATCH] format and rewording in perlfaq.pod
1297              From: Robin Barker <rmb1@cise.npl.co.uk>
1298              Date: Fri, 5 Jan 2001 18:51:20 GMT
1299              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
1300      Branch: perl
1301            ! pod/perlfaq.pod
1302 ____________________________________________________________________________
1303 [  8338] By: jhi                                   on 2001/01/05  22:31:17
1304         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
1305              From: Peter Prymmer <pvhp@forte.com>
1306              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
1307              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
1308      Branch: perl
1309            ! utils/perlbug.PL
1310 ____________________________________________________________________________
1311 [  8337] By: jhi                                   on 2001/01/05  18:15:11
1312         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
1313              From: Robin Barker <rmb1@cise.npl.co.uk>
1314              Date: Tue, 2 Jan 2001 15:24:07 GMT
1315              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
1316              
1317              If you call configure as C<./Configure> or C<sh ./Configure>,
1318              $src is set to the absolute path name, not '.'.
1319              
1320              This, in turn, means -Dmksymlink tries to do its stuff because
1321              it does not think it is in the src directory.
1322              
1323              (plus a metaconfig nitfix)
1324      Branch: metaconfig
1325            ! U/compline/ccflags.U U/modified/src.U
1326      Branch: perl
1327            ! Configure config_h.SH
1328 ____________________________________________________________________________
1329 [  8336] By: jhi                                   on 2001/01/05  17:48:32
1330         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
1331              From: Alan Burlison <Alan.Burlison@uk.sun.com>
1332              Message-ID: <3A5606C4.473D2226@uk.sun.com>
1333              Date: Fri, 05 Jan 2001 17:39:16 +0000
1334      Branch: perl
1335            ! hv.c
1336 ____________________________________________________________________________
1337 [  8335] By: jhi                                   on 2001/01/05  16:05:44
1338         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
1339      Branch: perl
1340            ! lib/Getopt/Long.pm
1341 ____________________________________________________________________________
1342 [  8334] By: jhi                                   on 2001/01/05  16:00:51
1343         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
1344              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
1345              Date: Fri, 05 Jan 2001 13:46:51 +0100
1346              Message-ID: <13693.978698811@nice.ram.loc>
1347              
1348              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
1349              accurate reading of the "atime".  
1350      Branch: perl
1351            ! t/io/fs.t
1352 ____________________________________________________________________________
1353 [  8333] By: jhi                                   on 2001/01/05  15:57:37
1354         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
1355              From: Simon Cozens <simon@cozens.net>
1356              Date: Fri, 8 Dec 2000 13:33:31 +0000
1357              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
1358              
1359              A lost patch fragment.
1360      Branch: perl
1361            ! doop.c
1362 ____________________________________________________________________________
1363 [  8332] By: jhi                                   on 2001/01/05  15:40:42
1364         Log: Do away with strncpy() and a fixed length buffer.
1365      Branch: perl
1366            ! utf8.c
1367 ____________________________________________________________________________
1368 [  8331] By: jhi                                   on 2001/01/05  15:03:07
1369         Log: Tests for #8329 and #8330.
1370      Branch: perl
1371            ! t/op/bop.t
1372 ____________________________________________________________________________
1373 [  8330] By: jhi                                   on 2001/01/05  15:02:38
1374         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
1375              raw 8-bit form to the UTF-8 string.
1376      Branch: perl
1377            ! toke.c
1378 ____________________________________________________________________________
1379 [  8329] By: jhi                                   on 2001/01/05  14:55:13
1380         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
1381              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1382              Date: Fri, 5 Jan 2001 12:28:52 +0100
1383              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
1384              
1385              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
1386              no effect.  (changed the strncpy() to Copy())
1387      Branch: perl
1388            ! toke.c
1389 ____________________________________________________________________________
1390 [  8328] By: jhi                                   on 2001/01/05  06:44:27
1391         Log: UTF-8 cleanup.
1392      Branch: perl
1393            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
1394            ! regexec.c sv.c toke.c
1395 ____________________________________________________________________________
1396 [  8327] By: jhi                                   on 2001/01/05  01:11:29
1397         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')
1398              From: Radu Greab <radu@netsoft.ro>
1399              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
1400              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
1401              
1402              Cleans up Harness to not use FileHandle, which uses IO.
1403      Branch: perl
1404            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
1405 ____________________________________________________________________________
1406 [  8326] By: jhi                                   on 2001/01/05  00:56:37
1407         Log: Update Changes.
1408      Branch: perl
1409            ! Changes patchlevel.h
1410 ____________________________________________________________________________
1411 [  8325] By: jhi                                   on 2001/01/05  00:53:18
1412         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
1413              From: Peter Prymmer <pvhp@forte.com>
1414              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
1415              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
1416              
1417              plus a couple more tailing whitespace removals.
1418      Branch: perl
1419            ! win32/Makefile
1420 ____________________________________________________________________________
1421 [  8324] By: jhi                                   on 2001/01/05  00:47:39
1422         Log: Add some Unicode chop() tests.
1423      Branch: perl
1424            ! t/op/chop.t
1425 ____________________________________________________________________________
1426 [  8323] By: jhi                                   on 2001/01/05  00:47:23
1427         Log: Unify UTF-8 malformedness handling.
1428      Branch: perl
1429            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
1430 ____________________________________________________________________________
1431 [  8322] By: jhi                                   on 2001/01/04  22:21:54
1432         Log: The new $issymlink was unknown to Mksymlinks.
1433      Branch: metaconfig/U/perl
1434            ! Mksymlinks.U issymlink.U
1435      Branch: perl
1436            ! Configure config_h.SH
1437 ____________________________________________________________________________
1438 [  8321] By: jhi                                   on 2001/01/04  21:51:05
1439         Log: The test didn't work under the core test framework.
1440      Branch: perl
1441            ! t/lib/st-lock.t
1442 ____________________________________________________________________________
1443 [  8320] By: jhi                                   on 2001/01/04  21:14:22
1444         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
1445      Branch: perl
1446            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
1447 ____________________________________________________________________________
1448 [  8319] By: jhi                                   on 2001/01/04  20:46:17
1449         Log: Typo in #8312 when manually appying a problematic patch fragment.
1450      Branch: perl
1451            ! ext/Storable/Storable.xs
1452 ____________________________________________________________________________
1453 [  8318] By: jhi                                   on 2001/01/04  20:43:01
1454         Log: The $sh_c didn't fly.
1455      Branch: metaconfig
1456            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
1457            ! U/modified/Loc.U U/modified/myhostname.U
1458            ! U/modified/spitshell.U
1459      Branch: metaconfig/U/perl
1460            ! issymlink.U
1461      Branch: perl
1462            ! Configure config_h.SH
1463 ____________________________________________________________________________
1464 [  8317] By: jhi                                   on 2001/01/04  19:58:01
1465         Log: AIX builtin test -h is broken, changes based on
1466              
1467              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
1468              Date: Tue, 02 Jan 2001 11:24:39 +0100
1469              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1470              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
1471      Branch: metaconfig
1472            + U/modified/spitshell.U
1473            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
1474            ! U/modified/Loc.U U/modified/myhostname.U
1475      Branch: metaconfig/U/perl
1476            ! Mksymlinks.U issymlink.U
1477      Branch: perl
1478            ! Configure
1479 ____________________________________________________________________________
1480 [  8316] By: jhi                                   on 2001/01/04  19:02:22
1481         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
1482              From: Andy Dougherty <doughera@lafayette.edu>
1483              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
1484              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
1485              
1486              Beware of GNU ld.
1487      Branch: perl
1488            ! hints/solaris_2.sh
1489 ____________________________________________________________________________
1490 [  8315] By: jhi                                   on 2001/01/04  18:56:48
1491         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
1492              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
1493              Date: Wed, 3 Jan 2001 07:58:51 +0100
1494              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
1495      Branch: perl
1496            ! hints/solaris_2.sh
1497 ____________________________________________________________________________
1498 [  8314] By: jhi                                   on 2001/01/04  18:54:07
1499         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
1500              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1501              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
1502              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
1503              
1504              Doc tweak on #8313.
1505      Branch: perl
1506            ! ext/B/B/Deparse.pm
1507 ____________________________________________________________________________
1508 [  8313] By: jhi                                   on 2001/01/04  18:52:27
1509         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
1510              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
1511              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1512              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
1513              
1514              Make the peephole optimizer to bypass more null ops and
1515              and rewrite the deparse handling of continue blocks.
1516      Branch: perl
1517            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
1518 ____________________________________________________________________________
1519 [  8312] By: jhi                                   on 2001/01/04  18:47:39
1520         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
1521      Branch: perl
1522            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
1523            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
1524            ! t/lib/st-lock.t
1525 ____________________________________________________________________________
1526 [  8311] By: jhi                                   on 2001/01/04  18:36:08
1527         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
1528              filter to be run on each .pm during the pm_to_blib() phase,
1529              a fixed version of
1530              
1531              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
1532              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
1533              Date: Wed, 03 Jan 2001 22:01:30 +0100
1534              Message-ID: <5296.978555690@nice.ram.loc>
1535      Branch: perl
1536            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
1537            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
1538            ! lib/ExtUtils/MakeMaker.pm
1539 ____________________________________________________________________________
1540 [  8310] By: jhi                                   on 2001/01/04  18:32:54
1541         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
1542              From: Robin Barker <rmb1@cise.npl.co.uk>
1543              Date: Tue, 2 Jan 2001 15:35:03 GMT
1544              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
1545      Branch: perl
1546            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
1547            ! pod/perlrequick.pod
1548 ____________________________________________________________________________
1549 [  8309] By: jhi                                   on 2001/01/04  18:29:07
1550         Log: Subject: Re: [patch] static-ize XS()
1551              From: Doug MacEachern <dougm@covalent.net>
1552              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
1553              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
1554              
1555              Provide prototypes for the XS functions.
1556      Branch: perl
1557            ! lib/ExtUtils/xsubpp
1558 ____________________________________________________________________________
1559 [  8308] By: jhi                                   on 2001/01/04  18:27:44
1560         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
1561              From: Doug MacEachern <dougm@covalent.net>
1562              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
1563              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
1564      Branch: perl
1565            ! lib/ExtUtils/typemap
1566 ____________________________________________________________________________
1567 [  8307] By: jhi                                   on 2001/01/04  18:25:25
1568         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
1569              From: Doug MacEachern <dougm@covalent.net>
1570              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
1571              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
1572              
1573              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
1574      Branch: perl
1575            ! lib/ExtUtils/MM_Unix.pm
1576 ____________________________________________________________________________
1577 [  8306] By: jhi                                   on 2001/01/04  18:23:00
1578         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
1579              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1580              Date: Thu, 4 Jan 2001 12:47:10 +0100 
1581              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
1582              
1583              The toke.c part only, patching embed.h and proto.h is futile.
1584      Branch: perl
1585            ! toke.c
1586 ____________________________________________________________________________
1587 [  8305] By: jhi                                   on 2001/01/04  18:05:51
1588         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
1589              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1590              Date: Thu, 4 Jan 2001 17:50:12 +0100 
1591              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
1592      Branch: perl
1593            ! toke.c
1594 ____________________________________________________________________________
1595 [  8304] By: jhi                                   on 2001/01/04  18:03:26
1596         Log: Subject: [PATCH perl@8269]
1597              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1598              Date: Thu, 4 Jan 2001 12:53:39 +0100 
1599              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
1600              
1601              If running byacc write-enable also perly.h.
1602      Branch: perl
1603            ! Makefile.SH
1604 ____________________________________________________________________________
1605 [  8303] By: jhi                                   on 2001/01/04  15:40:49
1606         Log: Rewrite pp_concat() in terms of sv_catsv().
1607      Branch: perl
1608            ! pp_hot.c
1609 ____________________________________________________________________________
1610 [  8302] By: nick                                  on 2001/01/03  22:43:22
1611         Log: Integrate mainline.
1612      Branch: perlio
1613           !> ext/Encode/Encode.xs sv.c utf8.c
1614 ____________________________________________________________________________
1615 [  8301] By: jhi                                   on 2001/01/02  23:40:26
1616         Log: Variable naming tweak.
1617      Branch: perl
1618            ! sv.c
1619 ____________________________________________________________________________
1620 [  8300] By: jhi                                   on 2001/01/02  23:40:02
1621         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
1622              in is_utf8_string().
1623      Branch: perl
1624            ! utf8.c
1625 ____________________________________________________________________________
1626 [  8299] By: jhi                                   on 2001/01/02  22:14:40
1627         Log: Integrate perlio.
1628      Branch: perl
1629           !> pp.c pp_hot.c win32/Makefile
1630 ____________________________________________________________________________
1631 [  8298] By: nick                                  on 2001/01/02  22:03:06
1632         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
1633      Branch: perlio
1634            ! pp.c pp_hot.c
1635 ____________________________________________________________________________
1636 [  8297] By: jhi                                   on 2001/01/02  04:26:28
1637         Log: Signedness nit.
1638      Branch: perl
1639            ! ext/Encode/Encode.xs
1640 ____________________________________________________________________________
1641 [  8296] By: nick                                  on 2001/01/01  23:49:36
1642         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
1643      Branch: perlio
1644            ! win32/Makefile
1645 ____________________________________________________________________________
1646 [  8295] By: jhi                                   on 2001/01/01  23:05:48
1647         Log: Integrate perlio.
1648      Branch: perl
1649           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
1650           !> t/lib/encode.t
1651 ____________________________________________________________________________
1652 [  8294] By: nick                                  on 2001/01/01  22:48:34
1653         Log: Integrate mainline
1654      Branch: perlio
1655            ! pp_hot.c t/lib/encode.t
1656           !> (integrate 65 files)
1657 ____________________________________________________________________________
1658 [  8293] By: nick                                  on 2001/01/01  21:58:50
1659         Log: More rigor in UTF-8-ness of Encode's toUnicode
1660              XS export some of the utf8 internal functions.
1661              Test some of the functions.
1662              Fix pp_concat() bug shown by said tests.
1663      Branch: perlio
1664            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
1665            ! t/lib/encode.t
1666 ____________________________________________________________________________
1667 [  8292] By: jhi                                   on 2001/01/01  18:11:44
1668         Log: Integrate perlio.
1669      Branch: perl
1670           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
1671           !> ext/Encode/encengine.c ext/Encode/encode.h
1672 ____________________________________________________________________________
1673 [  8291] By: jhi                                   on 2001/01/01  18:10:58
1674         Log: Podify README.mpeix (a new version from the web),
1675              add a dummy NAME to Carp::Heavy, regen toc.
1676      Branch: perl
1677            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
1678            ! pod/perltoc.pod
1679 ____________________________________________________________________________
1680 [  8290] By: nick                                  on 2001/01/01  17:43:47
1681         Log: Loose the "Loading..." warning.
1682              Another bug in fallback support
1683      Branch: perlio
1684            ! ext/Encode/Encode.pm ext/Encode/encengine.c
1685 ____________________________________________________________________________
1686 [  8289] By: jhi                                   on 2001/01/01  00:01:57
1687         Log: Bump up Larry's copyright.
1688      Branch: perl
1689            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
1690            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
1691            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
1692            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
1693            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
1694            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
1695            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
1696            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
1697 ____________________________________________________________________________
1698 [  8288] By: nick                                  on 2000/12/31  21:27:53
1699         Log: Fix .ucm reading - forgot a chr()
1700              Start of .ucm write (for .enc to .ucm)
1701      Branch: perlio
1702            ! ext/Encode/compile
1703 ____________________________________________________________________________
1704 [  8287] By: jhi                                   on 2000/12/31  18:15:56
1705         Log: Comment away a diagnostic message as noted by Craig A. Berry
1706              (the unexpected message was confusing testing)
1707      Branch: perl
1708            ! ext/Encode/Encode.pm
1709 ____________________________________________________________________________
1710 [  8286] By: jhi                                   on 2000/12/31  18:14:51
1711         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
1712              Date: Sun, 31 Dec 2000 11:17:37 -0600
1713              From: "Craig A. Berry" <craigberry@mac.com>
1714              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
1715      Branch: perl
1716            ! ext/Encode/Makefile.PL
1717 ____________________________________________________________________________
1718 [  8285] By: nick                                  on 2000/12/31  18:11:54
1719         Log: Start of support of ICU-style .ucm files:
1720              - teach compile how to read a .ucm file
1721              - first guess at how to represent fallbacks in "tries".
1722              - use fallbacks if check == 0
1723              - new return code to indicate we used one.
1724      Branch: perlio
1725            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
1726            ! ext/Encode/encengine.c ext/Encode/encode.h
1727 ____________________________________________________________________________
1728 [  8284] By: jhi                                   on 2000/12/31  18:04:41
1729         Log: Pacify picky VMS compiler.
1730              
1731              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
1732              From: "Craig A. Berry" <craig.berry@psinetcs.com>
1733              Date: Sat, 30 Dec 2000 18:10:02 -0600
1734              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
1735      Branch: perl
1736            ! sv.c
1737 ____________________________________________________________________________
1738 [  8283] By: jhi                                   on 2000/12/31  16:11:47
1739         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
1740      Branch: perl
1741            ! t/lib/glob-basic.t
1742 ____________________________________________________________________________
1743 [  8282] By: jhi                                   on 2000/12/31  15:26:11
1744         Log: Integrate perlio.
1745      Branch: perl
1746           !> makedef.pl opcode.pl os2/os2.c perlio.c
1747 ____________________________________________________________________________
1748 [  8281] By: nick                                  on 2000/12/31  10:06:15
1749         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
1750              is available to be exported
1751      Branch: perlio
1752            ! makedef.pl perlio.c
1753 ____________________________________________________________________________
1754 [  8280] By: nick                                  on 2000/12/31  09:41:26
1755         Log: Ilya's OS2 patch (testing for damage on Win32)
1756      Branch: perlio
1757            ! makedef.pl opcode.pl os2/os2.c
1758 ____________________________________________________________________________
1759 [  8279] By: jhi                                   on 2000/12/30  21:52:07
1760         Log: Test nits.
1761      Branch: perl
1762            ! t/lib/syslfs.t t/op/lfs.t
1763 ____________________________________________________________________________
1764 [  8278] By: jhi                                   on 2000/12/30  21:47:49
1765         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
1766              From: andreas.koenig@anima.de (Andreas J. Koenig)
1767              Date: 30 Dec 2000 22:35:37 +0100
1768              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
1769              
1770              The 32-bit wraparound test wasn't quite right.
1771      Branch: perl
1772            ! t/lib/syslfs.t t/op/lfs.t
1773 ____________________________________________________________________________
1774 [  8277] By: jhi                                   on 2000/12/30  21:33:44
1775         Log: Subject: [PATCH] open() example in perlfunc.pod 
1776              From: Karsten Sperling <s_sperli@ira.uka.de>
1777              Date: Sat, 30 Dec 2000 22:27:09 +0100
1778              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
1779      Branch: perl
1780            ! pod/perlfunc.pod
1781 ____________________________________________________________________________
1782 [  8276] By: jhi                                   on 2000/12/30  20:32:40
1783         Log: Not quite that many tests yet.
1784      Branch: perl
1785            ! t/op/pat.t
1786 ____________________________________________________________________________
1787 [  8275] By: jhi                                   on 2000/12/30  20:26:58
1788         Log: Integrate perlio.
1789      Branch: perl
1790           !> toke.c
1791 ____________________________________________________________________________
1792 [  8274] By: jhi                                   on 2000/12/30  20:24:56
1793         Log: Signedness nit.
1794      Branch: perl
1795            ! utf8.c
1796 ____________________________________________________________________________
1797 [  8273] By: jhi                                   on 2000/12/30  20:15:46
1798         Log: Add a test case for 20000731.001 which was fixed by the #8267.
1799      Branch: perl
1800            ! t/op/pat.t
1801 ____________________________________________________________________________
1802 [  8272] By: nick                                  on 2000/12/30  19:47:51
1803         Log: Tweak for MULTIPLICITY/USE_PERLIO
1804      Branch: perlio
1805            ! toke.c
1806 ____________________________________________________________________________
1807 [  8271] By: nick                                  on 2000/12/30  19:46:45
1808         Log: Integrate mainline
1809      Branch: perlio
1810           +> lib/unicode/distinct.pm
1811           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
1812           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
1813           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
1814 ____________________________________________________________________________
1815 [  8270] By: jhi                                   on 2000/12/30  19:39:50
1816         Log: Subject: RE: perl@8269
1817              From: "Richard Soderberg" <rs@crystalflame.net>
1818              Date: Sat, 30 Dec 2000 11:36:27 -0800
1819              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
1820              
1821              A missing aTHX_.
1822      Branch: perl
1823            ! toke.c
1824 ____________________________________________________________________________
1825 [  8269] By: jhi                                   on 2000/12/30  18:55:48
1826         Log: Update Changes.
1827      Branch: perl
1828            ! Changes patchlevel.h
1829 ____________________________________________________________________________
1830 [  8268] By: jhi                                   on 2000/12/30  17:18:40
1831         Log: Add a test for Unicode split //.  The #8267 was the cure.
1832      Branch: perl
1833            ! t/op/split.t
1834 ____________________________________________________________________________
1835 [  8267] By: jhi                                   on 2000/12/30  17:14:19
1836         Log: Subject: more UTF8 test suites and an UTF8 patch
1837              From: Inaba Hiroto <inaba@st.rim.or.jp>
1838              Date: Sat, 30 Dec 2000 14:27:10 +0900
1839              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
1840              
1841              Just the patch part for now, and the pragma renamed
1842              as unicode::distinct.
1843      Branch: perl
1844            + lib/unicode/distinct.pm
1845            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
1846            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
1847            ! regcomp.h regexec.c sv.c toke.c utf8.c
1848 ____________________________________________________________________________
1849 [  8266] By: nick                                  on 2000/12/30  16:40:49
1850         Log: Integrate mainline
1851      Branch: perlio
1852           +> lib/Pod/Text/Overstrike.pm
1853           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
1854           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
1855           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
1856           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
1857           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
1858 ____________________________________________________________________________
1859 [  8265] By: jhi                                   on 2000/12/30  07:28:55
1860         Log: The sv_catsv() fix, take two.
1861      Branch: perl
1862            ! sv.c t/op/join.t
1863 ____________________________________________________________________________
1864 [  8264] By: jhi                                   on 2000/12/30  06:19:18
1865         Log: Undo all the join-related changes since #8248: relevant
1866              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
1867              The new sv_catsv() doesn't fly so it must go back to
1868              the drawing board.
1869      Branch: perl
1870            ! sv.c t/op/join.t t/pragma/utf8.t
1871 ____________________________________________________________________________
1872 [  8263] By: jhi                                   on 2000/12/30  01:08:32
1873         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
1874      Branch: perl
1875            ! sv.c
1876 ____________________________________________________________________________
1877 [  8262] By: jhi                                   on 2000/12/30  00:45:14
1878         Log: Retract #8261.
1879      Branch: perl
1880            ! hv.c util.c
1881 ____________________________________________________________________________
1882 [  8261] By: jhi                                   on 2000/12/30  00:38:32
1883         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
1884      Branch: perl
1885            ! hv.c util.c
1886 ____________________________________________________________________________
1887 [  8260] By: jhi                                   on 2000/12/29  22:51:33
1888         Log: (Retracted by #8264)  More fixing for #8251.
1889      Branch: perl
1890            ! sv.c
1891 ____________________________________________________________________________
1892 [  8259] By: jhi                                   on 2000/12/29  18:27:30
1893         Log: Subject: podlators 1.06 released
1894              From: Russ Allbery <rra@stanford.edu>
1895              Date: 25 Dec 2000 05:09:30 -0800
1896              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
1897      Branch: perl
1898            + lib/Pod/Text/Overstrike.pm
1899            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
1900            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
1901 ____________________________________________________________________________
1902 [  8258] By: jhi                                   on 2000/12/29  18:20:45
1903         Log: Make the large file tests more robust/talkative as suggested by
1904              
1905              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
1906              From: andreas.koenig@anima.de (Andreas J. Koenig)
1907              Date: 29 Dec 2000 14:23:01 +0100
1908              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
1909      Branch: perl
1910            ! t/lib/syslfs.t t/op/lfs.t
1911 ____________________________________________________________________________
1912 [  8257] By: jhi                                   on 2000/12/29  17:48:04
1913         Log: Further VMS piping fixes from Charles Lane:
1914              
1915              In summary, error messages produced when a subprocess terminated
1916              abnormally were being sent not just to the parent process, but to
1917              grandparents, because of default values for error output that were
1918              not completely overridden when the subprocess was started.
1919              
1920              This patch fixes this behavior by defining user-mode (i.e., temporary
1921              for the duration of the program) logical names for SYS$OUTPUT and
1922              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
1923              changes to make it so that the user-mode logicals are the ones that
1924              control where Perl's error messages go if it terminates abnormally.
1925              
1926              I also added some gratuitous fixes to the indentation of braces in
1927              the piping code.  It just looked ugly, before.
1928      Branch: perl
1929            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
1930 ____________________________________________________________________________
1931 [  8256] By: jhi                                   on 2000/12/29  17:45:12
1932         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
1933              From: "Casey R. Tweten" <crt@kiski.net>
1934              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
1935              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
1936              
1937              Tests for for #8240.
1938      Branch: perl
1939            ! t/pragma/constant.t
1940 ____________________________________________________________________________
1941 [  8255] By: jhi                                   on 2000/12/29  17:43:07
1942         Log: Subject: Re: [PATCH] Interesting syntax idea
1943              From: Simon Cozens <simon@cozens.net>
1944              Date: Fri, 29 Dec 2000 14:34:04 +0000
1945              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
1946              
1947              Tests for #8254.
1948      Branch: perl
1949            ! t/pragma/sub_lval.t
1950 ____________________________________________________________________________
1951 [  8254] By: jhi                                   on 2000/12/29  17:42:11
1952         Log: Subject: [PATCH] Interesting syntax idea
1953              From: Simon Cozens <simon@cozens.net>
1954              Date: Wed, 27 Dec 2000 05:08:57 +0000
1955              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
1956              
1957              Make opens + bareword assigns do typeglob assigns.
1958      Branch: perl
1959            ! op.c
1960 ____________________________________________________________________________
1961 [  8253] By: jhi                                   on 2000/12/29  17:36:45
1962         Log: Output the (apparent) version of gcc, as suggested by
1963              
1964              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
1965              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
1966              Date: 26 Dec 2000 04:29:17 -0500
1967              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
1968              
1969              (The patch as such didn't any more apply as the misparsing had
1970              already been addressed in #6474.)  Also change the wording about
1971              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
1972      Branch: perl
1973            ! hints/dec_osf.sh
1974 ____________________________________________________________________________
1975 [  8252] By: nick                                  on 2000/12/29  12:14:31
1976         Log: Integrate mainline
1977      Branch: perlio
1978           !> (integrate 27 files)
1979 ____________________________________________________________________________
1980 [  8251] By: jhi                                   on 2000/12/29  08:45:46
1981         Log: (Retracted by #8264)
1982              
1983              (Fixed by #8260.)
1984              
1985              sv_catsv() needs one more byte space than seems reasonable.
1986              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
1987              Curiouser and curiouser.
1988      Branch: perl
1989            ! sv.c
1990 ____________________________________________________________________________
1991 [  8250] By: jhi                                   on 2000/12/29  07:57:52
1992         Log: More split // UTF-8 tests.
1993      Branch: perl
1994            ! t/pragma/utf8.t
1995 ____________________________________________________________________________
1996 [  8249] By: jhi                                   on 2000/12/29  07:54:51
1997         Log: (Retracted by #8264)  More join() testing which was good because
1998              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
1999      Branch: perl
2000            ! pp.c t/op/join.t utf8.c utf8.h
2001 ____________________________________________________________________________
2002 [  8248] By: jhi                                   on 2000/12/29  07:08:32
2003         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
2004              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
2005              that the only cases to care about are byte+byte and byte+character.
2006              
2007              TODO: See how well pp_concat() could be implemented in terms
2008              of sv_catsv().
2009      Branch: perl
2010            ! doop.c sv.c t/op/join.t utf8.h
2011 ____________________________________________________________________________
2012 [  8247] By: jhi                                   on 2000/12/29  06:35:23
2013         Log: Signedness nit.
2014      Branch: perl
2015            ! pp_hot.c
2016 ____________________________________________________________________________
2017 [  8246] By: jhi                                   on 2000/12/29  01:23:31
2018         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
2019              From: Lupe Christoph <lupe@lupe-christoph.de>
2020              Date: Thu, 28 Dec 2000 23:00:00 +0100
2021              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
2022              
2023              Suggest rsync --delete --dry-run.
2024      Branch: perl
2025            ! pod/perlhack.pod
2026 ____________________________________________________________________________
2027 [  8245] By: jhi                                   on 2000/12/28  23:57:05
2028         Log: The maxiters upper limit sanity check (guarding against
2029              non-progress) assumed bytes instead of characters in s///
2030              and split().
2031      Branch: perl
2032            ! pp.c pp_hot.c
2033 ____________________________________________________________________________
2034 [  8244] By: jhi                                   on 2000/12/28  23:34:08
2035         Log: Make some panic messages a bit more logical.
2036      Branch: perl
2037            ! doop.c pod/perldiag.pod pp.c pp_hot.c
2038 ____________________________________________________________________________
2039 [  8243] By: jhi                                   on 2000/12/28  22:59:16
2040         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
2041              From: Simon Cozens <simon@cozens.net>
2042              Date: Wed, 27 Dec 2000 02:30:03 +0000
2043              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
2044      Branch: perl
2045            ! pp.c t/pragma/sub_lval.t
2046 ____________________________________________________________________________
2047 [  8242] By: jhi                                   on 2000/12/28  22:56:53
2048         Log: Subject: [PATCH blead] Fix B::Terse indentation
2049              From: Daniel Chetlin <daniel@chetlin.com>
2050              Date: Wed, 27 Dec 2000 06:43:30 -0800
2051              Message-ID: <20001227064329.B9573@darkstar>
2052      Branch: perl
2053            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
2054 ____________________________________________________________________________
2055 [  8241] By: jhi                                   on 2000/12/28  22:48:59
2056         Log: The latter patch from the
2057              
2058              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
2059              From: Peter Prymmer <pvhp@forte.com> 
2060              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
2061              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
2062              
2063              (the former patch from the above should have been
2064              taken care of by Nick I-S)
2065      Branch: perl
2066            ! win32/Makefile
2067 ____________________________________________________________________________
2068 [  8240] By: jhi                                   on 2000/12/28  22:45:22
2069         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
2070              From: "Casey R. Tweten" <crt@kiski.net>
2071              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
2072              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
2073      Branch: perl
2074            ! lib/constant.pm
2075 ____________________________________________________________________________
2076 [  8239] By: jhi                                   on 2000/12/28  22:37:45
2077         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
2078              From: Simon Cozens <simon@cozens.net>
2079              Date: Wed, 27 Dec 2000 14:12:44 +0000
2080              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
2081      Branch: perl
2082            ! t/op/method.t t/op/sort.t toke.c
2083 ____________________________________________________________________________
2084 [  8238] By: jhi                                   on 2000/12/28  22:30:32
2085         Log: Subject: [PATCH perl@8229] Call.pm
2086              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
2087              Date: Mon, 25 Dec 2000 10:47:15 -0000
2088              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
2089      Branch: perl
2090            ! ext/Filter/Util/Call/Call.pm
2091 ____________________________________________________________________________
2092 [  8237] By: jhi                                   on 2000/12/28  22:19:21
2093         Log: Subject: [PATCH blead] Fix problem with `&' prototype
2094              From: Daniel Chetlin <daniel@chetlin.com>
2095              Date: Wed, 27 Dec 2000 15:55:32 -0800
2096              Message-ID: <20001227155532.D9573@darkstar>
2097      Branch: perl
2098            ! op.c t/comp/proto.t
2099 ____________________________________________________________________________
2100 [  8236] By: jhi                                   on 2000/12/28  22:09:25
2101         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
2102              From: Daniel Chetlin <daniel@chetlin.com>
2103              Date: Sun, 24 Dec 2000 04:09:49 -0800
2104              Message-ID: <20001224040949.B3090@darkstar>
2105      Branch: perl
2106            ! gv.c mg.c t/op/attrs.t
2107 ____________________________________________________________________________
2108 [  8235] By: jhi                                   on 2000/12/28  22:07:11
2109         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
2110              From: Jan Dubois <jand@ActiveState.com>
2111              Date: Tue, 26 Dec 2000 20:57:31 -0800
2112              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
2113      Branch: perl
2114            ! win32/win32.c
2115 ____________________________________________________________________________
2116 [  8234] By: jhi                                   on 2000/12/28  21:52:42
2117         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
2118              From: Simon Cozens <simon@cozens.net>
2119              Date: Thu, 28 Dec 2000 20:33:13 +0000
2120              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
2121      Branch: perl
2122            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
2123 ____________________________________________________________________________
2124 [  8233] By: jhi                                   on 2000/12/28  19:40:49
2125         Log: Integrate perlio.
2126      Branch: perl
2127           !> ext/Encode/Makefile.PL ext/Encode/compile
2128 ____________________________________________________________________________
2129 [  8232] By: nick                                  on 2000/12/23  16:06:00
2130         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
2131              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
2132      Branch: perlio
2133            ! ext/Encode/Makefile.PL
2134 ____________________________________________________________________________
2135 [  8231] By: nick                                  on 2000/12/23  14:30:34
2136         Log: "Compiled" encode build cleanup
2137              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
2138              - .c files do not export sub-tables
2139      Branch: perlio
2140            ! ext/Encode/Makefile.PL ext/Encode/compile
2141 ____________________________________________________________________________
2142 [  8230] By: nick                                  on 2000/12/23  12:50:37
2143         Log: Integrate mainline
2144      Branch: perlio
2145           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
2146           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
2147           !> pod/perl5004delta.pod pod/perl5005delta.pod
2148           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
2149           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
2150           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
2151           !> pod/perlsub.pod
2152 ____________________________________________________________________________
2153 [  8229] By: jhi                                   on 2000/12/22  15:32:12
2154         Log: Integrate perlio.
2155      Branch: perl
2156           +> win32/distclean.bat
2157           !> MANIFEST t/io/utf8.t
2158 ____________________________________________________________________________
2159 [  8228] By: jhi                                   on 2000/12/22  15:29:40
2160         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
2161              From: Robin Barker <rmb1@cise.npl.co.uk>
2162              Date: Fri, 22 Dec 2000 12:17:38 GMT
2163              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
2164      Branch: perl
2165            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
2166            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
2167            ! pod/perl5004delta.pod pod/perl5005delta.pod
2168            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
2169            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
2170            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
2171            ! pod/perlsub.pod
2172 ____________________________________________________________________________
2173 [  8227] By: jhi                                   on 2000/12/22  15:24:28
2174         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
2175              From: "John L. Allen" <allen@grumman.com>
2176              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
2177              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
2178              
2179              Document APPLLIB_EXP.
2180      Branch: perl
2181            ! INSTALL
2182 ____________________________________________________________________________
2183 [  8226] By: nick                                  on 2000/12/21  22:11:50
2184         Log: Handy script for when one forgets to "dmake clean" 
2185      Branch: perlio
2186            + win32/distclean.bat
2187            ! MANIFEST
2188 ____________________________________________________________________________
2189 [  8225] By: nick                                  on 2000/12/21  21:54:04
2190         Log: CRLF platform issue with io/utf8 fix.
2191      Branch: perlio
2192            ! t/io/utf8.t
2193 ____________________________________________________________________________
2194 [  8224] By: nick                                  on 2000/12/21  21:02:20
2195         Log: Integrate mainline
2196      Branch: perlio
2197           !> Changes Configure Makefile.SH Porting/Glossary
2198           !> Porting/config.sh Porting/config_H configure.com
2199           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
2200           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
2201           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
2202           !> win32/config.bc win32/config.gc win32/config.vc
2203 ____________________________________________________________________________
2204 [  8223] By: jhi                                   on 2000/12/21  17:09:16
2205         Log: Update Changes.
2206      Branch: perl
2207            ! Changes patchlevel.h
2208 ____________________________________________________________________________
2209 [  8222] By: jhi                                   on 2000/12/21  16:24:01
2210         Log: Metaconfig unit changes for #8221.
2211      Branch: metaconfig/U/perl
2212           +> issymlink.U
2213            - testsyml.U
2214            ! Mksymlinks.U
2215 ____________________________________________________________________________
2216 [  8221] By: jhi                                   on 2000/12/21  16:23:48
2217         Log: Rename testsyml to issymlink.
2218      Branch: perl
2219            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2220            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
2221            ! win32/config.vc
2222 ____________________________________________________________________________
2223 [  8220] By: jhi                                   on 2000/12/21  15:47:26
2224         Log: Robustness support for #8218 (symlink forest) since the GNU
2225              tools seem to be overly picky about symlinkage depths.
2226      Branch: perl
2227            ! Makefile.SH t/io/fs.t
2228 ____________________________________________________________________________
2229 [  8219] By: jhi                                   on 2000/12/21  15:38:27
2230         Log: Metaconfig changes for #8218.
2231      Branch: metaconfig
2232            ! U/modified/Oldconfig.U
2233      Branch: metaconfig/U/perl
2234            + Mksymlinks.U
2235            ! testsyml.U
2236 ____________________________________________________________________________
2237 [  8218] By: jhi                                   on 2000/12/21  15:37:57
2238         Log: Add Configure option -Dmksymlinks which will create a symlink
2239              forest if the current/build differs from the source directory.
2240              TODO: mkdir -p is not portable.
2241      Branch: perl
2242            ! Configure
2243 ____________________________________________________________________________
2244 [  8217] By: jhi                                   on 2000/12/21  14:39:12
2245         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
2246              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
2247              Date: Thu, 21 Dec 2000 09:38:18 GMT
2248              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
2249              
2250              The ofs became an SV.
2251      Branch: perl
2252            ! ext/Thread/Thread.xs
2253 ____________________________________________________________________________
2254 [  8216] By: jhi                                   on 2000/12/21  05:40:21
2255         Log: The polymorphism seems to have fixed 20000517.001.
2256      Branch: perl
2257            ! t/pragma/utf8.t
2258 ____________________________________________________________________________
2259 [  8215] By: jhi                                   on 2000/12/21  04:44:52
2260         Log: read() documentation tweak for 20001121.004.
2261      Branch: perl
2262            ! pod/perlfunc.pod
2263 ____________________________________________________________________________
2264 [  8214] By: jhi                                   on 2000/12/21  03:54:11
2265         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
2266      Branch: perl
2267            ! pp_sys.c t/op/misc.t
2268 ____________________________________________________________________________
2269 [  8213] By: jhi                                   on 2000/12/21  00:28:10
2270         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
2271              From: Peter Prymmer <pvhp@forte.com>
2272              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
2273              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
2274      Branch: perl
2275            ! configure.com
2276 ____________________________________________________________________________
2277 [  8212] By: jhi                                   on 2000/12/21  00:26:21
2278         Log: Edit edit edit.
2279      Branch: perl
2280            ! pod/perlfaq3.pod
2281 ____________________________________________________________________________
2282 [  8211] By: jhi                                   on 2000/12/20  18:52:46
2283         Log: Update Changes.
2284      Branch: perl
2285            ! Changes patchlevel.h
2286 ____________________________________________________________________________
2287 [  8210] By: jhi                                   on 2000/12/20  18:34:47
2288         Log: Yet another editor edit.
2289      Branch: perl
2290            ! pod/perlfaq3.pod
2291 ____________________________________________________________________________
2292 [  8209] By: jhi                                   on 2000/12/20  15:33:28
2293         Log: More Win32 Perling.
2294      Branch: perl
2295            ! pod/perlfaq3.pod
2296 ____________________________________________________________________________
2297 [  8208] By: jhi                                   on 2000/12/20  15:07:46
2298         Log: More Win32 editor/IDE/shell hints.
2299      Branch: perl
2300            ! pod/perlfaq3.pod
2301 ____________________________________________________________________________
2302 [  8207] By: jhi                                   on 2000/12/20  03:54:08
2303         Log: Subject: [PATCH] obscure timing knowledge
2304              From: Nicholas Clark <nick@ccl4.org>
2305              Date: Tue, 19 Dec 2000 19:22:31 +0000
2306              Message-ID: <20001219192231.F2827@plum.flirble.org>
2307      Branch: perl
2308            ! sv.c
2309 ____________________________________________________________________________
2310 [  8206] By: jhi                                   on 2000/12/20  03:45:57
2311         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
2312              From: Spider Boardman <spider@leggy.zk3.dec.com>
2313              Date: Tue, 19 Dec 2000 21:30:16 -0500
2314              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
2315      Branch: perl
2316            ! sv.c
2317 ____________________________________________________________________________
2318 [  8205] By: jhi                                   on 2000/12/19  23:02:01
2319         Log: Update Changes.
2320      Branch: perl
2321            ! Changes patchlevel.h
2322 ____________________________________________________________________________
2323 [  8204] By: jhi                                   on 2000/12/19  22:58:18
2324         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
2325              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
2326              on editors and diffing/patching.
2327      Branch: perl
2328            ! t/op/utf8decode.t
2329 ____________________________________________________________________________
2330 [  8203] By: nick                                  on 2000/12/19  21:36:16
2331         Log: Integrate mainline (forgot my own change...)
2332      Branch: perlio
2333           !> ext/Encode/compile
2334 ____________________________________________________________________________
2335 [  8202] By: nick                                  on 2000/12/19  21:34:42
2336         Log: Integrate mainline.
2337      Branch: perlio
2338           !> (integrate 61 files)
2339 ____________________________________________________________________________
2340 [  8201] By: nick                                  on 2000/12/19  21:34:06
2341         Log: Avoid looking for File::Glob when we don't need it.
2342      Branch: perl
2343            ! ext/Encode/compile
2344 ____________________________________________________________________________
2345 [  8200] By: jhi                                   on 2000/12/19  18:35:49
2346         Log: Update Changes.
2347      Branch: perl
2348            ! Changes patchlevel.h
2349 ____________________________________________________________________________
2350 [  8199] By: jhi                                   on 2000/12/19  18:35:07
2351         Log: Microperl tweaks.
2352      Branch: perl
2353            ! sv.c uconfig.h uconfig.sh
2354 ____________________________________________________________________________
2355 [  8198] By: jhi                                   on 2000/12/19  18:29:59
2356         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
2357      Branch: perl
2358            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2359            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
2360 ____________________________________________________________________________
2361 [  8197] By: jhi                                   on 2000/12/19  17:55:29
2362         Log: In VMS embedded perls couldn't access the statically built Socket,
2363              from Charles Lane.
2364      Branch: perl
2365            ! configure.com
2366 ____________________________________________________________________________
2367 [  8196] By: jhi                                   on 2000/12/19  17:49:50
2368         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
2369              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
2370              Date: Sun, 17 Dec 2000 19:11:44 -0000
2371              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
2372      Branch: perl
2373            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2374            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
2375 ____________________________________________________________________________
2376 [  8195] By: jhi                                   on 2000/12/19  17:47:53
2377         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
2378              From: Jonathan Stowe <gellyfish@gellyfish.com>
2379              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
2380              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
2381      Branch: perl
2382            ! utils/h2xs.PL
2383 ____________________________________________________________________________
2384 [  8194] By: jhi                                   on 2000/12/19  17:46:28
2385         Log: Subject: Re: useless use of void context work-around
2386              From: andreas.koenig@anima.de (Andreas J. Koenig)
2387              Date: 16 Dec 2000 15:13:36 +0100
2388              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
2389              
2390              Document (comment) the q(di ds ig) trick in the code.
2391      Branch: perl
2392            ! op.c
2393 ____________________________________________________________________________
2394 [  8193] By: jhi                                   on 2000/12/19  17:10:57
2395         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
2396              From: "Mark J. Reed" <mreed@strange.turner.com>
2397              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
2398              Message-Id: <200012160222.VAA13986@strange.turner.com>
2399      Branch: perl
2400            ! ext/Sys/Syslog/Syslog.pm
2401 ____________________________________________________________________________
2402 [  8192] By: jhi                                   on 2000/12/19  17:07:45
2403         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
2404              From: Nicholas Clark <nick@ccl4.org>
2405              Date: Sat, 16 Dec 2000 19:03:13 +0000
2406              Message-ID: <20001216190313.D68304@plum.flirble.org>
2407      Branch: perl
2408            ! t/op/64bitint.t
2409 ____________________________________________________________________________
2410 [  8191] By: jhi                                   on 2000/12/19  17:06:13
2411         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
2412              From: Dominic Dunlop <domo@computer.org>
2413              Date: Mon, 18 Dec 2000 12:00:15 +0100
2414              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
2415              
2416              This patchlet is needed in order that perl can be statically linked.  
2417      Branch: perl
2418            ! regexec.c
2419 ____________________________________________________________________________
2420 [  8190] By: jhi                                   on 2000/12/19  17:03:08
2421         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
2422              From: "Craig A. Berry" <craig.berry@psinetcs.com>
2423              Date: Sun, 17 Dec 2000 00:18:35 -0600
2424              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
2425      Branch: perl
2426            ! perlio.h vms/gen_shrfls.pl
2427 ____________________________________________________________________________
2428 [  8189] By: jhi                                   on 2000/12/19  16:20:28
2429         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
2430              From: Prymmer/Kahn <pvhp@best.com>
2431              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
2432              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
2433              
2434              A better version of #8188.
2435      Branch: perl
2436            ! pod/perlfaq3.pod
2437 ____________________________________________________________________________
2438 [  8188] By: jhi                                   on 2000/12/19  15:57:06
2439         Log: (Replaced by #8189)
2440              
2441              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
2442              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
2443              From: Prymmer/Kahn <pvhp@best.com>
2444              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
2445              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
2446              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
2447              Date: Mon, 18 Dec 2000 11:10:45 -0500
2448              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
2449      Branch: perl
2450            ! pod/perlfaq3.pod
2451 ____________________________________________________________________________
2452 [  8187] By: jhi                                   on 2000/12/19  15:54:19
2453         Log: Email address fix for Anton Berezin.
2454      Branch: perl
2455            ! AUTHORS
2456 ____________________________________________________________________________
2457 [  8186] By: jhi                                   on 2000/12/19  15:38:54
2458         Log: Subject: [PATCH perl@8102] cygwin port
2459              From: "Eric Fifer" <efifer@dircon.co.uk> 
2460              Date: Thu, 14 Dec 2000 13:41:29 -0000
2461              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
2462              
2463              When compiling modules the data item that is being imported
2464              from libperl.dll needs to be tagged as imported/shared data:
2465              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
2466      Branch: perl
2467            ! perliol.h
2468 ____________________________________________________________________________
2469 [  8185] By: jhi                                   on 2000/12/19  14:53:24
2470         Log: Regen uconfig.h and uconfig.sh.
2471      Branch: perl
2472            ! uconfig.h uconfig.sh
2473 ____________________________________________________________________________
2474 [  8184] By: jhi                                   on 2000/12/18  20:43:49
2475         Log: Comments work so much better when they are closed.
2476      Branch: perl
2477            ! regcomp.c
2478 ____________________________________________________________________________
2479 [  8183] By: jhi                                   on 2000/12/18  18:04:02
2480         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
2481              Fixes the bug 20001218.016.
2482      Branch: perl
2483            ! regcomp.c
2484 ____________________________________________________________________________
2485 [  8182] By: gsar                                  on 2000/12/18  09:53:47
2486         Log: delete spurious files
2487      Branch: maint-5.6/perl
2488            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
2489            - vos/config.h vos/config_h.SH_orig
2490 ____________________________________________________________________________
2491 [  8181] By: gsar                                  on 2000/12/18  09:46:08
2492         Log: regen perltoc
2493      Branch: maint-5.6/perl
2494            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
2495 ____________________________________________________________________________
2496 [  8180] By: gsar                                  on 2000/12/18  09:20:27
2497         Log: integrate changes#7924..7926,7946,7952 from mainline
2498      Branch: maint-5.6/perl
2499           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
2500           !> lib/File/stat.pm t/lib/class-struct.t
2501 ____________________________________________________________________________
2502 [  8179] By: gsar                                  on 2000/12/18  08:55:54
2503         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
2504              7918,7919,7988,8907 from mainline (various)
2505      Branch: maint-5.6/perl
2506           +> t/lib/class-struct.t
2507           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
2508           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
2509           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
2510 ____________________________________________________________________________
2511 [  8178] By: gsar                                  on 2000/12/18  08:16:30
2512         Log: avoid redefinition warnings on windows due to sys/socket.h getting
2513              #included before win32.h
2514      Branch: maint-5.6/perl
2515            ! win32/include/sys/socket.h
2516 ____________________________________________________________________________
2517 [  8177] By: gsar                                  on 2000/12/18  05:24:04
2518         Log: make regen_headers; fix POSIX.xs problems; remove outdated
2519              code from sys/socket.h that makes build fail now
2520      Branch: maint-5.6/perl
2521            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
2522            ! pod/perlapi.pod
2523           !> win32/include/sys/socket.h
2524 ____________________________________________________________________________
2525 [  8176] By: gsar                                  on 2000/12/18  05:20:17
2526         Log: update Changes
2527      Branch: maint-5.6/perl
2528            ! Changes patchlevel.h
2529 ____________________________________________________________________________
2530 [  8175] By: gsar                                  on 2000/12/18  04:57:48
2531         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
2532              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
2533              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
2534              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
2535              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
2536              7823,7825,7838
2537      Branch: maint-5.6/perl
2538           +> lib/File/Spec/Epoc.pm
2539           !> (integrate 88 files)
2540 ____________________________________________________________________________
2541 [  8174] By: gsar                                  on 2000/12/18  03:53:09
2542         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
2543              7625..7629,7631..7634,7637,7639,7642 from mainline
2544      Branch: maint-5.6/perl
2545           +> README.solaris
2546           !> (integrate 26 files)
2547 ____________________________________________________________________________
2548 [  8173] By: gsar                                  on 2000/12/18  03:37:02
2549         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
2550              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
2551              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
2552              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
2553      Branch: maint-5.6/perl
2554           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
2555            - MAINTAIN
2556           !> (integrate 111 files)
2557 ____________________________________________________________________________
2558 [  8172] By: jhi                                   on 2000/12/18  02:49:27
2559         Log: Regen pods.
2560      Branch: perl
2561            ! pod/perlmodlib.pod pod/perltoc.pod
2562 ____________________________________________________________________________
2563 [  8171] By: gsar                                  on 2000/12/18  02:49:24
2564         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
2565              7465..7471 from mainline
2566              
2567              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
2568              in platforms that strictly require all the symbols being present
2569              at link time.
2570              
2571              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
2572              
2573              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
2574              
2575              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
2576              
2577              Subject: [PATCH] todo
2578              
2579              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
2580              
2581              Use $sort, $uniq (and $tr) consistently as wondered
2582              by Nicholas Clark.
2583              
2584              Too enthusiastic editing in #7460.
2585              
2586              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
2587              
2588              Upgrade to CPAN 1.58_55.
2589              Subject: CPAN.pm status
2590              
2591              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
2592              
2593              Make target reordering to avoid pointless re-makes.
2594              Subject: Re: Total re-make of 'make okfile' after 7451 ?
2595              
2596              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
2597              
2598              Subject: DOC PATCH 5.6.0
2599              
2600              Add the repository doc by Malcolm, Sarathy, and by Simon,
2601              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
2602      Branch: maint-5.6/perl
2603           +> Porting/repository.pod
2604           !> Configure MANIFEST Makefile.SH README.dos README.os2
2605           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
2606           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
2607           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
2608 ____________________________________________________________________________
2609 [  8169] By: gsar                                  on 2000/12/18  02:33:34
2610         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
2611              7435..7441,7445 from mainline
2612              
2613              Make the UTF-8 decoding stricter and more verbose when
2614              malformation happens.  This involved adding an argument
2615              to utf8_to_uv_chk(), which involved changing its prototype,
2616              and prefer STRLEN over I32 for the UTF-8 length, which as
2617              a domino effect necessitated changing the prototypes of
2618              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
2619              The stricter UTF-8 decoding checking uses Markus Kuhn's
2620              UTF-8 Decode Stress Tester from
2621              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
2622              
2623              Run vms/vms_yfix.pl, should have done that after changing
2624              perly.c in #7382.
2625              
2626              Subject: [PATCH 5.7.0] static linking with uninstalled perl
2627              
2628              (Replaced by #7440.)
2629              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
2630              
2631              Fix the bug ID 20001024.005, the bug introduced by #7416.
2632              
2633              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
2634              
2635              Fix the bug reported in
2636              From: andreas.koenig@anima.de (Andreas J. Koenig)
2637              Also make is_utf8_char() stricter.
2638              
2639              Missed the header file changes from #7425.
2640              
2641              Check if stdio supports tweaking lval and cnt simultaneously.
2642              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
2643              
2644              Stratus VOS updates from Paul Green.
2645              
2646              Podify README.epoc and README.vos.
2647              
2648              Add targets to Makefile.SH, most importantly
2649              'regen_all' which also remembers to update vms/perly*.
2650              
2651              Subject: Minor update to find2perl, for portability
2652              
2653              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
2654              
2655              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
2656              
2657              Rename UTF8LEN() to be UNISKIP(), too confusing to have
2658              UTF8LEN() and UTF8SKIP(). 
2659              
2660              Allow poking holes at the UTF-8 decoding strictness.
2661              
2662              Continue the internal UTF-8 API tweaking.
2663              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
2664              used much more than the simpler API, now called utf8_to_uv_simple().
2665              Still not quite happy with API, too much partial duplication
2666              of functionality.
2667              
2668              A new version of making the syslog test more robust.
2669              (Replaces #7421.)
2670              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
2671              
2672              buildtoc target tweaks.
2673              
2674              Integrate with vmsperl #7430 by Charles Bailey:
2675              
2676              Cleanup from prior patch (Charles Lane?):
2677              - improve handling of MFDs in Basename and Path
2678              - default to no xsubpp line # munging when building debug images
2679      Branch: maint-5.6/perl
2680           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2681           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
2682           !> (integrate 67 files)
2683 ____________________________________________________________________________
2684 [  8168] By: gsar                                  on 2000/12/18  02:05:49
2685         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
2686              
2687              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
2688              From: Martin Husemann <martin@duskware.de>
2689              
2690              Subject: [PATCH 5.7.0] restore match data on backtracing
2691              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2692      Branch: maint-5.6/perl
2693           !> regcomp.c regexec.c t/op/re_tests
2694 ____________________________________________________________________________
2695 [  8167] By: gsar                                  on 2000/12/18  01:55:22
2696         Log: integrate changes#7858,7986 from mainline
2697              
2698              C<foreach my $x ...> in pseudo-fork()ed process may diddle
2699              parent's memory; fix it by keeping track of the actual pad
2700              offset rather than a raw pointer (this change is probably also
2701              relevant to non-ithreads case to avoid fallout from reallocs of
2702              the pad array, but is currently only enabled for the ithreads
2703              case in the interests of minimal disruption to existing "well
2704              tested" code)
2705              
2706              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
2707              due to the notorious GetFileType() bug in Windows 9x, which fstat()
2708              tickles)
2709      Branch: maint-5.6/perl
2710           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
2711           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
2712           !> win32/win32.c win32/win32.h win32/win32sck.c
2713 ____________________________________________________________________________
2714 [  8166] By: gsar                                  on 2000/12/18  01:52:59
2715         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
2716              from mainline (xsubpp and ExtUtils::LibList fixups, various
2717              other small items)
2718      Branch: maint-5.6/perl
2719           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
2720           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
2721           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
2722           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
2723           !> win32/bin/search.pl
2724 ____________________________________________________________________________
2725 [  8165] By: gsar                                  on 2000/12/18  01:28:45
2726         Log: integrate changes#7533,7563,7611,7623 from mainline (various
2727              malloc.c embellishments)
2728      Branch: maint-5.6/perl
2729           !> malloc.c pod/perldiag.pod
2730 ____________________________________________________________________________
2731 [  8164] By: gsar                                  on 2000/12/18  01:23:33
2732         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
2733              fixups)
2734      Branch: maint-5.6/perl
2735           !> utils/h2xs.PL
2736 ____________________________________________________________________________
2737 [  8163] By: gsar                                  on 2000/12/18  01:17:50
2738         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
2739              fixups)
2740      Branch: maint-5.6/perl
2741           !> Makefile.SH utils/perlbug.PL
2742 ____________________________________________________________________________
2743 [  8162] By: gsar                                  on 2000/12/18  00:25:43
2744         Log: always export Perl_deb() (it is required by re.xs whether
2745              Perl is built with or without -DDEBUGGING)
2746      Branch: maint-5.6/perl
2747            ! makedef.pl
2748 ____________________________________________________________________________
2749 [  8161] By: gsar                                  on 2000/12/18  00:23:38
2750         Log: integrate change#7414 from mainline
2751              
2752              Undo the basename() part of #7412 since the lib/basename
2753              tests would need upgrading too.
2754              
2755              squelch two tests in tr.t that rely on tr/// paranoia change
2756              that's not in 5.6.x
2757      Branch: maint-5.6/perl
2758            ! t/op/tr.t
2759           !> lib/File/Basename.pm
2760 ____________________________________________________________________________
2761 [  8160] By: gsar                                  on 2000/12/18  00:05:30
2762         Log: missing change in previous integrate
2763      Branch: maint-5.6/perl
2764           !> README.aix
2765 ____________________________________________________________________________
2766 [  8159] By: gsar                                  on 2000/12/18  00:03:38
2767         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
2768              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
2769              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
2770              7410..7413 from mainline
2771      Branch: maint-5.6/perl
2772           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
2773           +> t/lib/tie-splice.t
2774            - lib/unicode/Is/DCinital.pl
2775           !> (integrate 112 files)
2776 ____________________________________________________________________________
2777 [  8158] By: jhi                                   on 2000/12/17  23:04:24
2778         Log: Subject: [PATCHES] RE: perl@8150 
2779              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
2780              Date: Sun, 17 Dec 2000 21:46:39 +0100
2781              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
2782              
2783              Neither cygwin has a getpwuid() one can trust on.
2784      Branch: perl
2785            ! t/lib/glob-basic.t
2786 ____________________________________________________________________________
2787 [  8157] By: jhi                                   on 2000/12/17  23:01:54
2788         Log: More MAN.PODS => {} fixes.
2789      Branch: perl
2790            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
2791            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
2792            ! os2/OS2/REXX/Makefile.PL
2793 ____________________________________________________________________________
2794 [  8156] By: gsar                                  on 2000/12/17  22:49:13
2795         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
2796              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
2797              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
2798              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
2799              7201,7204 from mainline
2800      Branch: maint-5.6/perl
2801           !> (integrate 121 files)
2802 ____________________________________________________________________________
2803 [  8155] By: jhi                                   on 2000/12/17  22:30:58
2804         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
2805              From: "Craig A. Berry" <craigberry@mac.com>
2806              Date: Sun, 17 Dec 2000 13:09:28 -0600
2807              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
2808              
2809              MAN.PODS => ' ' is naughty.
2810      Branch: perl
2811            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
2812 ____________________________________________________________________________
2813 [  8154] By: nick                                  on 2000/12/17  22:07:13
2814         Log: MULTIPLICITY nit.
2815      Branch: perl
2816            ! mg.c
2817 ____________________________________________________________________________
2818 [  8153] By: gsar                                  on 2000/12/17  21:23:05
2819         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
2820              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
2821              from mainline
2822              
2823              Document the SvIOK_.*UV().
2824              
2825              Update Unicode todo list.
2826              
2827              Guard against bad string->int conversion for quads.
2828              
2829              Subject: small apidoc fix
2830              
2831              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
2832              
2833              Subject: [PATCH] Tied filehandle documentation
2834              
2835              Subject: [PATCH] Modernize Opcode.pm documentation
2836              
2837              Make Data::Dumper (non-XS) to work with changed semantics of ref().
2838              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
2839              [applied even though said semantics didn't change in 5.6.x]
2840              
2841              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
2842              
2843              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
2844              
2845              Fix the URL, but the server is still missing in action.
2846              Subject: [ID 20000905.002] perlfaq1.pod URL error
2847              
2848              Subject: [ID 20000903.001] \w in utf8-strings
2849              
2850              Fix the ccversion detection for 5.1 and beyond.
2851              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
2852              
2853              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
2854              
2855              Subject: [ID 20000904.008] Tiny fix for perldiag
2856              
2857              Subject: Re: [ID 20000906.004] segfault with bad perl statement
2858              
2859              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
2860              
2861              Subject: [ID 20000908.002] perlipc documentation bug.
2862              
2863              Subject: [PATCH lib/Benchmark.pm]
2864              
2865              Re-allow vec() for characters > 255.
2866              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
2867              
2868              Do away with memory models cruft.  Sorry, PDP users.
2869              
2870              Continue #7041.
2871              
2872              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
2873              
2874              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
2875              
2876              Upgrade to CPAN 1.57_65, from Andreas König.
2877              
2878              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
2879              by Russ Allbery.
2880              
2881              Silence t/pod/*.t about alternate quote-mappings now implemented
2882              by Pod::Text, from Brad Appleton.
2883              
2884              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
2885              Subject: borland C++ win32.c tweak
2886              
2887              C<@a = @b = split(...)> optimization coredumps under ithreads
2888              (missed a spot when fixing up op_pmreplroot hack for ithreads)
2889              
2890              Document the SvUTF8*().
2891              
2892              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
2893              
2894              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
2895              
2896              Do in VMS as the #7054 does.
2897              
2898              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
2899              
2900              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
2901              
2902              Subject: [patch: perl@7045] vms updates
2903              
2904              Test for the #7049.
2905              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
2906              
2907              Break up the myconfig lines a bit.
2908              Subject: perlbug/perl -V output format
2909              
2910              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
2911              
2912              The #7054 truncated Configure badly.
2913              
2914              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
2915              initialization in all the threads on Windows
2916              
2917              Allow for whitespace between "#" and "line" in cpp output.
2918              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
2919              
2920              Remove vestiges of tr//CU.
2921              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
2922              
2923              The return value of setlocale must be copied away.
2924              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
2925              
2926              Allow chop() and chomp() to be overridden.
2927              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
2928              
2929              Hints optimization.
2930              Subject: Minor nit
2931              
2932              Subject: [PATCH] de-wall t/README
2933              
2934              Subject: Re: Two advertising clauses need to be removed
2935      Branch: maint-5.6/perl
2936           !> (integrate 75 files)
2937 ____________________________________________________________________________
2938 [  8152] By: gsar                                  on 2000/12/17  20:30:11
2939         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
2940              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
2941              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
2942              
2943              Don't attach -ld to the archname if pointless.
2944              
2945              Document UNTIE in a very minimalistic way.
2946              
2947              POSIX doesn't report long double values under -Duselongdouble
2948              when the long doubles are "real" (bigger than doubles).
2949              
2950              More author updates.
2951              
2952              Try to deduce NV_MAX.  Really should be Configure fodder.
2953              
2954              :: not allowed in pathnames, change to .
2955              Subject: [PATCH perl@6938] cygwin port
2956              
2957              Forget about NV_MAX (#6951).  Various floating point tweaks,
2958              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
2959              
2960              Move the Solaris 7 scan to use64bitall, make the
2961              failure to find 64-bot sparc libc to mention the
2962              possibility of being in an intel, from Lupe and Alan.
2963              
2964              Regen perltoc.
2965              
2966              AUTHORS tweaks, from Peter Prymmer.
2967              
2968              More address tweaking.
2969              
2970              Small tweaks all over.
2971              
2972              File::Temp patches from Andreas König,
2973              
2974              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
2975              
2976              Subject: CPAN.pm beta 1.57_57 for the core
2977              
2978              Part of the solution.
2979              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
2980              
2981              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
2982              
2983              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
2984              
2985              Add the overload warnings to perldiag.
2986              
2987              Drop unused argument.
2988              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
2989              
2990              Subject: Nit in Configure (bleadperl@6961)
2991              
2992              Update to PodParser 1.18, from Brad Appleton.
2993              
2994              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
2995              
2996              Subject: [PATCH: 6948] add SCNfldbl to configure.com
2997              
2998              Document UNTIE. Also tweak implementation to suppress the 'inner references'
2999              warning when UNTIE exists and instead pass the cound of extra references to
3000              the UNTIE method.
3001              
3002              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
3003              so that case-ignoring systems like DCL can tell them from
3004              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
3005              
3006              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
3007              
3008              Feature ordering tweak.
3009              
3010              Regen perltoc.
3011              
3012              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
3013              
3014              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
3015              
3016              Subject: http:// in L<>
3017              
3018              Detypo.
3019              
3020              change#6791 accidentally clobbered change#6710, put it back
3021              
3022              Only the first line, thank you very much.
3023              
3024              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
3025              plus rework the http: spots as suggested by Tom Christiansen,
3026              plus regen perltoc.
3027              
3028              Undo part of change 6489 which looks like a bulk edit which
3029              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
3030              The supressing of main:: on return from select() is undesirable.
3031              
3032              Apparently avoiding the swapping is too costly.
3033              
3034              Various Configure nits by Philip Newton,
3035              plus the ebcdic one by me.
3036              
3037              Make certain cc is set before trying to run it.
3038              
3039              If overloaded %{} etc. return the object do not loop.
3040              Thus  sub deref { $_[0] } functions if object is wanted type.
3041              
3042              Update perlhist.
3043              
3044              More %{} and other deref special casing - do not pass to 'nomethod'.
3045      Branch: maint-5.6/perl
3046           !> (integrate 59 files)
3047 ____________________________________________________________________________
3048 [  8151] By: gsar                                  on 2000/12/17  19:14:38
3049         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
3050              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
3051              
3052              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
3053              
3054              Make the epsilon to be relative, not absolute.
3055              
3056              Put back the flags dump as reasoned in
3057              Subject: Re: [PATCH] Glob dumping
3058              
3059              Introduce ccname to keep track of what compiler kind of we have.
3060              
3061              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
3062              
3063              Put back the slice accidentally removed by #6907.
3064              
3065              Reset archname and archname64 always, forcing them be
3066              recomputed at each Configure run, make Configure and
3067              the hints files agree on the naming of largefiles variables.
3068              
3069              Don't say "Perl 5.0 source kit".
3070              
3071              Subject: [PATCH] fix misc cast warnings
3072              
3073              Subject: typos in pods
3074              
3075              NVs not necessarily doubles, as pointed out by Yitzchak.
3076              
3077              Subject: [PATCH 6889] add a few ldbl formats to configure.com
3078              
3079              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
3080              
3081              Better options for rsync.
3082              
3083              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
3084              
3085              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
3086              
3087              Subject: [PATCH] Re: UNTIE method 
3088              
3089              A better fix for the Socket building problem from Craig Berry.
3090              
3091              Retract the dummy test, skip the security tests (instead of failing),
3092              explain what the warnings mean.
3093              
3094              Heap decorruption.
3095              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
3096              
3097              Update to Unicode 3.0.1.
3098              
3099              Missed one Unicode file.
3100              
3101              Subject: Re: typos in pods
3102              
3103              The #6929 was too skimpy.
3104              
3105              sscanf() may be the only way to read long doubles from strings.
3106              
3107              Reveal Borland's isnan.
3108              Subject: build with BC++ tweak
3109              
3110              Issue useful diagnostic on unknown pod commands.
3111              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
3112              
3113              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
3114              
3115              Clarify the third case of ftmp-security warnings.
3116              
3117              Make -Dusemorebits find long doubles in Solaris.
3118              
3119              Wrap the test in eval.
3120      Branch: maint-5.6/perl
3121           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
3122           +> lib/unicode/PropList.txt lib/unicode/README.perl
3123           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
3124           +> lib/unicode/Unicode.301 vms/vmspipe.com
3125            - lib/unicode/Props.txt lib/unicode/UCD300.html
3126            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
3127           !> (integrate 305 files)
3128 ____________________________________________________________________________
3129 [  8150] By: jhi                                   on 2000/12/17  18:47:57
3130         Log: Uncheckedin generated files.
3131      Branch: perl
3132            ! global.sym perlapi.c pod/perlapi.pod
3133 ____________________________________________________________________________
3134 [  8149] By: jhi                                   on 2000/12/17  18:41:22
3135         Log: Update Changes.
3136      Branch: perl
3137            ! Changes patchlevel.h
3138 ____________________________________________________________________________
3139 [  8148] By: jhi                                   on 2000/12/17  18:39:16
3140         Log: Subject: [PATCH] Fcntl constants speedup
3141              From: Nicholas Clark <nick@ccl4.org>
3142              Date: Sun, 17 Dec 2000 16:29:24 +0000
3143              Message-ID: <20001217162924.E97668@plum.flirble.org>
3144              
3145              Use IVs for the Fcntl constants instead of NVs.
3146      Branch: perl
3147            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
3148 ____________________________________________________________________________
3149 [  8147] By: jhi                                   on 2000/12/17  18:33:41
3150         Log: Add test for #8145 (binmode() warning), add warning for
3151              ioctl() and sockpair(), document them. (fileno() cannot
3152              be tripwired with the same kind of warning because
3153              'defined fileno($foo)' seems to be an idiom.)
3154      Branch: perl
3155            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
3156 ____________________________________________________________________________
3157 [  8146] By: gsar                                  on 2000/12/17  18:09:08
3158         Log: update Changes
3159      Branch: maint-5.6/perl
3160            ! Changes
3161 ____________________________________________________________________________
3162 [  8145] By: jhi                                   on 2000/12/17  17:39:35
3163         Log: Subject: [PATCH] Re: The long awaited feature ...
3164              From: Simon Cozens <simon@cozens.net>
3165              Date: Sun, 17 Dec 2000 12:31:56 +0000
3166              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
3167              
3168              Add a warning to binmode() about using bad filehandles
3169              (can happen e.g. if someone forgets the filehandle argument)
3170      Branch: perl
3171            ! pp_sys.c
3172 ____________________________________________________________________________
3173 [  8144] By: jhi                                   on 2000/12/17  17:33:48
3174         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
3175              From: Jonathan Stowe <gellyfish@gellyfish.com>
3176              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
3177              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
3178      Branch: perl
3179            ! lib/Net/Ping.pm
3180 ____________________________________________________________________________
3181 [  8143] By: jhi                                   on 2000/12/17  05:31:37
3182         Log: Polymorphic regexps.
3183              
3184              Fixes at least the bugs 20001028.003 (both of them...) and
3185              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
3186              also to be fixed by now, probably already before this patch.
3187      Branch: perl
3188            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
3189            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
3190            ! t/op/utf8decode.t t/pragma/utf8.t
3191 ____________________________________________________________________________
3192 [  8142] By: jhi                                   on 2000/12/16  17:16:05
3193         Log: Subject: [patch perl@8102] dos/djgpp update
3194              From: Laszlo Molnar <ml1050@freemail.hu>
3195              Date: Sat, 16 Dec 2000 01:40:52 +0100
3196              Message-ID: <20001216014052.A335@freemail.hu>
3197      Branch: perl
3198            ! djgpp/config.over t/base/commonsense.t
3199 ____________________________________________________________________________
3200 [  8141] By: jhi                                   on 2000/12/16  17:09:27
3201         Log: Few uncheckedin files.
3202      Branch: perl
3203            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
3204 ____________________________________________________________________________
3205 [  8140] By: nick                                  on 2000/12/15  22:14:31
3206         Log: Integrate mainline
3207      Branch: perlio
3208           !> (integrate 53 files)
3209 ____________________________________________________________________________
3210 [  8139] By: jhi                                   on 2000/12/15  19:49:49
3211         Log: One more IVUV tweak from Nicholas Clark.
3212      Branch: perl
3213            ! sv.c
3214 ____________________________________________________________________________
3215 [  8138] By: jhi                                   on 2000/12/15  19:17:06
3216         Log: Return of the IVUV-preservation, now seems to be happy even
3217              in Digital UNIX (the broken strtoul brokenness detection
3218              seems to have been the fly in the ointment).
3219      Branch: perl
3220            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3221            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
3222            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
3223            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
3224            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3225            ! vos/config.ga.h win32/config.bc win32/config.gc
3226            ! win32/config.vc
3227 ____________________________________________________________________________
3228 [  8137] By: jhi                                   on 2000/12/15  18:12:14
3229         Log: Metaconfig unit change for #8136.
3230      Branch: metaconfig
3231            ! U/modified/d_strtoul.U
3232      Branch: metaconfig/U/perl
3233            ! d_strtoull.U d_strtouq.U
3234 ____________________________________________________________________________
3235 [  8136] By: jhi                                   on 2000/12/15  18:11:35
3236         Log: I don't think it's sensible or portable to test the strtou*
3237              on /^-/ strings.
3238      Branch: perl
3239            ! Configure
3240 ____________________________________________________________________________
3241 [  8135] By: jhi                                   on 2000/12/15  17:18:49
3242         Log: Metaconfig unit change for #8134.
3243      Branch: metaconfig
3244            ! U/modified/d_strtoul.U
3245 ____________________________________________________________________________
3246 [  8134] By: jhi                                   on 2000/12/15  17:14:13
3247         Log: If longsize is 8 we don't need a LL suffix for integer constants.
3248      Branch: perl
3249            ! Configure config_h.SH
3250 ____________________________________________________________________________
3251 [  8133] By: jhi                                   on 2000/12/15  16:00:23
3252         Log: Update Changes.
3253      Branch: perl
3254            ! Changes patchlevel.h
3255 ____________________________________________________________________________
3256 [  8132] By: jhi                                   on 2000/12/15  15:44:16
3257         Log: Some compilers get huffy if you do not cast a const pointer
3258              to a non-const when assigning.
3259      Branch: perl
3260            ! gv.c
3261 ____________________________________________________________________________
3262 [  8131] By: jhi                                   on 2000/12/15  15:38:30
3263         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
3264              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3265              Date: Fri, 15 Dec 2000 05:26:57 -0500
3266              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
3267      Branch: perl
3268            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
3269            ! t/pragma/overload.t
3270 ____________________________________________________________________________
3271 [  8130] By: jhi                                   on 2000/12/15  15:36:08
3272         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
3273              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3274              Date: Thu, 14 Dec 2000 22:02:43 -0500
3275              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
3276      Branch: perl
3277            ! gv.c perl.h
3278 ____________________________________________________________________________
3279 [  8129] By: jhi                                   on 2000/12/15  15:34:16
3280         Log: Subject: PATCH: h2xs nit
3281              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3282              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
3283              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
3284              
3285              Add a template README.
3286      Branch: perl
3287            ! utils/h2xs.PL
3288 ____________________________________________________________________________
3289 [  8128] By: jhi                                   on 2000/12/15  15:32:22
3290         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
3291      Branch: perl
3292            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
3293 ____________________________________________________________________________
3294 [  8127] By: jhi                                   on 2000/12/15  15:19:34
3295         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
3296              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3297              Date:     Thu, 14 Dec 2000 20:04:42 EST
3298              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
3299      Branch: perl
3300            ! ext/Opcode/Opcode.xs
3301 ____________________________________________________________________________
3302 [  8126] By: jhi                                   on 2000/12/15  15:17:49
3303         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
3304              From: Peter Prymmer <pvhp@forte.com>
3305              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
3306              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
3307      Branch: perl
3308            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
3309            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
3310            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
3311 ____________________________________________________________________________
3312 [  8125] By: jhi                                   on 2000/12/15  15:11:05
3313         Log: This seems to be a stage sane and stable enough to checkin.
3314              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
3315      Branch: perl
3316            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
3317            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
3318            ! t/op/cmp.t t/op/numconvert.t
3319 ____________________________________________________________________________
3320 [  8124] By: jhi                                   on 2000/12/15  04:20:26
3321         Log: Something is really wonky.
3322      Branch: perl
3323            ! sv.c
3324 ____________________________________________________________________________
3325 [  8123] By: jhi                                   on 2000/12/15  04:00:50
3326         Log: Fixes for the IV UV patches to compile in Digital UNIX.
3327      Branch: perl
3328            ! sv.c
3329 ____________________________________________________________________________
3330 [  8122] By: jhi                                   on 2000/12/15  02:53:40
3331         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
3332              From: "Craig A. Berry" <craigberry@mac.com>
3333              Date: Thu, 14 Dec 2000 19:10:49 -0600
3334              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
3335      Branch: perl
3336            ! vms/vms.c
3337 ____________________________________________________________________________
3338 [  8121] By: jhi                                   on 2000/12/15  02:50:00
3339         Log: Metaconfig changes for #8120.
3340      Branch: metaconfig
3341            + U/modified/d_strtoul.U
3342      Branch: metaconfig/U/perl
3343            ! d_strtoull.U d_strtouq.U
3344 ____________________________________________________________________________
3345 [  8120] By: jhi                                   on 2000/12/15  02:49:42
3346         Log: From: Nicholas Clark <nick@ccl4.org> 
3347              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
3348              Date: Thu, 14 Dec 2000 18:38:57 +0000
3349              Message-ID: <20001214183857.B97909@plum.flirble.org>
3350      Branch: perl
3351            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3352            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
3353            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
3354            ! vos/config.ga.def vos/config.ga.h win32/config.bc
3355            ! win32/config.gc win32/config.vc
3356 ____________________________________________________________________________
3357 [  8119] By: jhi                                   on 2000/12/14  23:40:58
3358         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
3359              From: Nicholas Clark <nick@ccl4.org>
3360              Date: Wed, 13 Dec 2000 20:08:50 +0000
3361              Message-ID: <20001213200849.B71166@plum.flirble.org>
3362      Branch: perl
3363            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
3364            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
3365 ____________________________________________________________________________
3366 [  8118] By: jhi                                   on 2000/12/14  22:46:26
3367         Log: Integrate perlio.
3368      Branch: perl
3369           !> MANIFEST ext/Encode/compile makedef.pl
3370 ____________________________________________________________________________
3371 [  8117] By: nick                                  on 2000/12/14  22:38:53
3372         Log: Win32 tweaks to get Encode to build
3373              - temp hack to makedef.pl till PerlIO is properly "exported".
3374              - MSVC dislikes  
3375              static encpage_t foo[];
3376              so make 'em extern for now.
3377      Branch: perlio
3378            ! ext/Encode/compile makedef.pl
3379 ____________________________________________________________________________
3380 [  8116] By: nick                                  on 2000/12/14  22:00:53
3381         Log: Document the new files
3382      Branch: perlio
3383            ! MANIFEST
3384 ____________________________________________________________________________
3385 [  8115] By: jhi                                   on 2000/12/14  21:58:01
3386         Log: MANIFEST new files of #8114.
3387      Branch: perl
3388            ! MANIFEST
3389 ____________________________________________________________________________
3390 [  8114] By: jhi                                   on 2000/12/14  21:50:49
3391         Log: Integrate perlio.
3392      Branch: perl
3393           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
3394           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
3395           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
3396           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
3397           !> ext/Encode/Makefile.PL
3398 ____________________________________________________________________________
3399 [  8113] By: jhi                                   on 2000/12/14  21:48:49
3400         Log: The documentation part of the
3401              
3402              Subject: [ID 20001214.002] Net::Ping patch
3403              From: Jonathan Stowe <gellyfish@gellyfish.com>
3404              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
3405              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
3406              since the #7529 had already addressed the same problem.
3407      Branch: perl
3408            ! lib/Net/Ping.pm
3409 ____________________________________________________________________________
3410 [  8112] By: jhi                                   on 2000/12/14  21:42:57
3411         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
3412              From: Dominic Dunlop <domo@computer.org>
3413              Date: Tue, 12 Dec 2000 10:47:10 +0100
3414              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
3415              
3416              Document how elusive subroutines can be.
3417      Branch: perl
3418            ! pod/perlfunc.pod
3419 ____________________________________________________________________________
3420 [  8111] By: jhi                                   on 2000/12/14  21:38:05
3421         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
3422              From: Dominic Dunlop <domo@computer.org>
3423              Date: Thu, 14 Dec 2000 10:13:51 +0100
3424              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
3425      Branch: perl
3426            ! ext/POSIX/POSIX.pod
3427 ____________________________________________________________________________
3428 [  8110] By: jhi                                   on 2000/12/14  21:36:32
3429         Log: Subject: [patch] perlfaq7
3430              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
3431              Date: Thu, 14 Dec 2000 15:31:07 +0100
3432              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
3433      Branch: perl
3434            ! pod/perlfaq7.pod
3435 ____________________________________________________________________________
3436 [  8109] By: jhi                                   on 2000/12/14  21:29:20
3437         Log: Subject: [8104] Encode
3438              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3439              Date: Thu, 14 Dec 2000 14:49:34 +0100
3440              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
3441              
3442              Type casting for nervous compilers.
3443      Branch: perl
3444            ! ext/Encode/Encode.xs
3445 ____________________________________________________________________________
3446 [  8108] By: jhi                                   on 2000/12/14  21:26:17
3447         Log: Subject: [8104] DB_File
3448              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3449              Date: Thu, 14 Dec 2000 14:49:35 +0100
3450              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
3451              
3452              Type definition incorrect for DB 2.7.7.  Not known when it
3453              changed, so only changed it for a known revision.
3454      Branch: perl
3455            ! ext/DB_File/DB_File.xs
3456 ____________________________________________________________________________
3457 [  8107] By: jhi                                   on 2000/12/14  21:23:41
3458         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
3459              From: Peter Prymmer <pvhp@forte.com>
3460              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
3461              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
3462              
3463              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
3464      Branch: perl
3465            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
3466            ! ext/Encode/Encode/posix-bc.enc
3467 ____________________________________________________________________________
3468 [  8106] By: nick                                  on 2000/12/14  20:36:13
3469         Log: "Cold" build correction to Encode's Makefile.PL
3470      Branch: perlio
3471            ! ext/Encode/Makefile.PL
3472 ____________________________________________________________________________
3473 [  8105] By: nick                                  on 2000/12/14  20:09:37
3474         Log: "Compiled" encodings.
3475              Correct replacement character in EBCDIC .enc files
3476              Add 0x7F to ASCII repertoire.
3477      Branch: perlio
3478            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3479            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
3480            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
3481            ! ext/Encode/Makefile.PL ext/Encode/compile
3482            ! ext/Encode/encengine.c ext/Encode/encode.h
3483 ____________________________________________________________________________
3484 [  8104] By: nick                                  on 2000/12/14  00:38:20
3485         Log: Integrate mainline
3486      Branch: perlio
3487           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
3488           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
3489           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
3490           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
3491           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
3492           !> t/lib/db-hash.t t/lib/db-recno.t
3493 ____________________________________________________________________________
3494 [  8103] By: nick                                  on 2000/12/13  23:16:13
3495         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
3496              so far and so it does not get lost.
3497      Branch: perlio
3498            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
3499 ____________________________________________________________________________
3500 [  8102] By: jhi                                   on 2000/12/13  17:14:22
3501         Log: Update Changes.
3502      Branch: perl
3503            ! Changes patchlevel.h
3504 ____________________________________________________________________________
3505 [  8101] By: jhi                                   on 2000/12/13  16:53:41
3506         Log: Move the proto of start_glob() to a better place; regen api files.
3507      Branch: perl
3508            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
3509 ____________________________________________________________________________
3510 [  8100] By: jhi                                   on 2000/12/13  16:47:11
3511         Log: Metaconfig change for #8099.
3512      Branch: metaconfig
3513            ! U/modified/Head.U
3514 ____________________________________________________________________________
3515 [  8099] By: jhi                                   on 2000/12/13  16:46:48
3516         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
3517              From: Andy Dougherty <doughera@lafayette.edu>
3518              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
3519              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
3520      Branch: perl
3521            ! Configure
3522 ____________________________________________________________________________
3523 [  8098] By: jhi                                   on 2000/12/13  16:39:02
3524         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
3525              From: rspier@pobox.com (Robert Spier)
3526              Date: Tue, 12 Dec 2000 21:12:39 -0500
3527              Message-ID: <14902.56087.678086.725773@rls.cx>
3528              
3529              fastgetcwd is defined using a glob alias on a $^O dependent basis -
3530              and there was no default assignment or perl subroutine.
3531      Branch: perl
3532            ! lib/Cwd.pm
3533 ____________________________________________________________________________
3534 [  8097] By: jhi                                   on 2000/12/13  16:16:01
3535         Log: Subject: [PATCH] move startglob out of pp_hot.c
3536              From: Nicholas Clark <nick@ccl4.org>
3537              Date: Mon, 11 Dec 2000 23:16:39 +0000
3538              Message-ID: <20001211231638.A55550@plum.flirble.org>
3539      Branch: perl
3540            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
3541 ____________________________________________________________________________
3542 [  8096] By: jhi                                   on 2000/12/13  15:26:23
3543         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
3544              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
3545              Date: Wed, 13 Dec 2000 14:01:37 +0100
3546              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
3547              
3548              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
3549              in turn requires libpthread in libswanted.
3550      Branch: perl
3551            ! hints/hpux.sh
3552 ____________________________________________________________________________
3553 [  8095] By: jhi                                   on 2000/12/12  19:51:05
3554         Log: The integration wars continue.
3555      Branch: perl
3556           !> sv.c
3557 ____________________________________________________________________________
3558 [  8094] By: jhi                                   on 2000/12/12  19:48:26
3559         Log: Subject: [PATCH perl@8070] DB_File-1.74  
3560              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
3561              Date: Mon, 11 Dec 2000 23:07:17 -0000
3562              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
3563      Branch: perl
3564            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3565            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
3566            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
3567            ! t/lib/db-recno.t
3568 ____________________________________________________________________________
3569 [  8093] By: nick                                  on 2000/12/12  19:42:13
3570         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
3571      Branch: perlio
3572            ! sv.c
3573           !> lib/File/DosGlob.pm
3574 ____________________________________________________________________________
3575 [  8092] By: jhi                                   on 2000/12/12  19:28:11
3576         Log: Integrate perlio.
3577      Branch: perl
3578           !> sv.c
3579 ____________________________________________________________________________
3580 [  8091] By: nick                                  on 2000/12/12  18:49:45
3581         Log: Fix for Tk, and upgrading shared SVs.
3582      Branch: perlio
3583            ! sv.c
3584 ____________________________________________________________________________
3585 [  8090] By: jhi                                   on 2000/12/12  16:48:59
3586         Log: Subject: [PATCH] Re: Breadperl & Tk
3587              From: Nick Ing-Simmons <nik@tiuk.ti.com>
3588              Date: Tue, 12 Dec 2000 14:48:27 GMT
3589              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
3590      Branch: perl
3591            ! sv.c
3592 ____________________________________________________________________________
3593 [  8089] By: jhi                                   on 2000/12/12  03:37:19
3594         Log: Subject: DosGlob.pm diff for bash style brace expansion.
3595              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
3596              Date: Fri, 8 Dec 2000 10:45:30 -0600
3597              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
3598      Branch: perl
3599            ! lib/File/DosGlob.pm
3600 ____________________________________________________________________________
3601 [  8088] By: nick                                  on 2000/12/11  23:59:59
3602         Log: Integrate mainline
3603      Branch: perlio
3604           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
3605           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
3606           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
3607           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
3608           !> t/op/local.t t/pragma/warn/toke toke.c
3609 ____________________________________________________________________________
3610 [  8087] By: jhi                                   on 2000/12/11  23:20:23
3611         Log: Integrate perlio.
3612      Branch: perl
3613           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3614 ____________________________________________________________________________
3615 [  8086] By: jhi                                   on 2000/12/11  22:50:59
3616         Log: Tune further the OS detection of CGI.
3617      Branch: perl
3618            ! lib/CGI.pm
3619 ____________________________________________________________________________
3620 [  8085] By: nick                                  on 2000/12/11  22:50:46
3621         Log: Finish 1st pass of "encoding" layer e.g. :
3622              open($fh,"<encoding(iso8859-7)",$greek) || die;
3623      Branch: perlio
3624            ! ext/Encode/Encode.xs perlio.c perliol.h
3625 ____________________________________________________________________________
3626 [  8084] By: jhi                                   on 2000/12/11  22:32:06
3627         Log: Revert the -f ambiguousity patch, seems to cause
3628              too much hassle (the interpret -Q as a function
3629              where Q is not a known filetest part is left in).
3630      Branch: perl
3631            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
3632            ! toke.c
3633 ____________________________________________________________________________
3634 [  8083] By: jhi                                   on 2000/12/11  22:27:23
3635         Log: (accidentally empty check-in)
3636      Branch: perl
3637            ! lib/File/DosGlob.pm
3638 ____________________________________________________________________________
3639 [  8082] By: nick                                  on 2000/12/11  19:09:51
3640         Log: Restore mmap function (broken by tweaks to shared buffer
3641              layer for encode(xxxx)).
3642      Branch: perlio
3643            ! perlio.c
3644 ____________________________________________________________________________
3645 [  8081] By: jhi                                   on 2000/12/11  18:29:13
3646         Log: Subject: Re: The long awaited feature ...
3647              From: Simon Cozens <simon@cozens.net>
3648              Date: Mon, 11 Dec 2000 15:54:24 +0000
3649              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
3650              
3651              More io/utf8 tests.
3652      Branch: perl
3653            ! t/io/utf8.t
3654 ____________________________________________________________________________
3655 [  8080] By: jhi                                   on 2000/12/11  18:19:36
3656         Log: Subject: PATCH MakeMaker manpage clarification
3657              From: andreas.koenig@anima.de (Andreas J. Koenig)
3658              Date: 10 Dec 2000 20:46:13 +0100
3659              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
3660      Branch: perl
3661            ! lib/ExtUtils/MakeMaker.pm
3662 ____________________________________________________________________________
3663 [  8079] By: jhi                                   on 2000/12/11  15:35:07
3664         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
3665              From: Simon Cozens <simon@cozens.net>
3666              Date: Sun, 10 Dec 2000 19:06:19 +0000
3667              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
3668      Branch: perl
3669            ! ext/B/B/Deparse.pm t/lib/b.t
3670 ____________________________________________________________________________
3671 [  8078] By: jhi                                   on 2000/12/11  15:09:11
3672         Log: Subject: [PATCH] docs on NaN
3673              From: Nicholas Clark <nick@ccl4.org>
3674              Date: Mon, 11 Dec 2000 01:48:38 +0000
3675              Message-ID: <20001211014838.B99205@plum.flirble.org>
3676      Branch: perl
3677            ! pod/perlop.pod
3678 ____________________________________________________________________________
3679 [  8077] By: jhi                                   on 2000/12/11  15:02:21
3680         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
3681              From: Simon Cozens <simon@cozens.net>
3682              Date: Mon, 11 Dec 2000 01:21:45 +0000
3683              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
3684      Branch: perl
3685            ! pp.c pp_hot.c scope.c t/op/local.t
3686 ____________________________________________________________________________
3687 [  8076] By: nick                                  on 2000/12/10  20:43:32
3688         Log: Not merge worthy...
3689              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
3690              syntax is modelled on attributes.
3691              Untested fix for io/utf8 on Win32 etc.
3692              Very clumsy start to the encode layer.
3693      Branch: perlio
3694            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3695 ____________________________________________________________________________
3696 [  8075] By: jhi                                   on 2000/12/10  18:39:33
3697         Log: Darwin is not Windows.
3698      Branch: perl
3699            ! lib/CGI.pm
3700 ____________________________________________________________________________
3701 [  8074] By: jhi                                   on 2000/12/10  18:31:27
3702         Log: Subject: Ambiguous -%c() resolved as a file test
3703              From: "Paul Marquess" <Paul.Marquess@openwave.com>
3704              Date: Sun, 10 Dec 2000 15:35:07 -0000
3705              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
3706      Branch: perl
3707            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
3708 ____________________________________________________________________________
3709 [  8073] By: jhi                                   on 2000/12/10  18:16:29
3710         Log: Subject: PATCH installperl misinformed 
3711              From: andreas.koenig@anima.de (Andreas J. Koenig)
3712              Date: 10 Dec 2000 13:01:32 +0100 
3713              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
3714      Branch: perl
3715            ! installperl
3716 ____________________________________________________________________________
3717 [  8072] By: jhi                                   on 2000/12/10  18:07:55
3718         Log: The walkoptree confusion rages; walkoptree() seems to be coming
3719              from B.xs, while walkoptree_slow() comes from B.pm.
3720      Branch: perl
3721            ! ext/B/B.pm
3722 ____________________________________________________________________________
3723 [  8071] By: nick                                  on 2000/12/10  11:45:47
3724         Log: Integrate mainline
3725      Branch: perlio
3726           +> t/base/commonsense.t
3727           !> (integrate 37 files)
3728 ____________________________________________________________________________
3729 [  8070] By: jhi                                   on 2000/12/10  04:46:21
3730         Log: Update Changes.
3731      Branch: perl
3732            ! Changes patchlevel.h
3733 ____________________________________________________________________________
3734 [  8069] By: jhi                                   on 2000/12/10  04:39:19
3735         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
3736              From: andreas.koenig@anima.de (Andreas J. Koenig)
3737              Date: 09 Dec 2000 17:14:25 +0100
3738              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
3739      Branch: perl
3740            + t/base/commonsense.t
3741            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
3742 ____________________________________________________________________________
3743 [  8068] By: jhi                                   on 2000/12/10  04:17:36
3744         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
3745              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3746              Date: Sat, 9 Dec 2000 16:47:22 -0000
3747              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
3748      Branch: perl
3749            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
3750            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
3751            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
3752            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
3753            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
3754            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
3755            ! t/lib/sdbm.t
3756 ____________________________________________________________________________
3757 [  8067] By: jhi                                   on 2000/12/10  03:52:02
3758         Log: Test case for #8066.
3759      Branch: perl
3760            ! t/op/misc.t
3761 ____________________________________________________________________________
3762 [  8066] By: jhi                                   on 2000/12/10  03:50:30
3763         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
3764              From: Simon Cozens <simon@cozens.net>
3765              Date: Sun, 10 Dec 2000 00:55:37 +0000
3766              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
3767      Branch: perl
3768            ! pp_sys.c
3769 ____________________________________________________________________________
3770 [  8065] By: jhi                                   on 2000/12/10  03:44:52
3771         Log: Test case for #8064.
3772      Branch: perl
3773            ! t/comp/proto.t
3774 ____________________________________________________________________________
3775 [  8064] By: jhi                                   on 2000/12/10  03:42:32
3776         Log: Subject: Re: prototype of substr
3777              From: Simon Cozens <simon@cozens.net>
3778              Date: Sun, 10 Dec 2000 00:13:33 +0000
3779              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
3780              
3781              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
3782      Branch: perl
3783            ! pp.c
3784 ____________________________________________________________________________
3785 [  8063] By: jhi                                   on 2000/12/10  03:39:42
3786         Log: Subject: [PATCH] perlguts.pod
3787              From: Simon Cozens <simon@cozens.net>
3788              Date: Sun, 10 Dec 2000 00:06:47 +0000
3789              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
3790              
3791              Documentation of the different types of ops,
3792              plus the functions in dump.c
3793      Branch: perl
3794            ! pod/perlguts.pod
3795 ____________________________________________________________________________
3796 [  8062] By: jhi                                   on 2000/12/10  03:30:04
3797         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
3798              From: Nicholas Clark <nick@talking.bollo.cx>
3799              Date: Sat, 09 Dec 2000 18:57:25 +0000
3800              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
3801              
3802              Be more robust in weird hostname setups.
3803      Branch: perl
3804            ! t/lib/net-hostent.t
3805 ____________________________________________________________________________
3806 [  8061] By: jhi                                   on 2000/12/10  03:28:21
3807         Log: Pacify fussy compiler. 
3808      Branch: perl
3809            ! pp_sys.c
3810 ____________________________________________________________________________
3811 [  8060] By: jhi                                   on 2000/12/10  02:52:46
3812         Log: Integrate perlio.
3813      Branch: perl
3814           !> pp_sys.c t/io/utf8.t
3815 ____________________________________________________________________________
3816 [  8059] By: nick                                  on 2000/12/09  23:40:14
3817         Log: read/sysread/recv should now be utf8 aware.
3818              Basic test for utf8 read.
3819      Branch: perlio
3820            ! pp_sys.c t/io/utf8.t
3821 ____________________________________________________________________________
3822 [  8058] By: jhi                                   on 2000/12/09  21:56:02
3823         Log: Integrate perlio.
3824      Branch: perl
3825           +> t/io/utf8.t
3826           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
3827 ____________________________________________________________________________
3828 [  8057] By: jhi                                   on 2000/12/09  21:53:35
3829         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
3830              From: Inaba Hiroto <inaba@st.rim.or.jp>
3831              Date: Sun, 10 Dec 2000 05:53:21 +0900
3832              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
3833              
3834              Tests for #8056.
3835      Branch: perl
3836            ! t/op/each.t
3837 ____________________________________________________________________________
3838 [  8056] By: jhi                                   on 2000/12/09  21:51:16
3839         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
3840              From: Inaba Hiroto <inaba@st.rim.or.jp>
3841              Date: Sat, 09 Dec 2000 18:02:00 +0900
3842              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
3843              
3844              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
3845      Branch: perl
3846            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
3847 ____________________________________________________________________________
3848 [  8055] By: nick                                  on 2000/12/09  20:11:48
3849         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
3850              than raw PerlIO_write() - does not seem to break any tests.
3851      Branch: perlio
3852            ! pp_sys.c
3853 ____________________________________________________________________________
3854 [  8054] By: nick                                  on 2000/12/09  19:47:30
3855         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
3856              (sysread, recv and write i.e. formats still to do...)
3857              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
3858              open($fh,">:utf8","name")
3859              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
3860              so no extra overhead is involved.
3861              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
3862              to a non-utf8 stream.
3863              Add initial io/utf8.t
3864              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
3865              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
3866              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
3867      Branch: perlio
3868            + t/io/utf8.t
3869            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
3870 ____________________________________________________________________________
3871 [  8053] By: nick                                  on 2000/12/09  19:26:37
3872         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
3873              was only testing this_utf8.
3874      Branch: perlio
3875            ! toke.c
3876 ____________________________________________________________________________
3877 [  8052] By: nick                                  on 2000/12/09  19:09:41
3878         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
3879              i.e. the output string has one, but don't mess with source assumption.
3880      Branch: perlio
3881            ! toke.c
3882 ____________________________________________________________________________
3883 [  8051] By: jhi                                   on 2000/12/09  16:55:17
3884         Log: Integrate perlio.
3885      Branch: perl
3886           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
3887           !> sv.c thrdvar.h util.c
3888 ____________________________________________________________________________
3889 [  8050] By: jhi                                   on 2000/12/09  16:48:07
3890         Log: Nits noticed by Peter Prymmer.
3891      Branch: perl
3892            ! lib/ExtUtils/MM_VMS.pm
3893 ____________________________________________________________________________
3894 [  8049] By: nick                                  on 2000/12/09  13:49:40
3895         Log: UTF8 output prework.
3896              - Store $\ and $, as SVs so they can have SvUTF8 flag
3897              - use do_print() rather than raw PerlIO_write() to print them.
3898      Branch: perlio
3899            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
3900            ! thrdvar.h util.c
3901 ____________________________________________________________________________
3902 [  8048] By: nick                                  on 2000/12/09  12:30:43
3903         Log: Integrate mainline.
3904      Branch: perlio
3905           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
3906           +> t/op/reverse.t
3907           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
3908           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
3909           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
3910           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
3911           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
3912           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
3913 ____________________________________________________________________________
3914 [  8047] By: jhi                                   on 2000/12/09  00:23:27
3915         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
3916              From: Michael G Schwern <schwern@pobox.com>
3917              Date: Fri, 8 Dec 2000 14:43:04 -0600
3918      Branch: perl
3919            ! lib/ExtUtils/MM_VMS.pm
3920 ____________________________________________________________________________
3921 [  8046] By: jhi                                   on 2000/12/08  23:10:27
3922         Log: A missed check-in.
3923      Branch: perl
3924            ! lib/ExtUtils/Manifest.pm
3925 ____________________________________________________________________________
3926 [  8045] By: jhi                                   on 2000/12/08  21:57:12
3927         Log: (null check-in)
3928      Branch: perl
3929            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
3930 ____________________________________________________________________________
3931 [  8044] By: jhi                                   on 2000/12/08  21:11:06
3932         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
3933              at the final draft stage.
3934      Branch: perl
3935            + ext/Encode/Encode/iso8859-16.enc
3936            ! MANIFEST
3937 ____________________________________________________________________________
3938 [  8043] By: jhi                                   on 2000/12/08  16:39:04
3939         Log: Update Changes.
3940      Branch: perl
3941            ! Changes patchlevel.h
3942 ____________________________________________________________________________
3943 [  8042] By: jhi                                   on 2000/12/08  16:33:39
3944         Log: Do not return the Unicode replacement character if UTF-8
3945              decoding goes awry, it should be up to the caller to decide.
3946      Branch: perl
3947            ! pod/perlapi.pod utf8.c
3948 ____________________________________________________________________________
3949 [  8041] By: jhi                                   on 2000/12/08  16:22:28
3950         Log: metaconfig maintenance.
3951      Branch: metaconfig
3952            ! U/modified/stdchar.U
3953      Branch: metaconfig/U/perl
3954            + testsyml.U
3955 ____________________________________________________________________________
3956 [  8040] By: jhi                                   on 2000/12/08  16:03:08
3957         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
3958              From: sthoenna@efn.org
3959              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
3960              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
3961      Branch: perl
3962            ! Changes lib/ExtUtils/MM_OS2.pm
3963 ____________________________________________________________________________
3964 [  8039] By: jhi                                   on 2000/12/08  15:57:11
3965         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
3966              From: Simon Cozens <simon@cozens.net>
3967              Date: Fri, 8 Dec 2000 13:33:31 +0000
3968              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
3969              
3970              (The pp_hot part needed a rewrite.)
3971      Branch: perl
3972            ! doop.c pp_hot.c utf8.c
3973 ____________________________________________________________________________
3974 [  8038] By: jhi                                   on 2000/12/08  15:25:08
3975         Log: Subject: djSP
3976              From: Michael Stevens <michael@etla.org>
3977              Date: Wed, 6 Dec 2000 23:24:01 +0000
3978              Message-ID: <20001206232400.A21381@firedrake.org>
3979              
3980              Plus a note from Nick Ing-Simmons.
3981      Branch: perl
3982            ! pp.h
3983 ____________________________________________________________________________
3984 [  8037] By: jhi                                   on 2000/12/08  15:18:35
3985         Log: Filetype is text.
3986      Branch: perl
3987            ! t/op/utf8decode.t
3988 ____________________________________________________________________________
3989 [  8036] By: jhi                                   on 2000/12/08  03:31:27
3990         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
3991              From: Andy Dougherty <doughera@lafayette.edu>
3992              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
3993              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
3994              
3995              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
3996              From: Andy Dougherty <doughera@lafayette.edu>
3997              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
3998              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
3999      Branch: perl
4000            + ext/POSIX/hints/svr4.pl
4001            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
4002 ____________________________________________________________________________
4003 [  8035] By: jhi                                   on 2000/12/08  03:26:01
4004         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
4005              From: Andy Dougherty <doughera@lafayette.edu>
4006              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
4007              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
4008      Branch: perl
4009            ! t/README t/base/term.t
4010 ____________________________________________________________________________
4011 [  8034] By: jhi                                   on 2000/12/08  03:21:59
4012         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
4013              From: mjd@plover.com  
4014              Date: 7 Dec 2000 21:04:20 -0000
4015              Message-ID: <20001207210420.22282.qmail@plover.com>
4016              
4017              Plus -z doc.
4018      Branch: perl
4019            ! pod/perlfunc.pod
4020 ____________________________________________________________________________
4021 [  8033] By: jhi                                   on 2000/12/08  03:19:03
4022         Log: Use the UTF8 macros a bit.  They can't be used with abandon
4023              everywhere because we do generate illegal UTF-8 in some situations.
4024              This is of course naughty.
4025      Branch: perl
4026            ! pod/perlapi.pod utf8.c utf8.h
4027 ____________________________________________________________________________
4028 [  8032] By: jhi                                   on 2000/12/08  03:00:09
4029         Log: Out of sync?
4030      Branch: perl
4031            ! t/pragma/warn/utf8
4032 ____________________________________________________________________________
4033 [  8031] By: jhi                                   on 2000/12/08  02:22:39
4034         Log: Cnt spl.
4035      Branch: perl
4036            ! MANIFEST
4037 ____________________________________________________________________________
4038 [  8030] By: jhi                                   on 2000/12/08  01:23:54
4039         Log: Add test for reverse().
4040      Branch: perl
4041            + t/op/reverse.t
4042            ! MANIFEST
4043 ____________________________________________________________________________
4044 [  8029] By: jhi                                   on 2000/12/08  01:21:47
4045         Log: Integrate perlio.
4046      Branch: perl
4047           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
4048           !> perlio.c perlio.h perlsdio.h warnings.pl
4049 ____________________________________________________________________________
4050 [  8028] By: jhi                                   on 2000/12/08  01:19:08
4051         Log: Introduce macros for UTF8 decoding.
4052      Branch: perl
4053            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
4054 ____________________________________________________________________________
4055 [  8027] By: nick                                  on 2000/12/07  22:18:19
4056         Log: Integrate mainline
4057      Branch: perlio
4058           !> embed.pl pod/perlapi.pod utf8.c
4059 ____________________________________________________________________________
4060 [  8026] By: nick                                  on 2000/12/07  21:45:08
4061         Log: Various oddities p4 diff -se showed up
4062              Remove 'our' from warnings.pl
4063      Branch: perlio
4064            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
4065 ____________________________________________________________________________
4066 [  8025] By: nick                                  on 2000/12/07  21:43:32
4067         Log: Change PerlIO_(get|set)pos to take SV *
4068              Should fix, OS/2, VMS, (sfio??)
4069      Branch: perlio
4070            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
4071 ____________________________________________________________________________
4072 [  8024] By: jhi                                   on 2000/12/07  19:05:32
4073         Log: Document utf8_to_uv() better.
4074      Branch: perl
4075            ! pod/perlapi.pod utf8.c
4076 ____________________________________________________________________________
4077 [  8023] By: jhi                                   on 2000/12/07  18:23:47
4078         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
4079      Branch: perl
4080            ! embed.pl pod/perlapi.pod utf8.c
4081 ____________________________________________________________________________
4082 [  8022] By: jhi                                   on 2000/12/07  04:13:51
4083         Log: Integrate perlio.
4084      Branch: perl
4085           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
4086           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
4087           !> win32/makefile.mk
4088 ____________________________________________________________________________
4089 [  8021] By: nick                                  on 2000/12/07  00:28:14
4090         Log: Various attempts at MSVC debug - not sure what has
4091              changed but works now. 
4092              Seems atexit() _may_ work for DLLs built with MSVC so don't
4093              call cleanup that way.
4094      Branch: perlio
4095            ! perlio.c win32/makefile.mk
4096 ____________________________________________________________________________
4097 [  8020] By: nick                                  on 2000/12/06  19:57:20
4098         Log: Integrate mainline
4099      Branch: perlio
4100           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
4101           !> (integrate 75 files)
4102 ____________________________________________________________________________
4103 [  8019] By: nick                                  on 2000/12/06  19:28:21
4104         Log: Add useperlio to config.vc
4105              Turn off binmode in config_H.PL
4106              Regen all the config_H.xx
4107              Attempt to get debugging build with MSVC.
4108      Branch: perlio
4109            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4110            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
4111 ____________________________________________________________________________
4112 [  8018] By: nick                                  on 2000/12/06  19:21:57
4113         Log: Test various dup/external program options on all platforms.
4114      Branch: perlio
4115            ! t/io/dup.t
4116 ____________________________________________________________________________
4117 [  8017] By: nick                                  on 2000/12/06  19:20:47
4118         Log: Fix harness to be less picky
4119      Branch: perlio
4120            ! lib/Test/Harness.pm
4121 ____________________________________________________________________________
4122 [  8016] By: jhi                                   on 2000/12/06  16:45:12
4123         Log: Update Changes.
4124      Branch: perl
4125            ! Changes patchlevel.h
4126 ____________________________________________________________________________
4127 [  8015] By: jhi                                   on 2000/12/06  16:41:03
4128         Log: Test \x{...} with ord().
4129      Branch: perl
4130            ! t/op/ord.t
4131 ____________________________________________________________________________
4132 [  8014] By: jhi                                   on 2000/12/06  16:20:33
4133         Log: Test tweak because of #8013.
4134      Branch: perl
4135            ! t/lib/b.t
4136 ____________________________________________________________________________
4137 [  8013] By: jhi                                   on 2000/12/06  16:09:09
4138         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
4139              From: Michael G Schwern <schwern@pobox.com>
4140              Date: Tue, 5 Dec 2000 21:23:28 -0500
4141              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
4142              
4143              Carp::Heavy parts not very applicable because of recent changes.
4144      Branch: perl
4145            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
4146            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
4147            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
4148            ! lib/Exporter.pm lib/Exporter/Heavy.pm
4149            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
4150            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4151            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
4152            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
4153            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
4154            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
4155            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
4156            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
4157            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
4158            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
4159            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
4160            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
4161            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
4162            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
4163            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
4164            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
4165            ! warnings.pl
4166 ____________________________________________________________________________
4167 [  8012] By: jhi                                   on 2000/12/06  15:22:38
4168         Log: Subject: [PATCH] Re: New harness is failing things
4169              From: Nick Ing-Simmons <nik@tiuk.ti.com>
4170              Date: Wed, 6 Dec 2000 13:00:30 GMT
4171              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
4172      Branch: perl
4173            ! lib/Test/Harness.pm
4174 ____________________________________________________________________________
4175 [  8011] By: jhi                                   on 2000/12/06  15:12:08
4176         Log: Subject: installhtml changes
4177              From: Michael Stevens <michael@etla.org>
4178              Date: Wed, 6 Dec 2000 13:15:53 +0000
4179              Message-ID: <20001206131553.A27317@firedrake.org>
4180      Branch: perl
4181            ! installhtml
4182 ____________________________________________________________________________
4183 [  8010] By: jhi                                   on 2000/12/06  15:06:05
4184         Log: Subject: the dTHR hits
4185              From: Michael Stevens <michael@etla.org>
4186              Date: Wed, 6 Dec 2000 12:06:03 +0000
4187              Message-ID: <20001206120603.A24581@firedrake.org>
4188              
4189              More, errrm, less dTHRs.
4190      Branch: perl
4191            ! bytecode.pl ext/B/B/C.pm
4192 ____________________________________________________________________________
4193 [  8009] By: jhi                                   on 2000/12/06  15:04:25
4194         Log: Subject: MakeMaker mailing list gone?
4195              From: Michael G Schwern <schwern@pobox.com>
4196              Date: Tue, 5 Dec 2000 19:29:59 -0500
4197              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
4198              
4199              The MakeMaker mailing list is dead, perlbug is the right
4200              address to report bugs.
4201      Branch: perl
4202            ! lib/ExtUtils/MakeMaker.pm
4203 ____________________________________________________________________________
4204 [  8008] By: jhi                                   on 2000/12/06  15:00:32
4205         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
4206              From: Michael G Schwern <schwern@pobox.com>
4207              Date: Tue, 5 Dec 2000 19:21:21 -0500
4208              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
4209              
4210              Add a default MANIFEST skip that ignores things like
4211              version control files, editor temporary files, and the Makefile.
4212      Branch: perl
4213            + lib/ExtUtils/MANIFEST.SKIP
4214            ! MANIFEST lib/ExtUtils/Manifest.pm
4215 ____________________________________________________________________________
4216 [  8007] By: jhi                                   on 2000/12/06  14:57:20
4217         Log: In Amiga more manual hackery of the scripts seems to be needed,
4218              from Jan-Erik Karlsson.  Why Configure does not get this right
4219              is unknown, may be shell-induced.
4220      Branch: perl
4221            ! README.amiga
4222 ____________________________________________________________________________
4223 [  8006] By: jhi                                   on 2000/12/05  23:53:12
4224         Log: Add TOPm1s to peek at the second topmost stack item.
4225      Branch: perl
4226            ! pp.h
4227 ____________________________________________________________________________
4228 [  8005] By: jhi                                   on 2000/12/05  23:13:55
4229         Log: Avaunt, you foul UTF-8 tests.
4230      Branch: perl
4231            ! t/op/ver.t t/pragma/utf8.t
4232 ____________________________________________________________________________
4233 [  8004] By: jhi                                   on 2000/12/05  23:09:54
4234         Log: Continue utf8 dispersal. 
4235      Branch: perl
4236            + t/op/concat.t
4237            ! MANIFEST t/pragma/utf8.t
4238 ____________________________________________________________________________
4239 [  8003] By: nick                                  on 2000/12/05  23:02:39
4240         Log: Integrate mainline.
4241      Branch: perlio
4242           +> t/op/length.t t/op/utf8decode.t
4243           !> (integrate 69 files)
4244 ____________________________________________________________________________
4245 [  8002] By: jhi                                   on 2000/12/05  22:59:28
4246         Log: Integrate perlio.
4247      Branch: perl
4248           !> iperlsys.h perl.c perlio.c win32/perllib.c
4249 ____________________________________________________________________________
4250 [  8001] By: nick                                  on 2000/12/05  22:07:52
4251         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
4252              - calloc/free suffer from damage on TerminateThread()
4253              - use PerlMemShared (as originally planned) now fixed
4254              - avoid doing anything important on DLL "detach".
4255      Branch: perlio
4256            ! perl.c perlio.c win32/perllib.c
4257 ____________________________________________________________________________
4258 [  8000] By: nick                                  on 2000/12/05  21:05:09
4259         Log: Fix gross PerlMemShared issue.
4260      Branch: perlio
4261            ! iperlsys.h
4262 ____________________________________________________________________________
4263 [  7999] By: jhi                                   on 2000/12/05  20:46:58
4264         Log: Test for Unicode (UTF-8) hash keys.
4265      Branch: perl
4266            ! t/op/each.t
4267 ____________________________________________________________________________
4268 [  7998] By: jhi                                   on 2000/12/05  20:30:35
4269         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
4270              is now always UTF-8), empty line cosmetics.
4271      Branch: perl
4272            ! t/pragma/utf8.t
4273 ____________________________________________________________________________
4274 [  7997] By: jhi                                   on 2000/12/05  20:15:40
4275         Log: Subject: Re: STRLEN - what?
4276              From: Andy Dougherty <doughera@lafayette.edu>
4277              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
4278              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
4279              
4280              Explain STRLEN.
4281      Branch: perl
4282            ! pod/perlguts.pod
4283 ____________________________________________________________________________
4284 [  7996] By: jhi                                   on 2000/12/05  20:13:34
4285         Log: Split off the UTF-8 decoder tests, make them to check also
4286              the error message.
4287      Branch: perl
4288            + t/op/utf8decode.t
4289            ! MANIFEST t/pragma/utf8.t utf8.c
4290 ____________________________________________________________________________
4291 [  7995] By: jhi                                   on 2000/12/05  16:39:47
4292         Log: Start migrating bits of pragma/utf8 to elsewhere
4293              (since the long term plan is to obsolete 'use utf8').
4294      Branch: perl
4295            + t/op/length.t
4296            ! MANIFEST t/pragma/utf8.t
4297 ____________________________________________________________________________
4298 [  7994] By: jhi                                   on 2000/12/05  16:30:21
4299         Log: Fix a manual edit typo from #7993, fix the message formatting
4300              for Unicode, add few our declarations.
4301      Branch: perl
4302            ! lib/Carp/Heavy.pm
4303 ____________________________________________________________________________
4304 [  7993] By: jhi                                   on 2000/12/05  16:09:15
4305         Log: Subject: Need help with warnings :-(
4306              From: "Ben Tilly" <ben_tilly@hotmail.com>
4307              Date: Tue, 05 Dec 2000 01:35:54 -0500
4308              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
4309              
4310              Subject: UPDATE: Carp/Heavy now passes all tests
4311              From: "Ben Tilly" <ben_tilly@hotmail.com>
4312              Date: Tue, 05 Dec 2000 07:59:41 -0500
4313              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
4314              
4315              The Brave New Carp.
4316      Branch: perl
4317            ! lib/Carp.pm lib/Carp/Heavy.pm
4318 ____________________________________________________________________________
4319 [  7992] By: jhi                                   on 2000/12/05  15:55:08
4320         Log: Subject: [PATCH perl@7979] cygwin port
4321              From: "Eric Fifer" <efifer@dircon.co.uk>
4322              Date: Tue, 5 Dec 2000 14:04:09 -0000
4323              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
4324      Branch: perl
4325            ! t/lib/net-hostent.t
4326 ____________________________________________________________________________
4327 [  7991] By: jhi                                   on 2000/12/05  15:52:34
4328         Log: Subject: Re: [PATCH] The largest hoax of all times?
4329              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4330              Date: Tue, 5 Dec 2000 00:40:25 -0500
4331              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
4332              
4333              Subject: Re: [PATCH] The largest hoax of all times?
4334              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4335              Date: Mon, 4 Dec 2000 23:55:53 -0500
4336              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
4337              
4338              Subject: Re: [PATCH] The largest hoax of all times?
4339              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4340              Date: Tue, 5 Dec 2000 01:28:45 -0500
4341              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
4342              
4343              Fix the unpredictable order of DESTROYs.
4344      Branch: perl
4345            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
4346            ! sv.c sv.h t/op/ref.t
4347 ____________________________________________________________________________
4348 [  7990] By: jhi                                   on 2000/12/05  14:38:53
4349         Log: Subject: [PATCH] shrink pp_hot fractionally
4350              From: Nicholas Clark <nick@ccl4.org>
4351              Date: Tue, 5 Dec 2000 12:44:31 +0000
4352              Message-ID: <20001205124431.E74518@plum.flirble.org>
4353              
4354              Use report_evil_fh().
4355      Branch: perl
4356            ! opcode.pl opnames.h pp_hot.c util.c
4357 ____________________________________________________________________________
4358 [  7989] By: jhi                                   on 2000/12/05  14:21:27
4359         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
4360              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4361              Date: Mon, 04 Dec 2000 22:21:59 -0800
4362              Message-ID: <HmIL6gzkgepS092yn@efn.org>
4363              
4364              Harness shouldn't ignore responses like "ok 3\r\r\n".
4365      Branch: perl
4366            ! lib/Test/Harness.pm
4367 ____________________________________________________________________________
4368 [  7988] By: jhi                                   on 2000/12/05  13:51:28
4369         Log: Integrate the "skip" messages to explain().
4370      Branch: perl
4371            ! t/lib/syslfs.t t/op/lfs.t
4372 ____________________________________________________________________________
4373 [  7987] By: jhi                                   on 2000/12/05  12:34:54
4374         Log: The one that got away in #7984.
4375              
4376              Subject: Re: dTHR - what and why?
4377              From: Michael Stevens <michael@etla.org> 
4378              Date: Tue, 5 Dec 2000 11:15:52 +0000
4379              Message-ID: <20001205111552.A4647@firedrake.org>
4380      Branch: perl
4381            ! sv.h
4382 ____________________________________________________________________________
4383 [  7986] By: gsar                                  on 2000/12/05  09:14:44
4384         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
4385              due to the notorious GetFileType() bug in Windows 9x, which fstat()
4386              tickles)
4387      Branch: perl
4388            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
4389 ____________________________________________________________________________
4390 [  7985] By: jhi                                   on 2000/12/05  05:49:03
4391         Log: Integrate perlio.
4392      Branch: perl
4393           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
4394           !> win32/perlhost.h win32/perllib.c
4395 ____________________________________________________________________________
4396 [  7984] By: jhi                                   on 2000/12/05  05:48:16
4397         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
4398      Branch: perl
4399            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
4400            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
4401            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
4402            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
4403            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
4404            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
4405            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
4406            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
4407            ! win32/win32.c
4408 ____________________________________________________________________________
4409 [  7983] By: nick                                  on 2000/12/04  23:27:43
4410         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
4411      Branch: perlio
4412            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
4413            ! win32/perlhost.h win32/perllib.c
4414 ____________________________________________________________________________
4415 [  7982] By: jhi                                   on 2000/12/04  19:44:09
4416         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
4417              uncovered by #7980.
4418      Branch: perl
4419            ! op.c
4420 ____________________________________________________________________________
4421 [  7981] By: jhi                                   on 2000/12/04  19:42:07
4422         Log: Subject: [PATCH] Trivial dump.c feature
4423              From: Simon Cozens <simon@cozens.net>
4424              Date: Mon, 4 Dec 2000 18:08:38 +0000
4425              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
4426              
4427              Show whether a constant is UTF-8.
4428      Branch: perl
4429            ! dump.c
4430 ____________________________________________________________________________
4431 [  7980] By: jhi                                   on 2000/12/04  19:36:51
4432         Log: UTF-8 hash keys, patch from Inaba Hiroto.
4433      Branch: perl
4434            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
4435 ____________________________________________________________________________
4436 [  7979] By: jhi                                   on 2000/12/04  17:36:28
4437         Log: Update Changes.
4438      Branch: perl
4439            ! Changes patchlevel.h
4440 ____________________________________________________________________________
4441 [  7978] By: jhi                                   on 2000/12/04  16:42:17
4442         Log: Retract #7977, still too volatile (the euphemism of the day
4443              for unfinished and buggy :-)
4444      Branch: perl
4445            ! doop.c hv.c pp.c sv.h
4446 ____________________________________________________________________________
4447 [  7977] By: jhi                                   on 2000/12/04  16:25:15
4448         Log: (Retracted by #7978, too shaky yet.)
4449              
4450              Subject: Re: utf8 in hash keys, implementor missing
4451              From: Simon Cozens <simon@cozens.net>
4452              Date: Sat, 2 Dec 2000 19:49:35 +0000
4453              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
4454              
4455              The first step at UTF-8 hash keys.
4456      Branch: perl
4457            ! doop.c hv.c pp.c sv.h
4458 ____________________________________________________________________________
4459 [  7976] By: jhi                                   on 2000/12/04  16:13:53
4460         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
4461              From: sthoenna@efn.org
4462              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
4463              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
4464      Branch: perl
4465            ! os2/os2.c perlio.c
4466 ____________________________________________________________________________
4467 [  7975] By: jhi                                   on 2000/12/04  16:05:25
4468         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
4469              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4470              Date: Thu, 30 Nov 2000 20:50:37 -0800
4471              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
4472      Branch: perl
4473            ! os2/os2.c
4474 ____________________________________________________________________________
4475 [  7974] By: jhi                                   on 2000/12/04  16:03:57
4476         Log: Subject: [PATCH] ++ 20% faster
4477              From: Nicholas Clark <nick@ccl4.org>
4478              Date: Mon, 4 Dec 2000 12:17:27 +0000
4479              Message-ID: <20001204121726.B52976@plum.flirble.org>
4480              
4481              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
4482      Branch: perl
4483            ! sv.c
4484 ____________________________________________________________________________
4485 [  7973] By: jhi                                   on 2000/12/04  16:00:48
4486         Log: 
4487              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
4488              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4489              Date: Mon, 04 Dec 2000 12:30:45 +0100
4490              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
4491              
4492              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
4493              library (getprotobyname and getprotobynumber are outversioned by
4494              the same calls in libc, at least for xlc version 3.
4495      Branch: perl
4496            ! hints/aix.sh
4497 ____________________________________________________________________________
4498 [  7972] By: jhi                                   on 2000/12/04  02:58:31
4499         Log: Integrate perlio.
4500      Branch: perl
4501           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
4502           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
4503           !> win32/win32.h win32/win32iop.h win32/win32thread.h
4504 ____________________________________________________________________________
4505 [  7971] By: nick                                  on 2000/12/04  00:24:33
4506         Log: Quieten some noise in Win32 builds:
4507              - win32.h is included after <sys/socket.h>, so need to 
4508              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
4509              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
4510      Branch: perlio
4511            ! doio.c perl.h toke.c win32/win32.h
4512 ____________________________________________________________________________
4513 [  7970] By: nick                                  on 2000/12/03  22:57:46
4514         Log: PERL_IMPLICIT_SYS compiles but does not work.
4515      Branch: perlio
4516            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
4517            ! win32/perlhost.h win32/perllib.c win32/win32.h
4518            ! win32/win32iop.h win32/win32thread.h
4519 ____________________________________________________________________________
4520 [  7969] By: jhi                                   on 2000/12/03  22:12:58
4521         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
4522              used to swash_init(), makes regprop() dumps more informative
4523              (+utf8::IsAlpha, -utf8::IsDigit, for example).
4524      Branch: perl
4525            ! regcomp.c regexec.c
4526 ____________________________________________________________________________
4527 [  7968] By: jhi                                   on 2000/12/03  21:39:56
4528         Log: Implement ANYOFUTF8 regprop() dumping.
4529      Branch: perl
4530            ! regcomp.c
4531 ____________________________________________________________________________
4532 [  7967] By: jhi                                   on 2000/12/03  20:57:19
4533         Log: Make uv_to_utf8() to zero-terminate its output buffer,
4534              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
4535      Branch: perl
4536            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
4537 ____________________________________________________________________________
4538 [  7966] By: nick                                  on 2000/12/03  18:41:21
4539         Log: Integrate mainline (STDCHAR)
4540      Branch: perlio
4541           !> Configure t/pragma/utf8.t
4542 ____________________________________________________________________________
4543 [  7965] By: jhi                                   on 2000/12/03  17:58:20
4544         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
4545      Branch: perl
4546            ! t/pragma/utf8.t
4547 ____________________________________________________________________________
4548 [  7964] By: jhi                                   on 2000/12/03  17:35:56
4549         Log: Integrate perlio.
4550      Branch: perl
4551           !> iperlsys.h perlio.c
4552 ____________________________________________________________________________
4553 [  7963] By: jhi                                   on 2000/12/03  17:33:55
4554         Log: Metaconfig unit change for #7962.
4555      Branch: metaconfig
4556            ! U/modified/stdchar.U
4557 ____________________________________________________________________________
4558 [  7962] By: jhi                                   on 2000/12/03  17:33:27
4559         Log: Untangle the <stdio.h> #include nest for the stdchar test,
4560              from Andy Dougherty.
4561      Branch: perl
4562            ! Configure
4563 ____________________________________________________________________________
4564 [  7961] By: nick                                  on 2000/12/03  16:53:00
4565         Log: Make iperlsys.h vector stdio not PerlIO.
4566      Branch: perlio
4567            ! iperlsys.h perlio.c
4568 ____________________________________________________________________________
4569 [  7960] By: nick                                  on 2000/12/03  14:43:01
4570         Log: Integrate mainline
4571      Branch: perlio
4572           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
4573           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
4574 ____________________________________________________________________________
4575 [  7959] By: jhi                                   on 2000/12/03  08:16:36
4576         Log: Use DO_UTF8().
4577      Branch: perl
4578            ! op.c
4579 ____________________________________________________________________________
4580 [  7958] By: jhi                                   on 2000/12/02  18:33:05
4581         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
4582              From: Mike Guy <mjtg@cam.ac.uk>         
4583              Date: Sat, 02 Dec 2000 17:27:13 +0000
4584              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
4585              
4586              An extraneous argument.
4587      Branch: perl
4588            ! toke.c
4589 ____________________________________________________________________________
4590 [  7957] By: jhi                                   on 2000/12/02  18:22:32
4591         Log: A missing hunk.
4592      Branch: perl
4593            ! t/lib/net-hostent.t
4594 ____________________________________________________________________________
4595 [  7956] By: jhi                                   on 2000/12/02  18:06:20
4596         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
4597              From: Nicholas Clark <nick@ccl4.org>
4598              Date: Sat, 2 Dec 2000 14:28:27 +0000
4599              Message-ID: <20001202142827.A12308@plum.flirble.org>
4600              
4601              Test robustness.
4602      Branch: perl
4603            ! t/lib/net-hostent.t
4604 ____________________________________________________________________________
4605 [  7955] By: jhi                                   on 2000/12/02  17:58:06
4606         Log: Metaconfig unit change for #7954.
4607      Branch: metaconfig
4608            ! U/modified/stdchar.U
4609 ____________________________________________________________________________
4610 [  7954] By: jhi                                   on 2000/12/02  17:54:32
4611         Log: An inconvenient hang would happen if the stdio _ptr wasn't
4612              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
4613              would be grepping stdin for all eternity for the _ptr.)
4614      Branch: perl
4615            ! Configure
4616 ____________________________________________________________________________
4617 [  7953] By: jhi                                   on 2000/12/02  00:07:15
4618         Log: Update Changes.
4619      Branch: perl
4620            ! Changes patchlevel.h
4621 ____________________________________________________________________________
4622 [  7952] By: jhi                                   on 2000/12/01  23:54:47
4623         Log: Subject: Re: long shell lines
4624              From: Andy Dougherty <doughera@lafayette.edu>
4625              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
4626              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
4627              
4628              Split overly long shell command lines.
4629      Branch: perl
4630            ! lib/ExtUtils/MM_Unix.pm
4631 ____________________________________________________________________________
4632 [  7951] By: jhi                                   on 2000/12/01  23:48:02
4633         Log: The metaconfig unit change for #7950.
4634      Branch: metaconfig
4635            + U/modified/stdchar.U
4636 ____________________________________________________________________________
4637 [  7950] By: jhi                                   on 2000/12/01  23:47:39
4638         Log: Try to find stdchar also from <stdio_impl.h>.
4639      Branch: perl
4640            ! Configure config_h.SH
4641 ____________________________________________________________________________
4642 [  7949] By: jhi                                   on 2000/12/01  23:46:45
4643         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
4644              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
4645              Date: Fri, 1 Dec 2000 16:26:08 -0500
4646              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
4647              
4648              Reword the diagnostic message.
4649      Branch: perl
4650            ! pod/perldiag.pod
4651 ____________________________________________________________________________
4652 [  7948] By: nick                                  on 2000/12/01  22:49:43
4653         Log: Integrate mainline (for s/y/m as sub names stuff).
4654      Branch: perlio
4655           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
4656           !> t/pragma/warn/toke toke.c
4657 ____________________________________________________________________________
4658 [  7947] By: jhi                                   on 2000/12/01  20:55:41
4659         Log: Integrate perlio.
4660      Branch: perl
4661           !> perlio.c perliol.h t/io/pipe.t
4662 ____________________________________________________________________________
4663 [  7946] By: jhi                                   on 2000/12/01  20:36:51
4664         Log: Upgrade to CPAN 1.59_51, from Andreas König.
4665      Branch: perl
4666            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4667 ____________________________________________________________________________
4668 [  7945] By: nick                                  on 2000/12/01  20:31:32
4669         Log: Integrate mainline
4670      Branch: perlio
4671           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
4672           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
4673           +> t/lib/net-hostent.t
4674           !> (integrate 35 files)
4675 ____________________________________________________________________________
4676 [  7944] By: jhi                                   on 2000/12/01  20:23:29
4677         Log: Some help for 20001130.011.  Now one gets warnings like
4678              "Ambiguous -f() resolved as a file test ..."
4679      Branch: perl
4680            ! pod/perldiag.pod t/pragma/warn/toke toke.c
4681 ____________________________________________________________________________
4682 [  7943] By: jhi                                   on 2000/12/01  19:44:44
4683         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
4684              that also breaks using them as methods. 
4685      Branch: perl
4686            ! pod/perldiag.pod t/op/misc.t toke.c
4687 ____________________________________________________________________________
4688 [  7942] By: nick                                  on 2000/12/01  17:56:46
4689         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
4690              Make 'unix' pass most tests
4691              - do unread by temporary push of layer ("pending") holding unread chars
4692              - fast_gets is now based on per-handle flag
4693              - relax one of io/pipe.t tests to allow print to fail and close to
4694              succeed so that it passes on unbuffered "unix" layer.
4695              Remaining fail is sporadic and a genuine race condition between
4696              parent/child in fork test.
4697      Branch: perlio
4698            ! perlio.c perliol.h t/io/pipe.t
4699 ____________________________________________________________________________
4700 [  7941] By: jhi                                   on 2000/12/01  15:28:58
4701         Log: (Retracted by #7943.)
4702              
4703              Reserve the short named string operator names.
4704      Branch: perl
4705            ! pod/perldiag.pod t/op/misc.t toke.c
4706 ____________________________________________________________________________
4707 [  7940] By: jhi                                   on 2000/12/01  06:45:53
4708         Log: Get the three different space character classes right under utf8.
4709      Branch: perl
4710            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
4711            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
4712            ! regexec.c t/op/pat.t utf8.c
4713 ____________________________________________________________________________
4714 [  7939] By: jhi                                   on 2000/12/01  03:26:26
4715         Log: Two more tests that make no sense in UTF-8 since the test
4716              data is not in UTF-8.
4717      Branch: perl
4718            ! t/op/regexp.t
4719 ____________________________________________________________________________
4720 [  7938] By: jhi                                   on 2000/12/01  03:20:39
4721         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
4722              should it be required inside regexen?
4723      Branch: perl
4724            ! regcomp.c t/op/regmesg.t
4725 ____________________________________________________________________________
4726 [  7937] By: jhi                                   on 2000/12/01  02:58:53
4727         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
4728              stored and restored, and thusly was trounced by the utf8 swash
4729              routines.
4730      Branch: perl
4731            ! regcomp.c
4732 ____________________________________________________________________________
4733 [  7936] By: jhi                                   on 2000/11/30  20:41:39
4734         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
4735              Why the different platforms behave so differently (core dump vs
4736              no core dump) on this bug is a but of a mystery, but if I had to
4737              guess I would mumble something like 'alignment'.
4738      Branch: perl
4739            ! sv.c
4740 ____________________________________________________________________________
4741 [  7935] By: jhi                                   on 2000/11/30  16:17:02
4742         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
4743              From: Robin Barker <rmb1@cise.npl.co.uk>
4744              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
4745              Date: Thu, 30 Nov 2000 14:27:12 GMT
4746      Branch: perl
4747            ! perlio.c toke.c
4748 ____________________________________________________________________________
4749 [  7934] By: jhi                                   on 2000/11/30  16:04:49
4750         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
4751      Branch: perl
4752            ! t/lib/net-hostent.t
4753 ____________________________________________________________________________
4754 [  7933] By: jhi                                   on 2000/11/30  06:07:26
4755         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
4756              From: Peter Prymmer <pvhp@forte.com>
4757              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
4758              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
4759              
4760              In VMS the localhost may be LOCALHOST.
4761      Branch: perl
4762            ! t/lib/net-hostent.t
4763 ____________________________________________________________________________
4764 [  7932] By: jhi                                   on 2000/11/30  01:11:11
4765         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
4766              From: Peter Prymmer <pvhp@forte.com>
4767              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
4768              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
4769              
4770              plus regen perlapi.pod.
4771      Branch: perl
4772            ! pod/perlapi.pod utf8.c
4773 ____________________________________________________________________________
4774 [  7931] By: jhi                                   on 2000/11/30  01:06:19
4775         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
4776              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4777              Date:     Wed, 29 Nov 2000 17:15:11 EST
4778              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
4779      Branch: perl
4780            ! t/lib/filter-util.pl t/lib/filter-util.t
4781 ____________________________________________________________________________
4782 [  7930] By: jhi                                   on 2000/11/29  18:51:55
4783         Log: Update Changes.
4784      Branch: perl
4785            ! Changes patchlevel.h
4786 ____________________________________________________________________________
4787 [  7929] By: jhi                                   on 2000/11/29  18:50:55
4788         Log: Update the va_copy() metaconfig unit.
4789      Branch: metaconfig/U/perl
4790            ! need_va_copy.U
4791 ____________________________________________________________________________
4792 [  7928] By: jhi                                   on 2000/11/29  17:50:43
4793         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
4794              From: Dominic Dunlop <domo@computer.org>
4795              Date: Tue, 28 Nov 2000 16:41:57 +0100
4796              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
4797              
4798              Patch to catch a core dump in the Configure va_copy test.
4799      Branch: perl
4800            ! Configure config_h.SH
4801 ____________________________________________________________________________
4802 [  7927] By: jhi                                   on 2000/11/29  17:31:59
4803         Log: Retract #7921, the patch shouldn't be needed.
4804      Branch: perl
4805            ! sv.c
4806 ____________________________________________________________________________
4807 [  7926] By: jhi                                   on 2000/11/29  17:01:41
4808         Log: Make the Class::Struct import() wiser.
4809      Branch: perl
4810            ! lib/Class/Struct.pm t/lib/class-struct.t
4811 ____________________________________________________________________________
4812 [  7925] By: jhi                                   on 2000/11/29  16:36:33
4813         Log: All the core library users of Class::Struct seem to be
4814              using "use Class::Struct 'struct';" instead of the bare
4815              "use Class::Struct;", which isn't documented in Class::Struct.
4816              This can't be right.
4817      Branch: perl
4818            ! lib/File/stat.pm
4819 ____________________________________________________________________________
4820 [  7924] By: jhi                                   on 2000/11/29  16:32:15
4821         Log: A test works better if it has the right 1..$n output.
4822      Branch: perl
4823            ! t/lib/class-struct.t
4824 ____________________________________________________________________________
4825 [  7923] By: jhi                                   on 2000/11/29  16:29:11
4826         Log: Forgot to MANIFEST the new Net::hostent test.
4827      Branch: perl
4828            ! MANIFEST
4829 ____________________________________________________________________________
4830 [  7922] By: jhi                                   on 2000/11/29  16:27:49
4831         Log: Integrate perlio.
4832      Branch: perl
4833           !> iperlsys.h perlio.c
4834 ____________________________________________________________________________
4835 [  7921] By: jhi                                   on 2000/11/29  16:27:10
4836         Log: (Retracted by #7927.)
4837              
4838              Subject: [PATCH] Is infinity a number?
4839              From: Simon Cozens <simon@cozens.net>
4840              Date: Wed, 29 Nov 2000 14:48:20 +0000
4841              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
4842      Branch: perl
4843            ! sv.c
4844 ____________________________________________________________________________
4845 [  7920] By: jhi                                   on 2000/11/29  16:23:02
4846         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
4847              From: rspier@pobox.com (Robert Spier)
4848              Date: Wed, 29 Nov 2000 02:17:49 -0500
4849              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
4850              
4851              Add a test for Net::hostent.
4852      Branch: perl
4853            + t/lib/net-hostent.t
4854 ____________________________________________________________________________
4855 [  7919] By: jhi                                   on 2000/11/29  16:21:31
4856         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
4857              add a test for Class::Struct.
4858      Branch: perl
4859            + t/lib/class-struct.t
4860            ! MANIFEST lib/Class/Struct.pm
4861 ____________________________________________________________________________
4862 [  7918] By: jhi                                   on 2000/11/29  15:48:40
4863         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
4864              From: rspier@pobox.com (Robert Spier)
4865              Date: Wed, 29 Nov 2000 02:25:39 -0500
4866              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
4867              
4868              More checking in case someone has broken their services or
4869              protocol databases.
4870      Branch: perl
4871            ! ext/Sys/Syslog/Syslog.pm
4872 ____________________________________________________________________________
4873 [  7917] By: jhi                                   on 2000/11/29  15:46:25
4874         Log: Subject: [PATCH] $^O  win32 -> MSWin32
4875              From: rspier@pobox.com (Robert Spier)
4876              Date: Wed, 29 Nov 2000 02:17:38 -0500
4877              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
4878              
4879              plus similar nits for vms, err, VMS, and UNICOS.
4880      Branch: perl
4881            ! t/lib/syslfs.t t/op/lfs.t
4882 ____________________________________________________________________________
4883 [  7916] By: jhi                                   on 2000/11/29  15:42:51
4884         Log: Subject: [PATCH] Tokeniser debugging
4885              From: Simon Cozens <simon@cozens.net>
4886              Date: Wed, 29 Nov 2000 14:15:45 +0000
4887              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
4888      Branch: perl
4889            ! perl.c perl.h pod/perlrun.pod toke.c
4890 ____________________________________________________________________________
4891 [  7915] By: jhi                                   on 2000/11/29  15:41:36
4892         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
4893              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4894              Date: Wed, 29 Nov 2000 02:13:14 -0500
4895              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
4896              
4897              OUT keyword nits.
4898              
4899              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
4900              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4901              Date: Wed, 29 Nov 2000 03:09:04 -0500
4902              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
4903              
4904              OUT and IN_OUT documentation.
4905      Branch: perl
4906            ! lib/ExtUtils/xsubpp pod/perlxs.pod
4907 ____________________________________________________________________________
4908 [  7914] By: jhi                                   on 2000/11/29  03:35:01
4909         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
4910              From: John Tobey <jtobey@john-edwin-tobey.org>
4911              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
4912              Message-Id: <m140e1N-000FOoC@feynman.localnet>
4913              
4914              plus a performance speedup noticed by Sarathy.
4915      Branch: perl
4916            ! op.c
4917 ____________________________________________________________________________
4918 [  7913] By: jhi                                   on 2000/11/29  03:16:59
4919         Log: Use "1 while unlink" so that VMS gets clean, too.
4920      Branch: perl
4921            ! t/lib/filter-util.t
4922 ____________________________________________________________________________
4923 [  7912] By: jhi                                   on 2000/11/29  03:09:08
4924         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
4925              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4926              Date: Tue, 28 Nov 2000 03:27:09 -0500
4927              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
4928      Branch: perl
4929            ! lib/ExtUtils/xsubpp
4930 ____________________________________________________________________________
4931 [  7911] By: jhi                                   on 2000/11/29  03:06:30
4932         Log: This should have been part of #7872: no need to scan UTF-8
4933              until eternity.
4934      Branch: perl
4935            ! utf8.c
4936 ____________________________________________________________________________
4937 [  7910] By: jhi                                   on 2000/11/29  02:50:04
4938         Log: One more perltie.pod nit from Casey R. Tweten.
4939      Branch: perl
4940            ! pod/perltie.pod
4941 ____________________________________________________________________________
4942 [  7909] By: jhi                                   on 2000/11/29  02:44:23
4943         Log: Document the known sprintf test failures, exact standard
4944              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
4945      Branch: perl
4946            ! pod/perldelta.pod t/op/sprintf.t
4947 ____________________________________________________________________________
4948 [  7908] By: jhi                                   on 2000/11/29  02:36:23
4949         Log: Add the Encoding table format documentation.
4950      Branch: perl
4951            + ext/Encode/Encode/EncodeFormat.pod
4952            ! MANIFEST
4953 ____________________________________________________________________________
4954 [  7907] By: jhi                                   on 2000/11/29  02:07:24
4955         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
4956              From: "Casey R. Tweten" <crt@kiski.net>
4957              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
4958              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
4959              
4960              Subject: Re: [PATCH] Updating perltie.pod for arrays
4961              From: "Casey R. Tweten" <crt@kiski.net>
4962              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
4963              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
4964      Branch: perl
4965            ! pod/perltie.pod
4966 ____________________________________________________________________________
4967 [  7906] By: nick                                  on 2000/11/28  22:40:59
4968         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
4969      Branch: perlio
4970            ! iperlsys.h perlio.c
4971 ____________________________________________________________________________
4972 [  7905] By: nick                                  on 2000/11/28  22:04:34
4973         Log: Integrate mainline
4974      Branch: perlio
4975           !> (integrate 39 files)
4976 ____________________________________________________________________________
4977 [  7904] By: jhi                                   on 2000/11/28  16:44:43
4978         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
4979              From: Nicholas Clark <nick@babyhippo.co.uk>
4980              Date: Tue, 28 Nov 2000 11:16:57 +0000
4981              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
4982      Branch: perl
4983            ! pod/perlipc.pod
4984 ____________________________________________________________________________
4985 [  7903] By: jhi                                   on 2000/11/28  16:40:31
4986         Log: Subject: [PATCH] Updating perltie.pod for arrays
4987              From: "Casey R. Tweten" <crt@kiski.net>
4988              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
4989              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
4990      Branch: perl
4991            ! pod/perltie.pod
4992 ____________________________________________________________________________
4993 [  7902] By: jhi                                   on 2000/11/28  16:39:37
4994         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
4995              From: Robin Barker <rmb1@cise.npl.co.uk>
4996              Date: Mon, 27 Nov 2000 17:56:44 GMT
4997              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
4998      Branch: perl
4999            ! pod/perlfunc.pod t/op/split.t
5000 ____________________________________________________________________________
5001 [  7901] By: jhi                                   on 2000/11/28  16:28:04
5002         Log: setmode() is a DOSish-only thing.
5003      Branch: perl
5004            ! perlio.c
5005 ____________________________________________________________________________
5006 [  7900] By: jhi                                   on 2000/11/28  16:21:46
5007         Log: Subject: [PATCH] perlcc.PL cleanups
5008              From: Simon Cozens <simon@cozens.net>
5009              Date: Tue, 28 Nov 2000 12:44:35 +0000
5010              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
5011      Branch: perl
5012            ! utils/perlcc.PL
5013 ____________________________________________________________________________
5014 [  7899] By: gsar                                  on 2000/11/28  06:32:55
5015         Log: reintegrate files missed by change#7895
5016      Branch: maint-5.6/perl
5017           +> ext/ByteLoader/bytecode.h utils/Makefile
5018            - utils/perlbc.PL
5019 ____________________________________________________________________________
5020 [  7897] By: gsar                                  on 2000/11/27  18:22:47
5021         Log: can't integrate these two files, for some reason
5022      Branch: maint-5.6/perl
5023            - ext/ByteLoader/bytecode.h utils/Makefile
5024 ____________________________________________________________________________
5025 [  7895] By: gsar                                  on 2000/11/27  18:11:21
5026         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
5027              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
5028              6757..6890,6892..6901 from mainline
5029              
5030              Bytecompiler patches from Benjamin Stuhl.
5031              
5032              More bytecompiler.
5033              
5034              Subject: [PATCH blead] B:: missing dependency
5035              
5036              Subject: [PATCH: 6757] configure.com updates and syslog build
5037              
5038              Long double Gconvert fixes from Yitzchak Scott-Thoennes
5039              and Spider Boardman.
5040              
5041              Subject: [PATCH blead] nextchar() abuse misses an optimisation
5042              
5043              Long double fixes from Spider Boardman.
5044              
5045              Make the selection of NVff et al stricter.
5046              
5047              cSVOPo_*v things index into the current PL_curpad
5048              under ithreads, which is different from the curpad
5049              used by the XSUB.  (In other words, the code as-is
5050              before this patch wouldn't work under ithreads.)
5051              
5052              Be portable.
5053              
5054              VMS MMS (make) wants null action.
5055              
5056              Mac and other portability updates from Chris Nandor.
5057              
5058              Storable support, v-version fixes.
5059              Subject: CPAN.pm beta for testing available
5060              
5061              Portability fix from Hugo van der Sanden.
5062              
5063              Bad makefile.
5064              
5065              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
5066              
5067              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
5068              
5069              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
5070              
5071              Replace #6705 with a minimal doc patch.
5072              Subject: [PATCH 5.6.0] replace change #6705
5073              
5074              Drop the separate perlbc, perlcc -b should be enough.
5075              
5076              installperl couldn't tell whether it had run tests or not.
5077              Subject: [PATCH] Re: installperl and t/TEST
5078              
5079              Add silencer flags to installperl.
5080              Subject: [PATCH] Making installperl silent.
5081              
5082              Make "make install" by default silent.  A new "install-verbose"
5083              target is verbose.
5084              
5085              More liberal parsing of version numbers.
5086              Subject: Re: CPAN.pm beta for testing available
5087              
5088              Create directories in silence.
5089              Subject: [PATCH] Another silencer for MakeMaker
5090              
5091              DOS patches and portability/porting notes, from Tim Jenness.
5092              
5093              Make installman to recognize the silence flag -S.
5094              
5095              Actually do something with the silencer option.
5096              
5097              Continue silencing.
5098              
5099              Show the doc file, not the temp file.
5100              
5101              Regen perltoc.
5102              
5103              Subject: [PATCH] More silencing of installman.
5104              
5105              Better wording for the vec lvalue diagnostic.
5106              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
5107              
5108              Subject: [PATCH: 6805] several more tweaks to configure.com
5109              
5110              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
5111              
5112              Missing parts of 
5113              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
5114              
5115              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
5116              (applied slightly modified)
5117              
5118              installperl --verbose and --silent.
5119              Subject: Re: [PATCH] More silencing of installman.
5120              
5121              Add install-silent target.
5122              
5123              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
5124              the problem reported in
5125              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
5126              
5127              Tweak the sfio/useperlio logic, hopefully as wished in
5128              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
5129              
5130              One forgotten file from #6816.
5131              
5132              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
5133              
5134              Remove duplicately applied patch shards.
5135              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
5136              
5137              Support preserving extremely big/small angles.
5138              
5139              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
5140              
5141              Subject: [PATCH] installation not quite silent yet.
5142              
5143              Update the test count.
5144              
5145              Use UVxf, PTR2UV, NVff.
5146              
5147              Document PTR2XX and INT2PTR.
5148              
5149              no-install target a la make -n.
5150              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
5151              
5152              grep -e isn't portable.
5153              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
5154              
5155              Can't get the test to reliably work thanks to the
5156              inaccurateness of floating point.  "Resolves" bug ids
5157              20000826.003, 20000826.009, 20000826.010,
5158              
5159              Subject: installman buglet
5160              
5161              DJGPP update from Laszlo Molnar.
5162              
5163              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
5164              
5165              Passing -R in ldflags makes now it to appear in the default
5166              for lddlflags, just like with -L.
5167              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
5168              
5169              Test nit.
5170              
5171              Use the actual thread type, not the pointer-to-struct.
5172              
5173              Provice virtual $Config{ccflags_nolargefiles} etc. 
5174              
5175              display_format used as a class method without arguments was broken,
5176              reported in
5177              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
5178              
5179              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
5180              
5181              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
5182              
5183              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
5184              
5185              opmini.o may be left around if a build is interrupted.
5186              
5187              Typo in #6858.
5188              
5189              Fix for ID 20000828.001, long doubles were not formatted
5190              correctly (showed up in $], which stopped installing perl).
5191              
5192              An attempt to fix the problem reported in
5193              Subject: Building perl@6856 using gcc/AIX 4.3.3 
5194              I can't test this properly since the gcc installation I have
5195              access to seems to be botched (gcc is calling the AIX cpp,
5196              a losing proposition...)
5197              
5198              Add -ld to archname on long tr...double platforms.
5199              
5200              Subject: hv.h Doc Patch
5201              
5202              Potential cruft.
5203              
5204              Subject: [PATCH bleedperl@6856] warnings fixes
5205              
5206              -S is the silent flag, -s is the strip flag.
5207              Subject: [PATCH] Re: [PATCH] make no-install          
5208              
5209              Take out the SUIDMAIL thing, that will not be
5210              a problem in 5.7.*.
5211              
5212              Subject: [PATCH bleedperl@6866] spellings
5213              
5214              Subject: [PATCH] Re: files not cleaned even by veryclean
5215              
5216              Use minimal @INC in tests, most of the time just '../lib',
5217              so that we simply can't pick up stuff from other Perls than
5218              the one we are testing.  Pointed out by
5219              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
5220              
5221              Update to Getopt::Long 2.24, from Johan Vromans.
5222              
5223              Fix for thinko in #6848.
5224              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
5225              
5226              Patches all over for people and the files they (hopefully) care about.
5227              
5228              Subject: Net::protoent does not export 'getproto'
5229              
5230              Missed a change in #6869.
5231              
5232              Subject: [PATCH] Warnings in B::Deparse
5233              
5234              Subject: [PATCH] Glob dumping
5235              
5236              Disable one of the tests for now.
5237              
5238              Disabling the one test is a bit tricky.
5239              
5240              Don't forget to tidy up.
5241              
5242              The #6881 removed one dump line.
5243              
5244              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
5245              
5246              Under usethreads the dumped variable is IN_PAD.
5247              Subject: Re: [PATCH] Glob dumping
5248              
5249              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
5250              
5251              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
5252              
5253              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
5254              
5255              Regen Configure for #6894.
5256              
5257              Subject: [PATCH: 6889] updates to perlebcdic.pod
5258              
5259              Undo namespace pollution of #6878.
5260              Subject: Re: Net::protoent does not export 'getproto'
5261              
5262              Admit that we are leaking scalars.
5263              
5264              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
5265      Branch: maint-5.6/perl
5266           !> (integrate 271 files)
5267 ____________________________________________________________________________
5268 [  7894] By: gsar                                  on 2000/11/27  16:00:34
5269         Log: a couple of nits
5270      Branch: maint-5.6/perl
5271            ! MANIFEST pp_sys.c
5272 ____________________________________________________________________________
5273 [  7893] By: gsar                                  on 2000/11/27  15:10:56
5274         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
5275              6740..6745,6747..6757,6760
5276              
5277              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
5278              
5279              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
5280              
5281              Doc nits spotted by Richard Soderberg.
5282              
5283              move WNOHANG definition to where other such things are
5284              
5285              Make $Config{byteorder} more magical so that it is
5286              dynamically computed: nice for 'fat binaries'.
5287              Subject: [PATCH]: default byteorder
5288              
5289              Subject: [PATCH] Cwd.pm now uses strict
5290              
5291              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
5292              
5293              Get -DLEAKTEST to compile (not necessarily to work, mind)
5294              Subject: [ID 20000724.006] -DLEAKTEST problem
5295              
5296              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
5297              
5298              Add perlebcdic from Peter Prymmer, regen toc.
5299              
5300              Don't propose using modules built for 5.005 if no binary
5301              compatibility with 5.005 is attempted.
5302              
5303              Do not use prototyping here.
5304              Subject: [ID 20000817.016] [PATCH] Peek.xs
5305              
5306              Document what the backtick returns if the command fails.
5307              
5308              Add byteorder to the myconfig output.
5309              
5310              Introduce NVef, NVff, and NVgf, use the middle one.
5311              (helps for lib/peek + Linux + long doubles)  Reported in
5312              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
5313              Use NVs in POSIX math, not doubles.
5314              Subject: [ID 20000817.014] POSIX & modfl
5315              
5316              Subject: [PATCH 5.6.0+] newSVrv() memory leak
5317              
5318              The byteorder code in #6671 was wrong.
5319              
5320              Fix the lib/complex failure of
5321              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
5322              Linux long double accuracy issue: something that
5323              when printed with %g looks like "2" but int() of it is 1.
5324              
5325              Propagate new Configure vars.
5326              
5327              Unbuffer the output.
5328              
5329              Subject: [PATCH] perltrap.pod spring cleaning
5330              
5331              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
5332              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
5333              
5334              Tiny Getopt::Long patch from Johan Vromans.
5335              
5336              Document code point which makes if (defined %stash::) to work
5337              (noted by Spider Boardman).
5338              
5339              Subject: [PATCH perl@6698] cygwin port
5340              
5341              Document the NDBM_File and ODBM_File as SDBM_File
5342              was documented in #6417.
5343              
5344              The new tests were missing from #6415.
5345              
5346              Add [[:blank:]] as suggested in
5347              Subject: [ID 20000716.024] [=cc=] / [:blank:]
5348              (the [=cc=] has already been taken care of by #6439
5349              so the whole bug report can be closed)
5350              and make [[:space:]] to be equivalent to isspace(3)
5351              (as opposed to \s, which is isSPACE()).  The difference
5352              is that now [[:space:]] matches the mythical vertical tab,
5353              while \s doesn't.
5354              
5355              Don't eat leading os from index entries.
5356              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
5357              
5358              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
5359              
5360              Typo in pp_complement().
5361              Subject: [PATCH perl-current] Deparse
5362              
5363              Add warnif(), check warnings further up the stack,
5364              all the warnings functions now can take an optional object reference.
5365              Subject: [PATCH bleedperl@6691] warnings pragma update
5366              
5367              Fix a core dump in lib/selfloader under -DDEBUGGING.
5368              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
5369              
5370              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
5371              
5372              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
5373              
5374              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
5375              Put back the long double avoidance code to POSIX.xs
5376              because VMS seems to need it still.
5377              
5378              Introduce a 'veryclean' target that is like 'distclean'
5379              but also removes *~ and *.orig.
5380              
5381              Subject: [ID 20000817.023] endianness description in perlfunc.pod
5382              
5383              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
5384              
5385              Let's try #6717 again.
5386              
5387              UTF8 concat fixes.
5388              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
5389              
5390              pp_open() could pass an uninitialized filename down to do_open9().
5391              
5392              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
5393              
5394              Update to CGI 2.72, from Lincoln Stein.
5395              
5396              Subject: [PATCH] Silence MakeMaker (Was: installman)
5397              
5398              Use temporary directory instead of current directory.
5399              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
5400              
5401              Document odd vs even subreleases and -Dusedevel.
5402              
5403              The veryclean target needs to clobber.
5404              
5405              Use File::Spec->tmpdir().
5406              
5407              Document the number of exponent digits.
5408              
5409              Mention perlebcdic and perlposix-bc.
5410              
5411              s/this one/the 5.6.0 release/
5412              
5413              The #6724 is here.
5414              
5415              The correct cleaning order is an art.
5416              
5417              small tweaks for change#6705: avoid C++ style comments in C code;
5418              use Perl's malloc API rather than the low level system one
5419              
5420              Array context keeps slithering in.
5421              
5422              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
5423              
5424              Subject: [PATCH] os2.c fix for use64bitint
5425              
5426              Update to Pod::LaTeX 0.53.
5427              Subject: [PATCH] lib/Pod/LaTeX.pm updates
5428              
5429              Document the endianness of Alpha more precisely.
5430              
5431              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
5432              
5433              Rename the macro argument because some preprocessors
5434              can't tell the difference and expand arguments also inside
5435              double quoted strings.
5436              
5437              free TLS slot properly on Windows
5438              
5439              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
5440              
5441              Unicos/mk requires elaborate paranoia.
5442              
5443              Tweak the floating point output routine preferences.
5444              
5445              Also under djgpp the timestamps are funky.
5446              
5447              Apply some PodParser 1.18 patches; the Pod/Find.pm
5448              patches cannot be applied since #6712 conflicts.
5449              
5450              Use PodParser 1.18 new test.
5451              
5452              A pod nit.
5453              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
5454              
5455              Be verydeepclean.
5456      Branch: maint-5.6/perl
5457           +> pod/perlebcdic.pod
5458           !> (integrate 106 files)
5459 ____________________________________________________________________________
5460 [  7892] By: jhi                                   on 2000/11/27  15:02:32
5461         Log: Update Changes.
5462      Branch: perl
5463            ! Changes patchlevel.h
5464 ____________________________________________________________________________
5465 [  7891] By: jhi                                   on 2000/11/27  14:57:23
5466         Log: Subject: Re: perlfaq style changes
5467              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5468              Date: Sat, 25 Nov 2000 23:32:26 -0800
5469              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
5470              
5471              plus a note from Ronald Kimball.
5472      Branch: perl
5473            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
5474 ____________________________________________________________________________
5475 [  7890] By: jhi                                   on 2000/11/27  14:53:14
5476         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
5477              From: Benjamin Holzman <bah@ecnvantage.com>
5478              Date: Sun, 26 Nov 2000 16:27:33 -0500
5479              Message-ID: <20001126162733.J25040@ecnvantage.com>
5480      Branch: perl
5481            ! gv.c
5482 ____________________________________________________________________________
5483 [  7889] By: jhi                                   on 2000/11/27  14:43:11
5484         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
5485              From: lvirden@cas.org
5486              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
5487              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
5488      Branch: perl
5489            ! README.amiga
5490 ____________________________________________________________________________
5491 [  7888] By: jhi                                   on 2000/11/27  14:32:34
5492         Log: Restore also the locale test to no-sprintf-taint state.
5493              Fixes the bug 20001127.003.
5494      Branch: perl
5495            ! sv.c t/pragma/locale.t
5496 ____________________________________________________________________________
5497 [  7887] By: gsar                                  on 2000/11/27  14:13:05
5498         Log: integrate changes#6613..6616,6620..6665 from mainline
5499              
5500              VMS configure.com update continues.
5501              
5502              Subject: Test fails / warnings with perl-current #6612
5503              
5504              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
5505              
5506              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
5507              
5508              For now remove the mail code.
5509              
5510              Subject: Re: [PATCH] @+, @- readonly
5511              
5512              Subject: warning: storage class after type is obsolescent
5513              
5514              Subject: sfio2000
5515              
5516              Subject: Re: File::Temp problems on VMS in bleedperl
5517              
5518              README.os2 update.
5519              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
5520              
5521              Make the user to give up his firstborn, err, to knowingly
5522              verify installing an unstable developer release.  Also bump
5523              the release to 5.7.0, but leave a patch tag in the local
5524              patches saying that this is not yet the real thing.
5525              
5526              Update (kinda) to Test 1.14, from Joshua Pritikin.
5527              
5528              make ok etc also for win32.
5529              
5530              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
5531              
5532              Don't blow limited stacks, a lower number is enough to
5533              tickle the lookbehind limit.
5534              
5535              Use -Dusedevel; regen Configure and the respective Porting stuff.
5536              
5537              Subject: [PATCH] debugger exit code should reflect user exit code
5538              
5539              Subject: [PATCH perl@6620] cygwin port
5540              
5541              Missed a file from #6638.
5542              
5543              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)
5544              
5545              magic callbacks all need to have same type signature
5546              
5547              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
5548              
5549              Fix a dependency problem.
5550              Subject: [PATCH: 6640] VMS Makefile.SH update
5551              
5552              The numeric locale was reset to "C" by s?printf and never restored.
5553              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
5554              No test since adding the failing example to locale.t
5555              does not fail -- probably because the locale settings are so
5556              thoroughly tweaked by that time.  Running the example standalone
5557              does fail, though.  UPDATE: test case added at change #7540.
5558              
5559              Subject: [ID 20000324.040] minor fix to perlhpux.pod
5560              
5561              Update to CPAN 1.57.
5562              
5563              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
5564              
5565              Change the perlbug address to perl.org since it's more forgiving.
5566              
5567              Change the regx compilation error markers to use = instead of <
5568              since pod makes using the latter quite messy.  Reported in
5569              ID 20000814.006 by Abigail and in
5570              Subject: Unknown escape E<> ?
5571              
5572              Update to perldebtut 1.9, from Richard Foley.
5573              
5574              check that the number pseudo children doesn't exceed
5575              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
5576              the WaitForMultipleObjects() limit that would cause wait()
5577              to crash)
5578              wait() and waitpid() could potentially be rewritten to use
5579              more than one thread to do the waiting to eliminate this
5580              limitation
5581              
5582              change#6328 could make close(SOCKET) return false on windows
5583              when it shouldn't
5584              
5585              pod nit seen in passing
5586              
5587              on windows, the return values from wait() and waitpid() don't
5588              match those of pseudo-pids
5589              
5590              waitpid() now handles externally spawned pids correctly;
5591              fixes for backtick/wait/waitpid failures on Windows 9x
5592              these changes make the pid returned by process functions on
5593              Windows 9x always positive by clearing the high bit (which
5594              is always set on Win9x); pseudo-process PIDs are likewise
5595              always negative now on Win9x (just as on NT/2000)
5596              
5597              trailing new %ENV entries weren't being pushed into the real
5598              environment of subprocesses on Windows
5599              
5600              Tweak the regex compilation errors once more.
5601              
5602              avoid warnings from dense compiler
5603              
5604              add "ok" targets from change#6632 in makefile.mk
5605      Branch: maint-5.6/perl
5606            - lib/Pod/PlainText.pm vms/configure.com
5607           !> (integrate 66 files)
5608 ____________________________________________________________________________
5609 [  7886] By: jhi                                   on 2000/11/27  13:54:18
5610         Log: __FUNCTION__ isn't portable and trying to emulate it leads
5611              into practically spelling out the name of the function.
5612              Takes care of the bug 20001127.001.
5613      Branch: perl
5614            ! perlio.c
5615 ____________________________________________________________________________
5616 [  7885] By: gsar                                  on 2000/11/27  13:53:18
5617         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
5618              6610..6611 from mainline
5619              
5620              Make regular expression parse error messages easier to understand.
5621              Subject: Re: enhanced(?) regex error messages
5622              
5623              Tiny tidying on report_evil_fh().
5624              
5625              Subject: Re: enhanced(?) regex error messages 
5626              plus Capitalize the error messages, plus perldiag them.
5627              
5628              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
5629              
5630              Document here-doc better.
5631              
5632              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
5633              
5634              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
5635              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
5636              (either perlbug or p5p ate the original), plus regen
5637              perlapi and perltoc. 
5638              
5639              Regen global.sym.
5640              
5641              Double check that we have a dirhandle.
5642              
5643              Subject: Re: enhanced(?) regex error messages
5644              (plus two small patches sent privately)
5645              (this still seems to leave few test failures)
5646              
5647              warn is a macro, avoid using at a variable to avoid warnings
5648              in some configurations; readdir.t is too conservative in
5649              estimating number of *.t's
5650              
5651              Get back into sync with Jeffrey on the enhanced regex warnings.
5652              
5653              Subject: [PATCH 5.6.0] cygwin port
5654              
5655              Zero entries were skipped, fix from Adrian Goalby
5656              <argoalby@yahoo.co.uk>
5657              
5658              Subject: Remove dead entry in perldiag
5659              
5660              Amend the description of Perl6.
5661              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
5662              
5663              detypo
5664              
5665              It's the 2ndO'ROSSC.
5666              
5667              Revert the sv.c part of #6559, a better fix is needed.
5668              
5669              Iterating perl6 description.
5670              
5671              Update to Term::ANSIColor 1.03, from Russ Allbery.
5672              
5673              Update to Getopt::Long 2.23_05, from Johan Vromans.
5674              
5675              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
5676              
5677              Update to Pod::Parser 1.17, from Brad Appleton.
5678              
5679              Update to CPAN 1.56, from Andreas König.
5680              
5681              Update to CGI 2.70, from Lincoln Stein.
5682              
5683              Put back the std @INC thing.
5684              
5685              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
5686              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
5687              
5688              Document the IO::Select timeout.
5689              
5690              sleep(1) does not necessarily return 1.
5691              Subject: [PATCH bleadperl] op/lex_assign.t  
5692              
5693              Subject: debugger "d" command doesnt check line number
5694              
5695              B::Deparse didn't do sub attributes.
5696              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
5697              
5698              Preprocessing and postprocessing for File::Find.
5699              Subject: Patch to Find::File.pm to allow alphabetical results
5700              
5701              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
5702              
5703              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
5704              
5705              Subject: Re: [ID 20000730.003] utf8::length() bad
5706              
5707              Subject: Getting perlio and threads to compile
5708              (the Solaris version changes in Configure skipped)
5709              
5710              Tests for #6589.
5711              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
5712              
5713              Add Perl debugging tutorial, regen toc. 
5714              Subject: perldebtut.pod
5715              
5716              Add a few missing files, update MANIFEST.
5717              
5718              Rewrite of vms/subconfigure.com as configure.com,
5719              from Peter Prymmer and the vmsperl crew.
5720              
5721              Should have deleted this in #6603.
5722              
5723              Fix the test for 5005threads.
5724              
5725              Fix-n-skip the tests under 5005threads.
5726              
5727              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
5728              
5729              Upgrade to CGI 2.71, from Lincoln Stein.
5730      Branch: maint-5.6/perl
5731           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
5732           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
5733           +> t/op/regmesg.t t/pod/find.t vms/configure.com
5734            - vms/subconfigure.com
5735            ! lib/lib.pm
5736           !> (integrate 115 files)
5737 ____________________________________________________________________________
5738 [  7884] By: jhi                                   on 2000/11/27  13:44:33
5739         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
5740              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5741              Date:     Mon, 27 Nov 2000 08:23:54 EST
5742              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
5743      Branch: perl
5744            ! vms/descrip_mms.template vms/test.com
5745 ____________________________________________________________________________
5746 [  7883] By: gsar                                  on 2000/11/27  11:50:46
5747         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
5748              6511..6513,6515..6523,6525..6536
5749              
5750              The swallow_bom() saga continues.  The #23 of require.t
5751              (UTF16-LE) still fails (silently, no output) but the #22
5752              (UTF16-BE) seems to be working now.  The root of the
5753              failure may be in sv_gets(): is it UTF-16LE-aware,
5754              especially when it comes to line endings? 
5755              
5756              Document the problem with -P in HP-UX and its workaround.
5757              
5758              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
5759              (aka ID 20000730.002)
5760              
5761              Subject: fix and question re: waitpid() under win32
5762              
5763              Make the safety catch for buggy gccs work with triple version
5764              numbers like 2.95.2.  Reported in
5765              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
5766              
5767              In Digital UNIX warn if gcc explicitly chosen because even
5768              2.95.2 is known to cause problems.
5769              
5770              Make chr() for values >127 to create utf8 when under utf8.
5771              
5772              various syntax errors and such (not fixed: comp/require.t#22 coredump
5773              on Windows)
5774              
5775              Stash away the largefiles flags and libswanted.
5776              
5777              BOM patching from Simon Cozens.
5778              
5779              If gccosandvers is equal to osname, clear gccosandvers.
5780              
5781              Make p4desc to skip non-mainperl branches by default.
5782              
5783              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
5784              
5785              The test from this
5786              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
5787              
5788              In new BSDs changes to argv[] do not show up in ps(1) output,
5789              instead one must use setproctitle().  This was already addressed
5790              by change #6457, but the below has a new variant for FreeBSD 4.0
5791              or later, and the matter is also documented more.
5792              
5793              FreeBSD 3.* updates from
5794              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
5795              
5796              regen_headers, regen perltoc.
5797              
5798              Document in one place the memory abstractions used in Perl core.
5799              
5800              memcpy has n o in it, as pinted ut by Sarathy.
5801              
5802              Remove the extraneous "main::" prefix from all the
5803              "opened only for", "on closed", and "never opened" warnings.
5804              
5805              The name of a filehandle does not have <these>.
5806              
5807              The tr utf8 patching continues.
5808              
5809              The new setproctitle() feature is available only in 
5810              bleeding edge FreeBSD.  From Paul Saab.
5811              
5812              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
5813              
5814              Dump UVs as UVs in Data::Dumper.
5815              
5816              detypo #6494
5817              
5818              Document the IVdf UVuf UVof UVxf.
5819              
5820              require.t needs binmode() to work on windows
5821              
5822              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
5823              that are hopefully soon put into use.
5824              
5825              Allow "no Module;" even if there is no 'unimport'.
5826              
5827              Better skip message for the test; one of the two problems in
5828              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
5829              
5830              The subtest 4 may fail also on VOBS, as pointed out
5831              by Nick Ing-Simmons in November 1999, bug id 19991124.003
5832              (but the failure in that bug report isn't the subtest 4).
5833              
5834              Be more informative on what is skipped and why,
5835              also repeat the list at the end.
5836              
5837              Add a URL for FSF.
5838              
5839              Subject: [PATCH] sv.h documentation - SvLEN
5840              
5841              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
5842              
5843              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
5844              
5845              Subject: [PATCH] bad cppsymbols on os2 + Configure question
5846              
5847              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
5848              
5849              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
5850              mention the idea of @( and @)
5851              
5852              This is 6512.  Really.
5853              
5854              Subject: [ID 19990721.004] Documentation bug in perlfunc
5855              
5856              Subject: Minor tweak to perlvar.pod
5857              
5858              In the warnings call filehandles consistently so;
5859              add "unopened" warning for stat().
5860              
5861              After the #6519 a warning about stat() is just that,
5862              not about a filetest, which now have their own warning.
5863              
5864              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
5865              
5866              Subject: Re: Array vs. List context
5867              
5868              Subject: New perlcc, take 2
5869              
5870              Weed buglets pointed out by
5871              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
5872              
5873              gcc versions might have (parentheses) in them.
5874              
5875              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
5876              
5877              Essential prototype changes were missing from #6527.
5878              Also make report_evil_fh() more bomb-proof.
5879              
5880              Zap lib/Sys directory when cleaning up.
5881              
5882              Change the Policy policy: now -Dprefix= with an existing
5883              Policy.sh and prefix == siteprefix == vendorprefix, then all
5884              of them follow along the new prefix.
5885              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
5886              
5887              Continue fixing the io warnings.  This also
5888              sort of fixes bug ID 20000802.003: the core dump
5889              is no more.  Whether the current behaviour is correct
5890              (giving a warning: "Not a format reference"), is another matter.
5891              
5892              Have symbols for the IoTYPEs.
5893              
5894              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
5895              
5896              Document a bit that UDP is not what you might think.
5897              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
5898              tr memory corruption fix from Simon Cozens.
5899              
5900              Plug the security hole described in the Aug 05 2000 bugtraq message
5901              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
5902              The security hole exists only in suidperls, which isn't
5903              installed or even built by default.
5904      Branch: maint-5.6/perl
5905           !> (integrate 71 files)
5906 ____________________________________________________________________________
5907 [  7882] By: gsar                                  on 2000/11/27  10:25:36
5908         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
5909              from mainline
5910              
5911              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
5912              to be fatal errors (instead of by default ignoring them, and
5913              ignoring with a bug: even though -w gave an error, the opening [
5914              was left in)  Reported in:
5915              
5916              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
5917              
5918              Subject: [PATCH] split /^/
5919              
5920              MacOS nits from Matthias Neeracher.
5921              
5922              More split() doc and test patches from Mike Guy.
5923              
5924              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
5925              from Graham Barr in the module list.
5926              
5927              docfix from Peter Scott <Peter@PSDT.com>.
5928              
5929              File::Temp patches for VMS and OS/2 from Tim Jenness.
5930              
5931              open() wariness in perlbug.
5932              
5933              Subject: [PATCH] minor doc change - perlguts
5934              
5935              Subject: Minor doc patch: handy.h
5936              
5937              Be wary of close()s, too.
5938              
5939              Further File::Temp patches from Yitzchak Scott-Thoennes
5940              and Craig A. Berry.
5941              
5942              Subject: [PATCH] fixes bug 20000508.004
5943              
5944              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
5945              
5946              Allow "no AutoLoader;", based on change #6444,
5947              suggested by Graham Barr.
5948              
5949              Use setproctitle() if available to modify $0.
5950              
5951              Warn if the version of the operating system used to compile gcc
5952              differs from the current version of the operating system.
5953              Also display the gcc compilation os and version in myconfig.
5954              Inspiration from
5955              
5956              Tiny fixes for #6460.
5957              
5958              The problem described in this
5959              Subject: [ID 20000322.018] named chars aren't magical enough
5960              has been fixed in perl 5.6.0 but just in case added a test
5961              to keep it away.  (The report from Joseph Hall.)
5962              
5963              Tune the comments and hopefully stop a memory leak.
5964              
5965              Subject: UTF8 concat
5966              (with a memory leak fixed, plus a few casts added)
5967              This also seems to help for
5968              Subject: [ID 20000716.015] join UTF8 weirdness
5969              
5970              Do not upgrade SVs into utf8 just because they participate
5971              in eq or cmp.  Reported and fix suggested in
5972              Subject: [ID 20000720.009] sv_eq UTF8 bug
5973              
5974              Fix the HALF_UPGRADE() macro introduced in #6263.
5975              
5976              Find green threads before native threads.
5977              Subject: Re: Patch to jpl/JNI/Makefile.PL
5978      Branch: maint-5.6/perl
5979           !> (integrate 30 files)
5980 ____________________________________________________________________________
5981 [  7881] By: jhi                                   on 2000/11/27  05:48:41
5982         Log: It seems that *both* the unused submatch loop cleanup
5983              codes are needed.
5984      Branch: perl
5985            ! regexec.c
5986 ____________________________________________________________________________
5987 [  7880] By: jhi                                   on 2000/11/27  04:50:07
5988         Log: Clean .exists deeper.
5989      Branch: perl
5990            ! Makefile.SH
5991 ____________________________________________________________________________
5992 [  7879] By: jhi                                   on 2000/11/27  02:31:35
5993         Log: The code in regcppop() (see #7878) contains the correct lower
5994              limit for the unused submatch 'cleanup' loop so that under
5995              "use utf8" the following code wouldn't dump core:
5996              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
5997              the cleanup loop in regtry() stomped beyond allocated area
5998              in the startp[] array.  Therefore, copied the correct lower
5999              loop limit (*PL_reglastparen) to regtry().  Note: something
6000              may still not be quite right: why was the _higher_ loop limit
6001              (prog->nparens) different in the utf8 case?
6002              
6003              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
6004              without core dumps, there were about 17 of them before
6005              the patch (with us since Perl 5.7.0).  Two failures, still:
6006              496 and 505 (though these may not be severe).
6007              
6008              Patch #7881 is also needed since both the cleanup loops
6009              seem to be needed.
6010              
6011              Also, the t/op/pat#44 seems to core dump under utf8.
6012              Plus a couple of failures.  UGH-8.
6013      Branch: perl
6014            ! regexec.c
6015 ____________________________________________________________________________
6016 [  7878] By: jhi                                   on 2000/11/27  02:21:17
6017         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
6018              the code in regcppop() seems to be redundant for the test suite --
6019              but it contains a germ of truth, and it needed for the build
6020              process itself: see #7879 and #7881.
6021      Branch: perl
6022            ! regexec.c
6023 ____________________________________________________________________________
6024 [  7877] By: jhi                                   on 2000/11/27  01:53:09
6025         Log: Comment on comment.
6026      Branch: perl
6027            ! regexec.c
6028 ____________________________________________________________________________
6029 [  7876] By: jhi                                   on 2000/11/27  00:49:59
6030         Log: Adjust the docs to agree with #7875.
6031      Branch: perl
6032            ! pod/perllocale.pod
6033 ____________________________________________________________________________
6034 [  7875] By: jhi                                   on 2000/11/27  00:49:27
6035         Log: Retract #7863.  It makes more sense not to taint formatted output,
6036              not even by sprintf().
6037      Branch: perl
6038            ! sv.c
6039 ____________________________________________________________________________
6040 [  7874] By: jhi                                   on 2000/11/26  23:36:02
6041         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
6042              Not really fixed (should really dump the UTF-8 charclass),
6043              but stopped displaying the garbage.
6044              
6045              Also add a note on the (missing) Unicode PSXSPC and BLANK.
6046      Branch: perl
6047            ! regcomp.c
6048 ____________________________________________________________________________
6049 [  7873] By: jhi                                   on 2000/11/26  21:31:13
6050         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
6051      Branch: perl
6052            ! regexec.c
6053 ____________________________________________________________________________
6054 [  7872] By: jhi                                   on 2000/11/26  21:06:04
6055         Log: No need to scan till infinity, 13 is enough.
6056      Branch: perl
6057            ! handy.h utf8.c
6058 ____________________________________________________________________________
6059 [  7871] By: jhi                                   on 2000/11/26  20:20:32
6060         Log: Test line numbers are different with utf8.
6061      Branch: perl
6062            ! t/op/re_tests
6063 ____________________________________________________________________________
6064 [  7870] By: jhi                                   on 2000/11/26  20:10:12
6065         Log: Message nit.
6066      Branch: perl
6067            ! regcomp.c
6068 ____________________________________________________________________________
6069 [  7869] By: jhi                                   on 2000/11/26  19:01:05
6070         Log: Make utf8_length() and utf8_distance() (the latter of which
6071              is unused at the moment) to be less forgiving about bad UTF-8.
6072      Branch: perl
6073            ! embed.h embed.pl objXSUB.h proto.h utf8.c
6074 ____________________________________________________________________________
6075 [  7868] By: jhi                                   on 2000/11/26  18:45:56
6076         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
6077              From: Benjamin Holzman <bah@ecnvantage.com>
6078              Date: Sat, 25 Nov 2000 20:40:20 -0500       
6079              Message-ID: <20001125204020.A25040@ecnvantage.com>              
6080              
6081              Debian allows installing /usr/bin/locale without installing
6082              any locales, an error message will ensue.
6083      Branch: perl
6084            ! t/pragma/locale.t
6085 ____________________________________________________________________________
6086 [  7867] By: jhi                                   on 2000/11/26  18:31:12
6087         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
6088              From: Benjamin Holzman <bah@ecnvantage.com>
6089              Date: Sun, 26 Nov 2000 02:42:34 -0500
6090              Message-ID: <20001126024234.G25040@ecnvantage.com>
6091              
6092              Patch for the bug 20000212.002.
6093      Branch: perl
6094            ! sv.c t/op/array.t
6095 ____________________________________________________________________________
6096 [  7866] By: jhi                                   on 2000/11/26  18:28:09
6097         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
6098              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6099              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
6100              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
6101              
6102              File::Temp 0.11.
6103      Branch: perl
6104            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
6105 ____________________________________________________________________________
6106 [  7865] By: jhi                                   on 2000/11/26  18:24:22
6107         Log: The metaconfig unit change for #7864.
6108      Branch: metaconfig/U/perl
6109            ! need_va_copy.U
6110 ____________________________________________________________________________
6111 [  7864] By: jhi                                   on 2000/11/26  18:23:41
6112         Log: Make the va_copy() test not to be so talkative.
6113      Branch: perl
6114            ! Configure config_h.SH
6115 ____________________________________________________________________________
6116 [  7863] By: jhi                                   on 2000/11/26  18:11:02
6117         Log: Fix locale inconsistencies unearthed by Hugo's work.
6118              Now the floating point sprintf really does taint the result
6119              string as perllocale promises (has promised for a long time)
6120              if "use locale" is in the lexical scope.
6121      Branch: perl
6122            ! sv.c t/pragma/locale.t
6123 ____________________________________________________________________________
6124 [  7862] By: jhi                                   on 2000/11/26  00:35:15
6125         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
6126              From: Nicholas Clark <nick@ccl4.org>
6127              Date: Sun, 26 Nov 2000 00:07:50 +0000
6128              Message-ID: <20001126000750.A22446@plum.flirble.org>
6129              
6130              Infinit.
6131      Branch: perl
6132            ! sv.c
6133 ____________________________________________________________________________
6134 [  7861] By: jhi                                   on 2000/11/26  00:01:26
6135         Log: Integrate perlio.
6136      Branch: perl
6137           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
6138 ____________________________________________________________________________
6139 [  7860] By: nick                                  on 2000/11/25  22:04:17
6140         Log: Correct relative path from new ext\Filter\Util\Call location
6141              back to miniperl.
6142      Branch: perlio
6143            ! win32/makefile.mk
6144 ____________________________________________________________________________
6145 [  7859] By: nick                                  on 2000/11/25  21:26:54
6146         Log: Integrate mainline.
6147      Branch: perlio
6148           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
6149           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
6150           +> t/lib/filter-util.t
6151            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
6152            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
6153            - t/lib/filt-util.t
6154           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
6155           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
6156           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
6157           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
6158           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
6159           !> win32/makefile.mk
6160 ____________________________________________________________________________
6161 [  7858] By: gsar                                  on 2000/11/25  20:52:17
6162         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
6163              parent's memory; fix it by keeping track of the actual pad
6164              offset rather than a raw pointer (this change is probably also
6165              relevant to non-ithreads case to avoid fallout from reallocs of
6166              the pad array, but is currently only enabled for the ithreads
6167              case in the interests of minimal disruption to existing "well
6168              tested" code)
6169      Branch: perl
6170            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
6171            ! proto.h scope.c scope.h sv.c t/op/fork.t
6172 ____________________________________________________________________________
6173 [  7857] By: nick                                  on 2000/11/25  20:01:28
6174         Log: All tests pass on Win32/gcc/USE_PERLIO.
6175              - when crlf layer is pushed make unix-level binary.
6176              - remove :crlf injection in pp_backtick in pp_sys.c
6177              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
6178      Branch: perlio
6179            ! doio.c perlio.c pp_sys.c win32/makefile.mk
6180 ____________________________________________________________________________
6181 [  7856] By: jhi                                   on 2000/11/25  18:38:30
6182         Log: Update the metaconfig units for #7855.
6183      Branch: metaconfig/U/perl
6184            ! useperlio.U usesocks.U
6185 ____________________________________________________________________________
6186 [  7855] By: jhi                                   on 2000/11/25  18:37:54
6187         Log: Undo the SOCKS workarounds, instead start using PerlIO
6188              if SOCKS is selected.
6189              
6190              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
6191              From: Jens Hamisch <jens@Strawberry.COM>
6192              Date: Fri, 24 Nov 2000 18:31:30 +0100
6193              Message-ID: <20001124183130.E28337@Strawberry.COM>
6194              
6195              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
6196              From: Jens Hamisch <jens@Strawberry.COM>
6197              Date: Fri, 24 Nov 2000 19:11:51 +0100
6198              Message-ID: <20001124191151.A28753@Strawberry.COM>
6199      Branch: perl
6200            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
6201            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
6202 ____________________________________________________________________________
6203 [  7854] By: jhi                                   on 2000/11/25  17:39:08
6204         Log: Undo #7848.  Some of the code seems to use walkoptree(),
6205              some walkoptree_slow().  An unfinished renaming?
6206              Now the sub is walkoptree() (which is @EXPORT_OK),
6207              the walkoptree_slow() is a typeglob alias to walkoptree.
6208              This makes the tests to pass, at least.
6209      Branch: perl
6210            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
6211 ____________________________________________________________________________
6212 [  7853] By: nick                                  on 2000/11/24  22:24:33
6213         Log: Re-arrange crlf vs binary for platforms that care.
6214              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
6215              Lip-service to making stdio layer work on such platfroms (untested).
6216              Now fails 3 tests rather than one, checkin to see if I can debug 
6217              the issue under linux. (Do not merge.)
6218      Branch: perlio
6219            ! doio.c perlio.c perliol.h
6220 ____________________________________________________________________________
6221 [  7852] By: jhi                                   on 2000/11/24  18:57:39
6222         Log: AUTHORS edits.
6223      Branch: perl
6224            ! AUTHORS
6225 ____________________________________________________________________________
6226 [  7851] By: jhi                                   on 2000/11/24  17:34:56
6227         Log: Add Jan-Erik Karlsson.
6228      Branch: perl
6229            ! AUTHORS
6230 ____________________________________________________________________________
6231 [  7850] By: jhi                                   on 2000/11/24  17:27:56
6232         Log: Configure should find stdchar on its own.
6233      Branch: perl
6234            ! hints/solaris_2.sh
6235 ____________________________________________________________________________
6236 [  7849] By: jhi                                   on 2000/11/24  17:24:55
6237         Log: Subject: PATCH over 7848: Filter test flawed
6238              From: andreas.koenig@anima.de (Andreas J. Koenig)
6239              Date: 24 Nov 2000 10:28:29 +0100
6240              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
6241      Branch: perl
6242            ! t/lib/filter-util.t
6243 ____________________________________________________________________________
6244 [  7848] By: jhi                                   on 2000/11/24  17:22:15
6245         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
6246              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
6247              Date: Fri, 24 Nov 2000 16:12:58 +0000
6248              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
6249      Branch: perl
6250            ! ext/B/B.pm
6251 ____________________________________________________________________________
6252 [  7847] By: jhi                                   on 2000/11/24  03:07:01
6253         Log: Integrate perlio.
6254      Branch: perl
6255           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
6256           !> win32/makefile.mk
6257 ____________________________________________________________________________
6258 [  7846] By: gsar                                  on 2000/11/24  00:55:57
6259         Log: integrate changes#6415..6418,6420..6438 from mainline
6260              
6261              Fix the bitvector ops for utf8 (tricky since past 7 bits
6262              the utf8 'characters' can be more than one octet).
6263              
6264              MPE/ix updates for perl 5.6.0 from Mark Bixby.
6265              
6266              Subject: SDBM_File documentation
6267              
6268              Detypo.
6269              
6270              Decutandpasto.
6271              
6272              Send all installperl messages to STDERR and be -w clean.
6273              
6274              Out-of-date note removed.
6275              
6276              Protect against "wild next"s, that is, callbacks doing "next"
6277              instead of "return".
6278              
6279              Use STDOUT consistently.
6280              
6281              The output might have been produced in the wrong order.
6282              
6283              A missing 'break' after the [[:space:]] switch case.
6284              
6285              Add tests for
6286              [ID 19991110.003] another matching finding by pcre author
6287              which has already been fixed by some patch, as verified in
6288              
6289              Documentation to explain the behaviour of map().
6290              
6291              Add an optimization for map-maps-a-list-element-to-more-list-elements
6292              case, but add also notes explaining the relationship of this
6293              patch and the earlier notes by Sarathy.
6294              
6295              Subject: [ID 20000716.023] syslog test fails without sockets
6296              
6297              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
6298              Test cases for #6431.
6299              
6300              File::Spec::VMS fixup for tmpdir from Craig Berry.
6301              
6302              Make the "uninit variable" warning to say "concat or string"
6303              or "join or string" when in concat or join .
6304              
6305              Get UTF16 BOMs working.  Patch from
6306              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
6307              
6308              Subject: [PATCH] Make large file tests deal with SIGXFSZ
6309              
6310              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
6311              
6312              Subject: [PATCH] av.c apidoc
6313      Branch: maint-5.6/perl
6314           !> (integrate 43 files)
6315 ____________________________________________________________________________
6316 [  7845] By: gsar                                  on 2000/11/24  00:20:45
6317         Log: integrate changes#6406..6414 from mainline
6318              
6319              Merge perlhacktut into perlhack, update perlguts.
6320              
6321              Fix AutoSplit to use File::Spec the right way in VMS,
6322              from Peter Prymmer.
6323              
6324              The bug report
6325              [ID 19991110.002] minimal matching discrepancy found by pcre author
6326              seems to have been fixed (though differently from what was suggested
6327              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
6328              
6329              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
6330              not in pod, from Peter Prymmer
6331              
6332              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
6333              From: Hugo <hv@crypt.compulink.co.uk>
6334              Date: Fri, 14 Jul 2000 23:05:20 +0100
6335              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
6336              
6337              Didn't anymore apply, but that point still could use another fix.
6338              
6339              lib/b test fixes from Peter Prymmer.
6340              
6341              More docs for sv functions.
6342              
6343              perlvms.pod whitespace cleanup to keep pod utils happy.
6344              
6345              another VMS build tweak from Peter Prymmer
6346      Branch: maint-5.6/perl
6347           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
6348           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
6349           !> vms/descrip_mms.template vms/perlvms.pod
6350 ____________________________________________________________________________
6351 [  7844] By: nick                                  on 2000/11/23  23:42:45
6352         Log: Win32/perlio Now just fails one io/argv.t test - lack 
6353              of default :crlf on standard streams.
6354      Branch: perlio
6355            ! doio.c perlio.c
6356 ____________________________________________________________________________
6357 [  7843] By: nick                                  on 2000/11/23  23:04:05
6358         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
6359              peek fail is showing a real problem (multiple crlf layers
6360              are getting pushed.)
6361      Branch: perlio
6362            ! doio.c perlio.c win32/makefile.mk
6363 ____________________________________________________________________________
6364 [  7842] By: nick                                  on 2000/11/23  19:46:23
6365         Log: Implement PerlIO_binmode()
6366              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
6367              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
6368              make binmode in t/lib/io_tell.t unconditional so that works.
6369              Checkin just so Win32 machine can see these changes.
6370      Branch: perlio
6371            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
6372 ____________________________________________________________________________
6373 [  7841] By: jhi                                   on 2000/11/23  19:30:00
6374         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
6375      Branch: perl
6376            ! README.amiga
6377 ____________________________________________________________________________
6378 [  7840] By: jhi                                   on 2000/11/23  17:18:02
6379         Log: SOCKS wrestling continues, patches from Jens Hamisch.
6380      Branch: perl
6381            ! doio.c embed.h embed.pl perlsdio.h proto.h
6382 ____________________________________________________________________________
6383 [  7839] By: jhi                                   on 2000/11/23  16:54:14
6384         Log: Push Filter::Util::Call one level deeper.
6385      Branch: perl
6386            + t/lib/filter-util.t
6387           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
6388           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
6389            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
6390            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
6391            - t/lib/filt-util.t
6392            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
6393            ! win32/Makefile win32/makefile.mk
6394 ____________________________________________________________________________
6395 [  7838] By: jhi                                   on 2000/11/23  16:52:40
6396         Log: Reach back one higher up when searching for PERL_SRC.
6397      Branch: perl
6398            ! lib/ExtUtils/MM_Unix.pm
6399 ____________________________________________________________________________
6400 [  7837] By: jhi                                   on 2000/11/23  16:05:41
6401         Log: Subject: Re: perl@7826
6402              Date: Thu, 23 Nov 2000 02:20:25 -0600
6403              From: "Craig A. Berry" <craigberry@mac.com>
6404              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
6405              
6406              Make VMS to like Filter::Util::Call. 
6407      Branch: perl
6408            ! configure.com ext/Filter/Util/Makefile.PL
6409 ____________________________________________________________________________
6410 [  7836] By: nick                                  on 2000/11/23  16:04:08
6411         Log: Implement crlf layer - not ready for merge.
6412      Branch: perlio
6413            ! perlio.c win32/makefile.mk
6414 ____________________________________________________________________________
6415 [  7835] By: jhi                                   on 2000/11/23  15:56:52
6416         Log: STDCHAR is different in Sparc v9 vs x86.
6417      Branch: perl
6418            ! hints/solaris_2.sh
6419 ____________________________________________________________________________
6420 [  7834] By: jhi                                   on 2000/11/23  15:50:47
6421         Log: The type needs to be visible to protos.
6422      Branch: perl
6423            ! perl.h
6424 ____________________________________________________________________________
6425 [  7833] By: jhi                                   on 2000/11/23  15:40:46
6426         Log: Finish unfinished SOCKS workaround changes.
6427      Branch: perl
6428            ! doio.c
6429 ____________________________________________________________________________
6430 [  7832] By: jhi                                   on 2000/11/23  15:33:30
6431         Log: Integrate perlio.
6432      Branch: perl
6433           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6434           !> win32/makefile.mk
6435 ____________________________________________________________________________
6436 [  7831] By: nick                                  on 2000/11/23  10:31:07
6437         Log: Correct makefile.mk dependancies for ext/Filter/Util
6438              Build ext/Encode
6439              Run dmake regen_config_h
6440      Branch: perlio
6441            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6442            ! win32/makefile.mk
6443 ____________________________________________________________________________
6444 [  7830] By: nick                                  on 2000/11/23  08:05:07
6445         Log: Integrate mainline
6446      Branch: perlio
6447           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
6448           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
6449           +> t/lib/filt-util.pl t/lib/filt-util.t
6450           !> (integrate 41 files)
6451 ____________________________________________________________________________
6452 [  7829] By: gsar                                  on 2000/11/23  03:07:11
6453         Log: build the Filter extension on windows
6454      Branch: perl
6455            ! win32/Makefile win32/makefile.mk
6456 ____________________________________________________________________________
6457 [  7828] By: gsar                                  on 2000/11/23  02:46:35
6458         Log: regenerate win32/config* and fix some inconsistencies in the
6459              makefiles; always export Perl_deb() because it is needed
6460              by ext/re/* (whether perl itself is built with -DDEBUGGING
6461              or not)
6462      Branch: perl
6463            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
6464            ! win32/config_H.vc win32/makefile.mk
6465 ____________________________________________________________________________
6466 [  7827] By: gsar                                  on 2000/11/23  02:18:38
6467         Log: get sources building on windows+MSVC again (untested with other
6468              compilers)
6469      Branch: perl
6470            ! win32/include/sys/socket.h win32/perllib.c
6471 ____________________________________________________________________________
6472 [  7826] By: jhi                                   on 2000/11/23  01:18:26
6473         Log: Update Changes.
6474      Branch: perl
6475            ! Changes patchlevel.h
6476 ____________________________________________________________________________
6477 [  7825] By: jhi                                   on 2000/11/23  00:20:41
6478         Log: Subject: Re: av.c patch (having slight problems)
6479              From: "Ben Tilly" <ben_tilly@hotmail.com>
6480              Date: Tue, 21 Nov 2000 23:29:31 -0500
6481              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
6482              
6483              unshift() speedup.
6484      Branch: perl
6485            ! av.c
6486 ____________________________________________________________________________
6487 [  7824] By: jhi                                   on 2000/11/22  23:59:15
6488         Log: Fixes for signedness warnings noticed by VMSperlers.
6489      Branch: perl
6490            ! ext/Storable/Storable.xs regcomp.c sv.c
6491 ____________________________________________________________________________
6492 [  7823] By: jhi                                   on 2000/11/22  23:19:31
6493         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
6494              From: Peter Prymmer <pvhp@forte.com>
6495              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
6496              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
6497      Branch: perl
6498            ! t/pragma/warn/pp_hot
6499 ____________________________________________________________________________
6500 [  7822] By: jhi                                   on 2000/11/22  22:52:20
6501         Log: Be clean.
6502      Branch: perl
6503            ! Makefile.SH
6504 ____________________________________________________________________________
6505 [  7821] By: jhi                                   on 2000/11/22  22:46:39
6506         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
6507              by Damian Conway, as suggested by Paul Marquess.
6508      Branch: perl
6509            + lib/Filter/Simple.pm
6510 ____________________________________________________________________________
6511 [  7820] By: jhi                                   on 2000/11/22  22:45:51
6512         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
6513      Branch: perl
6514            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
6515            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
6516            + t/lib/filt-util.t
6517            ! MANIFEST
6518 ____________________________________________________________________________
6519 [  7819] By: jhi                                   on 2000/11/22  22:03:27
6520         Log: Integrate perlio.
6521      Branch: perl
6522           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
6523           !> win32/makefile.mk
6524 ____________________________________________________________________________
6525 [  7818] By: jhi                                   on 2000/11/22  21:56:02
6526         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
6527      Branch: perl
6528            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
6529            ! t/lib/io_sock.t
6530 ____________________________________________________________________________
6531 [  7817] By: jhi                                   on 2000/11/22  21:39:49
6532         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
6533              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6534              Date: Wed, 22 Nov 2000 16:08:12 -0500
6535              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
6536      Branch: perl
6537            ! lib/ExtUtils/Liblist.pm
6538 ____________________________________________________________________________
6539 [  7816] By: jhi                                   on 2000/11/22  21:38:25
6540         Log: Go ahead and #include <unistd.h> in perl.h.
6541      Branch: perl
6542            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
6543            ! util.c
6544 ____________________________________________________________________________
6545 [  7815] By: jhi                                   on 2000/11/22  21:22:52
6546         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
6547              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6548              Date: Mon, 20 Nov 2000 18:30:52 -0500
6549              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
6550      Branch: perl
6551            ! pod/perlre.pod regcomp.c t/op/re_tests
6552 ____________________________________________________________________________
6553 [  7814] By: jhi                                   on 2000/11/22  21:21:46
6554         Log: Subject: [PATCH 5.7.0] Liblist finally works
6555              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6556              Date: Tue, 21 Nov 2000 22:02:17 -0500
6557              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
6558      Branch: perl
6559            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
6560            ! lib/ExtUtils/MakeMaker.pm
6561 ____________________________________________________________________________
6562 [  7813] By: jhi                                   on 2000/11/22  21:20:23
6563         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
6564              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6565              Date: Wed, 22 Nov 2000 17:53:15 +0100
6566              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
6567              
6568              AIX dynaloader and perlio patch.
6569      Branch: perl
6570            ! ext/DynaLoader/dl_aix.xs
6571 ____________________________________________________________________________
6572 [  7812] By: jhi                                   on 2000/11/22  21:17:52
6573         Log: (Accidentally empty patch.)
6574      Branch: perl
6575            ! av.c
6576 ____________________________________________________________________________
6577 [  7811] By: jhi                                   on 2000/11/22  21:16:31
6578         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
6579              From: Peter Prymmer <pvhp@forte.com>
6580              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
6581              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
6582      Branch: perl
6583            ! vms/test.com
6584 ____________________________________________________________________________
6585 [  7810] By: jhi                                   on 2000/11/22  21:15:36
6586         Log: Subject: Re: perl@7777 
6587              From: "John P. Linderman" <jpl@research.att.com>
6588              Date: Wed, 22 Nov 2000 13:11:11 -0500
6589              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
6590              
6591              Detypoing.
6592      Branch: perl
6593            ! lib/CPAN.pm
6594 ____________________________________________________________________________
6595 [  7809] By: jhi                                   on 2000/11/22  21:14:19
6596         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
6597              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6598              Date:     Wed, 22 Nov 2000 13:51:37 EST
6599              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
6600      Branch: perl
6601            ! perlsdio.h
6602 ____________________________________________________________________________
6603 [  7808] By: jhi                                   on 2000/11/22  21:13:27
6604         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
6605              From: Casey Tweten <crt@kiski.net>
6606              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
6607              Message-Id: <200011201653.LAA10194@home.kiski.net>
6608      Branch: perl
6609            ! t/lib/io_udp.t
6610 ____________________________________________________________________________
6611 [  7807] By: jhi                                   on 2000/11/22  21:12:35
6612         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
6613              From: Casey Tweten <crt@kiski.net>
6614              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
6615              Message-Id: <200011201636.LAA07227@home.kiski.net>
6616      Branch: perl
6617            ! t/lib/io_sock.t
6618 ____________________________________________________________________________
6619 [  7806] By: jhi                                   on 2000/11/22  21:10:59
6620         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
6621              From: "Casey R. Tweten" <crt@kiski.net>
6622              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
6623              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
6624      Branch: perl
6625            ! utils/h2xs.PL
6626 ____________________________________________________________________________
6627 [  7805] By: nick                                  on 2000/11/22  21:05:06
6628         Log: Integrate mainline
6629      Branch: perlio
6630           !> Changes Porting/genlog ext/DB_File/DB_File.xs
6631           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
6632           !> utils/perlbug.PL
6633 ____________________________________________________________________________
6634 [  7804] By: jhi                                   on 2000/11/22  21:01:12
6635         Log: Subject: [PATCH] Test.pm POD peculiarity
6636              From: "Casey R. Tweten" <crt@kiski.net>
6637              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
6638              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
6639      Branch: perl
6640            ! lib/Test.pm
6641 ____________________________________________________________________________
6642 [  7803] By: jhi                                   on 2000/11/22  20:59:59
6643         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
6644              From: "Philip Newton" <pnewton@gmx.de>
6645              Date: Wed, 22 Nov 2000 14:25:53 +0100
6646              Message-Id: <3A1BD771.25462.1939FAD@localhost>
6647              
6648              Be case-understanding also on 's', and use the -oi of sendmail
6649              not to terminate the transmission on a lone '.'.
6650      Branch: perl
6651            ! utils/perlbug.PL
6652 ____________________________________________________________________________
6653 [  7802] By: nick                                  on 2000/11/22  20:51:42
6654         Log: Win32 PerlIO intermediate state now working as expected.
6655              - In current state we are still using C runtime in text/binary
6656              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
6657              - PERLIO=stdio and PERLIO=unix pass all expected tests.
6658              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
6659              and PerlIO_seek() and the dummy crlf layer is not making adjustments
6660              for CRLF translation happening in C runtime. All other tests pass.
6661              
6662              Added note to README.win32 to point out the snags of doing a perl build
6663              with Norton AntiVirus turned on.
6664              
6665              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
6666              which file a fail comes from.
6667              
6668              Updated "canned" config.h to match the one generated.
6669      Branch: perlio
6670            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
6671            ! win32/makefile.mk
6672 ____________________________________________________________________________
6673 [  7801] By: jhi                                   on 2000/11/22  06:50:20
6674         Log: Nickety nits.
6675      Branch: perl
6676            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
6677 ____________________________________________________________________________
6678 [  7800] By: jhi                                   on 2000/11/22  01:29:55
6679         Log: Changes had accidentally gone too silent on non-main branches.
6680      Branch: perl
6681            ! Changes Porting/genlog patchlevel.h
6682 ____________________________________________________________________________
6683 [  7799] By: gsar                                  on 2000/11/22  01:02:56
6684         Log: some lib_pm.PL changes snuck in via change#7772
6685      Branch: maint-5.6/perl
6686            ! Makefile.SH
6687 ____________________________________________________________________________
6688 [  7798] By: nick                                  on 2000/11/21  21:59:40
6689         Log: Integrate mainline
6690      Branch: perlio
6691           !> (integrate 28 files)
6692 ____________________________________________________________________________
6693 [  7797] By: jhi                                   on 2000/11/21  21:01:45
6694         Log: Integrate perlio.
6695      Branch: perl
6696           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
6697 ____________________________________________________________________________
6698 [  7796] By: nick                                  on 2000/11/21  20:36:22
6699         Log: Win32 builds and runs (mostly) with USE_PERLIO.
6700              PERLIO=perlio passes all tests. 
6701              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
6702      Branch: perlio
6703            ! perlio.c win32/perllib.c win32/win32.c
6704 ____________________________________________________________________________
6705 [  7795] By: jhi                                   on 2000/11/21  19:03:44
6706         Log: Update Changes.
6707      Branch: perl
6708            ! Changes patchlevel.h
6709 ____________________________________________________________________________
6710 [  7794] By: jhi                                   on 2000/11/21  18:56:34
6711         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
6712              From: "Craig A. Berry" <craigberry@mac.com>
6713              Date: Mon, 20 Nov 2000 20:27:06 -0600
6714              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
6715              
6716              A cut-and-pasto.
6717      Branch: perl
6718            ! perlio.h
6719 ____________________________________________________________________________
6720 [  7793] By: jhi                                   on 2000/11/21  18:54:41
6721         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
6722              From: Dominic Dunlop <domo@computer.org> 
6723              Date: Mon, 20 Nov 2000 18:55:29 +0100
6724              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
6725              
6726              va_copy() and the need of it.
6727              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
6728      Branch: metaconfig/U/perl
6729            + need_va_copy.U
6730      Branch: perl
6731            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6732            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
6733            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
6734            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6735            ! win32/config.bc win32/config.gc win32/config.vc
6736 ____________________________________________________________________________
6737 [  7792] By: jhi                                   on 2000/11/21  17:04:10
6738         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
6739      Branch: perl
6740           !> scope.h
6741 ____________________________________________________________________________
6742 [  7791] By: jhi                                   on 2000/11/21  17:01:16
6743         Log: Export the SOCKS workaround symbols only if necessary.
6744      Branch: perl
6745            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
6746 ____________________________________________________________________________
6747 [  7790] By: nick                                  on 2000/11/20  23:57:11
6748         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
6749      Branch: perlio
6750            ! scope.h
6751 ____________________________________________________________________________
6752 [  7789] By: nick                                  on 2000/11/20  23:38:33
6753         Log: Integrate mainline
6754      Branch: perlio
6755           +> lib/File/Spec/Epoc.pm
6756           !> (integrate 34 files)
6757 ____________________________________________________________________________
6758 [  7788] By: nick                                  on 2000/11/20  23:20:18
6759         Log: Make extra buffer layer work (dummy crlf layer)
6760      Branch: perlio
6761            ! doio.c perlio.c perlio.h
6762 ____________________________________________________________________________
6763 [  7787] By: jhi                                   on 2000/11/20  22:44:04
6764         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
6765              From: Peter Prymmer <pvhp@forte.com>
6766              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
6767              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
6768      Branch: perl
6769            ! t/pragma/locale.t
6770 ____________________________________________________________________________
6771 [  7786] By: jhi                                   on 2000/11/20  22:29:10
6772         Log: Subject: DOC PATCH 5.6.0 perlreftut
6773              From: mjd@plover.com
6774              Date: 20 Nov 2000 19:45:06 -0000
6775              Message-ID: <20001120194506.9505.qmail@plover.com>
6776      Branch: perl
6777            ! pod/perlreftut.pod
6778 ____________________________________________________________________________
6779 [  7785] By: jhi                                   on 2000/11/20  22:27:44
6780         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
6781              From: David Dyck <dcd@tc.fluke.com>
6782              Date: Mon, 20 Nov 2000 11:43:40 -0800
6783              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
6784      Branch: perl
6785            ! lib/Cwd.pm
6786 ____________________________________________________________________________
6787 [  7784] By: jhi                                   on 2000/11/20  22:23:21
6788         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
6789              Date: Mon, 20 Nov 2000 17:06:10 -0500
6790              To: Mailing list Perl5 <perl5-porters@perl.org>
6791              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
6792      Branch: perl
6793            ! pp_ctl.c t/op/pat.t
6794 ____________________________________________________________________________
6795 [  7783] By: jhi                                   on 2000/11/20  22:11:18
6796         Log: Subject: [PATCH] doop.c - UTF8 tr///               
6797              From: Simon Cozens <simon@cozens.net>
6798              Date: Sat, 18 Nov 2000 18:49:30 +0000
6799              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
6800              
6801              Subject: Re: [PATCH] doop.c - UTF8 tr///           
6802              From: Simon Cozens <simon@cozens.net>
6803              Date: Mon, 20 Nov 2000 20:45:22 +0000
6804              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
6805              
6806              Make tr on UTF-8 better but still not correct.
6807      Branch: perl
6808            ! doop.c
6809 ____________________________________________________________________________
6810 [  7782] By: jhi                                   on 2000/11/20  22:02:16
6811         Log: Remove the shared object before attempting to create
6812              (by linking) a new one.  E.g. in AIX not removing
6813              becomes quite painful if one tries to do more than one
6814              build in the same tree (an interrupted build, for example),
6815              since the AIX' shared dynaloader seemingly keeps the shared
6816              objects open and therefore 'busy' for quite a while, even when
6817              nobody is using the objects, leading into link failures.
6818      Branch: perl
6819            ! lib/ExtUtils/MM_Unix.pm
6820 ____________________________________________________________________________
6821 [  7781] By: gsar                                  on 2000/11/20  19:02:55
6822         Log: type mismatch due to faulty integration
6823      Branch: maint-5.6/perl
6824            ! toke.c win32/Makefile
6825 ____________________________________________________________________________
6826 [  7780] By: gsar                                  on 2000/11/20  17:31:55
6827         Log: integrate changes#6392,6394..6399,6401..6404
6828              
6829              The {multiplier} of a fixed substring was overlooked which
6830              caused a wrong initial search offset for that substring.
6831              
6832              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
6833              From: Hugo <hv@crypt.compulink.co.uk>
6834              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
6835              Date: Thu, 13 Jul 2000 19:27:13 +0100
6836              
6837              Fix the BOM bug: not a byteorder bug, a signedness bug.
6838              
6839              Replace change #6337 with a better one.
6840              
6841              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
6842              From: Hugo <hv@crypt.compulink.co.uk>
6843              Date: Fri, 14 Jul 2000 04:16:20 +0100
6844              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
6845              
6846              MakeMaker should not remove editor backups (*~) on `make clean`
6847              by default (completes change#6383)
6848              
6849              move new variables to the end of the interpreter structure (for
6850              bincompat in code that doesn't #include XSUB.h)
6851              
6852              rename totally bletcherous SvLOCK() thingy (doesn't do what the
6853              name suggests anyway)
6854              
6855              various cleanups (typos, misformatted code, and small bugs)
6856              
6857              typecasts needed for change#6394
6858              
6859              typos in change#6399, regen headers
6860              
6861              inconsistent types needs casts
6862              
6863              PERL_OBJECT build tweaks
6864      Branch: maint-5.6/perl
6865           !> MANIFEST doop.c embed.h embed.pl embedvar.h
6866           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
6867           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
6868           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
6869           !> toke.c util.c
6870 ____________________________________________________________________________
6871 [  7779] By: gsar                                  on 2000/11/20  17:06:29
6872         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
6873              
6874              Cosmetics and perldelta.
6875              
6876              Fix nits noticed by Boston.pm.
6877              
6878              Do the cc sanity check both before the hints and
6879              after the cc selction.
6880              
6881              get sprintf.t to adjust properly for 3-digit exponents
6882              
6883              don't clobber *.orig files on *clean targets
6884              
6885              fix bugs in processing %v-*d and similar format specs (from
6886              Avi Finkel <avi@finkel.org>)
6887              
6888              sprintf test tweaks (from Dominic Dunlop)
6889              
6890              new selfloader.t in change#6183 doesn't close DATA handles,
6891              and thus fails to clean up tmp files on dosish platforms
6892              
6893              typos (spotted by Peter Prymmer)
6894              
6895              typo fix from Craig Berry
6896      Branch: maint-5.6/perl
6897           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
6898           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
6899           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
6900           !> x2p/Makefile.SH
6901 ____________________________________________________________________________
6902 [  7778] By: gsar                                  on 2000/11/20  16:46:51
6903         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
6904              
6905              Subject: Re: format bug report  [Patch]
6906              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6907              Date: Wed, 05 Jul 2000 13:12:52 +0200
6908              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
6909              
6910              Subject: Re: format bug report  [Patch]
6911              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6912              Date: Wed, 05 Jul 2000 14:10:01 +0200
6913              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
6914              
6915              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
6916              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6917              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
6918              Date: Fri, 07 Jul 2000 17:57:16 +0100
6919              
6920              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
6921              To: perl5-porters@perl.org
6922              From: Karsten Sperling <spiff@phreax.net>
6923              Date: Mon, 10 Jul 2000 15:12:52 +0200
6924              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
6925              
6926              README.posix-bc podified from Thomas Dorner.
6927              
6928              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
6929              From: Dominic Dunlop <domo@computer.org>
6930              Date: Tue, 11 Jul 2000 12:27:33 +0200
6931              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
6932              
6933              Typo in #6341.
6934              
6935              Fix for
6936              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
6937              From: Roderick Schertler <roderick@argon.org>
6938              Date: Tue, 11 Jul 2000 13:55:05 -0400
6939              Message-Id: <200007111755.NAA05077@jones.argon.org>
6940              
6941              Minor cleanups on the booklist.
6942              
6943              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
6944              regen perltoc.
6945              
6946              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
6947      Branch: maint-5.6/perl
6948           +> pod/perlbook.pod
6949           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
6950           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
6951           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
6952 ____________________________________________________________________________
6953 [  7777] By: jhi                                   on 2000/11/20  16:08:49
6954         Log: Update Changes.
6955      Branch: perl
6956            ! Changes patchlevel.h
6957 ____________________________________________________________________________
6958 [  7776] By: jhi                                   on 2000/11/20  15:27:56
6959         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
6960              This may be overly harsh but until proven otherwise, we think this
6961              way, or until we have a simple test for Configure (having to start
6962              up servers is does not count as simple) to check for the problems.
6963      Branch: perl
6964            ! perl.h
6965 ____________________________________________________________________________
6966 [  7775] By: jhi                                   on 2000/11/20  15:22:17
6967         Log: Solaris hints tweaks.
6968      Branch: perl
6969            ! hints/solaris_2.sh
6970 ____________________________________________________________________________
6971 [  7774] By: jhi                                   on 2000/11/20  15:01:20
6972         Log: Add a workaround to SOCKS 64-bit problems.
6973      Branch: perl
6974            ! doio.c embed.h embed.pl perlsdio.h proto.h
6975 ____________________________________________________________________________
6976 [  7773] By: jhi                                   on 2000/11/20  14:51:47
6977         Log: sysseek() instead of seek().
6978      Branch: perl
6979            ! t/lib/syslfs.t
6980 ____________________________________________________________________________
6981 [  7772] By: gsar                                  on 2000/11/20  13:06:23
6982         Log: integrate changes#6315..6319,6321..6331,6333..6338
6983              
6984              Integrate with Sarathy, preliminary fix for unicos
6985              alignment problems in [ID 20000612.002] Perl problem on Cray system.
6986              
6987              some debugger output does not go to the socket when RemotePort is set
6988              
6989              winsock cleanup never done on Windows (leads to handle leaks)
6990              
6991              fix UNC path handling on Windows under ithreads, and chdir()
6992              return value when given a non-existent directory
6993              
6994              Autogenerate pod/Makefile and pod/buildtoc.
6995              buildtoc also checks whether the existin pods are
6996              mentioned in MANIFEST and perl.pod, and vice versa.
6997              (None of the thusly found discrepancies fixed yet.)
6998              roffitall also needs to be autogenerated similarly but it
6999              seems so badly out of date that I didn't touch it yet.
7000              
7001              Config is being used.
7002              
7003              Add =head1 NAMEs so that buildtoc is happy.
7004              (The CGI::Util nit reported to Lincoln.)
7005              
7006              Fix complaints of buildtoc.
7007              
7008              Fix the alignment problem in Crays ([ID 20000612.002]).
7009              
7010              Remove perlbook, update perlfaq book listing,
7011              rearrange perl.pod, regenerate perltoc.
7012              
7013              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
7014              was cast to an unsigned (32-bit) integer with wild abandon.
7015              
7016              winsock options weren't being set in all threads under ithreads
7017              (caused send()s from second and subsequent threads to fail)
7018              
7019              accept() leaks memory on windows due to incorrect ordering of
7020              closesocket() and fclose() calls
7021              
7022              Reorder perl.pod once more.
7023              
7024              More POSIX.pod tweaks.
7025              
7026              Sprinkle ldlibpath.
7027              
7028              Precedence goof, fix based on
7029              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
7030              From: Hugo <hv@crypt.compulink.co.uk>
7031              Date: Tue, 11 Jul 2000 12:52:38 +0100
7032              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
7033              
7034              Subject: PATCH perlguts.pod: Document D and d magic types
7035              From: mjd@plover.com
7036              Date: 5 Jul 2000 18:01:51 -0000
7037              Message-ID: <20000705180151.29413.qmail@plover.com>
7038              
7039              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
7040              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
7041              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
7042              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
7043              
7044              Subject: [PATCH cfgperl] $& segfaults if you trick it
7045              From: simon@brecon.co.uk (Simon Cozens)
7046              Date: 7 Jul 2000 11:26:09 GMT
7047              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
7048              
7049              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
7050              From: Hugo <hv@crypt.compulink.co.uk>
7051              Date: Tue, 11 Jul 2000 12:44:50 +0100
7052              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
7053              
7054              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
7055              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7056              Date: Tue, 11 Jul 2000 13:50:51 +0100
7057              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
7058      Branch: maint-5.6/perl
7059           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
7060           +> pod/buildtoc.PL
7061            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
7062           !> (integrate 26 files)
7063 ____________________________________________________________________________
7064 [  7771] By: gsar                                  on 2000/11/20  12:31:42
7065         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
7066              6310,6311,6314
7067              
7068              Subject: [PATCH bleedperl] File::Spec 0.82 beta
7069              From: Barrie Slaymaker <barries@jester.slaysys.com>
7070              Date: Wed, 28 Jun 2000 11:35:29 -0400
7071              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
7072              
7073              tweak perlembed for multiplicity/usethreads sanity; correct notes
7074              about Windows
7075              
7076              localize %INC in a Safe compartment so that use/require work
7077              (many other magic globals probably need similar treatment)
7078              
7079              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
7080              when @_ is modified, causing coredumps
7081              
7082              slurp mode fix in change#4736 still not quite right
7083              
7084              Point to perlipc for more SysV IPC examples.
7085              
7086              Elaborate POSIX.pod.  Still needs work.
7087              
7088              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
7089              
7090              fix large memory leak that has been around for ever, masked by
7091              -DPURIFY (most of the arenas were never freed!)
7092              
7093              fix memory leak on Windows (PL_sys_intern contents were never
7094              freed)
7095              
7096              PERL_OBJECT build tweak
7097              
7098              adjust change#6299
7099              
7100              remove rel2abs prototypes (from Barrie Slaymaker)
7101              
7102              missing perldiag entry for unpack("w",...) diagnostic (from
7103              Andreas Koenig)
7104              
7105              better diagnostic on Frob->stuff() when Frob:: doesn't exist
7106              (from Richard Soderberg <rs@oregonnet.com>)
7107              
7108              Win32 patches for cfgperl from Sarathy.
7109              
7110              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
7111              
7112              More POSIX.pod embellishment.
7113              
7114              tyop in change#6306
7115      Branch: maint-5.6/perl
7116           !> (integrate 44 files)
7117 ____________________________________________________________________________
7118 [  7770] By: gsar                                  on 2000/11/20  11:51:00
7119         Log: integrate changes#6268..6282 from cfgperl branch
7120              
7121              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
7122              From: Dominic Dunlop <domo@computer.org>
7123              Date: Thu, 29 Jun 2000 12:32:39 +0200
7124              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
7125              
7126              Regen headers for #6261 (and update embed.pl for this) and #6267,
7127              silence few compiler warnings.
7128              
7129              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
7130              From: Nicholas Clark <nick@talking.bollo.cx>
7131              Date: Fri, 23 Jun 2000 16:21:15 +0100
7132              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
7133              
7134              Subject: PATCH pod/perltie.pod
7135              From: Ian Phillipps <Ian.Phillipps@iname.com>
7136              Date: Fri, 16 Jun 2000 00:17:19 +0100
7137              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
7138              (only the first hunk, the second hunk had already been done
7139              by some other patch)
7140              
7141              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
7142              From: Tom Phoenix <rootbeer@redcat.com>
7143              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
7144              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
7145              
7146              Subject: [PATCH] xsub attributes
7147              From: Doug MacEachern <dougm@covalent.net>
7148              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
7149              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
7150              
7151              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
7152              From: Andy Dougherty <doughera@lafayette.edu>
7153              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
7154              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
7155              
7156              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
7157              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7158              Date: Tue, 13 Jun 2000 02:43:48 -0500
7159              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
7160              
7161              Subject: [PATCH] Re: eval documentation: context
7162              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7163              Date: Mon, 12 Jun 2000 15:07:29 +0100
7164              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
7165              
7166              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
7167              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7168              Date: Mon, 12 Jun 2000 14:55:59 +0100
7169              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
7170              
7171              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
7172              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
7173              Date: Fri, 09 Jun 2000 12:39:27 -0400
7174              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
7175              (plus update the version "number" of Text::Wrap)
7176              
7177              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
7178              From: Tim Ayers <tayers@bridge.com>
7179              Date: Thu, 08 Jun 2000 08:11:06 +0200
7180              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
7181              [resent by Richard Foley, Message-Id probably wrong]
7182              
7183              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
7184              From: rspier@pobox.com (Robert Spier)
7185              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
7186              Message-ID: <14654.31913.845602.610277@rls.cx>
7187              
7188              Subject: [PATCH 5.6.0] utils/h2xs.PL
7189              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7190              Date: Wed, 7 Jun 2000 04:02:04 -0500
7191              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
7192              
7193              Subject: [PATCH 5.6.0]ITHREADs for VMS
7194              From: Dan Sugalski <dan@sidhe.org>
7195              Date: Tue, 06 Jun 2000 11:59:50 -0400
7196              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
7197      Branch: maint-5.6/perl
7198           !> (integrate 31 files)
7199 ____________________________________________________________________________
7200 [  7769] By: gsar                                  on 2000/11/20  11:29:06
7201         Log: integrate changes#6261..6266 from cfgperl
7202              
7203              Subject: Re: [PATCH cfgperl] BOMs away!
7204              From: simon@brecon.co.uk (Simon Cozens)
7205              Date: 17 Jun 2000 11:49:57 GMT
7206              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
7207              
7208              Subject: 5.6.0 Patch for EPOC
7209              From: Olaf Flebbe <o.flebbe@gmx.de>
7210              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
7211              Message-ID: <23449.960929969@www11.gmx.net>
7212              
7213              tr fixes from Simon Cozens
7214              
7215              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
7216              From: Marty Lucich <marty@netcom.com>
7217              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
7218              Message-Id: <200006282116.OAA11148@netcom.com>
7219              ccdlflags update (the BSD/OS 4.1 part had already been taken
7220              care of by #6141).
7221              
7222              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
7223              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7224              Date: Wed, 28 Jun 2000 17:50:12 -0700
7225              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
7226              
7227              Subject: [PATCH 5.6.0] cygwin port
7228              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
7229              From: "Fifer, Eric" <EFifer@sanwaint.com>
7230              Date: Thu, 29 Jun 2000 12:58:29 +0100
7231      Branch: maint-5.6/perl
7232           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
7233           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
7234           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
7235           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
7236 ____________________________________________________________________________
7237 [  7768] By: gsar                                  on 2000/11/20  11:13:44
7238         Log: integrate changes#6252..6256,6259..6260
7239              
7240              Paranoia tweak on #6249.
7241              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
7242              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
7243              Date: Sun, 25 Jun 2000 23:43:12 -0400
7244              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
7245              
7246              Subject: tr///, help wanted.
7247              From: simon@brecon.co.uk (Simon Cozens)
7248              Date: 28 Jun 2000 11:29:04 GMT
7249              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
7250              
7251              small thinko tweaks
7252              
7253              tweaks from Simon Conzes to further fix tr/// under utf8
7254              
7255              perlnewmod was missing from MANIFEST.
7256              
7257              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
7258              From: simon@brecon.co.uk (Simon Cozens)
7259              Date: 17 Jun 2000 11:56:44 GMT
7260              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
7261              pack U0, pack C0
7262      Branch: maint-5.6/perl
7263           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
7264           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
7265           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
7266           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
7267 ____________________________________________________________________________
7268 [  7767] By: gsar                                  on 2000/11/20  10:51:38
7269         Log: integrate change#6250 from cfgperl
7270              
7271              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
7272              From: Doug MacEachern <dougm@covalent.net>
7273              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
7274              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
7275      Branch: maint-5.6/perl
7276           +> t/op/my_stash.t
7277           !> MANIFEST embed.pl global.sym proto.h toke.c
7278 ____________________________________________________________________________
7279 [  7766] By: gsar                                  on 2000/11/20  10:48:34
7280         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
7281              
7282              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
7283              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
7284              Date: Mon, 26 Jun 2000 18:40:14 +0100
7285              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
7286              
7287              Subject: [PATCH] bytes<->utf8 fixes
7288              From: simon@brecon.co.uk (Simon Cozens)
7289              Date: 26 Jun 2000 04:55:45 GMT
7290              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
7291              
7292              Subject: [PATCH] is_utf8_string
7293              From: simon@brecon.co.uk (Simon Cozens)
7294              Date: 26 Jun 2000 02:25:59 GMT
7295              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
7296              
7297              Subject: [PATCH] avoid mg_ptr in '*' magic
7298              From: Doug MacEachern <dougm@covalent.net>
7299              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
7300              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
7301              
7302              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
7303              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
7304              Date: Sat, 24 Jun 2000 13:06:20 +0100
7305              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
7306              
7307              Allow for standalone testing.
7308              
7309              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
7310              From: Mark-Jason Dominus <mjd@plover.com>
7311              Date: Tue, 27 Jun 2000 22:36:42 -0400
7312              Message-ID: <20000628023642.12166.qmail@plover.com>
7313              
7314              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
7315              From: Frank Tobin <ftobin@uiuc.edu>
7316              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
7317              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
7318      Branch: maint-5.6/perl
7319           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
7320           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
7321           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
7322           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
7323           !> utf8.c utils/h2xs.PL
7324 ____________________________________________________________________________
7325 [  7765] By: gsar                                  on 2000/11/20  10:29:13
7326         Log: integrate change#6239 from cfgperl
7327              
7328              Configure maintenance.  Sever some dependency cycles,
7329              separate gccversion from the cc unit,
7330              address [ID 20000623.006] Configure script patch for using gcc on AIX
7331              (but solve it a little bit differently),
7332              unduplex some accidentally duplicated units,
7333              suggest using gcc if no cc available
7334              (p5p thread: "Solaris configure: counterproposal", 1999-09)
7335      Branch: maint-5.6/perl
7336           !> Configure Todo-5.6 config_h.SH
7337 ____________________________________________________________________________
7338 [  7764] By: gsar                                  on 2000/11/20  10:25:55
7339         Log: integrate changes#6233..6238 from cfgperl
7340              
7341              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
7342              From: Mark-Jason Dominus <mjd@plover.com>
7343              Date: Fri, 16 Jun 2000 20:53:04 -0400
7344              Message-ID: <20000617005304.8008.qmail@plover.com>
7345              
7346              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
7347              because when run as services (Win32ese for daemons)
7348              no environment variables are set and tmpdir ends up as /tmp,
7349              which is ambiguous.
7350              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
7351              From: matt@sergeant.org
7352              Date: 16 Jun 2000 16:30:43 -0000
7353              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
7354              
7355              The thread begun by
7356              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
7357              From: Kevin.Ruscoe@ubsw.com
7358              Date: Fri, 16 Jun 2000 16:38:51 +0100
7359              Message-Id: <H000019b03c300d6@MHS>
7360              
7361              Tweak embed.pl, regen headers.
7362              
7363              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
7364              From: Dan Sugalski <dan@sidhe.org>
7365              Date: Fri, 23 Jun 2000 17:00:00 -0400
7366              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
7367      Branch: maint-5.6/perl
7368           !> (integrate 27 files)
7369 ____________________________________________________________________________
7370 [  7763] By: gsar                                  on 2000/11/20  10:08:08
7371         Log: s/perl56delta/perldelta/g
7372      Branch: maint-5.6/perl
7373            ! pod/Makefile
7374 ____________________________________________________________________________
7375 [  7762] By: gsar                                  on 2000/11/20  10:04:00
7376         Log: integrate changes#6225,6229,6231,6232 from cfgperl
7377              
7378              Add source code filenames to apidoc.
7379              From: simon@brecon.co.uk (Simon Cozens)
7380              Subject: [PATCH embed.pl] Source X-ref
7381              Date: 22 Jun 2000 02:18:49 GMT
7382              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
7383              
7384              Subject: README.hpux version 0.6.1
7385              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
7386              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
7387              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
7388              
7389              Subject: [PATCH 5.6.0] cygwin port
7390              From: "Fifer, Eric" <EFifer@sanwaint.com>
7391              Date: Tue, 20 Jun 2000 14:30:58 +0100
7392              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
7393              
7394              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
7395              From: simon@brecon.co.uk (Simon Cozens)
7396              Date: 19 Jun 2000 15:18:27 GMT
7397              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
7398              
7399              plus update pod/Makefile and regenerate perltoc
7400      Branch: maint-5.6/perl
7401           +> pod/perlutil.pod
7402           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
7403           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
7404 ____________________________________________________________________________
7405 [  7761] By: jhi                                   on 2000/11/20  04:09:55
7406         Log: Miraculous typo.
7407      Branch: perl
7408            ! t/op/pat.t
7409 ____________________________________________________________________________
7410 [  7760] By: jhi                                   on 2000/11/20  04:06:08
7411         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
7412              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7413              Date: Sun, 19 Nov 2000 22:30:26 -0500
7414              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
7415      Branch: perl
7416            ! regexec.c scope.h t/op/pat.t
7417 ____________________________________________________________________________
7418 [  7759] By: jhi                                   on 2000/11/20  02:05:22
7419         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
7420      Branch: perl
7421            ! perl.h
7422 ____________________________________________________________________________
7423 [  7758] By: jhi                                   on 2000/11/20  01:58:11
7424         Log: Subject: [perl 7711: EPOC] updates
7425              From: Olaf Flebbe <o.flebbe@gmx.de>
7426              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
7427              Message-ID: <25575.974658810@www23.gmx.net>               
7428      Branch: perl
7429            + lib/File/Spec/Epoc.pm
7430            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
7431            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
7432            ! lib/File/Spec.pm perl.c sv.c
7433 ____________________________________________________________________________
7434 [  7757] By: jhi                                   on 2000/11/20  01:53:11
7435         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
7436      Branch: perl
7437            ! MANIFEST
7438 ____________________________________________________________________________
7439 [  7756] By: jhi                                   on 2000/11/20  01:47:22
7440         Log: Integrate perlio.
7441      Branch: perl
7442            - ext/re/hints/MSWin32.pl
7443           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
7444           !> win32/config.gc win32/config_H.gc win32/win32sck.c
7445 ____________________________________________________________________________
7446 [  7755] By: nick                                  on 2000/11/19  20:57:17
7447         Log: Add dummy crlf layer (just as buffer)
7448              Correct 1st bug - one layer of indirection.
7449      Branch: perlio
7450            ! perlio.c perlio.h perliol.h
7451 ____________________________________________________________________________
7452 [  7754] By: nick                                  on 2000/11/19  20:56:12
7453         Log: Work-round to Perl_deb_nocontext is no longer required
7454      Branch: perlio
7455            - ext/re/hints/MSWin32.pl
7456 ____________________________________________________________________________
7457 [  7753] By: nick                                  on 2000/11/19  20:01:16
7458         Log: diff -se shows these as different
7459      Branch: perlio
7460            ! global.sym pod/perlapi.pod
7461 ____________________________________________________________________________
7462 [  7752] By: nick                                  on 2000/11/19  18:57:30
7463         Log: Configure GCC/Win32 build -Duseperlio
7464              Fix a couple of gross issues
7465              - double-include of ../deb.o in re.dll
7466              - win32sck.c needs PerlIO and FILE 
7467      Branch: perlio
7468            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
7469            ! win32/win32sck.c
7470 ____________________________________________________________________________
7471 [  7751] By: nick                                  on 2000/11/19  17:05:36
7472         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
7473      Branch: perlio
7474            ! perlio.c
7475 ____________________________________________________________________________
7476 [  7750] By: nick                                  on 2000/11/19  16:57:14
7477         Log: Missing aTHX_
7478      Branch: perlio
7479            ! sv.c
7480 ____________________________________________________________________________
7481 [  7749] By: jhi                                   on 2000/11/19  16:28:40
7482         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
7483              From: "Peter J. Farley III" <pjfarley@banet.net>
7484              Date: Sun, 19 Nov 2000 01:42:58 -0500
7485              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
7486      Branch: perl
7487            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
7488 ____________________________________________________________________________
7489 [  7748] By: jhi                                   on 2000/11/19  16:08:10
7490         Log: Subject: podlators 1.05 available        
7491              From: Russ Allbery <rra@stanford.edu>   
7492              Date: 18 Nov 2000 22:04:28 -0800
7493              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
7494      Branch: perl
7495            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
7496 ____________________________________________________________________________
7497 [  7747] By: nick                                  on 2000/11/19  11:19:39
7498         Log: Integrate mainline
7499      Branch: perlio
7500           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
7501           !> util.c
7502 ____________________________________________________________________________
7503 [  7746] By: jhi                                   on 2000/11/19  06:42:22
7504         Log: Make hex scanning warn on "\x{x}" and "\xx".
7505              "\x" and and hex("x") are still valid.
7506      Branch: perl
7507            ! util.c
7508 ____________________________________________________________________________
7509 [  7745] By: nick                                  on 2000/11/18  22:52:28
7510         Log: Integrate mainline
7511      Branch: perlio
7512           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
7513           !> perl.h perlio.c proto.h regcomp.c regcomp.h
7514 ____________________________________________________________________________
7515 [  7744] By: jhi                                   on 2000/11/18  22:50:28
7516         Log: Introduce Perl_utf8_length().  Use it.
7517      Branch: perl
7518            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
7519 ____________________________________________________________________________
7520 [  7743] By: jhi                                   on 2000/11/18  22:38:51
7521         Log: Compiler denit.
7522      Branch: perl
7523            ! perlio.c
7524 ____________________________________________________________________________
7525 [  7742] By: jhi                                   on 2000/11/18  20:33:05
7526         Log: Integrate perlio.
7527      Branch: perl
7528           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
7529           !> perlio.h pp_ctl.c pp_sys.c sv.c
7530 ____________________________________________________________________________
7531 [  7741] By: jhi                                   on 2000/11/18  20:31:27
7532         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
7533              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7534              Date: Fri, 17 Nov 2000 20:35:11 -0500
7535              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
7536              
7537              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
7538              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7539              Date: Fri, 17 Nov 2000 21:03:47 -0500
7540              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
7541              
7542              Plus a little bit of tweaking in pregcomp().
7543      Branch: perl
7544            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
7545 ____________________________________________________________________________
7546 [  7740] By: nick                                  on 2000/11/18  20:17:22
7547         Log: Lexical use open ... support:
7548              add ->cop_io to COP structure in cop.h.
7549              Make mg.c and gv.c associate it with ${^OPEN}.
7550              Make lib/open.pm set it.
7551              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
7552              manner similar to ->cop_warnings.
7553              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
7554              call new PerlIO_apply_layers().
7555              Declare latter in perlio.h and define in perlio.c
7556      Branch: perlio
7557            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
7558            ! perlio.h pp_ctl.c pp_sys.c sv.c
7559 ____________________________________________________________________________
7560 [  7739] By: jhi                                   on 2000/11/18  19:54:00
7561         Log: Integrate perlio.
7562      Branch: perl
7563           !> doio.c perlio.c pp.c
7564 ____________________________________________________________________________
7565 [  7738] By: jhi                                   on 2000/11/18  17:16:13
7566         Log: Subject: [PATCH 5.7.0] etags broken again
7567              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7568              Date: Sat, 18 Nov 2000 02:41:36 -0500
7569              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
7570      Branch: perl
7571            ! emacs/ptags
7572 ____________________________________________________________________________
7573 [  7737] By: jhi                                   on 2000/11/18  17:12:18
7574         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
7575      Branch: perl
7576            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7577 ____________________________________________________________________________
7578 [  7736] By: nick                                  on 2000/11/18  14:06:20
7579         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
7580              part to be isolated.
7581      Branch: perlio
7582            ! doio.c perlio.c
7583 ____________________________________________________________________________
7584 [  7735] By: nick                                  on 2000/11/18  11:03:32
7585         Log: Integrate mainline
7586      Branch: perlio
7587           !> Changes README.amiga README.win32 patchlevel.h
7588           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
7589 ____________________________________________________________________________
7590 [  7734] By: jhi                                   on 2000/11/18  01:18:56
7591         Log: Update Changes.
7592      Branch: perl
7593            ! Changes patchlevel.h
7594 ____________________________________________________________________________
7595 [  7733] By: jhi                                   on 2000/11/18  00:32:54
7596         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
7597              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7598              Date: Fri, 17 Nov 2000 17:28:02 -0500
7599              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
7600      Branch: perl
7601            ! regcomp.c regexec.c t/op/re_tests
7602 ____________________________________________________________________________
7603 [  7732] By: jhi                                   on 2000/11/18  00:28:56
7604         Log: Sparc 64-bit pack() fix from Jens Hamisch.
7605      Branch: perl
7606            ! pp.c
7607 ____________________________________________________________________________
7608 [  7731] By: jhi                                   on 2000/11/18  00:18:39
7609         Log: Explain in more detail the {} syntax ambiguousity.
7610              
7611              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
7612              From: Nicholas Clark <nick@ccl4.org>
7613              Date: Fri, 17 Nov 2000 22:10:28 +0000
7614              Message-ID: <20001117221028.A88930@plum.flirble.org>
7615      Branch: perl
7616            ! pod/perlfunc.pod
7617 ____________________________________________________________________________
7618 [  7730] By: jhi                                   on 2000/11/18  00:12:18
7619         Log: Subject: Fix for README.amiga (20000323.033)
7620              From: "Stephen P. Potter" <spp@spotter.yi.org>
7621              Date: Fri, 17 Nov 2000 12:25:51 -0500
7622              Message-Id: <200011171725.MAA05768@spotter.yi.org>
7623      Branch: perl
7624            ! README.amiga
7625 ____________________________________________________________________________
7626 [  7729] By: jhi                                   on 2000/11/18  00:08:34
7627         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
7628              From: "A. C. Yardley" <yardley@tanet.net>
7629              Date: Mon, 3 Apr 2000 11:35:33 -0700
7630              Message-ID: <3483.000403@tanet.net>
7631      Branch: perl
7632            ! README.win32
7633 ____________________________________________________________________________
7634 [  7728] By: nick                                  on 2000/11/17  21:59:47
7635         Log: Integrate mainline
7636      Branch: perlio
7637           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
7638           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
7639           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
7640           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
7641 ____________________________________________________________________________
7642 [  7727] By: nick                                  on 2000/11/17  21:56:31
7643         Log: Experiment on use of attributes.pm interface.
7644              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
7645              SVt_PVRV if not already something better (else vivify of say magic gets
7646              core dump).
7647      Branch: perlio
7648            ! perlio.c pp.c
7649 ____________________________________________________________________________
7650 [  7726] By: jhi                                   on 2000/11/17  14:15:49
7651         Log: Subject: Fix for 20000815.006
7652              From: "Stephen P. Potter" <spp@spotter.yi.org>
7653              Date: Fri, 17 Nov 2000 08:57:45 -0500
7654              Message-Id: <200011171357.IAA05122@spotter.yi.org>
7655              
7656              It's really 20000518.006.
7657      Branch: perl
7658            ! pod/perlmodlib.PL
7659 ____________________________________________________________________________
7660 [  7725] By: jhi                                   on 2000/11/17  14:12:31
7661         Log: Subject: Fix for 20000409.001
7662              From: "Stephen P. Potter" <spp@spotter.yi.org>
7663              Date: Fri, 17 Nov 2000 08:55:45 -0500
7664              Message-Id: <200011171355.IAA05104@spotter.yi.org>
7665      Branch: perl
7666            ! pod/perlfaq9.pod
7667 ____________________________________________________________________________
7668 [  7724] By: jhi                                   on 2000/11/17  14:08:58
7669         Log: Undo #7627 now that we have =head3.
7670      Branch: perl
7671            ! pod/perlhack.pod
7672 ____________________________________________________________________________
7673 [  7723] By: jhi                                   on 2000/11/17  14:04:09
7674         Log: As surmised the #7719 wasn't a good move.
7675      Branch: perl
7676            ! hints/solaris_2.sh
7677 ____________________________________________________________________________
7678 [  7722] By: jhi                                   on 2000/11/17  13:59:04
7679         Log: Also the 64bitall hints can be either here or there.
7680      Branch: perl
7681            ! hints/solaris_2.sh
7682 ____________________________________________________________________________
7683 [  7721] By: jhi                                   on 2000/11/17  02:26:23
7684         Log: Test tweak for the open pragma.
7685      Branch: perl
7686            ! t/lib/b.t
7687 ____________________________________________________________________________
7688 [  7720] By: jhi                                   on 2000/11/17  00:23:22
7689         Log: The long double hints can be here or there.
7690      Branch: perl
7691            ! hints/solaris_2.sh
7692 ____________________________________________________________________________
7693 [  7719] By: jhi                                   on 2000/11/17  00:14:06
7694         Log: For Solaris use64bitall the stdchar needs a little bit of help.
7695      Branch: perl
7696            ! hints/solaris_2.sh
7697 ____________________________________________________________________________
7698 [  7718] By: jhi                                   on 2000/11/16  23:27:34
7699         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
7700              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7701              Date: Wed, 15 Nov 2000 08:56:32 +0100
7702              Message-ID: <3A1241B0.64477E00@alcatel.at>
7703      Branch: perl
7704            ! lib/Carp/Heavy.pm
7705 ____________________________________________________________________________
7706 [  7717] By: jhi                                   on 2000/11/16  23:23:29
7707         Log: Subject: [PATCH] Re: 20001101.003 PDL
7708              From: Nicholas Clark <nick@ccl4.org>
7709              Date: Thu, 16 Nov 2000 16:48:25 +0000
7710              Message-ID: <20001116164825.B93487@plum.flirble.org>
7711      Branch: perl
7712            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
7713 ____________________________________________________________________________
7714 [  7716] By: jhi                                   on 2000/11/16  23:21:31
7715         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
7716              From: "Casey R. Tweten" <crt@kiski.net>
7717              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
7718              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
7719      Branch: perl
7720            ! lib/Pod/Checker.pm pod/perlpod.pod
7721 ____________________________________________________________________________
7722 [  7715] By: jhi                                   on 2000/11/16  23:19:40
7723         Log: Avoid an infinite loop in VMS when utils scripts are run
7724              with no arguments, from Charles Lane.
7725      Branch: perl
7726            ! configure.com
7727 ____________________________________________________________________________
7728 [  7714] By: jhi                                   on 2000/11/16  23:17:08
7729         Log: Subject: perllocale.pod changes
7730              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7731              Date: Mon, 13 Nov 2000 10:09:22 +0300
7732              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
7733      Branch: perl
7734            ! pod/perllocale.pod
7735 ____________________________________________________________________________
7736 [  7713] By: jhi                                   on 2000/11/16  23:14:06
7737         Log: Integrate perlio.
7738      Branch: perl
7739           !> doio.c perlio.c perlio.h util.c
7740 ____________________________________________________________________________
7741 [  7712] By: nick                                  on 2000/11/16  21:10:58
7742         Log: Integrate mainline
7743      Branch: perlio
7744           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7745           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
7746           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
7747           !> vos/config.ga.def vos/config.ga.h win32/config.bc
7748           !> win32/config.gc win32/config.vc
7749 ____________________________________________________________________________
7750 [  7711] By: nick                                  on 2000/11/16  19:56:41
7751         Log: Minor tweaks:
7752              consistent way of getting 'rb', 'wb' etc. for binary opens
7753              move *perlio::layers to *open::layers
7754              a #define to show layers available
7755              DOSISH popen/PerlIO had export/import sense inverted.
7756      Branch: perlio
7757            ! doio.c perlio.c perlio.h util.c
7758 ____________________________________________________________________________
7759 [  7710] By: jhi                                   on 2000/11/16  15:46:05
7760         Log: Add HAS_SBRK_PROTO.
7761      Branch: metaconfig/U/perl
7762            + d_sbrkproto.U
7763      Branch: perl
7764            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7765            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
7766            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
7767            ! vos/config.ga.def vos/config.ga.h win32/config.bc
7768            ! win32/config.gc win32/config.vc
7769 ____________________________________________________________________________
7770 [  7709] By: nick                                  on 2000/11/16  07:31:49
7771         Log: Integrate mainline
7772      Branch: perlio
7773           !> (integrate 35 files)
7774 ____________________________________________________________________________
7775 [  7708] By: jhi                                   on 2000/11/16  05:33:03
7776         Log: These files are text, not binary.
7777      Branch: perl
7778            ! ext/Encode/Encode/iso8859-10.enc
7779            ! ext/Encode/Encode/iso8859-13.enc
7780            ! ext/Encode/Encode/iso8859-14.enc
7781            ! ext/Encode/Encode/iso8859-15.enc
7782 ____________________________________________________________________________
7783 [  7707] By: jhi                                   on 2000/11/16  01:53:37
7784         Log: Update Changes.
7785      Branch: perl
7786            ! Changes patchlevel.h
7787 ____________________________________________________________________________
7788 [  7706] By: jhi                                   on 2000/11/16  01:35:59
7789         Log: More #undefing of stdio.
7790      Branch: perl
7791            ! fakesdio.h nostdio.h
7792 ____________________________________________________________________________
7793 [  7705] By: jhi                                   on 2000/11/16  01:34:18
7794         Log: Add fwalk() probe to the configuration files and regen perltoc.
7795      Branch: perl
7796            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7797            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
7798            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
7799            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7800            ! win32/config.bc win32/config.gc win32/config.vc
7801 ____________________________________________________________________________
7802 [  7704] By: jhi                                   on 2000/11/16  01:33:07
7803         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
7804              an optional third argument to Inlibc?)
7805      Branch: metaconfig/U/perl
7806            + d__fwalk.U
7807 ____________________________________________________________________________
7808 [  7703] By: jhi                                   on 2000/11/16  01:09:22
7809         Log: The type of the hash_cb() size argument is tricky.
7810      Branch: perl
7811            ! ext/DB_File/DB_File.xs
7812 ____________________________________________________________________________
7813 [  7702] By: jhi                                   on 2000/11/15  23:01:16
7814         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
7815      Branch: perl
7816            ! nostdio.h
7817 ____________________________________________________________________________
7818 [  7701] By: jhi                                   on 2000/11/15  22:52:32
7819         Log: Detypo.
7820      Branch: perl
7821            ! t/lib/bigfltpm.t
7822 ____________________________________________________________________________
7823 [  7700] By: jhi                                   on 2000/11/15  22:51:56
7824         Log: UINT64_C() work continues.
7825      Branch: perl
7826            ! handy.h perl.h utf8.h
7827 ____________________________________________________________________________
7828 [  7699] By: jhi                                   on 2000/11/15  14:13:04
7829         Log: SOCKS has its own USE_THREADS, based on
7830              
7831              Subject: [ID 20001114.002] et. al. bugfix followup
7832              From: Jens Hamisch <jens@Strawberry.COM> 
7833              Date: Wed, 15 Nov 2000 14:23:11 +0100
7834              Message-ID: <20001115142311.A21164@Strawberry.COM>
7835      Branch: perl
7836            ! perl.h
7837 ____________________________________________________________________________
7838 [  7698] By: jhi                                   on 2000/11/15  03:50:56
7839         Log: Add few missing #undefs and sort them.
7840      Branch: perl
7841            ! fakesdio.h
7842 ____________________________________________________________________________
7843 [  7697] By: jhi                                   on 2000/11/15  03:39:14
7844         Log: Linenumber fix.
7845      Branch: perl
7846            ! t/pragma/warn/utf8
7847 ____________________________________________________________________________
7848 [  7696] By: jhi                                   on 2000/11/15  02:55:26
7849         Log: EBCDIC tweaks.
7850              
7851              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
7852              From: Peter Prymmer <pvhp@forte.com>
7853              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
7854              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
7855      Branch: perl
7856            ! t/op/regmesg.t t/pragma/warn/utf8
7857 ____________________________________________________________________________
7858 [  7695] By: jhi                                   on 2000/11/15  02:53:58
7859         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
7860              From: Peter Prymmer <pvhp@forte.com>
7861              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
7862              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
7863      Branch: perl
7864            ! utf8.c
7865 ____________________________________________________________________________
7866 [  7694] By: jhi                                   on 2000/11/15  02:50:55
7867         Log: Subject: [PATCH: perl@7674] updates to README.os390
7868              From: Prymmer/Kahn <pvhp@best.com>
7869              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
7870              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
7871      Branch: perl
7872            ! README.os390
7873 ____________________________________________________________________________
7874 [  7693] By: jhi                                   on 2000/11/15  02:48:37
7875         Log: Quit utf8_to_uv() instantly if curlen == 0.
7876      Branch: perl
7877            ! utf8.c
7878 ____________________________________________________________________________
7879 [  7692] By: jhi                                   on 2000/11/15  02:24:29
7880         Log: Use u_int32_t for the size of hash_cb(), not size_t.
7881              
7882              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
7883              From: Jens Hamisch <jens@Strawberry.COM>     
7884              Date: Tue, 14 Nov 2000 19:03:55 +0100
7885              Message-Id: <20001114190355.A20559@Strawberry.COM>
7886      Branch: perl
7887            ! ext/DB_File/DB_File.xs
7888 ____________________________________________________________________________
7889 [  7691] By: jhi                                   on 2000/11/15  02:20:12
7890         Log: Use UINT64_C().
7891              
7892              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
7893              From: Jens Hamisch <jens@Strawberry.COM>
7894              Date: Tue, 14 Nov 2000 19:16:23 +0100
7895              Message-Id: <20001114191623.G20559@Strawberry.COM>
7896      Branch: perl
7897            ! utf8.c utf8.h
7898 ____________________________________________________________________________
7899 [  7690] By: jhi                                   on 2000/11/15  02:17:06
7900         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
7901              (a macro to define signed and unsigned integer constants).
7902      Branch: perl
7903            ! handy.h
7904 ____________________________________________________________________________
7905 [  7689] By: jhi                                   on 2000/11/15  01:56:51
7906         Log: Regen Configure.
7907      Branch: perl
7908            ! Configure
7909 ____________________________________________________________________________
7910 [  7688] By: jhi                                   on 2000/11/15  01:56:32
7911         Log: Make the unit know about SOCKS.
7912      Branch: metaconfig
7913            ! U/protos/socksizetype.U
7914 ____________________________________________________________________________
7915 [  7687] By: jhi                                   on 2000/11/15  01:54:47
7916         Log: Remove unused dependencies.
7917      Branch: metaconfig
7918            ! U/compline/d_getpagsz.U
7919 ____________________________________________________________________________
7920 [  7686] By: nick                                  on 2000/11/14  21:25:13
7921         Log: Integrate mainline.
7922      Branch: perlio
7923           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
7924           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
7925           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
7926           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
7927           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
7928           !> win32/config.bc win32/config.gc win32/config.vc
7929           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
7930 ____________________________________________________________________________
7931 [  7685] By: jhi                                   on 2000/11/14  17:54:56
7932         Log: Integrate perlio.
7933      Branch: perl
7934           +> fakesdio.h perliol.h
7935           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
7936           !> perlsdio.h perlsfio.h pod/perlfunc.pod
7937 ____________________________________________________________________________
7938 [  7684] By: nick                                  on 2000/11/14  17:43:04
7939         Log: PerlIO #include and #ifdef re-work.
7940      Branch: perlio
7941            + fakesdio.h perliol.h
7942            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
7943            ! perlsdio.h perlsfio.h
7944 ____________________________________________________________________________
7945 [  7683] By: jhi                                   on 2000/11/14  15:42:40
7946         Log: Hoist the duplicated socket/netdb include logic to perl.h;
7947              undef SETERRNO in case SOCKS has defined it.  Based on:
7948              
7949              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
7950              From: Jens Hamisch <jens@Strawberry.COM> 
7951              Date: Tue, 14 Nov 2000 11:34:40 +0100
7952              Message-Id: <20001114113440.A20005@Strawberry.COM>
7953      Branch: perl
7954            ! doio.c perl.h pp_sys.c
7955 ____________________________________________________________________________
7956 [  7682] By: jhi                                   on 2000/11/14  14:07:28
7957         Log: Subject: some additions for makefiles for win32 (for perl@7674)
7958              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7959              Date: Tue, 14 Nov 2000 09:31:13 +0300
7960              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
7961      Branch: perl
7962            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7963            ! win32/makefile.mk
7964 ____________________________________________________________________________
7965 [  7681] By: jhi                                   on 2000/11/14  14:01:41
7966         Log: Subject: tiny typo in perl5db.pl
7967              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7968              Date: Tue, 14 Nov 2000 09:29:28 +0300
7969              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
7970      Branch: perl
7971            ! lib/perl5db.pl
7972 ____________________________________________________________________________
7973 [  7680] By: jhi                                   on 2000/11/14  04:13:50
7974         Log: Redo #7679 with LFs instead of CRLFs.
7975      Branch: perl
7976            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
7977            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
7978            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
7979 ____________________________________________________________________________
7980 [  7679] By: jhi                                   on 2000/11/14  01:21:09
7981         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
7982              From: Benjamin Stuhl <tiriath@yahoo.com> 
7983              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
7984              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
7985      Branch: perl
7986            + win32/bin/mdelete.bat
7987            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7988            ! makedef.pl perlio.c win32/Makefile win32/config.gc
7989            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
7990 ____________________________________________________________________________
7991 [  7678] By: jhi                                   on 2000/11/14  01:19:20
7992         Log: Fix the re extension building for Win32.
7993              
7994              Subject: [PATCH perl@7638] Get PerlIO building on Win32
7995              From: Benjamin Stuhl <tiriath@yahoo.com> 
7996              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
7997              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
7998      Branch: perl
7999            + ext/re/hints/MSWin32.pl
8000            ! MANIFEST
8001 ____________________________________________________________________________
8002 [  7677] By: jhi                                   on 2000/11/14  01:13:54
8003         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
8004              From: sthoenna@efn.org
8005              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
8006              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
8007      Branch: perl
8008            ! doop.c pp.c toke.c utf8.c utf8.h
8009 ____________________________________________________________________________
8010 [  7676] By: jhi                                   on 2000/11/13  20:23:15
8011         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
8012              From: Nicholas Clark <nick@ccl4.org>
8013              Date: Mon, 13 Nov 2000 18:55:04 +0000
8014              Message-ID: <20001113185504.J29183@plum.flirble.org>
8015      Branch: perl
8016            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
8017 ____________________________________________________________________________
8018 [  7675] By: nick                                  on 2000/11/13  20:21:57
8019         Log: Integrate mainline ...
8020      Branch: perlio
8021           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
8022           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
8023           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
8024           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
8025 ____________________________________________________________________________
8026 [  7674] By: jhi                                   on 2000/11/13  15:07:56
8027         Log: Update Changes.
8028      Branch: perl
8029            ! Changes patchlevel.h
8030 ____________________________________________________________________________
8031 [  7673] By: jhi                                   on 2000/11/13  14:42:42
8032         Log: Remove the new two tests of lib/io_xs for now, they seem to
8033              fail under perlio on some platforms.
8034      Branch: perl
8035            ! t/lib/io_xs.t
8036 ____________________________________________________________________________
8037 [  7672] By: jhi                                   on 2000/11/13  13:57:53
8038         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
8039      Branch: perl
8040            ! perlio.c
8041 ____________________________________________________________________________
8042 [  7671] By: jhi                                   on 2000/11/13  05:30:48
8043         Log: Placate nervous compilers that see longer than ints switch()ing.
8044      Branch: perl
8045            ! utf8.c
8046 ____________________________________________________________________________
8047 [  7670] By: jhi                                   on 2000/11/13  05:14:21
8048         Log: fputs() does return EOF on error but here we don't care.
8049      Branch: perl
8050            ! perlio.c
8051 ____________________________________________________________________________
8052 [  7669] By: jhi                                   on 2000/11/13  05:02:45
8053         Log: Declare reg_data like reg_substr_data.
8054      Branch: perl
8055            ! regexp.h
8056 ____________________________________________________________________________
8057 [  7668] By: jhi                                   on 2000/11/13  04:54:34
8058         Log: Typos in #7667.
8059      Branch: perl
8060            ! perl.h
8061 ____________________________________________________________________________
8062 [  7667] By: jhi                                   on 2000/11/13  04:49:49
8063         Log: Cleanup messy #ifdef.
8064      Branch: perl
8065            ! perl.h
8066 ____________________________________________________________________________
8067 [  7666] By: jhi                                   on 2000/11/13  04:17:34
8068         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
8069              From: Nicholas Clark <nick@talking.bollo.cx>
8070              Date: Sun, 12 Nov 2000 21:14:11 +0000
8071              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
8072              
8073              Note: only one breakage of the two reported is fixed by this patch.
8074      Branch: perl
8075            ! perlio.c
8076 ____________________________________________________________________________
8077 [  7665] By: jhi                                   on 2000/11/13  04:05:07
8078         Log: Tweak the definition of the bit complement on UTF-8 data:
8079              if none of the characters in the string are > 0xff,
8080              the result is a complemented byte string, not a (UTF-8)
8081              char string.  Based on the summary in
8082              
8083              Subject: Re: [ID 20000918.005] ~ on wide chars
8084              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
8085              Date: Fri, 10 Nov 2000 09:47:15 -0800
8086              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
8087              
8088              This should give us the maximum backward (pre-char string)
8089              compatibility and utf8 compatibility.  The other alternative
8090              would be to limit the bit complement to be always byte only,
8091              taking the least significant byte of the chars.
8092      Branch: perl
8093            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
8094 ____________________________________________________________________________
8095 [  7664] By: jhi                                   on 2000/11/13  00:23:44
8096         Log: Couple of tests from #7660 salvaged.
8097      Branch: perl
8098            - t/op/tell.t
8099            ! MANIFEST t/io/tell.t
8100 ____________________________________________________________________________
8101 [  7663] By: jhi                                   on 2000/11/13  00:02:48
8102         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
8103              From: Nicholas Clark <nick@talking.bollo.cx>
8104              Date: Sun, 12 Nov 2000 21:23:43 +0000
8105              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
8106      Branch: perl
8107            ! perlsfio.h
8108 ____________________________________________________________________________
8109 [  7662] By: jhi                                   on 2000/11/13  00:01:39
8110         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
8111              From: Nicholas Clark <nick@talking.bollo.cx>
8112              Date: Sun, 12 Nov 2000 21:30:04 +0000
8113              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
8114      Branch: perl
8115            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
8116 ____________________________________________________________________________
8117 [  7661] By: jhi                                   on 2000/11/12  23:57:29
8118         Log: Document tell() on special streams.
8119      Branch: perl
8120            ! pod/perlfunc.pod
8121 ____________________________________________________________________________
8122 [  7660] By: jhi                                   on 2000/11/12  23:54:22
8123         Log: (Subsumed by #7664)
8124      Branch: perl
8125            + t/op/tell.t
8126            ! MANIFEST
8127 ____________________________________________________________________________
8128 [  7659] By: jhi                                   on 2000/11/12  22:55:25
8129         Log: Many subdocumented return values of the IO extension now documented.
8130              ungetc and write still left subdocumented.
8131              
8132              Subject: [PATCH] (was Re: IO::Handle::ungetc)
8133              From: Nicholas Clark <nick@talking.bollo.cx>
8134              Date: Sun, 12 Nov 2000 21:35:53 +0000
8135              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
8136      Branch: perl
8137            ! ext/IO/lib/IO/Handle.pm
8138 ____________________________________________________________________________
8139 [  7658] By: jhi                                   on 2000/11/12  21:37:06
8140         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
8141              From: Nicholas Clark <nick@talking.bollo.cx>
8142              Date: Sun, 12 Nov 2000 20:03:22 +0000
8143              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
8144      Branch: perl
8145            ! pod/perlfunc.pod
8146 ____________________________________________________________________________
8147 [  7657] By: jhi                                   on 2000/11/12  20:34:55
8148         Log: Integrate perlio.
8149      Branch: perl
8150           !> perlio.c
8151 ____________________________________________________________________________
8152 [  7656] By: nick                                  on 2000/11/12  19:25:06
8153         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
8154      Branch: perlio
8155            ! perlio.c
8156 ____________________________________________________________________________
8157 [  7655] By: nick                                  on 2000/11/12  19:09:41
8158         Log: Integrate mainline
8159      Branch: perlio
8160           +> README.solaris ext/Encode/Encode/cp1006.enc
8161           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
8162           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
8163           +> ext/Encode/Encode/iso8859-13.enc
8164           +> ext/Encode/Encode/iso8859-14.enc
8165           +> ext/Encode/Encode/iso8859-15.enc
8166           !> (integrate 34 files)
8167 ____________________________________________________________________________
8168 [  7654] By: jhi                                   on 2000/11/12  19:00:22
8169         Log: Add a metaconfig unit for fsync.
8170      Branch: metaconfig/U/perl
8171            + d_fsync.U
8172 ____________________________________________________________________________
8173 [  7653] By: jhi                                   on 2000/11/12  19:00:01
8174         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
8175      Branch: perl
8176            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8177            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
8178            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8179            ! vos/config.ga.h win32/config.bc win32/config.gc
8180            ! win32/config.vc
8181 ____________________________________________________________________________
8182 [  7652] By: jhi                                   on 2000/11/11  21:12:01
8183         Log: Copy the s// information of README.hpux also to the perlrun.
8184      Branch: perl
8185            ! README.hpux pod/perlrun.pod
8186 ____________________________________________________________________________
8187 [  7651] By: jhi                                   on 2000/11/11  21:03:13
8188         Log: More README.solaris updates from Andy Dougherty.
8189      Branch: perl
8190            ! README.solaris
8191 ____________________________________________________________________________
8192 [  7650] By: jhi                                   on 2000/11/11  18:38:57
8193         Log: More descriptive error for unknown perlio layers.
8194              
8195              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
8196              From: Dominic Dunlop <domo@computer.org> 
8197              Date: Sat, 11 Nov 2000 18:20:32 +0100             
8198              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
8199      Branch: perl
8200            ! perlio.c pod/perldiag.pod
8201 ____________________________________________________________________________
8202 [  7649] By: jhi                                   on 2000/11/11  18:37:52
8203         Log: MachTen doesn't really do mmap() and munmap().
8204              
8205              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
8206              From: Dominic Dunlop <domo@computer.org> 
8207              Date: Sat, 11 Nov 2000 18:20:32 +0100             
8208              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
8209      Branch: perl
8210            ! hints/machten.sh
8211 ____________________________________________________________________________
8212 [  7648] By: jhi                                   on 2000/11/11  18:36:46
8213         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
8214              From: rspier@pobox.com (Robert Spier)
8215              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
8216              Message-ID: <14861.32839.491271.985797@rls.cx>
8217      Branch: perl
8218            ! Porting/Contract pod/perltoot.pod
8219 ____________________________________________________________________________
8220 [  7647] By: jhi                                   on 2000/11/11  18:35:30
8221         Log: Simplify the getpagesize() unit by dropping the
8222              pagesize probe since it's nowadays slightly more
8223              complicated because of sysconf(). (Note: if some
8224              platform really needs the -lPW for getpagesize,
8225              I just broke it.)
8226              
8227              TODO: a new pagesize unit.
8228      Branch: metaconfig
8229            ! U/compline/d_getpagsz.U
8230 ____________________________________________________________________________
8231 [  7646] By: jhi                                   on 2000/11/11  18:33:23
8232         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
8233      Branch: perl
8234            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8235            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
8236            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8237            ! vos/config.ga.h win32/config.bc win32/config.gc
8238            ! win32/config.vc
8239 ____________________________________________________________________________
8240 [  7645] By: jhi                                   on 2000/11/11  16:45:15
8241         Log: Use sysconf() or getpagesize() to find out the pagesize.
8242      Branch: perl
8243            ! perlio.c
8244 ____________________________________________________________________________
8245 [  7644] By: jhi                                   on 2000/11/11  15:46:08
8246         Log: Integrate perlio.
8247      Branch: perl
8248           !> perlio.c
8249 ____________________________________________________________________________
8250 [  7643] By: jhi                                   on 2000/11/11  15:33:36
8251         Log: Subject: Re: [PATCH] README.solaris
8252              From: Lupe Christoph <lupe@lupe-christoph.de>
8253              Date: Sat, 11 Nov 2000 14:08:10 +0100
8254              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
8255      Branch: perl
8256            ! README.solaris
8257 ____________________________________________________________________________
8258 [  7642] By: jhi                                   on 2000/11/11  15:22:12
8259         Log: Subject: [PATCH perl@7638] cygwin port
8260              From: "Eric Fifer" <egf7@columbia.edu>            
8261              Date: Fri, 10 Nov 2000 19:30:30 -0000
8262              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
8263      Branch: perl
8264            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
8265 ____________________________________________________________________________
8266 [  7641] By: nick                                  on 2000/11/11  14:50:36
8267         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
8268              Also call "Buf" layer directly when unread'ing non-read chars.
8269      Branch: perlio
8270            ! perlio.c
8271 ____________________________________________________________________________
8272 [  7640] By: jhi                                   on 2000/11/11  02:05:02
8273         Log: Add more encoding tables.
8274      Branch: perl
8275            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
8276            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
8277            + ext/Encode/Encode/iso8859-10.enc
8278            + ext/Encode/Encode/iso8859-13.enc
8279            + ext/Encode/Encode/iso8859-14.enc
8280            + ext/Encode/Encode/iso8859-15.enc
8281            ! MANIFEST
8282 ____________________________________________________________________________
8283 [  7639] By: jhi                                   on 2000/11/10  18:49:25
8284         Log: Subject: [PATCH] README.solaris
8285              From: Andy Dougherty <doughera@lafayette.edu>
8286              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
8287              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
8288      Branch: perl
8289            + README.solaris
8290            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
8291            ! pod/perl.pod pod/perltoc.pod
8292 ____________________________________________________________________________
8293 [  7638] By: jhi                                   on 2000/11/10  15:04:15
8294         Log: Update Changes.
8295      Branch: perl
8296            ! Changes patchlevel.h
8297 ____________________________________________________________________________
8298 [  7637] By: jhi                                   on 2000/11/10  14:14:28
8299         Log: Explain better why certain regex tests are skipped.
8300              
8301              Subject: Re: tests skipped: unknown reason
8302              From: Lupe Christoph <lupe@lupe-christoph.de>
8303              Date: Fri, 10 Nov 2000 09:08:56 +0100
8304              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
8305      Branch: perl
8306            ! t/op/regexp.t
8307 ____________________________________________________________________________
8308 [  7636] By: nick                                  on 2000/11/10  13:40:00
8309         Log: Integrate mainline.
8310      Branch: perlio
8311           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
8312           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
8313           !> win32/bin/search.pl
8314 ____________________________________________________________________________
8315 [  7635] By: nick                                  on 2000/11/10  13:25:52
8316         Log: Re-instate stdio large file support via perlio.
8317      Branch: perl
8318            ! perlio.c
8319 ____________________________________________________________________________
8320 [  7634] By: jhi                                   on 2000/11/10  04:49:55
8321         Log: Amdahl UTS hints updates.
8322              
8323              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
8324              From: hom00@utsglobal.com (Harold O Morris)
8325              Date: Thu, 9 Nov 2000 20:02 PST
8326              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
8327      Branch: perl
8328            ! hints/uts.sh
8329 ____________________________________________________________________________
8330 [  7633] By: jhi                                   on 2000/11/09  23:33:28
8331         Log: Subject: [PATCH] IO::Seekable pod
8332              From: Nicholas Clark <nick@talking.bollo.cx>
8333              Date: Thu, 9 Nov 2000 20:29:45 +0000
8334              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
8335      Branch: perl
8336            ! ext/IO/lib/IO/Handle.pm
8337 ____________________________________________________________________________
8338 [  7632] By: jhi                                   on 2000/11/09  21:55:41
8339         Log: Various doc oddball characters.
8340              
8341              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
8342              From: Michael Somos <somos@grail.cba.csuohio.edu>
8343              Date: Mon, 6 Nov 2000 17:44:20 -0500
8344              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
8345      Branch: perl
8346            ! emacs/cperl-mode.el lib/unicode/syllables.txt
8347            ! win32/bin/search.pl
8348 ____________________________________________________________________________
8349 [  7631] By: jhi                                   on 2000/11/09  21:12:29
8350         Log: Subject: Re: bash -c exit and linux hints 
8351              From: "John P. Linderman" <jpl@research.att.com>
8352              Date: Thu, 02 Nov 2000 09:37:25 -0500
8353              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
8354      Branch: perl
8355            ! hints/linux.sh
8356 ____________________________________________________________________________
8357 [  7630] By: nick                                  on 2000/11/09  20:34:11
8358         Log: Integrate mainline.
8359      Branch: perlio
8360           !> (integrate 91 files)
8361 ____________________________________________________________________________
8362 [  7629] By: jhi                                   on 2000/11/09  19:46:31
8363         Log: Missing dTHXs.
8364              
8365              Subject: RE: perl@7595 builds not on cygwin
8366              From: "Eric Fifer" <egf7@columbia.edu>
8367              Date: Thu, 9 Nov 2000 19:26:50 -0000
8368              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
8369      Branch: perl
8370            ! ext/Devel/Peek/Peek.xs
8371 ____________________________________________________________________________
8372 [  7628] By: jhi                                   on 2000/11/09  14:48:27
8373         Log: Disable only the tests 99 and 166 for UTF-8 locales.
8374      Branch: perl
8375            ! t/pragma/locale.t
8376 ____________________________________________________________________________
8377 [  7627] By: jhi                                   on 2000/11/09  14:40:27
8378         Log: There's no =head3.
8379      Branch: perl
8380            ! pod/perlhack.pod
8381 ____________________________________________________________________________
8382 [  7626] By: jhi                                   on 2000/11/09  13:54:26
8383         Log: The generated boot_* headers are wrong.  Pickier compiler,
8384              such as KAI C++ will refuse to compile the resulting perlmain.
8385              
8386              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
8387              From: Harri Pasanen <harri.pasanen@trema.com>
8388              Date: Thu, 09 Nov 2000 14:23:28 +0100
8389              Message-Id: <3A0AA550.26D548A3@trema.com>
8390      Branch: perl
8391            ! minimod.pl
8392 ____________________________________________________________________________
8393 [  7625] By: jhi                                   on 2000/11/09  13:50:44
8394         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
8395              From: Prymmer/Kahn <pvhp@best.com>
8396              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
8397              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
8398              
8399              All except the "cow orker" change.
8400      Branch: perl
8401            ! Porting/pumpkin.pod
8402 ____________________________________________________________________________
8403 [  7624] By: jhi                                   on 2000/11/09  13:45:33
8404         Log: Fix for
8405              
8406              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
8407              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
8408              Date: Thu, 09 Nov 2000 11:05:52 +0100
8409              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
8410      Branch: perl
8411            ! pod/perldiag.pod t/pragma/warn/pp_sys
8412 ____________________________________________________________________________
8413 [  7623] By: jhi                                   on 2000/11/09  13:37:16
8414         Log: Typo in an ifndef.
8415              
8416              Subject: Re: [PATCH 5.7.0] better messages from malloc()
8417              From: Joe Smith <jms@inwap.com>         
8418              Date: Thu, 09 Nov 2000 01:33:14 -0800
8419              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
8420      Branch: perl
8421            ! malloc.c
8422 ____________________________________________________________________________
8423 [  7622] By: jhi                                   on 2000/11/09  13:31:18
8424         Log: Remove unused extra arguments.
8425      Branch: metaconfig/U/perl
8426            ! perlxv.U
8427      Branch: perl
8428            ! Configure config_h.SH
8429 ____________________________________________________________________________
8430 [  7621] By: jhi                                   on 2000/11/09  13:16:36
8431         Log: More VMS moves on environment handling, from Charles Lane.
8432      Branch: perl
8433            ! t/pragma/locale.t
8434 ____________________________________________________________________________
8435 [  7620] By: jhi                                   on 2000/11/09  04:42:38
8436         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
8437              From: David Dyck <dcd@tc.fluke.com>
8438              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
8439              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
8440      Branch: perl
8441            ! pp_sys.c
8442 ____________________________________________________________________________
8443 [  7619] By: jhi                                   on 2000/11/09  04:36:21
8444         Log: Forgot from #7618.
8445      Branch: perl
8446            ! lib/File/stat.pm
8447 ____________________________________________________________________________
8448 [  7618] By: jhi                                   on 2000/11/09  04:28:44
8449         Log: Make deleting for %ENV work for (newer versions of) VMS,
8450              from Craig A. Berry.
8451      Branch: perl
8452            ! vms/vms.c
8453 ____________________________________________________________________________
8454 [  7617] By: jhi                                   on 2000/11/09  04:25:05
8455         Log: Subject: [PATCH] Class::Struct at compile time
8456              From: "Casey R. Tweten" <crt@kiski.net>
8457              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
8458              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
8459      Branch: perl
8460            ! lib/Class/Struct.pm
8461 ____________________________________________________________________________
8462 [  7616] By: jhi                                   on 2000/11/09  04:15:17
8463         Log: Subject: [ID 20001108.013] spelling
8464              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
8465              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
8466              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
8467      Branch: perl
8468            ! lib/ftp.pl
8469 ____________________________________________________________________________
8470 [  7615] By: jhi                                   on 2000/11/09  04:12:42
8471         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
8472              From: Peter Prymmer <pvhp@forte.com>
8473              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
8474              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
8475      Branch: perl
8476            ! configure.com
8477 ____________________________________________________________________________
8478 [  7614] By: jhi                                   on 2000/11/08  22:42:55
8479         Log: A missing aTHX_.
8480      Branch: perl
8481            ! ext/IPC/SysV/SysV.xs
8482 ____________________________________________________________________________
8483 [  7613] By: jhi                                   on 2000/11/08  19:30:21
8484         Log: Update Changes.
8485      Branch: perl
8486            ! Changes patchlevel.h
8487 ____________________________________________________________________________
8488 [  7612] By: jhi                                   on 2000/11/08  18:35:25
8489         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
8490              From: David Dyck <dcd@tc.fluke.com>
8491              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
8492              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
8493      Branch: perl
8494            ! pp_sys.c
8495 ____________________________________________________________________________
8496 [  7611] By: jhi                                   on 2000/11/08  18:30:26
8497         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
8498              From: Dominic Dunlop <domo@computer.org>
8499              Date: Tue, 7 Nov 2000 12:05:25 +0100
8500              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
8501      Branch: perl
8502            ! malloc.c
8503 ____________________________________________________________________________
8504 [  7610] By: jhi                                   on 2000/11/08  18:25:14
8505         Log: Do not test UTF-8 locales since that the tests would require
8506              polymorphic regexen.
8507      Branch: perl
8508            ! t/pragma/locale.t
8509 ____________________________________________________________________________
8510 [  7609] By: jhi                                   on 2000/11/08  17:12:51
8511         Log: Locale buglets.
8512              
8513              Subject: RE: Locales support (setlocale) fixes
8514              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8515              Date: Wed, 8 Nov 2000 20:01:39 +0300
8516              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
8517      Branch: perl
8518            ! t/pragma/locale.t util.c
8519 ____________________________________________________________________________
8520 [  7608] By: jhi                                   on 2000/11/08  17:00:16
8521         Log: Deleting $ENV{PATH} in VMS is not recommendable.
8522      Branch: perl
8523            ! t/pragma/locale.t
8524 ____________________________________________________________________________
8525 [  7607] By: jhi                                   on 2000/11/08  16:58:26
8526         Log: Subject: PATCH std stdio for (Free)BSD
8527              From: Nicholas Clark <nick@ccl4.org>
8528              Date: Wed, 8 Nov 2000 15:36:29 +0000
8529              Message-ID: <20001108153629.D98736@plum.flirble.org>
8530      Branch: metaconfig
8531            ! U/compline/d_stdstdio.U
8532      Branch: perl
8533            ! Configure config_h.SH
8534 ____________________________________________________________________________
8535 [  7606] By: jhi                                   on 2000/11/08  16:43:31
8536         Log: Forgot to bump the line numbers in #7601.
8537      Branch: perl
8538            ! t/pragma/warn/pp_sys
8539 ____________________________________________________________________________
8540 [  7605] By: jhi                                   on 2000/11/08  16:39:12
8541         Log: More careful detection of how well NVs and UVs mix.
8542              
8543              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))
8544              From: Nicholas Clark <nick@ccl4.org>
8545              Date: Wed, 8 Nov 2000 15:14:12 +0000
8546              Message-ID: <20001108151412.B98736@plum.flirble.org>
8547              
8548              Added some SIGFPE paranoia.
8549      Branch: metaconfig/U/perl
8550            ! perlxv.U
8551      Branch: perl
8552            ! Configure config_h.SH
8553 ____________________________________________________________________________
8554 [  7604] By: jhi                                   on 2000/11/08  14:39:10
8555         Log: Subject: [patch perl@7595] VMS configure.com tweak
8556              From: "Craig A. Berry" <craigberry@mac.com>
8557              Date: Wed, 8 Nov 2000 00:24:12 -0600
8558              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
8559      Branch: perl
8560            ! configure.com
8561 ____________________________________________________________________________
8562 [  7603] By: jhi                                   on 2000/11/08  14:27:11
8563         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
8564              From: Robin Barker <rmb1@cise.npl.co.uk>
8565              Date: Wed, 8 Nov 2000 11:11:39 GMT
8566              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
8567      Branch: perl
8568            ! perlio.c
8569 ____________________________________________________________________________
8570 [  7602] By: jhi                                   on 2000/11/08  14:25:03
8571         Log: Fix for the tie-refhash string table leaks.
8572              
8573              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
8574              Date: Wed, 8 Nov 2000 13:03:04 GMT
8575              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
8576      Branch: perl
8577            ! t/lib/tie-refhash.t
8578 ____________________________________________________________________________
8579 [  7601] By: jhi                                   on 2000/11/08  14:21:08
8580         Log: Try to avoid flockless and emulationless places.
8581      Branch: perl
8582            ! t/pragma/warn/pp_sys
8583 ____________________________________________________________________________
8584 [  7600] By: jhi                                   on 2000/11/08  02:28:54
8585         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
8586              
8587              Subject: [PATCH] prototyped functions that should be overrideable
8588              From: "Casey R. Tweten" <crt@kiski.net>
8589              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
8590              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
8591      Branch: perl
8592            ! toke.c
8593 ____________________________________________________________________________
8594 [  7599] By: jhi                                   on 2000/11/08  01:12:05
8595         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
8596              
8597              Subject: [PATCH] perlbug.PL
8598              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8599              Date: Mon, 6 Nov 2000 21:39:01 -0500
8600              Message-ID: <20001106213901.B20955@O2.chapin.edu>
8601      Branch: perl
8602            ! utils/perlbug.PL
8603 ____________________________________________________________________________
8604 [  7598] By: jhi                                   on 2000/11/07  23:42:00
8605         Log: Bad thinko in #7581 (I used the test program with the expanded
8606              values as-is).
8607      Branch: metaconfig
8608            ! U/compline/d_stdstdio.U
8609      Branch: perl
8610            ! Configure
8611 ____________________________________________________________________________
8612 [  7597] By: jhi                                   on 2000/11/07  21:43:29
8613         Log: Subject: [PATCH perl@7573] cygwin port
8614              From: "Fifer, Eric" <EFifer@sanwaint.com>
8615              Date: Tue, 7 Nov 2000 18:08:51 -0000 
8616              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
8617              
8618              Synchronize with Cygwin 1.1.5.
8619      Branch: perl
8620            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
8621            ! pod/perlport.pod unixish.h util.c
8622 ____________________________________________________________________________
8623 [  7596] By: jhi                                   on 2000/11/07  21:39:25
8624         Log: perlhack updates from H.Merijn Brand.
8625      Branch: perl
8626            ! pod/perlhack.pod
8627 ____________________________________________________________________________
8628 [  7595] By: jhi                                   on 2000/11/07  20:21:41
8629         Log: Update Changes.
8630      Branch: perl
8631            ! Changes patchlevel.h
8632 ____________________________________________________________________________
8633 [  7594] By: jhi                                   on 2000/11/07  19:18:58
8634         Log: Be more robust in Dynaloader.pm.
8635      Branch: perl
8636            ! ext/DynaLoader/DynaLoader_pm.PL
8637 ____________________________________________________________________________
8638 [  7593] By: jhi                                   on 2000/11/07  16:49:31
8639         Log: AUTHORS update.
8640      Branch: perl
8641            ! AUTHORS
8642 ____________________________________________________________________________
8643 [  7592] By: gsar                                  on 2000/11/07  16:39:51
8644         Log: normalize relative paths in virtualized current directory on windows,
8645              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
8646              returns)
8647      Branch: perl
8648            ! win32/vdir.h
8649 ____________________________________________________________________________
8650 [  7591] By: jhi                                   on 2000/11/07  16:04:26
8651         Log: Too profiler-happy: with optimization the #7590 actually makes
8652              the test to run 0.5% _slower_.  Requires much more instrumentation.
8653              Retract #7590.
8654      Branch: perl
8655            ! regcomp.c regcomp.h
8656 ____________________________________________________________________________
8657 [  7590] By: jhi                                   on 2000/11/07  15:51:13
8658         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
8659              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
8660              by using memset() and testing bytewise (as opposed to bitwise).
8661      Branch: perl
8662            ! regcomp.c regcomp.h
8663 ____________________________________________________________________________
8664 [  7589] By: jhi                                   on 2000/11/07  12:56:39
8665         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
8666              From: "Craig A. Berry" <craig.berry@psinetcs.com>
8667              Date: Mon, 06 Nov 2000 23:45:30 -0500
8668              Message-Id: <0011079735.AA973576259@univpress.com>
8669      Branch: perl
8670            ! configure.com t/lib/st-lock.t
8671 ____________________________________________________________________________
8672 [  7588] By: jhi                                   on 2000/11/07  01:03:28
8673         Log: Tweak #7587.
8674      Branch: perl
8675            ! pod/perldiag.pod
8676 ____________________________________________________________________________
8677 [  7587] By: jhi                                   on 2000/11/07  01:00:27
8678         Log: A doc addition for bug id 20001105.019, beware \p.
8679      Branch: perl
8680            ! pod/perldiag.pod
8681 ____________________________________________________________________________
8682 [  7586] By: jhi                                   on 2000/11/07  00:32:22
8683         Log: Fake support of holey files in win/dosish platforms.
8684              
8685              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
8686              From: kipp@shonanblue.ne.jp
8687              Date: Mon, 6 Nov 2000 13:30:55 -0800
8688              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
8689      Branch: perl
8690            ! ext/SDBM_File/sdbm/sdbm.c
8691 ____________________________________________________________________________
8692 [  7585] By: jhi                                   on 2000/11/07  00:12:54
8693         Log: Subject: Pod updates
8694              From: "Stephen P. Potter" <spp@spotter.yi.org>
8695              Date: Mon, 06 Nov 2000 18:56:43 -0500
8696              Message-Id: <200011062357.SAA18173@spotter.yi.org>
8697      Branch: perl
8698            ! README.dos README.os2 README.win32 pod/buildtoc.PL
8699            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
8700            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
8701            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
8702            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
8703            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
8704            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
8705            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
8706            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
8707            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
8708            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
8709            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
8710            ! pod/perltootc.pod pod/perlunicode.pod
8711 ____________________________________________________________________________
8712 [  7584] By: jhi                                   on 2000/11/07  00:04:17
8713         Log: Varargs don't always work too well if one puts an unsigned
8714              char on the stack and pop an unsigned quad off the stack.
8715              
8716              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
8717              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
8718              Date: Mon, 06 Nov 2000 15:19:05 -0800
8719              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
8720      Branch: perl
8721            ! utf8.c
8722 ____________________________________________________________________________
8723 [  7583] By: jhi                                   on 2000/11/06  23:58:48
8724         Log: %ENV note tweaks from Dan Sugalski.
8725      Branch: perl
8726            ! pod/perlport.pod vms/perlvms.pod
8727 ____________________________________________________________________________
8728 [  7582] By: jhi                                   on 2000/11/06  23:05:49
8729         Log: glibc5 detection by __GNU_LIBRARY__.
8730      Branch: perl
8731            ! toke.c
8732 ____________________________________________________________________________
8733 [  7581] By: jhi                                   on 2000/11/06  22:51:29
8734         Log: Make the stdio test program of 7427 less noisy while being 
8735              compiled so that Digital UNIX wouldn't get both
8736              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
8737              undefined.  This makes perlio happy.
8738      Branch: metaconfig
8739            ! U/compline/d_stdstdio.U
8740      Branch: perl
8741            ! Configure config_h.SH
8742 ____________________________________________________________________________
8743 [  7580] By: jhi                                   on 2000/11/06  22:41:41
8744         Log: Document %ENV = () portability issues.
8745      Branch: perl
8746            ! pod/perlport.pod vms/perlvms.pod
8747 ____________________________________________________________________________
8748 [  7579] By: jhi                                   on 2000/11/06  21:29:24
8749         Log: VOS updates from Paul Green.
8750      Branch: perl
8751            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8752 ____________________________________________________________________________
8753 [  7578] By: jhi                                   on 2000/11/06  21:00:40
8754         Log: Sanitize the environment further.
8755      Branch: perl
8756            ! t/pragma/locale.t
8757 ____________________________________________________________________________
8758 [  7577] By: jhi                                   on 2000/11/06  20:53:51
8759         Log: Re-introduce 7552 lost in integration.
8760      Branch: perl
8761            ! perlio.c
8762 ____________________________________________________________________________
8763 [  7576] By: jhi                                   on 2000/11/06  20:33:46
8764         Log: Admit that the test leaks scalars.
8765      Branch: perl
8766            ! t/comp/proto.t
8767 ____________________________________________________________________________
8768 [  7575] By: jhi                                   on 2000/11/06  20:17:08
8769         Log: Integrate perlio.
8770      Branch: perl
8771           !> perlio.c
8772 ____________________________________________________________________________
8773 [  7574] By: nick                                  on 2000/11/06  20:07:28
8774         Log: Remove debug. Try (Mmap_t) on madvise() call.
8775      Branch: perlio
8776            ! perlio.c
8777 ____________________________________________________________________________
8778 [  7573] By: jhi                                   on 2000/11/06  13:56:05
8779         Log: Update Changes.
8780      Branch: perl
8781            ! Changes patchlevel.h
8782 ____________________________________________________________________________
8783 [  7572] By: jhi                                   on 2000/11/06  13:48:41
8784         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
8785              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8786              Date: Mon, 06 Nov 2000 10:11:42 +0100
8787              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
8788      Branch: perl
8789            ! pod/perlhack.pod
8790 ____________________________________________________________________________
8791 [  7571] By: jhi                                   on 2000/11/06  01:45:51
8792         Log: AUTHORS updates.
8793      Branch: perl
8794            ! AUTHORS
8795 ____________________________________________________________________________
8796 [  7570] By: jhi                                   on 2000/11/06  00:18:00
8797         Log: Fix for
8798              
8799              Subject: [ID 20000728.005] perl -P broken
8800              From: David Dyck <dcd@tc.fluke.com>
8801              Date: Fri, 28 Jul 2000 17:19:16 -0700
8802              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
8803              
8804              (hopefully).  The fix is also not complete, it seems to break
8805              BOM swallowing for libc5 systems, but until someone figures
8806              out a way to do this without ftell(), this will do.
8807      Branch: perl
8808            ! toke.c
8809 ____________________________________________________________________________
8810 [  7569] By: jhi                                   on 2000/11/06  00:05:30
8811         Log: Document that the evaled syntax errors cause scalar leaks.
8812      Branch: perl
8813            ! t/comp/proto.t
8814 ____________________________________________________________________________
8815 [  7568] By: jhi                                   on 2000/11/05  23:14:47
8816         Log: opmini.o can linger from Configures past.
8817      Branch: perl
8818            ! Makefile.SH
8819 ____________________________________________________________________________
8820 [  7567] By: jhi                                   on 2000/11/05  21:28:39
8821         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
8822              first argument correctly.
8823      Branch: perl
8824            ! perlio.c
8825 ____________________________________________________________________________
8826 [  7566] By: jhi                                   on 2000/11/05  21:15:56
8827         Log: Integrate perlio.
8828      Branch: perl
8829           !> perlio.c
8830 ____________________________________________________________________________
8831 [  7565] By: jhi                                   on 2000/11/05  21:15:13
8832         Log: Use -dM for gcc (the suggested patch did it only for Linux,
8833              but I think it can be generalized).
8834              
8835              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
8836              From: Pixel <pixel@mandrakesoft.com>
8837              Date: 05 Nov 2000 21:49:34 +0100 
8838              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
8839      Branch: perl
8840            ! ext/Errno/Errno_pm.PL
8841 ____________________________________________________________________________
8842 [  7564] By: nick                                  on 2000/11/05  21:09:18
8843         Log: Added a mmap layer as a "subclass" of perlio.
8844              PERLIO=mmap ./perl harness passes
8845      Branch: perlio
8846            ! perlio.c
8847 ____________________________________________________________________________
8848 [  7563] By: jhi                                   on 2000/11/05  19:48:55
8849         Log: Add a note for future generations about bug id 20000229.006.
8850      Branch: perl
8851            ! malloc.c
8852 ____________________________________________________________________________
8853 [  7562] By: jhi                                   on 2000/11/05  19:38:24
8854         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
8855      Branch: perl
8856            ! pp_ctl.c t/op/pos.t
8857 ____________________________________________________________________________
8858 [  7561] By: jhi                                   on 2000/11/05  18:21:46
8859         Log: Add =pod to be tidy.
8860      Branch: perl
8861            ! lib/Math/Complex.pm
8862 ____________________________________________________________________________
8863 [  7560] By: jhi                                   on 2000/11/05  17:38:46
8864         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
8865      Branch: perl
8866            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
8867            ! ext/Storable/Storable.xs t/lib/st-recurse.t
8868 ____________________________________________________________________________
8869 [  7559] By: jhi                                   on 2000/11/05  17:32:59
8870         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
8871              From: "Peter J. Farley III" <pjfarley@banet.net>
8872              Date: Sun, 05 Nov 2000 11:55:59 -0500
8873              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
8874      Branch: perl
8875            ! t/lib/syslog.t
8876 ____________________________________________________________________________
8877 [  7558] By: jhi                                   on 2000/11/05  17:29:19
8878         Log: Integrate perlio.
8879      Branch: perl
8880           !> perlio.c
8881 ____________________________________________________________________________
8882 [  7557] By: jhi                                   on 2000/11/05  17:22:01
8883         Log: A fix of sorts for 20000329.026, a better error message
8884              for a missing "use charnames" when using the \N{...}. 
8885      Branch: perl
8886            ! pod/perldiag.pod toke.c
8887 ____________________________________________________________________________
8888 [  7556] By: jhi                                   on 2000/11/05  16:33:50
8889         Log: Test tweak: show also the failed locales.
8890              
8891              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
8892              From: Lupe Christoph <lupe@lupe-christoph.de>         
8893              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
8894              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
8895      Branch: perl
8896            ! t/pragma/locale.t
8897 ____________________________________________________________________________
8898 [  7555] By: nick                                  on 2000/11/05  11:09:34
8899         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
8900              open RDWR so does not fail. (pragma/warnings 303 again...)
8901      Branch: perlio
8902            ! perlio.c
8903 ____________________________________________________________________________
8904 [  7554] By: nick                                  on 2000/11/05  10:10:13
8905         Log: Fix case where ungetc(f,EOF) was allowed.
8906              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
8907              so we can see similarities.
8908              Use types more carefully and a STDCHAR array in hope that this will
8909              fix Jarrko's 64bit machine.
8910      Branch: perlio
8911            ! perlio.c
8912 ____________________________________________________________________________
8913 [  7553] By: jhi                                   on 2000/11/05  01:12:16
8914         Log: Fix for
8915              
8916              Subject: [ID 20001004.007] taint propogation is inconsistent
8917              From: pimlott@idiomtech.com (Andrew Pimlott) 
8918              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
8919              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
8920              
8921              The culprit was sv_setsv() which was rather blindly
8922              propagating taint, which lead to behaviour where if
8923              a tainted anon hash value was seen all the hash values
8924              from then on at that level became tainted, or at any
8925              upper levels in the case of nested anon hashes.
8926      Branch: perl
8927            ! sv.c t/op/taint.t
8928 ____________________________________________________________________________
8929 [  7552] By: jhi                                   on 2000/11/04  23:44:18
8930         Log: Some cpps don't like splitting conditionals across several lines.
8931      Branch: perl
8932            ! perlio.c
8933 ____________________________________________________________________________
8934 [  7551] By: nick                                  on 2000/11/04  23:40:44
8935         Log: Integrate mainline
8936      Branch: perlio
8937           !> pp_hot.c t/op/taint.t
8938 ____________________________________________________________________________
8939 [  7550] By: nick                                  on 2000/11/04  23:39:05
8940         Log: Integrate mainline again
8941      Branch: perlio
8942           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
8943           !> t/lib/b.t t/op/misc.t util.c
8944 ____________________________________________________________________________
8945 [  7549] By: jhi                                   on 2000/11/04  23:14:01
8946         Log: Fix for
8947              
8948              Subject: [ID 20001004.006] undef is never tainted
8949              From: pimlott@idiomtech.com (Andrew Pimlott)
8950              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
8951              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
8952              
8953              An undef read from a slurped file was not tainted.
8954      Branch: perl
8955            ! pp_hot.c t/op/taint.t
8956 ____________________________________________________________________________
8957 [  7548] By: jhi                                   on 2000/11/04  22:56:21
8958         Log: Test tweak ($Config{useperlio} is by default undef) .
8959      Branch: perl
8960            ! t/lib/b.t
8961 ____________________________________________________________________________
8962 [  7547] By: jhi                                   on 2000/11/04  22:43:56
8963         Log: Integrate perlio.
8964      Branch: perl
8965           +> lib/perlio.pm
8966           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
8967           !> pod/perlapi.pod t/lib/b.t
8968 ____________________________________________________________________________
8969 [  7546] By: jhi                                   on 2000/11/04  22:40:59
8970         Log: Configure would use a bad $myuname from an old config.sh.
8971              
8972              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
8973              From: Andy Dougherty <doughera@lafayette.edu>
8974              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
8975              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
8976      Branch: metaconfig
8977            ! U/modified/Oldconfig.U
8978      Branch: perl
8979            ! Configure config_h.SH
8980 ____________________________________________________________________________
8981 [  7545] By: jhi                                   on 2000/11/04  22:36:54
8982         Log: Subject: Locales support (setlocale) fixes
8983              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8984              Date: Sat, 4 Nov 2000 10:15:48 +0300 
8985              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
8986              
8987              Modified quite a bit to be more portable.
8988      Branch: perl
8989            ! embed.h embed.pl perl.h proto.h util.c
8990 ____________________________________________________________________________
8991 [  7544] By: jhi                                   on 2000/11/04  22:32:47
8992         Log: Dying is too strict here, better just skip.
8993      Branch: perl
8994            ! t/op/misc.t
8995 ____________________________________________________________________________
8996 [  7543] By: nick                                  on 2000/11/04  21:55:13
8997         Log: Merge mainline
8998      Branch: perlio
8999           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
9000           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
9001           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
9002           !> (integrate 64 files)
9003 ____________________________________________________________________________
9004 [  7542] By: jhi                                   on 2000/11/04  21:09:28
9005         Log: More Changes tweakery.
9006      Branch: perl
9007            ! Changes Porting/genlog
9008 ____________________________________________________________________________
9009 [  7541] By: jhi                                   on 2000/11/04  20:58:18
9010         Log: Changes fixups.
9011      Branch: perl
9012            ! Changes
9013 ____________________________________________________________________________
9014 [  7540] By: jhi                                   on 2000/11/04  20:42:38
9015         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
9016              create a "fast path" for locale name probing using "locale -a"
9017              if available, squash finally hopefully the s?printf resetting
9018              the numeric locale (since, IIUC perllocale, it never shouldn't). 
9019      Branch: perl
9020            ! sv.c t/op/misc.t t/pragma/locale.t
9021 ____________________________________________________________________________
9022 [  7539] By: nick                                  on 2000/11/04  19:56:10
9023         Log: PerlIO infrastructure complete.
9024      Branch: perlio
9025            + lib/perlio.pm
9026            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
9027 ____________________________________________________________________________
9028 [  7538] By: nick                                  on 2000/11/04  14:31:32
9029         Log: Type tweaks + less contorted allocation scheme
9030      Branch: perlio
9031            ! perlio.c
9032 ____________________________________________________________________________
9033 [  7537] By: nick                                  on 2000/11/04  12:40:42
9034         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
9035              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
9036              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
9037              sensible) which lead to some interesting fails.
9038      Branch: perlio
9039            ! perlio.c
9040 ____________________________________________________________________________
9041 [  7536] By: jhi                                   on 2000/11/04  00:20:02
9042         Log: Add FCNTL_CAN_LOCK.
9043              
9044              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
9045              From: Andy Dougherty <doughera@lafayette.edu>
9046              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
9047              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
9048              
9049              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
9050              From: Andy Dougherty <doughera@lafayette.edu>
9051              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
9052              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
9053      Branch: metaconfig/U/perl
9054            + d_fcntl_can_lock.U
9055            ! startperl.U
9056      Branch: perl
9057            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9058            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
9059            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9060            ! vos/config.ga.h win32/config.bc win32/config.gc
9061            ! win32/config.vc
9062 ____________________________________________________________________________
9063 [  7535] By: nick                                  on 2000/11/03  22:19:10
9064         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
9065              - Works on Linux with
9066              perlio + unix
9067              stdio
9068              - Works on Solaris with
9069              perlio + unix
9070              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
9071              - Fails (hangs in openpid) if you try and stack
9072              perlio + stdio - Linux stdio's read() logic is hanging.
9073      Branch: perlio
9074            ! iperlsys.h perlio.c
9075 ____________________________________________________________________________
9076 [  7534] By: jhi                                   on 2000/11/03  15:16:02
9077         Log: Subject: Re: README.aix
9078              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9079              Date: Fri, 03 Nov 2000 16:03:15 +0100
9080              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
9081      Branch: perl
9082            ! README.aix
9083 ____________________________________________________________________________
9084 [  7533] By: jhi                                   on 2000/11/03  03:59:02
9085         Log: Subject: [PATCH 5.7.0] better messages from malloc()
9086              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9087              Date: Wed, 1 Nov 2000 23:39:56 -0500
9088              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
9089      Branch: perl
9090            ! malloc.c pod/perldiag.pod
9091 ____________________________________________________________________________
9092 [  7532] By: jhi                                   on 2000/11/03  00:11:56
9093         Log: The #7521 touched things it shouldn't have.
9094      Branch: perl
9095            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
9096 ____________________________________________________________________________
9097 [  7531] By: jhi                                   on 2000/11/02  22:32:33
9098         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
9099              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9100              Date:     Thu, 2 Nov 2000 16:58:36 EST
9101              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
9102      Branch: perl
9103            ! vms/gen_shrfls.pl
9104 ____________________________________________________________________________
9105 [  7530] By: jhi                                   on 2000/11/02  22:08:49
9106         Log: Fix the problem discussed in
9107              
9108              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
9109              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
9110              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
9111              
9112              originally from Linc Madison.  Also Andreas König's comments
9113              taken into account.  Some other problems with Tie::SubstrHash
9114              fixed: didn't croak when the table exceeded the requested number
9115              of entries (as documented) but instead when the number of entries
9116              exceeded the size of the table, a croak() had an unnecessary \n,
9117              didn't have a CLEAR method, documented that there is no exists().
9118              Didn't fix to be strict-proof because the module uses &foo; and
9119              dynamic scope.  Added a test script exercizing both first tamely 
9120              the basic functionality, and then the failure cases reported by
9121              Linc Madison.
9122      Branch: perl
9123            + t/lib/tie-substrhash.t
9124            ! MANIFEST lib/Tie/SubstrHash.pm
9125 ____________________________________________________________________________
9126 [  7529] By: jhi                                   on 2000/11/02  17:58:08
9127         Log: recv() can fail and return undef.
9128              
9129              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
9130              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
9131              Date: Thu, 2 Nov 2000 20:12:20 +0300
9132              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
9133      Branch: perl
9134            ! lib/Net/Ping.pm
9135 ____________________________________________________________________________
9136 [  7528] By: jhi                                   on 2000/11/02  17:49:09
9137         Log: Detpyo.
9138      Branch: perl
9139            ! pod/perlop.pod
9140 ____________________________________________________________________________
9141 [  7527] By: jhi                                   on 2000/11/02  15:48:37
9142         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
9143              fix a autovivification bug in Tie::RefHash, add tests for both.
9144              
9145              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
9146              From: Edward Avis <epa98@doc.ic.ac.uk>
9147              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
9148              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
9149      Branch: perl
9150            + t/lib/tie-refhash.t
9151            ! MANIFEST lib/Tie/RefHash.pm
9152 ____________________________________________________________________________
9153 [  7526] By: jhi                                   on 2000/11/02  13:56:26
9154         Log: Test::Harness revealed buglets in the new DynaLoader.
9155              
9156              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
9157              From: andreas.koenig@anima.de (Andreas J. Koenig)
9158              Date: 02 Nov 2000 11:26:48 +0100 
9159              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
9160      Branch: perl
9161            ! ext/DynaLoader/DynaLoader_pm.PL
9162 ____________________________________________________________________________
9163 [  7525] By: jhi                                   on 2000/11/01  23:52:08
9164         Log: The entry for #7503 was missing.
9165      Branch: perl
9166            ! Changes
9167 ____________________________________________________________________________
9168 [  7524] By: jhi                                   on 2000/11/01  23:40:52
9169         Log: Update Changes.
9170      Branch: perl
9171            ! Changes patchlevel.h
9172 ____________________________________________________________________________
9173 [  7523] By: jhi                                   on 2000/11/01  22:57:09
9174         Log: More tweaking on the #7522 theme.
9175      Branch: perl
9176            ! ext/DynaLoader/DynaLoader_pm.PL
9177 ____________________________________________________________________________
9178 [  7522] By: jhi                                   on 2000/11/01  22:06:15
9179         Log: Expand %Config variables and %ENV variables only if
9180              so requested during build time using the
9181              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
9182              Not expanding makes relocating distributions easier.
9183      Branch: perl
9184            ! ext/DynaLoader/DynaLoader_pm.PL
9185 ____________________________________________________________________________
9186 [  7521] By: jhi                                   on 2000/11/01  20:56:34
9187         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
9188              and setgid() because they were just changing $< and $( which means
9189              only changing the real uid/gid, as opposed to changing both
9190              real and effective ids.  (The alternative way could have been
9191              in POSIX.pm to change $> and $), too, but making a direct call
9192              to the C API feels cleaner.)  Fixes the bug
9193              
9194              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
9195              From: "Garry T. Williams" <garry@zvolve.com>
9196              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
9197              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
9198      Branch: perl
9199            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9200            ! ext/POSIX/typemap pod/perlvar.pod
9201 ____________________________________________________________________________
9202 [  7520] By: jhi                                   on 2000/11/01  20:08:33
9203         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
9204              From: "Garry T. Williams" <garry@zvolve.com>
9205              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
9206              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
9207      Branch: perl
9208            ! pod/perlsec.pod
9209 ____________________________________________________________________________
9210 [  7519] By: jhi                                   on 2000/11/01  20:01:22
9211         Log: Locale warning explanation tweak.
9212      Branch: perl
9213            ! pod/perldiag.pod
9214 ____________________________________________________________________________
9215 [  7518] By: jhi                                   on 2000/11/01  18:57:13
9216         Log: C.pm part of
9217              
9218              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
9219              From: Jarkko Hietaniemi <jhi@iki.fi>
9220              Date: Tue, 10 Oct 2000 08:22:28 -0500
9221              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
9222      Branch: perl
9223            ! ext/B/B/C.pm
9224 ____________________________________________________________________________
9225 [  7517] By: jhi                                   on 2000/11/01  18:41:59
9226         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
9227              From: Martien Verbruggen <mgjv@comdyn.com.au>
9228              Date: Fri, 6 Oct 2000 14:09:10 +1100
9229              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
9230      Branch: perl
9231            ! pod/perlop.pod
9232 ____________________________________________________________________________
9233 [  7516] By: jhi                                   on 2000/11/01  18:34:55
9234         Log: Generalize the Camel wording.
9235              
9236              Subject: Re: perlfaq style changes
9237              From: John Borwick <jhborwic@unity.ncsu.edu>
9238              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
9239              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
9240      Branch: perl
9241            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
9242 ____________________________________________________________________________
9243 [  7515] By: jhi                                   on 2000/11/01  16:52:31
9244         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
9245              From: pimlott@idiomtech.com (Andrew Pimlott)
9246              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
9247              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
9248      Branch: perl
9249            ! pod/perlsec.pod
9250 ____________________________________________________________________________
9251 [  7514] By: jhi                                   on 2000/11/01  15:03:40
9252         Log: More AIX lore.
9253      Branch: perl
9254            ! ext/re/hints/aix.pl
9255 ____________________________________________________________________________
9256 [  7513] By: jhi                                   on 2000/11/01  14:48:30
9257         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
9258              From: root <root@chronos.fi.muni.cz>
9259              Date: Wed, 1 Nov 2000 12:31:32 +0100
9260              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
9261      Branch: perl
9262            ! lib/Net/Ping.pm
9263 ____________________________________________________________________________
9264 [  7512] By: jhi                                   on 2000/11/01  14:46:47
9265         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
9266              From: Martin Husemann <martin@duskware.de>
9267              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
9268              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
9269      Branch: perl
9270            ! regcomp.c
9271 ____________________________________________________________________________
9272 [  7511] By: jhi                                   on 2000/11/01  14:39:50
9273         Log: AUTHORS updates.
9274      Branch: perl
9275            ! AUTHORS
9276 ____________________________________________________________________________
9277 [  7510] By: jhi                                   on 2000/11/01  14:29:50
9278         Log: Subject: [PATCH] startperl to respect versiononly
9279              From: Robin Barker <rmb1@cise.npl.co.uk> 
9280              Date: Tue, 31 Oct 2000 16:29:36 GMT
9281              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
9282      Branch: metaconfig/U/perl
9283            ! startperl.U
9284      Branch: perl
9285            ! Configure config_h.SH
9286 ____________________________________________________________________________
9287 [  7509] By: jhi                                   on 2000/11/01  14:19:53
9288         Log: printf UVs the correct way, noticed by Robin Barker.
9289      Branch: perl
9290            ! utf8.c
9291 ____________________________________________________________________________
9292 [  7508] By: jhi                                   on 2000/11/01  14:10:03
9293         Log: Do not cleanup *% because the % has special meanings in some
9294              shell environments.
9295      Branch: perl
9296            ! ext/Storable/Makefile.PL
9297 ____________________________________________________________________________
9298 [  7507] By: jhi                                   on 2000/11/01  14:06:00
9299         Log: The NonStop-UX libraries have a novel way to say NaN.
9300      Branch: perl
9301            ! t/lib/bigfltpm.t
9302 ____________________________________________________________________________
9303 [  7506] By: jhi                                   on 2000/11/01  14:03:35
9304         Log: The osname has been lowercased by now, from Tom Bates.
9305      Branch: metaconfig
9306            ! U/modified/Oldconfig.U
9307      Branch: perl
9308            ! Configure config_h.SH
9309 ____________________________________________________________________________
9310 [  7505] By: jhi                                   on 2000/10/31  19:18:39
9311         Log: The compiler is either gcc or cc, from Tom Bates.
9312      Branch: perl
9313            ! hints/nonstopux.sh
9314 ____________________________________________________________________________
9315 [  7504] By: jhi                                   on 2000/10/31  14:53:42
9316         Log: Update Changes.
9317      Branch: perl
9318            ! Changes patchlevel.h
9319 ____________________________________________________________________________
9320 [  7503] By: jhi                                   on 2000/10/31  14:30:50
9321         Log: Whitespace style tweak.  Was originally going to see to
9322              
9323              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
9324              From: Joe Smith <jms@inwap.com>
9325              Date: Mon, 30 Oct 2000 18:47:57 -0800
9326              Message-Id: <39FE32DD.24AAC4D@inwap.com>
9327              
9328              but that had already been taken care of.
9329      Branch: metaconfig
9330            ! U/compline/d_stdstdio.U
9331      Branch: perl
9332            ! Configure config_h.SH
9333 ____________________________________________________________________________
9334 [  7502] By: jhi                                   on 2000/10/31  14:25:02
9335         Log: AUTHORS tweaks.
9336      Branch: perl
9337            ! AUTHORS
9338 ____________________________________________________________________________
9339 [  7501] By: jhi                                   on 2000/10/31  14:23:59
9340         Log: Subject: perlfaq style changes
9341              From: John Borwick <jhborwic@unity.ncsu.edu>
9342              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
9343              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
9344      Branch: perl
9345            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9346            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9347            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9348            ! pod/perlfaq9.pod
9349 ____________________________________________________________________________
9350 [  7500] By: jhi                                   on 2000/10/31  14:22:15
9351         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
9352              
9353              Subject: Re: [ID 20000918.005] ~ on wide chars
9354              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9355              Date: Mon, 30 Oct 2000 21:09:55 -0800
9356              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
9357              
9358              (The ord() part of the patch skipped.)
9359      Branch: perl
9360            ! doop.c
9361 ____________________________________________________________________________
9362 [  7499] By: jhi                                   on 2000/10/31  14:20:08
9363         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
9364              From: Jens Hamisch <jens@Strawberry.COM>
9365              Date: Mon, 30 Oct 2000 15:17:07 +0100
9366              Message-Id: <20001030151707.A9597@Strawberry.COM>
9367      Branch: perl
9368            ! av.c
9369 ____________________________________________________________________________
9370 [  7498] By: jhi                                   on 2000/10/31  14:16:29
9371         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
9372              From: Peter Prymmer <pvhp@forte.com>
9373              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
9374              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
9375      Branch: perl
9376            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
9377            + ext/Encode/Encode/posix-bc.enc
9378            ! MANIFEST t/lib/encode.t
9379 ____________________________________________________________________________
9380 [  7497] By: jhi                                   on 2000/10/31  14:13:22
9381         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
9382              From: Peter Prymmer <pvhp@forte.com>
9383              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
9384              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
9385      Branch: perl
9386            ! t/lib/cgi-html.t
9387 ____________________________________________________________________________
9388 [  7496] By: jhi                                   on 2000/10/31  14:12:05
9389         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
9390              From: Peter Prymmer <pvhp@forte.com>
9391              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
9392              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
9393      Branch: perl
9394            ! t/lib/cgi-function.t
9395 ____________________________________________________________________________
9396 [  7495] By: jhi                                   on 2000/10/31  14:11:08
9397         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
9398              From: Peter Prymmer <pvhp@forte.com>
9399              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
9400              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
9401      Branch: perl
9402            + ext/re/hints/aix.pl
9403            ! MANIFEST ext/re/Makefile.PL
9404 ____________________________________________________________________________
9405 [  7494] By: jhi                                   on 2000/10/31  14:08:32
9406         Log: Use Errno magic.
9407              
9408              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
9409              From: Casey Tweten <perl@ctweten.amsite.com>
9410              Date: Mon, 30 Oct 2000 15:51:17 -0500
9411              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
9412      Branch: perl
9413            ! lib/File/Temp.pm
9414 ____________________________________________________________________________
9415 [  7493] By: jhi                                   on 2000/10/31  14:05:07
9416         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
9417              
9418              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
9419              From: Nicholas Clark <nick@ccl4.org>
9420              Date: Mon, 30 Oct 2000 17:38:45 +0000
9421              Message-ID: <20001030173845.O60355@plum.flirble.org>
9422      Branch: perl
9423            ! Makefile.SH utils/perlbug.PL
9424 ____________________________________________________________________________
9425 [  7492] By: nick                                  on 2000/10/30  19:37:23
9426         Log: Change files which are mysteriously different to mainline to be
9427              copies of mainline.
9428      Branch: perlio
9429            ! objXSUB.h perlapi.c pod/perlapi.pod
9430 ____________________________________________________________________________
9431 [  7491] By: nick                                  on 2000/10/30  18:05:54
9432         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
9433              - typo in endian code in putc.
9434              - Don't allow read of write-only files and vice-versa
9435              - and off-by-one in flush-all loop.
9436              Remove debug calls as they were using GCC specific features.
9437      Branch: perlio
9438            ! perlio.c
9439 ____________________________________________________________________________
9440 [  7490] By: nick                                  on 2000/10/29  21:45:45
9441         Log: Integrate mainline to perlio
9442      Branch: perlio
9443           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
9444           !> toke.c
9445 ____________________________________________________________________________
9446 [  7489] By: jhi                                   on 2000/10/29  21:11:08
9447         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
9448              From: andreas.koenig@anima.de (Andreas J. Koenig)
9449              Date: 29 Oct 2000 22:05:59 +0100
9450              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
9451      Branch: perl
9452            ! lib/ExtUtils/Manifest.pm
9453 ____________________________________________________________________________
9454 [  7488] By: jhi                                   on 2000/10/29  21:07:47
9455         Log: Tests for #7487.
9456              
9457              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
9458              From: andreas.koenig@anima.de (Andreas J. Koenig)
9459              Date: 29 Oct 2000 19:37:09 +0100
9460              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
9461      Branch: perl
9462            ! t/comp/proto.t
9463 ____________________________________________________________________________
9464 [  7487] By: jhi                                   on 2000/10/29  21:06:27
9465         Log: constsub spillage.
9466              
9467              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
9468              From: John Tobey <jtobey@john-edwin-tobey.org>
9469              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
9470              Message-Id: <m13pvSr-000FObC@feynman.localnet>
9471      Branch: perl
9472            ! op.c
9473 ____________________________________________________________________________
9474 [  7486] By: nick                                  on 2000/10/29  21:05:04
9475         Log: Integrate mainline to perlio branch
9476      Branch: perlio
9477           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
9478           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
9479           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
9480           +> vos/install_perl.cm
9481            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
9482            - vos/config.h vos/config_h.SH_orig
9483           !> (integrate 141 files)
9484 ____________________________________________________________________________
9485 [  7485] By: jhi                                   on 2000/10/29  21:00:47
9486         Log: Make \x{...} consistently produce UTF-8.
9487              
9488              Subject: Re: \x{...} is confused 
9489              From: Simon Cozens <simon@cozens.net>
9490              Date: Sun, 29 Oct 2000 19:36:48 +0000
9491              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
9492      Branch: perl
9493            ! t/pragma/utf8.t toke.c
9494 ____________________________________________________________________________
9495 [  7484] By: nick                                  on 2000/10/29  20:05:29
9496         Log: PerlIO passes all tests.
9497      Branch: perlio
9498            ! perlio.c
9499 ____________________________________________________________________________
9500 [  7483] By: jhi                                   on 2000/10/29  18:06:55
9501         Log: Update Changes.
9502      Branch: perl
9503            ! Changes patchlevel.h
9504 ____________________________________________________________________________
9505 [  7482] By: nick                                  on 2000/10/29  17:43:28
9506         Log: Include <unistd.h> to get correct lseek() prototype etc.
9507              (I thought perl.h did that) - down to two fails
9508              - comp/require.t (last test)
9509              - lib/io_xs.t - possibly import/export of FILE * ?
9510      Branch: perlio
9511            ! perlio.c
9512 ____________________________________________________________________________
9513 [  7481] By: jhi                                   on 2000/10/29  17:02:37
9514         Log: UTF-8 decoder tweak.
9515      Branch: perl
9516            ! utf8.c
9517 ____________________________________________________________________________
9518 [  7480] By: nick                                  on 2000/10/29  16:26:11
9519         Log: Fixed two bugs:
9520              - error code not being set on close (of broken pipe)
9521              - append mode was truncating.
9522              At least one seek/tell bug remains.
9523      Branch: perlio
9524            ! perlio.c
9525 ____________________________________________________________________________
9526 [  7479] By: nick                                  on 2000/10/29  11:18:16
9527         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
9528              in case of accidents. Still several worrying fails, no line disciplines yet.
9529      Branch: perlio
9530            ! iperlsys.h perlio.c
9531 ____________________________________________________________________________
9532 [  7478] By: jhi                                   on 2000/10/29  02:04:01
9533         Log: Add also emailless people.
9534      Branch: perl
9535            ! AUTHORS
9536 ____________________________________________________________________________
9537 [  7477] By: jhi                                   on 2000/10/29  01:36:00
9538         Log: The #7476 needs a MANIFEST change, too.
9539      Branch: perl
9540            ! MANIFEST
9541 ____________________________________________________________________________
9542 [  7476] By: jhi                                   on 2000/10/29  01:35:21
9543         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
9544      Branch: perl
9545            - MAINTAIN
9546            ! AUTHORS Changes
9547 ____________________________________________________________________________
9548 [  7475] By: jhi                                   on 2000/10/28  23:57:25
9549         Log: De-quoted-unreadable to ISO Latin 1.
9550              (There's one ISO-2022-JP name in Changes5.004.)
9551      Branch: perl
9552            ! Changes Changes5.6
9553 ____________________________________________________________________________
9554 [  7474] By: jhi                                   on 2000/10/28  19:13:06
9555         Log: Subject: [ID 20001027.007] uniq array in perlfaq
9556              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
9557              Date: Fri, 27 Oct 2000 19:28:30 +0200
9558              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
9559      Branch: perl
9560            ! pod/perlfaq4.pod
9561 ____________________________________________________________________________
9562 [  7473] By: jhi                                   on 2000/10/28  18:02:05
9563         Log: Locking null mutexes is not recommendable.
9564              
9565              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
9566              From: Hugo <hv@crypt.compulink.co.uk>
9567              Date: Sat, 28 Oct 2000 18:41:12 +0100
9568              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
9569      Branch: perl
9570            ! op.c
9571 ____________________________________________________________________________
9572 [  7472] By: jhi                                   on 2000/10/28  17:52:58
9573         Log: Better create a true mailing list for the repository keepers.
9574      Branch: perl
9575            ! Porting/repository.pod
9576 ____________________________________________________________________________
9577 [  7471] By: jhi                                   on 2000/10/28  17:28:24
9578         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
9579              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
9580      Branch: perl
9581            + Porting/repository.pod
9582            ! MANIFEST
9583 ____________________________________________________________________________
9584 [  7470] By: jhi                                   on 2000/10/28  17:20:54
9585         Log: Subject: DOC PATCH 5.6.0
9586              From: mjd@plover.com
9587              Date: 27 Oct 2000 17:32:44 -0000
9588              Message-ID: <20001027173244.23754.qmail@plover.com>
9589      Branch: perl
9590            ! pod/perlfunc.pod
9591 ____________________________________________________________________________
9592 [  7469] By: jhi                                   on 2000/10/28  17:16:45
9593         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
9594              From: "Peter J. Farley III" <pjfarley@banet.net>
9595              Date: Fri, 27 Oct 2000 20:32:56 -0400
9596              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
9597      Branch: perl
9598            ! README.dos
9599 ____________________________________________________________________________
9600 [  7468] By: jhi                                   on 2000/10/28  17:07:18
9601         Log: Make target reordering to avoid pointless re-makes.
9602              
9603              Subject: Re: Total re-make of 'make okfile' after 7451 ?
9604              From: Nicholas Clark <nick@ccl4.org>
9605              Date: Sat, 28 Oct 2000 00:31:02 +0100
9606              Message-ID: <20001028003101.A54517@plum.flirble.org>
9607      Branch: perl
9608            ! Makefile.SH
9609 ____________________________________________________________________________
9610 [  7467] By: jhi                                   on 2000/10/28  17:05:31
9611         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
9612              From: lvirden@cas.org
9613              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
9614              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
9615      Branch: perl
9616            ! README.os2
9617 ____________________________________________________________________________
9618 [  7466] By: jhi                                   on 2000/10/28  16:09:16
9619         Log: Upgrade to CPAN 1.58_55.
9620              
9621              Subject: CPAN.pm status
9622              From: andreas.koenig@anima.de (Andreas J. Koenig) 
9623              Date: 28 Oct 2000 08:18:00 +0200 
9624              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
9625      Branch: perl
9626            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
9627 ____________________________________________________________________________
9628 [  7465] By: jhi                                   on 2000/10/28  16:02:47
9629         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
9630      Branch: perl
9631            ! embed.h embed.pl perl.h proto.h toke.c
9632 ____________________________________________________________________________
9633 [  7464] By: nick                                  on 2000/10/28  10:43:44
9634         Log: Fix for sv_2iv() on "shared" value from keys %hash.
9635      Branch: perl
9636            ! sv.c
9637 ____________________________________________________________________________
9638 [  7463] By: jhi                                   on 2000/10/27  16:18:29
9639         Log: Update Changes.
9640      Branch: perl
9641            ! Changes patchlevel.h
9642 ____________________________________________________________________________
9643 [  7462] By: jhi                                   on 2000/10/27  16:17:44
9644         Log: Too enthusiastic editing in #7460.
9645      Branch: metaconfig
9646            ! U/modified/Oldsym.U
9647      Branch: perl
9648            ! Configure config_h.SH
9649 ____________________________________________________________________________
9650 [  7461] By: jhi                                   on 2000/10/27  15:37:38
9651         Log: Retract #7459, the script needs more work.
9652      Branch: perl
9653            - mkreef
9654            ! MANIFEST
9655 ____________________________________________________________________________
9656 [  7460] By: jhi                                   on 2000/10/27  15:23:14
9657         Log: Use $sort, $uniq (and $tr) consistently as wondered
9658              by Nicholas Clark.
9659      Branch: metaconfig
9660            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
9661            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
9662            ! U/modified/libc.U
9663      Branch: perl
9664            ! Configure config_h.SH
9665 ____________________________________________________________________________
9666 [  7459] By: jhi                                   on 2000/10/27  15:02:07
9667         Log: (Retracted by #7461)
9668              
9669              Add a shell script for creating/removing symbolic link farms,
9670              useful for keeping the source code read-only and doing the
9671              builds somewhere else.
9672      Branch: perl
9673            + mkreef
9674            ! MANIFEST
9675 ____________________________________________________________________________
9676 [  7458] By: jhi                                   on 2000/10/27  14:42:20
9677         Log: Do away with the fix_pl.
9678      Branch: perl
9679            - fix_pl
9680            ! MANIFEST Makefile.SH
9681 ____________________________________________________________________________
9682 [  7457] By: jhi                                   on 2000/10/27  12:43:13
9683         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
9684              From: Jens Hamisch <jens@Strawberry.COM>
9685              Date: Fri, 27 Oct 2000 14:38:21 +0200
9686              Message-Id: <20001027143821.B3366@Strawberry.COM>
9687      Branch: perl
9688            ! perl.h
9689 ____________________________________________________________________________
9690 [  7456] By: jhi                                   on 2000/10/27  12:33:42
9691         Log: Subject: [PATCH] todo
9692              From: Nicholas Clark <nick@ccl4.org>
9693              Date: Thu, 26 Oct 2000 22:32:29 +0100
9694              Message-ID: <20001026223229.A44540@plum.flirble.org>
9695      Branch: perl
9696            ! pod/perltodo.pod
9697 ____________________________________________________________________________
9698 [  7455] By: jhi                                   on 2000/10/27  12:02:21
9699         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
9700              From: John Tobey <jtobey@john-edwin-tobey.org>
9701              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
9702              Message-Id: <m13ozHF-000FObC@feynman.localnet>
9703      Branch: perl
9704            ! op.c t/pragma/sub_lval.t
9705 ____________________________________________________________________________
9706 [  7454] By: jhi                                   on 2000/10/27  11:59:42
9707         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
9708              From: sthoenna@efn.org
9709              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
9710              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
9711      Branch: perl
9712            ! pp.c t/op/assignwarn.t
9713 ____________________________________________________________________________
9714 [  7453] By: jhi                                   on 2000/10/27  00:15:08
9715         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
9716      Branch: perl
9717            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
9718            ! ext/Storable/Storable.xs t/lib/st-lock.t
9719 ____________________________________________________________________________
9720 [  7452] By: jhi                                   on 2000/10/26  13:05:52
9721         Log: Undo #7451, this seems to be a deficiency in Perforce,
9722              there is no per-file line-terminator type, only per-client.
9723      Branch: perl
9724            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
9725            ! win32/makefile.mk
9726 ____________________________________________________________________________
9727 [  7451] By: jhi                                   on 2000/10/26  04:56:03
9728         Log: Experimenting in DOS arcana.
9729      Branch: perl
9730            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
9731            ! win32/makefile.mk
9732 ____________________________________________________________________________
9733 [  7450] By: jhi                                   on 2000/10/26  04:50:52
9734         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
9735              From: "Peter J. Farley III" <pjfarley@banet.net>            
9736              Date: Wed, 25 Oct 2000 23:10:18 -0400
9737              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
9738      Branch: perl
9739            ! t/io/open.t
9740 ____________________________________________________________________________
9741 [  7449] By: jhi                                   on 2000/10/26  04:49:16
9742         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
9743              From: Hugo <hv@crypt.compulink.co.uk>
9744              Date: Thu, 26 Oct 2000 01:55:17 +0100
9745              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
9746              
9747              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
9748      Branch: perl
9749            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
9750 ____________________________________________________________________________
9751 [  7448] By: jhi                                   on 2000/10/26  04:38:36
9752         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
9753              From: Peter Prymmer <pvhp@forte.com>
9754              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
9755              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
9756      Branch: perl
9757            ! configure.com
9758 ____________________________________________________________________________
9759 [  7447] By: jhi                                   on 2000/10/25  23:20:02
9760         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
9761              in platforms that strictly require all the symbols being present
9762              at link time.
9763      Branch: perl
9764            ! handy.h
9765 ____________________________________________________________________________
9766 [  7446] By: jhi                                   on 2000/10/25  21:55:57
9767         Log: Update Changes.
9768      Branch: perl
9769            ! Changes patchlevel.h
9770 ____________________________________________________________________________
9771 [  7445] By: jhi                                   on 2000/10/25  21:27:08
9772         Log: Integrate with vmsperl #7430 by Charles Bailey:
9773              
9774              Cleanup from prior patch (Charles Lane?):
9775              - improve handling of MFDs in Basename and Path
9776              - default to no xsubpp line # munging when building debug images
9777      Branch: perl
9778           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
9779 ____________________________________________________________________________
9780 [  7444] By: jhi                                   on 2000/10/25  21:03:50
9781         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
9782              From: John Peacock <JPeacock@UnivPress.com>
9783              Date: Thu, 18 May 2000 11:55:27 -0400
9784              Message-ID: <3924126F.A58BE57A@UnivPress.com>
9785      Branch: perl
9786            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
9787            ! t/op/write.t
9788 ____________________________________________________________________________
9789 [  7443] By: jhi                                   on 2000/10/25  20:43:10
9790         Log: Temporary stopgap for the self-tying issue: for now only
9791              array and hash self-ties are verboten.  The real fix, of
9792              course, would be to comprehensively test (and implement?)
9793              and debug (and document) self-ties.
9794      Branch: perl
9795            ! pod/perldiag.pod pp_sys.c t/op/tie.t
9796 ____________________________________________________________________________
9797 [  7442] By: jhi                                   on 2000/10/25  20:14:30
9798         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
9799              From: Dan Sugalski <dan@sidhe.org>
9800              Date: Wed, 25 Oct 2000 13:36:35 -0400
9801              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
9802              
9803              plus regen global.sym.
9804      Branch: perl
9805            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
9806            ! thrdvar.h util.c
9807 ____________________________________________________________________________
9808 [  7441] By: jhi                                   on 2000/10/25  20:12:20
9809         Log: buildtoc target tweaks.
9810      Branch: perl
9811            ! pod/Makefile.SH
9812 ____________________________________________________________________________
9813 [  7440] By: jhi                                   on 2000/10/25  20:03:53
9814         Log: A new version of making the syslog test more robust.
9815              (Replaces #7421.)
9816              
9817              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
9818              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9819              Date: Wed, 25 Oct 2000 12:13:54 -0400
9820              Message-ID: <20001025121354.B2264@O2.chapin.edu>
9821      Branch: perl
9822            ! t/lib/syslog.t
9823 ____________________________________________________________________________
9824 [  7439] By: jhi                                   on 2000/10/25  20:00:48
9825         Log: Continue the internal UTF-8 API tweaking.
9826              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
9827              used much more than the simpler API, now called utf8_to_uv_simple().
9828              Still not quite happy with API, too much partial duplication
9829              of functionality.
9830      Branch: perl
9831            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
9832            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
9833            ! regcomp.c regexec.c sv.c toke.c utf8.c
9834 ____________________________________________________________________________
9835 [  7438] By: jhi                                   on 2000/10/25  18:52:30
9836         Log: Allow poking holes at the UTF-8 decoding strictness.
9837      Branch: perl
9838            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
9839            ! utf8.h
9840 ____________________________________________________________________________
9841 [  7437] By: jhi                                   on 2000/10/25  13:53:05
9842         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
9843              UTF8LEN() and UTF8SKIP(). 
9844      Branch: perl
9845            ! pp.c utf8.c utf8.h
9846 ____________________________________________________________________________
9847 [  7436] By: jhi                                   on 2000/10/25  13:51:37
9848         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
9849              From: Nicholas Clark <nick@ccl4.org>
9850              Date: Wed, 25 Oct 2000 14:44:05 +0100
9851              Message-ID: <20001025144404.D27253@plum.flirble.org>
9852      Branch: perl
9853            ! pod/perlrun.pod
9854 ____________________________________________________________________________
9855 [  7435] By: jhi                                   on 2000/10/25  13:49:32
9856         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
9857              From: Mike Guy <mjtg@cam.ac.uk>
9858              Date: Tue, 24 Oct 2000 14:59:40 +0100
9859              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
9860      Branch: perl
9861            ! scope.c
9862 ____________________________________________________________________________
9863 [  7434] By: jhi                                   on 2000/10/25  13:48:41
9864         Log: AIX is picky about its symbol exports.  Solution for now
9865              is to include the deb.o explicitly to the re extension build.
9866              
9867              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
9868              From: Peter Prymmer <pvhp@forte.com>
9869              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
9870              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
9871      Branch: perl
9872            ! ext/re/Makefile.PL hints/aix.sh
9873 ____________________________________________________________________________
9874 [  7433] By: jhi                                   on 2000/10/25  13:46:49
9875         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
9876              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9877              Date: Wed, 25 Oct 2000 12:02:20 +0200
9878              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
9879      Branch: perl
9880            ! perlsdio.h
9881 ____________________________________________________________________________
9882 [  7432] By: jhi                                   on 2000/10/25  13:44:28
9883         Log: Subject: Minor update to find2perl, for portability
9884              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
9885              Date: Wed, 25 Oct 2000 12:05:47 +0100
9886              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
9887      Branch: perl
9888            ! x2p/find2perl.PL
9889 ____________________________________________________________________________
9890 [  7431] By: jhi                                   on 2000/10/25  13:40:39
9891         Log: Add targets to Makefile.SH, most importantly
9892              'regen_all' which also remembers to update vms/perly*.
9893      Branch: perl
9894            ! Makefile.SH
9895 ____________________________________________________________________________
9896 [  7430] By: bailey                                on 2000/10/25  03:13:53
9897         Log: Cleanup from prior patch (Charles Lane?):
9898              - improve handling of MFDs in Basename and Path
9899              - default to no xsubpp line # munging when building debug images
9900      Branch: vmsperl
9901            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
9902 ____________________________________________________________________________
9903 [  7429] By: jhi                                   on 2000/10/24  20:03:40
9904         Log: Podify README.epoc and README.vos.
9905      Branch: perl
9906            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
9907            ! pod/perlport.pod pod/perltoc.pod
9908 ____________________________________________________________________________
9909 [  7428] By: jhi                                   on 2000/10/24  19:10:33
9910         Log: Stratus VOS updates from Paul Green.
9911      Branch: perl
9912            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9913            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
9914            - vos/config.def vos/config.h vos/config_h.SH_orig
9915            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
9916            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
9917 ____________________________________________________________________________
9918 [  7427] By: jhi                                   on 2000/10/24  18:59:48
9919         Log: Check if stdio supports tweaking lval and cnt simultaneously.
9920              
9921              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
9922              From: Nicholas Clark <nick@ccl4.org>
9923              Date: Mon, 23 Oct 2000 15:39:32 +0100
9924              Message-ID: <20001023153932.A10786@plum.flirble.org>
9925      Branch: metaconfig
9926            ! U/compline/d_stdstdio.U
9927      Branch: perl
9928            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9929            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
9930            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
9931            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
9932            ! vos/config.h vos/config_h.SH_orig win32/config.bc
9933            ! win32/config.gc win32/config.vc
9934 ____________________________________________________________________________
9935 [  7426] By: jhi                                   on 2000/10/24  17:57:44
9936         Log: Missed the header file changes from #7425.
9937      Branch: perl
9938            ! embed.h embed.pl objXSUB.h proto.h
9939 ____________________________________________________________________________
9940 [  7425] By: jhi                                   on 2000/10/24  17:55:17
9941         Log: Fix the bug reported in
9942              
9943              From: andreas.koenig@anima.de (Andreas J. Koenig)
9944              Subject: Encode bug?
9945              Date: 24 Oct 2000 14:01:26 +0200 
9946              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
9947              
9948              Also make is_utf8_char() stricter.
9949      Branch: perl
9950            ! ext/Encode/Encode.xs utf8.c
9951 ____________________________________________________________________________
9952 [  7424] By: jhi                                   on 2000/10/24  15:15:39
9953         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
9954              From: Peter Scott <Peter@PSDT.com>
9955              Date: Mon, 23 Oct 2000 19:46:01 -0700
9956              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
9957      Branch: perl
9958            ! pod/perlfaq5.pod
9959 ____________________________________________________________________________
9960 [  7423] By: jhi                                   on 2000/10/24  14:25:30
9961         Log: Test tweak to avoid pulling in the whole Config.
9962      Branch: perl
9963            ! t/lib/st-lock.t
9964 ____________________________________________________________________________
9965 [  7422] By: jhi                                   on 2000/10/24  14:03:16
9966         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
9967      Branch: perl
9968            ! pp.c
9969 ____________________________________________________________________________
9970 [  7421] By: jhi                                   on 2000/10/24  13:32:09
9971         Log: (Replaced by #7440.)
9972              
9973              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
9974              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9975              Date: Mon, 23 Oct 2000 16:40:54 -0400
9976              Message-ID: <20001023164054.B14491@O2.chapin.edu>
9977      Branch: perl
9978            ! t/lib/syslog.t
9979 ____________________________________________________________________________
9980 [  7420] By: jhi                                   on 2000/10/24  13:30:53
9981         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
9982              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9983              Date: Mon, 23 Oct 2000 17:29:03 -0400
9984              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
9985      Branch: perl
9986            ! lib/ExtUtils/MM_Unix.pm
9987 ____________________________________________________________________________
9988 [  7419] By: jhi                                   on 2000/10/24  13:29:57
9989         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
9990              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9991              Date: Mon, 23 Oct 2000 19:01:32 -0400
9992              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
9993      Branch: perl
9994            ! utils/h2xs.PL
9995 ____________________________________________________________________________
9996 [  7418] By: jhi                                   on 2000/10/24  13:26:04
9997         Log: Replace #7409 with
9998              
9999              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
10000              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
10001              Date: Mon, 23 Oct 2000 20:08:56 +0200
10002              Message-ID: <20001023200855.A14850@nice.ram.loc>
10003      Branch: perl
10004            ! ext/Storable/Storable.pm t/lib/st-lock.t
10005 ____________________________________________________________________________
10006 [  7417] By: jhi                                   on 2000/10/24  13:17:52
10007         Log: Run vms/vms_yfix.pl, should have done that after changing
10008              perly.c in #7382.
10009      Branch: perl
10010            ! vms/perly_c.vms vms/perly_h.vms
10011 ____________________________________________________________________________
10012 [  7416] By: jhi                                   on 2000/10/24  02:55:33
10013         Log: Make the UTF-8 decoding stricter and more verbose when
10014              malformation happens.  This involved adding an argument
10015              to utf8_to_uv_chk(), which involved changing its prototype,
10016              and prefer STRLEN over I32 for the UTF-8 length, which as
10017              a domino effect necessitated changing the prototypes of
10018              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
10019              The stricter UTF-8 decoding checking uses Markus Kuhn's
10020              UTF-8 Decode Stress Tester from
10021              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
10022      Branch: perl
10023            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
10024            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
10025            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
10026            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
10027 ____________________________________________________________________________
10028 [  7415] By: jhi                                   on 2000/10/23  14:06:06
10029         Log: Update Changes.
10030      Branch: perl
10031            ! Changes patchlevel.h
10032 ____________________________________________________________________________
10033 [  7414] By: jhi                                   on 2000/10/23  12:39:52
10034         Log: Undo the basename() part of #7412 since the lib/basename
10035              tests would need upgrading too.
10036      Branch: perl
10037            ! lib/File/Basename.pm
10038 ____________________________________________________________________________
10039 [  7413] By: jhi                                   on 2000/10/23  12:19:27
10040         Log: Document PERL_INSTALL_ROOT of #7210.
10041      Branch: perl
10042            ! lib/ExtUtils/Install.pm
10043 ____________________________________________________________________________
10044 [  7412] By: jhi                                   on 2000/10/23  12:16:47
10045         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
10046      Branch: perl
10047            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
10048            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
10049 ____________________________________________________________________________
10050 [  7411] By: jhi                                   on 2000/10/23  12:07:41
10051         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
10052              From: Prymmer/Kahn <pvhp@best.com>
10053              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
10054              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
10055      Branch: perl
10056            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
10057 ____________________________________________________________________________
10058 [  7410] By: jhi                                   on 2000/10/23  04:10:11
10059         Log: The change #7187 was not so good on VMS.
10060              
10061              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
10062              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10063              Date: Sun, 22 Oct 2000 23:03:08 -0500
10064              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
10065      Branch: perl
10066            ! utils/perldoc.PL
10067 ____________________________________________________________________________
10068 [  7409] By: jhi                                   on 2000/10/23  03:57:36
10069         Log: Avoid Storable locking on DJGPP for now.
10070              
10071              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
10072              From: "Peter J. Farley III" <pjfarley@banet.net>
10073              Date: Sun, 22 Oct 2000 20:00:00 -0400
10074              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
10075      Branch: perl
10076            ! ext/Storable/Storable.pm t/lib/st-lock.t
10077 ____________________________________________________________________________
10078 [  7408] By: jhi                                   on 2000/10/23  03:50:24
10079         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
10080              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
10081              Date: Sun, 22 Oct 2000 21:12:22 -0400
10082              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
10083      Branch: perl
10084            ! lib/vars.pm
10085 ____________________________________________________________________________
10086 [  7407] By: jhi                                   on 2000/10/23  03:43:12
10087         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
10088              From: Hugo <hv@crypt.compulink.co.uk>
10089              Date: Mon, 23 Oct 2000 00:47:22 +0100
10090              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
10091      Branch: perl
10092            ! regexec.c t/op/pat.t
10093 ____________________________________________________________________________
10094 [  7406] By: jhi                                   on 2000/10/23  03:40:29
10095         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
10096      Branch: perl
10097            ! lib/ExtUtils/MakeMaker.pm
10098 ____________________________________________________________________________
10099 [  7405] By: jhi                                   on 2000/10/22  21:32:00
10100         Log: Doc patch.
10101              
10102              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
10103              From: rspier@pobox.com (Robert Spier)
10104              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
10105              Message-ID: <14835.16112.13457.447971@rls.cx>
10106      Branch: perl
10107            ! lib/strict.pm
10108 ____________________________________________________________________________
10109 [  7404] By: jhi                                   on 2000/10/22  21:30:51
10110         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
10111              From: rspier@pobox.com (Robert Spier)
10112              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
10113              Message-ID: <14835.17223.72448.705566@rls.cx>
10114      Branch: perl
10115            ! lib/ExtUtils/MakeMaker.pm
10116 ____________________________________________________________________________
10117 [  7403] By: jhi                                   on 2000/10/22  21:24:11
10118         Log: Subject: [PATCH bleadperl] ripples from constsub patch
10119              From: John Tobey <jtobey@john-edwin-tobey.org>
10120              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
10121              Message-Id: <m13nSOB-000FObC@feynman.localnet>
10122      Branch: perl
10123            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
10124 ____________________________________________________________________________
10125 [  7402] By: jhi                                   on 2000/10/22  20:59:35
10126         Log: Support s?printf parameter reordering.
10127      Branch: perl
10128            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
10129 ____________________________________________________________________________
10130 [  7401] By: jhi                                   on 2000/10/22  19:19:14
10131         Log: Expand %Config variables only if explicitly so requested
10132              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
10133              
10134              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
10135              From: Gurusamy Sarathy <gsar@ActiveState.com>
10136              Date: Sun, 22 Oct 2000 11:47:32 -0700
10137              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
10138      Branch: perl
10139            ! Makefile.SH lib/lib_pm.PL
10140 ____________________________________________________________________________
10141 [  7400] By: jhi                                   on 2000/10/22  18:24:10
10142         Log: Move the #7390 test from warn/op to comp/redef.
10143              
10144              Subject: Re: Creating const subs for constants.
10145              From: John Tobey <jtobey@john-edwin-tobey.org>
10146              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
10147              Message-Id: <m13nG72-000FObC@feynman.localnet>               
10148      Branch: perl
10149            ! t/comp/redef.t t/pragma/warn/op
10150 ____________________________________________________________________________
10151 [  7399] By: jhi                                   on 2000/10/22  17:49:59
10152         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
10153              From: Nicholas Clark <nick@ccl4.org>
10154              Date: Sat, 21 Oct 2000 22:23:19 +0100
10155              Message-ID: <20001021222319.B45586@plum.flirble.org>
10156      Branch: perl
10157            ! ext/DynaLoader/DynaLoader_pm.PL
10158 ____________________________________________________________________________
10159 [  7398] By: jhi                                   on 2000/10/22  17:47:35
10160         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
10161              From: Hugo <hv@crypt.compulink.co.uk>
10162              Date: Sat, 21 Oct 2000 18:19:59 +0100
10163              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
10164      Branch: perl
10165            ! ext/B/B.pm ext/B/B/C.pm
10166 ____________________________________________________________________________
10167 [  7397] By: jhi                                   on 2000/10/22  17:35:18
10168         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
10169              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10170              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
10171              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
10172      Branch: perl
10173            ! hints/openbsd.sh
10174 ____________________________________________________________________________
10175 [  7396] By: jhi                                   on 2000/10/22  17:19:46
10176         Log: Subject: installman go-faster stripes
10177              From: Nicholas Clark <nick@talking.bollo.cx>
10178              Date: Sat, 21 Oct 2000 17:24:53 +0100
10179              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
10180              
10181              Subject: Re: installman go-faster stripes
10182              From: Russ Allbery <rra@stanford.edu>
10183              Date: 21 Oct 2000 11:04:13 -0700
10184              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
10185      Branch: perl
10186            ! installman pod/pod2man.PL
10187 ____________________________________________________________________________
10188 [  7395] By: jhi                                   on 2000/10/22  17:17:35
10189         Log: Hints tweak from Anton Berezin.
10190      Branch: perl
10191            ! hints/freebsd.sh
10192 ____________________________________________________________________________
10193 [  7394] By: jhi                                   on 2000/10/22  04:50:04
10194         Log: Tweak the Is* definitions of Unicode character classes
10195              to better match the official categorizations; embrace
10196              the official categorizations; add the combining marks
10197              as alpha (and -numeric); fix DCinital (a typo and edito)
10198              to be DCmedial.
10199      Branch: perl
10200            + lib/unicode/Is/DCmedial.pl
10201            - lib/unicode/Is/DCinital.pl
10202            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10203            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
10204            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
10205            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
10206 ____________________________________________________________________________
10207 [  7393] By: jhi                                   on 2000/10/21  18:06:05
10208         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
10209              From: Daniel Chetlin <daniel@chetlin.com>
10210              Date: Sat, 21 Oct 2000 02:57:03 -0700
10211              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
10212      Branch: perl
10213            + t/lib/tie-splice.t
10214            ! MANIFEST lib/Tie/Array.pm
10215 ____________________________________________________________________________
10216 [  7392] By: gsar                                  on 2000/10/21  18:05:15
10217         Log: resync utfperl branch with mainline
10218      Branch: utfperl
10219           !> (integrate 1760 files)
10220 ____________________________________________________________________________
10221 [  7391] By: jhi                                   on 2000/10/21  14:37:49
10222         Log: Testcases for a #7383,#7385 related bug.
10223              
10224              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
10225              From: Nicholas Clark <nick@ccl4.org>
10226              Date: Sat, 21 Oct 2000 15:04:51 +0100
10227              Message-ID: <20001021150451.A51566@plum.flirble.org>
10228      Branch: perl
10229            ! t/pragma/utf8.t
10230 ____________________________________________________________________________
10231 [  7390] By: jhi                                   on 2000/10/21  14:35:57
10232         Log: Add a testcase for #7389.
10233      Branch: perl
10234            ! t/pragma/warn/op
10235 ____________________________________________________________________________
10236 [  7389] By: jhi                                   on 2000/10/21  14:26:45
10237         Log: Subject: Re: Creating const subs for constants.
10238              From: John Tobey <jtobey@john-edwin-tobey.org>
10239              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
10240              Message-Id: <m13mo0N-000FObC@feynman.localnet>
10241      Branch: perl
10242            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
10243            ! proto.h sv.c
10244 ____________________________________________________________________________
10245 [  7388] By: nick                                  on 2000/10/21  11:44:23
10246         Log: Populate perlio branch
10247      Branch: perlio
10248           +> (branch 1760 files)
10249 ____________________________________________________________________________
10250 [  7387] By: nick                                  on 2000/10/21  10:52:05
10251         Log: Get branch back as replica of mainline via :
10252              p4 integrate -b utfperl
10253              p4 resolve -at ./...
10254      Branch: utfperl
10255           +> (branch 269 files)
10256            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
10257            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
10258            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
10259            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
10260            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
10261            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
10262            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
10263            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
10264            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
10265            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
10266            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
10267            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
10268            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
10269            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
10270            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
10271            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
10272            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
10273            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
10274            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
10275            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
10276            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
10277            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
10278            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
10279            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
10280            - lib/unicode/UCD300.html lib/unicode/Unicode.300
10281            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
10282            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
10283            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
10284            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
10285           !> (integrate 965 files)
10286 ____________________________________________________________________________
10287 [  7386] By: jhi                                   on 2000/10/21  01:31:12
10288         Log: Update Changes.
10289      Branch: perl
10290            ! Changes patchlevel.h
10291 ____________________________________________________________________________
10292 [  7385] By: jhi                                   on 2000/10/21  01:28:42
10293         Log: The #7383 was right only in the context of the original bug report,
10294              not in more general case.
10295      Branch: perl
10296            ! pp_hot.c
10297 ____________________________________________________________________________
10298 [  7384] By: jhi                                   on 2000/10/21  01:08:23
10299         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
10300      Branch: perl
10301            ! ext/IO/lib/IO/Select.pm
10302 ____________________________________________________________________________
10303 [  7383] By: jhi                                   on 2000/10/21  00:44:18
10304         Log: Fix for ID 20001020.006, concatenating an unset submatch
10305              with utf8 resulted in "Modification of a read-only value".
10306      Branch: perl
10307            ! pp_hot.c t/pragma/utf8.t
10308 ____________________________________________________________________________
10309 [  7382] By: jhi                                   on 2000/10/20  20:44:31
10310         Log: Make scan_num() reëntrant, as suggested in
10311              
10312              Subject: [PATCH perl@7229] Rentrant parser and yylex()
10313              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10314              Date: Fri, 20 Oct 2000 14:17:27 +0100
10315              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
10316      Branch: perl
10317            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
10318            ! toke.c
10319 ____________________________________________________________________________
10320 [  7381] By: jhi                                   on 2000/10/20  20:07:29
10321         Log: Reëntrancy fix.
10322              
10323              Subject: [PATCH perl@7229] Rentrant parser and yylex()
10324              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10325              Date: Fri, 20 Oct 2000 14:17:27 +0100
10326              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
10327      Branch: perl
10328            ! embed.h embed.pl perl.h proto.h toke.c
10329 ____________________________________________________________________________
10330 [  7380] By: jhi                                   on 2000/10/20  19:15:54
10331         Log: Don't write double values through long double pointers,
10332              based on a part of
10333              
10334              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
10335              From: Jens Hamisch <jens@Strawberry.COM>
10336              Date: Tue, 17 Oct 2000 08:39:36 +0200
10337              Message-Id: <20001017083936.A11104@Strawberry.COM>
10338      Branch: perl
10339            ! perl.h pp.c
10340 ____________________________________________________________________________
10341 [  7379] By: jhi                                   on 2000/10/20  18:43:37
10342         Log: Portability tweak on #7377.
10343              
10344              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
10345              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10346              Date:     Fri, 20 Oct 2000 13:13:41 EDT
10347              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
10348      Branch: perl
10349            ! t/lib/dprof.t
10350 ____________________________________________________________________________
10351 [  7378] By: jhi                                   on 2000/10/20  12:57:19
10352         Log: SOCKS function redefinitions need prototypes, too, otherwise
10353              for example 32 bit versus 64 bit differences cause a lot of
10354              problems.  Part of
10355              
10356              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
10357              From: Jens Hamisch <jens@Strawberry.COM>
10358              Date: Tue, 17 Oct 2000 08:39:36 +0200
10359              Message-Id: <20001017083936.A11104@Strawberry.COM>
10360      Branch: perl
10361            ! doio.c pp_sys.c
10362 ____________________________________________________________________________
10363 [  7377] By: jhi                                   on 2000/10/20  12:37:12
10364         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
10365              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10366              Date:     Fri, 20 Oct 2000 08:26:04 EDT
10367              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
10368      Branch: perl
10369            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
10370 ____________________________________________________________________________
10371 [  7376] By: jhi                                   on 2000/10/20  12:35:31
10372         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
10373              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10374              Date:     Fri, 20 Oct 2000 07:48:15 EDT
10375              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
10376      Branch: perl
10377            ! configure.com vms/gen_shrfls.pl
10378 ____________________________________________________________________________
10379 [  7375] By: bailey                                on 2000/10/20  04:44:37
10380         Log: SYN SYN
10381      Branch: vmsperl
10382           +> (branch 134 files)
10383            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
10384            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
10385            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
10386            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
10387            - eg/cgi/frameset.cgi eg/cgi/index.html
10388            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
10389            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
10390            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
10391            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
10392            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
10393            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
10394            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
10395            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
10396            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
10397            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
10398            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
10399            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
10400            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
10401            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
10402            - lib/unicode/Props.txt lib/unicode/UCD300.html
10403            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
10404            - utils/perlbc.PL vms/subconfigure.com
10405           !> (integrate 785 files)
10406 ____________________________________________________________________________
10407 [  7374] By: jhi                                   on 2000/10/20  00:59:48
10408         Log: In the latest compiler builds cccdlflags must not become -fpic,
10409              from Wilfredo Sánchez.
10410      Branch: perl
10411            ! hints/darwin.sh
10412 ____________________________________________________________________________
10413 [  7373] By: jhi                                   on 2000/10/20  00:56:35
10414         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
10415              From: Tony Cook <tony@develop-help.com>
10416              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
10417              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
10418      Branch: perl
10419            ! pod/perlop.pod
10420 ____________________________________________________________________________
10421 [  7372] By: jhi                                   on 2000/10/19  19:34:40
10422         Log: Typo noted by Mark Lutz.
10423      Branch: perl
10424            ! t/op/64bitint.t
10425 ____________________________________________________________________________
10426 [  7371] By: jhi                                   on 2000/10/19  19:33:13
10427         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
10428      Branch: metaconfig
10429            ! U/modified/Cppsym.U U/modified/Oldconfig.U
10430      Branch: metaconfig/U/perl
10431            ! End.U dlsrc.U libperl.U
10432      Branch: perl
10433            + hints/nonstopux.sh
10434            ! Configure MANIFEST config_h.SH
10435 ____________________________________________________________________________
10436 [  7370] By: jhi                                   on 2000/10/19  17:18:08
10437         Log: Subject: PATCH do_print has 2 PerlIO_error()s
10438              From: nick@ccl4.org
10439              Date: Thu, 19 Oct 2000 18:09:20 +0100
10440              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
10441      Branch: perl
10442            ! doio.c
10443 ____________________________________________________________________________
10444 [  7369] By: jhi                                   on 2000/10/19  14:01:49
10445         Log: Update Changes.
10446      Branch: perl
10447            ! Changes patchlevel.h
10448 ____________________________________________________________________________
10449 [  7368] By: jhi                                   on 2000/10/19  13:04:29
10450         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
10451              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10452              Date: Wed, 18 Oct 2000 13:12:01 +0200
10453              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
10454      Branch: perl
10455            ! hints/aix.sh
10456 ____________________________________________________________________________
10457 [  7367] By: jhi                                   on 2000/10/19  02:22:40
10458         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
10459              of a 'pmshort' anywhere in the B, so the offending line was simply
10460              removed.
10461      Branch: perl
10462            ! ext/B/B/Debug.pm
10463 ____________________________________________________________________________
10464 [  7366] By: jhi                                   on 2000/10/19  02:12:37
10465         Log: Add the test case for the bug id 20000730.004 which seems
10466              to have been fixed by now.
10467      Branch: perl
10468            ! t/pragma/utf8.t
10469 ____________________________________________________________________________
10470 [  7365] By: jhi                                   on 2000/10/18  23:36:24
10471         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
10472              From: Hugo <hv@crypt.compulink.co.uk>
10473              Date: Wed, 18 Oct 2000 23:25:58 +0100
10474              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
10475      Branch: perl
10476            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
10477 ____________________________________________________________________________
10478 [  7364] By: jhi                                   on 2000/10/18  21:12:53
10479         Log: (retracted)
10480      Branch: perl
10481            ! pp.c
10482 ____________________________________________________________________________
10483 [  7363] By: jhi                                   on 2000/10/18  20:55:38
10484         Log: Missing change from #7362.
10485      Branch: perl
10486            ! win32/perlhost.h
10487 ____________________________________________________________________________
10488 [  7362] By: jhi                                   on 2000/10/18  20:52:01
10489         Log: Borland C fstat() never saw the fd as writable.
10490              
10491              Subject: fix for Borland's weak "stat" (perl@7211)
10492              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
10493              Date: Mon, 16 Oct 2000 09:55:03 +0400
10494              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
10495      Branch: perl
10496            ! win32/win32.c
10497 ____________________________________________________________________________
10498 [  7361] By: jhi                                   on 2000/10/18  17:43:50
10499         Log: Regen toc.
10500      Branch: perl
10501            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
10502 ____________________________________________________________________________
10503 [  7360] By: jhi                                   on 2000/10/18  17:07:44
10504         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10505              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
10506              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
10507              Date: Mon, 16 Oct 2000 15:19:49 +0200
10508      Branch: perl
10509            + README.aix
10510            ! MANIFEST
10511 ____________________________________________________________________________
10512 [  7359] By: jhi                                   on 2000/10/18  17:04:49
10513         Log: Subject: Pod patch for Devel::Peek
10514              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10515              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
10516              Date: Mon, 16 Oct 2000 12:26:34 +0200
10517      Branch: perl
10518            ! ext/Devel/Peek/Peek.pm
10519 ____________________________________________________________________________
10520 [  7358] By: jhi                                   on 2000/10/18  17:03:15
10521         Log: Make Cwd more bulletproof in chrooted environments.
10522              
10523              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
10524              From: "Eric E. Coe" <Eric.Coe@oracle.com>
10525              Date: Wed, 18 Oct 2000 04:03:54 -0400
10526              Message-Id: <39ED596A.70E599FE@oracle.com>
10527      Branch: perl
10528            ! lib/Cwd.pm
10529 ____________________________________________________________________________
10530 [  7357] By: jhi                                   on 2000/10/18  16:37:26
10531         Log: Disable the UTF8 downgrade croakage for now to avoid
10532              too many not okay messages.
10533      Branch: perl
10534            ! doio.c
10535 ____________________________________________________________________________
10536 [  7356] By: jhi                                   on 2000/10/17  23:29:41
10537         Log: Show the failed remote port, instead of the failing line number.
10538              
10539              Subject: [PATCH 5.6.1 Debugger] More diagnostics
10540              From: David Sparks <daves@ActiveState.com>
10541              Date: Tue, 17 Oct 2000 15:00:24 -0700
10542              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
10543      Branch: perl
10544            ! lib/perl5db.pl
10545 ____________________________________________________________________________
10546 [  7355] By: jhi                                   on 2000/10/17  14:11:31
10547         Log: On output try to downgrade to bytes, croak if impossible,
10548              from Simon Cozens.  This means that outputting >255 UTF8
10549              is impossible.  Consider this as a strong incentive to get
10550              the I/O disciplines implemented.
10551      Branch: perl
10552            ! doio.c pod/perldiag.pod sv.c
10553 ____________________________________________________________________________
10554 [  7354] By: jhi                                   on 2000/10/17  13:42:23
10555         Log: Clarify documentation on 'use bytes'.
10556              
10557              Subject: Re: What does 'use bytes' "mean" ?
10558              From: Simon Cozens <simon@cozens.net>
10559              Date: Mon, 18 Sep 2000 18:24:25 +0100
10560              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
10561      Branch: perl
10562            ! lib/bytes.pm
10563 ____________________________________________________________________________
10564 [  7353] By: jhi                                   on 2000/10/17  13:28:12
10565         Log: Workaround for a sfio bug where the stream error indicator
10566              is not cleared as documented.
10567              
10568              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
10569              From: Nicholas Clark <nick@ccl4.org>
10570              Date: Mon, 16 Oct 2000 18:28:23 +0100
10571              Message-ID: <20001016182823.J19700@plum.flirble.org>
10572      Branch: perl
10573            ! doio.c
10574 ____________________________________________________________________________
10575 [  7352] By: jhi                                   on 2000/10/17  13:06:19
10576         Log: More IoTYPE sprinkling.
10577      Branch: perl
10578            ! doio.c pp_hot.c
10579 ____________________________________________________________________________
10580 [  7351] By: jhi                                   on 2000/10/16  22:47:07
10581         Log: Detect early whether the std streams have gone bad.
10582              
10583              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
10584              Date: Mon, 16 Oct 2000 23:28:42 +0100
10585              From: Nicholas Clark <nick@ccl4.org>
10586              Message-ID: <20001016232842.A37942@plum.flirble.org>
10587      Branch: perl
10588            ! t/op/misc.t
10589 ____________________________________________________________________________
10590 [  7350] By: jhi                                   on 2000/10/16  22:45:16
10591         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
10592              From: "Peter J. Farley III" <pjfarley@banet.net>
10593              Date: Mon, 16 Oct 2000 18:15:59 -0400
10594              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
10595      Branch: perl
10596            ! djgpp/djgpp.c dosish.h t/io/open.t
10597 ____________________________________________________________________________
10598 [  7349] By: jhi                                   on 2000/10/16  22:36:45
10599         Log: perldelta tweak.
10600      Branch: perl
10601            ! pod/perldelta.pod
10602 ____________________________________________________________________________
10603 [  7348] By: jhi                                   on 2000/10/16  15:17:53
10604         Log: Update Changes.
10605      Branch: perl
10606            ! Changes patchlevel.h
10607 ____________________________________________________________________________
10608 [  7347] By: jhi                                   on 2000/10/16  13:55:27
10609         Log: Add the capability to include/exclude branches.
10610      Branch: perl
10611            ! Porting/genlog
10612 ____________________________________________________________________________
10613 [  7346] By: jhi                                   on 2000/10/16  13:18:04
10614         Log: Add Charles Lane.
10615      Branch: perl
10616            ! AUTHORS Changes
10617 ____________________________________________________________________________
10618 [  7345] By: jhi                                   on 2000/10/16  13:13:21
10619         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
10620      Branch: perl
10621            ! pod/perldelta.pod
10622 ____________________________________________________________________________
10623 [  7344] By: gsar                                  on 2000/10/16  09:30:21
10624         Log: integrate change#6220 from cfgperl
10625              
10626              Win32 patches from Benjamin Stuhl.
10627      Branch: maint-5.6/perl
10628           !> makedef.pl win32/win32.h
10629 ____________________________________________________________________________
10630 [  7343] By: gsar                                  on 2000/10/16  08:32:19
10631         Log: integrate changes#6221,6222 from cfgperl
10632              
10633              Remove tr///CU (the feature is to be obsoleted by better interfaces).
10634              From: simon@brecon.co.uk (Simon Cozens)
10635              Subject: [PATCH] Eliminate tr///[CU][CU]
10636              Date: 23 Jun 2000 11:05:40 GMT
10637              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
10638              
10639              doc typo fix
10640              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
10641              From: Ian Phillipps <Ian.Phillipps@iname.com>
10642              Date: Fri, 23 Jun 2000 10:40:58 +0100
10643              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
10644      Branch: maint-5.6/perl
10645           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
10646 ____________________________________________________________________________
10647 [  7342] By: gsar                                  on 2000/10/16  08:28:08
10648         Log: integrate change#6217 from cfgperl (in part)
10649              
10650              Rename the fdpid locking and integrate with Sarathy.
10651      Branch: maint-5.6/perl
10652           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
10653           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
10654           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
10655           !> win32/win32.c
10656 ____________________________________________________________________________
10657 [  7341] By: gsar                                  on 2000/10/16  08:23:39
10658         Log: integrate changes#6214..6216 from mainline
10659              
10660              @_ can't have junk in it even in the non-USE_ITHREADS case because
10661              caller() wants to populate @DB::args with it (causes a coredump
10662              in Carp::confess())
10663              
10664              tweak comment about @DB::args
10665              
10666              be more optimal about clearing @_
10667      Branch: maint-5.6/perl
10668           !> av.h cop.h pp_ctl.c t/op/runlevel.t
10669 ____________________________________________________________________________
10670 [  7340] By: gsar                                  on 2000/10/16  08:20:37
10671         Log: integrate changes#6207..6210 from cfgperl
10672              
10673              Subject: [PATCH 5.6.0] Threadsafe patches
10674              From: Dan Sugalski <dan@sidhe.org>
10675              To: perl5-porters@perl.org
10676              Date: Mon, 08 May 2000 18:08:13 -0400
10677              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
10678              
10679              Regen headers for #6207.
10680              
10681              Lock PL_fdpid against race conditions, based on:
10682              Subject: [PATCH 5.6.0]subprocess fixup for threads
10683              From: Dan Sugalski <dan@sidhe.org>
10684              To: perl5-porters@perl.org
10685              Date: Tue, 11 Apr 2000 17:02:32 -0400
10686              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
10687              
10688              Mopup for #6207 and #6209.
10689      Branch: maint-5.6/perl
10690           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
10691           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
10692           !> win32/win32.c
10693 ____________________________________________________________________________
10694 [  7339] By: gsar                                  on 2000/10/16  08:14:34
10695         Log: integrate change#6203 from cfgperl
10696              
10697              perldiag should refer to perlos2.pod not README.os2
10698      Branch: maint-5.6/perl
10699           !> pod/perldiag.pod
10700 ____________________________________________________________________________
10701 [  7338] By: gsar                                  on 2000/10/16  08:11:42
10702         Log: integrate change#6201 from mainline
10703              
10704              Perl_eval_pv() leaks 4 bytes every time it is called because it
10705              does a PUSHMARK that's never ever POPMARKed; in general, only
10706              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
10707              Perl_eval_[sp]v() don't because they don't take any incoming
10708              arguments (this leak has been around since the original version
10709              of perl_eval_pv() in 5.003_97e)
10710      Branch: maint-5.6/perl
10711           !> perl.c
10712 ____________________________________________________________________________
10713 [  7337] By: gsar                                  on 2000/10/16  08:08:47
10714         Log: integrate changes#6197..6200 from cfgperl
10715              
10716              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
10717              From: John Borwick <jhborwic@unity.ncsu.edu>
10718              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
10719              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
10720              
10721              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
10722              From: Dan Sugalski <dan@sidhe.org>
10723              To: vmsperl@perl.org, perl5-porters@perl.org
10724              Date: Fri, 02 Jun 2000 16:00:41 -0400
10725              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
10726              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
10727              
10728              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
10729              From: Dan Sugalski <dan@sidhe.org>
10730              To: perl5-porters@perl.org, vmsperl@perl.org
10731              Date: Fri, 02 Jun 2000 17:30:51 -0400
10732              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
10733              
10734              Update to cperl-mode.el 4.31 from
10735              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
10736              Subject: A couple of notes
10737              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10738              To: Mailing list Perl5 <perl5-porters@perl.org>
10739              Date: Sat, 3 Jun 2000 23:33:32 -0400
10740              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
10741      Branch: maint-5.6/perl
10742           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
10743           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
10744           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
10745           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
10746           !> vms/vmsish.h
10747 ____________________________________________________________________________
10748 [  7336] By: gsar                                  on 2000/10/16  08:03:46
10749         Log: integrate changes#6194,6195 from mainline
10750              
10751              fix small eval"" memory leaks under USE_ITHREADS
10752              
10753              fix yet another eval"" leak under USE_ITHREADS
10754      Branch: maint-5.6/perl
10755           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
10756           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
10757           !> vms/perly_c.vms
10758 ____________________________________________________________________________
10759 [  7335] By: gsar                                  on 2000/10/16  08:02:15
10760         Log: integrate changes#6190,6191 from mainline
10761              
10762              submit missing embed.pl change
10763              
10764              vec() loses numericalness (modified version of patch suggested
10765              by Robin Barker)
10766      Branch: maint-5.6/perl
10767           !> doop.c embed.pl t/op/vec.t
10768 ____________________________________________________________________________
10769 [  7334] By: gsar                                  on 2000/10/16  08:01:03
10770         Log: integrate change#6189 from mainline
10771              
10772              counting tr/// corrupts later operation (from M.J.T Guy)
10773      Branch: maint-5.6/perl
10774           !> doop.c t/op/tr.t
10775 ____________________________________________________________________________
10776 [  7333] By: gsar                                  on 2000/10/16  07:59:07
10777         Log: integrate changes#6183..6188 from mainline
10778              
10779              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
10780              <nick@ccl4.org>)
10781              
10782              tweak for change#6127
10783              
10784              remove incorrect documentation about implicit split to @_ in
10785              list context, which never really worked in perl 5 (from
10786              M.J.T. Guy)
10787              
10788              further qualify references to "alphanumeric" (from Wolfgang Laun
10789              <wolfgang.laun@alcatel.at>)
10790              
10791              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
10792              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
10793              
10794              h2xs tweaks
10795      Branch: maint-5.6/perl
10796           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
10797           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
10798           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
10799           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
10800           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
10801           !> pod/pod2latex.PL utils/h2xs.PL
10802 ____________________________________________________________________________
10803 [  7332] By: gsar                                  on 2000/10/16  07:53:52
10804         Log: integrate change#6179 from mainline
10805              
10806              buggy modulus on UVs introduced by change#3378 (resulted in
10807              4063328477 % 65535 amounting to 27406, instead of 27407)
10808      Branch: maint-5.6/perl
10809           !> pp.c t/op/arith.t
10810 ____________________________________________________________________________
10811 [  7331] By: gsar                                  on 2000/10/16  07:52:49
10812         Log: integrate changes#6176,6177,6178,6182 from cfgperl
10813              
10814              Single-quoted utf8 patch from Simon Cozens.
10815              
10816              Substitution utf8 patch from Simon Cozens.
10817              
10818              Be cleaner.
10819              
10820              Be Cleaner Part Deux.
10821      Branch: maint-5.6/perl
10822           !> Makefile.SH pp_hot.c toke.c
10823 ____________________________________________________________________________
10824 [  7330] By: gsar                                  on 2000/10/16  07:41:36
10825         Log: integrate change#6172 from mainline
10826              
10827              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
10828              (from Ilya Zakharevich)
10829      Branch: maint-5.6/perl
10830           !> regexec.c t/op/re_tests
10831 ____________________________________________________________________________
10832 [  7329] By: gsar                                  on 2000/10/16  07:40:25
10833         Log: integrate change#6171 from mainline
10834              
10835              scalar() doesn't force scalar context when used in void context
10836              (from Simon Cozens)
10837      Branch: maint-5.6/perl
10838           !> op.c t/op/wantarray.t
10839 ____________________________________________________________________________
10840 [  7328] By: gsar                                  on 2000/10/16  07:39:33
10841         Log: integrate change#6170 from mainline
10842              
10843              change#6142 needs tweaks to tests to work where there's no
10844              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
10845      Branch: maint-5.6/perl
10846           !> t/lib/filefind.t
10847 ____________________________________________________________________________
10848 [  7327] By: gsar                                  on 2000/10/16  07:35:34
10849         Log: integrate changes#6166..6168 from cfgperl
10850              
10851              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
10852              in case somebody wants to write an extension for more
10853              shadow database interfaces.
10854              
10855              tweak todo
10856              
10857              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
10858      Branch: maint-5.6/perl
10859           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10860           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
10861           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
10862           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
10863           !> win32/config.vc win32/config_H.bc win32/config_H.gc
10864           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
10865 ____________________________________________________________________________
10866 [  7326] By: gsar                                  on 2000/10/16  07:29:05
10867         Log: integrate changes#6157,6159..6161,6164 from cfgperl
10868              
10869              Regen Configure to jive with #6149.
10870              
10871              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
10872              
10873              Changes for the File::Temp 0.08 (change #6159) test suite
10874              to fit better into the Perl distribution test framework.
10875              
10876              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
10877              both from Simon Cozens.
10878              
10879              detypo
10880      Branch: maint-5.6/perl
10881           +> pod/perlmodlib.PL pod/perlnewmod.pod
10882           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
10883           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
10884           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
10885           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
10886 ____________________________________________________________________________
10887 [  7325] By: gsar                                  on 2000/10/16  07:25:13
10888         Log: integrate change#6158 from vmsperl
10889              
10890              Add fallback to tmpfile for use in cases where user's relying on
10891              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
10892              Lane's patch)
10893      Branch: maint-5.6/perl
10894           !> vms/vms.c vms/vmsish.h
10895 ____________________________________________________________________________
10896 [  7324] By: gsar                                  on 2000/10/16  07:20:50
10897         Log: integrate changes#6153..6155 from mainline
10898              
10899              prettier Test::Harness output on failed tests (from Nicholas Clark
10900              <nick@Bagpuss.uk.boo.com>)
10901              
10902              avoid type mismatch warning
10903              
10904              small bug in change#6144; remove random \xA0 character that snuck
10905              in via change#6145
10906      Branch: maint-5.6/perl
10907           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
10908           !> perl.c
10909 ____________________________________________________________________________
10910 [  7323] By: gsar                                  on 2000/10/16  07:18:47
10911         Log: integrate changes#6151,6152 from mainline
10912              
10913              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
10914              
10915              cosmetic fixups of RE debug output (from Ilya Zakharevich)
10916      Branch: maint-5.6/perl
10917           !> regexec.c
10918 ____________________________________________________________________________
10919 [  7322] By: gsar                                  on 2000/10/16  07:17:25
10920         Log: integrate changes#6146..6150 from mainline
10921              
10922              doc typo
10923              
10924              add a make entry to Config.pm so "perl -V:make" works on VMS
10925              (from Peter Prymmer)
10926              
10927              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
10928              
10929              OS/2 tweaks for usethreads build (from Rocco Caputo
10930              <troc@netrus.net>)
10931              
10932              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
10933      Branch: maint-5.6/perl
10934           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
10935           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
10936           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
10937           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
10938           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
10939           !> warnings.pl x2p/a2p.h
10940 ____________________________________________________________________________
10941 [  7321] By: gsar                                  on 2000/10/16  07:14:02
10942         Log: integrate changes#6143..6145 from mainline
10943              
10944              MacOS support, part 1 (from Matthias Neeracher
10945              <neeri@iis.ee.ethz.ch>)
10946              
10947              MacOS support, part 2: make AutoSplit use File::Spec instead
10948              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
10949              <neeri@iis.ee.ethz.ch>)
10950              
10951              make xsubpp skip embedded pod (from Matthias Neeracher
10952              <neeri@iis.ee.ethz.ch>)
10953      Branch: maint-5.6/perl
10954           +> ext/DynaLoader/dl_mac.xs
10955           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
10956           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
10957           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
10958           !> pp_ctl.c proto.h toke.c util.c util.h
10959 ____________________________________________________________________________
10960 [  7320] By: gsar                                  on 2000/10/16  07:12:13
10961         Log: integrate changes#6141,6142 from mainline
10962              
10963              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
10964              forwarded by Peter Seebach from the bsdi-users mailing list.
10965              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
10966              
10967              File::Find fails to chdir when chasing symlinks (from
10968              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
10969      Branch: maint-5.6/perl
10970           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
10971 ____________________________________________________________________________
10972 [  7319] By: gsar                                  on 2000/10/16  07:04:30
10973         Log: integrate change#6139 from mainline
10974              
10975              revise mktables.PL for bugs and newness in Unicode 3.0
10976              (from James Bence <jbence@amgen.com>)
10977      Branch: maint-5.6/perl
10978           +> (branch 30 files)
10979           !> (integrate 49 files)
10980 ____________________________________________________________________________
10981 [  7318] By: gsar                                  on 2000/10/16  07:01:01
10982         Log: integrate changes#6137,6138 from mainline
10983              
10984              fix bogus redeclaration warning for "our" variables in different
10985              scopes
10986              
10987              add note about the handling of negative indices to tied arrays
10988              (from Michael G Schwern <schwern@pobox.com>)
10989      Branch: maint-5.6/perl
10990           !> op.c pod/perltie.pod t/pragma/strict-vars
10991 ____________________________________________________________________________
10992 [  7317] By: gsar                                  on 2000/10/16  06:58:46
10993         Log: integrate changes#6127..6136 from mainline
10994              
10995              call_method(...,G_EVAL) can longjmp() out if the method probing
10996              failed (from Gisle Aas)
10997              
10998              new perlxstut example for passing/returning refs to arrays
10999              (from David Lowe <dlowe@pootpoot.com>)
11000              
11001              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
11002              
11003              fix places that mean C<"word" character> but say C<alphanumeric
11004              character>
11005              
11006              avoid warnings in POSIX.pm (from Barrie Slaymaker)
11007              
11008              warnings::enabled() doesn't fall back to looking at $^W if
11009              caller isn't using lexical warnings (from Paul Marquess)
11010              
11011              elide bogus test in change#6132
11012              
11013              make Test::Harness use wait.h/WCOREDUMP if available
11014              (from Ben Tilly <ben_tilly@hotmail.com>)
11015              
11016              enable Test::Harness to dynamically determine column width etc.
11017              (from Rob Napier <rnapier@employees.org>)
11018              
11019              random pod typos (from Peter Scott <Peter@PSDT.com>)
11020      Branch: maint-5.6/perl
11021           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
11022           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
11023           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
11024           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
11025 ____________________________________________________________________________
11026 [  7316] By: gsar                                  on 2000/10/16  06:53:23
11027         Log: integrate change#6126 from mainline
11028              
11029              change#2879 broke rvalue autovivification of magicals such as
11030              ${$num} (reworked variant of patch suggested by Simon Cozens)
11031      Branch: maint-5.6/perl
11032           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
11033           !> pp_hot.c proto.h t/op/gv.t
11034 ____________________________________________________________________________
11035 [  7315] By: gsar                                  on 2000/10/16  06:51:38
11036         Log: integrate changes#6123,6125 from mainline
11037              
11038              clarify gotcha with #line directives (from Rocco Caputo
11039              <troc@netrus.net>)
11040              
11041              enable propagating exception objects via Perl_croak() in XS code
11042              (from Gisle Aas)
11043      Branch: maint-5.6/perl
11044           !> pod/perldebug.pod pod/perlsyn.pod util.c
11045 ____________________________________________________________________________
11046 [  7314] By: gsar                                  on 2000/10/16  06:49:28
11047         Log: integrate change#6122 from mainline
11048              
11049              downgrade fatal error on C<"foo@nosucharray.com"> to optional
11050              warning (from Mark-Jason Dominus)
11051      Branch: maint-5.6/perl
11052           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
11053           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
11054           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
11055           !> toke.c
11056 ____________________________________________________________________________
11057 [  7313] By: gsar                                  on 2000/10/16  06:46:54
11058         Log: integrate changes#6112..6121 from vmsperl
11059              
11060              Check for existence of file before trying to delete
11061              
11062              Ugly workaround for version-specific RTL error
11063              
11064              Urk -- undo previous removal of vmsish 'exit' change
11065              
11066              Add bounds checking for several strings (Charles Lane)
11067              
11068              Miscellaneous cosmetic fixes (Charles Lane)
11069              
11070              Treat sockets as special in sys(read|write) (Charles Lane et al.)
11071              
11072              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
11073              Flatten case labels in switch statements uniformly (Charles Bailey)
11074              
11075              Quiet error messages in vmsish.t (Charles Lane)
11076              
11077              Add missing escape (Charles Lane)
11078              
11079              Allow eliminate_macros() and fixpath() to handle space-delimited
11080              lists (based on fixes by Craig Berry)
11081      Branch: maint-5.6/perl
11082           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
11083           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
11084           !> vms/vmsish.h
11085 ____________________________________________________________________________
11086 [  7312] By: gsar                                  on 2000/10/16  06:41:18
11087         Log: integrate changes#6107,6110 from cfgperl
11088              
11089              Tweak the todo list.
11090              
11091              todo tweak
11092      Branch: maint-5.6/perl
11093           !> Todo-5.6
11094 ____________________________________________________________________________
11095 [  7311] By: gsar                                  on 2000/10/16  06:38:38
11096         Log: integrate changes#6104,6108 from mainline
11097              
11098              PL_sys_intern was being initialized too late on windows
11099              
11100              reenable fake signal handling on Windows, bugs and all
11101      Branch: maint-5.6/perl
11102           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
11103           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
11104           !> win32/win32.c
11105 ____________________________________________________________________________
11106 [  7310] By: gsar                                  on 2000/10/16  06:36:03
11107         Log: integrate changes#6095,6097..6103 from cfgperl
11108              
11109              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
11110              might be useful in future.
11111              
11112              Add a note about possible compilation problems from Allen Smith.
11113              
11114              Add a note about other, yet unsupported, shadow password APIs.
11115              
11116              Tweaks for the cc bugs from Allen Smith.
11117              
11118              More compilation tweakery from Allen Smith.
11119              
11120              Hints and test tweaks for Unicos.
11121              
11122              The test suite tweak in #6101 wasn't quite right.
11123              
11124              Test tweaking for Unicos continues.
11125      Branch: maint-5.6/perl
11126           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11127           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
11128           !> t/lib/complex.t t/op/64bitint.t
11129 ____________________________________________________________________________
11130 [  7309] By: gsar                                  on 2000/10/16  06:29:41
11131         Log: integrate changes#6093,6094 from mainline
11132              
11133              fork() failure to create pseudo process sets errno=EAGAIN and returns
11134              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
11135              
11136              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
11137      Branch: maint-5.6/perl
11138           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
11139           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
11140 ____________________________________________________________________________
11141 [  7308] By: gsar                                  on 2000/10/16  06:27:29
11142         Log: integrate change#6092 from cfgperl
11143              
11144              Regen perltoc with the fixed buildtoc.
11145      Branch: maint-5.6/perl
11146           !> pod/perltoc.pod
11147 ____________________________________________________________________________
11148 [  7307] By: gsar                                  on 2000/10/16  06:26:40
11149         Log: integrate changes#6089,6090 from mainline
11150              
11151              buildtoc tweak to fix newline lossage
11152              
11153              concat doesn't preserve utf8-ness, and doesn't invalidate
11154              [NI]OK; added tests for both
11155      Branch: maint-5.6/perl
11156           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
11157 ____________________________________________________________________________
11158 [  7306] By: gsar                                  on 2000/10/16  06:24:05
11159         Log: integrate change#6088 from cfgperl
11160              
11161              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
11162              because we do not use those.  The HAS_GETSPNAM remains,
11163              though, because we still do use that.
11164      Branch: maint-5.6/perl
11165           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11166           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
11167           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
11168           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
11169           !> win32/config.vc win32/config_H.bc win32/config_H.gc
11170           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
11171 ____________________________________________________________________________
11172 [  7305] By: gsar                                  on 2000/10/16  06:15:52
11173         Log: integrate changes#6084,6085,6087 from mainline
11174              
11175              substr() does not preserve utf8-ness (from Stefan Eissing
11176              <Eissing@medicaldataservice.de>); added tests
11177              
11178              repeat operator (x) doesn't preserve utf8-ness
11179              
11180              reverse() and quotemeta() weren't preserving utf8-ness; add tests
11181      Branch: maint-5.6/perl
11182           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
11183 ____________________________________________________________________________
11184 [  7304] By: gsar                                  on 2000/10/16  06:13:10
11185         Log: integrate changes#6077..6083 from mainline
11186              
11187              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
11188              and Tom Phoenix)
11189              
11190              workaround for CRT bug in chdir() (from Charles Lane, via
11191              Peter Prymmer)
11192              
11193              remove outdated kludge in Carp (NULLs are permitted in diagnostics
11194              now)
11195              
11196              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
11197              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
11198              
11199              better default perlbug categories for ok reports (from Richard Foley)
11200              
11201              peek.t non-portable to ithreads
11202              
11203              note about undocumented caller() return value (from M.J.T. Guy);
11204              yet another peek.t tweak
11205      Branch: maint-5.6/perl
11206           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
11207           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
11208           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
11209           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
11210           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
11211           !> vms/vmsish.h
11212 ____________________________________________________________________________
11213 [  7303] By: gsar                                  on 2000/10/16  06:03:18
11214         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
11215              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
11216              
11217              &HUGE_VAL is not defined, it exists.
11218              
11219              Do not warn that an infinity does not look like a number.
11220              
11221              Rewrite the pwent/spent logic to be a little bit more clearer.
11222              
11223              Continue on the pwent/spent case.
11224              
11225              Correct Freudian slip.
11226              
11227              Use HUGE_VALL if applicable.
11228              
11229              pwent/spent #ifdef imbalance.
11230              
11231              Infinite problems.
11232              
11233              Call getspnam() only iff needd.
11234              
11235              Test both the scalar and list contexts.
11236              
11237              Use setxxent()/endxxent().
11238              
11239              Complex tweakery.
11240              
11241              Unicos hint tweak.
11242              
11243              Be more forgiving in POSIX about HUGE_VALL.
11244              
11245              Detypo.
11246              
11247              The search of infinity continues, this time simplified.
11248              
11249              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
11250              in natively 64-bit platforms where a long is a quad (no need
11251              for long longs).  Also added bias for IVs.
11252              
11253              Complex tweaks.
11254              
11255              Introduce t/lib/peek.t.
11256              
11257              Make the test more portable.
11258      Branch: maint-5.6/perl
11259           +> t/lib/peek.t
11260            ! pp_sys.c
11261           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
11262           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
11263           !> t/op/pwent.t toke.c util.c
11264 ____________________________________________________________________________
11265 [  7302] By: gsar                                  on 2000/10/16  05:03:37
11266         Log: integrate changes#6066..6071 from mainline
11267              
11268              s/END/CHECK/
11269              
11270              replace direct call to sighandler() with (*PL_sighandlerp)()
11271              
11272              note about values()
11273              
11274              File::Spec compatibility update (from Barrie Slaymaker
11275              <barries@slaysys.com>)
11276              
11277              remove misleading comment (from M.J.T. Guy)
11278              
11279              misformatted perllocal.pod (from Tim Jenness
11280              <t.jenness@jach.hawaii.edu>)
11281      Branch: maint-5.6/perl
11282           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
11283           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
11284           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
11285           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
11286 ____________________________________________________________________________
11287 [  7301] By: gsar                                  on 2000/10/16  05:00:08
11288         Log: integrate changes#6061..6063 from mainline
11289              
11290              change#5921 neglected to make eq honor "use bytes"
11291              
11292              additional tests for utf8.t
11293              
11294              tokeq() could read unallocated field in argument
11295      Branch: maint-5.6/perl
11296           !> sv.c t/pragma/utf8.t toke.c
11297 ____________________________________________________________________________
11298 [  7300] By: gsar                                  on 2000/10/16  04:56:54
11299         Log: integrate changes#6046,6048,6057,6058 from mainline
11300              
11301              libscheck has insufficient checks for n32 libs (from
11302              Albert Chin-A-Young <china@thewrittenword.com>)
11303              
11304              add note about how $( doesn't interpolate in REs (from
11305              Philip Newton <newton@ficus.frogspace.net>)
11306              
11307              fix broken parsing of /\x{ab}/
11308              
11309              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
11310              (spotted by Donald Kinzer <dkinzer@premia.com>)
11311      Branch: maint-5.6/perl
11312           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
11313           !> t/pragma/utf8.t
11314 ____________________________________________________________________________
11315 [  7299] By: gsar                                  on 2000/10/16  04:52:50
11316         Log: integrate change#6044 from mainline
11317              
11318              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
11319              such that underscores are only ignored in literal numbers,
11320              "\x{...}", and hex/oct argument
11321      Branch: maint-5.6/perl
11322           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
11323 ____________________________________________________________________________
11324 [  7298] By: gsar                                  on 2000/10/16  04:50:53
11325         Log: integrate changes#6027..6043 from mainline
11326              
11327              podlators-1.02 update (from Russ Allbery)
11328              
11329              Pod::Man generates groff-incompatible macro definition (from
11330              Tom Christiansen)
11331              
11332              add CGI.pm v2.66 (from Lincoln Stein)
11333              
11334              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
11335              for @- and @+ (from Johan Vromans)
11336              
11337              small nits in diagnostics.pm (from Robin Barker)
11338              
11339              whitespace adjustments
11340              
11341              missing files in MANIFEST
11342              
11343              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
11344              to compensate
11345              
11346              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
11347              
11348              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
11349      Branch: maint-5.6/perl
11350           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
11351           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
11352           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
11353           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
11354           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
11355           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
11356           !> t/lib/cgi-html.t t/lib/cgi-request.t
11357 ____________________________________________________________________________
11358 [  7297] By: gsar                                  on 2000/10/16  04:44:30
11359         Log: integrate change#6025 from mainline
11360              
11361              Is{Alnum,Alpha,Word} don't match titlecase
11362              TODO: IsSpace is defined recursively!
11363              (both spotted by Larry)
11364      Branch: maint-5.6/perl
11365           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
11366           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
11367 ____________________________________________________________________________
11368 [  7296] By: gsar                                  on 2000/10/16  04:39:30
11369         Log: integrate change#6023 from mainline
11370              
11371              debugger stomps on $. (from M.J.T. Guy)
11372      Branch: maint-5.6/perl
11373           !> lib/perl5db.pl
11374 ____________________________________________________________________________
11375 [  7295] By: gsar                                  on 2000/10/16  04:38:02
11376         Log: integrate change#6022 from mainline
11377              
11378              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
11379      Branch: maint-5.6/perl
11380           !> sv.c
11381 ____________________________________________________________________________
11382 [  7294] By: gsar                                  on 2000/10/16  04:37:05
11383         Log: integrate changes#6018..6021 from mainline
11384              
11385              make lib/syslog.t portable to systems that don't have _PATH_LOG,
11386              make _PATH_LOG() return "" if unavailable
11387              
11388              windows portability tweaks
11389              
11390              test tweak
11391              
11392              remove Win2K issue in pod (fixed by change#6020)
11393      Branch: maint-5.6/perl
11394           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
11395           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
11396           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
11397 ____________________________________________________________________________
11398 [  7293] By: gsar                                  on 2000/10/16  04:20:00
11399         Log: integrate changes#6013..6015 from mainline
11400              
11401              tweak change#5945 to display correct switch name in diagnostic
11402              
11403              glob() loading File::Glob behind the scenes may cause syntax errors
11404              
11405              tweak test for portability
11406      Branch: maint-5.6/perl
11407           !> op.c perl.c pod/perldiag.pod t/lib/b.t
11408 ____________________________________________________________________________
11409 [  7292] By: gsar                                  on 2000/10/16  04:18:11
11410         Log: integrate changes#6005..6010 from mainline, cfgperl
11411              
11412              perldoc might fail via "use blib" (from Hugo van der Sanden)
11413              
11414              Regen Configure.
11415              
11416              note about compile failures and END blocks (from M.J.T. Guy)
11417              
11418              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
11419              
11420              (change#6009 integrated earlier in change#7255)
11421              
11422              clarify note about shadow password support (from
11423              gellyfish@gellyfish.com)
11424      Branch: maint-5.6/perl
11425           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11426           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
11427           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
11428 ____________________________________________________________________________
11429 [  7291] By: gsar                                  on 2000/10/16  04:12:03
11430         Log: integrate changes#6002,6003 from mainline
11431              
11432              destructive sv_setsv() can lose UV-ness from source, causing
11433              numeric promotions/comparisons to fail to do the right thing
11434              
11435              allow REG_EXPAND_SZ keys in Windows registry (from
11436              John Clayton <John.Clayton@barclayscapital.com>)
11437      Branch: maint-5.6/perl
11438           !> sv.c win32/win32.c
11439 ____________________________________________________________________________
11440 [  7290] By: gsar                                  on 2000/10/16  04:10:19
11441         Log: integrate change#6001 from mainline
11442              
11443              support additional library locations via $Config{otherlibdirs}
11444              (from Andy Dougherty)
11445      Branch: maint-5.6/perl
11446           !> Configure INSTALL Porting/Glossary Porting/config.sh
11447           !> Porting/config_H config_h.SH epoc/config.sh perl.c
11448           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
11449           !> win32/config.bc win32/config.gc win32/config.vc
11450 ____________________________________________________________________________
11451 [  7289] By: gsar                                  on 2000/10/16  04:08:28
11452         Log: integrate change#5999 from mainline
11453              
11454              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
11455      Branch: maint-5.6/perl
11456           !> t/pragma/warn/toke toke.c
11457 ____________________________________________________________________________
11458 [  7288] By: gsar                                  on 2000/10/16  04:07:01
11459         Log: integrate changes#5997,5998 from cfgperl
11460              
11461              Preserve $!.
11462              
11463              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
11464      Branch: maint-5.6/perl
11465           !> lib/Math/Complex.pm
11466 ____________________________________________________________________________
11467 [  7287] By: gsar                                  on 2000/10/16  04:04:37
11468         Log: integrate change#5995 from mainline
11469              
11470              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
11471      Branch: maint-5.6/perl
11472           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
11473 ____________________________________________________________________________
11474 [  7286] By: gsar                                  on 2000/10/16  04:03:21
11475         Log: integrate change#5994 from mainline
11476              
11477              fix for missed accounting for null byte in pack("Z",...) (from
11478              M.J.T. Guy)
11479      Branch: maint-5.6/perl
11480           !> pp.c t/op/pack.t
11481 ____________________________________________________________________________
11482 [  7285] By: gsar                                  on 2000/10/16  04:02:11
11483         Log: integrate changes#5989..5993 from mainline
11484              
11485              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
11486              itself and no other (from Tom Hughes)
11487              
11488              use $ENV{LIB} to search for libs under Visual C compiler
11489              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
11490              
11491              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
11492              
11493              pod nit (from Simon Cozens)
11494              
11495              various minor tweaks seen on p5p
11496      Branch: maint-5.6/perl
11497           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
11498           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
11499           !> t/op/array.t toke.c
11500 ____________________________________________________________________________
11501 [  7284] By: gsar                                  on 2000/10/16  03:59:00
11502         Log: integrate changes#5978..5988 from mainline
11503              
11504              sync version numbers in File::Spec with the ones on CPAN
11505              (from Barrie Slaymaker)
11506              
11507              under useithreads, constant pad entries could inadvertantly be
11508              shared across threads (from Eric Blood <eblood@xmission.com>);
11509              added Eric's test case to testsuite
11510              
11511              allow Configure -S to run non-interactively (spotted by Greg Hudson
11512              <ghudson@mit.edu>)
11513              
11514              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
11515              prototype mismatch with CORE::glob(); update pod and tests to
11516              suit (File::Glob::glob() is still available for backward
11517              compatibility, but should be considered deprecated)
11518              
11519              avoid error in IO::Socket::INET when given an unknown service name
11520              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
11521              
11522              numeric conversion of non-number in change#3378 tramples on
11523              OOK offset, causing segfaults
11524              
11525              attributes::reftype() doesn't work on tied argument
11526              
11527              forked child may not exit correctly if it failed to open
11528              /dev/console (from Graham Barr)
11529              
11530              add regular expressions tutorial and quick-start guide (from
11531              Mark Kvale <kvale@phy.ucsf.edu>)
11532              
11533              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
11534              
11535              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
11536              <paul@miraclefish.com>)
11537      Branch: maint-5.6/perl
11538           +> pod/perlrequick.pod pod/perlretut.pod
11539           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
11540           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
11541           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
11542           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
11543           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
11544           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
11545           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
11546           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
11547 ____________________________________________________________________________
11548 [  7283] By: gsar                                  on 2000/10/16  03:52:14
11549         Log: integrate change#5977 from mainline
11550              
11551              autoquote barewords followed by newline and arrow properly
11552              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
11553      Branch: maint-5.6/perl
11554           !> t/pragma/warn/toke toke.c
11555 ____________________________________________________________________________
11556 [  7282] By: gsar                                  on 2000/10/16  03:50:48
11557         Log: integrate change#5976 from mainline
11558              
11559              DB_File v1.73 update (from Paul Marquess)
11560      Branch: maint-5.6/perl
11561           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
11562           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
11563 ____________________________________________________________________________
11564 [  7281] By: gsar                                  on 2000/10/16  03:49:14
11565         Log: integrate change#5975 from mainline
11566              
11567              allow sort() reentrancy (variant of patch suggested by
11568              Hugo van der Sanden)
11569      Branch: maint-5.6/perl
11570           !> pp_ctl.c t/op/sort.t
11571 ____________________________________________________________________________
11572 [  7280] By: gsar                                  on 2000/10/16  03:48:22
11573         Log: integrate change#5974 from mainline
11574              
11575              change#4197 somehow missed initializing PL_errors, meaning
11576              syntax error queueing wasn't working outside eval"" at all;
11577              also fixed eval"" to localize PL_error_count, so that compile-time
11578              eval's don't clobber the error state of the outer context
11579      Branch: maint-5.6/perl
11580           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
11581           !> t/pragma/warn/toke
11582 ____________________________________________________________________________
11583 [  7279] By: gsar                                  on 2000/10/16  03:46:21
11584         Log: integrate change#5973 from mainline
11585              
11586              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
11587      Branch: maint-5.6/perl
11588           !> regcomp.c regexec.c t/op/re_tests
11589 ____________________________________________________________________________
11590 [  7278] By: gsar                                  on 2000/10/16  03:44:54
11591         Log: integrate change#5971 from cfgperl
11592              
11593              Unicos tweaks from Mark P. Lutz.
11594      Branch: maint-5.6/perl
11595           !> hints/unicos.sh lib/Math/Complex.pm
11596 ____________________________________________________________________________
11597 [  7277] By: gsar                                  on 2000/10/16  03:42:59
11598         Log: integrate changes#5966..5970 from mainline
11599              
11600              add testsuite for B backends, fix bug in B::Deparse (from
11601              Simon Cozens <simon@brecon.co.uk>)
11602              
11603              improved docs on the warn_uninit diagnostic (from David Glasser
11604              and Simon Cozens)
11605              
11606              tolerate spaces in group names in test on solaris (from David Boyce
11607              <dsb@boyski.com>)
11608              
11609              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
11610              
11611              Data::Dumper fumbles negative numbers on 32-bit platforms where
11612              IV is >32bits
11613      Branch: maint-5.6/perl
11614           +> t/lib/b.t t/lib/syslog.t
11615           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
11616           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
11617           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
11618 ____________________________________________________________________________
11619 [  7276] By: gsar                                  on 2000/10/16  03:39:30
11620         Log: integrate change#5965 from mainline
11621              
11622              avoid "will not stay shared" warnings for our variables (from
11623              Robin Barker)
11624      Branch: maint-5.6/perl
11625           !> op.c t/pragma/warn/op
11626 ____________________________________________________________________________
11627 [  7275] By: gsar                                  on 2000/10/16  03:38:18
11628         Log: integrate change#5964 from mainline
11629              
11630              reformat to 72 columns (again)
11631      Branch: maint-5.6/perl
11632           !> pod/perldiag.pod
11633 ____________________________________________________________________________
11634 [  7274] By: gsar                                  on 2000/10/16  03:36:58
11635         Log: integrate change#5963 from mainline
11636              
11637              patch from Larry to make (\&) prototype work; added tests for
11638              the same
11639      Branch: maint-5.6/perl
11640           !> op.c t/comp/proto.t
11641 ____________________________________________________________________________
11642 [  7273] By: gsar                                  on 2000/10/16  03:35:51
11643         Log: integrate changes#5956..5962 from mainline
11644              
11645              better diagnostics on failed tests (from Ilya Zakharevich)
11646              
11647              pod nits (from A. C. Yardley <yardley@tanet.net>)
11648              
11649              change#3569 deleted some essential code, revert; avoid use of
11650              atexit() to make DynaLoader work properly on AIX under mod_perl
11651              (from Jens-Uwe Mager <jum@helios.de>)
11652              
11653              doubled words in pods (from Simon Cozens
11654              <simon.p.cozens@jp.pwcglobal.com>)
11655              
11656              better INSTALL notes on Solaris issues (from Dominic Dunlop)
11657              
11658              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
11659              
11660              updated README.hpux (from Jeff Okamoto)
11661      Branch: maint-5.6/perl
11662           !> INSTALL README.hpux emacs/cperl-mode.el
11663           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
11664           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
11665           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
11666           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
11667           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
11668           !> t/op/lex_assign.t
11669 ____________________________________________________________________________
11670 [  7272] By: gsar                                  on 2000/10/16  03:31:22
11671         Log: integrate change#5955 from mainline
11672              
11673              longstanding bug exposed by change#3307: sort arguments weren't
11674              compiled with the right wantarray context (ensuing runtime lookup
11675              via block_gimme() was getting the incidental context of the
11676              sort() itself)
11677      Branch: maint-5.6/perl
11678           !> op.c t/op/sort.t
11679 ____________________________________________________________________________
11680 [  7271] By: gsar                                  on 2000/10/16  03:29:11
11681         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
11682              branch
11683              
11684              Flatten the cpp jungle doing the nosuid checking.
11685              
11686              Do not assume sign propagation. (from M.J.T. Guy)
11687              
11688              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
11689              
11690              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
11691              Now pp_ncmp() returns undef is either operand is a NaN.
11692              
11693              On second thoughts frexp() does have two arguments.
11694              
11695              Document that tr() is not tr(1).
11696              
11697              Be more robust on "extreme" (large absolute value)
11698              arguments.  Originally reported by Daniel Connelly
11699              as a problem with asinh() on large negative arguments,
11700              asinh() used to bail out because an argument to log()
11701              ended up being zero.  Ilya Zakharevich proposed using
11702              Taylor's series in such cases, which for such large
11703              arguments is a very good approximation.
11704              
11705              Undo "use integer" addition from 64bitint as it seems
11706              to break most of the subtests in Digital UNIX;
11707              Unicos needs to find another way.
11708      Branch: maint-5.6/perl
11709           !> (integrate 29 files)
11710 ____________________________________________________________________________
11711 [  7270] By: gsar                                  on 2000/10/16  03:09:44
11712         Log: integrate changes#5948,5949,5950 from mainline
11713              
11714              typo in vars.pm that leads to cryptic message (from Piotr
11715              Piatkowski <kompas@kompas.usr.onet.pl>)
11716              
11717              make perldoc use the pod2man from the same version (from
11718              M.J.T. Guy)
11719              
11720              reformat perldiag to avoid long lines
11721      Branch: maint-5.6/perl
11722           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
11723 ____________________________________________________________________________
11724 [  7269] By: gsar                                  on 2000/10/16  03:05:54
11725         Log: integrate change#5947 from mainline
11726              
11727              use &dl_error rather than &dl_load_file as the guard for calling
11728              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
11729              statically built perl)
11730      Branch: maint-5.6/perl
11731           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
11732 ____________________________________________________________________________
11733 [  7268] By: gsar                                  on 2000/10/16  03:04:48
11734         Log: integrate change#5945 from mainline
11735              
11736              make module name mandatory after -M switch; reorder perldiag
11737              alphabetically (from Mark-Jason Dominus)
11738      Branch: maint-5.6/perl
11739           !> perl.c pod/perldiag.pod
11740 ____________________________________________________________________________
11741 [  7267] By: gsar                                  on 2000/10/16  03:03:01
11742         Log: integrate change#5939 from mainline
11743              
11744              more pod nits (from Larry Virden)
11745      Branch: maint-5.6/perl
11746           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
11747           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
11748           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
11749 ____________________________________________________________________________
11750 [  7266] By: gsar                                  on 2000/10/16  03:01:39
11751         Log: integrate change#5938 from mainline
11752              
11753              Consolidated B::Deparse fixes (from Stephen McCamant)
11754      Branch: maint-5.6/perl
11755           !> ext/B/B/Deparse.pm
11756 ____________________________________________________________________________
11757 [  7265] By: gsar                                  on 2000/10/16  03:00:43
11758         Log: integrate change#5936 from mainline
11759              
11760              additional tests for change#7263 (from Paul Marquess)
11761      Branch: maint-5.6/perl
11762           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
11763           !> t/pragma/warn/5nolint t/pragma/warn/6default
11764 ____________________________________________________________________________
11765 [  7264] By: gsar                                  on 2000/10/16  02:58:34
11766         Log: integrate change#5934 from mainline
11767              
11768              propagate lexical warnings from surrounding scope correctly
11769              within string eval() (from Paul Marquess)
11770      Branch: maint-5.6/perl
11771           !> pp_ctl.c t/pragma/warn/pp_ctl
11772 ____________________________________________________________________________
11773 [  7263] By: gsar                                  on 2000/10/16  02:56:53
11774         Log: integrate change#5932 from mainline
11775              
11776              add rsignal(), whichsig() and do_join() to public API list
11777              (mod_perl uses them to good advantage)
11778      Branch: maint-5.6/perl
11779           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
11780 ____________________________________________________________________________
11781 [  7262] By: gsar                                  on 2000/10/16  02:55:53
11782         Log: integrate change#5931 from mainline
11783              
11784              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
11785      Branch: maint-5.6/perl
11786           !> pp_hot.c regexec.c t/op/pat.t
11787 ____________________________________________________________________________
11788 [  7261] By: gsar                                  on 2000/10/16  02:55:01
11789         Log: integrate change#5930 from mainline
11790              
11791              small os390 tweaks (from Peter Prymmer)
11792      Branch: maint-5.6/perl
11793           !> config_h.SH makedepend.SH
11794 ____________________________________________________________________________
11795 [  7260] By: gsar                                  on 2000/10/16  02:54:10
11796         Log: integrate change#5929 from mainline
11797              
11798              pod nits
11799      Branch: maint-5.6/perl
11800           !> pod/perlguts.pod
11801 ____________________________________________________________________________
11802 [  7259] By: gsar                                  on 2000/10/16  02:52:55
11803         Log: integrate change#5927 from mainline
11804              
11805              arrange for next() to resume at the unstack op rather than the
11806              loop conditional, so that scope cleanup happens correctly
11807              (from Stephen McCamant)
11808      Branch: maint-5.6/perl
11809           !> op.c pp_ctl.c t/op/misc.t
11810 ____________________________________________________________________________
11811 [  7258] By: gsar                                  on 2000/10/16  02:51:38
11812         Log: integrate change#5926 from mainline
11813              
11814              on windows, reserve 16M of stack rather than 128M (allows more
11815              threads to run concurrently)
11816      Branch: maint-5.6/perl
11817           !> win32/Makefile win32/makefile.mk
11818 ____________________________________________________________________________
11819 [  7257] By: gsar                                  on 2000/10/16  02:50:37
11820         Log: integrate change#5925 from mainline
11821              
11822              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
11823      Branch: maint-5.6/perl
11824           !> toke.c
11825 ____________________________________________________________________________
11826 [  7256] By: gsar                                  on 2000/10/16  02:49:36
11827         Log: integrate change#5924 from mainline
11828              
11829              avoid using uninitialized memory in require version check
11830      Branch: maint-5.6/perl
11831           !> pp_ctl.c universal.c
11832 ____________________________________________________________________________
11833 [  7255] By: gsar                                  on 2000/10/16  02:48:03
11834         Log: integrate changes#5923,5928,6009 from mainline
11835              
11836              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
11837      Branch: maint-5.6/perl
11838           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
11839 ____________________________________________________________________________
11840 [  7254] By: gsar                                  on 2000/10/16  02:44:46
11841         Log: integrate change#5922 from mainline
11842              
11843              commentary about IoTYPE() (from Nathan Torkington)
11844      Branch: maint-5.6/perl
11845           !> sv.h
11846 ____________________________________________________________________________
11847 [  7253] By: gsar                                  on 2000/10/16  02:43:49
11848         Log: integrate change#5921 from mainline
11849              
11850              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
11851      Branch: maint-5.6/perl
11852           !> sv.c t/lib/charnames.t t/pragma/utf8.t
11853 ____________________________________________________________________________
11854 [  7252] By: gsar                                  on 2000/10/16  02:42:31
11855         Log: integrate change#5920 from mainline
11856              
11857              Larry's fix for buggy propagation of utf8-ness in join(); add test
11858      Branch: maint-5.6/perl
11859           !> doop.c t/op/ver.t
11860 ____________________________________________________________________________
11861 [  7251] By: gsar                                  on 2000/10/16  02:41:14
11862         Log: integrate changes#5915..5919 from mainline
11863              
11864              various (pod tweaks &c)
11865      Branch: maint-5.6/perl
11866           !> (integrate 33 files)
11867 ____________________________________________________________________________
11868 [  7250] By: gsar                                  on 2000/10/16  02:38:16
11869         Log: integrate change#5914 from mainline
11870              
11871              caller() wasn't returning the right number of elements for
11872              eval {...}
11873      Branch: maint-5.6/perl
11874           !> pp_ctl.c t/pragma/warn/9enabled
11875 ____________________________________________________________________________
11876 [  7249] By: gsar                                  on 2000/10/16  02:37:02
11877         Log: integrate change#5913 from mainline
11878              
11879              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
11880              (from Mark-Jason Dominus)
11881      Branch: maint-5.6/perl
11882           !> pod/perlfunc.pod
11883 ____________________________________________________________________________
11884 [  7248] By: gsar                                  on 2000/10/16  02:35:58
11885         Log: integrate change#5912 from mainline
11886              
11887              fix totally broken caching in UNIVERSAL::isa() (from
11888              Nick Ing-Simmons)
11889      Branch: maint-5.6/perl
11890           !> t/op/universal.t universal.c
11891 ____________________________________________________________________________
11892 [  7247] By: gsar                                  on 2000/10/16  02:34:27
11893         Log: integrate changes#5910,5911 from mainline
11894              
11895              typo in pod
11896              
11897              add linebreak properties from unicode/LineBrk.txt (from
11898              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
11899      Branch: maint-5.6/perl
11900           +> (branch 29 files)
11901           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
11902 ____________________________________________________________________________
11903 [  7246] By: gsar                                  on 2000/10/16  02:33:29
11904         Log: integrate change#5909 from mainline
11905              
11906              mode argument to do_binmode() should be file mode, not boolean
11907      Branch: maint-5.6/perl
11908           !> pp_sys.c
11909 ____________________________________________________________________________
11910 [  7245] By: gsar                                  on 2000/10/16  02:31:04
11911         Log: integrate change#5908 from mainline
11912              
11913              introduce illegal symbols into null package so that
11914              gv_fetchpv(...,TRUE) always returns a valid GV even when the
11915              symbol is trapped by strictures (avoids coredumps)
11916      Branch: maint-5.6/perl
11917           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
11918           !> t/pragma/strict-vars
11919 ____________________________________________________________________________
11920 [  7244] By: jhi                                   on 2000/10/16  02:29:54
11921         Log: Subject: $Carp::ExportLevel confusion in Exporter
11922              From: "Ben Tilly" <ben_tilly@hotmail.com>
11923              Date: Sat, 14 Oct 2000 16:44:34 EDT
11924              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
11925      Branch: perl
11926            ! lib/Exporter/Heavy.pm
11927 ____________________________________________________________________________
11928 [  7243] By: jhi                                   on 2000/10/16  02:28:33
11929         Log: Subject: [PATCH perlguts.pod] Document offset hack
11930              From: Simon Cozens <simon@cozens.net>
11931              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
11932              Date: Sat, 14 Oct 2000 19:32:25 +0100
11933      Branch: perl
11934            ! pod/perlguts.pod
11935 ____________________________________________________________________________
11936 [  7242] By: gsar                                  on 2000/10/16  02:26:51
11937         Log: integrate changes#5905,5906,5907,6064 from mainline
11938              
11939              printf/sprintf didn't get quad types right under use64bitint
11940      Branch: maint-5.6/perl
11941           !> pp_sys.c sv.c t/op/64bitint.t
11942 ____________________________________________________________________________
11943 [  7241] By: jhi                                   on 2000/10/16  02:22:44
11944         Log: Subject: small pod patch
11945              From: Dan Boorstein <dan_boo@bellsouth.net>
11946              Date: Sat, 14 Oct 2000 14:29:24 -0400
11947              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
11948      Branch: perl
11949            ! pod/perlfaq7.pod pod/perlmod.pod
11950 ____________________________________________________________________________
11951 [  7240] By: jhi                                   on 2000/10/16  02:13:46
11952         Log: -w cleanup.
11953              
11954              Subject: Re: Problems with bleadperl 
11955              From: "Stephen P. Potter" <spp@ds.net>
11956              Date: Fri, 13 Oct 2000 13:32:49 -0400
11957              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
11958      Branch: perl
11959            ! t/pragma/overload.t
11960 ____________________________________________________________________________
11961 [  7239] By: jhi                                   on 2000/10/16  01:41:18
11962         Log: One more ~utf8 tweak.
11963      Branch: perl
11964            ! t/op/bop.t
11965 ____________________________________________________________________________
11966 [  7238] By: jhi                                   on 2000/10/16  01:34:14
11967         Log: Tweak the test of #7235.
11968      Branch: perl
11969            ! t/op/bop.t
11970 ____________________________________________________________________________
11971 [  7237] By: jhi                                   on 2000/10/16  01:25:04
11972         Log: Fix a couple of compiler-noted nits in #7235.
11973      Branch: perl
11974            ! pp.c
11975 ____________________________________________________________________________
11976 [  7236] By: jhi                                   on 2000/10/16  01:22:46
11977         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
11978      Branch: perl
11979            ! pp.c pp_hot.c
11980 ____________________________________________________________________________
11981 [  7235] By: jhi                                   on 2000/10/15  16:24:44
11982         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
11983              
11984              From: Simon Cozens <simon@cozens.net>
11985              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
11986              Date: Sat, 14 Oct 2000 20:52:13 +0100
11987              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
11988      Branch: perl
11989            ! pp.c t/op/bop.t utf8.h
11990 ____________________________________________________________________________
11991 [  7234] By: jhi                                   on 2000/10/15  15:19:29
11992         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
11993              The problem was that rx->minlen was in chars while pp_split()
11994              thought it would be in bytes. 
11995      Branch: perl
11996            ! pp.c t/pragma/utf8.t
11997 ____________________________________________________________________________
11998 [  7233] By: jhi                                   on 2000/10/14  20:24:24
11999         Log: Document FNCASE=y as discussed in the bug 20000902.009.
12000      Branch: perl
12001            ! README.dos
12002 ____________________________________________________________________________
12003 [  7232] By: jhi                                   on 2000/10/14  18:52:21
12004         Log: Add test for bug id 20000427.003 (which seems to have
12005              been fixed) (also duplicate as 20000427.004, though
12006              with a higher severity).  Move one utf8 from op/append
12007              to pragma/utf8, tag the tests with bug ids.
12008      Branch: perl
12009            ! t/op/append.t t/pragma/utf8.t
12010 ____________________________________________________________________________
12011 [  7231] By: jhi                                   on 2000/10/14  17:28:37
12012         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
12013      Branch: perl
12014            ! t/pragma/utf8.t
12015 ____________________________________________________________________________
12016 [  7230] By: jhi                                   on 2000/10/14  14:24:50
12017         Log: Needs to be conditional on SunOS 4.
12018              
12019              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
12020              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12021              Date: Sat, 14 Oct 2000 13:37:49 +0100
12022              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
12023      Branch: metaconfig/U/perl
12024            ! End.U
12025      Branch: perl
12026            ! Configure myconfig.SH pod/perldelta.pod
12027 ____________________________________________________________________________
12028 [  7229] By: jhi                                   on 2000/10/14  00:49:22
12029         Log: Update Changes.
12030      Branch: perl
12031            ! Changes patchlevel.h
12032 ____________________________________________________________________________
12033 [  7228] By: jhi                                   on 2000/10/14  00:46:10
12034         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
12035              From: Peter Prymmer <pvhp@forte.com>
12036              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
12037              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
12038      Branch: perl
12039            ! lib/utf8.pm
12040 ____________________________________________________________________________
12041 [  7227] By: jhi                                   on 2000/10/13  23:20:30
12042         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
12043      Branch: perl
12044            ! t/op/tie.t
12045 ____________________________________________________________________________
12046 [  7226] By: jhi                                   on 2000/10/13  22:14:32
12047         Log: Tweak #7225.
12048              
12049              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
12050              From: Peter Prymmer <pvhp@forte.com>
12051              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
12052              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
12053      Branch: perl
12054            ! t/op/sprintf.t
12055 ____________________________________________________________________________
12056 [  7225] By: jhi                                   on 2000/10/13  22:11:31
12057         Log: op/sprintf.t patch for OS/390 (and any other host with limited
12058              floating-point exponent length)
12059              
12060              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
12061              From: Dominic Dunlop <domo@computer.org>
12062              Date: Fri, 13 Oct 2000 19:17:57 +0200
12063              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
12064      Branch: perl
12065            ! t/op/sprintf.t
12066 ____________________________________________________________________________
12067 [  7224] By: jhi                                   on 2000/10/13  18:40:48
12068         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
12069      Branch: perl
12070            ! toke.c
12071 ____________________________________________________________________________
12072 [  7223] By: jhi                                   on 2000/10/13  18:37:13
12073         Log: Thinko in #7222.
12074      Branch: perl
12075            ! utf8.c
12076 ____________________________________________________________________________
12077 [  7222] By: jhi                                   on 2000/10/13  18:05:23
12078         Log: Use UTF8SKIP(), from Simon Cozens.
12079      Branch: perl
12080            ! utf8.c
12081 ____________________________________________________________________________
12082 [  7221] By: jhi                                   on 2000/10/13  15:43:19
12083         Log: (accidentally empty check-in)
12084      Branch: perl
12085            ! utf8.c
12086 ____________________________________________________________________________
12087 [  7220] By: jhi                                   on 2000/10/13  15:23:51
12088         Log: Add (optimistically) Storable to static extensions.
12089      Branch: perl
12090            ! hints/uwin.sh hints/vmesa.sh
12091 ____________________________________________________________________________
12092 [  7219] By: jhi                                   on 2000/10/13  15:20:05
12093         Log: Amdahl UTS doesn't seem to do dynaloading.
12094      Branch: perl
12095            ! hints/uts.sh
12096 ____________________________________________________________________________
12097 [  7218] By: jhi                                   on 2000/10/13  15:15:20
12098         Log: Slight tweak of the code to appease Amdahl UTS cc.
12099      Branch: perl
12100            ! pp.c
12101 ____________________________________________________________________________
12102 [  7217] By: jhi                                   on 2000/10/13  14:50:42
12103         Log: In Amdahl UTS "struct sv" is defined by a system header,
12104              <ksync.h>.
12105      Branch: perl
12106            ! perl.h sv.h
12107 ____________________________________________________________________________
12108 [  7216] By: jhi                                   on 2000/10/13  11:58:25
12109         Log: Ilya implemented the memory profiling API.
12110      Branch: perl
12111            ! Todo
12112 ____________________________________________________________________________
12113 [  7215] By: jhi                                   on 2000/10/13  02:56:38
12114         Log: Subject: [PATCH 5.7.0] Perl API for mstats
12115              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12116              Date: Thu, 12 Oct 2000 22:52:40 -0400
12117              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
12118      Branch: perl
12119            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
12120 ____________________________________________________________________________
12121 [  7214] By: jhi                                   on 2000/10/13  02:55:38
12122         Log: Subject: [PATCH 5.7.0] IVs in mtats
12123              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12124              Date: Thu, 12 Oct 2000 22:51:04 -0400
12125              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
12126      Branch: perl
12127            ! malloc.c perl.h
12128 ____________________________________________________________________________
12129 [  7213] By: jhi                                   on 2000/10/13  02:31:47
12130         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
12131      Branch: perl
12132            ! pod/perldiag.pod pp_sys.c
12133 ____________________________________________________________________________
12134 [  7212] By: jhi                                   on 2000/10/13  01:27:38
12135         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
12136              From: Peter Prymmer <pvhp@forte.com>
12137              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
12138              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
12139      Branch: perl
12140            ! t/op/oct.t
12141 ____________________________________________________________________________
12142 [  7211] By: jhi                                   on 2000/10/13  00:35:09
12143         Log: Update Changes.
12144      Branch: perl
12145            ! Changes patchlevel.h
12146 ____________________________________________________________________________
12147 [  7210] By: jhi                                   on 2000/10/12  23:59:40
12148         Log: The Install.pm third of
12149              
12150              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
12151              From: Bill Campbell <bill@celestial.com>
12152              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
12153              Date: Thu, 5 Oct 2000 18:04:51 -0700
12154      Branch: perl
12155            ! lib/ExtUtils/Install.pm
12156 ____________________________________________________________________________
12157 [  7209] By: jhi                                   on 2000/10/12  23:58:43
12158         Log: Two thirds of
12159              
12160              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
12161              Date: Thu, 5 Oct 2000 18:04:51 -0700
12162              From: Bill Campbell <bill@celestial.com>
12163              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
12164              
12165              The Install.pm changes will be submitted separately because
12166              they need some work and discussion still.
12167      Branch: perl
12168            ! lib/getopts.pl lib/termcap.pl
12169 ____________________________________________________________________________
12170 [  7208] By: jhi                                   on 2000/10/12  23:41:19
12171         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
12172              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12173              Date:     Thu, 12 Oct 2000 07:30:02 EDT
12174              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
12175      Branch: perl
12176            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
12177            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
12178 ____________________________________________________________________________
12179 [  7207] By: jhi                                   on 2000/10/12  23:39:01
12180         Log: An updated EBCDIC tr patch.
12181              
12182              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
12183              From: Peter Prymmer <pvhp@forte.com>
12184              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
12185              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
12186      Branch: perl
12187            ! t/op/tr.t
12188 ____________________________________________________________________________
12189 [  7206] By: jhi                                   on 2000/10/12  23:34:55
12190         Log: Upgrade to CPAN 1.58, from Andreas König.
12191      Branch: perl
12192            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12193 ____________________________________________________________________________
12194 [  7205] By: jhi                                   on 2000/10/12  23:29:08
12195         Log: Introduce the man[24-8] variables, from Andy Dougherty.
12196      Branch: metaconfig/U/perl
12197            + mandirs.U mandirstyle.U
12198      Branch: perl
12199            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12200            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
12201            ! vos/config.h vos/config.pl vos/config_h.SH_orig
12202            ! win32/config.bc win32/config.gc win32/config.vc
12203 ____________________________________________________________________________
12204 [  7204] By: gsar                                  on 2000/10/12  18:11:24
12205         Log: restore change#7202
12206      Branch: perl
12207            ! mg.c
12208 ____________________________________________________________________________
12209 [  7203] By: gsar                                  on 2000/10/12  18:09:40
12210         Log: another test of the Emergency Broadcast System--back out 
12211              change#7202
12212      Branch: perl
12213            ! mg.c
12214 ____________________________________________________________________________
12215 [  7202] By: gsar                                  on 2000/10/12  16:40:47
12216         Log: (submitted on behalf of Jarkko)
12217              Fix the lib/encode.t subtest 6 failure as reported by Andreas
12218              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
12219              was unearthed by change 7182, as was a bug in HTML::Entities.
12220      Branch: perl
12221            ! mg.c
12222 ____________________________________________________________________________
12223 [  7201] By: jhi                                   on 2000/10/11  03:16:05
12224         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
12225      Branch: perl
12226            ! pp_hot.c t/pragma/utf8.t
12227 ____________________________________________________________________________
12228 [  7200] By: jhi                                   on 2000/10/11  00:40:30
12229         Log: The #7198 was a false alarm.
12230      Branch: perl
12231            ! pp_hot.c
12232 ____________________________________________________________________________
12233 [  7199] By: jhi                                   on 2000/10/11  00:26:04
12234         Log: Remove duplicated code.
12235      Branch: perl
12236            ! t/lib/cgi-html.t
12237 ____________________________________________________________________________
12238 [  7198] By: jhi                                   on 2000/10/10  23:30:46
12239         Log: (Retracted by #7200.)
12240      Branch: perl
12241            ! pp_hot.c
12242 ____________________________________________________________________________
12243 [  7197] By: jhi                                   on 2000/10/10  21:49:30
12244         Log: Add the test case for #7190, from the original bug report
12245              by Andreas König.
12246      Branch: perl
12247            ! t/pragma/utf8.t
12248 ____________________________________________________________________________
12249 [  7196] By: jhi                                   on 2000/10/10  21:40:49
12250         Log: Reapply Andy's patch and regen Configure.
12251      Branch: perl
12252            ! Configure INSTALL Makefile.SH Porting/Glossary
12253            ! Porting/config.sh config_h.SH epoc/config.sh installperl
12254            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
12255            ! win32/config.vc
12256 ____________________________________________________________________________
12257 [  7195] By: jhi                                   on 2000/10/10  21:09:30
12258         Log: Use the versiononly instead of the installscripts,
12259              retract the changes 7146 and 7147.
12260      Branch: perl
12261            ! Configure INSTALL Makefile.SH Porting/Glossary
12262            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
12263            ! installperl uconfig.sh vos/config.def win32/config.bc
12264            ! win32/config.gc win32/config.vc
12265 ____________________________________________________________________________
12266 [  7194] By: jhi                                   on 2000/10/10  21:06:15
12267         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
12268              From: Peter Prymmer <pvhp@forte.com>
12269              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
12270              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
12271      Branch: perl
12272            ! t/op/ver.t
12273 ____________________________________________________________________________
12274 [  7193] By: jhi                                   on 2000/10/10  21:05:12
12275         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
12276              From: Peter Prymmer <pvhp@forte.com>
12277              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
12278              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
12279      Branch: perl
12280            ! t/op/tr.t
12281 ____________________________________________________________________________
12282 [  7192] By: jhi                                   on 2000/10/10  20:57:30
12283         Log: Add versiononly, delete installscripts, from Andy Dougherty.
12284      Branch: metaconfig
12285            - U/installdirs/installscripts.U
12286      Branch: metaconfig/U/perl
12287            + versiononly.U
12288 ____________________________________________________________________________
12289 [  7191] By: jhi                                   on 2000/10/10  19:41:21
12290         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
12291              From: Peter Prymmer <pvhp@forte.com>
12292              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
12293              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
12294      Branch: perl
12295            ! pod/perlebcdic.pod
12296 ____________________________________________________________________________
12297 [  7190] By: jhi                                   on 2000/10/10  19:26:14
12298         Log: Subject: Re: utf8 concat, mg_get
12299              From: Simon Cozens <simon@cozens.net>
12300              Date: Tue, 10 Oct 2000 17:40:17 +0100
12301              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
12302      Branch: perl
12303            ! pp_hot.c
12304 ____________________________________________________________________________
12305 [  7189] By: jhi                                   on 2000/10/10  19:23:03
12306         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
12307              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
12308              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
12309              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
12310      Branch: perl
12311            ! lib/ExtUtils/MM_Unix.pm
12312 ____________________________________________________________________________
12313 [  7188] By: jhi                                   on 2000/10/10  15:31:24
12314         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
12315              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
12316              Date: Fri, 14 Jul 2000 10:47:36 +0100
12317              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
12318      Branch: perl
12319            ! README.win32
12320 ____________________________________________________________________________
12321 [  7187] By: jhi                                   on 2000/10/10  13:30:10
12322         Log: Quote the temp file name, needed in Win32 because the
12323              default name unfortunately contains spaces, shouldn't
12324              hurt elsewhere.
12325              
12326              Subject: FW: perldoc fails if $TEMP contains spaces
12327              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
12328              Date: Thu, 14 Sep 2000 08:58:45 +0100
12329              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
12330      Branch: perl
12331            ! utils/perldoc.PL
12332 ____________________________________________________________________________
12333 [  7186] By: jhi                                   on 2000/10/10  13:16:27
12334         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
12335              From: hv@hugo.hybyte.com
12336              Date: Tue, 10 Oct 2000 14:10:20 +0100
12337              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
12338      Branch: perl
12339            ! t/lib/thr5005.t util.c
12340 ____________________________________________________________________________
12341 [  7185] By: jhi                                   on 2000/10/10  12:06:22
12342         Log: Upgrade to podlators 1.04, from Russ Allbery.
12343      Branch: perl
12344            ! lib/Pod/Man.pm lib/Pod/Text.pm
12345 ____________________________________________________________________________
12346 [  7184] By: jhi                                   on 2000/10/10  12:01:32
12347         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
12348      Branch: perl
12349            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
12350 ____________________________________________________________________________
12351 [  7183] By: jhi                                   on 2000/10/09  23:47:15
12352         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
12353              From: Peter Prymmer <pvhp@forte.com>
12354              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
12355              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
12356      Branch: perl
12357            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
12358 ____________________________________________________________________________
12359 [  7182] By: jhi                                   on 2000/10/09  23:43:16
12360         Log: Make eq work again with utf8 (disabling the upgrading
12361              should no more be necessary since the copies of the
12362              scalars are upgraded, not the scalars themselves).
12363              Takes care of ID 20001009.001.  (The claimed length()
12364              bug in 20001009.001 seems bogus to me.)
12365      Branch: perl
12366            ! sv.c t/pragma/utf8.t
12367 ____________________________________________________________________________
12368 [  7181] By: gsar                                  on 2000/10/09  19:41:54
12369         Log: tweak for change#7173
12370      Branch: perl
12371            ! win32/win32sck.c
12372 ____________________________________________________________________________
12373 [  7180] By: gsar                                  on 2000/10/09  19:26:56
12374         Log: on Windows, clean targets might not work under some flavors of the shell
12375      Branch: perl
12376            ! win32/Makefile win32/makefile.mk
12377 ____________________________________________________________________________
12378 [  7179] By: jhi                                   on 2000/10/09  19:21:02
12379         Log: Update Changes.
12380      Branch: perl
12381            ! Changes patchlevel.h
12382 ____________________________________________________________________________
12383 [  7178] By: jhi                                   on 2000/10/09  19:18:23
12384         Log: Warn about unknown scripts.
12385              
12386              Subject: Re: ideas? patches? [PATCH bleadperl]
12387              From: Dominic Dunlop <domo@computer.org>
12388              Date: Mon, 9 Oct 2000 14:57:17 +0200
12389              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
12390      Branch: perl
12391            ! lib/charnames.pm
12392 ____________________________________________________________________________
12393 [  7177] By: jhi                                   on 2000/10/09  19:13:27
12394         Log: Change #7160 had a nasty typo.
12395      Branch: metaconfig
12396            ! U/compline/Compile.U
12397      Branch: perl
12398            ! Configure config_h.SH
12399 ____________________________________________________________________________
12400 [  7176] By: gsar                                  on 2000/10/09  18:59:33
12401         Log: pod nit
12402      Branch: perl
12403            ! pod/perlport.pod
12404 ____________________________________________________________________________
12405 [  7175] By: gsar                                  on 2000/10/09  18:54:28
12406         Log: Windows9x doesn't support link(), despite what Config.pm
12407              might think
12408      Branch: perl
12409            ! lib/ExtUtils/Manifest.pm
12410 ____________________________________________________________________________
12411 [  7174] By: gsar                                  on 2000/10/09  18:50:03
12412         Log: avoid nonportable example code
12413      Branch: perl
12414            ! lib/File/Copy.pm
12415 ____________________________________________________________________________
12416 [  7173] By: gsar                                  on 2000/10/09  18:46:54
12417         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
12418              being used) when closing a socket handle
12419      Branch: perl
12420            ! win32/win32.c win32/win32.h win32/win32sck.c
12421 ____________________________________________________________________________
12422 [  7172] By: gsar                                  on 2000/10/09  18:41:40
12423         Log: on Windows, cwd strings in the environment should be of the
12424              form =X:=X:\foo instead of =X=X:\foo\
12425      Branch: perl
12426            ! win32/vdir.h
12427 ____________________________________________________________________________
12428 [  7171] By: gsar                                  on 2000/10/09  18:30:09
12429         Log: on Windows, LoadLibrary() could load an extension DLL multiple
12430              times if forward slashes are used in the path
12431      Branch: perl
12432            ! win32/win32.c
12433 ____________________________________________________________________________
12434 [  7170] By: jhi                                   on 2000/10/09  17:53:59
12435         Log: Add a todo note about overloadable assertions.
12436      Branch: perl
12437            ! Todo-5.6
12438 ____________________________________________________________________________
12439 [  7169] By: jhi                                   on 2000/10/09  13:43:45
12440         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
12441              From: mjd@plover.com
12442              Date: 9 Oct 2000 00:24:44 -0000
12443              Message-ID: <20001009002444.10616.qmail@plover.com>
12444      Branch: perl
12445            ! pod/perldebguts.pod
12446 ____________________________________________________________________________
12447 [  7168] By: nick                                  on 2000/10/08  13:16:33
12448         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
12449              is not right thing to do on (e.g. x86). Network order is also "right" for
12450              X fonts.
12451      Branch: perl
12452            ! ext/Encode/Encode.pm
12453 ____________________________________________________________________________
12454 [  7167] By: nick                                  on 2000/10/08  12:54:42
12455         Log: Make "encodings" work post-install when Encode/*.enc files may not
12456              be in same directory as Encode.pm
12457      Branch: perl
12458            ! ext/Encode/Encode.pm
12459 ____________________________________________________________________________
12460 [  7166] By: nick                                  on 2000/10/08  11:51:26
12461         Log: Work round the fact that $hash->{$key} does not take into account
12462              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
12463              so that key is always in the "expected" encoding - i.e. same way we put
12464              it in the hash.
12465      Branch: perl
12466            ! ext/Encode/Encode.pm
12467 ____________________________________________________________________________
12468 [  7165] By: gsar                                  on 2000/10/08  04:15:29
12469         Log: save_re_context() could reset PL_curcop to freed memory, causing core
12470              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
12471      Branch: perl
12472            ! pp_ctl.c
12473 ____________________________________________________________________________
12474 [  7164] By: jhi                                   on 2000/10/06  20:51:48
12475         Log: UTF8ize split() so that the cloned substrings get the UTF8
12476              flag of the original scalar.  Problem reported by Simon Cozens.
12477      Branch: perl
12478            ! pp.c t/pragma/utf8.t
12479 ____________________________________________________________________________
12480 [  7163] By: nick                                  on 2000/10/06  20:48:34
12481         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
12482              got a false +ve and so did not reach code which would have un-FAKEd the SV.
12483      Branch: perl
12484            ! sv.c
12485 ____________________________________________________________________________
12486 [  7162] By: nick                                  on 2000/10/06  20:25:37
12487         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
12488              To fix  (sort {$a <=> $b} keys %hash) in particular but
12489              should cover a number of other as-yet-unknown cases as well.
12490      Branch: perl
12491            ! sv.c
12492 ____________________________________________________________________________
12493 [  7161] By: jhi                                   on 2000/10/06  19:56:18
12494         Log: Change the version number of Tie::Handle in the core to 4.0,
12495              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
12496              
12497              Subject: Note on Tie::Handle
12498              From: andreas.koenig@anima.de (Andreas J. Koenig)
12499              Date:      06 Oct 2000 21:48:58 +0200
12500              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
12501      Branch: perl
12502            ! lib/Tie/Handle.pm
12503 ____________________________________________________________________________
12504 [  7160] By: jhi                                   on 2000/10/06  18:20:35
12505         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
12506              as the first option of cc/ld because of ultrapicky compilers
12507              (e.g. OS/390 R2.5)
12508      Branch: metaconfig
12509            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
12510            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
12511            ! U/compline/orderlib.U U/modified/Cppsym.U
12512            ! U/modified/d_access.U
12513      Branch: metaconfig/U/perl
12514            ! Checkcc.U d_dlsymun.U gccvers.U
12515      Branch: perl
12516            ! Configure config_h.SH
12517 ____________________________________________________________________________
12518 [  7159] By: jhi                                   on 2000/10/06  13:56:39
12519         Log: Update Changes.
12520      Branch: perl
12521            ! Changes patchlevel.h
12522 ____________________________________________________________________________
12523 [  7158] By: jhi                                   on 2000/10/06  12:48:40
12524         Log: Eliminate $Is_VMS code from the test.
12525              
12526              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
12527              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12528              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
12529              Date:     Thu, 5 Oct 2000 07:46:33 EDT
12530      Branch: perl
12531            ! t/lib/b.t
12532 ____________________________________________________________________________
12533 [  7157] By: jhi                                   on 2000/10/06  12:47:13
12534         Log: Also the $ccflags is needed for the C compiler check.
12535              
12536              Subject: Configure (check for C-compiler)
12537              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12538              Date: Fri, 06 Oct 2000 08:47:15 +0200
12539              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
12540      Branch: metaconfig/U/perl
12541            ! Checkcc.U
12542      Branch: perl
12543            ! Configure config_h.SH
12544 ____________________________________________________________________________
12545 [  7156] By: jhi                                   on 2000/10/06  11:45:15
12546         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
12547      Branch: perl
12548            ! perl.c pp_ctl.c sv.h utf8.c
12549 ____________________________________________________________________________
12550 [  7155] By: jhi                                   on 2000/10/06  11:40:41
12551         Log: IO::Handle->syswrite() did not handle length omission
12552              like CORE::syswrite() does.
12553              
12554              Subject: [Fwd] IO::Handle, syswrite and arguments
12555              From: Graham Barr <gbarr@pobox.com>
12556              Date: Fri, 6 Oct 2000 10:22:05 +0100
12557              Message-ID: <20001006102205.U6312@pobox.com>
12558              
12559              The original patch from andrew@ugh.net.au.
12560      Branch: perl
12561            ! ext/IO/lib/IO/Handle.pm
12562 ____________________________________________________________________________
12563 [  7154] By: jhi                                   on 2000/10/06  01:42:15
12564         Log: Tweak #7153.
12565      Branch: perl
12566            ! utf8.h
12567 ____________________________________________________________________________
12568 [  7153] By: jhi                                   on 2000/10/06  00:39:55
12569         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
12570      Branch: perl
12571            ! utf8.h
12572 ____________________________________________________________________________
12573 [  7152] By: jhi                                   on 2000/10/06  00:38:11
12574         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
12575      Branch: perl
12576            ! perl.c pp_ctl.c sv.h utf8.c
12577 ____________________________________________________________________________
12578 [  7151] By: jhi                                   on 2000/10/06  00:36:38
12579         Log: Subject: Re: Questions about Tie::Array and perl modules
12580              From: Nick Ing-Simmons <nik@tiuk.ti.com>
12581              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
12582              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
12583              
12584              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
12585      Branch: perl
12586            ! lib/Tie/Array.pm t/op/array.t
12587 ____________________________________________________________________________
12588 [  7150] By: jhi                                   on 2000/10/05  00:20:45
12589         Log: Regen Changes.
12590      Branch: perl
12591            ! Changes patchlevel.h
12592 ____________________________________________________________________________
12593 [  7149] By: jhi                                   on 2000/10/05  00:20:01
12594         Log: Regen toc.
12595      Branch: perl
12596            ! pod/perltoc.pod
12597 ____________________________________________________________________________
12598 [  7148] By: jhi                                   on 2000/10/04  23:35:08
12599         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
12600              reported several times by Dominic Dunlop, for example in
12601              ID 20000315.008.  Patch from Dominic.  Patch affects at
12602              least MachTen, and possibly other oldish BSDs. Should not
12603              break non-broken platforms (tested on LinuxPPC). 
12604      Branch: perl
12605            ! doio.c
12606 ____________________________________________________________________________
12607 [  7147] By: jhi                                   on 2000/10/04  23:26:34
12608         Log: The one that got away from 7146.
12609      Branch: metaconfig
12610            + U/installdirs/installscripts.U
12611 ____________________________________________________________________________
12612 [  7146] By: jhi                                   on 2000/10/04  23:25:04
12613         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
12614              suggested by H. Merijn Brand.
12615      Branch: perl
12616            ! Configure INSTALL Makefile.SH Porting/Glossary
12617            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
12618            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
12619            ! win32/config.vc
12620 ____________________________________________________________________________
12621 [  7145] By: jhi                                   on 2000/10/04  22:08:21
12622         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
12623              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12624              Date: Wed, 4 Oct 2000 17:37:46 -0400
12625              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
12626      Branch: perl
12627            ! utils/h2xs.PL
12628 ____________________________________________________________________________
12629 [  7144] By: jhi                                   on 2000/10/04  18:11:41
12630         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
12631              From: Jeff Pinyan <jeffp@crusoe.net>
12632              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
12633              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
12634      Branch: perl
12635            ! pod/perlrun.pod
12636 ____________________________________________________________________________
12637 [  7143] By: jhi                                   on 2000/10/04  18:09:58
12638         Log: Subject: perlhack.pod Patch for Externals Tools
12639              From: Fisher Mark <fisherm@tce.com>
12640              Date: Tue, 3 Oct 2000 15:43:27 -0500 
12641              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
12642      Branch: perl
12643            ! pod/perlhack.pod
12644 ____________________________________________________________________________
12645 [  7142] By: jhi                                   on 2000/10/04  18:08:41
12646         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
12647              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12648              Date:     Wed, 4 Oct 2000 12:11:11 EDT
12649              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
12650      Branch: perl
12651            ! vms/vms.c
12652 ____________________________________________________________________________
12653 [  7141] By: jhi                                   on 2000/10/04  12:20:16
12654         Log: Subject: [PATCH 5.7.0] h2xs not working
12655              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12656              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
12657              Date: Tue, 3 Oct 2000 21:43:01 -0400
12658              
12659              Subject: [PATCH 5.7.0] h2xs not documenting the created module
12660              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12661              Date: Tue, 3 Oct 2000 22:55:19 -0400
12662              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
12663      Branch: perl
12664            ! utils/h2xs.PL
12665 ____________________________________________________________________________
12666 [  7140] By: jhi                                   on 2000/10/04  11:53:44
12667         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
12668              From: nick@babyhippo.com
12669              Date: Wed, 4 Oct 2000 12:06:45 +0100
12670              Message-Id: <20001004120645.A7356@babyhippo.com>
12671              
12672              Retract 7118 and 7135.
12673      Branch: perl
12674            ! installman installperl op.c t/pragma/subs.t
12675 ____________________________________________________________________________
12676 [  7139] By: jhi                                   on 2000/10/03  22:09:41
12677         Log: It is possible to have no hosts database at all.  Pointed out in
12678              
12679              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
12680              From: Peter Prymmer <pvhp@forte.com>
12681              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
12682              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
12683      Branch: metaconfig
12684            ! U/modified/myhostname.U
12685      Branch: perl
12686            ! Configure config_h.SH
12687 ____________________________________________________________________________
12688 [  7138] By: jhi                                   on 2000/10/03  21:49:49
12689         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
12690              From: Peter Prymmer <pvhp@forte.com>
12691              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
12692              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
12693      Branch: perl
12694            ! pp_sys.c
12695 ____________________________________________________________________________
12696 [  7137] By: jhi                                   on 2000/10/03  20:10:05
12697         Log: One remaining nit less at the VMS mailbox sizing.
12698      Branch: perl
12699            ! vms/vms.c
12700 ____________________________________________________________________________
12701 [  7136] By: jhi                                   on 2000/10/03  20:08:47
12702         Log: Test harness update to sync with the new perlcc,
12703              from Simon Cozens.
12704      Branch: perl
12705            ! t/TEST t/UTEST
12706 ____________________________________________________________________________
12707 [  7135] By: jhi                                   on 2000/10/03  15:15:42
12708         Log: Subject: Re: PATCH for 20001003.004
12709              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
12710              From: "AARON B. DOSSETT" <aaron@iglou.com>
12711              Message-Id: <E13gTay-0006od-00@iglou.com>
12712      Branch: perl
12713            ! installman installperl
12714 ____________________________________________________________________________
12715 [  7134] By: jhi                                   on 2000/10/03  15:00:34
12716         Log: Subject: [ID 20001003.006] B::Debug not -w clean
12717              From: Nicholas Clark <nick@babyhippo.co.uk>
12718              Date: Tue, 03 Oct 2000 15:46:32 +0100
12719              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
12720      Branch: perl
12721            ! ext/B/B/Debug.pm
12722 ____________________________________________________________________________
12723 [  7133] By: jhi                                   on 2000/10/03  14:58:39
12724         Log: Scale down the VMS message boxes, by Charles Lane.
12725              Fix for ID 20000903.009, workaround at
12726              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
12727      Branch: perl
12728            ! vms/vms.c
12729 ____________________________________________________________________________
12730 [  7132] By: jhi                                   on 2000/10/03  11:20:37
12731         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
12732      Branch: perl
12733            + t/lib/st-lock.t t/lib/st-utf8.t
12734            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
12735            ! ext/Storable/Storable.xs t/lib/st-recurse.t
12736 ____________________________________________________________________________
12737 [  7131] By: jhi                                   on 2000/10/03  03:38:23
12738         Log: Encode nits.
12739      Branch: perl
12740            ! MANIFEST Makefile.SH
12741 ____________________________________________________________________________
12742 [  7130] By: jhi                                   on 2000/10/03  03:31:05
12743         Log: Update Changes.
12744      Branch: perl
12745            ! Changes patchlevel.h
12746 ____________________________________________________________________________
12747 [  7129] By: jhi                                   on 2000/10/03  02:24:02
12748         Log: Misplaced else.
12749      Branch: metaconfig/U/perl
12750            ! d_strtoll.U
12751      Branch: perl
12752            ! Configure config_h.SH
12753 ____________________________________________________________________________
12754 [  7128] By: jhi                                   on 2000/10/03  02:08:29
12755         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
12756              From: sthoenna@efn.org
12757              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
12758              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
12759      Branch: metaconfig/U/perl
12760            ! d_strtoll.U
12761      Branch: perl
12762            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
12763 ____________________________________________________________________________
12764 [  7127] By: jhi                                   on 2000/10/03  01:13:14
12765         Log: Update Changes.
12766      Branch: perl
12767            ! Changes patchlevel.h
12768 ____________________________________________________________________________
12769 [  7126] By: jhi                                   on 2000/10/03  00:57:08
12770         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
12771              as suggested by Olaf Flebbe and Nick Clark.
12772      Branch: perl
12773            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
12774 ____________________________________________________________________________
12775 [  7125] By: jhi                                   on 2000/10/03  00:50:56
12776         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
12777              From: Nick Clark <nick@plum.flirble.org>
12778              Date: Mon, 2 Oct 2000 11:03:24 +0100
12779              Message-Id: <20001002110324.D20073@plum.flirble.org>
12780              
12781              Also fixes bug ID 20001002.005.
12782      Branch: perl
12783            ! t/lib/encode.t
12784 ____________________________________________________________________________
12785 [  7124] By: jhi                                   on 2000/10/03  00:34:59
12786         Log: Subject: [PATCH 5.7.0] Epoc update
12787              From: Olaf Flebbe <o.flebbe@gmx.de>
12788              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
12789              Message-ID: <26423.969484586@www10.gmx.net>
12790      Branch: perl
12791            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
12792            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
12793            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
12794            ! util.c util.h
12795 ____________________________________________________________________________
12796 [  7123] By: jhi                                   on 2000/10/03  00:30:07
12797         Log: Regen headers.
12798      Branch: perl
12799            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
12800 ____________________________________________________________________________
12801 [  7122] By: jhi                                   on 2000/10/03  00:10:48
12802         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
12803      Branch: perl
12804            ! hints/openbsd.sh
12805 ____________________________________________________________________________
12806 [  7121] By: jhi                                   on 2000/10/03  00:05:06
12807         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
12808              From: <abigail@foad.org>
12809              Date: Tue, 26 Sep 2000 13:36:14 -0400
12810              Message-ID: <20000926173614.4356.qmail@foad.org>
12811      Branch: perl
12812            ! pod/perlop.pod
12813 ____________________________________________________________________________
12814 [  7120] By: jhi                                   on 2000/10/03  00:04:00
12815         Log: Inside require() $^S was always left undefined.
12816              
12817              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
12818              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12819              Date: Wed, 27 Sep 2000 18:54:49 -0400
12820              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
12821      Branch: perl
12822            ! cop.h mg.c pp_ctl.c util.c
12823 ____________________________________________________________________________
12824 [  7119] By: jhi                                   on 2000/10/03  00:00:16
12825         Log: Subject: [PATCH] DLL not restartabke with threaded perl
12826              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
12827              Date: Thu, 28 Sep 2000 09:20:46 +0100
12828              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
12829      Branch: perl
12830            ! perl.c
12831 ____________________________________________________________________________
12832 [  7118] By: jhi                                   on 2000/10/02  23:59:20
12833         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
12834              From: Nicholas Clark <nick@ccl4.org>
12835              Date: Thu, 28 Sep 2000 11:52:24 +0100
12836              Message-ID: <20000928115224.D7924@plum.flirble.org>
12837      Branch: perl
12838            ! op.c
12839 ____________________________________________________________________________
12840 [  7117] By: jhi                                   on 2000/10/02  23:57:51
12841         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
12842              From: Nicholas Clark <nick@babyhippo.co.uk>
12843              Date: Thu, 28 Sep 2000 12:18:10 +0100
12844              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
12845              
12846              Did not apply cleanly, manual intervention was needed.
12847      Branch: perl
12848            ! ext/B/B/Bytecode.pm utils/perlcc.PL
12849 ____________________________________________________________________________
12850 [  7116] By: jhi                                   on 2000/10/02  23:50:40
12851         Log: Document the issue (is not a syntax error, kind of)
12852              
12853              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
12854              From: Nicholas Clark <nick@ccl4.org>
12855              Date: Thu, 28 Sep 2000 17:12:42 +0100
12856              Message-ID: <20000928171242.K7924@plum.flirble.org>
12857      Branch: perl
12858            ! pod/perldata.pod
12859 ____________________________________________________________________________
12860 [  7115] By: jhi                                   on 2000/10/02  23:48:58
12861         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
12862              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12863              Date: Thu, 28 Sep 2000 21:55:31 -0400
12864              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
12865      Branch: perl
12866            ! regexec.c
12867 ____________________________________________________________________________
12868 [  7114] By: jhi                                   on 2000/10/02  23:47:57
12869         Log: Subject: DOC PATCH 5.6.0
12870              From: mjd@plover.com
12871              Date: 30 Sep 2000 06:02:34 -0000
12872              Message-ID: <20000930060234.4559.qmail@plover.com>
12873      Branch: perl
12874            ! pod/perldebguts.pod
12875 ____________________________________________________________________________
12876 [  7113] By: jhi                                   on 2000/10/02  23:46:43
12877         Log: SOCK_DGRAM and listen() do not mix as reported in
12878              
12879              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
12880              From: Petter Reinholdtsen <pere@hungry.com>
12881              Date: Sun, 1 Oct 2000 10:57:20 +0800
12882              Message-Id: <200010010257.KAA05735@localhost.localdomain>
12883              
12884              The patch for 5.7.0+ had to be reengineered, though.
12885      Branch: perl
12886            ! ext/IO/lib/IO/Socket/UNIX.pm
12887 ____________________________________________________________________________
12888 [  7112] By: jhi                                   on 2000/10/02  23:36:57
12889         Log: Subject: Re: [PATCH 5.005_64 missed]
12890              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12891              Date: Sun, 1 Oct 2000 18:50:10 -0400
12892              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
12893      Branch: perl
12894            ! pod/perlxs.pod
12895 ____________________________________________________________________________
12896 [  7111] By: jhi                                   on 2000/10/02  23:35:40
12897         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
12898              From: Radu Greab <radu@netsoft.ro>
12899              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
12900              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
12901      Branch: perl
12902            ! op.c opcode.pl t/op/substr.t
12903 ____________________________________________________________________________
12904 [  7110] By: jhi                                   on 2000/10/02  23:32:38
12905         Log: Subject: [PATCH] Fix aliasing of tied filehandles
12906              From: Daniel Chetlin <daniel@chetlin.com>
12907              Date: Mon, 2 Oct 2000 14:53:27 -0700
12908              Message-ID: <20001002145327.C1617@ilmd>
12909      Branch: perl
12910            ! perl.h pp_hot.c t/op/tiehandle.t
12911 ____________________________________________________________________________
12912 [  7109] By: jhi                                   on 2000/10/02  23:31:30
12913         Log: s/Robin Parker/Robin Barker/
12914      Branch: perl
12915            ! Changes5.6
12916 ____________________________________________________________________________
12917 [  7108] By: jhi                                   on 2000/10/02  23:15:46
12918         Log: Retract #7091 as suggested in
12919              
12920              From: Robin Barker <rmb1@cise.npl.co.uk> 
12921              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
12922              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
12923              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
12924      Branch: perl
12925            ! embed.pl proto.h
12926 ____________________________________________________________________________
12927 [  7107] By: nick                                  on 2000/10/02  18:23:14
12928         Log: A few tweaks to get Tk803 to work with Encode scheme.
12929      Branch: perl
12930            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
12931 ____________________________________________________________________________
12932 [  7106] By: nick                                  on 2000/10/01  21:34:14
12933         Log: Add checking cases to Encode's toUnicode and fromUnicode.
12934      Branch: perl
12935            ! ext/Encode/Encode.pm
12936 ____________________________________________________________________________
12937 [  7105] By: nick                                  on 2000/10/01  17:18:01
12938         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
12939              To read and use them.
12940              Add a lib/encode.t which checks a few things.
12941      Branch: perl
12942            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
12943            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
12944            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
12945            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
12946            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
12947            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
12948            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
12949            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
12950            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
12951            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
12952            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
12953            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
12954            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
12955            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
12956            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
12957            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
12958            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
12959            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
12960            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
12961            + ext/Encode/Encode/iso2022-jp.enc
12962            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
12963            + ext/Encode/Encode/iso8859-1.enc
12964            + ext/Encode/Encode/iso8859-2.enc
12965            + ext/Encode/Encode/iso8859-3.enc
12966            + ext/Encode/Encode/iso8859-4.enc
12967            + ext/Encode/Encode/iso8859-5.enc
12968            + ext/Encode/Encode/iso8859-6.enc
12969            + ext/Encode/Encode/iso8859-7.enc
12970            + ext/Encode/Encode/iso8859-8.enc
12971            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
12972            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
12973            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
12974            + ext/Encode/Encode/macCentEuro.enc
12975            + ext/Encode/Encode/macCroatian.enc
12976            + ext/Encode/Encode/macCyrillic.enc
12977            + ext/Encode/Encode/macDingbats.enc
12978            + ext/Encode/Encode/macGreek.enc
12979            + ext/Encode/Encode/macIceland.enc
12980            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
12981            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
12982            + ext/Encode/Encode/macTurkish.enc
12983            + ext/Encode/Encode/macUkraine.enc
12984            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
12985            + t/lib/encode.t
12986            ! MANIFEST ext/Encode/Encode.pm
12987 ____________________________________________________________________________
12988 [  7104] By: nick                                  on 2000/09/30  13:04:30
12989         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
12990              From: Daniel Chetlin <daniel@chetlin.com>
12991              Date: Mon, 18 Sep 2000 05:05:40 -0700
12992              Message-Id: <20000918050540.C652@ilmd>
12993      Branch: perl
12994            ! lib/overload.pm sv.c t/pragma/overload.t
12995 ____________________________________________________________________________
12996 [  7103] By: nick                                  on 2000/09/30  12:53:36
12997         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
12998              From: Johan Vromans <jvromans@squirrel.nl>
12999              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
13000              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
13001      Branch: perl
13002            ! pod/Makefile.SH
13003 ____________________________________________________________________________
13004 [  7102] By: nick                                  on 2000/09/30  12:52:31
13005         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
13006              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13007              Date: Sat, 16 Sep 2000 16:36:45 -0400
13008              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
13009      Branch: perl
13010            ! ext/B/B/Deparse.pm
13011 ____________________________________________________________________________
13012 [  7101] By: nick                                  on 2000/09/30  12:51:41
13013         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
13014              From: Craig A. Berry <craig.berry@psinetcs.com>
13015              Date: Sat, 16 Sep 2000 10:11:10 -0500
13016              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
13017      Branch: perl
13018            ! vms/vms.c
13019 ____________________________________________________________________________
13020 [  7100] By: nick                                  on 2000/09/30  12:50:33
13021         Log: Subject: Re: unicode support and perl [ID 20000901.097]
13022              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13023              Date: Fri, 15 Sep 2000 16:37:58 -0400
13024              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
13025      Branch: perl
13026            ! t/op/append.t
13027 ____________________________________________________________________________
13028 [  7099] By: nick                                  on 2000/09/30  12:49:35
13029         Log: Subject: Re: unicode support and perl [ID 20000901.097]
13030              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13031              Date: Fri, 15 Sep 2000 16:25:30 -0400
13032              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
13033      Branch: perl
13034            ! pp_hot.c
13035 ____________________________________________________________________________
13036 [  7098] By: nick                                  on 2000/09/30  12:48:00
13037         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
13038              From: Gisle Aas <gisle@ActiveState.com>
13039              Date: 15 Sep 2000 16:23:41 +0200
13040              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
13041      Branch: perl
13042            ! toke.c
13043 ____________________________________________________________________________
13044 [  7097] By: nick                                  on 2000/09/30  12:45:16
13045         Log: Subject: [PATCH] Nits in perlmod.pod
13046              From: Daniel Chetlin <daniel@chetlin.com>
13047              Date: Fri, 15 Sep 2000 02:04:09 -0700
13048              Message-Id: <20000915020409.A2104@ilmd>
13049      Branch: perl
13050            ! pod/perlmod.pod
13051 ____________________________________________________________________________
13052 [  7096] By: nick                                  on 2000/09/30  12:18:00
13053         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
13054              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
13055              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
13056              0 to checking to get the warning.
13057      Branch: perl
13058            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
13059            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
13060            ! regexec.c sv.c toke.c utf8.c
13061 ____________________________________________________________________________
13062 [  7095] By: nick                                  on 2000/09/15  16:55:59
13063         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
13064              
13065              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
13066              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13067              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
13068              Date: Fri, 15 Sep 2000 06:37:30 -0400
13069      Branch: perl
13070            ! ext/Encode/Encode.xs sv.c
13071 ____________________________________________________________________________
13072 [  7094] By: jhi                                   on 2000/09/15  03:23:32
13073         Log: Update Changes.
13074      Branch: perl
13075            ! Changes patchlevel.h
13076 ____________________________________________________________________________
13077 [  7093] By: jhi                                   on 2000/09/15  03:11:44
13078         Log: Fix for the charnames.t failures from Spider Boardman.
13079      Branch: perl
13080            ! toke.c
13081 ____________________________________________________________________________
13082 [  7092] By: jhi                                   on 2000/09/15  00:15:48
13083         Log: Botched the #7090 check-in.
13084      Branch: perl
13085            ! sv.c
13086 ____________________________________________________________________________
13087 [  7091] By: jhi                                   on 2000/09/14  23:33:24
13088         Log: Part of #7081 didn't come through.
13089      Branch: perl
13090            ! embed.pl proto.h
13091 ____________________________________________________________________________
13092 [  7090] By: jhi                                   on 2000/09/14  23:17:39
13093         Log: Subject: Re: perl@7078 
13094              From: Spider Boardman <spider@web.zk3.dec.com>
13095              Date: Thu, 14 Sep 2000 19:06:36 -0400
13096              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
13097      Branch: perl
13098            ! sv.c toke.c
13099 ____________________________________________________________________________
13100 [  7089] By: jhi                                   on 2000/09/14  23:11:21
13101         Log: Small portability tweaks.
13102      Branch: perl
13103            ! ext/Encode/Encode.xs
13104 ____________________________________________________________________________
13105 [  7088] By: jhi                                   on 2000/09/14  22:57:23
13106         Log: Fake return to pacify picky compilers.
13107      Branch: perl
13108            ! ext/Encode/Encode.xs
13109 ____________________________________________________________________________
13110 [  7087] By: jhi                                   on 2000/09/14  22:53:37
13111         Log: Subject: [PATCH] utf8.c apidoc
13112              From: Simon Cozens <simon@cozens.net>
13113              Date: Thu, 14 Sep 2000 23:46:57 +0100
13114              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
13115      Branch: perl
13116            ! perlapi.c pod/perlapi.pod utf8.c
13117 ____________________________________________________________________________
13118 [  7086] By: jhi                                   on 2000/09/14  22:40:38
13119         Log: We don't need to count the high bit bytes, a boolean is enough. 
13120      Branch: perl
13121            ! sv.c
13122 ____________________________________________________________________________
13123 [  7085] By: jhi                                   on 2000/09/14  21:20:09
13124         Log: Replace #7084 with
13125              
13126              Subject: Re: perl@7078 
13127              From: Spider Boardman <spider@web.zk3.dec.com>
13128              Date: Thu, 14 Sep 2000 17:09:36 -0400
13129              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
13130      Branch: perl
13131            ! sv.c utf8.c
13132 ____________________________________________________________________________
13133 [  7084] By: jhi                                   on 2000/09/14  20:03:34
13134         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
13135              convertable to bytes by checking it doesn't go above 0xc3
13136              
13137              Subject: Re: perl@7078
13138              From: Simon Cozens <simon@cozens.net>
13139              Date: Thu, 14 Sep 2000 20:59:19 +0100
13140              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
13141      Branch: perl
13142            ! utf8.c
13143 ____________________________________________________________________________
13144 [  7083] By: jhi                                   on 2000/09/14  19:38:47
13145         Log: Subject: Re: perl@7078
13146              From: Simon Cozens <simon@cozens.net>
13147              Date: Thu, 14 Sep 2000 20:13:09 +0100
13148              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
13149      Branch: perl
13150            ! t/op/bop.t
13151 ____________________________________________________________________________
13152 [  7082] By: jhi                                   on 2000/09/14  17:50:44
13153         Log: The one that got away.
13154      Branch: perl
13155            ! lib/File/Find.pm
13156 ____________________________________________________________________________
13157 [  7081] By: jhi                                   on 2000/09/14  17:45:35
13158         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
13159              From: Robin Barker <rmb1@cise.npl.co.uk>
13160              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
13161              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
13162      Branch: perl
13163            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
13164            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
13165            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
13166            ! regcomp.c toke.c universal.c
13167 ____________________________________________________________________________
13168 [  7080] By: jhi                                   on 2000/09/14  17:40:35
13169         Log: Problems picked up by AIX cc.
13170              
13171              Subject: Re: perl@7078 (patch included)
13172              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13173              Date: Thu, 14 Sep 2000 18:53:30 +0200
13174              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
13175      Branch: perl
13176            ! ext/Encode/Encode.xs
13177 ____________________________________________________________________________
13178 [  7079] By: jhi                                   on 2000/09/14  17:38:27
13179         Log: Subject: File::Find 5.7.0 POD nits
13180              From: Rich Morin <rdm@cfcl.com>
13181              Date: Wed, 13 Sep 2000 22:03:58 -0700
13182              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
13183      Branch: perl
13184            ! lib/File/Find.pm
13185 ____________________________________________________________________________
13186 [  7078] By: jhi                                   on 2000/09/14  14:58:20
13187         Log: Update Changes.
13188      Branch: perl
13189            ! Changes patchlevel.h
13190 ____________________________________________________________________________
13191 [  7077] By: jhi                                   on 2000/09/14  14:55:54
13192         Log: Compilation warnings and an error.
13193      Branch: perl
13194            ! sv.c
13195 ____________________________________________________________________________
13196 [  7076] By: jhi                                   on 2000/09/14  14:42:56
13197         Log: Fix for a parsing bug, not for the original bug.
13198              
13199              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
13200              From: Spider Boardman <spider@web.zk3.dec.com>
13201              Date: Wed, 13 Sep 2000 17:52:20 -0400
13202              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
13203      Branch: perl
13204            ! regcomp.c
13205 ____________________________________________________________________________
13206 [  7075] By: jhi                                   on 2000/09/14  14:40:40
13207         Log: Batch of UTF-8 patches from Simon Cozens.
13208      Branch: perl
13209            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
13210            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
13211            ! toke.c utf8.c
13212 ____________________________________________________________________________
13213 [  7074] By: jhi                                   on 2000/09/14  14:29:58
13214         Log: Subject: Re: Two advertising clauses need to be removed
13215              From: Russ Allbery <rra@stanford.edu>
13216              Date: 13 Sep 2000 18:50:26 -0700
13217              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
13218      Branch: perl
13219            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
13220 ____________________________________________________________________________
13221 [  7073] By: jhi                                   on 2000/09/14  14:28:20
13222         Log: Subject: [PATCH] de-wall t/README
13223              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13224              Date: Wed, 13 Sep 2000 17:46:55 -0700
13225              Message-ID: <//Bw5gzkge/e092yn@efn.org>
13226      Branch: perl
13227            ! t/README
13228 ____________________________________________________________________________
13229 [  7072] By: jhi                                   on 2000/09/14  14:25:10
13230         Log: Hints optimization.
13231              
13232              Subject: Minor nit
13233              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13234              Date: Wed, 13 Sep 2000 21:42:07 +0200
13235              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
13236      Branch: perl
13237            ! hints/hpux.sh
13238 ____________________________________________________________________________
13239 [  7071] By: jhi                                   on 2000/09/14  14:23:30
13240         Log: Allow chop() and chomp() to be overridden.
13241              
13242              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
13243              From: "Casey R. Tweten" <crt@kiski.net>
13244              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
13245              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
13246      Branch: perl
13247            ! toke.c
13248 ____________________________________________________________________________
13249 [  7070] By: jhi                                   on 2000/09/14  14:20:36
13250         Log: The return value of setlocale must be copied away.
13251              
13252              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
13253              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13254              Date: Wed, 13 Sep 2000 16:27:37 +0100 
13255              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
13256      Branch: perl
13257            ! util.c
13258 ____________________________________________________________________________
13259 [  7069] By: jhi                                   on 2000/09/14  14:16:27
13260         Log: Remove vestiges of tr//CU.
13261              
13262              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
13263              From: Nick Clark <nick@plum.flirble.org>
13264              Date: Tue, 12 Sep 2000 22:50:14 +0100
13265              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
13266              
13267              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
13268              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13269              Date: Tue, 12 Sep 2000 21:38:48 -0700
13270              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
13271      Branch: perl
13272            ! op.h pod/perlunicode.pod
13273 ____________________________________________________________________________
13274 [  7068] By: jhi                                   on 2000/09/13  14:18:39
13275         Log: Add the Encode extension.  The code is still largely just skeleton.
13276      Branch: perl
13277            + ext/Encode/Encode.pm ext/Encode/Encode.xs
13278            + ext/Encode/Makefile.PL ext/Encode/Todo
13279            ! MANIFEST Todo-5.6
13280 ____________________________________________________________________________
13281 [  7067] By: jhi                                   on 2000/09/12  17:43:33
13282         Log: Allow for whitespace between "#" and "line" in cpp output.
13283              
13284              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
13285              From: Calle Dybedahl <calle@lysator.liu.se>
13286              Date: 12 Sep 2000 19:38:02 +0200 
13287              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
13288      Branch: perl
13289            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
13290 ____________________________________________________________________________
13291 [  7066] By: gsar                                  on 2000/09/12  17:24:29
13292         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
13293              initialization in all the threads on Windows
13294      Branch: perl
13295            ! win32/win32.c
13296 ____________________________________________________________________________
13297 [  7065] By: jhi                                   on 2000/09/12  15:11:31
13298         Log: Update Changes.
13299      Branch: perl
13300            ! Changes patchlevel.h
13301 ____________________________________________________________________________
13302 [  7064] By: jhi                                   on 2000/09/12  14:54:54
13303         Log: Retract #7062, the pod tests are not ready.
13304      Branch: perl
13305            ! t/TEST t/harness
13306 ____________________________________________________________________________
13307 [  7063] By: jhi                                   on 2000/09/12  14:25:41
13308         Log: The #7054 truncated Configure badly.
13309      Branch: metaconfig/U/perl
13310            ! End.U
13311      Branch: perl
13312            ! Configure config_h.SH
13313 ____________________________________________________________________________
13314 [  7062] By: jhi                                   on 2000/09/12  14:08:32
13315         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
13316              From: sthoenna@efn.org
13317              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
13318              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
13319      Branch: perl
13320            ! t/TEST t/harness
13321 ____________________________________________________________________________
13322 [  7061] By: jhi                                   on 2000/09/12  14:07:18
13323         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
13324              From: sthoenna@efn.org
13325              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
13326              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
13327      Branch: perl
13328            ! pod/perlxs.pod
13329 ____________________________________________________________________________
13330 [  7060] By: jhi                                   on 2000/09/12  14:06:08
13331         Log: Break up the myconfig lines a bit.
13332              
13333              Subject: perlbug/perl -V output format
13334              From: sthoenna@efn.org
13335              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
13336              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
13337      Branch: perl
13338            ! myconfig.SH
13339 ____________________________________________________________________________
13340 [  7059] By: jhi                                   on 2000/09/12  14:05:04
13341         Log: Test for the #7049.
13342              
13343              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
13344              From: andreas.koenig@anima.de (Andreas J. Koenig)
13345              Date: 12 Sep 2000 06:42:01 +0200
13346              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
13347      Branch: perl
13348            ! t/op/my.t
13349 ____________________________________________________________________________
13350 [  7058] By: jhi                                   on 2000/09/12  14:03:05
13351         Log: Subject: [patch: perl@7045] vms updates
13352              From: Peter Prymmer <pvhp@forte.com>
13353              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
13354              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
13355      Branch: perl
13356            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
13357 ____________________________________________________________________________
13358 [  7057] By: jhi                                   on 2000/09/12  14:00:51
13359         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
13360              From: sthoenna@efn.org
13361              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
13362              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
13363      Branch: perl
13364            ! t/op/64bitint.t
13365 ____________________________________________________________________________
13366 [  7056] By: jhi                                   on 2000/09/12  13:58:14
13367         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
13368              From: Jeff Pinyan <jeffp@crusoe.net>
13369              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
13370              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
13371      Branch: perl
13372            ! pod/perlfunc.pod
13373 ____________________________________________________________________________
13374 [  7055] By: jhi                                   on 2000/09/12  13:56:32
13375         Log: Do in VMS as the #7054 does.
13376      Branch: perl
13377            ! configure.com
13378 ____________________________________________________________________________
13379 [  7054] By: jhi                                   on 2000/09/12  13:50:31
13380         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
13381              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13382              Date: Mon, 11 Sep 2000 08:33:09 +0100
13383              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
13384      Branch: metaconfig/U/perl
13385            ! End.U
13386      Branch: perl
13387            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
13388            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
13389 ____________________________________________________________________________
13390 [  7053] By: jhi                                   on 2000/09/12  13:29:19
13391         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
13392              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13393              Date:     Tue, 12 Sep 2000 08:35:59 EDT
13394              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
13395      Branch: perl
13396            ! vms/test.com
13397 ____________________________________________________________________________
13398 [  7052] By: jhi                                   on 2000/09/11  23:01:50
13399         Log: Document the SvUTF8*().
13400      Branch: perl
13401            ! pod/perlapi.pod sv.h
13402 ____________________________________________________________________________
13403 [  7051] By: gsar                                  on 2000/09/11  14:46:30
13404         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
13405              (missed a spot when fixing up op_pmreplroot hack for ithreads)
13406      Branch: perl
13407            ! op.c t/op/split.t
13408 ____________________________________________________________________________
13409 [  7050] By: nick                                  on 2000/09/11  10:03:51
13410         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
13411              
13412              Subject: borland C++ win32.c tweak
13413              From: Vadim Konovalov <vkonovalov@lucent.com>
13414              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
13415              Date: Mon, 11 Sep 2000 11:22:33 +0400
13416      Branch: perl
13417            ! win32/win32.c
13418 ____________________________________________________________________________
13419 [  7049] By: nick                                  on 2000/09/11  09:57:33
13420         Log: Point fix for s/// on foreach (keys %xxx).
13421      Branch: perl
13422            ! pp_hot.c
13423 ____________________________________________________________________________
13424 [  7048] By: jhi                                   on 2000/09/10  23:37:09
13425         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
13426              by Pod::Text, from Brad Appleton.
13427      Branch: perl
13428            ! t/pod/testp2pt.pl
13429 ____________________________________________________________________________
13430 [  7047] By: jhi                                   on 2000/09/10  14:32:53
13431         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
13432              by Russ Allbery.
13433      Branch: perl
13434            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
13435 ____________________________________________________________________________
13436 [  7046] By: jhi                                   on 2000/09/10  14:15:08
13437         Log: Upgrade to CPAN 1.57_65, from Andreas König.
13438      Branch: perl
13439            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13440 ____________________________________________________________________________
13441 [  7045] By: jhi                                   on 2000/09/08  21:36:32
13442         Log: Update Changes.
13443      Branch: perl
13444            ! Changes patchlevel.h
13445 ____________________________________________________________________________
13446 [  7044] By: jhi                                   on 2000/09/08  21:29:56
13447         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
13448              From: Peter Prymmer <pvhp@forte.com>
13449              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
13450              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
13451      Branch: perl
13452            ! configure.com
13453 ____________________________________________________________________________
13454 [  7043] By: jhi                                   on 2000/09/08  21:27:50
13455         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
13456              From: Peter Prymmer <pvhp@forte.com>
13457              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
13458              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
13459      Branch: perl
13460            ! Makefile.SH installperl
13461 ____________________________________________________________________________
13462 [  7042] By: jhi                                   on 2000/09/08  21:23:21
13463         Log: Continue #7041.
13464      Branch: perl
13465            ! cygwin/Makefile.SHs os2/Makefile.SHs
13466 ____________________________________________________________________________
13467 [  7041] By: jhi                                   on 2000/09/08  21:18:10
13468         Log: Do away with memory models cruft.  Sorry, PDP users.
13469      Branch: metaconfig
13470            ! U/modified/cc.U U/modified/libpth.U
13471      Branch: perl
13472            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
13473            ! Porting/config_H cflags.SH config_h.SH configure.com
13474            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
13475            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
13476            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
13477 ____________________________________________________________________________
13478 [  7040] By: jhi                                   on 2000/09/08  14:34:18
13479         Log: Major rewrite of s2p.  And I mean really major, it is
13480              an implementation of sed in perl.  If called as s2p it
13481              will function as s2p.  Note: needs non-UNIXifying.
13482              
13483              Subject: s2p
13484              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
13485              Date: Mon, 28 Aug 2000 14:05:12 +0200
13486              Message-ID: <39AA5578.2102E2AA@alcatel.at>
13487      Branch: perl
13488            ! x2p/s2p.PL
13489 ____________________________________________________________________________
13490 [  7039] By: jhi                                   on 2000/09/08  14:19:49
13491         Log: Re-allow vec() for characters > 255.
13492              
13493              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
13494              From: Spider Boardman <spider@web.zk3.dec.com>
13495              Date: Fri, 08 Sep 2000 02:21:02 -0400
13496              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
13497      Branch: perl
13498            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13499            ! t/op/vec.t
13500 ____________________________________________________________________________
13501 [  7038] By: jhi                                   on 2000/09/08  14:14:18
13502         Log: Subject: [PATCH lib/Benchmark.pm]
13503              From: <abigail@foad.org>
13504              Date: Thu, 7 Sep 2000 15:03:20 -0400
13505              Message-ID: <20000907190320.888.qmail@foad.org>
13506      Branch: perl
13507            ! lib/Benchmark.pm
13508 ____________________________________________________________________________
13509 [  7037] By: jhi                                   on 2000/09/08  14:11:06
13510         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
13511              
13512              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
13513              From: Spider Boardman <spider@web.zk3.dec.com>
13514              Date: Fri, 08 Sep 2000 01:30:27 -0400
13515              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
13516      Branch: perl
13517            ! op.c
13518 ____________________________________________________________________________
13519 [  7036] By: jhi                                   on 2000/09/08  14:08:58
13520         Log: Subject: [ID 20000908.002] perlipc documentation bug.
13521              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
13522              Date: Fri, 08 Sep 2000 12:38:32 +0200
13523              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
13524      Branch: perl
13525            ! pod/perlipc.pod
13526 ____________________________________________________________________________
13527 [  7035] By: jhi                                   on 2000/09/08  14:03:12
13528         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
13529              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13530              Date: Fri, 08 Sep 2000 11:47:34 +0200
13531              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
13532      Branch: perl
13533            ! hints/dec_osf.sh
13534 ____________________________________________________________________________
13535 [  7034] By: jhi                                   on 2000/09/08  13:59:35
13536         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
13537              From: Simon Cozens <simon@cozens.net>
13538              Date: Thu, 7 Sep 2000 20:40:38 +0100
13539              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
13540      Branch: perl
13541            ! pp_hot.c
13542 ____________________________________________________________________________
13543 [  7033] By: jhi                                   on 2000/09/08  04:03:03
13544         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
13545              From: "Larry W. Virden" <lvirden@cas.org>
13546              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
13547              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
13548      Branch: perl
13549            ! pod/perldiag.pod
13550 ____________________________________________________________________________
13551 [  7032] By: jhi                                   on 2000/09/07  22:18:30
13552         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
13553              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
13554              Date: Mon, 04 Sep 2000 13:16:38 -0700
13555              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
13556      Branch: perl
13557            ! lib/perl5db.pl
13558 ____________________________________________________________________________
13559 [  7031] By: jhi                                   on 2000/09/07  22:02:29
13560         Log: Fix the ccversion detection for 5.1 and beyond.
13561              
13562              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
13563              From: Spider Boardman <spider@leggy.zk3.dec.com>
13564              Date: Thu, 7 Sep 2000 17:54:27 -0400
13565              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
13566      Branch: perl
13567            ! hints/dec_osf.sh
13568 ____________________________________________________________________________
13569 [  7030] By: jhi                                   on 2000/09/07  19:12:28
13570         Log: Fix for
13571              
13572              Subject: [ID 20000903.001] \w in utf8-strings
13573              From: Marc Lehmann <pcg@goof.com>
13574              Date: Sun, 03 Sep 2000 09:44:29 +0200
13575              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
13576              
13577              and various related nits.
13578      Branch: perl
13579            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
13580 ____________________________________________________________________________
13581 [  7029] By: jhi                                   on 2000/09/07  18:49:09
13582         Log: Fix the URL, but the server is still missing in action.
13583              
13584              Subject: [ID 20000905.002] perlfaq1.pod URL error
13585              From: "Larry W. Virden" <lvirden@cas.org>
13586              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
13587              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
13588      Branch: perl
13589            ! pod/perlfaq1.pod
13590 ____________________________________________________________________________
13591 [  7028] By: jhi                                   on 2000/09/07  18:47:13
13592         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
13593              From: Hugo <hv@crypt.compulink.co.uk>
13594              Date: Tue, 05 Sep 2000 14:13:37 +0100
13595              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
13596      Branch: perl
13597            ! toke.c
13598 ____________________________________________________________________________
13599 [  7027] By: jhi                                   on 2000/09/07  18:45:35
13600         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
13601              From: Daniel Chetlin <daniel@chetlin.com>
13602              Date: Tue, 5 Sep 2000 04:57:07 -0700
13603              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
13604      Branch: perl
13605            ! pod/perlfaq6.pod pod/perlop.pod
13606 ____________________________________________________________________________
13607 [  7026] By: jhi                                   on 2000/09/07  18:44:01
13608         Log: Document the new ref() semantics.
13609              
13610              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
13611              From: Gisle Aas <gisle@ActiveState.com>
13612              Date: 05 Sep 2000 08:10:30 +0200
13613              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
13614      Branch: perl
13615            ! pod/perldelta.pod
13616 ____________________________________________________________________________
13617 [  7025] By: jhi                                   on 2000/09/07  18:42:27
13618         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
13619              
13620              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
13621              From: Gisle Aas <gisle@ActiveState.com>
13622              Date: 05 Sep 2000 08:11:40 +0200
13623              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
13624      Branch: perl
13625            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
13626 ____________________________________________________________________________
13627 [  7024] By: jhi                                   on 2000/09/07  18:39:32
13628         Log: Subject: [PATCH] Modernize Opcode.pm documentation
13629              From: Gisle Aas <gisle@ActiveState.com>
13630              Date: 4 Sep 2000 00:18:55 -0000
13631              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
13632      Branch: perl
13633            ! ext/Opcode/Opcode.pm
13634 ____________________________________________________________________________
13635 [  7023] By: jhi                                   on 2000/09/07  18:37:42
13636         Log: Subject: [PATCH] Tied filehandle documentation
13637              From: Gisle Aas <gisle@ActiveState.com>
13638              Date: 4 Sep 2000 00:14:40 -0000
13639              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
13640      Branch: perl
13641            ! pod/perlfunc.pod pod/perltie.pod
13642 ____________________________________________________________________________
13643 [  7022] By: jhi                                   on 2000/09/07  18:35:37
13644         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
13645              From: Gisle Aas <gisle@ActiveState.com>
13646              Date: 4 Sep 2000 00:04:22 -0000
13647              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
13648      Branch: perl
13649            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
13650 ____________________________________________________________________________
13651 [  7021] By: jhi                                   on 2000/09/07  18:33:22
13652         Log: Subject: small apidoc fix
13653              From: Marc Lehmann <pcg@goof.com>
13654              Date: Sun, 3 Sep 2000 05:12:06 +0200
13655              Message-ID: <20000903051206.A5909@cerebro.laendle>
13656      Branch: perl
13657            ! pod/perlapi.pod utf8.c
13658 ____________________________________________________________________________
13659 [  7020] By: jhi                                   on 2000/09/07  16:14:57
13660         Log: Tiny perldelta nits.
13661      Branch: perl
13662            ! pod/perldelta.pod
13663 ____________________________________________________________________________
13664 [  7019] By: jhi                                   on 2000/09/07  16:04:20
13665         Log: Guard against bad string->int conversion for quads.
13666      Branch: perl
13667            ! t/op/64bitint.t
13668 ____________________________________________________________________________
13669 [  7018] By: jhi                                   on 2000/09/06  17:07:03
13670         Log: Update Unicode todo list.
13671      Branch: perl
13672            ! Todo-5.6
13673 ____________________________________________________________________________
13674 [  7017] By: jhi                                   on 2000/09/05  21:16:01
13675         Log: Document the SvIOK_.*UV().
13676      Branch: perl
13677            ! pod/perlapi.pod sv.h
13678 ____________________________________________________________________________
13679 [  7016] By: nick                                  on 2000/09/03  21:54:46
13680         Log: Hash lookup of constant strings optimization:
13681              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
13682              to string table (as per sharepvn). Add newSV_pvn_share to create such
13683              a thing. Make hv.c compare addresses of strings and skip string compare
13684              if equal. Make method_named and helem ops use these shared-string SVs
13685              when arg is constant. Make keys op return shared-string SVs (less clearly
13686              a win).
13687      Branch: perl
13688            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
13689            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
13690            ! pod/perlintern.pod pp_hot.c proto.h sv.c
13691 ____________________________________________________________________________
13692 [  7015] By: jhi                                   on 2000/09/02  17:48:59
13693         Log: This is 5.7.0.
13694      Branch: perl
13695            ! Changes
13696 ____________________________________________________________________________
13697 [  7014] By: jhi                                   on 2000/09/02  17:35:45
13698         Log: Changes and patchlevel tweaks.
13699      Branch: perl
13700            ! Changes patchlevel.h
13701 ____________________________________________________________________________
13702 [  7013] By: jhi                                   on 2000/09/02  17:30:50
13703         Log: Update Changes.
13704      Branch: perl
13705            ! Changes patchlevel.h
13706 ____________________________________________________________________________
13707 [  7012] By: nick                                  on 2000/09/02  17:25:20
13708         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
13709      Branch: perl
13710            ! gv.c lib/overload.pm
13711 ____________________________________________________________________________
13712 [  7011] By: jhi                                   on 2000/09/02  17:16:25
13713         Log: Update perlhist.
13714      Branch: perl
13715            ! pod/perlhist.pod
13716 ____________________________________________________________________________
13717 [  7010] By: jhi                                   on 2000/09/02  17:01:35
13718         Log: perldelta nits.
13719      Branch: perl
13720            ! pod/perldelta.pod
13721 ____________________________________________________________________________
13722 [  7009] By: nick                                  on 2000/09/02  16:48:35
13723         Log: If overloaded %{} etc. return the object do not loop.
13724              Thus  sub deref { $_[0] } functions if object is wanted type.
13725      Branch: perl
13726            ! pp.h
13727 ____________________________________________________________________________
13728 [  7008] By: jhi                                   on 2000/09/02  16:26:11
13729         Log: Retab MANIFEST.
13730      Branch: perl
13731            ! ext/Storable/MANIFEST
13732 ____________________________________________________________________________
13733 [  7007] By: jhi                                   on 2000/09/02  16:23:02
13734         Log: Make certain cc is set before trying to run it.
13735      Branch: perl
13736            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
13737 ____________________________________________________________________________
13738 [  7006] By: jhi                                   on 2000/09/02  15:45:41
13739         Log: Unicode notes.
13740      Branch: perl
13741            ! pod/perldelta.pod
13742 ____________________________________________________________________________
13743 [  7005] By: jhi                                   on 2000/09/02  15:42:11
13744         Log: Various Configure nits by Philip Newton,
13745              plus the ebcdic one by me.
13746      Branch: metaconfig
13747            + U/modified/pager.U
13748            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
13749      Branch: metaconfig/U/perl
13750            ! Devel.U quadfio.U
13751      Branch: perl
13752            ! Configure config_h.SH
13753 ____________________________________________________________________________
13754 [  7004] By: jhi                                   on 2000/09/02  15:06:14
13755         Log: Apparently avoiding the swapping is too costly.
13756              
13757              From: "Ben Tilly" <ben_tilly@hotmail.com>
13758              Subject: Re: the door is closed.
13759              Date: Fri, 01 Sep 2000 20:23:16 EDT
13760              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
13761      Branch: perl
13762            ! pod/perlfaq4.pod
13763 ____________________________________________________________________________
13764 [  7003] By: nick                                  on 2000/09/02  12:26:04
13765         Log: Undo part of change 6489 which looks like a bulk edit which
13766              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
13767              The supressing of main:: on return from select() is undesirable.
13768      Branch: perl
13769            ! pp_sys.c
13770 ____________________________________________________________________________
13771 [  7002] By: jhi                                   on 2000/09/01  23:08:54
13772         Log: Update Changes.
13773      Branch: perl
13774            ! Changes patchlevel.h
13775 ____________________________________________________________________________
13776 [  7001] By: jhi                                   on 2000/09/01  23:00:13
13777         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
13778              From: Peter Prymmer <pvhp@forte.com>
13779              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
13780              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
13781              
13782              plus rework the http: spots as suggested by Tom Christiansen,
13783              plus regen perltoc.
13784      Branch: perl
13785            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
13786            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
13787 ____________________________________________________________________________
13788 [  7000] By: jhi                                   on 2000/09/01  22:36:01
13789         Log: Only the first line, thank you very much.
13790      Branch: perl
13791            ! hints/solaris_2.sh
13792 ____________________________________________________________________________
13793 [  6999] By: gsar                                  on 2000/09/01  22:16:40
13794         Log: change#6791 accidentally clobbered change#6710, put it back
13795      Branch: perl
13796            ! win32/win32.c
13797 ____________________________________________________________________________
13798 [  6998] By: jhi                                   on 2000/09/01  22:14:16
13799         Log: Mention the HP-UX LP64 freak failure.
13800      Branch: perl
13801            ! pod/perldelta.pod
13802 ____________________________________________________________________________
13803 [  6997] By: jhi                                   on 2000/09/01  21:48:32
13804         Log: Detypo.
13805      Branch: perl
13806            ! hints/hpux.sh
13807 ____________________________________________________________________________
13808 [  6996] By: jhi                                   on 2000/09/01  21:27:10
13809         Log: Update Changes.
13810      Branch: perl
13811            ! Changes patchlevel.h
13812 ____________________________________________________________________________
13813 [  6995] By: jhi                                   on 2000/09/01  21:14:24
13814         Log: Mi splgn s gnin.g
13815      Branch: perl
13816            ! pp_ctl.c
13817 ____________________________________________________________________________
13818 [  6994] By: jhi                                   on 2000/09/01  21:09:54
13819         Log: Subject: http:// in L<>
13820              From: Nicholas Clark <nick@ccl4.org>
13821              Date: Fri, 1 Sep 2000 22:03:21 +0100
13822              Message-ID: <20000901220321.B72074@plum.flirble.org>
13823      Branch: perl
13824            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
13825 ____________________________________________________________________________
13826 [  6993] By: jhi                                   on 2000/09/01  21:06:54
13827         Log: Update to Storable 1.0, from Raphael Manfredi.
13828      Branch: perl
13829            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
13830            ! ext/Storable/Makefile.PL ext/Storable/README
13831            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
13832            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
13833            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
13834            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
13835            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
13836            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
13837 ____________________________________________________________________________
13838 [  6992] By: jhi                                   on 2000/09/01  20:43:05
13839         Log: Mention known sfio+linux buglet.
13840      Branch: perl
13841            ! pod/perldelta.pod
13842 ____________________________________________________________________________
13843 [  6991] By: jhi                                   on 2000/09/01  20:40:11
13844         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
13845              From: Peter Prymmer <pvhp@forte.com>
13846              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
13847              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
13848      Branch: perl
13849            ! vms/vms.c
13850 ____________________________________________________________________________
13851 [  6990] By: jhi                                   on 2000/09/01  20:25:26
13852         Log: Retract #6986.
13853      Branch: perl
13854            ! hints/solaris_2.sh
13855 ____________________________________________________________________________
13856 [  6989] By: jhi                                   on 2000/09/01  20:23:00
13857         Log: Mergesort is back.
13858      Branch: perl
13859            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
13860 ____________________________________________________________________________
13861 [  6988] By: jhi                                   on 2000/09/01  19:37:40
13862         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
13863              From: Mike Guy <mjtg@cam.ac.uk>
13864              Date: Fri, 01 Sep 2000 17:43:33 +0100
13865              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
13866      Branch: perl
13867            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
13868            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
13869 ____________________________________________________________________________
13870 [  6987] By: jhi                                   on 2000/09/01  19:17:10
13871         Log: Regen perltoc.
13872      Branch: perl
13873            ! pod/perltoc.pod
13874 ____________________________________________________________________________
13875 [  6986] By: jhi                                   on 2000/09/01  18:51:10
13876         Log: Subject: Re: Solaris x86 has no SPARC libraries!
13877              From: Lupe Christoph <lupe@lupe-christoph.de>
13878              Date: Fri, 1 Sep 2000 20:41:20 +0200
13879              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
13880      Branch: perl
13881            ! hints/solaris_2.sh
13882 ____________________________________________________________________________
13883 [  6985] By: jhi                                   on 2000/09/01  18:28:10
13884         Log: Update Changes.
13885      Branch: perl
13886            ! Changes patchlevel.h
13887 ____________________________________________________________________________
13888 [  6984] By: jhi                                   on 2000/09/01  18:26:53
13889         Log: Feature ordering tweak.
13890      Branch: perl
13891            ! myconfig.SH
13892 ____________________________________________________________________________
13893 [  6983] By: jhi                                   on 2000/09/01  18:19:50
13894         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
13895              From: <abigail@foad.org>
13896              Date: Fri, 1 Sep 2000 13:07:32 -0400
13897              Message-ID: <20000901170732.18249.qmail@foad.org>
13898      Branch: perl
13899            ! t/pragma/overload.t
13900 ____________________________________________________________________________
13901 [  6982] By: jhi                                   on 2000/09/01  18:17:54
13902         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
13903              so that case-ignoring systems like DCL can tell them from
13904              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
13905      Branch: metaconfig/U/perl
13906            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
13907      Branch: perl
13908            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13909            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
13910            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
13911            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
13912            ! vos/config.def vos/config.h vos/config_h.SH_orig
13913            ! win32/config.bc win32/config.gc win32/config.vc
13914 ____________________________________________________________________________
13915 [  6981] By: nick                                  on 2000/09/01  17:21:57
13916         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
13917              warning when UNTIE exists and instead pass the cound of extra references to
13918              the UNTIE method.
13919      Branch: perl
13920            ! pod/perltie.pod pp_sys.c
13921 ____________________________________________________________________________
13922 [  6980] By: jhi                                   on 2000/09/01  16:54:44
13923         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
13924              From: Peter Prymmer <pvhp@forte.com>
13925              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
13926              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
13927      Branch: perl
13928            ! configure.com
13929 ____________________________________________________________________________
13930 [  6979] By: jhi                                   on 2000/09/01  16:06:20
13931         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
13932              From: Mike Guy <mjtg@cam.ac.uk> 
13933              Date: Fri, 01 Sep 2000 16:49:27 +0100
13934              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
13935      Branch: perl
13936            ! t/base/rs.t
13937 ____________________________________________________________________________
13938 [  6978] By: jhi                                   on 2000/09/01  16:00:42
13939         Log: Update to PodParser 1.18, from Brad Appleton.
13940      Branch: perl
13941            ! lib/Pod/Checker.pm t/pod/find.t
13942 ____________________________________________________________________________
13943 [  6977] By: jhi                                   on 2000/09/01  14:48:58
13944         Log: Subject: Nit in Configure (bleadperl@6961)
13945              From: Lupe Christoph <lupe@lupe-christoph.de>
13946              Date: Fri, 1 Sep 2000 16:34:29 +0200
13947              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
13948      Branch: metaconfig
13949            ! U/compline/ccflags.U
13950      Branch: perl
13951            ! Configure config_h.SH
13952 ____________________________________________________________________________
13953 [  6976] By: jhi                                   on 2000/09/01  14:39:52
13954         Log: Update Changes.
13955      Branch: perl
13956            ! Changes patchlevel.h
13957 ____________________________________________________________________________
13958 [  6975] By: jhi                                   on 2000/09/01  14:37:36
13959         Log: microperl config update.
13960      Branch: perl
13961            ! uconfig.h uconfig.sh
13962 ____________________________________________________________________________
13963 [  6974] By: jhi                                   on 2000/09/01  14:36:53
13964         Log: Document known deficiencies.
13965      Branch: perl
13966            ! pod/perldelta.pod
13967 ____________________________________________________________________________
13968 [  6973] By: jhi                                   on 2000/09/01  14:10:20
13969         Log: Mention warnings fixes and updates.
13970      Branch: perl
13971            ! pod/perldelta.pod
13972 ____________________________________________________________________________
13973 [  6972] By: jhi                                   on 2000/09/01  14:01:52
13974         Log: Drop unused argument.
13975              
13976              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
13977              From: Spider Boardman <spider@web.zk3.dec.com>
13978              Date: Thu, 31 Aug 2000 16:10:15 -0400
13979              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
13980      Branch: perl
13981            ! toke.c
13982 ____________________________________________________________________________
13983 [  6971] By: jhi                                   on 2000/09/01  13:59:24
13984         Log: Add the overload warnings to perldiag.
13985      Branch: perl
13986            ! lib/overload.pm pod/perldiag.pod
13987 ____________________________________________________________________________
13988 [  6970] By: jhi                                   on 2000/09/01  13:55:10
13989         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
13990              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13991              Date: Fri, 1 Sep 2000 13:43:15 +0100 
13992              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
13993      Branch: perl
13994            ! lib/overload.pm t/pragma/overload.t
13995 ____________________________________________________________________________
13996 [  6969] By: jhi                                   on 2000/09/01  13:52:27
13997         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
13998              From: <abigail@foad.org>
13999              Date: Fri, 1 Sep 2000 05:46:54 -0400
14000              Message-ID: <20000901094654.6476.qmail@foad.org>
14001      Branch: perl
14002            ! lib/overload.pm
14003 ____________________________________________________________________________
14004 [  6968] By: jhi                                   on 2000/09/01  13:50:05
14005         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
14006              From: Daniel Chetlin <daniel@chetlin.com>
14007              Date: Fri, 1 Sep 2000 02:10:55 -0700
14008              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
14009      Branch: perl
14010            ! pod/perlretut.pod
14011 ____________________________________________________________________________
14012 [  6967] By: jhi                                   on 2000/09/01  13:47:54
14013         Log: Part of the solution.
14014              
14015              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
14016              From: Mike Guy <mjtg@cam.ac.uk>
14017              Date: Fri, 01 Sep 2000 14:16:01 +0100
14018              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
14019      Branch: perl
14020            ! gv.c mg.c
14021 ____________________________________________________________________________
14022 [  6966] By: jhi                                   on 2000/09/01  13:46:17
14023         Log: Subject: CPAN.pm beta 1.57_57 for the core
14024              From: andreas.koenig@anima.de (Andreas J. Koenig)
14025              Date: 01 Sep 2000 15:16:31 +0200
14026              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
14027      Branch: perl
14028            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
14029 ____________________________________________________________________________
14030 [  6965] By: jhi                                   on 2000/09/01  13:43:18
14031         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
14032              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14033              Date: Fri, 01 Sep 2000 01:47:22 -0500
14034              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
14035      Branch: perl
14036            ! pod/perldelta.pod vms/vms.c
14037 ____________________________________________________________________________
14038 [  6964] By: jhi                                   on 2000/09/01  13:35:35
14039         Log: File::Temp patches from Andreas König,
14040              
14041              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
14042              From: andreas.koenig@anima.de (Andreas J. Koenig)
14043              Date: 01 Sep 2000 10:07:20 +0200
14044              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
14045              
14046              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
14047              From: andreas.koenig@anima.de (Andreas J. Koenig)
14048              Date: 31 Aug 2000 23:26:08 +0200
14049              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
14050      Branch: perl
14051            ! lib/File/Temp.pm t/lib/ftmp-security.t
14052 ____________________________________________________________________________
14053 [  6963] By: jhi                                   on 2000/09/01  02:22:24
14054         Log: Retract the mergesort code, way too incompatible licensing
14055              and copyrights.
14056      Branch: perl
14057            ! pod/perldelta.pod pp_ctl.c
14058 ____________________________________________________________________________
14059 [  6962] By: jhi                                   on 2000/08/31  23:27:32
14060         Log: Update Changes.
14061      Branch: perl
14062            ! Changes patchlevel.h
14063 ____________________________________________________________________________
14064 [  6961] By: jhi                                   on 2000/08/31  23:20:04
14065         Log: Small tweaks all over.
14066      Branch: metaconfig
14067            ! U/compline/d_gconvert.U
14068      Branch: perl
14069            ! AUTHORS Configure config_h.SH pp_ctl.c
14070 ____________________________________________________________________________
14071 [  6960] By: jhi                                   on 2000/08/31  22:39:36
14072         Log: Further rewording.
14073      Branch: perl
14074            ! pp_ctl.c
14075 ____________________________________________________________________________
14076 [  6959] By: jhi                                   on 2000/08/31  21:26:44
14077         Log: More address tweaking.
14078      Branch: perl
14079            ! AUTHORS Changes
14080 ____________________________________________________________________________
14081 [  6958] By: jhi                                   on 2000/08/31  20:47:25
14082         Log: AUTHORS tweaks, from Peter Prymmer.
14083              
14084              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
14085              From: Peter Prymmer <pvhp@forte.com>
14086              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
14087              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
14088      Branch: perl
14089            ! AUTHORS MAINTAIN
14090 ____________________________________________________________________________
14091 [  6957] By: jhi                                   on 2000/08/31  20:34:43
14092         Log: perldelta tweaks.
14093      Branch: perl
14094            ! pod/perldelta.pod
14095 ____________________________________________________________________________
14096 [  6956] By: jhi                                   on 2000/08/31  19:11:06
14097         Log: Regen perltoc.
14098      Branch: perl
14099            ! pod/perltoc.pod
14100 ____________________________________________________________________________
14101 [  6955] By: jhi                                   on 2000/08/31  19:06:30
14102         Log: Clarify the mergesort situation.
14103      Branch: perl
14104            ! pp_ctl.c
14105 ____________________________________________________________________________
14106 [  6954] By: jhi                                   on 2000/08/31  18:24:17
14107         Log: Move the Solaris 7 scan to use64bitall, make the
14108              failure to find 64-bot sparc libc to mention the
14109              possibility of being in an intel, from Lupe and Alan.
14110      Branch: perl
14111            ! hints/solaris_2.sh
14112 ____________________________________________________________________________
14113 [  6953] By: jhi                                   on 2000/08/31  18:09:20
14114         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
14115              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
14116      Branch: metaconfig
14117            ! U/compline/d_gconvert.U U/threads/archname.U
14118      Branch: metaconfig/U/perl
14119            ! perlxv.U
14120      Branch: perl
14121            ! Configure config_h.SH sv.c
14122 ____________________________________________________________________________
14123 [  6952] By: jhi                                   on 2000/08/31  17:42:24
14124         Log: :: not allowed in pathnames, change to .
14125              
14126              Subject: [PATCH perl@6938] cygwin port
14127              From: "Fifer, Eric" <EFifer@sanwaint.com>
14128              Date: Thu, 31 Aug 2000 16:32:59 +0100
14129              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
14130      Branch: metaconfig/U/perl
14131            ! perlxv.U
14132 ____________________________________________________________________________
14133 [  6951] By: jhi                                   on 2000/08/31  17:02:05
14134         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
14135      Branch: perl
14136            ! perl.h
14137 ____________________________________________________________________________
14138 [  6950] By: jhi                                   on 2000/08/31  16:26:08
14139         Log: More author updates.
14140              
14141              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
14142              From: Simon Cozens <simon@cozens.net>
14143              Date: Thu, 31 Aug 2000 17:13:32 +0100
14144              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
14145      Branch: perl
14146            ! AUTHORS
14147 ____________________________________________________________________________
14148 [  6949] By: jhi                                   on 2000/08/31  16:04:49
14149         Log: POSIX doesn't report long double values under -Duselongdouble
14150              when the long doubles are "real" (bigger than doubles).
14151              
14152              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
14153              From: Spider Boardman <spider@peano.zk3.dec.com>
14154              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
14155              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
14156      Branch: perl
14157            ! ext/POSIX/POSIX.xs
14158 ____________________________________________________________________________
14159 [  6948] By: jhi                                   on 2000/08/31  15:25:10
14160         Log: Update Changes.
14161      Branch: perl
14162            ! Changes patchlevel.h
14163 ____________________________________________________________________________
14164 [  6947] By: jhi                                   on 2000/08/31  15:22:29
14165         Log: Document UNTIE in a very minimalistic way.
14166      Branch: perl
14167            ! pod/perlfunc.pod pod/perltie.pod
14168 ____________________________________________________________________________
14169 [  6946] By: jhi                                   on 2000/08/31  15:15:23
14170         Log: Document known failures.
14171      Branch: perl
14172            ! pod/perldelta.pod
14173 ____________________________________________________________________________
14174 [  6945] By: jhi                                   on 2000/08/31  15:07:00
14175         Log: Don't attach -ld to the archname if pointless.
14176      Branch: metaconfig
14177            ! U/threads/archname.U
14178      Branch: perl
14179            ! Configure config_h.SH
14180 ____________________________________________________________________________
14181 [  6944] By: jhi                                   on 2000/08/31  14:37:42
14182         Log: Wrap the test in eval.
14183              
14184              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
14185              From: Tim Jenness <timj@jach.hawaii.edu>
14186              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
14187              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
14188      Branch: perl
14189            ! t/lib/ftmp-security.t
14190 ____________________________________________________________________________
14191 [  6943] By: jhi                                   on 2000/08/31  14:30:57
14192         Log: Make -Dusemorebits find long doubles in Solaris.
14193      Branch: perl
14194            ! hints/solaris_2.sh
14195 ____________________________________________________________________________
14196 [  6942] By: jhi                                   on 2000/08/31  13:48:45
14197         Log: Clarify the third case of ftmp-security warnings.
14198      Branch: perl
14199            ! INSTALL
14200 ____________________________________________________________________________
14201 [  6941] By: jhi                                   on 2000/08/31  13:40:31
14202         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
14203              From: <abigail@foad.org>
14204              Date: Thu, 31 Aug 2000 01:35:05 -0400
14205              Message-ID: <20000831053505.32120.qmail@foad.org>
14206      Branch: perl
14207            ! pod/perldelta.pod
14208 ____________________________________________________________________________
14209 [  6940] By: jhi                                   on 2000/08/31  13:38:48
14210         Log: Issue useful diagnostic on unknown pod commands.
14211              
14212              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
14213              From: <abigail@foad.org>
14214              Date: Thu, 31 Aug 2000 03:41:18 -0400
14215              Message-ID: <20000831074118.24880.qmail@foad.org>
14216      Branch: perl
14217            ! lib/Pod/Man.pm
14218 ____________________________________________________________________________
14219 [  6939] By: jhi                                   on 2000/08/31  13:34:33
14220         Log: Reveal Borland's isnan.
14221              
14222              Subject: build with BC++ tweak
14223              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
14224              Date: Thu, 31 Aug 2000 13:09:37 +0400
14225              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
14226      Branch: perl
14227            ! win32/win32.h
14228 ____________________________________________________________________________
14229 [  6938] By: jhi                                   on 2000/08/31  05:01:20
14230         Log: Update Changes.
14231      Branch: perl
14232            ! Changes patchlevel.h
14233 ____________________________________________________________________________
14234 [  6937] By: jhi                                   on 2000/08/31  04:26:23
14235         Log: sscanf() may be the only way to read long doubles from strings.
14236      Branch: metaconfig/U/perl
14237            ! longdblfio.U
14238      Branch: perl
14239            ! Configure config_h.SH perl.h util.c
14240 ____________________________________________________________________________
14241 [  6936] By: jhi                                   on 2000/08/31  04:18:19
14242         Log: The #6929 was too skimpy.
14243      Branch: perl
14244            ! sv.c
14245 ____________________________________________________________________________
14246 [  6935] By: jhi                                   on 2000/08/31  02:47:07
14247         Log: Subject: Re: typos in pods
14248              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14249              Date: Wed, 30 Aug 2000 19:25:34 -0700
14250              Message-ID: <eIcr5gzkg25X092yn@efn.org>
14251      Branch: perl
14252            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
14253 ____________________________________________________________________________
14254 [  6934] By: jhi                                   on 2000/08/31  02:42:55
14255         Log: Missed one Unicode file.
14256      Branch: perl
14257            + lib/unicode/UCDFF301.html
14258 ____________________________________________________________________________
14259 [  6933] By: jhi                                   on 2000/08/30  23:42:27
14260         Log: Update Changes.
14261      Branch: perl
14262            ! Changes patchlevel.h
14263 ____________________________________________________________________________
14264 [  6932] By: jhi                                   on 2000/08/30  23:40:07
14265         Log: Mention UNTIE in perldelta.  Still needs documenting
14266              in perltie et alia.
14267      Branch: perl
14268            ! pod/perldelta.pod
14269 ____________________________________________________________________________
14270 [  6931] By: jhi                                   on 2000/08/30  23:36:02
14271         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
14272              From: <abigail@foad.org>
14273              Date: Wed, 30 Aug 2000 19:28:07 -0400
14274              Message-ID: <20000830232807.305.qmail@foad.org>
14275      Branch: perl
14276            ! pod/perldelta.pod
14277 ____________________________________________________________________________
14278 [  6930] By: jhi                                   on 2000/08/30  23:32:40
14279         Log: Update to Unicode 3.0.1.
14280      Branch: perl
14281            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
14282            + lib/unicode/PropList.txt lib/unicode/README.perl
14283            + lib/unicode/UCD301.html lib/unicode/Unicode.301
14284            - lib/unicode/Props.txt lib/unicode/UCD300.html
14285            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
14286            ! (edit 257 files)
14287 ____________________________________________________________________________
14288 [  6929] By: jhi                                   on 2000/08/30  22:38:18
14289         Log: Heap decorruption.
14290              
14291              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
14292              From: Alan Burlison <Alan.Burlison@uk.sun.com>
14293              Date: Wed, 30 Aug 2000 22:39:52 +0100
14294              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
14295      Branch: perl
14296            ! sv.c
14297 ____________________________________________________________________________
14298 [  6928] By: jhi                                   on 2000/08/30  22:29:34
14299         Log: Retract the dummy test, skip the security tests (instead of failing),
14300              explain what the warnings mean.
14301      Branch: perl
14302            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
14303 ____________________________________________________________________________
14304 [  6927] By: jhi                                   on 2000/08/30  22:14:13
14305         Log: Change the internal implementation of sort() to be mergesort
14306              instead of quicksort, from John Linderman <jpl@research.att.com>.
14307              Gives us better worst case, better average case, and stability.
14308              What's there not to like?  (Small fixes for threaded builds
14309              were required).
14310      Branch: perl
14311            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
14312 ____________________________________________________________________________
14313 [  6926] By: jhi                                   on 2000/08/30  20:55:20
14314         Log: A better fix for the Socket building problem from Craig Berry.
14315      Branch: perl
14316            ! vms/vms.c
14317 ____________________________________________________________________________
14318 [  6925] By: jhi                                   on 2000/08/30  20:20:25
14319         Log: Subject: [PATCH] Re: UNTIE method 
14320              From: Nick Ing-Simmons <nik@tiuk.ti.com>
14321              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
14322              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
14323      Branch: perl
14324            ! pp_sys.c t/op/tie.t
14325 ____________________________________________________________________________
14326 [  6924] By: jhi                                   on 2000/08/30  20:17:11
14327         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
14328              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14329              Date: Wed, 30 Aug 2000 15:03:14 -0500
14330              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
14331      Branch: perl
14332            ! vms/vms.c
14333 ____________________________________________________________________________
14334 [  6923] By: jhi                                   on 2000/08/30  20:15:18
14335         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
14336              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14337              Date: Wed, 30 Aug 2000 13:30:36 -0500
14338              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
14339      Branch: perl
14340            ! vms/vms.c
14341 ____________________________________________________________________________
14342 [  6922] By: jhi                                   on 2000/08/30  19:54:43
14343         Log: Better options for rsync.
14344      Branch: perl
14345            ! pod/perlhack.pod
14346 ____________________________________________________________________________
14347 [  6921] By: jhi                                   on 2000/08/30  19:40:16
14348         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
14349              From: Rick Delaney <rick@consumercontact.com>
14350              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
14351              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
14352      Branch: perl
14353            ! pod/perlfunc.pod
14354 ____________________________________________________________________________
14355 [  6920] By: jhi                                   on 2000/08/30  19:36:40
14356         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
14357              From: Peter Prymmer <pvhp@forte.com>
14358              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
14359              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
14360      Branch: perl
14361            ! configure.com
14362 ____________________________________________________________________________
14363 [  6919] By: jhi                                   on 2000/08/30  14:52:02
14364         Log: Update Changes.
14365      Branch: perl
14366            ! Changes patchlevel.h
14367 ____________________________________________________________________________
14368 [  6918] By: jhi                                   on 2000/08/30  14:48:34
14369         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
14370      Branch: perl
14371            ! lib/ExtUtils/typemap
14372 ____________________________________________________________________________
14373 [  6917] By: jhi                                   on 2000/08/30  14:46:34
14374         Log: Subject: typos in pods
14375              From: Nicholas Clark <nick@ccl4.org>
14376              Date: Wed, 30 Aug 2000 01:12:50 +0100
14377              Message-ID: <20000830011249.A61388@plum.flirble.org>
14378      Branch: perl
14379            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
14380            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
14381            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
14382            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
14383 ____________________________________________________________________________
14384 [  6916] By: jhi                                   on 2000/08/30  14:19:09
14385         Log: Document Storable problems on Crays.  (Will have
14386              to document all the other Storable problems, too.)
14387      Branch: perl
14388            ! pod/perldelta.pod
14389 ____________________________________________________________________________
14390 [  6915] By: jhi                                   on 2000/08/30  14:06:02
14391         Log: Subject: [PATCH] fix misc cast warnings
14392              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14393              Date: Tue, 29 Aug 2000 23:16:14 -0700
14394              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
14395      Branch: perl
14396            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
14397            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
14398            ! os2/os2ish.h
14399 ____________________________________________________________________________
14400 [  6914] By: jhi                                   on 2000/08/30  14:03:45
14401         Log: Timestamp mismatch again.  Need to fix this dependence on
14402              config_h.SH timestamp, since it's the contents of config_h.SH
14403              that matter.
14404      Branch: perl
14405            ! uconfig.h uconfig.sh
14406 ____________________________________________________________________________
14407 [  6913] By: jhi                                   on 2000/08/30  13:54:06
14408         Log: Don't say "Perl 5.0 source kit".
14409      Branch: perl
14410            ! perl.c
14411 ____________________________________________________________________________
14412 [  6912] By: jhi                                   on 2000/08/30  13:51:24
14413         Log: Reset archname and archname64 always, forcing them be
14414              recomputed at each Configure run, make Configure and
14415              the hints files agree on the naming of largefiles variables.
14416      Branch: metaconfig
14417            ! U/threads/archname.U
14418      Branch: metaconfig/U/perl
14419            ! use64bits.U
14420      Branch: perl
14421            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
14422            ! hints/linux.sh hints/solaris_2.sh
14423 ____________________________________________________________________________
14424 [  6911] By: jhi                                   on 2000/08/30  13:30:13
14425         Log: Put back the slice accidentally removed by #6907.
14426      Branch: perl
14427            ! hints/solaris_2.sh
14428 ____________________________________________________________________________
14429 [  6910] By: jhi                                   on 2000/08/30  01:24:26
14430         Log: Be consistent: other Net::get* do export theirs.
14431              
14432              Subject: Re: Net::protoent does not export 'getproto'
14433              From: Yasushi Nakajima <sey@jkc.co.jp>
14434              Date: Wed, 30 Aug 2000 09:53:14 +0900
14435              Message-Id: <200008300051.DAA24700@taku.hut.fi>
14436      Branch: perl
14437            ! lib/Net/protoent.pm
14438 ____________________________________________________________________________
14439 [  6909] By: jhi                                   on 2000/08/30  01:17:25
14440         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
14441              From: Gurusamy Sarathy <gsar@ActiveState.com>
14442              Date: Tue, 29 Aug 2000 17:17:07 -0700
14443              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
14444      Branch: perl
14445            ! cop.h
14446 ____________________________________________________________________________
14447 [  6908] By: jhi                                   on 2000/08/30  00:58:05
14448         Log: Update Changes.
14449      Branch: perl
14450            ! Changes patchlevel.h
14451 ____________________________________________________________________________
14452 [  6907] By: jhi                                   on 2000/08/30  00:57:22
14453         Log: Introduce ccname to keep track of what compiler kind of we have.
14454      Branch: metaconfig/U/perl
14455            ! Checkcc.U gccvers.U
14456      Branch: perl
14457            ! Configure config_h.SH hints/solaris_2.sh
14458 ____________________________________________________________________________
14459 [  6906] By: jhi                                   on 2000/08/30  00:25:47
14460         Log: Put back the flags dump as reasoned in
14461              
14462              Subject: Re: [PATCH] Glob dumping
14463              From: Mike Guy <mjtg@cam.ac.uk> 
14464              Date: Tue, 29 Aug 2000 21:41:32 +0100
14465              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
14466      Branch: perl
14467            ! dump.c t/lib/peek.t
14468 ____________________________________________________________________________
14469 [  6905] By: jhi                                   on 2000/08/30  00:16:17
14470         Log: Make the epsilon to be relative, not absolute.
14471              
14472              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
14473              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
14474              Date: Tue, 29 Aug 2000 19:58:56 -0400
14475              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
14476      Branch: perl
14477            ! t/lib/trig.t
14478 ____________________________________________________________________________
14479 [  6904] By: jhi                                   on 2000/08/30  00:13:09
14480         Log: From now on, Gisle is on my list of usual suspects :-)
14481              Retract #6902.
14482      Branch: perl
14483            ! ext/Opcode/Safe.pm
14484 ____________________________________________________________________________
14485 [  6903] By: jhi                                   on 2000/08/29  23:51:20
14486         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
14487              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14488              Date: Tue, 29 Aug 2000 18:43:26 -0500
14489              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
14490      Branch: perl
14491            + vms/vmspipe.com
14492            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
14493            ! vms/vms.c
14494 ____________________________________________________________________________
14495 [  6902] By: jhi                                   on 2000/08/29  23:44:14
14496         Log: Retry what #6882 attempted.
14497              
14498              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
14499              From: Gisle Aas <gisle@ActiveState.com>
14500              Date: 30 Aug 2000 00:33:09 +0200
14501              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
14502      Branch: perl
14503            ! ext/Opcode/Safe.pm
14504 ____________________________________________________________________________
14505 [  6901] By: jhi                                   on 2000/08/29  22:59:32
14506         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
14507              From: Hugo <hv@crypt.compulink.co.uk>
14508              Date: Mon, 12 Jun 2000 19:36:08 +0100
14509              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
14510      Branch: perl
14511            ! sv.c
14512 ____________________________________________________________________________
14513 [  6900] By: jhi                                   on 2000/08/29  22:58:35
14514         Log: Admit that we are leaking scalars.
14515              
14516              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
14517              From: Spider Boardman <spider@leggy.zk3.dec.com>
14518              Date: Tue, 29 Aug 2000 18:48:29 -0400
14519              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
14520      Branch: perl
14521            ! t/pragma/warnings.t
14522 ____________________________________________________________________________
14523 [  6899] By: jhi                                   on 2000/08/29  20:53:13
14524         Log: Update Changes.
14525      Branch: perl
14526            ! Changes patchlevel.h
14527 ____________________________________________________________________________
14528 [  6898] By: jhi                                   on 2000/08/29  20:46:21
14529         Log: Undo namespace pollution of #6878.
14530              
14531              Subject: Re: Net::protoent does not export 'getproto'
14532              From: Mike Guy <mjtg@cam.ac.uk>
14533              Date: Tue, 29 Aug 2000 21:32:37 +0100
14534              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
14535      Branch: perl
14536            ! lib/Net/protoent.pm
14537 ____________________________________________________________________________
14538 [  6897] By: jhi                                   on 2000/08/29  20:44:29
14539         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
14540              From: Peter Prymmer <pvhp@forte.com>
14541              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
14542              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
14543      Branch: perl
14544            ! pod/perlebcdic.pod
14545 ____________________________________________________________________________
14546 [  6896] By: jhi                                   on 2000/08/29  20:40:57
14547         Log: There's no point repeating the 'revision' (5) of perl5.
14548      Branch: metaconfig/U/perl
14549            ! Devel.U patchlevel.U
14550      Branch: perl
14551            ! Configure config_h.SH
14552 ____________________________________________________________________________
14553 [  6895] By: jhi                                   on 2000/08/29  20:16:58
14554         Log: Regen Configure for #6894.
14555      Branch: metaconfig/U/perl
14556            ! perladmin.U
14557      Branch: perl
14558            ! Configure config_h.SH
14559 ____________________________________________________________________________
14560 [  6894] By: jhi                                   on 2000/08/29  19:59:52
14561         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
14562              From: "Philip Newton" <Philip.Newton@gmx.net>
14563              Date: Tue, 29 Aug 2000 21:39:14 +0200
14564              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
14565      Branch: perl
14566            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
14567            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
14568            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
14569            ! utils/perlbug.PL
14570 ____________________________________________________________________________
14571 [  6893] By: jhi                                   on 2000/08/29  19:55:30
14572         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
14573              From: "Philip Newton" <Philip.Newton@gmx.net>
14574              Date: Tue, 29 Aug 2000 21:39:14 +0200
14575              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
14576      Branch: perl
14577            ! installhtml
14578 ____________________________________________________________________________
14579 [  6892] By: jhi                                   on 2000/08/29  19:53:59
14580         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
14581              From: "Philip Newton" <Philip.Newton@gmx.net>
14582              Date: Tue, 29 Aug 2000 21:48:18 +0200
14583              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
14584      Branch: perl
14585            ! lib/File/Temp.pm
14586 ____________________________________________________________________________
14587 [  6891] By: jhi                                   on 2000/08/29  18:30:03
14588         Log: Nail the ID 20000828.023.
14589      Branch: perl
14590            ! ext/Storable/Storable.xs
14591 ____________________________________________________________________________
14592 [  6890] By: jhi                                   on 2000/08/29  16:50:17
14593         Log: Under usethreads the dumped variable is IN_PAD.
14594              
14595              Subject: Re: [PATCH] Glob dumping
14596              From: Gisle Aas <gisle@ActiveState.com>
14597              Date: 29 Aug 2000 18:45:05 +0200
14598              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
14599      Branch: perl
14600            ! t/lib/peek.t
14601 ____________________________________________________________________________
14602 [  6889] By: jhi                                   on 2000/08/29  15:17:37
14603         Log: Update Changes.
14604      Branch: perl
14605            ! Changes patchlevel.h
14606 ____________________________________________________________________________
14607 [  6888] By: jhi                                   on 2000/08/29  14:49:59
14608         Log: Retract #6882, broke the safe tests.
14609      Branch: perl
14610            ! ext/Opcode/Safe.pm
14611 ____________________________________________________________________________
14612 [  6887] By: jhi                                   on 2000/08/29  14:47:06
14613         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
14614              From: Gisle Aas <gisle@ActiveState.com> 
14615              Date: 09 Jun 2000 20:00:11 +0200
14616              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
14617      Branch: perl
14618            ! utils/perldoc.PL
14619 ____________________________________________________________________________
14620 [  6886] By: jhi                                   on 2000/08/29  14:42:45
14621         Log: The #6881 removed one dump line.
14622      Branch: perl
14623            ! t/lib/peek.t
14624 ____________________________________________________________________________
14625 [  6885] By: jhi                                   on 2000/08/29  14:30:47
14626         Log: Don't forget to tidy up.
14627      Branch: perl
14628            ! t/lib/ftmp-security.t
14629 ____________________________________________________________________________
14630 [  6884] By: jhi                                   on 2000/08/29  14:25:17
14631         Log: Disabling the one test is a bit tricky.
14632      Branch: perl
14633            ! t/lib/ftmp-security.t
14634 ____________________________________________________________________________
14635 [  6883] By: jhi                                   on 2000/08/29  14:16:25
14636         Log: Disable one of the tests for now.
14637      Branch: perl
14638            ! t/lib/ftmp-security.t
14639 ____________________________________________________________________________
14640 [  6882] By: jhi                                   on 2000/08/29  14:05:50
14641         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
14642              From: gisle@aas.no
14643              Date: 29 Aug 2000 10:35:06 -0000
14644              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
14645      Branch: perl
14646            ! ext/Opcode/Safe.pm
14647 ____________________________________________________________________________
14648 [  6881] By: jhi                                   on 2000/08/29  14:03:51
14649         Log: Subject: [PATCH] Glob dumping
14650              From: Gisle Aas <gisle@ActiveState.com>
14651              Date: 29 Aug 2000 07:59:42 -0000
14652              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
14653      Branch: perl
14654            ! dump.c
14655 ____________________________________________________________________________
14656 [  6880] By: jhi                                   on 2000/08/29  14:02:01
14657         Log: Subject: [PATCH] Warnings in B::Deparse
14658              From: <abigail@foad.org>
14659              Date: Tue, 29 Aug 2000 00:00:01 -0400
14660              Message-ID: <20000829040001.2999.qmail@foad.org>
14661      Branch: perl
14662            ! ext/B/B/Deparse.pm
14663 ____________________________________________________________________________
14664 [  6879] By: jhi                                   on 2000/08/29  13:57:26
14665         Log: Missed a change in #6869.
14666      Branch: perl
14667            ! mg.c
14668 ____________________________________________________________________________
14669 [  6878] By: jhi                                   on 2000/08/29  13:45:04
14670         Log: Subject: Net::protoent does not export 'getproto'
14671              From: Yasushi Nakajima <sey@jkc.co.jp>
14672              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
14673      Branch: perl
14674            ! lib/Net/protoent.pm
14675 ____________________________________________________________________________
14676 [  6877] By: jhi                                   on 2000/08/29  13:39:19
14677         Log: Patches all over for people and the files they (hopefully) care about.
14678      Branch: perl
14679            ! AUTHORS Changes MAINTAIN
14680 ____________________________________________________________________________
14681 [  6876] By: jhi                                   on 2000/08/29  12:53:54
14682         Log: Fix for thinko in #6848.
14683              
14684              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
14685              From: Lupe Christoph <lupe@lupe-christoph.de>
14686              Date: Tue, 29 Aug 2000 09:04:08 +0200
14687              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
14688      Branch: perl
14689            ! ext/Thread/Thread.xs
14690 ____________________________________________________________________________
14691 [  6875] By: jhi                                   on 2000/08/29  12:50:14
14692         Log: Update to Getopt::Long 2.24, from Johan Vromans.
14693      Branch: perl
14694            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
14695 ____________________________________________________________________________
14696 [  6874] By: jhi                                   on 2000/08/29  02:09:53
14697         Log: Use minimal @INC in tests, most of the time just '../lib',
14698              so that we simply can't pick up stuff from other Perls than
14699              the one we are testing.  Pointed out by
14700              
14701              From: Mike Guy <mjtg@cam.ac.uk>
14702              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
14703              Date: Fri, 25 Aug 2000 15:15:59 +0100
14704              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
14705      Branch: perl
14706            ! (edit 185 files)
14707 ____________________________________________________________________________
14708 [  6873] By: jhi                                   on 2000/08/29  01:07:11
14709         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
14710              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14711              Date: Mon, 28 Aug 2000 17:45:52 -0700
14712              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
14713      Branch: perl
14714            ! Makefile.SH hints/os2.sh
14715 ____________________________________________________________________________
14716 [  6872] By: jhi                                   on 2000/08/28  23:33:39
14717         Log: Subject: [PATCH bleedperl@6866] spellings
14718              From: marcel@codewerk.com (Marcel Grunauer)
14719              Date: Tue, 29 Aug 2000 01:19:59 +0200
14720              Message-Id: <200008282319.BAA29862@gandalf.local>
14721      Branch: perl
14722            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
14723            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
14724            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
14725 ____________________________________________________________________________
14726 [  6871] By: jhi                                   on 2000/08/28  23:22:09
14727         Log: Take out the SUIDMAIL thing, that will not be
14728              a problem in 5.7.*.
14729      Branch: perl
14730            ! patchlevel.h
14731 ____________________________________________________________________________
14732 [  6870] By: jhi                                   on 2000/08/28  23:19:30
14733         Log: -S is the silent flag, -s is the strip flag.
14734              
14735              Subject: [PATCH] Re: [PATCH] make no-install          
14736              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14737              Date: Mon, 28 Aug 2000 15:12:55 -0700
14738              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
14739      Branch: perl
14740            ! Makefile.SH
14741 ____________________________________________________________________________
14742 [  6869] By: jhi                                   on 2000/08/28  23:12:05
14743         Log: Subject: [PATCH bleedperl@6856] warnings fixes
14744              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14745              Date: Mon, 28 Aug 2000 23:55:06 +0100
14746              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
14747      Branch: perl
14748            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
14749            ! warnings.h warnings.pl
14750 ____________________________________________________________________________
14751 [  6868] By: jhi                                   on 2000/08/28  21:38:22
14752         Log: Potential cruft.
14753      Branch: perl
14754            ! Makefile.SH
14755 ____________________________________________________________________________
14756 [  6867] By: jhi                                   on 2000/08/28  21:35:36
14757         Log: Update Changes.
14758      Branch: perl
14759            ! Changes patchlevel.h
14760 ____________________________________________________________________________
14761 [  6866] By: jhi                                   on 2000/08/28  21:33:49
14762         Log: Subject: hv.h Doc Patch
14763              From: Fisher Mark <fisherm@tce.com>
14764              Date: Mon, 28 Aug 2000 16:24:59 -0500
14765              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
14766      Branch: perl
14767            ! hv.h
14768 ____________________________________________________________________________
14769 [  6865] By: jhi                                   on 2000/08/28  21:02:15
14770         Log: Add -ld to archname on long tr...double platforms.
14771      Branch: metaconfig
14772            ! U/threads/archname.U
14773      Branch: perl
14774            ! Configure config_h.SH
14775 ____________________________________________________________________________
14776 [  6864] By: jhi                                   on 2000/08/28  20:38:59
14777         Log: An attempt to fix the problem reported in
14778              
14779              Subject: Building perl@6856 using gcc/AIX 4.3.3 
14780              From: Daniel Muino <dmuino@afip.gov.ar> 
14781              Date: Mon, 28 Aug 2000 15:50:01 -0300   
14782              Message-ID: <20000828155001.A14403@con2-dgi>
14783              
14784              I can't test this properly since the gcc installation I have
14785              access to seems to be botched (gcc is calling the AIX cpp,
14786              a losing proposition...)
14787      Branch: perl
14788            ! hints/aix.sh
14789 ____________________________________________________________________________
14790 [  6863] By: jhi                                   on 2000/08/28  18:57:52
14791         Log: Fix for ID 20000828.001, long doubles were not formatted
14792              correctly (showed up in $], which stopped installing perl).
14793      Branch: perl
14794            ! sv.c
14795 ____________________________________________________________________________
14796 [  6862] By: jhi                                   on 2000/08/28  18:07:15
14797         Log: Typo in #6858.
14798      Branch: perl
14799            ! lib/Cwd.pm
14800 ____________________________________________________________________________
14801 [  6861] By: jhi                                   on 2000/08/28  17:57:27
14802         Log: opmini.o may be left around if a build is interrupted.
14803      Branch: perl
14804            ! Makefile.SH
14805 ____________________________________________________________________________
14806 [  6860] By: jhi                                   on 2000/08/28  16:52:50
14807         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
14808              From: Daniel Chetlin <daniel@chetlin.com>
14809              Date: Mon, 28 Aug 2000 01:14:18 -0700
14810              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
14811      Branch: perl
14812            ! lib/overload.pm
14813 ____________________________________________________________________________
14814 [  6859] By: jhi                                   on 2000/08/28  16:08:46
14815         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
14816              From: Nicholas Clark <nick@ccl4.org>
14817              Date: Mon, 28 Aug 2000 16:03:27 +0100
14818              Message-Id: <20000828160327.C49785@plum.flirble.org>
14819      Branch: perl
14820            ! ext/ByteLoader/bytecode.h
14821 ____________________________________________________________________________
14822 [  6858] By: jhi                                   on 2000/08/28  16:02:10
14823         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
14824              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
14825              Date: Mon, 28 Aug 2000 13:08:30 +0200
14826              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
14827      Branch: perl
14828            ! lib/Cwd.pm
14829 ____________________________________________________________________________
14830 [  6857] By: jhi                                   on 2000/08/28  15:42:47
14831         Log: display_format used as a class method without arguments was broken,
14832              reported in
14833              
14834              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
14835              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
14836              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
14837              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
14838      Branch: perl
14839            ! lib/Math/Complex.pm t/lib/complex.t
14840 ____________________________________________________________________________
14841 [  6856] By: jhi                                   on 2000/08/27  22:09:48
14842         Log: Update Changes.
14843      Branch: perl
14844            ! Changes patchlevel.h
14845 ____________________________________________________________________________
14846 [  6855] By: jhi                                   on 2000/08/27  21:59:21
14847         Log: Retract #6853 (false alarm).
14848      Branch: perl
14849            ! lib/ExtUtils/xsubpp
14850 ____________________________________________________________________________
14851 [  6854] By: jhi                                   on 2000/08/27  21:37:44
14852         Log: Update Changes.
14853      Branch: perl
14854            ! Changes patchlevel.h
14855 ____________________________________________________________________________
14856 [  6853] By: jhi                                   on 2000/08/27  21:37:16
14857         Log: Subject: [PATCH perl@6850] workaround for xsubpp
14858              From: Hugo <hv@crypt.compulink.co.uk>
14859              Date: Sun, 27 Aug 2000 22:30:25 +0100
14860              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
14861      Branch: perl
14862            ! lib/ExtUtils/xsubpp
14863 ____________________________________________________________________________
14864 [  6852] By: jhi                                   on 2000/08/27  21:33:58
14865         Log: Big-endian 64-bit patch from Raphael Manfredi.
14866      Branch: perl
14867            ! ext/Storable/Storable.xs
14868 ____________________________________________________________________________
14869 [  6851] By: jhi                                   on 2000/08/27  21:22:21
14870         Log: More ruthless editing from Hugo van der Sanden.
14871      Branch: perl
14872            ! pod/perldelta.pod
14873 ____________________________________________________________________________
14874 [  6850] By: jhi                                   on 2000/08/27  16:11:46
14875         Log: Update Changes.
14876      Branch: perl
14877            ! Changes patchlevel.h
14878 ____________________________________________________________________________
14879 [  6849] By: jhi                                   on 2000/08/27  16:11:05
14880         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
14881      Branch: perl
14882            ! configpm pod/perldelta.pod
14883 ____________________________________________________________________________
14884 [  6848] By: jhi                                   on 2000/08/27  15:35:08
14885         Log: Use the actual thread type, not the pointer-to-struct.
14886      Branch: perl
14887            ! ext/Thread/Thread.xs
14888 ____________________________________________________________________________
14889 [  6847] By: jhi                                   on 2000/08/27  15:30:49
14890         Log: Test nit.
14891      Branch: perl
14892            ! t/pragma/warn/pp_sys
14893 ____________________________________________________________________________
14894 [  6846] By: jhi                                   on 2000/08/27  15:19:02
14895         Log: Passing -R in ldflags makes now it to appear in the default
14896              for lddlflags, just like with -L.
14897              
14898              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
14899              From: Lupe Christoph <lupe@lupe-christoph.de>
14900              Date: Sun, 27 Aug 2000 10:28:21 +0200
14901              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
14902      Branch: metaconfig/U/perl
14903            ! dlsrc.U
14904      Branch: perl
14905            ! Configure
14906 ____________________________________________________________________________
14907 [  6845] By: jhi                                   on 2000/08/27  15:08:54
14908         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
14909              From: Alan Burlison <Alan.Burlison@uk.sun.com>
14910              Date: Sat, 26 Aug 2000 22:23:27 +0100
14911              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
14912      Branch: perl
14913            ! lib/ExtUtils/MM_Unix.pm
14914 ____________________________________________________________________________
14915 [  6844] By: jhi                                   on 2000/08/27  15:02:37
14916         Log: DJGPP update from Laszlo Molnar.
14917              
14918              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
14919              From: ml1050 <ml1050@freemail.hu>
14920              Date: Sat, 26 Aug 2000 23:24:40 +0200
14921              Message-Id: <20000826232440.A439@freemail.hu>
14922      Branch: perl
14923            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
14924            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
14925 ____________________________________________________________________________
14926 [  6843] By: jhi                                   on 2000/08/27  14:53:58
14927         Log: Subject: installman buglet
14928              From: Lupe Christoph <lupe@lupe-christoph.de>
14929              Date: Sun, 27 Aug 2000 14:38:59 +0200
14930              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
14931      Branch: perl
14932            ! installman
14933 ____________________________________________________________________________
14934 [  6842] By: jhi                                   on 2000/08/27  14:52:08
14935         Log: Can't get the test to reliably work thanks to the
14936              inaccurateness of floating point.  "Resolves" bug ids
14937              20000826.003, 20000826.009, 20000826.010,
14938      Branch: perl
14939            ! t/lib/trig.t
14940 ____________________________________________________________________________
14941 [  6841] By: jhi                                   on 2000/08/26  15:53:58
14942         Log: Update Changes.
14943      Branch: perl
14944            ! Changes patchlevel.h
14945 ____________________________________________________________________________
14946 [  6840] By: jhi                                   on 2000/08/26  14:23:03
14947         Log: grep -e isn't portable.
14948              
14949              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
14950              From: chris@broadband.att.com
14951              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
14952              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
14953      Branch: perl
14954            ! hints/solaris_2.sh
14955 ____________________________________________________________________________
14956 [  6839] By: jhi                                   on 2000/08/26  14:12:23
14957         Log: no-install target a la make -n.
14958              
14959              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
14960              From: <abigail@foad.org>
14961              Date: Sat, 26 Aug 2000 03:57:34 -0400
14962              Message-ID: <20000826075735.18912.qmail@foad.org>
14963      Branch: perl
14964            ! Makefile.SH installman installperl
14965 ____________________________________________________________________________
14966 [  6838] By: jhi                                   on 2000/08/26  14:06:33
14967         Log: Retract #6826 as the #6828 should be do the same
14968              in a More Correct Way.
14969      Branch: perl
14970            ! installperl
14971 ____________________________________________________________________________
14972 [  6837] By: jhi                                   on 2000/08/26  05:24:00
14973         Log: More casting.
14974      Branch: perl
14975            ! ext/Storable/Storable.xs
14976 ____________________________________________________________________________
14977 [  6836] By: jhi                                   on 2000/08/26  05:05:46
14978         Log: Nicer in decimal.
14979      Branch: perl
14980            ! ext/Storable/Storable.xs
14981 ____________________________________________________________________________
14982 [  6835] By: jhi                                   on 2000/08/26  05:03:50
14983         Log: There be no UVdf.
14984      Branch: perl
14985            ! ext/Storable/Storable.xs
14986 ____________________________________________________________________________
14987 [  6834] By: jhi                                   on 2000/08/26  05:00:18
14988         Log: Continue IVdfing and UVxfing.
14989      Branch: perl
14990            ! ext/Storable/Storable.xs
14991 ____________________________________________________________________________
14992 [  6833] By: jhi                                   on 2000/08/26  04:53:14
14993         Log: Use IVdf.
14994      Branch: perl
14995            ! ext/Storable/Storable.xs
14996 ____________________________________________________________________________
14997 [  6832] By: jhi                                   on 2000/08/26  04:40:41
14998         Log: Document PTR2XX and INT2PTR.
14999      Branch: perl
15000            ! pod/perlguts.pod
15001 ____________________________________________________________________________
15002 [  6831] By: jhi                                   on 2000/08/26  04:33:18
15003         Log: Use UVxf, PTR2UV, NVff.
15004      Branch: perl
15005            ! ext/Storable/Storable.xs
15006 ____________________________________________________________________________
15007 [  6830] By: jhi                                   on 2000/08/26  04:31:32
15008         Log: Update the test count.
15009      Branch: perl
15010            ! t/lib/trig.t
15011 ____________________________________________________________________________
15012 [  6829] By: jhi                                   on 2000/08/26  03:05:50
15013         Log: Subject: [PATCH] installation not quite silent yet.
15014              From: <abigail@foad.org>
15015              Date: Fri, 25 Aug 2000 20:07:53 -0400
15016              Message-ID: <20000826000753.7822.qmail@foad.org>
15017      Branch: perl
15018            ! installman installperl
15019 ____________________________________________________________________________
15020 [  6828] By: jhi                                   on 2000/08/26  03:05:14
15021         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
15022              From: Spider Boardman <spider@web.zk3.dec.com>
15023              Date: Fri, 25 Aug 2000 19:12:40 -0400
15024              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
15025      Branch: perl
15026            ! gv.c
15027 ____________________________________________________________________________
15028 [  6827] By: jhi                                   on 2000/08/25  23:54:34
15029         Log: Support preserving extremely big/small angles.
15030      Branch: perl
15031            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
15032 ____________________________________________________________________________
15033 [  6826] By: jhi                                   on 2000/08/25  23:01:20
15034         Log: Patch installperl to be long double-aware.
15035              
15036              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
15037              From: Spider Boardman <spider@web.zk3.dec.com>
15038              Date: Fri, 25 Aug 2000 18:15:23 -0400
15039              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
15040      Branch: perl
15041            ! installperl
15042 ____________________________________________________________________________
15043 [  6825] By: jhi                                   on 2000/08/25  22:58:25
15044         Log: Remove duplicately applied patch shards.
15045              
15046              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
15047              From: Spider Boardman <spider@leggy.zk3.dec.com>
15048              Date: Fri, 25 Aug 2000 16:45:03 -0400
15049              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
15050      Branch: perl
15051            ! t/lib/cgi-html.t
15052 ____________________________________________________________________________
15053 [  6824] By: jhi                                   on 2000/08/25  22:57:00
15054         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
15055              From: Daniel Chetlin <daniel@chetlin.com>
15056              Date: Fri, 25 Aug 2000 12:23:16 -0700
15057              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
15058              
15059              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
15060              From: Daniel Chetlin <daniel@chetlin.com>
15061              Date: Fri, 25 Aug 2000 14:47:19 -0700
15062              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
15063      Branch: perl
15064            ! installman
15065 ____________________________________________________________________________
15066 [  6823] By: jhi                                   on 2000/08/25  22:44:17
15067         Log: Timestamp problem?
15068      Branch: perl
15069            ! uconfig.h uconfig.sh
15070 ____________________________________________________________________________
15071 [  6822] By: jhi                                   on 2000/08/25  19:01:06
15072         Log: One forgotten file from #6816.
15073      Branch: perl
15074            ! vos/config.h
15075 ____________________________________________________________________________
15076 [  6821] By: jhi                                   on 2000/08/25  18:56:39
15077         Log: Regen Changes.
15078      Branch: perl
15079            ! Changes patchlevel.h
15080 ____________________________________________________________________________
15081 [  6820] By: jhi                                   on 2000/08/25  18:52:35
15082         Log: Fix Changes ordering.
15083      Branch: perl
15084            ! Changes
15085 ____________________________________________________________________________
15086 [  6819] By: jhi                                   on 2000/08/25  18:50:25
15087         Log: Update Changes.
15088      Branch: perl
15089            ! Changes patchlevel.h
15090 ____________________________________________________________________________
15091 [  6818] By: jhi                                   on 2000/08/25  18:47:45
15092         Log: Tweak the sfio/useperlio logic, hopefully as wished in
15093              
15094              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
15095              From: Nicholas Clark <nick@babyhippo.co.uk>
15096              Date: Fri, 25 Aug 2000 12:01:45 +0100
15097              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
15098      Branch: metaconfig/U/perl
15099            ! d_sfio.U
15100      Branch: perl
15101            ! Configure
15102 ____________________________________________________________________________
15103 [  6817] By: jhi                                   on 2000/08/25  18:32:51
15104         Log: Allow microperl to assume <math.h>, without it the math
15105              functions like floor() are assumed to return int, which makes
15106              for core dumps in machines where integer and floating register
15107              don't mix.
15108      Branch: perl
15109            ! uconfig.h uconfig.sh
15110 ____________________________________________________________________________
15111 [  6816] By: jhi                                   on 2000/08/25  18:27:17
15112         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
15113              the problem reported in
15114              
15115              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
15116              From: danhale@us.ibm.com
15117              Date: Fri, 25 Aug 2000 10:58:06 -0400
15118              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
15119      Branch: metaconfig/U/perl
15120            + d_socks5_init.U
15121      Branch: perl
15122            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
15123            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
15124            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
15125            ! win32/config.gc win32/config.vc
15126 ____________________________________________________________________________
15127 [  6815] By: jhi                                   on 2000/08/25  17:43:31
15128         Log: A solution for the retrieve_fd autosplit warning,
15129              idea suggested by Mike Guy.
15130      Branch: perl
15131            ! ext/Storable/Storable.pm
15132 ____________________________________________________________________________
15133 [  6814] By: jhi                                   on 2000/08/25  17:16:03
15134         Log: Add install-silent target.
15135      Branch: perl
15136            ! Makefile.SH
15137 ____________________________________________________________________________
15138 [  6813] By: jhi                                   on 2000/08/25  17:14:23
15139         Log: Subject: Re: [PATCH] More silencing of installman.
15140              From: <abigail@foad.org>
15141              Date: Thu, 24 Aug 2000 19:27:03 -0400
15142              Message-ID: <20000824232703.7001.qmail@foad.org>
15143              
15144              Subject: Re: [PATCH] More silencing of installman.
15145              From: <abigail@foad.org>
15146              Date: Fri, 25 Aug 2000 03:00:58 -0400
15147              Message-ID: <20000825070058.10697.qmail@foad.org>
15148      Branch: perl
15149            ! installman
15150 ____________________________________________________________________________
15151 [  6812] By: jhi                                   on 2000/08/25  17:11:28
15152         Log: installperl --verbose and --silent.
15153              
15154              Subject: Re: [PATCH] More silencing of installman.
15155              From: <abigail@foad.org>
15156              Message-ID: <20000825064430.9719.qmail@foad.org>
15157              Date: Fri, 25 Aug 2000 02:44:30 -0400
15158      Branch: perl
15159            ! installperl
15160 ____________________________________________________________________________
15161 [  6811] By: jhi                                   on 2000/08/25  17:05:43
15162         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
15163              From: "Peter J. Farley III" <pjfarley@banet.net>
15164              Date: Thu, 24 Aug 2000 21:58:03 -0400
15165              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
15166              
15167              (applied slightly modified)
15168      Branch: perl
15169            ! lib/ExtUtils/MM_Unix.pm
15170 ____________________________________________________________________________
15171 [  6810] By: jhi                                   on 2000/08/25  17:01:18
15172         Log: Missing parts of 
15173              
15174              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
15175              From: Peter Prymmer <pvhp@forte.com>
15176              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
15177              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
15178      Branch: perl
15179            ! t/lib/cgi-html.t
15180 ____________________________________________________________________________
15181 [  6809] By: jhi                                   on 2000/08/25  16:46:32
15182         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
15183              From: "Craig A. Berry" <craig.berry@psinetcs.com>
15184              Date: Thu, 24 Aug 2000 19:13:11 -0500
15185              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
15186      Branch: perl
15187            ! vms/vms.c
15188 ____________________________________________________________________________
15189 [  6808] By: jhi                                   on 2000/08/25  16:39:22
15190         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
15191              From: Peter Prymmer <pvhp@forte.com>
15192              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
15193              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
15194      Branch: perl
15195            ! configure.com
15196 ____________________________________________________________________________
15197 [  6807] By: jhi                                   on 2000/08/25  16:36:37
15198         Log: Better wording for the vec lvalue diagnostic.
15199              
15200              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
15201              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
15202              Date: Wed, 23 Aug 2000 14:12:16 -0400
15203              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
15204      Branch: perl
15205            ! pod/perldiag.pod
15206 ____________________________________________________________________________
15207 [  6806] By: jhi                                   on 2000/08/24  18:17:22
15208         Log: Subject: [PATCH] More silencing of installman.
15209              From: <abigail@foad.org>
15210              Date: Thu, 24 Aug 2000 14:01:44 -0400
15211              Message-ID: <20000824180144.20062.qmail@foad.org>
15212      Branch: perl
15213            ! installman
15214 ____________________________________________________________________________
15215 [  6805] By: jhi                                   on 2000/08/24  15:00:31
15216         Log: Update Changes.
15217      Branch: perl
15218            ! Changes patchlevel.h
15219 ____________________________________________________________________________
15220 [  6804] By: jhi                                   on 2000/08/24  14:59:07
15221         Log: Regen perltoc.
15222      Branch: perl
15223            ! pod/perltoc.pod
15224 ____________________________________________________________________________
15225 [  6803] By: jhi                                   on 2000/08/24  14:44:39
15226         Log: Show the doc file, not the temp file.
15227      Branch: perl
15228            ! installman
15229 ____________________________________________________________________________
15230 [  6802] By: jhi                                   on 2000/08/24  14:41:53
15231         Log: Continue silencing.
15232      Branch: perl
15233            ! installman
15234 ____________________________________________________________________________
15235 [  6801] By: jhi                                   on 2000/08/24  14:34:40
15236         Log: Actually do something with the silencer option.
15237      Branch: perl
15238            ! installman
15239 ____________________________________________________________________________
15240 [  6800] By: jhi                                   on 2000/08/24  14:26:22
15241         Log: Make installman to recognize the silence flag -S.
15242      Branch: perl
15243            ! installman
15244 ____________________________________________________________________________
15245 [  6799] By: jhi                                   on 2000/08/24  13:49:38
15246         Log: DOS patches and portability/porting notes, from Tim Jenness.
15247      Branch: perl
15248            ! lib/File/Temp.pm
15249 ____________________________________________________________________________
15250 [  6798] By: jhi                                   on 2000/08/24  13:48:27
15251         Log: Create directories in silence.
15252              
15253              Subject: [PATCH] Another silencer for MakeMaker
15254              From: andreas.koenig@anima.de (Andreas J. Koenig)
15255              Date: 24 Aug 2000 14:18:52 +0200
15256              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
15257      Branch: perl
15258            ! lib/ExtUtils/Command.pm
15259 ____________________________________________________________________________
15260 [  6797] By: jhi                                   on 2000/08/24  13:46:42
15261         Log: More liberal parsing of version numbers.
15262              
15263              Subject: Re: CPAN.pm beta for testing available
15264              From: andreas.koenig@anima.de (Andreas J. Koenig)
15265              Date: 24 Aug 2000 13:51:57 +0200
15266              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
15267      Branch: perl
15268            ! lib/CPAN.pm
15269 ____________________________________________________________________________
15270 [  6796] By: jhi                                   on 2000/08/24  13:44:36
15271         Log: Make "make install" by default silent.  A new "install-verbose"
15272              target is verbose.
15273      Branch: perl
15274            ! Makefile.SH
15275 ____________________________________________________________________________
15276 [  6795] By: jhi                                   on 2000/08/24  13:39:14
15277         Log: Add silencer flags to installperl.
15278              
15279              Subject: [PATCH] Making installperl silent.
15280              From: <abigail@foad.org>
15281              Date: Thu, 24 Aug 2000 05:01:45 -0400
15282              Message-ID: <20000824090145.13141.qmail@foad.org>
15283      Branch: perl
15284            ! installperl
15285 ____________________________________________________________________________
15286 [  6794] By: jhi                                   on 2000/08/24  13:35:50
15287         Log: installperl couldn't tell whether it had run tests or not.
15288              
15289              Subject: [PATCH] Re: installperl and t/TEST
15290              From: <abigail@foad.org>
15291              Date: Thu, 24 Aug 2000 04:00:53 -0400
15292              Message-ID: <20000824080053.2494.qmail@foad.org>
15293      Branch: perl
15294            ! Makefile.SH installperl
15295 ____________________________________________________________________________
15296 [  6793] By: jhi                                   on 2000/08/24  13:27:50
15297         Log: Drop the separate perlbc, perlcc -b should be enough.
15298      Branch: perl
15299            - utils/perlbc.PL
15300            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
15301 ____________________________________________________________________________
15302 [  6792] By: jhi                                   on 2000/08/24  04:41:30
15303         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
15304              plus the typo fix from Peter Prymmer.
15305      Branch: perl
15306            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
15307            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
15308 ____________________________________________________________________________
15309 [  6791] By: jhi                                   on 2000/08/24  02:10:43
15310         Log: Replace #6705 with a minimal doc patch.
15311              
15312              Subject: [PATCH 5.6.0] replace change #6705
15313              From: Jan Dubois <jand@ActiveState.com>
15314              Date: Wed, 23 Aug 2000 18:31:51 -0700
15315              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
15316      Branch: perl
15317            ! lib/Win32.pod win32/win32.c
15318 ____________________________________________________________________________
15319 [  6790] By: jhi                                   on 2000/08/23  17:52:00
15320         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
15321              From: Mike Guy <mjtg@cam.ac.uk>
15322              Date: Wed, 23 Aug 2000 18:38:46 +0100
15323              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
15324      Branch: perl
15325            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
15326 ____________________________________________________________________________
15327 [  6789] By: jhi                                   on 2000/08/23  15:34:21
15328         Log: Update Changes.
15329      Branch: perl
15330            ! Changes patchlevel.h
15331 ____________________________________________________________________________
15332 [  6788] By: jhi                                   on 2000/08/23  15:33:40
15333         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
15334              From: Wilfredo Sánchez <wsanchez@apple.com>
15335              Date: Tue, 22 Aug 2000 19:31:27 -0700
15336              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
15337      Branch: perl
15338            ! perl.h
15339 ____________________________________________________________________________
15340 [  6787] By: jhi                                   on 2000/08/23  15:29:31
15341         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
15342              From: Spider Boardman <spider@leggy.zk3.dec.com>
15343              Date: Wed, 23 Aug 2000 10:33:23 -0400
15344              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
15345      Branch: perl
15346            ! lib/Pod/Html.pm
15347 ____________________________________________________________________________
15348 [  6786] By: jhi                                   on 2000/08/23  15:28:11
15349         Log: Bad makefile.
15350      Branch: perl
15351            ! ext/B/Makefile.PL
15352 ____________________________________________________________________________
15353 [  6785] By: jhi                                   on 2000/08/23  14:37:04
15354         Log: Update Changes.
15355      Branch: perl
15356            ! Changes patchlevel.h
15357 ____________________________________________________________________________
15358 [  6784] By: jhi                                   on 2000/08/23  13:58:41
15359         Log: Portability fix from Hugo van der Sanden.
15360      Branch: perl
15361            ! ext/re/Makefile.PL
15362 ____________________________________________________________________________
15363 [  6783] By: jhi                                   on 2000/08/23  13:53:53
15364         Log: Storable support, v-version fixes.
15365              
15366              Subject: CPAN.pm beta for testing available
15367              From: andreas.koenig@anima.de (Andreas J. Koenig)
15368              Date: 22 Aug 2000 23:31:33 +0200
15369              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
15370      Branch: perl
15371            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
15372 ____________________________________________________________________________
15373 [  6782] By: jhi                                   on 2000/08/23  13:51:26
15374         Log: Mac and other portability updates from Chris Nandor.
15375      Branch: perl
15376            ! pod/perlmodinstall.pod
15377 ____________________________________________________________________________
15378 [  6781] By: jhi                                   on 2000/08/23  13:47:33
15379         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
15380              From: Peter Prymmer <pvhp@forte.com>
15381              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
15382              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
15383      Branch: perl
15384            ! ext/Storable/Storable.xs
15385 ____________________________________________________________________________
15386 [  6780] By: jhi                                   on 2000/08/23  13:33:34
15387         Log: VMS MMS (make) wants null action.
15388      Branch: perl
15389            ! ext/B/Makefile.PL
15390 ____________________________________________________________________________
15391 [  6779] By: jhi                                   on 2000/08/22  19:44:47
15392         Log: Forgot portability nit.
15393      Branch: perl
15394            ! t/lib/st-forgive.t
15395 ____________________________________________________________________________
15396 [  6778] By: jhi                                   on 2000/08/22  19:35:25
15397         Log: Be portable.
15398      Branch: perl
15399            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
15400            ! t/lib/st-store.t
15401 ____________________________________________________________________________
15402 [  6777] By: jhi                                   on 2000/08/22  18:50:53
15403         Log: Update Changes.
15404      Branch: perl
15405            ! Changes patchlevel.h
15406 ____________________________________________________________________________
15407 [  6776] By: jhi                                   on 2000/08/22  18:44:46
15408         Log: cSVOPo_*v things index into the current PL_curpad
15409              under ithreads, which is different from the curpad
15410              used by the XSUB.  (In other words, the code as-is
15411              before this patch wouldn't work under ithreads.)
15412              From Sarathy.
15413      Branch: perl
15414            ! ext/B/B.xs
15415 ____________________________________________________________________________
15416 [  6775] By: jhi                                   on 2000/08/22  18:18:37
15417         Log: Make the selection of NVff et al stricter.
15418      Branch: metaconfig/U/perl
15419            ! perlxvf.U
15420      Branch: perl
15421            ! Configure config_h.SH
15422 ____________________________________________________________________________
15423 [  6774] By: jhi                                   on 2000/08/22  17:19:42
15424         Log: perldelta nits.
15425      Branch: perl
15426            ! pod/perldelta.pod
15427 ____________________________________________________________________________
15428 [  6773] By: jhi                                   on 2000/08/22  17:06:26
15429         Log: Long double fixes from Spider Boardman.
15430              
15431              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
15432              From: system PRIVILEGED account <root@peano.zk3.dec.com>
15433              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
15434              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
15435      Branch: perl
15436            ! t/lib/bigfltpm.t t/lib/st-06compat.t
15437 ____________________________________________________________________________
15438 [  6772] By: jhi                                   on 2000/08/22  15:04:53
15439         Log: Update Changes.
15440      Branch: perl
15441            ! Changes patchlevel.h
15442 ____________________________________________________________________________
15443 [  6771] By: jhi                                   on 2000/08/22  15:01:44
15444         Log: perldelta fixes from Hugo van der Sanden.
15445      Branch: perl
15446            ! pod/perldelta.pod
15447 ____________________________________________________________________________
15448 [  6770] By: jhi                                   on 2000/08/22  14:34:49
15449         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
15450              From: Hugo <hv@crypt.compulink.co.uk>
15451              Date: Tue, 22 Aug 2000 11:21:53 +0100
15452              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
15453      Branch: perl
15454            ! regcomp.c
15455 ____________________________________________________________________________
15456 [  6769] By: jhi                                   on 2000/08/22  14:30:02
15457         Log: Add Yitzchak, reformat.
15458      Branch: perl
15459            ! Changes config_h.SH
15460 ____________________________________________________________________________
15461 [  6768] By: jhi                                   on 2000/08/22  14:21:35
15462         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
15463              and Spider Boardman.
15464      Branch: metaconfig
15465            ! U/compline/d_gconvert.U
15466      Branch: perl
15467            ! Configure
15468 ____________________________________________________________________________
15469 [  6767] By: jhi                                   on 2000/08/22  14:11:24
15470         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
15471              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15472              Date: Mon, 21 Aug 2000 19:08:31 -0700
15473              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
15474      Branch: perl
15475            - ext/Storable/patchlevel.h
15476            ! MANIFEST ext/Storable/MANIFEST
15477 ____________________________________________________________________________
15478 [  6766] By: jhi                                   on 2000/08/22  13:49:29
15479         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
15480              From: Peter Prymmer <pvhp@forte.com>
15481              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
15482              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
15483      Branch: perl
15484            ! configure.com ext/Storable/Makefile.PL
15485 ____________________________________________________________________________
15486 [  6765] By: jhi                                   on 2000/08/22  13:44:59
15487         Log: Subject: [PATCH blead] B:: missing dependency
15488              From: Hugo <hv@crypt.compulink.co.uk>
15489              Date: Tue, 22 Aug 2000 06:44:33 +0100
15490              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
15491      Branch: perl
15492            ! ext/B/Makefile.PL
15493 ____________________________________________________________________________
15494 [  6764] By: jhi                                   on 2000/08/22  13:38:12
15495         Log: More bytecompiler.
15496      Branch: perl
15497            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
15498 ____________________________________________________________________________
15499 [  6763] By: jhi                                   on 2000/08/22  13:36:44
15500         Log: Bytecompiler patches from Benjamin Stuhl.
15501      Branch: perl
15502            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
15503            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
15504            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
15505            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15506            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
15507            ! perl.c perlapi.h pod/perldelta.pod
15508 ____________________________________________________________________________
15509 [  6762] By: jhi                                   on 2000/08/21  23:43:40
15510         Log: An obsoleted diagnostic.
15511      Branch: perl
15512            ! pod/perldelta.pod
15513 ____________________________________________________________________________
15514 [  6761] By: jhi                                   on 2000/08/21  23:01:45
15515         Log: The #6759 wasn't quite right.
15516      Branch: perl
15517            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
15518            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
15519            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
15520            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
15521            ! t/lib/st-tieditems.t
15522 ____________________________________________________________________________
15523 [  6760] By: jhi                                   on 2000/08/21  22:35:49
15524         Log: Be verydeepclean.
15525      Branch: perl
15526            ! Makefile.SH
15527 ____________________________________________________________________________
15528 [  6759] By: jhi                                   on 2000/08/21  22:25:40
15529         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
15530              From: Peter Prymmer <pvhp@forte.com>
15531              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
15532              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
15533      Branch: perl
15534            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
15535            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
15536            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
15537            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
15538            ! t/lib/st-tieditems.t
15539 ____________________________________________________________________________
15540 [  6758] By: jhi                                   on 2000/08/21  22:22:32
15541         Log: Few more casts, need reported in
15542              
15543              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
15544              From: Mike Stok <mike@stok.co.uk>
15545              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
15546              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
15547              
15548              and
15549              
15550              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
15551              From: abigail@foad.org
15552              Date: 21 Aug 2000 21:31:34 -0000
15553              Message-Id: <20000821213134.30170.qmail@foad.org>
15554      Branch: perl
15555            ! ext/Storable/Storable.xs
15556 ____________________________________________________________________________
15557 [  6757] By: jhi                                   on 2000/08/21  18:37:07
15558         Log: Update Changes.
15559      Branch: perl
15560            ! Changes patchlevel.h
15561 ____________________________________________________________________________
15562 [  6756] By: jhi                                   on 2000/08/21  18:34:02
15563         Log: A pod nit.
15564              
15565              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
15566              From: <abigail@foad.org>
15567              Date: Mon, 21 Aug 2000 14:00:16 -0400
15568              Message-ID: <20000821180016.28627.qmail@foad.org>
15569      Branch: perl
15570            ! pod/perlre.pod
15571 ____________________________________________________________________________
15572 [  6755] By: jhi                                   on 2000/08/21  18:30:56
15573         Log: Use PodParser 1.18 new test.
15574      Branch: perl
15575            ! t/pod/special_seqs.t t/pod/special_seqs.xr
15576 ____________________________________________________________________________
15577 [  6754] By: jhi                                   on 2000/08/21  18:28:35
15578         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
15579              patches cannot be applied since #6712 conflicts.
15580      Branch: perl
15581            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
15582 ____________________________________________________________________________
15583 [  6753] By: jhi                                   on 2000/08/21  18:15:11
15584         Log: Weed out some smaller changes.
15585      Branch: perl
15586            ! pod/perldelta.pod
15587 ____________________________________________________________________________
15588 [  6752] By: jhi                                   on 2000/08/21  18:02:30
15589         Log: Also under djgpp the timestamps are funky.
15590      Branch: perl
15591            ! t/op/stat.t
15592 ____________________________________________________________________________
15593 [  6751] By: jhi                                   on 2000/08/21  17:55:56
15594         Log: Tweak the floating point output routine preferences.
15595      Branch: metaconfig
15596            ! U/compline/d_gconvert.U
15597      Branch: perl
15598            ! Configure
15599 ____________________________________________________________________________
15600 [  6750] By: jhi                                   on 2000/08/21  17:51:29
15601         Log: Unicos/mk requires elaborate paranoia.
15602      Branch: perl
15603            ! lib/Math/Complex.pm
15604 ____________________________________________________________________________
15605 [  6749] By: gsar                                  on 2000/08/21  16:53:31
15606         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
15607      Branch: perl
15608            ! lib/Cwd.pm
15609 ____________________________________________________________________________
15610 [  6748] By: gsar                                  on 2000/08/21  16:22:19
15611         Log: free TLS slot properly on Windows
15612      Branch: perl
15613            ! thread.h win32/perllib.c win32/win32thread.h
15614 ____________________________________________________________________________
15615 [  6747] By: jhi                                   on 2000/08/21  16:20:58
15616         Log: Rename the macro argument because some preprocessors
15617              can't tell the difference and expand arguments also inside
15618              double quoted strings.
15619      Branch: perl
15620            ! regcomp.c
15621 ____________________________________________________________________________
15622 [  6746] By: jhi                                   on 2000/08/21  16:09:41
15623         Log: Support long doubles in Storable.
15624              
15625              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
15626              From: Radu Greab <radu@netsoft.ro>
15627              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
15628              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
15629      Branch: perl
15630            ! ext/Storable/Storable.xs
15631 ____________________________________________________________________________
15632 [  6745] By: jhi                                   on 2000/08/21  15:51:40
15633         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
15634              From: "Fifer, Eric" <EFifer@sanwaint.com>
15635              Date: Mon, 21 Aug 2000 15:34:49 +0100
15636              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
15637      Branch: perl
15638            ! t/pragma/warn/9enabled
15639 ____________________________________________________________________________
15640 [  6744] By: jhi                                   on 2000/08/21  15:39:35
15641         Log: Document the endianness of Alpha more precisely.
15642      Branch: perl
15643            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
15644            ! pod/perlport.pod
15645 ____________________________________________________________________________
15646 [  6743] By: jhi                                   on 2000/08/21  14:47:05
15647         Log: perldelta fixes from the p5p crowd.
15648      Branch: perl
15649            ! pod/perldelta.pod pod/perlop.pod
15650 ____________________________________________________________________________
15651 [  6742] By: jhi                                   on 2000/08/21  13:34:51
15652         Log: Update to Pod::LaTeX 0.53.
15653              
15654              Subject: [PATCH] lib/Pod/LaTeX.pm updates
15655              From: Tim Jenness <timj@jach.hawaii.edu>
15656              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
15657              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
15658      Branch: perl
15659            ! lib/Pod/LaTeX.pm
15660 ____________________________________________________________________________
15661 [  6741] By: jhi                                   on 2000/08/21  13:33:01
15662         Log: Subject: [PATCH] os2.c fix for use64bitint
15663              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15664              Date: Mon, 21 Aug 2000 01:32:25 -0700
15665              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
15666      Branch: perl
15667            ! os2/os2.c
15668 ____________________________________________________________________________
15669 [  6740] By: jhi                                   on 2000/08/21  13:28:52
15670         Log: Array context keeps slithering in.
15671              
15672              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
15673              From: Daniel Chetlin <daniel@chetlin.com>
15674              Date: Sun, 20 Aug 2000 21:40:25 -0700
15675              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
15676      Branch: perl
15677            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
15678            ! pod/perldebtut.pod
15679 ____________________________________________________________________________
15680 [  6739] By: jhi                                   on 2000/08/21  13:23:55
15681         Log: Big-endian quad fixes for Storable from Radu Greab,
15682              plus few explicit null casts for picky compilers.
15683      Branch: perl
15684            ! ext/Storable/Storable.xs
15685 ____________________________________________________________________________
15686 [  6738] By: gsar                                  on 2000/08/21  05:56:13
15687         Log: small tweaks for change#6705: avoid C++ style comments in C code;
15688              use Perl's malloc API rather than the low level system one
15689      Branch: perl
15690            ! win32/win32.c
15691 ____________________________________________________________________________
15692 [  6737] By: gsar                                  on 2000/08/21  05:35:41
15693         Log: add Storable to list of extensions on Windows
15694      Branch: perl
15695            ! win32/Makefile win32/makefile.mk
15696 ____________________________________________________________________________
15697 [  6736] By: jhi                                   on 2000/08/21  02:57:53
15698         Log: Update Changes.
15699      Branch: perl
15700            ! Changes patchlevel.h
15701 ____________________________________________________________________________
15702 [  6735] By: jhi                                   on 2000/08/21  02:57:20
15703         Log: Draft 0.
15704      Branch: perl
15705            ! pod/perldelta.pod
15706 ____________________________________________________________________________
15707 [  6734] By: jhi                                   on 2000/08/21  02:57:03
15708         Log: Add Storable 0.7.2 from Raphael Manfredi,
15709              plus the patch from
15710              
15711              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
15712              From: Radu Greab <radu@netsoft.ro>
15713              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
15714              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
15715              
15716              plus changes to get Storable to compile with
15717              picky ANSI compilers.
15718      Branch: perl
15719            + ext/Storable/ChangeLog ext/Storable/MANIFEST
15720            + ext/Storable/Makefile.PL ext/Storable/README
15721            + ext/Storable/Storable.pm ext/Storable/Storable.xs
15722            + ext/Storable/patchlevel.h t/lib/st-06compat.t
15723            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
15724            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
15725            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
15726            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
15727            + t/lib/st-tieditems.t
15728            ! MANIFEST
15729 ____________________________________________________________________________
15730 [  6733] By: jhi                                   on 2000/08/21  02:29:09
15731         Log: The correct cleaning order is an art.
15732      Branch: perl
15733            ! Makefile.SH
15734 ____________________________________________________________________________
15735 [  6732] By: jhi                                   on 2000/08/21  01:23:39
15736         Log: The #6724 is here.
15737      Branch: perl
15738            ! t/lib/ftmp-security.t
15739 ____________________________________________________________________________
15740 [  6731] By: jhi                                   on 2000/08/20  23:17:03
15741         Log: s/this one/the 5.6.0 release/
15742      Branch: perl
15743            ! pod/perl56delta.pod
15744 ____________________________________________________________________________
15745 [  6730] By: jhi                                   on 2000/08/20  23:07:34
15746         Log: Mention perlebcdic and perlposix-bc.
15747      Branch: perl
15748            ! pod/perlport.pod
15749 ____________________________________________________________________________
15750 [  6729] By: jhi                                   on 2000/08/20  21:32:59
15751         Log: Document the number of exponent digits.
15752      Branch: perl
15753            ! pod/perlfunc.pod
15754 ____________________________________________________________________________
15755 [  6728] By: jhi                                   on 2000/08/20  21:16:47
15756         Log: Use File::Spec->tmpdir().
15757              
15758              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
15759              From: Tim Jenness <timj@jach.hawaii.edu>
15760              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
15761              MIME-Version: 1.0
15762              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
15763      Branch: perl
15764            ! utils/perlbug.PL
15765 ____________________________________________________________________________
15766 [  6727] By: jhi                                   on 2000/08/20  20:43:32
15767         Log: Update Changes.
15768      Branch: perl
15769            ! Changes patchlevel.h
15770 ____________________________________________________________________________
15771 [  6726] By: jhi                                   on 2000/08/20  20:41:44
15772         Log: The veryclean target needs to clobber.
15773      Branch: perl
15774            ! Makefile.SH
15775 ____________________________________________________________________________
15776 [  6725] By: jhi                                   on 2000/08/20  20:37:38
15777         Log: Document odd vs even subreleases and -Dusedevel.
15778      Branch: perl
15779            ! INSTALL
15780 ____________________________________________________________________________
15781 [  6724] By: jhi                                   on 2000/08/20  19:58:05
15782         Log: Use temporary directory instead of current directory.
15783              
15784              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
15785              From: Tim Jenness <timj@jach.hawaii.edu>
15786              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
15787              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
15788      Branch: perl
15789            ! t/lib/ftmp-security.t
15790 ____________________________________________________________________________
15791 [  6723] By: jhi                                   on 2000/08/20  19:55:55
15792         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
15793              From: andreas.koenig@anima.de (Andreas J. Koenig)
15794              Date: 20 Aug 2000 15:52:03 +0200
15795              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
15796      Branch: perl
15797            ! lib/ExtUtils/MM_Unix.pm
15798 ____________________________________________________________________________
15799 [  6722] By: jhi                                   on 2000/08/20  19:46:01
15800         Log: Update to CGI 2.72, from Lincoln Stein.
15801      Branch: perl
15802            ! lib/CGI.pm
15803 ____________________________________________________________________________
15804 [  6721] By: jhi                                   on 2000/08/20  19:43:54
15805         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
15806              From: Radu Greab <radu@netsoft.ro>
15807              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
15808              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
15809      Branch: perl
15810            ! ext/GDBM_File/GDBM_File.xs
15811 ____________________________________________________________________________
15812 [  6720] By: jhi                                   on 2000/08/20  19:42:01
15813         Log: pp_open() could pass an uninitialized filename down to do_open9().
15814      Branch: perl
15815            ! pp_sys.c
15816 ____________________________________________________________________________
15817 [  6719] By: jhi                                   on 2000/08/20  14:06:41
15818         Log: UTF8 concat fixes.
15819              
15820              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
15821              From: Hugo <hv@crypt.compulink.co.uk>
15822              Date: Sun, 20 Aug 2000 07:30:46 +0100
15823              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
15824      Branch: perl
15825            ! pp_hot.c t/op/append.t
15826 ____________________________________________________________________________
15827 [  6718] By: jhi                                   on 2000/08/20  02:09:37
15828         Log: Let's try #6717 again.
15829      Branch: perl
15830            ! lib/File/Temp.pm
15831 ____________________________________________________________________________
15832 [  6717] By: jhi                                   on 2000/08/20  01:56:55
15833         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
15834              From: "Craig A. Berry" <craig.berry@metamorgs.com>
15835              Date: Sat, 19 Aug 2000 18:15:39 -0500
15836              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
15837      Branch: perl
15838            ! lib/File/Temp.pm
15839 ____________________________________________________________________________
15840 [  6716] By: jhi                                   on 2000/08/19  15:50:11
15841         Log: Update Changes.
15842      Branch: perl
15843            ! Changes patchlevel.h
15844 ____________________________________________________________________________
15845 [  6715] By: jhi                                   on 2000/08/19  15:39:09
15846         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
15847              From: Jonathan D Johnston <jdjohnston2@juno.com>
15848              Date: Thu, 17 Aug 2000 23:13:01 -0400       
15849              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
15850      Branch: perl
15851            ! pod/perlfunc.pod
15852 ____________________________________________________________________________
15853 [  6714] By: jhi                                   on 2000/08/19  15:34:04
15854         Log: Introduce a 'veryclean' target that is like 'distclean'
15855              but also removes *~ and *.orig.
15856      Branch: perl
15857            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
15858            ! utils/Makefile x2p/Makefile.SH
15859 ____________________________________________________________________________
15860 [  6713] By: jhi                                   on 2000/08/19  14:15:45
15861         Log: Put back the long double avoidance code to POSIX.xs
15862              because VMS seems to need it still.
15863      Branch: perl
15864            ! ext/POSIX/POSIX.xs
15865 ____________________________________________________________________________
15866 [  6712] By: jhi                                   on 2000/08/19  14:10:41
15867         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
15868              From: Peter Prymmer <pvhp@forte.com>
15869              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
15870              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
15871      Branch: perl
15872            ! lib/Pod/Find.pm t/pod/find.t
15873 ____________________________________________________________________________
15874 [  6711] By: jhi                                   on 2000/08/19  14:09:19
15875         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
15876              From: Peter Prymmer <pvhp@forte.com>
15877              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
15878              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
15879              cc: vmsperl@perl.org
15880      Branch: perl
15881            ! t/lib/peek.t
15882 ____________________________________________________________________________
15883 [  6710] By: jhi                                   on 2000/08/19  14:08:01
15884         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
15885              From: Jan Dubois <jand@ActiveState.com>
15886              Date: Fri, 18 Aug 2000 16:31:48 -0700
15887              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
15888      Branch: perl
15889            ! win32/win32.c
15890 ____________________________________________________________________________
15891 [  6709] By: jhi                                   on 2000/08/19  14:06:57
15892         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
15893              
15894              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
15895              From: Spider.Boardman@Orb.Nashua.NH.US
15896              Date: Fri, 18 Aug 2000 18:41:14 -0400
15897              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
15898      Branch: perl
15899            ! regcomp.c
15900 ____________________________________________________________________________
15901 [  6708] By: jhi                                   on 2000/08/18  22:04:49
15902         Log: Update Changes.
15903      Branch: perl
15904            ! Changes patchlevel.h
15905 ____________________________________________________________________________
15906 [  6707] By: jhi                                   on 2000/08/18  21:55:14
15907         Log: Add warnif(), check warnings further up the stack,
15908              all the warnings functions now can take an optional object reference.
15909              
15910              Subject: [PATCH bleedperl@6691] warnings pragma update
15911              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
15912              Date: Fri, 18 Aug 2000 22:42:06 +0100
15913              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
15914      Branch: perl
15915            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
15916            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
15917            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
15918 ____________________________________________________________________________
15919 [  6706] By: jhi                                   on 2000/08/18  21:41:45
15920         Log: Typo in pp_complement().
15921              
15922              Subject: [PATCH perl-current] Deparse
15923              From: Peter Scott <Peter@PSDT.com>
15924              Date: Fri, 18 Aug 2000 12:44:37 -0700
15925              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
15926      Branch: perl
15927            ! ext/B/B/Deparse.pm
15928 ____________________________________________________________________________
15929 [  6705] By: jhi                                   on 2000/08/18  21:25:59
15930         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
15931              From: Jan Dubois <jand@ActiveState.com>
15932              Date: Fri, 18 Aug 2000 14:22:51 -0700
15933              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
15934      Branch: perl
15935            ! lib/Win32.pod win32/win32.c
15936 ____________________________________________________________________________
15937 [  6704] By: jhi                                   on 2000/08/18  21:16:14
15938         Log: Don't eat leading os from index entries.
15939              
15940              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
15941              From: Russ Allbery <rra@stanford.edu>
15942              Date: 10 Aug 2000 20:49:25 -0700
15943              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
15944      Branch: perl
15945            ! lib/Pod/Man.pm
15946 ____________________________________________________________________________
15947 [  6703] By: jhi                                   on 2000/08/18  21:07:06
15948         Log: Add [[:blank:]] as suggested in
15949              
15950              Subject: [ID 20000716.024] [=cc=] / [:blank:]
15951              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
15952              Date: Sun, 16 Jul 2000 17:55:29 -0700
15953              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
15954              
15955              (the [=cc=] has already been taken care of by #6439
15956              so the whole bug report can be closed)
15957              
15958              and make [[:space:]] to be equivalent to isspace(3)
15959              (as opposed to \s, which is isSPACE()).  The difference
15960              is that now [[:space:]] matches the mythical vertical tab,
15961              while \s doesn't.
15962      Branch: perl
15963            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
15964            ! regexec.c t/op/pat.t
15965 ____________________________________________________________________________
15966 [  6702] By: jhi                                   on 2000/08/18  18:47:47
15967         Log: The new tests were missing from #6415.
15968      Branch: perl
15969            ! t/op/bop.t
15970 ____________________________________________________________________________
15971 [  6701] By: jhi                                   on 2000/08/18  18:20:40
15972         Log: Document the NDBM_File and ODBM_File as SDBM_File
15973              was documented in #6417.
15974      Branch: perl
15975            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
15976            ! ext/SDBM_File/SDBM_File.pm
15977 ____________________________________________________________________________
15978 [  6700] By: jhi                                   on 2000/08/18  18:10:39
15979         Log: Subject: [PATCH perl@6698] cygwin port
15980              From: "Fifer, Eric" <EFifer@sanwaint.com>
15981              Date: Fri, 18 Aug 2000 17:30:05 +0100
15982              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
15983      Branch: perl
15984            ! lib/File/Temp.pm
15985 ____________________________________________________________________________
15986 [  6699] By: jhi                                   on 2000/08/18  16:21:49
15987         Log: Document code point which makes if (defined %stash::) to work
15988              (noted by Spider Boardman).
15989      Branch: perl
15990            ! op.c
15991 ____________________________________________________________________________
15992 [  6698] By: jhi                                   on 2000/08/18  13:43:27
15993         Log: Update Changes.
15994      Branch: perl
15995            ! Changes patchlevel.h
15996 ____________________________________________________________________________
15997 [  6697] By: jhi                                   on 2000/08/18  13:35:57
15998         Log: Tiny Getopt::Long patch from Johan Vromans.
15999      Branch: perl
16000            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
16001 ____________________________________________________________________________
16002 [  6696] By: jhi                                   on 2000/08/18  13:26:14
16003         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
16004              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
16005              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
16006              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
16007      Branch: perl
16008            ! pod/perldiag.pod pod/perlsyn.pod
16009 ____________________________________________________________________________
16010 [  6695] By: jhi                                   on 2000/08/18  13:13:26
16011         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
16012              From: Daniel Chetlin <daniel@chetlin.com>
16013              Date: Fri, 18 Aug 2000 03:13:36 -0700
16014              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
16015      Branch: perl
16016            ! pod/perlfunc.pod
16017 ____________________________________________________________________________
16018 [  6694] By: jhi                                   on 2000/08/18  13:08:05
16019         Log: Subject: [PATCH] perltrap.pod spring cleaning
16020              From: Daniel Chetlin <daniel@chetlin.com>
16021              Date: Fri, 18 Aug 2000 03:06:54 -0700
16022              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
16023              
16024              plus Mike Guy's nitfix.
16025      Branch: perl
16026            ! pod/perltrap.pod
16027 ____________________________________________________________________________
16028 [  6693] By: jhi                                   on 2000/08/18  13:00:26
16029         Log: Unbuffer the output.
16030              
16031              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
16032              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16033              Date: Thu, 17 Aug 2000 18:39:29 -0700
16034              Message-ID: <RPJn5gzkgydf092yn@efn.org>
16035      Branch: perl
16036            ! t/op/fork.t
16037 ____________________________________________________________________________
16038 [  6692] By: jhi                                   on 2000/08/18  05:19:17
16039         Log: Delete the image, too, not just its MANIFEStation.
16040      Branch: perl
16041            - lib/CGI/eg/wilogo.gif
16042 ____________________________________________________________________________
16043 [  6691] By: jhi                                   on 2000/08/18  05:10:26
16044         Log: Propagate new Configure vars.
16045      Branch: perl
16046            ! configure.com epoc/config.sh uconfig.h uconfig.sh
16047            ! vos/config.def vos/config.h vos/config_h.SH_orig
16048            ! win32/config.bc win32/config.gc win32/config.vc
16049            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16050 ____________________________________________________________________________
16051 [  6690] By: jhi                                   on 2000/08/18  04:30:56
16052         Log: Update Changes.
16053      Branch: perl
16054            ! Changes patchlevel.h
16055 ____________________________________________________________________________
16056 [  6689] By: jhi                                   on 2000/08/18  04:12:30
16057         Log: Fix the lib/complex failure of
16058              
16059              From: abigail@foad.org
16060              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
16061              Date: 15 Aug 2000 04:06:38 -0000
16062              Message-Id: <20000815040638.8524.qmail@foad.org> 
16063              
16064              Linux long double accuracy issue: something that
16065              when printed with %g looks like "2" but int() of it is 1.
16066      Branch: perl
16067            ! lib/Math/Complex.pm
16068 ____________________________________________________________________________
16069 [  6688] By: jhi                                   on 2000/08/18  03:15:35
16070         Log: The byteorder code in #6671 was wrong.
16071      Branch: perl
16072            ! configpm
16073 ____________________________________________________________________________
16074 [  6687] By: jhi                                   on 2000/08/18  02:08:42
16075         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
16076              From: Jan Dubois <jand@ActiveState.com>
16077              Date: Thu, 17 Aug 2000 18:31:55 -0700
16078              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
16079      Branch: perl
16080            ! sv.c
16081 ____________________________________________________________________________
16082 [  6686] By: jhi                                   on 2000/08/18  02:04:15
16083         Log: Use NVs in POSIX math, not doubles.
16084              
16085              From: abigail@foad.org
16086              Subject: [ID 20000817.014] POSIX & modfl
16087              Date: 17 Aug 2000 20:49:18 -0000
16088              Message-Id: <20000817204918.23123.qmail@foad.org>
16089      Branch: perl
16090            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
16091 ____________________________________________________________________________
16092 [  6685] By: jhi                                   on 2000/08/18  02:02:12
16093         Log: Introduce NVef, NVff, and NVgf, use the middle one.
16094              (helps for lib/peek + Linux + long doubles)  Reported in
16095              
16096              From: abigail@foad.org
16097              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
16098              Date: 15 Aug 2000 04:06:38 -0000
16099              Message-Id: <20000815040638.8524.qmail@foad.org> 
16100              
16101              (note: the lib/complex failure has not yet been addressed)
16102      Branch: metaconfig/U/perl
16103            ! perlxvf.U
16104      Branch: perl
16105            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16106            ! config_h.SH dump.c perl.h pod/perlguts.pod
16107 ____________________________________________________________________________
16108 [  6684] By: jhi                                   on 2000/08/17  23:22:19
16109         Log: Add byteorder to the myconfig output.
16110      Branch: perl
16111            ! myconfig.SH
16112 ____________________________________________________________________________
16113 [  6683] By: jhi                                   on 2000/08/17  23:20:19
16114         Log: The image doth not exist, spotted by Johan Vromans.
16115      Branch: perl
16116            ! MANIFEST
16117 ____________________________________________________________________________
16118 [  6682] By: jhi                                   on 2000/08/17  22:38:16
16119         Log: Document what the backtick returns if the command fails.
16120      Branch: perl
16121            ! pod/perlop.pod
16122 ____________________________________________________________________________
16123 [  6681] By: jhi                                   on 2000/08/17  22:33:12
16124         Log: Do not use prototyping here.
16125              
16126              Subject: [ID 20000817.016] [PATCH] Peek.xs
16127              From: abigail@foad.org
16128              Date: 17 Aug 2000 20:55:56 -0000
16129              Message-Id: <20000817205556.24270.qmail@foad.org>
16130      Branch: perl
16131            ! ext/Devel/Peek/Makefile.PL
16132 ____________________________________________________________________________
16133 [  6680] By: jhi                                   on 2000/08/17  19:46:43
16134         Log: Don't propose using modules built for 5.005 if no binary
16135              compatibility with 5.005 is attempted.
16136              
16137              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16138              Subject: Minor nit with 5.7.0 (6655)
16139              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
16140              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
16141      Branch: metaconfig
16142            ! U/installdirs/inc_version_list.U
16143      Branch: perl
16144            ! Configure config_h.SH
16145 ____________________________________________________________________________
16146 [  6679] By: jhi                                   on 2000/08/17  19:16:39
16147         Log: Microperl config update.
16148      Branch: perl
16149            ! uconfig.h uconfig.sh
16150 ____________________________________________________________________________
16151 [  6678] By: jhi                                   on 2000/08/17  19:16:13
16152         Log: The #6648 wasn't protective enough for limited platforms
16153              (like microperl).
16154      Branch: perl
16155            ! dump.c sv.c
16156 ____________________________________________________________________________
16157 [  6677] By: jhi                                   on 2000/08/17  14:46:35
16158         Log: Update Changes.
16159      Branch: perl
16160            ! Changes patchlevel.h
16161 ____________________________________________________________________________
16162 [  6676] By: jhi                                   on 2000/08/17  14:44:02
16163         Log: Add perlebcdic from Peter Prymmer, regen toc.
16164      Branch: perl
16165            + pod/perlebcdic.pod
16166            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
16167 ____________________________________________________________________________
16168 [  6675] By: jhi                                   on 2000/08/17  14:41:52
16169         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
16170      Branch: perl
16171            ! pod/perldebtut.pod
16172 ____________________________________________________________________________
16173 [  6674] By: jhi                                   on 2000/08/17  14:29:43
16174         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
16175              
16176              Subject: [ID 20000724.006] -DLEAKTEST problem
16177              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
16178              Date: Tue, 25 Jul 2000 00:36:32 -0500
16179              Message-Id: <20000725003632.A26186@www.llamacom.com>
16180              
16181              Reminder sent
16182              
16183              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
16184              From: Hugo <hv@crypt.compulink.co.uk>
16185              Date: Thu, 17 Aug 2000 15:23:42 +0100
16186              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
16187      Branch: perl
16188            ! util.c
16189 ____________________________________________________________________________
16190 [  6673] By: jhi                                   on 2000/08/17  04:07:10
16191         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
16192              From: John Peacock <JPeacock@UnivPress.com>
16193              Date: Tue, 01 Aug 2000 09:38:12 -0400
16194              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
16195      Branch: perl
16196            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
16197 ____________________________________________________________________________
16198 [  6672] By: jhi                                   on 2000/08/17  03:04:35
16199         Log: Subject: [PATCH] Cwd.pm now uses strict
16200              From: Tim Jenness <timj@jach.hawaii.edu>
16201              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
16202              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
16203      Branch: perl
16204            ! lib/Cwd.pm
16205 ____________________________________________________________________________
16206 [  6671] By: jhi                                   on 2000/08/17  02:16:35
16207         Log: Make $Config{byteorder} more magical so that it is
16208              dynamically computed: nice for 'fat binaries'.
16209              
16210              Subject: [PATCH]: default byteorder
16211              From: Wilfredo Sánchez <wsanchez@apple.com>
16212              Date: Mon, 31 Jul 2000 19:45:31 -0700
16213              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
16214      Branch: perl
16215            ! configpm
16216 ____________________________________________________________________________
16217 [  6670] By: gsar                                  on 2000/08/17  01:22:21
16218         Log: move WNOHANG definition to where other such things are
16219      Branch: perl
16220            ! win32/win32.h
16221 ____________________________________________________________________________
16222 [  6669] By: jhi                                   on 2000/08/17  01:19:17
16223         Log: Update Changes.
16224      Branch: perl
16225            ! Changes patchlevel.h
16226 ____________________________________________________________________________
16227 [  6668] By: jhi                                   on 2000/08/17  01:16:29
16228         Log: Doc nits spotted by Richard Soderberg.
16229      Branch: perl
16230            ! README.posix-bc README.vmesa
16231 ____________________________________________________________________________
16232 [  6667] By: jhi                                   on 2000/08/17  01:12:11
16233         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
16234              From: "Casey R. Tweten" <crt@kiski.net>
16235              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
16236              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
16237      Branch: perl
16238            ! pod/perldebtut.pod
16239 ____________________________________________________________________________
16240 [  6666] By: jhi                                   on 2000/08/17  01:09:31
16241         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
16242              From: "Casey R. Tweten" <crt@kiski.net>
16243              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
16244              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
16245      Branch: perl
16246            ! lib/Shell.pm
16247 ____________________________________________________________________________
16248 [  6665] By: gsar                                  on 2000/08/17  01:03:52
16249         Log: add "ok" targets from change#6632 in makefile.mk
16250      Branch: perl
16251            ! pod/perlport.pod win32/Makefile win32/makefile.mk
16252 ____________________________________________________________________________
16253 [  6664] By: gsar                                  on 2000/08/17  00:56:11
16254         Log: avoid warnings from dense compiler
16255      Branch: perl
16256            ! win32/win32.c
16257 ____________________________________________________________________________
16258 [  6663] By: jhi                                   on 2000/08/17  00:51:49
16259         Log: Tweak the regex compilation errors once more.
16260      Branch: perl
16261            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
16262            ! t/op/regmesg.t t/pragma/warn/regcomp
16263 ____________________________________________________________________________
16264 [  6662] By: gsar                                  on 2000/08/17  00:28:19
16265         Log: trailing new %ENV entries weren't being pushed into the real
16266              environment of subprocesses on Windows
16267      Branch: perl
16268            ! t/op/magic.t win32/perlhost.h
16269 ____________________________________________________________________________
16270 [  6661] By: gsar                                  on 2000/08/17  00:19:20
16271         Log: waitpid() now handles externally spawned pids correctly;
16272              fixes for backtick/wait/waitpid failures on Windows 9x
16273              
16274              these changes make the pid returned by process functions on
16275              Windows 9x always positive by clearing the high bit (which
16276              is always set on Win9x); pseudo-process PIDs are likewise
16277              always negative now on Win9x (just as on NT/2000)
16278      Branch: perl
16279            ! pp_sys.c win32/perlhost.h win32/win32.c
16280 ____________________________________________________________________________
16281 [  6660] By: jhi                                   on 2000/08/17  00:04:32
16282         Log: Retract #6645.
16283      Branch: perl
16284            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16285            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
16286            ! t/op/sprintf.t
16287 ____________________________________________________________________________
16288 [  6659] By: gsar                                  on 2000/08/16  23:59:28
16289         Log: on windows, the return values from wait() and waitpid() don't
16290              match those of pseudo-pids
16291      Branch: perl
16292            ! pp_sys.c t/op/fork.t util.c win32/win32.c
16293 ____________________________________________________________________________
16294 [  6658] By: gsar                                  on 2000/08/16  23:56:14
16295         Log: pod nit seen in passing
16296      Branch: perl
16297            ! pod/perlfunc.pod
16298 ____________________________________________________________________________
16299 [  6657] By: gsar                                  on 2000/08/16  23:53:42
16300         Log: change#6328 could make close(SOCKET) return false on windows
16301              when it shouldn't
16302      Branch: perl
16303            ! win32/win32sck.c
16304 ____________________________________________________________________________
16305 [  6656] By: gsar                                  on 2000/08/16  23:46:57
16306         Log: check that the number pseudo children doesn't exceed
16307              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
16308              the WaitForMultipleObjects() limit that would cause wait()
16309              to crash)
16310              
16311              wait() and waitpid() could potentially be rewritten to use
16312              more than one thread to do the waiting to eliminate this
16313              limitation
16314      Branch: perl
16315            ! win32/perlhost.h
16316 ____________________________________________________________________________
16317 [  6655] By: jhi                                   on 2000/08/16  14:11:05
16318         Log: Update Changes.
16319      Branch: perl
16320            ! Changes patchlevel.h
16321 ____________________________________________________________________________
16322 [  6654] By: jhi                                   on 2000/08/16  14:10:12
16323         Log: Update to perldebtut 1.9, from Richard Foley.
16324      Branch: perl
16325            ! pod/perldebtut.pod
16326 ____________________________________________________________________________
16327 [  6653] By: jhi                                   on 2000/08/16  14:08:17
16328         Log: Change the regx compilation error markers to use = instead of <
16329              since pod makes using the latter quite messy.  Reported in
16330              ID 20000814.006 by Abigail and in
16331              Subject: Unknown escape E<> ?
16332              From: Lupe Christoph <lupe@lupe-christoph.de>
16333              Date: Fri, 11 Aug 2000 00:30:27 +0200
16334              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
16335      Branch: perl
16336            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
16337            ! t/op/regmesg.t t/pragma/warn/regcomp
16338 ____________________________________________________________________________
16339 [  6652] By: jhi                                   on 2000/08/16  13:25:31
16340         Log: Change the perlbug address to perl.org since it's more forgiving.
16341              
16342              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
16343              From: abigail@foad.org
16344              Date: 15 Aug 2000 04:15:40 -0000
16345              Message-Id: <20000815041540.8633.qmail@foad.org>
16346      Branch: perl
16347            ! utils/perlbug.PL
16348 ____________________________________________________________________________
16349 [  6651] By: jhi                                   on 2000/08/16  13:22:35
16350         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
16351              From: Tim Jenness <timj@jach.hawaii.edu>
16352              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
16353              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
16354      Branch: perl
16355            ! lib/Cwd.pm
16356 ____________________________________________________________________________
16357 [  6650] By: jhi                                   on 2000/08/16  13:18:13
16358         Log: Update to CPAN 1.57.
16359              
16360              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
16361              From: andreas.koenig@anima.de (Andreas J. Koenig)
16362              Date: 16 Aug 2000 15:09:46 +0200
16363              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
16364      Branch: perl
16365            ! lib/CPAN.pm
16366 ____________________________________________________________________________
16367 [  6649] By: jhi                                   on 2000/08/16  13:12:31
16368         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
16369              From: "Larry W. Virden" <lvirden@cas.org>
16370              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
16371              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
16372      Branch: perl
16373            ! README.hpux
16374 ____________________________________________________________________________
16375 [  6648] By: jhi                                   on 2000/08/16  13:03:53
16376         Log: The numeric locale was reset to "C" by s?printf and never restored.
16377              
16378              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
16379              From: Christian Kirsch <ck@held.mind.de>
16380              Date: Wed, 9 Aug 2000 17:05:17 +0200
16381              Message-Id: <20000809170517.A25389@held>
16382              
16383              No test since adding the failing example to locale.t
16384              does not fail -- probably because the locale settings are so
16385              thoroughly tweaked by that time.  Running the example standalone
16386              does fail, though.  UPDATE: test case added at change #7540.
16387      Branch: perl
16388            ! dump.c perl.h pp.c pp_ctl.c sv.c
16389 ____________________________________________________________________________
16390 [  6647] By: jhi                                   on 2000/08/16  00:07:54
16391         Log: Update Changes and test semi-automatic patchlevel updating.
16392      Branch: perl
16393            ! Changes patchlevel.h
16394 ____________________________________________________________________________
16395 [  6646] By: jhi                                   on 2000/08/15  23:35:07
16396         Log: Fix a dependency problem.
16397              
16398              Subject: [PATCH: 6640] VMS Makefile.SH update
16399              From: Peter Prymmer <pvhp@forte.com>
16400              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
16401              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
16402      Branch: perl
16403            ! vms/descrip_mms.template
16404 ____________________________________________________________________________
16405 [  6645] By: jhi                                   on 2000/08/15  23:33:23
16406         Log: (Retracted by #6660)
16407              
16408              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
16409              From: Dominic Dunlop <domo@computer.org>
16410              Date: Tue, 15 Aug 2000 22:20:52 +0200
16411              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
16412      Branch: metaconfig/U/perl
16413            + d_printfed.U
16414      Branch: perl
16415            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16416            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
16417            ! t/op/sprintf.t
16418 ____________________________________________________________________________
16419 [  6644] By: jhi                                   on 2000/08/15  21:17:20
16420         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
16421              From: abigail@foad.org
16422              Date: 15 Aug 2000 20:12:41 -0000
16423              Message-Id: <20000815201241.25556.qmail@foad.org>
16424      Branch: perl
16425            ! INSTALL
16426 ____________________________________________________________________________
16427 [  6643] By: jhi                                   on 2000/08/15  21:15:28
16428         Log: (an already applied patch)
16429      Branch: perl
16430            ! lib/CGI.pm
16431 ____________________________________________________________________________
16432 [  6642] By: gsar                                  on 2000/08/15  19:54:05
16433         Log: magic callbacks all need to have same type signature
16434      Branch: perl
16435            ! embed.pl mg.c proto.h
16436 ____________________________________________________________________________
16437 [  6641] By: jhi                                   on 2000/08/15  17:56:27
16438         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)
16439              From: Mike Guy <mjtg@cam.ac.uk>
16440              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
16441              Date: Tue, 15 Aug 2000 18:26:45 +0100
16442              
16443              Only the peek.t part applied, not the hash quality part.
16444      Branch: perl
16445            ! t/lib/peek.t
16446 ____________________________________________________________________________
16447 [  6640] By: jhi                                   on 2000/08/15  16:37:37
16448         Log: Update Changes.
16449      Branch: perl
16450            ! Changes
16451 ____________________________________________________________________________
16452 [  6639] By: jhi                                   on 2000/08/15  16:34:55
16453         Log: Missed a file from #6638.
16454      Branch: perl
16455            ! lib/File/Temp.pm
16456 ____________________________________________________________________________
16457 [  6638] By: jhi                                   on 2000/08/15  16:33:19
16458         Log: Subject: [PATCH perl@6620] cygwin port
16459              From: "Fifer, Eric" <EFifer@sanwaint.com>
16460              Date: Tue, 15 Aug 2000 17:00:49 +0100
16461              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
16462      Branch: perl
16463            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
16464 ____________________________________________________________________________
16465 [  6637] By: jhi                                   on 2000/08/15  16:29:22
16466         Log: Subject: [PATCH] debugger exit code should reflect user exit code
16467              From: Mike Guy <mjtg@cam.ac.uk>
16468              Date: Tue, 15 Aug 2000 16:55:59 +0100
16469              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
16470      Branch: perl
16471            ! lib/perl5db.pl
16472 ____________________________________________________________________________
16473 [  6636] By: jhi                                   on 2000/08/15  15:30:58
16474         Log: Update Changes.
16475      Branch: perl
16476            ! Changes
16477 ____________________________________________________________________________
16478 [  6635] By: jhi                                   on 2000/08/15  15:27:21
16479         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
16480      Branch: metaconfig
16481            ! U/mkglossary U/mksample
16482      Branch: metaconfig/U/perl
16483            ! Devel.U
16484      Branch: perl
16485            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16486 ____________________________________________________________________________
16487 [  6634] By: jhi                                   on 2000/08/15  14:11:55
16488         Log: Don't blow limited stacks, a lower number is enough to
16489              tickle the lookbehind limit.
16490              
16491              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
16492              From: Dominic Dunlop <domo@computer.org>
16493              Date: Tue, 15 Aug 2000 13:51:24 +0200
16494              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
16495      Branch: perl
16496            ! t/op/regmesg.t
16497 ____________________________________________________________________________
16498 [  6633] By: jhi                                   on 2000/08/15  14:01:46
16499         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
16500              From: Mike Guy <mjtg@cam.ac.uk>
16501              Date: Tue, 15 Aug 2000 12:10:50 +0100
16502              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
16503      Branch: perl
16504            ! utils/perldoc.PL
16505 ____________________________________________________________________________
16506 [  6632] By: jhi                                   on 2000/08/15  13:58:48
16507         Log: make ok etc also for win32.
16508              
16509              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
16510              From: Prymmer/Kahn <pvhp@best.com>
16511              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
16512              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
16513      Branch: perl
16514            ! win32/Makefile
16515 ____________________________________________________________________________
16516 [  6631] By: jhi                                   on 2000/08/15  13:45:03
16517         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
16518      Branch: perl
16519            ! lib/Test.pm
16520 ____________________________________________________________________________
16521 [  6630] By: jhi                                   on 2000/08/15  03:25:09
16522         Log: Update Changes.
16523      Branch: perl
16524            ! Changes
16525 ____________________________________________________________________________
16526 [  6629] By: jhi                                   on 2000/08/15  03:23:53
16527         Log: magic_regdatum_set() is void, not int.
16528      Branch: perl
16529            ! embed.pl mg.c proto.h
16530 ____________________________________________________________________________
16531 [  6628] By: jhi                                   on 2000/08/15  03:08:02
16532         Log: Make the user to give up his firstborn, err, to knowingly
16533              verify installing an unstable developer release.  Also bump
16534              the release to 5.7.0, but leave a patch tag in the local
16535              patches saying that this is not yet the real thing.
16536      Branch: metaconfig
16537            ! U/modified/Instruct.U
16538      Branch: metaconfig/U/perl
16539            + Devel.U
16540      Branch: perl
16541            ! Configure patchlevel.h
16542 ____________________________________________________________________________
16543 [  6627] By: jhi                                   on 2000/08/14  22:32:52
16544         Log: README.os2 update.
16545              
16546              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
16547              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16548              Date: Wed, 02 Aug 2000 21:55:09 -0700
16549              Message-ID: <tsPi5gzkgegX092yn@efn.org>
16550      Branch: perl
16551            ! README.os2
16552 ____________________________________________________________________________
16553 [  6626] By: jhi                                   on 2000/08/14  21:00:02
16554         Log: Subject: Re: File::Temp problems on VMS in bleedperl
16555              From: Tim Jenness <timj@jach.hawaii.edu>
16556              cc: vmsperl@perl.org
16557              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
16558              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
16559      Branch: perl
16560            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
16561 ____________________________________________________________________________
16562 [  6625] By: jhi                                   on 2000/08/14  20:52:16
16563         Log: Add SUIDMAIL as was done for the CERT alert.
16564      Branch: perl
16565            ! patchlevel.h
16566 ____________________________________________________________________________
16567 [  6624] By: jhi                                   on 2000/08/14  20:48:50
16568         Log: Subject: sfio2000
16569              From: Daniel Muino <dmuino@afip.gov.ar>
16570              Date: Mon, 14 Aug 2000 16:58:11 -0300
16571              Message-ID: <20000814165811.B16368@con2-dgi>
16572      Branch: perl
16573            ! perlsdio.h perlsfio.h
16574 ____________________________________________________________________________
16575 [  6623] By: jhi                                   on 2000/08/14  20:47:36
16576         Log: Subject: warning: storage class after type is obsolescent
16577              From: Daniel Muino <dmuino@afip.gov.ar>
16578              Date: Mon, 14 Aug 2000 16:42:47 -0300
16579              Message-ID: <20000814164247.A16368@con2-dgi>
16580      Branch: perl
16581            ! regcomp.pl regnodes.h
16582 ____________________________________________________________________________
16583 [  6622] By: jhi                                   on 2000/08/14  20:43:05
16584         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
16585              From: abigail@foad.org
16586              Date: 14 Aug 2000 20:00:10 -0000
16587              Message-Id: <20000814200010.27271.qmail@foad.org>
16588      Branch: perl
16589            ! Changes
16590 ____________________________________________________________________________
16591 [  6621] By: jhi                                   on 2000/08/14  15:23:05
16592         Log: Update Changes.
16593      Branch: perl
16594            ! Changes
16595 ____________________________________________________________________________
16596 [  6620] By: jhi                                   on 2000/08/14  15:22:14
16597         Log: Subject: Re: [PATCH] @+, @- readonly
16598              From: Mike Guy <mjtg@cam.ac.uk>
16599              Date: Mon, 14 Aug 2000 15:26:55 +0100
16600              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
16601      Branch: perl
16602            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
16603            ! sv.c t/op/pat.t
16604 ____________________________________________________________________________
16605 [  6619] By: jhi                                   on 2000/08/14  14:12:08
16606         Log: Update Changes.
16607      Branch: perl
16608            ! Changes
16609 ____________________________________________________________________________
16610 [  6618] By: jhi                                   on 2000/08/14  14:09:34
16611         Log: For now remove the mail code.
16612      Branch: perl
16613            ! perl.c
16614 ____________________________________________________________________________
16615 [  6617] By: jhi                                   on 2000/08/14  14:08:28
16616         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
16617      Branch: perl
16618            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
16619            ! pod/perlfaq8.pod pod/perlsec.pod
16620 ____________________________________________________________________________
16621 [  6616] By: jhi                                   on 2000/08/14  14:00:11
16622         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
16623              From: Mike Guy <mjtg@cam.ac.uk>
16624              Date: Mon, 14 Aug 2000 08:26:02 +0100
16625              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
16626      Branch: perl
16627            ! lib/perl5db.pl
16628 ____________________________________________________________________________
16629 [  6615] By: jhi                                   on 2000/08/14  13:58:45
16630         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
16631              From: Mike Guy <mjtg@cam.ac.uk>
16632              Date: Mon, 14 Aug 2000 08:04:22 +0100
16633              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
16634      Branch: perl
16635            ! gv.c mg.c t/op/pat.t
16636 ____________________________________________________________________________
16637 [  6614] By: jhi                                   on 2000/08/14  13:56:45
16638         Log: Subject: Test fails / warnings with perl-current #6612
16639              From: Mike Guy <mjtg@cam.ac.uk>
16640              Date: Mon, 14 Aug 2000 07:57:23 +0100
16641              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
16642      Branch: perl
16643            ! t/lib/b.t t/lib/peek.t
16644 ____________________________________________________________________________
16645 [  6613] By: jhi                                   on 2000/08/14  13:45:33
16646         Log: VMS configure.com update continues.
16647      Branch: perl
16648            - vms/configure.com
16649            ! MANIFEST configure.com
16650 ____________________________________________________________________________
16651 [  6612] By: jhi                                   on 2000/08/13  22:13:35
16652         Log: Update Changes.
16653      Branch: perl
16654            ! Changes
16655 ____________________________________________________________________________
16656 [  6611] By: jhi                                   on 2000/08/13  16:21:45
16657         Log: Upgrade to CGI 2.71, from Lincoln Stein.
16658      Branch: perl
16659            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
16660 ____________________________________________________________________________
16661 [  6610] By: jhi                                   on 2000/08/13  15:09:16
16662         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
16663              From: Mike Guy <mjtg@cam.ac.uk>
16664              Date: Sun, 13 Aug 2000 13:45:51 +0100
16665              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
16666      Branch: perl
16667            ! t/op/regmesg.t
16668 ____________________________________________________________________________
16669 [  6609] By: jhi                                   on 2000/08/13  14:31:26
16670         Log: Andreas says that 1.56 is fine, so reverting back to it.
16671      Branch: perl
16672            ! lib/CPAN.pm
16673 ____________________________________________________________________________
16674 [  6608] By: jhi                                   on 2000/08/13  05:34:20
16675         Log: Update Changes.
16676      Branch: perl
16677            ! Changes
16678 ____________________________________________________________________________
16679 [  6607] By: jhi                                   on 2000/08/13  05:32:01
16680         Log: Put back the \z changes of #5406 to CPAN.pm.
16681      Branch: perl
16682            ! lib/CPAN.pm
16683 ____________________________________________________________________________
16684 [  6606] By: jhi                                   on 2000/08/13  05:20:16
16685         Log: Fix-n-skip the tests under 5005threads.
16686      Branch: perl
16687            ! t/lib/b.t
16688 ____________________________________________________________________________
16689 [  6605] By: jhi                                   on 2000/08/13  05:07:48
16690         Log: Fix the test for 5005threads.
16691      Branch: perl
16692            ! t/lib/peek.t
16693 ____________________________________________________________________________
16694 [  6604] By: jhi                                   on 2000/08/13  03:35:37
16695         Log: Should have deleted this in #6603.
16696      Branch: perl
16697            - vms/subconfigure.com
16698 ____________________________________________________________________________
16699 [  6603] By: jhi                                   on 2000/08/12  18:29:32
16700         Log: Rewrite of vms/subconfigure.com as configure.com,
16701              from Peter Prymmer and the vmsperl crew.
16702      Branch: perl
16703            + vms/configure.com
16704            ! MANIFEST
16705 ____________________________________________________________________________
16706 [  6602] By: jhi                                   on 2000/08/11  13:00:01
16707         Log: PlainText.pm is dead.
16708      Branch: perl
16709            - lib/Pod/PlainText.pm
16710            ! MANIFEST
16711 ____________________________________________________________________________
16712 [  6601] By: jhi                                   on 2000/08/11  04:06:45
16713         Log: Update Changes.
16714      Branch: perl
16715            ! Changes
16716 ____________________________________________________________________________
16717 [  6600] By: jhi                                   on 2000/08/11  04:06:10
16718         Log: Add a few missing files, update MANIFEST.
16719      Branch: perl
16720            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
16721            + lib/Pod/PlainText.pm t/pod/find.t
16722            ! MANIFEST t/op/regmesg.t
16723 ____________________________________________________________________________
16724 [  6599] By: jhi                                   on 2000/08/11  03:31:10
16725         Log: Add Perl debugging tutorial, regen toc. 
16726              
16727              Subject: perldebtut.pod
16728              From: Richard Foley <Richard.Foley@m.dasa.de>
16729              Date: Wed, 09 Aug 2000 10:17:15 +0200
16730              Message-id: <3991138B.262247B8@m.dasa.de>
16731      Branch: perl
16732            + pod/perldebtut.pod
16733            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
16734 ____________________________________________________________________________
16735 [  6598] By: jhi                                   on 2000/08/11  02:48:56
16736         Log: tiny Changes edit
16737      Branch: perl
16738            ! Changes
16739 ____________________________________________________________________________
16740 [  6597] By: jhi                                   on 2000/08/11  02:39:04
16741         Log: Tests for #6589.
16742              
16743              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
16744              From: simon@brecon.co.uk (Simon Cozens)
16745              Date: 11 Aug 2000 02:24:52 GMT
16746              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
16747      Branch: perl
16748            ! t/lib/b.t
16749 ____________________________________________________________________________
16750 [  6596] By: jhi                                   on 2000/08/11  01:50:07
16751         Log: Update Changes.
16752      Branch: perl
16753            ! Changes
16754 ____________________________________________________________________________
16755 [  6595] By: jhi                                   on 2000/08/11  01:47:16
16756         Log: nitfix
16757      Branch: perl
16758            ! Changes
16759 ____________________________________________________________________________
16760 [  6594] By: jhi                                   on 2000/08/11  01:36:16
16761         Log: Subject: Getting perlio and threads to compile
16762              From: Lupe Christoph <lupe@lupe-christoph.de>
16763              Date: Wed, 9 Aug 2000 11:35:54 +0200
16764              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
16765              
16766              (the Solaris version changes in Configure skipped)
16767      Branch: perl
16768            ! hints/solaris_2.sh thread.h
16769 ____________________________________________________________________________
16770 [  6593] By: jhi                                   on 2000/08/11  01:30:16
16771         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
16772              From: simon@brecon.co.uk (Simon Cozens)
16773              Date: 1 Aug 2000 06:55:19 GMT
16774              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
16775      Branch: perl
16776            ! lib/utf8.pm
16777 ____________________________________________________________________________
16778 [  6592] By: jhi                                   on 2000/08/11  01:26:39
16779         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
16780              From: Peter Scott <Peter@PeterScott.com>
16781              Date: Thu, 10 Aug 2000 08:23:27 -0700
16782              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
16783      Branch: perl
16784            ! lib/perl5db.pl
16785 ____________________________________________________________________________
16786 [  6591] By: jhi                                   on 2000/08/11  01:22:02
16787         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
16788              From: Hugo <hv@crypt.compulink.co.uk>
16789              Date: Thu, 10 Aug 2000 19:23:04 +0100
16790              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
16791      Branch: perl
16792            ! regexec.c t/op/pat.t
16793 ____________________________________________________________________________
16794 [  6590] By: jhi                                   on 2000/08/11  01:19:19
16795         Log: Preprocessing and postprocessing for File::Find.
16796              
16797              Subject: Patch to Find::File.pm to allow alphabetical results
16798              From: Joe Smith <jsmith@inwap.com>
16799              Date: Wed, 9 Aug 2000 02:44:54 -0700
16800              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
16801      Branch: perl
16802            ! lib/File/Find.pm
16803 ____________________________________________________________________________
16804 [  6589] By: jhi                                   on 2000/08/11  01:12:39
16805         Log: B::Deparse didn't do sub attributes.
16806              
16807              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
16808              From: simon@brecon.co.uk (Simon Cozens)
16809              Date: 9 Aug 2000 04:49:20 GMT
16810              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
16811      Branch: perl
16812            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
16813 ____________________________________________________________________________
16814 [  6588] By: jhi                                   on 2000/08/11  01:06:40
16815         Log: Subject: debugger "d" command doesnt check line number
16816              From: Mike Guy <mjtg@cam.ac.uk>
16817              Date: Tue, 08 Aug 2000 21:54:29 +0100
16818              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
16819      Branch: perl
16820            ! lib/perl5db.pl mg.c pod/perldiag.pod
16821 ____________________________________________________________________________
16822 [  6587] By: jhi                                   on 2000/08/11  00:45:03
16823         Log: sleep(1) does not necessarily return 1.
16824              
16825              Subject: [PATCH bleadperl] op/lex_assign.t  
16826              From: Hugo <hv@crypt.compulink.co.uk>
16827              Date: Thu, 03 Aug 2000 14:34:22 +0100        
16828              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
16829      Branch: perl
16830            ! t/op/lex_assign.t
16831 ____________________________________________________________________________
16832 [  6586] By: jhi                                   on 2000/08/11  00:31:50
16833         Log: Document the IO::Select timeout.
16834      Branch: perl
16835            ! ext/IO/lib/IO/Select.pm
16836 ____________________________________________________________________________
16837 [  6585] By: jhi                                   on 2000/08/11  00:13:54
16838         Log: Forgot contributor.
16839      Branch: perl
16840            ! Changes
16841 ____________________________________________________________________________
16842 [  6584] By: jhi                                   on 2000/08/11  00:09:19
16843         Log: detypo
16844      Branch: perl
16845            ! Changes
16846 ____________________________________________________________________________
16847 [  6583] By: jhi                                   on 2000/08/11  00:07:53
16848         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
16849              
16850              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
16851              From: Mike Guy <mjtg@cam.ac.uk> 
16852              Date: Thu, 10 Aug 2000 15:50:54 +0100
16853              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
16854      Branch: perl
16855            ! sv.c t/op/int.t
16856 ____________________________________________________________________________
16857 [  6582] By: jhi                                   on 2000/08/10  23:29:32
16858         Log: Update Changes.
16859      Branch: perl
16860            ! Changes
16861 ____________________________________________________________________________
16862 [  6581] By: jhi                                   on 2000/08/10  23:26:16
16863         Log: Put back the std @INC thing.
16864      Branch: perl
16865            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
16866            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
16867            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
16868            ! t/lib/gol-oo.t
16869 ____________________________________________________________________________
16870 [  6580] By: jhi                                   on 2000/08/10  23:03:34
16871         Log: Update to CGI 2.70, from Lincoln Stein.
16872      Branch: perl
16873            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
16874            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
16875            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
16876            ! t/lib/cgi-request.t
16877 ____________________________________________________________________________
16878 [  6579] By: jhi                                   on 2000/08/10  22:41:50
16879         Log: Update to CPAN 1.56, from Andreas König.
16880      Branch: perl
16881            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
16882 ____________________________________________________________________________
16883 [  6578] By: jhi                                   on 2000/08/10  22:38:13
16884         Log: Update to Pod::Parser 1.17, from Brad Appleton.
16885      Branch: perl
16886            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
16887            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
16888            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
16889            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
16890            ! t/pod/include.t t/pod/included.t t/pod/lref.t
16891            ! t/pod/multiline_items.t t/pod/nested_items.t
16892            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
16893            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
16894            ! t/pod/special_seqs.t
16895 ____________________________________________________________________________
16896 [  6577] By: jhi                                   on 2000/08/10  22:35:41
16897         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
16898      Branch: perl
16899            ! AUTHORS MAINTAIN
16900 ____________________________________________________________________________
16901 [  6576] By: jhi                                   on 2000/08/10  22:24:54
16902         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
16903      Branch: perl
16904            + t/lib/gol-oo.t
16905            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
16906            ! t/lib/gol-compat.t t/lib/gol-linkage.t
16907 ____________________________________________________________________________
16908 [  6575] By: jhi                                   on 2000/08/10  22:02:07
16909         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
16910      Branch: perl
16911            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
16912 ____________________________________________________________________________
16913 [  6574] By: jhi                                   on 2000/08/10  21:55:03
16914         Log: Iterating perl6 description.
16915      Branch: perl
16916            ! pod/perlfaq1.pod
16917 ____________________________________________________________________________
16918 [  6573] By: jhi                                   on 2000/08/10  21:48:26
16919         Log: Revert the sv.c part of #6559, a better fix is needed.
16920      Branch: perl
16921            ! sv.c
16922 ____________________________________________________________________________
16923 [  6572] By: jhi                                   on 2000/08/10  20:33:43
16924         Log: It's the 2ndO'ROSSC.
16925      Branch: perl
16926            ! pod/perlfaq1.pod
16927 ____________________________________________________________________________
16928 [  6571] By: jhi                                   on 2000/08/10  15:55:48
16929         Log: detypo
16930      Branch: perl
16931            ! pod/perlfaq1.pod
16932 ____________________________________________________________________________
16933 [  6570] By: jhi                                   on 2000/08/10  14:11:17
16934         Log: An exceptionally sticky typo.
16935      Branch: perl
16936            ! Changes
16937 ____________________________________________________________________________
16938 [  6569] By: jhi                                   on 2000/08/10  14:09:33
16939         Log: detypo (and test Changes updating script)
16940      Branch: perl
16941            ! Changes
16942 ____________________________________________________________________________
16943 [  6568] By: jhi                                   on 2000/08/10  14:07:07
16944         Log: Update Changes.
16945      Branch: perl
16946            ! Changes
16947 ____________________________________________________________________________
16948 [  6567] By: jhi                                   on 2000/08/10  14:06:19
16949         Log: Amend the description of Perl6.
16950              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
16951              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16952              Date: Wed, 9 Aug 2000 22:11:06 -0500
16953              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
16954      Branch: perl
16955            ! pod/perlfaq1.pod
16956 ____________________________________________________________________________
16957 [  6566] By: jhi                                   on 2000/08/10  13:58:57
16958         Log: Subject: Remove dead entry in perldiag
16959              From: Mike Guy <mjtg@cam.ac.uk>
16960              Date: Thu, 10 Aug 2000 14:19:19 +0100
16961              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
16962      Branch: perl
16963            ! pod/perldiag.pod
16964 ____________________________________________________________________________
16965 [  6565] By: jhi                                   on 2000/08/10  13:51:48
16966         Log: Zero entries were skipped, fix from Adrian Goalby
16967              <argoalby@yahoo.co.uk>
16968      Branch: perl
16969            ! lib/unicode/Number.pl lib/unicode/mktables.PL
16970 ____________________________________________________________________________
16971 [  6564] By: jhi                                   on 2000/08/10  13:00:12
16972         Log: Subject: [PATCH 5.6.0] cygwin port
16973              From: "Fifer, Eric" <EFifer@sanwaint.com>
16974              Date: Thu, 10 Aug 2000 13:15:36 +0100
16975              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
16976      Branch: perl
16977            ! README.cygwin hints/cygwin.sh
16978 ____________________________________________________________________________
16979 [  6563] By: jhi                                   on 2000/08/10  12:55:16
16980         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
16981      Branch: perl
16982            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
16983 ____________________________________________________________________________
16984 [  6562] By: gsar                                  on 2000/08/10  08:38:39
16985         Log: warn is a macro, avoid using at a variable to avoid warnings
16986              in some configurations; readdir.t is too conservative in
16987              estimating number of *.t's
16988      Branch: perl
16989            ! t/op/readdir.t util.c
16990 ____________________________________________________________________________
16991 [  6561] By: jhi                                   on 2000/08/09  23:35:42
16992         Log: Update Changes.
16993      Branch: perl
16994            ! Changes
16995 ____________________________________________________________________________
16996 [  6560] By: jhi                                   on 2000/08/09  23:05:47
16997         Log: Subject: Re: enhanced(?) regex error messages
16998              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
16999              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
17000              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
17001              
17002              (plus two small patches sent privately)
17003              (this still seems to leave few test failures)
17004      Branch: perl
17005            + t/op/regmesg.t
17006            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
17007            ! t/pragma/warn/regcomp
17008 ____________________________________________________________________________
17009 [  6559] By: jhi                                   on 2000/08/09  20:41:18
17010         Log: (The fix did work but was not right, retracted in #6573)
17011              
17012              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
17013              From: Christian Kirsch <ck@held.mind.de>
17014              Date: Wed, 9 Aug 2000 17:05:17 +0200
17015              Message-Id: <20000809170517.A25389@held>
17016      Branch: perl
17017            ! sv.c t/pragma/locale.t
17018 ____________________________________________________________________________
17019 [  6558] By: jhi                                   on 2000/08/08  22:34:08
17020         Log: Tiny updates on the contributors list.
17021      Branch: perl
17022            ! Changes
17023 ____________________________________________________________________________
17024 [  6557] By: jhi                                   on 2000/08/08  19:34:28
17025         Log: Double check that we have a dirhandle.
17026      Branch: perl
17027            ! util.c
17028 ____________________________________________________________________________
17029 [  6556] By: jhi                                   on 2000/08/08  19:01:51
17030         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
17031              May be repopulated with fresh maintained examples.
17032      Branch: perl
17033            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
17034            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
17035            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
17036            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
17037            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
17038            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
17039            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
17040            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
17041            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
17042            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
17043            + lib/CGI/eg/wilogo_gif.uu
17044            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
17045            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
17046            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
17047            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
17048            - eg/cgi/frameset.cgi eg/cgi/index.html
17049            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
17050            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
17051            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
17052            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
17053            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
17054            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
17055            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
17056            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
17057            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
17058            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
17059            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
17060            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
17061            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
17062            - eg/van/vanish eg/who eg/wrapsuid
17063            ! MANIFEST
17064 ____________________________________________________________________________
17065 [  6555] By: jhi                                   on 2000/08/08  18:51:08
17066         Log: Delete chat2 as requested by Randal.
17067              
17068              Subject: Re: perlfaq8 coyness
17069              From: merlyn@stonehenge.com (Randal L. Schwartz) 
17070              Date: 15 May 2000 18:52:42 -0700 
17071              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
17072      Branch: perl
17073            - lib/chat2.pl
17074            ! MANIFEST
17075 ____________________________________________________________________________
17076 [  6554] By: jhi                                   on 2000/08/08  18:31:35
17077         Log: Regen global.sym.
17078      Branch: perl
17079            ! global.sym
17080 ____________________________________________________________________________
17081 [  6553] By: jhi                                   on 2000/08/08  18:28:13
17082         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
17083              (either perlbug or p5p ate the original), plus regen
17084              perlapi and perltoc. 
17085      Branch: perl
17086            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
17087            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
17088            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
17089            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
17090            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
17091            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
17092            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
17093            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
17094            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
17095            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
17096 ____________________________________________________________________________
17097 [  6552] By: jhi                                   on 2000/08/08  18:06:29
17098         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
17099              From: Mike Guy <mjtg@cam.ac.uk>
17100              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
17101              Date: Tue, 08 Aug 2000 15:51:27 +0100
17102      Branch: perl
17103            ! doop.c sv.h t/op/join.t t/pragma/overload.t
17104 ____________________________________________________________________________
17105 [  6551] By: jhi                                   on 2000/08/08  18:01:11
17106         Log: Re-apply #6549.
17107      Branch: perl
17108            ! lib/perl5db.pl
17109 ____________________________________________________________________________
17110 [  6550] By: jhi                                   on 2000/08/08  17:43:08
17111         Log: Accidental retraction of #6549.
17112      Branch: perl
17113            ! lib/perl5db.pl
17114 ____________________________________________________________________________
17115 [  6549] By: jhi                                   on 2000/08/08  17:40:04
17116         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
17117              From: Mike Guy <mjtg@cam.ac.uk>
17118              Date: Mon, 07 Aug 2000 21:49:58 +0100
17119              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
17120      Branch: perl
17121            ! lib/perl5db.pl
17122 ____________________________________________________________________________
17123 [  6548] By: jhi                                   on 2000/08/08  17:37:57
17124         Log: Document here-doc better.
17125              
17126              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
17127              From: Mike Guy <mjtg@cam.ac.uk>
17128              Date: Mon, 07 Aug 2000 14:02:09 +0100
17129              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
17130      Branch: perl
17131            ! pod/perldata.pod
17132 ____________________________________________________________________________
17133 [  6547] By: jhi                                   on 2000/08/08  17:33:34
17134         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
17135              From: "Randy J. Ray" <rjray@redhat.com>
17136              Date: Mon, 07 Aug 2000 19:12:25 -0700
17137              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
17138      Branch: perl
17139            ! perl.c pod/perlrun.pod
17140 ____________________________________________________________________________
17141 [  6546] By: jhi                                   on 2000/08/08  17:29:26
17142         Log: Subject: Re: enhanced(?) regex error messages 
17143              From: Hugo <hv@crypt.compulink.co.uk>
17144              Date: Tue, 08 Aug 2000 03:25:51 +0100
17145              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
17146              
17147              plus Capitalize the error messages, plus perldiag them.
17148      Branch: perl
17149            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
17150 ____________________________________________________________________________
17151 [  6545] By: jhi                                   on 2000/08/08  13:59:28
17152         Log: Augment #6539 a bit: don't croak if there's magic in the air.
17153              
17154              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
17155              From: Hugo <hv@crypt.compulink.co.uk>
17156              Date: Tue, 08 Aug 2000 03:02:03 +0100
17157              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
17158      Branch: perl
17159            ! pp.c t/op/bless.t
17160 ____________________________________________________________________________
17161 [  6544] By: jhi                                   on 2000/08/07  21:11:52
17162         Log: Make the test -w clean.
17163      Branch: perl
17164            ! t/op/bless.t
17165 ____________________________________________________________________________
17166 [  6543] By: jhi                                   on 2000/08/07  19:49:53
17167         Log: use warnings instead of $^W.
17168      Branch: perl
17169            ! t/op/bless.t
17170 ____________________________________________________________________________
17171 [  6542] By: jhi                                   on 2000/08/07  17:41:41
17172         Log: Disable a portability warning Because We Know What We Are Doing.
17173      Branch: perl
17174            ! t/op/bless.t
17175 ____________________________________________________________________________
17176 [  6541] By: jhi                                   on 2000/08/07  17:29:51
17177         Log: Tiny tidying on report_evil_fh().
17178      Branch: perl
17179            ! util.c
17180 ____________________________________________________________________________
17181 [  6540] By: jhi                                   on 2000/08/07  16:37:38
17182         Log: Make regular expression parse error messages easier to understand.
17183              
17184              Subject: Re: enhanced(?) regex error messages
17185              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
17186              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
17187              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
17188      Branch: perl
17189            ! regcomp.c
17190 ____________________________________________________________________________
17191 [  6539] By: jhi                                   on 2000/08/07  16:12:27
17192         Log: Make bless(REF, REF) a fatal error, add bless tests.
17193              
17194              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
17195              From: Hugo <hv@crypt.compulink.co.uk>
17196              Date: Mon, 07 Aug 2000 16:59:38 +0100
17197              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
17198      Branch: perl
17199            + t/op/bless.t
17200            ! MANIFEST pod/perldiag.pod pp.c sv.c
17201 ____________________________________________________________________________
17202 [  6538] By: jhi                                   on 2000/08/07  15:59:43
17203         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
17204              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
17205              Date: Thu, 3 Aug 2000 14:29:21 -0700
17206              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
17207      Branch: perl
17208            ! lib/lib_pm.PL
17209 ____________________________________________________________________________
17210 [  6537] By: jhi                                   on 2000/08/07  15:47:18
17211         Log: Retract #6419 for now since it breaks in AFS and MachTen.
17212      Branch: perl
17213            ! lib/Cwd.pm
17214 ____________________________________________________________________________
17215 [  6536] By: jhi                                   on 2000/08/07  15:05:29
17216         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
17217              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
17218              The security hole exists only in suidperls, which isn't
17219              installed or even built by default.
17220      Branch: perl
17221            ! perl.c
17222 ____________________________________________________________________________
17223 [  6535] By: jhi                                   on 2000/08/07  14:45:14
17224         Log: tr memory corruption fix from Simon Cozens.
17225      Branch: perl
17226            ! doop.c
17227 ____________________________________________________________________________
17228 [  6534] By: jhi                                   on 2000/08/06  11:38:16
17229         Log: Document a bit that UDP is not what you might think.
17230              
17231              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
17232              From: Lupe Christoph <lupe@lupe-christoph.de>
17233              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
17234              Date: Mon, 24 Jul 2000 08:59:15 +0200
17235      Branch: perl
17236            ! pod/perlipc.pod
17237 ____________________________________________________________________________
17238 [  6533] By: jhi                                   on 2000/08/06  11:35:01
17239         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
17240              From: Jeff Pinyan <jeffp@hut.crusoe.net>
17241              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
17242              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
17243      Branch: perl
17244            ! pod/perlfunc.pod
17245 ____________________________________________________________________________
17246 [  6532] By: jhi                                   on 2000/08/06  03:45:41
17247         Log: Have symbols for the IoTYPEs.
17248      Branch: perl
17249            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
17250 ____________________________________________________________________________
17251 [  6531] By: jhi                                   on 2000/08/06  01:33:55
17252         Log: Continue fixing the io warnings.  This also
17253              sort of fixes bug ID 20000802.003: the core dump
17254              is no more.  Whether the current behaviour is correct
17255              (giving a warning: "Not a format reference"), is another matter.
17256      Branch: perl
17257            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
17258            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
17259 ____________________________________________________________________________
17260 [  6530] By: jhi                                   on 2000/08/05  21:33:12
17261         Log: Change the Policy policy: now -Dprefix= with an existing
17262              Policy.sh and prefix == siteprefix == vendorprefix, then all
17263              of them follow along the new prefix.
17264              
17265              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
17266              From: Andy Dougherty <doughera@lafayette.edu>
17267              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
17268              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
17269      Branch: perl
17270            ! Policy_sh.SH
17271 ____________________________________________________________________________
17272 [  6529] By: jhi                                   on 2000/08/05  18:57:28
17273         Log: Zap lib/Sys directory when cleaning up.
17274      Branch: perl
17275            ! Makefile.SH
17276 ____________________________________________________________________________
17277 [  6528] By: jhi                                   on 2000/08/05  18:40:44
17278         Log: Essential prototype changes were missing from #6527.
17279              Also make report_evil_fh() more bomb-proof.
17280      Branch: perl
17281            ! embed.h util.c
17282 ____________________________________________________________________________
17283 [  6527] By: jhi                                   on 2000/08/05  03:22:05
17284         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
17285              From: "Ronald F. Guilmette" <rfg@monkeys.com>
17286              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
17287              Message-Id: <200007242247.PAA52177@monkeys.com>
17288      Branch: perl
17289            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
17290 ____________________________________________________________________________
17291 [  6526] By: jhi                                   on 2000/08/04  21:23:27
17292         Log: gcc versions might have (parentheses) in them.
17293      Branch: metaconfig/U/perl
17294            ! gccvers.U
17295      Branch: perl
17296            ! Configure config_h.SH
17297 ____________________________________________________________________________
17298 [  6525] By: jhi                                   on 2000/08/04  20:23:12
17299         Log: Weed buglets pointed out by
17300              
17301              From: Lupe Christoph <lupe@lupe-christoph.de>
17302              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
17303              Date: Fri, 4 Aug 2000 17:34:39 +0200
17304              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
17305      Branch: metaconfig/U/perl
17306            ! gccvers.U uselfs.U
17307      Branch: perl
17308            ! Configure config_h.SH
17309 ____________________________________________________________________________
17310 [  6524] By: jhi                                   on 2000/08/04  19:02:08
17311         Log: Warn under -w if lstat(FH) is attempted.
17312              
17313              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
17314              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
17315              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
17316              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
17317      Branch: perl
17318            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
17319            ! t/pragma/warn/pp_sys
17320 ____________________________________________________________________________
17321 [  6523] By: jhi                                   on 2000/08/04  12:31:11
17322         Log: Subject: New perlcc, take 2
17323              From: simon@brecon.co.uk (Simon Cozens)
17324              Date: 4 Aug 2000 06:21:04 GMT
17325              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
17326      Branch: perl
17327            ! utils/perlcc.PL
17328 ____________________________________________________________________________
17329 [  6522] By: jhi                                   on 2000/08/04  12:26:33
17330         Log: Subject: Re: Array vs. List context
17331              From: Daniel Chetlin <daniel@chetlin.com>
17332              Date: Fri, 4 Aug 2000 00:22:44 -0700
17333              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
17334      Branch: perl
17335            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
17336            ! pod/perlfaq4.pod
17337 ____________________________________________________________________________
17338 [  6521] By: jhi                                   on 2000/08/04  12:22:38
17339         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
17340              From: Raymund Will <ray@caldera.de>
17341              Date: Fri, 4 Aug 2000 12:07:09 +0200
17342              Message-Id: <20000804120709.A14982@caldera.de>
17343      Branch: perl
17344            ! configure.gnu
17345 ____________________________________________________________________________
17346 [  6520] By: jhi                                   on 2000/08/04  04:09:06
17347         Log: After the #6519 a warning about stat() is just that,
17348              not about a filetest, which now have their own warning.
17349      Branch: perl
17350            ! pod/perldiag.pod
17351 ____________________________________________________________________________
17352 [  6519] By: jhi                                   on 2000/08/04  04:06:30
17353         Log: In the warnings call filehandles consistently so;
17354              add "unopened" warning for stat().
17355      Branch: perl
17356            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
17357            ! t/pragma/warn/pp_sys
17358 ____________________________________________________________________________
17359 [  6518] By: jhi                                   on 2000/08/04  02:55:35
17360         Log: Subject: Minor tweak to perlvar.pod
17361              From: "Stephen P. Potter" <spp@ds.net>
17362              Date: Tue, 18 Apr 2000 09:26:03 -0400
17363              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
17364      Branch: perl
17365            ! pod/perlvar.pod
17366 ____________________________________________________________________________
17367 [  6517] By: jhi                                   on 2000/08/04  02:50:08
17368         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
17369              From: "Clinton Pierce" <cpierce1@ford.com>
17370              Date: Wed, 21 Jul 1999 16:45:31 -0400
17371              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
17372              
17373              Fix by Stephen Potter (visible in the bug db but not in p5p?)
17374      Branch: perl
17375            ! pod/perlfunc.pod pod/perlop.pod
17376 ____________________________________________________________________________
17377 [  6516] By: jhi                                   on 2000/08/04  02:09:25
17378         Log: This is 6512.  Really.
17379      Branch: perl
17380            ! dump.c
17381 ____________________________________________________________________________
17382 [  6515] By: jhi                                   on 2000/08/04  01:25:50
17383         Log: mention the idea of @( and @)
17384      Branch: perl
17385            ! Todo-5.6
17386 ____________________________________________________________________________
17387 [  6514] By: bailey                                on 2000/08/04  01:18:46
17388         Log: YA resync with mainstem, including VMS patches from others
17389      Branch: vmsperl
17390           +> (branch 48 files)
17391            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
17392           !> (integrate 354 files)
17393 ____________________________________________________________________________
17394 [  6513] By: jhi                                   on 2000/08/04  01:18:18
17395         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
17396              From: Mark Dickinson <dickins3@fas.harvard.edu>
17397              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
17398              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
17399      Branch: perl
17400            ! t/op/grent.t t/op/pwent.t
17401 ____________________________________________________________________________
17402 [  6512] By: jhi                                   on 2000/08/04  01:14:06
17403         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
17404              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17405              Date: Wed, 02 Aug 2000 10:51:01 +0100
17406              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
17407      Branch: perl
17408            ! sv.c
17409 ____________________________________________________________________________
17410 [  6511] By: jhi                                   on 2000/08/04  00:57:00
17411         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
17412              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17413              Date: Thu, 03 Aug 2000 17:20:04 -0700
17414              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
17415      Branch: metaconfig
17416            ! U/modified/Cppsym.U
17417      Branch: perl
17418            ! Configure config_h.SH
17419 ____________________________________________________________________________
17420 [  6510] By: jhi                                   on 2000/08/04  00:25:28
17421         Log: detypo
17422      Branch: perl
17423            ! Makefile.SH
17424 ____________________________________________________________________________
17425 [  6509] By: jhi                                   on 2000/08/03  23:43:18
17426         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
17427              From: Dominic Dunlop <domo@computer.org>
17428              Date: Thu, 3 Aug 2000 22:16:46 +0200
17429              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
17430      Branch: perl
17431            ! t/op/sprintf.t
17432 ____________________________________________________________________________
17433 [  6508] By: jhi                                   on 2000/08/03  23:40:37
17434         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
17435              From: Hugo <hv@crypt.compulink.co.uk>
17436              Date: Thu, 03 Aug 2000 18:25:30 +0100
17437              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
17438      Branch: perl
17439            ! regcomp.c t/op/re_tests
17440 ____________________________________________________________________________
17441 [  6507] By: jhi                                   on 2000/08/03  23:38:28
17442         Log: Subject: [PATCH] sv.h documentation - SvLEN
17443              From: Mike Guy <mjtg@cam.ac.uk>
17444              Date: Thu, 03 Aug 2000 14:43:09 +0100
17445              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
17446      Branch: perl
17447            ! sv.h
17448 ____________________________________________________________________________
17449 [  6506] By: jhi                                   on 2000/08/03  15:49:14
17450         Log: Disable the fix_pl hack for now.
17451      Branch: perl
17452            ! Makefile.SH
17453 ____________________________________________________________________________
17454 [  6505] By: jhi                                   on 2000/08/03  13:49:04
17455         Log: Add a URL for FSF.
17456              
17457              Subject: Patch for README
17458              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
17459              Date: Wed, 2 Aug 2000 13:25:09 -0500
17460              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
17461      Branch: perl
17462            ! README
17463 ____________________________________________________________________________
17464 [  6504] By: jhi                                   on 2000/08/03  13:29:19
17465         Log: Be more informative on what is skipped and why,
17466              also repeat the list at the end.
17467      Branch: perl
17468            ! Porting/p4desc
17469 ____________________________________________________________________________
17470 [  6503] By: jhi                                   on 2000/08/03  13:07:05
17471         Log: Circumvent the removal of .patch by fix_pl.
17472              
17473              Subject: Re: [ID 20000802.011] unable to 'make test'          
17474              From: simon@brecon.co.uk (Simon Cozens) 
17475              Date: 3 Aug 2000 04:17:00 GMT
17476              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
17477      Branch: perl
17478            ! Makefile.SH
17479 ____________________________________________________________________________
17480 [  6502] By: jhi                                   on 2000/08/03  00:14:34
17481         Log: Add the missing setproctitle unit.
17482      Branch: metaconfig/U/perl
17483            + d_setproctitle.U
17484 ____________________________________________________________________________
17485 [  6501] By: jhi                                   on 2000/08/03  00:00:26
17486         Log: The subtest 4 may fail also on VOBS, as pointed out
17487              by Nick Ing-Simmons in November 1999, bug id 19991124.003
17488              (but the failure in that bug report isn't the subtest 4).
17489      Branch: perl
17490            ! t/op/stat.t
17491 ____________________________________________________________________________
17492 [  6500] By: jhi                                   on 2000/08/02  23:49:30
17493         Log: Better skip message for the test; one of the two problems in
17494              
17495              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
17496              From: Lupe Christoph <lupe@lupe-christoph.de>
17497              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
17498              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
17499      Branch: perl
17500            ! t/op/numconvert.t
17501 ____________________________________________________________________________
17502 [  6499] By: jhi                                   on 2000/08/02  22:49:16
17503         Log: Allow "no Module;" even if there is no 'unimport'.
17504              
17505              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
17506              From: mjd@plover.com
17507              Date: 24 Mar 2000 15:24:34 -0000
17508              Message-Id: <20000324152434.15160.qmail@plover.com>
17509      Branch: perl
17510            ! gv.c
17511 ____________________________________________________________________________
17512 [  6498] By: jhi                                   on 2000/08/02  22:42:58
17513         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
17514              that are hopefully soon put into use.
17515      Branch: perl
17516            ! opcode.h opcode.pl opnames.h
17517 ____________________________________________________________________________
17518 [  6497] By: gsar                                  on 2000/08/02  22:28:59
17519         Log: require.t needs binmode() to work on windows
17520      Branch: perl
17521            ! t/comp/require.t
17522 ____________________________________________________________________________
17523 [  6496] By: jhi                                   on 2000/08/02  22:08:51
17524         Log: Document the IVdf UVuf UVof UVxf.
17525      Branch: perl
17526            ! pod/perlguts.pod
17527 ____________________________________________________________________________
17528 [  6495] By: jhi                                   on 2000/08/02  21:54:26
17529         Log: detypo #6494
17530      Branch: perl
17531            ! ext/Data/Dumper/Dumper.xs
17532 ____________________________________________________________________________
17533 [  6494] By: jhi                                   on 2000/08/02  21:49:17
17534         Log: Dump UVs as UVs in Data::Dumper.
17535              
17536              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
17537              From: Gurusamy Sarathy <gsar@ActiveState.com>
17538              Date: Thu, 27 Apr 2000 12:26:25 -0700
17539              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
17540      Branch: perl
17541            ! ext/Data/Dumper/Dumper.xs
17542 ____________________________________________________________________________
17543 [  6493] By: jhi                                   on 2000/08/02  17:01:58
17544         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
17545              From: Hugo <hv@crypt.compulink.co.uk>
17546              Date: Wed, 02 Aug 2000 14:53:56 +0100
17547              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
17548      Branch: perl
17549            ! regexec.c t/op/re_tests
17550 ____________________________________________________________________________
17551 [  6492] By: jhi                                   on 2000/08/02  15:02:46
17552         Log: The new setproctitle() feature is available only in 
17553              bleeding edge FreeBSD.  From Paul Saab.
17554      Branch: perl
17555            ! mg.c
17556 ____________________________________________________________________________
17557 [  6491] By: jhi                                   on 2000/08/02  13:34:36
17558         Log: The tr utf8 patching continues.
17559              
17560              Subject: Re: #6469, too many tests claimed in require.t
17561              From: simon@brecon.co.uk (Simon Cozens)
17562              Date: 2 Aug 2000 02:37:17 GMT
17563              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
17564              
17565              (the logic of the test was the wrong way round in the patch)
17566      Branch: perl
17567            ! doop.c
17568 ____________________________________________________________________________
17569 [  6490] By: jhi                                   on 2000/08/02  13:27:38
17570         Log: The name of a filehandle does not have <these>.
17571      Branch: perl
17572            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
17573            ! t/pragma/warn/pp_sys util.c
17574 ____________________________________________________________________________
17575 [  6489] By: jhi                                   on 2000/08/02  04:26:46
17576         Log: Remove the extraneous "main::" prefix from all the
17577              "opened only for", "on closed", and "never opened" warnings.
17578              
17579              Subject: Re: inappropriate warning
17580              From: Gurusamy Sarathy <gsar@ActiveState.com>
17581              Date: Mon, 20 Mar 2000 11:28:02 -0800
17582              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
17583      Branch: perl
17584            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
17585            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
17586            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
17587 ____________________________________________________________________________
17588 [  6488] By: jhi                                   on 2000/08/02  03:02:57
17589         Log: memcpy has n o in it, as pinted ut by Sarathy.
17590      Branch: perl
17591            ! pod/perlguts.pod
17592 ____________________________________________________________________________
17593 [  6487] By: jhi                                   on 2000/08/02  02:44:51
17594         Log: Document in one place the memory abstractions used in Perl core.
17595              
17596              Subject: Re: Memory abstraction
17597              From: simon@brecon.co.uk (Simon Cozens)
17598              Date: 2 Aug 2000 02:20:23 GMT
17599              Organization: Earth.li Origins
17600      Branch: perl
17601            ! pod/perlguts.pod
17602 ____________________________________________________________________________
17603 [  6486] By: jhi                                   on 2000/08/02  02:41:57
17604         Log: regen_headers, regen perltoc.
17605      Branch: perl
17606            ! perlapi.c pod/perltoc.pod
17607 ____________________________________________________________________________
17608 [  6485] By: jhi                                   on 2000/08/02  01:43:33
17609         Log: "This little thing tests for a file .patch, and if it contains
17610              a number, pops into patchlevel.h" (making it easier to track
17611              which development version people are reporting bugs against)
17612              
17613              Subject: Patchlevel autogeneration for repository perls
17614              From: simon@brecon.co.uk (Simon Cozens)
17615              Date: 14 Jul 2000 07:12:15 GMT
17616              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
17617      Branch: perl
17618            + fix_pl
17619            ! MANIFEST Makefile.SH
17620 ____________________________________________________________________________
17621 [  6484] By: jhi                                   on 2000/08/02  01:32:54
17622         Log: FreeBSD 3.* updates from
17623              
17624              From: Paul Saab <ps@yahoo-inc.com>
17625              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
17626              Date: Tue, 1 Aug 2000 15:41:39 -0700
17627              Message-Id: <20000801154139.A53740@yahoo-inc.com>
17628      Branch: perl
17629            ! hints/freebsd.sh
17630 ____________________________________________________________________________
17631 [  6483] By: jhi                                   on 2000/08/02  01:27:44
17632         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
17633              instead one must use setproctitle().  This was already addressed
17634              by change #6457, but the below has a new variant for FreeBSD 4.0
17635              or later, and the matter is also documented more.
17636              
17637              From: Paul Saab <ps@yahoo-inc.com>
17638              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
17639              Date: Tue, 1 Aug 2000 15:41:39 -0700
17640              Message-Id: <20000801154139.A53740@yahoo-inc.com>
17641      Branch: metaconfig/U/perl
17642            + i_libutil.U
17643      Branch: perl
17644            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
17645 ____________________________________________________________________________
17646 [  6482] By: jhi                                   on 2000/08/01  22:17:32
17647         Log: The test from this
17648              
17649              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
17650              Date: Sat, 15 Apr 2000 17:03:44 +0100
17651              From: Tom Hughes <tom@compton.nu>
17652              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
17653              
17654              was missing, the code change went in as #5989
17655              (which had a different test?)
17656      Branch: perl
17657            ! t/op/misc.t
17658 ____________________________________________________________________________
17659 [  6481] By: jhi                                   on 2000/08/01  21:48:38
17660         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
17661              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
17662              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
17663              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
17664      Branch: perl
17665            ! perl.h
17666 ____________________________________________________________________________
17667 [  6480] By: jhi                                   on 2000/08/01  18:05:28
17668         Log: Make p4desc to skip non-mainperl branches by default.
17669      Branch: perl
17670            ! Porting/p4desc
17671 ____________________________________________________________________________
17672 [  6479] By: jhi                                   on 2000/08/01  17:29:19
17673         Log: If gccosandvers is equal to osname, clear gccosandvers.
17674      Branch: metaconfig/U/perl
17675            ! gccvers.U
17676      Branch: perl
17677            ! Configure config_h.SH
17678 ____________________________________________________________________________
17679 [  6478] By: jhi                                   on 2000/08/01  15:54:08
17680         Log: BOM patching from Simon Cozens.
17681      Branch: perl
17682            ! toke.c
17683 ____________________________________________________________________________
17684 [  6477] By: jhi                                   on 2000/08/01  04:50:33
17685         Log: Stash away the largefiles flags and libswanted.
17686      Branch: perl
17687            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
17688 ____________________________________________________________________________
17689 [  6476] By: gsar                                  on 2000/08/01  04:24:24
17690         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
17691              on Windows)
17692      Branch: perl
17693            ! t/pragma/utf8.t utf8.c win32/win32.c
17694 ____________________________________________________________________________
17695 [  6475] By: jhi                                   on 2000/08/01  03:35:24
17696         Log: Make chr() for values >127 to create utf8 when under utf8.
17697              
17698              Subject: Re: uft8/chr()
17699              From: simon@brecon.co.uk (Simon Cozens)
17700              Date: 1 Aug 2000 02:37:02 GMT
17701              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
17702      Branch: perl
17703            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
17704 ____________________________________________________________________________
17705 [  6474] By: jhi                                   on 2000/08/01  02:36:18
17706         Log: In Digital UNIX warn if gcc explicitly chosen because even
17707              2.95.2 is known to cause problems.
17708      Branch: perl
17709            ! hints/dec_osf.sh
17710 ____________________________________________________________________________
17711 [  6473] By: jhi                                   on 2000/08/01  02:00:56
17712         Log: Make the safety catch for buggy gccs work with triple version
17713              numbers like 2.95.2.  Reported in
17714              
17715              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
17716              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
17717              Date: Mon, 31 Jul 2000 14:55:06 +0200
17718              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
17719      Branch: perl
17720            ! hints/dec_osf.sh
17721 ____________________________________________________________________________
17722 [  6472] By: jhi                                   on 2000/08/01  01:13:33
17723         Log: Subject: fix and question re: waitpid() under win32
17724              From: Brian Clarke <clarke@appliedmeta.com>
17725              Date: Fri, 28 Jul 2000 15:18:29 -0400
17726              Message-ID: <3981DC85.290314EB@appliedmeta.com>
17727              
17728              Slightly reformatted and WNOHANG # define moved to win32.h
17729              so that also POSIX.xs sees it, as suggsted by Sarathy.
17730      Branch: perl
17731            ! win32/win32.c win32/win32.h
17732 ____________________________________________________________________________
17733 [  6471] By: jhi                                   on 2000/08/01  00:55:05
17734         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
17735              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17736              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
17737              Date: Mon, 31 Jul 2000 13:28:51 +0100
17738              
17739              (aka ID 20000730.002)
17740      Branch: perl
17741            ! op.c t/op/tr.t
17742 ____________________________________________________________________________
17743 [  6470] By: jhi                                   on 2000/07/31  23:34:42
17744         Log: Document the problem with -P in HP-UX and its workaround.
17745              
17746              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
17747              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
17748              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
17749              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
17750      Branch: perl
17751            ! README.hpux
17752 ____________________________________________________________________________
17753 [  6469] By: jhi                                   on 2000/07/31  04:15:02
17754         Log: The swallow_bom() saga continues.  The #23 of require.t
17755              (UTF16-LE) still fails (silently, no output) but the #22
17756              (UTF16-BE) seems to be working now.  The root of the
17757              failure may be in sv_gets(): is it UTF-16LE-aware,
17758              especially when it comes to line endings? 
17759      Branch: perl
17760            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
17761            ! t/comp/require.t toke.c utf8.c
17762 ____________________________________________________________________________
17763 [  6468] By: jhi                                   on 2000/07/30  19:05:48
17764         Log: Find green threads before native threads.
17765              
17766              Subject: Re: Patch to jpl/JNI/Makefile.PL
17767              From: Jens Thomsen <jens@fiend.cis.com>
17768              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
17769              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
17770      Branch: perl
17771            ! jpl/JNI/Makefile.PL
17772 ____________________________________________________________________________
17773 [  6467] By: jhi                                   on 2000/07/30  18:36:22
17774         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
17775      Branch: perl
17776            ! doop.c
17777 ____________________________________________________________________________
17778 [  6466] By: jhi                                   on 2000/07/30  04:37:29
17779         Log: A new version of the "remove UPPERACSE string comparison"
17780              operators.  The problem with the previous one (change #6454)
17781              was that it was for Perl 5.6.0.  From Paul Marquess.
17782      Branch: perl
17783            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
17784            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
17785            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
17786 ____________________________________________________________________________
17787 [  6465] By: jhi                                   on 2000/07/29  22:39:56
17788         Log: Do not upgrade SVs into utf8 just because they participate
17789              in eq or cmp.  Reported and fix suggested in
17790              
17791              Subject: [ID 20000720.009] sv_eq UTF8 bug
17792              From: "Simon Cozens" <simon@othersideofthe.earth.li>
17793              Date: 21 Jul 2000 04:37:29 -0000
17794              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
17795              
17796              Exercise for the kind reader: should we or should we not
17797              cache the utf8 conversion alonside the SV? (as magic,
17798              as thestrxfrm()ed version is cached under use locale)
17799              Argue both for and against.
17800      Branch: perl
17801            ! sv.c
17802 ____________________________________________________________________________
17803 [  6464] By: jhi                                   on 2000/07/29  22:36:22
17804         Log: Subject: UTF8 concat
17805              From: simon@brecon.co.uk (Simon Cozens) 
17806              Date: 30 Jun 2000 06:13:25 GMT
17807              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
17808              
17809              (with a memory leak fixed, plus a few casts added)
17810              
17811              This also seems to help for
17812              
17813              Subject: [ID 20000716.015] join UTF8 weirdness
17814              From: root <root@ak-71.mind.de> 
17815              Date: Sat, 15 Jul 2000 15:29:54 +0200
17816              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
17817              
17818              (from Andreas König)
17819      Branch: perl
17820            ! pp_hot.c
17821 ____________________________________________________________________________
17822 [  6463] By: jhi                                   on 2000/07/29  00:55:39
17823         Log: Tune the comments and hopefully stop a memory leak.
17824      Branch: perl
17825            ! toke.c utf8.c
17826 ____________________________________________________________________________
17827 [  6462] By: jhi                                   on 2000/07/29  00:16:53
17828         Log: The problem described in this
17829              
17830              Subject: [ID 20000322.018] named chars aren't magical enough
17831              From: root <root@dixie.cscaper.com>     
17832              Date: Wed, 22 Mar 2000 18:37:42 -0700
17833              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
17834              
17835              has been fixed in perl 5.6.0 but just in case added a test
17836              to keep it away.  (The report from Joseph Hall.)
17837      Branch: perl
17838            ! t/lib/charnames.t
17839 ____________________________________________________________________________
17840 [  6461] By: jhi                                   on 2000/07/28  23:56:36
17841         Log: Tiny fixes for #6460.
17842      Branch: metaconfig/U/perl
17843            ! gccvers.U
17844      Branch: perl
17845            ! Configure config_h.SH
17846 ____________________________________________________________________________
17847 [  6460] By: jhi                                   on 2000/07/28  23:24:41
17848         Log: Warn if the version of the operating system used to compile gcc
17849              differs from the current version of the operating system.
17850              Also display the gcc compilation os and version in myconfig.
17851              Inspiration from
17852              
17853              Subject: Re: [ID 20000710.003] ERRORS!!         
17854              From: "Kurt D. Starsinic" <kstar@chapin.edu>
17855              Date: Mon, 10 Jul 2000 15:54:16 -0400
17856              Message-ID: <20000710155416.A1384@O2.chapin.edu>
17857      Branch: metaconfig/U/perl
17858            ! gccvers.U
17859      Branch: perl
17860            ! Configure config_h.SH myconfig.SH
17861 ____________________________________________________________________________
17862 [  6459] By: jhi                                   on 2000/07/28  22:00:32
17863         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
17864              letter to $Config{osvers}.
17865      Branch: metaconfig
17866            ! U/modified/Oldconfig.U
17867      Branch: perl
17868            ! Configure config_h.SH
17869 ____________________________________________________________________________
17870 [  6458] By: jhi                                   on 2000/07/28  04:15:39
17871         Log: Back out #6454, doesn't seem to work.
17872              (Reason: that patch was for perl 5.6.0, not perl-current)
17873              (A version of the patch for perl-current came in later as #6466)
17874      Branch: perl
17875            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
17876            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
17877            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
17878 ____________________________________________________________________________
17879 [  6457] By: jhi                                   on 2000/07/27  23:31:49
17880         Log: Use setproctitle() if available to modify $0.
17881              
17882              Subject: setting $* on BSD4 broken
17883              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
17884              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
17885              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
17886      Branch: metaconfig
17887            ! U/modified/Myinit.U
17888      Branch: perl
17889            ! Configure config_h.SH mg.c
17890 ____________________________________________________________________________
17891 [  6456] By: jhi                                   on 2000/07/27  14:50:47
17892         Log: Allow "no AutoLoader;", based on change #6444,
17893              suggested by Graham Barr.
17894      Branch: perl
17895            ! lib/AutoLoader.pm
17896 ____________________________________________________________________________
17897 [  6455] By: jhi                                   on 2000/07/27  14:19:10
17898         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
17899              From: rspier@pobox.com (Robert Spier)
17900              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
17901              Message-ID: <14720.15855.787664.424783@rls.cx>
17902      Branch: perl
17903            ! pod/perldiag.pod
17904 ____________________________________________________________________________
17905 [  6454] By: jhi                                   on 2000/07/27  14:03:02
17906         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
17907              for a long time).
17908              
17909              Reported in
17910              
17911              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
17912              From: Ryan Herbert <rherbert@sycamorehq.com>
17913              Date: Mon, 17 Jul 2000 11:40:42 -0400
17914              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
17915              
17916              Patched in
17917              
17918              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
17919              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
17920              Date: Wed, 26 Jul 2000 23:40:18 +0100
17921              Message-ID: <000001bff752$79511880$0a17073e@tiny>
17922              
17923              based on an earlier patch from Stephen P. Potter.
17924              
17925              (Removed later by change #6458 because this patch was for
17926              perl 5.6.0, not perl-current)
17927      Branch: perl
17928            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
17929            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
17930            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
17931 ____________________________________________________________________________
17932 [  6453] By: jhi                                   on 2000/07/27  13:48:02
17933         Log: Subject: [PATCH] fixes bug 20000508.004
17934              From: Michael Stevens <mstevens@globnix.org>
17935              Date: Thu, 27 Jul 2000 13:49:04 +0100
17936              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
17937      Branch: perl
17938            ! pod/perldata.pod
17939 ____________________________________________________________________________
17940 [  6452] By: jhi                                   on 2000/07/26  23:51:26
17941         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
17942              and Craig A. Berry.
17943      Branch: perl
17944            ! lib/File/Temp.pm pod/perlport.pod
17945 ____________________________________________________________________________
17946 [  6451] By: jhi                                   on 2000/07/26  19:43:30
17947         Log: Be wary of close()s, too.
17948              
17949              Subject: Re: [PATCH] perlbug cleanup
17950              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17951              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
17952              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
17953      Branch: perl
17954            ! utils/perlbug.PL
17955 ____________________________________________________________________________
17956 [  6450] By: jhi                                   on 2000/07/26  18:41:40
17957         Log: Subject: Minor doc patch: handy.h
17958              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
17959              Date: Wed, 26 Jul 2000 15:34:25 -0300
17960              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
17961      Branch: perl
17962            ! handy.h pod/perlapi.pod
17963 ____________________________________________________________________________
17964 [  6449] By: jhi                                   on 2000/07/26  18:23:55
17965         Log: Subject: [PATCH] minor doc change - perlguts
17966              From: Michael Stevens <mstevens@globnix.org>
17967              Date: Thu, 13 Jul 2000 12:39:18 +0100
17968              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
17969      Branch: perl
17970            ! pod/perlguts.pod
17971 ____________________________________________________________________________
17972 [  6448] By: jhi                                   on 2000/07/26  18:20:30
17973         Log: open() wariness in perlbug.
17974              
17975              Subject: [PATCH] perlbug cleanup
17976              From: Michael Stevens <mstevens@globnix.org>
17977              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
17978              Date: Thu, 13 Jul 2000 15:52:23 +0100
17979      Branch: perl
17980            ! utils/perlbug.PL
17981 ____________________________________________________________________________
17982 [  6447] By: jhi                                   on 2000/07/26  18:13:04
17983         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
17984      Branch: perl
17985            ! lib/File/Temp.pm t/lib/ftmp-security.t
17986 ____________________________________________________________________________
17987 [  6446] By: jhi                                   on 2000/07/26  18:06:32
17988         Log: docfix from Peter Scott <Peter@PSDT.com>.
17989      Branch: perl
17990            ! pod/perlfunc.pod
17991 ____________________________________________________________________________
17992 [  6445] By: jhi                                   on 2000/07/26  17:53:31
17993         Log: Fix *foo{FORMAT}.
17994              
17995              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17996              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
17997              Date: Wed, 26 Jul 2000 19:51:02 +0200
17998              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
17999              
18000              From: Graham Barr <gbarr@pobox.com>
18001              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
18002              Date: Wed, 26 Jul 2000 17:38:36 +0100
18003              Message-ID: <20000726173836.L472@pobox.com>
18004      Branch: perl
18005            ! pp.c sv.c t/op/gv.t
18006 ____________________________________________________________________________
18007 [  6444] By: jhi                                   on 2000/07/26  17:49:14
18008         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
18009              from Graham Barr in the module list.
18010      Branch: perl
18011            ! gv.c pod/perlobj.pod
18012 ____________________________________________________________________________
18013 [  6443] By: jhi                                   on 2000/07/26  16:06:56
18014         Log: More split() doc and test patches from Mike Guy.
18015      Branch: perl
18016            ! pod/perlfunc.pod t/op/split.t
18017 ____________________________________________________________________________
18018 [  6442] By: jhi                                   on 2000/07/26  16:05:30
18019         Log: MacOS nits from Matthias Neeracher.
18020      Branch: perl
18021            ! perl.c pp_ctl.c
18022 ____________________________________________________________________________
18023 [  6441] By: jhi                                   on 2000/07/26  04:39:57
18024         Log: Subject: [PATCH] split /^/
18025              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18026              Date: Tue, 25 Jul 2000 14:18:57 +0100
18027              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
18028              
18029              (with notes from tchrist and gbarr)
18030      Branch: perl
18031            ! pod/perlfunc.pod t/op/split.t
18032 ____________________________________________________________________________
18033 [  6440] By: jhi                                   on 2000/07/26  04:32:32
18034         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
18035              From: Peter Prymmer <pvhp@forte.com>
18036              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
18037              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
18038      Branch: perl
18039            ! vms/munchconfig.c
18040 ____________________________________________________________________________
18041 [  6439] By: jhi                                   on 2000/07/26  04:31:01
18042         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
18043              to be fatal errors (instead of by default ignoring them, and
18044              ignoring with a bug: even though -w gave an error, the opening [
18045              was left in)  Reported in:
18046              
18047              Subject: [ID 20000716.024] [=cc=] / [:blank:]
18048              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
18049              Date: Sun, 16 Jul 2000 17:55:29 -0700
18050              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
18051      Branch: perl
18052            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
18053 ____________________________________________________________________________
18054 [  6438] By: jhi                                   on 2000/07/25  15:41:15
18055         Log: Subject: [PATCH] av.c apidoc
18056              From: simon@brecon.co.uk (Simon Cozens)
18057              Date: 24 Jul 2000 06:40:52 GMT
18058              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
18059      Branch: perl
18060            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
18061            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
18062 ____________________________________________________________________________
18063 [  6437] By: jhi                                   on 2000/07/25  14:05:36
18064         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
18065              From: "Stephen P. Potter" <spp@ds.net>
18066              Date: Mon, 24 Jul 2000 14:22:23 -0400
18067              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
18068      Branch: perl
18069            ! pod/perllocale.pod
18070 ____________________________________________________________________________
18071 [  6436] By: jhi                                   on 2000/07/25  14:02:03
18072         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
18073              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18074              Date: Mon, 24 Jul 2000 18:04:28 +0100
18075              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
18076      Branch: perl
18077            ! t/lib/syslfs.t t/op/lfs.t
18078 ____________________________________________________________________________
18079 [  6435] By: jhi                                   on 2000/07/25  13:59:28
18080         Log: Get UTF16 BOMs working.  Patch from
18081              
18082              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
18083              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18084              Date: Tue, 25 Jul 2000 12:52:45 +0100
18085              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
18086              
18087              and notes from
18088              
18089              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
18090              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18091              Date: Tue, 25 Jul 2000 11:43:25 +0100
18092              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
18093      Branch: perl
18094            ! t/comp/require.t toke.c utf8.c
18095 ____________________________________________________________________________
18096 [  6434] By: jhi                                   on 2000/07/25  02:39:54
18097         Log: Make the "uninit variable" warning to say "concat or string"
18098              or "join or string" when in concat or join .
18099              
18100              Subject: Re: [ID 20000403.009] uninitialised concatenation???
18101              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18102              Date: Tue, 04 Apr 2000 18:22:58 +0100
18103              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
18104              
18105              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
18106              From: William R Ward <hermit@BayView.COM>
18107              Date: Thu, 30 Mar 2000 19:50:03 -0800
18108              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
18109      Branch: perl
18110            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
18111            ! t/pragma/warn/op t/pragma/warn/sv
18112 ____________________________________________________________________________
18113 [  6433] By: jhi                                   on 2000/07/24  17:52:56
18114         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
18115      Branch: perl
18116            ! lib/File/Spec/VMS.pm
18117 ____________________________________________________________________________
18118 [  6432] By: jhi                                   on 2000/07/24  17:44:44
18119         Log: Test cases for #6431.
18120              
18121              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
18122              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18123              Date: Mon, 24 Jul 2000 15:32:29 +0100
18124              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
18125      Branch: perl
18126            ! t/op/pat.t t/op/split.t
18127 ____________________________________________________________________________
18128 [  6431] By: jhi                                   on 2000/07/24  17:43:17
18129         Log: Bind op fix.
18130              
18131              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
18132              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18133              Date: Mon, 17 Jul 2000 20:04:56 +0100
18134              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
18135      Branch: perl
18136            ! op.c
18137 ____________________________________________________________________________
18138 [  6430] By: jhi                                   on 2000/07/24  03:42:42
18139         Log: Subject: [ID 20000716.023] syslog test fails without sockets
18140              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18141              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
18142              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
18143      Branch: metaconfig/U/perl
18144            ! Extensions.U
18145      Branch: perl
18146            ! Configure config_h.SH
18147 ____________________________________________________________________________
18148 [  6429] By: jhi                                   on 2000/07/24  03:11:52
18149         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
18150              case, but add also notes explaining the relationship of this
18151              patch and the earlier notes by Sarathy.
18152              
18153              Subject: Map is still slow
18154              From: "Ben Tilly" <ben_tilly@hotmail.com>
18155              Date: Sat, 15 Jul 2000 17:23:27 EDT
18156              Message-ID: <20000715212327.21656.qmail@hotmail.com>
18157      Branch: perl
18158            ! pp_ctl.c
18159 ____________________________________________________________________________
18160 [  6428] By: jhi                                   on 2000/07/24  02:58:52
18161         Log: Documentation to explain the behaviour of map().
18162              
18163              Subject: Re: Map is still slow 
18164              From: Gurusamy Sarathy <gsar@ActiveState.com>
18165              Date: Sat, 15 Jul 2000 16:05:09 -0700
18166              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
18167      Branch: perl
18168            ! pp_ctl.c
18169 ____________________________________________________________________________
18170 [  6427] By: jhi                                   on 2000/07/24  02:50:03
18171         Log: Add tests for
18172              [ID 19991110.003] another matching finding by pcre author
18173              which has already been fixed by some patch, as verified in
18174              
18175              Subject: Re: two regex bugs from the mists of time (well, last November)
18176              From: Hugo <hv@crypt.compulink.co.uk>
18177              Date: Sat, 22 Jul 2000 18:12:58 +0100
18178              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
18179      Branch: perl
18180            ! t/op/re_tests
18181 ____________________________________________________________________________
18182 [  6426] By: jhi                                   on 2000/07/24  02:11:20
18183         Log: A missing 'break' after the [[:space:]] switch case.
18184              
18185              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
18186              From: "Stephen P. Potter" <spp@ds.net>
18187              Date: Tue, 18 Jul 2000 16:25:17 -0400
18188              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
18189      Branch: perl
18190            ! regcomp.c
18191 ____________________________________________________________________________
18192 [  6425] By: jhi                                   on 2000/07/24  02:06:12
18193         Log: The output might have been produced in the wrong order.
18194              
18195              Subject: [ID 20000720.003] [PATCH] t/op/write.t
18196              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18197              Date: Thu, 20 Jul 2000 18:49:18 +0100
18198              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
18199      Branch: perl
18200            ! t/op/write.t
18201 ____________________________________________________________________________
18202 [  6424] By: jhi                                   on 2000/07/24  02:00:07
18203         Log: Use STDOUT consistently.
18204              
18205              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
18206              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18207              Date: Thu, 20 Jul 2000 18:04:01 +0100
18208              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
18209      Branch: perl
18210            ! lib/Test/Harness.pm
18211 ____________________________________________________________________________
18212 [  6423] By: jhi                                   on 2000/07/24  01:54:54
18213         Log: Protect against "wild next"s, that is, callbacks doing "next"
18214              instead of "return".
18215              
18216              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
18217              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18218              Date: Tue, 18 Jul 2000 11:30:16 +0100
18219              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
18220      Branch: perl
18221            ! lib/File/Find.pm
18222 ____________________________________________________________________________
18223 [  6422] By: jhi                                   on 2000/07/24  01:35:47
18224         Log: Out-of-date note removed.
18225              
18226              Subject: [PATCH] documentation perlipc
18227              From: rspier@pobox.com (Robert Spier)
18228              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
18229              Message-ID: <14711.35178.572612.502654@rls.cx>
18230      Branch: perl
18231            ! pod/perlipc.pod
18232 ____________________________________________________________________________
18233 [  6421] By: jhi                                   on 2000/07/24  00:09:18
18234         Log: Send all installperl messages to STDERR and be -w clean.
18235              
18236              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
18237              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18238              Date: Sat, 22 Jul 2000 14:02:11 +0100
18239              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
18240      Branch: perl
18241            ! installperl
18242 ____________________________________________________________________________
18243 [  6420] By: jhi                                   on 2000/07/24  00:04:19
18244         Log: Decutandpasto.
18245              
18246              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
18247              From: "Richard Soderberg" <rs@crystalflame.net>
18248              Date: Sun, 23 Jul 2000 01:37:23 -0700
18249              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
18250      Branch: perl
18251            ! pod/perlipc.pod
18252 ____________________________________________________________________________
18253 [  6419] By: jhi                                   on 2000/07/24  00:01:12
18254         Log: A cleaner abs_path().
18255              Subject: Re: unix alternative to Cwd.pm
18256              From: Jeff Pinyan <jeffp@crusoe.net>
18257              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
18258              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
18259      Branch: perl
18260            ! lib/Cwd.pm
18261 ____________________________________________________________________________
18262 [  6418] By: jhi                                   on 2000/07/23  23:48:56
18263         Log: Detypo.
18264              
18265              Subject: [PATCH perl-current] Typo in hints/powerux.sh
18266              From: "Richard Soderberg" <rs@crystalflame.net>
18267              Date: Sun, 23 Jul 2000 01:27:33 -0700
18268              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
18269      Branch: perl
18270            ! hints/powerux.sh
18271 ____________________________________________________________________________
18272 [  6417] By: jhi                                   on 2000/07/17  22:13:31
18273         Log: Subject: SDBM_File documentation
18274              From: mjd@plover.com
18275              Date: 16 Jul 2000 17:41:17 -0000
18276              Message-ID: <20000716174117.18515.qmail@plover.com>
18277      Branch: perl
18278            ! ext/SDBM_File/SDBM_File.pm
18279 ____________________________________________________________________________
18280 [  6416] By: jhi                                   on 2000/07/17  19:13:26
18281         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
18282      Branch: perl
18283            ! hints/mpeix.sh mpeix/relink
18284 ____________________________________________________________________________
18285 [  6415] By: jhi                                   on 2000/07/15  14:11:02
18286         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
18287              the utf8 'characters' can be more than one octet).
18288              
18289              Date: Sat, 15 Jul 2000 00:21:56 +0100
18290              From: Tom Hughes <tom@compton.nu>
18291              Subject: Re: [ID 20000714.002]
18292              Message-ID: <db2334de49.tom@compton.compton.nu>
18293              
18294              Reported in
18295              
18296              Subject: [ID 20000714.002]
18297              From: "Simon Cozens" <simon@othersideofthe.earth.li>
18298              Date: 14 Jul 2000 15:13:09 -0000
18299              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
18300      Branch: perl
18301            ! doop.c
18302 ____________________________________________________________________________
18303 [  6414] By: jhi                                   on 2000/07/15  03:13:41
18304         Log: another VMS build tweak from Peter Prymmer
18305      Branch: perl
18306            ! vms/descrip_mms.template
18307 ____________________________________________________________________________
18308 [  6413] By: jhi                                   on 2000/07/15  03:10:40
18309         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
18310      Branch: perl
18311            ! vms/perlvms.pod
18312 ____________________________________________________________________________
18313 [  6412] By: jhi                                   on 2000/07/15  00:31:05
18314         Log: More docs for sv functions.
18315              
18316              Subject: [PATCH cfgperl] sv.c apidoc
18317              From: simon@brecon.co.uk (Simon Cozens)
18318              Date: 13 Jul 2000 09:00:20 GMT
18319              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
18320              
18321              Subject: Re: [PATCH cfgperl] sv.c apidoc
18322              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18323              Date: Thu, 13 Jul 2000 12:27:41 +0100
18324              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
18325              
18326              Subject: Re: [PATCH cfgperl] sv.c apidoc
18327              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18328              Date: Thu, 13 Jul 2000 13:23:09 +0100
18329              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
18330              
18331              Subject: Re: [PATCH cfgperl] sv.c apidoc
18332              From: simon@brecon.co.uk (Simon Cozens)
18333              Date: 14 Jul 2000 06:51:02 GMT
18334              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
18335      Branch: perl
18336            ! embed.pl pod/perlapi.pod sv.c
18337 ____________________________________________________________________________
18338 [  6411] By: jhi                                   on 2000/07/15  00:10:41
18339         Log: lib/b test fixes from Peter Prymmer.
18340      Branch: perl
18341            ! t/lib/b.t
18342 ____________________________________________________________________________
18343 [  6410] By: jhi                                   on 2000/07/15  00:02:09
18344         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
18345              From: Hugo <hv@crypt.compulink.co.uk>
18346              Date: Fri, 14 Jul 2000 23:05:20 +0100
18347              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
18348              
18349              Didn't anymore apply, but that point still could use another fix.
18350      Branch: perl
18351            ! pod/perlfunc.pod
18352 ____________________________________________________________________________
18353 [  6409] By: jhi                                   on 2000/07/14  23:15:15
18354         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
18355              not in pod, from Peter Prymmer
18356      Branch: perl
18357            ! vms/descrip_mms.template
18358 ____________________________________________________________________________
18359 [  6408] By: jhi                                   on 2000/07/14  20:35:05
18360         Log: The bug report
18361              [ID 19991110.002] minimal matching discrepancy found by pcre author
18362              seems to have been fixed (though differently from what was suggested
18363              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
18364      Branch: perl
18365            ! t/op/re_tests
18366 ____________________________________________________________________________
18367 [  6407] By: jhi                                   on 2000/07/14  17:38:08
18368         Log: Fix AutoSplit to use File::Spec the right way in VMS,
18369              from Peter Prymmer.
18370      Branch: perl
18371            ! lib/AutoSplit.pm
18372 ____________________________________________________________________________
18373 [  6406] By: jhi                                   on 2000/07/14  14:13:22
18374         Log: Merge perlhacktut into perlhack, update perlguts.
18375              
18376              Subject: Re: Perlhacktut
18377              From: simon@brecon.co.uk (Simon Cozens)
18378              Date: 14 Jul 2000 06:49:21 GMT
18379              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
18380              
18381              Subject: Re: Perlhacktut
18382              From: simon@brecon.co.uk (Simon Cozens)
18383              Date: 14 Jul 2000 07:09:45 GMT
18384              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
18385      Branch: perl
18386            ! pod/perlguts.pod pod/perlhack.pod
18387 ____________________________________________________________________________
18388 [  6405] By: jhi                                   on 2000/07/14  14:02:31
18389         Log: Integrate with Sarathy.
18390      Branch: cfgperl
18391           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
18392           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
18393           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
18394 ____________________________________________________________________________
18395 [  6404] By: gsar                                  on 2000/07/14  12:15:02
18396         Log: PERL_OBJECT build tweaks
18397      Branch: perl
18398            ! toke.c
18399 ____________________________________________________________________________
18400 [  6403] By: gsar                                  on 2000/07/14  11:23:41
18401         Log: inconsistent types needs casts
18402      Branch: perl
18403            ! toke.c
18404 ____________________________________________________________________________
18405 [  6402] By: gsar                                  on 2000/07/14  11:12:04
18406         Log: typos in change#6399, regen headers
18407      Branch: perl
18408            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
18409 ____________________________________________________________________________
18410 [  6401] By: gsar                                  on 2000/07/14  10:59:12
18411         Log: typecasts needed for change#6394
18412      Branch: perl
18413            ! toke.c
18414 ____________________________________________________________________________
18415 [  6400] By: gsar                                  on 2000/07/14  10:49:37
18416         Log: integrate cfgperl contents into mainline
18417      Branch: perl
18418           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
18419           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
18420 ____________________________________________________________________________
18421 [  6399] By: gsar                                  on 2000/07/14  10:38:35
18422         Log: enable UTF-16 filter by default if relevant BOM is seen; various
18423              cleanups (typos, misformatted code, and small bugs)
18424      Branch: perl
18425            ! doop.c embed.pl mg.c op.c pp.c toke.c
18426 ____________________________________________________________________________
18427 [  6398] By: gsar                                  on 2000/07/14  08:55:38
18428         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
18429              name suggests anyway)
18430      Branch: perl
18431            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
18432 ____________________________________________________________________________
18433 [  6397] By: gsar                                  on 2000/07/14  08:44:33
18434         Log: move new variables to the end of the interpreter structure (for
18435              bincompat in code that doesn't #include XSUB.h)
18436      Branch: perl
18437            ! intrpvar.h
18438 ____________________________________________________________________________
18439 [  6396] By: gsar                                  on 2000/07/14  08:13:58
18440         Log: MakeMaker should not remove editor backups (*~) on `make clean`
18441              by default (completes change#6383)
18442      Branch: perl
18443            ! lib/ExtUtils/MM_Unix.pm
18444 ____________________________________________________________________________
18445 [  6395] By: jhi                                   on 2000/07/14  05:20:33
18446         Log: Replace change #6337 with a better one.
18447              
18448              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
18449              From: Hugo <hv@crypt.compulink.co.uk>
18450              Date: Fri, 14 Jul 2000 04:16:20 +0100
18451              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
18452      Branch: cfgperl
18453            ! regexec.c t/op/re_tests
18454 ____________________________________________________________________________
18455 [  6394] By: jhi                                   on 2000/07/14  01:33:59
18456         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
18457      Branch: cfgperl
18458            ! embed.pl global.sym proto.h toke.c
18459 ____________________________________________________________________________
18460 [  6393] By: jhi                                   on 2000/07/13  23:41:23
18461         Log: remove discarded test
18462      Branch: cfgperl
18463            ! MANIFEST
18464 ____________________________________________________________________________
18465 [  6392] By: jhi                                   on 2000/07/13  23:32:25
18466         Log: The {multiplier} of a fixed substring was overlooked which
18467              caused a wrong initial search offset for that substring.
18468              
18469              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
18470              From: Hugo <hv@crypt.compulink.co.uk>
18471              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
18472              Date: Thu, 13 Jul 2000 19:27:13 +0100
18473      Branch: cfgperl
18474            ! regcomp.c t/op/re_tests
18475 ____________________________________________________________________________
18476 [  6391] By: jhi                                   on 2000/07/13  16:37:42
18477         Log: typo fix from Craig Berry
18478      Branch: cfgperl
18479            ! vms/subconfigure.com
18480 ____________________________________________________________________________
18481 [  6390] By: jhi                                   on 2000/07/13  13:20:12
18482         Log: Integrate with Sarathy.
18483      Branch: cfgperl
18484            - t/op/method2entersub.t
18485           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
18486           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
18487           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
18488           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
18489 ____________________________________________________________________________
18490 [  6389] By: jhi                                   on 2000/07/13  13:18:48
18491         Log: Detypo from Peter Prymmer, part of #6388.
18492      Branch: cfgperl
18493            ! Configure config_h.SH
18494      Branch: metaconfig
18495            ! U/modified/d_longlong.U
18496 ____________________________________________________________________________
18497 [  6388] By: gsar                                  on 2000/07/13  06:33:40
18498         Log: typos (spotted by Peter Prymmer)
18499      Branch: perl
18500            ! Configure t/lib/english.t
18501 ____________________________________________________________________________
18502 [  6387] By: gsar                                  on 2000/07/13  05:35:28
18503         Log: new selfloader.t in change#6183 doesn't close DATA handles,
18504              and thus fails to clean up tmp files on dosish platforms
18505      Branch: perl
18506            ! t/lib/selfloader.t
18507 ____________________________________________________________________________
18508 [  6386] By: gsar                                  on 2000/07/12  21:42:39
18509         Log: sprintf test tweaks (from Dominic Dunlop)
18510      Branch: perl
18511            ! t/op/sprintf.t
18512 ____________________________________________________________________________
18513 [  6385] By: gsar                                  on 2000/07/12  21:33:46
18514         Log: fix bugs in processing %v-*d and similar format specs (from
18515              Avi Finkel <avi@finkel.org>)
18516      Branch: perl
18517            ! sv.c t/op/sprintf.t
18518 ____________________________________________________________________________
18519 [  6384] By: gsar                                  on 2000/07/12  16:04:19
18520         Log: readd missing perldelta.pod changes from changes#6339,6376
18521      Branch: perl
18522            ! pod/perldelta.pod
18523 ____________________________________________________________________________
18524 [  6383] By: gsar                                  on 2000/07/12  16:00:51
18525         Log: don't clobber *.orig files on *clean targets
18526      Branch: perl
18527            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
18528 ____________________________________________________________________________
18529 [  6382] By: gsar                                  on 2000/07/12  07:59:12
18530         Log: fix broken integrations in cfgperl
18531      Branch: cfgperl
18532           !> Changes pod/perldelta.pod
18533 ____________________________________________________________________________
18534 [  6381] By: gsar                                  on 2000/07/12  07:42:17
18535         Log: integrate cfgperl changes into mainline
18536      Branch: perl
18537            ! Changes
18538           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
18539           !> pod/perlre.pod
18540 ____________________________________________________________________________
18541 [  6380] By: gsar                                  on 2000/07/12  07:31:00
18542         Log: get sprintf.t to adjust properly for 3-digit exponents
18543      Branch: perl
18544            ! t/op/sprintf.t
18545 ____________________________________________________________________________
18546 [  6379] By: gsar                                  on 2000/07/12  06:40:04
18547         Log: change#6174 needs corresponding change in win32/config_h.PL,
18548              which grovels through config_h.SH to find the config.h name
18549      Branch: perl
18550            ! win32/config_h.PL
18551 ____________________________________________________________________________
18552 [  6378] By: jhi                                   on 2000/07/12  05:03:59
18553         Log: Do the cc sanity check both before the hints and
18554              after the cc selction.
18555      Branch: cfgperl
18556            ! Configure config_h.SH
18557      Branch: metaconfig
18558            ! U/modified/Oldconfig.U U/modified/cc.U
18559      Branch: metaconfig/U/perl
18560            + Checkcc.U
18561 ____________________________________________________________________________
18562 [  6377] By: jhi                                   on 2000/07/12  02:49:22
18563         Log: Fix nits noticed by Boston.pm.
18564      Branch: cfgperl
18565            ! pod/perlre.pod
18566 ____________________________________________________________________________
18567 [  6376] By: jhi                                   on 2000/07/11  21:22:13
18568         Log: Configure cosmetics and perldelta.
18569      Branch: cfgperl
18570            ! Configure config_h.SH pod/perldelta.pod
18571      Branch: metaconfig
18572            ! U/modified/cc.U
18573 ____________________________________________________________________________
18574 [  6375] By: gsar                                  on 2000/07/11  21:17:35
18575         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
18576      Branch: perl
18577            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
18578            ! win32/win32sck.c
18579 ____________________________________________________________________________
18580 [  6374] By: gsar                                  on 2000/07/11  20:48:50
18581         Log: tweak for build failure under multiplicity
18582      Branch: perl
18583            ! toke.c
18584 ____________________________________________________________________________
18585 [  6373] By: gsar                                  on 2000/07/11  20:37:23
18586         Log: integrate cfgperl changes#6325..6373 into mainline
18587              (NOTE: today's batch of integrations still untested)
18588      Branch: perl
18589           +> ext/DynaLoader/hints/netbsd.pl
18590            ! Changes
18591           !> (integrate 26 files)
18592 ____________________________________________________________________________
18593 [  6372] By: jhi                                   on 2000/07/11  20:30:36
18594         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
18595              regen perltoc.
18596      Branch: cfgperl
18597            + pod/perlbook.pod
18598            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
18599            ! pod/perltoc.pod
18600 ____________________________________________________________________________
18601 [  6371] By: jhi                                   on 2000/07/11  20:08:56
18602         Log: Minor cleanups on the booklist.
18603      Branch: cfgperl
18604            ! pod/perlfaq2.pod
18605 ____________________________________________________________________________
18606 [  6370] By: jhi                                   on 2000/07/11  19:31:13
18607         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
18608      Branch: cfgperl
18609            ! t/pragma/overload.t
18610 ____________________________________________________________________________
18611 [  6369] By: gsar                                  on 2000/07/11  19:27:48
18612         Log: integrate cfgperl changes#6293..6324 into mainline
18613      Branch: perl
18614           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
18615            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
18616           !> (integrate 30 files)
18617 ____________________________________________________________________________
18618 [  6368] By: gsar                                  on 2000/07/11  19:18:57
18619         Log: skip integrate of problematic change#6292 from cfgperl into mainline
18620      Branch: perl
18621           !> pp_hot.c
18622 ____________________________________________________________________________
18623 [  6367] By: gsar                                  on 2000/07/11  19:17:21
18624         Log: integrate cfgperl changes#6288..6290 into mainline
18625      Branch: perl
18626           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
18627 ____________________________________________________________________________
18628 [  6366] By: gsar                                  on 2000/07/11  19:11:18
18629         Log: integrate cfgperl changes#6268..6282 into mainline
18630      Branch: perl
18631           !> (integrate 30 files)
18632 ____________________________________________________________________________
18633 [  6365] By: gsar                                  on 2000/07/11  18:57:00
18634         Log: delete new accidentally branched file
18635      Branch: perl
18636            - t/op/method2entersub.t
18637 ____________________________________________________________________________
18638 [  6364] By: gsar                                  on 2000/07/11  18:55:13
18639         Log: skip integrate of change#6267 from cfgperl into mainline (the
18640              method call optimization is flawed without additional hints
18641              from user about immutableness of @ISA and no runtime method
18642              definitions)
18643      Branch: perl
18644           +> t/op/method2entersub.t
18645           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
18646           !> perl.h t/op/sprintf.t xsutils.c
18647 ____________________________________________________________________________
18648 [  6363] By: gsar                                  on 2000/07/11  18:49:43
18649         Log: integrate cfgperl changes#6261..6266 into mainline
18650      Branch: perl
18651           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
18652           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
18653           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18654           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
18655 ____________________________________________________________________________
18656 [  6362] By: gsar                                  on 2000/07/11  18:43:26
18657         Log: integrate cfgperl changes#6252..6260 into mainline
18658      Branch: perl
18659           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
18660           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
18661           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
18662           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
18663 ____________________________________________________________________________
18664 [  6361] By: gsar                                  on 2000/07/11  18:37:12
18665         Log: skip integrate of problematic change#6251 from cfgperl into mainline
18666      Branch: perl
18667           !> lib/Exporter.pm
18668 ____________________________________________________________________________
18669 [  6360] By: gsar                                  on 2000/07/11  18:34:56
18670         Log: integrate cfgperl change#6250 into mainline
18671      Branch: perl
18672           +> t/op/my_stash.t
18673           !> MANIFEST embed.pl proto.h toke.c
18674 ____________________________________________________________________________
18675 [  6359] By: gsar                                  on 2000/07/11  18:21:19
18676         Log: integrate cfgperl changes#6242..6249 into mainline
18677      Branch: perl
18678           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
18679           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
18680           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
18681           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
18682           !> t/lib/peek.t utf8.c
18683 ____________________________________________________________________________
18684 [  6358] By: gsar                                  on 2000/07/11  18:15:45
18685         Log: skip integrate of problematic change#6241 from cfgperl into mainline
18686      Branch: perl
18687           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
18688 ____________________________________________________________________________
18689 [  6357] By: jhi                                   on 2000/07/11  18:15:16
18690         Log: Fix for
18691              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
18692              From: Roderick Schertler <roderick@argon.org> 
18693              Date: Tue, 11 Jul 2000 13:55:05 -0400 
18694              Message-Id: <200007111755.NAA05077@jones.argon.org> 
18695      Branch: cfgperl
18696            ! doio.c
18697 ____________________________________________________________________________
18698 [  6356] By: jhi                                   on 2000/07/11  18:12:51
18699         Log: Typo in #6341.
18700      Branch: cfgperl
18701            ! pp_hot.c
18702 ____________________________________________________________________________
18703 [  6355] By: gsar                                  on 2000/07/11  18:12:10
18704         Log: integrate cfgperl changes#6231..6240 into mainline
18705      Branch: perl
18706           +> pod/perlutil.pod
18707           !> (integrate 35 files)
18708 ____________________________________________________________________________
18709 [  6354] By: jhi                                   on 2000/07/11  18:04:34
18710         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
18711              From: Dominic Dunlop <domo@computer.org> 
18712              Date: Tue, 11 Jul 2000 12:27:33 +0200 
18713              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
18714              
18715              Replaces change #6268.
18716      Branch: cfgperl
18717            ! t/op/sprintf.t
18718 ____________________________________________________________________________
18719 [  6353] By: gsar                                  on 2000/07/11  17:59:51
18720         Log: skip integrate of problematic change#6230 from cfgperl into mainline
18721              (a later version of File::Spec is already in mainline)
18722      Branch: perl
18723           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
18724           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
18725 ____________________________________________________________________________
18726 [  6352] By: gsar                                  on 2000/07/11  17:57:48
18727         Log: integrate cfgperl changes#6224..6229 into mainline
18728      Branch: perl
18729           +> lib/lib.pm.PL
18730            - lib/lib.pm
18731           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
18732           !> lib/English.pm op.c t/lib/english.t
18733 ____________________________________________________________________________
18734 [  6351] By: gsar                                  on 2000/07/11  17:50:10
18735         Log: skip integrate of problematic change#6223 from cfgperl into mainline
18736      Branch: perl
18737           !> doio.c
18738 ____________________________________________________________________________
18739 [  6350] By: gsar                                  on 2000/07/11  17:48:28
18740         Log: integrate cfgperl changes#6220..6222 into mainline
18741      Branch: perl
18742           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
18743           !> toke.c utf8.c win32/win32.h
18744 ____________________________________________________________________________
18745 [  6349] By: gsar                                  on 2000/07/11  17:46:13
18746         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
18747              mainline
18748      Branch: perl
18749           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
18750           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
18751           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
18752 ____________________________________________________________________________
18753 [  6348] By: jhi                                   on 2000/07/11  17:45:49
18754         Log: README.posix-bc podified from Thomas Dorner.
18755      Branch: cfgperl
18756            ! README.posix-bc
18757 ____________________________________________________________________________
18758 [  6347] By: gsar                                  on 2000/07/11  17:42:04
18759         Log: integrate cfgperl change#6217 into mainline
18760      Branch: perl
18761           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
18762           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
18763           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
18764 ____________________________________________________________________________
18765 [  6346] By: gsar                                  on 2000/07/11  17:39:37
18766         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
18767              mainline
18768      Branch: perl
18769           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
18770           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
18771           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
18772           !> perlapi.h pod/perlapi.pod
18773 ____________________________________________________________________________
18774 [  6345] By: gsar                                  on 2000/07/11  17:36:42
18775         Log: integrate cfgperl changes#6207..6210 into mainline
18776      Branch: perl
18777           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
18778           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
18779 ____________________________________________________________________________
18780 [  6344] By: gsar                                  on 2000/07/11  17:31:20
18781         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
18782              mainline
18783      Branch: perl
18784           !> (integrate 40 files)
18785 ____________________________________________________________________________
18786 [  6343] By: gsar                                  on 2000/07/11  17:19:08
18787         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
18788      Branch: perl
18789           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
18790            ! Changes
18791           !> (integrate 34 files)
18792 ____________________________________________________________________________
18793 [  6342] By: jhi                                   on 2000/07/11  16:05:48
18794         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
18795              To: perl5-porters@perl.org
18796              From: Karsten Sperling <spiff@phreax.net>
18797              Date: Mon, 10 Jul 2000 15:12:52 +0200
18798              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
18799      Branch: cfgperl
18800            ! lib/Symbol.pm
18801 ____________________________________________________________________________
18802 [  6341] By: jhi                                   on 2000/07/11  15:59:23
18803         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
18804              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18805              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
18806              Date: Fri, 07 Jul 2000 17:57:16 +0100
18807      Branch: cfgperl
18808            ! pp_hot.c
18809 ____________________________________________________________________________
18810 [  6340] By: jhi                                   on 2000/07/11  15:55:47
18811         Log: Subject: Re: format bug report  [Patch]
18812              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18813              Date: Wed, 05 Jul 2000 13:12:52 +0200
18814              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
18815              
18816              Subject: Re: format bug report  [Patch]
18817              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18818              Date: Wed, 05 Jul 2000 14:10:01 +0200
18819              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
18820      Branch: cfgperl
18821            ! t/op/write.t toke.c
18822 ____________________________________________________________________________
18823 [  6339] By: jhi                                   on 2000/07/11  13:54:09
18824         Log: Be less forgiving about ambiguous and illegal tr ranges.
18825              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
18826              From: Mark-Jason Dominus <mjd@plover.com>
18827              Date: Tue, 04 Jul 2000 10:00:12 -0400
18828              Message-ID: <20000704140012.17772.qmail@plover.com>
18829              
18830              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
18831              From: Mark-Jason Dominus <mjd@plover.com>
18832              Date: Wed, 05 Jul 2000 09:37:36 -0400
18833              Message-ID: <20000705133736.27293.qmail@plover.com>
18834      Branch: cfgperl
18835            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
18836 ____________________________________________________________________________
18837 [  6338] By: jhi                                   on 2000/07/11  13:31:24
18838         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
18839              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18840              Date: Tue, 11 Jul 2000 13:50:51 +0100
18841              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
18842      Branch: cfgperl
18843            ! sv.c
18844 ____________________________________________________________________________
18845 [  6337] By: jhi                                   on 2000/07/11  13:29:14
18846         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
18847              From: Hugo <hv@crypt.compulink.co.uk>
18848              Date: Tue, 11 Jul 2000 12:44:50 +0100
18849              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
18850      Branch: cfgperl
18851            ! regexec.c t/op/re_tests
18852 ____________________________________________________________________________
18853 [  6336] By: jhi                                   on 2000/07/11  13:26:47
18854         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
18855              From: simon@brecon.co.uk (Simon Cozens)
18856              Date: 7 Jul 2000 11:26:09 GMT
18857              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
18858      Branch: cfgperl
18859            ! mg.c
18860 ____________________________________________________________________________
18861 [  6335] By: jhi                                   on 2000/07/11  13:23:37
18862         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
18863              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
18864              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
18865              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
18866      Branch: cfgperl
18867            + ext/DynaLoader/hints/netbsd.pl
18868            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
18869 ____________________________________________________________________________
18870 [  6334] By: jhi                                   on 2000/07/11  13:20:38
18871         Log: Subject: PATCH perlguts.pod: Document D and d magic types
18872              From: mjd@plover.com
18873              Date: 5 Jul 2000 18:01:51 -0000
18874              Message-ID: <20000705180151.29413.qmail@plover.com>
18875      Branch: cfgperl
18876            ! pod/perlguts.pod
18877 ____________________________________________________________________________
18878 [  6333] By: jhi                                   on 2000/07/11  13:15:51
18879         Log: Precedence goof, fix based on
18880              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
18881              From: Hugo <hv@crypt.compulink.co.uk>
18882              Date: Tue, 11 Jul 2000 12:52:38 +0100
18883              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
18884      Branch: cfgperl
18885            ! t/op/taint.t
18886 ____________________________________________________________________________
18887 [  6332] By: jhi                                   on 2000/07/11  12:40:17
18888         Log: Integrate with Sarathy.
18889      Branch: cfgperl
18890           !> win32/win32sck.c
18891 ____________________________________________________________________________
18892 [  6331] By: jhi                                   on 2000/07/10  20:14:16
18893         Log: Sprinkle ldlibpath.
18894      Branch: cfgperl
18895            ! pod/Makefile.SH
18896 ____________________________________________________________________________
18897 [  6330] By: jhi                                   on 2000/07/10  17:54:49
18898         Log: More POSIX.pod tweaks.
18899      Branch: cfgperl
18900            ! ext/POSIX/POSIX.pod
18901 ____________________________________________________________________________
18902 [  6329] By: jhi                                   on 2000/07/10  14:02:12
18903         Log: Reorder perl.pod once more.
18904      Branch: cfgperl
18905            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18906 ____________________________________________________________________________
18907 [  6328] By: gsar                                  on 2000/07/10  07:06:00
18908         Log: accept() leaks memory on windows due to incorrect ordering of
18909              closesocket() and fclose() calls
18910      Branch: perl
18911            ! win32/win32sck.c
18912 ____________________________________________________________________________
18913 [  6327] By: gsar                                  on 2000/07/10  06:49:17
18914         Log: winsock options weren't being set in all threads under ithreads
18915              (caused send()s from second and subsequent threads to fail)
18916      Branch: perl
18917            ! win32/win32sck.c
18918 ____________________________________________________________________________
18919 [  6326] By: jhi                                   on 2000/07/08  02:45:40
18920         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
18921              was cast to an unsigned (32-bit) integer with wild abandon.
18922      Branch: cfgperl
18923            ! ext/Devel/DProf/DProf.xs
18924 ____________________________________________________________________________
18925 [  6325] By: jhi                                   on 2000/07/07  18:50:33
18926         Log: Remove perlbook, update perlfaq book listing,
18927              rearrange perl.pod, regenerate perltoc.
18928      Branch: cfgperl
18929            - pod/perlbook.pod
18930            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
18931            ! pod/perlfaq2.pod pod/perltoc.pod
18932 ____________________________________________________________________________
18933 [  6324] By: jhi                                   on 2000/07/07  14:03:40
18934         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
18935      Branch: cfgperl
18936            ! sv.h toke.c
18937 ____________________________________________________________________________
18938 [  6323] By: jhi                                   on 2000/07/06  16:03:55
18939         Log: Fix complaints of buildtoc.
18940      Branch: cfgperl
18941            + lib/Win32.pod
18942            - pod/Win32.pod
18943            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18944 ____________________________________________________________________________
18945 [  6322] By: jhi                                   on 2000/07/06  15:15:52
18946         Log: Add =head1 NAMEs so that buildtoc is happy.
18947              (The CGI::Util nit reported to Lincoln.)
18948      Branch: cfgperl
18949            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
18950            ! pod/perltoc.pod
18951 ____________________________________________________________________________
18952 [  6321] By: jhi                                   on 2000/07/06  03:16:04
18953         Log: Config is being used.
18954      Branch: cfgperl
18955            ! t/op/method.t
18956 ____________________________________________________________________________
18957 [  6320] By: jhi                                   on 2000/07/06  03:13:13
18958         Log: Integrate with Sarathy.
18959      Branch: cfgperl
18960           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
18961 ____________________________________________________________________________
18962 [  6319] By: jhi                                   on 2000/07/06  03:11:46
18963         Log: Autogenerate pod/Makefile and pod/buildtoc.
18964              buildtoc also checks whether the existin pods are
18965              mentioned in MANIFEST and perl.pod, and vice versa.
18966              (None of the thusly found discrepancies fixed yet.)
18967              roffitall also needs to be autogenerated similarly but it
18968              seems so badly out of date that I didn't touch it yet.
18969      Branch: cfgperl
18970            + pod/Makefile.SH pod/buildtoc.PL
18971            - pod/Makefile pod/buildtoc
18972            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
18973 ____________________________________________________________________________
18974 [  6318] By: gsar                                  on 2000/07/05  22:10:54
18975         Log: fix UNC path handling on Windows under ithreads, and chdir()
18976              return value when given a non-existent directory
18977      Branch: perl
18978            ! win32/vdir.h
18979 ____________________________________________________________________________
18980 [  6317] By: gsar                                  on 2000/07/05  22:08:19
18981         Log: winsock cleanup never done on Windows (leads to handle leaks)
18982      Branch: perl
18983            ! win32/perllib.c win32/win32sck.c
18984 ____________________________________________________________________________
18985 [  6316] By: gsar                                  on 2000/07/05  22:06:19
18986         Log: some debugger output does not go to the socket when RemotePort is set
18987      Branch: perl
18988            ! lib/perl5db.pl
18989 ____________________________________________________________________________
18990 [  6315] By: jhi                                   on 2000/07/05  00:25:21
18991         Log: Integrate with Sarathy, preliminary fix for unicos
18992              alignment problems in [ID 20000612.002] Perl problem on Cray system.
18993      Branch: cfgperl
18994            ! sv.h
18995           !> pp_hot.c
18996 ____________________________________________________________________________
18997 [  6314] By: gsar                                  on 2000/07/04  23:34:02
18998         Log: tyop in change#6306
18999      Branch: perl
19000            ! pp_hot.c
19001 ____________________________________________________________________________
19002 [  6313] By: jhi                                   on 2000/07/04  22:14:38
19003         Log: Multiline string literals ENONPORTABLE.
19004      Branch: cfgperl
19005            ! pp_hot.c
19006 ____________________________________________________________________________
19007 [  6312] By: jhi                                   on 2000/07/04  20:34:44
19008         Log: Integrate with Sarathy.
19009      Branch: cfgperl
19010           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
19011           !> t/op/method.t
19012 ____________________________________________________________________________
19013 [  6311] By: jhi                                   on 2000/07/04  20:30:56
19014         Log: More POSIX.pod embellishment.
19015      Branch: cfgperl
19016            ! ext/POSIX/POSIX.pod
19017 ____________________________________________________________________________
19018 [  6310] By: gsar                                  on 2000/07/04  17:28:48
19019         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
19020      Branch: perl
19021            ! t/lib/b.t
19022 ____________________________________________________________________________
19023 [  6309] By: jhi                                   on 2000/07/04  17:22:18
19024         Log: The #6308 required a little bit more.
19025      Branch: cfgperl
19026            ! Makefile.SH win32/Makefile
19027 ____________________________________________________________________________
19028 [  6308] By: jhi                                   on 2000/07/04  16:35:24
19029         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
19030      Branch: cfgperl
19031            + lib/lib_pm.PL
19032            - lib/lib.pm.PL
19033            ! MANIFEST Makefile.SH
19034 ____________________________________________________________________________
19035 [  6307] By: jhi                                   on 2000/07/04  16:28:58
19036         Log: Win32 patches for cfgperl from Sarathy.
19037      Branch: cfgperl
19038            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
19039            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
19040            ! thread.h toke.c util.c win32/Makefile win32/win32.c
19041 ____________________________________________________________________________
19042 [  6306] By: gsar                                  on 2000/07/04  16:28:40
19043         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
19044              (from Richard Soderberg <rs@oregonnet.com>)
19045      Branch: perl
19046            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
19047 ____________________________________________________________________________
19048 [  6305] By: jhi                                   on 2000/07/04  16:24:24
19049         Log: Integrate with Sarathy.
19050      Branch: cfgperl
19051           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
19052           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19053           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
19054           !> proto.h win32/win32.c
19055 ____________________________________________________________________________
19056 [  6304] By: gsar                                  on 2000/07/04  16:17:24
19057         Log: missing perldiag entry for unpack("w",...) diagnostic (from
19058              Andreas Koenig)
19059      Branch: perl
19060            ! pod/perldiag.pod
19061 ____________________________________________________________________________
19062 [  6303] By: gsar                                  on 2000/07/04  16:14:44
19063         Log: remove rel2abs prototypes (from Barrie Slaymaker)
19064      Branch: perl
19065            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
19066            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
19067 ____________________________________________________________________________
19068 [  6302] By: gsar                                  on 2000/07/04  04:59:35
19069         Log: adjust change#6299
19070      Branch: perl
19071            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
19072            ! win32/win32.c
19073 ____________________________________________________________________________
19074 [  6301] By: jhi                                   on 2000/07/04  04:50:07
19075         Log: Integrate with Sarathy.
19076      Branch: cfgperl
19077           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
19078           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
19079           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
19080 ____________________________________________________________________________
19081 [  6300] By: gsar                                  on 2000/07/04  04:42:09
19082         Log: PERL_OBJECT build tweak
19083      Branch: perl
19084            ! perl.h
19085 ____________________________________________________________________________
19086 [  6299] By: gsar                                  on 2000/07/04  04:37:00
19087         Log: fix memory leak on Windows (PL_sys_intern contents were never
19088              freed)
19089      Branch: perl
19090            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
19091            ! perlapi.c proto.h win32/win32.c
19092 ____________________________________________________________________________
19093 [  6298] By: gsar                                  on 2000/07/04  04:15:59
19094         Log: fix large memory leak that has been around for ever, masked by
19095              -DPURIFY (most of the arenas were never freed!)
19096      Branch: perl
19097            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
19098 ____________________________________________________________________________
19099 [  6297] By: gsar                                  on 2000/07/04  04:07:46
19100         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
19101      Branch: perl
19102            ! perl.c
19103 ____________________________________________________________________________
19104 [  6296] By: jhi                                   on 2000/06/30  18:28:37
19105         Log: Elaborate POSIX.pod.  Still needs work.
19106      Branch: cfgperl
19107            ! ext/POSIX/POSIX.pod
19108 ____________________________________________________________________________
19109 [  6295] By: jhi                                   on 2000/06/30  14:58:18
19110         Log: Point to perlipc for more SysV IPC examples.
19111      Branch: cfgperl
19112            ! pod/perlfunc.pod
19113 ____________________________________________________________________________
19114 [  6294] By: gsar                                  on 2000/06/30  14:47:45
19115         Log: slurp mode fix in change#4736 still not quite right
19116      Branch: perl
19117            ! pp_hot.c t/io/argv.t
19118 ____________________________________________________________________________
19119 [  6293] By: jhi                                   on 2000/06/30  12:02:55
19120         Log: Integrate with Sarathy.
19121      Branch: cfgperl
19122           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
19123 ____________________________________________________________________________
19124 [  6292] By: jhi                                   on 2000/06/30  12:01:11
19125         Log: From: simon@brecon.co.uk (Simon Cozens)
19126              Subject: UTF8 concat
19127              Date: 30 Jun 2000 06:13:25 GMT
19128              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
19129      Branch: cfgperl
19130            ! pp_hot.c
19131 ____________________________________________________________________________
19132 [  6291] By: gsar                                  on 2000/06/30  04:37:33
19133         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
19134              when @_ is modified, causing coredumps
19135      Branch: perl
19136            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
19137 ____________________________________________________________________________
19138 [  6290] By: jhi                                   on 2000/06/30  02:21:44
19139         Log: Integrate with Sarathy.
19140      Branch: cfgperl
19141           !> vms/vms.c vms/vmsish.h
19142 ____________________________________________________________________________
19143 [  6289] By: jhi                                   on 2000/06/30  02:21:02
19144         Log: Check VERSIONs.
19145      Branch: cfgperl
19146            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
19147            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
19148            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
19149 ____________________________________________________________________________
19150 [  6288] By: jhi                                   on 2000/06/30  02:18:52
19151         Log: Integrate with Sarathy.
19152      Branch: cfgperl
19153           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
19154           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
19155           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
19156           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
19157 ____________________________________________________________________________
19158 [  6287] By: gsar                                  on 2000/06/30  02:17:08
19159         Log: integrate vmsperl changes into mainline
19160      Branch: perl
19161           !> vms/vms.c vms/vmsish.h
19162 ____________________________________________________________________________
19163 [  6285] By: gsar                                  on 2000/06/30  02:05:28
19164         Log: localize %INC in a Safe compartment so that use/require work
19165              (many other magic globals probably need similar treatment)
19166      Branch: perl
19167            ! ext/Opcode/Opcode.xs
19168 ____________________________________________________________________________
19169 [  6284] By: gsar                                  on 2000/06/30  01:54:54
19170         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
19171              about Windows
19172      Branch: perl
19173            ! pod/perlembed.pod
19174 ____________________________________________________________________________
19175 [  6283] By: jhi                                   on 2000/06/30  01:50:10
19176         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
19177              From: Barrie Slaymaker <barries@jester.slaysys.com>
19178              Date: Wed, 28 Jun 2000 11:35:29 -0400
19179              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
19180      Branch: perl
19181            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
19182            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
19183            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19184            ! lib/File/Spec/Win32.pm
19185 ____________________________________________________________________________
19186 [  6282] By: jhi                                   on 2000/06/29  22:57:22
19187         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
19188              From: Dan Sugalski <dan@sidhe.org>
19189              Date: Tue, 06 Jun 2000 11:59:50 -0400
19190              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
19191      Branch: cfgperl
19192            ! vms/vms.c
19193 ____________________________________________________________________________
19194 [  6281] By: jhi                                   on 2000/06/29  22:52:50
19195         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
19196              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19197              Date: Wed, 7 Jun 2000 04:02:04 -0500
19198              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
19199      Branch: cfgperl
19200            ! utils/h2xs.PL
19201 ____________________________________________________________________________
19202 [  6280] By: jhi                                   on 2000/06/29  22:45:47
19203         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
19204              From: rspier@pobox.com (Robert Spier)
19205              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
19206              Message-ID: <14654.31913.845602.610277@rls.cx>
19207      Branch: cfgperl
19208            ! utils/h2xs.PL
19209 ____________________________________________________________________________
19210 [  6279] By: jhi                                   on 2000/06/29  22:38:16
19211         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
19212              From: Tim Ayers <tayers@bridge.com>
19213              Date: Thu, 08 Jun 2000 08:11:06 +0200
19214              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
19215              [resent by Richard Foley, Message-Id probably wrong]
19216      Branch: cfgperl
19217            ! pod/perlsub.pod
19218 ____________________________________________________________________________
19219 [  6278] By: jhi                                   on 2000/06/29  22:21:45
19220         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
19221              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
19222              Date: Fri, 09 Jun 2000 12:39:27 -0400
19223              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
19224              (plus update the version "number" of Text::Wrap)
19225      Branch: cfgperl
19226            ! lib/Text/Wrap.pm
19227 ____________________________________________________________________________
19228 [  6277] By: jhi                                   on 2000/06/29  22:13:10
19229         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
19230              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19231              Date: Mon, 12 Jun 2000 14:55:59 +0100
19232              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
19233      Branch: cfgperl
19234            ! pod/perlfunc.pod
19235 ____________________________________________________________________________
19236 [  6276] By: jhi                                   on 2000/06/29  22:11:06
19237         Log: Subject: [PATCH] Re: eval documentation: context
19238              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19239              Date: Mon, 12 Jun 2000 15:07:29 +0100
19240              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
19241      Branch: cfgperl
19242            ! pod/perlfunc.pod
19243 ____________________________________________________________________________
19244 [  6275] By: jhi                                   on 2000/06/29  21:59:46
19245         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
19246              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19247              Date: Tue, 13 Jun 2000 02:43:48 -0500
19248              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
19249      Branch: cfgperl
19250            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
19251 ____________________________________________________________________________
19252 [  6274] By: jhi                                   on 2000/06/29  21:56:14
19253         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
19254              From: Andy Dougherty <doughera@lafayette.edu>
19255              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
19256              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
19257      Branch: cfgperl
19258            ! ext/File/Glob/Glob.pm
19259 ____________________________________________________________________________
19260 [  6273] By: jhi                                   on 2000/06/29  21:49:09
19261         Log: Subject: [PATCH] xsub attributes
19262              From: Doug MacEachern <dougm@covalent.net>
19263              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
19264              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
19265      Branch: cfgperl
19266            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
19267            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
19268 ____________________________________________________________________________
19269 [  6272] By: jhi                                   on 2000/06/29  21:41:28
19270         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
19271              From: Tom Phoenix <rootbeer@redcat.com>
19272              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
19273              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
19274      Branch: cfgperl
19275            ! lib/Net/Ping.pm
19276 ____________________________________________________________________________
19277 [  6271] By: jhi                                   on 2000/06/29  21:36:55
19278         Log: Subject: PATCH pod/perltie.pod
19279              From: Ian Phillipps <Ian.Phillipps@iname.com>
19280              Date: Fri, 16 Jun 2000 00:17:19 +0100
19281              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
19282              (only the first hunk, the second hunk had already been done
19283              by some other patch)
19284      Branch: cfgperl
19285            ! pod/perltie.pod
19286 ____________________________________________________________________________
19287 [  6270] By: jhi                                   on 2000/06/29  21:24:51
19288         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
19289              From: Nicholas Clark <nick@talking.bollo.cx>
19290              Date: Fri, 23 Jun 2000 16:21:15 +0100
19291              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
19292      Branch: cfgperl
19293            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
19294            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
19295 ____________________________________________________________________________
19296 [  6269] By: jhi                                   on 2000/06/29  19:38:15
19297         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
19298              silence few compiler warnings.
19299      Branch: cfgperl
19300            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
19301 ____________________________________________________________________________
19302 [  6268] By: jhi                                   on 2000/06/29  18:21:50
19303         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
19304              From: Dominic Dunlop <domo@computer.org> 
19305              Date: Thu, 29 Jun 2000 12:32:39 +0200 
19306              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
19307      Branch: cfgperl
19308            ! t/op/sprintf.t
19309 ____________________________________________________________________________
19310 [  6267] By: jhi                                   on 2000/06/29  18:16:07
19311         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
19312              From: Doug MacEachern <dougm@covalent.net>
19313              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
19314              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
19315      Branch: cfgperl
19316            + t/op/method2entersub.t
19317            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
19318            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19319            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
19320            ! xsutils.c
19321 ____________________________________________________________________________
19322 [  6266] By: jhi                                   on 2000/06/29  15:11:15
19323         Log: Subject: [PATCH 5.6.0] cygwin port
19324              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
19325              From: "Fifer, Eric" <EFifer@sanwaint.com>
19326              Date: Thu, 29 Jun 2000 12:58:29 +0100
19327      Branch: cfgperl
19328            ! cygwin/Makefile.SHs
19329 ____________________________________________________________________________
19330 [  6265] By: jhi                                   on 2000/06/29  15:04:05
19331         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
19332              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19333              Date: Wed, 28 Jun 2000 17:50:12 -0700
19334              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
19335      Branch: cfgperl
19336            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
19337 ____________________________________________________________________________
19338 [  6264] By: jhi                                   on 2000/06/29  15:00:57
19339         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
19340              From: Marty Lucich <marty@netcom.com>
19341              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
19342              Message-Id: <200006282116.OAA11148@netcom.com>
19343              ccdlflags update (the BSD/OS 4.1 part had already been taken
19344              care of by #6141).
19345      Branch: cfgperl
19346            ! hints/bsdos.sh
19347 ____________________________________________________________________________
19348 [  6263] By: jhi                                   on 2000/06/29  13:47:44
19349         Log: tr fixes from Simon Cozens
19350      Branch: cfgperl
19351            ! doop.c
19352 ____________________________________________________________________________
19353 [  6262] By: jhi                                   on 2000/06/28  18:46:01
19354         Log: Subject: 5.6.0 Patch for EPOC
19355              From: Olaf Flebbe <o.flebbe@gmx.de>
19356              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
19357              Message-ID: <23449.960929969@www11.gmx.net>
19358      Branch: cfgperl
19359            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
19360            ! epoc/epocish.h
19361 ____________________________________________________________________________
19362 [  6261] By: jhi                                   on 2000/06/28  18:29:07
19363         Log: Subject: Re: [PATCH cfgperl] BOMs away!
19364              From: simon@brecon.co.uk (Simon Cozens)
19365              Date: 17 Jun 2000 11:49:57 GMT
19366              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
19367      Branch: cfgperl
19368            ! pod/perldiag.pod t/comp/require.t toke.c
19369 ____________________________________________________________________________
19370 [  6260] By: jhi                                   on 2000/06/28  17:47:16
19371         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
19372              From: simon@brecon.co.uk (Simon Cozens) 
19373              Date: 17 Jun 2000 11:56:44 GMT 
19374              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
19375              pack U0, pack C0
19376      Branch: cfgperl
19377            ! pod/perlfunc.pod pp.c t/op/pack.t
19378 ____________________________________________________________________________
19379 [  6259] By: jhi                                   on 2000/06/28  16:43:17
19380         Log: perlnewmod was missing from MANIFEST.
19381      Branch: cfgperl
19382            ! MANIFEST
19383 ____________________________________________________________________________
19384 [  6258] By: jhi                                   on 2000/06/28  15:54:30
19385         Log: linenumber tweak
19386      Branch: cfgperl
19387            ! t/pragma/warn/regcomp
19388 ____________________________________________________________________________
19389 [  6257] By: jhi                                   on 2000/06/28  15:50:44
19390         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
19391              From: Doug MacEachern <dougm@covalent.net>
19392              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
19393              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
19394              (one part of the patch had been applied earlier)
19395      Branch: cfgperl
19396            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
19397 ____________________________________________________________________________
19398 [  6256] By: jhi                                   on 2000/06/28  15:40:22
19399         Log: tweaks from Simon Cozens to further fix tr/// under utf8
19400      Branch: cfgperl
19401            ! doop.c
19402 ____________________________________________________________________________
19403 [  6255] By: jhi                                   on 2000/06/28  15:33:45
19404         Log: small thinko tweaks
19405      Branch: cfgperl
19406            ! lib/IPC/Open3.pm t/op/my_stash.t
19407 ____________________________________________________________________________
19408 [  6254] By: jhi                                   on 2000/06/28  15:33:25
19409         Log: Subject: tr///, help wanted.
19410              From: simon@brecon.co.uk (Simon Cozens)
19411              Date: 28 Jun 2000 11:29:04 GMT
19412              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
19413      Branch: cfgperl
19414            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
19415            ! pp_proto.h proto.h t/op/tr.t
19416 ____________________________________________________________________________
19417 [  6253] By: jhi                                   on 2000/06/28  15:09:17
19418         Log: Paranoia tweak on #6249.
19419              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
19420              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
19421              Date: Sun, 25 Jun 2000 23:43:12 -0400
19422              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
19423      Branch: cfgperl
19424            ! lib/IPC/Open3.pm
19425 ____________________________________________________________________________
19426 [  6252] By: jhi                                   on 2000/06/28  15:01:38
19427         Log: Document #6249 and #6251.
19428      Branch: cfgperl
19429            ! lib/Exporter.pm lib/IPC/Open3.pm
19430 ____________________________________________________________________________
19431 [  6251] By: jhi                                   on 2000/06/28  14:50:43
19432         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
19433              From: Doug MacEachern <dougm@covalent.net>
19434              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
19435              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
19436      Branch: cfgperl
19437            ! lib/Exporter.pm
19438 ____________________________________________________________________________
19439 [  6250] By: jhi                                   on 2000/06/28  14:45:23
19440         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
19441              From: Doug MacEachern <dougm@covalent.net>
19442              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
19443              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
19444      Branch: cfgperl
19445            + t/op/my_stash.t
19446            ! MANIFEST embed.pl global.sym proto.h toke.c
19447 ____________________________________________________________________________
19448 [  6249] By: jhi                                   on 2000/06/28  14:36:34
19449         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
19450              From: Frank Tobin <ftobin@uiuc.edu>
19451              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
19452              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
19453      Branch: cfgperl
19454            ! lib/IPC/Open3.pm
19455 ____________________________________________________________________________
19456 [  6248] By: jhi                                   on 2000/06/28  14:11:25
19457         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
19458              From: Mark-Jason Dominus <mjd@plover.com>
19459              Date: Tue, 27 Jun 2000 22:36:42 -0400
19460              Message-ID: <20000628023642.12166.qmail@plover.com>
19461      Branch: cfgperl
19462            ! pod/perlfunc.pod
19463 ____________________________________________________________________________
19464 [  6247] By: jhi                                   on 2000/06/27  12:46:37
19465         Log: Tweak $VERSION, patch from Doug MacEachern.
19466      Branch: cfgperl
19467            ! lib/File/Spec.pm
19468 ____________________________________________________________________________
19469 [  6246] By: jhi                                   on 2000/06/27  03:34:46
19470         Log: Allow for standalone testing.
19471      Branch: cfgperl
19472            ! t/lib/filefunc.t t/lib/filespec.t
19473 ____________________________________________________________________________
19474 [  6245] By: jhi                                   on 2000/06/27  02:50:02
19475         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
19476              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
19477              Date: Sat, 24 Jun 2000 13:06:20 +0100
19478              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
19479      Branch: cfgperl
19480            ! ext/DynaLoader/DynaLoader_pm.PL
19481 ____________________________________________________________________________
19482 [  6244] By: jhi                                   on 2000/06/27  02:46:10
19483         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
19484              From: Doug MacEachern <dougm@covalent.net>
19485              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
19486              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
19487      Branch: cfgperl
19488            ! gv.c sv.c t/lib/peek.t
19489 ____________________________________________________________________________
19490 [  6243] By: jhi                                   on 2000/06/27  02:38:07
19491         Log: Subject: [PATCH] is_utf8_string
19492              From: simon@brecon.co.uk (Simon Cozens)
19493              Date: 26 Jun 2000 02:25:59 GMT
19494              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
19495      Branch: cfgperl
19496            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
19497            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
19498            ! proto.h utf8.c
19499 ____________________________________________________________________________
19500 [  6242] By: jhi                                   on 2000/06/27  02:24:00
19501         Log: Subject: [PATCH] bytes<->utf8 fixes
19502              From: simon@brecon.co.uk (Simon Cozens)
19503              Date: 26 Jun 2000 04:55:45 GMT
19504              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
19505      Branch: cfgperl
19506            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
19507 ____________________________________________________________________________
19508 [  6241] By: jhi                                   on 2000/06/27  02:12:42
19509         Log: Do no -warn on \_, only on \alpha.
19510              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
19511              From: David Dyck <dcd@tc.fluke.com>
19512              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
19513              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
19514      Branch: cfgperl
19515            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
19516 ____________________________________________________________________________
19517 [  6240] By: jhi                                   on 2000/06/27  02:00:01
19518         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
19519              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
19520              Date: Mon, 26 Jun 2000 18:40:14 +0100
19521              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
19522      Branch: cfgperl
19523            ! utils/h2xs.PL
19524 ____________________________________________________________________________
19525 [  6239] By: jhi                                   on 2000/06/27  01:53:40
19526         Log: Configure maintenance.  Sever some dependency cycles,
19527              separate gccversion from the cc unit,
19528              address [ID 20000623.006] Configure script patch for using gcc on AIX
19529              (but solve it a little bit differently),
19530              unduplex some accidentally duplicated units,
19531              suggest using gcc if no cc available
19532              (p5p thread: "Solaris configure: counterproposal", 1999-09)
19533      Branch: cfgperl
19534            ! Configure Todo-5.6 config_h.SH
19535      Branch: metaconfig
19536            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
19537            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
19538      Branch: metaconfig/U/perl
19539            + gccvers.U
19540            ! d_getespwnam.U d_getprpwnam.U i_prot.U
19541 ____________________________________________________________________________
19542 [  6238] By: jhi                                   on 2000/06/25  18:04:56
19543         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
19544              From: Dan Sugalski <dan@sidhe.org>
19545              Date: Fri, 23 Jun 2000 17:00:00 -0400
19546              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
19547      Branch: cfgperl
19548            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
19549 ____________________________________________________________________________
19550 [  6237] By: jhi                                   on 2000/06/25  16:36:45
19551         Log: Tweak embed.pl, regen headers.
19552      Branch: cfgperl
19553            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
19554            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
19555            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
19556            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
19557            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
19558 ____________________________________________________________________________
19559 [  6236] By: jhi                                   on 2000/06/25  15:26:42
19560         Log: Regen headers.
19561      Branch: cfgperl
19562            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
19563            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
19564            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
19565            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
19566            ! regnodes.h warnings.h
19567 ____________________________________________________________________________
19568 [  6235] By: jhi                                   on 2000/06/23  19:39:35
19569         Log: The thread begun by
19570              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
19571              From: Kevin.Ruscoe@ubsw.com
19572              Date: Fri, 16 Jun 2000 16:38:51 +0100
19573              Message-Id: <H000019b03c300d6@MHS>
19574      Branch: cfgperl
19575            ! hints/solaris_2.sh
19576 ____________________________________________________________________________
19577 [  6234] By: jhi                                   on 2000/06/23  19:23:36
19578         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
19579              because when run as services (Win32ese for daemons)
19580              no environment variables are set and tmpdir ends up as /tmp,
19581              which is ambiguous.
19582              
19583              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
19584              From: matt@sergeant.org
19585              Date: 16 Jun 2000 16:30:43 -0000
19586              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
19587      Branch: cfgperl
19588            ! lib/File/Spec/Win32.pm
19589 ____________________________________________________________________________
19590 [  6233] By: jhi                                   on 2000/06/23  19:18:58
19591         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
19592              From: Mark-Jason Dominus <mjd@plover.com>
19593              Date: Fri, 16 Jun 2000 20:53:04 -0400
19594              Message-ID: <20000617005304.8008.qmail@plover.com>
19595      Branch: cfgperl
19596            ! op.h
19597 ____________________________________________________________________________
19598 [  6232] By: jhi                                   on 2000/06/23  16:10:02
19599         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
19600              From: simon@brecon.co.uk (Simon Cozens)
19601              Date: 19 Jun 2000 15:18:27 GMT
19602              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
19603              
19604              plus update pod/Makefile and regenerate perltoc
19605      Branch: cfgperl
19606            + pod/perlutil.pod
19607            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
19608 ____________________________________________________________________________
19609 [  6231] By: jhi                                   on 2000/06/23  15:19:18
19610         Log: Subject: [PATCH 5.6.0] cygwin port
19611              From: "Fifer, Eric" <EFifer@sanwaint.com>
19612              Date: Tue, 20 Jun 2000 14:30:58 +0100
19613              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
19614      Branch: cfgperl
19615            ! README.cygwin lib/File/Find.pm
19616 ____________________________________________________________________________
19617 [  6230] By: jhi                                   on 2000/06/23  14:25:21
19618         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
19619      Branch: cfgperl
19620            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
19621            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
19622            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19623            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
19624 ____________________________________________________________________________
19625 [  6229] By: jhi                                   on 2000/06/23  14:13:34
19626         Log: Subject: README.hpux version 0.6.1
19627              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
19628              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
19629              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
19630      Branch: cfgperl
19631            ! README.hpux
19632 ____________________________________________________________________________
19633 [  6228] By: jhi                                   on 2000/06/23  14:07:20
19634         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
19635              From: Doug MacEachern <dougm@covalent.net>
19636              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
19637              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
19638      Branch: cfgperl
19639            ! op.c
19640 ____________________________________________________________________________
19641 [  6227] By: jhi                                   on 2000/06/23  14:01:06
19642         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
19643              From: Doug MacEachern <dougm@covalent.net>
19644              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
19645              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
19646      Branch: cfgperl
19647            + lib/lib.pm.PL
19648            - lib/lib.pm
19649            ! MANIFEST Makefile.SH
19650 ____________________________________________________________________________
19651 [  6226] By: jhi                                   on 2000/06/23  13:53:07
19652         Log: Subject: [PATCH] remove forward declarations in Socket.pm
19653              From: Doug MacEachern <dougm@covalent.net>
19654              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
19655              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
19656              
19657              From: Doug MacEachern <dougm@covalent.net>
19658              Subject: Re: [PATCH] remove forward declarations in Socket.pm
19659              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
19660              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
19661      Branch: cfgperl
19662            ! ext/Socket/Socket.pm op.c
19663 ____________________________________________________________________________
19664 [  6225] By: jhi                                   on 2000/06/23  13:41:52
19665         Log: Add source code filenames to apidoc.
19666              From: simon@brecon.co.uk (Simon Cozens)
19667              Subject: [PATCH embed.pl] Source X-ref
19668              Date: 22 Jun 2000 02:18:49 GMT
19669              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
19670      Branch: cfgperl
19671            ! embed.pl
19672 ____________________________________________________________________________
19673 [  6224] By: jhi                                   on 2000/06/23  13:32:33
19674         Log: A way to avoid English.pm performance hit.
19675              From: root <root@jester.slaysys.com>
19676              Subject: [YAPATCH English.pm] My turn to putt again
19677              Date: Thu, 22 Jun 2000 20:33:58 -0400
19678              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
19679      Branch: cfgperl
19680            ! lib/English.pm t/lib/english.t
19681 ____________________________________________________________________________
19682 [  6223] By: jhi                                   on 2000/06/23  13:27:06
19683         Log: Avoid double close().
19684              Subject: [PATCH] avoid double close()
19685              From: Doug MacEachern <dougm@covalent.net>
19686              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
19687              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
19688      Branch: cfgperl
19689            ! doio.c
19690 ____________________________________________________________________________
19691 [  6222] By: jhi                                   on 2000/06/23  13:25:54
19692         Log: doc typo fix
19693              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
19694              From: Ian Phillipps <Ian.Phillipps@iname.com>
19695              Date: Fri, 23 Jun 2000 10:40:58 +0100
19696              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
19697      Branch: cfgperl
19698            ! lib/Pod/Usage.pm
19699 ____________________________________________________________________________
19700 [  6221] By: jhi                                   on 2000/06/23  13:24:15
19701         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
19702              From: simon@brecon.co.uk (Simon Cozens)
19703              Subject: [PATCH] Eliminate tr///[CU][CU]
19704              Date: 23 Jun 2000 11:05:40 GMT
19705              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
19706      Branch: cfgperl
19707            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
19708 ____________________________________________________________________________
19709 [  6220] By: jhi                                   on 2000/06/22  16:07:51
19710         Log: Win32 patches from Benjamin Stuhl.
19711      Branch: cfgperl
19712            ! makedef.pl win32/win32.h
19713 ____________________________________________________________________________
19714 [  6219] By: jhi                                   on 2000/06/22  16:06:34
19715         Log: Bytecode patches from Benjamin Stuhl.
19716      Branch: cfgperl
19717            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
19718            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
19719            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
19720 ____________________________________________________________________________
19721 [  6218] By: jhi                                   on 2000/06/15  23:54:16
19722         Log: Bytecode patches from Benjamin Stuhl.
19723      Branch: cfgperl
19724            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
19725 ____________________________________________________________________________
19726 [  6217] By: jhi                                   on 2000/06/09  13:38:29
19727         Log: Rename the fdpid locking and integrate with Sarathy.
19728      Branch: cfgperl
19729            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
19730            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
19731            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
19732            ! win32/win32.c
19733           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
19734 ____________________________________________________________________________
19735 [  6216] By: gsar                                  on 2000/06/08  14:54:21
19736         Log: be more optimal about clearing @_
19737      Branch: perl
19738            ! cop.h
19739 ____________________________________________________________________________
19740 [  6215] By: gsar                                  on 2000/06/08  14:33:04
19741         Log: tweak comment about @DB::args
19742      Branch: perl
19743            ! av.h pp_ctl.c
19744 ____________________________________________________________________________
19745 [  6214] By: gsar                                  on 2000/06/08  13:57:54
19746         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
19747              caller() wants to populate @DB::args with it (causes a coredump
19748              in Carp::confess())
19749      Branch: perl
19750            ! cop.h t/op/runlevel.t
19751 ____________________________________________________________________________
19752 [  6213] By: gsar                                  on 2000/06/08  07:06:35
19753         Log: back out change#6106 (seems problematic)
19754      Branch: perl
19755            ! hints/solaris_2.sh
19756 ____________________________________________________________________________
19757 [  6212] By: jhi                                   on 2000/06/07  03:10:36
19758         Log: Continuing mopup for #6204.
19759      Branch: cfgperl
19760            ! ext/B/defsubs_h.PL
19761 ____________________________________________________________________________
19762 [  6211] By: jhi                                   on 2000/06/07  02:41:50
19763         Log: Mopup for #6204.
19764              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
19765              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
19766              This is comes from const() where POK isn't on when expected.
19767      Branch: cfgperl
19768            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
19769            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
19770            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
19771            ! perlapi.h pod/perlapi.pod
19772 ____________________________________________________________________________
19773 [  6210] By: jhi                                   on 2000/06/07  01:56:29
19774         Log: Mopup for #6207 and #6209.
19775      Branch: cfgperl
19776            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
19777 ____________________________________________________________________________
19778 [  6209] By: jhi                                   on 2000/06/07  01:33:12
19779         Log: Lock PL_fdpid against race conditions, based on:
19780              Subject: [PATCH 5.6.0]subprocess fixup for threads
19781              From: Dan Sugalski <dan@sidhe.org>
19782              To: perl5-porters@perl.org
19783              Date: Tue, 11 Apr 2000 17:02:32 -0400
19784              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
19785      Branch: cfgperl
19786            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
19787            ! win32/win32.c
19788 ____________________________________________________________________________
19789 [  6208] By: jhi                                   on 2000/06/07  01:05:23
19790         Log: Regen headers for #6207.
19791      Branch: cfgperl
19792            ! embed.h global.sym objXSUB.h proto.h
19793 ____________________________________________________________________________
19794 [  6207] By: jhi                                   on 2000/06/06  23:43:13
19795         Log: Subject: [PATCH 5.6.0] Threadsafe patches
19796              From: Dan Sugalski <dan@sidhe.org>
19797              To: perl5-porters@perl.org
19798              Date: Mon, 08 May 2000 18:08:13 -0400
19799              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
19800      Branch: cfgperl
19801            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
19802            ! proto.h sv.h util.c
19803 ____________________________________________________________________________
19804 [  6206] By: jhi                                   on 2000/06/06  23:21:23
19805         Log: Subject: [PATCH] Eliminate $a/$b in pod
19806              From: David Glasser <me@davidglasser.net>
19807              To: perl5-porters@perl.org
19808              Date: Mon, 29 May 2000 21:15:59 -0400
19809              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
19810      Branch: cfgperl
19811            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
19812            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
19813            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
19814            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
19815            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
19816            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
19817            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
19818            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
19819            ! pod/perlvar.pod pod/perlxs.pod
19820 ____________________________________________________________________________
19821 [  6205] By: jhi                                   on 2000/06/06  23:12:14
19822         Log: Subject: [PATCH] Win32 improvements
19823              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
19824              To: gsar@activestate.com, perl5-porters@perl.org
19825              Date: Mon, 29 May 2000 17:22:24 PDT
19826              Message-ID: <20000530002224.91142.qmail@hotmail.com>
19827              (MUA had mangled many lines by wordwrapping)
19828      Branch: cfgperl
19829            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
19830 ____________________________________________________________________________
19831 [  6204] By: jhi                                   on 2000/06/06  23:01:50
19832         Log: Subject: [PATCH] B::Bytecode patches
19833              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
19834              To: gsar@activestate.com, jhi@iki.fi
19835              Cc: perl5-porters@perl.org
19836              Message-ID: <20000602202526.48694.qmail@hotmail.com>
19837              (MUA had mangled many lines by wordwrapping)
19838      Branch: cfgperl
19839            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
19840            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
19841            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
19842            ! intrpvar.h perl.c
19843 ____________________________________________________________________________
19844 [  6203] By: jhi                                   on 2000/06/06  22:32:43
19845         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
19846              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19847              Date: Tue, 06 Jun 2000 13:07:45 -0700
19848              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
19849      Branch: cfgperl
19850            ! pod/perldiag.pod
19851 ____________________________________________________________________________
19852 [  6202] By: jhi                                   on 2000/06/06  19:38:35
19853         Log: Integrate with Sarathy.
19854      Branch: cfgperl
19855           !> perl.c
19856 ____________________________________________________________________________
19857 [  6201] By: gsar                                  on 2000/06/06  00:42:59
19858         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
19859              does a PUSHMARK that's never ever POPMARKed; in general, only
19860              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
19861              Perl_eval_[sp]v() don't because they don't take any incoming
19862              arguments (this leak has been around since the original version
19863              of perl_eval_pv() in 5.003_97e)
19864      Branch: perl
19865            ! perl.c
19866 ____________________________________________________________________________
19867 [  6200] By: jhi                                   on 2000/06/04  03:44:52
19868         Log: Update to cperl-mode.el 4.31 from
19869              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
19870              Subject: A couple of notes
19871              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19872              To: Mailing list Perl5 <perl5-porters@perl.org>
19873              Date: Sat, 3 Jun 2000 23:33:32 -0400
19874              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
19875      Branch: cfgperl
19876            ! emacs/cperl-mode.el
19877 ____________________________________________________________________________
19878 [  6199] By: jhi                                   on 2000/06/03  15:11:05
19879         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
19880              From: Dan Sugalski <dan@sidhe.org>
19881              To: perl5-porters@perl.org, vmsperl@perl.org
19882              Date: Fri, 02 Jun 2000 17:30:51 -0400
19883              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
19884      Branch: cfgperl
19885            ! vms/descrip_mms.template vms/gen_shrfls.pl
19886 ____________________________________________________________________________
19887 [  6198] By: jhi                                   on 2000/06/03  14:59:15
19888         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
19889              From: Dan Sugalski <dan@sidhe.org>
19890              To: vmsperl@perl.org, perl5-porters@perl.org
19891              Date: Fri, 02 Jun 2000 16:00:41 -0400
19892              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
19893              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
19894      Branch: cfgperl
19895            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
19896            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
19897            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
19898 ____________________________________________________________________________
19899 [  6197] By: jhi                                   on 2000/06/03  14:41:30
19900         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
19901              From: John Borwick <jhborwic@unity.ncsu.edu>
19902              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
19903              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
19904      Branch: cfgperl
19905            ! pod/perlsyn.pod
19906 ____________________________________________________________________________
19907 [  6196] By: jhi                                   on 2000/06/03  14:38:09
19908         Log: Integrate with Sarathy.
19909      Branch: cfgperl
19910           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
19911           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
19912           !> vms/perly_c.vms
19913 ____________________________________________________________________________
19914 [  6195] By: gsar                                  on 2000/06/02  22:43:13
19915         Log: fix yet another eval"" leak under USE_ITHREADS
19916      Branch: perl
19917            ! op.c
19918 ____________________________________________________________________________
19919 [  6194] By: gsar                                  on 2000/06/02  18:22:06
19920         Log: fix small eval"" memory leaks under USE_ITHREADS
19921      Branch: perl
19922            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
19923            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
19924            ! vms/perly_c.vms
19925 ____________________________________________________________________________
19926 [  6193] By: jhi                                   on 2000/06/01  13:03:56
19927         Log: Signals-be-gone for microperl.
19928      Branch: cfgperl
19929            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
19930 ____________________________________________________________________________
19931 [  6192] By: jhi                                   on 2000/06/01  12:52:02
19932         Log: Integrate with Sarathy.
19933      Branch: cfgperl
19934           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
19935           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
19936           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
19937           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
19938           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
19939           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
19940           !> t/op/vec.t utils/h2xs.PL
19941 ____________________________________________________________________________
19942 [  6191] By: gsar                                  on 2000/06/01  09:38:21
19943         Log: vec() loses numericalness (modified version of patch suggested
19944              by Robin Barker)
19945      Branch: perl
19946            ! doop.c t/op/vec.t
19947 ____________________________________________________________________________
19948 [  6190] By: gsar                                  on 2000/06/01  09:26:15
19949         Log: submit missing embed.pl change
19950      Branch: perl
19951            ! embed.pl
19952 ____________________________________________________________________________
19953 [  6189] By: gsar                                  on 2000/06/01  09:05:34
19954         Log: counting tr/// corrupts later operation (from M.J.T Guy)
19955      Branch: perl
19956            ! doop.c t/op/tr.t
19957 ____________________________________________________________________________
19958 [  6188] By: gsar                                  on 2000/06/01  08:58:39
19959         Log: h2xs tweaks
19960      Branch: perl
19961            ! utils/h2xs.PL
19962 ____________________________________________________________________________
19963 [  6187] By: gsar                                  on 2000/06/01  08:50:07
19964         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
19965              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
19966      Branch: perl
19967            + lib/Pod/LaTeX.pm
19968            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
19969            ! pod/pod2latex.PL
19970 ____________________________________________________________________________
19971 [  6186] By: gsar                                  on 2000/06/01  08:24:40
19972         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
19973              <wolfgang.laun@alcatel.at>)
19974      Branch: perl
19975            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
19976            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
19977 ____________________________________________________________________________
19978 [  6185] By: gsar                                  on 2000/06/01  08:12:00
19979         Log: remove incorrect documentation about implicit split to @_ in
19980              list context, which never really worked in perl 5 (from
19981              M.J.T. Guy)
19982      Branch: perl
19983            ! pod/perlfunc.pod pod/perltrap.pod
19984 ____________________________________________________________________________
19985 [  6184] By: gsar                                  on 2000/06/01  07:52:27
19986         Log: tweak for change#6127
19987      Branch: perl
19988            ! perl.c
19989 ____________________________________________________________________________
19990 [  6183] By: gsar                                  on 2000/06/01  07:41:02
19991         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
19992              <nick@ccl4.org>)
19993      Branch: perl
19994            + t/lib/selfloader.t
19995            ! MANIFEST lib/SelfLoader.pm
19996 ____________________________________________________________________________
19997 [  6182] By: jhi                                   on 2000/06/01  00:34:42
19998         Log: Be Cleaner Part Deux.
19999      Branch: cfgperl
20000            ! Makefile.SH
20001 ____________________________________________________________________________
20002 [  6181] By: jhi                                   on 2000/06/01  00:32:09
20003         Log: Integrate with Sarathy.
20004      Branch: cfgperl
20005           !> pp.c t/op/arith.t
20006 ____________________________________________________________________________
20007 [  6180] By: jhi                                   on 2000/06/01  00:31:13
20008         Log: microperl nits from Simon Cozens.
20009      Branch: cfgperl
20010            + uconfig.h
20011            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
20012            ! unixish.h
20013 ____________________________________________________________________________
20014 [  6179] By: gsar                                  on 2000/05/31  22:37:51
20015         Log: buggy modulus on UVs introduced by change#3378 (resulted in
20016              4063328477 % 65535 amounting to 27406, instead of 27407)
20017      Branch: perl
20018            ! pp.c t/op/arith.t
20019 ____________________________________________________________________________
20020 [  6178] By: jhi                                   on 2000/05/31  21:52:41
20021         Log: Be cleaner.
20022      Branch: cfgperl
20023            ! Makefile.SH
20024 ____________________________________________________________________________
20025 [  6177] By: jhi                                   on 2000/05/31  21:47:33
20026         Log: Substitution utf8 patch from Simon Cozens.
20027      Branch: cfgperl
20028            ! pp_hot.c
20029 ____________________________________________________________________________
20030 [  6176] By: jhi                                   on 2000/05/31  21:45:34
20031         Log: Single-quoted utf8 patch from Simon Cozens.
20032      Branch: cfgperl
20033            ! toke.c
20034 ____________________________________________________________________________
20035 [  6175] By: jhi                                   on 2000/05/31  21:40:18
20036         Log: Integrate with Sarathy.
20037      Branch: cfgperl
20038           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
20039 ____________________________________________________________________________
20040 [  6174] By: jhi                                   on 2000/05/31  21:37:31
20041         Log: microperl changes from Simon Cozens; Makefile for microperl
20042              written from scratch; few casts added as microperl compilation
20043              doesn't have all prototypes available.
20044      Branch: cfgperl
20045            + Makefile.micro README.micro Todo.micro uconfig.sh
20046            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
20047            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
20048      Branch: metaconfig
20049            + U/modified/Config_h.U
20050 ____________________________________________________________________________
20051 [  6173] By: jhi                                   on 2000/05/31  20:00:24
20052         Log: metaconfig maintenance.
20053      Branch: metaconfig
20054            + U/modified/Inhdr.U U/typedefs/inotype.U
20055      Branch: metaconfig/U/perl
20056            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
20057            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
20058 ____________________________________________________________________________
20059 [  6172] By: gsar                                  on 2000/05/31  05:05:42
20060         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
20061              (from Ilya Zakharevich)
20062      Branch: perl
20063            ! regexec.c t/op/re_tests
20064 ____________________________________________________________________________
20065 [  6171] By: gsar                                  on 2000/05/31  05:01:47
20066         Log: scalar() doesn't force scalar context when used in void context
20067              (from Simon Cozens)
20068      Branch: perl
20069            ! op.c t/op/wantarray.t
20070 ____________________________________________________________________________
20071 [  6170] By: gsar                                  on 2000/05/31  04:41:33
20072         Log: change#6142 needs tweaks to tests to work where there's no symlink()
20073              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
20074      Branch: perl
20075            ! t/lib/filefind.t
20076 ____________________________________________________________________________
20077 [  6169] By: gsar                                  on 2000/05/31  04:29:49
20078         Log: integrate cfgperl contents into mainline
20079      Branch: perl
20080           +> pod/perlmodlib.PL pod/perlnewmod.pod
20081           !> (integrate 42 files)
20082 ____________________________________________________________________________
20083 [  6168] By: jhi                                   on 2000/05/30  22:53:37
20084         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
20085      Branch: cfgperl
20086            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20087            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
20088            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
20089            ! win32/config.bc win32/config.gc win32/config.vc
20090            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20091            ! win32/config_h.PL win32/config_sh.PL
20092      Branch: metaconfig/U/perl
20093            ! perlxv.U
20094 ____________________________________________________________________________
20095 [  6167] By: jhi                                   on 2000/05/30  22:20:21
20096         Log: tweak todo 
20097      Branch: cfgperl
20098            ! Todo-5.6
20099 ____________________________________________________________________________
20100 [  6166] By: jhi                                   on 2000/05/30  22:11:51
20101         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
20102              in case somebody wants to write an extension for more
20103              shadow database interfaces.
20104      Branch: cfgperl
20105            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20106            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
20107            ! vos/config.def vos/config.h vos/config_h.SH_orig
20108            ! win32/config.bc win32/config.gc win32/config.vc
20109            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20110      Branch: metaconfig
20111            ! U/modified/Myinit.U
20112      Branch: metaconfig/U/perl
20113            + d_getespwnam.U d_getprpwnam.U i_prot.U
20114 ____________________________________________________________________________
20115 [  6165] By: jhi                                   on 2000/05/30  18:35:34
20116         Log: Integrate with Sarathy.
20117      Branch: cfgperl
20118           !> op.c
20119 ____________________________________________________________________________
20120 [  6164] By: jhi                                   on 2000/05/30  18:30:16
20121         Log: detypo
20122      Branch: cfgperl
20123            ! Configure config_h.SH
20124      Branch: metaconfig/U/perl
20125            ! perlxv.U
20126 ____________________________________________________________________________
20127 [  6163] By: gsar                                  on 2000/05/30  03:24:03
20128         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
20129      Branch: perl
20130            ! op.c
20131 ____________________________________________________________________________
20132 [  6162] By: gsar                                  on 2000/05/30  03:09:38
20133         Log: fix memory leak in method call optimization (change#3768);
20134              made C<eval "$x->foo()"> leak
20135      Branch: perl
20136            ! op.c
20137 ____________________________________________________________________________
20138 [  6161] By: jhi                                   on 2000/05/29  17:56:26
20139         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
20140              both from Simon Cozens.
20141      Branch: cfgperl
20142            + pod/perlmodlib.PL pod/perlnewmod.pod
20143            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
20144            ! pod/perlmodlib.pod pod/perltoc.pod
20145 ____________________________________________________________________________
20146 [  6160] By: jhi                                   on 2000/05/29  17:23:55
20147         Log: Changes for the File::Temp 0.08 (change #6159) test suite
20148              to fit better into the Perl distribution test framework.
20149      Branch: cfgperl
20150            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
20151            ! t/lib/ftmp-tempfile.t
20152 ____________________________________________________________________________
20153 [  6159] By: jhi                                   on 2000/05/29  16:55:36
20154         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
20155      Branch: cfgperl
20156            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20157            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20158 ____________________________________________________________________________
20159 [  6158] By: bailey                                on 2000/05/29  16:22:08
20160         Log: Add fallback to tmpfile for use in cases where user's relying on
20161              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
20162              Lane's patch)
20163      Branch: vmsperl
20164            ! vms/vms.c vms/vmsish.h
20165 ____________________________________________________________________________
20166 [  6157] By: jhi                                   on 2000/05/29  03:10:36
20167         Log: Regen Configure to jive with #6149.
20168      Branch: cfgperl
20169            ! Configure
20170      Branch: metaconfig
20171            ! U/modified/Getfile.U
20172 ____________________________________________________________________________
20173 [  6156] By: jhi                                   on 2000/05/29  03:01:38
20174         Log: Integrate with Sarathy.
20175      Branch: cfgperl
20176           +> ext/DynaLoader/dl_mac.xs
20177           !> (integrate 38 files)
20178 ____________________________________________________________________________
20179 [  6155] By: gsar                                  on 2000/05/28  21:15:58
20180         Log: small bug in change#6144; remove random \xA0 character that snuck
20181              in via change#6145
20182      Branch: perl
20183            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
20184 ____________________________________________________________________________
20185 [  6154] By: gsar                                  on 2000/05/28  21:04:19
20186         Log: avoid type mismatch warning
20187      Branch: perl
20188            ! perl.c
20189 ____________________________________________________________________________
20190 [  6153] By: gsar                                  on 2000/05/28  20:58:31
20191         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
20192              <nick@Bagpuss.uk.boo.com>)
20193      Branch: perl
20194            ! lib/Test/Harness.pm
20195 ____________________________________________________________________________
20196 [  6152] By: gsar                                  on 2000/05/28  20:53:42
20197         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
20198      Branch: perl
20199            ! regexec.c
20200 ____________________________________________________________________________
20201 [  6151] By: gsar                                  on 2000/05/28  20:50:28
20202         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
20203      Branch: perl
20204            ! regexec.c
20205 ____________________________________________________________________________
20206 [  6150] By: gsar                                  on 2000/05/28  20:39:58
20207         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
20208      Branch: perl
20209            ! pod/perlrequick.pod
20210 ____________________________________________________________________________
20211 [  6149] By: gsar                                  on 2000/05/28  20:35:16
20212         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
20213              <troc@netrus.net>)
20214      Branch: perl
20215            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
20216            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
20217            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
20218            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
20219 ____________________________________________________________________________
20220 [  6148] By: gsar                                  on 2000/05/28  20:21:07
20221         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
20222      Branch: perl
20223            ! lib/ExtUtils/MM_Unix.pm
20224 ____________________________________________________________________________
20225 [  6147] By: gsar                                  on 2000/05/28  20:12:41
20226         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
20227              (from Peter Prymmer)
20228      Branch: perl
20229            ! vms/subconfigure.com
20230 ____________________________________________________________________________
20231 [  6146] By: gsar                                  on 2000/05/28  20:06:15
20232         Log: doc typo
20233      Branch: perl
20234            ! lib/warnings.pm warnings.h warnings.pl
20235 ____________________________________________________________________________
20236 [  6145] By: gsar                                  on 2000/05/28  18:44:33
20237         Log: make xsubpp skip embedded pod (from Matthias Neeracher
20238              <neeri@iis.ee.ethz.ch>)
20239      Branch: perl
20240            ! lib/ExtUtils/xsubpp
20241 ____________________________________________________________________________
20242 [  6144] By: gsar                                  on 2000/05/28  18:42:49
20243         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
20244              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
20245              <neeri@iis.ee.ethz.ch>)
20246      Branch: perl
20247            ! lib/AutoSplit.pm
20248 ____________________________________________________________________________
20249 [  6143] By: gsar                                  on 2000/05/28  18:41:12
20250         Log: MacOS support, part 1 (from Matthias Neeracher
20251              <neeri@iis.ee.ethz.ch>)
20252      Branch: perl
20253            + ext/DynaLoader/dl_mac.xs
20254            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
20255            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
20256            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
20257            ! util.h
20258 ____________________________________________________________________________
20259 [  6142] By: gsar                                  on 2000/05/28  18:21:51
20260         Log: File::Find fails to chdir when chasing symlinks (from
20261              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
20262      Branch: perl
20263            ! lib/File/Find.pm t/lib/filefind.t
20264 ____________________________________________________________________________
20265 [  6141] By: jhi                                   on 2000/05/28  14:25:15
20266         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
20267              forwarded by Peter Seebach from the bsdi-users mailing list.
20268              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
20269      Branch: perl
20270            ! hints/bsdos.sh
20271 ____________________________________________________________________________
20272 [  6140] By: jhi                                   on 2000/05/28  14:11:57
20273         Log: Integrate with Sarathy.
20274      Branch: cfgperl
20275           +> (branch 30 files)
20276           !> (integrate 93 files)
20277 ____________________________________________________________________________
20278 [  6139] By: gsar                                  on 2000/05/28  10:01:48
20279         Log: revise mktables.PL for bugs and newness in Unicode 3.0
20280              (from James Bence <jbence@amgen.com>)
20281      Branch: perl
20282            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
20283            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
20284            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
20285            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
20286            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
20287            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
20288            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
20289            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
20290            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
20291            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
20292            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
20293            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
20294            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
20295            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
20296            + lib/unicode/Is/SylWU.pl
20297            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
20298            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
20299            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
20300            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
20301            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
20302            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
20303            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
20304            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
20305            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
20306            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
20307            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
20308            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
20309            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
20310            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
20311            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
20312            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
20313            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
20314            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
20315            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
20316            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
20317            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
20318            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
20319            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
20320            ! lib/unicode/Makefile lib/unicode/mktables.PL
20321 ____________________________________________________________________________
20322 [  6138] By: gsar                                  on 2000/05/28  08:50:32
20323         Log: add note about the handling of negative indices to tied arrays
20324              (from Michael G Schwern <schwern@pobox.com>)
20325      Branch: perl
20326            ! pod/perltie.pod
20327 ____________________________________________________________________________
20328 [  6137] By: gsar                                  on 2000/05/28  08:46:10
20329         Log: fix bogus redeclaration warning for "our" variables in different
20330              scopes
20331      Branch: perl
20332            ! op.c t/pragma/strict-vars
20333 ____________________________________________________________________________
20334 [  6136] By: gsar                                  on 2000/05/28  08:31:20
20335         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
20336      Branch: perl
20337            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
20338 ____________________________________________________________________________
20339 [  6135] By: gsar                                  on 2000/05/28  08:17:50
20340         Log: enable Test::Harness to dynamically determine column width etc.
20341              (from Rob Napier <rnapier@employees.org>)
20342      Branch: perl
20343            ! lib/Test/Harness.pm
20344 ____________________________________________________________________________
20345 [  6134] By: gsar                                  on 2000/05/28  08:13:39
20346         Log: make Test::Harness use wait.h/WCOREDUMP if available
20347              (from Ben Tilly <ben_tilly@hotmail.com>)
20348      Branch: perl
20349            ! lib/Test/Harness.pm
20350 ____________________________________________________________________________
20351 [  6133] By: gsar                                  on 2000/05/28  08:08:05
20352         Log: elide bogus test in change#6132
20353      Branch: perl
20354            ! t/pragma/warn/9enabled
20355 ____________________________________________________________________________
20356 [  6132] By: gsar                                  on 2000/05/28  08:03:14
20357         Log: warnings::enabled() doesn't fall back to looking at $^W if
20358              caller isn't using lexical warnings (from Paul Marquess)
20359      Branch: perl
20360            ! pp_ctl.c t/pragma/warn/9enabled
20361 ____________________________________________________________________________
20362 [  6131] By: gsar                                  on 2000/05/28  07:57:47
20363         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
20364      Branch: perl
20365            ! ext/POSIX/POSIX.pm
20366 ____________________________________________________________________________
20367 [  6130] By: gsar                                  on 2000/05/28  07:29:12
20368         Log: fix places that mean C<"word" character> but say C<alphanumeric
20369              character>
20370      Branch: perl
20371            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
20372 ____________________________________________________________________________
20373 [  6129] By: gsar                                  on 2000/05/28  07:18:41
20374         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
20375      Branch: perl
20376            ! vms/test.com
20377 ____________________________________________________________________________
20378 [  6128] By: gsar                                  on 2000/05/28  07:12:55
20379         Log: new perlxstut example for passing/returning refs to arrays
20380              (from David Lowe <dlowe@pootpoot.com>)
20381      Branch: perl
20382            ! pod/perlxstut.pod
20383 ____________________________________________________________________________
20384 [  6127] By: gsar                                  on 2000/05/28  07:02:50
20385         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
20386              failed (from Gisle Aas)
20387      Branch: perl
20388            ! cop.h perl.c
20389 ____________________________________________________________________________
20390 [  6126] By: gsar                                  on 2000/05/28  06:39:53
20391         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
20392              (reworked variant of patch suggested by Simon Cozens)
20393      Branch: perl
20394            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
20395            ! pp_hot.c proto.h t/op/gv.t
20396 ____________________________________________________________________________
20397 [  6125] By: gsar                                  on 2000/05/28  05:14:55
20398         Log: enable propagating exception objects via Perl_croak() in XS code
20399              (from Gisle Aas)
20400      Branch: perl
20401            ! util.c
20402 ____________________________________________________________________________
20403 [  6124] By: gsar                                  on 2000/05/28  05:07:28
20404         Log: integrate vmsperl contents into mainline
20405      Branch: perl
20406           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
20407           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
20408           !> vms/vmsish.h
20409 ____________________________________________________________________________
20410 [  6123] By: gsar                                  on 2000/05/28  05:03:53
20411         Log: clarify gotcha with #line directives (from Rocco Caputo
20412              <troc@netrus.net>)
20413      Branch: perl
20414            ! pod/perldebug.pod pod/perlsyn.pod
20415 ____________________________________________________________________________
20416 [  6122] By: gsar                                  on 2000/05/28  04:58:29
20417         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
20418              (from Mark-Jason Dominus)
20419      Branch: perl
20420            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
20421            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
20422            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
20423            ! toke.c
20424 ____________________________________________________________________________
20425 [  6121] By: bailey                                on 2000/05/25  04:46:54
20426         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
20427              lists (based on fixes by Craig Berry)
20428      Branch: vmsperl
20429            ! lib/File/Spec/VMS.pm
20430 ____________________________________________________________________________
20431 [  6120] By: bailey                                on 2000/05/25  04:25:38
20432         Log: Add missing escape (Charles Lane)
20433      Branch: vmsperl
20434            ! t/op/lex_assign.t
20435 ____________________________________________________________________________
20436 [  6119] By: bailey                                on 2000/05/25  04:21:25
20437         Log: Quiet error messages in vmsish.t (Charles Lane)
20438      Branch: vmsperl
20439            ! vms/ext/vmsish.t
20440 ____________________________________________________________________________
20441 [  6118] By: bailey                                on 2000/05/25  04:17:57
20442         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
20443              Flatten case labels in switch statements uniformly (Charles Bailey)
20444      Branch: vmsperl
20445            ! vms/vms.c
20446 ____________________________________________________________________________
20447 [  6117] By: bailey                                on 2000/05/25  03:58:09
20448         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
20449      Branch: vmsperl
20450            ! vms/vmsish.h
20451 ____________________________________________________________________________
20452 [  6116] By: bailey                                on 2000/05/25  03:11:15
20453         Log: Miscellaneous cosmetic fixes (Charles Lane)
20454      Branch: vmsperl
20455            ! lib/ExtUtils/MM_VMS.pm
20456 ____________________________________________________________________________
20457 [  6115] By: bailey                                on 2000/05/25  03:10:36
20458         Log: Add bounds checking for several strings (Charles Lane)
20459      Branch: vmsperl
20460            ! vms/vms.c
20461 ____________________________________________________________________________
20462 [  6114] By: bailey                                on 2000/05/25  02:25:34
20463         Log: Urk -- undo previous removal of vmsish 'exit' change
20464      Branch: vmsperl
20465            ! vms/ext/vmsish.pm vms/vmsish.h
20466 ____________________________________________________________________________
20467 [  6113] By: bailey                                on 2000/05/24  02:24:40
20468         Log: Ugly workaround for version-specific RTL error
20469      Branch: vmsperl
20470            ! vms/vms.c
20471 ____________________________________________________________________________
20472 [  6112] By: bailey                                on 2000/05/24  02:19:55
20473         Log: Check for existence of file before trying to delete
20474      Branch: vmsperl
20475            ! vms/test.com
20476 ____________________________________________________________________________
20477 [  6111] By: bailey                                on 2000/05/23  23:35:13
20478         Log: Resync with mainline prior to post-5.6.0 updates
20479      Branch: vmsperl
20480           +> (branch 49 files)
20481            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
20482            ! vms/ext/vmsish.pm
20483           !> (integrate 334 files)
20484 ____________________________________________________________________________
20485 [  6110] By: jhi                                   on 2000/05/23  19:28:32
20486         Log: todo tweak
20487      Branch: cfgperl
20488            ! Todo-5.6
20489 ____________________________________________________________________________
20490 [  6109] By: jhi                                   on 2000/05/18  17:38:54
20491         Log: Integrate with Sarathy.
20492      Branch: cfgperl
20493           !> mg.c perl.h win32/perlhost.h
20494 ____________________________________________________________________________
20495 [  6108] By: gsar                                  on 2000/05/17  02:24:56
20496         Log: reenable fake signal handling on Windows, bugs and all
20497      Branch: perl
20498            ! mg.c perl.h win32/perlhost.h
20499 ____________________________________________________________________________
20500 [  6107] By: jhi                                   on 2000/05/15  18:01:41
20501         Log: Tweak the todo list.
20502      Branch: cfgperl
20503            ! Todo-5.6
20504 ____________________________________________________________________________
20505 [  6106] By: jhi                                   on 2000/05/15  13:41:48
20506         Log: The (Configure) script refuses to go on, after asking for
20507              'You may also choose to try maximal 64-bitness....'.
20508              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
20509              -- Patrick Zima
20510              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
20511      Branch: cfgperl
20512            ! hints/solaris_2.sh
20513 ____________________________________________________________________________
20514 [  6105] By: jhi                                   on 2000/05/11  14:37:43
20515         Log: Integrate with Sarathy.
20516      Branch: cfgperl
20517           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
20518           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
20519 ____________________________________________________________________________
20520 [  6104] By: gsar                                  on 2000/05/11  03:39:07
20521         Log: PL_sys_intern was being initialized too late on windows
20522      Branch: perl
20523            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
20524            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
20525 ____________________________________________________________________________
20526 [  6103] By: jhi                                   on 2000/05/09  19:42:20
20527         Log: Test tweaking for Unicos continues.
20528      Branch: cfgperl
20529            ! t/op/64bitint.t
20530 ____________________________________________________________________________
20531 [  6102] By: jhi                                   on 2000/05/09  16:47:27
20532         Log: The test suite tweak in #6101 wasn't quite right.
20533      Branch: cfgperl
20534            ! t/lib/complex.t
20535 ____________________________________________________________________________
20536 [  6101] By: jhi                                   on 2000/05/09  15:35:34
20537         Log: Hints and test tweaks for Unicos.
20538      Branch: cfgperl
20539            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
20540 ____________________________________________________________________________
20541 [  6100] By: jhi                                   on 2000/05/08  21:15:06
20542         Log: More compilation tweakery from Allen Smith.
20543      Branch: cfgperl
20544            ! hints/irix_6.sh
20545 ____________________________________________________________________________
20546 [  6099] By: jhi                                   on 2000/05/08  19:21:18
20547         Log: Tweaks for the cc bugs from Allen Smith.
20548      Branch: cfgperl
20549            ! hints/irix_6.sh
20550 ____________________________________________________________________________
20551 [  6098] By: jhi                                   on 2000/05/08  19:13:37
20552         Log: Add a note about other, yet unsupported, shadow password APIs.
20553      Branch: cfgperl
20554            ! pp_sys.c
20555 ____________________________________________________________________________
20556 [  6097] By: jhi                                   on 2000/05/08  18:46:34
20557         Log: Add a note about possible compilation problems from Allen Smith.
20558      Branch: cfgperl
20559            ! hints/irix_6.sh
20560 ____________________________________________________________________________
20561 [  6096] By: jhi                                   on 2000/05/08  17:33:10
20562         Log: Integrate with Sarathy.
20563      Branch: cfgperl
20564           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
20565           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
20566 ____________________________________________________________________________
20567 [  6095] By: jhi                                   on 2000/05/08  16:21:33
20568         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
20569              might be useful in future.
20570      Branch: cfgperl
20571            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20572            ! config_h.SH
20573      Branch: metaconfig
20574            ! U/installdirs/inc_version_list.U
20575      Branch: metaconfig/U/perl
20576            ! perlxv.U
20577 ____________________________________________________________________________
20578 [  6094] By: gsar                                  on 2000/05/08  14:22:22
20579         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
20580      Branch: perl
20581            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
20582            ! hints/cygwin.sh pp_sys.c
20583 ____________________________________________________________________________
20584 [  6093] By: gsar                                  on 2000/05/08  12:52:28
20585         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
20586              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
20587      Branch: perl
20588            ! pp_sys.c sv.c win32/perlhost.h
20589 ____________________________________________________________________________
20590 [  6092] By: jhi                                   on 2000/05/07  22:40:34
20591         Log: Regen perltoc with the fixed buildtoc.
20592      Branch: cfgperl
20593            ! pod/perltoc.pod
20594 ____________________________________________________________________________
20595 [  6091] By: jhi                                   on 2000/05/07  22:24:16
20596         Log: Integrate with Sarathy.
20597      Branch: cfgperl
20598           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
20599           !> t/op/substr.t toke.c
20600 ____________________________________________________________________________
20601 [  6090] By: gsar                                  on 2000/05/07  19:47:07
20602         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
20603              [NI]OK; added tests for both
20604      Branch: perl
20605            ! perl.c pp_hot.c sv.c t/op/substr.t
20606 ____________________________________________________________________________
20607 [  6089] By: gsar                                  on 2000/05/07  18:18:38
20608         Log: buildtoc tweak to fix newline lossage
20609      Branch: perl
20610            ! pod/buildtoc
20611 ____________________________________________________________________________
20612 [  6088] By: jhi                                   on 2000/05/07  16:35:36
20613         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
20614              because we do not use those.  The HAS_GETSPNAM remains,
20615              though, because we still do use that.
20616      Branch: cfgperl
20617            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20618            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
20619            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
20620            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
20621            ! win32/config.vc win32/config_H.bc win32/config_H.gc
20622            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
20623 ____________________________________________________________________________
20624 [  6087] By: gsar                                  on 2000/05/07  16:05:16
20625         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
20626      Branch: perl
20627            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
20628 ____________________________________________________________________________
20629 [  6086] By: jhi                                   on 2000/05/07  15:27:07
20630         Log: Integrate with Sarathy.
20631      Branch: cfgperl
20632           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20633           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20634           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
20635           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
20636           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
20637           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
20638 ____________________________________________________________________________
20639 [  6085] By: gsar                                  on 2000/05/07  05:52:02
20640         Log: repeat operator (x) doesn't preserve utf8-ness
20641      Branch: perl
20642            ! pp.c t/op/substr.t
20643 ____________________________________________________________________________
20644 [  6084] By: gsar                                  on 2000/05/07  05:39:55
20645         Log: substr() does not preserve utf8-ness (from Stefan Eissing
20646              <Eissing@medicaldataservice.de>); added tests
20647      Branch: perl
20648            ! pp.c t/op/substr.t
20649 ____________________________________________________________________________
20650 [  6083] By: gsar                                  on 2000/05/07  05:24:46
20651         Log: note about undocumented caller() return value (from M.J.T. Guy);
20652              yet another peek.t tweak
20653      Branch: perl
20654            ! pod/perlfunc.pod t/lib/peek.t
20655 ____________________________________________________________________________
20656 [  6082] By: gsar                                  on 2000/05/07  05:08:40
20657         Log: peek.t non-portable to ithreads
20658      Branch: perl
20659            ! t/lib/peek.t
20660 ____________________________________________________________________________
20661 [  6081] By: gsar                                  on 2000/05/07  04:17:04
20662         Log: better default perlbug categories for ok reports (from Richard Foley)
20663      Branch: perl
20664            ! utils/perlbug.PL
20665 ____________________________________________________________________________
20666 [  6080] By: gsar                                  on 2000/05/07  04:08:07
20667         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
20668              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
20669      Branch: perl
20670            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20671            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20672            ! AUTHORS MAINTAIN MANIFEST
20673 ____________________________________________________________________________
20674 [  6079] By: gsar                                  on 2000/05/07  04:01:38
20675         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
20676      Branch: perl
20677            ! lib/Carp/Heavy.pm
20678 ____________________________________________________________________________
20679 [  6078] By: gsar                                  on 2000/05/07  01:24:19
20680         Log: workaround for CRT bug in chdir() (from Charles Lane, via
20681              Peter Prymmer)
20682      Branch: perl
20683            ! iperlsys.h vms/vms.c vms/vmsish.h
20684 ____________________________________________________________________________
20685 [  6077] By: gsar                                  on 2000/05/07  01:22:23
20686         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
20687              and Tom Phoenix)
20688      Branch: perl
20689            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
20690 ____________________________________________________________________________
20691 [  6076] By: gsar                                  on 2000/05/06  17:36:29
20692         Log: integrate cfgperl contents into mainline
20693      Branch: perl
20694           +> t/lib/peek.t
20695           !> Configure MANIFEST Porting/Glossary Porting/config.sh
20696           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
20697           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
20698           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
20699 ____________________________________________________________________________
20700 [  6075] By: jhi                                   on 2000/05/05  18:56:10
20701         Log: Make the test more portable.
20702      Branch: cfgperl
20703            ! t/lib/peek.t
20704 ____________________________________________________________________________
20705 [  6074] By: jhi                                   on 2000/05/05  18:49:20
20706         Log: Introduce t/lib/peek.t.
20707      Branch: cfgperl
20708            + t/lib/peek.t
20709            ! MANIFEST
20710 ____________________________________________________________________________
20711 [  6073] By: jhi                                   on 2000/05/05  14:30:45
20712         Log: Complex tweaks.
20713      Branch: cfgperl
20714            ! lib/Math/Complex.pm t/lib/complex.t
20715 ____________________________________________________________________________
20716 [  6072] By: jhi                                   on 2000/05/05  12:27:13
20717         Log: Integrate with Sarathy.
20718      Branch: cfgperl
20719           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
20720           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
20721           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
20722           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
20723 ____________________________________________________________________________
20724 [  6071] By: gsar                                  on 2000/05/05  02:24:46
20725         Log: misformatted perllocal.pod (from Tim Jenness
20726              <t.jenness@jach.hawaii.edu>)
20727      Branch: perl
20728            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
20729 ____________________________________________________________________________
20730 [  6070] By: gsar                                  on 2000/05/05  02:16:52
20731         Log: remove misleading comment (from M.J.T. Guy)
20732      Branch: perl
20733            ! t/lib/anydbm.t
20734 ____________________________________________________________________________
20735 [  6069] By: gsar                                  on 2000/05/05  02:15:13
20736         Log: File::Spec compatibility update (from Barrie Slaymaker
20737              <barries@slaysys.com>)
20738      Branch: perl
20739            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
20740            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
20741 ____________________________________________________________________________
20742 [  6068] By: gsar                                  on 2000/05/05  02:01:50
20743         Log: note about values()
20744      Branch: perl
20745            ! pod/perlfunc.pod
20746 ____________________________________________________________________________
20747 [  6067] By: gsar                                  on 2000/05/05  01:33:09
20748         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
20749      Branch: perl
20750            ! win32/win32.c
20751 ____________________________________________________________________________
20752 [  6066] By: gsar                                  on 2000/05/05  01:23:43
20753         Log: s/END/CHECK/
20754      Branch: perl
20755            ! perl.c
20756 ____________________________________________________________________________
20757 [  6065] By: jhi                                   on 2000/05/04  17:30:22
20758         Log: Integrate with Sarathy.
20759      Branch: cfgperl
20760           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
20761 ____________________________________________________________________________
20762 [  6064] By: gsar                                  on 2000/05/04  17:26:14
20763         Log: change#5905 wasn't quite right--it's intent only applies when arguments
20764              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
20765      Branch: perl
20766            ! pp_sys.c sv.c
20767 ____________________________________________________________________________
20768 [  6063] By: gsar                                  on 2000/05/04  16:52:29
20769         Log: tokeq() could read unallocated field in argument
20770      Branch: perl
20771            ! toke.c
20772 ____________________________________________________________________________
20773 [  6062] By: gsar                                  on 2000/05/04  16:34:51
20774         Log: additional tests for utf8.t
20775      Branch: perl
20776            ! t/pragma/utf8.t
20777 ____________________________________________________________________________
20778 [  6061] By: gsar                                  on 2000/05/04  16:09:28
20779         Log: change#5921 neglected to make eq honor "use bytes"
20780      Branch: perl
20781            ! sv.c
20782 ____________________________________________________________________________
20783 [  6060] By: jhi                                   on 2000/05/04  15:30:16
20784         Log: Integrate with Sarathy.
20785      Branch: cfgperl
20786           !> perl.c regcomp.c t/pragma/utf8.t
20787 ____________________________________________________________________________
20788 [  6059] By: jhi                                   on 2000/05/04  15:26:37
20789         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
20790              in natively 64-bit platforms where a long is a quad (no need
20791              for long longs).  Also added bias for IVs.
20792      Branch: cfgperl
20793            ! toke.c
20794 ____________________________________________________________________________
20795 [  6058] By: gsar                                  on 2000/05/04  00:19:14
20796         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
20797              (spotted by Donald Kinzer <dkinzer@premia.com>)
20798      Branch: perl
20799            ! perl.c
20800 ____________________________________________________________________________
20801 [  6057] By: gsar                                  on 2000/05/03  18:34:01
20802         Log: fix broken parsing of /\x{ab}/
20803      Branch: perl
20804            ! regcomp.c t/pragma/utf8.t
20805 ____________________________________________________________________________
20806 [  6056] By: jhi                                   on 2000/05/03  17:57:16
20807         Log: The search of infinity continues, this time simplified.
20808      Branch: cfgperl
20809            ! lib/Math/Complex.pm
20810 ____________________________________________________________________________
20811 [  6055] By: jhi                                   on 2000/05/03  17:45:30
20812         Log: Detypo.
20813      Branch: cfgperl
20814            ! hints/unicos.sh
20815 ____________________________________________________________________________
20816 [  6054] By: jhi                                   on 2000/05/02  22:28:27
20817         Log: Be more forgiving in POSIX about HUGE_VALL.
20818      Branch: cfgperl
20819            ! ext/POSIX/POSIX.xs
20820 ____________________________________________________________________________
20821 [  6053] By: jhi                                   on 2000/05/02  22:25:05
20822         Log: Integrate with Sarathy.
20823      Branch: cfgperl
20824           !> hints/irix_6.sh pod/perlop.pod
20825 ____________________________________________________________________________
20826 [  6052] By: jhi                                   on 2000/05/02  22:24:31
20827         Log: Unicos hint tweak.
20828      Branch: cfgperl
20829            ! hints/unicos.sh
20830 ____________________________________________________________________________
20831 [  6051] By: jhi                                   on 2000/05/02  22:21:26
20832         Log: Complex tweakery.
20833      Branch: cfgperl
20834            ! lib/Math/Complex.pm t/lib/complex.t
20835 ____________________________________________________________________________
20836 [  6050] By: jhi                                   on 2000/05/02  19:26:22
20837         Log: Use setxxent()/endxxent().
20838      Branch: cfgperl
20839            ! t/op/grent.t t/op/pwent.t
20840 ____________________________________________________________________________
20841 [  6049] By: jhi                                   on 2000/05/02  19:06:02
20842         Log: Test both the scalar and list contexts.
20843      Branch: cfgperl
20844            ! t/op/grent.t t/op/pwent.t
20845 ____________________________________________________________________________
20846 [  6048] By: gsar                                  on 2000/05/02  18:29:10
20847         Log: add note about how $( doesn't interpolate in REs (from
20848              Philip Newton <newton@ficus.frogspace.net>)
20849      Branch: perl
20850            ! pod/perlop.pod
20851 ____________________________________________________________________________
20852 [  6047] By: jhi                                   on 2000/05/02  17:41:24
20853         Log: Call getspnam() only iff needd.
20854      Branch: cfgperl
20855            ! pp_sys.c
20856 ____________________________________________________________________________
20857 [  6046] By: gsar                                  on 2000/05/02  17:07:25
20858         Log: libscheck has insufficient checks for n32 libs (from
20859              Albert Chin-A-Young <china@thewrittenword.com>)
20860      Branch: perl
20861            ! hints/irix_6.sh
20862 ____________________________________________________________________________
20863 [  6045] By: jhi                                   on 2000/05/02  13:57:17
20864         Log: Integrate with Sarathy.
20865      Branch: cfgperl
20866           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
20867           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
20868 ____________________________________________________________________________
20869 [  6044] By: gsar                                  on 2000/05/02  06:48:19
20870         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
20871              such that underscores are only ignored in literal numbers,
20872              "\x{...}", and hex/oct argument
20873      Branch: perl
20874            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
20875 ____________________________________________________________________________
20876 [  6043] By: gsar                                  on 2000/05/02  02:22:29
20877         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
20878      Branch: perl
20879            ! pod/perlretut.pod
20880 ____________________________________________________________________________
20881 [  6042] By: gsar                                  on 2000/05/02  02:17:51
20882         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
20883      Branch: perl
20884            ! pod/perltrap.pod
20885 ____________________________________________________________________________
20886 [  6041] By: gsar                                  on 2000/05/02  01:53:51
20887         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
20888              to compensate
20889      Branch: perl
20890            ! Porting/makerel
20891 ____________________________________________________________________________
20892 [  6040] By: gsar                                  on 2000/05/02  01:51:57
20893         Log: missing files in MANIFEST
20894      Branch: perl
20895            ! MANIFEST
20896 ____________________________________________________________________________
20897 [  6039] By: jhi                                   on 2000/05/02  00:36:46
20898         Log: Infinite problems.
20899      Branch: cfgperl
20900            ! lib/Math/Complex.pm
20901 ____________________________________________________________________________
20902 [  6038] By: jhi                                   on 2000/05/02  00:06:38
20903         Log: pwent/spent #ifdef imbalance.
20904      Branch: cfgperl
20905            ! pp_sys.c
20906 ____________________________________________________________________________
20907 [  6037] By: jhi                                   on 2000/05/01  22:50:11
20908         Log: Use HUGE_VALL if applicable.
20909      Branch: cfgperl
20910            ! ext/POSIX/POSIX.xs util.c
20911 ____________________________________________________________________________
20912 [  6036] By: jhi                                   on 2000/05/01  22:20:53
20913         Log: Correct Freudian slip.
20914      Branch: cfgperl
20915            ! pp_sys.c
20916 ____________________________________________________________________________
20917 [  6035] By: jhi                                   on 2000/05/01  21:07:38
20918         Log: Continue on the pwent/spent case.
20919      Branch: cfgperl
20920            ! pp_sys.c
20921 ____________________________________________________________________________
20922 [  6034] By: jhi                                   on 2000/05/01  17:45:14
20923         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
20924              adjustments in 6032 conflicted badly with this, will have
20925              to revisit them later.
20926      Branch: cfgperl
20927           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
20928           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
20929           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
20930           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
20931           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
20932           !> t/lib/cgi-html.t t/lib/cgi-request.t
20933 ____________________________________________________________________________
20934 [  6033] By: jhi                                   on 2000/05/01  17:40:49
20935         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
20936      Branch: cfgperl
20937            ! pp_sys.c
20938 ____________________________________________________________________________
20939 [  6032] By: gsar                                  on 2000/05/01  15:56:32
20940         Log: whitespace adjustments
20941      Branch: perl
20942            ! pp_sys.c
20943 ____________________________________________________________________________
20944 [  6031] By: gsar                                  on 2000/05/01  15:19:41
20945         Log: small nits in diagnostics.pm (from Robin Barker)
20946      Branch: perl
20947            ! lib/diagnostics.pm pod/perldiag.pod
20948 ____________________________________________________________________________
20949 [  6030] By: gsar                                  on 2000/05/01  08:39:18
20950         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
20951              for @- and @+ (from Johan Vromans)
20952      Branch: perl
20953            ! lib/English.pm pod/perlvar.pod
20954 ____________________________________________________________________________
20955 [  6029] By: gsar                                  on 2000/05/01  08:16:10
20956         Log: add CGI.pm v2.66 (from Lincoln Stein)
20957      Branch: perl
20958            + lib/CGI/Util.pm t/lib/cgi-pretty.t
20959            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
20960            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
20961            ! t/lib/cgi-html.t t/lib/cgi-request.t
20962 ____________________________________________________________________________
20963 [  6028] By: gsar                                  on 2000/05/01  06:34:41
20964         Log: Pod::Man generates groff-incompatible macro definition (from
20965              Tom Christiansen)
20966      Branch: perl
20967            ! lib/Pod/Man.pm
20968 ____________________________________________________________________________
20969 [  6027] By: gsar                                  on 2000/05/01  06:31:36
20970         Log: podlators-1.02 update (from Russ Allbery)
20971      Branch: perl
20972            ! lib/Pod/Man.pm lib/Pod/Text.pm
20973 ____________________________________________________________________________
20974 [  6026] By: jhi                                   on 2000/04/30  23:24:23
20975         Log: Integrate with Sarathy.
20976      Branch: cfgperl
20977           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
20978           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
20979           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20980           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
20981           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
20982           !> t/lib/syslog.t toke.c win32/win32.h
20983 ____________________________________________________________________________
20984 [  6025] By: gsar                                  on 2000/04/30  18:17:47
20985         Log: Is{Alnum,Alpha,Word} don't match titlecase
20986              
20987              TODO: IsSpace is defined recursively!
20988              
20989              (both spotted by Larry)
20990      Branch: perl
20991            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20992            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
20993 ____________________________________________________________________________
20994 [  6024] By: gsar                                  on 2000/04/30  17:50:19
20995         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
20996              (from Hugo van der Sanden)
20997      Branch: perl
20998            ! toke.c
20999 ____________________________________________________________________________
21000 [  6023] By: gsar                                  on 2000/04/30  17:14:43
21001         Log: debugger stomps on $. (from M.J.T. Guy)
21002      Branch: perl
21003            ! lib/perl5db.pl
21004 ____________________________________________________________________________
21005 [  6022] By: gsar                                  on 2000/04/30  16:59:22
21006         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
21007      Branch: perl
21008            ! sv.c
21009 ____________________________________________________________________________
21010 [  6021] By: gsar                                  on 2000/04/29  21:00:08
21011         Log: remove Win2K issue in pod (fixed by change#6020)
21012      Branch: perl
21013            ! README.win32 pod/perl56delta.pod
21014 ____________________________________________________________________________
21015 [  6020] By: gsar                                  on 2000/04/29  20:51:49
21016         Log: test tweak
21017      Branch: perl
21018            ! t/lib/open3.t
21019 ____________________________________________________________________________
21020 [  6019] By: gsar                                  on 2000/04/29  20:34:27
21021         Log: windows portability tweaks
21022      Branch: perl
21023            ! t/lib/b.t win32/win32.h
21024 ____________________________________________________________________________
21025 [  6018] By: gsar                                  on 2000/04/29  19:55:24
21026         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
21027              make _PATH_LOG() return "" if unavailable
21028      Branch: perl
21029            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
21030            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
21031 ____________________________________________________________________________
21032 [  6017] By: jhi                                   on 2000/04/28  22:49:46
21033         Log: Integrate with Sarathy.
21034      Branch: cfgperl
21035           !> op.c perl.c pod/perldiag.pod t/lib/b.t
21036 ____________________________________________________________________________
21037 [  6016] By: jhi                                   on 2000/04/28  22:46:14
21038         Log: Do not warn that an infinity does not look like a number.
21039      Branch: cfgperl
21040            ! sv.c
21041 ____________________________________________________________________________
21042 [  6015] By: gsar                                  on 2000/04/28  22:35:49
21043         Log: tweak test for portability
21044      Branch: perl
21045            ! t/lib/b.t
21046 ____________________________________________________________________________
21047 [  6014] By: gsar                                  on 2000/04/28  22:05:31
21048         Log: glob() loading File::Glob behind the scenes may cause syntax errors
21049      Branch: perl
21050            ! op.c
21051 ____________________________________________________________________________
21052 [  6013] By: gsar                                  on 2000/04/28  21:25:22
21053         Log: tweak change#5945 to display correct switch name in diagnostic
21054      Branch: perl
21055            ! perl.c pod/perldiag.pod
21056 ____________________________________________________________________________
21057 [  6012] By: jhi                                   on 2000/04/28  21:08:12
21058         Log: Integrate with Sarathy.
21059      Branch: cfgperl
21060           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
21061           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
21062           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
21063 ____________________________________________________________________________
21064 [  6011] By: jhi                                   on 2000/04/28  21:04:46
21065         Log: &HUGE_VAL is not defined, it exists.
21066      Branch: cfgperl
21067            ! lib/Math/Complex.pm
21068 ____________________________________________________________________________
21069 [  6010] By: gsar                                  on 2000/04/28  21:02:58
21070         Log: clarify note about shadow password support (from
21071              gellyfish@gellyfish.com)
21072      Branch: perl
21073            ! pod/perlfunc.pod
21074 ____________________________________________________________________________
21075 [  6009] By: gsar                                  on 2000/04/28  21:00:00
21076         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
21077      Branch: perl
21078            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
21079 ____________________________________________________________________________
21080 [  6008] By: gsar                                  on 2000/04/28  20:56:33
21081         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
21082      Branch: perl
21083            ! installperl vms/subconfigure.com
21084 ____________________________________________________________________________
21085 [  6007] By: gsar                                  on 2000/04/28  20:51:21
21086         Log: note about compile failures and END blocks (from M.J.T. Guy)
21087      Branch: perl
21088            ! pod/perl56delta.pod pod/perlmod.pod
21089 ____________________________________________________________________________
21090 [  6006] By: jhi                                   on 2000/04/28  20:42:14
21091         Log: Regen Configure.
21092      Branch: cfgperl
21093            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21094            ! config_h.SH
21095 ____________________________________________________________________________
21096 [  6005] By: gsar                                  on 2000/04/28  20:41:16
21097         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
21098      Branch: perl
21099            ! utils/perldoc.PL
21100 ____________________________________________________________________________
21101 [  6004] By: jhi                                   on 2000/04/28  20:28:21
21102         Log: Integrate with Sarathy.
21103      Branch: cfgperl
21104           !> Configure INSTALL Porting/Glossary Porting/config.sh
21105           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
21106           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
21107           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
21108           !> win32/config.vc win32/win32.c
21109 ____________________________________________________________________________
21110 [  6003] By: gsar                                  on 2000/04/28  20:11:20
21111         Log: allow REG_EXPAND_SZ keys in Windows registry (from
21112              John Clayton <John.Clayton@barclayscapital.com>)
21113      Branch: perl
21114            ! win32/win32.c
21115 ____________________________________________________________________________
21116 [  6002] By: gsar                                  on 2000/04/28  19:34:16
21117         Log: destructive sv_setsv() can lose UV-ness from source, causing
21118              numeric promotions/comparisons to fail to do the right thing
21119      Branch: perl
21120            ! sv.c
21121 ____________________________________________________________________________
21122 [  6001] By: gsar                                  on 2000/04/28  18:44:15
21123         Log: support additional library locations via $Config{otherlibdirs}
21124              (from Andy Dougherty)
21125      Branch: perl
21126            ! Configure INSTALL Porting/Glossary Porting/config.sh
21127            ! Porting/config_H config_h.SH epoc/config.sh perl.c
21128            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
21129            ! win32/config.bc win32/config.gc win32/config.vc
21130 ____________________________________________________________________________
21131 [  6000] By: gsar                                  on 2000/04/28  18:26:58
21132         Log: reworked otherlibdirs.U (from Andy Dougherty)
21133      Branch: metaconfig
21134            ! U/installdirs/otherlibdirs.U
21135 ____________________________________________________________________________
21136 [  5999] By: gsar                                  on 2000/04/28  18:17:07
21137         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
21138      Branch: perl
21139            ! t/pragma/warn/toke toke.c
21140 ____________________________________________________________________________
21141 [  5998] By: jhi                                   on 2000/04/28  13:32:17
21142         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
21143      Branch: cfgperl
21144            ! lib/Math/Complex.pm
21145 ____________________________________________________________________________
21146 [  5997] By: jhi                                   on 2000/04/28  13:14:04
21147         Log: Preserve $!.
21148      Branch: cfgperl
21149            ! lib/Math/Complex.pm
21150 ____________________________________________________________________________
21151 [  5996] By: jhi                                   on 2000/04/28  12:59:23
21152         Log: Integrate with Sarathy.
21153      Branch: cfgperl
21154           +> pod/perlrequick.pod pod/perlretut.pod
21155           !> (integrate 51 files)
21156 ____________________________________________________________________________
21157 [  5995] By: gsar                                  on 2000/04/28  09:37:36
21158         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
21159      Branch: perl
21160            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
21161 ____________________________________________________________________________
21162 [  5994] By: gsar                                  on 2000/04/28  09:33:26
21163         Log: fix for missed accounting for null byte in pack("Z",...) (from
21164              M.J.T. Guy)
21165      Branch: perl
21166            ! pp.c t/op/pack.t
21167 ____________________________________________________________________________
21168 [  5993] By: gsar                                  on 2000/04/28  09:30:05
21169         Log: various minor tweaks seen on p5p
21170      Branch: perl
21171            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
21172 ____________________________________________________________________________
21173 [  5992] By: gsar                                  on 2000/04/28  09:08:19
21174         Log: pod nit (from Simon Cozens)
21175      Branch: perl
21176            ! pod/perlop.pod
21177 ____________________________________________________________________________
21178 [  5991] By: gsar                                  on 2000/04/28  09:06:36
21179         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
21180      Branch: perl
21181            ! README.posix-bc hints/posix-bc.sh
21182 ____________________________________________________________________________
21183 [  5990] By: gsar                                  on 2000/04/28  08:54:52
21184         Log: use $ENV{LIB} to search for libs under Visual C compiler
21185              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
21186      Branch: perl
21187            ! lib/ExtUtils/Liblist.pm
21188 ____________________________________________________________________________
21189 [  5989] By: gsar                                  on 2000/04/28  08:27:12
21190         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
21191              itself and no other (from Tom Hughes)
21192      Branch: perl
21193            ! t/op/array.t toke.c
21194 ____________________________________________________________________________
21195 [  5988] By: gsar                                  on 2000/04/28  08:01:38
21196         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
21197              <paul@miraclefish.com>)
21198      Branch: perl
21199            ! lib/ExtUtils/MakeMaker.pm
21200 ____________________________________________________________________________
21201 [  5987] By: gsar                                  on 2000/04/28  07:53:09
21202         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
21203      Branch: perl
21204            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
21205 ____________________________________________________________________________
21206 [  5986] By: gsar                                  on 2000/04/28  07:44:17
21207         Log: add regular expressions tutorial and quick-start guide (from
21208              Mark Kvale <kvale@phy.ucsf.edu>)
21209      Branch: perl
21210            + pod/perlrequick.pod pod/perlretut.pod
21211            ! AUTHORS MAINTAIN MANIFEST
21212 ____________________________________________________________________________
21213 [  5985] By: gsar                                  on 2000/04/28  07:30:28
21214         Log: forked child may not exit correctly if it failed to open
21215              /dev/console (from Graham Barr)
21216      Branch: perl
21217            ! ext/Sys/Syslog/Syslog.pm
21218 ____________________________________________________________________________
21219 [  5984] By: gsar                                  on 2000/04/28  07:27:20
21220         Log: attributes::reftype() doesn't work on tied argument
21221      Branch: perl
21222            ! xsutils.c
21223 ____________________________________________________________________________
21224 [  5983] By: gsar                                  on 2000/04/28  07:15:04
21225         Log: numeric conversion of non-number in change#3378 tramples on
21226              OOK offset, causing segfaults
21227      Branch: perl
21228            ! sv.c
21229 ____________________________________________________________________________
21230 [  5982] By: gsar                                  on 2000/04/28  04:48:25
21231         Log: avoid error in IO::Socket::INET when given an unknown service name
21232              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
21233      Branch: perl
21234            ! ext/IO/lib/IO/Socket/INET.pm
21235 ____________________________________________________________________________
21236 [  5981] By: gsar                                  on 2000/04/28  04:31:31
21237         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
21238              prototype mismatch with CORE::glob(); update pod and tests to
21239              suit (File::Glob::glob() is still available for backward
21240              compatibility, but should be considered deprecated)
21241      Branch: perl
21242            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
21243            ! t/lib/glob-taint.t
21244 ____________________________________________________________________________
21245 [  5980] By: gsar                                  on 2000/04/28  03:47:29
21246         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
21247              <ghudson@mit.edu>)
21248      Branch: metaconfig
21249            ! U/modified/Options.U
21250      Branch: perl
21251            ! Configure
21252 ____________________________________________________________________________
21253 [  5979] By: gsar                                  on 2000/04/28  03:07:54
21254         Log: under useithreads, constant pad entries could inadvertantly be
21255              shared across threads (from Eric Blood <eblood@xmission.com>);
21256              added Eric's test case to testsuite
21257      Branch: perl
21258            ! op.c t/op/misc.t
21259 ____________________________________________________________________________
21260 [  5978] By: gsar                                  on 2000/04/27  21:13:00
21261         Log: sync version numbers in File::Spec with the ones on CPAN
21262              (from Barrie Slaymaker)
21263      Branch: perl
21264            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
21265            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
21266            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
21267 ____________________________________________________________________________
21268 [  5977] By: gsar                                  on 2000/04/27  21:07:29
21269         Log: autoquote barewords followed by newline and arrow properly
21270              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
21271      Branch: perl
21272            ! t/pragma/warn/toke toke.c
21273 ____________________________________________________________________________
21274 [  5976] By: gsar                                  on 2000/04/27  20:41:20
21275         Log: DB_File v1.73 update (from Paul Marquess)
21276      Branch: perl
21277            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21278            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
21279 ____________________________________________________________________________
21280 [  5975] By: gsar                                  on 2000/04/27  20:34:24
21281         Log: allow sort() reentrancy (variant of patch suggested by
21282              Hugo van der Sanden)
21283      Branch: perl
21284            ! pp_ctl.c t/op/sort.t
21285 ____________________________________________________________________________
21286 [  5974] By: gsar                                  on 2000/04/27  19:46:57
21287         Log: change#4197 somehow missed initializing PL_errors, meaning
21288              sytax error queueing wasn't working outside eval"" at all;
21289              also fixed eval"" to localize PL_error_count, so that compile-time
21290              eval's don't clobber the error state of the outer context
21291      Branch: perl
21292            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
21293            ! t/pragma/warn/toke
21294 ____________________________________________________________________________
21295 [  5973] By: gsar                                  on 2000/04/27  18:29:05
21296         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
21297      Branch: perl
21298            ! regcomp.c regexec.c t/op/re_tests
21299 ____________________________________________________________________________
21300 [  5972] By: jhi                                   on 2000/04/27  18:22:41
21301         Log: Integrate with Sarathy.
21302      Branch: cfgperl
21303           +> t/lib/b.t t/lib/syslog.t
21304           !> (integrate 31 files)
21305 ____________________________________________________________________________
21306 [  5971] By: jhi                                   on 2000/04/27  18:18:46
21307         Log: Unicos tweaks from Mark P. Lutz.
21308      Branch: cfgperl
21309            ! hints/unicos.sh lib/Math/Complex.pm
21310 ____________________________________________________________________________
21311 [  5970] By: gsar                                  on 2000/04/27  18:05:11
21312         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
21313              IV is >32bits
21314      Branch: perl
21315            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
21316 ____________________________________________________________________________
21317 [  5969] By: gsar                                  on 2000/04/27  17:50:56
21318         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
21319      Branch: perl
21320            + t/lib/syslog.t
21321            ! MANIFEST ext/Sys/Syslog/Syslog.pm
21322 ____________________________________________________________________________
21323 [  5968] By: gsar                                  on 2000/04/27  17:44:49
21324         Log: tolerate spaces in group names in test on solaris (from David Boyce
21325              <dsb@boyski.com>)
21326      Branch: perl
21327            ! t/op/groups.t
21328 ____________________________________________________________________________
21329 [  5967] By: gsar                                  on 2000/04/27  17:41:22
21330         Log: improved docs on the warn_uninit diagnostic (from David Glasser
21331              and Simon Cozens)
21332      Branch: perl
21333            ! pod/perldiag.pod
21334 ____________________________________________________________________________
21335 [  5966] By: gsar                                  on 2000/04/27  16:54:58
21336         Log: add testsuite for B backends, fix bug in B::Deparse (from
21337              Simon Cozens <simon@brecon.co.uk>)
21338      Branch: perl
21339            + t/lib/b.t
21340            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
21341 ____________________________________________________________________________
21342 [  5965] By: gsar                                  on 2000/04/27  16:10:37
21343         Log: avoid "will not stay shared" warnings for our variables (from
21344              Robin Barker)
21345      Branch: perl
21346            ! op.c t/pragma/warn/op
21347 ____________________________________________________________________________
21348 [  5964] By: gsar                                  on 2000/04/27  07:05:05
21349         Log: reformat to 72 columns (again)
21350      Branch: perl
21351            ! pod/perldiag.pod
21352 ____________________________________________________________________________
21353 [  5963] By: gsar                                  on 2000/04/27  06:28:31
21354         Log: patch from Larry to make (\&) prototype work; added tests for
21355              the same
21356      Branch: perl
21357            ! op.c t/comp/proto.t
21358 ____________________________________________________________________________
21359 [  5962] By: gsar                                  on 2000/04/27  06:15:47
21360         Log: updated README.hpux (from Jeff Okamoto)
21361      Branch: perl
21362            ! README.hpux
21363 ____________________________________________________________________________
21364 [  5961] By: gsar                                  on 2000/04/27  05:55:03
21365         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
21366      Branch: perl
21367            ! emacs/cperl-mode.el
21368 ____________________________________________________________________________
21369 [  5960] By: gsar                                  on 2000/04/27  05:49:26
21370         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
21371      Branch: perl
21372            ! INSTALL
21373 ____________________________________________________________________________
21374 [  5959] By: gsar                                  on 2000/04/27  05:33:41
21375         Log: doubled words in pods (from Simon Cozens
21376              <simon.p.cozens@jp.pwcglobal.com>)
21377      Branch: perl
21378            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
21379            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
21380            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
21381            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
21382            ! pod/perltootc.pod
21383 ____________________________________________________________________________
21384 [  5958] By: gsar                                  on 2000/04/27  05:11:39
21385         Log: change#3569 deleted some essential code, revert; avoid use of
21386              atexit() to make DynaLoader work properly on AIX under mod_perl
21387              (from Jens-Uwe Mager <jum@helios.de>)
21388      Branch: perl
21389            ! ext/DynaLoader/dl_aix.xs
21390 ____________________________________________________________________________
21391 [  5957] By: gsar                                  on 2000/04/27  04:54:51
21392         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
21393      Branch: perl
21394            ! pod/perlmod.pod
21395 ____________________________________________________________________________
21396 [  5956] By: gsar                                  on 2000/04/27  04:51:47
21397         Log: better diagnostics on failed tests (from Ilya Zakharevich)
21398      Branch: perl
21399            ! t/op/lex_assign.t
21400 ____________________________________________________________________________
21401 [  5955] By: gsar                                  on 2000/04/27  04:26:44
21402         Log: longstanding bug exposed by change#3307: sort arguments weren't
21403              compiled with the right wantarray context (ensuing runtime lookup
21404              via block_gimme() was getting the incidental context of the
21405              sort() itself)
21406      Branch: perl
21407            ! op.c t/op/sort.t
21408 ____________________________________________________________________________
21409 [  5954] By: gsar                                  on 2000/04/26  23:42:12
21410         Log: integrate cfgperl contents into mainline
21411      Branch: perl
21412           !> (integrate 30 files)
21413 ____________________________________________________________________________
21414 [  5953] By: jhi                                   on 2000/04/26  23:06:42
21415         Log: Integrate with Sarathy.
21416      Branch: cfgperl
21417           !> README.win32 ext/B/B/Deparse.pm
21418           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
21419           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
21420           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
21421           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
21422           !> utils/perldoc.PL vms/perlvms.pod
21423 ____________________________________________________________________________
21424 [  5952] By: jhi                                   on 2000/04/26  23:03:46
21425         Log: Undo "use integer" addition from 64bitint as it seems
21426              to break most of the subtests in Digital UNIX;
21427              Unicos needs to find another way.
21428      Branch: cfgperl
21429            ! t/op/64bitint.t
21430 ____________________________________________________________________________
21431 [  5951] By: jhi                                   on 2000/04/26  22:57:53
21432         Log: Be more robust on "extreme" (large absolute value)
21433              arguments.  Originally reported by Daniel Connelly
21434              as a problem with asinh() on large negative arguments,
21435              asinh() used to bail out because an argument to log()
21436              ended up being zero.  Ilya Zakharevich proposed using
21437              Taylor's series in such cases, which for such large
21438              arguments is a very good approximation.
21439      Branch: cfgperl
21440            ! lib/Math/Complex.pm t/lib/complex.t
21441 ____________________________________________________________________________
21442 [  5950] By: gsar                                  on 2000/04/25  19:13:12
21443         Log: reformat perldiag to avoid long lines
21444      Branch: perl
21445            ! pod/perldiag.pod
21446 ____________________________________________________________________________
21447 [  5949] By: gsar                                  on 2000/04/25  18:41:11
21448         Log: make perldoc use the pod2man from the same version (from
21449              M.J.T. Guy)
21450      Branch: perl
21451            ! utils/perldoc.PL
21452 ____________________________________________________________________________
21453 [  5948] By: gsar                                  on 2000/04/25  18:21:57
21454         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
21455              <kompas@kompas.usr.onet.pl>)
21456      Branch: perl
21457            ! lib/vars.pm
21458 ____________________________________________________________________________
21459 [  5947] By: gsar                                  on 2000/04/25  18:11:53
21460         Log: use &dl_error rather than &dl_load_file as the guard for calling
21461              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
21462              statically built perl)
21463      Branch: perl
21464            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
21465 ____________________________________________________________________________
21466 [  5946] By: jhi                                   on 2000/04/25  17:37:54
21467         Log: Document that tr() is not tr(1).
21468      Branch: cfgperl
21469            ! pod/perlop.pod
21470 ____________________________________________________________________________
21471 [  5945] By: gsar                                  on 2000/04/25  16:34:33
21472         Log: make module name mandatory after -M switch; reorder perldiag
21473              alphabetically (from Mark-Jason Dominus)
21474      Branch: perl
21475            ! perl.c pod/perldiag.pod
21476 ____________________________________________________________________________
21477 [  5944] By: jhi                                   on 2000/04/25  01:15:18
21478         Log: On second thoughts frexp() does have two arguments.
21479      Branch: cfgperl
21480            ! perl.h
21481 ____________________________________________________________________________
21482 [  5943] By: jhi                                   on 2000/04/24  22:56:32
21483         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
21484              Now pp_ncmp() returns undef is either operand is a NaN.
21485      Branch: cfgperl
21486            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21487            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
21488            ! vms/subconfigure.com vos/config.def vos/config.h
21489            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
21490            ! win32/config.vc win32/config_H.bc win32/config_H.gc
21491            ! win32/config_H.vc
21492      Branch: metaconfig/U/perl
21493            + d_modfl.U
21494 ____________________________________________________________________________
21495 [  5942] By: jhi                                   on 2000/04/24  19:45:17
21496         Log: Regen Configure to match #5937.
21497      Branch: cfgperl
21498            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21499            ! config_h.SH
21500      Branch: metaconfig
21501            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
21502 ____________________________________________________________________________
21503 [  5941] By: jhi                                   on 2000/04/24  19:24:11
21504         Log: Further Unicos fixes for Mark Lutz.
21505      Branch: cfgperl
21506            ! hints/unicos.sh pp_ctl.c
21507 ____________________________________________________________________________
21508 [  5940] By: jhi                                   on 2000/04/24  19:09:06
21509         Log: Various Unicos 10.0.0.6 fixes.
21510              
21511              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
21512              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
21513              Reply-To: tecmpl1@triton.ca.boeing.com 
21514              To: perl5-porters@perl.org 
21515              Date: Fri, 14 Apr 2000 20:21:00 GMT 
21516              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
21517      Branch: cfgperl
21518            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
21519 ____________________________________________________________________________
21520 [  5939] By: gsar                                  on 2000/04/24  19:01:24
21521         Log: more pod nits (from Larry Virden)
21522      Branch: perl
21523            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
21524            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
21525            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
21526 ____________________________________________________________________________
21527 [  5938] By: gsar                                  on 2000/04/24  18:54:01
21528         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
21529      Branch: perl
21530            ! ext/B/B/Deparse.pm
21531 ____________________________________________________________________________
21532 [  5937] By: jhi                                   on 2000/04/24  17:39:00
21533         Log: Integrate with Sarathy.
21534      Branch: cfgperl
21535           +> (branch 31 files)
21536           !> (integrate 73 files)
21537 ____________________________________________________________________________
21538 [  5936] By: gsar                                  on 2000/04/24  17:30:06
21539         Log: additional tests for change#5934 (from Paul Marquess, who also
21540              sent in the same fix)
21541      Branch: perl
21542            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
21543            ! t/pragma/warn/5nolint t/pragma/warn/6default
21544 ____________________________________________________________________________
21545 [  5935] By: jhi                                   on 2000/04/24  17:26:05
21546         Log: Do not assume sign propagation.
21547              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
21548              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
21549              To: payner@ncifcrf.gov, perl5-porters@perl.org 
21550              Date: Tue, 18 Apr 2000 18:24:49 +0100 
21551              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
21552      Branch: cfgperl
21553            ! t/op/bop.t t/op/misc.t
21554 ____________________________________________________________________________
21555 [  5934] By: gsar                                  on 2000/04/24  17:16:54
21556         Log: propagate lexical warnings from surrounding scope correctly
21557              within string eval()
21558      Branch: perl
21559            ! pp_ctl.c t/pragma/warn/pp_ctl
21560 ____________________________________________________________________________
21561 [  5933] By: jhi                                   on 2000/04/24  17:01:07
21562         Log: Flatten the cpp jungle doing the nosuid checking.
21563      Branch: cfgperl
21564            ! perl.c
21565 ____________________________________________________________________________
21566 [  5932] By: gsar                                  on 2000/04/24  09:08:14
21567         Log: add rsignal(), whichsig() and do_join() to public API list
21568              (mod_perl uses them to good advantage)
21569      Branch: perl
21570            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
21571 ____________________________________________________________________________
21572 [  5931] By: gsar                                  on 2000/04/24  09:01:40
21573         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
21574      Branch: perl
21575            ! pp_hot.c regexec.c t/op/pat.t
21576 ____________________________________________________________________________
21577 [  5930] By: gsar                                  on 2000/04/24  08:58:33
21578         Log: small os390 tweaks (from Peter Prymmer)
21579      Branch: perl
21580            ! config_h.SH makedepend.SH
21581 ____________________________________________________________________________
21582 [  5929] By: gsar                                  on 2000/04/24  08:55:25
21583         Log: pod nits
21584      Branch: perl
21585            ! pod/perlguts.pod
21586 ____________________________________________________________________________
21587 [  5928] By: gsar                                  on 2000/04/24  08:50:13
21588         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
21589      Branch: perl
21590            ! ext/IO/lib/IO/Poll.pm
21591 ____________________________________________________________________________
21592 [  5927] By: gsar                                  on 2000/04/24  08:43:24
21593         Log: arrange for next() to resume at the unstack op rather than the
21594              loop conditional, so that scope cleanup happens correctly
21595              (from Stephen McCamant)
21596      Branch: perl
21597            ! op.c pp_ctl.c t/op/misc.t
21598 ____________________________________________________________________________
21599 [  5926] By: gsar                                  on 2000/04/24  08:18:40
21600         Log: on windows, reserve 16M of stack rather than 128M (allows more
21601              threads to run concurrently)
21602      Branch: perl
21603            ! win32/Makefile win32/makefile.mk
21604 ____________________________________________________________________________
21605 [  5925] By: gsar                                  on 2000/04/24  08:13:52
21606         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
21607      Branch: perl
21608            ! toke.c
21609 ____________________________________________________________________________
21610 [  5924] By: gsar                                  on 2000/04/24  08:08:59
21611         Log: avoid using uninitialized memory in require version check
21612      Branch: perl
21613            ! pp_ctl.c universal.c
21614 ____________________________________________________________________________
21615 [  5923] By: gsar                                  on 2000/04/24  07:20:14
21616         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
21617      Branch: perl
21618            ! ext/IO/lib/IO/Poll.pm
21619 ____________________________________________________________________________
21620 [  5922] By: gsar                                  on 2000/04/24  07:08:42
21621         Log: commentary about IoTYPE() (from Nathan Torkington)
21622      Branch: perl
21623            ! sv.h
21624 ____________________________________________________________________________
21625 [  5921] By: gsar                                  on 2000/04/24  06:58:26
21626         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
21627              by fix
21628      Branch: perl
21629            ! sv.c t/lib/charnames.t t/pragma/utf8.t
21630 ____________________________________________________________________________
21631 [  5920] By: gsar                                  on 2000/04/24  06:37:59
21632         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
21633      Branch: perl
21634            ! doop.c t/op/ver.t
21635 ____________________________________________________________________________
21636 [  5919] By: gsar                                  on 2000/04/24  06:21:58
21637         Log: Configure might miss old directories when prefix must be
21638              expanded (from Robin Barker)
21639      Branch: metaconfig
21640            ! U/installdirs/inc_version_list.U
21641      Branch: perl
21642            ! Configure
21643 ____________________________________________________________________________
21644 [  5918] By: gsar                                  on 2000/04/24  06:16:11
21645         Log: VMS nits in glob() test (from Charles Lane)
21646      Branch: perl
21647            ! t/lib/glob-basic.t
21648 ____________________________________________________________________________
21649 [  5917] By: gsar                                  on 2000/04/24  06:11:56
21650         Log: various pod nits (from Larry Virden and others)
21651      Branch: perl
21652            ! README.amiga README.hpux README.machten README.os2
21653            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
21654            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
21655            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
21656            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
21657            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
21658            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
21659            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
21660            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
21661 ____________________________________________________________________________
21662 [  5916] By: gsar                                  on 2000/04/24  05:52:43
21663         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
21664              <wjones@tc.fluke.com>)
21665      Branch: perl
21666            ! t/lib/glob-basic.t
21667 ____________________________________________________________________________
21668 [  5915] By: gsar                                  on 2000/04/24  05:07:01
21669         Log: supported platforms mixed up
21670      Branch: perl
21671            ! pod/perl56delta.pod pod/perlport.pod
21672 ____________________________________________________________________________
21673 [  5914] By: gsar                                  on 2000/04/24  04:56:08
21674         Log: caller() wasn't returning the right number of elements for
21675              eval {...}
21676      Branch: perl
21677            ! pp_ctl.c t/pragma/warn/9enabled
21678 ____________________________________________________________________________
21679 [  5913] By: gsar                                  on 2000/04/24  04:35:41
21680         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
21681              Mark-Jason Dominus)
21682      Branch: perl
21683            ! pod/perlfunc.pod
21684 ____________________________________________________________________________
21685 [  5912] By: gsar                                  on 2000/04/24  04:17:15
21686         Log: fix totally broken caching in UNIVERSAL::isa() (from
21687              Nick Ing-Simmons)
21688      Branch: perl
21689            ! t/op/universal.t universal.c
21690 ____________________________________________________________________________
21691 [  5911] By: gsar                                  on 2000/04/24  03:39:47
21692         Log: add linebreak properties from unicode/LineBrk.txt (from
21693              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
21694      Branch: perl
21695            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
21696            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
21697            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
21698            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
21699            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
21700            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
21701            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
21702            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
21703            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
21704            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
21705            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
21706            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
21707            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
21708            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
21709            + lib/unicode/Is/LbrkZW.pl
21710            ! lib/unicode/mktables.PL
21711 ____________________________________________________________________________
21712 [  5910] By: gsar                                  on 2000/04/24  03:23:10
21713         Log: typo in pod
21714      Branch: perl
21715            ! ext/Thread/Thread.pm
21716 ____________________________________________________________________________
21717 [  5909] By: gsar                                  on 2000/04/24  03:22:03
21718         Log: mode argument to do_binmode() should be file mode, not boolean
21719      Branch: perl
21720            ! pp_sys.c
21721 ____________________________________________________________________________
21722 [  5908] By: gsar                                  on 2000/04/16  16:51:08
21723         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
21724              always returns a valid GV even when the symbol is trapped by strictures
21725              (avoids coredumps)
21726              
21727              TODO: the C<package;> hack needs similar treatment
21728      Branch: perl
21729            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
21730            ! t/pragma/strict-vars
21731 ____________________________________________________________________________
21732 [  5907] By: jhi                                   on 2000/03/31  23:42:56
21733         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
21734              an assumption which #5905 demolished.
21735      Branch: cfgperl
21736            ! pp_sys.c
21737 ____________________________________________________________________________
21738 [  5906] By: jhi                                   on 2000/03/31  18:54:37
21739         Log: Typo in #5905.
21740      Branch: cfgperl
21741            ! t/op/64bitint.t
21742 ____________________________________________________________________________
21743 [  5905] By: jhi                                   on 2000/03/31  18:50:54
21744         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
21745              reported by Joseph N. Hall.  The bug was that even with use64bitint
21746              one had to use the prefixes q, L, or ll with printf/sprintf,
21747              contrary to the documentation and common sense.
21748      Branch: cfgperl
21749            ! sv.c t/op/64bitint.t
21750 ____________________________________________________________________________
21751 [  5904] By: gsar                                  on 2000/03/28  02:31:32
21752         Log: add Changes, perldelta.pod
21753      Branch: perl
21754            + Changes pod/perldelta.pod
21755 ____________________________________________________________________________
21756 [  5903] By: gsar                                  on 2000/03/28  02:03:55
21757         Log: rename Changes and perldelta.pod
21758      Branch: perl
21759           +> Changes5.6 pod/perl56delta.pod
21760            - Changes pod/perldelta.pod
21761            ! MANIFEST
21762 ____________________________________________________________________________
21763 [  5902] By: gsar                                  on 2000/03/28  01:59:14
21764         Log: create maint-5.6 branch
21765      Branch: maint-5.6/perl
21766           +> (branch 1611 files)
21767 ____________________________________________________________________________
21768 [  5901] By: jhi                                   on 2000/03/23  05:48:43
21769         Log: Integrate with Sarathy.
21770      Branch: cfgperl
21771           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
21772 ____________________________________________________________________________
21773 [  5900] By: gsar                                  on 2000/03/23  05:42:43
21774         Log: three guesses on what this is :-)
21775      Branch: perl
21776            ! Changes