Integrate change #9501 from maintperl into mainline.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.1          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [  9472] By: jhi                                   on 2001/03/30  15:16:08
35         Log: Integrate perlio.
36      Branch: perl
37           !> t/lib/cwd.t t/lib/glob-basic.t
38 ____________________________________________________________________________
39 [  9471] By: nick                                  on 2001/03/30  14:47:10
40         Log: Should be (^O eq 'MSWin32') not 'Win32'
41              Fail #12 seems real - chdir is in wrong dir.
42      Branch: perlio
43            ! t/lib/cwd.t
44 ____________________________________________________________________________
45 [  9470] By: jhi                                   on 2001/03/30  14:41:11
46         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
47              From: Radu Greab <radu@netsoft.ro>
48              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
49              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
50              
51              Replace #9352.
52      Branch: perl
53            ! ext/Socket/Socket.xs pp_sys.c
54 ____________________________________________________________________________
55 [  9469] By: jhi                                   on 2001/03/30  14:37:51
56         Log: Subject: PATCH pod/perldiag.pod
57              From: Robin Houston <robin@kitsite.com>
58              Date: Fri, 30 Mar 2001 14:10:36 +0100
59              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
60      Branch: perl
61            ! pod/perldiag.pod t/lib/glob-basic.t
62 ____________________________________________________________________________
63 [  9468] By: jhi                                   on 2001/03/30  14:36:36
64         Log: Subject: Better diagnostic in io/fs.t
65              From: andreas.koenig@anima.de (Andreas J. Koenig)
66              Date: 30 Mar 2001 10:11:43 +0200
67              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
68      Branch: perl
69            ! t/io/fs.t
70 ____________________________________________________________________________
71 [  9467] By: nick                                  on 2001/03/30  14:25:43
72         Log: Skip order test of glob if case-ignoring system cannot 
73              create a.test and A.test
74      Branch: perlio
75            ! t/lib/glob-basic.t
76 ____________________________________________________________________________
77 [  9466] By: nick                                  on 2001/03/30  13:03:12
78         Log: Integrate mainline.
79      Branch: perlio
80            - ext/re/hints/aix.pl
81           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
82           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
83           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
84           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
85 ____________________________________________________________________________
86 [  9465] By: jhi                                   on 2001/03/30  03:53:37
87         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
88              the tests sometimes hang, sometimes not.)
89      Branch: perl
90            ! t/lib/io_multihomed.t t/lib/io_sock.t
91 ____________________________________________________________________________
92 [  9464] By: jhi                                   on 2001/03/30  02:56:04
93         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
94              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
95              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
96              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
97      Branch: perl
98            ! op.c
99 ____________________________________________________________________________
100 [  9463] By: jhi                                   on 2001/03/30  02:34:48
101         Log: Test for #9462.
102      Branch: perl
103            ! t/lib/b.t
104 ____________________________________________________________________________
105 [  9462] By: jhi                                   on 2001/03/30  02:29:37
106         Log: Subject: B::Deparse precedence bug. (Patch included.)
107              From: Jeremy Madea <jmadea@inktomi.com>
108              Date: Thu, 29 Mar 2001 12:05:02 -0800
109              Message-ID: <20010329120502.A24881@dr.inktomi.com>
110      Branch: perl
111            ! ext/B/B/Deparse.pm
112 ____________________________________________________________________________
113 [  9461] By: jhi                                   on 2001/03/30  02:18:41
114         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
115              From: Peter Prymmer <pvhp@forte.com>
116              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
117              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
118      Branch: perl
119            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
120            ! t/lib/md5-file.t
121 ____________________________________________________________________________
122 [  9460] By: jhi                                   on 2001/03/30  02:17:07
123         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
124              From: Robin Houston <robin@kitsite.com>
125              Date: Thu, 29 Mar 2001 20:47:56 +0100
126              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
127      Branch: perl
128            ! ext/B/B/Debug.pm
129 ____________________________________________________________________________
130 [  9459] By: jhi                                   on 2001/03/30  02:16:05
131         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
132              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
133              Date: Wed, 28 Mar 2001 18:02:20 -0600
134              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
135      Branch: perl
136            ! lib/ExtUtils/MM_VMS.pm
137 ____________________________________________________________________________
138 [  9458] By: jhi                                   on 2001/03/30  02:07:58
139         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
140              From: "Joshua E. Rodd" <jrodd@pbs.org>
141              Date: Wed, 28 Mar 2001 17:29:12 -0500
142              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
143      Branch: perl
144            ! pod/perlop.pod
145 ____________________________________________________________________________
146 [  9457] By: jhi                                   on 2001/03/30  02:04:33
147         Log: Subject: ext/re/aix.pl can go
148              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
149              Date: Thu, 29 Mar 2001 12:03:28 +0200
150              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
151      Branch: perl
152            - ext/re/hints/aix.pl
153            ! MANIFEST
154 ____________________________________________________________________________
155 [  9456] By: jhi                                   on 2001/03/30  02:03:32
156         Log: Integrate perlio.
157      Branch: perl
158           !> ext/Encode/Encode.xs installperl
159 ____________________________________________________________________________
160 [  9455] By: nick                                  on 2001/03/29  21:11:46
161         Log: DLL name has changed so installperl needs to know
162              (Why isn't it working it out or passed it?)
163      Branch: perlio
164            ! installperl
165 ____________________________________________________________________________
166 [  9454] By: nick                                  on 2001/03/29  20:56:12
167         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
168              and we don't get undef warnings.
169      Branch: perlio
170            ! ext/Encode/Encode.xs
171 ____________________________________________________________________________
172 [  9453] By: nick                                  on 2001/03/29  17:58:48
173         Log: Integrate mainline
174      Branch: perlio
175           !> Changes patchlevel.h
176 ____________________________________________________________________________
177 [  9452] By: jhi                                   on 2001/03/29  16:44:55
178         Log: Update Changes.
179      Branch: perl
180            ! Changes patchlevel.h
181 ____________________________________________________________________________
182 [  9451] By: nick                                  on 2001/03/29  16:31:38
183         Log: Integrate mainline
184      Branch: perlio
185           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
186           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
187           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
188           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
189           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
190 ____________________________________________________________________________
191 [  9450] By: jhi                                   on 2001/03/29  16:29:17
192         Log: Integrate perlio.
193      Branch: perl
194           !> win32/buildext.pl
195 ____________________________________________________________________________
196 [  9449] By: jhi                                   on 2001/03/29  15:50:01
197         Log: Update Changes.
198      Branch: perl
199            ! Changes patchlevel.h
200 ____________________________________________________________________________
201 [  9448] By: nick                                  on 2001/03/29  15:47:15
202         Log: Make sure buildext.pl finds Errno.pm
203      Branch: perlio
204            ! win32/buildext.pl
205 ____________________________________________________________________________
206 [  9447] By: jhi                                   on 2001/03/29  15:39:34
207         Log: Integrate perlio.
208      Branch: perl
209           !> win32/makefile.mk
210 ____________________________________________________________________________
211 [  9446] By: nick                                  on 2001/03/29  15:30:03
212         Log: Integrate win32/makefile.mk with mainline.
213      Branch: perlio
214           !> win32/makefile.mk
215 ____________________________________________________________________________
216 [  9445] By: nick                                  on 2001/03/29  15:27:32
217         Log: Fix breakage ... 
218      Branch: perlio
219            ! win32/makefile.mk
220 ____________________________________________________________________________
221 [  9444] By: jhi                                   on 2001/03/29  15:03:08
222         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
223              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
224              Date: Thu, 29 Mar 2001 10:32:59 +0400
225              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
226      Branch: perl
227            ! win32/makefile.mk
228 ____________________________________________________________________________
229 [  9443] By: jhi                                   on 2001/03/29  15:02:12
230         Log: Integrate perlio.
231      Branch: perl
232           +> win32/buildext.pl
233           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
234           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
235 ____________________________________________________________________________
236 [  9442] By: nick                                  on 2001/03/29  14:59:11
237         Log: Work in progress - determine win32 extensions to build via script.
238      Branch: perlio
239            + win32/buildext.pl
240            ! MANIFEST win32/makefile.mk
241 ____________________________________________________________________________
242 [  9441] By: jhi                                   on 2001/03/29  14:51:47
243         Log: Reintroduce the use of external pwd.
244      Branch: perl
245            ! t/lib/cwd.t
246 ____________________________________________________________________________
247 [  9440] By: jhi                                   on 2001/03/29  14:42:58
248         Log: use warnings instead of -w.
249      Branch: perl
250            ! utils/h2xs.PL
251 ____________________________________________________________________________
252 [  9439] By: jhi                                   on 2001/03/29  14:41:52
253         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
254              From: Jonathan Stowe <gellyfish@gellyfish.com>
255              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
256              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
257      Branch: perl
258            ! utils/h2xs.PL
259 ____________________________________________________________________________
260 [  9438] By: jhi                                   on 2001/03/29  14:39:38
261         Log: Subject: [PATCH perl@9424] minor pod nits
262              From: Robin Barker <rmb1@cise.npl.co.uk>
263              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
264              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
265      Branch: perl
266            ! pod/perlhack.pod pod/perliol.pod
267 ____________________________________________________________________________
268 [  9437] By: jhi                                   on 2001/03/29  14:29:16
269         Log: Subject: [PATCH perl@9424] typemap cast warning
270              From: Robin Barker <rmb1@cise.npl.co.uk>
271              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
272              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
273      Branch: perl
274            ! lib/ExtUtils/typemap
275 ____________________________________________________________________________
276 [  9436] By: jhi                                   on 2001/03/29  14:26:03
277         Log: Subject: [PATCH perl@9424] printf warning
278              From: Robin Barker <rmb1@cise.npl.co.uk>
279              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
280              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
281      Branch: perl
282            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
283            ! ext/Storable/Storable.xs toke.c
284 ____________________________________________________________________________
285 [  9435] By: nick                                  on 2001/03/29  14:23:31
286         Log: Win32 has name conflict with ERROR
287      Branch: perlio
288            ! ext/PerlIO/Via/Via.xs
289 ____________________________________________________________________________
290 [  9434] By: jhi                                   on 2001/03/29  14:17:48
291         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
292              From: Peter Prymmer <pvhp@forte.com>
293              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
294              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
295      Branch: perl
296            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
297 ____________________________________________________________________________
298 [  9433] By: jhi                                   on 2001/03/29  13:52:44
299         Log: test-prep target was missing.
300      Branch: perl
301            ! Makefile.SH
302 ____________________________________________________________________________
303 [  9432] By: nick                                  on 2001/03/29  12:40:03
304         Log: Make as-shipped compiler default to MSVC6 
305      Branch: perlio
306            ! win32/makefile.mk
307 ____________________________________________________________________________
308 [  9431] By: nick                                  on 2001/03/29  12:12:16
309         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
310              akin to PerlIO::Scalar.
311      Branch: perlio
312            ! perlio.c perlio.h
313 ____________________________________________________________________________
314 [  9430] By: nick                                  on 2001/03/29  10:56:35
315         Log: Integrate mainline.
316      Branch: perlio
317           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
318           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
319           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
320           !> win32/makefile.mk win32/win32sck.c
321 ____________________________________________________________________________
322 [  9429] By: nick                                  on 2001/03/29  09:03:43
323         Log: Noticed that two tests were skipped as perlio:: package
324              isn't there any more. Changed the skip condition.
325              Avoid core-dump if sv_utf8_upgrade() called on something
326              that does not become SvPOK after SvPV() (e.g. a ref).
327      Branch: perlio
328            ! sv.c t/io/utf8.t t/lib/io_scalar.t
329 ____________________________________________________________________________
330 [  9428] By: jhi                                   on 2001/03/29  01:31:47
331         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
332              From: Benjamin Sugars <bsugars@canoe.ca> 
333              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
334              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
335      Branch: perl
336            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
337            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
338            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
339 ____________________________________________________________________________
340 [  9427] By: jhi                                   on 2001/03/29  00:49:30
341         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
342              From: "Vadim Konovalov" <watman@inbox.ru>
343              Date: Thu, 29 Mar 2001 01:50:12 +0400
344              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
345      Branch: perl
346            ! win32/makefile.mk win32/win32sck.c
347 ____________________________________________________________________________
348 [  9426] By: gsar                                  on 2001/03/29  00:28:04
349         Log: dmake can only handle == and != in comparisons; support building
350              with Borland's VCL libraries (from Vadim Konovalov)
351      Branch: maint-5.6/perl
352            ! win32/makefile.mk
353 ____________________________________________________________________________
354 [  9425] By: nick                                  on 2001/03/28  19:29:56
355         Log: Integrate (@snapshot)
356      Branch: perlio
357           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
358 ____________________________________________________________________________
359 [  9424] By: jhi                                   on 2001/03/28  19:03:16
360         Log: Update Changes.
361      Branch: perl
362            ! Changes patchlevel.h
363 ____________________________________________________________________________
364 [  9423] By: jhi                                   on 2001/03/28  18:52:09
365         Log: Rmdir lib/XS on cleanup.
366      Branch: perl
367            ! Makefile.SH
368 ____________________________________________________________________________
369 [  9422] By: jhi                                   on 2001/03/28  18:49:34
370         Log: Integrate perlio.
371      Branch: perl
372           !> t/op/utf8decode.t
373 ____________________________________________________________________________
374 [  9421] By: nick                                  on 2001/03/28  18:46:44
375         Log: Loose duplicate chunk.
376      Branch: perlio
377            ! t/op/utf8decode.t
378 ____________________________________________________________________________
379 [  9420] By: nick                                  on 2001/03/28  18:44:11
380         Log: Integrate mainline.
381      Branch: perlio
382           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
383           !> vms/vmsish.h
384 ____________________________________________________________________________
385 [  9419] By: jhi                                   on 2001/03/28  18:42:05
386         Log: Can't trust external pwds
387              (either shell builtins or external programs)
388      Branch: perl
389            ! t/lib/cwd.t
390 ____________________________________________________________________________
391 [  9418] By: jhi                                   on 2001/03/28  18:34:05
392         Log: Integrate perlio.
393      Branch: perl
394            - lib/perlio.pm
395           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
396           !> t/op/utf8decode.t
397 ____________________________________________________________________________
398 [  9417] By: nick                                  on 2001/03/28  18:24:02
399         Log: PerlIO.pm / perlio.pm conflict.
400              Update some pods.
401              Make t/op/utf8decode.t a text file.
402      Branch: perlio
403            - lib/perlio.pm
404            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
405            ! t/op/utf8decode.t
406 ____________________________________________________________________________
407 [  9416] By: jhi                                   on 2001/03/28  18:06:07
408         Log: Integrate change #9409 from mainline to maintperl.
409              
410              Yet another tweak on AIX dynaloading.
411      Branch: maint-5.6/perl
412           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
413 ____________________________________________________________________________
414 [  9415] By: gsar                                  on 2001/03/28  17:13:01
415         Log: integrate changes#9377,9385,9401 from mainline
416              
417              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
418              
419              If directory entries compare equal case-insensitively,
420              retry case-sensitively.
421              
422              Subject: [PATCH] B::Terse and warnings
423      Branch: maint-5.6/perl
424           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
425           !> t/pragma/warn/perl
426 ____________________________________________________________________________
427 [  9414] By: jhi                                   on 2001/03/28  17:11:12
428         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
429              From: "Craig A. Berry" <craigberry@mac.com>
430              Date: Wed, 28 Mar 2001 10:55:20 -0600
431              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
432      Branch: perl
433            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
434 ____________________________________________________________________________
435 [  9413] By: jhi                                   on 2001/03/28  17:03:12
436         Log: Dup hunk.
437      Branch: perl
438            ! t/op/utf8decode.t
439 ____________________________________________________________________________
440 [  9412] By: jhi                                   on 2001/03/28  17:02:36
441         Log: Forced integrate from perlio.
442      Branch: perl
443           !> t/op/utf8decode.t
444 ____________________________________________________________________________
445 [  9411] By: nick                                  on 2001/03/28  16:50:03
446         Log: Integrate mainline.
447      Branch: perlio
448           +> t/lib/cwd.t
449           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
450           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
451           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
452           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
453           !> t/pragma/warn/perl
454 ____________________________________________________________________________
455 [  9410] By: jhi                                   on 2001/03/28  16:44:23
456         Log: Subject: Re: [PATCH] 9403 cannot be tested
457              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
458              Date: Wed, 28 Mar 2001 18:33:56 +0200
459              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
460      Branch: perl
461            ! makedef.pl
462 ____________________________________________________________________________
463 [  9409] By: jhi                                   on 2001/03/28  16:12:45
464         Log: Yet another tweak on AIX dynaloading.
465      Branch: perl
466            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
467 ____________________________________________________________________________
468 [  9408] By: jhi                                   on 2001/03/28  15:52:55
469         Log: Subject: [PATCH] 9403 cannot be tested
470              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
471              Date: Wed, 28 Mar 2001 17:23:00 +0200
472              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
473              
474              A missing symbol.
475      Branch: perl
476            ! makedef.pl
477 ____________________________________________________________________________
478 [  9407] By: jhi                                   on 2001/03/28  15:47:43
479         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
480      Branch: perl
481            ! t/op/utf8decode.t
482           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
483           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
484 ____________________________________________________________________________
485 [  9406] By: jhi                                   on 2001/03/28  15:37:08
486         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
487              From: Benjamin Sugars <bsugars@canoe.ca> 
488              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
489              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
490      Branch: perl
491            + t/lib/cwd.t
492            ! MANIFEST
493 ____________________________________________________________________________
494 [  9405] By: jhi                                   on 2001/03/28  15:13:18
495         Log: pp_ne() needs a CORRECT boolean.
496      Branch: perl
497            ! pp.c
498 ____________________________________________________________________________
499 [  9404] By: jhi                                   on 2001/03/28  15:09:23
500         Log: pp_ne() needs a boolean, not an integer.
501      Branch: perl
502            ! pp.c
503 ____________________________________________________________________________
504 [  9403] By: jhi                                   on 2001/03/28  14:47:43
505         Log: (Retracted by #9404.)
506      Branch: perl
507            ! pp.c
508 ____________________________________________________________________________
509 [  9402] By: jhi                                   on 2001/03/28  14:43:59
510         Log: Subject: Re: [PATCH] Typemap testing
511              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
512              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
513              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
514      Branch: perl
515            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
516            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
517 ____________________________________________________________________________
518 [  9401] By: jhi                                   on 2001/03/28  14:42:14
519         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
520              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
521              Date: Sun, 25 Mar 2001 21:59:15 +0100
522              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
523              
524              A variable will be checked for the "use once" warnings if:
525              
526              1. It is in the scope of a use warnings 'once'
527              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
528              
529              Otherwise it won't be checked at all.
530              
531              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
532              
533              The enclosed patch partially fixes this issue. What I didn't
534              get to work was the case where the "used once" warning is enabled
535              in any file other than the main file.
536      Branch: perl
537            ! gv.c t/pragma/warn/perl
538 ____________________________________________________________________________
539 [  9400] By: nick                                  on 2001/03/28  14:38:24
540         Log: More EBCDIC tweaks:
541              - one more swash issue &~(0xA0-1) did not do the right thing,
542              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
543              - add "use re 'asciirange'" to make [!-~] etc. work
544              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
545              - Choose a key for t/op/each.t test which gets encoded.
546              - Skip utf8decode if this is UTF-EBCDIC.
547      Branch: perlio
548            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
549            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
550 ____________________________________________________________________________
551 [  9399] By: jhi                                   on 2001/03/28  14:21:00
552         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
553              Andreas Schwab.
554      Branch: perl
555            ! pp.c
556 ____________________________________________________________________________
557 [  9398] By: jhi                                   on 2001/03/28  00:55:56
558         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
559              From: David Dyck <dcd@tc.fluke.com>
560              Date: Tue, 27 Mar 2001 15:16:24 -0800
561              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
562      Branch: perl
563            ! ext/IO/lib/IO/Socket.pm
564 ____________________________________________________________________________
565 [  9397] By: jhi                                   on 2001/03/27  21:52:49
566         Log: Integrate perlio.
567      Branch: perl
568           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
569           +> ext/PerlIO/Via/Via.xs
570           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
571 ____________________________________________________________________________
572 [  9396] By: nick                                  on 2001/03/27  21:45:13
573         Log: Integrate mainline.
574      Branch: perlio
575           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
576           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
577 ____________________________________________________________________________
578 [  9395] By: nick                                  on 2001/03/27  21:18:58
579         Log: Outline docs for PerlIO and PerlIO::Scalar
580      Branch: perlio
581            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
582 ____________________________________________________________________________
583 [  9394] By: nick                                  on 2001/03/27  20:50:13
584         Log: PerlIO::Via layer (alpha-ish).
585      Branch: perlio
586            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
587            + ext/PerlIO/Via/Via.xs
588            ! MANIFEST
589 ____________________________________________________________________________
590 [  9393] By: jhi                                   on 2001/03/27  20:49:55
591         Log: Retract #9329 now that 9390 should take care of the matter.
592      Branch: perl
593            ! utils/h2xs.PL
594 ____________________________________________________________________________
595 [  9390] By: jhi                                   on 2001/03/27  20:47:50
596         Log: Subject: Autoloading Errno.pm when %! is encountered
597              From: Robin Houston <robin@kitsite.com>
598              Date: Tue, 27 Mar 2001 20:57:11 +0100
599              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
600      Branch: perl
601            ! embed.h embed.pl gv.c proto.h t/op/magic.t
602 ____________________________________________________________________________
603 [  9389] By: jhi                                   on 2001/03/27  20:24:31
604         Log: Integrate perlio.
605      Branch: perl
606           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
607           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
608           !> utf8.c
609 ____________________________________________________________________________
610 [  9388] By: jhi                                   on 2001/03/27  20:21:38
611         Log: Better have a three-element array if one is going to assign
612              to the third element of that array. (from Tim Jenness)
613      Branch: perl
614            ! ext/XS/Typemap/Typemap.xs
615 ____________________________________________________________________________
616 [  9387] By: nick                                  on 2001/03/27  20:15:43
617         Log: Integrate mainline.
618      Branch: perlio
619           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
620           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
621           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
622           +> t/lib/xs-typemap.t
623           !> (integrate 34 files)
624 ____________________________________________________________________________
625 [  9386] By: jhi                                   on 2001/03/27  20:04:18
626         Log: Subject: Re: perl@9359 breaks HTML::Parser
627              From: Gisle Aas <gisle@ActiveState.com>
628              Date: 27 Mar 2001 11:30:24 -0800
629              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
630              
631              Clarify the UTF-8 issues of the API docs.
632              (Slightly reworded and expanded.)
633      Branch: perl
634            ! pod/perlapi.pod sv.c sv.h
635 ____________________________________________________________________________
636 [  9385] By: jhi                                   on 2001/03/27  19:44:25
637         Log: If directory entries compare equal case-insensitively,
638              retry case-sensitively.
639      Branch: perl
640            ! ext/File/Glob/bsd_glob.c
641 ____________________________________________________________________________
642 [  9384] By: nick                                  on 2001/03/27  19:38:50
643         Log: Various EBCDIC fixes:
644              - major revelation that swash code is encoding aware,
645              (or thought it was) - now it is ;-)
646              - With that out of the way fix a slab of tr/// cases.
647              - Fix Encode 'Unicode' to be true Unicode so tests pass.
648              - As anticipated Base64.xs needed tweaks.
649              - Until tr/// works right avoid old_encode64 in MIME tests.
650      Branch: perlio
651            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
652            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
653 ____________________________________________________________________________
654 [  9383] By: jhi                                   on 2001/03/27  18:34:41
655         Log: Add the std test suite BEGIN block.
656      Branch: perl
657            ! t/lib/xs-typemap.t
658 ____________________________________________________________________________
659 [  9382] By: jhi                                   on 2001/03/27  15:16:07
660         Log: Add debugging output to the test.
661      Branch: perl
662            ! t/lib/glob-basic.t
663 ____________________________________________________________________________
664 [  9381] By: jhi                                   on 2001/03/27  15:08:10
665         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
666      Branch: perl
667            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
668            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
669            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
670            + t/lib/xs-typemap.t
671            ! MANIFEST
672 ____________________________________________________________________________
673 [  9380] By: jhi                                   on 2001/03/27  14:48:34
674         Log: Subject: [PATCH] Typemap testing
675              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
676              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
677              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
678              
679              (The first part of the patch.)
680      Branch: perl
681            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
682 ____________________________________________________________________________
683 [  9379] By: jhi                                   on 2001/03/27  14:44:56
684         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
685              From: Benjamin Sugars <bsugars@canoe.ca> 
686              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
687              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
688      Branch: perl
689            ! t/lib/glob-basic.t
690 ____________________________________________________________________________
691 [  9378] By: jhi                                   on 2001/03/27  14:42:30
692         Log: Subject: [PATCH] perlvar nit
693              From: Simon Cozens <simon@netthink.co.uk>
694              Date: Tue, 27 Mar 2001 01:12:01 +0100
695              Message-ID: <20010327011201.A19179@netthink.co.uk>
696      Branch: perl
697            ! pod/perlvar.pod
698 ____________________________________________________________________________
699 [  9377] By: jhi                                   on 2001/03/27  14:36:26
700         Log: Subject: [PATCH] B::Terse and warnings
701              From: Benjamin Sugars <ben.sugars@home.com>
702              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
703              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
704      Branch: perl
705            ! ext/B/B.pm ext/B/B/Terse.pm
706 ____________________________________________________________________________
707 [  9376] By: jhi                                   on 2001/03/27  14:31:31
708         Log: Document sockatmark() some.
709      Branch: perl
710            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
711            ! pod/perltoc.pod
712 ____________________________________________________________________________
713 [  9375] By: jhi                                   on 2001/03/27  14:00:24
714         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
715              noted by Gisle and fixed by NI-S.
716      Branch: perl
717            ! sv.c
718 ____________________________________________________________________________
719 [  9374] By: jhi                                   on 2001/03/27  05:50:01
720         Log: Regen toc.
721      Branch: perl
722            ! pod/perltoc.pod
723 ____________________________________________________________________________
724 [  9373] By: jhi                                   on 2001/03/27  05:43:51
725         Log: Pixie documenting.
726      Branch: perl
727            ! Makefile.SH pod/perlhack.pod
728 ____________________________________________________________________________
729 [  9372] By: jhi                                   on 2001/03/27  05:29:34
730         Log: Metaconfig unit changes for #9371.
731      Branch: metaconfig
732            ! U/modified/myhostname.U
733      Branch: metaconfig/U/perl
734            + d_sockatmark.U
735            ! gccvers.U
736 ____________________________________________________________________________
737 [  9371] By: jhi                                   on 2001/03/27  05:29:07
738         Log: Add sockatmark() probing.
739      Branch: perl
740            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
741            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
742            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
743            ! vos/config.ga.h win32/config.bc win32/config.gc
744            ! win32/config.vc
745 ____________________________________________________________________________
746 [  9370] By: jhi                                   on 2001/03/26  22:01:18
747         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
748              Really need to benchmark this.
749      Branch: perl
750            ! pp.c
751 ____________________________________________________________________________
752 [  9369] By: nick                                  on 2001/03/26  21:59:30
753         Log: Integrate mainline.
754      Branch: perlio
755            ! ext/MIME/Base64/QuotedPrint.pm
756           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
757           !> patchlevel.h pod/perlhack.pod pp_sys.c
758 ____________________________________________________________________________
759 [  9368] By: jhi                                   on 2001/03/26  21:47:03
760         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
761              
762              TODO1: perlbench.
763              TODO2: le, lt, ge, gt?  Yech.
764      Branch: perl
765            ! pp.c
766 ____________________________________________________________________________
767 [  9367] By: jhi                                   on 2001/03/26  21:34:57
768         Log: Too much cut-and-paste in #9363.
769      Branch: perl
770            ! pp_sys.c
771 ____________________________________________________________________________
772 [  9366] By: jhi                                   on 2001/03/26  21:20:53
773         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
774              From: Andreas Schwab <schwab@suse.de>
775              Date: 26 Mar 2001 17:29:04 +0200
776              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
777              
778              (The patch for 5.6.0 or so, this is a guess for bleadperl)
779      Branch: perl
780            ! pp_hot.c
781 ____________________________________________________________________________
782 [  9365] By: jhi                                   on 2001/03/26  21:07:54
783         Log: Integrate perlio.
784      Branch: perl
785           !> perlio.c
786 ____________________________________________________________________________
787 [  9364] By: nick                                  on 2001/03/26  20:30:48
788         Log: REFCNT botch in layer name cache hash.
789      Branch: perlio
790            ! perlio.c
791 ____________________________________________________________________________
792 [  9363] By: jhi                                   on 2001/03/26  18:44:32
793         Log: Subject: [PATCH] socket() leaks file descriptors
794              From: Benjamin Sugars <bsugars@canoe.ca>
795              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
796              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
797              
798              Also sockpair() fixed similarly.
799      Branch: perl
800            ! pp_sys.c
801 ____________________________________________________________________________
802 [  9362] By: jhi                                   on 2001/03/26  18:37:52
803         Log: Integrate perlio.
804      Branch: perl
805           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
806 ____________________________________________________________________________
807 [  9361] By: nick                                  on 2001/03/26  17:32:06
808         Log: Implement flush of linebuffered streams on read of a tty.
809      Branch: perlio
810            ! perlio.c perliol.h
811 ____________________________________________________________________________
812 [  9360] By: nick                                  on 2001/03/26  17:12:32
813         Log: Memory tweaks and notes for OEMVS.
814      Branch: perlio
815            ! README.os390 miniperlmain.c t/op/pat.t
816 ____________________________________________________________________________
817 [  9359] By: jhi                                   on 2001/03/26  02:12:54
818         Log: Update Changes.
819      Branch: perl
820            ! Changes patchlevel.h
821 ____________________________________________________________________________
822 [  9358] By: jhi                                   on 2001/03/26  02:05:32
823         Log: Document the most common pixie options.
824      Branch: perl
825            ! pod/perlhack.pod
826 ____________________________________________________________________________
827 [  9357] By: jhi                                   on 2001/03/26  01:25:28
828         Log: For perl.pixie check *before* compiling that optimize is -g,
829              as for perl.third.
830      Branch: perl
831            ! Makefile.SH
832 ____________________________________________________________________________
833 [  9356] By: jhi                                   on 2001/03/26  01:13:41
834         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
835      Branch: perl
836            ! Makefile.SH
837 ____________________________________________________________________________
838 [  9355] By: jhi                                   on 2001/03/26  01:11:19
839         Log: Remove t/perl.third.
840      Branch: perl
841            ! Makefile.SH
842 ____________________________________________________________________________
843 [  9354] By: jhi                                   on 2001/03/26  00:23:38
844         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
845              IO::Sockatmark().
846      Branch: perl
847            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
848 ____________________________________________________________________________
849 [  9353] By: jhi                                   on 2001/03/25  22:25:04
850         Log: Integrate perlio.
851      Branch: perl
852           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
853           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
854           !> pp_hot.c win32/makefile.mk
855 ____________________________________________________________________________
856 [  9352] By: jhi                                   on 2001/03/25  22:21:41
857         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
858              From: Radu Greab <radu@netsoft.ro>
859              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
860              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
861      Branch: perl
862            ! pp_sys.c
863 ____________________________________________________________________________
864 [  9351] By: nick                                  on 2001/03/25  22:15:02
865         Log: Fix readline in list mode to tell rest of world that it has
866              things on the stack. Otherwise if perl code gets invoked
867              underneath it it scribbles over results-so-far.
868              (Why TIEHANDLE has not tripped on this is a mystery.)
869      Branch: perlio
870            ! pp_hot.c
871 ____________________________________________________________________________
872 [  9350] By: nick                                  on 2001/03/25  22:10:13
873         Log: win32/makefile.mk typos
874      Branch: perlio
875            ! win32/makefile.mk
876 ____________________________________________________________________________
877 [  9349] By: nick                                  on 2001/03/25  21:31:14
878         Log: Integrate now-non-binary file.
879      Branch: perlio
880           !> t/lib/mimeqp.t
881 ____________________________________________________________________________
882 [  9348] By: nick                                  on 2001/03/25  21:27:24
883         Log: Make it text
884      Branch: perlio
885            ! t/lib/mimeqp.t
886 ____________________________________________________________________________
887 [  9347] By: nick                                  on 2001/03/25  21:25:37
888         Log: Integrate mainline.
889      Branch: perlio
890           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
891           !> lib/Term/ReadLine.pm t/lib/md5-file.t
892 ____________________________________________________________________________
893 [  9346] By: nick                                  on 2001/03/25  20:58:15
894         Log: Add destruct time hook to PerlIO (for work-in-process implementing
895              layers in perl code. In such cases layers need to be popped before
896              we loose the ability to run perl code.)
897              Also back-out "PerlIO::object" hook - it isn't going to work like that...
898      Branch: perlio
899            ! perl.c perlio.c perlio.h perliol.h
900 ____________________________________________________________________________
901 [  9345] By: nick                                  on 2001/03/25  20:49:11
902         Log: Avoid at leasy one of undefined warnings in Encode.
903      Branch: perlio
904            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
905 ____________________________________________________________________________
906 [  9344] By: jhi                                   on 2001/03/25  20:37:43
907         Log: A workaround for using Term::ReadLine in emacs minibuffer
908              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
909              additional tweaks from Ilya Zakharevich.
910      Branch: perl
911            ! lib/Term/ReadLine.pm
912 ____________________________________________________________________________
913 [  9343] By: nick                                  on 2001/03/25  20:21:14
914         Log: Missing return value.
915      Branch: perlio
916            ! ext/PerlIO/Scalar/Scalar.xs
917 ____________________________________________________________________________
918 [  9342] By: jhi                                   on 2001/03/25  16:21:00
919         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
920              to equal the CPAN versions since no code changes have been made.
921      Branch: perl
922            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
923            ! t/lib/md5-file.t
924 ____________________________________________________________________________
925 [  9341] By: jhi                                   on 2001/03/25  16:01:48
926         Log: Escape 8-bit characters.
927      Branch: perl
928            ! t/lib/mimeqp.t
929 ____________________________________________________________________________
930 [  9340] By: gsar                                  on 2001/03/25  15:50:53
931         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
932              chars)
933      Branch: perl
934            + t/lib/mimeqp.t
935 ____________________________________________________________________________
936 [  9339] By: gsar                                  on 2001/03/25  15:48:50
937         Log: delete mimeqp.t for later with text mode set
938      Branch: perl
939            - t/lib/mimeqp.t
940 ____________________________________________________________________________
941 [  9338] By: nick                                  on 2001/03/25  09:01:57
942         Log: Integrate mainline.
943      Branch: perlio
944           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
945           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
946           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
947           +> t/lib/mimeb64u.t t/lib/mimeqp.t
948           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
949           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
950           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
951 ____________________________________________________________________________
952 [  9337] By: jhi                                   on 2001/03/25  04:23:24
953         Log: Add MIME::Base64 here and there.  Again, a lot of
954              optimism is in the air.
955      Branch: perl
956            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
957            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
958 ____________________________________________________________________________
959 [  9336] By: jhi                                   on 2001/03/25  04:12:43
960         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
961              this by ear as I do not do Win32 programming.)
962      Branch: perl
963            ! win32/Makefile win32/makefile.mk
964 ____________________________________________________________________________
965 [  9335] By: jhi                                   on 2001/03/25  04:03:50
966         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
967      Branch: perl
968            ! t/lib/md5-file.t
969 ____________________________________________________________________________
970 [  9334] By: jhi                                   on 2001/03/25  03:58:53
971         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
972      Branch: perl
973            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
974            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
975            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
976            + t/lib/mimeb64u.t t/lib/mimeqp.t
977            ! MANIFEST
978 ____________________________________________________________________________
979 [  9333] By: jhi                                   on 2001/03/24  20:14:37
980         Log: Integrate perlio.
981      Branch: perl
982           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
983 ____________________________________________________________________________
984 [  9332] By: nick                                  on 2001/03/24  19:40:34
985         Log: Fix un-init variable leading to spurious "Out of Memory!"
986      Branch: perlio
987            ! doio.c
988 ____________________________________________________________________________
989 [  9331] By: nick                                  on 2001/03/24  19:09:59
990         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
991              and update layers internals doc.
992      Branch: perlio
993            ! pod/perlfunc.pod pod/perliol.pod
994 ____________________________________________________________________________
995 [  9330] By: jhi                                   on 2001/03/24  18:42:11
996         Log: The length might be uninitialized garbage if the *svp is the undef.
997      Branch: perl
998            ! doio.c
999 ____________________________________________________________________________
1000 [  9329] By: jhi                                   on 2001/03/24  18:26:57
1001         Log: (Retracted by #9393)
1002
1003              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
1004              From: Simon Cozens <simon@netthink.co.uk>
1005              Date: Sat, 24 Mar 2001 17:13:17 +0000
1006              Message-ID: <20010324171317.A13406@netthink.co.uk>
1007      Branch: perl
1008            ! utils/h2xs.PL
1009 ____________________________________________________________________________
1010 [  9328] By: nick                                  on 2001/03/24  17:22:02
1011         Log: Integrate mainline.
1012      Branch: perlio
1013           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
1014           !> lib/unicode/version
1015 ____________________________________________________________________________
1016 [  9327] By: nick                                  on 2001/03/24  17:16:02
1017         Log: Integrate mainline.
1018      Branch: perlio
1019           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1020           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
1021           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
1022           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
1023           +> t/lib/md5-file.t
1024           !> MANIFEST Makefile.SH configure.com djgpp/config.over
1025           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
1026           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
1027           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
1028           !> win32/makefile.mk
1029 ____________________________________________________________________________
1030 [  9326] By: jhi                                   on 2001/03/24  17:00:42
1031         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
1032      Branch: perl
1033            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
1034            ! lib/unicode/version
1035 ____________________________________________________________________________
1036 [  9325] By: jhi                                   on 2001/03/24  16:22:33
1037         Log: Subject: Re: B::Deparse bug (5.6.0)
1038              From: Robin Houston <robin@kitsite.com>
1039              Date: Sat, 24 Mar 2001 14:33:09 +0000
1040              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
1041      Branch: perl
1042            ! op.c pp.c t/lib/b.t t/op/repeat.t
1043 ____________________________________________________________________________
1044 [  9324] By: jhi                                   on 2001/03/24  16:21:56
1045         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
1046              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
1047              these additions may be too optimistic.
1048      Branch: perl
1049            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
1050            ! hints/uwin.sh hints/vmesa.sh
1051 ____________________________________________________________________________
1052 [  9323] By: jhi                                   on 2001/03/24  16:06:01
1053         Log: Integrate perlio.
1054      Branch: perl
1055           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
1056           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
1057            ! Makefile.SH
1058           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
1059           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
1060           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
1061           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1062           !> win32/makefile.mk win32/perlhost.h win32/win32.c
1063           !> win32/win32iop.h
1064 ____________________________________________________________________________
1065 [  9322] By: nick                                  on 2001/03/24  14:39:12
1066         Log: Routine Win32 regen_config_h - no real changes.
1067      Branch: perlio
1068            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1069 ____________________________________________________________________________
1070 [  9321] By: nick                                  on 2001/03/24  14:31:49
1071         Log: PerlIO fixups for Win32:
1072              - provide win33_popenlist() - non-functional as yet.
1073              - avoid need for aTHX in PerlIO_debug calls - even if not 
1074              enabled args are still evaluated so Win32 has trouble during fork().
1075              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
1076              - Fixup makedef.pl for latest set of symbols.
1077      Branch: perlio
1078            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
1079            ! win32/perlhost.h win32/win32.c win32/win32iop.h
1080 ____________________________________________________________________________
1081 [  9320] By: nick                                  on 2001/03/24  14:26:58
1082         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
1083              was gibberish - broke it on WIn32 at least.
1084      Branch: perlio
1085            ! ext/POSIX/POSIX.xs
1086 ____________________________________________________________________________
1087 [  9319] By: nick                                  on 2001/03/24  11:29:41
1088         Log: Generated files.
1089      Branch: perlio
1090            ! embed.h global.sym objXSUB.h perlapi.c proto.h
1091 ____________________________________________________________________________
1092 [  9318] By: nick                                  on 2001/03/24  10:29:37
1093         Log: Implement:
1094              1.  open($fh,"+<",undef);  # add test to t/io/open.t
1095              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
1096      Branch: perlio
1097            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
1098            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
1099            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
1100            ! t/io/open.t t/io/utf8.t
1101 ____________________________________________________________________________
1102 [  9317] By: jhi                                   on 2001/03/23  23:41:25
1103         Log: AIX does seems to have optimization problems with its C compilers.
1104      Branch: perl
1105            ! hints/aix.sh
1106 ____________________________________________________________________________
1107 [  9316] By: jhi                                   on 2001/03/23  23:40:46
1108         Log: Integrate perlio.
1109      Branch: perl
1110           +> lib/PerlIO.pm
1111           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
1112           !> perliol.h
1113 ____________________________________________________________________________
1114 [  9315] By: jhi                                   on 2001/03/23  22:16:30
1115         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
1116      Branch: perl
1117            ! t/lib/md5-file.t
1118 ____________________________________________________________________________
1119 [  9314] By: nick                                  on 2001/03/23  20:49:02
1120         Log: Perlio internals re-organized.
1121              - open process creates AV of layer/arg pairs
1122              (appends layers from open() or open.pm to default list).
1123              - push arg is now an SV.
1124              - layer ->Open get passed the AV
1125              - open is no longer mandatory method.
1126              - topmost layer that has ->Open method does the open
1127              - any layers above are pushed once that returns.
1128              - vtable re-ordered so dummy layers need only provide push/pop methods.
1129      Branch: perlio
1130            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
1131 ____________________________________________________________________________
1132 [  9313] By: nick                                  on 2001/03/23  16:27:41
1133         Log: Check in a stable (working) version before next round of tweaks.
1134              Changes include:
1135              - Move default layers code out of doio.c and into perlio.c
1136              - Single routine for parsing layer specification strings.
1137              - Skeleton support for demand loading of layers
1138              - Core-dump avoidance if PERLIO environment specifies loadable layer
1139              (does not _work_ as need IO to load and need load to do IO ...)
1140      Branch: perlio
1141            + lib/PerlIO.pm
1142            ! MANIFEST doio.c perlio.c
1143 ____________________________________________________________________________
1144 [  9312] By: gsar                                  on 2001/03/23  16:25:25
1145         Log: add execute bit to files with shebang lines in the repository;
1146              avoid clobbering execute bit in Porting/makerel 
1147      Branch: maint-5.6/perl
1148            ! (edit 144 files)
1149 ____________________________________________________________________________
1150 [  9311] By: jhi                                   on 2001/03/23  14:25:35
1151         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
1152      Branch: perl
1153            ! MANIFEST
1154 ____________________________________________________________________________
1155 [  9310] By: jhi                                   on 2001/03/23  13:45:04
1156         Log: Subject: [PATCH] Net::Ping
1157              From: Colin McMillen <mcmi0037@tc.umn.edu>
1158              Date: Thu, 22 Mar 2001 19:30:31 -0600
1159              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
1160      Branch: perl
1161            ! lib/Net/Ping.pm
1162 ____________________________________________________________________________
1163 [  9309] By: jhi                                   on 2001/03/23  13:39:13
1164         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
1165      Branch: perl
1166            ! t/lib/md5-aaa.t t/lib/md5-file.t
1167 ____________________________________________________________________________
1168 [  9308] By: jhi                                   on 2001/03/23  13:20:34
1169         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
1170              - bump the version to 2.14
1171              - drop the base64 tests since they require MIME::Base64
1172              - drop the rfc1321.txt
1173              - drop the hints/dec_osf.pl since it's only needed for
1174              pre-5.005_03 Perls
1175              Todo:
1176              - the U32 alignment testing is now removed; it needs to
1177              be reintroduced as as a Config variable (meaning also
1178              as a Configure test)
1179              - get the new EBCDIC md5sum for MD5.pm
1180              - test in Win32 to see how badly I botched the makefiles
1181      Branch: perl
1182            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1183            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
1184            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
1185            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
1186            + t/lib/md5-file.t
1187            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
1188            ! win32/Makefile win32/makefile.mk
1189 ____________________________________________________________________________
1190 [  9307] By: jhi                                   on 2001/03/23  12:56:14
1191         Log: Integrate change #9306 from maintperl into mainline,
1192              AIX dynaloader for AIXes without <load.h>.
1193      Branch: perl
1194           !> ext/DynaLoader/hints/aix.pl
1195 ____________________________________________________________________________
1196 [  9306] By: jhi                                   on 2001/03/23  12:51:36
1197         Log: There are AIXes without /usr/include/load.h,
1198              patch from H.Merijn Brand.
1199      Branch: maint-5.6/perl
1200            ! ext/DynaLoader/hints/aix.pl
1201 ____________________________________________________________________________
1202 [  9305] By: nick                                  on 2001/03/23  11:00:42
1203         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
1204      Branch: perlio
1205            ! ext/Encode/Encode.xs perlio.c perlio.h
1206 ____________________________________________________________________________
1207 [  9304] By: nick                                  on 2001/03/23  10:20:46
1208         Log: Render -Duseperlio functional again.
1209              - this is "quick fix" which calls PerlIO_apply_layers after opening,
1210              which is what old scheme did. New scheme needs to change that
1211              to make open(...,\$scalar) etc. work but this will do for now.
1212      Branch: perlio
1213            ! perlio.c
1214 ____________________________________________________________________________
1215 [  9303] By: nick                                  on 2001/03/23  09:53:20
1216         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
1217              -Uuseperlio now works again.
1218              -Duseperlio is still poorly. Don't merge yet...
1219      Branch: perlio
1220            ! doio.c perlio.h
1221 ____________________________________________________________________________
1222 [  9302] By: nick                                  on 2001/03/22  22:26:51
1223         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
1224              type code.
1225              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
1226              is its main caller. In particular now has access to "extra" args, and
1227              can tell when an open handle is "reopened" (or duped?).
1228              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
1229              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
1230              PerlIO_open() et. al. (i.e. other way round).
1231              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
1232              with args close to PerlIO_openn().
1233      Branch: perlio
1234            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
1235 ____________________________________________________________________________
1236 [  9301] By: jhi                                   on 2001/03/22  20:58:04
1237         Log: Integrate perlio.
1238      Branch: perl
1239           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
1240           !> t/io/open.t util.c
1241 ____________________________________________________________________________
1242 [  9300] By: nick                                  on 2001/03/22  17:36:32
1243         Log: Don't include $@ in not ok message.
1244      Branch: perlio
1245            ! t/io/open.t
1246 ____________________________________________________________________________
1247 [  9299] By: gsar                                  on 2001/03/22  16:53:45
1248         Log: back out changes#7532,7521 for now (appears to have problems
1249              on IRIX)
1250      Branch: maint-5.6/perl
1251            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1252            ! ext/POSIX/typemap pod/perlvar.pod
1253 ____________________________________________________________________________
1254 [  9298] By: nick                                  on 2001/03/22  14:35:46
1255         Log: Give a meaning to '&' in n-arg open case:
1256              open($fh,"<&",$scalar);
1257              $scalar can be:
1258              - an integer which does "fdopen"
1259              open($fh,"<&",2); # like open($fh,"<&2")
1260              - something that will yield a file handle via sv_2io()
1261              useful for dup'ing anonymous handles.
1262              e.g.:
1263              open(my $fh,"<&",\*STDIN);
1264              open(my $dup,"<&",$fh);
1265      Branch: perlio
1266            ! doio.c t/io/open.t
1267 ____________________________________________________________________________
1268 [  9297] By: nick                                  on 2001/03/22  13:34:35
1269         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
1270      Branch: perlio
1271            ! util.c
1272 ____________________________________________________________________________
1273 [  9296] By: nick                                  on 2001/03/22  12:51:20
1274         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
1275      Branch: perlio
1276            ! perl.c
1277 ____________________________________________________________________________
1278 [  9295] By: nick                                  on 2001/03/22  11:59:44
1279         Log: If stdin, stdout or stderr get opened in unexpected read/write state
1280              then warn at time of open not at time of use.
1281      Branch: perlio
1282            ! doio.c pp_hot.c pp_sys.c
1283 ____________________________________________________________________________
1284 [  9294] By: nick                                  on 2001/03/22  10:54:35
1285         Log: Die on n-arg open(...,"",xxx,yyy,...)
1286              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
1287              - die on read/write cases so we can decide what it means later.
1288      Branch: perlio
1289            ! doio.c embed.pl iperlsys.h util.c
1290 ____________________________________________________________________________
1291 [  9293] By: nick                                  on 2001/03/22  09:02:45
1292         Log: perlio tweaks (reported by Nick Clark)
1293              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
1294              error check in Pendinf_read().
1295      Branch: perlio
1296            ! perlio.c
1297 ____________________________________________________________________________
1298 [  9292] By: gsar                                  on 2001/03/22  07:12:00
1299         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
1300              fixes)
1301      Branch: maint-5.6/perl
1302           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
1303 ____________________________________________________________________________
1304 [  9291] By: jhi                                   on 2001/03/22  06:06:44
1305         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
1306      Branch: perl
1307            ! t/op/re_tests
1308 ____________________________________________________________________________
1309 [  9290] By: jhi                                   on 2001/03/22  05:57:01
1310         Log: Move MacOS Classic higher in the list of supported platforms.
1311      Branch: maint-5.6/perl
1312            ! pod/perlport.pod
1313 ____________________________________________________________________________
1314 [  9289] By: gsar                                  on 2001/03/22  05:35:04
1315         Log: revert part of change#6438 for compatibility (av_reify()
1316              appears to be needed to implement av_splice()ish things
1317              in XS)
1318      Branch: maint-5.6/perl
1319            ! embed.pl global.sym objXSUB.h perlapi.c
1320 ____________________________________________________________________________
1321 [  9288] By: gsar                                  on 2001/03/22  03:09:19
1322         Log: update copyright year
1323      Branch: maint-5.6/perl
1324            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
1325            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
1326            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
1327            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
1328            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
1329            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
1330            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
1331            ! x2p/walk.c
1332 ____________________________________________________________________________
1333 [  9287] By: jhi                                   on 2001/03/21  20:30:54
1334         Log: Integrate perlio.
1335      Branch: perl
1336           !> ext/Data/Dumper/Dumper.xs
1337 ____________________________________________________________________________
1338 [  9286] By: gsar                                  on 2001/03/21  19:49:54
1339         Log: makefile.mk tweak
1340      Branch: maint-5.6/perl
1341            ! win32/Makefile win32/makefile.mk
1342 ____________________________________________________________________________
1343 [  9285] By: nick                                  on 2001/03/21  19:07:13
1344         Log: Multiplicity fix for Dumper.
1345      Branch: perlio
1346            ! ext/Data/Dumper/Dumper.xs
1347 ____________________________________________________________________________
1348 [  9284] By: nick                                  on 2001/03/21  19:01:07
1349         Log: Integrate mainline - (does not build xTHX issue in Dumper).
1350      Branch: perlio
1351           !> (integrate 27 files)
1352 ____________________________________________________________________________
1353 [  9283] By: jhi                                   on 2001/03/21  17:17:35
1354         Log: Integrate change #9282 from mainline into maintperl,
1355              4-arg UTF-8 substr().
1356      Branch: maint-5.6/perl
1357           !> pp.c
1358 ____________________________________________________________________________
1359 [  9282] By: jhi                                   on 2001/03/21  17:15:43
1360         Log: The #9270 would have leaked a scalar if pp_substr()
1361              returned early.
1362      Branch: perl
1363            ! pp.c
1364 ____________________________________________________________________________
1365 [  9281] By: gsar                                  on 2001/03/21  17:03:14
1366         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
1367      Branch: maint-5.6/perl
1368            ! win32/makefile.mk
1369 ____________________________________________________________________________
1370 [  9280] By: gsar                                  on 2001/03/21  17:01:20
1371         Log: some tweaks to change#9278 (fork() emulation should be enabled
1372              by setting BUILD_FLAVOR instead of changing the defaults)
1373      Branch: maint-5.6/perl
1374            ! win32/makefile.mk
1375 ____________________________________________________________________________
1376 [  9279] By: gsar                                  on 2001/03/21  16:47:19
1377         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
1378      Branch: maint-5.6/perl
1379            ! ext/File/Glob/Glob.pm
1380           !> lib/Cwd.pm
1381 ____________________________________________________________________________
1382 [  9278] By: jhi                                   on 2001/03/21  14:35:10
1383         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
1384              From: "Vadim Konovalov" <watman@inbox.ru>
1385              Date: Wed, 21 Mar 2001 01:53:51 +0300
1386              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
1387      Branch: maint-5.6/perl
1388            ! win32/makefile.mk win32/win32sck.c
1389 ____________________________________________________________________________
1390 [  9277] By: jhi                                   on 2001/03/21  13:58:28
1391         Log: Integrate change #9270 from mainline to maintperl:
1392              continued 4-arg UTF-8 substr() fixing.
1393      Branch: maint-5.6/perl
1394           !> pp.c t/op/substr.t
1395 ____________________________________________________________________________
1396 [  9276] By: jhi                                   on 2001/03/21  13:33:00
1397         Log: More pixie cleaning.
1398      Branch: perl
1399            ! Makefile.SH
1400 ____________________________________________________________________________
1401 [  9275] By: jhi                                   on 2001/03/21  03:54:17
1402         Log: Update Changes.
1403      Branch: perl
1404            ! Changes patchlevel.h
1405 ____________________________________________________________________________
1406 [  9274] By: jhi                                   on 2001/03/21  03:48:24
1407         Log: First stab at making Data::Dumper to grok Unicode.
1408              
1409              TODO: tests, EBCDICify.
1410      Branch: perl
1411            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
1412 ____________________________________________________________________________
1413 [  9273] By: jhi                                   on 2001/03/21  02:23:00
1414         Log: Fix for
1415              
1416              Subject: Memory leak in unquoted print   
1417              From: Benjamin Sugars <bsugars@canoe.ca> 
1418              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
1419              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
1420      Branch: perl
1421            ! perlio.c
1422 ____________________________________________________________________________
1423 [  9272] By: jhi                                   on 2001/03/21  01:33:17
1424         Log: Subject: Re: [PATCH] POSIX::getcwd()
1425              From: Benjamin Sugars <bsugars@canoe.ca> 
1426              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
1427              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
1428      Branch: perl
1429            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
1430 ____________________________________________________________________________
1431 [  9271] By: jhi                                   on 2001/03/21  01:22:52
1432         Log: Subject: [PATCH] Cwd.pm docs
1433              From: Benjamin Sugars <bsugars@canoe.ca>
1434              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
1435              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
1436      Branch: perl
1437            ! lib/Cwd.pm
1438 ____________________________________________________________________________
1439 [  9270] By: jhi                                   on 2001/03/21  01:16:29
1440         Log: Continue 4-arg substr() UTF-8 fixage.
1441      Branch: perl
1442            ! pp.c t/op/substr.t
1443 ____________________________________________________________________________
1444 [  9269] By: jhi                                   on 2001/03/21  00:46:14
1445         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
1446              
1447              revert the leak fix in change#9142 (problem needs a more experimental
1448              fix unsuitable for 5.6.1)
1449              
1450              do alphabetical sorting by default (for csh compatibility)
1451              
1452              cut-n-paste goof in change#9264
1453              
1454              VMS piping fixes (from Charles Lane)
1455      Branch: perl
1456           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
1457           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
1458           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
1459 ____________________________________________________________________________
1460 [  9268] By: jhi                                   on 2001/03/21  00:37:04
1461         Log: Integrate perlio.
1462      Branch: perl
1463           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
1464           !> utf8.c utf8.h utfebcdic.h
1465 ____________________________________________________________________________
1466 [  9267] By: nick                                  on 2001/03/20  20:04:39
1467         Log: More EBCDIC stuff:
1468              - Loose the extra level of function on ASCII.
1469              - spotted a chr(0) issue in sv.c
1470              - re-work of UTF-X tr/// ranges to work in Unicode
1471              space. Still issues with the "0xff is illegal UTF-8" hack.
1472              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
1473              (why do it once when you can do it all over the place :-(
1474              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
1475              need utf8.pm for swashes.
1476              - Simplified and commented scan_const() in toke.c
1477              Still something wrong regexp and tr (swashes?).
1478      Branch: perlio
1479            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
1480            ! utf8.c utf8.h utfebcdic.h
1481 ____________________________________________________________________________
1482 [  9266] By: gsar                                  on 2001/03/20  19:16:43
1483         Log: VMS piping fixes (from Charles Lane)
1484      Branch: maint-5.6/perl
1485            ! vms/vms.c vms/vmspipe.com
1486 ____________________________________________________________________________
1487 [  9265] By: gsar                                  on 2001/03/20  17:53:52
1488         Log: cut-n-paste goof in change#9264
1489      Branch: maint-5.6/perl
1490            ! ext/File/Glob/Glob.xs
1491 ____________________________________________________________________________
1492 [  9264] By: gsar                                  on 2001/03/20  17:43:47
1493         Log: do alphabetical sorting by default (for csh compatibility);
1494              bsd_glob() does ASCII sort by default as usual, unless
1495              GLOB_ALPHASORT was specified
1496      Branch: maint-5.6/perl
1497            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
1498            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
1499            ! ext/File/Glob/bsd_glob.h
1500 ____________________________________________________________________________
1501 [  9263] By: gsar                                  on 2001/03/20  16:40:08
1502         Log: integrate change#9255 from mainline (unicode fix)
1503              
1504              substr($bytestr, i, n, $charstr)
1505      Branch: maint-5.6/perl
1506           !> Todo-5.6 pp.c t/op/substr.t
1507 ____________________________________________________________________________
1508 [  9262] By: gsar                                  on 2001/03/20  15:57:41
1509         Log: revert the leak fix in change#9142 (problem needs a more experimental
1510              fix unsuitable for 5.6.1)
1511      Branch: maint-5.6/perl
1512            ! scope.c
1513 ____________________________________________________________________________
1514 [  9261] By: jhi                                   on 2001/03/20  14:26:25
1515         Log: Integrate changes #9259,9260 from maintperl into mainline.
1516              
1517              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
1518              
1519              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
1520      Branch: perl
1521           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
1522 ____________________________________________________________________________
1523 [  9260] By: jhi                                   on 2001/03/20  14:05:46
1524         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
1525              From: Robin Barker <rmb1@cise.npl.co.uk>
1526              Date: Tue, 20 Mar 2001 10:12:04 GMT
1527              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
1528      Branch: maint-5.6/perl
1529            ! run.c
1530 ____________________________________________________________________________
1531 [  9259] By: jhi                                   on 2001/03/20  14:04:39
1532         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
1533              From: Chris Nandor <pudge@pobox.com>
1534              Date: Tue, 20 Mar 2001 00:40:56 -0500
1535              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
1536      Branch: maint-5.6/perl
1537            ! ext/POSIX/POSIX.xs lib/File/Path.pm
1538 ____________________________________________________________________________
1539 [  9258] By: jhi                                   on 2001/03/20  05:09:34
1540         Log: Update Changes.
1541      Branch: perl
1542            ! Changes patchlevel.h
1543 ____________________________________________________________________________
1544 [  9257] By: jhi                                   on 2001/03/20  05:04:25
1545         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
1546      Branch: perl
1547            ! t/op/tr.t
1548 ____________________________________________________________________________
1549 [  9256] By: jhi                                   on 2001/03/20  04:43:12
1550         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
1551              From: Peter Prymmer <pvhp@forte.com>
1552              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
1553              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
1554      Branch: maint-5.6/perl
1555            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
1556 ____________________________________________________________________________
1557 [  9255] By: jhi                                   on 2001/03/19  23:17:17
1558         Log: substr($bytestr, i, n, $charstr)
1559
1560              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
1561      Branch: perl
1562            ! Todo-5.6 pp.c t/op/substr.t
1563 ____________________________________________________________________________
1564 [  9254] By: jhi                                   on 2001/03/19  22:25:09
1565         Log: Rearrange the make test target prerequisites so that
1566              in a parallel make 'all' is finished before 'test'.
1567      Branch: perl
1568            ! Makefile.SH
1569 ____________________________________________________________________________
1570 [  9253] By: jhi                                   on 2001/03/19  21:48:07
1571         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
1572              From: Robin Houston <robin@kitsite.com>
1573              Date: Mon, 19 Mar 2001 15:48:41 +0000
1574              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
1575      Branch: perl
1576            ! pp_ctl.c
1577 ____________________________________________________________________________
1578 [  9252] By: jhi                                   on 2001/03/19  21:42:27
1579         Log: Integrate perlio.
1580      Branch: perl
1581           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
1582           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
1583           !> utfebcdic.h vms/perly_c.vms
1584 ____________________________________________________________________________
1585 [  9251] By: jhi                                   on 2001/03/19  21:31:28
1586         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
1587              
1588              Dynaloading in 64-bit AIX with vac.
1589      Branch: perl
1590           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
1591           !> hints/aix.sh
1592 ____________________________________________________________________________
1593 [  9250] By: jhi                                   on 2001/03/19  21:18:00
1594         Log: A more robust solution for the 64bitall AIX dynaloading
1595              problem, from Jens-Uwe Mager.
1596      Branch: maint-5.6/perl
1597            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
1598 ____________________________________________________________________________
1599 [  9249] By: nick                                  on 2001/03/19  20:59:37
1600         Log: Integrate mainline.
1601      Branch: perlio
1602           !> (integrate 42 files)
1603 ____________________________________________________________________________
1604 [  9248] By: nick                                  on 2001/03/19  20:22:07
1605         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
1606              (Building on OS390 uses native YACC and YYDEBUG has other
1607              side effects.)
1608      Branch: perlio
1609            ! perly.c perly.y vms/perly_c.vms
1610 ____________________________________________________________________________
1611 [  9247] By: jhi                                   on 2001/03/19  19:59:53
1612         Log: 64-bit AIX dynaloading problem (see #9244) idea
1613              from Jens-Uwe Mager.
1614      Branch: maint-5.6/perl
1615            ! ext/DynaLoader/dl_aix.xs
1616 ____________________________________________________________________________
1617 [  9246] By: nick                                  on 2001/03/19  19:27:57
1618         Log: More EBCDIC fixes.
1619      Branch: perlio
1620            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
1621            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
1622 ____________________________________________________________________________
1623 [  9245] By: jhi                                   on 2001/03/19  19:05:19
1624         Log: Integrate change #9243 from mainline into maintperl.
1625              
1626              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
1627      Branch: maint-5.6/perl
1628           !> README.vmesa
1629 ____________________________________________________________________________
1630 [  9244] By: jhi                                   on 2001/03/19  19:03:15
1631         Log: Get 64bitall AIX building, but still does not test okay:
1632              dynaloading anything fails, for example for op/defins:
1633              Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
1634              (update: fixed by #9247,9250)
1635      Branch: maint-5.6/perl
1636            ! hints/aix.sh
1637 ____________________________________________________________________________
1638 [  9243] By: jhi                                   on 2001/03/19  19:00:16
1639         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
1640              From: Robin Barker <rmb1@cise.npl.co.uk>
1641              Date: Mon, 19 Mar 2001 18:01:57 GMT
1642              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
1643      Branch: perl
1644            ! README.vmesa
1645 ____________________________________________________________________________
1646 [  9242] By: jhi                                   on 2001/03/19  18:58:43
1647         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
1648              
1649              TODO: tests.
1650      Branch: perl
1651            ! doop.c op.c
1652 ____________________________________________________________________________
1653 [  9241] By: gsar                                  on 2001/03/19  17:34:46
1654         Log: VMSify tests (from Charles Lane)
1655      Branch: maint-5.6/perl
1656            ! t/lib/filehand.t t/lib/texttabs.t
1657 ____________________________________________________________________________
1658 [  9240] By: jhi                                   on 2001/03/19  14:24:26
1659         Log: Integrate change #9233 from maintperl into mainline.
1660              
1661              some refcounts were incorrect in perl_clone()
1662      Branch: perl
1663           !> sv.c
1664 ____________________________________________________________________________
1665 [  9239] By: gsar                                  on 2001/03/19  09:23:17
1666         Log: this is 5.6.1-trial3
1667      Branch: maint-5.6/perl
1668            ! Changes
1669 ____________________________________________________________________________
1670 [  9238] By: gsar                                  on 2001/03/19  08:47:04
1671         Log: some new symbols are only available under ithreads
1672      Branch: maint-5.6/perl
1673            ! makedef.pl
1674 ____________________________________________________________________________
1675 [  9237] By: gsar                                  on 2001/03/19  08:42:28
1676         Log: update patchlevel.h, Changes, &c.
1677      Branch: maint-5.6/perl
1678            ! Changes patchlevel.h pod/perlhist.pod
1679           !> AUTHORS
1680 ____________________________________________________________________________
1681 [  9236] By: gsar                                  on 2001/03/19  08:17:49
1682         Log: integrate changes#8068,8717 from mainline
1683              
1684              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
1685              
1686              [PATCH CPAN 1.59_51] warning message (not!)
1687      Branch: maint-5.6/perl
1688           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
1689           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
1690           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
1691           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
1692           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
1693 ____________________________________________________________________________
1694 [  9235] By: gsar                                  on 2001/03/19  08:07:09
1695         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
1696              
1697              [PATCH] Add missing CV flags to dump.c
1698              
1699              Re: [patch] Re: PL_ptr_table
1700              
1701              Fixup non-ithread build after 8713
1702              
1703              Generated files form 8713 etc.
1704              
1705              Correct the correction :-(
1706              
1707              Documenting coderef @INC (Re: CPAN "make this script work" feature)
1708              
1709              Subject: Re: sync sync sync: have I missed any patches?
1710              Replace djSP with dSP.
1711      Branch: maint-5.6/perl
1712           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
1713           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
1714           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
1715           !> sv.c sv.h win32/perlhost.h
1716 ____________________________________________________________________________
1717 [  9234] By: gsar                                  on 2001/03/19  07:22:05
1718         Log: revert the change#9090 integrate for now (change looks somewhat
1719              incomplete in that [ha]v_exists() need something similar; lacks
1720              tests; &c.)
1721      Branch: maint-5.6/perl
1722            ! hv.c
1723 ____________________________________________________________________________
1724 [  9233] By: gsar                                  on 2001/03/19  07:10:01
1725         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
1726              destruction when there are unreferenced scalars (SvREFCNT==0)
1727      Branch: maint-5.6/perl
1728            ! sv.c
1729 ____________________________________________________________________________
1730 [  9232] By: jhi                                   on 2001/03/19  05:11:02
1731         Log: Regen api and toc.
1732      Branch: maint-5.6/perl
1733            ! pod/perlapi.pod pod/perltoc.pod
1734 ____________________________________________________________________________
1735 [  9231] By: jhi                                   on 2001/03/19  04:06:03
1736         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
1737              add a lost line in pp.c:pp_chop(), update to new op/chop.
1738              
1739              Clarify the description differentiating for and while; inspired by
1740              
1741              Subject: [ID 20010306.004] || != named unary operator
1742              
1743              The $Is_MacOS needs to be declared.
1744      Branch: maint-5.6/perl
1745            ! pp.c t/op/chop.t
1746           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
1747 ____________________________________________________________________________
1748 [  9230] By: jhi                                   on 2001/03/19  03:48:16
1749         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
1750              9079,9083,9089,9090,9091 from mainline to maintperl.
1751              
1752              Quieten some noise in Win32 builds
1753              
1754              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
1755              
1756              The perlretut was still talking about the old \p and \P
1757              definitions.
1758              
1759              More tweakage on the Unicode character class descriptions.
1760              
1761              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
1762              
1763              Subject: 'no *POSIX' Patch speeding up make on BS2000 
1764              
1765              Subject: [PATCH] perldata.pod here-doc docs
1766              
1767              Add /sbin and /usr/sbin to the list of directories scanned
1768              for setuid programs.  Takes care of bug id 20010309.003.
1769              
1770              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
1771              
1772              In op/stat #35 better to scan all the potential directories
1773              for setuids, not just the first one.
1774      Branch: maint-5.6/perl
1775            ! Makefile.SH
1776           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
1777           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
1778           !> t/op/stat.t toke.c win32/win32.h
1779 ____________________________________________________________________________
1780 [  9229] By: jhi                                   on 2001/03/19  02:31:50
1781         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
1782              From: Chris Nandor <pudge@pobox.com>
1783              Date: Sat, 10 Mar 2001 14:22:19 -0500
1784              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
1785      Branch: maint-5.6/perl
1786            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
1787            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
1788            ! t/lib/b.t t/lib/errno.t
1789 ____________________________________________________________________________
1790 [  9228] By: jhi                                   on 2001/03/19  02:29:59
1791         Log: Integrate changes #9113,9122 from mainline into maintperl.
1792              
1793              Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
1794      Branch: maint-5.6/perl
1795           !> Configure README.os390 hints/os390.sh
1796 ____________________________________________________________________________
1797 [  9227] By: jhi                                   on 2001/03/19  02:22:35
1798         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
1799              into maintperl.
1800              
1801              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
1802              
1803              Forgot to check-in the larger part of #9120, duh.
1804              
1805              Subject: Another patch for integer.pm POD 
1806              
1807              h2ph strictness and cleanliness from Kurt Starsinic.
1808              
1809              Borland filename case problem.
1810              
1811              h2ph strictness and cleanliness from Kurt Starsinic.
1812              
1813              Subject: [PATCH] the uncontroversial doc patches
1814      Branch: maint-5.6/perl
1815           +> win32/sncfnmcs.pl
1816           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
1817           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
1818           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
1819           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
1820           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
1821           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
1822           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
1823 ____________________________________________________________________________
1824 [  9226] By: jhi                                   on 2001/03/19  02:10:21
1825         Log: Integrate changes #9207,9214 from mainline into maintperl.
1826              
1827              podchecker relaxations: =over has an *optional* number after it,
1828              and whitespace in L<> is okay.
1829      Branch: maint-5.6/perl
1830           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
1831           !> t/pod/poderrs.xr
1832 ____________________________________________________________________________
1833 [  9225] By: jhi                                   on 2001/03/19  02:07:38
1834         Log: Integrate change #9219 from maintperl into mainline.
1835              
1836              remove duplicated tests
1837      Branch: perl
1838           !> t/op/re_tests
1839 ____________________________________________________________________________
1840 [  9224] By: jhi                                   on 2001/03/19  02:06:11
1841         Log: Integrate change #9223 from mainline to maintperl.
1842              
1843              Document -Dmksymlinks.
1844      Branch: maint-5.6/perl
1845           !> INSTALL
1846 ____________________________________________________________________________
1847 [  9223] By: jhi                                   on 2001/03/19  02:01:25
1848         Log: Document -Dmksymlinks.
1849      Branch: perl
1850            ! INSTALL
1851 ____________________________________________________________________________
1852 [  9222] By: jhi                                   on 2001/03/19  01:15:35
1853         Log: The -Dmksymlinks wasn't working for maintperl.
1854      Branch: maint-5.6/perl
1855            ! Configure
1856 ____________________________________________________________________________
1857 [  9221] By: jhi                                   on 2001/03/19  00:49:43
1858         Log: Cleanup pixie residue.
1859      Branch: perl
1860            ! Makefile.SH
1861 ____________________________________________________________________________
1862 [  9220] By: jhi                                   on 2001/03/19  00:44:47
1863         Log: Document the use of pixie/prof; create make targets for it.
1864              
1865              TODO: make t/TEST pixie-aware.
1866      Branch: perl
1867            ! Makefile.SH pod/perlhack.pod
1868 ____________________________________________________________________________
1869 [  9219] By: gsar                                  on 2001/03/19  00:16:55
1870         Log: remove duplicated tests
1871      Branch: maint-5.6/perl
1872            ! t/op/re_tests
1873 ____________________________________________________________________________
1874 [  9218] By: jhi                                   on 2001/03/18  23:59:31
1875         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
1876      Branch: perl
1877            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
1878 ____________________________________________________________________________
1879 [  9217] By: jhi                                   on 2001/03/18  23:25:20
1880         Log: Rewrite the tests section of Makefile to be less redundant
1881              and to allow for more flexible test targets, many recursive
1882              make calls introduced.
1883      Branch: perl
1884            ! Makefile.SH
1885 ____________________________________________________________________________
1886 [  9216] By: jhi                                   on 2001/03/18  22:30:04
1887         Log: Document the use of Third Degree (sparsely).
1888      Branch: perl
1889            ! pod/perlhack.pod t/TEST
1890 ____________________________________________________________________________
1891 [  9215] By: jhi                                   on 2001/03/18  22:10:30
1892         Log: Make targets for testing with Third Degree.
1893      Branch: perl
1894            ! Makefile.SH
1895 ____________________________________________________________________________
1896 [  9214] By: jhi                                   on 2001/03/18  21:08:53
1897         Log: The podchecker relaxations need to mirrored also at the tests.
1898      Branch: perl
1899            ! t/pod/poderrs.xr
1900 ____________________________________________________________________________
1901 [  9213] By: jhi                                   on 2001/03/18  20:56:21
1902         Log: Update Changes.
1903      Branch: perl
1904            ! Changes patchlevel.h
1905 ____________________________________________________________________________
1906 [  9212] By: jhi                                   on 2001/03/18  20:36:59
1907         Log: Looking for config.sh in parent directories isn't
1908              very useful for the toplevel Makefile.
1909      Branch: perl
1910            ! Makefile.SH
1911 ____________________________________________________________________________
1912 [  9211] By: jhi                                   on 2001/03/18  20:33:37
1913         Log: On "make clean" take care of Third Degree droppings.
1914      Branch: perl
1915            ! Makefile.SH
1916 ____________________________________________________________________________
1917 [  9210] By: jhi                                   on 2001/03/18  20:21:34
1918         Log: Add a hook for running the tests under the Third Degree
1919              debugging tool (set $ENV{PERL_3LOG} to non-zero)
1920              
1921              TODO: Document the use of Third Degree.
1922      Branch: perl
1923            ! t/TEST
1924 ____________________________________________________________________________
1925 [  9209] By: jhi                                   on 2001/03/18  20:19:07
1926         Log: Regen toc and api pods.
1927      Branch: perl
1928            ! pod/perlapi.pod pod/perltoc.pod
1929 ____________________________________________________________________________
1930 [  9208] By: jhi                                   on 2001/03/18  20:12:12
1931         Log: Integrate changes #8128,9132 from mainline into maintperl,
1932              Tie::SubstrHash fixes.
1933      Branch: maint-5.6/perl
1934           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
1935 ____________________________________________________________________________
1936 [  9207] By: jhi                                   on 2001/03/18  20:07:43
1937         Log: podchecker relaxations from Michael Stevens.
1938      Branch: perl
1939            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
1940 ____________________________________________________________________________
1941 [  9206] By: jhi                                   on 2001/03/18  20:04:24
1942         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
1943      Branch: perl
1944            ! lib/Locale/Constants.pm lib/Locale/Country.pm
1945            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
1946            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
1947 ____________________________________________________________________________
1948 [  9205] By: jhi                                   on 2001/03/18  19:54:45
1949         Log: Integrate changes #9161,9162 from maintperl to mainline.
1950              
1951              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
1952              results
1953      Branch: perl
1954           !> t/op/magic.t
1955 ____________________________________________________________________________
1956 [  9204] By: jhi                                   on 2001/03/18  19:37:46
1957         Log: Make perl.third checks more understandable to the builder.
1958      Branch: perl
1959            ! Makefile.SH
1960 ____________________________________________________________________________
1961 [  9203] By: jhi                                   on 2001/03/18  19:20:54
1962         Log: Re-integrate #9138 from maintperl to mainline,
1963              the squelching of the unneeded "Scalars leaked" messages.
1964      Branch: perl
1965           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
1966           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
1967           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
1968 ____________________________________________________________________________
1969 [  9202] By: jhi                                   on 2001/03/18  18:48:36
1970         Log: More robust and more paranoid perl.third target.
1971      Branch: perl
1972            ! Makefile.SH
1973 ____________________________________________________________________________
1974 [  9201] By: jhi                                   on 2001/03/18  18:39:21
1975         Log: Integrate change #9197 from maintperl to mainline.
1976              
1977              more thorough cleaning of arenas.
1978      Branch: perl
1979           !> embed.pl perl.c proto.h sv.c t/op/sort.t
1980 ____________________________________________________________________________
1981 [  9200] By: jhi                                   on 2001/03/18  18:25:17
1982         Log: Integrate perlio.
1983      Branch: perl
1984           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
1985           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
1986           !> t/lib/encode.t toke.c universal.c utf8.c
1987 ____________________________________________________________________________
1988 [  9199] By: nick                                  on 2001/03/18  15:23:51
1989         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
1990              is the sense of the test being done. Avoid some magical 127 and 128 values
1991              by using macros.
1992      Branch: perlio
1993            ! doop.c pp_ctl.c sv.c toke.c
1994 ____________________________________________________________________________
1995 [  9198] By: nick                                  on 2001/03/18  14:18:12
1996         Log: UTF-X encoding invariance for Encode:
1997              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
1998              - move the XS code for those to universal.c (so in miniperl)
1999              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
2000              - change ext/Encode/compile to use above.
2001              - Fix t/lib/encode.t for above
2002              - Teach t/lib/b.t to expect -uutf8
2003              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
2004              utf8.pm is needed.
2005      Branch: perlio
2006            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
2007            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
2008 ____________________________________________________________________________
2009 [  9197] By: gsar                                  on 2001/03/18  12:15:57
2010         Log: more thorough cleaning of arenas--keep going until no more
2011              SvREFCNT_dec()s occur (this fixes the problem that causes the
2012              pesky "Scalars leaked" warnings)
2013      Branch: maint-5.6/perl
2014            ! embed.pl perl.c proto.h sv.c t/op/sort.t
2015 ____________________________________________________________________________
2016 [  9196] By: nick                                  on 2001/03/18  10:57:29
2017         Log: Fix pragma/utf8.t # 15
2018              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
2019              are SvUTF8 as well.
2020      Branch: perlio
2021            ! toke.c
2022 ____________________________________________________________________________
2023 [  9195] By: nick                                  on 2001/03/18  09:27:06
2024         Log: Integrate mainline
2025      Branch: perlio
2026           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
2027           !> t/op/pat.t
2028 ____________________________________________________________________________
2029 [  9194] By: jhi                                   on 2001/03/18  05:29:59
2030         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
2031              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
2032      Branch: perl
2033            ! op.c op.h t/op/misc.t t/op/pat.t
2034 ____________________________________________________________________________
2035 [  9193] By: jhi                                   on 2001/03/18  05:15:06
2036         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
2037      Branch: perl
2038            ! mg.c t/op/pat.t
2039 ____________________________________________________________________________
2040 [  9192] By: jhi                                   on 2001/03/18  04:22:43
2041         Log: tr/// UTF-8 patches from Inaba Hiroto.
2042      Branch: perl
2043            ! doop.c op.c
2044 ____________________________________________________________________________
2045 [  9191] By: jhi                                   on 2001/03/18  04:21:17
2046         Log: Integrate perlio.
2047      Branch: perl
2048           !> utf8.c utfebcdic.h
2049 ____________________________________________________________________________
2050 [  9190] By: nick                                  on 2001/03/17  20:32:01
2051         Log: Correct #if EBCDIC side typos.
2052              Builds and passes many tests on OS390.
2053      Branch: perlio
2054            ! utf8.c utfebcdic.h
2055 ____________________________________________________________________________
2056 [  9189] By: jhi                                   on 2001/03/17  18:55:49
2057         Log: Add prerequisites for the perl.third target.
2058      Branch: perl
2059            ! Makefile.SH
2060 ____________________________________________________________________________
2061 [  9188] By: jhi                                   on 2001/03/17  18:46:00
2062         Log: Integrate perlio.
2063      Branch: perl
2064           +> utfebcdic.h
2065           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
2066 ____________________________________________________________________________
2067 [  9187] By: jhi                                   on 2001/03/17  18:38:47
2068         Log: Add a make rule for perl.third (the Third Degree memory debugging
2069              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
2070      Branch: perl
2071            ! Makefile.SH
2072 ____________________________________________________________________________
2073 [  9186] By: nick                                  on 2001/03/17  18:34:48
2074         Log: MANIFEST addition :-(
2075      Branch: perlio
2076            ! MANIFEST
2077 ____________________________________________________________________________
2078 [  9185] By: nick                                  on 2001/03/17  18:29:50
2079         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
2080              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
2081              a superset of ASCII are invariant under the encoding. This is EBCDIC
2082              friendly as an encoded string can be looked at as being EBCDIC by lexer
2083              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
2084              ASCII on ASCII machines.
2085              
2086              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
2087              seperate.
2088              - Add some more macros to comprehend different shift amounts and
2089              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
2090              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
2091              and conditionaly #include it.
2092              
2093              EBCDIC build as yet untested.  ASCII still fails the one test.
2094      Branch: perlio
2095            + utfebcdic.h
2096            ! utf8.c utf8.h
2097 ____________________________________________________________________________
2098 [  9184] By: nick                                  on 2001/03/17  17:44:16
2099         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
2100      Branch: perlio
2101            ! doop.c perl.h pp.c utf8.h
2102 ____________________________________________________________________________
2103 [  9183] By: jhi                                   on 2001/03/17  15:55:42
2104         Log: Integrate perlio.
2105      Branch: perl
2106            ! MANIFEST
2107           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
2108 ____________________________________________________________________________
2109 [  9182] By: nick                                  on 2001/03/17  09:16:06
2110         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
2111      Branch: perlio
2112            ! t/op/pat.t
2113 ____________________________________________________________________________
2114 [  9181] By: nick                                  on 2001/03/17  09:15:11
2115         Log: Integrate mainline.
2116      Branch: perlio
2117           +> lib/Locale/Constants.pm lib/Locale/Country.pm
2118           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
2119           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
2120           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
2121           !> (integrate 83 files)
2122 ____________________________________________________________________________
2123 [  9180] By: nick                                  on 2001/03/16  17:23:21
2124         Log: EBCDIC Fixes.
2125      Branch: perlio
2126            ! perl.h sv.c toke.c utf8.c utf8.h
2127 ____________________________________________________________________________
2128 [  9179] By: jhi                                   on 2001/03/16  14:10:12
2129         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
2130              a change needed to work around an AIX compiler bug.
2131      Branch: perl
2132            ! ext/Storable/Storable.xs
2133 ____________________________________________________________________________
2134 [  9178] By: jhi                                   on 2001/03/16  03:19:59
2135         Log: With Damian's approval synchronize damian's modules'
2136              licensing with Perl's standard module licensing.
2137      Branch: perl
2138            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
2139 ____________________________________________________________________________
2140 [  9177] By: jhi                                   on 2001/03/16  03:15:34
2141         Log: Make the Filter::Util:Call files have their own copies
2142              of the Perl standard module licensing, from Paul Marquess.
2143      Branch: perl
2144            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
2145 ____________________________________________________________________________
2146 [  9176] By: jhi                                   on 2001/03/16  02:56:04
2147         Log: Subject: [PATCH] more pod patches
2148              From: Michael Stevens <michael@etla.org>
2149              Date: Thu, 15 Mar 2001 21:25:18 +0000
2150              Message-ID: <20010315212518.A18870@firedrake.org>
2151      Branch: perl
2152            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
2153            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
2154            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
2155            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
2156            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
2157            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
2158            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
2159            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
2160            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
2161            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
2162            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
2163            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
2164            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
2165            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
2166            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
2167            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
2168            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
2169            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
2170            ! lib/Locale/Country.pm lib/Locale/Language.pm
2171            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
2172            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
2173            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
2174            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
2175            ! os2/OS2/Process/Process.pm
2176 ____________________________________________________________________________
2177 [  9175] By: jhi                                   on 2001/03/16  02:53:32
2178         Log: Subject: [PATCH] the uncontroversial doc patches
2179              From: Michael Stevens <michael@etla.org>
2180              Date: Thu, 15 Mar 2001 20:01:12 +0000
2181              Message-ID: <20010315200112.A7636@firedrake.org>
2182      Branch: perl
2183            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
2184            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
2185            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
2186            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
2187            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
2188 ____________________________________________________________________________
2189 [  9174] By: jhi                                   on 2001/03/16  02:50:49
2190         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
2191              From: Paul Lindner <lindner@inuus.com>
2192              Date: Fri, 16 Mar 2001 11:28:03 -0800
2193              Message-ID: <20010316112803.A7577@inuus.com>
2194      Branch: perl
2195            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
2196 ____________________________________________________________________________
2197 [  9173] By: nick                                  on 2001/03/15  20:21:03
2198         Log: 1st day's EBCDIC fixes:
2199              - toke.c's parsing of strings needed attention
2200              needed to conditionally e2a if string was already UTF-8
2201              - e2a/a2e tables where wrong way round.
2202              - new macros in utf8.h
2203      Branch: perlio
2204            ! perl.h toke.c utf8.h
2205 ____________________________________________________________________________
2206 [  9172] By: jhi                                   on 2001/03/15  15:17:17
2207         Log: Update Changes.
2208      Branch: perl
2209            ! Changes patchlevel.h
2210 ____________________________________________________________________________
2211 [  9171] By: jhi                                   on 2001/03/15  15:09:32
2212         Log: Subject: Re: Another Borland C++ problem.
2213              From: "Vadim Konovalov" <watman@inbox.ru>
2214              Date: Sat, 10 Mar 2001 19:26:07 +0300
2215              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
2216              
2217              Borland filename case problem.
2218      Branch: perl
2219            + win32/sncfnmcs.pl
2220            ! MANIFEST README.win32
2221 ____________________________________________________________________________
2222 [  9170] By: jhi                                   on 2001/03/15  14:54:23
2223         Log: Add Locale::Codes 1.06, from Neil Bowers.
2224      Branch: perl
2225            + lib/Locale/Constants.pm lib/Locale/Country.pm
2226            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
2227            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
2228            + t/lib/lc-language.t t/lib/lc-uk.t
2229            ! MANIFEST
2230 ____________________________________________________________________________
2231 [  9169] By: jhi                                   on 2001/03/15  14:19:01
2232         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
2233      Branch: perl
2234            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
2235            ! ext/Storable/Storable.xs
2236 ____________________________________________________________________________
2237 [  9168] By: jhi                                   on 2001/03/15  14:13:22
2238         Log: Integrate changes #9120,9167 from mainline to maintperl.
2239              
2240              Subject: [PATCH 5.6.1] OS/2 docs
2241              
2242              Subject: [PATCH 5.6.1] perldoc
2243      Branch: maint-5.6/perl
2244           !> os2/Changes utils/perldoc.PL
2245 ____________________________________________________________________________
2246 [  9167] By: jhi                                   on 2001/03/15  14:07:42
2247         Log: Subject: [PATCH 5.6.1] perldoc
2248              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2249              Date: Wed, 14 Mar 2001 23:46:52 -0500
2250              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
2251      Branch: perl
2252            ! utils/perldoc.PL
2253 ____________________________________________________________________________
2254 [  9166] By: jhi                                   on 2001/03/15  13:53:15
2255         Log: sigaction test condition tweakage.
2256      Branch: perl
2257            ! t/lib/sigaction.t
2258 ____________________________________________________________________________
2259 [  9165] By: alanbur                               on 2001/03/15  03:49:17
2260         Log: Resynchronised with parent
2261      Branch: maint-5.6/pureperl
2262           +> os2/os2add.sym t/op/anonsub.t
2263           !> (integrate 72 files)
2264 ____________________________________________________________________________
2265 [  9164] By: jhi                                   on 2001/03/15  01:05:01
2266         Log: Avoid stomping off the beginning of an array in tr///.
2267      Branch: perl
2268            ! op.c
2269 ____________________________________________________________________________
2270 [  9163] By: jhi                                   on 2001/03/15  00:58:57
2271         Log: h2ph strictness and cleanliness from Kurt Starsinic.
2272      Branch: perl
2273            ! utils/h2ph.PL
2274 ____________________________________________________________________________
2275 [  9162] By: gsar                                  on 2001/03/15  00:56:53
2276         Log: avoid warnings
2277      Branch: maint-5.6/perl
2278            ! t/op/magic.t
2279 ____________________________________________________________________________
2280 [  9161] By: gsar                                  on 2001/03/15  00:52:09
2281         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
2282              results
2283      Branch: maint-5.6/perl
2284            ! t/op/magic.t
2285 ____________________________________________________________________________
2286 [  9160] By: jhi                                   on 2001/03/14  22:02:10
2287         Log: Do not use the Perl malloc in IRIX, suggested by
2288              Helmus Jarausch.
2289      Branch: perl
2290            ! hints/irix_6.sh
2291 ____________________________________________________________________________
2292 [  9159] By: nick                                  on 2001/03/14  21:45:59
2293         Log: Integrate mainline
2294      Branch: perlio
2295           +> t/op/loopctl.t
2296           !> (integrate 41 files)
2297 ____________________________________________________________________________
2298 [  9158] By: jhi                                   on 2001/03/14  21:10:09
2299         Log: The Day of the Retractions continues: the #9138
2300              (integrated in #9144) doesn't work well in mainline.
2301      Branch: perl
2302            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
2303            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
2304            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
2305 ____________________________________________________________________________
2306 [  9157] By: jhi                                   on 2001/03/14  20:58:12
2307         Log: The #9145 CANNOT be enabled: the clear_pmop code still
2308              dumps core all over in Tru64.
2309      Branch: perl
2310            ! op.c op.h t/op/pat.t
2311 ____________________________________________________________________________
2312 [  9156] By: jhi                                   on 2001/03/14  20:48:06
2313         Log: Integrate change #9154 from maintperl to mainline.
2314              
2315              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
2316              (caused Storable 1.0.10 to break on windows)
2317      Branch: perl
2318           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
2319           !> perlapi.c proto.h
2320 ____________________________________________________________________________
2321 [  9155] By: jhi                                   on 2001/03/14  20:23:53
2322         Log: Retract #9136: breaks threading (and binary compatibility).
2323      Branch: perl
2324            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
2325 ____________________________________________________________________________
2326 [  9154] By: gsar                                  on 2001/03/14  17:48:18
2327         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
2328              (caused Storable 1.0.10 to break on windows)
2329      Branch: maint-5.6/perl
2330            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
2331            ! perlapi.c proto.h
2332 ____________________________________________________________________________
2333 [  9153] By: jhi                                   on 2001/03/14  13:35:21
2334         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
2335      Branch: perl
2336            ! t/lib/sigaction.t
2337 ____________________________________________________________________________
2338 [  9152] By: gsar                                  on 2001/03/14  07:29:40
2339         Log: back out changes#9012,9010,9009 and parts of change#9016
2340              (causes ABRs under purify, and some prerequisites don't
2341              seem to be there in 5.6.x)
2342      Branch: maint-5.6/perl
2343            ! doop.c op.c t/op/tr.t toke.c
2344 ____________________________________________________________________________
2345 [  9151] By: gsar                                  on 2001/03/14  07:01:29
2346         Log: reenable change#9145 (the test was busted due to a missing
2347              C<print "ok 27\n">)
2348      Branch: perl
2349            ! op.c op.h t/op/pat.t
2350 ____________________________________________________________________________
2351 [  9150] By: jhi                                   on 2001/03/14  06:38:36
2352         Log: Retract #9145.
2353      Branch: perl
2354            ! op.c op.h t/op/pat.t
2355 ____________________________________________________________________________
2356 [  9149] By: jhi                                   on 2001/03/14  06:14:56
2357         Log: Retract #9143.
2358      Branch: perl
2359            ! op.c
2360 ____________________________________________________________________________
2361 [  9148] By: gsar                                  on 2001/03/14  06:13:02
2362         Log: Uninitialized Memory Read in regexec.c
2363      Branch: perl
2364            ! regexec.c
2365 ____________________________________________________________________________
2366 [  9147] By: jhi                                   on 2001/03/14  04:59:54
2367         Log: Subject: PATCH: make goto work in nested eval ""
2368              From: Robin Houston <robin@kitsite.com>
2369              Date: Wed, 14 Mar 2001 04:16:10 +0000
2370              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
2371      Branch: perl
2372            ! pp_ctl.c t/op/goto.t
2373 ____________________________________________________________________________
2374 [  9146] By: jhi                                   on 2001/03/14  04:42:54
2375         Log: Preserve the #ifdef PERL_CORE in perly.h.
2376      Branch: perl
2377            ! perly.fixer
2378 ____________________________________________________________________________
2379 [  9145] By: jhi                                   on 2001/03/14  03:57:41
2380         Log: (Retracted by #9150.)
2381      Branch: perl
2382            ! op.c op.h t/op/pat.t
2383 ____________________________________________________________________________
2384 [  9144] By: jhi                                   on 2001/03/14  03:50:38
2385         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
2386              
2387              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
2388              
2389              remove squelch controls for "Scalars leaked" messages in most places
2390              (these are now cured)
2391              
2392              fix another memory leak reported by purify (tie callbacks that
2393              croak can leak when wiping out magic)
2394      Branch: perl
2395           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
2396           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
2397           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
2398           !> t/pragma/warnings.t
2399 ____________________________________________________________________________
2400 [  9143] By: jhi                                   on 2001/03/14  03:37:53
2401         Log: (Retracted by #9149.)
2402      Branch: perl
2403            ! op.c
2404 ____________________________________________________________________________
2405 [  9142] By: gsar                                  on 2001/03/14  03:20:48
2406         Log: fix another memory leak reported by purify (tie callbacks that
2407              croak can leak when wiping out magic)
2408      Branch: maint-5.6/perl
2409            ! scope.c
2410 ____________________________________________________________________________
2411 [  9141] By: jhi                                   on 2001/03/14  02:55:00
2412         Log: Subject: PATCH for [ID 20010305.003]
2413              From: Robin Houston <robin@kitsite.com>
2414              Date: Wed, 14 Mar 2001 02:45:51 +0000
2415              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
2416      Branch: perl
2417            ! pp_ctl.c t/op/eval.t
2418 ____________________________________________________________________________
2419 [  9140] By: jhi                                   on 2001/03/14  02:41:54
2420         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
2421              Date: Wed, 14 Mar 2001 01:52:51 +0000
2422              From: Robin Houston <robin@kitsite.com>
2423              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
2424              
2425              Fix for 2000313.004.
2426      Branch: perl
2427            ! pp_ctl.c t/op/goto.t
2428 ____________________________________________________________________________
2429 [  9139] By: jhi                                   on 2001/03/14  02:40:50
2430         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
2431              From: Robin Houston <robin@kitsite.com>
2432              Date: Wed, 14 Mar 2001 00:43:45 +0000
2433              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
2434      Branch: perl
2435            + t/op/loopctl.t
2436            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
2437            ! vms/perly_c.vms
2438 ____________________________________________________________________________
2439 [  9138] By: gsar                                  on 2001/03/14  01:18:00
2440         Log: remove squelch controls for "Scalars leaked" messages in most places
2441              (these are now cured)
2442      Branch: maint-5.6/perl
2443            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
2444            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
2445            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
2446 ____________________________________________________________________________
2447 [  9137] By: gsar                                  on 2001/03/14  00:57:04
2448         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
2449      Branch: maint-5.6/perl
2450            ! regcomp.c
2451 ____________________________________________________________________________
2452 [  9136] By: jhi                                   on 2001/03/13  23:12:24
2453         Log: (Retracted by #9155)
2454              
2455              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
2456              From: Jens-Uwe Mager <jum@helios.de>
2457              Date: Wed, 21 Feb 2001 21:32:04 +0100
2458              Message-ID: <20010221213203.A18340@ans.helios.de>
2459      Branch: perl
2460            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
2461 ____________________________________________________________________________
2462 [  9135] By: jhi                                   on 2001/03/13  22:50:05
2463         Log: Integrate perlio.
2464      Branch: perl
2465           !> pp.c
2466 ____________________________________________________________________________
2467 [  9134] By: jhi                                   on 2001/03/13  22:49:05
2468         Log: Integrate change #9131 from maintperl into mainline.
2469              
2470              make the error text look more consistent in hints/hpux.sh
2471      Branch: perl
2472           !> hints/hpux.sh
2473 ____________________________________________________________________________
2474 [  9133] By: gsar                                  on 2001/03/13  22:46:20
2475         Log: integrate change#9067 from mainline
2476              
2477              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
2478      Branch: maint-5.6/perl
2479           !> lib/ExtUtils/MM_Unix.pm
2480 ____________________________________________________________________________
2481 [  9132] By: jhi                                   on 2001/03/13  22:41:21
2482         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
2483              From: "John P. Linderman" <jpl@research.att.com>
2484              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
2485              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
2486              
2487              A more correct prime finder.
2488      Branch: perl
2489            ! lib/Tie/SubstrHash.pm
2490 ____________________________________________________________________________
2491 [  9131] By: gsar                                  on 2001/03/13  22:30:42
2492         Log: make the error text look more consistent in hints/hpux.sh
2493      Branch: maint-5.6/perl
2494            ! hints/hpux.sh
2495 ____________________________________________________________________________
2496 [  9130] By: jhi                                   on 2001/03/13  22:23:44
2497         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
2498              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2499              Date: Tue, 13 Mar 2001 18:41:26 +0100
2500              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
2501              
2502              If the test is run non-interactively the default handler
2503              is different.
2504      Branch: perl
2505            ! t/lib/sigaction.t
2506 ____________________________________________________________________________
2507 [  9129] By: jhi                                   on 2001/03/13  22:20:21
2508         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
2509              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2510              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
2511              Date:     Tue, 13 Mar 2001 16:44:32 EST
2512      Branch: perl
2513            ! t/lib/1_compile.t
2514 ____________________________________________________________________________
2515 [  9128] By: jhi                                   on 2001/03/13  22:18:34
2516         Log: Subject: Another patch for integer.pm POD 
2517              From: "John L. Allen" <allen@grumman.com>
2518              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
2519              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
2520      Branch: perl
2521            ! lib/integer.pm
2522 ____________________________________________________________________________
2523 [  9127] By: nick                                  on 2001/03/13  21:26:30
2524         Log: Integrate mainline.
2525      Branch: perlio
2526           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
2527           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
2528           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
2529           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
2530           !> Changes Configure MANIFEST README.os2 README.os390
2531           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
2532           !> os2/Changes patchlevel.h win32/perlhost.h
2533 ____________________________________________________________________________
2534 [  9126] By: nick                                  on 2001/03/13  20:39:51
2535         Log: #ifdef'ed out code to make packed side of pack/unpack
2536              octets. (i.e. pack('U') => encode_utf8).
2537      Branch: perlio
2538            ! pp.c
2539 ____________________________________________________________________________
2540 [  9125] By: jhi                                   on 2001/03/13  15:07:16
2541         Log: Update Changes.
2542      Branch: perl
2543            ! Changes patchlevel.h
2544 ____________________________________________________________________________
2545 [  9124] By: jhi                                   on 2001/03/13  14:22:45
2546         Log: Workaround for the buggy ("internal compiler error")
2547              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
2548              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
2549              of Andreas König.
2550      Branch: perl
2551            ! ext/re/Makefile.PL hints/aix.sh
2552 ____________________________________________________________________________
2553 [  9123] By: jhi                                   on 2001/03/13  03:24:34
2554         Log: Typo in #9114.
2555      Branch: metaconfig
2556            ! U/modified/myhostname.U
2557 ____________________________________________________________________________
2558 [  9122] By: jhi                                   on 2001/03/13  03:24:06
2559         Log: Typo in #9113.
2560      Branch: perl
2561            ! Configure
2562 ____________________________________________________________________________
2563 [  9121] By: jhi                                   on 2001/03/13  01:53:05
2564         Log: Forgot to check-in the larger part of #9120, duh.
2565      Branch: perl
2566            ! README.os2
2567 ____________________________________________________________________________
2568 [  9120] By: jhi                                   on 2001/03/13  01:51:31
2569         Log: Subject: [PATCH 5.6.1] OS/2 docs
2570              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2571              Date: Mon, 12 Mar 2001 03:27:32 -0500
2572              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
2573      Branch: perl
2574            ! os2/Changes
2575 ____________________________________________________________________________
2576 [  9119] By: jhi                                   on 2001/03/13  01:49:41
2577         Log: Integrate change #9116 from maintperl into mainline.
2578              
2579              Win32::GetCwd() returns C: instead of C:\ in the root directory
2580              under ithreads
2581      Branch: perl
2582           !> win32/perlhost.h
2583 ____________________________________________________________________________
2584 [  9118] By: jhi                                   on 2001/03/13  01:13:39
2585         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
2586      Branch: perl
2587            + lib/Switch.pm t/lib/switch.t
2588            ! MANIFEST
2589 ____________________________________________________________________________
2590 [  9117] By: jhi                                   on 2001/03/13  01:03:17
2591         Log: Add Text::Balanced 1.83.
2592      Branch: perl
2593            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
2594            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
2595            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
2596            + t/lib/tb-xvari.t
2597            ! MANIFEST
2598 ____________________________________________________________________________
2599 [  9116] By: gsar                                  on 2001/03/13  00:55:53
2600         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
2601              under ithreads
2602      Branch: maint-5.6/perl
2603            ! win32/perlhost.h
2604 ____________________________________________________________________________
2605 [  9115] By: jhi                                   on 2001/03/13  00:54:09
2606         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
2607              From: "John L. Allen" <allen@grumman.com>
2608              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
2609              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
2610              
2611              use integer document clarification.
2612      Branch: perl
2613            ! lib/integer.pm
2614 ____________________________________________________________________________
2615 [  9114] By: jhi                                   on 2001/03/13  00:38:54
2616         Log: Metaconfig unit change for #9113.
2617      Branch: metaconfig
2618            ! U/modified/myhostname.U
2619 ____________________________________________________________________________
2620 [  9113] By: jhi                                   on 2001/03/13  00:38:35
2621         Log: Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
2622              From: Peter Prymmer <pvhp@forte.com>
2623              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
2624              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
2625      Branch: perl
2626            ! Configure README.os390 hints/os390.sh
2627 ____________________________________________________________________________
2628 [  9112] By: jhi                                   on 2001/03/13  00:29:00
2629         Log: Integrate perlio.
2630      Branch: perl
2631           !> sv.c utf8.h
2632 ____________________________________________________________________________
2633 [  9111] By: nick                                  on 2001/03/12  21:16:33
2634         Log: Integrate mainline.
2635      Branch: perlio
2636           +> t/op/anonsub.t
2637           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
2638           !> proto.h sv.c
2639 ____________________________________________________________________________
2640 [  9110] By: nick                                  on 2001/03/12  21:00:13
2641         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
2642      Branch: perlio
2643            ! sv.c utf8.h
2644 ____________________________________________________________________________
2645 [  9109] By: jhi                                   on 2001/03/12  16:04:47
2646         Log: Integrate change #9108 from maintperl to mainline.
2647              
2648              fix memory leak in C<sub X { sub {} }> arising from a refcount
2649              loop between the outer sub and the inner prototype anonsub
2650              
2651              this also enables closures returned by subroutines that
2652              subsequently get redefined to work without generating coredumps :)
2653              
2654              completely removed the free_closures() hack--it shouldn't be
2655              needed anymore
2656      Branch: perl
2657           +> t/op/anonsub.t
2658           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
2659           !> proto.h sv.c
2660 ____________________________________________________________________________
2661 [  9108] By: gsar                                  on 2001/03/12  10:21:31
2662         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
2663              loop between the outer sub and the inner prototype anonsub
2664              
2665              this also enables closures returned by subroutines that
2666              subsequently get redefined to work without generating coredumps :)
2667              
2668              completely removed the free_closures() hack--it shouldn't be
2669              needed anymore
2670      Branch: maint-5.6/perl
2671            + t/op/anonsub.t
2672            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
2673            ! proto.h sv.c
2674 ____________________________________________________________________________
2675 [  9107] By: jhi                                   on 2001/03/12  05:15:31
2676         Log: Integrate perlio.
2677      Branch: perl
2678           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
2679 ____________________________________________________________________________
2680 [  9106] By: nick                                  on 2001/03/11  20:10:12
2681         Log: regcomp.c is working in native space, not Unicode space (if different)
2682              as it is doing compare against 'W' in \W etc.
2683      Branch: perlio
2684            ! regcomp.c
2685 ____________________________________________________________________________
2686 [  9105] By: nick                                  on 2001/03/11  19:39:34
2687         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
2688              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
2689      Branch: perlio
2690            ! regcomp.c toke.c utf8.c
2691 ____________________________________________________________________________
2692 [  9104] By: nick                                  on 2001/03/11  18:15:44
2693         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
2694      Branch: perlio
2695            ! sv.c
2696 ____________________________________________________________________________
2697 [  9103] By: nick                                  on 2001/03/11  18:03:28
2698         Log: Integrate mainline (for regexp stuff).
2699      Branch: perlio
2700           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
2701           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
2702           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
2703           !> t/lib/errno.t t/op/pat.t
2704 ____________________________________________________________________________
2705 [  9102] By: nick                                  on 2001/03/11  17:44:20
2706         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
2707              - exclude layer syms in makedef.pl for sfio
2708              - also inhibit Encode from trying to build ":encode()" layer.
2709      Branch: perlio
2710            ! ext/Encode/Encode.xs makedef.pl
2711 ____________________________________________________________________________
2712 [  9101] By: jhi                                   on 2001/03/10  22:38:13
2713         Log: The $Is_MacOS needs to be declared.
2714      Branch: perl
2715            ! lib/ExtUtils/Manifest.pm
2716 ____________________________________________________________________________
2717 [  9100] By: jhi                                   on 2001/03/10  22:14:29
2718         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
2719              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
2720              pollute the symbolspace if using sfio.
2721      Branch: perl
2722            ! ext/Encode/Encode.xs
2723 ____________________________________________________________________________
2724 [  9099] By: jhi                                   on 2001/03/10  21:58:48
2725         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
2726              Date: Sat, 10 Mar 2001 14:23:55 -0500
2727              From: Chris Nandor <pudge@pobox.com>
2728              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
2729      Branch: perl
2730            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
2731            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
2732            ! t/lib/errno.t
2733 ____________________________________________________________________________
2734 [  9098] By: jhi                                   on 2001/03/10  21:38:30
2735         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
2736      Branch: perl
2737            ! regcomp.c regexec.c t/op/pat.t
2738 ____________________________________________________________________________
2739 [  9097] By: jhi                                   on 2001/03/10  14:38:07
2740         Log: Integrate perlio.
2741      Branch: perl
2742           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
2743           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
2744           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
2745 ____________________________________________________________________________
2746 [  9096] By: nick                                  on 2001/03/10  11:55:43
2747         Log: EBCDIC sanity - phase I
2748              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
2749              - use utf8n_xxxx (c.f. pvn) for forms which take length.
2750              - back out vN.N and $^V exceptions to e2a/a2e
2751              - make "locale" isxxx macros be uvchr (may be redundant?)
2752              
2753              Not clear yet that toUPPER_uni et. al. return being handled correctly.
2754              The tr// and rexexp stuff still needs an audit, assumption is they are working
2755              in Unicode space.
2756              
2757              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
2758      Branch: perlio
2759            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
2760            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
2761            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
2762 ____________________________________________________________________________
2763 [  9095] By: jhi                                   on 2001/03/09  22:10:01
2764         Log: Integrate perlio.
2765      Branch: perl
2766           !> dump.c
2767 ____________________________________________________________________________
2768 [  9094] By: nick                                  on 2001/03/09  17:36:38
2769         Log: Builds an passes all tests after integrate and this tweak.
2770      Branch: perlio
2771            ! dump.c
2772 ____________________________________________________________________________
2773 [  9093] By: nick                                  on 2001/03/09  17:16:03
2774         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
2775      Branch: perlio
2776           +> lib/unicode/Scripts.txt t/lib/sigaction.t
2777           !> (integrate 79 files)
2778 ____________________________________________________________________________
2779 [  9092] By: jhi                                   on 2001/03/09  15:28:26
2780         Log: Update Changes.
2781      Branch: perl
2782            ! Changes patchlevel.h
2783 ____________________________________________________________________________
2784 [  9091] By: jhi                                   on 2001/03/09  15:25:05
2785         Log: In op/stat #35 better to scan all the potential directories
2786              for setuids, not just the first one.
2787      Branch: perl
2788            ! t/op/stat.t
2789 ____________________________________________________________________________
2790 [  9090] By: jhi                                   on 2001/03/09  15:01:27
2791         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
2792              From: rspier@pobox.com (Robert Spier)
2793              Date: Fri, 9 Mar 2001 03:30:20 -0500
2794              Message-ID: <15016.38044.381174.160189@rls.cx>
2795              
2796              EXISTS() returning undef mistakenly triggered a FETCH().
2797      Branch: perl
2798            ! hv.c
2799 ____________________________________________________________________________
2800 [  9089] By: jhi                                   on 2001/03/09  14:59:02
2801         Log: Add /sbin and /usr/sbin to the list of directories scanned
2802              for setuid programs.  Takes care of bug id 20010309.003.
2803      Branch: perl
2804            ! t/op/stat.t
2805 ____________________________________________________________________________
2806 [  9088] By: jhi                                   on 2001/03/09  14:48:32
2807         Log: Regen perlapi, perltoc.
2808      Branch: perl
2809            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
2810 ____________________________________________________________________________
2811 [  9087] By: jhi                                   on 2001/03/09  14:38:56
2812         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
2813              From: David Mitchell <davem@fdgroup.co.uk>
2814              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
2815              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
2816      Branch: perl
2817            ! dump.c perl.c perl.h pod/perlrun.pod
2818 ____________________________________________________________________________
2819 [  9086] By: jhi                                   on 2001/03/09  01:47:16
2820         Log: A modified version of
2821              
2822              Subject: [ID 20010307.005] POSIX::sigaction has various problems
2823              From: anders@broadcom.com
2824              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
2825              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
2826              
2827              Currently the sigaction.t test #6 fails (and is fudged to look
2828              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
2829              This may well be a genuine bug in Linux sigaction() (since at
2830              least Tru64, Solaris, and HP-UX disagree with Linux).
2831              Anyone with POSIX / SUSv2 tome handy?  The problem is that
2832              the flags of the oldaction don't match with the flags in
2833              the previously installed disposition.
2834      Branch: perl
2835            + t/lib/sigaction.t
2836            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
2837 ____________________________________________________________________________
2838 [  9085] By: jhi                                   on 2001/03/09  01:30:13
2839         Log: Subject: Re: mission impossible for the day
2840              From: Alex Gough <alex@rcon.org>
2841              Date: Thu, 08 Mar 2001 17:18:19 +0000
2842              Message-ID: <3AA7BEDB.8070409@rcon.org>
2843              
2844              If references (are overloaded) and can be directly stringified,
2845              show that instead of "stringified".
2846              
2847              (The problem, infinite mutual recursion caused by overloaded bool
2848              in Switch.pm, tracked by David Mitchell)
2849      Branch: perl
2850            ! lib/Carp/Heavy.pm
2851 ____________________________________________________________________________
2852 [  9084] By: jhi                                   on 2001/03/09  01:20:39
2853         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
2854              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
2855              From: David Mitchell <davem@fdgroup.co.uk>
2856              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
2857      Branch: perl
2858            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
2859            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
2860 ____________________________________________________________________________
2861 [  9083] By: jhi                                   on 2001/03/09  01:16:51
2862         Log: Subject: [PATCH] perldata.pod here-doc docs
2863              From: Jeff Pinyan <jeffp@crusoe.net>
2864              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
2865              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
2866      Branch: perl
2867            ! pod/perldata.pod
2868 ____________________________________________________________________________
2869 [  9082] By: jhi                                   on 2001/03/09  01:01:27
2870         Log: Subject: Re: Unicode/EBCDIC
2871              From: Peter Prymmer <pvhp@forte.com>
2872              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
2873              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
2874      Branch: perl
2875            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
2876 ____________________________________________________________________________
2877 [  9081] By: jhi                                   on 2001/03/08  13:41:30
2878         Log: Subject: Ooops, wrong 'no *POSIX' Patch
2879              From: Dorner Thomas <Thomas.Dorner@start.de>
2880              Date: Thu, 8 Mar 2001 08:43:28 +0100
2881              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
2882      Branch: perl
2883            ! hints/posix-bc.sh
2884 ____________________________________________________________________________
2885 [  9080] By: jhi                                   on 2001/03/08  13:11:42
2886         Log: It's Scripts.txt, not Script.txt.
2887      Branch: perl
2888            ! MANIFEST
2889 ____________________________________________________________________________
2890 [  9079] By: jhi                                   on 2001/03/08  12:59:05
2891         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
2892              From: Dorner Thomas <Thomas.Dorner@start.de>
2893              Date: Wed, 7 Mar 2001 14:13:31 +0100
2894              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
2895      Branch: perl
2896            ! makedepend.SH
2897 ____________________________________________________________________________
2898 [  9078] By: jhi                                   on 2001/03/08  12:57:43
2899         Log: Retract #9069, wrong patch.
2900      Branch: perl
2901            ! Makefile.SH
2902 ____________________________________________________________________________
2903 [  9077] By: jhi                                   on 2001/03/08  01:06:13
2904         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
2905      Branch: perl
2906            + lib/unicode/Scripts.txt
2907            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
2908            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
2909            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
2910            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
2911            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
2912            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
2913            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
2914            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
2915            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
2916            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
2917            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
2918            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
2919            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
2920            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
2921            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
2922            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
2923            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
2924            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
2925            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
2926            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
2927            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
2928            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
2929            ! lib/unicode/version
2930 ____________________________________________________________________________
2931 [  9076] By: jhi                                   on 2001/03/07  22:59:39
2932         Log: Integrate change #7784 from mainline into maintperl.
2933              
2934              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
2935      Branch: maint-5.6/perl
2936           !> pp_ctl.c t/op/pat.t
2937 ____________________________________________________________________________
2938 [  9075] By: jhi                                   on 2001/03/07  22:05:11
2939         Log: More UTF-8 test tweaks.
2940      Branch: perl
2941            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
2942 ____________________________________________________________________________
2943 [  9074] By: nick                                  on 2001/03/07  21:39:29
2944         Log: Integrate mainline.
2945      Branch: perlio
2946           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
2947           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
2948           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
2949           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
2950           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
2951 ____________________________________________________________________________
2952 [  9073] By: jhi                                   on 2001/03/07  16:37:09
2953         Log: Update Changes.
2954      Branch: perl
2955            ! Changes patchlevel.h
2956 ____________________________________________________________________________
2957 [  9072] By: jhi                                   on 2001/03/07  16:32:30
2958         Log: Subject: [ID 20010306.004] || != named unary operator
2959              From: abela@geneanet.org
2960              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
2961              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
2962      Branch: perl
2963            ! pod/perlop.pod
2964 ____________________________________________________________________________
2965 [  9071] By: jhi                                   on 2001/03/07  15:14:11
2966         Log: Subject: downgrading to bytes for common functions
2967              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
2968              Date: Wed, 7 Mar 2001 02:36:55 -0500
2969              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
2970      Branch: perl
2971            ! pp_sys.c
2972 ____________________________________________________________________________
2973 [  9070] By: jhi                                   on 2001/03/07  15:04:58
2974         Log: Clarify the description differentiating for and while; inspired by
2975              
2976              Subject: [ID 20010306.002] for/while difference in for definition
2977              From: abela@geneanet.org
2978              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
2979              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
2980      Branch: perl
2981            ! pod/perlsyn.pod
2982 ____________________________________________________________________________
2983 [  9069] By: jhi                                   on 2001/03/07  14:55:30
2984         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
2985              From: Dorner Thomas <Thomas.Dorner@start.de>
2986              Date: Wed, 7 Mar 2001 14:13:31 +0100
2987              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
2988      Branch: perl
2989            ! Makefile.SH
2990 ____________________________________________________________________________
2991 [  9068] By: jhi                                   on 2001/03/07  14:51:17
2992         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
2993              From: Radu Greab <radu@netsoft.ro>
2994              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
2995              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
2996      Branch: perl
2997            ! pp.c t/op/chop.t
2998 ____________________________________________________________________________
2999 [  9067] By: jhi                                   on 2001/03/07  14:48:57
3000         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
3001              From: Simon Cozens <simon@netthink.co.uk>
3002              Date: Wed, 7 Mar 2001 13:59:28 +0000
3003              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
3004              
3005              In order to allow MakeMaker to build correct Makefiles,
3006              you need to change the order of the arguments in MM_Unix.pm
3007              as well. (Unless you have C89_CCMODE set, but we're trying
3008              to be POSIXly correct)
3009              
3010              Thanks to Merijn Broeren for tracking this down.
3011      Branch: perl
3012            ! lib/ExtUtils/MM_Unix.pm
3013 ____________________________________________________________________________
3014 [  9066] By: jhi                                   on 2001/03/07  14:30:02
3015         Log: Floating point too messy.
3016      Branch: perl
3017            ! t/camel-III/vstring.t
3018 ____________________________________________________________________________
3019 [  9065] By: jhi                                   on 2001/03/07  14:17:44
3020         Log: Integrate change #9064 from maintperl into mainline.
3021              
3022              fix memory leak in pack("Bb",...)
3023      Branch: perl
3024           !> perl.c
3025 ____________________________________________________________________________
3026 [  9064] By: gsar                                  on 2001/03/07  06:29:24
3027         Log: fix memory leak in pack("Bb",...)
3028      Branch: maint-5.6/perl
3029            ! perl.c
3030 ____________________________________________________________________________
3031 [  9063] By: jhi                                   on 2001/03/07  00:55:04
3032         Log: Major utf8 test reorganisation and rewrite.
3033              Hopefully no tests were lost in the shuffle.
3034              (The beginning of pragma/utf8 was lost intentionally,
3035              the tests were rather bogus and incomplete.)
3036      Branch: perl
3037            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
3038            ! t/pragma/utf8.t
3039 ____________________________________________________________________________
3040 [  9062] By: jhi                                   on 2001/03/07  00:41:16
3041         Log: More tweakage on the Unicode character class descriptions.
3042      Branch: perl
3043            ! lib/unicode/mktables.PL pod/perlretut.pod
3044 ____________________________________________________________________________
3045 [  9061] By: jhi                                   on 2001/03/06  23:12:38
3046         Log: The perlretut was still talking about the old \p and \P
3047              definitions.
3048      Branch: perl
3049            ! pod/perlretut.pod
3050 ____________________________________________________________________________
3051 [  9060] By: nick                                  on 2001/03/06  20:52:37
3052         Log: Integrate mainline (make test works again now).
3053      Branch: perlio
3054           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
3055 ____________________________________________________________________________
3056 [  9059] By: jhi                                   on 2001/03/06  15:36:14
3057         Log: 0.999... does equal 1.0, doesn't it?
3058      Branch: perl
3059            ! t/camel-III/vstring.t
3060 ____________________________________________________________________________
3061 [  9058] By: jhi                                   on 2001/03/06  15:34:00
3062         Log: Make /x{abcd}/ to work without use utf8.
3063      Branch: perl
3064            ! regcomp.c
3065 ____________________________________________________________________________
3066 [  9057] By: jhi                                   on 2001/03/06  03:02:36
3067         Log: Easier to outcomment all the three reset() tests for now.
3068      Branch: perl
3069            ! t/op/pat.t
3070 ____________________________________________________________________________
3071 [  9056] By: jhi                                   on 2001/03/06  02:30:02
3072         Log: Comment out the deadly reset; until the 20010301.005
3073              is finally fixed.
3074      Branch: perl
3075            ! t/op/pat.t
3076 ____________________________________________________________________________
3077 [  9055] By: jhi                                   on 2001/03/06  02:21:26
3078         Log: Integrate the change #9054 from mainline:
3079              retract the PMOP cleanup patch pending further investigation.
3080      Branch: maint-5.6/perl
3081           !> op.c op.h
3082 ____________________________________________________________________________
3083 [  9054] By: jhi                                   on 2001/03/06  02:19:57
3084         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
3085              with oddly familiar stack traces.
3086      Branch: perl
3087            ! op.c op.h
3088 ____________________________________________________________________________
3089 [  9053] By: jhi                                   on 2001/03/05  23:20:28
3090         Log: Integrate perlio.
3091      Branch: perl
3092           +> ext/Encode/Encode/koi8-r.ucm
3093           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
3094           !> makedef.pl
3095 ____________________________________________________________________________
3096 [  9052] By: nick                                  on 2001/03/05  23:08:17
3097         Log: skipping USE_PERLIO symbols correction.
3098      Branch: perlio
3099            ! makedef.pl
3100 ____________________________________________________________________________
3101 [  9051] By: nick                                  on 2001/03/05  22:35:07
3102         Log: More Encode alias tidying.
3103      Branch: perlio
3104            + ext/Encode/Encode/koi8-r.ucm
3105            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
3106 ____________________________________________________________________________
3107 [  9050] By: jhi                                   on 2001/03/05  21:44:29
3108         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
3109              Sarathy's fix for ID 20010301.005.
3110      Branch: maint-5.6/perl
3111           !> op.c op.h
3112 ____________________________________________________________________________
3113 [  9049] By: nick                                  on 2001/03/05  19:54:04
3114         Log: Integrate Jarkko's Encode.pm tweak.
3115      Branch: perlio
3116           !> ext/Encode/Encode.pm
3117 ____________________________________________________________________________
3118 [  9048] By: nick                                  on 2001/03/05  19:47:57
3119         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
3120      Branch: perlio
3121           +> os2/os2add.sym
3122           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
3123           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
3124           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
3125           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
3126           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
3127 ____________________________________________________________________________
3128 [  9047] By: jhi                                   on 2001/03/05  19:25:26
3129         Log: Regen perlapi.
3130      Branch: perl
3131            ! pod/perlapi.pod
3132 ____________________________________________________________________________
3133 [  9046] By: jhi                                   on 2001/03/05  19:12:14
3134         Log: Integrate perlio.
3135      Branch: perl
3136           +> t/camel-III/vstring.t
3137           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
3138 ____________________________________________________________________________
3139 [  9045] By: jhi                                   on 2001/03/05  19:10:36
3140         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
3141      Branch: perl
3142            ! ext/Encode/Encode.pm
3143 ____________________________________________________________________________
3144 [  9044] By: jhi                                   on 2001/03/05  18:49:12
3145         Log: Forgot the other half of the PMOP patch (#9033).
3146      Branch: perl
3147            ! op.h
3148 ____________________________________________________________________________
3149 [  9043] By: nick                                  on 2001/03/05  18:14:47
3150         Log: Update MANIFEST for new test.
3151      Branch: perlio
3152            ! MANIFEST
3153 ____________________________________________________________________________
3154 [  9042] By: nick                                  on 2001/03/05  18:12:41
3155         Log: Some tests for Camel 3rd edition features.
3156              Make gethostbyaddr() test in above work.
3157      Branch: perlio
3158            + t/camel-III/vstring.t
3159            ! pp.h pp_sys.c t/TEST t/harness
3160 ____________________________________________________________________________
3161 [  9041] By: jhi                                   on 2001/03/05  17:41:48
3162         Log: Add more ISO 8859 encoding aliases.
3163      Branch: perl
3164            ! ext/Encode/Encode.pm
3165 ____________________________________________________________________________
3166 [  9040] By: jhi                                   on 2001/03/05  17:30:43
3167         Log: Integrate perlio.
3168      Branch: perl
3169           !> MANIFEST sv.c
3170 ____________________________________________________________________________
3171 [  9039] By: nick                                  on 2001/03/05  17:11:36
3172         Log: Missed added file.
3173      Branch: perlio
3174            ! MANIFEST
3175 ____________________________________________________________________________
3176 [  9038] By: jhi                                   on 2001/03/05  15:58:01
3177         Log: Add tr tests for EBCDIC, from Karsten Sperling.
3178      Branch: perl
3179            ! t/op/tr.t
3180 ____________________________________________________________________________
3181 [  9037] By: nick                                  on 2001/03/05  15:56:35
3182         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
3183              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
3184              
3185              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
3186              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
3187              - uses SvPV() rather than sv_2pv() in case it isn't a string.
3188      Branch: perlio
3189            ! sv.c
3190 ____________________________________________________________________________
3191 [  9036] By: jhi                                   on 2001/03/05  15:49:15
3192         Log: Add matching tests currently failing in EBCDIC,
3193              suggested by Karsten Sperling.
3194      Branch: perl
3195            ! t/op/pat.t
3196 ____________________________________________________________________________
3197 [  9035] By: jhi                                   on 2001/03/05  15:36:55
3198         Log: The #9034 needs a MANIFESTation.
3199      Branch: perl
3200            ! MANIFEST
3201 ____________________________________________________________________________
3202 [  9034] By: jhi                                   on 2001/03/05  15:35:14
3203         Log: Integrate perlio.
3204      Branch: perl
3205           +> ext/Encode/Encode/Tcl.pm
3206           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
3207           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
3208           !> ext/Encode/Encode/iso8859-1.ucm
3209           !> ext/Encode/Encode/iso8859-10.ucm
3210           !> ext/Encode/Encode/iso8859-13.ucm
3211           !> ext/Encode/Encode/iso8859-14.ucm
3212           !> ext/Encode/Encode/iso8859-15.ucm
3213           !> ext/Encode/Encode/iso8859-16.ucm
3214           !> ext/Encode/Encode/iso8859-2.ucm
3215           !> ext/Encode/Encode/iso8859-3.ucm
3216           !> ext/Encode/Encode/iso8859-4.ucm
3217           !> ext/Encode/Encode/iso8859-5.ucm
3218           !> ext/Encode/Encode/iso8859-6.ucm
3219           !> ext/Encode/Encode/iso8859-7.ucm
3220           !> ext/Encode/Encode/iso8859-8.ucm
3221           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
3222           !> t/lib/encode.t
3223 ____________________________________________________________________________
3224 [  9033] By: jhi                                   on 2001/03/05  15:33:18
3225         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
3226              From: Gurusamy Sarathy <gsar@ActiveState.com>
3227              Date: Sun, 04 Mar 2001 22:33:15 -0800
3228              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
3229              
3230              PMOPs need to remember their own stash so that they can
3231              gracefully remove themselves from their linked list.
3232      Branch: perl
3233            ! op.c
3234 ____________________________________________________________________________
3235 [  9032] By: nick                                  on 2001/03/05  14:51:50
3236         Log: Encode implementation "completion"
3237              Implement and document define_encoding()
3238              Implement and document encoding aliases including define_alias()
3239              Make Encode::XS use define_encoding() rather than back-door.
3240              Move run-time *.enc to separate Encode::Tcl module.
3241              Make 'compile' honour <codeset_name>
3242              Change canonical names of to iso-8859-* and US-ascii.
3243      Branch: perlio
3244            + ext/Encode/Encode/Tcl.pm
3245            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3246            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
3247            ! ext/Encode/Encode/iso8859-1.ucm
3248            ! ext/Encode/Encode/iso8859-10.ucm
3249            ! ext/Encode/Encode/iso8859-13.ucm
3250            ! ext/Encode/Encode/iso8859-14.ucm
3251            ! ext/Encode/Encode/iso8859-15.ucm
3252            ! ext/Encode/Encode/iso8859-16.ucm
3253            ! ext/Encode/Encode/iso8859-2.ucm
3254            ! ext/Encode/Encode/iso8859-3.ucm
3255            ! ext/Encode/Encode/iso8859-4.ucm
3256            ! ext/Encode/Encode/iso8859-5.ucm
3257            ! ext/Encode/Encode/iso8859-6.ucm
3258            ! ext/Encode/Encode/iso8859-7.ucm
3259            ! ext/Encode/Encode/iso8859-8.ucm
3260            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
3261            ! t/lib/encode.t
3262 ____________________________________________________________________________
3263 [  9031] By: jhi                                   on 2001/03/05  13:51:17
3264         Log: Integrate change #9030 from maintperl into mainline.
3265              
3266              Subject: [PATCH 5.6.1] OS/2 cleanup
3267      Branch: perl
3268           +> os2/os2add.sym
3269           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
3270           !> makedef.pl os2/Changes os2/Makefile.SHs
3271           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
3272           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
3273           !> os2/os2.sym os2/os2ish.h
3274 ____________________________________________________________________________
3275 [  9030] By: jhi                                   on 2001/03/05  13:46:49
3276         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
3277              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3278              Date: Mon, 5 Mar 2001 02:29:44 -0500
3279              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
3280      Branch: maint-5.6/perl
3281            + os2/os2add.sym
3282            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
3283            ! makedef.pl os2/Changes os2/Makefile.SHs
3284            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
3285            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
3286            ! os2/os2.sym os2/os2ish.h
3287 ____________________________________________________________________________
3288 [  9029] By: jhi                                   on 2001/03/05  13:40:35
3289         Log: Integrate change #9028 from maintperl into mainline.
3290              
3291              various nits in MM_Unix.pm found by disabling SelfLoader
3292      Branch: perl
3293           !> lib/ExtUtils/MM_Unix.pm
3294 ____________________________________________________________________________
3295 [  9028] By: gsar                                  on 2001/03/05  09:58:38
3296         Log: various nits in MM_Unix.pm found by disabling SelfLoader
3297      Branch: maint-5.6/perl
3298            ! lib/ExtUtils/MM_Unix.pm
3299 ____________________________________________________________________________
3300 [  9027] By: nick                                  on 2001/03/05  08:35:22
3301         Log: Integrate mainline
3302      Branch: perlio
3303           !> (integrate 28 files)
3304 ____________________________________________________________________________
3305 [  9026] By: jhi                                   on 2001/03/05  02:14:59
3306         Log: Integrate change #9025 from mainline to maintperl,
3307              retract \N{U+HHHH}.
3308      Branch: maint-5.6/perl
3309           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
3310           !> t/lib/charnames.t toke.c
3311 ____________________________________________________________________________
3312 [  9025] By: jhi                                   on 2001/03/05  02:13:09
3313         Log: Retracting \N{U+HHHH}.
3314      Branch: perl
3315            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
3316            ! t/lib/charnames.t toke.c
3317 ____________________________________________________________________________
3318 [  9024] By: jhi                                   on 2001/03/04  20:51:07
3319         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
3320              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
3321              Date: Fri, 02 Mar 2001 18:25:26 +0100
3322              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
3323              
3324              Casting problem.
3325      Branch: perl
3326            ! ext/Storable/Storable.xs
3327 ____________________________________________________________________________
3328 [  9023] By: jhi                                   on 2001/03/04  19:46:45
3329         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
3330              From: nick@talking.bollo.cx
3331              Date: Sat, 03 Mar 2001 21:41:33 +0000
3332              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
3333              
3334              Revert the workaround.
3335      Branch: perl
3336            ! perlio.c
3337 ____________________________________________________________________________
3338 [  9022] By: jhi                                   on 2001/03/04  19:36:28
3339         Log: Update Changes.
3340      Branch: perl
3341            ! Changes patchlevel.h
3342 ____________________________________________________________________________
3343 [  9021] By: jhi                                   on 2001/03/04  18:41:00
3344         Log: makedef.pl updates suggested by Chris Nandor; double-checking
3345              the changes in AIX, OS/2 Win32 would be nice.
3346      Branch: perl
3347            ! makedef.pl
3348 ____________________________________________________________________________
3349 [  9020] By: jhi                                   on 2001/03/04  18:23:58
3350         Log: Integrate change #9012 from maintperl into mainline,
3351              quench a compiler warning.
3352      Branch: perl
3353           !> toke.c
3354 ____________________________________________________________________________
3355 [  9019] By: jhi                                   on 2001/03/04  18:18:43
3356         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
3357              
3358              \N{U+HHHH} fix.
3359              
3360              pattern in G_ARRAY context
3361      Branch: maint-5.6/perl
3362           !> pp_hot.c t/op/pat.t toke.c
3363 ____________________________________________________________________________
3364 [  9018] By: jhi                                   on 2001/03/04  18:07:48
3365         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
3366              From: Jeff Pinyan <jeffp@crusoe.net>
3367              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
3368              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
3369      Branch: perl
3370            ! pp_hot.c t/op/pat.t
3371 ____________________________________________________________________________
3372 [  9017] By: jhi                                   on 2001/03/04  18:06:21
3373         Log: I thought I tested the #9014.
3374      Branch: perl
3375            ! toke.c
3376 ____________________________________________________________________________
3377 [  9016] By: jhi                                   on 2001/03/04  17:41:22
3378         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
3379              
3380              Tweak the get*ent() OS/2 prototypes.
3381              
3382              Add the \N{U+HHHH} syntax.
3383              
3384              More tr/// UTF-8 fixes from Inaba Hiroto.
3385      Branch: maint-5.6/perl
3386           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
3387           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
3388 ____________________________________________________________________________
3389 [  9015] By: jhi                                   on 2001/03/04  17:36:04
3390         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
3391      Branch: perl
3392            ! doop.c t/op/tr.t
3393 ____________________________________________________________________________
3394 [  9014] By: jhi                                   on 2001/03/04  17:24:49
3395         Log: Add the \N{U+HHHH} syntax.
3396      Branch: perl
3397            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
3398            ! t/lib/charnames.t toke.c
3399 ____________________________________________________________________________
3400 [  9013] By: jhi                                   on 2001/03/04  17:20:45
3401         Log: Tweak the get*ent() OS/2 prototypes.
3402      Branch: perl
3403            ! os2/os2.c
3404 ____________________________________________________________________________
3405 [  9012] By: gsar                                  on 2001/03/04  06:26:14
3406         Log: avoid warning (nit in change#9009)
3407      Branch: maint-5.6/perl
3408            ! toke.c
3409 ____________________________________________________________________________
3410 [  9011] By: gsar                                  on 2001/03/04  06:15:24
3411         Log: lib/charnames.t fails in 5.6.x because of older Unicode
3412              data
3413              
3414              TODO: need to revisit this after updating lib/unicode/...
3415      Branch: maint-5.6/perl
3416            ! t/lib/charnames.t
3417 ____________________________________________________________________________
3418 [  9010] By: gsar                                  on 2001/03/04  06:08:36
3419         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
3420      Branch: maint-5.6/perl
3421            ! toke.c
3422 ____________________________________________________________________________
3423 [  9009] By: jhi                                   on 2001/03/03  19:27:20
3424         Log: Integrate change #9008 from mainline to maintperl,
3425              UTF-8 tr/// fixes from Inaba Hiroto.
3426      Branch: maint-5.6/perl
3427           !> doop.c op.c t/op/tr.t toke.c
3428 ____________________________________________________________________________
3429 [  9008] By: jhi                                   on 2001/03/03  19:19:42
3430         Log: UTF8 tr/// fixes from Inaba Hiroto.
3431      Branch: perl
3432            ! doop.c op.c t/op/tr.t toke.c
3433 ____________________________________________________________________________
3434 [  9007] By: jhi                                   on 2001/03/03  19:00:30
3435         Log: Integrate change #9006 from maintperl to mainline,
3436              more robust quest for the infinite.
3437      Branch: perl
3438           !> lib/Math/Complex.pm
3439 ____________________________________________________________________________
3440 [  9006] By: jhi                                   on 2001/03/03  18:58:06
3441         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
3442              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3443              Date: Sat, 3 Mar 2001 12:51:50 -0500
3444              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
3445              
3446              Be more robust in our quest for the infinite.
3447      Branch: maint-5.6/perl
3448            ! lib/Math/Complex.pm
3449 ____________________________________________________________________________
3450 [  9005] By: jhi                                   on 2001/03/03  17:55:50
3451         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
3452      Branch: maint-5.6/perl
3453            ! doio.c
3454 ____________________________________________________________________________
3455 [  9004] By: jhi                                   on 2001/03/03  17:40:14
3456         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
3457              so that picky compilers like IRIX won't get huffy about
3458              "statements without effect" (like 1;).
3459      Branch: perl
3460            ! toke.c
3461 ____________________________________________________________________________
3462 [  9003] By: jhi                                   on 2001/03/03  17:15:52
3463         Log: Integrate change #9002 from mainline to maintperl.
3464              
3465              Subject: [perl-5.6.x, perl-current] accept for EPOC
3466      Branch: maint-5.6/perl
3467           !> pp_sys.c
3468 ____________________________________________________________________________
3469 [  9002] By: jhi                                   on 2001/03/03  17:14:30
3470         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
3471              From: Olaf Flebbe <O.Flebbe@science-computing.de>
3472              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
3473              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
3474      Branch: perl
3475            ! pp_sys.c
3476 ____________________________________________________________________________
3477 [  9001] By: jhi                                   on 2001/03/03  17:13:13
3478         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
3479              From: "Craig A. Berry" <craigberry@mac.com>
3480              Date: Fri, 02 Mar 2001 17:44:40 -0600
3481              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
3482      Branch: perl
3483            ! t/pod/find.t
3484 ____________________________________________________________________________
3485 [  9000] By: jhi                                   on 2001/03/03  17:11:55
3486         Log: Integrate changes #8997,8999 from maintperl.
3487              
3488              Subject: [PATCH 5.6.1] compiling on OS/2
3489              (Better error message from hints/os2.sh)
3490              
3491              Subject: [PATCH 5.6.1] syslog.t
3492      Branch: perl
3493           !> hints/os2.sh t/lib/syslog.t
3494 ____________________________________________________________________________
3495 [  8999] By: jhi                                   on 2001/03/03  17:09:28
3496         Log: Subject: [PATCH 5.6.1] syslog.t
3497              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3498              Date: Sat, 3 Mar 2001 02:11:17 -0500
3499              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
3500      Branch: maint-5.6/perl
3501            ! t/lib/syslog.t
3502 ____________________________________________________________________________
3503 [  8998] By: jhi                                   on 2001/03/03  17:07:50
3504         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
3505              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3506              Date: Sat, 3 Mar 2001 01:53:52 -0500
3507              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
3508      Branch: maint-5.6/perl
3509            ! opcode.pl os2/os2.c
3510 ____________________________________________________________________________
3511 [  8997] By: jhi                                   on 2001/03/03  17:03:30
3512         Log: Subject: [PATCH 5.6.1] compiling on OS/2
3513              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3514              Date: Sat, 3 Mar 2001 01:59:59 -0500
3515              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
3516      Branch: maint-5.6/perl
3517            ! hints/os2.sh
3518 ____________________________________________________________________________
3519 [  8996] By: jhi                                   on 2001/03/03  00:55:58
3520         Log: Regen files for mainline.
3521      Branch: perl
3522            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3523            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
3524 ____________________________________________________________________________
3525 [  8995] By: jhi                                   on 2001/03/03  00:35:22
3526         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
3527              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
3528              to maintperl.
3529              
3530              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
3531              
3532              Add Configure option -Dmksymlinks which will create a symlink
3533              forest if the current/build differs from the source directory.
3534              (8218,8220,8221,8317,8318,8971)
3535              
3536              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
3537              (Document APPLLIB_EXP in INSTALL.)
3538              
3539              If running byacc write-enable also perly.h.
3540              
3541              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
3542              
3543              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
3544              
3545              Sanity check for conflicting thread flavours.
3546              
3547              Fix the sys/fcntl.h problem reported by Peter Prymmer.
3548              
3549              Add few CPUs/architectures to the Cppsym scan,
3550              add -perlio to archname if so selected (modified 8890)
3551              
3552              Be more helpful for devel builders, suggested by John L. Allen.
3553              (admittedly pointless change for maintperl, but the usedevel
3554              code is there already)
3555      Branch: maint-5.6/perl
3556           !> Configure INSTALL Makefile.SH Porting/Glossary
3557           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
3558           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
3559           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
3560           !> win32/config.bc win32/config.gc win32/config.vc
3561 ____________________________________________________________________________
3562 [  8994] By: jhi                                   on 2001/03/02  23:31:41
3563         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
3564      Branch: metaconfig/U/perl
3565            ! gccvers.U
3566 ____________________________________________________________________________
3567 [  8993] By: jhi                                   on 2001/03/02  23:22:12
3568         Log: Regenerate various files for maint.
3569      Branch: maint-5.6/perl
3570            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
3571            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
3572 ____________________________________________________________________________
3573 [  8992] By: alanbur                               on 2001/03/02  22:48:34
3574         Log: Resync wuth parent
3575      Branch: maint-5.6/pureperl
3576           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
3577           !> (integrate 60 files)
3578 ____________________________________________________________________________
3579 [  8991] By: jhi                                   on 2001/03/02  21:00:08
3580         Log: Retract the #8742 part of #8986, backward compat.
3581      Branch: maint-5.6/perl
3582            ! embed.pl
3583 ____________________________________________________________________________
3584 [  8990] By: jhi                                   on 2001/03/02  20:40:07
3585         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
3586      Branch: maint-5.6/perl
3587            ! hv.c
3588 ____________________________________________________________________________
3589 [  8989] By: jhi                                   on 2001/03/02  19:59:56
3590         Log: Update Changes.
3591      Branch: perl
3592            ! Changes patchlevel.h
3593 ____________________________________________________________________________
3594 [  8988] By: jhi                                   on 2001/03/02  19:57:08
3595         Log: Integrate perlio.
3596      Branch: perl
3597           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
3598           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
3599           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
3600           !> ext/Encode/Encode/iso8859-10.ucm
3601           !> ext/Encode/Encode/iso8859-13.ucm
3602           !> ext/Encode/Encode/iso8859-14.ucm
3603           !> ext/Encode/Encode/iso8859-15.ucm
3604           !> ext/Encode/Encode/iso8859-16.ucm
3605           !> ext/Encode/Encode/iso8859-2.ucm
3606           !> ext/Encode/Encode/iso8859-3.ucm
3607           !> ext/Encode/Encode/iso8859-4.ucm
3608           !> ext/Encode/Encode/iso8859-5.ucm
3609           !> ext/Encode/Encode/iso8859-6.ucm
3610           !> ext/Encode/Encode/iso8859-7.ucm
3611           !> ext/Encode/Encode/iso8859-8.ucm
3612           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
3613           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
3614 ____________________________________________________________________________
3615 [  8987] By: jhi                                   on 2001/03/02  19:43:40
3616         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
3617              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
3618              8950,8952,8955 from mainline to maintperl.
3619              
3620              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
3621              
3622              Put to rest the 20010205.001, the email address checking (not) regex.
3623              
3624              fork() not everywhere, cleanup temp files.
3625              
3626              The #8843 wasn't quite right: %Config needs to imported.
3627              
3628              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
3629              (#8849: the glob-basic hunk needed massaging as it depended
3630              on Schwern's large-scale (unintegrated) patches)
3631              
3632              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
3633              
3634              Upgrade to CGI.pm 2.752, from Lincoln Stein.
3635              (Note: there were some conflicts due to EBCDIC and EPOC
3636              patches, in general I preferred the repository code.)
3637              (When 2.753 comes out, we need to synchronize.)
3638              
3639              Subject: [PATCH] fix for charnames above FFFF
3640              
3641              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
3642              
3643              If no sfio, no -lsfio.
3644              
3645              Run run/*.t also in minitest.
3646              
3647              Subject:  [PATCH perl 5.7.0] malloc message address offset
3648              
3649              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
3650              
3651              Subject: fix for parameter -Dm (for perl@8867)
3652              
3653              Subject: [PATCH: perl@8892] was Re: hashing order difference?
3654              (make the test more portable)
3655              
3656              Subject: Re: [PATCH] fix for charnames above FFFF
3657              
3658              Subject: Re: I'm losing the war...
3659              (hv_store() not working correctly in ENV_IS_CASELESS case.)
3660              
3661              Subject: Modified README.bs2000 
3662              
3663              Subject: [PATCH: perl@8935] -Dt padsv($var)
3664              
3665              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
3666              
3667              Subject: PATCH: extra tests to check on negative float to unsigned cast
3668              
3669              Subject: [PATCH] XPUSH[insp] was Re: progress
3670              
3671              Subject: Re: Compile with perlcc..
3672      Branch: maint-5.6/perl
3673           !> (integrate 36 files)
3674 ____________________________________________________________________________
3675 [  8986] By: jhi                                   on 2001/03/02  18:51:25
3676         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
3677              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
3678              to maintperl.
3679              
3680              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
3681              
3682              Subject: [DOC PATCH] overload.pm nits
3683              
3684              Add header for LIB$ prototypes (C. Berry)
3685              
3686              Convert fwrite()s to sockets to write()s, since some socket stacks
3687              don't take kindly to stdio.
3688              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
3689              (for often optional LNMs)
3690              Correct a few typos
3691              (C. Bailey)
3692              
3693              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
3694              
3695              De-cut-and-pasto.
3696              
3697              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
3698              
3699              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
3700              
3701              Upgrade to CPAN 1.59_54, from Andreas König.
3702              
3703              Bogus shebang.
3704              
3705              Subject: [PATCH] Document makepatch in Porting/patching
3706              
3707              UTF-8 documentation.
3708              
3709              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
3710              
3711              Sort the MANIFEST.
3712              
3713              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
3714              
3715              Subject: [PATCH @8807] toke.c cleanup: scan_str()
3716              
3717              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
3718              
3719              Add run/*.t to testables.
3720              
3721              TODO: integrate #8784.
3722      Branch: maint-5.6/perl
3723           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
3724           !> (integrate 28 files)
3725 ____________________________________________________________________________
3726 [  8985] By: nick                                  on 2001/03/02  18:15:45
3727         Log: Integrate mainline
3728      Branch: perlio
3729           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
3730           !> vms/vms.c
3731 ____________________________________________________________________________
3732 [  8984] By: jhi                                   on 2001/03/02  16:00:17
3733         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
3734              
3735              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
3736              5.004_05, and mention the suidperl August 2000 security problem.
3737              (#8978,#8981)
3738              
3739              Subject: [ID 20010301.004] Technically speaking in perldata
3740              
3741              Subject: [PATCH] File::Copy for bleadperl, maintperl
3742              
3743              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
3744              
3745              (The #8982, fix for 20010221.005 and 20010221.008,
3746              would be nice too but it didn't integrate cleanly.)
3747      Branch: maint-5.6/perl
3748           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
3749 ____________________________________________________________________________
3750 [  8983] By: jhi                                   on 2001/03/02  15:51:16
3751         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
3752              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3753              Date:     Thu, 1 Mar 2001 15:54:09 EST
3754              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
3755      Branch: perl
3756            ! vms/vms.c
3757 ____________________________________________________________________________
3758 [  8982] By: jhi                                   on 2001/03/02  15:43:31
3759         Log: Subject: Re: sync sync sync: have I missed any patches?
3760              From: Radu Greab <radu@netsoft.ro> 
3761              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
3762              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
3763              
3764              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
3765              was checking argv[0] regardless of whether a different pathname
3766              will actually be executed."  Test case not supplied because 
3767              drafting that, ironically enough, revealed another bug
3768              (or a feature).
3769      Branch: perl
3770            ! doio.c
3771 ____________________________________________________________________________
3772 [  8981] By: jhi                                   on 2001/03/02  15:28:03
3773         Log: Misdate in #8978.
3774      Branch: perl
3775            ! pod/perlfaq1.pod
3776 ____________________________________________________________________________
3777 [  8980] By: jhi                                   on 2001/03/02  15:24:20
3778         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
3779              From: Chris Nandor <pudge@pobox.com>
3780              Date: Wed, 28 Feb 2001 22:10:15 -0500
3781              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
3782      Branch: perl
3783            ! lib/File/Copy.pm
3784 ____________________________________________________________________________
3785 [  8979] By: jhi                                   on 2001/03/02  15:17:16
3786         Log: Subject: [ID 20010301.004] Technically speaking in perldata
3787              From: abela@geneanet.org
3788              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
3789              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
3790      Branch: perl
3791            ! pod/perldata.pod
3792 ____________________________________________________________________________
3793 [  8978] By: jhi                                   on 2001/03/02  15:15:27
3794         Log: Subject: [ID 20010301.003] ref to 5.004
3795              From: abela@geneanet.org
3796              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
3797              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
3798              
3799              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
3800              and mention the suidperl August 2000 security problem.
3801      Branch: perl
3802            ! pod/perlfaq1.pod
3803 ____________________________________________________________________________
3804 [  8977] By: alanbur                               on 2001/03/02  14:17:45
3805         Log: Resynchronised with parent
3806      Branch: maint-5.6/pureperl
3807           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
3808           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
3809           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
3810           !> vms/descrip_mms.template win32/win32.c win32/win32.h
3811           !> win32/win32iop.h
3812 ____________________________________________________________________________
3813 [  8976] By: nick                                  on 2001/03/01  23:25:30
3814         Log: Integrate mainline.
3815      Branch: perlio
3816            - t/op/qu.t
3817           !> (integrate 55 files)
3818 ____________________________________________________________________________
3819 [  8975] By: jhi                                   on 2001/03/01  16:51:34
3820         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
3821      Branch: perl
3822           !> toke.c
3823 ____________________________________________________________________________
3824 [  8974] By: gsar                                  on 2001/03/01  16:28:21
3825         Log: fix for bugid 20010226.008
3826              
3827              the problem was that some of the pointers (PL_last_lop and
3828              PL_last_uni specifically) into the lex buffers weren't correctly
3829              being invalidated when the buffer changed; this would leave the
3830              pointers pointing at an arbitrary location in the buffer if
3831              the buffer didn't need to be reallocated, or point into freed
3832              memory if the buffer had to be realloced
3833              
3834              TODO item for bugdb maintainers: check other seemingly random
3835              parser-related bugs--they might be cured by this
3836      Branch: maint-5.6/perl
3837            ! toke.c
3838 ____________________________________________________________________________
3839 [  8973] By: jhi                                   on 2001/03/01  02:23:25
3840         Log: Retract #8970 because of a completely mysterious core dump:
3841              adding the tests 241..244 causes op/pat dump core at test #25.
3842              The test needs a lot of whittling down before the bug can be solved.
3843      Branch: perl
3844            ! t/op/pat.t
3845 ____________________________________________________________________________
3846 [  8972] By: jhi                                   on 2001/03/01  01:58:38
3847         Log: Regen perlapi.
3848      Branch: perl
3849            ! pod/perlapi.pod
3850 ____________________________________________________________________________
3851 [  8971] By: jhi                                   on 2001/03/01  01:34:09
3852         Log: Subject: [PATCH] don't write along symlinks into a read only source tree (was Re: [ID 20010129.006] OK: perl v5.7.0 +DEVEL8584 on i586-linux-64all 2.2.12 (UNINSTALLED))
3853              From: Nicholas Clark <nick@ccl4.org>
3854              Date: Wed, 28 Feb 2001 23:28:49 +0000
3855              Message-ID: <20010228232849.A55187@plum.flirble.org>
3856              
3857              Allow a completely write protected source code tree
3858              when using the Configure -Dmksymlinks.
3859      Branch: perl
3860            ! embed.pl warnings.pl
3861 ____________________________________________________________________________
3862 [  8970] By: jhi                                   on 2001/03/01  01:32:04
3863         Log: Add back the EBCDIC character range tests (for matching).
3864      Branch: perl
3865            ! t/op/pat.t
3866 ____________________________________________________________________________
3867 [  8969] By: nick                                  on 2001/02/28  18:18:01
3868         Log: Add charname comments to .ucm files writen by 'compile',
3869              also order charmaps in those files by source encoding.
3870              regenerate distrubuted .ucm files
3871      Branch: perlio
3872            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
3873            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
3874            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
3875            ! ext/Encode/Encode/iso8859-10.ucm
3876            ! ext/Encode/Encode/iso8859-13.ucm
3877            ! ext/Encode/Encode/iso8859-14.ucm
3878            ! ext/Encode/Encode/iso8859-15.ucm
3879            ! ext/Encode/Encode/iso8859-16.ucm
3880            ! ext/Encode/Encode/iso8859-2.ucm
3881            ! ext/Encode/Encode/iso8859-3.ucm
3882            ! ext/Encode/Encode/iso8859-4.ucm
3883            ! ext/Encode/Encode/iso8859-5.ucm
3884            ! ext/Encode/Encode/iso8859-6.ucm
3885            ! ext/Encode/Encode/iso8859-7.ucm
3886            ! ext/Encode/Encode/iso8859-8.ucm
3887            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
3888            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
3889 ____________________________________________________________________________
3890 [  8968] By: jhi                                   on 2001/02/28  16:26:37
3891         Log: Expand usemorebits early if d_casti32 needs to be undefined.
3892      Branch: perl
3893            ! hints/hpux.sh hints/irix_6.sh
3894 ____________________________________________________________________________
3895 [  8967] By: jhi                                   on 2001/02/28  16:22:26
3896         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
3897              retract toke.c/qu parts of #8583, retract #8485, retract
3898              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
3899              op/length.t, and MANIFEST, and delete t/op/qu.t.
3900      Branch: perl
3901            - t/op/qu.t
3902            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
3903            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
3904            ! t/op/length.t toke.c
3905 ____________________________________________________________________________
3906 [  8966] By: jhi                                   on 2001/02/28  15:00:27
3907         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
3908              by not changing from pre-Unicode days into being Unicode-aware.
3909              Sniff.
3910      Branch: perl
3911            ! pp.c t/op/pack.t t/op/qu.t
3912 ____________________________________________________________________________
3913 [  8965] By: jhi                                   on 2001/02/28  14:37:55
3914         Log: Subject: Re: Errors in core PODs
3915              From: Michael Stevens <michael@etla.org> 
3916              Date: Fri, 23 Feb 2001 15:47:56 +0000
3917              Message-ID: <20010223154756.A7723@firedrake.org> 
3918      Branch: perl
3919            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
3920            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
3921            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
3922            ! x2p/a2p.pod
3923 ____________________________________________________________________________
3924 [  8964] By: jhi                                   on 2001/02/28  14:35:35
3925         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
3926              (The #8961 was too bold.)
3927      Branch: perl
3928            ! hints/hpux.sh hints/irix_6.sh
3929 ____________________________________________________________________________
3930 [  8963] By: jhi                                   on 2001/02/28  14:33:39
3931         Log: Subject: Re: sync sync sync: have I missed any patches?
3932              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3933              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
3934              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
3935              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
3936              
3937              Replace djSP with dSP.
3938      Branch: perl
3939            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
3940            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
3941            ! win32/perlhost.h
3942 ____________________________________________________________________________
3943 [  8962] By: jhi                                   on 2001/02/27  23:21:14
3944         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
3945      Branch: perl
3946            ! lib/Filter/Simple.pm
3947 ____________________________________________________________________________
3948 [  8961] By: jhi                                   on 2001/02/27  22:55:26
3949         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
3950              and this would be it.
3951      Branch: perl
3952            ! hints/hpux.sh hints/irix_6.sh
3953 ____________________________________________________________________________
3954 [  8960] By: jhi                                   on 2001/02/27  22:51:33
3955         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
3956              From: "Craig A. Berry" <craigberry@mac.com>
3957              Date: Tue, 27 Feb 2001 16:11:44 -0600
3958              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
3959      Branch: maint-5.6/perl
3960            ! configure.com vms/descrip_mms.template
3961 ____________________________________________________________________________
3962 [  8959] By: jhi                                   on 2001/02/27  22:47:23
3963         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
3964              From: "Craig A. Berry" <craigberry@mac.com>
3965              Date: Tue, 27 Feb 2001 16:11:44 -0600
3966              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
3967      Branch: perl
3968            ! configure.com vms/descrip_mms.template
3969 ____________________________________________________________________________
3970 [  8958] By: jhi                                   on 2001/02/27  15:16:42
3971         Log: Update Changes.
3972      Branch: perl
3973            ! Changes patchlevel.h
3974 ____________________________________________________________________________
3975 [  8957] By: jhi                                   on 2001/02/27  06:15:07
3976         Log: Subject: [5.6.x] EPOC additions
3977              From: Olaf Flebbe <O.Flebbe@science-computing.de>
3978              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
3979              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
3980      Branch: maint-5.6/perl
3981            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
3982 ____________________________________________________________________________
3983 [  8956] By: jhi                                   on 2001/02/27  06:12:11
3984         Log: Subject: [perl-current] EPOC 
3985              From: Olaf Flebbe <O.Flebbe@science-computing.de>
3986              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
3987              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
3988      Branch: perl
3989            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
3990            ! epoc/epocish.c epoc/epocish.h pp_sys.c
3991 ____________________________________________________________________________
3992 [  8955] By: jhi                                   on 2001/02/27  05:59:50
3993         Log: Subject: Re: Compile with perlcc..
3994              From: Edward Peschko <edwardp@excitehome.net>
3995              Date: Mon, 26 Feb 2001 18:51:58 -0800
3996              Message-ID: <20010226185158.A9871@excitehome.net>
3997              
3998              plus add a simple usage message if no arguments given.
3999      Branch: perl
4000            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
4001            ! utils/Makefile utils/perlcc.PL win32/pod.mak
4002 ____________________________________________________________________________
4003 [  8954] By: nick                                  on 2001/02/26  21:02:59
4004         Log: Integrate mainline
4005      Branch: perlio
4006           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
4007           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
4008           !> t/op/sprintf.t
4009 ____________________________________________________________________________
4010 [  8953] By: jhi                                   on 2001/02/26  14:43:54
4011         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
4012              From: Nicholas Clark <nick@ccl4.org>
4013              Date: Mon, 26 Feb 2001 00:42:07 +0000
4014              Message-ID: <20010226004207.F23333@plum.flirble.org>
4015      Branch: perl
4016            ! pp_ctl.c
4017 ____________________________________________________________________________
4018 [  8952] By: jhi                                   on 2001/02/26  14:42:13
4019         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
4020              From: Simon Cozens <simon@netthink.co.uk>
4021              Date: Mon, 26 Feb 2001 12:23:48 +0000
4022              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
4023      Branch: perl
4024            ! pod/perlguts.pod
4025 ____________________________________________________________________________
4026 [  8951] By: jhi                                   on 2001/02/26  14:39:15
4027         Log: Subject: [PATCH] perlio - unknown layer
4028              From: Nicholas Clark <nick@ccl4.org>
4029              Date: Mon, 26 Feb 2001 00:27:19 +0000
4030              Message-ID: <20010226002719.E23333@plum.flirble.org>
4031      Branch: perl
4032            ! perlio.c
4033 ____________________________________________________________________________
4034 [  8950] By: jhi                                   on 2001/02/26  14:38:04
4035         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
4036              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
4037              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
4038              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
4039      Branch: perl
4040            ! t/op/bop.t
4041 ____________________________________________________________________________
4042 [  8949] By: jhi                                   on 2001/02/26  14:37:07
4043         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
4044              From: Peter Prymmer <pvhp@forte.com>
4045              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
4046              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
4047      Branch: perl
4048            ! lib/Test.pm
4049 ____________________________________________________________________________
4050 [  8948] By: jhi                                   on 2001/02/26  14:35:53
4051         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
4052              From: Radu Greab <radu@netsoft.ro>
4053              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
4054              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
4055      Branch: perl
4056            ! pod/perlop.pod
4057 ____________________________________________________________________________
4058 [  8947] By: jhi                                   on 2001/02/26  14:34:46
4059         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
4060              From: David Mitchell <davem@fdgroup.co.uk>
4061              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
4062              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
4063      Branch: perl
4064            ! run.c
4065 ____________________________________________________________________________
4066 [  8946] By: jhi                                   on 2001/02/26  14:32:37
4067         Log: Subject: Modified README.bs2000 
4068              From: Dorner Thomas <Thomas.Dorner@start.de>
4069              Date: Mon, 26 Feb 2001 09:22:17 +0100
4070              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
4071      Branch: perl
4072            ! README.bs2000
4073 ____________________________________________________________________________
4074 [  8945] By: jhi                                   on 2001/02/26  14:19:53
4075         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
4076              to maintperl, listing the known failures on the tests 129 and 130.
4077      Branch: maint-5.6/perl
4078           !> t/op/sprintf.t
4079 ____________________________________________________________________________
4080 [  8944] By: jhi                                   on 2001/02/26  14:14:15
4081         Log: Add more known sprintf failures.
4082      Branch: perl
4083            ! t/op/sprintf.t
4084 ____________________________________________________________________________
4085 [  8943] By: jhi                                   on 2001/02/26  13:56:22
4086         Log: perlglob.exe needs to be found in Win32, patch from
4087              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
4088              which needs external glob at mini-perl time."
4089      Branch: perl
4090            ! ext/Encode/compile
4091 ____________________________________________________________________________
4092 [  8942] By: jhi                                   on 2001/02/26  13:52:19
4093         Log: A missing dTHX from Vadim Konovalov.
4094      Branch: perl
4095            ! perlio.c
4096 ____________________________________________________________________________
4097 [  8941] By: jhi                                   on 2001/02/26  13:37:05
4098         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
4099      Branch: perl
4100            ! op.c
4101 ____________________________________________________________________________
4102 [  8940] By: jhi                                   on 2001/02/26  13:35:40
4103         Log: Integrate perlio.
4104      Branch: perl
4105           !> ext/Encode/Encode.pm
4106 ____________________________________________________________________________
4107 [  8939] By: nick                                  on 2001/02/25  23:47:09
4108         Log: Integrate mainline.
4109      Branch: perlio
4110           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
4111           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
4112 ____________________________________________________________________________
4113 [  8938] By: nick                                  on 2001/02/25  19:36:28
4114         Log: Encode implementations docs.
4115      Branch: perlio
4116            ! ext/Encode/Encode.pm
4117 ____________________________________________________________________________
4118 [  8937] By: jhi                                   on 2001/02/25  19:26:16
4119         Log: Script wasn't aligned with reality.
4120      Branch: perl
4121            ! t/pod/find.t
4122 ____________________________________________________________________________
4123 [  8936] By: jhi                                   on 2001/02/25  18:54:55
4124         Log: Update Changes.
4125      Branch: perl
4126            ! Changes patchlevel.h
4127 ____________________________________________________________________________
4128 [  8935] By: jhi                                   on 2001/02/25  18:46:36
4129         Log: Retract #8929,8930,8932,8933 for now.
4130      Branch: perl
4131            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
4132 ____________________________________________________________________________
4133 [  8934] By: jhi                                   on 2001/02/25  17:34:35
4134         Log: Integrate perlio.
4135      Branch: perl
4136           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
4137           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
4138           !> t/lib/encode.t
4139 ____________________________________________________________________________
4140 [  8933] By: jhi                                   on 2001/02/25  17:33:12
4141         Log: (Retracted by #8395.)
4142              
4143              Slight tweaks in scan_const(), not fixes yet, it seems like
4144              lots of work remains to be done...
4145      Branch: perl
4146            ! toke.c
4147 ____________________________________________________________________________
4148 [  8932] By: jhi                                   on 2001/02/25  17:27:11
4149         Log: (Retracted by #8395.)
4150              
4151              Missing from #8930.
4152      Branch: perl
4153            ! perl.h
4154 ____________________________________________________________________________
4155 [  8931] By: jhi                                   on 2001/02/25  17:26:19
4156         Log: A comment tweak.
4157      Branch: perl
4158            ! utf8.c
4159 ____________________________________________________________________________
4160 [  8930] By: jhi                                   on 2001/02/25  17:25:47
4161         Log: (Retracted by #8395.)
4162              
4163              Attempt to fix the EBCDIC character range problwm with //.
4164      Branch: perl
4165            ! regcomp.c
4166 ____________________________________________________________________________
4167 [  8929] By: jhi                                   on 2001/02/25  17:23:45
4168         Log: (Retracted by #8395.)
4169              
4170              Expand the EBCDIC character range tests, and add few nasty
4171              tr tests from Karsten Sperling.
4172      Branch: perl
4173            ! t/op/pat.t t/op/tr.t
4174 ____________________________________________________________________________
4175 [  8928] By: jhi                                   on 2001/02/25  17:18:49
4176         Log: Missing check-in.
4177      Branch: perl
4178            ! lib/Pod/Find.pm
4179 ____________________________________________________________________________
4180 [  8927] By: nick                                  on 2001/02/25  11:30:22
4181         Log: Change method names in Encode implementation classes to something
4182              less confusing (preparing to "go public").
4183      Branch: perlio
4184            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
4185 ____________________________________________________________________________
4186 [  8926] By: nick                                  on 2001/02/25  10:53:24
4187         Log: GCC __atribute__ / printf fix
4188      Branch: perlio
4189            ! perl.h
4190 ____________________________________________________________________________
4191 [  8925] By: nick                                  on 2001/02/25  10:52:25
4192         Log: Checked in the wrong one ...
4193      Branch: perlio
4194            ! ext/Encode/Encode.pm
4195 ____________________________________________________________________________
4196 [  8924] By: nick                                  on 2001/02/24  18:46:51
4197         Log: Integrate mainline - to see what Jarkko has in ...
4198      Branch: perlio
4199           +> t/pod/testpods/lib/Pod/Stuff.pm
4200           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
4201 ____________________________________________________________________________
4202 [  8923] By: nick                                  on 2001/02/24  17:05:23
4203         Log: Encode API documentation nd tidy up.
4204              Minor additions to test.
4205              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
4206              Adds STRLEN to standard typemap.
4207      Branch: perlio
4208            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
4209            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
4210 ____________________________________________________________________________
4211 [  8922] By: jhi                                   on 2001/02/24  16:38:12
4212         Log: Add a test for the "character range should match in EBCDIC
4213              if specified using explicit numerics" bug found by Karsten
4214              Sperling.
4215      Branch: perl
4216            ! t/op/pat.t
4217 ____________________________________________________________________________
4218 [  8921] By: jhi                                   on 2001/02/24  16:30:16
4219         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
4220              From: schwern@pobox.com
4221              Date: Fri, 23 Feb 2001 03:21:37 -0500
4222              Message-ID: <20010223032137.A26022@magnonel.guild.net>
4223              
4224              plus Charles Lane's fixes, plus tweaks.
4225      Branch: perl
4226            + t/pod/testpods/lib/Pod/Stuff.pm
4227            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
4228 ____________________________________________________________________________
4229 [  8920] By: nick                                  on 2001/02/24  10:30:11
4230         Log: Integrate mainline
4231      Branch: perlio
4232           !> (integrate 33 files)
4233 ____________________________________________________________________________
4234 [  8919] By: jhi                                   on 2001/02/24  00:23:35
4235         Log: Subject: Re: I'm losing the war...
4236              From: "Vadim Konovalov" <watman@inbox.ru>
4237              Date: Sat, 24 Feb 2001 00:10:14 +0300
4238              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
4239              
4240              hv_store() not working correctly in ENV_IS_CASELESS case.
4241      Branch: perl
4242            ! hv.c
4243 ____________________________________________________________________________
4244 [  8918] By: jhi                                   on 2001/02/24  00:20:09
4245         Log: Subject: Re: [PATCH] fix for charnames above FFFF
4246              From: andreas.koenig@anima.de (Andreas J. Koenig)
4247              Date: 23 Feb 2001 02:39:03 +0100
4248              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
4249              
4250              A further efficiency tweak.
4251      Branch: perl
4252            ! lib/charnames.pm
4253 ____________________________________________________________________________
4254 [  8917] By: jhi                                   on 2001/02/23  20:27:51
4255         Log: Integrate change #8916 from mainline,
4256              do away with USE_WIN32_RTL_ENV.
4257      Branch: maint-5.6/perl
4258           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
4259 ____________________________________________________________________________
4260 [  8916] By: jhi                                   on 2001/02/23  20:02:25
4261         Log: Abolish USE_WIN32_RTL_ENV.
4262      Branch: perl
4263            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
4264 ____________________________________________________________________________
4265 [  8915] By: jhi                                   on 2001/02/23  19:36:00
4266         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
4267              later protected by some #define.
4268      Branch: perl
4269            ! gv.c
4270 ____________________________________________________________________________
4271 [  8914] By: jhi                                   on 2001/02/23  19:31:38
4272         Log: Retract #8902 for now, requested by Charles Lane, the correct
4273              fix will be something else.
4274      Branch: perl
4275            ! op.c
4276 ____________________________________________________________________________
4277 [  8913] By: jhi                                   on 2001/02/23  19:11:36
4278         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
4279              From: Peter Prymmer <pvhp@forte.com>
4280              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
4281              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
4282      Branch: perl
4283            ! t/op/lex_assign.t
4284 ____________________________________________________________________________
4285 [  8912] By: jhi                                   on 2001/02/23  18:38:20
4286         Log: Subject: [patch] perlio + useithreads
4287              From: Doug MacEachern <dougm@covalent.net>
4288              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
4289              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
4290              
4291              Gets things running but not complete.
4292      Branch: perl
4293            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
4294 ____________________________________________________________________________
4295 [  8911] By: jhi                                   on 2001/02/23  04:20:02
4296         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
4297              
4298              Duplicated environment freeing, File::Temp 0.12,
4299              op/append portability (EBCDIC) tweak.
4300      Branch: maint-5.6/perl
4301           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
4302           !> t/op/append.t
4303 ____________________________________________________________________________
4304 [  8910] By: jhi                                   on 2001/02/23  02:07:33
4305         Log: Integrate change #8909 from mainline, a better Borland
4306              putenv() workaround.
4307      Branch: maint-5.6/perl
4308           !> perl.c
4309 ____________________________________________________________________________
4310 [  8909] By: jhi                                   on 2001/02/23  02:05:46
4311         Log: A better workaround for Borland putenv() brokenness from Sarathy.
4312      Branch: perl
4313            ! perl.c
4314 ____________________________________________________________________________
4315 [  8908] By: jhi                                   on 2001/02/23  02:04:14
4316         Log: Subject: fix for parameter -Dm (for perl@8867)
4317              From: "Vadim Konovalov" <watman@inbox.ru>
4318              Date: Thu, 22 Feb 2001 17:30:12 +0300
4319              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
4320      Branch: perl
4321            ! perl.h
4322 ____________________________________________________________________________
4323 [  8907] By: jhi                                   on 2001/02/23  01:58:20
4324         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
4325              From: Peter Prymmer <pvhp@forte.com>
4326              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
4327              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
4328      Branch: perl
4329            ! t/op/append.t
4330 ____________________________________________________________________________
4331 [  8906] By: jhi                                   on 2001/02/23  01:48:34
4332         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
4333      Branch: perl
4334            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
4335 ____________________________________________________________________________
4336 [  8905] By: jhi                                   on 2001/02/23  01:43:30
4337         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
4338              From: Peter Prymmer <pvhp@forte.com>
4339              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
4340              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
4341      Branch: perl
4342            ! t/lib/st-06compat.t
4343 ____________________________________________________________________________
4344 [  8904] By: jhi                                   on 2001/02/23  01:42:39
4345         Log: Metaconfig unit change for #8903.
4346      Branch: metaconfig/U/perl
4347            ! Devel.U
4348 ____________________________________________________________________________
4349 [  8903] By: jhi                                   on 2001/02/23  01:42:12
4350         Log: Be more helpful for devel builders, suggested by John L. Allen.
4351      Branch: perl
4352            ! Configure
4353 ____________________________________________________________________________
4354 [  8902] By: jhi                                   on 2001/02/23  01:37:41
4355         Log: (Retracted by #8914)
4356              (Wrongly, reinstated by #8941)             
4357
4358              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
4359              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4360              Date:     Thu, 22 Feb 2001 09:43:57 EST
4361              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
4362      Branch: perl
4363            ! op.c
4364 ____________________________________________________________________________
4365 [  8901] By: jhi                                   on 2001/02/23  01:20:32
4366         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
4367              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4368              Date:     Thu, 22 Feb 2001 08:01:35 EST
4369              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
4370      Branch: perl
4371            ! malloc.c
4372 ____________________________________________________________________________
4373 [  8900] By: jhi                                   on 2001/02/23  01:18:02
4374         Log: Integrate changes #8898,8899 from mainline, environ handling.
4375      Branch: maint-5.6/perl
4376           !> perl.c
4377 ____________________________________________________________________________
4378 [  8899] By: jhi                                   on 2001/02/23  01:16:25
4379         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
4380              putenv() is not to be relied on, they are either broken or leaky
4381              or both.)
4382      Branch: perl
4383            ! perl.c
4384 ____________________________________________________________________________
4385 [  8898] By: jhi                                   on 2001/02/22  23:36:59
4386         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
4387              and safesysfree() must be used.
4388      Branch: perl
4389            ! perl.c
4390 ____________________________________________________________________________
4391 [  8897] By: jhi                                   on 2001/02/22  23:25:45
4392         Log: With environ one must use safesysmalloc()/safesysfree().
4393      Branch: perl
4394            ! perl.c
4395 ____________________________________________________________________________
4396 [  8896] By: jhi                                   on 2001/02/22  22:13:18
4397         Log: If we have a duplicated environment free it
4398              if PERL_DESTRUCT_LEVEL.
4399      Branch: perl
4400            ! perl.c
4401 ____________________________________________________________________________
4402 [  8895] By: alanbur                               on 2001/02/22  19:31:57
4403         Log: Synchronised with parent
4404      Branch: maint-5.6/pureperl
4405           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
4406 ____________________________________________________________________________
4407 [  8894] By: gsar                                  on 2001/02/22  19:06:18
4408         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
4409              
4410              fix memory leak in method call optimization (change#3768);
4411              made C<eval "$x->foo()"> leak
4412              
4413              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
4414      Branch: maint-5.6/perl
4415           !> op.c
4416 ____________________________________________________________________________
4417 [  8893] By: jhi                                   on 2001/02/22  18:35:27
4418         Log: (Retracted by #8915.)
4419              
4420              Third Degree finding:
4421              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
4422      Branch: perl
4423            ! gv.c
4424 ____________________________________________________________________________
4425 [  8892] By: jhi                                   on 2001/02/22  14:28:32
4426         Log: Update Changes.
4427      Branch: perl
4428            ! Changes patchlevel.h
4429 ____________________________________________________________________________
4430 [  8891] By: jhi                                   on 2001/02/22  13:22:45
4431         Log: Metaconfig unit changes for #8890.
4432      Branch: metaconfig
4433            ! U/modified/Cppsym.U U/threads/archname.U
4434 ____________________________________________________________________________
4435 [  8890] By: jhi                                   on 2001/02/22  13:22:12
4436         Log: Add -stdio to the archname if no perlio selected,
4437              no -perlio added since that is now the default.
4438              
4439              Add few CPUs/architectures to the Cppsym scan.
4440      Branch: perl
4441            ! Configure config_h.SH
4442 ____________________________________________________________________________
4443 [  8889] By: jhi                                   on 2001/02/22  13:05:59
4444         Log: Metaconfig unit change for #8888.
4445      Branch: metaconfig/U/perl
4446            ! useperlio.U
4447 ____________________________________________________________________________
4448 [  8888] By: jhi                                   on 2001/02/22  13:05:28
4449         Log: *drum roll*  Make perlio the default.
4450      Branch: perl
4451            ! Configure config_h.SH
4452 ____________________________________________________________________________
4453 [  8887] By: jhi                                   on 2001/02/22  12:50:52
4454         Log: Integrate change #8665 from maintperl to mainline,
4455              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
4456      Branch: perl
4457           !> ext/POSIX/POSIX.xs
4458 ____________________________________________________________________________
4459 [  8886] By: jhi                                   on 2001/02/22  12:49:24
4460         Log: Integrate changes #8883,8884 from mainline to maintperl.
4461              
4462              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
4463              Subject: Re: File::Temp::_gettemp warning
4464      Branch: maint-5.6/perl
4465           !> embed.h embed.pl lib/File/Temp.pm
4466 ____________________________________________________________________________
4467 [  8885] By: jhi                                   on 2001/02/22  12:43:59
4468         Log: Based on
4469              
4470              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
4471              From: schwab@suse.de
4472              Date: Thu, 22 Feb 2001 13:08:09 +0100
4473              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
4474              
4475              but the fix done slightly differently because the other
4476              half was already done in #8664.
4477      Branch: maint-5.6/perl
4478            ! ext/POSIX/POSIX.xs
4479 ____________________________________________________________________________
4480 [  8884] By: jhi                                   on 2001/02/22  12:37:15
4481         Log: Subject: Re: File::Temp::_gettemp warning
4482              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4483              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
4484              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
4485              
4486              This patch to File::Temp does two things:
4487              
4488              1. Fixes the problem with CGI::Carp when determining
4489              the Fcntl constants
4490              
4491              2. Removes most of the carps and consolidates them so that all the
4492              reasons are included in a single die that is caught by the test. This
4493              means that the correct skipping behaviour is displayed by the test.
4494      Branch: perl
4495            ! lib/File/Temp.pm
4496 ____________________________________________________________________________
4497 [  8883] By: jhi                                   on 2001/02/22  12:29:19
4498         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
4499              From: Peter Prymmer <pvhp@forte.com>
4500              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
4501              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
4502      Branch: perl
4503            ! embed.h embed.pl
4504 ____________________________________________________________________________
4505 [  8882] By: jhi                                   on 2001/02/21  19:41:33
4506         Log: Integrate change #8881 from mainlin to maintperl.
4507              
4508              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
4509      Branch: maint-5.6/perl
4510           !> op.c
4511 ____________________________________________________________________________
4512 [  8881] By: jhi                                   on 2001/02/21  19:38:57
4513         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
4514              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4515              Date:     Wed, 21 Feb 2001 13:08:03 EST
4516              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
4517      Branch: perl
4518            ! op.c
4519 ____________________________________________________________________________
4520 [  8880] By: jhi                                   on 2001/02/21  19:34:34
4521         Log: Retract #8875, cannot let go of the old semantics of unpack U
4522              without rethinking utf8decode.t.
4523      Branch: perl
4524            ! pp.c t/op/pack.t
4525 ____________________________________________________________________________
4526 [  8879] By: jhi                                   on 2001/02/21  19:08:02
4527         Log: Run run/*.t also in minitest.
4528      Branch: perl
4529            ! Makefile.SH
4530 ____________________________________________________________________________
4531 [  8878] By: nick                                  on 2001/02/21  18:55:37
4532         Log: Integrate mainline
4533      Branch: perlio
4534           !> (integrate 76 files)
4535 ____________________________________________________________________________
4536 [  8877] By: jhi                                   on 2001/02/21  15:09:33
4537         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
4538      Branch: metaconfig
4539            ! U/compline/nblock_io.U
4540      Branch: perl
4541            ! Configure config_h.SH
4542 ____________________________________________________________________________
4543 [  8876] By: jhi                                   on 2001/02/21  14:54:45
4544         Log: If no sfio, no -lsfio.
4545      Branch: metaconfig/U/perl
4546            ! d_sfio.U
4547      Branch: perl
4548            ! Configure config_h.SH
4549 ____________________________________________________________________________
4550 [  8875] By: jhi                                   on 2001/02/21  14:54:00
4551         Log: Make unpack C and unpack C truly equivalent.
4552      Branch: perl
4553            ! pp.c t/op/pack.t
4554 ____________________________________________________________________________
4555 [  8874] By: jhi                                   on 2001/02/21  14:26:02
4556         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
4557              From: Peter Prymmer <pvhp@forte.com>
4558              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
4559              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
4560      Branch: perl
4561            ! pod/perlport.pod
4562 ____________________________________________________________________________
4563 [  8873] By: jhi                                   on 2001/02/21  14:24:31
4564         Log: Subject: [PATCH] fix for charnames above FFFF
4565              From: andreas.koenig@anima.de (Andreas J. Koenig)
4566              Date: 21 Feb 2001 07:05:45 +0100
4567              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
4568      Branch: perl
4569            ! lib/charnames.pm t/lib/charnames.t
4570 ____________________________________________________________________________
4571 [  8872] By: jhi                                   on 2001/02/21  14:15:25
4572         Log: Integrate change #8868 from pureperl to mainline.
4573              
4574              Fixed reference count loop caused by sv_magic.
4575      Branch: perl
4576           !> sv.c
4577 ____________________________________________________________________________
4578 [  8871] By: jhi                                   on 2001/02/21  14:07:29
4579         Log: Integrate change #8868 from pureperl to maintperl.
4580              
4581              Fixed reference count loop caused by sv_magic.
4582      Branch: maint-5.6/perl
4583           !> sv.c
4584 ____________________________________________________________________________
4585 [  8870] By: jhi                                   on 2001/02/21  14:04:41
4586         Log: Put back the #8840, it was innocent.
4587      Branch: perl
4588            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
4589            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
4590 ____________________________________________________________________________
4591 [  8869] By: jhi                                   on 2001/02/21  14:00:03
4592         Log: unpack("C", ...) was left slightly unfinished by #8865.
4593      Branch: perl
4594            ! pp.c t/op/pack.t
4595 ____________________________________________________________________________
4596 [  8868] By: alanbur                               on 2001/02/21  01:33:45
4597         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
4598              from gv_fetchpv to create single-character magic variables (e.g. $!),
4599              and it is passed a sv and the gv that contains the sv as the mg_obj
4600              value.  When sv_magic stores the mg_obj pointer it increments the gv
4601              refcount, thus causing a sv-gv pair that can't be freed.  There is
4602              already a check for sv == obj which is used to prevent such reference
4603              loops.  This change extends the check to cover the case described above.
4604      Branch: maint-5.6/pureperl
4605            ! sv.c
4606 ____________________________________________________________________________
4607 [  8867] By: jhi                                   on 2001/02/21  00:52:39
4608         Log: Update Changes.
4609      Branch: perl
4610            ! Changes patchlevel.h
4611 ____________________________________________________________________________
4612 [  8866] By: jhi                                   on 2001/02/21  00:34:20
4613         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
4614              (Note: there were some conflicts due to EBCDIC and EPOC
4615              patches, in general I preferred the repository code.)
4616              (When 2.753 comes out, we need to synchronize.)
4617      Branch: perl
4618            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
4619            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
4620            ! t/lib/cgi-html.t
4621 ____________________________________________________________________________
4622 [  8865] By: jhi                                   on 2001/02/21  00:24:22
4623         Log: Make pack("C", 0x100) to create Unicode, unless under the
4624              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
4625              will understand Unicode, unless you under know what.
4626      Branch: perl
4627            ! pp.c t/op/pack.t t/op/qu.t
4628 ____________________________________________________________________________
4629 [  8864] By: alanbur                               on 2001/02/20  22:35:34
4630         Log: Resynchronised with parent
4631      Branch: maint-5.6/pureperl
4632           !> README.win32 ext/GDBM_File/GDBM_File.pm
4633           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
4634           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
4635           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
4636           !> t/lib/sdbm.t util.c
4637 ____________________________________________________________________________
4638 [  8863] By: jhi                                   on 2001/02/20  20:55:11
4639         Log: Integrate change #8860,8861 from mainline into maintperl.
4640              
4641              "pseudo-literal j"
4642              
4643              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
4644      Branch: maint-5.6/perl
4645           !> lib/Test.pm pod/perlop.pod
4646 ____________________________________________________________________________
4647 [  8862] By: jhi                                   on 2001/02/20  20:30:07
4648         Log: Don't do casting between pointers pointing to differently sized
4649              integers.
4650      Branch: perl
4651            ! hv.c sv.c
4652 ____________________________________________________________________________
4653 [  8861] By: jhi                                   on 2001/02/20  19:53:44
4654         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
4655              From: Peter Prymmer <pvhp@forte.com>
4656              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
4657              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
4658      Branch: perl
4659            ! lib/Test.pm
4660 ____________________________________________________________________________
4661 [  8860] By: jhi                                   on 2001/02/20  19:48:02
4662         Log: "pseudo-literal j", a documentation glitch reported to Debian.
4663              The text recovered from Perl 5.005_03, and pseudo-literal replaced
4664              by "backtick string".
4665      Branch: perl
4666            ! pod/perlop.pod
4667 ____________________________________________________________________________
4668 [  8859] By: jhi                                   on 2001/02/20  19:15:46
4669         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
4670              from Chris Nandor.
4671      Branch: perl
4672            ! makedef.pl
4673 ____________________________________________________________________________
4674 [  8858] By: jhi                                   on 2001/02/20  17:36:53
4675         Log: Integrate pureperl changes #8844,8845,8850 to mainline
4676              (via maintperl #8855).
4677              
4678              Fixed %^H scoping bug
4679              
4680              Removed GV <-> CV refcount loop
4681              
4682              Removed %ENV refcount loop
4683      Branch: perl
4684           !> gv.c op.c perl.c pp.c scope.c
4685 ____________________________________________________________________________
4686 [  8857] By: jhi                                   on 2001/02/20  17:34:32
4687         Log: Integrate changes #8853,8854 from maintperl to mainline.
4688              
4689              EBDIC fixes, README.win32 Borland update.
4690      Branch: perl
4691           !> README.win32 handy.h util.c
4692 ____________________________________________________________________________
4693 [  8856] By: jhi                                   on 2001/02/20  17:33:16
4694         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
4695      Branch: maint-5.6/perl
4696           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
4697           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
4698           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
4699 ____________________________________________________________________________
4700 [  8855] By: jhi                                   on 2001/02/20  17:32:13
4701         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
4702              
4703              Fixed %^H scoping bug
4704              
4705              Removed GV <-> CV refcount loop
4706              
4707              Removed %ENV refcount loop
4708      Branch: maint-5.6/perl
4709           !> gv.c op.c perl.c pp.c scope.c
4710 ____________________________________________________________________________
4711 [  8854] By: jhi                                   on 2001/02/20  17:25:06
4712         Log: Subject: Addition to readme.win32 for Borland C++ compilers
4713              Date: Tue, 20 Feb 2001 02:15:25 +0300
4714              From: "Vadim Konovalov" <watman@inbox.ru>
4715              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
4716              
4717              Document Borland compiler misbehaviour.
4718      Branch: maint-5.6/perl
4719            ! README.win32
4720 ____________________________________________________________________________
4721 [  8853] By: jhi                                   on 2001/02/20  17:22:25
4722         Log: The assimilation of ebcdic.c didn't quite work at the first try,
4723              patches from Thomas Dorner.
4724      Branch: maint-5.6/perl
4725            ! handy.h util.c
4726 ____________________________________________________________________________
4727 [  8852] By: jhi                                   on 2001/02/20  17:20:15
4728         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
4729              From: Chris Nandor <pudge@pobox.com>
4730              Date: Tue, 20 Feb 2001 08:32:45 -0500
4731              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
4732      Branch: maint-5.6/perl
4733            ! makedef.pl mg.c
4734 ____________________________________________________________________________
4735 [  8851] By: jhi                                   on 2001/02/20  17:15:52
4736         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
4737      Branch: perl
4738            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
4739            ! t/lib/filter-util.t
4740 ____________________________________________________________________________
4741 [  8850] By: alanbur                               on 2001/02/20  17:12:40
4742         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
4743              and the magic pointer points back to the GV that contains the
4744              %ENV hash.  This creates a refcount loop that prevents members
4745              of %ENV from being freed correctly.  This change removes the
4746              refcount loop - the magic pointer was never used anyway, the
4747              only use of the magic was to check the type ('E') so that the
4748              appropriate environment manipulation code is called when %ENV
4749              is modified.
4750      Branch: maint-5.6/pureperl
4751            ! perl.c
4752 ____________________________________________________________________________
4753 [  8849] By: jhi                                   on 2001/02/20  17:12:20
4754         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
4755              From: "Craig A. Berry" <craigberry@mac.com>
4756              Date: Mon, 19 Feb 2001 23:36:12 -0600
4757              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
4758              
4759              Case-forgiving systems match TestInit.pm with TES*.
4760      Branch: perl
4761            ! t/lib/glob-basic.t
4762 ____________________________________________________________________________
4763 [  8848] By: jhi                                   on 2001/02/20  17:10:02
4764         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
4765      Branch: perl
4766            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
4767            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
4768            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
4769 ____________________________________________________________________________
4770 [  8847] By: jhi                                   on 2001/02/20  15:34:41
4771         Log: The #8843 wasn't quite right: %Config needs to imported.
4772      Branch: perl
4773            ! t/run/runenv.t
4774 ____________________________________________________________________________
4775 [  8846] By: jhi                                   on 2001/02/20  15:31:50
4776         Log: Retract the #8838 and #8840 for now because of
4777              the DB_File tie problem.
4778      Branch: perl
4779            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
4780            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
4781            ! proto.h sv.c
4782 ____________________________________________________________________________
4783 [  8845] By: alanbur                               on 2001/02/20  14:25:41
4784         Log: Removed GV <-> CV refcount loop
4785              CvGV(mycv) points to the parent GV of the CV, and was previously
4786              refcounted.  The pointer remains, but the refcounting has been removed
4787              as it causes a refcount loop between the CV and GV that means the CV
4788              can't ever be deleted.
4789      Branch: maint-5.6/pureperl
4790            ! gv.c op.c pp.c
4791 ____________________________________________________________________________
4792 [  8844] By: alanbur                               on 2001/02/20  14:23:13
4793         Log: Fixed %^H scoping bug
4794      Branch: maint-5.6/pureperl
4795            ! scope.c
4796 ____________________________________________________________________________
4797 [  8843] By: jhi                                   on 2001/02/19  13:38:08
4798         Log: fork() not everywhere, cleanup temp files.
4799      Branch: perl
4800            ! t/run/runenv.t
4801 ____________________________________________________________________________
4802 [  8842] By: alanbur                               on 2001/02/19  12:42:07
4803         Log: Resynchronised with parent
4804      Branch: maint-5.6/pureperl
4805           !> pod/perlfaq4.pod sv.c utf8.c
4806 ____________________________________________________________________________
4807 [  8841] By: jhi                                   on 2001/02/19  03:35:51
4808         Log: Update Changes.
4809      Branch: perl
4810            ! Changes patchlevel.h
4811 ____________________________________________________________________________
4812 [  8840] By: jhi                                   on 2001/02/19  00:23:41
4813         Log: Subject: [patch] add sv_setref_uv
4814              From: Doug MacEachern <dougm@covalent.net>
4815              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
4816              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
4817      Branch: perl
4818            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
4819            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
4820 ____________________________________________________________________________
4821 [  8839] By: jhi                                   on 2001/02/19  00:01:38
4822         Log: Put to rest the 20010205.001, the email address checking (not) regex.
4823      Branch: perl
4824            ! pod/perlfaq9.pod
4825 ____________________________________________________________________________
4826 [  8838] By: jhi                                   on 2001/02/18  22:17:54
4827         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
4828              From: Doug MacEachern <dougm@covalent.net>
4829              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
4830              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
4831      Branch: perl
4832            ! lib/ExtUtils/xsubpp
4833 ____________________________________________________________________________
4834 [  8837] By: jhi                                   on 2001/02/18  22:16:50
4835         Log: Subject: [patch] -Wall cleanup round 2
4836              From: Doug MacEachern <dougm@covalent.net>
4837              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
4838              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
4839      Branch: perl
4840            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
4841            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
4842            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
4843            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
4844            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
4845            ! ext/SDBM_File/SDBM_File.xs
4846 ____________________________________________________________________________
4847 [  8836] By: jhi                                   on 2001/02/18  22:11:20
4848         Log: Misapplied regex optimizations when \C is present.
4849              Fixes 20001230.002.
4850              
4851              What still remains broken is that the submatches that
4852              have \C in them get their UTF8 flag on because their
4853              parent SV has it on.  This will result in malformed
4854              UTF8 if a \C happened to match a non-ASCII byte.
4855      Branch: perl
4856            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
4857            ! t/pragma/utf8.t
4858 ____________________________________________________________________________
4859 [  8835] By: jhi                                   on 2001/02/18  20:12:02
4860         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
4861              
4862              The hash key got wrongly UTF8fied.
4863      Branch: perl
4864            ! pod/perlapi.pod toke.c utf8.c
4865 ____________________________________________________________________________
4866 [  8834] By: jhi                                   on 2001/02/18  19:44:25
4867         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
4868              don't warn on magical or overloaded things.
4869      Branch: perl
4870            ! pp_hot.c
4871 ____________________________________________________________________________
4872 [  8833] By: nick                                  on 2001/02/18  19:31:22
4873         Log: Integrate mainline
4874      Branch: perlio
4875           +> t/TestInit.pm t/run/runenv.t
4876            - t/UTEST
4877           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
4878           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
4879           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
4880           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
4881           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
4882           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
4883           !> utf8.c
4884 ____________________________________________________________________________
4885 [  8832] By: jhi                                   on 2001/02/18  19:21:18
4886         Log: Integrate perlio.
4887      Branch: perl
4888           !> perlio.c pod/perldiag.pod
4889 ____________________________________________________________________________
4890 [  8831] By: jhi                                   on 2001/02/18  19:14:20
4891         Log: Integrate change #8827 from mainline.
4892              
4893              UTF8 tweaks.
4894      Branch: maint-5.6/perl
4895           !> sv.c utf8.c
4896 ____________________________________________________________________________
4897 [  8830] By: nick                                  on 2001/02/18  19:10:34
4898         Log: Apply the spirit of patch from Nick Clark:
4899              Subject: [PATCH] Re: extensions that provide layers
4900              From: Nicholas Clark <nick@ccl4.org>
4901              Date: Mon, 12 Feb 2001 16:43:51 +0000
4902              Message-Id: <20010212164350.Q3652@plum.flirble.org>
4903      Branch: perlio
4904            ! perlio.c pod/perldiag.pod
4905 ____________________________________________________________________________
4906 [  8829] By: jhi                                   on 2001/02/18  19:03:25
4907         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
4908              From: schwern@pobox.com 
4909              Date: Sun, 18 Feb 2001 13:44:35 -0500
4910              Message-ID: <20010218134435.A17544@magnonel.guild.net>
4911              
4912              Applied, but as t/TestInit.pm.
4913      Branch: perl
4914            + t/TestInit.pm
4915            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
4916            ! t/op/subst_wamp.t
4917 ____________________________________________________________________________
4918 [  8828] By: jhi                                   on 2001/02/18  18:43:52
4919         Log: Integrate perlio.
4920      Branch: perl
4921           !> perlio.c
4922 ____________________________________________________________________________
4923 [  8827] By: jhi                                   on 2001/02/18  18:41:33
4924         Log: UTF-8 tweaks.
4925      Branch: perl
4926            ! sv.c utf8.c
4927 ____________________________________________________________________________
4928 [  8826] By: nick                                  on 2001/02/18  17:40:59
4929         Log: Fix [ID 20010217.002]
4930              open FOO, "<:raw:perlio", ...
4931              :raw now inserts default base layer below itself.
4932              Also
4933              open FOO, "<:unix", ...
4934              works as well - but leaves buffer layer on stack under the unix layer.
4935      Branch: perlio
4936            ! perlio.c
4937 ____________________________________________________________________________
4938 [  8825] By: jhi                                   on 2001/02/18  17:15:39
4939         Log: Integrate perlio.
4940      Branch: perl
4941           !> perlio.c perliol.h
4942 ____________________________________________________________________________
4943 [  8824] By: jhi                                   on 2001/02/18  17:10:53
4944         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
4945              From: schwern@pobox.com
4946              Date: Sun, 18 Feb 2001 01:48:50 -0500
4947              Message-ID: <20010218014850.C19957@magnonel.guild.net>
4948      Branch: perl
4949            ! lib/Test/Harness.pm t/TEST t/op/chop.t
4950 ____________________________________________________________________________
4951 [  8823] By: jhi                                   on 2001/02/18  17:01:06
4952         Log: Add run/*.t to testables.
4953      Branch: perl
4954            ! t/TEST
4955 ____________________________________________________________________________
4956 [  8822] By: jhi                                   on 2001/02/18  16:58:58
4957         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
4958              From: schwern@pobox.com
4959              Date: Sun, 18 Feb 2001 01:11:35 -0500
4960              Message-ID: <20010218011135.A19957@magnonel.guild.net>
4961              
4962              Revive mjd's and Simon's PERL5OPT fix.
4963      Branch: perl
4964            + t/run/runenv.t
4965            ! MANIFEST perl.c
4966 ____________________________________________________________________________
4967 [  8821] By: jhi                                   on 2001/02/18  16:53:46
4968         Log: Subject: Re: Why t/TEST and not Test::Harness?
4969              From: schwern@pobox.com
4970              Date: Sat, 17 Feb 2001 22:44:44 -0500
4971              Message-ID: <20010217224444.A6679@magnonel.guild.net>
4972              
4973              Replace UTEST with TEST -utf8.
4974      Branch: perl
4975            - t/UTEST
4976            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
4977            ! t/lib/glob-basic.t
4978 ____________________________________________________________________________
4979 [  8820] By: nick                                  on 2001/02/18  13:06:16
4980         Log: Clean up a few core dumps when layers are used in unexpected ways.
4981              (Still not "right"...)
4982      Branch: perlio
4983            ! perlio.c perliol.h
4984 ____________________________________________________________________________
4985 [  8819] By: jhi                                   on 2001/02/18  02:25:55
4986         Log: Integrate change #8818 from maintperl, a FAQ nit.
4987      Branch: perl
4988           !> pod/perlfaq4.pod
4989 ____________________________________________________________________________
4990 [  8818] By: jhi                                   on 2001/02/18  02:24:50
4991         Log: FAQ nit from Chris Fedde.
4992      Branch: maint-5.6/perl
4993            ! pod/perlfaq4.pod
4994 ____________________________________________________________________________
4995 [  8817] By: nick                                  on 2001/02/17  18:20:14
4996         Log: Integrate mainline
4997      Branch: perlio
4998           +> lib/unicode/UCD.html lib/unicode/Unicode.html
4999           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
5000           +> pod/perlclib.pod
5001            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
5002            - lib/unicode/Unicode.301
5003           !> (integrate 324 files)
5004 ____________________________________________________________________________
5005 [  8816] By: jhi                                   on 2001/02/17  16:56:58
5006         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
5007      Branch: perl
5008            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5009            ! ext/Storable/Storable.xs t/lib/st-06compat.t
5010            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
5011 ____________________________________________________________________________
5012 [  8815] By: jhi                                   on 2001/02/17  16:40:07
5013         Log: Subject: [patch] -Wall
5014              From: Doug MacEachern <dougm@covalent.net>
5015              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
5016              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
5017      Branch: perl
5018            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
5019            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
5020 ____________________________________________________________________________
5021 [  8814] By: jhi                                   on 2001/02/16  19:27:18
5022         Log: Document qu better.
5023      Branch: perl
5024            ! pod/perlop.pod
5025 ____________________________________________________________________________
5026 [  8813] By: jhi                                   on 2001/02/15  13:54:37
5027         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
5028              From: Hugo <hv@crypt.compulink.co.uk>
5029              Date: Thu, 15 Feb 2001 13:39:49 +0000
5030              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
5031      Branch: perl
5032            ! toke.c
5033 ____________________________________________________________________________
5034 [  8812] By: alanbur                               on 2001/02/15  13:52:16
5035         Log: Resynchronised with parent
5036      Branch: maint-5.6/pureperl
5037            - ebcdic.c
5038           !> (integrate 36 files)
5039 ____________________________________________________________________________
5040 [  8811] By: jhi                                   on 2001/02/15  13:51:16
5041         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
5042              
5043              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
5044              From: Jan Dubois <JanD@ActiveState.com>
5045              Date: Wed, 31 Jan 2001 21:17:03 -0800
5046              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
5047              
5048              tweak change#8659 to keep it simple
5049              
5050              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
5051              From: Russ Allbery <rra@stanford.edu>
5052              Date: 14 Feb 2001 10:15:41 -0800
5053              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
5054              
5055              (8809 empty)
5056
5057              Upgrade to podlators 1.08, from Russ Allbery.
5058      Branch: perl
5059           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
5060           !> utils/perldoc.PL
5061 ____________________________________________________________________________
5062 [  8810] By: jhi                                   on 2001/02/15  13:35:08
5063         Log: Upgrade to podlators 1.08, from Russ Allbery.
5064      Branch: maint-5.6/perl
5065            ! lib/Pod/Man.pm lib/Pod/Text.pm
5066 ____________________________________________________________________________
5067 [  8809] By: jhi                                   on 2001/02/15  13:26:38
5068         Log: (accidentally empty check-in)
5069      Branch: maint-5.6/perl
5070            ! lib/Test/Harness.pm
5071 ____________________________________________________________________________
5072 [  8808] By: jhi                                   on 2001/02/15  13:23:47
5073         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
5074              From: Russ Allbery <rra@stanford.edu>
5075              Date: 14 Feb 2001 10:15:41 -0800
5076              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
5077              
5078              perldoc was hardcoding $Config{installscript}, which breaks
5079              when install* isn't where Perl ends up (such as with AFS).
5080              
5081              Use $Config{scriptdir} instead.
5082      Branch: maint-5.6/perl
5083            ! utils/perldoc.PL
5084 ____________________________________________________________________________
5085 [  8807] By: jhi                                   on 2001/02/14  14:37:27
5086         Log: Update Changes.
5087      Branch: perl
5088            ! Changes patchlevel.h
5089 ____________________________________________________________________________
5090 [  8806] By: jhi                                   on 2001/02/14  14:25:31
5091         Log: Integrate changes #8803,8804,8805 from mainline.
5092              
5093              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
5094              
5095              Don't skip too much of the locale error message if no environ array,
5096              from Chris Nandor.
5097              
5098              More MacOS Classic fixes from Chris Nandor.
5099      Branch: maint-5.6/perl
5100           !> doop.c lib/Cwd.pm perl.c perl.h util.c
5101 ____________________________________________________________________________
5102 [  8805] By: jhi                                   on 2001/02/14  03:29:01
5103         Log: More MacOS Classic fixes from Chris Nandor.
5104      Branch: perl
5105            ! doop.c lib/Cwd.pm
5106 ____________________________________________________________________________
5107 [  8804] By: jhi                                   on 2001/02/14  03:18:35
5108         Log: Don't skip too much of the locale error message if no environ array,
5109              from Chris Nandor.
5110      Branch: perl
5111            ! util.c
5112 ____________________________________________________________________________
5113 [  8803] By: jhi                                   on 2001/02/14  03:14:14
5114         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
5115      Branch: perl
5116            ! perl.c perl.h
5117 ____________________________________________________________________________
5118 [  8802] By: jhi                                   on 2001/02/13  18:31:33
5119         Log: AUTHORS update.
5120      Branch: perl
5121            ! AUTHORS
5122 ____________________________________________________________________________
5123 [  8801] By: jhi                                   on 2001/02/13  17:55:19
5124         Log: Integrate change #8792 from mainline.
5125              
5126              Subject: buncha MacPerl patches for bleadperl
5127              From: Chris Nandor <pudge@pobox.com>
5128              Date: Tue, 13 Feb 2001 00:02:43 -0500
5129              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
5130      Branch: maint-5.6/perl
5131           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
5132           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
5133           !> t/lib/basename.t toke.c util.h
5134 ____________________________________________________________________________
5135 [  8800] By: jhi                                   on 2001/02/13  17:46:43
5136         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
5137              to be forced to Off_t.
5138              
5139              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
5140              From: nick@ccl4.org
5141              Date: Thu, 1 Feb 2001 12:01:04 +0000
5142              Message-Id: <20010201120103.E11401@plum.flirble.org>
5143      Branch: maint-5.6/perl
5144            ! iperlsys.h perlio.c
5145 ____________________________________________________________________________
5146 [  8799] By: jhi                                   on 2001/02/13  16:52:51
5147         Log: Duplex duplex hunk hunk.
5148      Branch: maint-5.6/perl
5149            ! Makefile.SH
5150 ____________________________________________________________________________
5151 [  8797] By: jhi                                   on 2001/02/13  14:52:04
5152         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
5153              From: "Craig A. Berry" <craigberry@mac.com>
5154              Date: Mon, 12 Feb 2001 11:05:25 -0600
5155              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
5156      Branch: perl
5157            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
5158 ____________________________________________________________________________
5159 [  8796] By: jhi                                   on 2001/02/13  14:36:47
5160         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
5161              From: simon.cozens@pembroke.oxford.ac.uk 
5162              Date: Sat, 10 Feb 2001 17:57:02 +0000
5163              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
5164              
5165              Now it does include.
5166      Branch: perl
5167            ! pod/perldiag.pod
5168 ____________________________________________________________________________
5169 [  8795] By: jhi                                   on 2001/02/13  14:30:11
5170         Log: Sort the MANIFEST.
5171      Branch: perl
5172            ! MANIFEST
5173 ____________________________________________________________________________
5174 [  8794] By: jhi                                   on 2001/02/13  14:26:51
5175         Log: Integrate change #8793 from mainline, FAQ updates.
5176      Branch: maint-5.6/perl
5177           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
5178 ____________________________________________________________________________
5179 [  8793] By: jhi                                   on 2001/02/13  14:25:13
5180         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
5181      Branch: perl
5182            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
5183 ____________________________________________________________________________
5184 [  8792] By: jhi                                   on 2001/02/13  14:22:50
5185         Log: Subject: buncha MacPerl patches for bleadperl
5186              From: Chris Nandor <pudge@pobox.com>
5187              Date: Tue, 13 Feb 2001 00:02:43 -0500
5188              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
5189      Branch: perl
5190            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
5191            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
5192            ! t/lib/basename.t toke.c util.h
5193 ____________________________________________________________________________
5194 [  8791] By: jhi                                   on 2001/02/13  14:10:39
5195         Log: Integrate change #8790 from mainline.
5196              
5197              environ array wrongly assumed in Perl_init_i18nl10n(),
5198      Branch: maint-5.6/perl
5199           !> util.c
5200 ____________________________________________________________________________
5201 [  8790] By: jhi                                   on 2001/02/13  14:06:15
5202         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
5203              noticed by Chris Nandor in MacOS Classic.
5204      Branch: perl
5205            ! util.c
5206 ____________________________________________________________________________
5207 [  8789] By: jhi                                   on 2001/02/13  13:58:07
5208         Log: Integrate changes #8373,8487,8544,8783 from mainline.
5209              
5210              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
5211              hints files, the dynaloading, assimilate ebcdic into util.c.
5212      Branch: maint-5.6/perl
5213            - ebcdic.c
5214            ! MANIFEST hints/posix-bc.sh
5215           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
5216           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
5217           !> perlapi.c proto.h util.c
5218 ____________________________________________________________________________
5219 [  8788] By: alanbur                               on 2001/02/13  10:33:13
5220         Log: Integrated changes from maint-5.6
5221      Branch: maint-5.6/pureperl
5222           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
5223           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
5224           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5225           !> vos/config.ga.h vos/configure_perl.cm
5226 ____________________________________________________________________________
5227 [  8787] By: jhi                                   on 2001/02/13  05:56:36
5228         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
5229      Branch: perl
5230           !> Makefile.SH
5231 ____________________________________________________________________________
5232 [  8786] By: jhi                                   on 2001/02/13  05:54:34
5233         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
5234              From: Dorner Thomas <Thomas.Dorner@start.de>
5235              Date: Mon, 12 Feb 2001 15:06:26 +0100
5236              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
5237      Branch: maint-5.6/perl
5238            ! Makefile.SH
5239 ____________________________________________________________________________
5240 [  8785] By: jhi                                   on 2001/02/13  05:29:04
5241         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
5242      Branch: perl
5243           !> hints/openbsd.sh
5244 ____________________________________________________________________________
5245 [  8784] By: jhi                                   on 2001/02/13  02:25:24
5246         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
5247              From: Peter Prymmer <pvhp@forte.com>
5248              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
5249              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
5250      Branch: perl
5251            ! pod/perlclib.pod
5252 ____________________________________________________________________________
5253 [  8783] By: jhi                                   on 2001/02/13  02:22:36
5254         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
5255      Branch: perl
5256            - ebcdic.c
5257            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
5258            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
5259            ! util.c
5260 ____________________________________________________________________________
5261 [  8782] By: jhi                                   on 2001/02/13  02:00:07
5262         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
5263      Branch: maint-5.6/perl
5264            ! pod/perlport.pod
5265 ____________________________________________________________________________
5266 [  8781] By: jhi                                   on 2001/02/13  01:58:44
5267         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
5268      Branch: maint-5.6/perl
5269            ! hints/openbsd.sh
5270 ____________________________________________________________________________
5271 [  8780] By: jhi                                   on 2001/02/13  01:57:33
5272         Log: Synchronize the regexp tests between maintperl and mainline.
5273      Branch: maint-5.6/perl
5274           !> t/op/re_tests
5275 ____________________________________________________________________________
5276 [  8779] By: jhi                                   on 2001/02/13  01:49:35
5277         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
5278              From: Hugo <hv@crypt.compulink.co.uk>
5279              Date: Tue, 13 Feb 2001 00:11:11 +0000
5280              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
5281      Branch: perl
5282            ! regcomp.c t/op/re_tests
5283 ____________________________________________________________________________
5284 [  8778] By: jhi                                   on 2001/02/13  00:23:10
5285         Log: Comments do not nest.
5286      Branch: perl
5287            ! perl.h
5288 ____________________________________________________________________________
5289 [  8777] By: jhi                                   on 2001/02/13  00:17:54
5290         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
5291              From: Hugo <hv@crypt.compulink.co.uk>
5292              Date: Tue, 13 Feb 2001 00:11:11 +0000
5293              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
5294      Branch: maint-5.6/perl
5295            ! regcomp.c t/op/re_tests
5296 ____________________________________________________________________________
5297 [  8776] By: jhi                                   on 2001/02/12  23:25:52
5298         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
5299      Branch: maint-5.6/perl
5300            ! pod/perlport.pod
5301 ____________________________________________________________________________
5302 [  8775] By: jhi                                   on 2001/02/12  23:04:28
5303         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
5304      Branch: maint-5.6/perl
5305            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
5306            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5307            ! vos/configure_perl.cm
5308 ____________________________________________________________________________
5309 [  8774] By: jhi                                   on 2001/02/12  22:59:11
5310         Log: Subject: Re: [patch] context for 'U' magic functions
5311              From: Doug MacEachern <dougm@covalent.net>
5312              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
5313              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
5314              
5315              plus the suggestion by Nick Ing-Simmons to name the macro
5316              as PERL_MG_UFUNC to avoid namespace pollution, plus add
5317              the advice by Doug for XS writers to perl.h
5318      Branch: perl
5319            ! mg.c perl.h
5320 ____________________________________________________________________________
5321 [  8773] By: jhi                                   on 2001/02/11  20:14:12
5322         Log: Update Changes.
5323      Branch: perl
5324            ! Changes patchlevel.h
5325 ____________________________________________________________________________
5326 [  8772] By: jhi                                   on 2001/02/11  18:47:52
5327         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
5328              From: Simon Cozens <simon@cozens.net>
5329              Date: Wed, 31 Jan 2001 16:31:43 +0000
5330              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
5331      Branch: perl
5332            + pod/perlclib.pod
5333            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
5334            ! pod/perltoc.pod
5335 ____________________________________________________________________________
5336 [  8771] By: jhi                                   on 2001/02/11  18:36:48
5337         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
5338              
5339              Blocks-4d3.beta.txt
5340              CaseFolding-3d4.beta.txt
5341              CompositionExclusions-3d6.beta.txt
5342              EastAsianWidth-4d4.beta.txt
5343              LineBreak-6d3.beta.txt
5344              NamesList-3.1.0d1.beta.txt
5345              PropList-3.1.0d4.beta.txt
5346              SpecialCasing-4d1.beta.txt
5347              UnicodeData-3.1.0d6.beta.txt
5348      Branch: perl
5349            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
5350           +> lib/unicode/UCD.html lib/unicode/Unicode.html
5351            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
5352            - lib/unicode/Unicode.301
5353            ! (edit 257 files)
5354 ____________________________________________________________________________
5355 [  8770] By: jhi                                   on 2001/02/11  17:26:22
5356         Log: UTF-8 documentation.
5357      Branch: perl
5358            ! utf8.h
5359 ____________________________________________________________________________
5360 [  8769] By: jhi                                   on 2001/02/11  17:12:49
5361         Log: Retract #8762.
5362      Branch: perl
5363            ! regexec.c
5364 ____________________________________________________________________________
5365 [  8768] By: jhi                                   on 2001/02/11  16:54:45
5366         Log: Subject: [PATCH] Test::Harness
5367              From: andreas.koenig@anima.de (Andreas J. Koenig)
5368              Date: 11 Feb 2001 14:37:00 +0100
5369              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
5370      Branch: perl
5371            ! lib/Test/Harness.pm
5372 ____________________________________________________________________________
5373 [  8767] By: jhi                                   on 2001/02/11  16:53:52
5374         Log: Subject: [PATCH] Document makepatch in Porting/patching
5375              From: andreas.koenig@anima.de (Andreas J. Koenig)
5376              Date: 11 Feb 2001 16:46:28 +0100
5377              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
5378      Branch: perl
5379            ! Porting/patching.pod
5380 ____________________________________________________________________________
5381 [  8766] By: jhi                                   on 2001/02/11  06:30:23
5382         Log: Subject: Re: [patch] GvSHARED
5383              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
5384              From: Doug MacEachern <dougm@covalent.net>
5385              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
5386              
5387              Subject: Re: [patch] GvSHARED
5388              From: Doug MacEachern <dougm@covalent.net>
5389              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
5390              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
5391              
5392              Subject: [patch] attributes.pm support for `shared'
5393              From: Doug MacEachern <dougm@covalent.net>
5394              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
5395              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
5396              
5397              our() attributes were ignored, our :shared pieces missing,
5398              allow attributes.pm to turn on shared.
5399      Branch: perl
5400            ! op.c t/op/attrs.t toke.c xsutils.c
5401 ____________________________________________________________________________
5402 [  8765] By: alanbur                               on 2001/02/10  23:11:19
5403         Log: Resync with parent (hopefully sucessfully this time)
5404      Branch: maint-5.6/pureperl
5405           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
5406           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
5407           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
5408           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
5409           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
5410           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
5411           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
5412 ____________________________________________________________________________
5413 [  8764] By: jhi                                   on 2001/02/10  22:54:38
5414         Log: Make TEST and UTEST more verbose in case something goes
5415              wrong in running/compiling a script, suggested by Doug
5416              MacEachern.
5417      Branch: perl
5418            ! t/TEST t/UTEST
5419 ____________________________________________________________________________
5420 [  8763] By: jhi                                   on 2001/02/10  22:11:34
5421         Log: Bogus shebang.
5422      Branch: perl
5423            ! t/lib/texttabs.t
5424 ____________________________________________________________________________
5425 [  8762] By: jhi                                   on 2001/02/10  21:56:02
5426         Log: (Retracted by #8769)
5427      Branch: perl
5428            ! regexec.c
5429 ____________________________________________________________________________
5430 [  8761] By: jhi                                   on 2001/02/10  21:26:15
5431         Log: Subject: Re: [patch] GvSHARED 
5432              From: Doug MacEachern <dougm@covalent.net>
5433              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
5434              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
5435              
5436              our @EXPORT : shared = (...);
5437      Branch: perl
5438            ! toke.c
5439 ____________________________________________________________________________
5440 [  8760] By: jhi                                   on 2001/02/10  21:25:07
5441         Log: Subject: [patch] GvSHARED
5442              From: Doug MacEachern <dougm@covalent.net>
5443              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
5444              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
5445      Branch: perl
5446            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
5447 ____________________________________________________________________________
5448 [  8759] By: alanbur                               on 2001/02/10  21:24:27
5449         Log: Backed out mismerge.
5450      Branch: maint-5.6/pureperl
5451            ! MANIFEST README.hpux README.vmesa gv.c installhtml
5452            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
5453            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
5454            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
5455            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
5456            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
5457            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
5458 ____________________________________________________________________________
5459 [  8758] By: jhi                                   on 2001/02/10  18:01:17
5460         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
5461              
5462              Fixed UMRs and leak in Perl_pmtrans()
5463              
5464              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
5465              associated UTFied tr/// code.  Also fixed scoping leak of
5466              PL_reg_start_tmp.
5467              
5468              newATTRSUB leaks when an attempt to redefine the active sort sub is
5469              made.
5470      Branch: maint-5.6/perl
5471           !> op.c regcomp.c
5472 ____________________________________________________________________________
5473 [  8757] By: alanbur                               on 2001/02/10  17:56:46
5474         Log: Resynchronised with parent
5475      Branch: maint-5.6/pureperl
5476           +> README.bs2000
5477            - README.posix-bc
5478            ! gv.c perl.c sv.c
5479           !> MANIFEST README.hpux README.vmesa installhtml
5480           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
5481           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
5482           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
5483           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
5484           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
5485           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
5486 ____________________________________________________________________________
5487 [  8756] By: alanbur                               on 2001/02/10  17:51:15
5488         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
5489              made.
5490      Branch: maint-5.6/pureperl
5491            ! op.c
5492 ____________________________________________________________________________
5493 [  8755] By: jhi                                   on 2001/02/09  22:41:35
5494         Log: Upgrade to CPAN 1.59_54, from Andreas König.
5495      Branch: perl
5496            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
5497 ____________________________________________________________________________
5498 [  8754] By: jhi                                   on 2001/02/09  22:29:20
5499         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
5500              
5501              Didn't upgrade the fill.t since it has a dependency to File::Slurp
5502              purely for debugging purposes, the actual test hasn't changed.
5503      Branch: perl
5504            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
5505            ! t/lib/textwrap.t
5506 ____________________________________________________________________________
5507 [  8753] By: jhi                                   on 2001/02/09  20:17:50
5508         Log: Integrate change #8682 from maintperl.
5509              
5510              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
5511              to work correctly.
5512      Branch: perl
5513           !> hints/irix_6.sh
5514 ____________________________________________________________________________
5515 [  8752] By: jhi                                   on 2001/02/09  20:00:46
5516         Log: Update Changes.
5517      Branch: perl
5518            ! Changes patchlevel.h
5519 ____________________________________________________________________________
5520 [  8751] By: nick                                  on 2001/02/09  19:48:37
5521         Log: Integrate mainline
5522      Branch: perlio
5523           +> README.bs2000 t/lib/cgi-esc.t
5524            - README.posix-bc
5525           !> (integrate 53 files)
5526 ____________________________________________________________________________
5527 [  8750] By: nick                                  on 2001/02/09  19:25:16
5528         Log: Subject: RE: Biannual Competition to Improve Hashing Function
5529              From: Fisher Mark <fisherm@tce.com>
5530              Date: Thu, 8 Feb 2001 10:44:00 -0500
5531              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
5532              Date: Thu, 8 Feb 2001 15:02:47 -0500
5533              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
5534      Branch: perl
5535            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
5536 ____________________________________________________________________________
5537 [  8749] By: jhi                                   on 2001/02/09  19:02:35
5538         Log: Forgotten fragment.
5539      Branch: perl
5540            ! pod/perlapi.pod
5541 ____________________________________________________________________________
5542 [  8748] By: jhi                                   on 2001/02/09  18:31:34
5543         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
5544              plus manual tweakage.
5545              
5546              Sync the perlfaq2 between mainline and maintperl.
5547      Branch: maint-5.6/perl
5548            ! pod/perlfaq2.pod
5549      Branch: perl
5550           !> pod/perlfaq2.pod
5551 ____________________________________________________________________________
5552 [  8747] By: jhi                                   on 2001/02/09  18:12:04
5553         Log: Subject: versiononly and installperl
5554              From: abigail@foad.org
5555              Date: Wed, 7 Feb 2001 22:43:12 +0100
5556              Message-ID: <20010207214312.7045.qmail@foad.org>    
5557              
5558              Add +v flag to force a normal install of the perl binary
5559              and the utilities.
5560              
5561              Subject: [PATCH] installperl
5562              From: Nicholas Clark <nick@ccl4.org>
5563              Date: Fri, 9 Feb 2001 16:28:57 +0000
5564              Message-ID: <20010209162857.B10931@plum.flirble.org>
5565              
5566              Add -A flag which also hardlinks the binary with
5567              the full architecture name.
5568      Branch: perl
5569            ! installperl
5570 ____________________________________________________________________________
5571 [  8746] By: jhi                                   on 2001/02/09  18:03:43
5572         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
5573              
5574              Subject: perlfaq2, re: perlmongers
5575              
5576              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
5577              
5578              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
5579              
5580              Subject: [ID 20010205.001] typo in perlfaq9
5581              
5582              Subject: [ID 20010208.002] unordered explanation in perlcall
5583      Branch: maint-5.6/perl
5584           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
5585           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
5586           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
5587 ____________________________________________________________________________
5588 [  8745] By: jhi                                   on 2001/02/09  17:59:09
5589         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
5590              From: abela@geneanet.org
5591              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
5592              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
5593      Branch: perl
5594            ! pod/perlcall.pod
5595 ____________________________________________________________________________
5596 [  8744] By: jhi                                   on 2001/02/09  17:48:16
5597         Log: Subject: [ID 20010205.001] typo in perlfaq9
5598              From: eserte@vran.herceg.de
5599              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
5600              Message-Id: <200102042244.XAA21926@vran.herceg.de>
5601      Branch: perl
5602            ! pod/perlfaq9.pod
5603 ____________________________________________________________________________
5604 [  8743] By: jhi                                   on 2001/02/09  17:25:12
5605         Log: Integrate change #8695 from maintperl.
5606              
5607              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
5608      Branch: perl
5609           !> thread.h
5610 ____________________________________________________________________________
5611 [  8742] By: jhi                                   on 2001/02/09  17:21:22
5612         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
5613              From: Andy Dougherty <doughera@lafayette.edu>
5614              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
5615              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
5616      Branch: perl
5617            ! embed.pl
5618 ____________________________________________________________________________
5619 [  8741] By: jhi                                   on 2001/02/09  17:05:19
5620         Log: Integrate changes #8738,8739,8740 from maintperl.
5621              
5622              Html files will be installed in a more logical and easier to
5623              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
5624              
5625              Html files will be generated with a header to make them look
5626              a little less bare.
5627              
5628              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
5629      Branch: perl
5630           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
5631 ____________________________________________________________________________
5632 [  8740] By: jhi                                   on 2001/02/09  17:03:46
5633         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
5634              From: "Brendan O'Dea" <bod@compusol.com.au>
5635              Date: Sun, 4 Feb 2001 11:17:56 +1100
5636              Message-ID: <20010204111756.A16301@compusol.com.au>
5637      Branch: maint-5.6/perl
5638            ! pod/perlfaq3.pod
5639 ____________________________________________________________________________
5640 [  8739] By: jhi                                   on 2001/02/09  17:01:59
5641         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
5642              From: "Indy Singh" <indy@nusphere.com>
5643              Date: Fri, 2 Feb 2001 15:09:59 -0500
5644              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
5645              
5646              Html files will be generated with a header to make them look
5647              a little less bare.
5648      Branch: maint-5.6/perl
5649            ! installhtml
5650 ____________________________________________________________________________
5651 [  8738] By: jhi                                   on 2001/02/09  16:58:48
5652         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
5653              From: "Indy Singh" <indy@nusphere.com>
5654              Date: Fri, 2 Feb 2001 15:08:23 -0500
5655              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
5656              
5657              Html files will be installed in a more logical and easier to
5658              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
5659      Branch: maint-5.6/perl
5660            ! win32/Makefile win32/makefile.mk
5661 ____________________________________________________________________________
5662 [  8737] By: jhi                                   on 2001/02/09  16:46:54
5663         Log: Integrate changes #8687,8736 from maintperl.
5664              
5665              HP-UX thread patches from Merijn H. Brand.
5666              
5667              Latin nit from Philip Newton.
5668      Branch: perl
5669           !> README.hpux hints/hpux.sh
5670 ____________________________________________________________________________
5671 [  8736] By: jhi                                   on 2001/02/09  16:42:31
5672         Log: Latin nit from Philip Newton.
5673      Branch: maint-5.6/perl
5674            ! README.hpux
5675 ____________________________________________________________________________
5676 [  8735] By: jhi                                   on 2001/02/09  16:24:03
5677         Log: Integrate changes #8704,8710 from pureperl.
5678              
5679              Fixed UMRs and leak in Perl_pmtrans()
5680              
5681              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
5682              associated UTFied tr/// code.  Also fixed scoping leak of
5683              PL_reg_start_tmp.
5684      Branch: perl
5685           !> op.c regcomp.c
5686 ____________________________________________________________________________
5687 [  8734] By: jhi                                   on 2001/02/09  15:40:21
5688         Log: Integrate change #8733 from maintperl.
5689              
5690              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
5691      Branch: perl
5692           !> pod/perlre.pod
5693 ____________________________________________________________________________
5694 [  8733] By: jhi                                   on 2001/02/09  15:35:47
5695         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
5696              From: Prymmer/Kahn <pvhp@best.com>
5697              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
5698              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
5699      Branch: maint-5.6/perl
5700            ! pod/perlre.pod
5701 ____________________________________________________________________________
5702 [  8732] By: jhi                                   on 2001/02/09  15:26:17
5703         Log: Rename README.posix-bc to README.bs2000 (to avoid the
5704              confusion of a "perlposix-bc.pod"), add a few missing
5705              arch pods, regen toc.
5706      Branch: maint-5.6/perl
5707           +> README.bs2000
5708            - README.posix-bc
5709            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
5710            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
5711 ____________________________________________________________________________
5712 [  8731] By: jhi                                   on 2001/02/09  15:23:39
5713         Log: De-cut-and-pasto.
5714      Branch: perl
5715            ! pod/perl.pod
5716 ____________________________________________________________________________
5717 [  8730] By: jhi                                   on 2001/02/09  15:11:13
5718         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
5719              when people think that perlposix-bc.pod tells anything about
5720              Perl and POSIX.  Regen toc.
5721      Branch: perl
5722           +> README.bs2000
5723            - README.posix-bc
5724            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
5725            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
5726 ____________________________________________________________________________
5727 [  8729] By: jhi                                   on 2001/02/09  14:52:28
5728         Log: The README.vmesa part of #8712 from maintperl.
5729      Branch: perl
5730            ! README.vmesa
5731 ____________________________________________________________________________
5732 [  8728] By: jhi                                   on 2001/02/09  14:46:06
5733         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
5734              From: Peter Prymmer <pvhp@forte.com>
5735              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
5736              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
5737      Branch: maint-5.6/perl
5738            ! README.vmesa win32/Makefile win32/makefile.mk
5739 ____________________________________________________________________________
5740 [  8727] By: jhi                                   on 2001/02/09  14:33:25
5741         Log: Integrate change #8712 from mainline.
5742              
5743              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
5744      Branch: maint-5.6/perl
5745           !> lib/Pod/Find.pm
5746 ____________________________________________________________________________
5747 [  8726] By: jhi                                   on 2001/02/09  14:30:28
5748         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
5749              From: Peter Prymmer <pvhp@forte.com>
5750              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
5751              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
5752      Branch: perl
5753            + t/lib/cgi-esc.t
5754            ! MANIFEST lib/CGI/Util.pm
5755 ____________________________________________________________________________
5756 [  8725] By: jhi                                   on 2001/02/09  04:56:47
5757         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
5758      Branch: maint-5.6/perl
5759            ! pod/perlport.pod
5760 ____________________________________________________________________________
5761 [  8724] By: jhi                                   on 2001/02/09  04:40:59
5762         Log: Integrate changes 7819,7820 from vmsperl into mainline.
5763              
5764              Add header for LIB$ prototypes (C. Berry)
5765              
5766              Convert fwrite()s to sockets to write()s, since some socket stacks
5767              don't take kindly to stdio.
5768              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
5769              (for often optional LNMs)
5770              Correct a few typos
5771              (C. Bailey)
5772      Branch: perl
5773           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
5774 ____________________________________________________________________________
5775 [  8723] By: jhi                                   on 2001/02/09  03:29:29
5776         Log: Integrate change #8722 from mainline.
5777              
5778              The Im() function wasn't returning zero for non-Math::Complex
5779              arguments.  The bug reported by John Gamble.
5780      Branch: maint-5.6/perl
5781           !> lib/Math/Complex.pm
5782 ____________________________________________________________________________
5783 [  8722] By: jhi                                   on 2001/02/09  03:28:33
5784         Log: The Im() function wasn't returning zero for non-Math::Complex
5785              arguments.  The bug reported by John Gamble.
5786      Branch: perl
5787            ! lib/Math/Complex.pm
5788 ____________________________________________________________________________
5789 [  8721] By: nick                                  on 2001/02/08  22:11:35
5790         Log: Correct the correction :-(
5791      Branch: perl
5792            ! perl.c
5793 ____________________________________________________________________________
5794 [  8720] By: bailey                                on 2001/02/08  20:59:22
5795         Log: Convert frwite()s to sockets to write()s, since some socket stacks
5796              don't take kindly to stdio.
5797              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
5798              (for often optional LNMs)
5799              Correct a few typos
5800              (C. Bailey)
5801      Branch: vmsperl
5802            ! vms/vms.c vms/vmsish.h
5803 ____________________________________________________________________________
5804 [  8719] By: bailey                                on 2001/02/08  20:51:02
5805         Log: Add header for LIB$ prototypes (C. Berry)
5806      Branch: vmsperl
5807            ! ext/Devel/DProf/DProf.xs
5808 ____________________________________________________________________________
5809 [  8718] By: bailey                                on 2001/02/08  20:49:00
5810         Log: SYN SYN
5811      Branch: vmsperl
5812           +> pod/perliol.pod t/lib/sample-tests/bailout
5813           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
5814           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
5815           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
5816           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
5817           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
5818           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
5819            - lib/unicode/Is/DCinital.pl
5820           !> (integrate 101 files)
5821 ____________________________________________________________________________
5822 [  8717] By: nick                                  on 2001/02/08  19:38:48
5823         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
5824              From: Robin Barker <rmb1@cise.npl.co.uk>
5825              Date: Thu, 8 Feb 2001 14:38:07 GMT
5826              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
5827      Branch: perl
5828            ! lib/CPAN.pm
5829 ____________________________________________________________________________
5830 [  8716] By: nick                                  on 2001/02/08  19:29:07
5831         Log: Generated files form 8713 etc.
5832      Branch: perl
5833            ! embed.h global.sym objXSUB.h perlapi.c proto.h
5834 ____________________________________________________________________________
5835 [  8715] By: nick                                  on 2001/02/08  19:26:08
5836         Log: Fixup non-ithread build after 8713
5837      Branch: perl
5838            ! perl.c
5839 ____________________________________________________________________________
5840 [  8714] By: nick                                  on 2001/02/08  19:17:45
5841         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
5842              From: nick@ccl4.org
5843              Date: Wed, 7 Feb 2001 00:27:47 +0000
5844              Message-Id: <20010207002747.B63724@plum.flirble.org>
5845      Branch: perl
5846            ! sv.c toke.c
5847 ____________________________________________________________________________
5848 [  8713] By: nick                                  on 2001/02/08  19:15:58
5849         Log: Subject: Re: [patch] Re: PL_ptr_table
5850              From: Doug Maceachern <dougm@covalent.net>
5851              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
5852              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
5853      Branch: perl
5854            ! embed.pl perl.c sv.c sv.h
5855 ____________________________________________________________________________
5856 [  8712] By: nick                                  on 2001/02/08  19:12:47
5857         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
5858              From: Peter Prymmer <pvhp@forte.com>
5859              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
5860              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
5861      Branch: perl
5862            ! lib/Pod/Find.pm
5863 ____________________________________________________________________________
5864 [  8711] By: nick                                  on 2001/02/07  21:06:11
5865         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
5866              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
5867              From: Alan Burlison <Alan.Burlison@uk.sun.com>
5868              Date: Tue, 06 Feb 2001 23:37:01 +0000
5869              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
5870      Branch: perl
5871            ! regcomp.c
5872 ____________________________________________________________________________
5873 [  8710] By: alanbur                               on 2001/02/07  00:22:04
5874         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
5875              associated UTFied tr/// code.  Also fixed scoping leak of
5876              PL_reg_start_tmp.
5877      Branch: maint-5.6/pureperl
5878            ! op.c regcomp.c
5879 ____________________________________________________________________________
5880 [  8709] By: nick                                  on 2001/02/06  21:16:49
5881         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
5882              From: Michael G Schwern <schwern@pobox.com>
5883              Date: Sun, 4 Feb 2001 19:47:14 -0500
5884              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
5885      Branch: perl
5886            ! pod/perlapi.pod pod/perlmodlib.PL
5887 ____________________________________________________________________________
5888 [  8708] By: nick                                  on 2001/02/06  20:41:20
5889         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
5890              From: Michael G Schwern <schwern@pobox.com>
5891              Date: Sun, 4 Feb 2001 21:17:49 -0500
5892              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
5893      Branch: perl
5894            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
5895            ! pod/perltootc.pod
5896 ____________________________________________________________________________
5897 [  8707] By: nick                                  on 2001/02/06  20:29:11
5898         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
5899              From: Michael G Schwern <schwern@pobox.com>
5900              Date: Tue, 6 Feb 2001 05:54:30 -0500
5901              Message-Id: <20010206055430.A951@blackrider.aocn.com>
5902      Branch: perl
5903            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
5904 ____________________________________________________________________________
5905 [  8706] By: nick                                  on 2001/02/06  20:21:40
5906         Log: Subject: RE: some win32 fixes
5907              Date: Tue, 6 Feb 2001 09:23:20 +0300
5908              From: Vadim Konovalov <vkonovalov@lucent.com>
5909              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
5910      Branch: perl
5911            ! toke.c win32/Makefile win32/config.bc win32/config.gc
5912            ! win32/config.vc win32/config_H.bc win32/makefile.mk
5913 ____________________________________________________________________________
5914 [  8705] By: alanbur                               on 2001/02/06  15:00:03
5915         Log: Synchronised with parent
5916      Branch: maint-5.6/pureperl
5917            ! regexec.c
5918           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
5919           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
5920 ____________________________________________________________________________
5921 [  8704] By: alanbur                               on 2001/02/06  14:55:24
5922         Log: Fixed UMRs and leak in Perl_pmtrans()
5923      Branch: maint-5.6/pureperl
5924            ! op.c
5925 ____________________________________________________________________________
5926 [  8703] By: gsar                                  on 2001/02/06  02:29:37
5927         Log: $(MAKE) distclean doesn't clean up properly on windows
5928      Branch: maint-5.6/perl
5929            ! win32/Makefile win32/makefile.mk
5930 ____________________________________________________________________________
5931 [  8702] By: gsar                                  on 2001/02/06  01:00:46
5932         Log: tweak change#8659 to keep it simple
5933      Branch: maint-5.6/perl
5934            ! utils/perldoc.PL
5935 ____________________________________________________________________________
5936 [  8701] By: gsar                                  on 2001/02/05  22:45:41
5937         Log: change#8693 was missing testsuite changes
5938      Branch: maint-5.6/perl
5939           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
5940 ____________________________________________________________________________
5941 [  8700] By: nick                                  on 2001/02/05  20:32:52
5942         Log: Integrate mainline
5943      Branch: perlio
5944           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
5945           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
5946           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
5947           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
5948           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
5949           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
5950           +> t/lib/test-harness.t
5951           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
5952           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
5953           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
5954           !> pod/perlutil.pod t/TEST utils/h2xs.PL
5955 ____________________________________________________________________________
5956 [  8699] By: nick                                  on 2001/02/05  19:41:07
5957         Log: Subject: perlfaq2, re: perlmongers
5958              From: David H. Adler <dha@panix.com>
5959              Date: Sun, 4 Feb 2001 23:48:23 -0500
5960              Message-Id: <20010204234823.A13429@panix.com>
5961      Branch: perl
5962            ! pod/perlfaq2.pod
5963 ____________________________________________________________________________
5964 [  8698] By: nick                                  on 2001/02/05  19:39:31
5965         Log: Missed file f#rom the testharness mess.
5966      Branch: perl
5967            + t/lib/test-harness.t
5968 ____________________________________________________________________________
5969 [  8697] By: nick                                  on 2001/02/05  19:37:21
5970         Log: Subject: [DOC PATCH] overload.pm nits
5971              From: John Tobey <jtobey@john-edwin-tobey.org>
5972              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
5973              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
5974      Branch: perl
5975            ! lib/overload.pm
5976 ____________________________________________________________________________
5977 [  8696] By: alanbur                               on 2001/02/05  11:56:00
5978         Log: Sync with parent
5979      Branch: maint-5.6/pureperl
5980           !> thread.h
5981 ____________________________________________________________________________
5982 [  8695] By: gsar                                  on 2001/02/05  03:27:34
5983         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
5984      Branch: maint-5.6/perl
5985            ! thread.h
5986 ____________________________________________________________________________
5987 [  8694] By: alanbur                               on 2001/02/05  00:07:47
5988         Log: Initial branch creation from //depot/maint-5.6/perl
5989      Branch: maint-5.6/pureperl
5990           +> (branch 1719 files)
5991 ____________________________________________________________________________
5992 [  8693] By: gsar                                  on 2001/02/04  22:38:49
5993         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
5994              changes)
5995      Branch: maint-5.6/perl
5996           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
5997           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
5998           !> ext/DB_File/version.c
5999 ____________________________________________________________________________
6000 [  8692] By: nick                                  on 2001/02/04  18:15:57
6001         Log: The missed t/TEST part of the grand testharness upgrade.
6002      Branch: perl
6003            ! t/TEST
6004 ____________________________________________________________________________
6005 [  8691] By: nick                                  on 2001/02/04  18:05:17
6006         Log: New improved test harness
6007              Subject: Re: [PATCH Test::Harness] Third time's a charm?
6008              From: Michael G Schwern <schwern@pobox.com>
6009              Date: Sun, 4 Feb 2001 08:01:20 -0500
6010              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
6011      Branch: perl
6012            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
6013            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
6014            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
6015            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
6016            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
6017            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
6018            ! MANIFEST lib/Test/Harness.pm
6019 ____________________________________________________________________________
6020 [  8690] By: nick                                  on 2001/02/04  17:57:51
6021         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
6022              From: Jonathan Stowe <gellyfish@gellyfish.com>
6023              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
6024              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
6025      Branch: perl
6026            ! utils/h2xs.PL
6027 ____________________________________________________________________________
6028 [  8689] By: nick                                  on 2001/02/04  17:55:24
6029         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
6030              From: Michael G Schwern <schwern@pobox.com>
6031              Date: Sat, 3 Feb 2001 22:46:38 -0500
6032              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
6033      Branch: perl
6034            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
6035            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
6036 ____________________________________________________________________________
6037 [  8688] By: nick                                  on 2001/02/04  17:43:55
6038         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
6039              length byfailing to spot lack of closing )
6040              From: nick@talking.bollo.cx
6041              Date: Sat, 03 Feb 2001 23:53:16 +0000
6042              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
6043      Branch: perl
6044            ! perlio.c pod/perldiag.pod
6045 ____________________________________________________________________________
6046 [  8687] By: jhi                                   on 2001/02/03  17:11:42
6047         Log: HP-UX thread patches from Merijn H. Brand.
6048      Branch: maint-5.6/perl
6049            ! README.hpux hints/hpux.sh
6050 ____________________________________________________________________________
6051 [  8686] By: jhi                                   on 2001/02/03  16:40:12
6052         Log: Metaconfig changes for #8685.
6053      Branch: metaconfig
6054            ! U/installdirs/instubperl.U
6055      Branch: metaconfig/U/perl
6056            ! Devel.U versiononly.U
6057 ____________________________________________________________________________
6058 [  8685] By: jhi                                   on 2001/02/03  16:39:49
6059         Log: For -Dusedevel builds turn off installusrbinperl and turn on
6060              versiononly, a combined idea of Richard Soderberg and Merijn
6061              H. Brand.  You can still override both of these from the command
6062              line if you need to, -Dinstallusrbinperl and -Uversiononly.
6063      Branch: perl
6064            ! Configure
6065 ____________________________________________________________________________
6066 [  8684] By: jhi                                   on 2001/02/03  16:16:34
6067         Log: Metaconfig unit fix for #8683.
6068      Branch: metaconfig
6069            ! U/compline/nblock_io.U
6070 ____________________________________________________________________________
6071 [  8683] By: jhi                                   on 2001/02/03  16:16:12
6072         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
6073              reported by Peter Prymmer for 5.6-TRIAL1.
6074      Branch: perl
6075            ! Configure
6076 ____________________________________________________________________________
6077 [  8682] By: jhi                                   on 2001/02/03  05:52:11
6078         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
6079              to work correctly.
6080      Branch: maint-5.6/perl
6081            ! hints/irix_6.sh
6082 ____________________________________________________________________________
6083 [  8681] By: jhi                                   on 2001/02/03  05:47:33
6084         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
6085      Branch: maint-5.6/perl
6086            ! pod/perlport.pod
6087 ____________________________________________________________________________
6088 [  8680] By: jhi                                   on 2001/02/02  21:39:49
6089         Log: perlport update from Peter Prymmer.
6090      Branch: maint-5.6/perl
6091            ! pod/perlport.pod
6092 ____________________________________________________________________________
6093 [  8679] By: nick                                  on 2001/02/02  20:50:48
6094         Log: Integrate mainline
6095      Branch: perlio
6096           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
6097           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
6098           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
6099 ____________________________________________________________________________
6100 [  8678] By: gsar                                  on 2001/02/02  16:02:12
6101         Log: note about bincompat, slightly modified (from Lupe Christoph)
6102      Branch: maint-5.6/perl
6103            ! README.solaris
6104 ____________________________________________________________________________
6105 [  8677] By: jhi                                   on 2001/02/02  15:46:20
6106         Log: Supported platforms updates.
6107      Branch: maint-5.6/perl
6108            ! pod/perlport.pod
6109 ____________________________________________________________________________
6110 [  8676] By: jhi                                   on 2001/02/02  03:41:26
6111         Log: A couple more perlfaq2 tweaks.
6112      Branch: maint-5.6/perl
6113            ! pod/perlfaq2.pod
6114 ____________________________________________________________________________
6115 [  8675] By: jhi                                   on 2001/02/02  03:17:44
6116         Log: Misedit in #8661.
6117      Branch: maint-5.6/perl
6118            ! Configure
6119 ____________________________________________________________________________
6120 [  8674] By: jhi                                   on 2001/02/02  03:14:38
6121         Log: Damien again.
6122      Branch: maint-5.6/perl
6123            ! pod/perlfaq2.pod
6124 ____________________________________________________________________________
6125 [  8673] By: jhi                                   on 2001/02/02  03:12:40
6126         Log: perlfaq update from Elaine Ashton.
6127      Branch: maint-5.6/perl
6128            ! pod/perlfaq2.pod
6129 ____________________________________________________________________________
6130 [  8672] By: jhi                                   on 2001/02/02  03:07:08
6131         Log: UTF-8 s/// patch from Inaba Hiroto.
6132      Branch: maint-5.6/perl
6133            ! pp_ctl.c pp_hot.c
6134 ____________________________________________________________________________
6135 [  8671] By: jhi                                   on 2001/02/01  22:34:31
6136         Log: Update Changes.
6137      Branch: perl
6138            ! Changes patchlevel.h
6139 ____________________________________________________________________________
6140 [  8670] By: jhi                                   on 2001/02/01  22:15:29
6141         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
6142              from maintperl.
6143              
6144              Upgrade to Getopt::Long 2.25, from Johan Vromans.
6145              
6146              more files need to be writable in the source distribution
6147              
6148              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
6149              
6150              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
6151              
6152              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
6153              
6154              Allow the float to be fuzzier.
6155              
6156              need to use INT2PTR instead of a straight cast or ia64 fails
6157              
6158              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
6159              
6160              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
6161      Branch: perl
6162           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
6163           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
6164           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
6165 ____________________________________________________________________________
6166 [  8669] By: jhi                                   on 2001/02/01  21:57:02
6167         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
6168              From: Robin Barker <rmb1@cise.npl.co.uk>
6169              Date: Thu, 1 Feb 2001 16:59:05 GMT
6170              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
6171      Branch: maint-5.6/perl
6172            ! pod/perlmodlib.PL
6173 ____________________________________________________________________________
6174 [  8668] By: nick                                  on 2001/02/01  19:41:40
6175         Log: Integrate mainline
6176      Branch: perlio
6177           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
6178           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
6179           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
6180 ____________________________________________________________________________
6181 [  8667] By: gsar                                  on 2001/02/01  16:59:11
6182         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
6183      Branch: maint-5.6/perl
6184            ! embed.pl embedvar.h
6185 ____________________________________________________________________________
6186 [  8666] By: gsar                                  on 2001/02/01  16:34:51
6187         Log: add missing entries to win32/config.?c
6188      Branch: maint-5.6/perl
6189            ! win32/config.bc win32/config.gc win32/config.vc
6190            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6191 ____________________________________________________________________________
6192 [  8665] By: jhi                                   on 2001/02/01  14:58:51
6193         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
6194              From: "Stephen P. Potter" <spp@spotter.yi.org>
6195              Date: Thu, 01 Feb 2001 10:45:46 -0500
6196              Message-Id: <200102011545.KAA31479@spotter.yi.org>
6197      Branch: maint-5.6/perl
6198            ! pod/perlfunc.pod
6199 ____________________________________________________________________________
6200 [  8664] By: gsar                                  on 2001/02/01  14:52:37
6201         Log: need to use INT2PTR instead of a straight cast or ia64 fails
6202              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
6203      Branch: maint-5.6/perl
6204            ! ext/POSIX/POSIX.xs
6205 ____________________________________________________________________________
6206 [  8663] By: jhi                                   on 2001/02/01  14:09:13
6207         Log: Allow the float to be fuzzier.
6208      Branch: maint-5.6/perl
6209            ! t/lib/peek.t
6210 ____________________________________________________________________________
6211 [  8662] By: jhi                                   on 2001/02/01  13:59:00
6212         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
6213              From: Robin Barker <rmb1@cise.npl.co.uk>
6214              Date: Thu, 1 Feb 2001 13:05:39 GMT
6215              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
6216      Branch: maint-5.6/perl
6217            ! pod/perlmodlib.pod
6218 ____________________________________________________________________________
6219 [  8661] By: jhi                                   on 2001/02/01  13:57:38
6220         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
6221              Date: Thu, 01 Feb 2001 14:15:41 +0100
6222              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6223              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
6224              
6225              Have the $ccflags in the gcc version test (strange, this change
6226              is claimed to be have been integrated already)
6227      Branch: maint-5.6/perl
6228            ! Configure
6229 ____________________________________________________________________________
6230 [  8660] By: jhi                                   on 2001/02/01  13:44:10
6231         Log: Integrate changes #7950,7964,7962 from mainline.
6232              
6233              Find the stdchar signedness using cpp, should fix some of
6234              the Solaris compiler warnings reported by Alan Burlison.
6235      Branch: maint-5.6/perl
6236           !> Configure config_h.SH
6237 ____________________________________________________________________________
6238 [  8659] By: jhi                                   on 2001/02/01  05:35:32
6239         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
6240              From: Jan Dubois <JanD@ActiveState.com>
6241              Date: Wed, 31 Jan 2001 21:17:03 -0800
6242              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
6243      Branch: maint-5.6/perl
6244            ! utils/perldoc.PL
6245 ____________________________________________________________________________
6246 [  8658] By: jhi                                   on 2001/02/01  04:33:17
6247         Log: Integrate the README.os390 and README.posix-bc parts of mainline
6248              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
6249              installperl parts were taken care of by #8657.)
6250      Branch: maint-5.6/perl
6251           !> README.os390 README.posix-bc
6252 ____________________________________________________________________________
6253 [  8657] By: jhi                                   on 2001/02/01  04:29:21
6254         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
6255              From: Peter Prymmer <pvhp@forte.com>
6256              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
6257              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
6258      Branch: maint-5.6/perl
6259            + ext/DynaLoader/dl_dllload.xs
6260            ! MANIFEST Makefile.SH hints/os390.sh installperl
6261 ____________________________________________________________________________
6262 [  8656] By: jhi                                   on 2001/02/01  04:25:45
6263         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
6264              From: Peter Prymmer <pvhp@forte.com>
6265              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
6266              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
6267      Branch: maint-5.6/perl
6268            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
6269 ____________________________________________________________________________
6270 [  8655] By: jhi                                   on 2001/02/01  04:14:47
6271         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
6272              From: troc@netrus.net
6273              Date: Wed, 31 Jan 2001 22:31:26 -0500
6274              Message-Id: <200102010331.WAA117.85@rocco.homenet>
6275      Branch: maint-5.6/perl
6276            ! os2/os2.c
6277 ____________________________________________________________________________
6278 [  8654] By: jhi                                   on 2001/02/01  04:12:52
6279         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
6280              as reported by Alan Burlison.
6281      Branch: maint-5.6/perl
6282            ! pp.h
6283 ____________________________________________________________________________
6284 [  8653] By: jhi                                   on 2001/02/01  04:05:12
6285         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
6286              From: dsugalski@northernlight.com
6287              Date: Wed, 31 Jan 2001 18:54:11 -0500
6288              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
6289      Branch: maint-5.6/perl
6290            ! configure.com
6291 ____________________________________________________________________________
6292 [  8652] By: jhi                                   on 2001/02/01  04:03:11
6293         Log: Misplaced #endif.
6294              
6295              Subject: [perl-5-6-1-trial2] patches for EPOC
6296              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6297              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
6298              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
6299      Branch: maint-5.6/perl
6300            ! epoc/epocish.c
6301 ____________________________________________________________________________
6302 [  8651] By: jhi                                   on 2001/02/01  04:00:25
6303         Log: Integrate changes #8647,8648,8650 from mainline.
6304              
6305              Macrofy a magic UTF-8 test.
6306              
6307              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
6308              
6309              Watch out for cross compiling for EPOC (usually done on linux).
6310      Branch: maint-5.6/perl
6311           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
6312 ____________________________________________________________________________
6313 [  8650] By: jhi                                   on 2001/02/01  03:56:20
6314         Log: Watch out for cross compiling for EPOC (usually done on linux)
6315              
6316              Subject: [perl-5-6-1-trial2] patches for EPOC
6317              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6318              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
6319              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
6320      Branch: perl
6321            ! ext/Errno/Errno_pm.PL
6322 ____________________________________________________________________________
6323 [  8649] By: gsar                                  on 2001/02/01  00:46:00
6324         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
6325      Branch: maint-5.6/perl
6326            ! sv.c
6327 ____________________________________________________________________________
6328 [  8648] By: jhi                                   on 2001/01/31  23:35:36
6329         Log: All the uses of PL_numeric_radix must be protected by
6330              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
6331              
6332              Subject: [perl-5-6-1-trial2] patches for EPOC
6333              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6334              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
6335              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
6336      Branch: perl
6337            ! sv.c
6338 ____________________________________________________________________________
6339 [  8647] By: jhi                                   on 2001/01/31  22:56:16
6340         Log: Macrofy a magic UTF-8 test.
6341      Branch: perl
6342            ! utf8.c utf8.h
6343 ____________________________________________________________________________
6344 [  8646] By: gsar                                  on 2001/01/31  15:55:12
6345         Log: update Changes
6346      Branch: maint-5.6/perl
6347            ! Changes
6348 ____________________________________________________________________________
6349 [  8645] By: gsar                                  on 2001/01/31  15:10:14
6350         Log: Configure tweak suggested by Peter Prymmer
6351      Branch: maint-5.6/perl
6352            ! Configure
6353 ____________________________________________________________________________
6354 [  8644] By: gsar                                  on 2001/01/31  15:06:32
6355         Log: more files need to be writable in the source distribution
6356      Branch: maint-5.6/perl
6357            ! Porting/makerel
6358 ____________________________________________________________________________
6359 [  8643] By: jhi                                   on 2001/01/31  14:59:46
6360         Log: Integrate changes #8258,8278,8279 from mainline.
6361              
6362              Make the large file tests more robust/talkative.
6363      Branch: maint-5.6/perl
6364           !> t/lib/syslfs.t t/op/lfs.t
6365 ____________________________________________________________________________
6366 [  8642] By: gsar                                  on 2001/01/31  14:53:48
6367         Log: integrate changes#8311,8334 from mainline
6368              
6369              Add a new MakeMaker variable PM_FILTER that defines a Unix
6370              filter to be run on each .pm during the pm_to_blib() phase,
6371              a fixed version of
6372              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
6373              
6374              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
6375              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
6376              accurate reading of the "atime".  
6377      Branch: maint-5.6/perl
6378           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
6379           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
6380           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
6381 ____________________________________________________________________________
6382 [  8641] By: jhi                                   on 2001/01/31  14:46:37
6383         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
6384      Branch: maint-5.6/perl
6385            ! lib/Getopt/Long.pm
6386 ____________________________________________________________________________
6387 [  8640] By: gsar                                  on 2001/01/31  14:40:24
6388         Log: make regen_all
6389      Branch: maint-5.6/perl
6390            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
6391 ____________________________________________________________________________
6392 [  8639] By: gsar                                  on 2001/01/31  14:37:25
6393         Log: refresh windows config files
6394      Branch: maint-5.6/perl
6395            ! win32/Makefile win32/config_H.bc win32/config_H.gc
6396            ! win32/config_H.vc win32/makefile.mk
6397 ____________________________________________________________________________
6398 [  8638] By: gsar                                  on 2001/01/31  14:28:10
6399         Log: makefile tweaks for windows: introduce a bulk-switch to enable
6400              same options as ActivePerl; sync changes with makefile.mk
6401      Branch: maint-5.6/perl
6402            ! win32/Makefile win32/makefile.mk
6403 ____________________________________________________________________________
6404 [  8637] By: jhi                                   on 2001/01/31  04:41:30
6405         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
6406              From: Nicholas Clark <nick@ccl4.org>
6407              Date: Tue, 30 Jan 2001 19:51:05 +0000
6408              Message-ID: <20010130195105.R76607@plum.flirble.org> 
6409              
6410              op/inc cure.
6411      Branch: perl
6412            ! pp.c pp.h pp_hot.c t/op/arith.t
6413 ____________________________________________________________________________
6414 [  8636] By: jhi                                   on 2001/01/31  02:38:32
6415         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
6416              no perlio],8257,8380,8479,8515 from mainline.
6417              
6418              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
6419              
6420              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
6421              Subject: [PATCH perl@8133] fix-up for VMS extensions
6422              
6423              In VMS embedded perls couldn't access the statically built Socket.
6424              
6425              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
6426              
6427              Further VMS piping fixes from Charles Lane.
6428              
6429              Subject:  [PATCH] make t/op/misc.t work on VMS
6430              
6431              Add tracing for debugging extensions builds in VMS.
6432              
6433              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
6434      Branch: maint-5.6/perl
6435           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
6436           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
6437           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
6438 ____________________________________________________________________________
6439 [  8635] By: jhi                                   on 2001/01/31  01:46:41
6440         Log: Integrate change #7732 from mainline.
6441              
6442              Sparc 64-bit pack() fix from Jens Hamisch.
6443      Branch: maint-5.6/perl
6444           !> pp.c
6445 ____________________________________________________________________________
6446 [  8634] By: jhi                                   on 2001/01/31  01:41:16
6447         Log: One spot missing from #8626.
6448      Branch: maint-5.6/perl
6449            ! sv.c
6450 ____________________________________________________________________________
6451 [  8633] By: jhi                                   on 2001/01/31  00:49:17
6452         Log: Integrate change #7495 from mainline.
6453              
6454              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
6455      Branch: maint-5.6/perl
6456           !> MANIFEST ext/re/Makefile.PL
6457 ____________________________________________________________________________
6458 [  8632] By: jhi                                   on 2001/01/30  23:38:49
6459         Log: Integrate change #8396 from mainline.
6460              
6461              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
6462              better multicast support (resend)
6463      Branch: maint-5.6/perl
6464           !> ext/Socket/Socket.pm
6465 ____________________________________________________________________________
6466 [  8631] By: jhi                                   on 2001/01/30  23:28:03
6467         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
6468              
6469              More AIX lore. (7514, ext/re/hints/aix.pl)
6470              
6471              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
6472              
6473              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23] (7813, strictly speaking not yet necessary, but harmless and goes well with #8490)
6474              
6475              Subject: [ID 20001214.002] Net::Ping patch
6476              
6477              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
6478              
6479              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
6480              
6481              Add ReuseAddr as a (preferred) alias for Reuse as we now
6482              also have ReusePort.
6483              
6484              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
6485      Branch: maint-5.6/perl
6486           +> ext/re/hints/aix.pl
6487           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
6488           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
6489 ____________________________________________________________________________
6490 [  8630] By: jhi                                   on 2001/01/30  23:03:59
6491         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
6492              
6493              read() documentation tweak for 20001121.004.
6494              
6495              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
6496      Branch: maint-5.6/perl
6497           !> pod/perlfunc.pod pod/perlre.pod
6498 ____________________________________________________________________________
6499 [  8629] By: jhi                                   on 2001/01/30  22:41:57
6500         Log: Integrate change #8098 from mainline.
6501              
6502              fastgetcwd is defined using a glob alias on a $^O dependent basis
6503              and there was no default assignment or perl subroutine.
6504      Branch: maint-5.6/perl
6505           !> lib/Cwd.pm
6506 ____________________________________________________________________________
6507 [  8628] By: jhi                                   on 2001/01/30  21:58:52
6508         Log: Integrate change #7866 from mainline.
6509              
6510              File::Temp 0.11.
6511      Branch: maint-5.6/perl
6512           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
6513 ____________________________________________________________________________
6514 [  8627] By: jhi                                   on 2001/01/30  21:39:44
6515         Log: Integrate changes #8075,8086,8228 from mainline.  
6516              
6517              Darwin is not Windows. (8075,8086)
6518              
6519              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
6520      Branch: maint-5.6/perl
6521           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
6522           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
6523           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
6524           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
6525 ____________________________________________________________________________
6526 [  8626] By: jhi                                   on 2001/01/30  21:22:11
6527         Log: Integrate with tweakery the change #8625 from mainline,
6528              the multibyte decimal separator fix ("fa_IR locale failure").
6529      Branch: maint-5.6/perl
6530            ! embedvar.h perlapi.h
6531           !> intrpvar.h perl.c perl.h sv.c util.c
6532 ____________________________________________________________________________
6533 [  8625] By: jhi                                   on 2001/01/30  20:26:33
6534         Log: Fix for the fa_IR locale failure.  The reason for the failure
6535              was that Perl was assuming the decimal separator aka the radix
6536              separator is one character.  The Farsi-Iranian locale crushed
6537              that bad assumption since there the separator is 'Momayyez',
6538              glyphwise looking somewhat like a slash, and in Unicode UTF-8
6539              encoded in two bytes, 0xd9 0xab.
6540      Branch: perl
6541            ! intrpvar.h perl.c perl.h sv.c util.c
6542 ____________________________________________________________________________
6543 [  8624] By: gsar                                  on 2001/01/30  20:17:03
6544         Log: regen_headers
6545      Branch: maint-5.6/perl
6546            ! Makefile.SH pod/perlintern.pod
6547 ____________________________________________________________________________
6548 [  8623] By: gsar                                  on 2001/01/30  19:42:34
6549         Log: backout change#7431 and its dependents (causes spurious rebuilds
6550              of autogenerated files)
6551              
6552              fix benign b.t failure
6553      Branch: maint-5.6/perl
6554            ! Makefile.SH t/lib/b.t
6555 ____________________________________________________________________________
6556 [  8622] By: jhi                                   on 2001/01/30  19:41:41
6557         Log: Microperl sync.
6558      Branch: perl
6559            ! mg.c perl.h
6560 ____________________________________________________________________________
6561 [  8621] By: gsar                                  on 2001/01/30  19:24:47
6562         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
6563              from mainline
6564              
6565              Subject: podlators 1.06 released
6566              
6567              Subject: [PATCH @8436] Eliminate op_children
6568              
6569              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
6570              
6571              (Replaced by #8448)  More op_children traces (cleanup of #8442).
6572              
6573              Subject: [PATCH #3 @8436] Re: Eliminate op_children
6574              Replace #8444 and #8445.
6575              
6576              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
6577              at the setting of the ofs_sv in new_struct_thread() as the
6578              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
6579              uninitialized fields are, uh, initialized with),
6580              SvREFCNT_inc()ing that invited a core dump.
6581              
6582              podlators 1.07, from Russ Allbery.
6583              
6584              Subject: [PATCH] regcomp.c old feature removal
6585              From: mjd@plover.com
6586              Date: 16 Jan 2001 14:43:18 -0000 
6587              Message-ID: <20010116144318.7140.qmail@plover.com> 
6588      Branch: maint-5.6/perl
6589           +> lib/Pod/Text/Overstrike.pm
6590           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
6591           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
6592           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
6593           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
6594           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
6595           !> util.c
6596 ____________________________________________________________________________
6597 [  8620] By: gsar                                  on 2001/01/30  18:48:32
6598         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
6599              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
6600              now fails one test)
6601              
6602              Subject: [PATCH] lvalue AUTOLOAD. No, really.
6603              
6604              Subject: [PATCH] Interesting syntax idea
6605              Make opens + bareword assigns do typeglob assigns.
6606              
6607              Tests for #8254.
6608              
6609              Subject: [PATCH @8269] Continue blocks and B::Deparse
6610              Make the peephole optimizer to bypass more null ops and
6611              and rewrite the deparse handling of continue blocks.
6612              
6613              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
6614              Doc tweak on #8313.
6615              
6616              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
6617              
6618              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
6619              
6620              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
6621              
6622              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
6623              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
6624              according to the platform.
6625              
6626              Subject: [PATCH @8404] Consolidated lvalue sub changes
6627              
6628              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
6629              
6630              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
6631              
6632              Subject: B::Concise -- an improved replacement for B::Terse 
6633              
6634              The B::Terse drop-in replacement wasn't quite drop-in.
6635              
6636              The LVRET macro needed an aTHX.
6637              
6638              Use the /^Perl_/-less form of is_lvalue_sub().
6639              
6640              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
6641      Branch: maint-5.6/perl
6642           +> ext/B/B/Concise.pm
6643           !> (integrate 27 files)
6644 ____________________________________________________________________________
6645 [  8619] By: nick                                  on 2001/01/30  18:40:28
6646         Log: Integrate mainline
6647      Branch: perlio
6648           !> (integrate 40 files)
6649 ____________________________________________________________________________
6650 [  8618] By: jhi                                   on 2001/01/30  18:37:18
6651         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
6652              Date: Mon, 29 Jan 2001 22:51:29 -0600
6653              From: "Craig A. Berry" <craigberry@mac.com>
6654              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
6655      Branch: perl
6656            ! vms/test.com
6657 ____________________________________________________________________________
6658 [  8617] By: jhi                                   on 2001/01/30  18:34:53
6659         Log: Subject: [PATCH] Add missing CV flags to dump.c
6660              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6661              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
6662              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
6663      Branch: perl
6664            ! dump.c
6665 ____________________________________________________________________________
6666 [  8616] By: jhi                                   on 2001/01/30  18:20:58
6667         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
6668              part isn't applicable to maintperl.
6669              
6670              UTF-8 nit from Inaba Hiroto.
6671      Branch: maint-5.6/perl
6672           !> pod/perlapi.pod utf8.c
6673 ____________________________________________________________________________
6674 [  8615] By: jhi                                   on 2001/01/30  18:18:51
6675         Log: UTF-8 nit from Inaba Hiroto.
6676      Branch: perl
6677            ! pod/perlapi.pod t/op/each.t utf8.c
6678 ____________________________________________________________________________
6679 [  8614] By: jhi                                   on 2001/01/30  18:13:38
6680         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
6681              
6682              perl's internal variables are not for public consumption,
6683              move their docs from perlapi.pod to perlintern.pod
6684              
6685              support for -Dusethreads build under HP-UX 10.20 and DCE threads
6686              library (11.0 and later have pthreads but 10.x don't)
6687              
6688              avoid uninitialized value warnings
6689              
6690              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
6691              gets weird results)
6692              
6693              perldoc nit on windows
6694              
6695              make it possible to run the tests outside the source tree
6696              (there's still a dependency on ../lib being the library
6697              location)
6698      Branch: perl
6699           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
6700           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
6701           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
6702           !> win32/bin/search.pl win32/vdir.h
6703 ____________________________________________________________________________
6704 [  8613] By: gsar                                  on 2001/01/30  16:39:59
6705         Log: make it possible to run the tests outside the source tree
6706              (there's still a dependency on ../lib being the library
6707              location)
6708      Branch: maint-5.6/perl
6709            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
6710 ____________________________________________________________________________
6711 [  8612] By: gsar                                  on 2001/01/30  16:31:12
6712         Log: perldoc nit on windows
6713      Branch: maint-5.6/perl
6714            ! utils/perldoc.PL
6715 ____________________________________________________________________________
6716 [  8611] By: gsar                                  on 2001/01/30  16:22:54
6717         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
6718              gets weird results)
6719      Branch: maint-5.6/perl
6720            ! win32/vdir.h
6721 ____________________________________________________________________________
6722 [  8610] By: gsar                                  on 2001/01/30  16:12:45
6723         Log: avoid uninitialized value warnings
6724      Branch: maint-5.6/perl
6725            ! win32/bin/search.pl
6726 ____________________________________________________________________________
6727 [  8609] By: gsar                                  on 2001/01/30  16:08:01
6728         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
6729              library (11.0 and later have pthreads but 10.x don't)
6730      Branch: maint-5.6/perl
6731            ! hints/hpux.sh thread.h
6732 ____________________________________________________________________________
6733 [  8608] By: gsar                                  on 2001/01/30  15:48:55
6734         Log: perl's internal variables are not for public consumption,
6735              move their docs from perlapi.pod to perlintern.pod
6736      Branch: maint-5.6/perl
6737            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
6738            ! thrdvar.h
6739 ____________________________________________________________________________
6740 [  8607] By: gsar                                  on 2001/01/30  15:44:27
6741         Log: mistakenly branched perl56delta.pod, revert
6742      Branch: maint-5.6/perl
6743            - pod/perl56delta.pod
6744           !> pod/perldelta.pod
6745 ____________________________________________________________________________
6746 [  8606] By: gsar                                  on 2001/01/30  14:20:24
6747         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
6748              dTHR which has been a noop for a while now, except for the
6749              compatibility definition in thread.h)
6750      Branch: maint-5.6/perl
6751           !> (integrate 45 files)
6752 ____________________________________________________________________________
6753 [  8605] By: jhi                                   on 2001/01/30  05:43:58
6754         Log: Mark the UTF-8 APIs as experimental.
6755      Branch: maint-5.6/perl
6756            ! embed.pl pod/perlapi.pod
6757 ____________________________________________________________________________
6758 [  8604] By: jhi                                   on 2001/01/30  05:38:40
6759         Log: Nits from earlier integrates.
6760      Branch: maint-5.6/perl
6761            ! lib/Carp/Heavy.pm
6762           !> sv.c
6763 ____________________________________________________________________________
6764 [  8603] By: jhi                                   on 2001/01/30  05:27:26
6765         Log: Regenerate Porting files.
6766      Branch: maint-5.6/perl
6767            ! Porting/Glossary Porting/config.sh Porting/config_H
6768 ____________________________________________________________________________
6769 [  8602] By: jhi                                   on 2001/01/30  05:14:59
6770         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
6771              8310,8339,8447,8492,8493,8505,8525: documentation changes.
6772              
6773              Subject: Re: perlfaq style changes
6774              
6775              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
6776              
6777              Subject: [PATCH] docs on NaN
6778              
6779              Subject: [patch] perlfaq7
6780              
6781              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
6782              
6783              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
6784              
6785              Subject: [PATCH] open() example in perlfunc.pod
6786              
6787              Podify README.mpeix (a new version from the web)
6788              
6789              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
6790              
6791              Subject: [PATCH] format and rewording in perlfaq.pod
6792              
6793              Subject: [PATCH] API Variable documentation   
6794              
6795              Memory management calls documentation.
6796              
6797              Subject: [PATCH: perl@8482] README.vms URL updates
6798              
6799              Subject: Minor typos in perlfaq2.pod
6800              
6801              Subject: [PATCH] pod/perlvar.pod
6802      Branch: maint-5.6/perl
6803           +> pod/perl56delta.pod
6804            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6805           !> README.amiga README.epoc README.mpeix README.vms
6806           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
6807           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
6808           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
6809           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
6810           !> pod/perlvar.pod thrdvar.h
6811 ____________________________________________________________________________
6812 [  8601] By: jhi                                   on 2001/01/30  04:38:35
6813         Log: Integrate changes #8036,8096,8253 from mainline:
6814              hints changes.
6815              
6816              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
6817              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
6818              
6819              Output the (apparent) version of gcc in Tru64.
6820      Branch: maint-5.6/perl
6821           +> ext/POSIX/hints/svr4.pl
6822           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
6823           !> hints/svr4.sh t/lib/bigfltpm.t
6824 ____________________________________________________________________________
6825 [  8600] By: jhi                                   on 2001/01/30  04:04:01
6826         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
6827              locale fixes.
6828              
6829              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
6830              
6831              Debian allows /usr/bin/locale to exist without any locales. (7868)
6832              
6833              Allow the locale test needing POSIX and the taint test
6834              needing IPC::SysV to run under 'minitest' (basically,
6835              bail out if loading the extension fails). (8384)
6836              
6837              Cleanup the locale.t output  (8480)
6838      Branch: maint-5.6/perl
6839           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
6840           !> t/pragma/locale.t
6841 ____________________________________________________________________________
6842 [  8599] By: jhi                                   on 2001/01/30  03:51:04
6843         Log: Missing generated files from #8598.
6844      Branch: maint-5.6/perl
6845            ! embed.h global.sym objXSUB.h perlapi.c proto.h
6846 ____________________________________________________________________________
6847 [  8598] By: jhi                                   on 2001/01/30  03:41:54
6848         Log: Integrate change #8555 from mainline, manually integrate parts
6849              of changes 8452 and 8583.
6850              
6851              Subject: [PATCH] utf8.c documentation (8452)
6852              
6853              No point in checking the length if the pointer is bogus. (8555)
6854              
6855              Introduce bytes_from_utf8() and implement sv_eq() using it,
6856              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
6857              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
6858              was malformed. (8583)
6859      Branch: maint-5.6/perl
6860            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
6861           !> pod/perlapi.pod sv.c utf8.c
6862 ____________________________________________________________________________
6863 [  8597] By: gsar                                  on 2001/01/30  02:37:26
6864         Log: get PERL_OBJECT build going again on windows
6865      Branch: maint-5.6/perl
6866            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
6867            ! pod/perlapi.pod proto.h sv.c
6868 ____________________________________________________________________________
6869 [  8596] By: jhi                                   on 2001/01/30  02:16:17
6870         Log: Signedness nit.
6871      Branch: perl
6872            ! sv.c
6873 ____________________________________________________________________________
6874 [  8595] By: jhi                                   on 2001/01/30  02:11:07
6875         Log: EBCDIC patch for Storable, from Peter Prymmer.
6876      Branch: perl
6877            ! t/lib/st-06compat.t
6878 ____________________________________________________________________________
6879 [  8594] By: jhi                                   on 2001/01/30  01:04:48
6880         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
6881              From: Peter Prymmer <pvhp@forte.com>
6882              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
6883              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
6884      Branch: perl
6885            ! t/lib/b.t
6886 ____________________________________________________________________________
6887 [  8593] By: jhi                                   on 2001/01/30  00:56:47
6888         Log: Subject: [PATCH: perl@8585] pod problems in io
6889              From: Peter Prymmer <pvhp@forte.com>
6890              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
6891              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
6892      Branch: perl
6893            ! pod/perlapio.pod pod/perliol.pod
6894 ____________________________________________________________________________
6895 [  8592] By: jhi                                   on 2001/01/30  00:48:20
6896         Log: Integrate perlio.
6897      Branch: perl
6898           !> pod/perlapio.pod pod/perliol.pod
6899 ____________________________________________________________________________
6900 [  8591] By: nick                                  on 2001/01/29  22:02:28
6901         Log: GNU 'merge' Simon's copy of perliol.pod with version
6902              patched by Craig's patch.
6903      Branch: perlio
6904            ! pod/perliol.pod
6905 ____________________________________________________________________________
6906 [  8590] By: nick                                  on 2001/01/29  21:55:10
6907         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
6908      Branch: perlio
6909            ! pod/perlapio.pod pod/perliol.pod
6910 ____________________________________________________________________________
6911 [  8589] By: jhi                                   on 2001/01/29  15:35:33
6912         Log: Integrate change #8586 from maint-5.6/perl.
6913              
6914              make the BOM detection code not call tell() until it has to
6915              (meant to fix esoteric compatibility issues where PL_rsfp
6916              is overridden)
6917      Branch: perl
6918           !> toke.c
6919 ____________________________________________________________________________
6920 [  8588] By: jhi                                   on 2001/01/29  15:29:11
6921         Log: Subject: MAking Solaris malloc() the default
6922              From: Lupe Christoph <lupe@lupe-christoph.de>
6923              Date: Mon, 29 Jan 2001 12:59:36 +0100
6924              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
6925              
6926              The README.solaris part slightly tweaked.
6927      Branch: perl
6928            ! README.solaris hints/solaris_2.sh
6929 ____________________________________________________________________________
6930 [  8587] By: jhi                                   on 2001/01/29  15:17:34
6931         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
6932              From: root@ak-75.mind.de
6933              Date: Sun, 28 Jan 2001 20:32:29 +0100
6934              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
6935      Branch: perl
6936            ! pod/perlre.pod
6937 ____________________________________________________________________________
6938 [  8586] By: gsar                                  on 2001/01/29  13:43:44
6939         Log: make the BOM detection code not call tell() until it has to
6940              (meant to fix esoteric compatibility issues where PL_rsfp
6941              is overridden)
6942      Branch: maint-5.6/perl
6943            ! toke.c
6944 ____________________________________________________________________________
6945 [  8585] By: jhi                                   on 2001/01/28  20:05:45
6946         Log: Update Changes.
6947      Branch: perl
6948            ! Changes patchlevel.h
6949 ____________________________________________________________________________
6950 [  8584] By: jhi                                   on 2001/01/28  19:30:02
6951         Log: Integrate perlio.
6952      Branch: perl
6953           +> pod/perliol.pod
6954           !> MANIFEST pod/perlapio.pod
6955 ____________________________________________________________________________
6956 [  8583] By: jhi                                   on 2001/01/28  19:28:40
6957         Log: Patch from Inaba Hiroto:
6958              - canonical UTF-8 hash keys: if a key string for a hash is
6959              UTF8-on, try downgrade the string and use it if
6960              unicode::distinct is not in effect.
6961              For the task, I added a function bytes_from_utf8() to utf8.c.
6962              It might resemble utf8_to_bytes() but it is not convenient
6963              to the task.
6964              Made a test for it and added to t/op/each.t
6965              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
6966              the mortal copy of the argument SV.
6967              And changed t/io/utf8.t test 18 which expects print() to
6968              upgrade its argument.
6969              - re-implement sv_eq with bytes_from_utf8()
6970              - some bug fixes
6971              - tr/// does not handle UTF8 range (\x{}-\x{})
6972              - \ before raw UTF8 character produced
6973              "Malformed UTF-8 character" warning.
6974              - "\x{100}\N{CENT SIGN}" is Malformed.
6975              Added tests for these 3.
6976              - and one silly bug (by me) with qu operator.
6977      Branch: perl
6978            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
6979            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
6980            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
6981 ____________________________________________________________________________
6982 [  8582] By: nick                                  on 2001/01/28  19:25:04
6983         Log: Add pod/perliol.pod to MANIFEST :-(
6984      Branch: perlio
6985            ! MANIFEST
6986 ____________________________________________________________________________
6987 [  8581] By: nick                                  on 2001/01/28  19:22:40
6988         Log: PerlIO documentation. Proofing and sub-editing requested.
6989      Branch: perlio
6990            + pod/perliol.pod
6991            ! pod/perlapio.pod
6992 ____________________________________________________________________________
6993 [  8580] By: jhi                                   on 2001/01/28  05:16:25
6994         Log: Revert the change to sv_2pv() done by #8054: Someone who
6995              did SvNV_set() on a scalar that also happened to be POK,
6996              followed by sv_2pv() won't get the right coercion anymore.
6997              [Sarathy]
6998      Branch: maint-5.6/perl
6999            ! sv.c
7000 ____________________________________________________________________________
7001 [  8579] By: jhi                                   on 2001/01/28  05:15:04
7002         Log: Remove the #8084 effect: do not allow -Q to be interpreted
7003              as -&Q(), this is too much wiggle room.
7004      Branch: maint-5.6/perl
7005            ! toke.c
7006 ____________________________________________________________________________
7007 [  8578] By: jhi                                   on 2001/01/28  05:12:45
7008         Log: Needed bits of #8439 (should have been in #8576),
7009              mainly for lval substr().
7010      Branch: maint-5.6/perl
7011            ! mg.c pp.c pp_hot.c
7012 ____________________________________________________________________________
7013 [  8577] By: jhi                                   on 2001/01/28  05:02:46
7014         Log: A missing check-in.
7015      Branch: maint-5.6/perl
7016            ! utf8.c
7017 ____________________________________________________________________________
7018 [  8576] By: jhi                                   on 2001/01/28  04:26:18
7019         Log: Integrate changes #8425,8436,8439,8517 from mainline.
7020              The 8439 was not truly integrated because it had too many
7021              dependencies on the development branch and because it introduced
7022              concepts too bold for a maintenance branch (such as the qu operator).
7023              
7024              Subject: [PATCH perl@8342] -Wformat
7025              
7026              Tighten some of the UTF-8 tests a bit.
7027              
7028              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
7029              - The substr lval was still not okay.
7030              - Now pp_stringify and sv_setsv copies source's UTF8 flag
7031              even if IN_BYTE.  pp_stringify is called from fold_constants
7032              at optimization phase and "\x{100}" was made SvUTF8_off under
7033              use bytes (the bytes pragma is for "byte semantics" and not
7034              for "do not produce UTF8 data")
7035      Branch: maint-5.6/perl
7036            ! t/lib/charnames.t t/op/substr.t toke.c
7037           !> sv.c t/pragma/utf8.t
7038 ____________________________________________________________________________
7039 [  8575] By: jhi                                   on 2001/01/28  04:01:51
7040         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
7041              
7042              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
7043              
7044              Subject: [ID 20001230.003] UTF-8 tr still hurts
7045              
7046              Test cases for #8385 (from Simon's "torture.pl")
7047              
7048              Start fixing UTF-8 lval substr() (8405)
7049      Branch: maint-5.6/perl
7050           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
7051           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
7052 ____________________________________________________________________________
7053 [  8574] By: jhi                                   on 2001/01/28  03:09:06
7054         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
7055              from mainline.
7056              
7057              UTF-8 cleanup.
7058              
7059              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
7060              
7061              "\x{FF}\xFF" was broken.
7062              
7063              Tests for #8329 and #8330.
7064              
7065              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
7066              
7067              IRIX compiler noticed that the bof initialization might be
7068              bypassed by control flow.
7069              
7070              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
7071      Branch: maint-5.6/perl
7072           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
7073           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
7074 ____________________________________________________________________________
7075 [  8573] By: jhi                                   on 2001/01/28  02:06:12
7076         Log: Retract #8552.
7077      Branch: perl
7078            ! lib/Text/Wrap.pm t/lib/textwrap.t
7079 ____________________________________________________________________________
7080 [  8572] By: jhi                                   on 2001/01/28  02:04:49
7081         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
7082              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
7083              not really integrated but instead salvaged by hand
7084              (they had too many dependencies on the development release
7085              to be cleanly integratable).
7086              
7087              Subject: more UTF8 test suites and an UTF8 patch
7088              
7089              Tweak for MULTIPLICITY/USE_PERLIO
7090              
7091              Signedness nit.
7092              
7093              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
7094              
7095              Use the UTF8_XXX macros in is_utf8_char().
7096              
7097              Rewrite pp_concat() in terms of sv_catsv().  The . operator
7098              should now be UTF-8-proof.
7099              
7100              Subject: [PATCH perl@8269] scanning two hex-constants
7101              fails on EBCDIC environment (script length.t)
7102              
7103              Add some Unicode chop() tests.
7104      Branch: maint-5.6/perl
7105            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
7106           !> sv.c t/op/chop.t utf8.h
7107 ____________________________________________________________________________
7108 [  8571] By: jhi                                   on 2001/01/28  00:35:59
7109         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
7110              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
7111              
7112              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
7113              
7114              The maxiters upper limit sanity check (guarding against
7115              non-progress) assumed bytes instead of characters in s///
7116              and split().
7117              
7118              Signedness nit.
7119              
7120              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
7121              join() should now be UTF-8-proof.
7122              
7123              More split // UTF-8 tests. (8250)
7124      Branch: maint-5.6/perl
7125           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
7126           !> util.c
7127 ____________________________________________________________________________
7128 [  8570] By: jhi                                   on 2001/01/27  22:15:46
7129         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
7130              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
7131              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
7132              8084,8204,8244,8333 from mainline.
7133              
7134              For -Q where Q might be a one-letter sub name one does no more
7135              get a warning about an unknown filetest (7941,7943,7944,8084).
7136              
7137              Subject: Re: [ID 20001130.011] expression parsing bug ?
7138              
7139              Make uv_to_utf8() to zero-terminate its output buffer.
7140              
7141              Split off t/op/length.t (7995)
7142              
7143              Split off t/op/utf8decode.t (7996)
7144              
7145              Remove an unnecessary 'use utf8' from the utf8.t (7998)
7146              
7147              Split off t/op/concat.t (8004)
7148              
7149              Split off t/op/ver.t (8005)
7150              
7151              Document utf8_length(), utf8_distance(), and utf8_hop().
7152              
7153              Document utf8_to_uv() better.
7154              
7155              Introduce macros for UTF8 decoding (8028,8033).
7156              
7157              Add test for reverse() (8030,8031).
7158              
7159              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
7160              
7161              Do not return the Unicode replacement character    on UTF-8
7162              decoding failure.
7163              
7164              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
7165              not this_utf8 i.e. the output string has one, but don't mess
7166              with source assumption. (8052,8053)
7167              
7168              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
7169              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
7170              was not expecting to be called with something that was already
7171              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
7172              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
7173              (8054)
7174              
7175              Recode the naughty binary bytes in utf8decode.t using the \xHH.
7176              
7177              Make some panic messages a bit more logical.
7178      Branch: maint-5.6/perl
7179           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
7180           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
7181           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
7182           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
7183           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
7184           !> utf8.c utf8.h
7185 ____________________________________________________________________________
7186 [  8569] By: jhi                                   on 2001/01/27  19:16:43
7187         Log: Integrate changes #7750 from perlio and #8566 from mainline.
7188      Branch: maint-5.6/perl
7189           !> regexec.c sv.c
7190 ____________________________________________________________________________
7191 [  8568] By: jhi                                   on 2001/01/27  18:06:51
7192         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
7193              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
7194              7935[-perlio.c],7936,7959,7965 from mainline.
7195              
7196              Change the "big byte" error message to "Wide character".
7197              (7355, the croak-if-wide-chars-in-print part ignored)
7198              
7199              Use UINT64_C().
7200              
7201              Introduce Perl_utf8_length().
7202              
7203              diff -se shows these as different (7753, forgotten check-ins)
7204              
7205              Subject: [PATCH] doop.c - UTF8 tr///
7206              
7207              If we use (aTHX_ ...) then put Perl_ on the front.
7208              
7209              Make utf8_length() and utf8_distance() to be less forgiving
7210              about bad UTF-8.
7211              
7212              Test line numbers are different with utf8.
7213              
7214              No need to scan till infinity, 13 is enough. (7872,7911)
7215              
7216              Subject: [PATCH] Tokeniser debugging
7217              
7218              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
7219              
7220              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
7221              
7222              Be more careful in Perl_sv_utf8_downgrade().
7223              
7224              Use DO_UTF8().
7225              
7226              Raw zero bytes in text files confuse at least GNU patch 2.1.
7227      Branch: maint-5.6/perl
7228           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
7229           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
7230           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
7231           !> t/pragma/utf8.t toke.c utf8.c utf8.h
7232 ____________________________________________________________________________
7233 [  8567] By: nick                                  on 2001/01/27  11:10:38
7234         Log: Integrate mainline
7235      Branch: perlio
7236           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
7237           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
7238           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
7239           !> toke.c
7240 ____________________________________________________________________________
7241 [  8566] By: jhi                                   on 2001/01/27  06:22:48
7242         Log: More documentation for the regexp context stack.
7243      Branch: perl
7244            ! regexec.c
7245 ____________________________________________________________________________
7246 [  8565] By: jhi                                   on 2001/01/27  05:21:57
7247         Log: Update Changes.
7248      Branch: perl
7249            ! Changes patchlevel.h
7250 ____________________________________________________________________________
7251 [  8564] By: jhi                                   on 2001/01/27  04:44:04
7252         Log: Threadedness patch for #8562 from Doug MacEachern.
7253      Branch: perl
7254            ! toke.c
7255 ____________________________________________________________________________
7256 [  8563] By: jhi                                   on 2001/01/27  04:26:24
7257         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
7258              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
7259              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
7260              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
7261      Branch: perl
7262            ! op.c
7263 ____________________________________________________________________________
7264 [  8562] By: jhi                                   on 2001/01/27  04:20:30
7265         Log: Subject: Re: Announce : Tokener reporting patch
7266              From: Simon Cozens <simon@cozens.net>
7267              Date: Mon, 22 Jan 2001 02:17:22 +0000
7268              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
7269      Branch: perl
7270            ! embed.h embed.pl proto.h toke.c
7271 ____________________________________________________________________________
7272 [  8561] By: jhi                                   on 2001/01/27  04:17:24
7273         Log: Forgot from #8545.  Oops.
7274      Branch: perl
7275            ! pp.c t/pragma/overload.t
7276 ____________________________________________________________________________
7277 [  8560] By: jhi                                   on 2001/01/27  03:01:47
7278         Log: A better module compilation test, use MANIFEST as suggested
7279              by Spider.
7280      Branch: perl
7281            ! t/lib/1_compile.t
7282 ____________________________________________________________________________
7283 [  8559] By: jhi                                   on 2001/01/27  02:50:48
7284         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
7285              From: Peter Prymmer <pvhp@forte.com>
7286              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
7287              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
7288      Branch: perl
7289            ! t/lib/b.t
7290 ____________________________________________________________________________
7291 [  8558] By: jhi                                   on 2001/01/27  02:27:05
7292         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
7293              From: Peter Prymmer <pvhp@forte.com>
7294              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
7295              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
7296      Branch: perl
7297            ! t/pragma/sub_lval.t
7298 ____________________________________________________________________________
7299 [  8557] By: jhi                                   on 2001/01/27  02:26:03
7300         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
7301              From: Peter Prymmer <pvhp@forte.com>
7302              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
7303              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
7304      Branch: perl
7305            ! t/lib/st-06compat.t
7306 ____________________________________________________________________________
7307 [  8556] By: jhi                                   on 2001/01/27  02:24:33
7308         Log: Subject: [PATCH: perl@8531] minor update to README.os390
7309              From: Peter Prymmer <pvhp@forte.com>
7310              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
7311              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
7312      Branch: perl
7313            ! README.os390
7314 ____________________________________________________________________________
7315 [  8555] By: jhi                                   on 2001/01/27  00:35:47
7316         Log: No point in checking the length before we know whether the pointer
7317              is bogus or not, fixes Abigail's odbm failures in Linux.
7318      Branch: perl
7319            ! sv.c
7320 ____________________________________________________________________________
7321 [  8554] By: nick                                  on 2001/01/26  19:01:31
7322         Log: Integrate mainline
7323      Branch: perlio
7324           !> lib/Text/Wrap.pm t/lib/textwrap.t
7325 ____________________________________________________________________________
7326 [  8553] By: jhi                                   on 2001/01/26  15:19:39
7327         Log: Integrate change #7792 from perlio (multiplicity fix),
7328              fix the AV leak in regex DEBUGGING (tiny part of the
7329              polymorphic regexp patch #8143).
7330      Branch: maint-5.6/perl
7331            ! regcomp.c
7332           !> scope.h
7333 ____________________________________________________________________________
7334 [  8552] By: jhi                                   on 2001/01/26  15:03:23
7335         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
7336              From: Michael G Schwern <schwern@pobox.com>
7337              Date: Fri, 26 Jan 2001 09:28:31 -0500
7338              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
7339      Branch: perl
7340            ! lib/Text/Wrap.pm t/lib/textwrap.t
7341 ____________________________________________________________________________
7342 [  8551] By: jhi                                   on 2001/01/26  02:33:19
7343         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
7344              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
7345              
7346              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
7347              
7348              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
7349              
7350              Message nit.
7351              
7352              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
7353              
7354              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
7355              
7356              (the cleanup of unused submatches in regtry() and regcppop())
7357              
7358              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
7359              stored and restored, and thusly was trounced by the utf8 swash
7360              routines.
7361              
7362              use utf8 not required to use \x{}.
7363              
7364              Removed two more tests that make no sense in UTF-8 since the test
7365              data is not in UTF-8.
7366              
7367              Get the three different space character classes right under utf8.
7368              
7369              Implement ANYOFUTF8 regprop() dumping.
7370              
7371              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
7372              
7373              Document the regex context pushing/popping a bit better.
7374      Branch: maint-5.6/perl
7375           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
7376           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
7377           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
7378           !> t/op/regmesg.t utf8.c
7379 ____________________________________________________________________________
7380 [  8550] By: nick                                  on 2001/01/25  19:42:30
7381         Log: Integrate mainline
7382      Branch: perlio
7383           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
7384           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
7385           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
7386           !> t/lib/bigint.t t/lib/bigintpm.t
7387 ____________________________________________________________________________
7388 [  8549] By: jhi                                   on 2001/01/25  15:22:28
7389         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
7390      Branch: maint-5.6/perl
7391            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
7392 ____________________________________________________________________________
7393 [  8548] By: jhi                                   on 2001/01/25  15:02:55
7394         Log: Integrate changes #7997,8063,8492,8547 from mainline.
7395              
7396              Subject: Re: STRLEN - what?
7397              
7398              Subject: [PATCH] perlguts.pod
7399              
7400              Memory management calls documentation.
7401              
7402              Layout using tabulator is not a good idea in a pod.
7403      Branch: maint-5.6/perl
7404           !> pod/perlguts.pod
7405 ____________________________________________________________________________
7406 [  8547] By: jhi                                   on 2001/01/25  14:49:05
7407         Log: Layout using tabulator is not a good idea in a pod.
7408      Branch: perl
7409            ! pod/perlguts.pod
7410 ____________________________________________________________________________
7411 [  8546] By: jhi                                   on 2001/01/25  14:31:12
7412         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
7413              from mainline.
7414              
7415              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
7416              
7417              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
7418              
7419              More Win32 editor/IDE/shell hints.
7420              
7421              More Win32 Perling.
7422              
7423              Yet another editor edit.
7424              
7425              Edit edit edit.
7426              
7427              IDE/editor section tweaking.
7428              
7429              Few more IDE/editor nits from p5p.
7430      Branch: maint-5.6/perl
7431           !> pod/perlfaq3.pod
7432 ____________________________________________________________________________
7433 [  8545] By: jhi                                   on 2001/01/25  04:16:32
7434         Log: Subject: [PATCH 5.7.0] overload int()
7435              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7436              Date: Wed, 24 Jan 2001 19:06:57 -0500
7437              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
7438      Branch: perl
7439            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
7440            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
7441            ! t/lib/bigintpm.t
7442 ____________________________________________________________________________
7443 [  8544] By: jhi                                   on 2001/01/25  04:15:11
7444         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
7445              From: Peter Prymmer <pvhp@forte.com>
7446              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
7447              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
7448      Branch: perl
7449            ! Makefile.SH README.os390 hints/os390.sh installperl
7450 ____________________________________________________________________________
7451 [  8543] By: jhi                                   on 2001/01/25  03:52:08
7452         Log: Integrate change #8462,8469 from mainline.
7453              
7454              In VMS Perl subversion (perl -V) is undef.
7455      Branch: maint-5.6/perl
7456           !> configure.com
7457 ____________________________________________________________________________
7458 [  8542] By: jhi                                   on 2001/01/25  03:44:55
7459         Log: Integrate changes #7835,7850,8315,8316 from mainline.
7460              
7461              Solaris hints.
7462      Branch: maint-5.6/perl
7463           !> hints/solaris_2.sh
7464 ____________________________________________________________________________
7465 [  8541] By: jhi                                   on 2001/01/25  03:39:28
7466         Log: Integrate #8336 from mainline.
7467      Branch: maint-5.6/perl
7468           !> hv.c
7469 ____________________________________________________________________________
7470 [  8540] By: jhi                                   on 2001/01/25  03:23:50
7471         Log: Retract #8539.
7472      Branch: maint-5.6/perl
7473            ! pod/perlfaq3.pod
7474 ____________________________________________________________________________
7475 [  8539] By: jhi                                   on 2001/01/25  03:21:55
7476         Log: (Retracted by #5940.)
7477      Branch: maint-5.6/perl
7478            ! pod/perlfaq3.pod
7479 ____________________________________________________________________________
7480 [  8538] By: jhi                                   on 2001/01/25  03:14:07
7481         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
7482              From: Peter Prymmer <pvhp@forte.com>
7483              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
7484              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
7485              
7486              The VMS bits.
7487      Branch: maint-5.6/perl
7488            ! configure.com vms/descrip_mms.template
7489 ____________________________________________________________________________
7490 [  8537] By: jhi                                   on 2001/01/25  03:06:09
7491         Log: Integrate #7710,7824,7973 from mainline.
7492      Branch: maint-5.6/perl
7493           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7494           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
7495           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
7496           !> vos/config.ga.def vos/config.ga.h win32/config.bc
7497           !> win32/config.gc win32/config.vc
7498 ____________________________________________________________________________
7499 [  8536] By: jhi                                   on 2001/01/24  13:50:20
7500         Log: Revert the edits made by me so far to the 5.6 branch since
7501              the TRIAL1 since I did edits when I should have been using
7502              integrates.  Bad programmer.   (Will integrate them properly later.)
7503              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
7504              The #8353 will not be reapplied at least for now since
7505              the UTF-8 hash keys need more thinking.
7506              (The patches #8347, #8354, #8454, #8473 were okay since they
7507              were original edits made specifically for the 5.6.1-TRIAL1.)
7508      Branch: maint-5.6/perl
7509            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7510            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
7511            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
7512            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
7513            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
7514            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7515            ! win32/config.bc win32/config.gc win32/config.vc
7516 ____________________________________________________________________________
7517 [  8535] By: bailey                                on 2001/01/24  06:37:02
7518         Log: SYN SYN
7519      Branch: vmsperl
7520           +> (branch 26 files)
7521           !> (integrate 130 files)
7522 ____________________________________________________________________________
7523 [  8534] By: nick                                  on 2001/01/23  19:30:57
7524         Log: Integrate mainline.
7525      Branch: perlio
7526           !> Changes Configure Porting/Glossary Porting/config.sh
7527           !> Porting/config_H embed.h embed.pl ext/Encode/compile
7528           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
7529           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
7530           !> pod/perlvar.pod proto.h t/lib/1_compile.t
7531 ____________________________________________________________________________
7532 [  8533] By: jhi                                   on 2001/01/23  16:15:46
7533         Log: Forgotten from #8501.
7534      Branch: perl
7535            ! Porting/Glossary Porting/config.sh Porting/config_H
7536 ____________________________________________________________________________
7537 [  8532] By: jhi                                   on 2001/01/23  16:13:27
7538         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
7539              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
7540              Date: Mon, 22 Jan 2001 17:51:58 +0100
7541              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
7542      Branch: perl
7543            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
7544 ____________________________________________________________________________
7545 [  8531] By: jhi                                   on 2001/01/23  15:46:01
7546         Log: Update Changes.
7547      Branch: perl
7548            ! Changes patchlevel.h
7549 ____________________________________________________________________________
7550 [  8530] By: jhi                                   on 2001/01/23  15:38:39
7551         Log: De-cut-and-pasto.
7552      Branch: perl
7553            ! t/lib/1_compile.t
7554 ____________________________________________________________________________
7555 [  8529] By: jhi                                   on 2001/01/23  15:11:04
7556         Log: Document the mkdir trailing slashes case.
7557      Branch: perl
7558            ! pod/perlfunc.pod
7559 ____________________________________________________________________________
7560 [  8528] By: jhi                                   on 2001/01/23  15:08:28
7561         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
7562              get installed:
7563              
7564              Subject: lib/lib.pm
7565              From: <abigail@foad.org>
7566              Date: Mon, 28 Aug 2000 20:35:08 -0400
7567              Message-ID: <20000829003508.21281.qmail@foad.org>
7568      Branch: perl
7569            ! installperl
7570 ____________________________________________________________________________
7571 [  8527] By: jhi                                   on 2001/01/23  14:44:04
7572         Log: Metaconfig unit change for #8526.
7573      Branch: metaconfig
7574            ! U/threads/archname.U
7575 ____________________________________________________________________________
7576 [  8526] By: jhi                                   on 2001/01/23  14:43:19
7577         Log: Attach -perlio to the archname if so selected.
7578      Branch: perl
7579            ! Configure
7580 ____________________________________________________________________________
7581 [  8525] By: jhi                                   on 2001/01/23  14:24:01
7582         Log: Subject: [PATCH] pod/perlvar.pod
7583              From: abigail@foad.org
7584              Date: Tue, 23 Jan 2001 01:41:10 +0100
7585              Message-ID: <20010123004110.22259.qmail@foad.org>
7586      Branch: perl
7587            ! pod/perlvar.pod
7588 ____________________________________________________________________________
7589 [  8524] By: jhi                                   on 2001/01/23  14:22:32
7590         Log: A bug introduced in #8217 (the undefined variable in the
7591              lib/safe1_t #3) fixed, by Charles Lane:
7592              
7593              The earlier patch made it so that stuff running in Safe
7594              compartments could do a "caller" and see "main".  That
7595              little change in name is done right before the code in
7596              the compartment is run, and apparantly the parser
7597              was picking up the stash name before it got changed.
7598              
7599              (why it was threaded vs. unthreaded Perl that was sensitive to this
7600              I still don't know...and it probably doesn't matter).
7601              
7602              I tryed removing the stash name-change and saw that threaded Perl
7603              did indeed pass the lib/safe1.t tests.
7604              
7605              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
7606              do the name change (and to connect _ in the compartment to the global
7607              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
7608              to call _safe_pkg_prep when creating a new compartment.
7609              
7610              Passes all tests with threaded perl on linux; passes all tests
7611              with unthreaded perl on VMS.
7612              
7613              At some point I'll probably want to revisit Safe and Opcode to
7614              provide more sensible handling of global variables...and to get
7615              formats working in Safe compartments, which they don't do currently.
7616      Branch: perl
7617            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
7618 ____________________________________________________________________________
7619 [  8523] By: jhi                                   on 2001/01/23  14:11:58
7620         Log: Also the lib/Thread.pm itself needs to be ignored if
7621              the Thread extension hasn't been built.
7622      Branch: perl
7623            ! t/lib/1_compile.t
7624 ____________________________________________________________________________
7625 [  8522] By: jhi                                   on 2001/01/23  13:51:28
7626         Log: print() instead of warn() so that stderr doesn't get
7627              unncessarily polluted.
7628      Branch: perl
7629            ! ext/Encode/compile
7630 ____________________________________________________________________________
7631 [  8521] By: jhi                                   on 2001/01/23  13:49:48
7632         Log: Integrate perlio.
7633      Branch: perl
7634           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
7635           !> ext/Encode/encode.h
7636 ____________________________________________________________________________
7637 [  8520] By: nick                                  on 2001/01/22  21:44:00
7638         Log: More messing with Encode:
7639              Extra fields in header to allow multiple names and to record
7640              other things "compile" knows.
7641              Re-organise compile to factor out common output routines.
7642      Branch: perlio
7643            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
7644 ____________________________________________________________________________
7645 [  8519] By: nick                                  on 2001/01/22  20:33:50
7646         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
7647      Branch: perlio
7648            ! ext/Encode/Makefile.PL ext/Encode/compile
7649 ____________________________________________________________________________
7650 [  8518] By: nick                                  on 2001/01/22  20:28:13
7651         Log: Integrate mainline
7652      Branch: perlio
7653           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
7654           !> vos/config.alpha.def vos/config.alpha.h
7655 ____________________________________________________________________________
7656 [  8517] By: jhi                                   on 2001/01/22  15:37:17
7657         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
7658              by Inaba Hiroto.
7659      Branch: perl
7660            ! sv.c
7661 ____________________________________________________________________________
7662 [  8516] By: jhi                                   on 2001/01/22  14:55:15
7663         Log: More SIG_SIZE fixes.
7664      Branch: perl
7665            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
7666 ____________________________________________________________________________
7667 [  8515] By: jhi                                   on 2001/01/22  14:50:27
7668         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
7669              From: "Craig A. Berry" <craigberry@mac.com>
7670              Date: Mon, 22 Jan 2001 00:42:24 -0600
7671              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
7672      Branch: perl
7673            ! configure.com
7674 ____________________________________________________________________________
7675 [  8514] By: jhi                                   on 2001/01/22  14:31:17
7676         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
7677              From: "Craig A. Berry" <craigberry@mac.com>
7678              Date: Sun, 21 Jan 2001 23:03:25 -0600
7679              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
7680      Branch: perl
7681            ! configure.com
7682 ____________________________________________________________________________
7683 [  8513] By: jhi                                   on 2001/01/22  14:14:00
7684         Log: Add the .ucm encoding tables to the MANIFEST.
7685      Branch: perl
7686            ! MANIFEST
7687 ____________________________________________________________________________
7688 [  8512] By: jhi                                   on 2001/01/22  13:43:33
7689         Log: Integrate perlio.
7690      Branch: perl
7691           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
7692           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
7693           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
7694           +> ext/Encode/Encode/iso8859-10.ucm
7695           +> ext/Encode/Encode/iso8859-13.ucm
7696           +> ext/Encode/Encode/iso8859-14.ucm
7697           +> ext/Encode/Encode/iso8859-15.ucm
7698           +> ext/Encode/Encode/iso8859-16.ucm
7699           +> ext/Encode/Encode/iso8859-2.ucm
7700           +> ext/Encode/Encode/iso8859-3.ucm
7701           +> ext/Encode/Encode/iso8859-4.ucm
7702           +> ext/Encode/Encode/iso8859-5.ucm
7703           +> ext/Encode/Encode/iso8859-6.ucm
7704           +> ext/Encode/Encode/iso8859-7.ucm
7705           +> ext/Encode/Encode/iso8859-8.ucm
7706           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
7707           +> ext/Encode/Encode/symbol.ucm
7708           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
7709           !> perliol.h
7710 ____________________________________________________________________________
7711 [  8511] By: nick                                  on 2001/01/21  23:44:47
7712         Log: Make "real" layers of ":utf8" and ":raw".
7713              So now PERLIO=utf8 perl ...
7714              does what Andreas wanted.
7715              Fix arg passing in open.pm (still have a Carp issue).
7716      Branch: perlio
7717            ! lib/open.pm perlio.c perliol.h
7718 ____________________________________________________________________________
7719 [  8510] By: jhi                                   on 2001/01/21  22:56:53
7720         Log: Document the regex context pushing/popping a bit better.
7721      Branch: perl
7722            ! regexec.c
7723 ____________________________________________________________________________
7724 [  8509] By: jhi                                   on 2001/01/21  22:55:44
7725         Log: Tweak the mkdir trailing slash code some more.
7726              
7727              TO DO: the same handling should probably be done for
7728              all the other filesystem functions that can have directories
7729              as their arguments.
7730      Branch: perl
7731            ! pp_sys.c
7732 ____________________________________________________________________________
7733 [  8508] By: nick                                  on 2001/01/21  21:37:43
7734         Log: Switch "compiled in" encodings to .ucm format.
7735              (Leave others as .enc till we can run-time load .ucm,
7736              or find some other way to load them.)
7737      Branch: perlio
7738            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
7739            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
7740            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
7741            + ext/Encode/Encode/iso8859-10.ucm
7742            + ext/Encode/Encode/iso8859-13.ucm
7743            + ext/Encode/Encode/iso8859-14.ucm
7744            + ext/Encode/Encode/iso8859-15.ucm
7745            + ext/Encode/Encode/iso8859-16.ucm
7746            + ext/Encode/Encode/iso8859-2.ucm
7747            + ext/Encode/Encode/iso8859-3.ucm
7748            + ext/Encode/Encode/iso8859-4.ucm
7749            + ext/Encode/Encode/iso8859-5.ucm
7750            + ext/Encode/Encode/iso8859-6.ucm
7751            + ext/Encode/Encode/iso8859-7.ucm
7752            + ext/Encode/Encode/iso8859-8.ucm
7753            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
7754            + ext/Encode/Encode/symbol.ucm
7755            ! ext/Encode/Makefile.PL ext/Encode/compile
7756 ____________________________________________________________________________
7757 [  8507] By: nick                                  on 2001/01/21  21:02:03
7758         Log: Integrate (partial) mainline.
7759      Branch: perlio
7760           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
7761           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
7762           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7763 ____________________________________________________________________________
7764 [  8506] By: jhi                                   on 2001/01/21  20:09:30
7765         Log: Update Changes.
7766      Branch: perl
7767            ! Changes patchlevel.h
7768 ____________________________________________________________________________
7769 [  8505] By: jhi                                   on 2001/01/21  19:39:59
7770         Log: Subject: Minor typos in perlfaq2.pod
7771              From: "Stephen P. Potter" <spp@spotter.yi.org>
7772              Message-Id: <200101192101.QAA11911@spotter.yi.org>
7773              Date: Fri, 19 Jan 2001 16:01:13 -0500
7774              
7775              with a nit from Philip Netwon.
7776      Branch: perl
7777            ! pod/perlfaq2.pod
7778 ____________________________________________________________________________
7779 [  8504] By: jhi                                   on 2001/01/21  19:33:05
7780         Log: Metaconfig change for #8503.
7781      Branch: metaconfig
7782            ! U/threads/usethreads.U
7783 ____________________________________________________________________________
7784 [  8503] By: jhi                                   on 2001/01/21  19:32:21
7785         Log: Sanity check for conflicting thread flavours.
7786      Branch: perl
7787            ! Configure config_h.SH
7788 ____________________________________________________________________________
7789 [  8502] By: jhi                                   on 2001/01/21  19:23:00
7790         Log: Metaconfig change for #8501.
7791      Branch: metaconfig
7792            ! U/modified/sig_name.U
7793 ____________________________________________________________________________
7794 [  8501] By: jhi                                   on 2001/01/21  19:22:26
7795         Log: The SIG_SIZE is the number of the elements *excluding*
7796              the terminating NULL.
7797      Branch: perl
7798            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
7799            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
7800            ! win32/config_H.vc
7801 ____________________________________________________________________________
7802 [  8500] By: jhi                                   on 2001/01/21  18:31:31
7803         Log: Integrate perlio.
7804      Branch: perl
7805           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
7806           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
7807           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
7808           !> pp_sys.c proto.h sv.c
7809 ____________________________________________________________________________
7810 [  8499] By: jhi                                   on 2001/01/21  17:43:57
7811         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
7812              From: Hugo <hv@crypt.compulink.co.uk>
7813              Date: Sun, 21 Jan 2001 13:34:05 +0000
7814              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
7815              
7816              In sprintf UTF8ize only if necessary.
7817      Branch: perl
7818            ! sv.c
7819 ____________________________________________________________________________
7820 [  8498] By: nick                                  on 2001/01/21  16:25:32
7821         Log: Encode cleanup.
7822              Add command line control over "compile" so that Makefile.PL
7823              needs can be combined with other uses.
7824              Use command line options in Makefile.PL.
7825              Fix multi-byte parsing in .ucm files.
7826      Branch: perlio
7827            ! ext/Encode/Makefile.PL ext/Encode/compile
7828 ____________________________________________________________________________
7829 [  8497] By: nick                                  on 2001/01/21  12:56:27
7830         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
7831      Branch: perlio
7832            ! ext/Encode/Encode.xs
7833 ____________________________________________________________________________
7834 [  8496] By: nick                                  on 2001/01/21  12:18:45
7835         Log: Fixup after integrate:
7836              missed the .sym files that are changed by regen_headers
7837              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
7838      Branch: perlio
7839            ! global.sym pp.sym sv.c
7840 ____________________________________________________________________________
7841 [  8495] By: nick                                  on 2001/01/21  11:51:07
7842         Log: Integrate mainline.
7843      Branch: perlio
7844           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
7845           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
7846           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
7847           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
7848           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
7849           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
7850           !> win32/Makefile win32/makefile.mk
7851 ____________________________________________________________________________
7852 [  8494] By: jhi                                   on 2001/01/20  23:12:11
7853         Log: Forgot the expect_number() prototype.
7854      Branch: perl
7855            ! embed.h embed.pl proto.h
7856 ____________________________________________________________________________
7857 [  8493] By: jhi                                   on 2001/01/20  22:56:39
7858         Log: Subject: [PATCH: perl@8482] README.vms URL updates
7859              From: Peter Prymmer <pvhp@forte.com>
7860              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
7861              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
7862              
7863              Plus Craig A. Berry's suggestion to use compaq.com instead
7864              of digital.com.
7865      Branch: perl
7866            ! README.vms
7867 ____________________________________________________________________________
7868 [  8492] By: jhi                                   on 2001/01/20  22:50:05
7869         Log: Memory management calls documentation.
7870      Branch: perl
7871            ! pod/perlguts.pod
7872 ____________________________________________________________________________
7873 [  8491] By: jhi                                   on 2001/01/20  22:38:33
7874         Log: Signedness nit plus few memcpy/Copy nits.
7875      Branch: perl
7876            ! sv.c
7877 ____________________________________________________________________________
7878 [  8490] By: jhi                                   on 2001/01/20  22:25:53
7879         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
7880              From: Peter Prymmer <pvhp@forte.com>
7881              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
7882              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
7883      Branch: perl
7884            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
7885 ____________________________________________________________________________
7886 [  8489] By: jhi                                   on 2001/01/20  22:24:41
7887         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
7888              From: Peter Prymmer <pvhp@forte.com>
7889              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
7890              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
7891      Branch: perl
7892            ! win32/Makefile win32/makefile.mk
7893 ____________________________________________________________________________
7894 [  8488] By: jhi                                   on 2001/01/20  22:22:27
7895         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
7896              From: Peter Prymmer <pvhp@forte.com>
7897              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
7898              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
7899      Branch: perl
7900            ! Makefile.SH
7901 ____________________________________________________________________________
7902 [  8487] By: jhi                                   on 2001/01/20  22:21:18
7903         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
7904              From: Peter Prymmer <pvhp@forte.com>
7905              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
7906              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
7907      Branch: perl
7908            + ext/DynaLoader/dl_dllload.xs
7909            ! MANIFEST Makefile.SH hints/os390.sh
7910 ____________________________________________________________________________
7911 [  8486] By: jhi                                   on 2001/01/20  22:17:53
7912         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
7913              From: Peter Prymmer <pvhp@forte.com>
7914              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
7915              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
7916      Branch: perl
7917            ! README.os390 README.posix-bc
7918 ____________________________________________________________________________
7919 [  8485] By: jhi                                   on 2001/01/20  20:15:30
7920         Log: Document and test the new qu operator.
7921      Branch: perl
7922            + t/op/qu.t
7923            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
7924            ! pod/perlretut.pod pod/perlunicode.pod
7925 ____________________________________________________________________________
7926 [  8484] By: nick                                  on 2001/01/20  19:42:30
7927         Log: Infrastructure to allow:
7928              open($fh,"|-",@array);
7929              to be implemented
7930              i.e. mark pp_open as needing a stack mark, and make pp_open
7931              process its args in that style (and pass them _all_ to tied handles OPEN).
7932              Invent do_openn() which takes SV ** at allow it to see multiple args.
7933              Note this does not _do_ anything yet.
7934      Branch: perlio
7935            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
7936            ! perlapi.c pp_proto.h pp_sys.c proto.h
7937 ____________________________________________________________________________
7938 [  8483] By: nick                                  on 2001/01/20  17:23:14
7939         Log: Integrate mainline.
7940      Branch: perlio
7941           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
7942           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
7943 ____________________________________________________________________________
7944 [  8482] By: jhi                                   on 2001/01/19  15:37:49
7945         Log: Update Changes.
7946      Branch: perl
7947            ! Changes patchlevel.h
7948 ____________________________________________________________________________
7949 [  8481] By: jhi                                   on 2001/01/19  14:41:24
7950         Log: Subject: Re: new feature: s?printf parameter reordering 
7951              From: Hugo <hv@crypt.compulink.co.uk>
7952              Date: Thu, 11 Jan 2001 17:09:03 +0000
7953              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
7954              
7955              - support reordering for all parameters: %, *v, *, .*
7956              - lay down that the reordering specification must immediately
7957              follow that parameter: %3$, *v3$, *3$, .*3$
7958              - fix vectorisation of a zero-length string
7959              - factor out the code choosing the argument to format
7960              
7961              Possibly unwanted side-effects:
7962              - the special format specifiers ' +-0' must now precede any
7963              vectorisation specifier. Tests in op/sprintf and op/ver
7964              have been changed to reflect this.
7965              - sprintf.t test #214 changed its expectations because in many
7966              cases, the next parameter has already been consumed when an
7967              invalid type letter is detected.
7968              
7969              Probably wanted side-effects:
7970              - attempts to format a non-existent parameter will warn as if C<undef>
7971              - attempt to write to non-existent parameter with '%n' will complain
7972              of "attempt to modify read-only value" instead of being silent
7973      Branch: perl
7974            ! sv.c t/op/sprintf.t t/op/ver.t
7975 ____________________________________________________________________________
7976 [  8480] By: jhi                                   on 2001/01/19  14:08:37
7977         Log: Subject: PATCH pragma/locale.t
7978              From: andreas.koenig@anima.de (Andreas J. Koenig)
7979              Date: 18 Jan 2001 09:45:37 +0100
7980              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
7981      Branch: perl
7982            ! t/pragma/locale.t
7983 ____________________________________________________________________________
7984 [  8479] By: jhi                                   on 2001/01/19  13:19:58
7985         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
7986      Branch: perl
7987            ! configure.com
7988 ____________________________________________________________________________
7989 [  8478] By: jhi                                   on 2001/01/19  02:12:35
7990         Log: Automate 1_compile.t.
7991      Branch: perl
7992            ! t/lib/1_compile.t
7993 ____________________________________________________________________________
7994 [  8477] By: jhi                                   on 2001/01/19  01:49:56
7995         Log: Integrate perlio.
7996      Branch: perl
7997           !> sv.c win32/config.bc win32/config.gc win32/config.vc
7998           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7999 ____________________________________________________________________________
8000 [  8476] By: nick                                  on 2001/01/18  21:51:52
8001         Log: Integrate mainline
8002      Branch: perlio
8003           +> t/lib/1_compile.t t/lib/compmod.pl
8004           !> MANIFEST configure.com lib/unicode/distinct.pm
8005 ____________________________________________________________________________
8006 [  8475] By: nick                                  on 2001/01/18  21:48:02
8007         Log: Win32 "safe signals" co-existance fix.
8008              Fix SIG_SIZE value.
8009              Clear PL_sig_pending when cloning (fork).
8010      Branch: perlio
8011            ! sv.c win32/config.bc win32/config.gc win32/config.vc
8012            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8013 ____________________________________________________________________________
8014 [  8474] By: jhi                                   on 2001/01/18  14:40:57
8015         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
8016      Branch: perl
8017            ! t/lib/1_compile.t
8018 ____________________________________________________________________________
8019 [  8473] By: gsar                                  on 2001/01/18  11:42:31
8020         Log: unsubmitted trial1 change
8021      Branch: maint-5.6/perl
8022            ! Changes
8023 ____________________________________________________________________________
8024 [  8472] By: jhi                                   on 2001/01/18  04:30:24
8025         Log: The first bug found by 1_compile.t.
8026      Branch: perl
8027            ! lib/unicode/distinct.pm
8028 ____________________________________________________________________________
8029 [  8471] By: jhi                                   on 2001/01/18  04:29:42
8030         Log: Add Schwern's 1_compile test.  The compile_module script renamed
8031              to be a bit shorter for the 8.3 people.
8032      Branch: perl
8033            + t/lib/1_compile.t t/lib/compmod.pl
8034            ! MANIFEST
8035 ____________________________________________________________________________
8036 [  8470] By: jhi                                   on 2001/01/18  04:16:00
8037         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)
8038              From: Peter Prymmer <pvhp@forte.com>
8039              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
8040              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
8041              Replace #8463.
8042      Branch: maint-5.6/perl
8043            ! configure.com
8044 ____________________________________________________________________________
8045 [  8469] By: jhi                                   on 2001/01/18  04:13:02
8046         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)
8047              From: Peter Prymmer <pvhp@forte.com>
8048              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
8049              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
8050              Replace #8462.
8051      Branch: perl
8052            ! configure.com
8053 ____________________________________________________________________________
8054 [  8468] By: jhi                                   on 2001/01/18  03:42:08
8055         Log: Integrate perlio.
8056      Branch: perl
8057           !> gv.c mg.c perlio.c util.c
8058 ____________________________________________________________________________
8059 [  8467] By: nick                                  on 2001/01/17  22:41:10
8060         Log: "Safe" signals - trial implementation.
8061              gv.c tweaked to zero PL_sig_pend array
8062              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
8063              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
8064              Odd thing is that it "works" with PERLIO=stdio as well (linux).
8065      Branch: perlio
8066            ! gv.c mg.c perlio.c util.c
8067 ____________________________________________________________________________
8068 [  8466] By: nick                                  on 2001/01/17  20:40:20
8069         Log: Integrate mainline.
8070      Branch: perlio
8071           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8072           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
8073           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
8074           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8075           !> vos/config.ga.h win32/config.bc win32/config.gc
8076           !> win32/config.vc
8077 ____________________________________________________________________________
8078 [  8465] By: jhi                                   on 2001/01/17  18:37:13
8079         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
8080              From: Nicholas Clark <nick@ccl4.org>
8081              Date: Wed, 17 Jan 2001 17:31:33 +0000
8082              Message-ID: <20010117173133.I2633@plum.flirble.org>
8083      Branch: perl
8084            ! t/op/int.t
8085 ____________________________________________________________________________
8086 [  8464] By: jhi                                   on 2001/01/17  14:43:17
8087         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
8088              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
8089              Date: Wed, 17 Jan 2001 15:16:43 +0100
8090              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
8091              
8092              pp_int() was dropping an NV to the floor,
8093              int(279964589018079/59) either returned not an integer
8094              4745162525730.15, or one got "Attempt to free unreferenced scalar."
8095      Branch: perl
8096            ! pp.c
8097 ____________________________________________________________________________
8098 [  8463] By: jhi                                   on 2001/01/17  06:12:42
8099         Log: (Replaced by #8470)
8100              
8101              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)
8102              From: "Craig A. Berry" <craigberry@mac.com>
8103              Date: Tue, 16 Jan 2001 23:38:46 -0600
8104              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
8105      Branch: maint-5.6/perl
8106            ! configure.com
8107 ____________________________________________________________________________
8108 [  8462] By: jhi                                   on 2001/01/17  06:11:31
8109         Log: (Replaced by #8469)
8110              
8111              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)
8112              From: "Craig A. Berry" <craigberry@mac.com>
8113              Date: Tue, 16 Jan 2001 23:38:46 -0600
8114              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
8115      Branch: perl
8116            ! configure.com
8117 ____________________________________________________________________________
8118 [  8461] By: jhi                                   on 2001/01/17  05:56:12
8119         Log: Allow for one trailing slash in the directory of mkdir().
8120      Branch: perl
8121            ! pp_sys.c
8122 ____________________________________________________________________________
8123 [  8460] By: jhi                                   on 2001/01/17  03:26:01
8124         Log: Metaconfig unit changes for #8459.
8125      Branch: metaconfig
8126            ! U/modified/Loc.U U/modified/sig_name.U
8127 ____________________________________________________________________________
8128 [  8459] By: jhi                                   on 2001/01/17  03:24:48
8129         Log: Define SIG_SIZE, the number of elements in the sig_name and
8130              sig_num arrays, including the final NULL entry.
8131      Branch: perl
8132            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8133            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
8134            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
8135            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8136            ! win32/config.bc win32/config.gc win32/config.vc
8137 ____________________________________________________________________________
8138 [  8458] By: jhi                                   on 2001/01/17  01:41:33
8139         Log: Integrate perlio.
8140      Branch: perl
8141           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
8142           !> perlapi.h proto.h sv.c
8143 ____________________________________________________________________________
8144 [  8457] By: nick                                  on 2001/01/16  22:07:26
8145         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
8146              Provides all the "cost" but no benefit yet - it is to allow cost
8147              to be measured, and implementation experiments (just in mg.c?).
8148      Branch: perlio
8149            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
8150            ! perlapi.h proto.h sv.c
8151 ____________________________________________________________________________
8152 [  8456] By: nick                                  on 2001/01/16  21:07:07
8153         Log: Integrate mainline.
8154      Branch: perlio
8155           !> (integrate 51 files)
8156 ____________________________________________________________________________
8157 [  8455] By: jhi                                   on 2001/01/16  18:13:43
8158         Log: Subject: [PATCH] regcomp.c old feature removal
8159              From: mjd@plover.com
8160              Date: 16 Jan 2001 14:43:18 -0000 
8161              Message-ID: <20010116144318.7140.qmail@plover.com> 
8162      Branch: perl
8163            ! regcomp.c
8164 ____________________________________________________________________________
8165 [  8454] By: jhi                                   on 2001/01/16  16:12:39
8166         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
8167              From: "Indy Singh" <indy@nusphere.com>
8168              Date: Wed, 10 Jan 2001 20:17:49 -0500
8169              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
8170      Branch: maint-5.6/perl
8171            ! win32/Makefile
8172 ____________________________________________________________________________
8173 [  8453] By: jhi                                   on 2001/01/16  16:09:33
8174         Log: Update Changes.
8175      Branch: perl
8176            ! Changes patchlevel.h
8177 ____________________________________________________________________________
8178 [  8452] By: jhi                                   on 2001/01/16  15:42:04
8179         Log: Subject: Re: API Cleanup
8180              To: perl5-porters@perl.org
8181              Date: Tue, 16 Jan 2001 13:42:30 +0000
8182              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
8183              
8184              Subject: [PATCH] utf8.c documentation
8185              From: Simon Cozens <simon@cozens.net>
8186              Date: Tue, 16 Jan 2001 13:52:48 +0000
8187              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
8188              
8189              Subject: Re: API Cleanup
8190              From: Simon Cozens <simon@cozens.net>
8191              Date: Tue, 16 Jan 2001 14:58:55 +0000
8192              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
8193              
8194              UTF-8 doc patches.
8195      Branch: perl
8196            ! embed.pl pod/perlapi.pod utf8.c
8197 ____________________________________________________________________________
8198 [  8451] By: jhi                                   on 2001/01/16  14:41:39
8199         Log: podlators 1.07, from Russ Allbery.
8200      Branch: perl
8201            ! lib/Pod/Man.pm
8202 ____________________________________________________________________________
8203 [  8450] By: jhi                                   on 2001/01/16  14:24:19
8204         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
8205              From: "Indy Singh" <indy@nusphere.com>
8206              Date: Mon, 15 Jan 2001 20:59:40 -0500
8207              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
8208      Branch: perl
8209            ! win32/Makefile
8210 ____________________________________________________________________________
8211 [  8449] By: jhi                                   on 2001/01/16  03:42:55
8212         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
8213              at the setting of the ofs_sv in new_struct_thread() as the
8214              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
8215              that invited a core dump.
8216      Branch: perl
8217            ! util.c
8218 ____________________________________________________________________________
8219 [  8448] By: jhi                                   on 2001/01/16  01:49:07
8220         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
8221              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8222              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
8223              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
8224              
8225              Replace #8444 and #8445.
8226      Branch: perl
8227            ! ext/B/B.xs ext/B/B/Debug.pm
8228 ____________________________________________________________________________
8229 [  8447] By: jhi                                   on 2001/01/15  21:05:35
8230         Log: Subject: [PATCH] API Variable documentation   
8231              From: Simon Cozens <simon@cozens.net>
8232              Date: Mon, 15 Jan 2001 19:35:54 +0000
8233              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
8234      Branch: perl
8235            ! pod/perlapi.pod thrdvar.h
8236 ____________________________________________________________________________
8237 [  8446] By: jhi                                   on 2001/01/15  20:49:20
8238         Log: Signedness nit.
8239      Branch: perl
8240            ! pp_ctl.c
8241 ____________________________________________________________________________
8242 [  8445] By: jhi                                   on 2001/01/15  20:28:48
8243         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
8244      Branch: perl
8245            ! ext/B/B/Debug.pm
8246 ____________________________________________________________________________
8247 [  8444] By: jhi                                   on 2001/01/15  13:09:10
8248         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
8249      Branch: perl
8250            ! ext/B/B.xs
8251 ____________________________________________________________________________
8252 [  8443] By: jhi                                   on 2001/01/15  13:06:26
8253         Log: Missing from #8439.
8254      Branch: perl
8255            ! keywords.h mg.c
8256 ____________________________________________________________________________
8257 [  8442] By: jhi                                   on 2001/01/15  13:02:38
8258         Log: Subject: [PATCH @8436] Eliminate op_children
8259              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8260              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
8261              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
8262              
8263              Subject: [PATCH @8436] Re: Eliminate op_children
8264              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8265              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
8266              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
8267      Branch: perl
8268            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
8269            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
8270            ! op.c op.h
8271 ____________________________________________________________________________
8272 [  8441] By: jhi                                   on 2001/01/15  12:57:08
8273         Log: Use the /^Perl_/-less form of is_lvalue_sub().
8274      Branch: perl
8275            ! pp.h
8276 ____________________________________________________________________________
8277 [  8440] By: jhi                                   on 2001/01/15  05:13:09
8278         Log: Revert #8437 and #8438, the Linux large files story is more complex.
8279      Branch: metaconfig/U/perl
8280            ! d_fpos64_t.U d_off64_t.U
8281      Branch: perl
8282            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8283            ! config_h.SH configure.com epoc/config.sh perl.h
8284            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
8285            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8286            ! win32/config.bc win32/config.gc win32/config.vc
8287 ____________________________________________________________________________
8288 [  8439] By: jhi                                   on 2001/01/15  05:02:24
8289         Log: More UTF-8 patches from Inaba Hiroto.
8290              - The substr lval was still not okay.
8291              - Now pp_stringify and sv_setsv copies source's UTF8 flag
8292              even if IN_BYTE.  pp_stringify is called from fold_constants
8293              at optimization phase and "\x{100}" was made SvUTF8_off under
8294              use bytes (the bytes pragma is for "byte semantics" and not
8295              for "do not produce UTF8 data")
8296              - New `qu' operator to generate UTF8 string explicitly.
8297              Though I agree with the policy "0x00-0xff always produce bytes",
8298              sometimes want to such a string to be coded in UTF8.
8299              I can use pack"U0a*" but it requires more typing and has
8300              runtime overhead.
8301              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
8302              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
8303              string is not UTF8_on and has char 0x80-0xff.
8304              
8305              TODO: document and test qu.
8306      Branch: perl
8307            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
8308            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
8309            ! toke.c
8310 ____________________________________________________________________________
8311 [  8438] By: jhi                                   on 2001/01/14  05:10:23
8312         Log: Metaconfig unit changes for #8437.
8313      Branch: metaconfig/U/perl
8314            ! d_fpos64_t.U d_off64_t.U
8315 ____________________________________________________________________________
8316 [  8437] By: jhi                                   on 2001/01/14  04:55:34
8317         Log: Add <features.h> probing, seems to be needed for (some?)
8318              Linux largefileness.
8319      Branch: perl
8320            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8321            ! config_h.SH configure.com epoc/config.sh perl.h
8322            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
8323            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8324            ! win32/config.bc win32/config.gc win32/config.vc
8325 ____________________________________________________________________________
8326 [  8436] By: jhi                                   on 2001/01/13  17:47:21
8327         Log: Tighten some of the tests a bit.
8328      Branch: perl
8329            ! t/pragma/utf8.t
8330 ____________________________________________________________________________
8331 [  8435] By: jhi                                   on 2001/01/13  17:31:54
8332         Log: Integrate perlio.
8333      Branch: perl
8334           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
8335           !> win32/config_H.gc win32/config_H.vc
8336 ____________________________________________________________________________
8337 [  8434] By: nick                                  on 2001/01/13  11:36:53
8338         Log: Run dmake regen_config_h for Win32
8339      Branch: perlio
8340            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8341 ____________________________________________________________________________
8342 [  8433] By: nick                                  on 2001/01/13  11:31:55
8343         Log: VMS friendly patch to Encode compile process
8344      Branch: perlio
8345            ! ext/Encode/Makefile.PL ext/Encode/compile
8346 ____________________________________________________________________________
8347 [  8432] By: nick                                  on 2001/01/13  11:06:44
8348         Log: Integrate mainline
8349      Branch: perlio
8350           +> ext/B/B/Concise.pm
8351           !> (integrate 52 files)
8352 ____________________________________________________________________________
8353 [  8431] By: jhi                                   on 2001/01/13  05:55:55
8354         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
8355              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8356              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
8357              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
8358      Branch: perl
8359            ! ext/B/B/Concise.pm
8360 ____________________________________________________________________________
8361 [  8430] By: jhi                                   on 2001/01/13  04:24:18
8362         Log: The LVRET macro needed an aTHX.
8363      Branch: perl
8364            ! pp.h
8365 ____________________________________________________________________________
8366 [  8429] By: jhi                                   on 2001/01/13  02:12:42
8367         Log: Update Changes.
8368      Branch: perl
8369            ! Changes patchlevel.h
8370 ____________________________________________________________________________
8371 [  8428] By: jhi                                   on 2001/01/13  02:08:50
8372         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
8373              From: Peter Prymmer <pvhp@forte.com>
8374              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
8375              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
8376              
8377              Add a BEGIN guard for sloppy floating point division.
8378      Branch: perl
8379            ! lib/Math/BigInt.pm lib/bigint.pl
8380 ____________________________________________________________________________
8381 [  8427] By: jhi                                   on 2001/01/13  01:47:16
8382         Log: The B::Terse drop-in replacement wasn't quite drop-in.
8383      Branch: perl
8384            ! ext/B/B/Terse.pm
8385 ____________________________________________________________________________
8386 [  8426] By: jhi                                   on 2001/01/12  21:20:43
8387         Log: Use UVXf.
8388      Branch: perl
8389            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8390            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
8391            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
8392            ! vos/config.ga.def vos/config.ga.h win32/config.bc
8393            ! win32/config.gc win32/config.vc
8394 ____________________________________________________________________________
8395 [  8425] By: jhi                                   on 2001/01/12  20:20:14
8396         Log: Subject: [PATCH perl@8342] -Wformat
8397              From: Robin Barker <rmb1@cise.npl.co.uk>
8398              Date: Fri, 12 Jan 2001 20:03:14 GMT
8399              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
8400      Branch: perl
8401            ! ext/Encode/Encode.xs mg.c sv.c toke.c
8402 ____________________________________________________________________________
8403 [  8424] By: jhi                                   on 2001/01/12  20:01:48
8404         Log: Subject: B::Concise -- an improved replacement for B::Terse 
8405              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8406              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
8407              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
8408      Branch: perl
8409            + ext/B/B/Concise.pm
8410            ! MANIFEST ext/B/B/Terse.pm
8411 ____________________________________________________________________________
8412 [  8423] By: jhi                                   on 2001/01/12  19:24:02
8413         Log: The new metaconfig unit from the #8421.
8414      Branch: metaconfig/U/perl
8415            + d_sigprocmask.U
8416 ____________________________________________________________________________
8417 [  8422] By: jhi                                   on 2001/01/12  19:23:43
8418         Log: Forgot the microperl config from the #8421.
8419      Branch: perl
8420            ! uconfig.h uconfig.sh
8421 ____________________________________________________________________________
8422 [  8421] By: jhi                                   on 2001/01/12  19:05:27
8423         Log: Add sigprocmask() probe, regen Configure, regen toc.
8424      Branch: perl
8425            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8426            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
8427            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8428            ! vos/config.ga.h win32/config.bc win32/config.gc
8429            ! win32/config.vc
8430 ____________________________________________________________________________
8431 [  8420] By: jhi                                   on 2001/01/12  18:34:31
8432         Log: Add sockatmark() to the todo list.
8433      Branch: perl
8434            ! Todo-5.6
8435 ____________________________________________________________________________
8436 [  8419] By: jhi                                   on 2001/01/12  18:09:46
8437         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
8438      Branch: perl
8439            ! op.c
8440 ____________________________________________________________________________
8441 [  8418] By: jhi                                   on 2001/01/12  18:05:30
8442         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
8443              From: Radu Greab <radu@netsoft.ro>
8444              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
8445              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
8446      Branch: perl
8447            ! op.c t/pragma/sub_lval.t
8448 ____________________________________________________________________________
8449 [  8417] By: jhi                                   on 2001/01/12  16:09:09
8450         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
8451              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
8452              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
8453              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
8454      Branch: perl
8455            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
8456            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
8457            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
8458            ! t/pragma/sub_lval.t toke.c
8459 ____________________________________________________________________________
8460 [  8416] By: jhi                                   on 2001/01/12  15:42:06
8461         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
8462              From: "Richard Soderberg" <rs@crystalflame.net>
8463              Date: Fri, 12 Jan 2001 04:49:35 -0800
8464              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
8465              
8466              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
8467              according to the platform.
8468      Branch: perl
8469            ! op.c
8470 ____________________________________________________________________________
8471 [  8415] By: jhi                                   on 2001/01/12  15:33:41
8472         Log: One more UTF-8 fix from Inaba Hiroto.
8473      Branch: perl
8474            ! pp.c regexec.c t/pragma/utf8.t
8475 ____________________________________________________________________________
8476 [  8414] By: jhi                                   on 2001/01/12  15:30:18
8477         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
8478      Branch: perl
8479            ! regexec.c
8480 ____________________________________________________________________________
8481 [  8413] By: jhi                                   on 2001/01/12  15:22:10
8482         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
8483              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
8484              Date: Thu, 11 Jan 2001 12:53:36 +0100
8485              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
8486      Branch: perl
8487            ! toke.c
8488 ____________________________________________________________________________
8489 [  8412] By: jhi                                   on 2001/01/12  15:20:25
8490         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
8491              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
8492              Date: Fri, 12 Jan 2001 14:37:55 +0100
8493              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
8494      Branch: perl
8495            ! hints/posix-bc.sh
8496 ____________________________________________________________________________
8497 [  8411] By: jhi                                   on 2001/01/12  15:14:14
8498         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
8499              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
8500              Date: Fri, 12 Jan 2001 10:42:21 +0100
8501              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
8502      Branch: perl
8503            ! t/op/regmesg.t
8504 ____________________________________________________________________________
8505 [  8410] By: jhi                                   on 2001/01/12  05:48:55
8506         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
8507              From: Nicholas Clark <nick@ccl4.org> 
8508              Date: Sun, 7 Jan 2001 19:47:14 +0000
8509              Message-ID: <20010107194714.B1048@plum.flirble.org>
8510      Branch: perl
8511            ! t/op/numconvert.t
8512 ____________________________________________________________________________
8513 [  8409] By: jhi                                   on 2001/01/12  05:41:28
8514         Log: Integrate perlio.
8515      Branch: perl
8516           !> mg.c scope.h
8517 ____________________________________________________________________________
8518 [  8408] By: nick                                  on 2001/01/11  22:43:28
8519         Log: Remove variables that were used in experiments.
8520      Branch: perlio
8521            ! mg.c
8522 ____________________________________________________________________________
8523 [  8407] By: nick                                  on 2001/01/11  20:57:44
8524         Log: Catch die in %SIG handler and unblock the signal before re-dying.
8525              This make Linux work _without_ sigsetjmp().
8526              Turn off sigsetjmp() to see what else it does.
8527              May need Configure probe for sigprocmask() if anything has sigaction()
8528              but not sigprocmask().
8529      Branch: perlio
8530            ! mg.c scope.h
8531 ____________________________________________________________________________
8532 [  8406] By: nick                                  on 2001/01/11  19:32:07
8533         Log: Integrate mainline
8534      Branch: perlio
8535           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
8536           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
8537           !> t/op/substr.t
8538 ____________________________________________________________________________
8539 [  8405] By: jhi                                   on 2001/01/11  17:11:01
8540         Log: Fix UTF-8 lval substr().
8541      Branch: perl
8542            ! mg.c t/op/substr.t
8543 ____________________________________________________________________________
8544 [  8404] By: jhi                                   on 2001/01/11  05:13:58
8545         Log: Update Changes.
8546      Branch: perl
8547            ! Changes patchlevel.h
8548 ____________________________________________________________________________
8549 [  8403] By: jhi                                   on 2001/01/11  04:38:24
8550         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
8551              From: Hugo <hv@crypt.compulink.co.uk>
8552              Date: Mon, 30 Oct 2000 01:33:26 +0000
8553              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
8554      Branch: perl
8555            ! regexec.c t/op/re_tests
8556 ____________________________________________________________________________
8557 [  8402] By: jhi                                   on 2001/01/11  04:26:12
8558         Log: Integrate perlio.
8559      Branch: perl
8560           !> scope.h util.c
8561 ____________________________________________________________________________
8562 [  8401] By: nick                                  on 2001/01/10  22:52:55
8563         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
8564              (So Alan and Ilya can try setting via hints.)
8565              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
8566              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
8567              doing the save everywhere seems to restart read() correctly, but just
8568              doing it once "round" the handler does not.
8569      Branch: perlio
8570            ! scope.h
8571 ____________________________________________________________________________
8572 [  8400] By: jhi                                   on 2001/01/10  21:57:54
8573         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
8574              of IRIX, HP-UX is unaffected.
8575      Branch: perl
8576            ! perl.h
8577 ____________________________________________________________________________
8578 [  8399] By: nick                                  on 2001/01/10  21:29:19
8579         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
8580      Branch: perlio
8581            ! util.c
8582 ____________________________________________________________________________
8583 [  8398] By: jhi                                   on 2001/01/10  20:55:31
8584         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
8585              also have ReusePort.
8586      Branch: perl
8587            ! ext/IO/lib/IO/Socket/INET.pm
8588 ____________________________________________________________________________
8589 [  8397] By: jhi                                   on 2001/01/10  20:50:57
8590         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
8591              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
8592              Date: Wed, 10 Jan 2001 01:38:13 -0800
8593              Message-ID: <20010110013813.B41744@yahoo-inc.com>
8594      Branch: perl
8595            ! ext/IO/lib/IO/Socket/INET.pm
8596 ____________________________________________________________________________
8597 [  8396] By: jhi                                   on 2001/01/10  20:49:30
8598         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
8599              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
8600              Date: Wed, 10 Jan 2001 01:37:32 -0800
8601              Message-ID: <20010110013732.A41744@yahoo-inc.com>
8602      Branch: perl
8603            ! ext/Socket/Socket.pm
8604 ____________________________________________________________________________
8605 [  8395] By: jhi                                   on 2001/01/10  20:41:37
8606         Log: Test for bug id 20010105.016 (fixed by #8378).
8607      Branch: perl
8608            ! t/op/split.t
8609 ____________________________________________________________________________
8610 [  8394] By: jhi                                   on 2001/01/10  20:26:32
8611         Log: Integrate perlio.
8612      Branch: perl
8613            ! util.c
8614 ____________________________________________________________________________
8615 [  8393] By: nick                                  on 2001/01/10  19:34:30
8616         Log: Back out Simon's pid hackery for now.
8617      Branch: perlio
8618            ! util.c
8619 ____________________________________________________________________________
8620 [  8392] By: nick                                  on 2001/01/10  19:23:13
8621         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
8622      Branch: perlio
8623           !> (integrate 29 files)
8624 ____________________________________________________________________________
8625 [  8391] By: jhi                                   on 2001/01/10  18:43:15
8626         Log: Subject: [PATCH] Fix my_pclose segfault
8627              From: Simon Cozens <simon@cozens.net>
8628              Date: Wed, 10 Jan 2001 18:39:35 +0000
8629              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
8630      Branch: perl
8631            ! util.c
8632 ____________________________________________________________________________
8633 [  8390] By: jhi                                   on 2001/01/10  18:42:08
8634         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
8635              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8636              Date:     Wed, 10 Jan 2001 13:23:02 EST
8637              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
8638      Branch: perl
8639            ! ext/Opcode/Opcode.xs
8640 ____________________________________________________________________________
8641 [  8389] By: jhi                                   on 2001/01/10  15:16:07
8642         Log: Turn off the integer preservation for now.
8643      Branch: perl
8644            ! perl.h
8645 ____________________________________________________________________________
8646 [  8388] By: jhi                                   on 2001/01/10  15:01:25
8647         Log: Few more IDE/editor nits from p5p.
8648      Branch: perl
8649            ! pod/perlfaq3.pod
8650 ____________________________________________________________________________
8651 [  8387] By: jhi                                   on 2001/01/10  06:53:16
8652         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
8653              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
8654              Date: Tue, 9 Jan 2001 23:16:02 +0000
8655              Message-ID: <20010109231602.A81101@plum.flirble.org>
8656      Branch: perl
8657            ! sv.c
8658 ____________________________________________________________________________
8659 [  8386] By: jhi                                   on 2001/01/10  03:17:54
8660         Log: Test cases for #8385 (from Simon's "torture.pl")
8661      Branch: perl
8662            ! t/op/tr.t
8663 ____________________________________________________________________________
8664 [  8385] By: jhi                                   on 2001/01/10  03:17:11
8665         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
8666              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
8667              Date: Wed, 10 Jan 2001 11:39:39 +0900
8668              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
8669              
8670              Some more UTF-8 tr cases fixed.
8671      Branch: perl
8672            ! doop.c
8673 ____________________________________________________________________________
8674 [  8384] By: jhi                                   on 2001/01/09  22:45:40
8675         Log: Allow the locale test needing POSIX and the taint test
8676              needing IPC::SysV to run under 'minitest' (basically,
8677              bail out if loading the extension fails)
8678      Branch: perl
8679            ! t/op/misc.t t/op/taint.t
8680 ____________________________________________________________________________
8681 [  8383] By: jhi                                   on 2001/01/09  21:36:04
8682         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
8683              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8684              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
8685              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
8686      Branch: perl
8687            ! t/io/openpid.t
8688 ____________________________________________________________________________
8689 [  8382] By: jhi                                   on 2001/01/09  21:06:08
8690         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
8691              Should finish up the bug id 20001205.022.
8692      Branch: perl
8693            ! pp.c pp_hot.c scope.c
8694 ____________________________________________________________________________
8695 [  8381] By: jhi                                   on 2001/01/09  18:27:43
8696         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
8697              From: Andy Dougherty <doughera@lafayette.edu>
8698              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
8699              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
8700              
8701              More robust yacc/bison error detection.
8702      Branch: perl
8703            ! t/comp/proto.t
8704 ____________________________________________________________________________
8705 [  8380] By: jhi                                   on 2001/01/09  15:21:38
8706         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
8707              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8708              Date:     Tue, 9 Jan 2001 07:53:55 EST
8709              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
8710      Branch: perl
8711            ! t/op/misc.t vms/test.com
8712 ____________________________________________________________________________
8713 [  8379] By: jhi                                   on 2001/01/09  15:20:38
8714         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
8715              From: jhi@cc.hut.fi
8716              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
8717              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
8718              
8719              The #8378 fixed this.
8720      Branch: perl
8721            ! t/op/tr.t
8722 ____________________________________________________________________________
8723 [  8378] By: jhi                                   on 2001/01/09  15:05:32
8724         Log: Subject: One more patch for UTF8 
8725              From: Inaba Hiroto <inaba@st.rim.or.jp>
8726              Date: Tue, 09 Jan 2001 01:04:32 +0900
8727              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
8728              
8729              UTF-8 fixes for 'x' and tr///.
8730      Branch: perl
8731            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
8732            ! regcomp.c regexec.c toke.c utf8.c
8733 ____________________________________________________________________________
8734 [  8377] By: jhi                                   on 2001/01/09  14:32:17
8735         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
8736      Branch: perl
8737            ! t/op/length.t
8738 ____________________________________________________________________________
8739 [  8376] By: jhi                                   on 2001/01/09  04:32:32
8740         Log: integrate changes #7775, #8316, #8316 from mainline
8741      Branch: maint-5.6/perl
8742            ! hints/solaris_2.sh
8743 ____________________________________________________________________________
8744 [  8375] By: jhi                                   on 2001/01/09  04:26:43
8745         Log: Update Changes.
8746      Branch: perl
8747            ! Changes patchlevel.h
8748 ____________________________________________________________________________
8749 [  8374] By: jhi                                   on 2001/01/09  04:14:32
8750         Log: IDE/editor section tweaking.
8751      Branch: perl
8752            ! pod/perlfaq3.pod
8753 ____________________________________________________________________________
8754 [  8373] By: jhi                                   on 2001/01/09  02:38:26
8755         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
8756              From: Peter Prymmer <pvhp@forte.com>
8757              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
8758              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
8759              
8760              In preparation os OS/390 dynamic loading.
8761      Branch: perl
8762            ! README.os390 hints/os390.sh
8763 ____________________________________________________________________________
8764 [  8372] By: jhi                                   on 2001/01/09  00:24:30
8765         Log: Integrate with perlio.
8766      Branch: perl
8767           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
8768 ____________________________________________________________________________
8769 [  8371] By: nick                                  on 2001/01/08  23:54:33
8770         Log: Fix "scalars leaked" bugs caused by overload magic
8771              (Highlighted by Ilya's DESTROY optimization.)
8772      Branch: perlio
8773            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
8774 ____________________________________________________________________________
8775 [  8370] By: nick                                  on 2001/01/08  20:19:41
8776         Log: Integrate mainline
8777      Branch: perlio
8778           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
8779           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
8780           !> t/op/64bitint.t
8781 ____________________________________________________________________________
8782 [  8369] By: jhi                                   on 2001/01/08  17:30:52
8783         Log: save_delete() Safefree() doesn't (anymore?) work with shared
8784              strings, one test failure in op/misc and almost all of lib/b.
8785              (Outcomments #8369.)
8786      Branch: perl
8787            ! scope.c
8788 ____________________________________________________________________________
8789 [  8368] By: jhi                                   on 2001/01/08  14:47:10
8790         Log: (Outcommented by #8369.)
8791              
8792              Subject: Re: Perl BugID 20001205.022 ---- save_delete
8793              From: Simon Cozens <simon@cozens.net>
8794              Date: Sat, 6 Jan 2001 11:48:40 +0000
8795              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
8796              
8797              The save_delete() does need the Safefree.
8798      Branch: perl
8799            ! scope.c
8800 ____________________________________________________________________________
8801 [  8367] By: bailey                                on 2001/01/08  08:53:52
8802         Log: Once again syncing after too long an absence
8803      Branch: vmsperl
8804           +> (branch 55 files)
8805            - MAINTAIN fix_pl vos/config.def vos/config.h
8806            - vos/config_h.SH_orig
8807           !> (integrate 498 files)
8808 ____________________________________________________________________________
8809 [  8366] By: jhi                                   on 2001/01/08  02:42:59
8810         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
8811              From: nick@ccl4.org
8812              Date: Sun, 7 Jan 2001 21:07:18 +0000
8813              Message-Id: <20010107210717.D1048@plum.flirble.org>
8814      Branch: perl
8815            ! sv.c t/op/64bitint.t
8816 ____________________________________________________________________________
8817 [  8365] By: jhi                                   on 2001/01/08  02:35:16
8818         Log: Subject: [PATCH] environ nit
8819              From: Simon Cozens <simon@cozens.net>
8820              Date: Sun, 7 Jan 2001 17:57:07 +0000
8821              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
8822              
8823              Use environ only if we have it.
8824      Branch: perl
8825            ! mg.c
8826 ____________________________________________________________________________
8827 [  8364] By: jhi                                   on 2001/01/08  02:24:51
8828         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
8829      Branch: perl
8830            ! ext/GDBM_File/GDBM_File.xs
8831 ____________________________________________________________________________
8832 [  8363] By: jhi                                   on 2001/01/08  02:19:24
8833         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
8834              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8835              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
8836              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
8837      Branch: perl
8838            ! dump.c op.c
8839 ____________________________________________________________________________
8840 [  8362] By: jhi                                   on 2001/01/08  02:17:43
8841         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
8842              From: Doug MacEachern <dougm@covalent.net>
8843              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
8844              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
8845              
8846              Allow AUTOLOAD to be an xsub and allow such xsubs
8847              to avoid use of $AUTOLOAD.
8848      Branch: perl
8849            ! gv.c
8850 ____________________________________________________________________________
8851 [  8361] By: jhi                                   on 2001/01/08  02:16:07
8852         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
8853              From: Radu Greab <radu@netsoft.ro>
8854              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
8855              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
8856              
8857              No need for the potentially unportable $SIG{CHLD}.
8858      Branch: perl
8859            ! t/io/pipe.t
8860 ____________________________________________________________________________
8861 [  8360] By: jhi                                   on 2001/01/08  01:58:23
8862         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
8863      Branch: perl
8864            ! lib/Getopt/Long.pm
8865 ____________________________________________________________________________
8866 [  8359] By: jhi                                   on 2001/01/08  01:55:44
8867         Log: Integrate perlio.
8868      Branch: perl
8869           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
8870           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
8871           !> utf8.c win32/Makefile
8872 ____________________________________________________________________________
8873 [  8358] By: jhi                                   on 2001/01/07  21:16:50
8874         Log: Update the EPOC cross SDK URL.
8875      Branch: perl
8876            ! README.epoc
8877 ____________________________________________________________________________
8878 [  8357] By: jhi                                   on 2001/01/07  21:16:09
8879         Log: Update the EPOC cross SDK URL.
8880      Branch: maint-5.6/perl
8881            ! README.epoc
8882 ____________________________________________________________________________
8883 [  8356] By: nick                                  on 2001/01/06  21:47:52
8884         Log: FILE * in XS code for PerlIO world:
8885              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
8886              - Add FILE * T_STDIO typemap.
8887              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
8888      Branch: perlio
8889            ! lib/ExtUtils/typemap perlio.c perlio.h
8890 ____________________________________________________________________________
8891 [  8355] By: jhi                                   on 2001/01/06  20:27:15
8892         Log: integrate change #8336 from mainline
8893              
8894              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
8895      Branch: maint-5.6/perl
8896            ! hv.c
8897 ____________________________________________________________________________
8898 [  8354] By: jhi                                   on 2001/01/06  20:24:29
8899         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
8900              From: Robin Barker <rmb1@cise.npl.co.uk>
8901              Date: Fri, 22 Dec 2000 12:17:38 GMT
8902              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
8903              
8904              The patch reformats some long =item lines so they give
8905              correct output via pod2man | nroff -man
8906              
8907              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
8908              From: Robin Barker <rmb1@cise.npl.co.uk>
8909              Date: Tue, 2 Jan 2001 15:35:03 GMT
8910              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
8911              
8912              Here is a _further_ patch which corrects a few more errors:
8913              * an empty C<=item> in CPAN.pm
8914              * patching the wrong file (pod/perlamiga.pod not README.amiga)
8915              * leaving empty C<=item>s which formatted incorrectly
8916              * over long C<=item>s revealed by latest patch to Pod::Man
8917      Branch: maint-5.6/perl
8918            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
8919            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
8920            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
8921            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
8922            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
8923            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
8924 ____________________________________________________________________________
8925 [  8353] By: jhi                                   on 2001/01/06  20:21:10
8926         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
8927              
8928              UTF-8 hash keys.
8929      Branch: maint-5.6/perl
8930            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
8931 ____________________________________________________________________________
8932 [  8352] By: jhi                                   on 2001/01/06  20:18:44
8933         Log: Forgotten from #8438.
8934      Branch: maint-5.6/perl
8935            ! epoc/epocish.h
8936 ____________________________________________________________________________
8937 [  8351] By: jhi                                   on 2001/01/06  20:18:12
8938         Log: Forgotten from #8347.
8939      Branch: maint-5.6/perl
8940            ! config_h.SH
8941 ____________________________________________________________________________
8942 [  8350] By: jhi                                   on 2001/01/06  20:00:19
8943         Log: Thinko in #8347.
8944      Branch: maint-5.6/perl
8945            ! regcomp.c
8946 ____________________________________________________________________________
8947 [  8349] By: jhi                                   on 2001/01/06  18:05:30
8948         Log: Copy the FAQ3 IDE section from the development branch,
8949              changes originally by Peter Prymmer.
8950      Branch: maint-5.6/perl
8951            ! pod/perlfaq3.pod
8952 ____________________________________________________________________________
8953 [  8348] By: jhi                                   on 2001/01/06  18:03:02
8954         Log: EPOC updates for TRIAL1.
8955              
8956              Subject: [5.6.1 trial1] EPOC update
8957              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8958              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
8959              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
8960              
8961              Subject: epoc patch2 for perl-5.6.1-trial1
8962              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8963              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
8964              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
8965      Branch: maint-5.6/perl
8966            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
8967            ! epoc/epocish.c
8968 ____________________________________________________________________________
8969 [  8347] By: jhi                                   on 2001/01/06  17:29:10
8970         Log: integrate changes #7710,7824,7973 from mainline,
8971              plus VMS nits from Peter Prymmer and Dan Sugalski.
8972              
8973              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
8974              library (getprotobyname and getprotobynumber are outversioned by
8975              the same calls in libc, at least for xlc version 3.
8976              
8977              Add HAS_SBRK_PROTO.
8978              
8979              Fixes for signedness warnings noticed by VMSperlers.
8980      Branch: maint-5.6/perl
8981            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8982            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
8983            ! sv.c vms/descrip_mms.template vos/config.alpha.def
8984            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8985            ! win32/config.bc win32/config.gc win32/config.vc
8986 ____________________________________________________________________________
8987 [  8346] By: nick                                  on 2001/01/06  14:36:01
8988         Log: Fixup accumulated integrate muddles (perlio == devperl again)
8989      Branch: perlio
8990            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
8991 ____________________________________________________________________________
8992 [  8345] By: nick                                  on 2001/01/06  14:24:58
8993         Log: Integrate mainline
8994      Branch: perlio
8995           !> (integrate 55 files)
8996 ____________________________________________________________________________
8997 [  8344] By: jhi                                   on 2001/01/06  02:24:02
8998         Log: Subject: [patch] PerlIO_cleanup() prototype
8999              From: Doug MacEachern <dougm@covalent.net>
9000              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
9001              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
9002      Branch: perl
9003            ! perlio.h
9004 ____________________________________________________________________________
9005 [  8343] By: jhi                                   on 2001/01/06  01:04:09
9006         Log: IRIX compiler noticed that the bof initialization might be
9007              bypassed by control flow.
9008      Branch: perl
9009            ! toke.c
9010 ____________________________________________________________________________
9011 [  8342] By: jhi                                   on 2001/01/06  00:10:48
9012         Log: Update Changes.
9013      Branch: perl
9014            ! Changes patchlevel.h
9015 ____________________________________________________________________________
9016 [  8341] By: jhi                                   on 2001/01/05  23:52:33
9017         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
9018      Branch: perl
9019            ! toke.c
9020 ____________________________________________________________________________
9021 [  8340] By: jhi                                   on 2001/01/05  22:44:08
9022         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
9023              From: Radu Greab <radu@netsoft.ro>
9024              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
9025              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
9026      Branch: perl
9027            ! t/io/pipe.t util.c
9028 ____________________________________________________________________________
9029 [  8339] By: jhi                                   on 2001/01/05  22:35:17
9030         Log: Subject: [PATCH] format and rewording in perlfaq.pod
9031              From: Robin Barker <rmb1@cise.npl.co.uk>
9032              Date: Fri, 5 Jan 2001 18:51:20 GMT
9033              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
9034      Branch: perl
9035            ! pod/perlfaq.pod
9036 ____________________________________________________________________________
9037 [  8338] By: jhi                                   on 2001/01/05  22:31:17
9038         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
9039              From: Peter Prymmer <pvhp@forte.com>
9040              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
9041              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
9042      Branch: perl
9043            ! utils/perlbug.PL
9044 ____________________________________________________________________________
9045 [  8337] By: jhi                                   on 2001/01/05  18:15:11
9046         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
9047              From: Robin Barker <rmb1@cise.npl.co.uk>
9048              Date: Tue, 2 Jan 2001 15:24:07 GMT
9049              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
9050              
9051              If you call configure as C<./Configure> or C<sh ./Configure>,
9052              $src is set to the absolute path name, not '.'.
9053              
9054              This, in turn, means -Dmksymlink tries to do its stuff because
9055              it does not think it is in the src directory.
9056              
9057              (plus a metaconfig nitfix)
9058      Branch: metaconfig
9059            ! U/compline/ccflags.U U/modified/src.U
9060      Branch: perl
9061            ! Configure config_h.SH
9062 ____________________________________________________________________________
9063 [  8336] By: jhi                                   on 2001/01/05  17:48:32
9064         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
9065              From: Alan Burlison <Alan.Burlison@uk.sun.com>
9066              Message-ID: <3A5606C4.473D2226@uk.sun.com>
9067              Date: Fri, 05 Jan 2001 17:39:16 +0000
9068      Branch: perl
9069            ! hv.c
9070 ____________________________________________________________________________
9071 [  8335] By: jhi                                   on 2001/01/05  16:05:44
9072         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
9073      Branch: perl
9074            ! lib/Getopt/Long.pm
9075 ____________________________________________________________________________
9076 [  8334] By: jhi                                   on 2001/01/05  16:00:51
9077         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
9078              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
9079              Date: Fri, 05 Jan 2001 13:46:51 +0100
9080              Message-ID: <13693.978698811@nice.ram.loc>
9081              
9082              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
9083              accurate reading of the "atime".  
9084      Branch: perl
9085            ! t/io/fs.t
9086 ____________________________________________________________________________
9087 [  8333] By: jhi                                   on 2001/01/05  15:57:37
9088         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
9089              From: Simon Cozens <simon@cozens.net>
9090              Date: Fri, 8 Dec 2000 13:33:31 +0000
9091              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
9092              
9093              A lost patch fragment.
9094      Branch: perl
9095            ! doop.c
9096 ____________________________________________________________________________
9097 [  8332] By: jhi                                   on 2001/01/05  15:40:42
9098         Log: Do away with strncpy() and a fixed length buffer.
9099      Branch: perl
9100            ! utf8.c
9101 ____________________________________________________________________________
9102 [  8331] By: jhi                                   on 2001/01/05  15:03:07
9103         Log: Tests for #8329 and #8330.
9104      Branch: perl
9105            ! t/op/bop.t
9106 ____________________________________________________________________________
9107 [  8330] By: jhi                                   on 2001/01/05  15:02:38
9108         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
9109              raw 8-bit form to the UTF-8 string.
9110      Branch: perl
9111            ! toke.c
9112 ____________________________________________________________________________
9113 [  8329] By: jhi                                   on 2001/01/05  14:55:13
9114         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
9115              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9116              Date: Fri, 5 Jan 2001 12:28:52 +0100
9117              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
9118              
9119              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
9120              no effect.  (changed the strncpy() to Copy())
9121      Branch: perl
9122            ! toke.c
9123 ____________________________________________________________________________
9124 [  8328] By: jhi                                   on 2001/01/05  06:44:27
9125         Log: UTF-8 cleanup.
9126      Branch: perl
9127            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
9128            ! regexec.c sv.c toke.c
9129 ____________________________________________________________________________
9130 [  8327] By: jhi                                   on 2001/01/05  01:11:29
9131         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')
9132              From: Radu Greab <radu@netsoft.ro>
9133              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
9134              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
9135              
9136              Cleans up Harness to not use FileHandle, which uses IO.
9137      Branch: perl
9138            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9139 ____________________________________________________________________________
9140 [  8326] By: jhi                                   on 2001/01/05  00:56:37
9141         Log: Update Changes.
9142      Branch: perl
9143            ! Changes patchlevel.h
9144 ____________________________________________________________________________
9145 [  8325] By: jhi                                   on 2001/01/05  00:53:18
9146         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
9147              From: Peter Prymmer <pvhp@forte.com>
9148              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
9149              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
9150              
9151              plus a couple more tailing whitespace removals.
9152      Branch: perl
9153            ! win32/Makefile
9154 ____________________________________________________________________________
9155 [  8324] By: jhi                                   on 2001/01/05  00:47:39
9156         Log: Add some Unicode chop() tests.
9157      Branch: perl
9158            ! t/op/chop.t
9159 ____________________________________________________________________________
9160 [  8323] By: jhi                                   on 2001/01/05  00:47:23
9161         Log: Unify UTF-8 malformedness handling.
9162      Branch: perl
9163            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
9164 ____________________________________________________________________________
9165 [  8322] By: jhi                                   on 2001/01/04  22:21:54
9166         Log: The new $issymlink was unknown to Mksymlinks.
9167      Branch: metaconfig/U/perl
9168            ! Mksymlinks.U issymlink.U
9169      Branch: perl
9170            ! Configure config_h.SH
9171 ____________________________________________________________________________
9172 [  8321] By: jhi                                   on 2001/01/04  21:51:05
9173         Log: The test didn't work under the core test framework.
9174      Branch: perl
9175            ! t/lib/st-lock.t
9176 ____________________________________________________________________________
9177 [  8320] By: jhi                                   on 2001/01/04  21:14:22
9178         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
9179      Branch: perl
9180            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
9181 ____________________________________________________________________________
9182 [  8319] By: jhi                                   on 2001/01/04  20:46:17
9183         Log: Typo in #8312 when manually appying a problematic patch fragment.
9184      Branch: perl
9185            ! ext/Storable/Storable.xs
9186 ____________________________________________________________________________
9187 [  8318] By: jhi                                   on 2001/01/04  20:43:01
9188         Log: The $sh_c didn't fly.
9189      Branch: metaconfig
9190            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
9191            ! U/modified/Loc.U U/modified/myhostname.U
9192            ! U/modified/spitshell.U
9193      Branch: metaconfig/U/perl
9194            ! issymlink.U
9195      Branch: perl
9196            ! Configure config_h.SH
9197 ____________________________________________________________________________
9198 [  8317] By: jhi                                   on 2001/01/04  19:58:01
9199         Log: AIX builtin test -h is broken, changes based on
9200              
9201              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
9202              Date: Tue, 02 Jan 2001 11:24:39 +0100
9203              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9204              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
9205      Branch: metaconfig
9206            + U/modified/spitshell.U
9207            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
9208            ! U/modified/Loc.U U/modified/myhostname.U
9209      Branch: metaconfig/U/perl
9210            ! Mksymlinks.U issymlink.U
9211      Branch: perl
9212            ! Configure
9213 ____________________________________________________________________________
9214 [  8316] By: jhi                                   on 2001/01/04  19:02:22
9215         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
9216              From: Andy Dougherty <doughera@lafayette.edu>
9217              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
9218              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
9219              
9220              Beware of GNU ld.
9221      Branch: perl
9222            ! hints/solaris_2.sh
9223 ____________________________________________________________________________
9224 [  8315] By: jhi                                   on 2001/01/04  18:56:48
9225         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
9226              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
9227              Date: Wed, 3 Jan 2001 07:58:51 +0100
9228              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
9229      Branch: perl
9230            ! hints/solaris_2.sh
9231 ____________________________________________________________________________
9232 [  8314] By: jhi                                   on 2001/01/04  18:54:07
9233         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
9234              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9235              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
9236              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
9237              
9238              Doc tweak on #8313.
9239      Branch: perl
9240            ! ext/B/B/Deparse.pm
9241 ____________________________________________________________________________
9242 [  8313] By: jhi                                   on 2001/01/04  18:52:27
9243         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
9244              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
9245              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9246              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
9247              
9248              Make the peephole optimizer to bypass more null ops and
9249              and rewrite the deparse handling of continue blocks.
9250      Branch: perl
9251            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
9252 ____________________________________________________________________________
9253 [  8312] By: jhi                                   on 2001/01/04  18:47:39
9254         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
9255      Branch: perl
9256            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
9257            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
9258            ! t/lib/st-lock.t
9259 ____________________________________________________________________________
9260 [  8311] By: jhi                                   on 2001/01/04  18:36:08
9261         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
9262              filter to be run on each .pm during the pm_to_blib() phase,
9263              a fixed version of
9264              
9265              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
9266              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
9267              Date: Wed, 03 Jan 2001 22:01:30 +0100
9268              Message-ID: <5296.978555690@nice.ram.loc>
9269      Branch: perl
9270            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
9271            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
9272            ! lib/ExtUtils/MakeMaker.pm
9273 ____________________________________________________________________________
9274 [  8310] By: jhi                                   on 2001/01/04  18:32:54
9275         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
9276              From: Robin Barker <rmb1@cise.npl.co.uk>
9277              Date: Tue, 2 Jan 2001 15:35:03 GMT
9278              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
9279      Branch: perl
9280            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
9281            ! pod/perlrequick.pod
9282 ____________________________________________________________________________
9283 [  8309] By: jhi                                   on 2001/01/04  18:29:07
9284         Log: Subject: Re: [patch] static-ize XS()
9285              From: Doug MacEachern <dougm@covalent.net>
9286              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
9287              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
9288              
9289              Provide prototypes for the XS functions.
9290      Branch: perl
9291            ! lib/ExtUtils/xsubpp
9292 ____________________________________________________________________________
9293 [  8308] By: jhi                                   on 2001/01/04  18:27:44
9294         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
9295              From: Doug MacEachern <dougm@covalent.net>
9296              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
9297              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
9298      Branch: perl
9299            ! lib/ExtUtils/typemap
9300 ____________________________________________________________________________
9301 [  8307] By: jhi                                   on 2001/01/04  18:25:25
9302         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
9303              From: Doug MacEachern <dougm@covalent.net>
9304              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
9305              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
9306              
9307              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
9308      Branch: perl
9309            ! lib/ExtUtils/MM_Unix.pm
9310 ____________________________________________________________________________
9311 [  8306] By: jhi                                   on 2001/01/04  18:23:00
9312         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
9313              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9314              Date: Thu, 4 Jan 2001 12:47:10 +0100 
9315              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
9316              
9317              The toke.c part only, patching embed.h and proto.h is futile.
9318      Branch: perl
9319            ! toke.c
9320 ____________________________________________________________________________
9321 [  8305] By: jhi                                   on 2001/01/04  18:05:51
9322         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
9323              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9324              Date: Thu, 4 Jan 2001 17:50:12 +0100 
9325              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
9326      Branch: perl
9327            ! toke.c
9328 ____________________________________________________________________________
9329 [  8304] By: jhi                                   on 2001/01/04  18:03:26
9330         Log: Subject: [PATCH perl@8269]
9331              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9332              Date: Thu, 4 Jan 2001 12:53:39 +0100 
9333              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
9334              
9335              If running byacc write-enable also perly.h.
9336      Branch: perl
9337            ! Makefile.SH
9338 ____________________________________________________________________________
9339 [  8303] By: jhi                                   on 2001/01/04  15:40:49
9340         Log: Rewrite pp_concat() in terms of sv_catsv().
9341      Branch: perl
9342            ! pp_hot.c
9343 ____________________________________________________________________________
9344 [  8302] By: nick                                  on 2001/01/03  22:43:22
9345         Log: Integrate mainline.
9346      Branch: perlio
9347           !> ext/Encode/Encode.xs sv.c utf8.c
9348 ____________________________________________________________________________
9349 [  8301] By: jhi                                   on 2001/01/02  23:40:26
9350         Log: Variable naming tweak.
9351      Branch: perl
9352            ! sv.c
9353 ____________________________________________________________________________
9354 [  8300] By: jhi                                   on 2001/01/02  23:40:02
9355         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
9356              in is_utf8_string().
9357      Branch: perl
9358            ! utf8.c
9359 ____________________________________________________________________________
9360 [  8299] By: jhi                                   on 2001/01/02  22:14:40
9361         Log: Integrate perlio.
9362      Branch: perl
9363           !> pp.c pp_hot.c win32/Makefile
9364 ____________________________________________________________________________
9365 [  8298] By: nick                                  on 2001/01/02  22:03:06
9366         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
9367      Branch: perlio
9368            ! pp.c pp_hot.c
9369 ____________________________________________________________________________
9370 [  8297] By: jhi                                   on 2001/01/02  04:26:28
9371         Log: Signedness nit.
9372      Branch: perl
9373            ! ext/Encode/Encode.xs
9374 ____________________________________________________________________________
9375 [  8296] By: nick                                  on 2001/01/01  23:49:36
9376         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
9377      Branch: perlio
9378            ! win32/Makefile
9379 ____________________________________________________________________________
9380 [  8295] By: jhi                                   on 2001/01/01  23:05:48
9381         Log: Integrate perlio.
9382      Branch: perl
9383           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
9384           !> t/lib/encode.t
9385 ____________________________________________________________________________
9386 [  8294] By: nick                                  on 2001/01/01  22:48:34
9387         Log: Integrate mainline
9388      Branch: perlio
9389            ! pp_hot.c t/lib/encode.t
9390           !> (integrate 65 files)
9391 ____________________________________________________________________________
9392 [  8293] By: nick                                  on 2001/01/01  21:58:50
9393         Log: More rigor in UTF-8-ness of Encode's toUnicode
9394              XS export some of the utf8 internal functions.
9395              Test some of the functions.
9396              Fix pp_concat() bug shown by said tests.
9397      Branch: perlio
9398            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
9399            ! t/lib/encode.t
9400 ____________________________________________________________________________
9401 [  8292] By: jhi                                   on 2001/01/01  18:11:44
9402         Log: Integrate perlio.
9403      Branch: perl
9404           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
9405           !> ext/Encode/encengine.c ext/Encode/encode.h
9406 ____________________________________________________________________________
9407 [  8291] By: jhi                                   on 2001/01/01  18:10:58
9408         Log: Podify README.mpeix (a new version from the web),
9409              add a dummy NAME to Carp::Heavy, regen toc.
9410      Branch: perl
9411            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
9412            ! pod/perltoc.pod
9413 ____________________________________________________________________________
9414 [  8290] By: nick                                  on 2001/01/01  17:43:47
9415         Log: Loose the "Loading..." warning.
9416              Another bug in fallback support
9417      Branch: perlio
9418            ! ext/Encode/Encode.pm ext/Encode/encengine.c
9419 ____________________________________________________________________________
9420 [  8289] By: jhi                                   on 2001/01/01  00:01:57
9421         Log: Bump up Larry's copyright.
9422      Branch: perl
9423            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
9424            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
9425            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
9426            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
9427            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
9428            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
9429            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
9430            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
9431 ____________________________________________________________________________
9432 [  8288] By: nick                                  on 2000/12/31  21:27:53
9433         Log: Fix .ucm reading - forgot a chr()
9434              Start of .ucm write (for .enc to .ucm)
9435      Branch: perlio
9436            ! ext/Encode/compile
9437 ____________________________________________________________________________
9438 [  8287] By: jhi                                   on 2000/12/31  18:15:56
9439         Log: Comment away a diagnostic message as noted by Craig A. Berry
9440              (the unexpected message was confusing testing)
9441      Branch: perl
9442            ! ext/Encode/Encode.pm
9443 ____________________________________________________________________________
9444 [  8286] By: jhi                                   on 2000/12/31  18:14:51
9445         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
9446              Date: Sun, 31 Dec 2000 11:17:37 -0600
9447              From: "Craig A. Berry" <craigberry@mac.com>
9448              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
9449      Branch: perl
9450            ! ext/Encode/Makefile.PL
9451 ____________________________________________________________________________
9452 [  8285] By: nick                                  on 2000/12/31  18:11:54
9453         Log: Start of support of ICU-style .ucm files:
9454              - teach compile how to read a .ucm file
9455              - first guess at how to represent fallbacks in "tries".
9456              - use fallbacks if check == 0
9457              - new return code to indicate we used one.
9458      Branch: perlio
9459            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
9460            ! ext/Encode/encengine.c ext/Encode/encode.h
9461 ____________________________________________________________________________
9462 [  8284] By: jhi                                   on 2000/12/31  18:04:41
9463         Log: Pacify picky VMS compiler.
9464              
9465              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
9466              From: "Craig A. Berry" <craig.berry@psinetcs.com>
9467              Date: Sat, 30 Dec 2000 18:10:02 -0600
9468              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
9469      Branch: perl
9470            ! sv.c
9471 ____________________________________________________________________________
9472 [  8283] By: jhi                                   on 2000/12/31  16:11:47
9473         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
9474      Branch: perl
9475            ! t/lib/glob-basic.t
9476 ____________________________________________________________________________
9477 [  8282] By: jhi                                   on 2000/12/31  15:26:11
9478         Log: Integrate perlio.
9479      Branch: perl
9480           !> makedef.pl opcode.pl os2/os2.c perlio.c
9481 ____________________________________________________________________________
9482 [  8281] By: nick                                  on 2000/12/31  10:06:15
9483         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
9484              is available to be exported
9485      Branch: perlio
9486            ! makedef.pl perlio.c
9487 ____________________________________________________________________________
9488 [  8280] By: nick                                  on 2000/12/31  09:41:26
9489         Log: Ilya's OS2 patch (testing for damage on Win32)
9490      Branch: perlio
9491            ! makedef.pl opcode.pl os2/os2.c
9492 ____________________________________________________________________________
9493 [  8279] By: jhi                                   on 2000/12/30  21:52:07
9494         Log: Test nits.
9495      Branch: perl
9496            ! t/lib/syslfs.t t/op/lfs.t
9497 ____________________________________________________________________________
9498 [  8278] By: jhi                                   on 2000/12/30  21:47:49
9499         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
9500              From: andreas.koenig@anima.de (Andreas J. Koenig)
9501              Date: 30 Dec 2000 22:35:37 +0100
9502              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
9503              
9504              The 32-bit wraparound test wasn't quite right.
9505      Branch: perl
9506            ! t/lib/syslfs.t t/op/lfs.t
9507 ____________________________________________________________________________
9508 [  8277] By: jhi                                   on 2000/12/30  21:33:44
9509         Log: Subject: [PATCH] open() example in perlfunc.pod 
9510              From: Karsten Sperling <s_sperli@ira.uka.de>
9511              Date: Sat, 30 Dec 2000 22:27:09 +0100
9512              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
9513      Branch: perl
9514            ! pod/perlfunc.pod
9515 ____________________________________________________________________________
9516 [  8276] By: jhi                                   on 2000/12/30  20:32:40
9517         Log: Not quite that many tests yet.
9518      Branch: perl
9519            ! t/op/pat.t
9520 ____________________________________________________________________________
9521 [  8275] By: jhi                                   on 2000/12/30  20:26:58
9522         Log: Integrate perlio.
9523      Branch: perl
9524           !> toke.c
9525 ____________________________________________________________________________
9526 [  8274] By: jhi                                   on 2000/12/30  20:24:56
9527         Log: Signedness nit.
9528      Branch: perl
9529            ! utf8.c
9530 ____________________________________________________________________________
9531 [  8273] By: jhi                                   on 2000/12/30  20:15:46
9532         Log: Add a test case for 20000731.001 which was fixed by the #8267.
9533      Branch: perl
9534            ! t/op/pat.t
9535 ____________________________________________________________________________
9536 [  8272] By: nick                                  on 2000/12/30  19:47:51
9537         Log: Tweak for MULTIPLICITY/USE_PERLIO
9538      Branch: perlio
9539            ! toke.c
9540 ____________________________________________________________________________
9541 [  8271] By: nick                                  on 2000/12/30  19:46:45
9542         Log: Integrate mainline
9543      Branch: perlio
9544           +> lib/unicode/distinct.pm
9545           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
9546           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
9547           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
9548 ____________________________________________________________________________
9549 [  8270] By: jhi                                   on 2000/12/30  19:39:50
9550         Log: Subject: RE: perl@8269
9551              From: "Richard Soderberg" <rs@crystalflame.net>
9552              Date: Sat, 30 Dec 2000 11:36:27 -0800
9553              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
9554              
9555              A missing aTHX_.
9556      Branch: perl
9557            ! toke.c
9558 ____________________________________________________________________________
9559 [  8269] By: jhi                                   on 2000/12/30  18:55:48
9560         Log: Update Changes.
9561      Branch: perl
9562            ! Changes patchlevel.h
9563 ____________________________________________________________________________
9564 [  8268] By: jhi                                   on 2000/12/30  17:18:40
9565         Log: Add a test for Unicode split //.  The #8267 was the cure.
9566      Branch: perl
9567            ! t/op/split.t
9568 ____________________________________________________________________________
9569 [  8267] By: jhi                                   on 2000/12/30  17:14:19
9570         Log: Subject: more UTF8 test suites and an UTF8 patch
9571              From: Inaba Hiroto <inaba@st.rim.or.jp>
9572              Date: Sat, 30 Dec 2000 14:27:10 +0900
9573              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
9574              
9575              Just the patch part for now, and the pragma renamed
9576              as unicode::distinct.
9577      Branch: perl
9578            + lib/unicode/distinct.pm
9579            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
9580            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
9581            ! regcomp.h regexec.c sv.c toke.c utf8.c
9582 ____________________________________________________________________________
9583 [  8266] By: nick                                  on 2000/12/30  16:40:49
9584         Log: Integrate mainline
9585      Branch: perlio
9586           +> lib/Pod/Text/Overstrike.pm
9587           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
9588           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
9589           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
9590           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
9591           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
9592 ____________________________________________________________________________
9593 [  8265] By: jhi                                   on 2000/12/30  07:28:55
9594         Log: The sv_catsv() fix, take two.
9595      Branch: perl
9596            ! sv.c t/op/join.t
9597 ____________________________________________________________________________
9598 [  8264] By: jhi                                   on 2000/12/30  06:19:18
9599         Log: Undo all the join-related changes since #8248: relevant
9600              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
9601              The new sv_catsv() doesn't fly so it must go back to
9602              the drawing board.
9603      Branch: perl
9604            ! sv.c t/op/join.t t/pragma/utf8.t
9605 ____________________________________________________________________________
9606 [  8263] By: jhi                                   on 2000/12/30  01:08:32
9607         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
9608      Branch: perl
9609            ! sv.c
9610 ____________________________________________________________________________
9611 [  8262] By: jhi                                   on 2000/12/30  00:45:14
9612         Log: Retract #8261.
9613      Branch: perl
9614            ! hv.c util.c
9615 ____________________________________________________________________________
9616 [  8261] By: jhi                                   on 2000/12/30  00:38:32
9617         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
9618      Branch: perl
9619            ! hv.c util.c
9620 ____________________________________________________________________________
9621 [  8260] By: jhi                                   on 2000/12/29  22:51:33
9622         Log: (Retracted by #8264)  More fixing for #8251.
9623      Branch: perl
9624            ! sv.c
9625 ____________________________________________________________________________
9626 [  8259] By: jhi                                   on 2000/12/29  18:27:30
9627         Log: Subject: podlators 1.06 released
9628              From: Russ Allbery <rra@stanford.edu>
9629              Date: 25 Dec 2000 05:09:30 -0800
9630              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
9631      Branch: perl
9632            + lib/Pod/Text/Overstrike.pm
9633            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
9634            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
9635 ____________________________________________________________________________
9636 [  8258] By: jhi                                   on 2000/12/29  18:20:45
9637         Log: Make the large file tests more robust/talkative as suggested by
9638              
9639              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
9640              From: andreas.koenig@anima.de (Andreas J. Koenig)
9641              Date: 29 Dec 2000 14:23:01 +0100
9642              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
9643      Branch: perl
9644            ! t/lib/syslfs.t t/op/lfs.t
9645 ____________________________________________________________________________
9646 [  8257] By: jhi                                   on 2000/12/29  17:48:04
9647         Log: Further VMS piping fixes from Charles Lane:
9648              
9649              In summary, error messages produced when a subprocess terminated
9650              abnormally were being sent not just to the parent process, but to
9651              grandparents, because of default values for error output that were
9652              not completely overridden when the subprocess was started.
9653              
9654              This patch fixes this behavior by defining user-mode (i.e., temporary
9655              for the duration of the program) logical names for SYS$OUTPUT and
9656              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
9657              changes to make it so that the user-mode logicals are the ones that
9658              control where Perl's error messages go if it terminates abnormally.
9659              
9660              I also added some gratuitous fixes to the indentation of braces in
9661              the piping code.  It just looked ugly, before.
9662      Branch: perl
9663            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
9664 ____________________________________________________________________________
9665 [  8256] By: jhi                                   on 2000/12/29  17:45:12
9666         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
9667              From: "Casey R. Tweten" <crt@kiski.net>
9668              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
9669              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
9670              
9671              Tests for for #8240.
9672      Branch: perl
9673            ! t/pragma/constant.t
9674 ____________________________________________________________________________
9675 [  8255] By: jhi                                   on 2000/12/29  17:43:07
9676         Log: Subject: Re: [PATCH] Interesting syntax idea
9677              From: Simon Cozens <simon@cozens.net>
9678              Date: Fri, 29 Dec 2000 14:34:04 +0000
9679              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
9680              
9681              Tests for #8254.
9682      Branch: perl
9683            ! t/pragma/sub_lval.t
9684 ____________________________________________________________________________
9685 [  8254] By: jhi                                   on 2000/12/29  17:42:11
9686         Log: Subject: [PATCH] Interesting syntax idea
9687              From: Simon Cozens <simon@cozens.net>
9688              Date: Wed, 27 Dec 2000 05:08:57 +0000
9689              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
9690              
9691              Make opens + bareword assigns do typeglob assigns.
9692      Branch: perl
9693            ! op.c
9694 ____________________________________________________________________________
9695 [  8253] By: jhi                                   on 2000/12/29  17:36:45
9696         Log: Output the (apparent) version of gcc, as suggested by
9697              
9698              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
9699              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
9700              Date: 26 Dec 2000 04:29:17 -0500
9701              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
9702              
9703              (The patch as such didn't any more apply as the misparsing had
9704              already been addressed in #6474.)  Also change the wording about
9705              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
9706      Branch: perl
9707            ! hints/dec_osf.sh
9708 ____________________________________________________________________________
9709 [  8252] By: nick                                  on 2000/12/29  12:14:31
9710         Log: Integrate mainline
9711      Branch: perlio
9712           !> (integrate 27 files)
9713 ____________________________________________________________________________
9714 [  8251] By: jhi                                   on 2000/12/29  08:45:46
9715         Log: (Retracted by #8264)
9716              
9717              (Fixed by #8260.)
9718              
9719              sv_catsv() needs one more byte space than seems reasonable.
9720              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
9721              Curiouser and curiouser.
9722      Branch: perl
9723            ! sv.c
9724 ____________________________________________________________________________
9725 [  8250] By: jhi                                   on 2000/12/29  07:57:52
9726         Log: More split // UTF-8 tests.
9727      Branch: perl
9728            ! t/pragma/utf8.t
9729 ____________________________________________________________________________
9730 [  8249] By: jhi                                   on 2000/12/29  07:54:51
9731         Log: (Retracted by #8264)  More join() testing which was good because
9732              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
9733      Branch: perl
9734            ! pp.c t/op/join.t utf8.c utf8.h
9735 ____________________________________________________________________________
9736 [  8248] By: jhi                                   on 2000/12/29  07:08:32
9737         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
9738              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
9739              that the only cases to care about are byte+byte and byte+character.
9740              
9741              TODO: See how well pp_concat() could be implemented in terms
9742              of sv_catsv().
9743      Branch: perl
9744            ! doop.c sv.c t/op/join.t utf8.h
9745 ____________________________________________________________________________
9746 [  8247] By: jhi                                   on 2000/12/29  06:35:23
9747         Log: Signedness nit.
9748      Branch: perl
9749            ! pp_hot.c
9750 ____________________________________________________________________________
9751 [  8246] By: jhi                                   on 2000/12/29  01:23:31
9752         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
9753              From: Lupe Christoph <lupe@lupe-christoph.de>
9754              Date: Thu, 28 Dec 2000 23:00:00 +0100
9755              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
9756              
9757              Suggest rsync --delete --dry-run.
9758      Branch: perl
9759            ! pod/perlhack.pod
9760 ____________________________________________________________________________
9761 [  8245] By: jhi                                   on 2000/12/28  23:57:05
9762         Log: The maxiters upper limit sanity check (guarding against
9763              non-progress) assumed bytes instead of characters in s///
9764              and split().
9765      Branch: perl
9766            ! pp.c pp_hot.c
9767 ____________________________________________________________________________
9768 [  8244] By: jhi                                   on 2000/12/28  23:34:08
9769         Log: Make some panic messages a bit more logical.
9770      Branch: perl
9771            ! doop.c pod/perldiag.pod pp.c pp_hot.c
9772 ____________________________________________________________________________
9773 [  8243] By: jhi                                   on 2000/12/28  22:59:16
9774         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
9775              From: Simon Cozens <simon@cozens.net>
9776              Date: Wed, 27 Dec 2000 02:30:03 +0000
9777              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
9778      Branch: perl
9779            ! pp.c t/pragma/sub_lval.t
9780 ____________________________________________________________________________
9781 [  8242] By: jhi                                   on 2000/12/28  22:56:53
9782         Log: Subject: [PATCH blead] Fix B::Terse indentation
9783              From: Daniel Chetlin <daniel@chetlin.com>
9784              Date: Wed, 27 Dec 2000 06:43:30 -0800
9785              Message-ID: <20001227064329.B9573@darkstar>
9786      Branch: perl
9787            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
9788 ____________________________________________________________________________
9789 [  8241] By: jhi                                   on 2000/12/28  22:48:59
9790         Log: The latter patch from the
9791              
9792              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
9793              From: Peter Prymmer <pvhp@forte.com> 
9794              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
9795              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
9796              
9797              (the former patch from the above should have been
9798              taken care of by Nick I-S)
9799      Branch: perl
9800            ! win32/Makefile
9801 ____________________________________________________________________________
9802 [  8240] By: jhi                                   on 2000/12/28  22:45:22
9803         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
9804              From: "Casey R. Tweten" <crt@kiski.net>
9805              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
9806              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
9807      Branch: perl
9808            ! lib/constant.pm
9809 ____________________________________________________________________________
9810 [  8239] By: jhi                                   on 2000/12/28  22:37:45
9811         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
9812              From: Simon Cozens <simon@cozens.net>
9813              Date: Wed, 27 Dec 2000 14:12:44 +0000
9814              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
9815      Branch: perl
9816            ! t/op/method.t t/op/sort.t toke.c
9817 ____________________________________________________________________________
9818 [  8238] By: jhi                                   on 2000/12/28  22:30:32
9819         Log: Subject: [PATCH perl@8229] Call.pm
9820              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
9821              Date: Mon, 25 Dec 2000 10:47:15 -0000
9822              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
9823      Branch: perl
9824            ! ext/Filter/Util/Call/Call.pm
9825 ____________________________________________________________________________
9826 [  8237] By: jhi                                   on 2000/12/28  22:19:21
9827         Log: Subject: [PATCH blead] Fix problem with `&' prototype
9828              From: Daniel Chetlin <daniel@chetlin.com>
9829              Date: Wed, 27 Dec 2000 15:55:32 -0800
9830              Message-ID: <20001227155532.D9573@darkstar>
9831      Branch: perl
9832            ! op.c t/comp/proto.t
9833 ____________________________________________________________________________
9834 [  8236] By: jhi                                   on 2000/12/28  22:09:25
9835         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
9836              From: Daniel Chetlin <daniel@chetlin.com>
9837              Date: Sun, 24 Dec 2000 04:09:49 -0800
9838              Message-ID: <20001224040949.B3090@darkstar>
9839      Branch: perl
9840            ! gv.c mg.c t/op/attrs.t
9841 ____________________________________________________________________________
9842 [  8235] By: jhi                                   on 2000/12/28  22:07:11
9843         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
9844              From: Jan Dubois <jand@ActiveState.com>
9845              Date: Tue, 26 Dec 2000 20:57:31 -0800
9846              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
9847      Branch: perl
9848            ! win32/win32.c
9849 ____________________________________________________________________________
9850 [  8234] By: jhi                                   on 2000/12/28  21:52:42
9851         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
9852              From: Simon Cozens <simon@cozens.net>
9853              Date: Thu, 28 Dec 2000 20:33:13 +0000
9854              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
9855      Branch: perl
9856            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
9857 ____________________________________________________________________________
9858 [  8233] By: jhi                                   on 2000/12/28  19:40:49
9859         Log: Integrate perlio.
9860      Branch: perl
9861           !> ext/Encode/Makefile.PL ext/Encode/compile
9862 ____________________________________________________________________________
9863 [  8232] By: nick                                  on 2000/12/23  16:06:00
9864         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
9865              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
9866      Branch: perlio
9867            ! ext/Encode/Makefile.PL
9868 ____________________________________________________________________________
9869 [  8231] By: nick                                  on 2000/12/23  14:30:34
9870         Log: "Compiled" encode build cleanup
9871              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
9872              - .c files do not export sub-tables
9873      Branch: perlio
9874            ! ext/Encode/Makefile.PL ext/Encode/compile
9875 ____________________________________________________________________________
9876 [  8230] By: nick                                  on 2000/12/23  12:50:37
9877         Log: Integrate mainline
9878      Branch: perlio
9879           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
9880           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
9881           !> pod/perl5004delta.pod pod/perl5005delta.pod
9882           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
9883           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
9884           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
9885           !> pod/perlsub.pod
9886 ____________________________________________________________________________
9887 [  8229] By: jhi                                   on 2000/12/22  15:32:12
9888         Log: Integrate perlio.
9889      Branch: perl
9890           +> win32/distclean.bat
9891           !> MANIFEST t/io/utf8.t
9892 ____________________________________________________________________________
9893 [  8228] By: jhi                                   on 2000/12/22  15:29:40
9894         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
9895              From: Robin Barker <rmb1@cise.npl.co.uk>
9896              Date: Fri, 22 Dec 2000 12:17:38 GMT
9897              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
9898      Branch: perl
9899            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
9900            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
9901            ! pod/perl5004delta.pod pod/perl5005delta.pod
9902            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
9903            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
9904            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
9905            ! pod/perlsub.pod
9906 ____________________________________________________________________________
9907 [  8227] By: jhi                                   on 2000/12/22  15:24:28
9908         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
9909              From: "John L. Allen" <allen@grumman.com>
9910              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
9911              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
9912              
9913              Document APPLLIB_EXP.
9914      Branch: perl
9915            ! INSTALL
9916 ____________________________________________________________________________
9917 [  8226] By: nick                                  on 2000/12/21  22:11:50
9918         Log: Handy script for when one forgets to "dmake clean" 
9919      Branch: perlio
9920            + win32/distclean.bat
9921            ! MANIFEST
9922 ____________________________________________________________________________
9923 [  8225] By: nick                                  on 2000/12/21  21:54:04
9924         Log: CRLF platform issue with io/utf8 fix.
9925      Branch: perlio
9926            ! t/io/utf8.t
9927 ____________________________________________________________________________
9928 [  8224] By: nick                                  on 2000/12/21  21:02:20
9929         Log: Integrate mainline
9930      Branch: perlio
9931           !> Changes Configure Makefile.SH Porting/Glossary
9932           !> Porting/config.sh Porting/config_H configure.com
9933           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
9934           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
9935           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
9936           !> win32/config.bc win32/config.gc win32/config.vc
9937 ____________________________________________________________________________
9938 [  8223] By: jhi                                   on 2000/12/21  17:09:16
9939         Log: Update Changes.
9940      Branch: perl
9941            ! Changes patchlevel.h
9942 ____________________________________________________________________________
9943 [  8222] By: jhi                                   on 2000/12/21  16:24:01
9944         Log: Metaconfig unit changes for #8221.
9945      Branch: metaconfig/U/perl
9946           +> issymlink.U
9947            - testsyml.U
9948            ! Mksymlinks.U
9949 ____________________________________________________________________________
9950 [  8221] By: jhi                                   on 2000/12/21  16:23:48
9951         Log: Rename testsyml to issymlink.
9952      Branch: perl
9953            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9954            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
9955            ! win32/config.vc
9956 ____________________________________________________________________________
9957 [  8220] By: jhi                                   on 2000/12/21  15:47:26
9958         Log: Robustness support for #8218 (symlink forest) since the GNU
9959              tools seem to be overly picky about symlinkage depths.
9960      Branch: perl
9961            ! Makefile.SH t/io/fs.t
9962 ____________________________________________________________________________
9963 [  8219] By: jhi                                   on 2000/12/21  15:38:27
9964         Log: Metaconfig changes for #8218.
9965      Branch: metaconfig
9966            ! U/modified/Oldconfig.U
9967      Branch: metaconfig/U/perl
9968            + Mksymlinks.U
9969            ! testsyml.U
9970 ____________________________________________________________________________
9971 [  8218] By: jhi                                   on 2000/12/21  15:37:57
9972         Log: Add Configure option -Dmksymlinks which will create a symlink
9973              forest if the current/build differs from the source directory.
9974              TODO: mkdir -p is not portable.
9975      Branch: perl
9976            ! Configure
9977 ____________________________________________________________________________
9978 [  8217] By: jhi                                   on 2000/12/21  14:39:12
9979         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
9980              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
9981              Date: Thu, 21 Dec 2000 09:38:18 GMT
9982              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
9983              
9984              The ofs became an SV.
9985      Branch: perl
9986            ! ext/Thread/Thread.xs
9987 ____________________________________________________________________________
9988 [  8216] By: jhi                                   on 2000/12/21  05:40:21
9989         Log: The polymorphism seems to have fixed 20000517.001.
9990      Branch: perl
9991            ! t/pragma/utf8.t
9992 ____________________________________________________________________________
9993 [  8215] By: jhi                                   on 2000/12/21  04:44:52
9994         Log: read() documentation tweak for 20001121.004.
9995      Branch: perl
9996            ! pod/perlfunc.pod
9997 ____________________________________________________________________________
9998 [  8214] By: jhi                                   on 2000/12/21  03:54:11
9999         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
10000      Branch: perl
10001            ! pp_sys.c t/op/misc.t
10002 ____________________________________________________________________________
10003 [  8213] By: jhi                                   on 2000/12/21  00:28:10
10004         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
10005              From: Peter Prymmer <pvhp@forte.com>
10006              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
10007              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
10008      Branch: perl
10009            ! configure.com
10010 ____________________________________________________________________________
10011 [  8212] By: jhi                                   on 2000/12/21  00:26:21
10012         Log: Edit edit edit.
10013      Branch: perl
10014            ! pod/perlfaq3.pod
10015 ____________________________________________________________________________
10016 [  8211] By: jhi                                   on 2000/12/20  18:52:46
10017         Log: Update Changes.
10018      Branch: perl
10019            ! Changes patchlevel.h
10020 ____________________________________________________________________________
10021 [  8210] By: jhi                                   on 2000/12/20  18:34:47
10022         Log: Yet another editor edit.
10023      Branch: perl
10024            ! pod/perlfaq3.pod
10025 ____________________________________________________________________________
10026 [  8209] By: jhi                                   on 2000/12/20  15:33:28
10027         Log: More Win32 Perling.
10028      Branch: perl
10029            ! pod/perlfaq3.pod
10030 ____________________________________________________________________________
10031 [  8208] By: jhi                                   on 2000/12/20  15:07:46
10032         Log: More Win32 editor/IDE/shell hints.
10033      Branch: perl
10034            ! pod/perlfaq3.pod
10035 ____________________________________________________________________________
10036 [  8207] By: jhi                                   on 2000/12/20  03:54:08
10037         Log: Subject: [PATCH] obscure timing knowledge
10038              From: Nicholas Clark <nick@ccl4.org>
10039              Date: Tue, 19 Dec 2000 19:22:31 +0000
10040              Message-ID: <20001219192231.F2827@plum.flirble.org>
10041      Branch: perl
10042            ! sv.c
10043 ____________________________________________________________________________
10044 [  8206] By: jhi                                   on 2000/12/20  03:45:57
10045         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
10046              From: Spider Boardman <spider@leggy.zk3.dec.com>
10047              Date: Tue, 19 Dec 2000 21:30:16 -0500
10048              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
10049      Branch: perl
10050            ! sv.c
10051 ____________________________________________________________________________
10052 [  8205] By: jhi                                   on 2000/12/19  23:02:01
10053         Log: Update Changes.
10054      Branch: perl
10055            ! Changes patchlevel.h
10056 ____________________________________________________________________________
10057 [  8204] By: jhi                                   on 2000/12/19  22:58:18
10058         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
10059              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
10060              on editors and diffing/patching.
10061      Branch: perl
10062            ! t/op/utf8decode.t
10063 ____________________________________________________________________________
10064 [  8203] By: nick                                  on 2000/12/19  21:36:16
10065         Log: Integrate mainline (forgot my own change...)
10066      Branch: perlio
10067           !> ext/Encode/compile
10068 ____________________________________________________________________________
10069 [  8202] By: nick                                  on 2000/12/19  21:34:42
10070         Log: Integrate mainline.
10071      Branch: perlio
10072           !> (integrate 61 files)
10073 ____________________________________________________________________________
10074 [  8201] By: nick                                  on 2000/12/19  21:34:06
10075         Log: Avoid looking for File::Glob when we don't need it.
10076      Branch: perl
10077            ! ext/Encode/compile
10078 ____________________________________________________________________________
10079 [  8200] By: jhi                                   on 2000/12/19  18:35:49
10080         Log: Update Changes.
10081      Branch: perl
10082            ! Changes patchlevel.h
10083 ____________________________________________________________________________
10084 [  8199] By: jhi                                   on 2000/12/19  18:35:07
10085         Log: Microperl tweaks.
10086      Branch: perl
10087            ! sv.c uconfig.h uconfig.sh
10088 ____________________________________________________________________________
10089 [  8198] By: jhi                                   on 2000/12/19  18:29:59
10090         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
10091      Branch: perl
10092            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10093            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
10094 ____________________________________________________________________________
10095 [  8197] By: jhi                                   on 2000/12/19  17:55:29
10096         Log: In VMS embedded perls couldn't access the statically built Socket,
10097              from Charles Lane.
10098      Branch: perl
10099            ! configure.com
10100 ____________________________________________________________________________
10101 [  8196] By: jhi                                   on 2000/12/19  17:49:50
10102         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
10103              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
10104              Date: Sun, 17 Dec 2000 19:11:44 -0000
10105              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
10106      Branch: perl
10107            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10108            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
10109 ____________________________________________________________________________
10110 [  8195] By: jhi                                   on 2000/12/19  17:47:53
10111         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
10112              From: Jonathan Stowe <gellyfish@gellyfish.com>
10113              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
10114              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
10115      Branch: perl
10116            ! utils/h2xs.PL
10117 ____________________________________________________________________________
10118 [  8194] By: jhi                                   on 2000/12/19  17:46:28
10119         Log: Subject: Re: useless use of void context work-around
10120              From: andreas.koenig@anima.de (Andreas J. Koenig)
10121              Date: 16 Dec 2000 15:13:36 +0100
10122              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
10123              
10124              Document (comment) the q(di ds ig) trick in the code.
10125      Branch: perl
10126            ! op.c
10127 ____________________________________________________________________________
10128 [  8193] By: jhi                                   on 2000/12/19  17:10:57
10129         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
10130              From: "Mark J. Reed" <mreed@strange.turner.com>
10131              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
10132              Message-Id: <200012160222.VAA13986@strange.turner.com>
10133      Branch: perl
10134            ! ext/Sys/Syslog/Syslog.pm
10135 ____________________________________________________________________________
10136 [  8192] By: jhi                                   on 2000/12/19  17:07:45
10137         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
10138              From: Nicholas Clark <nick@ccl4.org>
10139              Date: Sat, 16 Dec 2000 19:03:13 +0000
10140              Message-ID: <20001216190313.D68304@plum.flirble.org>
10141      Branch: perl
10142            ! t/op/64bitint.t
10143 ____________________________________________________________________________
10144 [  8191] By: jhi                                   on 2000/12/19  17:06:13
10145         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
10146              From: Dominic Dunlop <domo@computer.org>
10147              Date: Mon, 18 Dec 2000 12:00:15 +0100
10148              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
10149              
10150              This patchlet is needed in order that perl can be statically linked.  
10151      Branch: perl
10152            ! regexec.c
10153 ____________________________________________________________________________
10154 [  8190] By: jhi                                   on 2000/12/19  17:03:08
10155         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
10156              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10157              Date: Sun, 17 Dec 2000 00:18:35 -0600
10158              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
10159      Branch: perl
10160            ! perlio.h vms/gen_shrfls.pl
10161 ____________________________________________________________________________
10162 [  8189] By: jhi                                   on 2000/12/19  16:20:28
10163         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
10164              From: Prymmer/Kahn <pvhp@best.com>
10165              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
10166              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
10167              
10168              A better version of #8188.
10169      Branch: perl
10170            ! pod/perlfaq3.pod
10171 ____________________________________________________________________________
10172 [  8188] By: jhi                                   on 2000/12/19  15:57:06
10173         Log: (Replaced by #8189)
10174              
10175              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
10176              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
10177              From: Prymmer/Kahn <pvhp@best.com>
10178              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
10179              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
10180              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
10181              Date: Mon, 18 Dec 2000 11:10:45 -0500
10182              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
10183      Branch: perl
10184            ! pod/perlfaq3.pod
10185 ____________________________________________________________________________
10186 [  8187] By: jhi                                   on 2000/12/19  15:54:19
10187         Log: Email address fix for Anton Berezin.
10188      Branch: perl
10189            ! AUTHORS
10190 ____________________________________________________________________________
10191 [  8186] By: jhi                                   on 2000/12/19  15:38:54
10192         Log: Subject: [PATCH perl@8102] cygwin port
10193              From: "Eric Fifer" <efifer@dircon.co.uk> 
10194              Date: Thu, 14 Dec 2000 13:41:29 -0000
10195              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
10196              
10197              When compiling modules the data item that is being imported
10198              from libperl.dll needs to be tagged as imported/shared data:
10199              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
10200      Branch: perl
10201            ! perliol.h
10202 ____________________________________________________________________________
10203 [  8185] By: jhi                                   on 2000/12/19  14:53:24
10204         Log: Regen uconfig.h and uconfig.sh.
10205      Branch: perl
10206            ! uconfig.h uconfig.sh
10207 ____________________________________________________________________________
10208 [  8184] By: jhi                                   on 2000/12/18  20:43:49
10209         Log: Comments work so much better when they are closed.
10210      Branch: perl
10211            ! regcomp.c
10212 ____________________________________________________________________________
10213 [  8183] By: jhi                                   on 2000/12/18  18:04:02
10214         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
10215              Fixes the bug 20001218.016.
10216      Branch: perl
10217            ! regcomp.c
10218 ____________________________________________________________________________
10219 [  8182] By: gsar                                  on 2000/12/18  09:53:47
10220         Log: delete spurious files
10221      Branch: maint-5.6/perl
10222            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
10223            - vos/config.h vos/config_h.SH_orig
10224 ____________________________________________________________________________
10225 [  8181] By: gsar                                  on 2000/12/18  09:46:08
10226         Log: regen perltoc
10227      Branch: maint-5.6/perl
10228            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
10229 ____________________________________________________________________________
10230 [  8180] By: gsar                                  on 2000/12/18  09:20:27
10231         Log: integrate changes#7924..7926,7946,7952 from mainline
10232      Branch: maint-5.6/perl
10233           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
10234           !> lib/File/stat.pm t/lib/class-struct.t
10235 ____________________________________________________________________________
10236 [  8179] By: gsar                                  on 2000/12/18  08:55:54
10237         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
10238              7918,7919,7988,8907 from mainline (various)
10239      Branch: maint-5.6/perl
10240           +> t/lib/class-struct.t
10241           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
10242           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
10243           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
10244 ____________________________________________________________________________
10245 [  8178] By: gsar                                  on 2000/12/18  08:16:30
10246         Log: avoid redefinition warnings on windows due to sys/socket.h getting
10247              #included before win32.h
10248      Branch: maint-5.6/perl
10249            ! win32/include/sys/socket.h
10250 ____________________________________________________________________________
10251 [  8177] By: gsar                                  on 2000/12/18  05:24:04
10252         Log: make regen_headers; fix POSIX.xs problems; remove outdated
10253              code from sys/socket.h that makes build fail now
10254      Branch: maint-5.6/perl
10255            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
10256            ! pod/perlapi.pod
10257           !> win32/include/sys/socket.h
10258 ____________________________________________________________________________
10259 [  8176] By: gsar                                  on 2000/12/18  05:20:17
10260         Log: update Changes
10261      Branch: maint-5.6/perl
10262            ! Changes patchlevel.h
10263 ____________________________________________________________________________
10264 [  8175] By: gsar                                  on 2000/12/18  04:57:48
10265         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
10266              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
10267              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
10268              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
10269              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
10270              7823,7825,7838
10271      Branch: maint-5.6/perl
10272           +> lib/File/Spec/Epoc.pm
10273           !> (integrate 88 files)
10274 ____________________________________________________________________________
10275 [  8174] By: gsar                                  on 2000/12/18  03:53:09
10276         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
10277              7625..7629,7631..7634,7637,7639,7642 from mainline
10278      Branch: maint-5.6/perl
10279           +> README.solaris
10280           !> (integrate 26 files)
10281 ____________________________________________________________________________
10282 [  8173] By: gsar                                  on 2000/12/18  03:37:02
10283         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
10284              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
10285              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
10286              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
10287      Branch: maint-5.6/perl
10288           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
10289            - MAINTAIN
10290           !> (integrate 111 files)
10291 ____________________________________________________________________________
10292 [  8172] By: jhi                                   on 2000/12/18  02:49:27
10293         Log: Regen pods.
10294      Branch: perl
10295            ! pod/perlmodlib.pod pod/perltoc.pod
10296 ____________________________________________________________________________
10297 [  8171] By: gsar                                  on 2000/12/18  02:49:24
10298         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
10299              7465..7471 from mainline
10300              
10301              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
10302              in platforms that strictly require all the symbols being present
10303              at link time.
10304              
10305              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
10306              
10307              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
10308              
10309              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
10310              
10311              Subject: [PATCH] todo
10312              
10313              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
10314              
10315              Use $sort, $uniq (and $tr) consistently as wondered
10316              by Nicholas Clark.
10317              
10318              Too enthusiastic editing in #7460.
10319              
10320              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
10321              
10322              Upgrade to CPAN 1.58_55.
10323              Subject: CPAN.pm status
10324              
10325              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
10326              
10327              Make target reordering to avoid pointless re-makes.
10328              Subject: Re: Total re-make of 'make okfile' after 7451 ?
10329              
10330              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
10331              
10332              Subject: DOC PATCH 5.6.0
10333              
10334              Add the repository doc by Malcolm, Sarathy, and by Simon,
10335              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
10336      Branch: maint-5.6/perl
10337           +> Porting/repository.pod
10338           !> Configure MANIFEST Makefile.SH README.dos README.os2
10339           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
10340           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
10341           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
10342 ____________________________________________________________________________
10343 [  8169] By: gsar                                  on 2000/12/18  02:33:34
10344         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
10345              7435..7441,7445 from mainline
10346              
10347              Make the UTF-8 decoding stricter and more verbose when
10348              malformation happens.  This involved adding an argument
10349              to utf8_to_uv_chk(), which involved changing its prototype,
10350              and prefer STRLEN over I32 for the UTF-8 length, which as
10351              a domino effect necessitated changing the prototypes of
10352              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
10353              The stricter UTF-8 decoding checking uses Markus Kuhn's
10354              UTF-8 Decode Stress Tester from
10355              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
10356              
10357              Run vms/vms_yfix.pl, should have done that after changing
10358              perly.c in #7382.
10359              
10360              Subject: [PATCH 5.7.0] static linking with uninstalled perl
10361              
10362              (Replaced by #7440.)
10363              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
10364              
10365              Fix the bug ID 20001024.005, the bug introduced by #7416.
10366              
10367              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
10368              
10369              Fix the bug reported in
10370              From: andreas.koenig@anima.de (Andreas J. Koenig)
10371              Also make is_utf8_char() stricter.
10372              
10373              Missed the header file changes from #7425.
10374              
10375              Check if stdio supports tweaking lval and cnt simultaneously.
10376              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
10377              
10378              Stratus VOS updates from Paul Green.
10379              
10380              Podify README.epoc and README.vos.
10381              
10382              Add targets to Makefile.SH, most importantly
10383              'regen_all' which also remembers to update vms/perly*.
10384              
10385              Subject: Minor update to find2perl, for portability
10386              
10387              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
10388              
10389              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
10390              
10391              Rename UTF8LEN() to be UNISKIP(), too confusing to have
10392              UTF8LEN() and UTF8SKIP(). 
10393              
10394              Allow poking holes at the UTF-8 decoding strictness.
10395              
10396              Continue the internal UTF-8 API tweaking.
10397              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
10398              used much more than the simpler API, now called utf8_to_uv_simple().
10399              Still not quite happy with API, too much partial duplication
10400              of functionality.
10401              
10402              A new version of making the syslog test more robust.
10403              (Replaces #7421.)
10404              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
10405              
10406              buildtoc target tweaks.
10407              
10408              Integrate with vmsperl #7430 by Charles Bailey:
10409              
10410              Cleanup from prior patch (Charles Lane?):
10411              - improve handling of MFDs in Basename and Path
10412              - default to no xsubpp line # munging when building debug images
10413      Branch: maint-5.6/perl
10414           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10415           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
10416           !> (integrate 67 files)
10417 ____________________________________________________________________________
10418 [  8168] By: gsar                                  on 2000/12/18  02:05:49
10419         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
10420              
10421              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
10422              From: Martin Husemann <martin@duskware.de>
10423              
10424              Subject: [PATCH 5.7.0] restore match data on backtracing
10425              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10426      Branch: maint-5.6/perl
10427           !> regcomp.c regexec.c t/op/re_tests
10428 ____________________________________________________________________________
10429 [  8167] By: gsar                                  on 2000/12/18  01:55:22
10430         Log: integrate changes#7858,7986 from mainline
10431              
10432              C<foreach my $x ...> in pseudo-fork()ed process may diddle
10433              parent's memory; fix it by keeping track of the actual pad
10434              offset rather than a raw pointer (this change is probably also
10435              relevant to non-ithreads case to avoid fallout from reallocs of
10436              the pad array, but is currently only enabled for the ithreads
10437              case in the interests of minimal disruption to existing "well
10438              tested" code)
10439              
10440              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
10441              due to the notorious GetFileType() bug in Windows 9x, which fstat()
10442              tickles)
10443      Branch: maint-5.6/perl
10444           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
10445           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
10446           !> win32/win32.c win32/win32.h win32/win32sck.c
10447 ____________________________________________________________________________
10448 [  8166] By: gsar                                  on 2000/12/18  01:52:59
10449         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
10450              from mainline (xsubpp and ExtUtils::LibList fixups, various
10451              other small items)
10452      Branch: maint-5.6/perl
10453           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
10454           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
10455           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
10456           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
10457           !> win32/bin/search.pl
10458 ____________________________________________________________________________
10459 [  8165] By: gsar                                  on 2000/12/18  01:28:45
10460         Log: integrate changes#7533,7563,7611,7623 from mainline (various
10461              malloc.c embellishments)
10462      Branch: maint-5.6/perl
10463           !> malloc.c pod/perldiag.pod
10464 ____________________________________________________________________________
10465 [  8164] By: gsar                                  on 2000/12/18  01:23:33
10466         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
10467              fixups)
10468      Branch: maint-5.6/perl
10469           !> utils/h2xs.PL
10470 ____________________________________________________________________________
10471 [  8163] By: gsar                                  on 2000/12/18  01:17:50
10472         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
10473              fixups)
10474      Branch: maint-5.6/perl
10475           !> Makefile.SH utils/perlbug.PL
10476 ____________________________________________________________________________
10477 [  8162] By: gsar                                  on 2000/12/18  00:25:43
10478         Log: always export Perl_deb() (it is required by re.xs whether
10479              Perl is built with or without -DDEBUGGING)
10480      Branch: maint-5.6/perl
10481            ! makedef.pl
10482 ____________________________________________________________________________
10483 [  8161] By: gsar                                  on 2000/12/18  00:23:38
10484         Log: integrate change#7414 from mainline
10485              
10486              Undo the basename() part of #7412 since the lib/basename
10487              tests would need upgrading too.
10488              
10489              squelch two tests in tr.t that rely on tr/// paranoia change
10490              that's not in 5.6.x
10491      Branch: maint-5.6/perl
10492            ! t/op/tr.t
10493           !> lib/File/Basename.pm
10494 ____________________________________________________________________________
10495 [  8160] By: gsar                                  on 2000/12/18  00:05:30
10496         Log: missing change in previous integrate
10497      Branch: maint-5.6/perl
10498           !> README.aix
10499 ____________________________________________________________________________
10500 [  8159] By: gsar                                  on 2000/12/18  00:03:38
10501         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
10502              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
10503              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
10504              7410..7413 from mainline
10505      Branch: maint-5.6/perl
10506           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
10507           +> t/lib/tie-splice.t
10508            - lib/unicode/Is/DCinital.pl
10509           !> (integrate 112 files)
10510 ____________________________________________________________________________
10511 [  8158] By: jhi                                   on 2000/12/17  23:04:24
10512         Log: Subject: [PATCHES] RE: perl@8150 
10513              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
10514              Date: Sun, 17 Dec 2000 21:46:39 +0100
10515              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
10516              
10517              Neither cygwin has a getpwuid() one can trust on.
10518      Branch: perl
10519            ! t/lib/glob-basic.t
10520 ____________________________________________________________________________
10521 [  8157] By: jhi                                   on 2000/12/17  23:01:54
10522         Log: More MAN.PODS => {} fixes.
10523      Branch: perl
10524            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
10525            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
10526            ! os2/OS2/REXX/Makefile.PL
10527 ____________________________________________________________________________
10528 [  8156] By: gsar                                  on 2000/12/17  22:49:13
10529         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
10530              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
10531              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
10532              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
10533              7201,7204 from mainline
10534      Branch: maint-5.6/perl
10535           !> (integrate 121 files)
10536 ____________________________________________________________________________
10537 [  8155] By: jhi                                   on 2000/12/17  22:30:58
10538         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
10539              From: "Craig A. Berry" <craigberry@mac.com>
10540              Date: Sun, 17 Dec 2000 13:09:28 -0600
10541              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
10542              
10543              MAN.PODS => ' ' is naughty.
10544      Branch: perl
10545            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
10546 ____________________________________________________________________________
10547 [  8154] By: nick                                  on 2000/12/17  22:07:13
10548         Log: MULTIPLICITY nit.
10549      Branch: perl
10550            ! mg.c
10551 ____________________________________________________________________________
10552 [  8153] By: gsar                                  on 2000/12/17  21:23:05
10553         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
10554              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
10555              from mainline
10556              
10557              Document the SvIOK_.*UV().
10558              
10559              Update Unicode todo list.
10560              
10561              Guard against bad string->int conversion for quads.
10562              
10563              Subject: small apidoc fix
10564              
10565              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
10566              
10567              Subject: [PATCH] Tied filehandle documentation
10568              
10569              Subject: [PATCH] Modernize Opcode.pm documentation
10570              
10571              Make Data::Dumper (non-XS) to work with changed semantics of ref().
10572              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
10573              [applied even though said semantics didn't change in 5.6.x]
10574              
10575              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
10576              
10577              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
10578              
10579              Fix the URL, but the server is still missing in action.
10580              Subject: [ID 20000905.002] perlfaq1.pod URL error
10581              
10582              Subject: [ID 20000903.001] \w in utf8-strings
10583              
10584              Fix the ccversion detection for 5.1 and beyond.
10585              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
10586              
10587              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
10588              
10589              Subject: [ID 20000904.008] Tiny fix for perldiag
10590              
10591              Subject: Re: [ID 20000906.004] segfault with bad perl statement
10592              
10593              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
10594              
10595              Subject: [ID 20000908.002] perlipc documentation bug.
10596              
10597              Subject: [PATCH lib/Benchmark.pm]
10598              
10599              Re-allow vec() for characters > 255.
10600              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
10601              
10602              Do away with memory models cruft.  Sorry, PDP users.
10603              
10604              Continue #7041.
10605              
10606              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
10607              
10608              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
10609              
10610              Upgrade to CPAN 1.57_65, from Andreas König.
10611              
10612              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
10613              by Russ Allbery.
10614              
10615              Silence t/pod/*.t about alternate quote-mappings now implemented
10616              by Pod::Text, from Brad Appleton.
10617              
10618              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
10619              Subject: borland C++ win32.c tweak
10620              
10621              C<@a = @b = split(...)> optimization coredumps under ithreads
10622              (missed a spot when fixing up op_pmreplroot hack for ithreads)
10623              
10624              Document the SvUTF8*().
10625              
10626              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
10627              
10628              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
10629              
10630              Do in VMS as the #7054 does.
10631              
10632              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
10633              
10634              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
10635              
10636              Subject: [patch: perl@7045] vms updates
10637              
10638              Test for the #7049.
10639              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
10640              
10641              Break up the myconfig lines a bit.
10642              Subject: perlbug/perl -V output format
10643              
10644              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
10645              
10646              The #7054 truncated Configure badly.
10647              
10648              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
10649              initialization in all the threads on Windows
10650              
10651              Allow for whitespace between "#" and "line" in cpp output.
10652              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
10653              
10654              Remove vestiges of tr//CU.
10655              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
10656              
10657              The return value of setlocale must be copied away.
10658              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
10659              
10660              Allow chop() and chomp() to be overridden.
10661              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
10662              
10663              Hints optimization.
10664              Subject: Minor nit
10665              
10666              Subject: [PATCH] de-wall t/README
10667              
10668              Subject: Re: Two advertising clauses need to be removed
10669      Branch: maint-5.6/perl
10670           !> (integrate 75 files)
10671 ____________________________________________________________________________
10672 [  8152] By: gsar                                  on 2000/12/17  20:30:11
10673         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
10674              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
10675              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
10676              
10677              Don't attach -ld to the archname if pointless.
10678              
10679              Document UNTIE in a very minimalistic way.
10680              
10681              POSIX doesn't report long double values under -Duselongdouble
10682              when the long doubles are "real" (bigger than doubles).
10683              
10684              More author updates.
10685              
10686              Try to deduce NV_MAX.  Really should be Configure fodder.
10687              
10688              :: not allowed in pathnames, change to .
10689              Subject: [PATCH perl@6938] cygwin port
10690              
10691              Forget about NV_MAX (#6951).  Various floating point tweaks,
10692              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
10693              
10694              Move the Solaris 7 scan to use64bitall, make the
10695              failure to find 64-bot sparc libc to mention the
10696              possibility of being in an intel, from Lupe and Alan.
10697              
10698              Regen perltoc.
10699              
10700              AUTHORS tweaks, from Peter Prymmer.
10701              
10702              More address tweaking.
10703              
10704              Small tweaks all over.
10705              
10706              File::Temp patches from Andreas König,
10707              
10708              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
10709              
10710              Subject: CPAN.pm beta 1.57_57 for the core
10711              
10712              Part of the solution.
10713              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
10714              
10715              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
10716              
10717              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
10718              
10719              Add the overload warnings to perldiag.
10720              
10721              Drop unused argument.
10722              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
10723              
10724              Subject: Nit in Configure (bleadperl@6961)
10725              
10726              Update to PodParser 1.18, from Brad Appleton.
10727              
10728              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
10729              
10730              Subject: [PATCH: 6948] add SCNfldbl to configure.com
10731              
10732              Document UNTIE. Also tweak implementation to suppress the 'inner references'
10733              warning when UNTIE exists and instead pass the cound of extra references to
10734              the UNTIE method.
10735              
10736              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
10737              so that case-ignoring systems like DCL can tell them from
10738              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
10739              
10740              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
10741              
10742              Feature ordering tweak.
10743              
10744              Regen perltoc.
10745              
10746              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
10747              
10748              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
10749              
10750              Subject: http:// in L<>
10751              
10752              Detypo.
10753              
10754              change#6791 accidentally clobbered change#6710, put it back
10755              
10756              Only the first line, thank you very much.
10757              
10758              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
10759              plus rework the http: spots as suggested by Tom Christiansen,
10760              plus regen perltoc.
10761              
10762              Undo part of change 6489 which looks like a bulk edit which
10763              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
10764              The supressing of main:: on return from select() is undesirable.
10765              
10766              Apparently avoiding the swapping is too costly.
10767              
10768              Various Configure nits by Philip Newton,
10769              plus the ebcdic one by me.
10770              
10771              Make certain cc is set before trying to run it.
10772              
10773              If overloaded %{} etc. return the object do not loop.
10774              Thus  sub deref { $_[0] } functions if object is wanted type.
10775              
10776              Update perlhist.
10777              
10778              More %{} and other deref special casing - do not pass to 'nomethod'.
10779      Branch: maint-5.6/perl
10780           !> (integrate 59 files)
10781 ____________________________________________________________________________
10782 [  8151] By: gsar                                  on 2000/12/17  19:14:38
10783         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
10784              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
10785              
10786              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
10787              
10788              Make the epsilon to be relative, not absolute.
10789              
10790              Put back the flags dump as reasoned in
10791              Subject: Re: [PATCH] Glob dumping
10792              
10793              Introduce ccname to keep track of what compiler kind of we have.
10794              
10795              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
10796              
10797              Put back the slice accidentally removed by #6907.
10798              
10799              Reset archname and archname64 always, forcing them be
10800              recomputed at each Configure run, make Configure and
10801              the hints files agree on the naming of largefiles variables.
10802              
10803              Don't say "Perl 5.0 source kit".
10804              
10805              Subject: [PATCH] fix misc cast warnings
10806              
10807              Subject: typos in pods
10808              
10809              NVs not necessarily doubles, as pointed out by Yitzchak.
10810              
10811              Subject: [PATCH 6889] add a few ldbl formats to configure.com
10812              
10813              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
10814              
10815              Better options for rsync.
10816              
10817              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
10818              
10819              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
10820              
10821              Subject: [PATCH] Re: UNTIE method 
10822              
10823              A better fix for the Socket building problem from Craig Berry.
10824              
10825              Retract the dummy test, skip the security tests (instead of failing),
10826              explain what the warnings mean.
10827              
10828              Heap decorruption.
10829              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
10830              
10831              Update to Unicode 3.0.1.
10832              
10833              Missed one Unicode file.
10834              
10835              Subject: Re: typos in pods
10836              
10837              The #6929 was too skimpy.
10838              
10839              sscanf() may be the only way to read long doubles from strings.
10840              
10841              Reveal Borland's isnan.
10842              Subject: build with BC++ tweak
10843              
10844              Issue useful diagnostic on unknown pod commands.
10845              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
10846              
10847              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
10848              
10849              Clarify the third case of ftmp-security warnings.
10850              
10851              Make -Dusemorebits find long doubles in Solaris.
10852              
10853              Wrap the test in eval.
10854      Branch: maint-5.6/perl
10855           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
10856           +> lib/unicode/PropList.txt lib/unicode/README.perl
10857           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
10858           +> lib/unicode/Unicode.301 vms/vmspipe.com
10859            - lib/unicode/Props.txt lib/unicode/UCD300.html
10860            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
10861           !> (integrate 305 files)
10862 ____________________________________________________________________________
10863 [  8150] By: jhi                                   on 2000/12/17  18:47:57
10864         Log: Uncheckedin generated files.
10865      Branch: perl
10866            ! global.sym perlapi.c pod/perlapi.pod
10867 ____________________________________________________________________________
10868 [  8149] By: jhi                                   on 2000/12/17  18:41:22
10869         Log: Update Changes.
10870      Branch: perl
10871            ! Changes patchlevel.h
10872 ____________________________________________________________________________
10873 [  8148] By: jhi                                   on 2000/12/17  18:39:16
10874         Log: Subject: [PATCH] Fcntl constants speedup
10875              From: Nicholas Clark <nick@ccl4.org>
10876              Date: Sun, 17 Dec 2000 16:29:24 +0000
10877              Message-ID: <20001217162924.E97668@plum.flirble.org>
10878              
10879              Use IVs for the Fcntl constants instead of NVs.
10880      Branch: perl
10881            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
10882 ____________________________________________________________________________
10883 [  8147] By: jhi                                   on 2000/12/17  18:33:41
10884         Log: Add test for #8145 (binmode() warning), add warning for
10885              ioctl() and sockpair(), document them. (fileno() cannot
10886              be tripwired with the same kind of warning because
10887              'defined fileno($foo)' seems to be an idiom.)
10888      Branch: perl
10889            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
10890 ____________________________________________________________________________
10891 [  8146] By: gsar                                  on 2000/12/17  18:09:08
10892         Log: update Changes
10893      Branch: maint-5.6/perl
10894            ! Changes
10895 ____________________________________________________________________________
10896 [  8145] By: jhi                                   on 2000/12/17  17:39:35
10897         Log: Subject: [PATCH] Re: The long awaited feature ...
10898              From: Simon Cozens <simon@cozens.net>
10899              Date: Sun, 17 Dec 2000 12:31:56 +0000
10900              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
10901              
10902              Add a warning to binmode() about using bad filehandles
10903              (can happen e.g. if someone forgets the filehandle argument)
10904      Branch: perl
10905            ! pp_sys.c
10906 ____________________________________________________________________________
10907 [  8144] By: jhi                                   on 2000/12/17  17:33:48
10908         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
10909              From: Jonathan Stowe <gellyfish@gellyfish.com>
10910              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
10911              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
10912      Branch: perl
10913            ! lib/Net/Ping.pm
10914 ____________________________________________________________________________
10915 [  8143] By: jhi                                   on 2000/12/17  05:31:37
10916         Log: Polymorphic regexps.
10917              
10918              Fixes at least the bugs 20001028.003 (both of them...) and
10919              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
10920              also to be fixed by now, probably already before this patch.
10921      Branch: perl
10922            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
10923            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
10924            ! t/op/utf8decode.t t/pragma/utf8.t
10925 ____________________________________________________________________________
10926 [  8142] By: jhi                                   on 2000/12/16  17:16:05
10927         Log: Subject: [patch perl@8102] dos/djgpp update
10928              From: Laszlo Molnar <ml1050@freemail.hu>
10929              Date: Sat, 16 Dec 2000 01:40:52 +0100
10930              Message-ID: <20001216014052.A335@freemail.hu>
10931      Branch: perl
10932            ! djgpp/config.over t/base/commonsense.t
10933 ____________________________________________________________________________
10934 [  8141] By: jhi                                   on 2000/12/16  17:09:27
10935         Log: Few uncheckedin files.
10936      Branch: perl
10937            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
10938 ____________________________________________________________________________
10939 [  8140] By: nick                                  on 2000/12/15  22:14:31
10940         Log: Integrate mainline
10941      Branch: perlio
10942           !> (integrate 53 files)
10943 ____________________________________________________________________________
10944 [  8139] By: jhi                                   on 2000/12/15  19:49:49
10945         Log: One more IVUV tweak from Nicholas Clark.
10946      Branch: perl
10947            ! sv.c
10948 ____________________________________________________________________________
10949 [  8138] By: jhi                                   on 2000/12/15  19:17:06
10950         Log: Return of the IVUV-preservation, now seems to be happy even
10951              in Digital UNIX (the broken strtoul brokenness detection
10952              seems to have been the fly in the ointment).
10953      Branch: perl
10954            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10955            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
10956            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
10957            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
10958            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10959            ! vos/config.ga.h win32/config.bc win32/config.gc
10960            ! win32/config.vc
10961 ____________________________________________________________________________
10962 [  8137] By: jhi                                   on 2000/12/15  18:12:14
10963         Log: Metaconfig unit change for #8136.
10964      Branch: metaconfig
10965            ! U/modified/d_strtoul.U
10966      Branch: metaconfig/U/perl
10967            ! d_strtoull.U d_strtouq.U
10968 ____________________________________________________________________________
10969 [  8136] By: jhi                                   on 2000/12/15  18:11:35
10970         Log: I don't think it's sensible or portable to test the strtou*
10971              on /^-/ strings.
10972      Branch: perl
10973            ! Configure
10974 ____________________________________________________________________________
10975 [  8135] By: jhi                                   on 2000/12/15  17:18:49
10976         Log: Metaconfig unit change for #8134.
10977      Branch: metaconfig
10978            ! U/modified/d_strtoul.U
10979 ____________________________________________________________________________
10980 [  8134] By: jhi                                   on 2000/12/15  17:14:13
10981         Log: If longsize is 8 we don't need a LL suffix for integer constants.
10982      Branch: perl
10983            ! Configure config_h.SH
10984 ____________________________________________________________________________
10985 [  8133] By: jhi                                   on 2000/12/15  16:00:23
10986         Log: Update Changes.
10987      Branch: perl
10988            ! Changes patchlevel.h
10989 ____________________________________________________________________________
10990 [  8132] By: jhi                                   on 2000/12/15  15:44:16
10991         Log: Some compilers get huffy if you do not cast a const pointer
10992              to a non-const when assigning.
10993      Branch: perl
10994            ! gv.c
10995 ____________________________________________________________________________
10996 [  8131] By: jhi                                   on 2000/12/15  15:38:30
10997         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
10998              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10999              Date: Fri, 15 Dec 2000 05:26:57 -0500
11000              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
11001      Branch: perl
11002            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
11003            ! t/pragma/overload.t
11004 ____________________________________________________________________________
11005 [  8130] By: jhi                                   on 2000/12/15  15:36:08
11006         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
11007              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11008              Date: Thu, 14 Dec 2000 22:02:43 -0500
11009              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
11010      Branch: perl
11011            ! gv.c perl.h
11012 ____________________________________________________________________________
11013 [  8129] By: jhi                                   on 2000/12/15  15:34:16
11014         Log: Subject: PATCH: h2xs nit
11015              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11016              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
11017              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
11018              
11019              Add a template README.
11020      Branch: perl
11021            ! utils/h2xs.PL
11022 ____________________________________________________________________________
11023 [  8128] By: jhi                                   on 2000/12/15  15:32:22
11024         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
11025      Branch: perl
11026            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
11027 ____________________________________________________________________________
11028 [  8127] By: jhi                                   on 2000/12/15  15:19:34
11029         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
11030              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11031              Date:     Thu, 14 Dec 2000 20:04:42 EST
11032              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
11033      Branch: perl
11034            ! ext/Opcode/Opcode.xs
11035 ____________________________________________________________________________
11036 [  8126] By: jhi                                   on 2000/12/15  15:17:49
11037         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
11038              From: Peter Prymmer <pvhp@forte.com>
11039              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
11040              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
11041      Branch: perl
11042            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
11043            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
11044            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
11045 ____________________________________________________________________________
11046 [  8125] By: jhi                                   on 2000/12/15  15:11:05
11047         Log: This seems to be a stage sane and stable enough to checkin.
11048              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
11049      Branch: perl
11050            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
11051            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
11052            ! t/op/cmp.t t/op/numconvert.t
11053 ____________________________________________________________________________
11054 [  8124] By: jhi                                   on 2000/12/15  04:20:26
11055         Log: Something is really wonky.
11056      Branch: perl
11057            ! sv.c
11058 ____________________________________________________________________________
11059 [  8123] By: jhi                                   on 2000/12/15  04:00:50
11060         Log: Fixes for the IV UV patches to compile in Digital UNIX.
11061      Branch: perl
11062            ! sv.c
11063 ____________________________________________________________________________
11064 [  8122] By: jhi                                   on 2000/12/15  02:53:40
11065         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
11066              From: "Craig A. Berry" <craigberry@mac.com>
11067              Date: Thu, 14 Dec 2000 19:10:49 -0600
11068              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
11069      Branch: perl
11070            ! vms/vms.c
11071 ____________________________________________________________________________
11072 [  8121] By: jhi                                   on 2000/12/15  02:50:00
11073         Log: Metaconfig changes for #8120.
11074      Branch: metaconfig
11075            + U/modified/d_strtoul.U
11076      Branch: metaconfig/U/perl
11077            ! d_strtoull.U d_strtouq.U
11078 ____________________________________________________________________________
11079 [  8120] By: jhi                                   on 2000/12/15  02:49:42
11080         Log: From: Nicholas Clark <nick@ccl4.org> 
11081              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
11082              Date: Thu, 14 Dec 2000 18:38:57 +0000
11083              Message-ID: <20001214183857.B97909@plum.flirble.org>
11084      Branch: perl
11085            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11086            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
11087            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
11088            ! vos/config.ga.def vos/config.ga.h win32/config.bc
11089            ! win32/config.gc win32/config.vc
11090 ____________________________________________________________________________
11091 [  8119] By: jhi                                   on 2000/12/14  23:40:58
11092         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
11093              From: Nicholas Clark <nick@ccl4.org>
11094              Date: Wed, 13 Dec 2000 20:08:50 +0000
11095              Message-ID: <20001213200849.B71166@plum.flirble.org>
11096      Branch: perl
11097            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
11098            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
11099 ____________________________________________________________________________
11100 [  8118] By: jhi                                   on 2000/12/14  22:46:26
11101         Log: Integrate perlio.
11102      Branch: perl
11103           !> MANIFEST ext/Encode/compile makedef.pl
11104 ____________________________________________________________________________
11105 [  8117] By: nick                                  on 2000/12/14  22:38:53
11106         Log: Win32 tweaks to get Encode to build
11107              - temp hack to makedef.pl till PerlIO is properly "exported".
11108              - MSVC dislikes  
11109              static encpage_t foo[];
11110              so make 'em extern for now.
11111      Branch: perlio
11112            ! ext/Encode/compile makedef.pl
11113 ____________________________________________________________________________
11114 [  8116] By: nick                                  on 2000/12/14  22:00:53
11115         Log: Document the new files
11116      Branch: perlio
11117            ! MANIFEST
11118 ____________________________________________________________________________
11119 [  8115] By: jhi                                   on 2000/12/14  21:58:01
11120         Log: MANIFEST new files of #8114.
11121      Branch: perl
11122            ! MANIFEST
11123 ____________________________________________________________________________
11124 [  8114] By: jhi                                   on 2000/12/14  21:50:49
11125         Log: Integrate perlio.
11126      Branch: perl
11127           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
11128           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
11129           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
11130           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
11131           !> ext/Encode/Makefile.PL
11132 ____________________________________________________________________________
11133 [  8113] By: jhi                                   on 2000/12/14  21:48:49
11134         Log: The documentation part of the
11135              
11136              Subject: [ID 20001214.002] Net::Ping patch
11137              From: Jonathan Stowe <gellyfish@gellyfish.com>
11138              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
11139              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
11140              since the #7529 had already addressed the same problem.
11141      Branch: perl
11142            ! lib/Net/Ping.pm
11143 ____________________________________________________________________________
11144 [  8112] By: jhi                                   on 2000/12/14  21:42:57
11145         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
11146              From: Dominic Dunlop <domo@computer.org>
11147              Date: Tue, 12 Dec 2000 10:47:10 +0100
11148              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
11149              
11150              Document how elusive subroutines can be.
11151      Branch: perl
11152            ! pod/perlfunc.pod
11153 ____________________________________________________________________________
11154 [  8111] By: jhi                                   on 2000/12/14  21:38:05
11155         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
11156              From: Dominic Dunlop <domo@computer.org>
11157              Date: Thu, 14 Dec 2000 10:13:51 +0100
11158              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
11159      Branch: perl
11160            ! ext/POSIX/POSIX.pod
11161 ____________________________________________________________________________
11162 [  8110] By: jhi                                   on 2000/12/14  21:36:32
11163         Log: Subject: [patch] perlfaq7
11164              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
11165              Date: Thu, 14 Dec 2000 15:31:07 +0100
11166              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
11167      Branch: perl
11168            ! pod/perlfaq7.pod
11169 ____________________________________________________________________________
11170 [  8109] By: jhi                                   on 2000/12/14  21:29:20
11171         Log: Subject: [8104] Encode
11172              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11173              Date: Thu, 14 Dec 2000 14:49:34 +0100
11174              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
11175              
11176              Type casting for nervous compilers.
11177      Branch: perl
11178            ! ext/Encode/Encode.xs
11179 ____________________________________________________________________________
11180 [  8108] By: jhi                                   on 2000/12/14  21:26:17
11181         Log: Subject: [8104] DB_File
11182              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11183              Date: Thu, 14 Dec 2000 14:49:35 +0100
11184              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
11185              
11186              Type definition incorrect for DB 2.7.7.  Not known when it
11187              changed, so only changed it for a known revision.
11188      Branch: perl
11189            ! ext/DB_File/DB_File.xs
11190 ____________________________________________________________________________
11191 [  8107] By: jhi                                   on 2000/12/14  21:23:41
11192         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
11193              From: Peter Prymmer <pvhp@forte.com>
11194              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
11195              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
11196              
11197              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
11198      Branch: perl
11199            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
11200            ! ext/Encode/Encode/posix-bc.enc
11201 ____________________________________________________________________________
11202 [  8106] By: nick                                  on 2000/12/14  20:36:13
11203         Log: "Cold" build correction to Encode's Makefile.PL
11204      Branch: perlio
11205            ! ext/Encode/Makefile.PL
11206 ____________________________________________________________________________
11207 [  8105] By: nick                                  on 2000/12/14  20:09:37
11208         Log: "Compiled" encodings.
11209              Correct replacement character in EBCDIC .enc files
11210              Add 0x7F to ASCII repertoire.
11211      Branch: perlio
11212            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11213            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
11214            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
11215            ! ext/Encode/Makefile.PL ext/Encode/compile
11216            ! ext/Encode/encengine.c ext/Encode/encode.h
11217 ____________________________________________________________________________
11218 [  8104] By: nick                                  on 2000/12/14  00:38:20
11219         Log: Integrate mainline
11220      Branch: perlio
11221           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
11222           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
11223           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
11224           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
11225           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
11226           !> t/lib/db-hash.t t/lib/db-recno.t
11227 ____________________________________________________________________________
11228 [  8103] By: nick                                  on 2000/12/13  23:16:13
11229         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
11230              so far and so it does not get lost.
11231      Branch: perlio
11232            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
11233 ____________________________________________________________________________
11234 [  8102] By: jhi                                   on 2000/12/13  17:14:22
11235         Log: Update Changes.
11236      Branch: perl
11237            ! Changes patchlevel.h
11238 ____________________________________________________________________________
11239 [  8101] By: jhi                                   on 2000/12/13  16:53:41
11240         Log: Move the proto of start_glob() to a better place; regen api files.
11241      Branch: perl
11242            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
11243 ____________________________________________________________________________
11244 [  8100] By: jhi                                   on 2000/12/13  16:47:11
11245         Log: Metaconfig change for #8099.
11246      Branch: metaconfig
11247            ! U/modified/Head.U
11248 ____________________________________________________________________________
11249 [  8099] By: jhi                                   on 2000/12/13  16:46:48
11250         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
11251              From: Andy Dougherty <doughera@lafayette.edu>
11252              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
11253              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
11254      Branch: perl
11255            ! Configure
11256 ____________________________________________________________________________
11257 [  8098] By: jhi                                   on 2000/12/13  16:39:02
11258         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
11259              From: rspier@pobox.com (Robert Spier)
11260              Date: Tue, 12 Dec 2000 21:12:39 -0500
11261              Message-ID: <14902.56087.678086.725773@rls.cx>
11262              
11263              fastgetcwd is defined using a glob alias on a $^O dependent basis -
11264              and there was no default assignment or perl subroutine.
11265      Branch: perl
11266            ! lib/Cwd.pm
11267 ____________________________________________________________________________
11268 [  8097] By: jhi                                   on 2000/12/13  16:16:01
11269         Log: Subject: [PATCH] move startglob out of pp_hot.c
11270              From: Nicholas Clark <nick@ccl4.org>
11271              Date: Mon, 11 Dec 2000 23:16:39 +0000
11272              Message-ID: <20001211231638.A55550@plum.flirble.org>
11273      Branch: perl
11274            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
11275 ____________________________________________________________________________
11276 [  8096] By: jhi                                   on 2000/12/13  15:26:23
11277         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
11278              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
11279              Date: Wed, 13 Dec 2000 14:01:37 +0100
11280              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
11281              
11282              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
11283              in turn requires libpthread in libswanted.
11284      Branch: perl
11285            ! hints/hpux.sh
11286 ____________________________________________________________________________
11287 [  8095] By: jhi                                   on 2000/12/12  19:51:05
11288         Log: The integration wars continue.
11289      Branch: perl
11290           !> sv.c
11291 ____________________________________________________________________________
11292 [  8094] By: jhi                                   on 2000/12/12  19:48:26
11293         Log: Subject: [PATCH perl@8070] DB_File-1.74  
11294              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
11295              Date: Mon, 11 Dec 2000 23:07:17 -0000
11296              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
11297      Branch: perl
11298            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11299            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
11300            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
11301            ! t/lib/db-recno.t
11302 ____________________________________________________________________________
11303 [  8093] By: nick                                  on 2000/12/12  19:42:13
11304         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
11305      Branch: perlio
11306            ! sv.c
11307           !> lib/File/DosGlob.pm
11308 ____________________________________________________________________________
11309 [  8092] By: jhi                                   on 2000/12/12  19:28:11
11310         Log: Integrate perlio.
11311      Branch: perl
11312           !> sv.c
11313 ____________________________________________________________________________
11314 [  8091] By: nick                                  on 2000/12/12  18:49:45
11315         Log: Fix for Tk, and upgrading shared SVs.
11316      Branch: perlio
11317            ! sv.c
11318 ____________________________________________________________________________
11319 [  8090] By: jhi                                   on 2000/12/12  16:48:59
11320         Log: Subject: [PATCH] Re: Breadperl & Tk
11321              From: Nick Ing-Simmons <nik@tiuk.ti.com>
11322              Date: Tue, 12 Dec 2000 14:48:27 GMT
11323              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
11324      Branch: perl
11325            ! sv.c
11326 ____________________________________________________________________________
11327 [  8089] By: jhi                                   on 2000/12/12  03:37:19
11328         Log: Subject: DosGlob.pm diff for bash style brace expansion.
11329              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
11330              Date: Fri, 8 Dec 2000 10:45:30 -0600
11331              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
11332      Branch: perl
11333            ! lib/File/DosGlob.pm
11334 ____________________________________________________________________________
11335 [  8088] By: nick                                  on 2000/12/11  23:59:59
11336         Log: Integrate mainline
11337      Branch: perlio
11338           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
11339           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
11340           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
11341           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
11342           !> t/op/local.t t/pragma/warn/toke toke.c
11343 ____________________________________________________________________________
11344 [  8087] By: jhi                                   on 2000/12/11  23:20:23
11345         Log: Integrate perlio.
11346      Branch: perl
11347           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
11348 ____________________________________________________________________________
11349 [  8086] By: jhi                                   on 2000/12/11  22:50:59
11350         Log: Tune further the OS detection of CGI.
11351      Branch: perl
11352            ! lib/CGI.pm
11353 ____________________________________________________________________________
11354 [  8085] By: nick                                  on 2000/12/11  22:50:46
11355         Log: Finish 1st pass of "encoding" layer e.g. :
11356              open($fh,"<encoding(iso8859-7)",$greek) || die;
11357      Branch: perlio
11358            ! ext/Encode/Encode.xs perlio.c perliol.h
11359 ____________________________________________________________________________
11360 [  8084] By: jhi                                   on 2000/12/11  22:32:06
11361         Log: Revert the -f ambiguousity patch, seems to cause
11362              too much hassle (the interpret -Q as a function
11363              where Q is not a known filetest part is left in).
11364      Branch: perl
11365            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
11366            ! toke.c
11367 ____________________________________________________________________________
11368 [  8083] By: jhi                                   on 2000/12/11  22:27:23
11369         Log: (accidentally empty check-in)
11370      Branch: perl
11371            ! lib/File/DosGlob.pm
11372 ____________________________________________________________________________
11373 [  8082] By: nick                                  on 2000/12/11  19:09:51
11374         Log: Restore mmap function (broken by tweaks to shared buffer
11375              layer for encode(xxxx)).
11376      Branch: perlio
11377            ! perlio.c
11378 ____________________________________________________________________________
11379 [  8081] By: jhi                                   on 2000/12/11  18:29:13
11380         Log: Subject: Re: The long awaited feature ...
11381              From: Simon Cozens <simon@cozens.net>
11382              Date: Mon, 11 Dec 2000 15:54:24 +0000
11383              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
11384              
11385              More io/utf8 tests.
11386      Branch: perl
11387            ! t/io/utf8.t
11388 ____________________________________________________________________________
11389 [  8080] By: jhi                                   on 2000/12/11  18:19:36
11390         Log: Subject: PATCH MakeMaker manpage clarification
11391              From: andreas.koenig@anima.de (Andreas J. Koenig)
11392              Date: 10 Dec 2000 20:46:13 +0100
11393              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
11394      Branch: perl
11395            ! lib/ExtUtils/MakeMaker.pm
11396 ____________________________________________________________________________
11397 [  8079] By: jhi                                   on 2000/12/11  15:35:07
11398         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
11399              From: Simon Cozens <simon@cozens.net>
11400              Date: Sun, 10 Dec 2000 19:06:19 +0000
11401              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
11402      Branch: perl
11403            ! ext/B/B/Deparse.pm t/lib/b.t
11404 ____________________________________________________________________________
11405 [  8078] By: jhi                                   on 2000/12/11  15:09:11
11406         Log: Subject: [PATCH] docs on NaN
11407              From: Nicholas Clark <nick@ccl4.org>
11408              Date: Mon, 11 Dec 2000 01:48:38 +0000
11409              Message-ID: <20001211014838.B99205@plum.flirble.org>
11410      Branch: perl
11411            ! pod/perlop.pod
11412 ____________________________________________________________________________
11413 [  8077] By: jhi                                   on 2000/12/11  15:02:21
11414         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
11415              From: Simon Cozens <simon@cozens.net>
11416              Date: Mon, 11 Dec 2000 01:21:45 +0000
11417              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
11418      Branch: perl
11419            ! pp.c pp_hot.c scope.c t/op/local.t
11420 ____________________________________________________________________________
11421 [  8076] By: nick                                  on 2000/12/10  20:43:32
11422         Log: Not merge worthy...
11423              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
11424              syntax is modelled on attributes.
11425              Untested fix for io/utf8 on Win32 etc.
11426              Very clumsy start to the encode layer.
11427      Branch: perlio
11428            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
11429 ____________________________________________________________________________
11430 [  8075] By: jhi                                   on 2000/12/10  18:39:33
11431         Log: Darwin is not Windows.
11432      Branch: perl
11433            ! lib/CGI.pm
11434 ____________________________________________________________________________
11435 [  8074] By: jhi                                   on 2000/12/10  18:31:27
11436         Log: Subject: Ambiguous -%c() resolved as a file test
11437              From: "Paul Marquess" <Paul.Marquess@openwave.com>
11438              Date: Sun, 10 Dec 2000 15:35:07 -0000
11439              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
11440      Branch: perl
11441            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
11442 ____________________________________________________________________________
11443 [  8073] By: jhi                                   on 2000/12/10  18:16:29
11444         Log: Subject: PATCH installperl misinformed 
11445              From: andreas.koenig@anima.de (Andreas J. Koenig)
11446              Date: 10 Dec 2000 13:01:32 +0100 
11447              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
11448      Branch: perl
11449            ! installperl
11450 ____________________________________________________________________________
11451 [  8072] By: jhi                                   on 2000/12/10  18:07:55
11452         Log: The walkoptree confusion rages; walkoptree() seems to be coming
11453              from B.xs, while walkoptree_slow() comes from B.pm.
11454      Branch: perl
11455            ! ext/B/B.pm
11456 ____________________________________________________________________________
11457 [  8071] By: nick                                  on 2000/12/10  11:45:47
11458         Log: Integrate mainline
11459      Branch: perlio
11460           +> t/base/commonsense.t
11461           !> (integrate 37 files)
11462 ____________________________________________________________________________
11463 [  8070] By: jhi                                   on 2000/12/10  04:46:21
11464         Log: Update Changes.
11465      Branch: perl
11466            ! Changes patchlevel.h
11467 ____________________________________________________________________________
11468 [  8069] By: jhi                                   on 2000/12/10  04:39:19
11469         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
11470              From: andreas.koenig@anima.de (Andreas J. Koenig)
11471              Date: 09 Dec 2000 17:14:25 +0100
11472              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
11473      Branch: perl
11474            + t/base/commonsense.t
11475            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
11476 ____________________________________________________________________________
11477 [  8068] By: jhi                                   on 2000/12/10  04:17:36
11478         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
11479              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11480              Date: Sat, 9 Dec 2000 16:47:22 -0000
11481              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
11482      Branch: perl
11483            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
11484            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
11485            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
11486            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
11487            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
11488            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
11489            ! t/lib/sdbm.t
11490 ____________________________________________________________________________
11491 [  8067] By: jhi                                   on 2000/12/10  03:52:02
11492         Log: Test case for #8066.
11493      Branch: perl
11494            ! t/op/misc.t
11495 ____________________________________________________________________________
11496 [  8066] By: jhi                                   on 2000/12/10  03:50:30
11497         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
11498              From: Simon Cozens <simon@cozens.net>
11499              Date: Sun, 10 Dec 2000 00:55:37 +0000
11500              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
11501      Branch: perl
11502            ! pp_sys.c
11503 ____________________________________________________________________________
11504 [  8065] By: jhi                                   on 2000/12/10  03:44:52
11505         Log: Test case for #8064.
11506      Branch: perl
11507            ! t/comp/proto.t
11508 ____________________________________________________________________________
11509 [  8064] By: jhi                                   on 2000/12/10  03:42:32
11510         Log: Subject: Re: prototype of substr
11511              From: Simon Cozens <simon@cozens.net>
11512              Date: Sun, 10 Dec 2000 00:13:33 +0000
11513              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
11514              
11515              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
11516      Branch: perl
11517            ! pp.c
11518 ____________________________________________________________________________
11519 [  8063] By: jhi                                   on 2000/12/10  03:39:42
11520         Log: Subject: [PATCH] perlguts.pod
11521              From: Simon Cozens <simon@cozens.net>
11522              Date: Sun, 10 Dec 2000 00:06:47 +0000
11523              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
11524              
11525              Documentation of the different types of ops,
11526              plus the functions in dump.c
11527      Branch: perl
11528            ! pod/perlguts.pod
11529 ____________________________________________________________________________
11530 [  8062] By: jhi                                   on 2000/12/10  03:30:04
11531         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
11532              From: Nicholas Clark <nick@talking.bollo.cx>
11533              Date: Sat, 09 Dec 2000 18:57:25 +0000
11534              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
11535              
11536              Be more robust in weird hostname setups.
11537      Branch: perl
11538            ! t/lib/net-hostent.t
11539 ____________________________________________________________________________
11540 [  8061] By: jhi                                   on 2000/12/10  03:28:21
11541         Log: Pacify fussy compiler. 
11542      Branch: perl
11543            ! pp_sys.c
11544 ____________________________________________________________________________
11545 [  8060] By: jhi                                   on 2000/12/10  02:52:46
11546         Log: Integrate perlio.
11547      Branch: perl
11548           !> pp_sys.c t/io/utf8.t
11549 ____________________________________________________________________________
11550 [  8059] By: nick                                  on 2000/12/09  23:40:14
11551         Log: read/sysread/recv should now be utf8 aware.
11552              Basic test for utf8 read.
11553      Branch: perlio
11554            ! pp_sys.c t/io/utf8.t
11555 ____________________________________________________________________________
11556 [  8058] By: jhi                                   on 2000/12/09  21:56:02
11557         Log: Integrate perlio.
11558      Branch: perl
11559           +> t/io/utf8.t
11560           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
11561 ____________________________________________________________________________
11562 [  8057] By: jhi                                   on 2000/12/09  21:53:35
11563         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
11564              From: Inaba Hiroto <inaba@st.rim.or.jp>
11565              Date: Sun, 10 Dec 2000 05:53:21 +0900
11566              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
11567              
11568              Tests for #8056.
11569      Branch: perl
11570            ! t/op/each.t
11571 ____________________________________________________________________________
11572 [  8056] By: jhi                                   on 2000/12/09  21:51:16
11573         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
11574              From: Inaba Hiroto <inaba@st.rim.or.jp>
11575              Date: Sat, 09 Dec 2000 18:02:00 +0900
11576              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
11577              
11578              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
11579      Branch: perl
11580            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
11581 ____________________________________________________________________________
11582 [  8055] By: nick                                  on 2000/12/09  20:11:48
11583         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
11584              than raw PerlIO_write() - does not seem to break any tests.
11585      Branch: perlio
11586            ! pp_sys.c
11587 ____________________________________________________________________________
11588 [  8054] By: nick                                  on 2000/12/09  19:47:30
11589         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
11590              (sysread, recv and write i.e. formats still to do...)
11591              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
11592              open($fh,">:utf8","name")
11593              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
11594              so no extra overhead is involved.
11595              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
11596              to a non-utf8 stream.
11597              Add initial io/utf8.t
11598              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
11599              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
11600              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
11601      Branch: perlio
11602            + t/io/utf8.t
11603            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
11604 ____________________________________________________________________________
11605 [  8053] By: nick                                  on 2000/12/09  19:26:37
11606         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
11607              was only testing this_utf8.
11608      Branch: perlio
11609            ! toke.c
11610 ____________________________________________________________________________
11611 [  8052] By: nick                                  on 2000/12/09  19:09:41
11612         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
11613              i.e. the output string has one, but don't mess with source assumption.
11614      Branch: perlio
11615            ! toke.c
11616 ____________________________________________________________________________
11617 [  8051] By: jhi                                   on 2000/12/09  16:55:17
11618         Log: Integrate perlio.
11619      Branch: perl
11620           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
11621           !> sv.c thrdvar.h util.c
11622 ____________________________________________________________________________
11623 [  8050] By: jhi                                   on 2000/12/09  16:48:07
11624         Log: Nits noticed by Peter Prymmer.
11625      Branch: perl
11626            ! lib/ExtUtils/MM_VMS.pm
11627 ____________________________________________________________________________
11628 [  8049] By: nick                                  on 2000/12/09  13:49:40
11629         Log: UTF8 output prework.
11630              - Store $\ and $, as SVs so they can have SvUTF8 flag
11631              - use do_print() rather than raw PerlIO_write() to print them.
11632      Branch: perlio
11633            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
11634            ! thrdvar.h util.c
11635 ____________________________________________________________________________
11636 [  8048] By: nick                                  on 2000/12/09  12:30:43
11637         Log: Integrate mainline.
11638      Branch: perlio
11639           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
11640           +> t/op/reverse.t
11641           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
11642           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
11643           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
11644           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
11645           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
11646           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
11647 ____________________________________________________________________________
11648 [  8047] By: jhi                                   on 2000/12/09  00:23:27
11649         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
11650              From: Michael G Schwern <schwern@pobox.com>
11651              Date: Fri, 8 Dec 2000 14:43:04 -0600
11652      Branch: perl
11653            ! lib/ExtUtils/MM_VMS.pm
11654 ____________________________________________________________________________
11655 [  8046] By: jhi                                   on 2000/12/08  23:10:27
11656         Log: A missed check-in.
11657      Branch: perl
11658            ! lib/ExtUtils/Manifest.pm
11659 ____________________________________________________________________________
11660 [  8045] By: jhi                                   on 2000/12/08  21:57:12
11661         Log: (null check-in)
11662      Branch: perl
11663            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
11664 ____________________________________________________________________________
11665 [  8044] By: jhi                                   on 2000/12/08  21:11:06
11666         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
11667              at the final draft stage.
11668      Branch: perl
11669            + ext/Encode/Encode/iso8859-16.enc
11670            ! MANIFEST
11671 ____________________________________________________________________________
11672 [  8043] By: jhi                                   on 2000/12/08  16:39:04
11673         Log: Update Changes.
11674      Branch: perl
11675            ! Changes patchlevel.h
11676 ____________________________________________________________________________
11677 [  8042] By: jhi                                   on 2000/12/08  16:33:39
11678         Log: Do not return the Unicode replacement character if UTF-8
11679              decoding goes awry, it should be up to the caller to decide.
11680      Branch: perl
11681            ! pod/perlapi.pod utf8.c
11682 ____________________________________________________________________________
11683 [  8041] By: jhi                                   on 2000/12/08  16:22:28
11684         Log: metaconfig maintenance.
11685      Branch: metaconfig
11686            ! U/modified/stdchar.U
11687      Branch: metaconfig/U/perl
11688            + testsyml.U
11689 ____________________________________________________________________________
11690 [  8040] By: jhi                                   on 2000/12/08  16:03:08
11691         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
11692              From: sthoenna@efn.org
11693              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
11694              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
11695      Branch: perl
11696            ! Changes lib/ExtUtils/MM_OS2.pm
11697 ____________________________________________________________________________
11698 [  8039] By: jhi                                   on 2000/12/08  15:57:11
11699         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
11700              From: Simon Cozens <simon@cozens.net>
11701              Date: Fri, 8 Dec 2000 13:33:31 +0000
11702              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
11703              
11704              (The pp_hot part needed a rewrite.)
11705      Branch: perl
11706            ! doop.c pp_hot.c utf8.c
11707 ____________________________________________________________________________
11708 [  8038] By: jhi                                   on 2000/12/08  15:25:08
11709         Log: Subject: djSP
11710              From: Michael Stevens <michael@etla.org>
11711              Date: Wed, 6 Dec 2000 23:24:01 +0000
11712              Message-ID: <20001206232400.A21381@firedrake.org>
11713              
11714              Plus a note from Nick Ing-Simmons.
11715      Branch: perl
11716            ! pp.h
11717 ____________________________________________________________________________
11718 [  8037] By: jhi                                   on 2000/12/08  15:18:35
11719         Log: Filetype is text.
11720      Branch: perl
11721            ! t/op/utf8decode.t
11722 ____________________________________________________________________________
11723 [  8036] By: jhi                                   on 2000/12/08  03:31:27
11724         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
11725              From: Andy Dougherty <doughera@lafayette.edu>
11726              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
11727              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
11728              
11729              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
11730              From: Andy Dougherty <doughera@lafayette.edu>
11731              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
11732              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
11733      Branch: perl
11734            + ext/POSIX/hints/svr4.pl
11735            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
11736 ____________________________________________________________________________
11737 [  8035] By: jhi                                   on 2000/12/08  03:26:01
11738         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
11739              From: Andy Dougherty <doughera@lafayette.edu>
11740              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
11741              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
11742      Branch: perl
11743            ! t/README t/base/term.t
11744 ____________________________________________________________________________
11745 [  8034] By: jhi                                   on 2000/12/08  03:21:59
11746         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
11747              From: mjd@plover.com  
11748              Date: 7 Dec 2000 21:04:20 -0000
11749              Message-ID: <20001207210420.22282.qmail@plover.com>
11750              
11751              Plus -z doc.
11752      Branch: perl
11753            ! pod/perlfunc.pod
11754 ____________________________________________________________________________
11755 [  8033] By: jhi                                   on 2000/12/08  03:19:03
11756         Log: Use the UTF8 macros a bit.  They can't be used with abandon
11757              everywhere because we do generate illegal UTF-8 in some situations.
11758              This is of course naughty.
11759      Branch: perl
11760            ! pod/perlapi.pod utf8.c utf8.h
11761 ____________________________________________________________________________
11762 [  8032] By: jhi                                   on 2000/12/08  03:00:09
11763         Log: Out of sync?
11764      Branch: perl
11765            ! t/pragma/warn/utf8
11766 ____________________________________________________________________________
11767 [  8031] By: jhi                                   on 2000/12/08  02:22:39
11768         Log: Cnt spl.
11769      Branch: perl
11770            ! MANIFEST
11771 ____________________________________________________________________________
11772 [  8030] By: jhi                                   on 2000/12/08  01:23:54
11773         Log: Add test for reverse().
11774      Branch: perl
11775            + t/op/reverse.t
11776            ! MANIFEST
11777 ____________________________________________________________________________
11778 [  8029] By: jhi                                   on 2000/12/08  01:21:47
11779         Log: Integrate perlio.
11780      Branch: perl
11781           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
11782           !> perlio.c perlio.h perlsdio.h warnings.pl
11783 ____________________________________________________________________________
11784 [  8028] By: jhi                                   on 2000/12/08  01:19:08
11785         Log: Introduce macros for UTF8 decoding.
11786      Branch: perl
11787            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
11788 ____________________________________________________________________________
11789 [  8027] By: nick                                  on 2000/12/07  22:18:19
11790         Log: Integrate mainline
11791      Branch: perlio
11792           !> embed.pl pod/perlapi.pod utf8.c
11793 ____________________________________________________________________________
11794 [  8026] By: nick                                  on 2000/12/07  21:45:08
11795         Log: Various oddities p4 diff -se showed up
11796              Remove 'our' from warnings.pl
11797      Branch: perlio
11798            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
11799 ____________________________________________________________________________
11800 [  8025] By: nick                                  on 2000/12/07  21:43:32
11801         Log: Change PerlIO_(get|set)pos to take SV *
11802              Should fix, OS/2, VMS, (sfio??)
11803      Branch: perlio
11804            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
11805 ____________________________________________________________________________
11806 [  8024] By: jhi                                   on 2000/12/07  19:05:32
11807         Log: Document utf8_to_uv() better.
11808      Branch: perl
11809            ! pod/perlapi.pod utf8.c
11810 ____________________________________________________________________________
11811 [  8023] By: jhi                                   on 2000/12/07  18:23:47
11812         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
11813      Branch: perl
11814            ! embed.pl pod/perlapi.pod utf8.c
11815 ____________________________________________________________________________
11816 [  8022] By: jhi                                   on 2000/12/07  04:13:51
11817         Log: Integrate perlio.
11818      Branch: perl
11819           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
11820           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
11821           !> win32/makefile.mk
11822 ____________________________________________________________________________
11823 [  8021] By: nick                                  on 2000/12/07  00:28:14
11824         Log: Various attempts at MSVC debug - not sure what has
11825              changed but works now. 
11826              Seems atexit() _may_ work for DLLs built with MSVC so don't
11827              call cleanup that way.
11828      Branch: perlio
11829            ! perlio.c win32/makefile.mk
11830 ____________________________________________________________________________
11831 [  8020] By: nick                                  on 2000/12/06  19:57:20
11832         Log: Integrate mainline
11833      Branch: perlio
11834           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
11835           !> (integrate 75 files)
11836 ____________________________________________________________________________
11837 [  8019] By: nick                                  on 2000/12/06  19:28:21
11838         Log: Add useperlio to config.vc
11839              Turn off binmode in config_H.PL
11840              Regen all the config_H.xx
11841              Attempt to get debugging build with MSVC.
11842      Branch: perlio
11843            ! win32/config.vc win32/config_H.bc win32/config_H.gc
11844            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
11845 ____________________________________________________________________________
11846 [  8018] By: nick                                  on 2000/12/06  19:21:57
11847         Log: Test various dup/external program options on all platforms.
11848      Branch: perlio
11849            ! t/io/dup.t
11850 ____________________________________________________________________________
11851 [  8017] By: nick                                  on 2000/12/06  19:20:47
11852         Log: Fix harness to be less picky
11853      Branch: perlio
11854            ! lib/Test/Harness.pm
11855 ____________________________________________________________________________
11856 [  8016] By: jhi                                   on 2000/12/06  16:45:12
11857         Log: Update Changes.
11858      Branch: perl
11859            ! Changes patchlevel.h
11860 ____________________________________________________________________________
11861 [  8015] By: jhi                                   on 2000/12/06  16:41:03
11862         Log: Test \x{...} with ord().
11863      Branch: perl
11864            ! t/op/ord.t
11865 ____________________________________________________________________________
11866 [  8014] By: jhi                                   on 2000/12/06  16:20:33
11867         Log: Test tweak because of #8013.
11868      Branch: perl
11869            ! t/lib/b.t
11870 ____________________________________________________________________________
11871 [  8013] By: jhi                                   on 2000/12/06  16:09:09
11872         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
11873              From: Michael G Schwern <schwern@pobox.com>
11874              Date: Tue, 5 Dec 2000 21:23:28 -0500
11875              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
11876              
11877              Carp::Heavy parts not very applicable because of recent changes.
11878      Branch: perl
11879            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
11880            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
11881            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
11882            ! lib/Exporter.pm lib/Exporter/Heavy.pm
11883            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
11884            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11885            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
11886            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
11887            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
11888            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
11889            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
11890            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
11891            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
11892            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
11893            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
11894            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
11895            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
11896            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
11897            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
11898            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
11899            ! warnings.pl
11900 ____________________________________________________________________________
11901 [  8012] By: jhi                                   on 2000/12/06  15:22:38
11902         Log: Subject: [PATCH] Re: New harness is failing things
11903              From: Nick Ing-Simmons <nik@tiuk.ti.com>
11904              Date: Wed, 6 Dec 2000 13:00:30 GMT
11905              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
11906      Branch: perl
11907            ! lib/Test/Harness.pm
11908 ____________________________________________________________________________
11909 [  8011] By: jhi                                   on 2000/12/06  15:12:08
11910         Log: Subject: installhtml changes
11911              From: Michael Stevens <michael@etla.org>
11912              Date: Wed, 6 Dec 2000 13:15:53 +0000
11913              Message-ID: <20001206131553.A27317@firedrake.org>
11914      Branch: perl
11915            ! installhtml
11916 ____________________________________________________________________________
11917 [  8010] By: jhi                                   on 2000/12/06  15:06:05
11918         Log: Subject: the dTHR hits
11919              From: Michael Stevens <michael@etla.org>
11920              Date: Wed, 6 Dec 2000 12:06:03 +0000
11921              Message-ID: <20001206120603.A24581@firedrake.org>
11922              
11923              More, errrm, less dTHRs.
11924      Branch: perl
11925            ! bytecode.pl ext/B/B/C.pm
11926 ____________________________________________________________________________
11927 [  8009] By: jhi                                   on 2000/12/06  15:04:25
11928         Log: Subject: MakeMaker mailing list gone?
11929              From: Michael G Schwern <schwern@pobox.com>
11930              Date: Tue, 5 Dec 2000 19:29:59 -0500
11931              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
11932              
11933              The MakeMaker mailing list is dead, perlbug is the right
11934              address to report bugs.
11935      Branch: perl
11936            ! lib/ExtUtils/MakeMaker.pm
11937 ____________________________________________________________________________
11938 [  8008] By: jhi                                   on 2000/12/06  15:00:32
11939         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
11940              From: Michael G Schwern <schwern@pobox.com>
11941              Date: Tue, 5 Dec 2000 19:21:21 -0500
11942              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
11943              
11944              Add a default MANIFEST skip that ignores things like
11945              version control files, editor temporary files, and the Makefile.
11946      Branch: perl
11947            + lib/ExtUtils/MANIFEST.SKIP
11948            ! MANIFEST lib/ExtUtils/Manifest.pm
11949 ____________________________________________________________________________
11950 [  8007] By: jhi                                   on 2000/12/06  14:57:20
11951         Log: In Amiga more manual hackery of the scripts seems to be needed,
11952              from Jan-Erik Karlsson.  Why Configure does not get this right
11953              is unknown, may be shell-induced.
11954      Branch: perl
11955            ! README.amiga
11956 ____________________________________________________________________________
11957 [  8006] By: jhi                                   on 2000/12/05  23:53:12
11958         Log: Add TOPm1s to peek at the second topmost stack item.
11959      Branch: perl
11960            ! pp.h
11961 ____________________________________________________________________________
11962 [  8005] By: jhi                                   on 2000/12/05  23:13:55
11963         Log: Avaunt, you foul UTF-8 tests.
11964      Branch: perl
11965            ! t/op/ver.t t/pragma/utf8.t
11966 ____________________________________________________________________________
11967 [  8004] By: jhi                                   on 2000/12/05  23:09:54
11968         Log: Continue utf8 dispersal. 
11969      Branch: perl
11970            + t/op/concat.t
11971            ! MANIFEST t/pragma/utf8.t
11972 ____________________________________________________________________________
11973 [  8003] By: nick                                  on 2000/12/05  23:02:39
11974         Log: Integrate mainline.
11975      Branch: perlio
11976           +> t/op/length.t t/op/utf8decode.t
11977           !> (integrate 69 files)
11978 ____________________________________________________________________________
11979 [  8002] By: jhi                                   on 2000/12/05  22:59:28
11980         Log: Integrate perlio.
11981      Branch: perl
11982           !> iperlsys.h perl.c perlio.c win32/perllib.c
11983 ____________________________________________________________________________
11984 [  8001] By: nick                                  on 2000/12/05  22:07:52
11985         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
11986              - calloc/free suffer from damage on TerminateThread()
11987              - use PerlMemShared (as originally planned) now fixed
11988              - avoid doing anything important on DLL "detach".
11989      Branch: perlio
11990            ! perl.c perlio.c win32/perllib.c
11991 ____________________________________________________________________________
11992 [  8000] By: nick                                  on 2000/12/05  21:05:09
11993         Log: Fix gross PerlMemShared issue.
11994      Branch: perlio
11995            ! iperlsys.h
11996 ____________________________________________________________________________
11997 [  7999] By: jhi                                   on 2000/12/05  20:46:58
11998         Log: Test for Unicode (UTF-8) hash keys.
11999      Branch: perl
12000            ! t/op/each.t
12001 ____________________________________________________________________________
12002 [  7998] By: jhi                                   on 2000/12/05  20:30:35
12003         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
12004              is now always UTF-8), empty line cosmetics.
12005      Branch: perl
12006            ! t/pragma/utf8.t
12007 ____________________________________________________________________________
12008 [  7997] By: jhi                                   on 2000/12/05  20:15:40
12009         Log: Subject: Re: STRLEN - what?
12010              From: Andy Dougherty <doughera@lafayette.edu>
12011              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
12012              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
12013              
12014              Explain STRLEN.
12015      Branch: perl
12016            ! pod/perlguts.pod
12017 ____________________________________________________________________________
12018 [  7996] By: jhi                                   on 2000/12/05  20:13:34
12019         Log: Split off the UTF-8 decoder tests, make them to check also
12020              the error message.
12021      Branch: perl
12022            + t/op/utf8decode.t
12023            ! MANIFEST t/pragma/utf8.t utf8.c
12024 ____________________________________________________________________________
12025 [  7995] By: jhi                                   on 2000/12/05  16:39:47
12026         Log: Start migrating bits of pragma/utf8 to elsewhere
12027              (since the long term plan is to obsolete 'use utf8').
12028      Branch: perl
12029            + t/op/length.t
12030            ! MANIFEST t/pragma/utf8.t
12031 ____________________________________________________________________________
12032 [  7994] By: jhi                                   on 2000/12/05  16:30:21
12033         Log: Fix a manual edit typo from #7993, fix the message formatting
12034              for Unicode, add few our declarations.
12035      Branch: perl
12036            ! lib/Carp/Heavy.pm
12037 ____________________________________________________________________________
12038 [  7993] By: jhi                                   on 2000/12/05  16:09:15
12039         Log: Subject: Need help with warnings :-(
12040              From: "Ben Tilly" <ben_tilly@hotmail.com>
12041              Date: Tue, 05 Dec 2000 01:35:54 -0500
12042              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
12043              
12044              Subject: UPDATE: Carp/Heavy now passes all tests
12045              From: "Ben Tilly" <ben_tilly@hotmail.com>
12046              Date: Tue, 05 Dec 2000 07:59:41 -0500
12047              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
12048              
12049              The Brave New Carp.
12050      Branch: perl
12051            ! lib/Carp.pm lib/Carp/Heavy.pm
12052 ____________________________________________________________________________
12053 [  7992] By: jhi                                   on 2000/12/05  15:55:08
12054         Log: Subject: [PATCH perl@7979] cygwin port
12055              From: "Eric Fifer" <efifer@dircon.co.uk>
12056              Date: Tue, 5 Dec 2000 14:04:09 -0000
12057              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
12058      Branch: perl
12059            ! t/lib/net-hostent.t
12060 ____________________________________________________________________________
12061 [  7991] By: jhi                                   on 2000/12/05  15:52:34
12062         Log: Subject: Re: [PATCH] The largest hoax of all times?
12063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12064              Date: Tue, 5 Dec 2000 00:40:25 -0500
12065              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
12066              
12067              Subject: Re: [PATCH] The largest hoax of all times?
12068              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12069              Date: Mon, 4 Dec 2000 23:55:53 -0500
12070              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
12071              
12072              Subject: Re: [PATCH] The largest hoax of all times?
12073              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12074              Date: Tue, 5 Dec 2000 01:28:45 -0500
12075              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
12076              
12077              Fix the unpredictable order of DESTROYs.
12078      Branch: perl
12079            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
12080            ! sv.c sv.h t/op/ref.t
12081 ____________________________________________________________________________
12082 [  7990] By: jhi                                   on 2000/12/05  14:38:53
12083         Log: Subject: [PATCH] shrink pp_hot fractionally
12084              From: Nicholas Clark <nick@ccl4.org>
12085              Date: Tue, 5 Dec 2000 12:44:31 +0000
12086              Message-ID: <20001205124431.E74518@plum.flirble.org>
12087              
12088              Use report_evil_fh().
12089      Branch: perl
12090            ! opcode.pl opnames.h pp_hot.c util.c
12091 ____________________________________________________________________________
12092 [  7989] By: jhi                                   on 2000/12/05  14:21:27
12093         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
12094              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12095              Date: Mon, 04 Dec 2000 22:21:59 -0800
12096              Message-ID: <HmIL6gzkgepS092yn@efn.org>
12097              
12098              Harness shouldn't ignore responses like "ok 3\r\r\n".
12099      Branch: perl
12100            ! lib/Test/Harness.pm
12101 ____________________________________________________________________________
12102 [  7988] By: jhi                                   on 2000/12/05  13:51:28
12103         Log: Integrate the "skip" messages to explain().
12104      Branch: perl
12105            ! t/lib/syslfs.t t/op/lfs.t
12106 ____________________________________________________________________________
12107 [  7987] By: jhi                                   on 2000/12/05  12:34:54
12108         Log: The one that got away in #7984.
12109              
12110              Subject: Re: dTHR - what and why?
12111              From: Michael Stevens <michael@etla.org> 
12112              Date: Tue, 5 Dec 2000 11:15:52 +0000
12113              Message-ID: <20001205111552.A4647@firedrake.org>
12114      Branch: perl
12115            ! sv.h
12116 ____________________________________________________________________________
12117 [  7986] By: gsar                                  on 2000/12/05  09:14:44
12118         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
12119              due to the notorious GetFileType() bug in Windows 9x, which fstat()
12120              tickles)
12121      Branch: perl
12122            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
12123 ____________________________________________________________________________
12124 [  7985] By: jhi                                   on 2000/12/05  05:49:03
12125         Log: Integrate perlio.
12126      Branch: perl
12127           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
12128           !> win32/perlhost.h win32/perllib.c
12129 ____________________________________________________________________________
12130 [  7984] By: jhi                                   on 2000/12/05  05:48:16
12131         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
12132      Branch: perl
12133            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
12134            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
12135            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
12136            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
12137            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
12138            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
12139            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
12140            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
12141            ! win32/win32.c
12142 ____________________________________________________________________________
12143 [  7983] By: nick                                  on 2000/12/04  23:27:43
12144         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
12145      Branch: perlio
12146            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
12147            ! win32/perlhost.h win32/perllib.c
12148 ____________________________________________________________________________
12149 [  7982] By: jhi                                   on 2000/12/04  19:44:09
12150         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
12151              uncovered by #7980.
12152      Branch: perl
12153            ! op.c
12154 ____________________________________________________________________________
12155 [  7981] By: jhi                                   on 2000/12/04  19:42:07
12156         Log: Subject: [PATCH] Trivial dump.c feature
12157              From: Simon Cozens <simon@cozens.net>
12158              Date: Mon, 4 Dec 2000 18:08:38 +0000
12159              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
12160              
12161              Show whether a constant is UTF-8.
12162      Branch: perl
12163            ! dump.c
12164 ____________________________________________________________________________
12165 [  7980] By: jhi                                   on 2000/12/04  19:36:51
12166         Log: UTF-8 hash keys, patch from Inaba Hiroto.
12167      Branch: perl
12168            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
12169 ____________________________________________________________________________
12170 [  7979] By: jhi                                   on 2000/12/04  17:36:28
12171         Log: Update Changes.
12172      Branch: perl
12173            ! Changes patchlevel.h
12174 ____________________________________________________________________________
12175 [  7978] By: jhi                                   on 2000/12/04  16:42:17
12176         Log: Retract #7977, still too volatile (the euphemism of the day
12177              for unfinished and buggy :-)
12178      Branch: perl
12179            ! doop.c hv.c pp.c sv.h
12180 ____________________________________________________________________________
12181 [  7977] By: jhi                                   on 2000/12/04  16:25:15
12182         Log: (Retracted by #7978, too shaky yet.)
12183              
12184              Subject: Re: utf8 in hash keys, implementor missing
12185              From: Simon Cozens <simon@cozens.net>
12186              Date: Sat, 2 Dec 2000 19:49:35 +0000
12187              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
12188              
12189              The first step at UTF-8 hash keys.
12190      Branch: perl
12191            ! doop.c hv.c pp.c sv.h
12192 ____________________________________________________________________________
12193 [  7976] By: jhi                                   on 2000/12/04  16:13:53
12194         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
12195              From: sthoenna@efn.org
12196              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
12197              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
12198      Branch: perl
12199            ! os2/os2.c perlio.c
12200 ____________________________________________________________________________
12201 [  7975] By: jhi                                   on 2000/12/04  16:05:25
12202         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
12203              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12204              Date: Thu, 30 Nov 2000 20:50:37 -0800
12205              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
12206      Branch: perl
12207            ! os2/os2.c
12208 ____________________________________________________________________________
12209 [  7974] By: jhi                                   on 2000/12/04  16:03:57
12210         Log: Subject: [PATCH] ++ 20% faster
12211              From: Nicholas Clark <nick@ccl4.org>
12212              Date: Mon, 4 Dec 2000 12:17:27 +0000
12213              Message-ID: <20001204121726.B52976@plum.flirble.org>
12214              
12215              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
12216      Branch: perl
12217            ! sv.c
12218 ____________________________________________________________________________
12219 [  7973] By: jhi                                   on 2000/12/04  16:00:48
12220         Log: 
12221              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
12222              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12223              Date: Mon, 04 Dec 2000 12:30:45 +0100
12224              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
12225              
12226              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
12227              library (getprotobyname and getprotobynumber are outversioned by
12228              the same calls in libc, at least for xlc version 3.
12229      Branch: perl
12230            ! hints/aix.sh
12231 ____________________________________________________________________________
12232 [  7972] By: jhi                                   on 2000/12/04  02:58:31
12233         Log: Integrate perlio.
12234      Branch: perl
12235           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
12236           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
12237           !> win32/win32.h win32/win32iop.h win32/win32thread.h
12238 ____________________________________________________________________________
12239 [  7971] By: nick                                  on 2000/12/04  00:24:33
12240         Log: Quieten some noise in Win32 builds:
12241              - win32.h is included after <sys/socket.h>, so need to 
12242              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
12243              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
12244      Branch: perlio
12245            ! doio.c perl.h toke.c win32/win32.h
12246 ____________________________________________________________________________
12247 [  7970] By: nick                                  on 2000/12/03  22:57:46
12248         Log: PERL_IMPLICIT_SYS compiles but does not work.
12249      Branch: perlio
12250            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
12251            ! win32/perlhost.h win32/perllib.c win32/win32.h
12252            ! win32/win32iop.h win32/win32thread.h
12253 ____________________________________________________________________________
12254 [  7969] By: jhi                                   on 2000/12/03  22:12:58
12255         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
12256              used to swash_init(), makes regprop() dumps more informative
12257              (+utf8::IsAlpha, -utf8::IsDigit, for example).
12258      Branch: perl
12259            ! regcomp.c regexec.c
12260 ____________________________________________________________________________
12261 [  7968] By: jhi                                   on 2000/12/03  21:39:56
12262         Log: Implement ANYOFUTF8 regprop() dumping.
12263      Branch: perl
12264            ! regcomp.c
12265 ____________________________________________________________________________
12266 [  7967] By: jhi                                   on 2000/12/03  20:57:19
12267         Log: Make uv_to_utf8() to zero-terminate its output buffer,
12268              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
12269      Branch: perl
12270            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
12271 ____________________________________________________________________________
12272 [  7966] By: nick                                  on 2000/12/03  18:41:21
12273         Log: Integrate mainline (STDCHAR)
12274      Branch: perlio
12275           !> Configure t/pragma/utf8.t
12276 ____________________________________________________________________________
12277 [  7965] By: jhi                                   on 2000/12/03  17:58:20
12278         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
12279      Branch: perl
12280            ! t/pragma/utf8.t
12281 ____________________________________________________________________________
12282 [  7964] By: jhi                                   on 2000/12/03  17:35:56
12283         Log: Integrate perlio.
12284      Branch: perl
12285           !> iperlsys.h perlio.c
12286 ____________________________________________________________________________
12287 [  7963] By: jhi                                   on 2000/12/03  17:33:55
12288         Log: Metaconfig unit change for #7962.
12289      Branch: metaconfig
12290            ! U/modified/stdchar.U
12291 ____________________________________________________________________________
12292 [  7962] By: jhi                                   on 2000/12/03  17:33:27
12293         Log: Untangle the <stdio.h> #include nest for the stdchar test,
12294              from Andy Dougherty.
12295      Branch: perl
12296            ! Configure
12297 ____________________________________________________________________________
12298 [  7961] By: nick                                  on 2000/12/03  16:53:00
12299         Log: Make iperlsys.h vector stdio not PerlIO.
12300      Branch: perlio
12301            ! iperlsys.h perlio.c
12302 ____________________________________________________________________________
12303 [  7960] By: nick                                  on 2000/12/03  14:43:01
12304         Log: Integrate mainline
12305      Branch: perlio
12306           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
12307           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
12308 ____________________________________________________________________________
12309 [  7959] By: jhi                                   on 2000/12/03  08:16:36
12310         Log: Use DO_UTF8().
12311      Branch: perl
12312            ! op.c
12313 ____________________________________________________________________________
12314 [  7958] By: jhi                                   on 2000/12/02  18:33:05
12315         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
12316              From: Mike Guy <mjtg@cam.ac.uk>         
12317              Date: Sat, 02 Dec 2000 17:27:13 +0000
12318              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
12319              
12320              An extraneous argument.
12321      Branch: perl
12322            ! toke.c
12323 ____________________________________________________________________________
12324 [  7957] By: jhi                                   on 2000/12/02  18:22:32
12325         Log: A missing hunk.
12326      Branch: perl
12327            ! t/lib/net-hostent.t
12328 ____________________________________________________________________________
12329 [  7956] By: jhi                                   on 2000/12/02  18:06:20
12330         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
12331              From: Nicholas Clark <nick@ccl4.org>
12332              Date: Sat, 2 Dec 2000 14:28:27 +0000
12333              Message-ID: <20001202142827.A12308@plum.flirble.org>
12334              
12335              Test robustness.
12336      Branch: perl
12337            ! t/lib/net-hostent.t
12338 ____________________________________________________________________________
12339 [  7955] By: jhi                                   on 2000/12/02  17:58:06
12340         Log: Metaconfig unit change for #7954.
12341      Branch: metaconfig
12342            ! U/modified/stdchar.U
12343 ____________________________________________________________________________
12344 [  7954] By: jhi                                   on 2000/12/02  17:54:32
12345         Log: An inconvenient hang would happen if the stdio _ptr wasn't
12346              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
12347              would be grepping stdin for all eternity for the _ptr.)
12348      Branch: perl
12349            ! Configure
12350 ____________________________________________________________________________
12351 [  7953] By: jhi                                   on 2000/12/02  00:07:15
12352         Log: Update Changes.
12353      Branch: perl
12354            ! Changes patchlevel.h
12355 ____________________________________________________________________________
12356 [  7952] By: jhi                                   on 2000/12/01  23:54:47
12357         Log: Subject: Re: long shell lines
12358              From: Andy Dougherty <doughera@lafayette.edu>
12359              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
12360              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
12361              
12362              Split overly long shell command lines.
12363      Branch: perl
12364            ! lib/ExtUtils/MM_Unix.pm
12365 ____________________________________________________________________________
12366 [  7951] By: jhi                                   on 2000/12/01  23:48:02
12367         Log: The metaconfig unit change for #7950.
12368      Branch: metaconfig
12369            + U/modified/stdchar.U
12370 ____________________________________________________________________________
12371 [  7950] By: jhi                                   on 2000/12/01  23:47:39
12372         Log: Try to find stdchar also from <stdio_impl.h>.
12373      Branch: perl
12374            ! Configure config_h.SH
12375 ____________________________________________________________________________
12376 [  7949] By: jhi                                   on 2000/12/01  23:46:45
12377         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
12378              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
12379              Date: Fri, 1 Dec 2000 16:26:08 -0500
12380              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
12381              
12382              Reword the diagnostic message.
12383      Branch: perl
12384            ! pod/perldiag.pod
12385 ____________________________________________________________________________
12386 [  7948] By: nick                                  on 2000/12/01  22:49:43
12387         Log: Integrate mainline (for s/y/m as sub names stuff).
12388      Branch: perlio
12389           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
12390           !> t/pragma/warn/toke toke.c
12391 ____________________________________________________________________________
12392 [  7947] By: jhi                                   on 2000/12/01  20:55:41
12393         Log: Integrate perlio.
12394      Branch: perl
12395           !> perlio.c perliol.h t/io/pipe.t
12396 ____________________________________________________________________________
12397 [  7946] By: jhi                                   on 2000/12/01  20:36:51
12398         Log: Upgrade to CPAN 1.59_51, from Andreas König.
12399      Branch: perl
12400            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12401 ____________________________________________________________________________
12402 [  7945] By: nick                                  on 2000/12/01  20:31:32
12403         Log: Integrate mainline
12404      Branch: perlio
12405           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
12406           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
12407           +> t/lib/net-hostent.t
12408           !> (integrate 35 files)
12409 ____________________________________________________________________________
12410 [  7944] By: jhi                                   on 2000/12/01  20:23:29
12411         Log: Some help for 20001130.011.  Now one gets warnings like
12412              "Ambiguous -f() resolved as a file test ..."
12413      Branch: perl
12414            ! pod/perldiag.pod t/pragma/warn/toke toke.c
12415 ____________________________________________________________________________
12416 [  7943] By: jhi                                   on 2000/12/01  19:44:44
12417         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
12418              that also breaks using them as methods. 
12419      Branch: perl
12420            ! pod/perldiag.pod t/op/misc.t toke.c
12421 ____________________________________________________________________________
12422 [  7942] By: nick                                  on 2000/12/01  17:56:46
12423         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
12424              Make 'unix' pass most tests
12425              - do unread by temporary push of layer ("pending") holding unread chars
12426              - fast_gets is now based on per-handle flag
12427              - relax one of io/pipe.t tests to allow print to fail and close to
12428              succeed so that it passes on unbuffered "unix" layer.
12429              Remaining fail is sporadic and a genuine race condition between
12430              parent/child in fork test.
12431      Branch: perlio
12432            ! perlio.c perliol.h t/io/pipe.t
12433 ____________________________________________________________________________
12434 [  7941] By: jhi                                   on 2000/12/01  15:28:58
12435         Log: (Retracted by #7943.)
12436              
12437              Reserve the short named string operator names.
12438      Branch: perl
12439            ! pod/perldiag.pod t/op/misc.t toke.c
12440 ____________________________________________________________________________
12441 [  7940] By: jhi                                   on 2000/12/01  06:45:53
12442         Log: Get the three different space character classes right under utf8.
12443      Branch: perl
12444            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
12445            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
12446            ! regexec.c t/op/pat.t utf8.c
12447 ____________________________________________________________________________
12448 [  7939] By: jhi                                   on 2000/12/01  03:26:26
12449         Log: Two more tests that make no sense in UTF-8 since the test
12450              data is not in UTF-8.
12451      Branch: perl
12452            ! t/op/regexp.t
12453 ____________________________________________________________________________
12454 [  7938] By: jhi                                   on 2000/12/01  03:20:39
12455         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
12456              should it be required inside regexen?
12457      Branch: perl
12458            ! regcomp.c t/op/regmesg.t
12459 ____________________________________________________________________________
12460 [  7937] By: jhi                                   on 2000/12/01  02:58:53
12461         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
12462              stored and restored, and thusly was trounced by the utf8 swash
12463              routines.
12464      Branch: perl
12465            ! regcomp.c
12466 ____________________________________________________________________________
12467 [  7936] By: jhi                                   on 2000/11/30  20:41:39
12468         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
12469              Why the different platforms behave so differently (core dump vs
12470              no core dump) on this bug is a but of a mystery, but if I had to
12471              guess I would mumble something like 'alignment'.
12472      Branch: perl
12473            ! sv.c
12474 ____________________________________________________________________________
12475 [  7935] By: jhi                                   on 2000/11/30  16:17:02
12476         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
12477              From: Robin Barker <rmb1@cise.npl.co.uk>
12478              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
12479              Date: Thu, 30 Nov 2000 14:27:12 GMT
12480      Branch: perl
12481            ! perlio.c toke.c
12482 ____________________________________________________________________________
12483 [  7934] By: jhi                                   on 2000/11/30  16:04:49
12484         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
12485      Branch: perl
12486            ! t/lib/net-hostent.t
12487 ____________________________________________________________________________
12488 [  7933] By: jhi                                   on 2000/11/30  06:07:26
12489         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
12490              From: Peter Prymmer <pvhp@forte.com>
12491              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
12492              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
12493              
12494              In VMS the localhost may be LOCALHOST.
12495      Branch: perl
12496            ! t/lib/net-hostent.t
12497 ____________________________________________________________________________
12498 [  7932] By: jhi                                   on 2000/11/30  01:11:11
12499         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
12500              From: Peter Prymmer <pvhp@forte.com>
12501              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
12502              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
12503              
12504              plus regen perlapi.pod.
12505      Branch: perl
12506            ! pod/perlapi.pod utf8.c
12507 ____________________________________________________________________________
12508 [  7931] By: jhi                                   on 2000/11/30  01:06:19
12509         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
12510              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12511              Date:     Wed, 29 Nov 2000 17:15:11 EST
12512              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
12513      Branch: perl
12514            ! t/lib/filter-util.pl t/lib/filter-util.t
12515 ____________________________________________________________________________
12516 [  7930] By: jhi                                   on 2000/11/29  18:51:55
12517         Log: Update Changes.
12518      Branch: perl
12519            ! Changes patchlevel.h
12520 ____________________________________________________________________________
12521 [  7929] By: jhi                                   on 2000/11/29  18:50:55
12522         Log: Update the va_copy() metaconfig unit.
12523      Branch: metaconfig/U/perl
12524            ! need_va_copy.U
12525 ____________________________________________________________________________
12526 [  7928] By: jhi                                   on 2000/11/29  17:50:43
12527         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
12528              From: Dominic Dunlop <domo@computer.org>
12529              Date: Tue, 28 Nov 2000 16:41:57 +0100
12530              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
12531              
12532              Patch to catch a core dump in the Configure va_copy test.
12533      Branch: perl
12534            ! Configure config_h.SH
12535 ____________________________________________________________________________
12536 [  7927] By: jhi                                   on 2000/11/29  17:31:59
12537         Log: Retract #7921, the patch shouldn't be needed.
12538      Branch: perl
12539            ! sv.c
12540 ____________________________________________________________________________
12541 [  7926] By: jhi                                   on 2000/11/29  17:01:41
12542         Log: Make the Class::Struct import() wiser.
12543      Branch: perl
12544            ! lib/Class/Struct.pm t/lib/class-struct.t
12545 ____________________________________________________________________________
12546 [  7925] By: jhi                                   on 2000/11/29  16:36:33
12547         Log: All the core library users of Class::Struct seem to be
12548              using "use Class::Struct 'struct';" instead of the bare
12549              "use Class::Struct;", which isn't documented in Class::Struct.
12550              This can't be right.
12551      Branch: perl
12552            ! lib/File/stat.pm
12553 ____________________________________________________________________________
12554 [  7924] By: jhi                                   on 2000/11/29  16:32:15
12555         Log: A test works better if it has the right 1..$n output.
12556      Branch: perl
12557            ! t/lib/class-struct.t
12558 ____________________________________________________________________________
12559 [  7923] By: jhi                                   on 2000/11/29  16:29:11
12560         Log: Forgot to MANIFEST the new Net::hostent test.
12561      Branch: perl
12562            ! MANIFEST
12563 ____________________________________________________________________________
12564 [  7922] By: jhi                                   on 2000/11/29  16:27:49
12565         Log: Integrate perlio.
12566      Branch: perl
12567           !> iperlsys.h perlio.c
12568 ____________________________________________________________________________
12569 [  7921] By: jhi                                   on 2000/11/29  16:27:10
12570         Log: (Retracted by #7927.)
12571              
12572              Subject: [PATCH] Is infinity a number?
12573              From: Simon Cozens <simon@cozens.net>
12574              Date: Wed, 29 Nov 2000 14:48:20 +0000
12575              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
12576      Branch: perl
12577            ! sv.c
12578 ____________________________________________________________________________
12579 [  7920] By: jhi                                   on 2000/11/29  16:23:02
12580         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
12581              From: rspier@pobox.com (Robert Spier)
12582              Date: Wed, 29 Nov 2000 02:17:49 -0500
12583              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
12584              
12585              Add a test for Net::hostent.
12586      Branch: perl
12587            + t/lib/net-hostent.t
12588 ____________________________________________________________________________
12589 [  7919] By: jhi                                   on 2000/11/29  16:21:31
12590         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
12591              add a test for Class::Struct.
12592      Branch: perl
12593            + t/lib/class-struct.t
12594            ! MANIFEST lib/Class/Struct.pm
12595 ____________________________________________________________________________
12596 [  7918] By: jhi                                   on 2000/11/29  15:48:40
12597         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
12598              From: rspier@pobox.com (Robert Spier)
12599              Date: Wed, 29 Nov 2000 02:25:39 -0500
12600              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
12601              
12602              More checking in case someone has broken their services or
12603              protocol databases.
12604      Branch: perl
12605            ! ext/Sys/Syslog/Syslog.pm
12606 ____________________________________________________________________________
12607 [  7917] By: jhi                                   on 2000/11/29  15:46:25
12608         Log: Subject: [PATCH] $^O  win32 -> MSWin32
12609              From: rspier@pobox.com (Robert Spier)
12610              Date: Wed, 29 Nov 2000 02:17:38 -0500
12611              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
12612              
12613              plus similar nits for vms, err, VMS, and UNICOS.
12614      Branch: perl
12615            ! t/lib/syslfs.t t/op/lfs.t
12616 ____________________________________________________________________________
12617 [  7916] By: jhi                                   on 2000/11/29  15:42:51
12618         Log: Subject: [PATCH] Tokeniser debugging
12619              From: Simon Cozens <simon@cozens.net>
12620              Date: Wed, 29 Nov 2000 14:15:45 +0000
12621              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
12622      Branch: perl
12623            ! perl.c perl.h pod/perlrun.pod toke.c
12624 ____________________________________________________________________________
12625 [  7915] By: jhi                                   on 2000/11/29  15:41:36
12626         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
12627              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12628              Date: Wed, 29 Nov 2000 02:13:14 -0500
12629              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
12630              
12631              OUT keyword nits.
12632              
12633              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
12634              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12635              Date: Wed, 29 Nov 2000 03:09:04 -0500
12636              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
12637              
12638              OUT and IN_OUT documentation.
12639      Branch: perl
12640            ! lib/ExtUtils/xsubpp pod/perlxs.pod
12641 ____________________________________________________________________________
12642 [  7914] By: jhi                                   on 2000/11/29  03:35:01
12643         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
12644              From: John Tobey <jtobey@john-edwin-tobey.org>
12645              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
12646              Message-Id: <m140e1N-000FOoC@feynman.localnet>
12647              
12648              plus a performance speedup noticed by Sarathy.
12649      Branch: perl
12650            ! op.c
12651 ____________________________________________________________________________
12652 [  7913] By: jhi                                   on 2000/11/29  03:16:59
12653         Log: Use "1 while unlink" so that VMS gets clean, too.
12654      Branch: perl
12655            ! t/lib/filter-util.t
12656 ____________________________________________________________________________
12657 [  7912] By: jhi                                   on 2000/11/29  03:09:08
12658         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
12659              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12660              Date: Tue, 28 Nov 2000 03:27:09 -0500
12661              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
12662      Branch: perl
12663            ! lib/ExtUtils/xsubpp
12664 ____________________________________________________________________________
12665 [  7911] By: jhi                                   on 2000/11/29  03:06:30
12666         Log: This should have been part of #7872: no need to scan UTF-8
12667              until eternity.
12668      Branch: perl
12669            ! utf8.c
12670 ____________________________________________________________________________
12671 [  7910] By: jhi                                   on 2000/11/29  02:50:04
12672         Log: One more perltie.pod nit from Casey R. Tweten.
12673      Branch: perl
12674            ! pod/perltie.pod
12675 ____________________________________________________________________________
12676 [  7909] By: jhi                                   on 2000/11/29  02:44:23
12677         Log: Document the known sprintf test failures, exact standard
12678              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
12679      Branch: perl
12680            ! pod/perldelta.pod t/op/sprintf.t
12681 ____________________________________________________________________________
12682 [  7908] By: jhi                                   on 2000/11/29  02:36:23
12683         Log: Add the Encoding table format documentation.
12684      Branch: perl
12685            + ext/Encode/Encode/EncodeFormat.pod
12686            ! MANIFEST
12687 ____________________________________________________________________________
12688 [  7907] By: jhi                                   on 2000/11/29  02:07:24
12689         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
12690              From: "Casey R. Tweten" <crt@kiski.net>
12691              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
12692              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
12693              
12694              Subject: Re: [PATCH] Updating perltie.pod for arrays
12695              From: "Casey R. Tweten" <crt@kiski.net>
12696              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
12697              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
12698      Branch: perl
12699            ! pod/perltie.pod
12700 ____________________________________________________________________________
12701 [  7906] By: nick                                  on 2000/11/28  22:40:59
12702         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
12703      Branch: perlio
12704            ! iperlsys.h perlio.c
12705 ____________________________________________________________________________
12706 [  7905] By: nick                                  on 2000/11/28  22:04:34
12707         Log: Integrate mainline
12708      Branch: perlio
12709           !> (integrate 39 files)
12710 ____________________________________________________________________________
12711 [  7904] By: jhi                                   on 2000/11/28  16:44:43
12712         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
12713              From: Nicholas Clark <nick@babyhippo.co.uk>
12714              Date: Tue, 28 Nov 2000 11:16:57 +0000
12715              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
12716      Branch: perl
12717            ! pod/perlipc.pod
12718 ____________________________________________________________________________
12719 [  7903] By: jhi                                   on 2000/11/28  16:40:31
12720         Log: Subject: [PATCH] Updating perltie.pod for arrays
12721              From: "Casey R. Tweten" <crt@kiski.net>
12722              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
12723              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
12724      Branch: perl
12725            ! pod/perltie.pod
12726 ____________________________________________________________________________
12727 [  7902] By: jhi                                   on 2000/11/28  16:39:37
12728         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
12729              From: Robin Barker <rmb1@cise.npl.co.uk>
12730              Date: Mon, 27 Nov 2000 17:56:44 GMT
12731              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
12732      Branch: perl
12733            ! pod/perlfunc.pod t/op/split.t
12734 ____________________________________________________________________________
12735 [  7901] By: jhi                                   on 2000/11/28  16:28:04
12736         Log: setmode() is a DOSish-only thing.
12737      Branch: perl
12738            ! perlio.c
12739 ____________________________________________________________________________
12740 [  7900] By: jhi                                   on 2000/11/28  16:21:46
12741         Log: Subject: [PATCH] perlcc.PL cleanups
12742              From: Simon Cozens <simon@cozens.net>
12743              Date: Tue, 28 Nov 2000 12:44:35 +0000
12744              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
12745      Branch: perl
12746            ! utils/perlcc.PL
12747 ____________________________________________________________________________
12748 [  7899] By: gsar                                  on 2000/11/28  06:32:55
12749         Log: reintegrate files missed by change#7895
12750      Branch: maint-5.6/perl
12751           +> ext/ByteLoader/bytecode.h utils/Makefile
12752            - utils/perlbc.PL
12753 ____________________________________________________________________________
12754 [  7897] By: gsar                                  on 2000/11/27  18:22:47
12755         Log: can't integrate these two files, for some reason
12756      Branch: maint-5.6/perl
12757            - ext/ByteLoader/bytecode.h utils/Makefile
12758 ____________________________________________________________________________
12759 [  7895] By: gsar                                  on 2000/11/27  18:11:21
12760         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
12761              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
12762              6757..6890,6892..6901 from mainline
12763              
12764              Bytecompiler patches from Benjamin Stuhl.
12765              
12766              More bytecompiler.
12767              
12768              Subject: [PATCH blead] B:: missing dependency
12769              
12770              Subject: [PATCH: 6757] configure.com updates and syslog build
12771              
12772              Long double Gconvert fixes from Yitzchak Scott-Thoennes
12773              and Spider Boardman.
12774              
12775              Subject: [PATCH blead] nextchar() abuse misses an optimisation
12776              
12777              Long double fixes from Spider Boardman.
12778              
12779              Make the selection of NVff et al stricter.
12780              
12781              cSVOPo_*v things index into the current PL_curpad
12782              under ithreads, which is different from the curpad
12783              used by the XSUB.  (In other words, the code as-is
12784              before this patch wouldn't work under ithreads.)
12785              
12786              Be portable.
12787              
12788              VMS MMS (make) wants null action.
12789              
12790              Mac and other portability updates from Chris Nandor.
12791              
12792              Storable support, v-version fixes.
12793              Subject: CPAN.pm beta for testing available
12794              
12795              Portability fix from Hugo van der Sanden.
12796              
12797              Bad makefile.
12798              
12799              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
12800              
12801              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
12802              
12803              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
12804              
12805              Replace #6705 with a minimal doc patch.
12806              Subject: [PATCH 5.6.0] replace change #6705
12807              
12808              Drop the separate perlbc, perlcc -b should be enough.
12809              
12810              installperl couldn't tell whether it had run tests or not.
12811              Subject: [PATCH] Re: installperl and t/TEST
12812              
12813              Add silencer flags to installperl.
12814              Subject: [PATCH] Making installperl silent.
12815              
12816              Make "make install" by default silent.  A new "install-verbose"
12817              target is verbose.
12818              
12819              More liberal parsing of version numbers.
12820              Subject: Re: CPAN.pm beta for testing available
12821              
12822              Create directories in silence.
12823              Subject: [PATCH] Another silencer for MakeMaker
12824              
12825              DOS patches and portability/porting notes, from Tim Jenness.
12826              
12827              Make installman to recognize the silence flag -S.
12828              
12829              Actually do something with the silencer option.
12830              
12831              Continue silencing.
12832              
12833              Show the doc file, not the temp file.
12834              
12835              Regen perltoc.
12836              
12837              Subject: [PATCH] More silencing of installman.
12838              
12839              Better wording for the vec lvalue diagnostic.
12840              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
12841              
12842              Subject: [PATCH: 6805] several more tweaks to configure.com
12843              
12844              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
12845              
12846              Missing parts of 
12847              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
12848              
12849              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
12850              (applied slightly modified)
12851              
12852              installperl --verbose and --silent.
12853              Subject: Re: [PATCH] More silencing of installman.
12854              
12855              Add install-silent target.
12856              
12857              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
12858              the problem reported in
12859              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
12860              
12861              Tweak the sfio/useperlio logic, hopefully as wished in
12862              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
12863              
12864              One forgotten file from #6816.
12865              
12866              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
12867              
12868              Remove duplicately applied patch shards.
12869              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
12870              
12871              Support preserving extremely big/small angles.
12872              
12873              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
12874              
12875              Subject: [PATCH] installation not quite silent yet.
12876              
12877              Update the test count.
12878              
12879              Use UVxf, PTR2UV, NVff.
12880              
12881              Document PTR2XX and INT2PTR.
12882              
12883              no-install target a la make -n.
12884              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
12885              
12886              grep -e isn't portable.
12887              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
12888              
12889              Can't get the test to reliably work thanks to the
12890              inaccurateness of floating point.  "Resolves" bug ids
12891              20000826.003, 20000826.009, 20000826.010,
12892              
12893              Subject: installman buglet
12894              
12895              DJGPP update from Laszlo Molnar.
12896              
12897              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
12898              
12899              Passing -R in ldflags makes now it to appear in the default
12900              for lddlflags, just like with -L.
12901              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
12902              
12903              Test nit.
12904              
12905              Use the actual thread type, not the pointer-to-struct.
12906              
12907              Provice virtual $Config{ccflags_nolargefiles} etc. 
12908              
12909              display_format used as a class method without arguments was broken,
12910              reported in
12911              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
12912              
12913              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
12914              
12915              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
12916              
12917              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
12918              
12919              opmini.o may be left around if a build is interrupted.
12920              
12921              Typo in #6858.
12922              
12923              Fix for ID 20000828.001, long doubles were not formatted
12924              correctly (showed up in $], which stopped installing perl).
12925              
12926              An attempt to fix the problem reported in
12927              Subject: Building perl@6856 using gcc/AIX 4.3.3 
12928              I can't test this properly since the gcc installation I have
12929              access to seems to be botched (gcc is calling the AIX cpp,
12930              a losing proposition...)
12931              
12932              Add -ld to archname on long tr...double platforms.
12933              
12934              Subject: hv.h Doc Patch
12935              
12936              Potential cruft.
12937              
12938              Subject: [PATCH bleedperl@6856] warnings fixes
12939              
12940              -S is the silent flag, -s is the strip flag.
12941              Subject: [PATCH] Re: [PATCH] make no-install          
12942              
12943              Take out the SUIDMAIL thing, that will not be
12944              a problem in 5.7.*.
12945              
12946              Subject: [PATCH bleedperl@6866] spellings
12947              
12948              Subject: [PATCH] Re: files not cleaned even by veryclean
12949              
12950              Use minimal @INC in tests, most of the time just '../lib',
12951              so that we simply can't pick up stuff from other Perls than
12952              the one we are testing.  Pointed out by
12953              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
12954              
12955              Update to Getopt::Long 2.24, from Johan Vromans.
12956              
12957              Fix for thinko in #6848.
12958              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
12959              
12960              Patches all over for people and the files they (hopefully) care about.
12961              
12962              Subject: Net::protoent does not export 'getproto'
12963              
12964              Missed a change in #6869.
12965              
12966              Subject: [PATCH] Warnings in B::Deparse
12967              
12968              Subject: [PATCH] Glob dumping
12969              
12970              Disable one of the tests for now.
12971              
12972              Disabling the one test is a bit tricky.
12973              
12974              Don't forget to tidy up.
12975              
12976              The #6881 removed one dump line.
12977              
12978              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
12979              
12980              Under usethreads the dumped variable is IN_PAD.
12981              Subject: Re: [PATCH] Glob dumping
12982              
12983              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
12984              
12985              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
12986              
12987              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
12988              
12989              Regen Configure for #6894.
12990              
12991              Subject: [PATCH: 6889] updates to perlebcdic.pod
12992              
12993              Undo namespace pollution of #6878.
12994              Subject: Re: Net::protoent does not export 'getproto'
12995              
12996              Admit that we are leaking scalars.
12997              
12998              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
12999      Branch: maint-5.6/perl
13000           !> (integrate 271 files)
13001 ____________________________________________________________________________
13002 [  7894] By: gsar                                  on 2000/11/27  16:00:34
13003         Log: a couple of nits
13004      Branch: maint-5.6/perl
13005            ! MANIFEST pp_sys.c
13006 ____________________________________________________________________________
13007 [  7893] By: gsar                                  on 2000/11/27  15:10:56
13008         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
13009              6740..6745,6747..6757,6760
13010              
13011              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
13012              
13013              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
13014              
13015              Doc nits spotted by Richard Soderberg.
13016              
13017              move WNOHANG definition to where other such things are
13018              
13019              Make $Config{byteorder} more magical so that it is
13020              dynamically computed: nice for 'fat binaries'.
13021              Subject: [PATCH]: default byteorder
13022              
13023              Subject: [PATCH] Cwd.pm now uses strict
13024              
13025              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
13026              
13027              Get -DLEAKTEST to compile (not necessarily to work, mind)
13028              Subject: [ID 20000724.006] -DLEAKTEST problem
13029              
13030              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
13031              
13032              Add perlebcdic from Peter Prymmer, regen toc.
13033              
13034              Don't propose using modules built for 5.005 if no binary
13035              compatibility with 5.005 is attempted.
13036              
13037              Do not use prototyping here.
13038              Subject: [ID 20000817.016] [PATCH] Peek.xs
13039              
13040              Document what the backtick returns if the command fails.
13041              
13042              Add byteorder to the myconfig output.
13043              
13044              Introduce NVef, NVff, and NVgf, use the middle one.
13045              (helps for lib/peek + Linux + long doubles)  Reported in
13046              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
13047              Use NVs in POSIX math, not doubles.
13048              Subject: [ID 20000817.014] POSIX & modfl
13049              
13050              Subject: [PATCH 5.6.0+] newSVrv() memory leak
13051              
13052              The byteorder code in #6671 was wrong.
13053              
13054              Fix the lib/complex failure of
13055              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
13056              Linux long double accuracy issue: something that
13057              when printed with %g looks like "2" but int() of it is 1.
13058              
13059              Propagate new Configure vars.
13060              
13061              Unbuffer the output.
13062              
13063              Subject: [PATCH] perltrap.pod spring cleaning
13064              
13065              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
13066              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
13067              
13068              Tiny Getopt::Long patch from Johan Vromans.
13069              
13070              Document code point which makes if (defined %stash::) to work
13071              (noted by Spider Boardman).
13072              
13073              Subject: [PATCH perl@6698] cygwin port
13074              
13075              Document the NDBM_File and ODBM_File as SDBM_File
13076              was documented in #6417.
13077              
13078              The new tests were missing from #6415.
13079              
13080              Add [[:blank:]] as suggested in
13081              Subject: [ID 20000716.024] [=cc=] / [:blank:]
13082              (the [=cc=] has already been taken care of by #6439
13083              so the whole bug report can be closed)
13084              and make [[:space:]] to be equivalent to isspace(3)
13085              (as opposed to \s, which is isSPACE()).  The difference
13086              is that now [[:space:]] matches the mythical vertical tab,
13087              while \s doesn't.
13088              
13089              Don't eat leading os from index entries.
13090              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
13091              
13092              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
13093              
13094              Typo in pp_complement().
13095              Subject: [PATCH perl-current] Deparse
13096              
13097              Add warnif(), check warnings further up the stack,
13098              all the warnings functions now can take an optional object reference.
13099              Subject: [PATCH bleedperl@6691] warnings pragma update
13100              
13101              Fix a core dump in lib/selfloader under -DDEBUGGING.
13102              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
13103              
13104              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
13105              
13106              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
13107              
13108              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
13109              Put back the long double avoidance code to POSIX.xs
13110              because VMS seems to need it still.
13111              
13112              Introduce a 'veryclean' target that is like 'distclean'
13113              but also removes *~ and *.orig.
13114              
13115              Subject: [ID 20000817.023] endianness description in perlfunc.pod
13116              
13117              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
13118              
13119              Let's try #6717 again.
13120              
13121              UTF8 concat fixes.
13122              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
13123              
13124              pp_open() could pass an uninitialized filename down to do_open9().
13125              
13126              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
13127              
13128              Update to CGI 2.72, from Lincoln Stein.
13129              
13130              Subject: [PATCH] Silence MakeMaker (Was: installman)
13131              
13132              Use temporary directory instead of current directory.
13133              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
13134              
13135              Document odd vs even subreleases and -Dusedevel.
13136              
13137              The veryclean target needs to clobber.
13138              
13139              Use File::Spec->tmpdir().
13140              
13141              Document the number of exponent digits.
13142              
13143              Mention perlebcdic and perlposix-bc.
13144              
13145              s/this one/the 5.6.0 release/
13146              
13147              The #6724 is here.
13148              
13149              The correct cleaning order is an art.
13150              
13151              small tweaks for change#6705: avoid C++ style comments in C code;
13152              use Perl's malloc API rather than the low level system one
13153              
13154              Array context keeps slithering in.
13155              
13156              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
13157              
13158              Subject: [PATCH] os2.c fix for use64bitint
13159              
13160              Update to Pod::LaTeX 0.53.
13161              Subject: [PATCH] lib/Pod/LaTeX.pm updates
13162              
13163              Document the endianness of Alpha more precisely.
13164              
13165              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
13166              
13167              Rename the macro argument because some preprocessors
13168              can't tell the difference and expand arguments also inside
13169              double quoted strings.
13170              
13171              free TLS slot properly on Windows
13172              
13173              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
13174              
13175              Unicos/mk requires elaborate paranoia.
13176              
13177              Tweak the floating point output routine preferences.
13178              
13179              Also under djgpp the timestamps are funky.
13180              
13181              Apply some PodParser 1.18 patches; the Pod/Find.pm
13182              patches cannot be applied since #6712 conflicts.
13183              
13184              Use PodParser 1.18 new test.
13185              
13186              A pod nit.
13187              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
13188              
13189              Be verydeepclean.
13190      Branch: maint-5.6/perl
13191           +> pod/perlebcdic.pod
13192           !> (integrate 106 files)
13193 ____________________________________________________________________________
13194 [  7892] By: jhi                                   on 2000/11/27  15:02:32
13195         Log: Update Changes.
13196      Branch: perl
13197            ! Changes patchlevel.h
13198 ____________________________________________________________________________
13199 [  7891] By: jhi                                   on 2000/11/27  14:57:23
13200         Log: Subject: Re: perlfaq style changes
13201              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13202              Date: Sat, 25 Nov 2000 23:32:26 -0800
13203              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
13204              
13205              plus a note from Ronald Kimball.
13206      Branch: perl
13207            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
13208 ____________________________________________________________________________
13209 [  7890] By: jhi                                   on 2000/11/27  14:53:14
13210         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
13211              From: Benjamin Holzman <bah@ecnvantage.com>
13212              Date: Sun, 26 Nov 2000 16:27:33 -0500
13213              Message-ID: <20001126162733.J25040@ecnvantage.com>
13214      Branch: perl
13215            ! gv.c
13216 ____________________________________________________________________________
13217 [  7889] By: jhi                                   on 2000/11/27  14:43:11
13218         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
13219              From: lvirden@cas.org
13220              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
13221              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
13222      Branch: perl
13223            ! README.amiga
13224 ____________________________________________________________________________
13225 [  7888] By: jhi                                   on 2000/11/27  14:32:34
13226         Log: Restore also the locale test to no-sprintf-taint state.
13227              Fixes the bug 20001127.003.
13228      Branch: perl
13229            ! sv.c t/pragma/locale.t
13230 ____________________________________________________________________________
13231 [  7887] By: gsar                                  on 2000/11/27  14:13:05
13232         Log: integrate changes#6613..6616,6620..6665 from mainline
13233              
13234              VMS configure.com update continues.
13235              
13236              Subject: Test fails / warnings with perl-current #6612
13237              
13238              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
13239              
13240              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
13241              
13242              For now remove the mail code.
13243              
13244              Subject: Re: [PATCH] @+, @- readonly
13245              
13246              Subject: warning: storage class after type is obsolescent
13247              
13248              Subject: sfio2000
13249              
13250              Subject: Re: File::Temp problems on VMS in bleedperl
13251              
13252              README.os2 update.
13253              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
13254              
13255              Make the user to give up his firstborn, err, to knowingly
13256              verify installing an unstable developer release.  Also bump
13257              the release to 5.7.0, but leave a patch tag in the local
13258              patches saying that this is not yet the real thing.
13259              
13260              Update (kinda) to Test 1.14, from Joshua Pritikin.
13261              
13262              make ok etc also for win32.
13263              
13264              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
13265              
13266              Don't blow limited stacks, a lower number is enough to
13267              tickle the lookbehind limit.
13268              
13269              Use -Dusedevel; regen Configure and the respective Porting stuff.
13270              
13271              Subject: [PATCH] debugger exit code should reflect user exit code
13272              
13273              Subject: [PATCH perl@6620] cygwin port
13274              
13275              Missed a file from #6638.
13276              
13277              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)
13278              
13279              magic callbacks all need to have same type signature
13280              
13281              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
13282              
13283              Fix a dependency problem.
13284              Subject: [PATCH: 6640] VMS Makefile.SH update
13285              
13286              The numeric locale was reset to "C" by s?printf and never restored.
13287              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
13288              No test since adding the failing example to locale.t
13289              does not fail -- probably because the locale settings are so
13290              thoroughly tweaked by that time.  Running the example standalone
13291              does fail, though.  UPDATE: test case added at change #7540.
13292              
13293              Subject: [ID 20000324.040] minor fix to perlhpux.pod
13294              
13295              Update to CPAN 1.57.
13296              
13297              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
13298              
13299              Change the perlbug address to perl.org since it's more forgiving.
13300              
13301              Change the regx compilation error markers to use = instead of <
13302              since pod makes using the latter quite messy.  Reported in
13303              ID 20000814.006 by Abigail and in
13304              Subject: Unknown escape E<> ?
13305              
13306              Update to perldebtut 1.9, from Richard Foley.
13307              
13308              check that the number pseudo children doesn't exceed
13309              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
13310              the WaitForMultipleObjects() limit that would cause wait()
13311              to crash)
13312              wait() and waitpid() could potentially be rewritten to use
13313              more than one thread to do the waiting to eliminate this
13314              limitation
13315              
13316              change#6328 could make close(SOCKET) return false on windows
13317              when it shouldn't
13318              
13319              pod nit seen in passing
13320              
13321              on windows, the return values from wait() and waitpid() don't
13322              match those of pseudo-pids
13323              
13324              waitpid() now handles externally spawned pids correctly;
13325              fixes for backtick/wait/waitpid failures on Windows 9x
13326              these changes make the pid returned by process functions on
13327              Windows 9x always positive by clearing the high bit (which
13328              is always set on Win9x); pseudo-process PIDs are likewise
13329              always negative now on Win9x (just as on NT/2000)
13330              
13331              trailing new %ENV entries weren't being pushed into the real
13332              environment of subprocesses on Windows
13333              
13334              Tweak the regex compilation errors once more.
13335              
13336              avoid warnings from dense compiler
13337              
13338              add "ok" targets from change#6632 in makefile.mk
13339      Branch: maint-5.6/perl
13340            - lib/Pod/PlainText.pm vms/configure.com
13341           !> (integrate 66 files)
13342 ____________________________________________________________________________
13343 [  7886] By: jhi                                   on 2000/11/27  13:54:18
13344         Log: __FUNCTION__ isn't portable and trying to emulate it leads
13345              into practically spelling out the name of the function.
13346              Takes care of the bug 20001127.001.
13347      Branch: perl
13348            ! perlio.c
13349 ____________________________________________________________________________
13350 [  7885] By: gsar                                  on 2000/11/27  13:53:18
13351         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
13352              6610..6611 from mainline
13353              
13354              Make regular expression parse error messages easier to understand.
13355              Subject: Re: enhanced(?) regex error messages
13356              
13357              Tiny tidying on report_evil_fh().
13358              
13359              Subject: Re: enhanced(?) regex error messages 
13360              plus Capitalize the error messages, plus perldiag them.
13361              
13362              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
13363              
13364              Document here-doc better.
13365              
13366              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
13367              
13368              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
13369              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
13370              (either perlbug or p5p ate the original), plus regen
13371              perlapi and perltoc. 
13372              
13373              Regen global.sym.
13374              
13375              Double check that we have a dirhandle.
13376              
13377              Subject: Re: enhanced(?) regex error messages
13378              (plus two small patches sent privately)
13379              (this still seems to leave few test failures)
13380              
13381              warn is a macro, avoid using at a variable to avoid warnings
13382              in some configurations; readdir.t is too conservative in
13383              estimating number of *.t's
13384              
13385              Get back into sync with Jeffrey on the enhanced regex warnings.
13386              
13387              Subject: [PATCH 5.6.0] cygwin port
13388              
13389              Zero entries were skipped, fix from Adrian Goalby
13390              <argoalby@yahoo.co.uk>
13391              
13392              Subject: Remove dead entry in perldiag
13393              
13394              Amend the description of Perl6.
13395              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
13396              
13397              detypo
13398              
13399              It's the 2ndO'ROSSC.
13400              
13401              Revert the sv.c part of #6559, a better fix is needed.
13402              
13403              Iterating perl6 description.
13404              
13405              Update to Term::ANSIColor 1.03, from Russ Allbery.
13406              
13407              Update to Getopt::Long 2.23_05, from Johan Vromans.
13408              
13409              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
13410              
13411              Update to Pod::Parser 1.17, from Brad Appleton.
13412              
13413              Update to CPAN 1.56, from Andreas König.
13414              
13415              Update to CGI 2.70, from Lincoln Stein.
13416              
13417              Put back the std @INC thing.
13418              
13419              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
13420              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
13421              
13422              Document the IO::Select timeout.
13423              
13424              sleep(1) does not necessarily return 1.
13425              Subject: [PATCH bleadperl] op/lex_assign.t  
13426              
13427              Subject: debugger "d" command doesnt check line number
13428              
13429              B::Deparse didn't do sub attributes.
13430              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
13431              
13432              Preprocessing and postprocessing for File::Find.
13433              Subject: Patch to Find::File.pm to allow alphabetical results
13434              
13435              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
13436              
13437              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
13438              
13439              Subject: Re: [ID 20000730.003] utf8::length() bad
13440              
13441              Subject: Getting perlio and threads to compile
13442              (the Solaris version changes in Configure skipped)
13443              
13444              Tests for #6589.
13445              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
13446              
13447              Add Perl debugging tutorial, regen toc. 
13448              Subject: perldebtut.pod
13449              
13450              Add a few missing files, update MANIFEST.
13451              
13452              Rewrite of vms/subconfigure.com as configure.com,
13453              from Peter Prymmer and the vmsperl crew.
13454              
13455              Should have deleted this in #6603.
13456              
13457              Fix the test for 5005threads.
13458              
13459              Fix-n-skip the tests under 5005threads.
13460              
13461              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
13462              
13463              Upgrade to CGI 2.71, from Lincoln Stein.
13464      Branch: maint-5.6/perl
13465           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
13466           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
13467           +> t/op/regmesg.t t/pod/find.t vms/configure.com
13468            - vms/subconfigure.com
13469            ! lib/lib.pm
13470           !> (integrate 115 files)
13471 ____________________________________________________________________________
13472 [  7884] By: jhi                                   on 2000/11/27  13:44:33
13473         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
13474              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13475              Date:     Mon, 27 Nov 2000 08:23:54 EST
13476              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
13477      Branch: perl
13478            ! vms/descrip_mms.template vms/test.com
13479 ____________________________________________________________________________
13480 [  7883] By: gsar                                  on 2000/11/27  11:50:46
13481         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
13482              6511..6513,6515..6523,6525..6536
13483              
13484              The swallow_bom() saga continues.  The #23 of require.t
13485              (UTF16-LE) still fails (silently, no output) but the #22
13486              (UTF16-BE) seems to be working now.  The root of the
13487              failure may be in sv_gets(): is it UTF-16LE-aware,
13488              especially when it comes to line endings? 
13489              
13490              Document the problem with -P in HP-UX and its workaround.
13491              
13492              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
13493              (aka ID 20000730.002)
13494              
13495              Subject: fix and question re: waitpid() under win32
13496              
13497              Make the safety catch for buggy gccs work with triple version
13498              numbers like 2.95.2.  Reported in
13499              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
13500              
13501              In Digital UNIX warn if gcc explicitly chosen because even
13502              2.95.2 is known to cause problems.
13503              
13504              Make chr() for values >127 to create utf8 when under utf8.
13505              
13506              various syntax errors and such (not fixed: comp/require.t#22 coredump
13507              on Windows)
13508              
13509              Stash away the largefiles flags and libswanted.
13510              
13511              BOM patching from Simon Cozens.
13512              
13513              If gccosandvers is equal to osname, clear gccosandvers.
13514              
13515              Make p4desc to skip non-mainperl branches by default.
13516              
13517              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
13518              
13519              The test from this
13520              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
13521              
13522              In new BSDs changes to argv[] do not show up in ps(1) output,
13523              instead one must use setproctitle().  This was already addressed
13524              by change #6457, but the below has a new variant for FreeBSD 4.0
13525              or later, and the matter is also documented more.
13526              
13527              FreeBSD 3.* updates from
13528              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
13529              
13530              regen_headers, regen perltoc.
13531              
13532              Document in one place the memory abstractions used in Perl core.
13533              
13534              memcpy has n o in it, as pinted ut by Sarathy.
13535              
13536              Remove the extraneous "main::" prefix from all the
13537              "opened only for", "on closed", and "never opened" warnings.
13538              
13539              The name of a filehandle does not have <these>.
13540              
13541              The tr utf8 patching continues.
13542              
13543              The new setproctitle() feature is available only in 
13544              bleeding edge FreeBSD.  From Paul Saab.
13545              
13546              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
13547              
13548              Dump UVs as UVs in Data::Dumper.
13549              
13550              detypo #6494
13551              
13552              Document the IVdf UVuf UVof UVxf.
13553              
13554              require.t needs binmode() to work on windows
13555              
13556              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
13557              that are hopefully soon put into use.
13558              
13559              Allow "no Module;" even if there is no 'unimport'.
13560              
13561              Better skip message for the test; one of the two problems in
13562              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
13563              
13564              The subtest 4 may fail also on VOBS, as pointed out
13565              by Nick Ing-Simmons in November 1999, bug id 19991124.003
13566              (but the failure in that bug report isn't the subtest 4).
13567              
13568              Be more informative on what is skipped and why,
13569              also repeat the list at the end.
13570              
13571              Add a URL for FSF.
13572              
13573              Subject: [PATCH] sv.h documentation - SvLEN
13574              
13575              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
13576              
13577              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
13578              
13579              Subject: [PATCH] bad cppsymbols on os2 + Configure question
13580              
13581              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
13582              
13583              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
13584              mention the idea of @( and @)
13585              
13586              This is 6512.  Really.
13587              
13588              Subject: [ID 19990721.004] Documentation bug in perlfunc
13589              
13590              Subject: Minor tweak to perlvar.pod
13591              
13592              In the warnings call filehandles consistently so;
13593              add "unopened" warning for stat().
13594              
13595              After the #6519 a warning about stat() is just that,
13596              not about a filetest, which now have their own warning.
13597              
13598              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
13599              
13600              Subject: Re: Array vs. List context
13601              
13602              Subject: New perlcc, take 2
13603              
13604              Weed buglets pointed out by
13605              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
13606              
13607              gcc versions might have (parentheses) in them.
13608              
13609              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
13610              
13611              Essential prototype changes were missing from #6527.
13612              Also make report_evil_fh() more bomb-proof.
13613              
13614              Zap lib/Sys directory when cleaning up.
13615              
13616              Change the Policy policy: now -Dprefix= with an existing
13617              Policy.sh and prefix == siteprefix == vendorprefix, then all
13618              of them follow along the new prefix.
13619              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
13620              
13621              Continue fixing the io warnings.  This also
13622              sort of fixes bug ID 20000802.003: the core dump
13623              is no more.  Whether the current behaviour is correct
13624              (giving a warning: "Not a format reference"), is another matter.
13625              
13626              Have symbols for the IoTYPEs.
13627              
13628              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
13629              
13630              Document a bit that UDP is not what you might think.
13631              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
13632              tr memory corruption fix from Simon Cozens.
13633              
13634              Plug the security hole described in the Aug 05 2000 bugtraq message
13635              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
13636              The security hole exists only in suidperls, which isn't
13637              installed or even built by default.
13638      Branch: maint-5.6/perl
13639           !> (integrate 71 files)
13640 ____________________________________________________________________________
13641 [  7882] By: gsar                                  on 2000/11/27  10:25:36
13642         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
13643              from mainline
13644              
13645              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
13646              to be fatal errors (instead of by default ignoring them, and
13647              ignoring with a bug: even though -w gave an error, the opening [
13648              was left in)  Reported in:
13649              
13650              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
13651              
13652              Subject: [PATCH] split /^/
13653              
13654              MacOS nits from Matthias Neeracher.
13655              
13656              More split() doc and test patches from Mike Guy.
13657              
13658              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
13659              from Graham Barr in the module list.
13660              
13661              docfix from Peter Scott <Peter@PSDT.com>.
13662              
13663              File::Temp patches for VMS and OS/2 from Tim Jenness.
13664              
13665              open() wariness in perlbug.
13666              
13667              Subject: [PATCH] minor doc change - perlguts
13668              
13669              Subject: Minor doc patch: handy.h
13670              
13671              Be wary of close()s, too.
13672              
13673              Further File::Temp patches from Yitzchak Scott-Thoennes
13674              and Craig A. Berry.
13675              
13676              Subject: [PATCH] fixes bug 20000508.004
13677              
13678              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
13679              
13680              Allow "no AutoLoader;", based on change #6444,
13681              suggested by Graham Barr.
13682              
13683              Use setproctitle() if available to modify $0.
13684              
13685              Warn if the version of the operating system used to compile gcc
13686              differs from the current version of the operating system.
13687              Also display the gcc compilation os and version in myconfig.
13688              Inspiration from
13689              
13690              Tiny fixes for #6460.
13691              
13692              The problem described in this
13693              Subject: [ID 20000322.018] named chars aren't magical enough
13694              has been fixed in perl 5.6.0 but just in case added a test
13695              to keep it away.  (The report from Joseph Hall.)
13696              
13697              Tune the comments and hopefully stop a memory leak.
13698              
13699              Subject: UTF8 concat
13700              (with a memory leak fixed, plus a few casts added)
13701              This also seems to help for
13702              Subject: [ID 20000716.015] join UTF8 weirdness
13703              
13704              Do not upgrade SVs into utf8 just because they participate
13705              in eq or cmp.  Reported and fix suggested in
13706              Subject: [ID 20000720.009] sv_eq UTF8 bug
13707              
13708              Fix the HALF_UPGRADE() macro introduced in #6263.
13709              
13710              Find green threads before native threads.
13711              Subject: Re: Patch to jpl/JNI/Makefile.PL
13712      Branch: maint-5.6/perl
13713           !> (integrate 30 files)
13714 ____________________________________________________________________________
13715 [  7881] By: jhi                                   on 2000/11/27  05:48:41
13716         Log: It seems that *both* the unused submatch loop cleanup
13717              codes are needed.
13718      Branch: perl
13719            ! regexec.c
13720 ____________________________________________________________________________
13721 [  7880] By: jhi                                   on 2000/11/27  04:50:07
13722         Log: Clean .exists deeper.
13723      Branch: perl
13724            ! Makefile.SH
13725 ____________________________________________________________________________
13726 [  7879] By: jhi                                   on 2000/11/27  02:31:35
13727         Log: The code in regcppop() (see #7878) contains the correct lower
13728              limit for the unused submatch 'cleanup' loop so that under
13729              "use utf8" the following code wouldn't dump core:
13730              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
13731              the cleanup loop in regtry() stomped beyond allocated area
13732              in the startp[] array.  Therefore, copied the correct lower
13733              loop limit (*PL_reglastparen) to regtry().  Note: something
13734              may still not be quite right: why was the _higher_ loop limit
13735              (prog->nparens) different in the utf8 case?
13736              
13737              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
13738              without core dumps, there were about 17 of them before
13739              the patch (with us since Perl 5.7.0).  Two failures, still:
13740              496 and 505 (though these may not be severe).
13741              
13742              Patch #7881 is also needed since both the cleanup loops
13743              seem to be needed.
13744              
13745              Also, the t/op/pat#44 seems to core dump under utf8.
13746              Plus a couple of failures.  UGH-8.
13747      Branch: perl
13748            ! regexec.c
13749 ____________________________________________________________________________
13750 [  7878] By: jhi                                   on 2000/11/27  02:21:17
13751         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
13752              the code in regcppop() seems to be redundant for the test suite --
13753              but it contains a germ of truth, and it needed for the build
13754              process itself: see #7879 and #7881.
13755      Branch: perl
13756            ! regexec.c
13757 ____________________________________________________________________________
13758 [  7877] By: jhi                                   on 2000/11/27  01:53:09
13759         Log: Comment on comment.
13760      Branch: perl
13761            ! regexec.c
13762 ____________________________________________________________________________
13763 [  7876] By: jhi                                   on 2000/11/27  00:49:59
13764         Log: Adjust the docs to agree with #7875.
13765      Branch: perl
13766            ! pod/perllocale.pod
13767 ____________________________________________________________________________
13768 [  7875] By: jhi                                   on 2000/11/27  00:49:27
13769         Log: Retract #7863.  It makes more sense not to taint formatted output,
13770              not even by sprintf().
13771      Branch: perl
13772            ! sv.c
13773 ____________________________________________________________________________
13774 [  7874] By: jhi                                   on 2000/11/26  23:36:02
13775         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
13776              Not really fixed (should really dump the UTF-8 charclass),
13777              but stopped displaying the garbage.
13778              
13779              Also add a note on the (missing) Unicode PSXSPC and BLANK.
13780      Branch: perl
13781            ! regcomp.c
13782 ____________________________________________________________________________
13783 [  7873] By: jhi                                   on 2000/11/26  21:31:13
13784         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
13785      Branch: perl
13786            ! regexec.c
13787 ____________________________________________________________________________
13788 [  7872] By: jhi                                   on 2000/11/26  21:06:04
13789         Log: No need to scan till infinity, 13 is enough.
13790      Branch: perl
13791            ! handy.h utf8.c
13792 ____________________________________________________________________________
13793 [  7871] By: jhi                                   on 2000/11/26  20:20:32
13794         Log: Test line numbers are different with utf8.
13795      Branch: perl
13796            ! t/op/re_tests
13797 ____________________________________________________________________________
13798 [  7870] By: jhi                                   on 2000/11/26  20:10:12
13799         Log: Message nit.
13800      Branch: perl
13801            ! regcomp.c
13802 ____________________________________________________________________________
13803 [  7869] By: jhi                                   on 2000/11/26  19:01:05
13804         Log: Make utf8_length() and utf8_distance() (the latter of which
13805              is unused at the moment) to be less forgiving about bad UTF-8.
13806      Branch: perl
13807            ! embed.h embed.pl objXSUB.h proto.h utf8.c
13808 ____________________________________________________________________________
13809 [  7868] By: jhi                                   on 2000/11/26  18:45:56
13810         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
13811              From: Benjamin Holzman <bah@ecnvantage.com>
13812              Date: Sat, 25 Nov 2000 20:40:20 -0500       
13813              Message-ID: <20001125204020.A25040@ecnvantage.com>              
13814              
13815              Debian allows installing /usr/bin/locale without installing
13816              any locales, an error message will ensue.
13817      Branch: perl
13818            ! t/pragma/locale.t
13819 ____________________________________________________________________________
13820 [  7867] By: jhi                                   on 2000/11/26  18:31:12
13821         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
13822              From: Benjamin Holzman <bah@ecnvantage.com>
13823              Date: Sun, 26 Nov 2000 02:42:34 -0500
13824              Message-ID: <20001126024234.G25040@ecnvantage.com>
13825              
13826              Patch for the bug 20000212.002.
13827      Branch: perl
13828            ! sv.c t/op/array.t
13829 ____________________________________________________________________________
13830 [  7866] By: jhi                                   on 2000/11/26  18:28:09
13831         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
13832              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13833              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
13834              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
13835              
13836              File::Temp 0.11.
13837      Branch: perl
13838            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
13839 ____________________________________________________________________________
13840 [  7865] By: jhi                                   on 2000/11/26  18:24:22
13841         Log: The metaconfig unit change for #7864.
13842      Branch: metaconfig/U/perl
13843            ! need_va_copy.U
13844 ____________________________________________________________________________
13845 [  7864] By: jhi                                   on 2000/11/26  18:23:41
13846         Log: Make the va_copy() test not to be so talkative.
13847      Branch: perl
13848            ! Configure config_h.SH
13849 ____________________________________________________________________________
13850 [  7863] By: jhi                                   on 2000/11/26  18:11:02
13851         Log: Fix locale inconsistencies unearthed by Hugo's work.
13852              Now the floating point sprintf really does taint the result
13853              string as perllocale promises (has promised for a long time)
13854              if "use locale" is in the lexical scope.
13855      Branch: perl
13856            ! sv.c t/pragma/locale.t
13857 ____________________________________________________________________________
13858 [  7862] By: jhi                                   on 2000/11/26  00:35:15
13859         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
13860              From: Nicholas Clark <nick@ccl4.org>
13861              Date: Sun, 26 Nov 2000 00:07:50 +0000
13862              Message-ID: <20001126000750.A22446@plum.flirble.org>
13863              
13864              Infinit.
13865      Branch: perl
13866            ! sv.c
13867 ____________________________________________________________________________
13868 [  7861] By: jhi                                   on 2000/11/26  00:01:26
13869         Log: Integrate perlio.
13870      Branch: perl
13871           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
13872 ____________________________________________________________________________
13873 [  7860] By: nick                                  on 2000/11/25  22:04:17
13874         Log: Correct relative path from new ext\Filter\Util\Call location
13875              back to miniperl.
13876      Branch: perlio
13877            ! win32/makefile.mk
13878 ____________________________________________________________________________
13879 [  7859] By: nick                                  on 2000/11/25  21:26:54
13880         Log: Integrate mainline.
13881      Branch: perlio
13882           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
13883           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
13884           +> t/lib/filter-util.t
13885            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
13886            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
13887            - t/lib/filt-util.t
13888           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
13889           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
13890           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
13891           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
13892           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
13893           !> win32/makefile.mk
13894 ____________________________________________________________________________
13895 [  7858] By: gsar                                  on 2000/11/25  20:52:17
13896         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
13897              parent's memory; fix it by keeping track of the actual pad
13898              offset rather than a raw pointer (this change is probably also
13899              relevant to non-ithreads case to avoid fallout from reallocs of
13900              the pad array, but is currently only enabled for the ithreads
13901              case in the interests of minimal disruption to existing "well
13902              tested" code)
13903      Branch: perl
13904            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
13905            ! proto.h scope.c scope.h sv.c t/op/fork.t
13906 ____________________________________________________________________________
13907 [  7857] By: nick                                  on 2000/11/25  20:01:28
13908         Log: All tests pass on Win32/gcc/USE_PERLIO.
13909              - when crlf layer is pushed make unix-level binary.
13910              - remove :crlf injection in pp_backtick in pp_sys.c
13911              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
13912      Branch: perlio
13913            ! doio.c perlio.c pp_sys.c win32/makefile.mk
13914 ____________________________________________________________________________
13915 [  7856] By: jhi                                   on 2000/11/25  18:38:30
13916         Log: Update the metaconfig units for #7855.
13917      Branch: metaconfig/U/perl
13918            ! useperlio.U usesocks.U
13919 ____________________________________________________________________________
13920 [  7855] By: jhi                                   on 2000/11/25  18:37:54
13921         Log: Undo the SOCKS workarounds, instead start using PerlIO
13922              if SOCKS is selected.
13923              
13924              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
13925              From: Jens Hamisch <jens@Strawberry.COM>
13926              Date: Fri, 24 Nov 2000 18:31:30 +0100
13927              Message-ID: <20001124183130.E28337@Strawberry.COM>
13928              
13929              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
13930              From: Jens Hamisch <jens@Strawberry.COM>
13931              Date: Fri, 24 Nov 2000 19:11:51 +0100
13932              Message-ID: <20001124191151.A28753@Strawberry.COM>
13933      Branch: perl
13934            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
13935            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
13936 ____________________________________________________________________________
13937 [  7854] By: jhi                                   on 2000/11/25  17:39:08
13938         Log: Undo #7848.  Some of the code seems to use walkoptree(),
13939              some walkoptree_slow().  An unfinished renaming?
13940              Now the sub is walkoptree() (which is @EXPORT_OK),
13941              the walkoptree_slow() is a typeglob alias to walkoptree.
13942              This makes the tests to pass, at least.
13943      Branch: perl
13944            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
13945 ____________________________________________________________________________
13946 [  7853] By: nick                                  on 2000/11/24  22:24:33
13947         Log: Re-arrange crlf vs binary for platforms that care.
13948              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
13949              Lip-service to making stdio layer work on such platfroms (untested).
13950              Now fails 3 tests rather than one, checkin to see if I can debug 
13951              the issue under linux. (Do not merge.)
13952      Branch: perlio
13953            ! doio.c perlio.c perliol.h
13954 ____________________________________________________________________________
13955 [  7852] By: jhi                                   on 2000/11/24  18:57:39
13956         Log: AUTHORS edits.
13957      Branch: perl
13958            ! AUTHORS
13959 ____________________________________________________________________________
13960 [  7851] By: jhi                                   on 2000/11/24  17:34:56
13961         Log: Add Jan-Erik Karlsson.
13962      Branch: perl
13963            ! AUTHORS
13964 ____________________________________________________________________________
13965 [  7850] By: jhi                                   on 2000/11/24  17:27:56
13966         Log: Configure should find stdchar on its own.
13967      Branch: perl
13968            ! hints/solaris_2.sh
13969 ____________________________________________________________________________
13970 [  7849] By: jhi                                   on 2000/11/24  17:24:55
13971         Log: Subject: PATCH over 7848: Filter test flawed
13972              From: andreas.koenig@anima.de (Andreas J. Koenig)
13973              Date: 24 Nov 2000 10:28:29 +0100
13974              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
13975      Branch: perl
13976            ! t/lib/filter-util.t
13977 ____________________________________________________________________________
13978 [  7848] By: jhi                                   on 2000/11/24  17:22:15
13979         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
13980              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
13981              Date: Fri, 24 Nov 2000 16:12:58 +0000
13982              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
13983      Branch: perl
13984            ! ext/B/B.pm
13985 ____________________________________________________________________________
13986 [  7847] By: jhi                                   on 2000/11/24  03:07:01
13987         Log: Integrate perlio.
13988      Branch: perl
13989           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
13990           !> win32/makefile.mk
13991 ____________________________________________________________________________
13992 [  7846] By: gsar                                  on 2000/11/24  00:55:57
13993         Log: integrate changes#6415..6418,6420..6438 from mainline
13994              
13995              Fix the bitvector ops for utf8 (tricky since past 7 bits
13996              the utf8 'characters' can be more than one octet).
13997              
13998              MPE/ix updates for perl 5.6.0 from Mark Bixby.
13999              
14000              Subject: SDBM_File documentation
14001              
14002              Detypo.
14003              
14004              Decutandpasto.
14005              
14006              Send all installperl messages to STDERR and be -w clean.
14007              
14008              Out-of-date note removed.
14009              
14010              Protect against "wild next"s, that is, callbacks doing "next"
14011              instead of "return".
14012              
14013              Use STDOUT consistently.
14014              
14015              The output might have been produced in the wrong order.
14016              
14017              A missing 'break' after the [[:space:]] switch case.
14018              
14019              Add tests for
14020              [ID 19991110.003] another matching finding by pcre author
14021              which has already been fixed by some patch, as verified in
14022              
14023              Documentation to explain the behaviour of map().
14024              
14025              Add an optimization for map-maps-a-list-element-to-more-list-elements
14026              case, but add also notes explaining the relationship of this
14027              patch and the earlier notes by Sarathy.
14028              
14029              Subject: [ID 20000716.023] syslog test fails without sockets
14030              
14031              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
14032              Test cases for #6431.
14033              
14034              File::Spec::VMS fixup for tmpdir from Craig Berry.
14035              
14036              Make the "uninit variable" warning to say "concat or string"
14037              or "join or string" when in concat or join .
14038              
14039              Get UTF16 BOMs working.  Patch from
14040              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
14041              
14042              Subject: [PATCH] Make large file tests deal with SIGXFSZ
14043              
14044              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
14045              
14046              Subject: [PATCH] av.c apidoc
14047      Branch: maint-5.6/perl
14048           !> (integrate 43 files)
14049 ____________________________________________________________________________
14050 [  7845] By: gsar                                  on 2000/11/24  00:20:45
14051         Log: integrate changes#6406..6414 from mainline
14052              
14053              Merge perlhacktut into perlhack, update perlguts.
14054              
14055              Fix AutoSplit to use File::Spec the right way in VMS,
14056              from Peter Prymmer.
14057              
14058              The bug report
14059              [ID 19991110.002] minimal matching discrepancy found by pcre author
14060              seems to have been fixed (though differently from what was suggested
14061              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
14062              
14063              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
14064              not in pod, from Peter Prymmer
14065              
14066              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
14067              From: Hugo <hv@crypt.compulink.co.uk>
14068              Date: Fri, 14 Jul 2000 23:05:20 +0100
14069              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
14070              
14071              Didn't anymore apply, but that point still could use another fix.
14072              
14073              lib/b test fixes from Peter Prymmer.
14074              
14075              More docs for sv functions.
14076              
14077              perlvms.pod whitespace cleanup to keep pod utils happy.
14078              
14079              another VMS build tweak from Peter Prymmer
14080      Branch: maint-5.6/perl
14081           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
14082           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
14083           !> vms/descrip_mms.template vms/perlvms.pod
14084 ____________________________________________________________________________
14085 [  7844] By: nick                                  on 2000/11/23  23:42:45
14086         Log: Win32/perlio Now just fails one io/argv.t test - lack 
14087              of default :crlf on standard streams.
14088      Branch: perlio
14089            ! doio.c perlio.c
14090 ____________________________________________________________________________
14091 [  7843] By: nick                                  on 2000/11/23  23:04:05
14092         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
14093              peek fail is showing a real problem (multiple crlf layers
14094              are getting pushed.)
14095      Branch: perlio
14096            ! doio.c perlio.c win32/makefile.mk
14097 ____________________________________________________________________________
14098 [  7842] By: nick                                  on 2000/11/23  19:46:23
14099         Log: Implement PerlIO_binmode()
14100              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
14101              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
14102              make binmode in t/lib/io_tell.t unconditional so that works.
14103              Checkin just so Win32 machine can see these changes.
14104      Branch: perlio
14105            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
14106 ____________________________________________________________________________
14107 [  7841] By: jhi                                   on 2000/11/23  19:30:00
14108         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
14109      Branch: perl
14110            ! README.amiga
14111 ____________________________________________________________________________
14112 [  7840] By: jhi                                   on 2000/11/23  17:18:02
14113         Log: SOCKS wrestling continues, patches from Jens Hamisch.
14114      Branch: perl
14115            ! doio.c embed.h embed.pl perlsdio.h proto.h
14116 ____________________________________________________________________________
14117 [  7839] By: jhi                                   on 2000/11/23  16:54:14
14118         Log: Push Filter::Util::Call one level deeper.
14119      Branch: perl
14120            + t/lib/filter-util.t
14121           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
14122           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
14123            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
14124            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
14125            - t/lib/filt-util.t
14126            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
14127            ! win32/Makefile win32/makefile.mk
14128 ____________________________________________________________________________
14129 [  7838] By: jhi                                   on 2000/11/23  16:52:40
14130         Log: Reach back one higher up when searching for PERL_SRC.
14131      Branch: perl
14132            ! lib/ExtUtils/MM_Unix.pm
14133 ____________________________________________________________________________
14134 [  7837] By: jhi                                   on 2000/11/23  16:05:41
14135         Log: Subject: Re: perl@7826
14136              Date: Thu, 23 Nov 2000 02:20:25 -0600
14137              From: "Craig A. Berry" <craigberry@mac.com>
14138              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
14139              
14140              Make VMS to like Filter::Util::Call. 
14141      Branch: perl
14142            ! configure.com ext/Filter/Util/Makefile.PL
14143 ____________________________________________________________________________
14144 [  7836] By: nick                                  on 2000/11/23  16:04:08
14145         Log: Implement crlf layer - not ready for merge.
14146      Branch: perlio
14147            ! perlio.c win32/makefile.mk
14148 ____________________________________________________________________________
14149 [  7835] By: jhi                                   on 2000/11/23  15:56:52
14150         Log: STDCHAR is different in Sparc v9 vs x86.
14151      Branch: perl
14152            ! hints/solaris_2.sh
14153 ____________________________________________________________________________
14154 [  7834] By: jhi                                   on 2000/11/23  15:50:47
14155         Log: The type needs to be visible to protos.
14156      Branch: perl
14157            ! perl.h
14158 ____________________________________________________________________________
14159 [  7833] By: jhi                                   on 2000/11/23  15:40:46
14160         Log: Finish unfinished SOCKS workaround changes.
14161      Branch: perl
14162            ! doio.c
14163 ____________________________________________________________________________
14164 [  7832] By: jhi                                   on 2000/11/23  15:33:30
14165         Log: Integrate perlio.
14166      Branch: perl
14167           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14168           !> win32/makefile.mk
14169 ____________________________________________________________________________
14170 [  7831] By: nick                                  on 2000/11/23  10:31:07
14171         Log: Correct makefile.mk dependancies for ext/Filter/Util
14172              Build ext/Encode
14173              Run dmake regen_config_h
14174      Branch: perlio
14175            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14176            ! win32/makefile.mk
14177 ____________________________________________________________________________
14178 [  7830] By: nick                                  on 2000/11/23  08:05:07
14179         Log: Integrate mainline
14180      Branch: perlio
14181           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
14182           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
14183           +> t/lib/filt-util.pl t/lib/filt-util.t
14184           !> (integrate 41 files)
14185 ____________________________________________________________________________
14186 [  7829] By: gsar                                  on 2000/11/23  03:07:11
14187         Log: build the Filter extension on windows
14188      Branch: perl
14189            ! win32/Makefile win32/makefile.mk
14190 ____________________________________________________________________________
14191 [  7828] By: gsar                                  on 2000/11/23  02:46:35
14192         Log: regenerate win32/config* and fix some inconsistencies in the
14193              makefiles; always export Perl_deb() because it is needed
14194              by ext/re/* (whether perl itself is built with -DDEBUGGING
14195              or not)
14196      Branch: perl
14197            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
14198            ! win32/config_H.vc win32/makefile.mk
14199 ____________________________________________________________________________
14200 [  7827] By: gsar                                  on 2000/11/23  02:18:38
14201         Log: get sources building on windows+MSVC again (untested with other
14202              compilers)
14203      Branch: perl
14204            ! win32/include/sys/socket.h win32/perllib.c
14205 ____________________________________________________________________________
14206 [  7826] By: jhi                                   on 2000/11/23  01:18:26
14207         Log: Update Changes.
14208      Branch: perl
14209            ! Changes patchlevel.h
14210 ____________________________________________________________________________
14211 [  7825] By: jhi                                   on 2000/11/23  00:20:41
14212         Log: Subject: Re: av.c patch (having slight problems)
14213              From: "Ben Tilly" <ben_tilly@hotmail.com>
14214              Date: Tue, 21 Nov 2000 23:29:31 -0500
14215              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
14216              
14217              unshift() speedup.
14218      Branch: perl
14219            ! av.c
14220 ____________________________________________________________________________
14221 [  7824] By: jhi                                   on 2000/11/22  23:59:15
14222         Log: Fixes for signedness warnings noticed by VMSperlers.
14223      Branch: perl
14224            ! ext/Storable/Storable.xs regcomp.c sv.c
14225 ____________________________________________________________________________
14226 [  7823] By: jhi                                   on 2000/11/22  23:19:31
14227         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
14228              From: Peter Prymmer <pvhp@forte.com>
14229              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
14230              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
14231      Branch: perl
14232            ! t/pragma/warn/pp_hot
14233 ____________________________________________________________________________
14234 [  7822] By: jhi                                   on 2000/11/22  22:52:20
14235         Log: Be clean.
14236      Branch: perl
14237            ! Makefile.SH
14238 ____________________________________________________________________________
14239 [  7821] By: jhi                                   on 2000/11/22  22:46:39
14240         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
14241              by Damian Conway, as suggested by Paul Marquess.
14242      Branch: perl
14243            + lib/Filter/Simple.pm
14244 ____________________________________________________________________________
14245 [  7820] By: jhi                                   on 2000/11/22  22:45:51
14246         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
14247      Branch: perl
14248            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
14249            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
14250            + t/lib/filt-util.t
14251            ! MANIFEST
14252 ____________________________________________________________________________
14253 [  7819] By: jhi                                   on 2000/11/22  22:03:27
14254         Log: Integrate perlio.
14255      Branch: perl
14256           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
14257           !> win32/makefile.mk
14258 ____________________________________________________________________________
14259 [  7818] By: jhi                                   on 2000/11/22  21:56:02
14260         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
14261      Branch: perl
14262            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
14263            ! t/lib/io_sock.t
14264 ____________________________________________________________________________
14265 [  7817] By: jhi                                   on 2000/11/22  21:39:49
14266         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
14267              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14268              Date: Wed, 22 Nov 2000 16:08:12 -0500
14269              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
14270      Branch: perl
14271            ! lib/ExtUtils/Liblist.pm
14272 ____________________________________________________________________________
14273 [  7816] By: jhi                                   on 2000/11/22  21:38:25
14274         Log: Go ahead and #include <unistd.h> in perl.h.
14275      Branch: perl
14276            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
14277            ! util.c
14278 ____________________________________________________________________________
14279 [  7815] By: jhi                                   on 2000/11/22  21:22:52
14280         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
14281              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14282              Date: Mon, 20 Nov 2000 18:30:52 -0500
14283              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
14284      Branch: perl
14285            ! pod/perlre.pod regcomp.c t/op/re_tests
14286 ____________________________________________________________________________
14287 [  7814] By: jhi                                   on 2000/11/22  21:21:46
14288         Log: Subject: [PATCH 5.7.0] Liblist finally works
14289              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14290              Date: Tue, 21 Nov 2000 22:02:17 -0500
14291              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
14292      Branch: perl
14293            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
14294            ! lib/ExtUtils/MakeMaker.pm
14295 ____________________________________________________________________________
14296 [  7813] By: jhi                                   on 2000/11/22  21:20:23
14297         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
14298              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14299              Date: Wed, 22 Nov 2000 17:53:15 +0100
14300              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
14301              
14302              AIX dynaloader and perlio patch.
14303      Branch: perl
14304            ! ext/DynaLoader/dl_aix.xs
14305 ____________________________________________________________________________
14306 [  7812] By: jhi                                   on 2000/11/22  21:17:52
14307         Log: (Accidentally empty patch.)
14308      Branch: perl
14309            ! av.c
14310 ____________________________________________________________________________
14311 [  7811] By: jhi                                   on 2000/11/22  21:16:31
14312         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
14313              From: Peter Prymmer <pvhp@forte.com>
14314              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
14315              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
14316      Branch: perl
14317            ! vms/test.com
14318 ____________________________________________________________________________
14319 [  7810] By: jhi                                   on 2000/11/22  21:15:36
14320         Log: Subject: Re: perl@7777 
14321              From: "John P. Linderman" <jpl@research.att.com>
14322              Date: Wed, 22 Nov 2000 13:11:11 -0500
14323              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
14324              
14325              Detypoing.
14326      Branch: perl
14327            ! lib/CPAN.pm
14328 ____________________________________________________________________________
14329 [  7809] By: jhi                                   on 2000/11/22  21:14:19
14330         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
14331              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14332              Date:     Wed, 22 Nov 2000 13:51:37 EST
14333              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
14334      Branch: perl
14335            ! perlsdio.h
14336 ____________________________________________________________________________
14337 [  7808] By: jhi                                   on 2000/11/22  21:13:27
14338         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
14339              From: Casey Tweten <crt@kiski.net>
14340              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
14341              Message-Id: <200011201653.LAA10194@home.kiski.net>
14342      Branch: perl
14343            ! t/lib/io_udp.t
14344 ____________________________________________________________________________
14345 [  7807] By: jhi                                   on 2000/11/22  21:12:35
14346         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
14347              From: Casey Tweten <crt@kiski.net>
14348              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
14349              Message-Id: <200011201636.LAA07227@home.kiski.net>
14350      Branch: perl
14351            ! t/lib/io_sock.t
14352 ____________________________________________________________________________
14353 [  7806] By: jhi                                   on 2000/11/22  21:10:59
14354         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
14355              From: "Casey R. Tweten" <crt@kiski.net>
14356              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
14357              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
14358      Branch: perl
14359            ! utils/h2xs.PL
14360 ____________________________________________________________________________
14361 [  7805] By: nick                                  on 2000/11/22  21:05:06
14362         Log: Integrate mainline
14363      Branch: perlio
14364           !> Changes Porting/genlog ext/DB_File/DB_File.xs
14365           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
14366           !> utils/perlbug.PL
14367 ____________________________________________________________________________
14368 [  7804] By: jhi                                   on 2000/11/22  21:01:12
14369         Log: Subject: [PATCH] Test.pm POD peculiarity
14370              From: "Casey R. Tweten" <crt@kiski.net>
14371              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
14372              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
14373      Branch: perl
14374            ! lib/Test.pm
14375 ____________________________________________________________________________
14376 [  7803] By: jhi                                   on 2000/11/22  20:59:59
14377         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
14378              From: "Philip Newton" <pnewton@gmx.de>
14379              Date: Wed, 22 Nov 2000 14:25:53 +0100
14380              Message-Id: <3A1BD771.25462.1939FAD@localhost>
14381              
14382              Be case-understanding also on 's', and use the -oi of sendmail
14383              not to terminate the transmission on a lone '.'.
14384      Branch: perl
14385            ! utils/perlbug.PL
14386 ____________________________________________________________________________
14387 [  7802] By: nick                                  on 2000/11/22  20:51:42
14388         Log: Win32 PerlIO intermediate state now working as expected.
14389              - In current state we are still using C runtime in text/binary
14390              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
14391              - PERLIO=stdio and PERLIO=unix pass all expected tests.
14392              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
14393              and PerlIO_seek() and the dummy crlf layer is not making adjustments
14394              for CRLF translation happening in C runtime. All other tests pass.
14395              
14396              Added note to README.win32 to point out the snags of doing a perl build
14397              with Norton AntiVirus turned on.
14398              
14399              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
14400              which file a fail comes from.
14401              
14402              Updated "canned" config.h to match the one generated.
14403      Branch: perlio
14404            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
14405            ! win32/makefile.mk
14406 ____________________________________________________________________________
14407 [  7801] By: jhi                                   on 2000/11/22  06:50:20
14408         Log: Nickety nits.
14409      Branch: perl
14410            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
14411 ____________________________________________________________________________
14412 [  7800] By: jhi                                   on 2000/11/22  01:29:55
14413         Log: Changes had accidentally gone too silent on non-main branches.
14414      Branch: perl
14415            ! Changes Porting/genlog patchlevel.h
14416 ____________________________________________________________________________
14417 [  7799] By: gsar                                  on 2000/11/22  01:02:56
14418         Log: some lib_pm.PL changes snuck in via change#7772
14419      Branch: maint-5.6/perl
14420            ! Makefile.SH
14421 ____________________________________________________________________________
14422 [  7798] By: nick                                  on 2000/11/21  21:59:40
14423         Log: Integrate mainline
14424      Branch: perlio
14425           !> (integrate 28 files)
14426 ____________________________________________________________________________
14427 [  7797] By: jhi                                   on 2000/11/21  21:01:45
14428         Log: Integrate perlio.
14429      Branch: perl
14430           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
14431 ____________________________________________________________________________
14432 [  7796] By: nick                                  on 2000/11/21  20:36:22
14433         Log: Win32 builds and runs (mostly) with USE_PERLIO.
14434              PERLIO=perlio passes all tests. 
14435              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
14436      Branch: perlio
14437            ! perlio.c win32/perllib.c win32/win32.c
14438 ____________________________________________________________________________
14439 [  7795] By: jhi                                   on 2000/11/21  19:03:44
14440         Log: Update Changes.
14441      Branch: perl
14442            ! Changes patchlevel.h
14443 ____________________________________________________________________________
14444 [  7794] By: jhi                                   on 2000/11/21  18:56:34
14445         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
14446              From: "Craig A. Berry" <craigberry@mac.com>
14447              Date: Mon, 20 Nov 2000 20:27:06 -0600
14448              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
14449              
14450              A cut-and-pasto.
14451      Branch: perl
14452            ! perlio.h
14453 ____________________________________________________________________________
14454 [  7793] By: jhi                                   on 2000/11/21  18:54:41
14455         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
14456              From: Dominic Dunlop <domo@computer.org> 
14457              Date: Mon, 20 Nov 2000 18:55:29 +0100
14458              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
14459              
14460              va_copy() and the need of it.
14461              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
14462      Branch: metaconfig/U/perl
14463            + need_va_copy.U
14464      Branch: perl
14465            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14466            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
14467            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
14468            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14469            ! win32/config.bc win32/config.gc win32/config.vc
14470 ____________________________________________________________________________
14471 [  7792] By: jhi                                   on 2000/11/21  17:04:10
14472         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
14473      Branch: perl
14474           !> scope.h
14475 ____________________________________________________________________________
14476 [  7791] By: jhi                                   on 2000/11/21  17:01:16
14477         Log: Export the SOCKS workaround symbols only if necessary.
14478      Branch: perl
14479            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
14480 ____________________________________________________________________________
14481 [  7790] By: nick                                  on 2000/11/20  23:57:11
14482         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
14483      Branch: perlio
14484            ! scope.h
14485 ____________________________________________________________________________
14486 [  7789] By: nick                                  on 2000/11/20  23:38:33
14487         Log: Integrate mainline
14488      Branch: perlio
14489           +> lib/File/Spec/Epoc.pm
14490           !> (integrate 34 files)
14491 ____________________________________________________________________________
14492 [  7788] By: nick                                  on 2000/11/20  23:20:18
14493         Log: Make extra buffer layer work (dummy crlf layer)
14494      Branch: perlio
14495            ! doio.c perlio.c perlio.h
14496 ____________________________________________________________________________
14497 [  7787] By: jhi                                   on 2000/11/20  22:44:04
14498         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
14499              From: Peter Prymmer <pvhp@forte.com>
14500              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
14501              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
14502      Branch: perl
14503            ! t/pragma/locale.t
14504 ____________________________________________________________________________
14505 [  7786] By: jhi                                   on 2000/11/20  22:29:10
14506         Log: Subject: DOC PATCH 5.6.0 perlreftut
14507              From: mjd@plover.com
14508              Date: 20 Nov 2000 19:45:06 -0000
14509              Message-ID: <20001120194506.9505.qmail@plover.com>
14510      Branch: perl
14511            ! pod/perlreftut.pod
14512 ____________________________________________________________________________
14513 [  7785] By: jhi                                   on 2000/11/20  22:27:44
14514         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
14515              From: David Dyck <dcd@tc.fluke.com>
14516              Date: Mon, 20 Nov 2000 11:43:40 -0800
14517              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
14518      Branch: perl
14519            ! lib/Cwd.pm
14520 ____________________________________________________________________________
14521 [  7784] By: jhi                                   on 2000/11/20  22:23:21
14522         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
14523              Date: Mon, 20 Nov 2000 17:06:10 -0500
14524              To: Mailing list Perl5 <perl5-porters@perl.org>
14525              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
14526      Branch: perl
14527            ! pp_ctl.c t/op/pat.t
14528 ____________________________________________________________________________
14529 [  7783] By: jhi                                   on 2000/11/20  22:11:18
14530         Log: Subject: [PATCH] doop.c - UTF8 tr///               
14531              From: Simon Cozens <simon@cozens.net>
14532              Date: Sat, 18 Nov 2000 18:49:30 +0000
14533              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
14534              
14535              Subject: Re: [PATCH] doop.c - UTF8 tr///           
14536              From: Simon Cozens <simon@cozens.net>
14537              Date: Mon, 20 Nov 2000 20:45:22 +0000
14538              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
14539              
14540              Make tr on UTF-8 better but still not correct.
14541      Branch: perl
14542            ! doop.c
14543 ____________________________________________________________________________
14544 [  7782] By: jhi                                   on 2000/11/20  22:02:16
14545         Log: Remove the shared object before attempting to create
14546              (by linking) a new one.  E.g. in AIX not removing
14547              becomes quite painful if one tries to do more than one
14548              build in the same tree (an interrupted build, for example),
14549              since the AIX' shared dynaloader seemingly keeps the shared
14550              objects open and therefore 'busy' for quite a while, even when
14551              nobody is using the objects, leading into link failures.
14552      Branch: perl
14553            ! lib/ExtUtils/MM_Unix.pm
14554 ____________________________________________________________________________
14555 [  7781] By: gsar                                  on 2000/11/20  19:02:55
14556         Log: type mismatch due to faulty integration
14557      Branch: maint-5.6/perl
14558            ! toke.c win32/Makefile
14559 ____________________________________________________________________________
14560 [  7780] By: gsar                                  on 2000/11/20  17:31:55
14561         Log: integrate changes#6392,6394..6399,6401..6404
14562              
14563              The {multiplier} of a fixed substring was overlooked which
14564              caused a wrong initial search offset for that substring.
14565              
14566              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
14567              From: Hugo <hv@crypt.compulink.co.uk>
14568              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
14569              Date: Thu, 13 Jul 2000 19:27:13 +0100
14570              
14571              Fix the BOM bug: not a byteorder bug, a signedness bug.
14572              
14573              Replace change #6337 with a better one.
14574              
14575              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
14576              From: Hugo <hv@crypt.compulink.co.uk>
14577              Date: Fri, 14 Jul 2000 04:16:20 +0100
14578              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
14579              
14580              MakeMaker should not remove editor backups (*~) on `make clean`
14581              by default (completes change#6383)
14582              
14583              move new variables to the end of the interpreter structure (for
14584              bincompat in code that doesn't #include XSUB.h)
14585              
14586              rename totally bletcherous SvLOCK() thingy (doesn't do what the
14587              name suggests anyway)
14588              
14589              various cleanups (typos, misformatted code, and small bugs)
14590              
14591              typecasts needed for change#6394
14592              
14593              typos in change#6399, regen headers
14594              
14595              inconsistent types needs casts
14596              
14597              PERL_OBJECT build tweaks
14598      Branch: maint-5.6/perl
14599           !> MANIFEST doop.c embed.h embed.pl embedvar.h
14600           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
14601           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
14602           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
14603           !> toke.c util.c
14604 ____________________________________________________________________________
14605 [  7779] By: gsar                                  on 2000/11/20  17:06:29
14606         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
14607              
14608              Cosmetics and perldelta.
14609              
14610              Fix nits noticed by Boston.pm.
14611              
14612              Do the cc sanity check both before the hints and
14613              after the cc selction.
14614              
14615              get sprintf.t to adjust properly for 3-digit exponents
14616              
14617              don't clobber *.orig files on *clean targets
14618              
14619              fix bugs in processing %v-*d and similar format specs (from
14620              Avi Finkel <avi@finkel.org>)
14621              
14622              sprintf test tweaks (from Dominic Dunlop)
14623              
14624              new selfloader.t in change#6183 doesn't close DATA handles,
14625              and thus fails to clean up tmp files on dosish platforms
14626              
14627              typos (spotted by Peter Prymmer)
14628              
14629              typo fix from Craig Berry
14630      Branch: maint-5.6/perl
14631           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
14632           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
14633           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
14634           !> x2p/Makefile.SH
14635 ____________________________________________________________________________
14636 [  7778] By: gsar                                  on 2000/11/20  16:46:51
14637         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
14638              
14639              Subject: Re: format bug report  [Patch]
14640              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14641              Date: Wed, 05 Jul 2000 13:12:52 +0200
14642              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
14643              
14644              Subject: Re: format bug report  [Patch]
14645              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14646              Date: Wed, 05 Jul 2000 14:10:01 +0200
14647              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
14648              
14649              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
14650              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14651              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
14652              Date: Fri, 07 Jul 2000 17:57:16 +0100
14653              
14654              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
14655              To: perl5-porters@perl.org
14656              From: Karsten Sperling <spiff@phreax.net>
14657              Date: Mon, 10 Jul 2000 15:12:52 +0200
14658              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
14659              
14660              README.posix-bc podified from Thomas Dorner.
14661              
14662              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
14663              From: Dominic Dunlop <domo@computer.org>
14664              Date: Tue, 11 Jul 2000 12:27:33 +0200
14665              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
14666              
14667              Typo in #6341.
14668              
14669              Fix for
14670              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
14671              From: Roderick Schertler <roderick@argon.org>
14672              Date: Tue, 11 Jul 2000 13:55:05 -0400
14673              Message-Id: <200007111755.NAA05077@jones.argon.org>
14674              
14675              Minor cleanups on the booklist.
14676              
14677              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
14678              regen perltoc.
14679              
14680              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
14681      Branch: maint-5.6/perl
14682           +> pod/perlbook.pod
14683           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
14684           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
14685           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
14686 ____________________________________________________________________________
14687 [  7777] By: jhi                                   on 2000/11/20  16:08:49
14688         Log: Update Changes.
14689      Branch: perl
14690            ! Changes patchlevel.h
14691 ____________________________________________________________________________
14692 [  7776] By: jhi                                   on 2000/11/20  15:27:56
14693         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
14694              This may be overly harsh but until proven otherwise, we think this
14695              way, or until we have a simple test for Configure (having to start
14696              up servers is does not count as simple) to check for the problems.
14697      Branch: perl
14698            ! perl.h
14699 ____________________________________________________________________________
14700 [  7775] By: jhi                                   on 2000/11/20  15:22:17
14701         Log: Solaris hints tweaks.
14702      Branch: perl
14703            ! hints/solaris_2.sh
14704 ____________________________________________________________________________
14705 [  7774] By: jhi                                   on 2000/11/20  15:01:20
14706         Log: Add a workaround to SOCKS 64-bit problems.
14707      Branch: perl
14708            ! doio.c embed.h embed.pl perlsdio.h proto.h
14709 ____________________________________________________________________________
14710 [  7773] By: jhi                                   on 2000/11/20  14:51:47
14711         Log: sysseek() instead of seek().
14712      Branch: perl
14713            ! t/lib/syslfs.t
14714 ____________________________________________________________________________
14715 [  7772] By: gsar                                  on 2000/11/20  13:06:23
14716         Log: integrate changes#6315..6319,6321..6331,6333..6338
14717              
14718              Integrate with Sarathy, preliminary fix for unicos
14719              alignment problems in [ID 20000612.002] Perl problem on Cray system.
14720              
14721              some debugger output does not go to the socket when RemotePort is set
14722              
14723              winsock cleanup never done on Windows (leads to handle leaks)
14724              
14725              fix UNC path handling on Windows under ithreads, and chdir()
14726              return value when given a non-existent directory
14727              
14728              Autogenerate pod/Makefile and pod/buildtoc.
14729              buildtoc also checks whether the existin pods are
14730              mentioned in MANIFEST and perl.pod, and vice versa.
14731              (None of the thusly found discrepancies fixed yet.)
14732              roffitall also needs to be autogenerated similarly but it
14733              seems so badly out of date that I didn't touch it yet.
14734              
14735              Config is being used.
14736              
14737              Add =head1 NAMEs so that buildtoc is happy.
14738              (The CGI::Util nit reported to Lincoln.)
14739              
14740              Fix complaints of buildtoc.
14741              
14742              Fix the alignment problem in Crays ([ID 20000612.002]).
14743              
14744              Remove perlbook, update perlfaq book listing,
14745              rearrange perl.pod, regenerate perltoc.
14746              
14747              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
14748              was cast to an unsigned (32-bit) integer with wild abandon.
14749              
14750              winsock options weren't being set in all threads under ithreads
14751              (caused send()s from second and subsequent threads to fail)
14752              
14753              accept() leaks memory on windows due to incorrect ordering of
14754              closesocket() and fclose() calls
14755              
14756              Reorder perl.pod once more.
14757              
14758              More POSIX.pod tweaks.
14759              
14760              Sprinkle ldlibpath.
14761              
14762              Precedence goof, fix based on
14763              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
14764              From: Hugo <hv@crypt.compulink.co.uk>
14765              Date: Tue, 11 Jul 2000 12:52:38 +0100
14766              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
14767              
14768              Subject: PATCH perlguts.pod: Document D and d magic types
14769              From: mjd@plover.com
14770              Date: 5 Jul 2000 18:01:51 -0000
14771              Message-ID: <20000705180151.29413.qmail@plover.com>
14772              
14773              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
14774              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
14775              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
14776              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
14777              
14778              Subject: [PATCH cfgperl] $& segfaults if you trick it
14779              From: simon@brecon.co.uk (Simon Cozens)
14780              Date: 7 Jul 2000 11:26:09 GMT
14781              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
14782              
14783              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
14784              From: Hugo <hv@crypt.compulink.co.uk>
14785              Date: Tue, 11 Jul 2000 12:44:50 +0100
14786              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
14787              
14788              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
14789              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14790              Date: Tue, 11 Jul 2000 13:50:51 +0100
14791              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
14792      Branch: maint-5.6/perl
14793           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
14794           +> pod/buildtoc.PL
14795            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
14796           !> (integrate 26 files)
14797 ____________________________________________________________________________
14798 [  7771] By: gsar                                  on 2000/11/20  12:31:42
14799         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
14800              6310,6311,6314
14801              
14802              Subject: [PATCH bleedperl] File::Spec 0.82 beta
14803              From: Barrie Slaymaker <barries@jester.slaysys.com>
14804              Date: Wed, 28 Jun 2000 11:35:29 -0400
14805              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
14806              
14807              tweak perlembed for multiplicity/usethreads sanity; correct notes
14808              about Windows
14809              
14810              localize %INC in a Safe compartment so that use/require work
14811              (many other magic globals probably need similar treatment)
14812              
14813              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
14814              when @_ is modified, causing coredumps
14815              
14816              slurp mode fix in change#4736 still not quite right
14817              
14818              Point to perlipc for more SysV IPC examples.
14819              
14820              Elaborate POSIX.pod.  Still needs work.
14821              
14822              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
14823              
14824              fix large memory leak that has been around for ever, masked by
14825              -DPURIFY (most of the arenas were never freed!)
14826              
14827              fix memory leak on Windows (PL_sys_intern contents were never
14828              freed)
14829              
14830              PERL_OBJECT build tweak
14831              
14832              adjust change#6299
14833              
14834              remove rel2abs prototypes (from Barrie Slaymaker)
14835              
14836              missing perldiag entry for unpack("w",...) diagnostic (from
14837              Andreas Koenig)
14838              
14839              better diagnostic on Frob->stuff() when Frob:: doesn't exist
14840              (from Richard Soderberg <rs@oregonnet.com>)
14841              
14842              Win32 patches for cfgperl from Sarathy.
14843              
14844              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
14845              
14846              More POSIX.pod embellishment.
14847              
14848              tyop in change#6306
14849      Branch: maint-5.6/perl
14850           !> (integrate 44 files)
14851 ____________________________________________________________________________
14852 [  7770] By: gsar                                  on 2000/11/20  11:51:00
14853         Log: integrate changes#6268..6282 from cfgperl branch
14854              
14855              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
14856              From: Dominic Dunlop <domo@computer.org>
14857              Date: Thu, 29 Jun 2000 12:32:39 +0200
14858              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
14859              
14860              Regen headers for #6261 (and update embed.pl for this) and #6267,
14861              silence few compiler warnings.
14862              
14863              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
14864              From: Nicholas Clark <nick@talking.bollo.cx>
14865              Date: Fri, 23 Jun 2000 16:21:15 +0100
14866              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
14867              
14868              Subject: PATCH pod/perltie.pod
14869              From: Ian Phillipps <Ian.Phillipps@iname.com>
14870              Date: Fri, 16 Jun 2000 00:17:19 +0100
14871              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
14872              (only the first hunk, the second hunk had already been done
14873              by some other patch)
14874              
14875              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
14876              From: Tom Phoenix <rootbeer@redcat.com>
14877              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
14878              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
14879              
14880              Subject: [PATCH] xsub attributes
14881              From: Doug MacEachern <dougm@covalent.net>
14882              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
14883              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
14884              
14885              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
14886              From: Andy Dougherty <doughera@lafayette.edu>
14887              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
14888              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
14889              
14890              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
14891              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14892              Date: Tue, 13 Jun 2000 02:43:48 -0500
14893              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
14894              
14895              Subject: [PATCH] Re: eval documentation: context
14896              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14897              Date: Mon, 12 Jun 2000 15:07:29 +0100
14898              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
14899              
14900              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
14901              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14902              Date: Mon, 12 Jun 2000 14:55:59 +0100
14903              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
14904              
14905              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
14906              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
14907              Date: Fri, 09 Jun 2000 12:39:27 -0400
14908              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
14909              (plus update the version "number" of Text::Wrap)
14910              
14911              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
14912              From: Tim Ayers <tayers@bridge.com>
14913              Date: Thu, 08 Jun 2000 08:11:06 +0200
14914              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
14915              [resent by Richard Foley, Message-Id probably wrong]
14916              
14917              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
14918              From: rspier@pobox.com (Robert Spier)
14919              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
14920              Message-ID: <14654.31913.845602.610277@rls.cx>
14921              
14922              Subject: [PATCH 5.6.0] utils/h2xs.PL
14923              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14924              Date: Wed, 7 Jun 2000 04:02:04 -0500
14925              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
14926              
14927              Subject: [PATCH 5.6.0]ITHREADs for VMS
14928              From: Dan Sugalski <dan@sidhe.org>
14929              Date: Tue, 06 Jun 2000 11:59:50 -0400
14930              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
14931      Branch: maint-5.6/perl
14932           !> (integrate 31 files)
14933 ____________________________________________________________________________
14934 [  7769] By: gsar                                  on 2000/11/20  11:29:06
14935         Log: integrate changes#6261..6266 from cfgperl
14936              
14937              Subject: Re: [PATCH cfgperl] BOMs away!
14938              From: simon@brecon.co.uk (Simon Cozens)
14939              Date: 17 Jun 2000 11:49:57 GMT
14940              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
14941              
14942              Subject: 5.6.0 Patch for EPOC
14943              From: Olaf Flebbe <o.flebbe@gmx.de>
14944              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
14945              Message-ID: <23449.960929969@www11.gmx.net>
14946              
14947              tr fixes from Simon Cozens
14948              
14949              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
14950              From: Marty Lucich <marty@netcom.com>
14951              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
14952              Message-Id: <200006282116.OAA11148@netcom.com>
14953              ccdlflags update (the BSD/OS 4.1 part had already been taken
14954              care of by #6141).
14955              
14956              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
14957              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14958              Date: Wed, 28 Jun 2000 17:50:12 -0700
14959              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
14960              
14961              Subject: [PATCH 5.6.0] cygwin port
14962              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
14963              From: "Fifer, Eric" <EFifer@sanwaint.com>
14964              Date: Thu, 29 Jun 2000 12:58:29 +0100
14965      Branch: maint-5.6/perl
14966           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
14967           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
14968           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
14969           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
14970 ____________________________________________________________________________
14971 [  7768] By: gsar                                  on 2000/11/20  11:13:44
14972         Log: integrate changes#6252..6256,6259..6260
14973              
14974              Paranoia tweak on #6249.
14975              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
14976              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
14977              Date: Sun, 25 Jun 2000 23:43:12 -0400
14978              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
14979              
14980              Subject: tr///, help wanted.
14981              From: simon@brecon.co.uk (Simon Cozens)
14982              Date: 28 Jun 2000 11:29:04 GMT
14983              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
14984              
14985              small thinko tweaks
14986              
14987              tweaks from Simon Conzes to further fix tr/// under utf8
14988              
14989              perlnewmod was missing from MANIFEST.
14990              
14991              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
14992              From: simon@brecon.co.uk (Simon Cozens)
14993              Date: 17 Jun 2000 11:56:44 GMT
14994              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
14995              pack U0, pack C0
14996      Branch: maint-5.6/perl
14997           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
14998           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
14999           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
15000           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
15001 ____________________________________________________________________________
15002 [  7767] By: gsar                                  on 2000/11/20  10:51:38
15003         Log: integrate change#6250 from cfgperl
15004              
15005              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
15006              From: Doug MacEachern <dougm@covalent.net>
15007              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
15008              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
15009      Branch: maint-5.6/perl
15010           +> t/op/my_stash.t
15011           !> MANIFEST embed.pl global.sym proto.h toke.c
15012 ____________________________________________________________________________
15013 [  7766] By: gsar                                  on 2000/11/20  10:48:34
15014         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
15015              
15016              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
15017              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
15018              Date: Mon, 26 Jun 2000 18:40:14 +0100
15019              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
15020              
15021              Subject: [PATCH] bytes<->utf8 fixes
15022              From: simon@brecon.co.uk (Simon Cozens)
15023              Date: 26 Jun 2000 04:55:45 GMT
15024              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
15025              
15026              Subject: [PATCH] is_utf8_string
15027              From: simon@brecon.co.uk (Simon Cozens)
15028              Date: 26 Jun 2000 02:25:59 GMT
15029              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
15030              
15031              Subject: [PATCH] avoid mg_ptr in '*' magic
15032              From: Doug MacEachern <dougm@covalent.net>
15033              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
15034              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
15035              
15036              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
15037              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
15038              Date: Sat, 24 Jun 2000 13:06:20 +0100
15039              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
15040              
15041              Allow for standalone testing.
15042              
15043              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
15044              From: Mark-Jason Dominus <mjd@plover.com>
15045              Date: Tue, 27 Jun 2000 22:36:42 -0400
15046              Message-ID: <20000628023642.12166.qmail@plover.com>
15047              
15048              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
15049              From: Frank Tobin <ftobin@uiuc.edu>
15050              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
15051              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
15052      Branch: maint-5.6/perl
15053           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
15054           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
15055           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
15056           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
15057           !> utf8.c utils/h2xs.PL
15058 ____________________________________________________________________________
15059 [  7765] By: gsar                                  on 2000/11/20  10:29:13
15060         Log: integrate change#6239 from cfgperl
15061              
15062              Configure maintenance.  Sever some dependency cycles,
15063              separate gccversion from the cc unit,
15064              address [ID 20000623.006] Configure script patch for using gcc on AIX
15065              (but solve it a little bit differently),
15066              unduplex some accidentally duplicated units,
15067              suggest using gcc if no cc available
15068              (p5p thread: "Solaris configure: counterproposal", 1999-09)
15069      Branch: maint-5.6/perl
15070           !> Configure Todo-5.6 config_h.SH
15071 ____________________________________________________________________________
15072 [  7764] By: gsar                                  on 2000/11/20  10:25:55
15073         Log: integrate changes#6233..6238 from cfgperl
15074              
15075              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
15076              From: Mark-Jason Dominus <mjd@plover.com>
15077              Date: Fri, 16 Jun 2000 20:53:04 -0400
15078              Message-ID: <20000617005304.8008.qmail@plover.com>
15079              
15080              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
15081              because when run as services (Win32ese for daemons)
15082              no environment variables are set and tmpdir ends up as /tmp,
15083              which is ambiguous.
15084              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
15085              From: matt@sergeant.org
15086              Date: 16 Jun 2000 16:30:43 -0000
15087              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
15088              
15089              The thread begun by
15090              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
15091              From: Kevin.Ruscoe@ubsw.com
15092              Date: Fri, 16 Jun 2000 16:38:51 +0100
15093              Message-Id: <H000019b03c300d6@MHS>
15094              
15095              Tweak embed.pl, regen headers.
15096              
15097              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
15098              From: Dan Sugalski <dan@sidhe.org>
15099              Date: Fri, 23 Jun 2000 17:00:00 -0400
15100              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
15101      Branch: maint-5.6/perl
15102           !> (integrate 27 files)
15103 ____________________________________________________________________________
15104 [  7763] By: gsar                                  on 2000/11/20  10:08:08
15105         Log: s/perl56delta/perldelta/g
15106      Branch: maint-5.6/perl
15107            ! pod/Makefile
15108 ____________________________________________________________________________
15109 [  7762] By: gsar                                  on 2000/11/20  10:04:00
15110         Log: integrate changes#6225,6229,6231,6232 from cfgperl
15111              
15112              Add source code filenames to apidoc.
15113              From: simon@brecon.co.uk (Simon Cozens)
15114              Subject: [PATCH embed.pl] Source X-ref
15115              Date: 22 Jun 2000 02:18:49 GMT
15116              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
15117              
15118              Subject: README.hpux version 0.6.1
15119              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
15120              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
15121              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
15122              
15123              Subject: [PATCH 5.6.0] cygwin port
15124              From: "Fifer, Eric" <EFifer@sanwaint.com>
15125              Date: Tue, 20 Jun 2000 14:30:58 +0100
15126              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
15127              
15128              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
15129              From: simon@brecon.co.uk (Simon Cozens)
15130              Date: 19 Jun 2000 15:18:27 GMT
15131              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
15132              
15133              plus update pod/Makefile and regenerate perltoc
15134      Branch: maint-5.6/perl
15135           +> pod/perlutil.pod
15136           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
15137           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
15138 ____________________________________________________________________________
15139 [  7761] By: jhi                                   on 2000/11/20  04:09:55
15140         Log: Miraculous typo.
15141      Branch: perl
15142            ! t/op/pat.t
15143 ____________________________________________________________________________
15144 [  7760] By: jhi                                   on 2000/11/20  04:06:08
15145         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
15146              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15147              Date: Sun, 19 Nov 2000 22:30:26 -0500
15148              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
15149      Branch: perl
15150            ! regexec.c scope.h t/op/pat.t
15151 ____________________________________________________________________________
15152 [  7759] By: jhi                                   on 2000/11/20  02:05:22
15153         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
15154      Branch: perl
15155            ! perl.h
15156 ____________________________________________________________________________
15157 [  7758] By: jhi                                   on 2000/11/20  01:58:11
15158         Log: Subject: [perl 7711: EPOC] updates
15159              From: Olaf Flebbe <o.flebbe@gmx.de>
15160              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
15161              Message-ID: <25575.974658810@www23.gmx.net>               
15162      Branch: perl
15163            + lib/File/Spec/Epoc.pm
15164            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
15165            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
15166            ! lib/File/Spec.pm perl.c sv.c
15167 ____________________________________________________________________________
15168 [  7757] By: jhi                                   on 2000/11/20  01:53:11
15169         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
15170      Branch: perl
15171            ! MANIFEST
15172 ____________________________________________________________________________
15173 [  7756] By: jhi                                   on 2000/11/20  01:47:22
15174         Log: Integrate perlio.
15175      Branch: perl
15176            - ext/re/hints/MSWin32.pl
15177           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
15178           !> win32/config.gc win32/config_H.gc win32/win32sck.c
15179 ____________________________________________________________________________
15180 [  7755] By: nick                                  on 2000/11/19  20:57:17
15181         Log: Add dummy crlf layer (just as buffer)
15182              Correct 1st bug - one layer of indirection.
15183      Branch: perlio
15184            ! perlio.c perlio.h perliol.h
15185 ____________________________________________________________________________
15186 [  7754] By: nick                                  on 2000/11/19  20:56:12
15187         Log: Work-round to Perl_deb_nocontext is no longer required
15188      Branch: perlio
15189            - ext/re/hints/MSWin32.pl
15190 ____________________________________________________________________________
15191 [  7753] By: nick                                  on 2000/11/19  20:01:16
15192         Log: diff -se shows these as different
15193      Branch: perlio
15194            ! global.sym pod/perlapi.pod
15195 ____________________________________________________________________________
15196 [  7752] By: nick                                  on 2000/11/19  18:57:30
15197         Log: Configure GCC/Win32 build -Duseperlio
15198              Fix a couple of gross issues
15199              - double-include of ../deb.o in re.dll
15200              - win32sck.c needs PerlIO and FILE 
15201      Branch: perlio
15202            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
15203            ! win32/win32sck.c
15204 ____________________________________________________________________________
15205 [  7751] By: nick                                  on 2000/11/19  17:05:36
15206         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
15207      Branch: perlio
15208            ! perlio.c
15209 ____________________________________________________________________________
15210 [  7750] By: nick                                  on 2000/11/19  16:57:14
15211         Log: Missing aTHX_
15212      Branch: perlio
15213            ! sv.c
15214 ____________________________________________________________________________
15215 [  7749] By: jhi                                   on 2000/11/19  16:28:40
15216         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
15217              From: "Peter J. Farley III" <pjfarley@banet.net>
15218              Date: Sun, 19 Nov 2000 01:42:58 -0500
15219              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
15220      Branch: perl
15221            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
15222 ____________________________________________________________________________
15223 [  7748] By: jhi                                   on 2000/11/19  16:08:10
15224         Log: Subject: podlators 1.05 available        
15225              From: Russ Allbery <rra@stanford.edu>   
15226              Date: 18 Nov 2000 22:04:28 -0800
15227              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
15228      Branch: perl
15229            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
15230 ____________________________________________________________________________
15231 [  7747] By: nick                                  on 2000/11/19  11:19:39
15232         Log: Integrate mainline
15233      Branch: perlio
15234           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
15235           !> util.c
15236 ____________________________________________________________________________
15237 [  7746] By: jhi                                   on 2000/11/19  06:42:22
15238         Log: Make hex scanning warn on "\x{x}" and "\xx".
15239              "\x" and and hex("x") are still valid.
15240      Branch: perl
15241            ! util.c
15242 ____________________________________________________________________________
15243 [  7745] By: nick                                  on 2000/11/18  22:52:28
15244         Log: Integrate mainline
15245      Branch: perlio
15246           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
15247           !> perl.h perlio.c proto.h regcomp.c regcomp.h
15248 ____________________________________________________________________________
15249 [  7744] By: jhi                                   on 2000/11/18  22:50:28
15250         Log: Introduce Perl_utf8_length().  Use it.
15251      Branch: perl
15252            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
15253 ____________________________________________________________________________
15254 [  7743] By: jhi                                   on 2000/11/18  22:38:51
15255         Log: Compiler denit.
15256      Branch: perl
15257            ! perlio.c
15258 ____________________________________________________________________________
15259 [  7742] By: jhi                                   on 2000/11/18  20:33:05
15260         Log: Integrate perlio.
15261      Branch: perl
15262           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
15263           !> perlio.h pp_ctl.c pp_sys.c sv.c
15264 ____________________________________________________________________________
15265 [  7741] By: jhi                                   on 2000/11/18  20:31:27
15266         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
15267              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15268              Date: Fri, 17 Nov 2000 20:35:11 -0500
15269              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
15270              
15271              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
15272              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15273              Date: Fri, 17 Nov 2000 21:03:47 -0500
15274              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
15275              
15276              Plus a little bit of tweaking in pregcomp().
15277      Branch: perl
15278            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
15279 ____________________________________________________________________________
15280 [  7740] By: nick                                  on 2000/11/18  20:17:22
15281         Log: Lexical use open ... support:
15282              add ->cop_io to COP structure in cop.h.
15283              Make mg.c and gv.c associate it with ${^OPEN}.
15284              Make lib/open.pm set it.
15285              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
15286              manner similar to ->cop_warnings.
15287              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
15288              call new PerlIO_apply_layers().
15289              Declare latter in perlio.h and define in perlio.c
15290      Branch: perlio
15291            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
15292            ! perlio.h pp_ctl.c pp_sys.c sv.c
15293 ____________________________________________________________________________
15294 [  7739] By: jhi                                   on 2000/11/18  19:54:00
15295         Log: Integrate perlio.
15296      Branch: perl
15297           !> doio.c perlio.c pp.c
15298 ____________________________________________________________________________
15299 [  7738] By: jhi                                   on 2000/11/18  17:16:13
15300         Log: Subject: [PATCH 5.7.0] etags broken again
15301              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15302              Date: Sat, 18 Nov 2000 02:41:36 -0500
15303              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
15304      Branch: perl
15305            ! emacs/ptags
15306 ____________________________________________________________________________
15307 [  7737] By: jhi                                   on 2000/11/18  17:12:18
15308         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
15309      Branch: perl
15310            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
15311 ____________________________________________________________________________
15312 [  7736] By: nick                                  on 2000/11/18  14:06:20
15313         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
15314              part to be isolated.
15315      Branch: perlio
15316            ! doio.c perlio.c
15317 ____________________________________________________________________________
15318 [  7735] By: nick                                  on 2000/11/18  11:03:32
15319         Log: Integrate mainline
15320      Branch: perlio
15321           !> Changes README.amiga README.win32 patchlevel.h
15322           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
15323 ____________________________________________________________________________
15324 [  7734] By: jhi                                   on 2000/11/18  01:18:56
15325         Log: Update Changes.
15326      Branch: perl
15327            ! Changes patchlevel.h
15328 ____________________________________________________________________________
15329 [  7733] By: jhi                                   on 2000/11/18  00:32:54
15330         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
15331              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15332              Date: Fri, 17 Nov 2000 17:28:02 -0500
15333              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
15334      Branch: perl
15335            ! regcomp.c regexec.c t/op/re_tests
15336 ____________________________________________________________________________
15337 [  7732] By: jhi                                   on 2000/11/18  00:28:56
15338         Log: Sparc 64-bit pack() fix from Jens Hamisch.
15339      Branch: perl
15340            ! pp.c
15341 ____________________________________________________________________________
15342 [  7731] By: jhi                                   on 2000/11/18  00:18:39
15343         Log: Explain in more detail the {} syntax ambiguousity.
15344              
15345              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
15346              From: Nicholas Clark <nick@ccl4.org>
15347              Date: Fri, 17 Nov 2000 22:10:28 +0000
15348              Message-ID: <20001117221028.A88930@plum.flirble.org>
15349      Branch: perl
15350            ! pod/perlfunc.pod
15351 ____________________________________________________________________________
15352 [  7730] By: jhi                                   on 2000/11/18  00:12:18
15353         Log: Subject: Fix for README.amiga (20000323.033)
15354              From: "Stephen P. Potter" <spp@spotter.yi.org>
15355              Date: Fri, 17 Nov 2000 12:25:51 -0500
15356              Message-Id: <200011171725.MAA05768@spotter.yi.org>
15357      Branch: perl
15358            ! README.amiga
15359 ____________________________________________________________________________
15360 [  7729] By: jhi                                   on 2000/11/18  00:08:34
15361         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
15362              From: "A. C. Yardley" <yardley@tanet.net>
15363              Date: Mon, 3 Apr 2000 11:35:33 -0700
15364              Message-ID: <3483.000403@tanet.net>
15365      Branch: perl
15366            ! README.win32
15367 ____________________________________________________________________________
15368 [  7728] By: nick                                  on 2000/11/17  21:59:47
15369         Log: Integrate mainline
15370      Branch: perlio
15371           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
15372           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
15373           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
15374           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
15375 ____________________________________________________________________________
15376 [  7727] By: nick                                  on 2000/11/17  21:56:31
15377         Log: Experiment on use of attributes.pm interface.
15378              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
15379              SVt_PVRV if not already something better (else vivify of say magic gets
15380              core dump).
15381      Branch: perlio
15382            ! perlio.c pp.c
15383 ____________________________________________________________________________
15384 [  7726] By: jhi                                   on 2000/11/17  14:15:49
15385         Log: Subject: Fix for 20000815.006
15386              From: "Stephen P. Potter" <spp@spotter.yi.org>
15387              Date: Fri, 17 Nov 2000 08:57:45 -0500
15388              Message-Id: <200011171357.IAA05122@spotter.yi.org>
15389              
15390              It's really 20000518.006.
15391      Branch: perl
15392            ! pod/perlmodlib.PL
15393 ____________________________________________________________________________
15394 [  7725] By: jhi                                   on 2000/11/17  14:12:31
15395         Log: Subject: Fix for 20000409.001
15396              From: "Stephen P. Potter" <spp@spotter.yi.org>
15397              Date: Fri, 17 Nov 2000 08:55:45 -0500
15398              Message-Id: <200011171355.IAA05104@spotter.yi.org>
15399      Branch: perl
15400            ! pod/perlfaq9.pod
15401 ____________________________________________________________________________
15402 [  7724] By: jhi                                   on 2000/11/17  14:08:58
15403         Log: Undo #7627 now that we have =head3.
15404      Branch: perl
15405            ! pod/perlhack.pod
15406 ____________________________________________________________________________
15407 [  7723] By: jhi                                   on 2000/11/17  14:04:09
15408         Log: As surmised the #7719 wasn't a good move.
15409      Branch: perl
15410            ! hints/solaris_2.sh
15411 ____________________________________________________________________________
15412 [  7722] By: jhi                                   on 2000/11/17  13:59:04
15413         Log: Also the 64bitall hints can be either here or there.
15414      Branch: perl
15415            ! hints/solaris_2.sh
15416 ____________________________________________________________________________
15417 [  7721] By: jhi                                   on 2000/11/17  02:26:23
15418         Log: Test tweak for the open pragma.
15419      Branch: perl
15420            ! t/lib/b.t
15421 ____________________________________________________________________________
15422 [  7720] By: jhi                                   on 2000/11/17  00:23:22
15423         Log: The long double hints can be here or there.
15424      Branch: perl
15425            ! hints/solaris_2.sh
15426 ____________________________________________________________________________
15427 [  7719] By: jhi                                   on 2000/11/17  00:14:06
15428         Log: For Solaris use64bitall the stdchar needs a little bit of help.
15429      Branch: perl
15430            ! hints/solaris_2.sh
15431 ____________________________________________________________________________
15432 [  7718] By: jhi                                   on 2000/11/16  23:27:34
15433         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
15434              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
15435              Date: Wed, 15 Nov 2000 08:56:32 +0100
15436              Message-ID: <3A1241B0.64477E00@alcatel.at>
15437      Branch: perl
15438            ! lib/Carp/Heavy.pm
15439 ____________________________________________________________________________
15440 [  7717] By: jhi                                   on 2000/11/16  23:23:29
15441         Log: Subject: [PATCH] Re: 20001101.003 PDL
15442              From: Nicholas Clark <nick@ccl4.org>
15443              Date: Thu, 16 Nov 2000 16:48:25 +0000
15444              Message-ID: <20001116164825.B93487@plum.flirble.org>
15445      Branch: perl
15446            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
15447 ____________________________________________________________________________
15448 [  7716] By: jhi                                   on 2000/11/16  23:21:31
15449         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
15450              From: "Casey R. Tweten" <crt@kiski.net>
15451              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
15452              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
15453      Branch: perl
15454            ! lib/Pod/Checker.pm pod/perlpod.pod
15455 ____________________________________________________________________________
15456 [  7715] By: jhi                                   on 2000/11/16  23:19:40
15457         Log: Avoid an infinite loop in VMS when utils scripts are run
15458              with no arguments, from Charles Lane.
15459      Branch: perl
15460            ! configure.com
15461 ____________________________________________________________________________
15462 [  7714] By: jhi                                   on 2000/11/16  23:17:08
15463         Log: Subject: perllocale.pod changes
15464              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
15465              Date: Mon, 13 Nov 2000 10:09:22 +0300
15466              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
15467      Branch: perl
15468            ! pod/perllocale.pod
15469 ____________________________________________________________________________
15470 [  7713] By: jhi                                   on 2000/11/16  23:14:06
15471         Log: Integrate perlio.
15472      Branch: perl
15473           !> doio.c perlio.c perlio.h util.c
15474 ____________________________________________________________________________
15475 [  7712] By: nick                                  on 2000/11/16  21:10:58
15476         Log: Integrate mainline
15477      Branch: perlio
15478           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15479           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
15480           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
15481           !> vos/config.ga.def vos/config.ga.h win32/config.bc
15482           !> win32/config.gc win32/config.vc
15483 ____________________________________________________________________________
15484 [  7711] By: nick                                  on 2000/11/16  19:56:41
15485         Log: Minor tweaks:
15486              consistent way of getting 'rb', 'wb' etc. for binary opens
15487              move *perlio::layers to *open::layers
15488              a #define to show layers available
15489              DOSISH popen/PerlIO had export/import sense inverted.
15490      Branch: perlio
15491            ! doio.c perlio.c perlio.h util.c
15492 ____________________________________________________________________________
15493 [  7710] By: jhi                                   on 2000/11/16  15:46:05
15494         Log: Add HAS_SBRK_PROTO.
15495      Branch: metaconfig/U/perl
15496            + d_sbrkproto.U
15497      Branch: perl
15498            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15499            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
15500            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
15501            ! vos/config.ga.def vos/config.ga.h win32/config.bc
15502            ! win32/config.gc win32/config.vc
15503 ____________________________________________________________________________
15504 [  7709] By: nick                                  on 2000/11/16  07:31:49
15505         Log: Integrate mainline
15506      Branch: perlio
15507           !> (integrate 35 files)
15508 ____________________________________________________________________________
15509 [  7708] By: jhi                                   on 2000/11/16  05:33:03
15510         Log: These files are text, not binary.
15511      Branch: perl
15512            ! ext/Encode/Encode/iso8859-10.enc
15513            ! ext/Encode/Encode/iso8859-13.enc
15514            ! ext/Encode/Encode/iso8859-14.enc
15515            ! ext/Encode/Encode/iso8859-15.enc
15516 ____________________________________________________________________________
15517 [  7707] By: jhi                                   on 2000/11/16  01:53:37
15518         Log: Update Changes.
15519      Branch: perl
15520            ! Changes patchlevel.h
15521 ____________________________________________________________________________
15522 [  7706] By: jhi                                   on 2000/11/16  01:35:59
15523         Log: More #undefing of stdio.
15524      Branch: perl
15525            ! fakesdio.h nostdio.h
15526 ____________________________________________________________________________
15527 [  7705] By: jhi                                   on 2000/11/16  01:34:18
15528         Log: Add fwalk() probe to the configuration files and regen perltoc.
15529      Branch: perl
15530            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15531            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
15532            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
15533            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15534            ! win32/config.bc win32/config.gc win32/config.vc
15535 ____________________________________________________________________________
15536 [  7704] By: jhi                                   on 2000/11/16  01:33:07
15537         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
15538              an optional third argument to Inlibc?)
15539      Branch: metaconfig/U/perl
15540            + d__fwalk.U
15541 ____________________________________________________________________________
15542 [  7703] By: jhi                                   on 2000/11/16  01:09:22
15543         Log: The type of the hash_cb() size argument is tricky.
15544      Branch: perl
15545            ! ext/DB_File/DB_File.xs
15546 ____________________________________________________________________________
15547 [  7702] By: jhi                                   on 2000/11/15  23:01:16
15548         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
15549      Branch: perl
15550            ! nostdio.h
15551 ____________________________________________________________________________
15552 [  7701] By: jhi                                   on 2000/11/15  22:52:32
15553         Log: Detypo.
15554      Branch: perl
15555            ! t/lib/bigfltpm.t
15556 ____________________________________________________________________________
15557 [  7700] By: jhi                                   on 2000/11/15  22:51:56
15558         Log: UINT64_C() work continues.
15559      Branch: perl
15560            ! handy.h perl.h utf8.h
15561 ____________________________________________________________________________
15562 [  7699] By: jhi                                   on 2000/11/15  14:13:04
15563         Log: SOCKS has its own USE_THREADS, based on
15564              
15565              Subject: [ID 20001114.002] et. al. bugfix followup
15566              From: Jens Hamisch <jens@Strawberry.COM> 
15567              Date: Wed, 15 Nov 2000 14:23:11 +0100
15568              Message-ID: <20001115142311.A21164@Strawberry.COM>
15569      Branch: perl
15570            ! perl.h
15571 ____________________________________________________________________________
15572 [  7698] By: jhi                                   on 2000/11/15  03:50:56
15573         Log: Add few missing #undefs and sort them.
15574      Branch: perl
15575            ! fakesdio.h
15576 ____________________________________________________________________________
15577 [  7697] By: jhi                                   on 2000/11/15  03:39:14
15578         Log: Linenumber fix.
15579      Branch: perl
15580            ! t/pragma/warn/utf8
15581 ____________________________________________________________________________
15582 [  7696] By: jhi                                   on 2000/11/15  02:55:26
15583         Log: EBCDIC tweaks.
15584              
15585              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
15586              From: Peter Prymmer <pvhp@forte.com>
15587              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
15588              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
15589      Branch: perl
15590            ! t/op/regmesg.t t/pragma/warn/utf8
15591 ____________________________________________________________________________
15592 [  7695] By: jhi                                   on 2000/11/15  02:53:58
15593         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
15594              From: Peter Prymmer <pvhp@forte.com>
15595              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
15596              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
15597      Branch: perl
15598            ! utf8.c
15599 ____________________________________________________________________________
15600 [  7694] By: jhi                                   on 2000/11/15  02:50:55
15601         Log: Subject: [PATCH: perl@7674] updates to README.os390
15602              From: Prymmer/Kahn <pvhp@best.com>
15603              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
15604              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
15605      Branch: perl
15606            ! README.os390
15607 ____________________________________________________________________________
15608 [  7693] By: jhi                                   on 2000/11/15  02:48:37
15609         Log: Quit utf8_to_uv() instantly if curlen == 0.
15610      Branch: perl
15611            ! utf8.c
15612 ____________________________________________________________________________
15613 [  7692] By: jhi                                   on 2000/11/15  02:24:29
15614         Log: Use u_int32_t for the size of hash_cb(), not size_t.
15615              
15616              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
15617              From: Jens Hamisch <jens@Strawberry.COM>     
15618              Date: Tue, 14 Nov 2000 19:03:55 +0100
15619              Message-Id: <20001114190355.A20559@Strawberry.COM>
15620      Branch: perl
15621            ! ext/DB_File/DB_File.xs
15622 ____________________________________________________________________________
15623 [  7691] By: jhi                                   on 2000/11/15  02:20:12
15624         Log: Use UINT64_C().
15625              
15626              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
15627              From: Jens Hamisch <jens@Strawberry.COM>
15628              Date: Tue, 14 Nov 2000 19:16:23 +0100
15629              Message-Id: <20001114191623.G20559@Strawberry.COM>
15630      Branch: perl
15631            ! utf8.c utf8.h
15632 ____________________________________________________________________________
15633 [  7690] By: jhi                                   on 2000/11/15  02:17:06
15634         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
15635              (a macro to define signed and unsigned integer constants).
15636      Branch: perl
15637            ! handy.h
15638 ____________________________________________________________________________
15639 [  7689] By: jhi                                   on 2000/11/15  01:56:51
15640         Log: Regen Configure.
15641      Branch: perl
15642            ! Configure
15643 ____________________________________________________________________________
15644 [  7688] By: jhi                                   on 2000/11/15  01:56:32
15645         Log: Make the unit know about SOCKS.
15646      Branch: metaconfig
15647            ! U/protos/socksizetype.U
15648 ____________________________________________________________________________
15649 [  7687] By: jhi                                   on 2000/11/15  01:54:47
15650         Log: Remove unused dependencies.
15651      Branch: metaconfig
15652            ! U/compline/d_getpagsz.U
15653 ____________________________________________________________________________
15654 [  7686] By: nick                                  on 2000/11/14  21:25:13
15655         Log: Integrate mainline.
15656      Branch: perlio
15657           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
15658           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
15659           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
15660           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
15661           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
15662           !> win32/config.bc win32/config.gc win32/config.vc
15663           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
15664 ____________________________________________________________________________
15665 [  7685] By: jhi                                   on 2000/11/14  17:54:56
15666         Log: Integrate perlio.
15667      Branch: perl
15668           +> fakesdio.h perliol.h
15669           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
15670           !> perlsdio.h perlsfio.h pod/perlfunc.pod
15671 ____________________________________________________________________________
15672 [  7684] By: nick                                  on 2000/11/14  17:43:04
15673         Log: PerlIO #include and #ifdef re-work.
15674      Branch: perlio
15675            + fakesdio.h perliol.h
15676            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
15677            ! perlsdio.h perlsfio.h
15678 ____________________________________________________________________________
15679 [  7683] By: jhi                                   on 2000/11/14  15:42:40
15680         Log: Hoist the duplicated socket/netdb include logic to perl.h;
15681              undef SETERRNO in case SOCKS has defined it.  Based on:
15682              
15683              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
15684              From: Jens Hamisch <jens@Strawberry.COM> 
15685              Date: Tue, 14 Nov 2000 11:34:40 +0100
15686              Message-Id: <20001114113440.A20005@Strawberry.COM>
15687      Branch: perl
15688            ! doio.c perl.h pp_sys.c
15689 ____________________________________________________________________________
15690 [  7682] By: jhi                                   on 2000/11/14  14:07:28
15691         Log: Subject: some additions for makefiles for win32 (for perl@7674)
15692              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
15693              Date: Tue, 14 Nov 2000 09:31:13 +0300
15694              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
15695      Branch: perl
15696            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
15697            ! win32/makefile.mk
15698 ____________________________________________________________________________
15699 [  7681] By: jhi                                   on 2000/11/14  14:01:41
15700         Log: Subject: tiny typo in perl5db.pl
15701              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
15702              Date: Tue, 14 Nov 2000 09:29:28 +0300
15703              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
15704      Branch: perl
15705            ! lib/perl5db.pl
15706 ____________________________________________________________________________
15707 [  7680] By: jhi                                   on 2000/11/14  04:13:50
15708         Log: Redo #7679 with LFs instead of CRLFs.
15709      Branch: perl
15710            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
15711            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
15712            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
15713 ____________________________________________________________________________
15714 [  7679] By: jhi                                   on 2000/11/14  01:21:09
15715         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
15716              From: Benjamin Stuhl <tiriath@yahoo.com> 
15717              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
15718              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
15719      Branch: perl
15720            + win32/bin/mdelete.bat
15721            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
15722            ! makedef.pl perlio.c win32/Makefile win32/config.gc
15723            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
15724 ____________________________________________________________________________
15725 [  7678] By: jhi                                   on 2000/11/14  01:19:20
15726         Log: Fix the re extension building for Win32.
15727              
15728              Subject: [PATCH perl@7638] Get PerlIO building on Win32
15729              From: Benjamin Stuhl <tiriath@yahoo.com> 
15730              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
15731              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
15732      Branch: perl
15733            + ext/re/hints/MSWin32.pl
15734            ! MANIFEST
15735 ____________________________________________________________________________
15736 [  7677] By: jhi                                   on 2000/11/14  01:13:54
15737         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
15738              From: sthoenna@efn.org
15739              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
15740              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
15741      Branch: perl
15742            ! doop.c pp.c toke.c utf8.c utf8.h
15743 ____________________________________________________________________________
15744 [  7676] By: jhi                                   on 2000/11/13  20:23:15
15745         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
15746              From: Nicholas Clark <nick@ccl4.org>
15747              Date: Mon, 13 Nov 2000 18:55:04 +0000
15748              Message-ID: <20001113185504.J29183@plum.flirble.org>
15749      Branch: perl
15750            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
15751 ____________________________________________________________________________
15752 [  7675] By: nick                                  on 2000/11/13  20:21:57
15753         Log: Integrate mainline ...
15754      Branch: perlio
15755           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
15756           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
15757           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
15758           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
15759 ____________________________________________________________________________
15760 [  7674] By: jhi                                   on 2000/11/13  15:07:56
15761         Log: Update Changes.
15762      Branch: perl
15763            ! Changes patchlevel.h
15764 ____________________________________________________________________________
15765 [  7673] By: jhi                                   on 2000/11/13  14:42:42
15766         Log: Remove the new two tests of lib/io_xs for now, they seem to
15767              fail under perlio on some platforms.
15768      Branch: perl
15769            ! t/lib/io_xs.t
15770 ____________________________________________________________________________
15771 [  7672] By: jhi                                   on 2000/11/13  13:57:53
15772         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
15773      Branch: perl
15774            ! perlio.c
15775 ____________________________________________________________________________
15776 [  7671] By: jhi                                   on 2000/11/13  05:30:48
15777         Log: Placate nervous compilers that see longer than ints switch()ing.
15778      Branch: perl
15779            ! utf8.c
15780 ____________________________________________________________________________
15781 [  7670] By: jhi                                   on 2000/11/13  05:14:21
15782         Log: fputs() does return EOF on error but here we don't care.
15783      Branch: perl
15784            ! perlio.c
15785 ____________________________________________________________________________
15786 [  7669] By: jhi                                   on 2000/11/13  05:02:45
15787         Log: Declare reg_data like reg_substr_data.
15788      Branch: perl
15789            ! regexp.h
15790 ____________________________________________________________________________
15791 [  7668] By: jhi                                   on 2000/11/13  04:54:34
15792         Log: Typos in #7667.
15793      Branch: perl
15794            ! perl.h
15795 ____________________________________________________________________________
15796 [  7667] By: jhi                                   on 2000/11/13  04:49:49
15797         Log: Cleanup messy #ifdef.
15798      Branch: perl
15799            ! perl.h
15800 ____________________________________________________________________________
15801 [  7666] By: jhi                                   on 2000/11/13  04:17:34
15802         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
15803              From: Nicholas Clark <nick@talking.bollo.cx>
15804              Date: Sun, 12 Nov 2000 21:14:11 +0000
15805              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
15806              
15807              Note: only one breakage of the two reported is fixed by this patch.
15808      Branch: perl
15809            ! perlio.c
15810 ____________________________________________________________________________
15811 [  7665] By: jhi                                   on 2000/11/13  04:05:07
15812         Log: Tweak the definition of the bit complement on UTF-8 data:
15813              if none of the characters in the string are > 0xff,
15814              the result is a complemented byte string, not a (UTF-8)
15815              char string.  Based on the summary in
15816              
15817              Subject: Re: [ID 20000918.005] ~ on wide chars
15818              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
15819              Date: Fri, 10 Nov 2000 09:47:15 -0800
15820              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
15821              
15822              This should give us the maximum backward (pre-char string)
15823              compatibility and utf8 compatibility.  The other alternative
15824              would be to limit the bit complement to be always byte only,
15825              taking the least significant byte of the chars.
15826      Branch: perl
15827            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
15828 ____________________________________________________________________________
15829 [  7664] By: jhi                                   on 2000/11/13  00:23:44
15830         Log: Couple of tests from #7660 salvaged.
15831      Branch: perl
15832            - t/op/tell.t
15833            ! MANIFEST t/io/tell.t
15834 ____________________________________________________________________________
15835 [  7663] By: jhi                                   on 2000/11/13  00:02:48
15836         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
15837              From: Nicholas Clark <nick@talking.bollo.cx>
15838              Date: Sun, 12 Nov 2000 21:23:43 +0000
15839              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
15840      Branch: perl
15841            ! perlsfio.h
15842 ____________________________________________________________________________
15843 [  7662] By: jhi                                   on 2000/11/13  00:01:39
15844         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
15845              From: Nicholas Clark <nick@talking.bollo.cx>
15846              Date: Sun, 12 Nov 2000 21:30:04 +0000
15847              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
15848      Branch: perl
15849            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
15850 ____________________________________________________________________________
15851 [  7661] By: jhi                                   on 2000/11/12  23:57:29
15852         Log: Document tell() on special streams.
15853      Branch: perl
15854            ! pod/perlfunc.pod
15855 ____________________________________________________________________________
15856 [  7660] By: jhi                                   on 2000/11/12  23:54:22
15857         Log: (Subsumed by #7664)
15858      Branch: perl
15859            + t/op/tell.t
15860            ! MANIFEST
15861 ____________________________________________________________________________
15862 [  7659] By: jhi                                   on 2000/11/12  22:55:25
15863         Log: Many subdocumented return values of the IO extension now documented.
15864              ungetc and write still left subdocumented.
15865              
15866              Subject: [PATCH] (was Re: IO::Handle::ungetc)
15867              From: Nicholas Clark <nick@talking.bollo.cx>
15868              Date: Sun, 12 Nov 2000 21:35:53 +0000
15869              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
15870      Branch: perl
15871            ! ext/IO/lib/IO/Handle.pm
15872 ____________________________________________________________________________
15873 [  7658] By: jhi                                   on 2000/11/12  21:37:06
15874         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
15875              From: Nicholas Clark <nick@talking.bollo.cx>
15876              Date: Sun, 12 Nov 2000 20:03:22 +0000
15877              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
15878      Branch: perl
15879            ! pod/perlfunc.pod
15880 ____________________________________________________________________________
15881 [  7657] By: jhi                                   on 2000/11/12  20:34:55
15882         Log: Integrate perlio.
15883      Branch: perl
15884           !> perlio.c
15885 ____________________________________________________________________________
15886 [  7656] By: nick                                  on 2000/11/12  19:25:06
15887         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
15888      Branch: perlio
15889            ! perlio.c
15890 ____________________________________________________________________________
15891 [  7655] By: nick                                  on 2000/11/12  19:09:41
15892         Log: Integrate mainline
15893      Branch: perlio
15894           +> README.solaris ext/Encode/Encode/cp1006.enc
15895           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
15896           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
15897           +> ext/Encode/Encode/iso8859-13.enc
15898           +> ext/Encode/Encode/iso8859-14.enc
15899           +> ext/Encode/Encode/iso8859-15.enc
15900           !> (integrate 34 files)
15901 ____________________________________________________________________________
15902 [  7654] By: jhi                                   on 2000/11/12  19:00:22
15903         Log: Add a metaconfig unit for fsync.
15904      Branch: metaconfig/U/perl
15905            + d_fsync.U
15906 ____________________________________________________________________________
15907 [  7653] By: jhi                                   on 2000/11/12  19:00:01
15908         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
15909      Branch: perl
15910            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15911            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
15912            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15913            ! vos/config.ga.h win32/config.bc win32/config.gc
15914            ! win32/config.vc
15915 ____________________________________________________________________________
15916 [  7652] By: jhi                                   on 2000/11/11  21:12:01
15917         Log: Copy the s// information of README.hpux also to the perlrun.
15918      Branch: perl
15919            ! README.hpux pod/perlrun.pod
15920 ____________________________________________________________________________
15921 [  7651] By: jhi                                   on 2000/11/11  21:03:13
15922         Log: More README.solaris updates from Andy Dougherty.
15923      Branch: perl
15924            ! README.solaris
15925 ____________________________________________________________________________
15926 [  7650] By: jhi                                   on 2000/11/11  18:38:57
15927         Log: More descriptive error for unknown perlio layers.
15928              
15929              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
15930              From: Dominic Dunlop <domo@computer.org> 
15931              Date: Sat, 11 Nov 2000 18:20:32 +0100             
15932              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
15933      Branch: perl
15934            ! perlio.c pod/perldiag.pod
15935 ____________________________________________________________________________
15936 [  7649] By: jhi                                   on 2000/11/11  18:37:52
15937         Log: MachTen doesn't really do mmap() and munmap().
15938              
15939              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
15940              From: Dominic Dunlop <domo@computer.org> 
15941              Date: Sat, 11 Nov 2000 18:20:32 +0100             
15942              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
15943      Branch: perl
15944            ! hints/machten.sh
15945 ____________________________________________________________________________
15946 [  7648] By: jhi                                   on 2000/11/11  18:36:46
15947         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
15948              From: rspier@pobox.com (Robert Spier)
15949              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
15950              Message-ID: <14861.32839.491271.985797@rls.cx>
15951      Branch: perl
15952            ! Porting/Contract pod/perltoot.pod
15953 ____________________________________________________________________________
15954 [  7647] By: jhi                                   on 2000/11/11  18:35:30
15955         Log: Simplify the getpagesize() unit by dropping the
15956              pagesize probe since it's nowadays slightly more
15957              complicated because of sysconf(). (Note: if some
15958              platform really needs the -lPW for getpagesize,
15959              I just broke it.)
15960              
15961              TODO: a new pagesize unit.
15962      Branch: metaconfig
15963            ! U/compline/d_getpagsz.U
15964 ____________________________________________________________________________
15965 [  7646] By: jhi                                   on 2000/11/11  18:33:23
15966         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
15967      Branch: perl
15968            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15969            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
15970            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15971            ! vos/config.ga.h win32/config.bc win32/config.gc
15972            ! win32/config.vc
15973 ____________________________________________________________________________
15974 [  7645] By: jhi                                   on 2000/11/11  16:45:15
15975         Log: Use sysconf() or getpagesize() to find out the pagesize.
15976      Branch: perl
15977            ! perlio.c
15978 ____________________________________________________________________________
15979 [  7644] By: jhi                                   on 2000/11/11  15:46:08
15980         Log: Integrate perlio.
15981      Branch: perl
15982           !> perlio.c
15983 ____________________________________________________________________________
15984 [  7643] By: jhi                                   on 2000/11/11  15:33:36
15985         Log: Subject: Re: [PATCH] README.solaris
15986              From: Lupe Christoph <lupe@lupe-christoph.de>
15987              Date: Sat, 11 Nov 2000 14:08:10 +0100
15988              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
15989      Branch: perl
15990            ! README.solaris
15991 ____________________________________________________________________________
15992 [  7642] By: jhi                                   on 2000/11/11  15:22:12
15993         Log: Subject: [PATCH perl@7638] cygwin port
15994              From: "Eric Fifer" <egf7@columbia.edu>            
15995              Date: Fri, 10 Nov 2000 19:30:30 -0000
15996              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
15997      Branch: perl
15998            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
15999 ____________________________________________________________________________
16000 [  7641] By: nick                                  on 2000/11/11  14:50:36
16001         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
16002              Also call "Buf" layer directly when unread'ing non-read chars.
16003      Branch: perlio
16004            ! perlio.c
16005 ____________________________________________________________________________
16006 [  7640] By: jhi                                   on 2000/11/11  02:05:02
16007         Log: Add more encoding tables.
16008      Branch: perl
16009            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
16010            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
16011            + ext/Encode/Encode/iso8859-10.enc
16012            + ext/Encode/Encode/iso8859-13.enc
16013            + ext/Encode/Encode/iso8859-14.enc
16014            + ext/Encode/Encode/iso8859-15.enc
16015            ! MANIFEST
16016 ____________________________________________________________________________
16017 [  7639] By: jhi                                   on 2000/11/10  18:49:25
16018         Log: Subject: [PATCH] README.solaris
16019              From: Andy Dougherty <doughera@lafayette.edu>
16020              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
16021              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
16022      Branch: perl
16023            + README.solaris
16024            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
16025            ! pod/perl.pod pod/perltoc.pod
16026 ____________________________________________________________________________
16027 [  7638] By: jhi                                   on 2000/11/10  15:04:15
16028         Log: Update Changes.
16029      Branch: perl
16030            ! Changes patchlevel.h
16031 ____________________________________________________________________________
16032 [  7637] By: jhi                                   on 2000/11/10  14:14:28
16033         Log: Explain better why certain regex tests are skipped.
16034              
16035              Subject: Re: tests skipped: unknown reason
16036              From: Lupe Christoph <lupe@lupe-christoph.de>
16037              Date: Fri, 10 Nov 2000 09:08:56 +0100
16038              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
16039      Branch: perl
16040            ! t/op/regexp.t
16041 ____________________________________________________________________________
16042 [  7636] By: nick                                  on 2000/11/10  13:40:00
16043         Log: Integrate mainline.
16044      Branch: perlio
16045           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
16046           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
16047           !> win32/bin/search.pl
16048 ____________________________________________________________________________
16049 [  7635] By: nick                                  on 2000/11/10  13:25:52
16050         Log: Re-instate stdio large file support via perlio.
16051      Branch: perl
16052            ! perlio.c
16053 ____________________________________________________________________________
16054 [  7634] By: jhi                                   on 2000/11/10  04:49:55
16055         Log: Amdahl UTS hints updates.
16056              
16057              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
16058              From: hom00@utsglobal.com (Harold O Morris)
16059              Date: Thu, 9 Nov 2000 20:02 PST
16060              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
16061      Branch: perl
16062            ! hints/uts.sh
16063 ____________________________________________________________________________
16064 [  7633] By: jhi                                   on 2000/11/09  23:33:28
16065         Log: Subject: [PATCH] IO::Seekable pod
16066              From: Nicholas Clark <nick@talking.bollo.cx>
16067              Date: Thu, 9 Nov 2000 20:29:45 +0000
16068              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
16069      Branch: perl
16070            ! ext/IO/lib/IO/Handle.pm
16071 ____________________________________________________________________________
16072 [  7632] By: jhi                                   on 2000/11/09  21:55:41
16073         Log: Various doc oddball characters.
16074              
16075              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
16076              From: Michael Somos <somos@grail.cba.csuohio.edu>
16077              Date: Mon, 6 Nov 2000 17:44:20 -0500
16078              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
16079      Branch: perl
16080            ! emacs/cperl-mode.el lib/unicode/syllables.txt
16081            ! win32/bin/search.pl
16082 ____________________________________________________________________________
16083 [  7631] By: jhi                                   on 2000/11/09  21:12:29
16084         Log: Subject: Re: bash -c exit and linux hints 
16085              From: "John P. Linderman" <jpl@research.att.com>
16086              Date: Thu, 02 Nov 2000 09:37:25 -0500
16087              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
16088      Branch: perl
16089            ! hints/linux.sh
16090 ____________________________________________________________________________
16091 [  7630] By: nick                                  on 2000/11/09  20:34:11
16092         Log: Integrate mainline.
16093      Branch: perlio
16094           !> (integrate 91 files)
16095 ____________________________________________________________________________
16096 [  7629] By: jhi                                   on 2000/11/09  19:46:31
16097         Log: Missing dTHXs.
16098              
16099              Subject: RE: perl@7595 builds not on cygwin
16100              From: "Eric Fifer" <egf7@columbia.edu>
16101              Date: Thu, 9 Nov 2000 19:26:50 -0000
16102              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
16103      Branch: perl
16104            ! ext/Devel/Peek/Peek.xs
16105 ____________________________________________________________________________
16106 [  7628] By: jhi                                   on 2000/11/09  14:48:27
16107         Log: Disable only the tests 99 and 166 for UTF-8 locales.
16108      Branch: perl
16109            ! t/pragma/locale.t
16110 ____________________________________________________________________________
16111 [  7627] By: jhi                                   on 2000/11/09  14:40:27
16112         Log: There's no =head3.
16113      Branch: perl
16114            ! pod/perlhack.pod
16115 ____________________________________________________________________________
16116 [  7626] By: jhi                                   on 2000/11/09  13:54:26
16117         Log: The generated boot_* headers are wrong.  Pickier compiler,
16118              such as KAI C++ will refuse to compile the resulting perlmain.
16119              
16120              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
16121              From: Harri Pasanen <harri.pasanen@trema.com>
16122              Date: Thu, 09 Nov 2000 14:23:28 +0100
16123              Message-Id: <3A0AA550.26D548A3@trema.com>
16124      Branch: perl
16125            ! minimod.pl
16126 ____________________________________________________________________________
16127 [  7625] By: jhi                                   on 2000/11/09  13:50:44
16128         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
16129              From: Prymmer/Kahn <pvhp@best.com>
16130              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
16131              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
16132              
16133              All except the "cow orker" change.
16134      Branch: perl
16135            ! Porting/pumpkin.pod
16136 ____________________________________________________________________________
16137 [  7624] By: jhi                                   on 2000/11/09  13:45:33
16138         Log: Fix for
16139              
16140              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
16141              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
16142              Date: Thu, 09 Nov 2000 11:05:52 +0100
16143              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
16144      Branch: perl
16145            ! pod/perldiag.pod t/pragma/warn/pp_sys
16146 ____________________________________________________________________________
16147 [  7623] By: jhi                                   on 2000/11/09  13:37:16
16148         Log: Typo in an ifndef.
16149              
16150              Subject: Re: [PATCH 5.7.0] better messages from malloc()
16151              From: Joe Smith <jms@inwap.com>         
16152              Date: Thu, 09 Nov 2000 01:33:14 -0800
16153              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
16154      Branch: perl
16155            ! malloc.c
16156 ____________________________________________________________________________
16157 [  7622] By: jhi                                   on 2000/11/09  13:31:18
16158         Log: Remove unused extra arguments.
16159      Branch: metaconfig/U/perl
16160            ! perlxv.U
16161      Branch: perl
16162            ! Configure config_h.SH
16163 ____________________________________________________________________________
16164 [  7621] By: jhi                                   on 2000/11/09  13:16:36
16165         Log: More VMS moves on environment handling, from Charles Lane.
16166      Branch: perl
16167            ! t/pragma/locale.t
16168 ____________________________________________________________________________
16169 [  7620] By: jhi                                   on 2000/11/09  04:42:38
16170         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
16171              From: David Dyck <dcd@tc.fluke.com>
16172              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
16173              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
16174      Branch: perl
16175            ! pp_sys.c
16176 ____________________________________________________________________________
16177 [  7619] By: jhi                                   on 2000/11/09  04:36:21
16178         Log: Forgot from #7618.
16179      Branch: perl
16180            ! lib/File/stat.pm
16181 ____________________________________________________________________________
16182 [  7618] By: jhi                                   on 2000/11/09  04:28:44
16183         Log: Make deleting for %ENV work for (newer versions of) VMS,
16184              from Craig A. Berry.
16185      Branch: perl
16186            ! vms/vms.c
16187 ____________________________________________________________________________
16188 [  7617] By: jhi                                   on 2000/11/09  04:25:05
16189         Log: Subject: [PATCH] Class::Struct at compile time
16190              From: "Casey R. Tweten" <crt@kiski.net>
16191              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
16192              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
16193      Branch: perl
16194            ! lib/Class/Struct.pm
16195 ____________________________________________________________________________
16196 [  7616] By: jhi                                   on 2000/11/09  04:15:17
16197         Log: Subject: [ID 20001108.013] spelling
16198              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
16199              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
16200              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
16201      Branch: perl
16202            ! lib/ftp.pl
16203 ____________________________________________________________________________
16204 [  7615] By: jhi                                   on 2000/11/09  04:12:42
16205         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
16206              From: Peter Prymmer <pvhp@forte.com>
16207              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
16208              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
16209      Branch: perl
16210            ! configure.com
16211 ____________________________________________________________________________
16212 [  7614] By: jhi                                   on 2000/11/08  22:42:55
16213         Log: A missing aTHX_.
16214      Branch: perl
16215            ! ext/IPC/SysV/SysV.xs
16216 ____________________________________________________________________________
16217 [  7613] By: jhi                                   on 2000/11/08  19:30:21
16218         Log: Update Changes.
16219      Branch: perl
16220            ! Changes patchlevel.h
16221 ____________________________________________________________________________
16222 [  7612] By: jhi                                   on 2000/11/08  18:35:25
16223         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
16224              From: David Dyck <dcd@tc.fluke.com>
16225              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
16226              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
16227      Branch: perl
16228            ! pp_sys.c
16229 ____________________________________________________________________________
16230 [  7611] By: jhi                                   on 2000/11/08  18:30:26
16231         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
16232              From: Dominic Dunlop <domo@computer.org>
16233              Date: Tue, 7 Nov 2000 12:05:25 +0100
16234              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
16235      Branch: perl
16236            ! malloc.c
16237 ____________________________________________________________________________
16238 [  7610] By: jhi                                   on 2000/11/08  18:25:14
16239         Log: Do not test UTF-8 locales since that the tests would require
16240              polymorphic regexen.
16241      Branch: perl
16242            ! t/pragma/locale.t
16243 ____________________________________________________________________________
16244 [  7609] By: jhi                                   on 2000/11/08  17:12:51
16245         Log: Locale buglets.
16246              
16247              Subject: RE: Locales support (setlocale) fixes
16248              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
16249              Date: Wed, 8 Nov 2000 20:01:39 +0300
16250              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
16251      Branch: perl
16252            ! t/pragma/locale.t util.c
16253 ____________________________________________________________________________
16254 [  7608] By: jhi                                   on 2000/11/08  17:00:16
16255         Log: Deleting $ENV{PATH} in VMS is not recommendable.
16256      Branch: perl
16257            ! t/pragma/locale.t
16258 ____________________________________________________________________________
16259 [  7607] By: jhi                                   on 2000/11/08  16:58:26
16260         Log: Subject: PATCH std stdio for (Free)BSD
16261              From: Nicholas Clark <nick@ccl4.org>
16262              Date: Wed, 8 Nov 2000 15:36:29 +0000
16263              Message-ID: <20001108153629.D98736@plum.flirble.org>
16264      Branch: metaconfig
16265            ! U/compline/d_stdstdio.U
16266      Branch: perl
16267            ! Configure config_h.SH
16268 ____________________________________________________________________________
16269 [  7606] By: jhi                                   on 2000/11/08  16:43:31
16270         Log: Forgot to bump the line numbers in #7601.
16271      Branch: perl
16272            ! t/pragma/warn/pp_sys
16273 ____________________________________________________________________________
16274 [  7605] By: jhi                                   on 2000/11/08  16:39:12
16275         Log: More careful detection of how well NVs and UVs mix.
16276              
16277              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))
16278              From: Nicholas Clark <nick@ccl4.org>
16279              Date: Wed, 8 Nov 2000 15:14:12 +0000
16280              Message-ID: <20001108151412.B98736@plum.flirble.org>
16281              
16282              Added some SIGFPE paranoia.
16283      Branch: metaconfig/U/perl
16284            ! perlxv.U
16285      Branch: perl
16286            ! Configure config_h.SH
16287 ____________________________________________________________________________
16288 [  7604] By: jhi                                   on 2000/11/08  14:39:10
16289         Log: Subject: [patch perl@7595] VMS configure.com tweak
16290              From: "Craig A. Berry" <craigberry@mac.com>
16291              Date: Wed, 8 Nov 2000 00:24:12 -0600
16292              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
16293      Branch: perl
16294            ! configure.com
16295 ____________________________________________________________________________
16296 [  7603] By: jhi                                   on 2000/11/08  14:27:11
16297         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
16298              From: Robin Barker <rmb1@cise.npl.co.uk>
16299              Date: Wed, 8 Nov 2000 11:11:39 GMT
16300              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
16301      Branch: perl
16302            ! perlio.c
16303 ____________________________________________________________________________
16304 [  7602] By: jhi                                   on 2000/11/08  14:25:03
16305         Log: Fix for the tie-refhash string table leaks.
16306              
16307              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
16308              Date: Wed, 8 Nov 2000 13:03:04 GMT
16309              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
16310      Branch: perl
16311            ! t/lib/tie-refhash.t
16312 ____________________________________________________________________________
16313 [  7601] By: jhi                                   on 2000/11/08  14:21:08
16314         Log: Try to avoid flockless and emulationless places.
16315      Branch: perl
16316            ! t/pragma/warn/pp_sys
16317 ____________________________________________________________________________
16318 [  7600] By: jhi                                   on 2000/11/08  02:28:54
16319         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
16320              
16321              Subject: [PATCH] prototyped functions that should be overrideable
16322              From: "Casey R. Tweten" <crt@kiski.net>
16323              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
16324              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
16325      Branch: perl
16326            ! toke.c
16327 ____________________________________________________________________________
16328 [  7599] By: jhi                                   on 2000/11/08  01:12:05
16329         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
16330              
16331              Subject: [PATCH] perlbug.PL
16332              From: "Kurt D. Starsinic" <kstar@chapin.edu>
16333              Date: Mon, 6 Nov 2000 21:39:01 -0500
16334              Message-ID: <20001106213901.B20955@O2.chapin.edu>
16335      Branch: perl
16336            ! utils/perlbug.PL
16337 ____________________________________________________________________________
16338 [  7598] By: jhi                                   on 2000/11/07  23:42:00
16339         Log: Bad thinko in #7581 (I used the test program with the expanded
16340              values as-is).
16341      Branch: metaconfig
16342            ! U/compline/d_stdstdio.U
16343      Branch: perl
16344            ! Configure
16345 ____________________________________________________________________________
16346 [  7597] By: jhi                                   on 2000/11/07  21:43:29
16347         Log: Subject: [PATCH perl@7573] cygwin port
16348              From: "Fifer, Eric" <EFifer@sanwaint.com>
16349              Date: Tue, 7 Nov 2000 18:08:51 -0000 
16350              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
16351              
16352              Synchronize with Cygwin 1.1.5.
16353      Branch: perl
16354            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
16355            ! pod/perlport.pod unixish.h util.c
16356 ____________________________________________________________________________
16357 [  7596] By: jhi                                   on 2000/11/07  21:39:25
16358         Log: perlhack updates from H.Merijn Brand.
16359      Branch: perl
16360            ! pod/perlhack.pod
16361 ____________________________________________________________________________
16362 [  7595] By: jhi                                   on 2000/11/07  20:21:41
16363         Log: Update Changes.
16364      Branch: perl
16365            ! Changes patchlevel.h
16366 ____________________________________________________________________________
16367 [  7594] By: jhi                                   on 2000/11/07  19:18:58
16368         Log: Be more robust in Dynaloader.pm.
16369      Branch: perl
16370            ! ext/DynaLoader/DynaLoader_pm.PL
16371 ____________________________________________________________________________
16372 [  7593] By: jhi                                   on 2000/11/07  16:49:31
16373         Log: AUTHORS update.
16374      Branch: perl
16375            ! AUTHORS
16376 ____________________________________________________________________________
16377 [  7592] By: gsar                                  on 2000/11/07  16:39:51
16378         Log: normalize relative paths in virtualized current directory on windows,
16379              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
16380              returns)
16381      Branch: perl
16382            ! win32/vdir.h
16383 ____________________________________________________________________________
16384 [  7591] By: jhi                                   on 2000/11/07  16:04:26
16385         Log: Too profiler-happy: with optimization the #7590 actually makes
16386              the test to run 0.5% _slower_.  Requires much more instrumentation.
16387              Retract #7590.
16388      Branch: perl
16389            ! regcomp.c regcomp.h
16390 ____________________________________________________________________________
16391 [  7590] By: jhi                                   on 2000/11/07  15:51:13
16392         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
16393              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
16394              by using memset() and testing bytewise (as opposed to bitwise).
16395      Branch: perl
16396            ! regcomp.c regcomp.h
16397 ____________________________________________________________________________
16398 [  7589] By: jhi                                   on 2000/11/07  12:56:39
16399         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
16400              From: "Craig A. Berry" <craig.berry@psinetcs.com>
16401              Date: Mon, 06 Nov 2000 23:45:30 -0500
16402              Message-Id: <0011079735.AA973576259@univpress.com>
16403      Branch: perl
16404            ! configure.com t/lib/st-lock.t
16405 ____________________________________________________________________________
16406 [  7588] By: jhi                                   on 2000/11/07  01:03:28
16407         Log: Tweak #7587.
16408      Branch: perl
16409            ! pod/perldiag.pod
16410 ____________________________________________________________________________
16411 [  7587] By: jhi                                   on 2000/11/07  01:00:27
16412         Log: A doc addition for bug id 20001105.019, beware \p.
16413      Branch: perl
16414            ! pod/perldiag.pod
16415 ____________________________________________________________________________
16416 [  7586] By: jhi                                   on 2000/11/07  00:32:22
16417         Log: Fake support of holey files in win/dosish platforms.
16418              
16419              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
16420              From: kipp@shonanblue.ne.jp
16421              Date: Mon, 6 Nov 2000 13:30:55 -0800
16422              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
16423      Branch: perl
16424            ! ext/SDBM_File/sdbm/sdbm.c
16425 ____________________________________________________________________________
16426 [  7585] By: jhi                                   on 2000/11/07  00:12:54
16427         Log: Subject: Pod updates
16428              From: "Stephen P. Potter" <spp@spotter.yi.org>
16429              Date: Mon, 06 Nov 2000 18:56:43 -0500
16430              Message-Id: <200011062357.SAA18173@spotter.yi.org>
16431      Branch: perl
16432            ! README.dos README.os2 README.win32 pod/buildtoc.PL
16433            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
16434            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
16435            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
16436            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
16437            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
16438            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
16439            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
16440            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
16441            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
16442            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
16443            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
16444            ! pod/perltootc.pod pod/perlunicode.pod
16445 ____________________________________________________________________________
16446 [  7584] By: jhi                                   on 2000/11/07  00:04:17
16447         Log: Varargs don't always work too well if one puts an unsigned
16448              char on the stack and pop an unsigned quad off the stack.
16449              
16450              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
16451              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
16452              Date: Mon, 06 Nov 2000 15:19:05 -0800
16453              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
16454      Branch: perl
16455            ! utf8.c
16456 ____________________________________________________________________________
16457 [  7583] By: jhi                                   on 2000/11/06  23:58:48
16458         Log: %ENV note tweaks from Dan Sugalski.
16459      Branch: perl
16460            ! pod/perlport.pod vms/perlvms.pod
16461 ____________________________________________________________________________
16462 [  7582] By: jhi                                   on 2000/11/06  23:05:49
16463         Log: glibc5 detection by __GNU_LIBRARY__.
16464      Branch: perl
16465            ! toke.c
16466 ____________________________________________________________________________
16467 [  7581] By: jhi                                   on 2000/11/06  22:51:29
16468         Log: Make the stdio test program of 7427 less noisy while being 
16469              compiled so that Digital UNIX wouldn't get both
16470              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
16471              undefined.  This makes perlio happy.
16472      Branch: metaconfig
16473            ! U/compline/d_stdstdio.U
16474      Branch: perl
16475            ! Configure config_h.SH
16476 ____________________________________________________________________________
16477 [  7580] By: jhi                                   on 2000/11/06  22:41:41
16478         Log: Document %ENV = () portability issues.
16479      Branch: perl
16480            ! pod/perlport.pod vms/perlvms.pod
16481 ____________________________________________________________________________
16482 [  7579] By: jhi                                   on 2000/11/06  21:29:24
16483         Log: VOS updates from Paul Green.
16484      Branch: perl
16485            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16486 ____________________________________________________________________________
16487 [  7578] By: jhi                                   on 2000/11/06  21:00:40
16488         Log: Sanitize the environment further.
16489      Branch: perl
16490            ! t/pragma/locale.t
16491 ____________________________________________________________________________
16492 [  7577] By: jhi                                   on 2000/11/06  20:53:51
16493         Log: Re-introduce 7552 lost in integration.
16494      Branch: perl
16495            ! perlio.c
16496 ____________________________________________________________________________
16497 [  7576] By: jhi                                   on 2000/11/06  20:33:46
16498         Log: Admit that the test leaks scalars.
16499      Branch: perl
16500            ! t/comp/proto.t
16501 ____________________________________________________________________________
16502 [  7575] By: jhi                                   on 2000/11/06  20:17:08
16503         Log: Integrate perlio.
16504      Branch: perl
16505           !> perlio.c
16506 ____________________________________________________________________________
16507 [  7574] By: nick                                  on 2000/11/06  20:07:28
16508         Log: Remove debug. Try (Mmap_t) on madvise() call.
16509      Branch: perlio
16510            ! perlio.c
16511 ____________________________________________________________________________
16512 [  7573] By: jhi                                   on 2000/11/06  13:56:05
16513         Log: Update Changes.
16514      Branch: perl
16515            ! Changes patchlevel.h
16516 ____________________________________________________________________________
16517 [  7572] By: jhi                                   on 2000/11/06  13:48:41
16518         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
16519              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16520              Date: Mon, 06 Nov 2000 10:11:42 +0100
16521              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
16522      Branch: perl
16523            ! pod/perlhack.pod
16524 ____________________________________________________________________________
16525 [  7571] By: jhi                                   on 2000/11/06  01:45:51
16526         Log: AUTHORS updates.
16527      Branch: perl
16528            ! AUTHORS
16529 ____________________________________________________________________________
16530 [  7570] By: jhi                                   on 2000/11/06  00:18:00
16531         Log: Fix for
16532              
16533              Subject: [ID 20000728.005] perl -P broken
16534              From: David Dyck <dcd@tc.fluke.com>
16535              Date: Fri, 28 Jul 2000 17:19:16 -0700
16536              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
16537              
16538              (hopefully).  The fix is also not complete, it seems to break
16539              BOM swallowing for libc5 systems, but until someone figures
16540              out a way to do this without ftell(), this will do.
16541      Branch: perl
16542            ! toke.c
16543 ____________________________________________________________________________
16544 [  7569] By: jhi                                   on 2000/11/06  00:05:30
16545         Log: Document that the evaled syntax errors cause scalar leaks.
16546      Branch: perl
16547            ! t/comp/proto.t
16548 ____________________________________________________________________________
16549 [  7568] By: jhi                                   on 2000/11/05  23:14:47
16550         Log: opmini.o can linger from Configures past.
16551      Branch: perl
16552            ! Makefile.SH
16553 ____________________________________________________________________________
16554 [  7567] By: jhi                                   on 2000/11/05  21:28:39
16555         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
16556              first argument correctly.
16557      Branch: perl
16558            ! perlio.c
16559 ____________________________________________________________________________
16560 [  7566] By: jhi                                   on 2000/11/05  21:15:56
16561         Log: Integrate perlio.
16562      Branch: perl
16563           !> perlio.c
16564 ____________________________________________________________________________
16565 [  7565] By: jhi                                   on 2000/11/05  21:15:13
16566         Log: Use -dM for gcc (the suggested patch did it only for Linux,
16567              but I think it can be generalized).
16568              
16569              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
16570              From: Pixel <pixel@mandrakesoft.com>
16571              Date: 05 Nov 2000 21:49:34 +0100 
16572              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
16573      Branch: perl
16574            ! ext/Errno/Errno_pm.PL
16575 ____________________________________________________________________________
16576 [  7564] By: nick                                  on 2000/11/05  21:09:18
16577         Log: Added a mmap layer as a "subclass" of perlio.
16578              PERLIO=mmap ./perl harness passes
16579      Branch: perlio
16580            ! perlio.c
16581 ____________________________________________________________________________
16582 [  7563] By: jhi                                   on 2000/11/05  19:48:55
16583         Log: Add a note for future generations about bug id 20000229.006.
16584      Branch: perl
16585            ! malloc.c
16586 ____________________________________________________________________________
16587 [  7562] By: jhi                                   on 2000/11/05  19:38:24
16588         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
16589      Branch: perl
16590            ! pp_ctl.c t/op/pos.t
16591 ____________________________________________________________________________
16592 [  7561] By: jhi                                   on 2000/11/05  18:21:46
16593         Log: Add =pod to be tidy.
16594      Branch: perl
16595            ! lib/Math/Complex.pm
16596 ____________________________________________________________________________
16597 [  7560] By: jhi                                   on 2000/11/05  17:38:46
16598         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
16599      Branch: perl
16600            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
16601            ! ext/Storable/Storable.xs t/lib/st-recurse.t
16602 ____________________________________________________________________________
16603 [  7559] By: jhi                                   on 2000/11/05  17:32:59
16604         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
16605              From: "Peter J. Farley III" <pjfarley@banet.net>
16606              Date: Sun, 05 Nov 2000 11:55:59 -0500
16607              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
16608      Branch: perl
16609            ! t/lib/syslog.t
16610 ____________________________________________________________________________
16611 [  7558] By: jhi                                   on 2000/11/05  17:29:19
16612         Log: Integrate perlio.
16613      Branch: perl
16614           !> perlio.c
16615 ____________________________________________________________________________
16616 [  7557] By: jhi                                   on 2000/11/05  17:22:01
16617         Log: A fix of sorts for 20000329.026, a better error message
16618              for a missing "use charnames" when using the \N{...}. 
16619      Branch: perl
16620            ! pod/perldiag.pod toke.c
16621 ____________________________________________________________________________
16622 [  7556] By: jhi                                   on 2000/11/05  16:33:50
16623         Log: Test tweak: show also the failed locales.
16624              
16625              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
16626              From: Lupe Christoph <lupe@lupe-christoph.de>         
16627              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
16628              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
16629      Branch: perl
16630            ! t/pragma/locale.t
16631 ____________________________________________________________________________
16632 [  7555] By: nick                                  on 2000/11/05  11:09:34
16633         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
16634              open RDWR so does not fail. (pragma/warnings 303 again...)
16635      Branch: perlio
16636            ! perlio.c
16637 ____________________________________________________________________________
16638 [  7554] By: nick                                  on 2000/11/05  10:10:13
16639         Log: Fix case where ungetc(f,EOF) was allowed.
16640              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
16641              so we can see similarities.
16642              Use types more carefully and a STDCHAR array in hope that this will
16643              fix Jarrko's 64bit machine.
16644      Branch: perlio
16645            ! perlio.c
16646 ____________________________________________________________________________
16647 [  7553] By: jhi                                   on 2000/11/05  01:12:16
16648         Log: Fix for
16649              
16650              Subject: [ID 20001004.007] taint propogation is inconsistent
16651              From: pimlott@idiomtech.com (Andrew Pimlott) 
16652              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
16653              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
16654              
16655              The culprit was sv_setsv() which was rather blindly
16656              propagating taint, which lead to behaviour where if
16657              a tainted anon hash value was seen all the hash values
16658              from then on at that level became tainted, or at any
16659              upper levels in the case of nested anon hashes.
16660      Branch: perl
16661            ! sv.c t/op/taint.t
16662 ____________________________________________________________________________
16663 [  7552] By: jhi                                   on 2000/11/04  23:44:18
16664         Log: Some cpps don't like splitting conditionals across several lines.
16665      Branch: perl
16666            ! perlio.c
16667 ____________________________________________________________________________
16668 [  7551] By: nick                                  on 2000/11/04  23:40:44
16669         Log: Integrate mainline
16670      Branch: perlio
16671           !> pp_hot.c t/op/taint.t
16672 ____________________________________________________________________________
16673 [  7550] By: nick                                  on 2000/11/04  23:39:05
16674         Log: Integrate mainline again
16675      Branch: perlio
16676           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
16677           !> t/lib/b.t t/op/misc.t util.c
16678 ____________________________________________________________________________
16679 [  7549] By: jhi                                   on 2000/11/04  23:14:01
16680         Log: Fix for
16681              
16682              Subject: [ID 20001004.006] undef is never tainted
16683              From: pimlott@idiomtech.com (Andrew Pimlott)
16684              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
16685              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
16686              
16687              An undef read from a slurped file was not tainted.
16688      Branch: perl
16689            ! pp_hot.c t/op/taint.t
16690 ____________________________________________________________________________
16691 [  7548] By: jhi                                   on 2000/11/04  22:56:21
16692         Log: Test tweak ($Config{useperlio} is by default undef) .
16693      Branch: perl
16694            ! t/lib/b.t
16695 ____________________________________________________________________________
16696 [  7547] By: jhi                                   on 2000/11/04  22:43:56
16697         Log: Integrate perlio.
16698      Branch: perl
16699           +> lib/perlio.pm
16700           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
16701           !> pod/perlapi.pod t/lib/b.t
16702 ____________________________________________________________________________
16703 [  7546] By: jhi                                   on 2000/11/04  22:40:59
16704         Log: Configure would use a bad $myuname from an old config.sh.
16705              
16706              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
16707              From: Andy Dougherty <doughera@lafayette.edu>
16708              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
16709              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
16710      Branch: metaconfig
16711            ! U/modified/Oldconfig.U
16712      Branch: perl
16713            ! Configure config_h.SH
16714 ____________________________________________________________________________
16715 [  7545] By: jhi                                   on 2000/11/04  22:36:54
16716         Log: Subject: Locales support (setlocale) fixes
16717              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
16718              Date: Sat, 4 Nov 2000 10:15:48 +0300 
16719              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
16720              
16721              Modified quite a bit to be more portable.
16722      Branch: perl
16723            ! embed.h embed.pl perl.h proto.h util.c
16724 ____________________________________________________________________________
16725 [  7544] By: jhi                                   on 2000/11/04  22:32:47
16726         Log: Dying is too strict here, better just skip.
16727      Branch: perl
16728            ! t/op/misc.t
16729 ____________________________________________________________________________
16730 [  7543] By: nick                                  on 2000/11/04  21:55:13
16731         Log: Merge mainline
16732      Branch: perlio
16733           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
16734           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
16735           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
16736           !> (integrate 64 files)
16737 ____________________________________________________________________________
16738 [  7542] By: jhi                                   on 2000/11/04  21:09:28
16739         Log: More Changes tweakery.
16740      Branch: perl
16741            ! Changes Porting/genlog
16742 ____________________________________________________________________________
16743 [  7541] By: jhi                                   on 2000/11/04  20:58:18
16744         Log: Changes fixups.
16745      Branch: perl
16746            ! Changes
16747 ____________________________________________________________________________
16748 [  7540] By: jhi                                   on 2000/11/04  20:42:38
16749         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
16750              create a "fast path" for locale name probing using "locale -a"
16751              if available, squash finally hopefully the s?printf resetting
16752              the numeric locale (since, IIUC perllocale, it never shouldn't). 
16753      Branch: perl
16754            ! sv.c t/op/misc.t t/pragma/locale.t
16755 ____________________________________________________________________________
16756 [  7539] By: nick                                  on 2000/11/04  19:56:10
16757         Log: PerlIO infrastructure complete.
16758      Branch: perlio
16759            + lib/perlio.pm
16760            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
16761 ____________________________________________________________________________
16762 [  7538] By: nick                                  on 2000/11/04  14:31:32
16763         Log: Type tweaks + less contorted allocation scheme
16764      Branch: perlio
16765            ! perlio.c
16766 ____________________________________________________________________________
16767 [  7537] By: nick                                  on 2000/11/04  12:40:42
16768         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
16769              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
16770              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
16771              sensible) which lead to some interesting fails.
16772      Branch: perlio
16773            ! perlio.c
16774 ____________________________________________________________________________
16775 [  7536] By: jhi                                   on 2000/11/04  00:20:02
16776         Log: Add FCNTL_CAN_LOCK.
16777              
16778              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
16779              From: Andy Dougherty <doughera@lafayette.edu>
16780              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
16781              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
16782              
16783              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
16784              From: Andy Dougherty <doughera@lafayette.edu>
16785              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
16786              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
16787      Branch: metaconfig/U/perl
16788            + d_fcntl_can_lock.U
16789            ! startperl.U
16790      Branch: perl
16791            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16792            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
16793            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16794            ! vos/config.ga.h win32/config.bc win32/config.gc
16795            ! win32/config.vc
16796 ____________________________________________________________________________
16797 [  7535] By: nick                                  on 2000/11/03  22:19:10
16798         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
16799              - Works on Linux with
16800              perlio + unix
16801              stdio
16802              - Works on Solaris with
16803              perlio + unix
16804              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
16805              - Fails (hangs in openpid) if you try and stack
16806              perlio + stdio - Linux stdio's read() logic is hanging.
16807      Branch: perlio
16808            ! iperlsys.h perlio.c
16809 ____________________________________________________________________________
16810 [  7534] By: jhi                                   on 2000/11/03  15:16:02
16811         Log: Subject: Re: README.aix
16812              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16813              Date: Fri, 03 Nov 2000 16:03:15 +0100
16814              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
16815      Branch: perl
16816            ! README.aix
16817 ____________________________________________________________________________
16818 [  7533] By: jhi                                   on 2000/11/03  03:59:02
16819         Log: Subject: [PATCH 5.7.0] better messages from malloc()
16820              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16821              Date: Wed, 1 Nov 2000 23:39:56 -0500
16822              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
16823      Branch: perl
16824            ! malloc.c pod/perldiag.pod
16825 ____________________________________________________________________________
16826 [  7532] By: jhi                                   on 2000/11/03  00:11:56
16827         Log: The #7521 touched things it shouldn't have.
16828      Branch: perl
16829            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
16830 ____________________________________________________________________________
16831 [  7531] By: jhi                                   on 2000/11/02  22:32:33
16832         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
16833              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16834              Date:     Thu, 2 Nov 2000 16:58:36 EST
16835              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
16836      Branch: perl
16837            ! vms/gen_shrfls.pl
16838 ____________________________________________________________________________
16839 [  7530] By: jhi                                   on 2000/11/02  22:08:49
16840         Log: Fix the problem discussed in
16841              
16842              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
16843              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
16844              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
16845              
16846              originally from Linc Madison.  Also Andreas König's comments
16847              taken into account.  Some other problems with Tie::SubstrHash
16848              fixed: didn't croak when the table exceeded the requested number
16849              of entries (as documented) but instead when the number of entries
16850              exceeded the size of the table, a croak() had an unnecessary \n,
16851              didn't have a CLEAR method, documented that there is no exists().
16852              Didn't fix to be strict-proof because the module uses &foo; and
16853              dynamic scope.  Added a test script exercizing both first tamely 
16854              the basic functionality, and then the failure cases reported by
16855              Linc Madison.
16856      Branch: perl
16857            + t/lib/tie-substrhash.t
16858            ! MANIFEST lib/Tie/SubstrHash.pm
16859 ____________________________________________________________________________
16860 [  7529] By: jhi                                   on 2000/11/02  17:58:08
16861         Log: recv() can fail and return undef.
16862              
16863              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
16864              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
16865              Date: Thu, 2 Nov 2000 20:12:20 +0300
16866              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
16867      Branch: perl
16868            ! lib/Net/Ping.pm
16869 ____________________________________________________________________________
16870 [  7528] By: jhi                                   on 2000/11/02  17:49:09
16871         Log: Detpyo.
16872      Branch: perl
16873            ! pod/perlop.pod
16874 ____________________________________________________________________________
16875 [  7527] By: jhi                                   on 2000/11/02  15:48:37
16876         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
16877              fix a autovivification bug in Tie::RefHash, add tests for both.
16878              
16879              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
16880              From: Edward Avis <epa98@doc.ic.ac.uk>
16881              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
16882              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
16883      Branch: perl
16884            + t/lib/tie-refhash.t
16885            ! MANIFEST lib/Tie/RefHash.pm
16886 ____________________________________________________________________________
16887 [  7526] By: jhi                                   on 2000/11/02  13:56:26
16888         Log: Test::Harness revealed buglets in the new DynaLoader.
16889              
16890              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
16891              From: andreas.koenig@anima.de (Andreas J. Koenig)
16892              Date: 02 Nov 2000 11:26:48 +0100 
16893              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
16894      Branch: perl
16895            ! ext/DynaLoader/DynaLoader_pm.PL
16896 ____________________________________________________________________________
16897 [  7525] By: jhi                                   on 2000/11/01  23:52:08
16898         Log: The entry for #7503 was missing.
16899      Branch: perl
16900            ! Changes
16901 ____________________________________________________________________________
16902 [  7524] By: jhi                                   on 2000/11/01  23:40:52
16903         Log: Update Changes.
16904      Branch: perl
16905            ! Changes patchlevel.h
16906 ____________________________________________________________________________
16907 [  7523] By: jhi                                   on 2000/11/01  22:57:09
16908         Log: More tweaking on the #7522 theme.
16909      Branch: perl
16910            ! ext/DynaLoader/DynaLoader_pm.PL
16911 ____________________________________________________________________________
16912 [  7522] By: jhi                                   on 2000/11/01  22:06:15
16913         Log: Expand %Config variables and %ENV variables only if
16914              so requested during build time using the
16915              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
16916              Not expanding makes relocating distributions easier.
16917      Branch: perl
16918            ! ext/DynaLoader/DynaLoader_pm.PL
16919 ____________________________________________________________________________
16920 [  7521] By: jhi                                   on 2000/11/01  20:56:34
16921         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
16922              and setgid() because they were just changing $< and $( which means
16923              only changing the real uid/gid, as opposed to changing both
16924              real and effective ids.  (The alternative way could have been
16925              in POSIX.pm to change $> and $), too, but making a direct call
16926              to the C API feels cleaner.)  Fixes the bug
16927              
16928              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
16929              From: "Garry T. Williams" <garry@zvolve.com>
16930              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
16931              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
16932      Branch: perl
16933            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
16934            ! ext/POSIX/typemap pod/perlvar.pod
16935 ____________________________________________________________________________
16936 [  7520] By: jhi                                   on 2000/11/01  20:08:33
16937         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
16938              From: "Garry T. Williams" <garry@zvolve.com>
16939              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
16940              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
16941      Branch: perl
16942            ! pod/perlsec.pod
16943 ____________________________________________________________________________
16944 [  7519] By: jhi                                   on 2000/11/01  20:01:22
16945         Log: Locale warning explanation tweak.
16946      Branch: perl
16947            ! pod/perldiag.pod
16948 ____________________________________________________________________________
16949 [  7518] By: jhi                                   on 2000/11/01  18:57:13
16950         Log: C.pm part of
16951              
16952              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
16953              From: Jarkko Hietaniemi <jhi@iki.fi>
16954              Date: Tue, 10 Oct 2000 08:22:28 -0500
16955              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
16956      Branch: perl
16957            ! ext/B/B/C.pm
16958 ____________________________________________________________________________
16959 [  7517] By: jhi                                   on 2000/11/01  18:41:59
16960         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
16961              From: Martien Verbruggen <mgjv@comdyn.com.au>
16962              Date: Fri, 6 Oct 2000 14:09:10 +1100
16963              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
16964      Branch: perl
16965            ! pod/perlop.pod
16966 ____________________________________________________________________________
16967 [  7516] By: jhi                                   on 2000/11/01  18:34:55
16968         Log: Generalize the Camel wording.
16969              
16970              Subject: Re: perlfaq style changes
16971              From: John Borwick <jhborwic@unity.ncsu.edu>
16972              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
16973              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
16974      Branch: perl
16975            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
16976 ____________________________________________________________________________
16977 [  7515] By: jhi                                   on 2000/11/01  16:52:31
16978         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
16979              From: pimlott@idiomtech.com (Andrew Pimlott)
16980              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
16981              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
16982      Branch: perl
16983            ! pod/perlsec.pod
16984 ____________________________________________________________________________
16985 [  7514] By: jhi                                   on 2000/11/01  15:03:40
16986         Log: More AIX lore.
16987      Branch: perl
16988            ! ext/re/hints/aix.pl
16989 ____________________________________________________________________________
16990 [  7513] By: jhi                                   on 2000/11/01  14:48:30
16991         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
16992              From: root <root@chronos.fi.muni.cz>
16993              Date: Wed, 1 Nov 2000 12:31:32 +0100
16994              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
16995      Branch: perl
16996            ! lib/Net/Ping.pm
16997 ____________________________________________________________________________
16998 [  7512] By: jhi                                   on 2000/11/01  14:46:47
16999         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
17000              From: Martin Husemann <martin@duskware.de>
17001              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
17002              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
17003      Branch: perl
17004            ! regcomp.c
17005 ____________________________________________________________________________
17006 [  7511] By: jhi                                   on 2000/11/01  14:39:50
17007         Log: AUTHORS updates.
17008      Branch: perl
17009            ! AUTHORS
17010 ____________________________________________________________________________
17011 [  7510] By: jhi                                   on 2000/11/01  14:29:50
17012         Log: Subject: [PATCH] startperl to respect versiononly
17013              From: Robin Barker <rmb1@cise.npl.co.uk> 
17014              Date: Tue, 31 Oct 2000 16:29:36 GMT
17015              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
17016      Branch: metaconfig/U/perl
17017            ! startperl.U
17018      Branch: perl
17019            ! Configure config_h.SH
17020 ____________________________________________________________________________
17021 [  7509] By: jhi                                   on 2000/11/01  14:19:53
17022         Log: printf UVs the correct way, noticed by Robin Barker.
17023      Branch: perl
17024            ! utf8.c
17025 ____________________________________________________________________________
17026 [  7508] By: jhi                                   on 2000/11/01  14:10:03
17027         Log: Do not cleanup *% because the % has special meanings in some
17028              shell environments.
17029      Branch: perl
17030            ! ext/Storable/Makefile.PL
17031 ____________________________________________________________________________
17032 [  7507] By: jhi                                   on 2000/11/01  14:06:00
17033         Log: The NonStop-UX libraries have a novel way to say NaN.
17034      Branch: perl
17035            ! t/lib/bigfltpm.t
17036 ____________________________________________________________________________
17037 [  7506] By: jhi                                   on 2000/11/01  14:03:35
17038         Log: The osname has been lowercased by now, from Tom Bates.
17039      Branch: metaconfig
17040            ! U/modified/Oldconfig.U
17041      Branch: perl
17042            ! Configure config_h.SH
17043 ____________________________________________________________________________
17044 [  7505] By: jhi                                   on 2000/10/31  19:18:39
17045         Log: The compiler is either gcc or cc, from Tom Bates.
17046      Branch: perl
17047            ! hints/nonstopux.sh
17048 ____________________________________________________________________________
17049 [  7504] By: jhi                                   on 2000/10/31  14:53:42
17050         Log: Update Changes.
17051      Branch: perl
17052            ! Changes patchlevel.h
17053 ____________________________________________________________________________
17054 [  7503] By: jhi                                   on 2000/10/31  14:30:50
17055         Log: Whitespace style tweak.  Was originally going to see to
17056              
17057              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
17058              From: Joe Smith <jms@inwap.com>
17059              Date: Mon, 30 Oct 2000 18:47:57 -0800
17060              Message-Id: <39FE32DD.24AAC4D@inwap.com>
17061              
17062              but that had already been taken care of.
17063      Branch: metaconfig
17064            ! U/compline/d_stdstdio.U
17065      Branch: perl
17066            ! Configure config_h.SH
17067 ____________________________________________________________________________
17068 [  7502] By: jhi                                   on 2000/10/31  14:25:02
17069         Log: AUTHORS tweaks.
17070      Branch: perl
17071            ! AUTHORS
17072 ____________________________________________________________________________
17073 [  7501] By: jhi                                   on 2000/10/31  14:23:59
17074         Log: Subject: perlfaq style changes
17075              From: John Borwick <jhborwic@unity.ncsu.edu>
17076              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
17077              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
17078      Branch: perl
17079            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17080            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17081            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17082            ! pod/perlfaq9.pod
17083 ____________________________________________________________________________
17084 [  7500] By: jhi                                   on 2000/10/31  14:22:15
17085         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
17086              
17087              Subject: Re: [ID 20000918.005] ~ on wide chars
17088              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17089              Date: Mon, 30 Oct 2000 21:09:55 -0800
17090              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
17091              
17092              (The ord() part of the patch skipped.)
17093      Branch: perl
17094            ! doop.c
17095 ____________________________________________________________________________
17096 [  7499] By: jhi                                   on 2000/10/31  14:20:08
17097         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
17098              From: Jens Hamisch <jens@Strawberry.COM>
17099              Date: Mon, 30 Oct 2000 15:17:07 +0100
17100              Message-Id: <20001030151707.A9597@Strawberry.COM>
17101      Branch: perl
17102            ! av.c
17103 ____________________________________________________________________________
17104 [  7498] By: jhi                                   on 2000/10/31  14:16:29
17105         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
17106              From: Peter Prymmer <pvhp@forte.com>
17107              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
17108              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
17109      Branch: perl
17110            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
17111            + ext/Encode/Encode/posix-bc.enc
17112            ! MANIFEST t/lib/encode.t
17113 ____________________________________________________________________________
17114 [  7497] By: jhi                                   on 2000/10/31  14:13:22
17115         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
17116              From: Peter Prymmer <pvhp@forte.com>
17117              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
17118              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
17119      Branch: perl
17120            ! t/lib/cgi-html.t
17121 ____________________________________________________________________________
17122 [  7496] By: jhi                                   on 2000/10/31  14:12:05
17123         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
17124              From: Peter Prymmer <pvhp@forte.com>
17125              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
17126              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
17127      Branch: perl
17128            ! t/lib/cgi-function.t
17129 ____________________________________________________________________________
17130 [  7495] By: jhi                                   on 2000/10/31  14:11:08
17131         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
17132              From: Peter Prymmer <pvhp@forte.com>
17133              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
17134              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
17135      Branch: perl
17136            + ext/re/hints/aix.pl
17137            ! MANIFEST ext/re/Makefile.PL
17138 ____________________________________________________________________________
17139 [  7494] By: jhi                                   on 2000/10/31  14:08:32
17140         Log: Use Errno magic.
17141              
17142              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
17143              From: Casey Tweten <perl@ctweten.amsite.com>
17144              Date: Mon, 30 Oct 2000 15:51:17 -0500
17145              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
17146      Branch: perl
17147            ! lib/File/Temp.pm
17148 ____________________________________________________________________________
17149 [  7493] By: jhi                                   on 2000/10/31  14:05:07
17150         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
17151              
17152              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
17153              From: Nicholas Clark <nick@ccl4.org>
17154              Date: Mon, 30 Oct 2000 17:38:45 +0000
17155              Message-ID: <20001030173845.O60355@plum.flirble.org>
17156      Branch: perl
17157            ! Makefile.SH utils/perlbug.PL
17158 ____________________________________________________________________________
17159 [  7492] By: nick                                  on 2000/10/30  19:37:23
17160         Log: Change files which are mysteriously different to mainline to be
17161              copies of mainline.
17162      Branch: perlio
17163            ! objXSUB.h perlapi.c pod/perlapi.pod
17164 ____________________________________________________________________________
17165 [  7491] By: nick                                  on 2000/10/30  18:05:54
17166         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
17167              - typo in endian code in putc.
17168              - Don't allow read of write-only files and vice-versa
17169              - and off-by-one in flush-all loop.
17170              Remove debug calls as they were using GCC specific features.
17171      Branch: perlio
17172            ! perlio.c
17173 ____________________________________________________________________________
17174 [  7490] By: nick                                  on 2000/10/29  21:45:45
17175         Log: Integrate mainline to perlio
17176      Branch: perlio
17177           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
17178           !> toke.c
17179 ____________________________________________________________________________
17180 [  7489] By: jhi                                   on 2000/10/29  21:11:08
17181         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
17182              From: andreas.koenig@anima.de (Andreas J. Koenig)
17183              Date: 29 Oct 2000 22:05:59 +0100
17184              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
17185      Branch: perl
17186            ! lib/ExtUtils/Manifest.pm
17187 ____________________________________________________________________________
17188 [  7488] By: jhi                                   on 2000/10/29  21:07:47
17189         Log: Tests for #7487.
17190              
17191              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
17192              From: andreas.koenig@anima.de (Andreas J. Koenig)
17193              Date: 29 Oct 2000 19:37:09 +0100
17194              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
17195      Branch: perl
17196            ! t/comp/proto.t
17197 ____________________________________________________________________________
17198 [  7487] By: jhi                                   on 2000/10/29  21:06:27
17199         Log: constsub spillage.
17200              
17201              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
17202              From: John Tobey <jtobey@john-edwin-tobey.org>
17203              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
17204              Message-Id: <m13pvSr-000FObC@feynman.localnet>
17205      Branch: perl
17206            ! op.c
17207 ____________________________________________________________________________
17208 [  7486] By: nick                                  on 2000/10/29  21:05:04
17209         Log: Integrate mainline to perlio branch
17210      Branch: perlio
17211           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
17212           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
17213           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
17214           +> vos/install_perl.cm
17215            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
17216            - vos/config.h vos/config_h.SH_orig
17217           !> (integrate 141 files)
17218 ____________________________________________________________________________
17219 [  7485] By: jhi                                   on 2000/10/29  21:00:47
17220         Log: Make \x{...} consistently produce UTF-8.
17221              
17222              Subject: Re: \x{...} is confused 
17223              From: Simon Cozens <simon@cozens.net>
17224              Date: Sun, 29 Oct 2000 19:36:48 +0000
17225              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
17226      Branch: perl
17227            ! t/pragma/utf8.t toke.c
17228 ____________________________________________________________________________
17229 [  7484] By: nick                                  on 2000/10/29  20:05:29
17230         Log: PerlIO passes all tests.
17231      Branch: perlio
17232            ! perlio.c
17233 ____________________________________________________________________________
17234 [  7483] By: jhi                                   on 2000/10/29  18:06:55
17235         Log: Update Changes.
17236      Branch: perl
17237            ! Changes patchlevel.h
17238 ____________________________________________________________________________
17239 [  7482] By: nick                                  on 2000/10/29  17:43:28
17240         Log: Include <unistd.h> to get correct lseek() prototype etc.
17241              (I thought perl.h did that) - down to two fails
17242              - comp/require.t (last test)
17243              - lib/io_xs.t - possibly import/export of FILE * ?
17244      Branch: perlio
17245            ! perlio.c
17246 ____________________________________________________________________________
17247 [  7481] By: jhi                                   on 2000/10/29  17:02:37
17248         Log: UTF-8 decoder tweak.
17249      Branch: perl
17250            ! utf8.c
17251 ____________________________________________________________________________
17252 [  7480] By: nick                                  on 2000/10/29  16:26:11
17253         Log: Fixed two bugs:
17254              - error code not being set on close (of broken pipe)
17255              - append mode was truncating.
17256              At least one seek/tell bug remains.
17257      Branch: perlio
17258            ! perlio.c
17259 ____________________________________________________________________________
17260 [  7479] By: nick                                  on 2000/10/29  11:18:16
17261         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
17262              in case of accidents. Still several worrying fails, no line disciplines yet.
17263      Branch: perlio
17264            ! iperlsys.h perlio.c
17265 ____________________________________________________________________________
17266 [  7478] By: jhi                                   on 2000/10/29  02:04:01
17267         Log: Add also emailless people.
17268      Branch: perl
17269            ! AUTHORS
17270 ____________________________________________________________________________
17271 [  7477] By: jhi                                   on 2000/10/29  01:36:00
17272         Log: The #7476 needs a MANIFEST change, too.
17273      Branch: perl
17274            ! MANIFEST
17275 ____________________________________________________________________________
17276 [  7476] By: jhi                                   on 2000/10/29  01:35:21
17277         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
17278      Branch: perl
17279            - MAINTAIN
17280            ! AUTHORS Changes
17281 ____________________________________________________________________________
17282 [  7475] By: jhi                                   on 2000/10/28  23:57:25
17283         Log: De-quoted-unreadable to ISO Latin 1.
17284              (There's one ISO-2022-JP name in Changes5.004.)
17285      Branch: perl
17286            ! Changes Changes5.6
17287 ____________________________________________________________________________
17288 [  7474] By: jhi                                   on 2000/10/28  19:13:06
17289         Log: Subject: [ID 20001027.007] uniq array in perlfaq
17290              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
17291              Date: Fri, 27 Oct 2000 19:28:30 +0200
17292              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
17293      Branch: perl
17294            ! pod/perlfaq4.pod
17295 ____________________________________________________________________________
17296 [  7473] By: jhi                                   on 2000/10/28  18:02:05
17297         Log: Locking null mutexes is not recommendable.
17298              
17299              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
17300              From: Hugo <hv@crypt.compulink.co.uk>
17301              Date: Sat, 28 Oct 2000 18:41:12 +0100
17302              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
17303      Branch: perl
17304            ! op.c
17305 ____________________________________________________________________________
17306 [  7472] By: jhi                                   on 2000/10/28  17:52:58
17307         Log: Better create a true mailing list for the repository keepers.
17308      Branch: perl
17309            ! Porting/repository.pod
17310 ____________________________________________________________________________
17311 [  7471] By: jhi                                   on 2000/10/28  17:28:24
17312         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
17313              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
17314      Branch: perl
17315            + Porting/repository.pod
17316            ! MANIFEST
17317 ____________________________________________________________________________
17318 [  7470] By: jhi                                   on 2000/10/28  17:20:54
17319         Log: Subject: DOC PATCH 5.6.0
17320              From: mjd@plover.com
17321              Date: 27 Oct 2000 17:32:44 -0000
17322              Message-ID: <20001027173244.23754.qmail@plover.com>
17323      Branch: perl
17324            ! pod/perlfunc.pod
17325 ____________________________________________________________________________
17326 [  7469] By: jhi                                   on 2000/10/28  17:16:45
17327         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
17328              From: "Peter J. Farley III" <pjfarley@banet.net>
17329              Date: Fri, 27 Oct 2000 20:32:56 -0400
17330              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
17331      Branch: perl
17332            ! README.dos
17333 ____________________________________________________________________________
17334 [  7468] By: jhi                                   on 2000/10/28  17:07:18
17335         Log: Make target reordering to avoid pointless re-makes.
17336              
17337              Subject: Re: Total re-make of 'make okfile' after 7451 ?
17338              From: Nicholas Clark <nick@ccl4.org>
17339              Date: Sat, 28 Oct 2000 00:31:02 +0100
17340              Message-ID: <20001028003101.A54517@plum.flirble.org>
17341      Branch: perl
17342            ! Makefile.SH
17343 ____________________________________________________________________________
17344 [  7467] By: jhi                                   on 2000/10/28  17:05:31
17345         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
17346              From: lvirden@cas.org
17347              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
17348              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
17349      Branch: perl
17350            ! README.os2
17351 ____________________________________________________________________________
17352 [  7466] By: jhi                                   on 2000/10/28  16:09:16
17353         Log: Upgrade to CPAN 1.58_55.
17354              
17355              Subject: CPAN.pm status
17356              From: andreas.koenig@anima.de (Andreas J. Koenig) 
17357              Date: 28 Oct 2000 08:18:00 +0200 
17358              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
17359      Branch: perl
17360            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
17361 ____________________________________________________________________________
17362 [  7465] By: jhi                                   on 2000/10/28  16:02:47
17363         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
17364      Branch: perl
17365            ! embed.h embed.pl perl.h proto.h toke.c
17366 ____________________________________________________________________________
17367 [  7464] By: nick                                  on 2000/10/28  10:43:44
17368         Log: Fix for sv_2iv() on "shared" value from keys %hash.
17369      Branch: perl
17370            ! sv.c
17371 ____________________________________________________________________________
17372 [  7463] By: jhi                                   on 2000/10/27  16:18:29
17373         Log: Update Changes.
17374      Branch: perl
17375            ! Changes patchlevel.h
17376 ____________________________________________________________________________
17377 [  7462] By: jhi                                   on 2000/10/27  16:17:44
17378         Log: Too enthusiastic editing in #7460.
17379      Branch: metaconfig
17380            ! U/modified/Oldsym.U
17381      Branch: perl
17382            ! Configure config_h.SH
17383 ____________________________________________________________________________
17384 [  7461] By: jhi                                   on 2000/10/27  15:37:38
17385         Log: Retract #7459, the script needs more work.
17386      Branch: perl
17387            - mkreef
17388            ! MANIFEST
17389 ____________________________________________________________________________
17390 [  7460] By: jhi                                   on 2000/10/27  15:23:14
17391         Log: Use $sort, $uniq (and $tr) consistently as wondered
17392              by Nicholas Clark.
17393      Branch: metaconfig
17394            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
17395            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
17396            ! U/modified/libc.U
17397      Branch: perl
17398            ! Configure config_h.SH
17399 ____________________________________________________________________________
17400 [  7459] By: jhi                                   on 2000/10/27  15:02:07
17401         Log: (Retracted by #7461)
17402              
17403              Add a shell script for creating/removing symbolic link farms,
17404              useful for keeping the source code read-only and doing the
17405              builds somewhere else.
17406      Branch: perl
17407            + mkreef
17408            ! MANIFEST
17409 ____________________________________________________________________________
17410 [  7458] By: jhi                                   on 2000/10/27  14:42:20
17411         Log: Do away with the fix_pl.
17412      Branch: perl
17413            - fix_pl
17414            ! MANIFEST Makefile.SH
17415 ____________________________________________________________________________
17416 [  7457] By: jhi                                   on 2000/10/27  12:43:13
17417         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
17418              From: Jens Hamisch <jens@Strawberry.COM>
17419              Date: Fri, 27 Oct 2000 14:38:21 +0200
17420              Message-Id: <20001027143821.B3366@Strawberry.COM>
17421      Branch: perl
17422            ! perl.h
17423 ____________________________________________________________________________
17424 [  7456] By: jhi                                   on 2000/10/27  12:33:42
17425         Log: Subject: [PATCH] todo
17426              From: Nicholas Clark <nick@ccl4.org>
17427              Date: Thu, 26 Oct 2000 22:32:29 +0100
17428              Message-ID: <20001026223229.A44540@plum.flirble.org>
17429      Branch: perl
17430            ! pod/perltodo.pod
17431 ____________________________________________________________________________
17432 [  7455] By: jhi                                   on 2000/10/27  12:02:21
17433         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
17434              From: John Tobey <jtobey@john-edwin-tobey.org>
17435              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
17436              Message-Id: <m13ozHF-000FObC@feynman.localnet>
17437      Branch: perl
17438            ! op.c t/pragma/sub_lval.t
17439 ____________________________________________________________________________
17440 [  7454] By: jhi                                   on 2000/10/27  11:59:42
17441         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
17442              From: sthoenna@efn.org
17443              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
17444              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
17445      Branch: perl
17446            ! pp.c t/op/assignwarn.t
17447 ____________________________________________________________________________
17448 [  7453] By: jhi                                   on 2000/10/27  00:15:08
17449         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
17450      Branch: perl
17451            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
17452            ! ext/Storable/Storable.xs t/lib/st-lock.t
17453 ____________________________________________________________________________
17454 [  7452] By: jhi                                   on 2000/10/26  13:05:52
17455         Log: Undo #7451, this seems to be a deficiency in Perforce,
17456              there is no per-file line-terminator type, only per-client.
17457      Branch: perl
17458            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
17459            ! win32/makefile.mk
17460 ____________________________________________________________________________
17461 [  7451] By: jhi                                   on 2000/10/26  04:56:03
17462         Log: Experimenting in DOS arcana.
17463      Branch: perl
17464            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
17465            ! win32/makefile.mk
17466 ____________________________________________________________________________
17467 [  7450] By: jhi                                   on 2000/10/26  04:50:52
17468         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
17469              From: "Peter J. Farley III" <pjfarley@banet.net>            
17470              Date: Wed, 25 Oct 2000 23:10:18 -0400
17471              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
17472      Branch: perl
17473            ! t/io/open.t
17474 ____________________________________________________________________________
17475 [  7449] By: jhi                                   on 2000/10/26  04:49:16
17476         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
17477              From: Hugo <hv@crypt.compulink.co.uk>
17478              Date: Thu, 26 Oct 2000 01:55:17 +0100
17479              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
17480              
17481              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
17482      Branch: perl
17483            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
17484 ____________________________________________________________________________
17485 [  7448] By: jhi                                   on 2000/10/26  04:38:36
17486         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
17487              From: Peter Prymmer <pvhp@forte.com>
17488              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
17489              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
17490      Branch: perl
17491            ! configure.com
17492 ____________________________________________________________________________
17493 [  7447] By: jhi                                   on 2000/10/25  23:20:02
17494         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
17495              in platforms that strictly require all the symbols being present
17496              at link time.
17497      Branch: perl
17498            ! handy.h
17499 ____________________________________________________________________________
17500 [  7446] By: jhi                                   on 2000/10/25  21:55:57
17501         Log: Update Changes.
17502      Branch: perl
17503            ! Changes patchlevel.h
17504 ____________________________________________________________________________
17505 [  7445] By: jhi                                   on 2000/10/25  21:27:08
17506         Log: Integrate with vmsperl #7430 by Charles Bailey:
17507              
17508              Cleanup from prior patch (Charles Lane?):
17509              - improve handling of MFDs in Basename and Path
17510              - default to no xsubpp line # munging when building debug images
17511      Branch: perl
17512           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
17513 ____________________________________________________________________________
17514 [  7444] By: jhi                                   on 2000/10/25  21:03:50
17515         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
17516              From: John Peacock <JPeacock@UnivPress.com>
17517              Date: Thu, 18 May 2000 11:55:27 -0400
17518              Message-ID: <3924126F.A58BE57A@UnivPress.com>
17519      Branch: perl
17520            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
17521            ! t/op/write.t
17522 ____________________________________________________________________________
17523 [  7443] By: jhi                                   on 2000/10/25  20:43:10
17524         Log: Temporary stopgap for the self-tying issue: for now only
17525              array and hash self-ties are verboten.  The real fix, of
17526              course, would be to comprehensively test (and implement?)
17527              and debug (and document) self-ties.
17528      Branch: perl
17529            ! pod/perldiag.pod pp_sys.c t/op/tie.t
17530 ____________________________________________________________________________
17531 [  7442] By: jhi                                   on 2000/10/25  20:14:30
17532         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
17533              From: Dan Sugalski <dan@sidhe.org>
17534              Date: Wed, 25 Oct 2000 13:36:35 -0400
17535              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
17536              
17537              plus regen global.sym.
17538      Branch: perl
17539            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
17540            ! thrdvar.h util.c
17541 ____________________________________________________________________________
17542 [  7441] By: jhi                                   on 2000/10/25  20:12:20
17543         Log: buildtoc target tweaks.
17544      Branch: perl
17545            ! pod/Makefile.SH
17546 ____________________________________________________________________________
17547 [  7440] By: jhi                                   on 2000/10/25  20:03:53
17548         Log: A new version of making the syslog test more robust.
17549              (Replaces #7421.)
17550              
17551              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
17552              From: "Kurt D. Starsinic" <kstar@chapin.edu>
17553              Date: Wed, 25 Oct 2000 12:13:54 -0400
17554              Message-ID: <20001025121354.B2264@O2.chapin.edu>
17555      Branch: perl
17556            ! t/lib/syslog.t
17557 ____________________________________________________________________________
17558 [  7439] By: jhi                                   on 2000/10/25  20:00:48
17559         Log: Continue the internal UTF-8 API tweaking.
17560              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
17561              used much more than the simpler API, now called utf8_to_uv_simple().
17562              Still not quite happy with API, too much partial duplication
17563              of functionality.
17564      Branch: perl
17565            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
17566            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
17567            ! regcomp.c regexec.c sv.c toke.c utf8.c
17568 ____________________________________________________________________________
17569 [  7438] By: jhi                                   on 2000/10/25  18:52:30
17570         Log: Allow poking holes at the UTF-8 decoding strictness.
17571      Branch: perl
17572            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
17573            ! utf8.h
17574 ____________________________________________________________________________
17575 [  7437] By: jhi                                   on 2000/10/25  13:53:05
17576         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
17577              UTF8LEN() and UTF8SKIP(). 
17578      Branch: perl
17579            ! pp.c utf8.c utf8.h
17580 ____________________________________________________________________________
17581 [  7436] By: jhi                                   on 2000/10/25  13:51:37
17582         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
17583              From: Nicholas Clark <nick@ccl4.org>
17584              Date: Wed, 25 Oct 2000 14:44:05 +0100
17585              Message-ID: <20001025144404.D27253@plum.flirble.org>
17586      Branch: perl
17587            ! pod/perlrun.pod
17588 ____________________________________________________________________________
17589 [  7435] By: jhi                                   on 2000/10/25  13:49:32
17590         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
17591              From: Mike Guy <mjtg@cam.ac.uk>
17592              Date: Tue, 24 Oct 2000 14:59:40 +0100
17593              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
17594      Branch: perl
17595            ! scope.c
17596 ____________________________________________________________________________
17597 [  7434] By: jhi                                   on 2000/10/25  13:48:41
17598         Log: AIX is picky about its symbol exports.  Solution for now
17599              is to include the deb.o explicitly to the re extension build.
17600              
17601              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
17602              From: Peter Prymmer <pvhp@forte.com>
17603              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
17604              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
17605      Branch: perl
17606            ! ext/re/Makefile.PL hints/aix.sh
17607 ____________________________________________________________________________
17608 [  7433] By: jhi                                   on 2000/10/25  13:46:49
17609         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
17610              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17611              Date: Wed, 25 Oct 2000 12:02:20 +0200
17612              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
17613      Branch: perl
17614            ! perlsdio.h
17615 ____________________________________________________________________________
17616 [  7432] By: jhi                                   on 2000/10/25  13:44:28
17617         Log: Subject: Minor update to find2perl, for portability
17618              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
17619              Date: Wed, 25 Oct 2000 12:05:47 +0100
17620              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
17621      Branch: perl
17622            ! x2p/find2perl.PL
17623 ____________________________________________________________________________
17624 [  7431] By: jhi                                   on 2000/10/25  13:40:39
17625         Log: Add targets to Makefile.SH, most importantly
17626              'regen_all' which also remembers to update vms/perly*.
17627      Branch: perl
17628            ! Makefile.SH
17629 ____________________________________________________________________________
17630 [  7430] By: bailey                                on 2000/10/25  03:13:53
17631         Log: Cleanup from prior patch (Charles Lane?):
17632              - improve handling of MFDs in Basename and Path
17633              - default to no xsubpp line # munging when building debug images
17634      Branch: vmsperl
17635            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
17636 ____________________________________________________________________________
17637 [  7429] By: jhi                                   on 2000/10/24  20:03:40
17638         Log: Podify README.epoc and README.vos.
17639      Branch: perl
17640            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
17641            ! pod/perlport.pod pod/perltoc.pod
17642 ____________________________________________________________________________
17643 [  7428] By: jhi                                   on 2000/10/24  19:10:33
17644         Log: Stratus VOS updates from Paul Green.
17645      Branch: perl
17646            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17647            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
17648            - vos/config.def vos/config.h vos/config_h.SH_orig
17649            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
17650            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
17651 ____________________________________________________________________________
17652 [  7427] By: jhi                                   on 2000/10/24  18:59:48
17653         Log: Check if stdio supports tweaking lval and cnt simultaneously.
17654              
17655              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
17656              From: Nicholas Clark <nick@ccl4.org>
17657              Date: Mon, 23 Oct 2000 15:39:32 +0100
17658              Message-ID: <20001023153932.A10786@plum.flirble.org>
17659      Branch: metaconfig
17660            ! U/compline/d_stdstdio.U
17661      Branch: perl
17662            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17663            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
17664            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
17665            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
17666            ! vos/config.h vos/config_h.SH_orig win32/config.bc
17667            ! win32/config.gc win32/config.vc
17668 ____________________________________________________________________________
17669 [  7426] By: jhi                                   on 2000/10/24  17:57:44
17670         Log: Missed the header file changes from #7425.
17671      Branch: perl
17672            ! embed.h embed.pl objXSUB.h proto.h
17673 ____________________________________________________________________________
17674 [  7425] By: jhi                                   on 2000/10/24  17:55:17
17675         Log: Fix the bug reported in
17676              
17677              From: andreas.koenig@anima.de (Andreas J. Koenig)
17678              Subject: Encode bug?
17679              Date: 24 Oct 2000 14:01:26 +0200 
17680              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
17681              
17682              Also make is_utf8_char() stricter.
17683      Branch: perl
17684            ! ext/Encode/Encode.xs utf8.c
17685 ____________________________________________________________________________
17686 [  7424] By: jhi                                   on 2000/10/24  15:15:39
17687         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
17688              From: Peter Scott <Peter@PSDT.com>
17689              Date: Mon, 23 Oct 2000 19:46:01 -0700
17690              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
17691      Branch: perl
17692            ! pod/perlfaq5.pod
17693 ____________________________________________________________________________
17694 [  7423] By: jhi                                   on 2000/10/24  14:25:30
17695         Log: Test tweak to avoid pulling in the whole Config.
17696      Branch: perl
17697            ! t/lib/st-lock.t
17698 ____________________________________________________________________________
17699 [  7422] By: jhi                                   on 2000/10/24  14:03:16
17700         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
17701      Branch: perl
17702            ! pp.c
17703 ____________________________________________________________________________
17704 [  7421] By: jhi                                   on 2000/10/24  13:32:09
17705         Log: (Replaced by #7440.)
17706              
17707              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
17708              From: "Kurt D. Starsinic" <kstar@chapin.edu>
17709              Date: Mon, 23 Oct 2000 16:40:54 -0400
17710              Message-ID: <20001023164054.B14491@O2.chapin.edu>
17711      Branch: perl
17712            ! t/lib/syslog.t
17713 ____________________________________________________________________________
17714 [  7420] By: jhi                                   on 2000/10/24  13:30:53
17715         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
17716              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17717              Date: Mon, 23 Oct 2000 17:29:03 -0400
17718              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
17719      Branch: perl
17720            ! lib/ExtUtils/MM_Unix.pm
17721 ____________________________________________________________________________
17722 [  7419] By: jhi                                   on 2000/10/24  13:29:57
17723         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
17724              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17725              Date: Mon, 23 Oct 2000 19:01:32 -0400
17726              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
17727      Branch: perl
17728            ! utils/h2xs.PL
17729 ____________________________________________________________________________
17730 [  7418] By: jhi                                   on 2000/10/24  13:26:04
17731         Log: Replace #7409 with
17732              
17733              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
17734              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
17735              Date: Mon, 23 Oct 2000 20:08:56 +0200
17736              Message-ID: <20001023200855.A14850@nice.ram.loc>
17737      Branch: perl
17738            ! ext/Storable/Storable.pm t/lib/st-lock.t
17739 ____________________________________________________________________________
17740 [  7417] By: jhi                                   on 2000/10/24  13:17:52
17741         Log: Run vms/vms_yfix.pl, should have done that after changing
17742              perly.c in #7382.
17743      Branch: perl
17744            ! vms/perly_c.vms vms/perly_h.vms
17745 ____________________________________________________________________________
17746 [  7416] By: jhi                                   on 2000/10/24  02:55:33
17747         Log: Make the UTF-8 decoding stricter and more verbose when
17748              malformation happens.  This involved adding an argument
17749              to utf8_to_uv_chk(), which involved changing its prototype,
17750              and prefer STRLEN over I32 for the UTF-8 length, which as
17751              a domino effect necessitated changing the prototypes of
17752              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
17753              The stricter UTF-8 decoding checking uses Markus Kuhn's
17754              UTF-8 Decode Stress Tester from
17755              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
17756      Branch: perl
17757            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
17758            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
17759            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
17760            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
17761 ____________________________________________________________________________
17762 [  7415] By: jhi                                   on 2000/10/23  14:06:06
17763         Log: Update Changes.
17764      Branch: perl
17765            ! Changes patchlevel.h
17766 ____________________________________________________________________________
17767 [  7414] By: jhi                                   on 2000/10/23  12:39:52
17768         Log: Undo the basename() part of #7412 since the lib/basename
17769              tests would need upgrading too.
17770      Branch: perl
17771            ! lib/File/Basename.pm
17772 ____________________________________________________________________________
17773 [  7413] By: jhi                                   on 2000/10/23  12:19:27
17774         Log: Document PERL_INSTALL_ROOT of #7210.
17775      Branch: perl
17776            ! lib/ExtUtils/Install.pm
17777 ____________________________________________________________________________
17778 [  7412] By: jhi                                   on 2000/10/23  12:16:47
17779         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
17780      Branch: perl
17781            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
17782            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
17783 ____________________________________________________________________________
17784 [  7411] By: jhi                                   on 2000/10/23  12:07:41
17785         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
17786              From: Prymmer/Kahn <pvhp@best.com>
17787              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
17788              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
17789      Branch: perl
17790            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
17791 ____________________________________________________________________________
17792 [  7410] By: jhi                                   on 2000/10/23  04:10:11
17793         Log: The change #7187 was not so good on VMS.
17794              
17795              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
17796              From: "Craig A. Berry" <craig.berry@psinetcs.com>
17797              Date: Sun, 22 Oct 2000 23:03:08 -0500
17798              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
17799      Branch: perl
17800            ! utils/perldoc.PL
17801 ____________________________________________________________________________
17802 [  7409] By: jhi                                   on 2000/10/23  03:57:36
17803         Log: Avoid Storable locking on DJGPP for now.
17804              
17805              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
17806              From: "Peter J. Farley III" <pjfarley@banet.net>
17807              Date: Sun, 22 Oct 2000 20:00:00 -0400
17808              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
17809      Branch: perl
17810            ! ext/Storable/Storable.pm t/lib/st-lock.t
17811 ____________________________________________________________________________
17812 [  7408] By: jhi                                   on 2000/10/23  03:50:24
17813         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
17814              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
17815              Date: Sun, 22 Oct 2000 21:12:22 -0400
17816              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
17817      Branch: perl
17818            ! lib/vars.pm
17819 ____________________________________________________________________________
17820 [  7407] By: jhi                                   on 2000/10/23  03:43:12
17821         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
17822              From: Hugo <hv@crypt.compulink.co.uk>
17823              Date: Mon, 23 Oct 2000 00:47:22 +0100
17824              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
17825      Branch: perl
17826            ! regexec.c t/op/pat.t
17827 ____________________________________________________________________________
17828 [  7406] By: jhi                                   on 2000/10/23  03:40:29
17829         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
17830      Branch: perl
17831            ! lib/ExtUtils/MakeMaker.pm
17832 ____________________________________________________________________________
17833 [  7405] By: jhi                                   on 2000/10/22  21:32:00
17834         Log: Doc patch.
17835              
17836              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
17837              From: rspier@pobox.com (Robert Spier)
17838              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
17839              Message-ID: <14835.16112.13457.447971@rls.cx>
17840      Branch: perl
17841            ! lib/strict.pm
17842 ____________________________________________________________________________
17843 [  7404] By: jhi                                   on 2000/10/22  21:30:51
17844         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
17845              From: rspier@pobox.com (Robert Spier)
17846              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
17847              Message-ID: <14835.17223.72448.705566@rls.cx>
17848      Branch: perl
17849            ! lib/ExtUtils/MakeMaker.pm
17850 ____________________________________________________________________________
17851 [  7403] By: jhi                                   on 2000/10/22  21:24:11
17852         Log: Subject: [PATCH bleadperl] ripples from constsub patch
17853              From: John Tobey <jtobey@john-edwin-tobey.org>
17854              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
17855              Message-Id: <m13nSOB-000FObC@feynman.localnet>
17856      Branch: perl
17857            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
17858 ____________________________________________________________________________
17859 [  7402] By: jhi                                   on 2000/10/22  20:59:35
17860         Log: Support s?printf parameter reordering.
17861      Branch: perl
17862            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
17863 ____________________________________________________________________________
17864 [  7401] By: jhi                                   on 2000/10/22  19:19:14
17865         Log: Expand %Config variables only if explicitly so requested
17866              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
17867              
17868              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
17869              From: Gurusamy Sarathy <gsar@ActiveState.com>
17870              Date: Sun, 22 Oct 2000 11:47:32 -0700
17871              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
17872      Branch: perl
17873            ! Makefile.SH lib/lib_pm.PL
17874 ____________________________________________________________________________
17875 [  7400] By: jhi                                   on 2000/10/22  18:24:10
17876         Log: Move the #7390 test from warn/op to comp/redef.
17877              
17878              Subject: Re: Creating const subs for constants.
17879              From: John Tobey <jtobey@john-edwin-tobey.org>
17880              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
17881              Message-Id: <m13nG72-000FObC@feynman.localnet>               
17882      Branch: perl
17883            ! t/comp/redef.t t/pragma/warn/op
17884 ____________________________________________________________________________
17885 [  7399] By: jhi                                   on 2000/10/22  17:49:59
17886         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
17887              From: Nicholas Clark <nick@ccl4.org>
17888              Date: Sat, 21 Oct 2000 22:23:19 +0100
17889              Message-ID: <20001021222319.B45586@plum.flirble.org>
17890      Branch: perl
17891            ! ext/DynaLoader/DynaLoader_pm.PL
17892 ____________________________________________________________________________
17893 [  7398] By: jhi                                   on 2000/10/22  17:47:35
17894         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
17895              From: Hugo <hv@crypt.compulink.co.uk>
17896              Date: Sat, 21 Oct 2000 18:19:59 +0100
17897              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
17898      Branch: perl
17899            ! ext/B/B.pm ext/B/B/C.pm
17900 ____________________________________________________________________________
17901 [  7397] By: jhi                                   on 2000/10/22  17:35:18
17902         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
17903              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
17904              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
17905              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
17906      Branch: perl
17907            ! hints/openbsd.sh
17908 ____________________________________________________________________________
17909 [  7396] By: jhi                                   on 2000/10/22  17:19:46
17910         Log: Subject: installman go-faster stripes
17911              From: Nicholas Clark <nick@talking.bollo.cx>
17912              Date: Sat, 21 Oct 2000 17:24:53 +0100
17913              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
17914              
17915              Subject: Re: installman go-faster stripes
17916              From: Russ Allbery <rra@stanford.edu>
17917              Date: 21 Oct 2000 11:04:13 -0700
17918              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
17919      Branch: perl
17920            ! installman pod/pod2man.PL
17921 ____________________________________________________________________________
17922 [  7395] By: jhi                                   on 2000/10/22  17:17:35
17923         Log: Hints tweak from Anton Berezin.
17924      Branch: perl
17925            ! hints/freebsd.sh
17926 ____________________________________________________________________________
17927 [  7394] By: jhi                                   on 2000/10/22  04:50:04
17928         Log: Tweak the Is* definitions of Unicode character classes
17929              to better match the official categorizations; embrace
17930              the official categorizations; add the combining marks
17931              as alpha (and -numeric); fix DCinital (a typo and edito)
17932              to be DCmedial.
17933      Branch: perl
17934            + lib/unicode/Is/DCmedial.pl
17935            - lib/unicode/Is/DCinital.pl
17936            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
17937            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
17938            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
17939            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
17940 ____________________________________________________________________________
17941 [  7393] By: jhi                                   on 2000/10/21  18:06:05
17942         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
17943              From: Daniel Chetlin <daniel@chetlin.com>
17944              Date: Sat, 21 Oct 2000 02:57:03 -0700
17945              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
17946      Branch: perl
17947            + t/lib/tie-splice.t
17948            ! MANIFEST lib/Tie/Array.pm
17949 ____________________________________________________________________________
17950 [  7392] By: gsar                                  on 2000/10/21  18:05:15
17951         Log: resync utfperl branch with mainline
17952      Branch: utfperl
17953           !> (integrate 1760 files)
17954 ____________________________________________________________________________
17955 [  7391] By: jhi                                   on 2000/10/21  14:37:49
17956         Log: Testcases for a #7383,#7385 related bug.
17957              
17958              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
17959              From: Nicholas Clark <nick@ccl4.org>
17960              Date: Sat, 21 Oct 2000 15:04:51 +0100
17961              Message-ID: <20001021150451.A51566@plum.flirble.org>
17962      Branch: perl
17963            ! t/pragma/utf8.t
17964 ____________________________________________________________________________
17965 [  7390] By: jhi                                   on 2000/10/21  14:35:57
17966         Log: Add a testcase for #7389.
17967      Branch: perl
17968            ! t/pragma/warn/op
17969 ____________________________________________________________________________
17970 [  7389] By: jhi                                   on 2000/10/21  14:26:45
17971         Log: Subject: Re: Creating const subs for constants.
17972              From: John Tobey <jtobey@john-edwin-tobey.org>
17973              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
17974              Message-Id: <m13mo0N-000FObC@feynman.localnet>
17975      Branch: perl
17976            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
17977            ! proto.h sv.c
17978 ____________________________________________________________________________
17979 [  7388] By: nick                                  on 2000/10/21  11:44:23
17980         Log: Populate perlio branch
17981      Branch: perlio
17982           +> (branch 1760 files)
17983 ____________________________________________________________________________
17984 [  7387] By: nick                                  on 2000/10/21  10:52:05
17985         Log: Get branch back as replica of mainline via :
17986              p4 integrate -b utfperl
17987              p4 resolve -at ./...
17988      Branch: utfperl
17989           +> (branch 269 files)
17990            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
17991            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
17992            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
17993            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
17994            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
17995            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
17996            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
17997            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
17998            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
17999            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
18000            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
18001            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
18002            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
18003            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
18004            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
18005            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
18006            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
18007            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
18008            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
18009            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
18010            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
18011            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
18012            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
18013            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
18014            - lib/unicode/UCD300.html lib/unicode/Unicode.300
18015            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
18016            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
18017            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
18018            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
18019           !> (integrate 965 files)
18020 ____________________________________________________________________________
18021 [  7386] By: jhi                                   on 2000/10/21  01:31:12
18022         Log: Update Changes.
18023      Branch: perl
18024            ! Changes patchlevel.h
18025 ____________________________________________________________________________
18026 [  7385] By: jhi                                   on 2000/10/21  01:28:42
18027         Log: The #7383 was right only in the context of the original bug report,
18028              not in more general case.
18029      Branch: perl
18030            ! pp_hot.c
18031 ____________________________________________________________________________
18032 [  7384] By: jhi                                   on 2000/10/21  01:08:23
18033         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
18034      Branch: perl
18035            ! ext/IO/lib/IO/Select.pm
18036 ____________________________________________________________________________
18037 [  7383] By: jhi                                   on 2000/10/21  00:44:18
18038         Log: Fix for ID 20001020.006, concatenating an unset submatch
18039              with utf8 resulted in "Modification of a read-only value".
18040      Branch: perl
18041            ! pp_hot.c t/pragma/utf8.t
18042 ____________________________________________________________________________
18043 [  7382] By: jhi                                   on 2000/10/20  20:44:31
18044         Log: Make scan_num() reëntrant, as suggested in
18045              
18046              Subject: [PATCH perl@7229] Rentrant parser and yylex()
18047              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18048              Date: Fri, 20 Oct 2000 14:17:27 +0100
18049              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
18050      Branch: perl
18051            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
18052            ! toke.c
18053 ____________________________________________________________________________
18054 [  7381] By: jhi                                   on 2000/10/20  20:07:29
18055         Log: Reëntrancy fix.
18056              
18057              Subject: [PATCH perl@7229] Rentrant parser and yylex()
18058              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
18059              Date: Fri, 20 Oct 2000 14:17:27 +0100
18060              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
18061      Branch: perl
18062            ! embed.h embed.pl perl.h proto.h toke.c
18063 ____________________________________________________________________________
18064 [  7380] By: jhi                                   on 2000/10/20  19:15:54
18065         Log: Don't write double values through long double pointers,
18066              based on a part of
18067              
18068              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
18069              From: Jens Hamisch <jens@Strawberry.COM>
18070              Date: Tue, 17 Oct 2000 08:39:36 +0200
18071              Message-Id: <20001017083936.A11104@Strawberry.COM>
18072      Branch: perl
18073            ! perl.h pp.c
18074 ____________________________________________________________________________
18075 [  7379] By: jhi                                   on 2000/10/20  18:43:37
18076         Log: Portability tweak on #7377.
18077              
18078              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
18079              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18080              Date:     Fri, 20 Oct 2000 13:13:41 EDT
18081              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
18082      Branch: perl
18083            ! t/lib/dprof.t
18084 ____________________________________________________________________________
18085 [  7378] By: jhi                                   on 2000/10/20  12:57:19
18086         Log: SOCKS function redefinitions need prototypes, too, otherwise
18087              for example 32 bit versus 64 bit differences cause a lot of
18088              problems.  Part of
18089              
18090              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
18091              From: Jens Hamisch <jens@Strawberry.COM>
18092              Date: Tue, 17 Oct 2000 08:39:36 +0200
18093              Message-Id: <20001017083936.A11104@Strawberry.COM>
18094      Branch: perl
18095            ! doio.c pp_sys.c
18096 ____________________________________________________________________________
18097 [  7377] By: jhi                                   on 2000/10/20  12:37:12
18098         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
18099              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18100              Date:     Fri, 20 Oct 2000 08:26:04 EDT
18101              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
18102      Branch: perl
18103            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
18104 ____________________________________________________________________________
18105 [  7376] By: jhi                                   on 2000/10/20  12:35:31
18106         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
18107              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18108              Date:     Fri, 20 Oct 2000 07:48:15 EDT
18109              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
18110      Branch: perl
18111            ! configure.com vms/gen_shrfls.pl
18112 ____________________________________________________________________________
18113 [  7375] By: bailey                                on 2000/10/20  04:44:37
18114         Log: SYN SYN
18115      Branch: vmsperl
18116           +> (branch 134 files)
18117            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
18118            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
18119            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
18120            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
18121            - eg/cgi/frameset.cgi eg/cgi/index.html
18122            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
18123            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
18124            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
18125            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
18126            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
18127            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
18128            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
18129            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
18130            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
18131            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
18132            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
18133            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
18134            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
18135            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
18136            - lib/unicode/Props.txt lib/unicode/UCD300.html
18137            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
18138            - utils/perlbc.PL vms/subconfigure.com
18139           !> (integrate 785 files)
18140 ____________________________________________________________________________
18141 [  7374] By: jhi                                   on 2000/10/20  00:59:48
18142         Log: In the latest compiler builds cccdlflags must not become -fpic,
18143              from Wilfredo Sánchez.
18144      Branch: perl
18145            ! hints/darwin.sh
18146 ____________________________________________________________________________
18147 [  7373] By: jhi                                   on 2000/10/20  00:56:35
18148         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
18149              From: Tony Cook <tony@develop-help.com>
18150              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
18151              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
18152      Branch: perl
18153            ! pod/perlop.pod
18154 ____________________________________________________________________________
18155 [  7372] By: jhi                                   on 2000/10/19  19:34:40
18156         Log: Typo noted by Mark Lutz.
18157      Branch: perl
18158            ! t/op/64bitint.t
18159 ____________________________________________________________________________
18160 [  7371] By: jhi                                   on 2000/10/19  19:33:13
18161         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
18162      Branch: metaconfig
18163            ! U/modified/Cppsym.U U/modified/Oldconfig.U
18164      Branch: metaconfig/U/perl
18165            ! End.U dlsrc.U libperl.U
18166      Branch: perl
18167            + hints/nonstopux.sh
18168            ! Configure MANIFEST config_h.SH
18169 ____________________________________________________________________________
18170 [  7370] By: jhi                                   on 2000/10/19  17:18:08
18171         Log: Subject: PATCH do_print has 2 PerlIO_error()s
18172              From: nick@ccl4.org
18173              Date: Thu, 19 Oct 2000 18:09:20 +0100
18174              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
18175      Branch: perl
18176            ! doio.c
18177 ____________________________________________________________________________
18178 [  7369] By: jhi                                   on 2000/10/19  14:01:49
18179         Log: Update Changes.
18180      Branch: perl
18181            ! Changes patchlevel.h
18182 ____________________________________________________________________________
18183 [  7368] By: jhi                                   on 2000/10/19  13:04:29
18184         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
18185              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18186              Date: Wed, 18 Oct 2000 13:12:01 +0200
18187              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
18188      Branch: perl
18189            ! hints/aix.sh
18190 ____________________________________________________________________________
18191 [  7367] By: jhi                                   on 2000/10/19  02:22:40
18192         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
18193              of a 'pmshort' anywhere in the B, so the offending line was simply
18194              removed.
18195      Branch: perl
18196            ! ext/B/B/Debug.pm
18197 ____________________________________________________________________________
18198 [  7366] By: jhi                                   on 2000/10/19  02:12:37
18199         Log: Add the test case for the bug id 20000730.004 which seems
18200              to have been fixed by now.
18201      Branch: perl
18202            ! t/pragma/utf8.t
18203 ____________________________________________________________________________
18204 [  7365] By: jhi                                   on 2000/10/18  23:36:24
18205         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
18206              From: Hugo <hv@crypt.compulink.co.uk>
18207              Date: Wed, 18 Oct 2000 23:25:58 +0100
18208              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
18209      Branch: perl
18210            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
18211 ____________________________________________________________________________
18212 [  7364] By: jhi                                   on 2000/10/18  21:12:53
18213         Log: (retracted)
18214      Branch: perl
18215            ! pp.c
18216 ____________________________________________________________________________
18217 [  7363] By: jhi                                   on 2000/10/18  20:55:38
18218         Log: Missing change from #7362.
18219      Branch: perl
18220            ! win32/perlhost.h
18221 ____________________________________________________________________________
18222 [  7362] By: jhi                                   on 2000/10/18  20:52:01
18223         Log: Borland C fstat() never saw the fd as writable.
18224              
18225              Subject: fix for Borland's weak "stat" (perl@7211)
18226              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18227              Date: Mon, 16 Oct 2000 09:55:03 +0400
18228              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
18229      Branch: perl
18230            ! win32/win32.c
18231 ____________________________________________________________________________
18232 [  7361] By: jhi                                   on 2000/10/18  17:43:50
18233         Log: Regen toc.
18234      Branch: perl
18235            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
18236 ____________________________________________________________________________
18237 [  7360] By: jhi                                   on 2000/10/18  17:07:44
18238         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18239              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
18240              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
18241              Date: Mon, 16 Oct 2000 15:19:49 +0200
18242      Branch: perl
18243            + README.aix
18244            ! MANIFEST
18245 ____________________________________________________________________________
18246 [  7359] By: jhi                                   on 2000/10/18  17:04:49
18247         Log: Subject: Pod patch for Devel::Peek
18248              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18249              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
18250              Date: Mon, 16 Oct 2000 12:26:34 +0200
18251      Branch: perl
18252            ! ext/Devel/Peek/Peek.pm
18253 ____________________________________________________________________________
18254 [  7358] By: jhi                                   on 2000/10/18  17:03:15
18255         Log: Make Cwd more bulletproof in chrooted environments.
18256              
18257              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
18258              From: "Eric E. Coe" <Eric.Coe@oracle.com>
18259              Date: Wed, 18 Oct 2000 04:03:54 -0400
18260              Message-Id: <39ED596A.70E599FE@oracle.com>
18261      Branch: perl
18262            ! lib/Cwd.pm
18263 ____________________________________________________________________________
18264 [  7357] By: jhi                                   on 2000/10/18  16:37:26
18265         Log: Disable the UTF8 downgrade croakage for now to avoid
18266              too many not okay messages.
18267      Branch: perl
18268            ! doio.c
18269 ____________________________________________________________________________
18270 [  7356] By: jhi                                   on 2000/10/17  23:29:41
18271         Log: Show the failed remote port, instead of the failing line number.
18272              
18273              Subject: [PATCH 5.6.1 Debugger] More diagnostics
18274              From: David Sparks <daves@ActiveState.com>
18275              Date: Tue, 17 Oct 2000 15:00:24 -0700
18276              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
18277      Branch: perl
18278            ! lib/perl5db.pl
18279 ____________________________________________________________________________
18280 [  7355] By: jhi                                   on 2000/10/17  14:11:31
18281         Log: On output try to downgrade to bytes, croak if impossible,
18282              from Simon Cozens.  This means that outputting >255 UTF8
18283              is impossible.  Consider this as a strong incentive to get
18284              the I/O disciplines implemented.
18285      Branch: perl
18286            ! doio.c pod/perldiag.pod sv.c
18287 ____________________________________________________________________________
18288 [  7354] By: jhi                                   on 2000/10/17  13:42:23
18289         Log: Clarify documentation on 'use bytes'.
18290              
18291              Subject: Re: What does 'use bytes' "mean" ?
18292              From: Simon Cozens <simon@cozens.net>
18293              Date: Mon, 18 Sep 2000 18:24:25 +0100
18294              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
18295      Branch: perl
18296            ! lib/bytes.pm
18297 ____________________________________________________________________________
18298 [  7353] By: jhi                                   on 2000/10/17  13:28:12
18299         Log: Workaround for a sfio bug where the stream error indicator
18300              is not cleared as documented.
18301              
18302              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
18303              From: Nicholas Clark <nick@ccl4.org>
18304              Date: Mon, 16 Oct 2000 18:28:23 +0100
18305              Message-ID: <20001016182823.J19700@plum.flirble.org>
18306      Branch: perl
18307            ! doio.c
18308 ____________________________________________________________________________
18309 [  7352] By: jhi                                   on 2000/10/17  13:06:19
18310         Log: More IoTYPE sprinkling.
18311      Branch: perl
18312            ! doio.c pp_hot.c
18313 ____________________________________________________________________________
18314 [  7351] By: jhi                                   on 2000/10/16  22:47:07
18315         Log: Detect early whether the std streams have gone bad.
18316              
18317              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
18318              Date: Mon, 16 Oct 2000 23:28:42 +0100
18319              From: Nicholas Clark <nick@ccl4.org>
18320              Message-ID: <20001016232842.A37942@plum.flirble.org>
18321      Branch: perl
18322            ! t/op/misc.t
18323 ____________________________________________________________________________
18324 [  7350] By: jhi                                   on 2000/10/16  22:45:16
18325         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
18326              From: "Peter J. Farley III" <pjfarley@banet.net>
18327              Date: Mon, 16 Oct 2000 18:15:59 -0400
18328              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
18329      Branch: perl
18330            ! djgpp/djgpp.c dosish.h t/io/open.t
18331 ____________________________________________________________________________
18332 [  7349] By: jhi                                   on 2000/10/16  22:36:45
18333         Log: perldelta tweak.
18334      Branch: perl
18335            ! pod/perldelta.pod
18336 ____________________________________________________________________________
18337 [  7348] By: jhi                                   on 2000/10/16  15:17:53
18338         Log: Update Changes.
18339      Branch: perl
18340            ! Changes patchlevel.h
18341 ____________________________________________________________________________
18342 [  7347] By: jhi                                   on 2000/10/16  13:55:27
18343         Log: Add the capability to include/exclude branches.
18344      Branch: perl
18345            ! Porting/genlog
18346 ____________________________________________________________________________
18347 [  7346] By: jhi                                   on 2000/10/16  13:18:04
18348         Log: Add Charles Lane.
18349      Branch: perl
18350            ! AUTHORS Changes
18351 ____________________________________________________________________________
18352 [  7345] By: jhi                                   on 2000/10/16  13:13:21
18353         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
18354      Branch: perl
18355            ! pod/perldelta.pod
18356 ____________________________________________________________________________
18357 [  7344] By: gsar                                  on 2000/10/16  09:30:21
18358         Log: integrate change#6220 from cfgperl
18359              
18360              Win32 patches from Benjamin Stuhl.
18361      Branch: maint-5.6/perl
18362           !> makedef.pl win32/win32.h
18363 ____________________________________________________________________________
18364 [  7343] By: gsar                                  on 2000/10/16  08:32:19
18365         Log: integrate changes#6221,6222 from cfgperl
18366              
18367              Remove tr///CU (the feature is to be obsoleted by better interfaces).
18368              From: simon@brecon.co.uk (Simon Cozens)
18369              Subject: [PATCH] Eliminate tr///[CU][CU]
18370              Date: 23 Jun 2000 11:05:40 GMT
18371              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
18372              
18373              doc typo fix
18374              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
18375              From: Ian Phillipps <Ian.Phillipps@iname.com>
18376              Date: Fri, 23 Jun 2000 10:40:58 +0100
18377              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
18378      Branch: maint-5.6/perl
18379           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
18380 ____________________________________________________________________________
18381 [  7342] By: gsar                                  on 2000/10/16  08:28:08
18382         Log: integrate change#6217 from cfgperl (in part)
18383              
18384              Rename the fdpid locking and integrate with Sarathy.
18385      Branch: maint-5.6/perl
18386           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
18387           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
18388           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
18389           !> win32/win32.c
18390 ____________________________________________________________________________
18391 [  7341] By: gsar                                  on 2000/10/16  08:23:39
18392         Log: integrate changes#6214..6216 from mainline
18393              
18394              @_ can't have junk in it even in the non-USE_ITHREADS case because
18395              caller() wants to populate @DB::args with it (causes a coredump
18396              in Carp::confess())
18397              
18398              tweak comment about @DB::args
18399              
18400              be more optimal about clearing @_
18401      Branch: maint-5.6/perl
18402           !> av.h cop.h pp_ctl.c t/op/runlevel.t
18403 ____________________________________________________________________________
18404 [  7340] By: gsar                                  on 2000/10/16  08:20:37
18405         Log: integrate changes#6207..6210 from cfgperl
18406              
18407              Subject: [PATCH 5.6.0] Threadsafe patches
18408              From: Dan Sugalski <dan@sidhe.org>
18409              To: perl5-porters@perl.org
18410              Date: Mon, 08 May 2000 18:08:13 -0400
18411              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
18412              
18413              Regen headers for #6207.
18414              
18415              Lock PL_fdpid against race conditions, based on:
18416              Subject: [PATCH 5.6.0]subprocess fixup for threads
18417              From: Dan Sugalski <dan@sidhe.org>
18418              To: perl5-porters@perl.org
18419              Date: Tue, 11 Apr 2000 17:02:32 -0400
18420              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
18421              
18422              Mopup for #6207 and #6209.
18423      Branch: maint-5.6/perl
18424           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
18425           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
18426           !> win32/win32.c
18427 ____________________________________________________________________________
18428 [  7339] By: gsar                                  on 2000/10/16  08:14:34
18429         Log: integrate change#6203 from cfgperl
18430              
18431              perldiag should refer to perlos2.pod not README.os2
18432      Branch: maint-5.6/perl
18433           !> pod/perldiag.pod
18434 ____________________________________________________________________________
18435 [  7338] By: gsar                                  on 2000/10/16  08:11:42
18436         Log: integrate change#6201 from mainline
18437              
18438              Perl_eval_pv() leaks 4 bytes every time it is called because it
18439              does a PUSHMARK that's never ever POPMARKed; in general, only
18440              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
18441              Perl_eval_[sp]v() don't because they don't take any incoming
18442              arguments (this leak has been around since the original version
18443              of perl_eval_pv() in 5.003_97e)
18444      Branch: maint-5.6/perl
18445           !> perl.c
18446 ____________________________________________________________________________
18447 [  7337] By: gsar                                  on 2000/10/16  08:08:47
18448         Log: integrate changes#6197..6200 from cfgperl
18449              
18450              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
18451              From: John Borwick <jhborwic@unity.ncsu.edu>
18452              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
18453              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
18454              
18455              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
18456              From: Dan Sugalski <dan@sidhe.org>
18457              To: vmsperl@perl.org, perl5-porters@perl.org
18458              Date: Fri, 02 Jun 2000 16:00:41 -0400
18459              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
18460              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
18461              
18462              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
18463              From: Dan Sugalski <dan@sidhe.org>
18464              To: perl5-porters@perl.org, vmsperl@perl.org
18465              Date: Fri, 02 Jun 2000 17:30:51 -0400
18466              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
18467              
18468              Update to cperl-mode.el 4.31 from
18469              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
18470              Subject: A couple of notes
18471              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18472              To: Mailing list Perl5 <perl5-porters@perl.org>
18473              Date: Sat, 3 Jun 2000 23:33:32 -0400
18474              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
18475      Branch: maint-5.6/perl
18476           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
18477           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
18478           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
18479           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
18480           !> vms/vmsish.h
18481 ____________________________________________________________________________
18482 [  7336] By: gsar                                  on 2000/10/16  08:03:46
18483         Log: integrate changes#6194,6195 from mainline
18484              
18485              fix small eval"" memory leaks under USE_ITHREADS
18486              
18487              fix yet another eval"" leak under USE_ITHREADS
18488      Branch: maint-5.6/perl
18489           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
18490           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
18491           !> vms/perly_c.vms
18492 ____________________________________________________________________________
18493 [  7335] By: gsar                                  on 2000/10/16  08:02:15
18494         Log: integrate changes#6190,6191 from mainline
18495              
18496              submit missing embed.pl change
18497              
18498              vec() loses numericalness (modified version of patch suggested
18499              by Robin Barker)
18500      Branch: maint-5.6/perl
18501           !> doop.c embed.pl t/op/vec.t
18502 ____________________________________________________________________________
18503 [  7334] By: gsar                                  on 2000/10/16  08:01:03
18504         Log: integrate change#6189 from mainline
18505              
18506              counting tr/// corrupts later operation (from M.J.T Guy)
18507      Branch: maint-5.6/perl
18508           !> doop.c t/op/tr.t
18509 ____________________________________________________________________________
18510 [  7333] By: gsar                                  on 2000/10/16  07:59:07
18511         Log: integrate changes#6183..6188 from mainline
18512              
18513              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
18514              <nick@ccl4.org>)
18515              
18516              tweak for change#6127
18517              
18518              remove incorrect documentation about implicit split to @_ in
18519              list context, which never really worked in perl 5 (from
18520              M.J.T. Guy)
18521              
18522              further qualify references to "alphanumeric" (from Wolfgang Laun
18523              <wolfgang.laun@alcatel.at>)
18524              
18525              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
18526              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
18527              
18528              h2xs tweaks
18529      Branch: maint-5.6/perl
18530           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
18531           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
18532           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
18533           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
18534           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
18535           !> pod/pod2latex.PL utils/h2xs.PL
18536 ____________________________________________________________________________
18537 [  7332] By: gsar                                  on 2000/10/16  07:53:52
18538         Log: integrate change#6179 from mainline
18539              
18540              buggy modulus on UVs introduced by change#3378 (resulted in
18541              4063328477 % 65535 amounting to 27406, instead of 27407)
18542      Branch: maint-5.6/perl
18543           !> pp.c t/op/arith.t
18544 ____________________________________________________________________________
18545 [  7331] By: gsar                                  on 2000/10/16  07:52:49
18546         Log: integrate changes#6176,6177,6178,6182 from cfgperl
18547              
18548              Single-quoted utf8 patch from Simon Cozens.
18549              
18550              Substitution utf8 patch from Simon Cozens.
18551              
18552              Be cleaner.
18553              
18554              Be Cleaner Part Deux.
18555      Branch: maint-5.6/perl
18556           !> Makefile.SH pp_hot.c toke.c
18557 ____________________________________________________________________________
18558 [  7330] By: gsar                                  on 2000/10/16  07:41:36
18559         Log: integrate change#6172 from mainline
18560              
18561              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
18562              (from Ilya Zakharevich)
18563      Branch: maint-5.6/perl
18564           !> regexec.c t/op/re_tests
18565 ____________________________________________________________________________
18566 [  7329] By: gsar                                  on 2000/10/16  07:40:25
18567         Log: integrate change#6171 from mainline
18568              
18569              scalar() doesn't force scalar context when used in void context
18570              (from Simon Cozens)
18571      Branch: maint-5.6/perl
18572           !> op.c t/op/wantarray.t
18573 ____________________________________________________________________________
18574 [  7328] By: gsar                                  on 2000/10/16  07:39:33
18575         Log: integrate change#6170 from mainline
18576              
18577              change#6142 needs tweaks to tests to work where there's no
18578              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
18579      Branch: maint-5.6/perl
18580           !> t/lib/filefind.t
18581 ____________________________________________________________________________
18582 [  7327] By: gsar                                  on 2000/10/16  07:35:34
18583         Log: integrate changes#6166..6168 from cfgperl
18584              
18585              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
18586              in case somebody wants to write an extension for more
18587              shadow database interfaces.
18588              
18589              tweak todo
18590              
18591              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
18592      Branch: maint-5.6/perl
18593           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18594           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
18595           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
18596           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
18597           !> win32/config.vc win32/config_H.bc win32/config_H.gc
18598           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
18599 ____________________________________________________________________________
18600 [  7326] By: gsar                                  on 2000/10/16  07:29:05
18601         Log: integrate changes#6157,6159..6161,6164 from cfgperl
18602              
18603              Regen Configure to jive with #6149.
18604              
18605              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
18606              
18607              Changes for the File::Temp 0.08 (change #6159) test suite
18608              to fit better into the Perl distribution test framework.
18609              
18610              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
18611              both from Simon Cozens.
18612              
18613              detypo
18614      Branch: maint-5.6/perl
18615           +> pod/perlmodlib.PL pod/perlnewmod.pod
18616           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
18617           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
18618           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
18619           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
18620 ____________________________________________________________________________
18621 [  7325] By: gsar                                  on 2000/10/16  07:25:13
18622         Log: integrate change#6158 from vmsperl
18623              
18624              Add fallback to tmpfile for use in cases where user's relying on
18625              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
18626              Lane's patch)
18627      Branch: maint-5.6/perl
18628           !> vms/vms.c vms/vmsish.h
18629 ____________________________________________________________________________
18630 [  7324] By: gsar                                  on 2000/10/16  07:20:50
18631         Log: integrate changes#6153..6155 from mainline
18632              
18633              prettier Test::Harness output on failed tests (from Nicholas Clark
18634              <nick@Bagpuss.uk.boo.com>)
18635              
18636              avoid type mismatch warning
18637              
18638              small bug in change#6144; remove random \xA0 character that snuck
18639              in via change#6145
18640      Branch: maint-5.6/perl
18641           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
18642           !> perl.c
18643 ____________________________________________________________________________
18644 [  7323] By: gsar                                  on 2000/10/16  07:18:47
18645         Log: integrate changes#6151,6152 from mainline
18646              
18647              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
18648              
18649              cosmetic fixups of RE debug output (from Ilya Zakharevich)
18650      Branch: maint-5.6/perl
18651           !> regexec.c
18652 ____________________________________________________________________________
18653 [  7322] By: gsar                                  on 2000/10/16  07:17:25
18654         Log: integrate changes#6146..6150 from mainline
18655              
18656              doc typo
18657              
18658              add a make entry to Config.pm so "perl -V:make" works on VMS
18659              (from Peter Prymmer)
18660              
18661              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
18662              
18663              OS/2 tweaks for usethreads build (from Rocco Caputo
18664              <troc@netrus.net>)
18665              
18666              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
18667      Branch: maint-5.6/perl
18668           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
18669           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
18670           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
18671           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
18672           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
18673           !> warnings.pl x2p/a2p.h
18674 ____________________________________________________________________________
18675 [  7321] By: gsar                                  on 2000/10/16  07:14:02
18676         Log: integrate changes#6143..6145 from mainline
18677              
18678              MacOS support, part 1 (from Matthias Neeracher
18679              <neeri@iis.ee.ethz.ch>)
18680              
18681              MacOS support, part 2: make AutoSplit use File::Spec instead
18682              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
18683              <neeri@iis.ee.ethz.ch>)
18684              
18685              make xsubpp skip embedded pod (from Matthias Neeracher
18686              <neeri@iis.ee.ethz.ch>)
18687      Branch: maint-5.6/perl
18688           +> ext/DynaLoader/dl_mac.xs
18689           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
18690           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
18691           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
18692           !> pp_ctl.c proto.h toke.c util.c util.h
18693 ____________________________________________________________________________
18694 [  7320] By: gsar                                  on 2000/10/16  07:12:13
18695         Log: integrate changes#6141,6142 from mainline
18696              
18697              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
18698              forwarded by Peter Seebach from the bsdi-users mailing list.
18699              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
18700              
18701              File::Find fails to chdir when chasing symlinks (from
18702              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
18703      Branch: maint-5.6/perl
18704           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
18705 ____________________________________________________________________________
18706 [  7319] By: gsar                                  on 2000/10/16  07:04:30
18707         Log: integrate change#6139 from mainline
18708              
18709              revise mktables.PL for bugs and newness in Unicode 3.0
18710              (from James Bence <jbence@amgen.com>)
18711      Branch: maint-5.6/perl
18712           +> (branch 30 files)
18713           !> (integrate 49 files)
18714 ____________________________________________________________________________
18715 [  7318] By: gsar                                  on 2000/10/16  07:01:01
18716         Log: integrate changes#6137,6138 from mainline
18717              
18718              fix bogus redeclaration warning for "our" variables in different
18719              scopes
18720              
18721              add note about the handling of negative indices to tied arrays
18722              (from Michael G Schwern <schwern@pobox.com>)
18723      Branch: maint-5.6/perl
18724           !> op.c pod/perltie.pod t/pragma/strict-vars
18725 ____________________________________________________________________________
18726 [  7317] By: gsar                                  on 2000/10/16  06:58:46
18727         Log: integrate changes#6127..6136 from mainline
18728              
18729              call_method(...,G_EVAL) can longjmp() out if the method probing
18730              failed (from Gisle Aas)
18731              
18732              new perlxstut example for passing/returning refs to arrays
18733              (from David Lowe <dlowe@pootpoot.com>)
18734              
18735              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
18736              
18737              fix places that mean C<"word" character> but say C<alphanumeric
18738              character>
18739              
18740              avoid warnings in POSIX.pm (from Barrie Slaymaker)
18741              
18742              warnings::enabled() doesn't fall back to looking at $^W if
18743              caller isn't using lexical warnings (from Paul Marquess)
18744              
18745              elide bogus test in change#6132
18746              
18747              make Test::Harness use wait.h/WCOREDUMP if available
18748              (from Ben Tilly <ben_tilly@hotmail.com>)
18749              
18750              enable Test::Harness to dynamically determine column width etc.
18751              (from Rob Napier <rnapier@employees.org>)
18752              
18753              random pod typos (from Peter Scott <Peter@PSDT.com>)
18754      Branch: maint-5.6/perl
18755           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
18756           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
18757           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
18758           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
18759 ____________________________________________________________________________
18760 [  7316] By: gsar                                  on 2000/10/16  06:53:23
18761         Log: integrate change#6126 from mainline
18762              
18763              change#2879 broke rvalue autovivification of magicals such as
18764              ${$num} (reworked variant of patch suggested by Simon Cozens)
18765      Branch: maint-5.6/perl
18766           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
18767           !> pp_hot.c proto.h t/op/gv.t
18768 ____________________________________________________________________________
18769 [  7315] By: gsar                                  on 2000/10/16  06:51:38
18770         Log: integrate changes#6123,6125 from mainline
18771              
18772              clarify gotcha with #line directives (from Rocco Caputo
18773              <troc@netrus.net>)
18774              
18775              enable propagating exception objects via Perl_croak() in XS code
18776              (from Gisle Aas)
18777      Branch: maint-5.6/perl
18778           !> pod/perldebug.pod pod/perlsyn.pod util.c
18779 ____________________________________________________________________________
18780 [  7314] By: gsar                                  on 2000/10/16  06:49:28
18781         Log: integrate change#6122 from mainline
18782              
18783              downgrade fatal error on C<"foo@nosucharray.com"> to optional
18784              warning (from Mark-Jason Dominus)
18785      Branch: maint-5.6/perl
18786           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
18787           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
18788           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
18789           !> toke.c
18790 ____________________________________________________________________________
18791 [  7313] By: gsar                                  on 2000/10/16  06:46:54
18792         Log: integrate changes#6112..6121 from vmsperl
18793              
18794              Check for existence of file before trying to delete
18795              
18796              Ugly workaround for version-specific RTL error
18797              
18798              Urk -- undo previous removal of vmsish 'exit' change
18799              
18800              Add bounds checking for several strings (Charles Lane)
18801              
18802              Miscellaneous cosmetic fixes (Charles Lane)
18803              
18804              Treat sockets as special in sys(read|write) (Charles Lane et al.)
18805              
18806              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
18807              Flatten case labels in switch statements uniformly (Charles Bailey)
18808              
18809              Quiet error messages in vmsish.t (Charles Lane)
18810              
18811              Add missing escape (Charles Lane)
18812              
18813              Allow eliminate_macros() and fixpath() to handle space-delimited
18814              lists (based on fixes by Craig Berry)
18815      Branch: maint-5.6/perl
18816           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
18817           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
18818           !> vms/vmsish.h
18819 ____________________________________________________________________________
18820 [  7312] By: gsar                                  on 2000/10/16  06:41:18
18821         Log: integrate changes#6107,6110 from cfgperl
18822              
18823              Tweak the todo list.
18824              
18825              todo tweak
18826      Branch: maint-5.6/perl
18827           !> Todo-5.6
18828 ____________________________________________________________________________
18829 [  7311] By: gsar                                  on 2000/10/16  06:38:38
18830         Log: integrate changes#6104,6108 from mainline
18831              
18832              PL_sys_intern was being initialized too late on windows
18833              
18834              reenable fake signal handling on Windows, bugs and all
18835      Branch: maint-5.6/perl
18836           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
18837           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
18838           !> win32/win32.c
18839 ____________________________________________________________________________
18840 [  7310] By: gsar                                  on 2000/10/16  06:36:03
18841         Log: integrate changes#6095,6097..6103 from cfgperl
18842              
18843              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
18844              might be useful in future.
18845              
18846              Add a note about possible compilation problems from Allen Smith.
18847              
18848              Add a note about other, yet unsupported, shadow password APIs.
18849              
18850              Tweaks for the cc bugs from Allen Smith.
18851              
18852              More compilation tweakery from Allen Smith.
18853              
18854              Hints and test tweaks for Unicos.
18855              
18856              The test suite tweak in #6101 wasn't quite right.
18857              
18858              Test tweaking for Unicos continues.
18859      Branch: maint-5.6/perl
18860           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18861           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
18862           !> t/lib/complex.t t/op/64bitint.t
18863 ____________________________________________________________________________
18864 [  7309] By: gsar                                  on 2000/10/16  06:29:41
18865         Log: integrate changes#6093,6094 from mainline
18866              
18867              fork() failure to create pseudo process sets errno=EAGAIN and returns
18868              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
18869              
18870              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
18871      Branch: maint-5.6/perl
18872           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
18873           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
18874 ____________________________________________________________________________
18875 [  7308] By: gsar                                  on 2000/10/16  06:27:29
18876         Log: integrate change#6092 from cfgperl
18877              
18878              Regen perltoc with the fixed buildtoc.
18879      Branch: maint-5.6/perl
18880           !> pod/perltoc.pod
18881 ____________________________________________________________________________
18882 [  7307] By: gsar                                  on 2000/10/16  06:26:40
18883         Log: integrate changes#6089,6090 from mainline
18884              
18885              buildtoc tweak to fix newline lossage
18886              
18887              concat doesn't preserve utf8-ness, and doesn't invalidate
18888              [NI]OK; added tests for both
18889      Branch: maint-5.6/perl
18890           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
18891 ____________________________________________________________________________
18892 [  7306] By: gsar                                  on 2000/10/16  06:24:05
18893         Log: integrate change#6088 from cfgperl
18894              
18895              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
18896              because we do not use those.  The HAS_GETSPNAM remains,
18897              though, because we still do use that.
18898      Branch: maint-5.6/perl
18899           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18900           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
18901           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
18902           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
18903           !> win32/config.vc win32/config_H.bc win32/config_H.gc
18904           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
18905 ____________________________________________________________________________
18906 [  7305] By: gsar                                  on 2000/10/16  06:15:52
18907         Log: integrate changes#6084,6085,6087 from mainline
18908              
18909              substr() does not preserve utf8-ness (from Stefan Eissing
18910              <Eissing@medicaldataservice.de>); added tests
18911              
18912              repeat operator (x) doesn't preserve utf8-ness
18913              
18914              reverse() and quotemeta() weren't preserving utf8-ness; add tests
18915      Branch: maint-5.6/perl
18916           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
18917 ____________________________________________________________________________
18918 [  7304] By: gsar                                  on 2000/10/16  06:13:10
18919         Log: integrate changes#6077..6083 from mainline
18920              
18921              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
18922              and Tom Phoenix)
18923              
18924              workaround for CRT bug in chdir() (from Charles Lane, via
18925              Peter Prymmer)
18926              
18927              remove outdated kludge in Carp (NULLs are permitted in diagnostics
18928              now)
18929              
18930              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
18931              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
18932              
18933              better default perlbug categories for ok reports (from Richard Foley)
18934              
18935              peek.t non-portable to ithreads
18936              
18937              note about undocumented caller() return value (from M.J.T. Guy);
18938              yet another peek.t tweak
18939      Branch: maint-5.6/perl
18940           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
18941           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
18942           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
18943           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
18944           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
18945           !> vms/vmsish.h
18946 ____________________________________________________________________________
18947 [  7303] By: gsar                                  on 2000/10/16  06:03:18
18948         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
18949              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
18950              
18951              &HUGE_VAL is not defined, it exists.
18952              
18953              Do not warn that an infinity does not look like a number.
18954              
18955              Rewrite the pwent/spent logic to be a little bit more clearer.
18956              
18957              Continue on the pwent/spent case.
18958              
18959              Correct Freudian slip.
18960              
18961              Use HUGE_VALL if applicable.
18962              
18963              pwent/spent #ifdef imbalance.
18964              
18965              Infinite problems.
18966              
18967              Call getspnam() only iff needd.
18968              
18969              Test both the scalar and list contexts.
18970              
18971              Use setxxent()/endxxent().
18972              
18973              Complex tweakery.
18974              
18975              Unicos hint tweak.
18976              
18977              Be more forgiving in POSIX about HUGE_VALL.
18978              
18979              Detypo.
18980              
18981              The search of infinity continues, this time simplified.
18982              
18983              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
18984              in natively 64-bit platforms where a long is a quad (no need
18985              for long longs).  Also added bias for IVs.
18986              
18987              Complex tweaks.
18988              
18989              Introduce t/lib/peek.t.
18990              
18991              Make the test more portable.
18992      Branch: maint-5.6/perl
18993           +> t/lib/peek.t
18994            ! pp_sys.c
18995           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
18996           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
18997           !> t/op/pwent.t toke.c util.c
18998 ____________________________________________________________________________
18999 [  7302] By: gsar                                  on 2000/10/16  05:03:37
19000         Log: integrate changes#6066..6071 from mainline
19001              
19002              s/END/CHECK/
19003              
19004              replace direct call to sighandler() with (*PL_sighandlerp)()
19005              
19006              note about values()
19007              
19008              File::Spec compatibility update (from Barrie Slaymaker
19009              <barries@slaysys.com>)
19010              
19011              remove misleading comment (from M.J.T. Guy)
19012              
19013              misformatted perllocal.pod (from Tim Jenness
19014              <t.jenness@jach.hawaii.edu>)
19015      Branch: maint-5.6/perl
19016           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
19017           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
19018           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
19019           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
19020 ____________________________________________________________________________
19021 [  7301] By: gsar                                  on 2000/10/16  05:00:08
19022         Log: integrate changes#6061..6063 from mainline
19023              
19024              change#5921 neglected to make eq honor "use bytes"
19025              
19026              additional tests for utf8.t
19027              
19028              tokeq() could read unallocated field in argument
19029      Branch: maint-5.6/perl
19030           !> sv.c t/pragma/utf8.t toke.c
19031 ____________________________________________________________________________
19032 [  7300] By: gsar                                  on 2000/10/16  04:56:54
19033         Log: integrate changes#6046,6048,6057,6058 from mainline
19034              
19035              libscheck has insufficient checks for n32 libs (from
19036              Albert Chin-A-Young <china@thewrittenword.com>)
19037              
19038              add note about how $( doesn't interpolate in REs (from
19039              Philip Newton <newton@ficus.frogspace.net>)
19040              
19041              fix broken parsing of /\x{ab}/
19042              
19043              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
19044              (spotted by Donald Kinzer <dkinzer@premia.com>)
19045      Branch: maint-5.6/perl
19046           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
19047           !> t/pragma/utf8.t
19048 ____________________________________________________________________________
19049 [  7299] By: gsar                                  on 2000/10/16  04:52:50
19050         Log: integrate change#6044 from mainline
19051              
19052              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
19053              such that underscores are only ignored in literal numbers,
19054              "\x{...}", and hex/oct argument
19055      Branch: maint-5.6/perl
19056           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
19057 ____________________________________________________________________________
19058 [  7298] By: gsar                                  on 2000/10/16  04:50:53
19059         Log: integrate changes#6027..6043 from mainline
19060              
19061              podlators-1.02 update (from Russ Allbery)
19062              
19063              Pod::Man generates groff-incompatible macro definition (from
19064              Tom Christiansen)
19065              
19066              add CGI.pm v2.66 (from Lincoln Stein)
19067              
19068              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
19069              for @- and @+ (from Johan Vromans)
19070              
19071              small nits in diagnostics.pm (from Robin Barker)
19072              
19073              whitespace adjustments
19074              
19075              missing files in MANIFEST
19076              
19077              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
19078              to compensate
19079              
19080              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
19081              
19082              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
19083      Branch: maint-5.6/perl
19084           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
19085           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
19086           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
19087           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
19088           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
19089           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
19090           !> t/lib/cgi-html.t t/lib/cgi-request.t
19091 ____________________________________________________________________________
19092 [  7297] By: gsar                                  on 2000/10/16  04:44:30
19093         Log: integrate change#6025 from mainline
19094              
19095              Is{Alnum,Alpha,Word} don't match titlecase
19096              TODO: IsSpace is defined recursively!
19097              (both spotted by Larry)
19098      Branch: maint-5.6/perl
19099           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
19100           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
19101 ____________________________________________________________________________
19102 [  7296] By: gsar                                  on 2000/10/16  04:39:30
19103         Log: integrate change#6023 from mainline
19104              
19105              debugger stomps on $. (from M.J.T. Guy)
19106      Branch: maint-5.6/perl
19107           !> lib/perl5db.pl
19108 ____________________________________________________________________________
19109 [  7295] By: gsar                                  on 2000/10/16  04:38:02
19110         Log: integrate change#6022 from mainline
19111              
19112              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
19113      Branch: maint-5.6/perl
19114           !> sv.c
19115 ____________________________________________________________________________
19116 [  7294] By: gsar                                  on 2000/10/16  04:37:05
19117         Log: integrate changes#6018..6021 from mainline
19118              
19119              make lib/syslog.t portable to systems that don't have _PATH_LOG,
19120              make _PATH_LOG() return "" if unavailable
19121              
19122              windows portability tweaks
19123              
19124              test tweak
19125              
19126              remove Win2K issue in pod (fixed by change#6020)
19127      Branch: maint-5.6/perl
19128           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
19129           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
19130           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
19131 ____________________________________________________________________________
19132 [  7293] By: gsar                                  on 2000/10/16  04:20:00
19133         Log: integrate changes#6013..6015 from mainline
19134              
19135              tweak change#5945 to display correct switch name in diagnostic
19136              
19137              glob() loading File::Glob behind the scenes may cause syntax errors
19138              
19139              tweak test for portability
19140      Branch: maint-5.6/perl
19141           !> op.c perl.c pod/perldiag.pod t/lib/b.t
19142 ____________________________________________________________________________
19143 [  7292] By: gsar                                  on 2000/10/16  04:18:11
19144         Log: integrate changes#6005..6010 from mainline, cfgperl
19145              
19146              perldoc might fail via "use blib" (from Hugo van der Sanden)
19147              
19148              Regen Configure.
19149              
19150              note about compile failures and END blocks (from M.J.T. Guy)
19151              
19152              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
19153              
19154              (change#6009 integrated earlier in change#7255)
19155              
19156              clarify note about shadow password support (from
19157              gellyfish@gellyfish.com)
19158      Branch: maint-5.6/perl
19159           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
19160           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
19161           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
19162 ____________________________________________________________________________
19163 [  7291] By: gsar                                  on 2000/10/16  04:12:03
19164         Log: integrate changes#6002,6003 from mainline
19165              
19166              destructive sv_setsv() can lose UV-ness from source, causing
19167              numeric promotions/comparisons to fail to do the right thing
19168              
19169              allow REG_EXPAND_SZ keys in Windows registry (from
19170              John Clayton <John.Clayton@barclayscapital.com>)
19171      Branch: maint-5.6/perl
19172           !> sv.c win32/win32.c
19173 ____________________________________________________________________________
19174 [  7290] By: gsar                                  on 2000/10/16  04:10:19
19175         Log: integrate change#6001 from mainline
19176              
19177              support additional library locations via $Config{otherlibdirs}
19178              (from Andy Dougherty)
19179      Branch: maint-5.6/perl
19180           !> Configure INSTALL Porting/Glossary Porting/config.sh
19181           !> Porting/config_H config_h.SH epoc/config.sh perl.c
19182           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
19183           !> win32/config.bc win32/config.gc win32/config.vc
19184 ____________________________________________________________________________
19185 [  7289] By: gsar                                  on 2000/10/16  04:08:28
19186         Log: integrate change#5999 from mainline
19187              
19188              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
19189      Branch: maint-5.6/perl
19190           !> t/pragma/warn/toke toke.c
19191 ____________________________________________________________________________
19192 [  7288] By: gsar                                  on 2000/10/16  04:07:01
19193         Log: integrate changes#5997,5998 from cfgperl
19194              
19195              Preserve $!.
19196              
19197              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
19198      Branch: maint-5.6/perl
19199           !> lib/Math/Complex.pm
19200 ____________________________________________________________________________
19201 [  7287] By: gsar                                  on 2000/10/16  04:04:37
19202         Log: integrate change#5995 from mainline
19203              
19204              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
19205      Branch: maint-5.6/perl
19206           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
19207 ____________________________________________________________________________
19208 [  7286] By: gsar                                  on 2000/10/16  04:03:21
19209         Log: integrate change#5994 from mainline
19210              
19211              fix for missed accounting for null byte in pack("Z",...) (from
19212              M.J.T. Guy)
19213      Branch: maint-5.6/perl
19214           !> pp.c t/op/pack.t
19215 ____________________________________________________________________________
19216 [  7285] By: gsar                                  on 2000/10/16  04:02:11
19217         Log: integrate changes#5989..5993 from mainline
19218              
19219              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
19220              itself and no other (from Tom Hughes)
19221              
19222              use $ENV{LIB} to search for libs under Visual C compiler
19223              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
19224              
19225              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
19226              
19227              pod nit (from Simon Cozens)
19228              
19229              various minor tweaks seen on p5p
19230      Branch: maint-5.6/perl
19231           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
19232           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
19233           !> t/op/array.t toke.c
19234 ____________________________________________________________________________
19235 [  7284] By: gsar                                  on 2000/10/16  03:59:00
19236         Log: integrate changes#5978..5988 from mainline
19237              
19238              sync version numbers in File::Spec with the ones on CPAN
19239              (from Barrie Slaymaker)
19240              
19241              under useithreads, constant pad entries could inadvertantly be
19242              shared across threads (from Eric Blood <eblood@xmission.com>);
19243              added Eric's test case to testsuite
19244              
19245              allow Configure -S to run non-interactively (spotted by Greg Hudson
19246              <ghudson@mit.edu>)
19247              
19248              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
19249              prototype mismatch with CORE::glob(); update pod and tests to
19250              suit (File::Glob::glob() is still available for backward
19251              compatibility, but should be considered deprecated)
19252              
19253              avoid error in IO::Socket::INET when given an unknown service name
19254              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
19255              
19256              numeric conversion of non-number in change#3378 tramples on
19257              OOK offset, causing segfaults
19258              
19259              attributes::reftype() doesn't work on tied argument
19260              
19261              forked child may not exit correctly if it failed to open
19262              /dev/console (from Graham Barr)
19263              
19264              add regular expressions tutorial and quick-start guide (from
19265              Mark Kvale <kvale@phy.ucsf.edu>)
19266              
19267              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
19268              
19269              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
19270              <paul@miraclefish.com>)
19271      Branch: maint-5.6/perl
19272           +> pod/perlrequick.pod pod/perlretut.pod
19273           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
19274           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
19275           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
19276           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
19277           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
19278           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19279           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
19280           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
19281 ____________________________________________________________________________
19282 [  7283] By: gsar                                  on 2000/10/16  03:52:14
19283         Log: integrate change#5977 from mainline
19284              
19285              autoquote barewords followed by newline and arrow properly
19286              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
19287      Branch: maint-5.6/perl
19288           !> t/pragma/warn/toke toke.c
19289 ____________________________________________________________________________
19290 [  7282] By: gsar                                  on 2000/10/16  03:50:48
19291         Log: integrate change#5976 from mainline
19292              
19293              DB_File v1.73 update (from Paul Marquess)
19294      Branch: maint-5.6/perl
19295           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
19296           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
19297 ____________________________________________________________________________
19298 [  7281] By: gsar                                  on 2000/10/16  03:49:14
19299         Log: integrate change#5975 from mainline
19300              
19301              allow sort() reentrancy (variant of patch suggested by
19302              Hugo van der Sanden)
19303      Branch: maint-5.6/perl
19304           !> pp_ctl.c t/op/sort.t
19305 ____________________________________________________________________________
19306 [  7280] By: gsar                                  on 2000/10/16  03:48:22
19307         Log: integrate change#5974 from mainline
19308              
19309              change#4197 somehow missed initializing PL_errors, meaning
19310              syntax error queueing wasn't working outside eval"" at all;
19311              also fixed eval"" to localize PL_error_count, so that compile-time
19312              eval's don't clobber the error state of the outer context
19313      Branch: maint-5.6/perl
19314           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
19315           !> t/pragma/warn/toke
19316 ____________________________________________________________________________
19317 [  7279] By: gsar                                  on 2000/10/16  03:46:21
19318         Log: integrate change#5973 from mainline
19319              
19320              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
19321      Branch: maint-5.6/perl
19322           !> regcomp.c regexec.c t/op/re_tests
19323 ____________________________________________________________________________
19324 [  7278] By: gsar                                  on 2000/10/16  03:44:54
19325         Log: integrate change#5971 from cfgperl
19326              
19327              Unicos tweaks from Mark P. Lutz.
19328      Branch: maint-5.6/perl
19329           !> hints/unicos.sh lib/Math/Complex.pm
19330 ____________________________________________________________________________
19331 [  7277] By: gsar                                  on 2000/10/16  03:42:59
19332         Log: integrate changes#5966..5970 from mainline
19333              
19334              add testsuite for B backends, fix bug in B::Deparse (from
19335              Simon Cozens <simon@brecon.co.uk>)
19336              
19337              improved docs on the warn_uninit diagnostic (from David Glasser
19338              and Simon Cozens)
19339              
19340              tolerate spaces in group names in test on solaris (from David Boyce
19341              <dsb@boyski.com>)
19342              
19343              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
19344              
19345              Data::Dumper fumbles negative numbers on 32-bit platforms where
19346              IV is >32bits
19347      Branch: maint-5.6/perl
19348           +> t/lib/b.t t/lib/syslog.t
19349           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
19350           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
19351           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
19352 ____________________________________________________________________________
19353 [  7276] By: gsar                                  on 2000/10/16  03:39:30
19354         Log: integrate change#5965 from mainline
19355              
19356              avoid "will not stay shared" warnings for our variables (from
19357              Robin Barker)
19358      Branch: maint-5.6/perl
19359           !> op.c t/pragma/warn/op
19360 ____________________________________________________________________________
19361 [  7275] By: gsar                                  on 2000/10/16  03:38:18
19362         Log: integrate change#5964 from mainline
19363              
19364              reformat to 72 columns (again)
19365      Branch: maint-5.6/perl
19366           !> pod/perldiag.pod
19367 ____________________________________________________________________________
19368 [  7274] By: gsar                                  on 2000/10/16  03:36:58
19369         Log: integrate change#5963 from mainline
19370              
19371              patch from Larry to make (\&) prototype work; added tests for
19372              the same
19373      Branch: maint-5.6/perl
19374           !> op.c t/comp/proto.t
19375 ____________________________________________________________________________
19376 [  7273] By: gsar                                  on 2000/10/16  03:35:51
19377         Log: integrate changes#5956..5962 from mainline
19378              
19379              better diagnostics on failed tests (from Ilya Zakharevich)
19380              
19381              pod nits (from A. C. Yardley <yardley@tanet.net>)
19382              
19383              change#3569 deleted some essential code, revert; avoid use of
19384              atexit() to make DynaLoader work properly on AIX under mod_perl
19385              (from Jens-Uwe Mager <jum@helios.de>)
19386              
19387              doubled words in pods (from Simon Cozens
19388              <simon.p.cozens@jp.pwcglobal.com>)
19389              
19390              better INSTALL notes on Solaris issues (from Dominic Dunlop)
19391              
19392              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
19393              
19394              updated README.hpux (from Jeff Okamoto)
19395      Branch: maint-5.6/perl
19396           !> INSTALL README.hpux emacs/cperl-mode.el
19397           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
19398           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
19399           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
19400           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
19401           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
19402           !> t/op/lex_assign.t
19403 ____________________________________________________________________________
19404 [  7272] By: gsar                                  on 2000/10/16  03:31:22
19405         Log: integrate change#5955 from mainline
19406              
19407              longstanding bug exposed by change#3307: sort arguments weren't
19408              compiled with the right wantarray context (ensuing runtime lookup
19409              via block_gimme() was getting the incidental context of the
19410              sort() itself)
19411      Branch: maint-5.6/perl
19412           !> op.c t/op/sort.t
19413 ____________________________________________________________________________
19414 [  7271] By: gsar                                  on 2000/10/16  03:29:11
19415         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
19416              branch
19417              
19418              Flatten the cpp jungle doing the nosuid checking.
19419              
19420              Do not assume sign propagation. (from M.J.T. Guy)
19421              
19422              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
19423              
19424              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
19425              Now pp_ncmp() returns undef is either operand is a NaN.
19426              
19427              On second thoughts frexp() does have two arguments.
19428              
19429              Document that tr() is not tr(1).
19430              
19431              Be more robust on "extreme" (large absolute value)
19432              arguments.  Originally reported by Daniel Connelly
19433              as a problem with asinh() on large negative arguments,
19434              asinh() used to bail out because an argument to log()
19435              ended up being zero.  Ilya Zakharevich proposed using
19436              Taylor's series in such cases, which for such large
19437              arguments is a very good approximation.
19438              
19439              Undo "use integer" addition from 64bitint as it seems
19440              to break most of the subtests in Digital UNIX;
19441              Unicos needs to find another way.
19442      Branch: maint-5.6/perl
19443           !> (integrate 29 files)
19444 ____________________________________________________________________________
19445 [  7270] By: gsar                                  on 2000/10/16  03:09:44
19446         Log: integrate changes#5948,5949,5950 from mainline
19447              
19448              typo in vars.pm that leads to cryptic message (from Piotr
19449              Piatkowski <kompas@kompas.usr.onet.pl>)
19450              
19451              make perldoc use the pod2man from the same version (from
19452              M.J.T. Guy)
19453              
19454              reformat perldiag to avoid long lines
19455      Branch: maint-5.6/perl
19456           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
19457 ____________________________________________________________________________
19458 [  7269] By: gsar                                  on 2000/10/16  03:05:54
19459         Log: integrate change#5947 from mainline
19460              
19461              use &dl_error rather than &dl_load_file as the guard for calling
19462              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
19463              statically built perl)
19464      Branch: maint-5.6/perl
19465           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
19466 ____________________________________________________________________________
19467 [  7268] By: gsar                                  on 2000/10/16  03:04:48
19468         Log: integrate change#5945 from mainline
19469              
19470              make module name mandatory after -M switch; reorder perldiag
19471              alphabetically (from Mark-Jason Dominus)
19472      Branch: maint-5.6/perl
19473           !> perl.c pod/perldiag.pod
19474 ____________________________________________________________________________
19475 [  7267] By: gsar                                  on 2000/10/16  03:03:01
19476         Log: integrate change#5939 from mainline
19477              
19478              more pod nits (from Larry Virden)
19479      Branch: maint-5.6/perl
19480           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
19481           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
19482           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
19483 ____________________________________________________________________________
19484 [  7266] By: gsar                                  on 2000/10/16  03:01:39
19485         Log: integrate change#5938 from mainline
19486              
19487              Consolidated B::Deparse fixes (from Stephen McCamant)
19488      Branch: maint-5.6/perl
19489           !> ext/B/B/Deparse.pm
19490 ____________________________________________________________________________
19491 [  7265] By: gsar                                  on 2000/10/16  03:00:43
19492         Log: integrate change#5936 from mainline
19493              
19494              additional tests for change#7263 (from Paul Marquess)
19495      Branch: maint-5.6/perl
19496           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
19497           !> t/pragma/warn/5nolint t/pragma/warn/6default
19498 ____________________________________________________________________________
19499 [  7264] By: gsar                                  on 2000/10/16  02:58:34
19500         Log: integrate change#5934 from mainline
19501              
19502              propagate lexical warnings from surrounding scope correctly
19503              within string eval() (from Paul Marquess)
19504      Branch: maint-5.6/perl
19505           !> pp_ctl.c t/pragma/warn/pp_ctl
19506 ____________________________________________________________________________
19507 [  7263] By: gsar                                  on 2000/10/16  02:56:53
19508         Log: integrate change#5932 from mainline
19509              
19510              add rsignal(), whichsig() and do_join() to public API list
19511              (mod_perl uses them to good advantage)
19512      Branch: maint-5.6/perl
19513           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
19514 ____________________________________________________________________________
19515 [  7262] By: gsar                                  on 2000/10/16  02:55:53
19516         Log: integrate change#5931 from mainline
19517              
19518              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
19519      Branch: maint-5.6/perl
19520           !> pp_hot.c regexec.c t/op/pat.t
19521 ____________________________________________________________________________
19522 [  7261] By: gsar                                  on 2000/10/16  02:55:01
19523         Log: integrate change#5930 from mainline
19524              
19525              small os390 tweaks (from Peter Prymmer)
19526      Branch: maint-5.6/perl
19527           !> config_h.SH makedepend.SH
19528 ____________________________________________________________________________
19529 [  7260] By: gsar                                  on 2000/10/16  02:54:10
19530         Log: integrate change#5929 from mainline
19531              
19532              pod nits
19533      Branch: maint-5.6/perl
19534           !> pod/perlguts.pod
19535 ____________________________________________________________________________
19536 [  7259] By: gsar                                  on 2000/10/16  02:52:55
19537         Log: integrate change#5927 from mainline
19538              
19539              arrange for next() to resume at the unstack op rather than the
19540              loop conditional, so that scope cleanup happens correctly
19541              (from Stephen McCamant)
19542      Branch: maint-5.6/perl
19543           !> op.c pp_ctl.c t/op/misc.t
19544 ____________________________________________________________________________
19545 [  7258] By: gsar                                  on 2000/10/16  02:51:38
19546         Log: integrate change#5926 from mainline
19547              
19548              on windows, reserve 16M of stack rather than 128M (allows more
19549              threads to run concurrently)
19550      Branch: maint-5.6/perl
19551           !> win32/Makefile win32/makefile.mk
19552 ____________________________________________________________________________
19553 [  7257] By: gsar                                  on 2000/10/16  02:50:37
19554         Log: integrate change#5925 from mainline
19555              
19556              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
19557      Branch: maint-5.6/perl
19558           !> toke.c
19559 ____________________________________________________________________________
19560 [  7256] By: gsar                                  on 2000/10/16  02:49:36
19561         Log: integrate change#5924 from mainline
19562              
19563              avoid using uninitialized memory in require version check
19564      Branch: maint-5.6/perl
19565           !> pp_ctl.c universal.c
19566 ____________________________________________________________________________
19567 [  7255] By: gsar                                  on 2000/10/16  02:48:03
19568         Log: integrate changes#5923,5928,6009 from mainline
19569              
19570              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
19571      Branch: maint-5.6/perl
19572           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
19573 ____________________________________________________________________________
19574 [  7254] By: gsar                                  on 2000/10/16  02:44:46
19575         Log: integrate change#5922 from mainline
19576              
19577              commentary about IoTYPE() (from Nathan Torkington)
19578      Branch: maint-5.6/perl
19579           !> sv.h
19580 ____________________________________________________________________________
19581 [  7253] By: gsar                                  on 2000/10/16  02:43:49
19582         Log: integrate change#5921 from mainline
19583              
19584              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
19585      Branch: maint-5.6/perl
19586           !> sv.c t/lib/charnames.t t/pragma/utf8.t
19587 ____________________________________________________________________________
19588 [  7252] By: gsar                                  on 2000/10/16  02:42:31
19589         Log: integrate change#5920 from mainline
19590              
19591              Larry's fix for buggy propagation of utf8-ness in join(); add test
19592      Branch: maint-5.6/perl
19593           !> doop.c t/op/ver.t
19594 ____________________________________________________________________________
19595 [  7251] By: gsar                                  on 2000/10/16  02:41:14
19596         Log: integrate changes#5915..5919 from mainline
19597              
19598              various (pod tweaks &c)
19599      Branch: maint-5.6/perl
19600           !> (integrate 33 files)
19601 ____________________________________________________________________________
19602 [  7250] By: gsar                                  on 2000/10/16  02:38:16
19603         Log: integrate change#5914 from mainline
19604              
19605              caller() wasn't returning the right number of elements for
19606              eval {...}
19607      Branch: maint-5.6/perl
19608           !> pp_ctl.c t/pragma/warn/9enabled
19609 ____________________________________________________________________________
19610 [  7249] By: gsar                                  on 2000/10/16  02:37:02
19611         Log: integrate change#5913 from mainline
19612              
19613              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
19614              (from Mark-Jason Dominus)
19615      Branch: maint-5.6/perl
19616           !> pod/perlfunc.pod
19617 ____________________________________________________________________________
19618 [  7248] By: gsar                                  on 2000/10/16  02:35:58
19619         Log: integrate change#5912 from mainline
19620              
19621              fix totally broken caching in UNIVERSAL::isa() (from
19622              Nick Ing-Simmons)
19623      Branch: maint-5.6/perl
19624           !> t/op/universal.t universal.c
19625 ____________________________________________________________________________
19626 [  7247] By: gsar                                  on 2000/10/16  02:34:27
19627         Log: integrate changes#5910,5911 from mainline
19628              
19629              typo in pod
19630              
19631              add linebreak properties from unicode/LineBrk.txt (from
19632              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
19633      Branch: maint-5.6/perl
19634           +> (branch 29 files)
19635           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
19636 ____________________________________________________________________________
19637 [  7246] By: gsar                                  on 2000/10/16  02:33:29
19638         Log: integrate change#5909 from mainline
19639              
19640              mode argument to do_binmode() should be file mode, not boolean
19641      Branch: maint-5.6/perl
19642           !> pp_sys.c
19643 ____________________________________________________________________________
19644 [  7245] By: gsar                                  on 2000/10/16  02:31:04
19645         Log: integrate change#5908 from mainline
19646              
19647              introduce illegal symbols into null package so that
19648              gv_fetchpv(...,TRUE) always returns a valid GV even when the
19649              symbol is trapped by strictures (avoids coredumps)
19650      Branch: maint-5.6/perl
19651           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
19652           !> t/pragma/strict-vars
19653 ____________________________________________________________________________
19654 [  7244] By: jhi                                   on 2000/10/16  02:29:54
19655         Log: Subject: $Carp::ExportLevel confusion in Exporter
19656              From: "Ben Tilly" <ben_tilly@hotmail.com>
19657              Date: Sat, 14 Oct 2000 16:44:34 EDT
19658              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
19659      Branch: perl
19660            ! lib/Exporter/Heavy.pm
19661 ____________________________________________________________________________
19662 [  7243] By: jhi                                   on 2000/10/16  02:28:33
19663         Log: Subject: [PATCH perlguts.pod] Document offset hack
19664              From: Simon Cozens <simon@cozens.net>
19665              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
19666              Date: Sat, 14 Oct 2000 19:32:25 +0100
19667      Branch: perl
19668            ! pod/perlguts.pod
19669 ____________________________________________________________________________
19670 [  7242] By: gsar                                  on 2000/10/16  02:26:51
19671         Log: integrate changes#5905,5906,5907,6064 from mainline
19672              
19673              printf/sprintf didn't get quad types right under use64bitint
19674      Branch: maint-5.6/perl
19675           !> pp_sys.c sv.c t/op/64bitint.t
19676 ____________________________________________________________________________
19677 [  7241] By: jhi                                   on 2000/10/16  02:22:44
19678         Log: Subject: small pod patch
19679              From: Dan Boorstein <dan_boo@bellsouth.net>
19680              Date: Sat, 14 Oct 2000 14:29:24 -0400
19681              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
19682      Branch: perl
19683            ! pod/perlfaq7.pod pod/perlmod.pod
19684 ____________________________________________________________________________
19685 [  7240] By: jhi                                   on 2000/10/16  02:13:46
19686         Log: -w cleanup.
19687              
19688              Subject: Re: Problems with bleadperl 
19689              From: "Stephen P. Potter" <spp@ds.net>
19690              Date: Fri, 13 Oct 2000 13:32:49 -0400
19691              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
19692      Branch: perl
19693            ! t/pragma/overload.t
19694 ____________________________________________________________________________
19695 [  7239] By: jhi                                   on 2000/10/16  01:41:18
19696         Log: One more ~utf8 tweak.
19697      Branch: perl
19698            ! t/op/bop.t
19699 ____________________________________________________________________________
19700 [  7238] By: jhi                                   on 2000/10/16  01:34:14
19701         Log: Tweak the test of #7235.
19702      Branch: perl
19703            ! t/op/bop.t
19704 ____________________________________________________________________________
19705 [  7237] By: jhi                                   on 2000/10/16  01:25:04
19706         Log: Fix a couple of compiler-noted nits in #7235.
19707      Branch: perl
19708            ! pp.c
19709 ____________________________________________________________________________
19710 [  7236] By: jhi                                   on 2000/10/16  01:22:46
19711         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
19712      Branch: perl
19713            ! pp.c pp_hot.c
19714 ____________________________________________________________________________
19715 [  7235] By: jhi                                   on 2000/10/15  16:24:44
19716         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
19717              
19718              From: Simon Cozens <simon@cozens.net>
19719              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
19720              Date: Sat, 14 Oct 2000 20:52:13 +0100
19721              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
19722      Branch: perl
19723            ! pp.c t/op/bop.t utf8.h
19724 ____________________________________________________________________________
19725 [  7234] By: jhi                                   on 2000/10/15  15:19:29
19726         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
19727              The problem was that rx->minlen was in chars while pp_split()
19728              thought it would be in bytes. 
19729      Branch: perl
19730            ! pp.c t/pragma/utf8.t
19731 ____________________________________________________________________________
19732 [  7233] By: jhi                                   on 2000/10/14  20:24:24
19733         Log: Document FNCASE=y as discussed in the bug 20000902.009.
19734      Branch: perl
19735            ! README.dos
19736 ____________________________________________________________________________
19737 [  7232] By: jhi                                   on 2000/10/14  18:52:21
19738         Log: Add test for bug id 20000427.003 (which seems to have
19739              been fixed) (also duplicate as 20000427.004, though
19740              with a higher severity).  Move one utf8 from op/append
19741              to pragma/utf8, tag the tests with bug ids.
19742      Branch: perl
19743            ! t/op/append.t t/pragma/utf8.t
19744 ____________________________________________________________________________
19745 [  7231] By: jhi                                   on 2000/10/14  17:28:37
19746         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
19747      Branch: perl
19748            ! t/pragma/utf8.t
19749 ____________________________________________________________________________
19750 [  7230] By: jhi                                   on 2000/10/14  14:24:50
19751         Log: Needs to be conditional on SunOS 4.
19752              
19753              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
19754              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19755              Date: Sat, 14 Oct 2000 13:37:49 +0100
19756              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
19757      Branch: metaconfig/U/perl
19758            ! End.U
19759      Branch: perl
19760            ! Configure myconfig.SH pod/perldelta.pod
19761 ____________________________________________________________________________
19762 [  7229] By: jhi                                   on 2000/10/14  00:49:22
19763         Log: Update Changes.
19764      Branch: perl
19765            ! Changes patchlevel.h
19766 ____________________________________________________________________________
19767 [  7228] By: jhi                                   on 2000/10/14  00:46:10
19768         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
19769              From: Peter Prymmer <pvhp@forte.com>
19770              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
19771              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
19772      Branch: perl
19773            ! lib/utf8.pm
19774 ____________________________________________________________________________
19775 [  7227] By: jhi                                   on 2000/10/13  23:20:30
19776         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
19777      Branch: perl
19778            ! t/op/tie.t
19779 ____________________________________________________________________________
19780 [  7226] By: jhi                                   on 2000/10/13  22:14:32
19781         Log: Tweak #7225.
19782              
19783              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
19784              From: Peter Prymmer <pvhp@forte.com>
19785              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
19786              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
19787      Branch: perl
19788            ! t/op/sprintf.t
19789 ____________________________________________________________________________
19790 [  7225] By: jhi                                   on 2000/10/13  22:11:31
19791         Log: op/sprintf.t patch for OS/390 (and any other host with limited
19792              floating-point exponent length)
19793              
19794              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
19795              From: Dominic Dunlop <domo@computer.org>
19796              Date: Fri, 13 Oct 2000 19:17:57 +0200
19797              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
19798      Branch: perl
19799            ! t/op/sprintf.t
19800 ____________________________________________________________________________
19801 [  7224] By: jhi                                   on 2000/10/13  18:40:48
19802         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
19803      Branch: perl
19804            ! toke.c
19805 ____________________________________________________________________________
19806 [  7223] By: jhi                                   on 2000/10/13  18:37:13
19807         Log: Thinko in #7222.
19808      Branch: perl
19809            ! utf8.c
19810 ____________________________________________________________________________
19811 [  7222] By: jhi                                   on 2000/10/13  18:05:23
19812         Log: Use UTF8SKIP(), from Simon Cozens.
19813      Branch: perl
19814            ! utf8.c
19815 ____________________________________________________________________________
19816 [  7221] By: jhi                                   on 2000/10/13  15:43:19
19817         Log: (accidentally empty check-in)
19818      Branch: perl
19819            ! utf8.c
19820 ____________________________________________________________________________
19821 [  7220] By: jhi                                   on 2000/10/13  15:23:51
19822         Log: Add (optimistically) Storable to static extensions.
19823      Branch: perl
19824            ! hints/uwin.sh hints/vmesa.sh
19825 ____________________________________________________________________________
19826 [  7219] By: jhi                                   on 2000/10/13  15:20:05
19827         Log: Amdahl UTS doesn't seem to do dynaloading.
19828      Branch: perl
19829            ! hints/uts.sh
19830 ____________________________________________________________________________
19831 [  7218] By: jhi                                   on 2000/10/13  15:15:20
19832         Log: Slight tweak of the code to appease Amdahl UTS cc.
19833      Branch: perl
19834            ! pp.c
19835 ____________________________________________________________________________
19836 [  7217] By: jhi                                   on 2000/10/13  14:50:42
19837         Log: In Amdahl UTS "struct sv" is defined by a system header,
19838              <ksync.h>.
19839      Branch: perl
19840            ! perl.h sv.h
19841 ____________________________________________________________________________
19842 [  7216] By: jhi                                   on 2000/10/13  11:58:25
19843         Log: Ilya implemented the memory profiling API.
19844      Branch: perl
19845            ! Todo
19846 ____________________________________________________________________________
19847 [  7215] By: jhi                                   on 2000/10/13  02:56:38
19848         Log: Subject: [PATCH 5.7.0] Perl API for mstats
19849              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19850              Date: Thu, 12 Oct 2000 22:52:40 -0400
19851              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
19852      Branch: perl
19853            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
19854 ____________________________________________________________________________
19855 [  7214] By: jhi                                   on 2000/10/13  02:55:38
19856         Log: Subject: [PATCH 5.7.0] IVs in mtats
19857              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19858              Date: Thu, 12 Oct 2000 22:51:04 -0400
19859              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
19860      Branch: perl
19861            ! malloc.c perl.h
19862 ____________________________________________________________________________
19863 [  7213] By: jhi                                   on 2000/10/13  02:31:47
19864         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
19865      Branch: perl
19866            ! pod/perldiag.pod pp_sys.c
19867 ____________________________________________________________________________
19868 [  7212] By: jhi                                   on 2000/10/13  01:27:38
19869         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
19870              From: Peter Prymmer <pvhp@forte.com>
19871              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
19872              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
19873      Branch: perl
19874            ! t/op/oct.t
19875 ____________________________________________________________________________
19876 [  7211] By: jhi                                   on 2000/10/13  00:35:09
19877         Log: Update Changes.
19878      Branch: perl
19879            ! Changes patchlevel.h
19880 ____________________________________________________________________________
19881 [  7210] By: jhi                                   on 2000/10/12  23:59:40
19882         Log: The Install.pm third of
19883              
19884              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
19885              From: Bill Campbell <bill@celestial.com>
19886              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
19887              Date: Thu, 5 Oct 2000 18:04:51 -0700
19888      Branch: perl
19889            ! lib/ExtUtils/Install.pm
19890 ____________________________________________________________________________
19891 [  7209] By: jhi                                   on 2000/10/12  23:58:43
19892         Log: Two thirds of
19893              
19894              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
19895              Date: Thu, 5 Oct 2000 18:04:51 -0700
19896              From: Bill Campbell <bill@celestial.com>
19897              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
19898              
19899              The Install.pm changes will be submitted separately because
19900              they need some work and discussion still.
19901      Branch: perl
19902            ! lib/getopts.pl lib/termcap.pl
19903 ____________________________________________________________________________
19904 [  7208] By: jhi                                   on 2000/10/12  23:41:19
19905         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
19906              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19907              Date:     Thu, 12 Oct 2000 07:30:02 EDT
19908              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
19909      Branch: perl
19910            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
19911            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
19912 ____________________________________________________________________________
19913 [  7207] By: jhi                                   on 2000/10/12  23:39:01
19914         Log: An updated EBCDIC tr patch.
19915              
19916              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
19917              From: Peter Prymmer <pvhp@forte.com>
19918              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
19919              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
19920      Branch: perl
19921            ! t/op/tr.t
19922 ____________________________________________________________________________
19923 [  7206] By: jhi                                   on 2000/10/12  23:34:55
19924         Log: Upgrade to CPAN 1.58, from Andreas König.
19925      Branch: perl
19926            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
19927 ____________________________________________________________________________
19928 [  7205] By: jhi                                   on 2000/10/12  23:29:08
19929         Log: Introduce the man[24-8] variables, from Andy Dougherty.
19930      Branch: metaconfig/U/perl
19931            + mandirs.U mandirstyle.U
19932      Branch: perl
19933            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19934            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
19935            ! vos/config.h vos/config.pl vos/config_h.SH_orig
19936            ! win32/config.bc win32/config.gc win32/config.vc
19937 ____________________________________________________________________________
19938 [  7204] By: gsar                                  on 2000/10/12  18:11:24
19939         Log: restore change#7202
19940      Branch: perl
19941            ! mg.c
19942 ____________________________________________________________________________
19943 [  7203] By: gsar                                  on 2000/10/12  18:09:40
19944         Log: another test of the Emergency Broadcast System--back out 
19945              change#7202
19946      Branch: perl
19947            ! mg.c
19948 ____________________________________________________________________________
19949 [  7202] By: gsar                                  on 2000/10/12  16:40:47
19950         Log: (submitted on behalf of Jarkko)
19951              Fix the lib/encode.t subtest 6 failure as reported by Andreas
19952              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
19953              was unearthed by change 7182, as was a bug in HTML::Entities.
19954      Branch: perl
19955            ! mg.c
19956 ____________________________________________________________________________
19957 [  7201] By: jhi                                   on 2000/10/11  03:16:05
19958         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
19959      Branch: perl
19960            ! pp_hot.c t/pragma/utf8.t
19961 ____________________________________________________________________________
19962 [  7200] By: jhi                                   on 2000/10/11  00:40:30
19963         Log: The #7198 was a false alarm.
19964      Branch: perl
19965            ! pp_hot.c
19966 ____________________________________________________________________________
19967 [  7199] By: jhi                                   on 2000/10/11  00:26:04
19968         Log: Remove duplicated code.
19969      Branch: perl
19970            ! t/lib/cgi-html.t
19971 ____________________________________________________________________________
19972 [  7198] By: jhi                                   on 2000/10/10  23:30:46
19973         Log: (Retracted by #7200.)
19974      Branch: perl
19975            ! pp_hot.c
19976 ____________________________________________________________________________
19977 [  7197] By: jhi                                   on 2000/10/10  21:49:30
19978         Log: Add the test case for #7190, from the original bug report
19979              by Andreas König.
19980      Branch: perl
19981            ! t/pragma/utf8.t
19982 ____________________________________________________________________________
19983 [  7196] By: jhi                                   on 2000/10/10  21:40:49
19984         Log: Reapply Andy's patch and regen Configure.
19985      Branch: perl
19986            ! Configure INSTALL Makefile.SH Porting/Glossary
19987            ! Porting/config.sh config_h.SH epoc/config.sh installperl
19988            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
19989            ! win32/config.vc
19990 ____________________________________________________________________________
19991 [  7195] By: jhi                                   on 2000/10/10  21:09:30
19992         Log: Use the versiononly instead of the installscripts,
19993              retract the changes 7146 and 7147.
19994      Branch: perl
19995            ! Configure INSTALL Makefile.SH Porting/Glossary
19996            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
19997            ! installperl uconfig.sh vos/config.def win32/config.bc
19998            ! win32/config.gc win32/config.vc
19999 ____________________________________________________________________________
20000 [  7194] By: jhi                                   on 2000/10/10  21:06:15
20001         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
20002              From: Peter Prymmer <pvhp@forte.com>
20003              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
20004              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
20005      Branch: perl
20006            ! t/op/ver.t
20007 ____________________________________________________________________________
20008 [  7193] By: jhi                                   on 2000/10/10  21:05:12
20009         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
20010              From: Peter Prymmer <pvhp@forte.com>
20011              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
20012              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
20013      Branch: perl
20014            ! t/op/tr.t
20015 ____________________________________________________________________________
20016 [  7192] By: jhi                                   on 2000/10/10  20:57:30
20017         Log: Add versiononly, delete installscripts, from Andy Dougherty.
20018      Branch: metaconfig
20019            - U/installdirs/installscripts.U
20020      Branch: metaconfig/U/perl
20021            + versiononly.U
20022 ____________________________________________________________________________
20023 [  7191] By: jhi                                   on 2000/10/10  19:41:21
20024         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
20025              From: Peter Prymmer <pvhp@forte.com>
20026              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
20027              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
20028      Branch: perl
20029            ! pod/perlebcdic.pod
20030 ____________________________________________________________________________
20031 [  7190] By: jhi                                   on 2000/10/10  19:26:14
20032         Log: Subject: Re: utf8 concat, mg_get
20033              From: Simon Cozens <simon@cozens.net>
20034              Date: Tue, 10 Oct 2000 17:40:17 +0100
20035              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
20036      Branch: perl
20037            ! pp_hot.c
20038 ____________________________________________________________________________
20039 [  7189] By: jhi                                   on 2000/10/10  19:23:03
20040         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
20041              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
20042              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
20043              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
20044      Branch: perl
20045            ! lib/ExtUtils/MM_Unix.pm
20046 ____________________________________________________________________________
20047 [  7188] By: jhi                                   on 2000/10/10  15:31:24
20048         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
20049              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
20050              Date: Fri, 14 Jul 2000 10:47:36 +0100
20051              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
20052      Branch: perl
20053            ! README.win32
20054 ____________________________________________________________________________
20055 [  7187] By: jhi                                   on 2000/10/10  13:30:10
20056         Log: Quote the temp file name, needed in Win32 because the
20057              default name unfortunately contains spaces, shouldn't
20058              hurt elsewhere.
20059              
20060              Subject: FW: perldoc fails if $TEMP contains spaces
20061              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
20062              Date: Thu, 14 Sep 2000 08:58:45 +0100
20063              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
20064      Branch: perl
20065            ! utils/perldoc.PL
20066 ____________________________________________________________________________
20067 [  7186] By: jhi                                   on 2000/10/10  13:16:27
20068         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
20069              From: hv@hugo.hybyte.com
20070              Date: Tue, 10 Oct 2000 14:10:20 +0100
20071              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
20072      Branch: perl
20073            ! t/lib/thr5005.t util.c
20074 ____________________________________________________________________________
20075 [  7185] By: jhi                                   on 2000/10/10  12:06:22
20076         Log: Upgrade to podlators 1.04, from Russ Allbery.
20077      Branch: perl
20078            ! lib/Pod/Man.pm lib/Pod/Text.pm
20079 ____________________________________________________________________________
20080 [  7184] By: jhi                                   on 2000/10/10  12:01:32
20081         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
20082      Branch: perl
20083            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
20084 ____________________________________________________________________________
20085 [  7183] By: jhi                                   on 2000/10/09  23:47:15
20086         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
20087              From: Peter Prymmer <pvhp@forte.com>
20088              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
20089              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
20090      Branch: perl
20091            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
20092 ____________________________________________________________________________
20093 [  7182] By: jhi                                   on 2000/10/09  23:43:16
20094         Log: Make eq work again with utf8 (disabling the upgrading
20095              should no more be necessary since the copies of the
20096              scalars are upgraded, not the scalars themselves).
20097              Takes care of ID 20001009.001.  (The claimed length()
20098              bug in 20001009.001 seems bogus to me.)
20099      Branch: perl
20100            ! sv.c t/pragma/utf8.t
20101 ____________________________________________________________________________
20102 [  7181] By: gsar                                  on 2000/10/09  19:41:54
20103         Log: tweak for change#7173
20104      Branch: perl
20105            ! win32/win32sck.c
20106 ____________________________________________________________________________
20107 [  7180] By: gsar                                  on 2000/10/09  19:26:56
20108         Log: on Windows, clean targets might not work under some flavors of the shell
20109      Branch: perl
20110            ! win32/Makefile win32/makefile.mk
20111 ____________________________________________________________________________
20112 [  7179] By: jhi                                   on 2000/10/09  19:21:02
20113         Log: Update Changes.
20114      Branch: perl
20115            ! Changes patchlevel.h
20116 ____________________________________________________________________________
20117 [  7178] By: jhi                                   on 2000/10/09  19:18:23
20118         Log: Warn about unknown scripts.
20119              
20120              Subject: Re: ideas? patches? [PATCH bleadperl]
20121              From: Dominic Dunlop <domo@computer.org>
20122              Date: Mon, 9 Oct 2000 14:57:17 +0200
20123              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
20124      Branch: perl
20125            ! lib/charnames.pm
20126 ____________________________________________________________________________
20127 [  7177] By: jhi                                   on 2000/10/09  19:13:27
20128         Log: Change #7160 had a nasty typo.
20129      Branch: metaconfig
20130            ! U/compline/Compile.U
20131      Branch: perl
20132            ! Configure config_h.SH
20133 ____________________________________________________________________________
20134 [  7176] By: gsar                                  on 2000/10/09  18:59:33
20135         Log: pod nit
20136      Branch: perl
20137            ! pod/perlport.pod
20138 ____________________________________________________________________________
20139 [  7175] By: gsar                                  on 2000/10/09  18:54:28
20140         Log: Windows9x doesn't support link(), despite what Config.pm
20141              might think
20142      Branch: perl
20143            ! lib/ExtUtils/Manifest.pm
20144 ____________________________________________________________________________
20145 [  7174] By: gsar                                  on 2000/10/09  18:50:03
20146         Log: avoid nonportable example code
20147      Branch: perl
20148            ! lib/File/Copy.pm
20149 ____________________________________________________________________________
20150 [  7173] By: gsar                                  on 2000/10/09  18:46:54
20151         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
20152              being used) when closing a socket handle
20153      Branch: perl
20154            ! win32/win32.c win32/win32.h win32/win32sck.c
20155 ____________________________________________________________________________
20156 [  7172] By: gsar                                  on 2000/10/09  18:41:40
20157         Log: on Windows, cwd strings in the environment should be of the
20158              form =X:=X:\foo instead of =X=X:\foo\
20159      Branch: perl
20160            ! win32/vdir.h
20161 ____________________________________________________________________________
20162 [  7171] By: gsar                                  on 2000/10/09  18:30:09
20163         Log: on Windows, LoadLibrary() could load an extension DLL multiple
20164              times if forward slashes are used in the path
20165      Branch: perl
20166            ! win32/win32.c
20167 ____________________________________________________________________________
20168 [  7170] By: jhi                                   on 2000/10/09  17:53:59
20169         Log: Add a todo note about overloadable assertions.
20170      Branch: perl
20171            ! Todo-5.6
20172 ____________________________________________________________________________
20173 [  7169] By: jhi                                   on 2000/10/09  13:43:45
20174         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
20175              From: mjd@plover.com
20176              Date: 9 Oct 2000 00:24:44 -0000
20177              Message-ID: <20001009002444.10616.qmail@plover.com>
20178      Branch: perl
20179            ! pod/perldebguts.pod
20180 ____________________________________________________________________________
20181 [  7168] By: nick                                  on 2000/10/08  13:16:33
20182         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
20183              is not right thing to do on (e.g. x86). Network order is also "right" for
20184              X fonts.
20185      Branch: perl
20186            ! ext/Encode/Encode.pm
20187 ____________________________________________________________________________
20188 [  7167] By: nick                                  on 2000/10/08  12:54:42
20189         Log: Make "encodings" work post-install when Encode/*.enc files may not
20190              be in same directory as Encode.pm
20191      Branch: perl
20192            ! ext/Encode/Encode.pm
20193 ____________________________________________________________________________
20194 [  7166] By: nick                                  on 2000/10/08  11:51:26
20195         Log: Work round the fact that $hash->{$key} does not take into account
20196              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
20197              so that key is always in the "expected" encoding - i.e. same way we put
20198              it in the hash.
20199      Branch: perl
20200            ! ext/Encode/Encode.pm
20201 ____________________________________________________________________________
20202 [  7165] By: gsar                                  on 2000/10/08  04:15:29
20203         Log: save_re_context() could reset PL_curcop to freed memory, causing core
20204              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
20205      Branch: perl
20206            ! pp_ctl.c
20207 ____________________________________________________________________________
20208 [  7164] By: jhi                                   on 2000/10/06  20:51:48
20209         Log: UTF8ize split() so that the cloned substrings get the UTF8
20210              flag of the original scalar.  Problem reported by Simon Cozens.
20211      Branch: perl
20212            ! pp.c t/pragma/utf8.t
20213 ____________________________________________________________________________
20214 [  7163] By: nick                                  on 2000/10/06  20:48:34
20215         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
20216              got a false +ve and so did not reach code which would have un-FAKEd the SV.
20217      Branch: perl
20218            ! sv.c
20219 ____________________________________________________________________________
20220 [  7162] By: nick                                  on 2000/10/06  20:25:37
20221         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
20222              To fix  (sort {$a <=> $b} keys %hash) in particular but
20223              should cover a number of other as-yet-unknown cases as well.
20224      Branch: perl
20225            ! sv.c
20226 ____________________________________________________________________________
20227 [  7161] By: jhi                                   on 2000/10/06  19:56:18
20228         Log: Change the version number of Tie::Handle in the core to 4.0,
20229              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
20230              
20231              Subject: Note on Tie::Handle
20232              From: andreas.koenig@anima.de (Andreas J. Koenig)
20233              Date:      06 Oct 2000 21:48:58 +0200
20234              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
20235      Branch: perl
20236            ! lib/Tie/Handle.pm
20237 ____________________________________________________________________________
20238 [  7160] By: jhi                                   on 2000/10/06  18:20:35
20239         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
20240              as the first option of cc/ld because of ultrapicky compilers
20241              (e.g. OS/390 R2.5)
20242      Branch: metaconfig
20243            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
20244            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
20245            ! U/compline/orderlib.U U/modified/Cppsym.U
20246            ! U/modified/d_access.U
20247      Branch: metaconfig/U/perl
20248            ! Checkcc.U d_dlsymun.U gccvers.U
20249      Branch: perl
20250            ! Configure config_h.SH
20251 ____________________________________________________________________________
20252 [  7159] By: jhi                                   on 2000/10/06  13:56:39
20253         Log: Update Changes.
20254      Branch: perl
20255            ! Changes patchlevel.h
20256 ____________________________________________________________________________
20257 [  7158] By: jhi                                   on 2000/10/06  12:48:40
20258         Log: Eliminate $Is_VMS code from the test.
20259              
20260              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
20261              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20262              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
20263              Date:     Thu, 5 Oct 2000 07:46:33 EDT
20264      Branch: perl
20265            ! t/lib/b.t
20266 ____________________________________________________________________________
20267 [  7157] By: jhi                                   on 2000/10/06  12:47:13
20268         Log: Also the $ccflags is needed for the C compiler check.
20269              
20270              Subject: Configure (check for C-compiler)
20271              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20272              Date: Fri, 06 Oct 2000 08:47:15 +0200
20273              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
20274      Branch: metaconfig/U/perl
20275            ! Checkcc.U
20276      Branch: perl
20277            ! Configure config_h.SH
20278 ____________________________________________________________________________
20279 [  7156] By: jhi                                   on 2000/10/06  11:45:15
20280         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
20281      Branch: perl
20282            ! perl.c pp_ctl.c sv.h utf8.c
20283 ____________________________________________________________________________
20284 [  7155] By: jhi                                   on 2000/10/06  11:40:41
20285         Log: IO::Handle->syswrite() did not handle length omission
20286              like CORE::syswrite() does.
20287              
20288              Subject: [Fwd] IO::Handle, syswrite and arguments
20289              From: Graham Barr <gbarr@pobox.com>
20290              Date: Fri, 6 Oct 2000 10:22:05 +0100
20291              Message-ID: <20001006102205.U6312@pobox.com>
20292              
20293              The original patch from andrew@ugh.net.au.
20294      Branch: perl
20295            ! ext/IO/lib/IO/Handle.pm
20296 ____________________________________________________________________________
20297 [  7154] By: jhi                                   on 2000/10/06  01:42:15
20298         Log: Tweak #7153.
20299      Branch: perl
20300            ! utf8.h
20301 ____________________________________________________________________________
20302 [  7153] By: jhi                                   on 2000/10/06  00:39:55
20303         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
20304      Branch: perl
20305            ! utf8.h
20306 ____________________________________________________________________________
20307 [  7152] By: jhi                                   on 2000/10/06  00:38:11
20308         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
20309      Branch: perl
20310            ! perl.c pp_ctl.c sv.h utf8.c
20311 ____________________________________________________________________________
20312 [  7151] By: jhi                                   on 2000/10/06  00:36:38
20313         Log: Subject: Re: Questions about Tie::Array and perl modules
20314              From: Nick Ing-Simmons <nik@tiuk.ti.com>
20315              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
20316              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
20317              
20318              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
20319      Branch: perl
20320            ! lib/Tie/Array.pm t/op/array.t
20321 ____________________________________________________________________________
20322 [  7150] By: jhi                                   on 2000/10/05  00:20:45
20323         Log: Regen Changes.
20324      Branch: perl
20325            ! Changes patchlevel.h
20326 ____________________________________________________________________________
20327 [  7149] By: jhi                                   on 2000/10/05  00:20:01
20328         Log: Regen toc.
20329      Branch: perl
20330            ! pod/perltoc.pod
20331 ____________________________________________________________________________
20332 [  7148] By: jhi                                   on 2000/10/04  23:35:08
20333         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
20334              reported several times by Dominic Dunlop, for example in
20335              ID 20000315.008.  Patch from Dominic.  Patch affects at
20336              least MachTen, and possibly other oldish BSDs. Should not
20337              break non-broken platforms (tested on LinuxPPC). 
20338      Branch: perl
20339            ! doio.c
20340 ____________________________________________________________________________
20341 [  7147] By: jhi                                   on 2000/10/04  23:26:34
20342         Log: The one that got away from 7146.
20343      Branch: metaconfig
20344            + U/installdirs/installscripts.U
20345 ____________________________________________________________________________
20346 [  7146] By: jhi                                   on 2000/10/04  23:25:04
20347         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
20348              suggested by H. Merijn Brand.
20349      Branch: perl
20350            ! Configure INSTALL Makefile.SH Porting/Glossary
20351            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
20352            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
20353            ! win32/config.vc
20354 ____________________________________________________________________________
20355 [  7145] By: jhi                                   on 2000/10/04  22:08:21
20356         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
20357              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20358              Date: Wed, 4 Oct 2000 17:37:46 -0400
20359              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
20360      Branch: perl
20361            ! utils/h2xs.PL
20362 ____________________________________________________________________________
20363 [  7144] By: jhi                                   on 2000/10/04  18:11:41
20364         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
20365              From: Jeff Pinyan <jeffp@crusoe.net>
20366              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
20367              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
20368      Branch: perl
20369            ! pod/perlrun.pod
20370 ____________________________________________________________________________
20371 [  7143] By: jhi                                   on 2000/10/04  18:09:58
20372         Log: Subject: perlhack.pod Patch for Externals Tools
20373              From: Fisher Mark <fisherm@tce.com>
20374              Date: Tue, 3 Oct 2000 15:43:27 -0500 
20375              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
20376      Branch: perl
20377            ! pod/perlhack.pod
20378 ____________________________________________________________________________
20379 [  7142] By: jhi                                   on 2000/10/04  18:08:41
20380         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
20381              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20382              Date:     Wed, 4 Oct 2000 12:11:11 EDT
20383              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
20384      Branch: perl
20385            ! vms/vms.c
20386 ____________________________________________________________________________
20387 [  7141] By: jhi                                   on 2000/10/04  12:20:16
20388         Log: Subject: [PATCH 5.7.0] h2xs not working
20389              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20390              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
20391              Date: Tue, 3 Oct 2000 21:43:01 -0400
20392              
20393              Subject: [PATCH 5.7.0] h2xs not documenting the created module
20394              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20395              Date: Tue, 3 Oct 2000 22:55:19 -0400
20396              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
20397      Branch: perl
20398            ! utils/h2xs.PL
20399 ____________________________________________________________________________
20400 [  7140] By: jhi                                   on 2000/10/04  11:53:44
20401         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
20402              From: nick@babyhippo.com
20403              Date: Wed, 4 Oct 2000 12:06:45 +0100
20404              Message-Id: <20001004120645.A7356@babyhippo.com>
20405              
20406              Retract 7118 and 7135.
20407      Branch: perl
20408            ! installman installperl op.c t/pragma/subs.t
20409 ____________________________________________________________________________
20410 [  7139] By: jhi                                   on 2000/10/03  22:09:41
20411         Log: It is possible to have no hosts database at all.  Pointed out in
20412              
20413              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
20414              From: Peter Prymmer <pvhp@forte.com>
20415              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
20416              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
20417      Branch: metaconfig
20418            ! U/modified/myhostname.U
20419      Branch: perl
20420            ! Configure config_h.SH
20421 ____________________________________________________________________________
20422 [  7138] By: jhi                                   on 2000/10/03  21:49:49
20423         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
20424              From: Peter Prymmer <pvhp@forte.com>
20425              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
20426              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
20427      Branch: perl
20428            ! pp_sys.c
20429 ____________________________________________________________________________
20430 [  7137] By: jhi                                   on 2000/10/03  20:10:05
20431         Log: One remaining nit less at the VMS mailbox sizing.
20432      Branch: perl
20433            ! vms/vms.c
20434 ____________________________________________________________________________
20435 [  7136] By: jhi                                   on 2000/10/03  20:08:47
20436         Log: Test harness update to sync with the new perlcc,
20437              from Simon Cozens.
20438      Branch: perl
20439            ! t/TEST t/UTEST
20440 ____________________________________________________________________________
20441 [  7135] By: jhi                                   on 2000/10/03  15:15:42
20442         Log: Subject: Re: PATCH for 20001003.004
20443              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
20444              From: "AARON B. DOSSETT" <aaron@iglou.com>
20445              Message-Id: <E13gTay-0006od-00@iglou.com>
20446      Branch: perl
20447            ! installman installperl
20448 ____________________________________________________________________________
20449 [  7134] By: jhi                                   on 2000/10/03  15:00:34
20450         Log: Subject: [ID 20001003.006] B::Debug not -w clean
20451              From: Nicholas Clark <nick@babyhippo.co.uk>
20452              Date: Tue, 03 Oct 2000 15:46:32 +0100
20453              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
20454      Branch: perl
20455            ! ext/B/B/Debug.pm
20456 ____________________________________________________________________________
20457 [  7133] By: jhi                                   on 2000/10/03  14:58:39
20458         Log: Scale down the VMS message boxes, by Charles Lane.
20459              Fix for ID 20000903.009, workaround at
20460              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
20461      Branch: perl
20462            ! vms/vms.c
20463 ____________________________________________________________________________
20464 [  7132] By: jhi                                   on 2000/10/03  11:20:37
20465         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
20466      Branch: perl
20467            + t/lib/st-lock.t t/lib/st-utf8.t
20468            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
20469            ! ext/Storable/Storable.xs t/lib/st-recurse.t
20470 ____________________________________________________________________________
20471 [  7131] By: jhi                                   on 2000/10/03  03:38:23
20472         Log: Encode nits.
20473      Branch: perl
20474            ! MANIFEST Makefile.SH
20475 ____________________________________________________________________________
20476 [  7130] By: jhi                                   on 2000/10/03  03:31:05
20477         Log: Update Changes.
20478      Branch: perl
20479            ! Changes patchlevel.h
20480 ____________________________________________________________________________
20481 [  7129] By: jhi                                   on 2000/10/03  02:24:02
20482         Log: Misplaced else.
20483      Branch: metaconfig/U/perl
20484            ! d_strtoll.U
20485      Branch: perl
20486            ! Configure config_h.SH
20487 ____________________________________________________________________________
20488 [  7128] By: jhi                                   on 2000/10/03  02:08:29
20489         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
20490              From: sthoenna@efn.org
20491              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
20492              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
20493      Branch: metaconfig/U/perl
20494            ! d_strtoll.U
20495      Branch: perl
20496            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
20497 ____________________________________________________________________________
20498 [  7127] By: jhi                                   on 2000/10/03  01:13:14
20499         Log: Update Changes.
20500      Branch: perl
20501            ! Changes patchlevel.h
20502 ____________________________________________________________________________
20503 [  7126] By: jhi                                   on 2000/10/03  00:57:08
20504         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
20505              as suggested by Olaf Flebbe and Nick Clark.
20506      Branch: perl
20507            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
20508 ____________________________________________________________________________
20509 [  7125] By: jhi                                   on 2000/10/03  00:50:56
20510         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
20511              From: Nick Clark <nick@plum.flirble.org>
20512              Date: Mon, 2 Oct 2000 11:03:24 +0100
20513              Message-Id: <20001002110324.D20073@plum.flirble.org>
20514              
20515              Also fixes bug ID 20001002.005.
20516      Branch: perl
20517            ! t/lib/encode.t
20518 ____________________________________________________________________________
20519 [  7124] By: jhi                                   on 2000/10/03  00:34:59
20520         Log: Subject: [PATCH 5.7.0] Epoc update
20521              From: Olaf Flebbe <o.flebbe@gmx.de>
20522              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
20523              Message-ID: <26423.969484586@www10.gmx.net>
20524      Branch: perl
20525            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
20526            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
20527            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
20528            ! util.c util.h
20529 ____________________________________________________________________________
20530 [  7123] By: jhi                                   on 2000/10/03  00:30:07
20531         Log: Regen headers.
20532      Branch: perl
20533            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
20534 ____________________________________________________________________________
20535 [  7122] By: jhi                                   on 2000/10/03  00:10:48
20536         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
20537      Branch: perl
20538            ! hints/openbsd.sh
20539 ____________________________________________________________________________
20540 [  7121] By: jhi                                   on 2000/10/03  00:05:06
20541         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
20542              From: <abigail@foad.org>
20543              Date: Tue, 26 Sep 2000 13:36:14 -0400
20544              Message-ID: <20000926173614.4356.qmail@foad.org>
20545      Branch: perl
20546            ! pod/perlop.pod
20547 ____________________________________________________________________________
20548 [  7120] By: jhi                                   on 2000/10/03  00:04:00
20549         Log: Inside require() $^S was always left undefined.
20550              
20551              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
20552              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20553              Date: Wed, 27 Sep 2000 18:54:49 -0400
20554              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
20555      Branch: perl
20556            ! cop.h mg.c pp_ctl.c util.c
20557 ____________________________________________________________________________
20558 [  7119] By: jhi                                   on 2000/10/03  00:00:16
20559         Log: Subject: [PATCH] DLL not restartabke with threaded perl
20560              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
20561              Date: Thu, 28 Sep 2000 09:20:46 +0100
20562              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
20563      Branch: perl
20564            ! perl.c
20565 ____________________________________________________________________________
20566 [  7118] By: jhi                                   on 2000/10/02  23:59:20
20567         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
20568              From: Nicholas Clark <nick@ccl4.org>
20569              Date: Thu, 28 Sep 2000 11:52:24 +0100
20570              Message-ID: <20000928115224.D7924@plum.flirble.org>
20571      Branch: perl
20572            ! op.c
20573 ____________________________________________________________________________
20574 [  7117] By: jhi                                   on 2000/10/02  23:57:51
20575         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
20576              From: Nicholas Clark <nick@babyhippo.co.uk>
20577              Date: Thu, 28 Sep 2000 12:18:10 +0100
20578              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
20579              
20580              Did not apply cleanly, manual intervention was needed.
20581      Branch: perl
20582            ! ext/B/B/Bytecode.pm utils/perlcc.PL
20583 ____________________________________________________________________________
20584 [  7116] By: jhi                                   on 2000/10/02  23:50:40
20585         Log: Document the issue (is not a syntax error, kind of)
20586              
20587              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
20588              From: Nicholas Clark <nick@ccl4.org>
20589              Date: Thu, 28 Sep 2000 17:12:42 +0100
20590              Message-ID: <20000928171242.K7924@plum.flirble.org>
20591      Branch: perl
20592            ! pod/perldata.pod
20593 ____________________________________________________________________________
20594 [  7115] By: jhi                                   on 2000/10/02  23:48:58
20595         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
20596              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20597              Date: Thu, 28 Sep 2000 21:55:31 -0400
20598              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
20599      Branch: perl
20600            ! regexec.c
20601 ____________________________________________________________________________
20602 [  7114] By: jhi                                   on 2000/10/02  23:47:57
20603         Log: Subject: DOC PATCH 5.6.0
20604              From: mjd@plover.com
20605              Date: 30 Sep 2000 06:02:34 -0000
20606              Message-ID: <20000930060234.4559.qmail@plover.com>
20607      Branch: perl
20608            ! pod/perldebguts.pod
20609 ____________________________________________________________________________
20610 [  7113] By: jhi                                   on 2000/10/02  23:46:43
20611         Log: SOCK_DGRAM and listen() do not mix as reported in
20612              
20613              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
20614              From: Petter Reinholdtsen <pere@hungry.com>
20615              Date: Sun, 1 Oct 2000 10:57:20 +0800
20616              Message-Id: <200010010257.KAA05735@localhost.localdomain>
20617              
20618              The patch for 5.7.0+ had to be reengineered, though.
20619      Branch: perl
20620            ! ext/IO/lib/IO/Socket/UNIX.pm
20621 ____________________________________________________________________________
20622 [  7112] By: jhi                                   on 2000/10/02  23:36:57
20623         Log: Subject: Re: [PATCH 5.005_64 missed]
20624              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20625              Date: Sun, 1 Oct 2000 18:50:10 -0400
20626              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
20627      Branch: perl
20628            ! pod/perlxs.pod
20629 ____________________________________________________________________________
20630 [  7111] By: jhi                                   on 2000/10/02  23:35:40
20631         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
20632              From: Radu Greab <radu@netsoft.ro>
20633              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
20634              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
20635      Branch: perl
20636            ! op.c opcode.pl t/op/substr.t
20637 ____________________________________________________________________________
20638 [  7110] By: jhi                                   on 2000/10/02  23:32:38
20639         Log: Subject: [PATCH] Fix aliasing of tied filehandles
20640              From: Daniel Chetlin <daniel@chetlin.com>
20641              Date: Mon, 2 Oct 2000 14:53:27 -0700
20642              Message-ID: <20001002145327.C1617@ilmd>
20643      Branch: perl
20644            ! perl.h pp_hot.c t/op/tiehandle.t
20645 ____________________________________________________________________________
20646 [  7109] By: jhi                                   on 2000/10/02  23:31:30
20647         Log: s/Robin Parker/Robin Barker/
20648      Branch: perl
20649            ! Changes5.6
20650 ____________________________________________________________________________
20651 [  7108] By: jhi                                   on 2000/10/02  23:15:46
20652         Log: Retract #7091 as suggested in
20653              
20654              From: Robin Barker <rmb1@cise.npl.co.uk> 
20655              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
20656              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
20657              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
20658      Branch: perl
20659            ! embed.pl proto.h
20660 ____________________________________________________________________________
20661 [  7107] By: nick                                  on 2000/10/02  18:23:14
20662         Log: A few tweaks to get Tk803 to work with Encode scheme.
20663      Branch: perl
20664            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
20665 ____________________________________________________________________________
20666 [  7106] By: nick                                  on 2000/10/01  21:34:14
20667         Log: Add checking cases to Encode's toUnicode and fromUnicode.
20668      Branch: perl
20669            ! ext/Encode/Encode.pm
20670 ____________________________________________________________________________
20671 [  7105] By: nick                                  on 2000/10/01  17:18:01
20672         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
20673              To read and use them.
20674              Add a lib/encode.t which checks a few things.
20675      Branch: perl
20676            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
20677            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
20678            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
20679            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
20680            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
20681            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
20682            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
20683            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
20684            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
20685            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
20686            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
20687            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
20688            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
20689            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
20690            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
20691            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
20692            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
20693            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
20694            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
20695            + ext/Encode/Encode/iso2022-jp.enc
20696            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
20697            + ext/Encode/Encode/iso8859-1.enc
20698            + ext/Encode/Encode/iso8859-2.enc
20699            + ext/Encode/Encode/iso8859-3.enc
20700            + ext/Encode/Encode/iso8859-4.enc
20701            + ext/Encode/Encode/iso8859-5.enc
20702            + ext/Encode/Encode/iso8859-6.enc
20703            + ext/Encode/Encode/iso8859-7.enc
20704            + ext/Encode/Encode/iso8859-8.enc
20705            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
20706            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
20707            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
20708            + ext/Encode/Encode/macCentEuro.enc
20709            + ext/Encode/Encode/macCroatian.enc
20710            + ext/Encode/Encode/macCyrillic.enc
20711            + ext/Encode/Encode/macDingbats.enc
20712            + ext/Encode/Encode/macGreek.enc
20713            + ext/Encode/Encode/macIceland.enc
20714            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
20715            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
20716            + ext/Encode/Encode/macTurkish.enc
20717            + ext/Encode/Encode/macUkraine.enc
20718            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
20719            + t/lib/encode.t
20720            ! MANIFEST ext/Encode/Encode.pm
20721 ____________________________________________________________________________
20722 [  7104] By: nick                                  on 2000/09/30  13:04:30
20723         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
20724              From: Daniel Chetlin <daniel@chetlin.com>
20725              Date: Mon, 18 Sep 2000 05:05:40 -0700
20726              Message-Id: <20000918050540.C652@ilmd>
20727      Branch: perl
20728            ! lib/overload.pm sv.c t/pragma/overload.t
20729 ____________________________________________________________________________
20730 [  7103] By: nick                                  on 2000/09/30  12:53:36
20731         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
20732              From: Johan Vromans <jvromans@squirrel.nl>
20733              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
20734              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
20735      Branch: perl
20736            ! pod/Makefile.SH
20737 ____________________________________________________________________________
20738 [  7102] By: nick                                  on 2000/09/30  12:52:31
20739         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
20740              From: Spider Boardman <spider@Orb.Nashua.NH.US>
20741              Date: Sat, 16 Sep 2000 16:36:45 -0400
20742              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
20743      Branch: perl
20744            ! ext/B/B/Deparse.pm
20745 ____________________________________________________________________________
20746 [  7101] By: nick                                  on 2000/09/30  12:51:41
20747         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
20748              From: Craig A. Berry <craig.berry@psinetcs.com>
20749              Date: Sat, 16 Sep 2000 10:11:10 -0500
20750              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
20751      Branch: perl
20752            ! vms/vms.c
20753 ____________________________________________________________________________
20754 [  7100] By: nick                                  on 2000/09/30  12:50:33
20755         Log: Subject: Re: unicode support and perl [ID 20000901.097]
20756              From: Spider Boardman <spider@Orb.Nashua.NH.US>
20757              Date: Fri, 15 Sep 2000 16:37:58 -0400
20758              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
20759      Branch: perl
20760            ! t/op/append.t
20761 ____________________________________________________________________________
20762 [  7099] By: nick                                  on 2000/09/30  12:49:35
20763         Log: Subject: Re: unicode support and perl [ID 20000901.097]
20764              From: Spider Boardman <spider@Orb.Nashua.NH.US>
20765              Date: Fri, 15 Sep 2000 16:25:30 -0400
20766              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
20767      Branch: perl
20768            ! pp_hot.c
20769 ____________________________________________________________________________
20770 [  7098] By: nick                                  on 2000/09/30  12:48:00
20771         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
20772              From: Gisle Aas <gisle@ActiveState.com>
20773              Date: 15 Sep 2000 16:23:41 +0200
20774              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
20775      Branch: perl
20776            ! toke.c
20777 ____________________________________________________________________________
20778 [  7097] By: nick                                  on 2000/09/30  12:45:16
20779         Log: Subject: [PATCH] Nits in perlmod.pod
20780              From: Daniel Chetlin <daniel@chetlin.com>
20781              Date: Fri, 15 Sep 2000 02:04:09 -0700
20782              Message-Id: <20000915020409.A2104@ilmd>
20783      Branch: perl
20784            ! pod/perlmod.pod
20785 ____________________________________________________________________________
20786 [  7096] By: nick                                  on 2000/09/30  12:18:00
20787         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
20788              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
20789              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
20790              0 to checking to get the warning.
20791      Branch: perl
20792            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
20793            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
20794            ! regexec.c sv.c toke.c utf8.c
20795 ____________________________________________________________________________
20796 [  7095] By: nick                                  on 2000/09/15  16:55:59
20797         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
20798              
20799              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
20800              From: Spider Boardman <spider@Orb.Nashua.NH.US>
20801              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
20802              Date: Fri, 15 Sep 2000 06:37:30 -0400
20803      Branch: perl
20804            ! ext/Encode/Encode.xs sv.c
20805 ____________________________________________________________________________
20806 [  7094] By: jhi                                   on 2000/09/15  03:23:32
20807         Log: Update Changes.
20808      Branch: perl
20809            ! Changes patchlevel.h
20810 ____________________________________________________________________________
20811 [  7093] By: jhi                                   on 2000/09/15  03:11:44
20812         Log: Fix for the charnames.t failures from Spider Boardman.
20813      Branch: perl
20814            ! toke.c
20815 ____________________________________________________________________________
20816 [  7092] By: jhi                                   on 2000/09/15  00:15:48
20817         Log: Botched the #7090 check-in.
20818      Branch: perl
20819            ! sv.c
20820 ____________________________________________________________________________
20821 [  7091] By: jhi                                   on 2000/09/14  23:33:24
20822         Log: Part of #7081 didn't come through.
20823      Branch: perl
20824            ! embed.pl proto.h
20825 ____________________________________________________________________________
20826 [  7090] By: jhi                                   on 2000/09/14  23:17:39
20827         Log: Subject: Re: perl@7078 
20828              From: Spider Boardman <spider@web.zk3.dec.com>
20829              Date: Thu, 14 Sep 2000 19:06:36 -0400
20830              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
20831      Branch: perl
20832            ! sv.c toke.c
20833 ____________________________________________________________________________
20834 [  7089] By: jhi                                   on 2000/09/14  23:11:21
20835         Log: Small portability tweaks.
20836      Branch: perl
20837            ! ext/Encode/Encode.xs
20838 ____________________________________________________________________________
20839 [  7088] By: jhi                                   on 2000/09/14  22:57:23
20840         Log: Fake return to pacify picky compilers.
20841      Branch: perl
20842            ! ext/Encode/Encode.xs
20843 ____________________________________________________________________________
20844 [  7087] By: jhi                                   on 2000/09/14  22:53:37
20845         Log: Subject: [PATCH] utf8.c apidoc
20846              From: Simon Cozens <simon@cozens.net>
20847              Date: Thu, 14 Sep 2000 23:46:57 +0100
20848              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
20849      Branch: perl
20850            ! perlapi.c pod/perlapi.pod utf8.c
20851 ____________________________________________________________________________
20852 [  7086] By: jhi                                   on 2000/09/14  22:40:38
20853         Log: We don't need to count the high bit bytes, a boolean is enough. 
20854      Branch: perl
20855            ! sv.c
20856 ____________________________________________________________________________
20857 [  7085] By: jhi                                   on 2000/09/14  21:20:09
20858         Log: Replace #7084 with
20859              
20860              Subject: Re: perl@7078 
20861              From: Spider Boardman <spider@web.zk3.dec.com>
20862              Date: Thu, 14 Sep 2000 17:09:36 -0400
20863              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
20864      Branch: perl
20865            ! sv.c utf8.c
20866 ____________________________________________________________________________
20867 [  7084] By: jhi                                   on 2000/09/14  20:03:34
20868         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
20869              convertable to bytes by checking it doesn't go above 0xc3
20870              
20871              Subject: Re: perl@7078
20872              From: Simon Cozens <simon@cozens.net>
20873              Date: Thu, 14 Sep 2000 20:59:19 +0100
20874              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
20875      Branch: perl
20876            ! utf8.c
20877 ____________________________________________________________________________
20878 [  7083] By: jhi                                   on 2000/09/14  19:38:47
20879         Log: Subject: Re: perl@7078
20880              From: Simon Cozens <simon@cozens.net>
20881              Date: Thu, 14 Sep 2000 20:13:09 +0100
20882              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
20883      Branch: perl
20884            ! t/op/bop.t
20885 ____________________________________________________________________________
20886 [  7082] By: jhi                                   on 2000/09/14  17:50:44
20887         Log: The one that got away.
20888      Branch: perl
20889            ! lib/File/Find.pm
20890 ____________________________________________________________________________
20891 [  7081] By: jhi                                   on 2000/09/14  17:45:35
20892         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
20893              From: Robin Barker <rmb1@cise.npl.co.uk>
20894              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
20895              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
20896      Branch: perl
20897            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
20898            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
20899            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
20900            ! regcomp.c toke.c universal.c
20901 ____________________________________________________________________________
20902 [  7080] By: jhi                                   on 2000/09/14  17:40:35
20903         Log: Problems picked up by AIX cc.
20904              
20905              Subject: Re: perl@7078 (patch included)
20906              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20907              Date: Thu, 14 Sep 2000 18:53:30 +0200
20908              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
20909      Branch: perl
20910            ! ext/Encode/Encode.xs
20911 ____________________________________________________________________________
20912 [  7079] By: jhi                                   on 2000/09/14  17:38:27
20913         Log: Subject: File::Find 5.7.0 POD nits
20914              From: Rich Morin <rdm@cfcl.com>
20915              Date: Wed, 13 Sep 2000 22:03:58 -0700
20916              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
20917      Branch: perl
20918            ! lib/File/Find.pm
20919 ____________________________________________________________________________
20920 [  7078] By: jhi                                   on 2000/09/14  14:58:20
20921         Log: Update Changes.
20922      Branch: perl
20923            ! Changes patchlevel.h
20924 ____________________________________________________________________________
20925 [  7077] By: jhi                                   on 2000/09/14  14:55:54
20926         Log: Compilation warnings and an error.
20927      Branch: perl
20928            ! sv.c
20929 ____________________________________________________________________________
20930 [  7076] By: jhi                                   on 2000/09/14  14:42:56
20931         Log: Fix for a parsing bug, not for the original bug.
20932              
20933              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
20934              From: Spider Boardman <spider@web.zk3.dec.com>
20935              Date: Wed, 13 Sep 2000 17:52:20 -0400
20936              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
20937      Branch: perl
20938            ! regcomp.c
20939 ____________________________________________________________________________
20940 [  7075] By: jhi                                   on 2000/09/14  14:40:40
20941         Log: Batch of UTF-8 patches from Simon Cozens.
20942      Branch: perl
20943            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
20944            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
20945            ! toke.c utf8.c
20946 ____________________________________________________________________________
20947 [  7074] By: jhi                                   on 2000/09/14  14:29:58
20948         Log: Subject: Re: Two advertising clauses need to be removed
20949              From: Russ Allbery <rra@stanford.edu>
20950              Date: 13 Sep 2000 18:50:26 -0700
20951              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
20952      Branch: perl
20953            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
20954 ____________________________________________________________________________
20955 [  7073] By: jhi                                   on 2000/09/14  14:28:20
20956         Log: Subject: [PATCH] de-wall t/README
20957              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20958              Date: Wed, 13 Sep 2000 17:46:55 -0700
20959              Message-ID: <//Bw5gzkge/e092yn@efn.org>
20960      Branch: perl
20961            ! t/README
20962 ____________________________________________________________________________
20963 [  7072] By: jhi                                   on 2000/09/14  14:25:10
20964         Log: Hints optimization.
20965              
20966              Subject: Minor nit
20967              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20968              Date: Wed, 13 Sep 2000 21:42:07 +0200
20969              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
20970      Branch: perl
20971            ! hints/hpux.sh
20972 ____________________________________________________________________________
20973 [  7071] By: jhi                                   on 2000/09/14  14:23:30
20974         Log: Allow chop() and chomp() to be overridden.
20975              
20976              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
20977              From: "Casey R. Tweten" <crt@kiski.net>
20978              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
20979              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
20980      Branch: perl
20981            ! toke.c
20982 ____________________________________________________________________________
20983 [  7070] By: jhi                                   on 2000/09/14  14:20:36
20984         Log: The return value of setlocale must be copied away.
20985              
20986              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
20987              From: Alan Burlison <Alan.Burlison@uk.sun.com>
20988              Date: Wed, 13 Sep 2000 16:27:37 +0100 
20989              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
20990      Branch: perl
20991            ! util.c
20992 ____________________________________________________________________________
20993 [  7069] By: jhi                                   on 2000/09/14  14:16:27
20994         Log: Remove vestiges of tr//CU.
20995              
20996              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
20997              From: Nick Clark <nick@plum.flirble.org>
20998              Date: Tue, 12 Sep 2000 22:50:14 +0100
20999              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
21000              
21001              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
21002              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21003              Date: Tue, 12 Sep 2000 21:38:48 -0700
21004              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
21005      Branch: perl
21006            ! op.h pod/perlunicode.pod
21007 ____________________________________________________________________________
21008 [  7068] By: jhi                                   on 2000/09/13  14:18:39
21009         Log: Add the Encode extension.  The code is still largely just skeleton.
21010      Branch: perl
21011            + ext/Encode/Encode.pm ext/Encode/Encode.xs
21012            + ext/Encode/Makefile.PL ext/Encode/Todo
21013            ! MANIFEST Todo-5.6
21014 ____________________________________________________________________________
21015 [  7067] By: jhi                                   on 2000/09/12  17:43:33
21016         Log: Allow for whitespace between "#" and "line" in cpp output.
21017              
21018              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
21019              From: Calle Dybedahl <calle@lysator.liu.se>
21020              Date: 12 Sep 2000 19:38:02 +0200 
21021              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
21022      Branch: perl
21023            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
21024 ____________________________________________________________________________
21025 [  7066] By: gsar                                  on 2000/09/12  17:24:29
21026         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
21027              initialization in all the threads on Windows
21028      Branch: perl
21029            ! win32/win32.c
21030 ____________________________________________________________________________
21031 [  7065] By: jhi                                   on 2000/09/12  15:11:31
21032         Log: Update Changes.
21033      Branch: perl
21034            ! Changes patchlevel.h
21035 ____________________________________________________________________________
21036 [  7064] By: jhi                                   on 2000/09/12  14:54:54
21037         Log: Retract #7062, the pod tests are not ready.
21038      Branch: perl
21039            ! t/TEST t/harness
21040 ____________________________________________________________________________
21041 [  7063] By: jhi                                   on 2000/09/12  14:25:41
21042         Log: The #7054 truncated Configure badly.
21043      Branch: metaconfig/U/perl
21044            ! End.U
21045      Branch: perl
21046            ! Configure config_h.SH
21047 ____________________________________________________________________________
21048 [  7062] By: jhi                                   on 2000/09/12  14:08:32
21049         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
21050              From: sthoenna@efn.org
21051              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
21052              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
21053      Branch: perl
21054            ! t/TEST t/harness
21055 ____________________________________________________________________________
21056 [  7061] By: jhi                                   on 2000/09/12  14:07:18
21057         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
21058              From: sthoenna@efn.org
21059              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
21060              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
21061      Branch: perl
21062            ! pod/perlxs.pod
21063 ____________________________________________________________________________
21064 [  7060] By: jhi                                   on 2000/09/12  14:06:08
21065         Log: Break up the myconfig lines a bit.
21066              
21067              Subject: perlbug/perl -V output format
21068              From: sthoenna@efn.org
21069              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
21070              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
21071      Branch: perl
21072            ! myconfig.SH
21073 ____________________________________________________________________________
21074 [  7059] By: jhi                                   on 2000/09/12  14:05:04
21075         Log: Test for the #7049.
21076              
21077              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
21078              From: andreas.koenig@anima.de (Andreas J. Koenig)
21079              Date: 12 Sep 2000 06:42:01 +0200
21080              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
21081      Branch: perl
21082            ! t/op/my.t
21083 ____________________________________________________________________________
21084 [  7058] By: jhi                                   on 2000/09/12  14:03:05
21085         Log: Subject: [patch: perl@7045] vms updates
21086              From: Peter Prymmer <pvhp@forte.com>
21087              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
21088              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
21089      Branch: perl
21090            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
21091 ____________________________________________________________________________
21092 [  7057] By: jhi                                   on 2000/09/12  14:00:51
21093         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
21094              From: sthoenna@efn.org
21095              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
21096              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
21097      Branch: perl
21098            ! t/op/64bitint.t
21099 ____________________________________________________________________________
21100 [  7056] By: jhi                                   on 2000/09/12  13:58:14
21101         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
21102              From: Jeff Pinyan <jeffp@crusoe.net>
21103              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
21104              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
21105      Branch: perl
21106            ! pod/perlfunc.pod
21107 ____________________________________________________________________________
21108 [  7055] By: jhi                                   on 2000/09/12  13:56:32
21109         Log: Do in VMS as the #7054 does.
21110      Branch: perl
21111            ! configure.com
21112 ____________________________________________________________________________
21113 [  7054] By: jhi                                   on 2000/09/12  13:50:31
21114         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
21115              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
21116              Date: Mon, 11 Sep 2000 08:33:09 +0100
21117              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
21118      Branch: metaconfig/U/perl
21119            ! End.U
21120      Branch: perl
21121            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
21122            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
21123 ____________________________________________________________________________
21124 [  7053] By: jhi                                   on 2000/09/12  13:29:19
21125         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
21126              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21127              Date:     Tue, 12 Sep 2000 08:35:59 EDT
21128              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
21129      Branch: perl
21130            ! vms/test.com
21131 ____________________________________________________________________________
21132 [  7052] By: jhi                                   on 2000/09/11  23:01:50
21133         Log: Document the SvUTF8*().
21134      Branch: perl
21135            ! pod/perlapi.pod sv.h
21136 ____________________________________________________________________________
21137 [  7051] By: gsar                                  on 2000/09/11  14:46:30
21138         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
21139              (missed a spot when fixing up op_pmreplroot hack for ithreads)
21140      Branch: perl
21141            ! op.c t/op/split.t
21142 ____________________________________________________________________________
21143 [  7050] By: nick                                  on 2000/09/11  10:03:51
21144         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
21145              
21146              Subject: borland C++ win32.c tweak
21147              From: Vadim Konovalov <vkonovalov@lucent.com>
21148              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
21149              Date: Mon, 11 Sep 2000 11:22:33 +0400
21150      Branch: perl
21151            ! win32/win32.c
21152 ____________________________________________________________________________
21153 [  7049] By: nick                                  on 2000/09/11  09:57:33
21154         Log: Point fix for s/// on foreach (keys %xxx).
21155      Branch: perl
21156            ! pp_hot.c
21157 ____________________________________________________________________________
21158 [  7048] By: jhi                                   on 2000/09/10  23:37:09
21159         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
21160              by Pod::Text, from Brad Appleton.
21161      Branch: perl
21162            ! t/pod/testp2pt.pl
21163 ____________________________________________________________________________
21164 [  7047] By: jhi                                   on 2000/09/10  14:32:53
21165         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
21166              by Russ Allbery.
21167      Branch: perl
21168            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
21169 ____________________________________________________________________________
21170 [  7046] By: jhi                                   on 2000/09/10  14:15:08
21171         Log: Upgrade to CPAN 1.57_65, from Andreas König.
21172      Branch: perl
21173            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
21174 ____________________________________________________________________________
21175 [  7045] By: jhi                                   on 2000/09/08  21:36:32
21176         Log: Update Changes.
21177      Branch: perl
21178            ! Changes patchlevel.h
21179 ____________________________________________________________________________
21180 [  7044] By: jhi                                   on 2000/09/08  21:29:56
21181         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
21182              From: Peter Prymmer <pvhp@forte.com>
21183              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
21184              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
21185      Branch: perl
21186            ! configure.com
21187 ____________________________________________________________________________
21188 [  7043] By: jhi                                   on 2000/09/08  21:27:50
21189         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
21190              From: Peter Prymmer <pvhp@forte.com>
21191              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
21192              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
21193      Branch: perl
21194            ! Makefile.SH installperl
21195 ____________________________________________________________________________
21196 [  7042] By: jhi                                   on 2000/09/08  21:23:21
21197         Log: Continue #7041.
21198      Branch: perl
21199            ! cygwin/Makefile.SHs os2/Makefile.SHs
21200 ____________________________________________________________________________
21201 [  7041] By: jhi                                   on 2000/09/08  21:18:10
21202         Log: Do away with memory models cruft.  Sorry, PDP users.
21203      Branch: metaconfig
21204            ! U/modified/cc.U U/modified/libpth.U
21205      Branch: perl
21206            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
21207            ! Porting/config_H cflags.SH config_h.SH configure.com
21208            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
21209            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
21210            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
21211 ____________________________________________________________________________
21212 [  7040] By: jhi                                   on 2000/09/08  14:34:18
21213         Log: Major rewrite of s2p.  And I mean really major, it is
21214              an implementation of sed in perl.  If called as s2p it
21215              will function as s2p.  Note: needs non-UNIXifying.
21216              
21217              Subject: s2p
21218              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
21219              Date: Mon, 28 Aug 2000 14:05:12 +0200
21220              Message-ID: <39AA5578.2102E2AA@alcatel.at>
21221      Branch: perl
21222            ! x2p/s2p.PL
21223 ____________________________________________________________________________
21224 [  7039] By: jhi                                   on 2000/09/08  14:19:49
21225         Log: Re-allow vec() for characters > 255.
21226              
21227              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
21228              From: Spider Boardman <spider@web.zk3.dec.com>
21229              Date: Fri, 08 Sep 2000 02:21:02 -0400
21230              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
21231      Branch: perl
21232            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
21233            ! t/op/vec.t
21234 ____________________________________________________________________________
21235 [  7038] By: jhi                                   on 2000/09/08  14:14:18
21236         Log: Subject: [PATCH lib/Benchmark.pm]
21237              From: <abigail@foad.org>
21238              Date: Thu, 7 Sep 2000 15:03:20 -0400
21239              Message-ID: <20000907190320.888.qmail@foad.org>
21240      Branch: perl
21241            ! lib/Benchmark.pm
21242 ____________________________________________________________________________
21243 [  7037] By: jhi                                   on 2000/09/08  14:11:06
21244         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
21245              
21246              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
21247              From: Spider Boardman <spider@web.zk3.dec.com>
21248              Date: Fri, 08 Sep 2000 01:30:27 -0400
21249              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
21250      Branch: perl
21251            ! op.c
21252 ____________________________________________________________________________
21253 [  7036] By: jhi                                   on 2000/09/08  14:08:58
21254         Log: Subject: [ID 20000908.002] perlipc documentation bug.
21255              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
21256              Date: Fri, 08 Sep 2000 12:38:32 +0200
21257              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
21258      Branch: perl
21259            ! pod/perlipc.pod
21260 ____________________________________________________________________________
21261 [  7035] By: jhi                                   on 2000/09/08  14:03:12
21262         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
21263              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21264              Date: Fri, 08 Sep 2000 11:47:34 +0200
21265              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
21266      Branch: perl
21267            ! hints/dec_osf.sh
21268 ____________________________________________________________________________
21269 [  7034] By: jhi                                   on 2000/09/08  13:59:35
21270         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
21271              From: Simon Cozens <simon@cozens.net>
21272              Date: Thu, 7 Sep 2000 20:40:38 +0100
21273              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
21274      Branch: perl
21275            ! pp_hot.c
21276 ____________________________________________________________________________
21277 [  7033] By: jhi                                   on 2000/09/08  04:03:03
21278         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
21279              From: "Larry W. Virden" <lvirden@cas.org>
21280              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
21281              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
21282      Branch: perl
21283            ! pod/perldiag.pod
21284 ____________________________________________________________________________
21285 [  7032] By: jhi                                   on 2000/09/07  22:18:30
21286         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
21287              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
21288              Date: Mon, 04 Sep 2000 13:16:38 -0700
21289              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
21290      Branch: perl
21291            ! lib/perl5db.pl
21292 ____________________________________________________________________________
21293 [  7031] By: jhi                                   on 2000/09/07  22:02:29
21294         Log: Fix the ccversion detection for 5.1 and beyond.
21295              
21296              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
21297              From: Spider Boardman <spider@leggy.zk3.dec.com>
21298              Date: Thu, 7 Sep 2000 17:54:27 -0400
21299              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
21300      Branch: perl
21301            ! hints/dec_osf.sh
21302 ____________________________________________________________________________
21303 [  7030] By: jhi                                   on 2000/09/07  19:12:28
21304         Log: Fix for
21305              
21306              Subject: [ID 20000903.001] \w in utf8-strings
21307              From: Marc Lehmann <pcg@goof.com>
21308              Date: Sun, 03 Sep 2000 09:44:29 +0200
21309              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
21310              
21311              and various related nits.
21312      Branch: perl
21313            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
21314 ____________________________________________________________________________
21315 [  7029] By: jhi                                   on 2000/09/07  18:49:09
21316         Log: Fix the URL, but the server is still missing in action.
21317              
21318              Subject: [ID 20000905.002] perlfaq1.pod URL error
21319              From: "Larry W. Virden" <lvirden@cas.org>
21320              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
21321              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
21322      Branch: perl
21323            ! pod/perlfaq1.pod
21324 ____________________________________________________________________________
21325 [  7028] By: jhi                                   on 2000/09/07  18:47:13
21326         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
21327              From: Hugo <hv@crypt.compulink.co.uk>
21328              Date: Tue, 05 Sep 2000 14:13:37 +0100
21329              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
21330      Branch: perl
21331            ! toke.c
21332 ____________________________________________________________________________
21333 [  7027] By: jhi                                   on 2000/09/07  18:45:35
21334         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
21335              From: Daniel Chetlin <daniel@chetlin.com>
21336              Date: Tue, 5 Sep 2000 04:57:07 -0700
21337              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
21338      Branch: perl
21339            ! pod/perlfaq6.pod pod/perlop.pod
21340 ____________________________________________________________________________
21341 [  7026] By: jhi                                   on 2000/09/07  18:44:01
21342         Log: Document the new ref() semantics.
21343              
21344              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
21345              From: Gisle Aas <gisle@ActiveState.com>
21346              Date: 05 Sep 2000 08:10:30 +0200
21347              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
21348      Branch: perl
21349            ! pod/perldelta.pod
21350 ____________________________________________________________________________
21351 [  7025] By: jhi                                   on 2000/09/07  18:42:27
21352         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
21353              
21354              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
21355              From: Gisle Aas <gisle@ActiveState.com>
21356              Date: 05 Sep 2000 08:11:40 +0200
21357              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
21358      Branch: perl
21359            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
21360 ____________________________________________________________________________
21361 [  7024] By: jhi                                   on 2000/09/07  18:39:32
21362         Log: Subject: [PATCH] Modernize Opcode.pm documentation
21363              From: Gisle Aas <gisle@ActiveState.com>
21364              Date: 4 Sep 2000 00:18:55 -0000
21365              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
21366      Branch: perl
21367            ! ext/Opcode/Opcode.pm
21368 ____________________________________________________________________________
21369 [  7023] By: jhi                                   on 2000/09/07  18:37:42
21370         Log: Subject: [PATCH] Tied filehandle documentation
21371              From: Gisle Aas <gisle@ActiveState.com>
21372              Date: 4 Sep 2000 00:14:40 -0000
21373              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
21374      Branch: perl
21375            ! pod/perlfunc.pod pod/perltie.pod
21376 ____________________________________________________________________________
21377 [  7022] By: jhi                                   on 2000/09/07  18:35:37
21378         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
21379              From: Gisle Aas <gisle@ActiveState.com>
21380              Date: 4 Sep 2000 00:04:22 -0000
21381              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
21382      Branch: perl
21383            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
21384 ____________________________________________________________________________
21385 [  7021] By: jhi                                   on 2000/09/07  18:33:22
21386         Log: Subject: small apidoc fix
21387              From: Marc Lehmann <pcg@goof.com>
21388              Date: Sun, 3 Sep 2000 05:12:06 +0200
21389              Message-ID: <20000903051206.A5909@cerebro.laendle>
21390      Branch: perl
21391            ! pod/perlapi.pod utf8.c
21392 ____________________________________________________________________________
21393 [  7020] By: jhi                                   on 2000/09/07  16:14:57
21394         Log: Tiny perldelta nits.
21395      Branch: perl
21396            ! pod/perldelta.pod
21397 ____________________________________________________________________________
21398 [  7019] By: jhi                                   on 2000/09/07  16:04:20
21399         Log: Guard against bad string->int conversion for quads.
21400      Branch: perl
21401            ! t/op/64bitint.t
21402 ____________________________________________________________________________
21403 [  7018] By: jhi                                   on 2000/09/06  17:07:03
21404         Log: Update Unicode todo list.
21405      Branch: perl
21406            ! Todo-5.6
21407 ____________________________________________________________________________
21408 [  7017] By: jhi                                   on 2000/09/05  21:16:01
21409         Log: Document the SvIOK_.*UV().
21410      Branch: perl
21411            ! pod/perlapi.pod sv.h
21412 ____________________________________________________________________________
21413 [  7016] By: nick                                  on 2000/09/03  21:54:46
21414         Log: Hash lookup of constant strings optimization:
21415              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
21416              to string table (as per sharepvn). Add newSV_pvn_share to create such
21417              a thing. Make hv.c compare addresses of strings and skip string compare
21418              if equal. Make method_named and helem ops use these shared-string SVs
21419              when arg is constant. Make keys op return shared-string SVs (less clearly
21420              a win).
21421      Branch: perl
21422            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
21423            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
21424            ! pod/perlintern.pod pp_hot.c proto.h sv.c
21425 ____________________________________________________________________________
21426 [  7015] By: jhi                                   on 2000/09/02  17:48:59
21427         Log: This is 5.7.0.
21428      Branch: perl
21429            ! Changes
21430 ____________________________________________________________________________
21431 [  7014] By: jhi                                   on 2000/09/02  17:35:45
21432         Log: Changes and patchlevel tweaks.
21433      Branch: perl
21434            ! Changes patchlevel.h
21435 ____________________________________________________________________________
21436 [  7013] By: jhi                                   on 2000/09/02  17:30:50
21437         Log: Update Changes.
21438      Branch: perl
21439            ! Changes patchlevel.h
21440 ____________________________________________________________________________
21441 [  7012] By: nick                                  on 2000/09/02  17:25:20
21442         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
21443      Branch: perl
21444            ! gv.c lib/overload.pm
21445 ____________________________________________________________________________
21446 [  7011] By: jhi                                   on 2000/09/02  17:16:25
21447         Log: Update perlhist.
21448      Branch: perl
21449            ! pod/perlhist.pod
21450 ____________________________________________________________________________
21451 [  7010] By: jhi                                   on 2000/09/02  17:01:35
21452         Log: perldelta nits.
21453      Branch: perl
21454            ! pod/perldelta.pod
21455 ____________________________________________________________________________
21456 [  7009] By: nick                                  on 2000/09/02  16:48:35
21457         Log: If overloaded %{} etc. return the object do not loop.
21458              Thus  sub deref { $_[0] } functions if object is wanted type.
21459      Branch: perl
21460            ! pp.h
21461 ____________________________________________________________________________
21462 [  7008] By: jhi                                   on 2000/09/02  16:26:11
21463         Log: Retab MANIFEST.
21464      Branch: perl
21465            ! ext/Storable/MANIFEST
21466 ____________________________________________________________________________
21467 [  7007] By: jhi                                   on 2000/09/02  16:23:02
21468         Log: Make certain cc is set before trying to run it.
21469      Branch: perl
21470            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
21471 ____________________________________________________________________________
21472 [  7006] By: jhi                                   on 2000/09/02  15:45:41
21473         Log: Unicode notes.
21474      Branch: perl
21475            ! pod/perldelta.pod
21476 ____________________________________________________________________________
21477 [  7005] By: jhi                                   on 2000/09/02  15:42:11
21478         Log: Various Configure nits by Philip Newton,
21479              plus the ebcdic one by me.
21480      Branch: metaconfig
21481            + U/modified/pager.U
21482            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
21483      Branch: metaconfig/U/perl
21484            ! Devel.U quadfio.U
21485      Branch: perl
21486            ! Configure config_h.SH
21487 ____________________________________________________________________________
21488 [  7004] By: jhi                                   on 2000/09/02  15:06:14
21489         Log: Apparently avoiding the swapping is too costly.
21490              
21491              From: "Ben Tilly" <ben_tilly@hotmail.com>
21492              Subject: Re: the door is closed.
21493              Date: Fri, 01 Sep 2000 20:23:16 EDT
21494              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
21495      Branch: perl
21496            ! pod/perlfaq4.pod
21497 ____________________________________________________________________________
21498 [  7003] By: nick                                  on 2000/09/02  12:26:04
21499         Log: Undo part of change 6489 which looks like a bulk edit which
21500              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
21501              The supressing of main:: on return from select() is undesirable.
21502      Branch: perl
21503            ! pp_sys.c
21504 ____________________________________________________________________________
21505 [  7002] By: jhi                                   on 2000/09/01  23:08:54
21506         Log: Update Changes.
21507      Branch: perl
21508            ! Changes patchlevel.h
21509 ____________________________________________________________________________
21510 [  7001] By: jhi                                   on 2000/09/01  23:00:13
21511         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
21512              From: Peter Prymmer <pvhp@forte.com>
21513              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
21514              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
21515              
21516              plus rework the http: spots as suggested by Tom Christiansen,
21517              plus regen perltoc.
21518      Branch: perl
21519            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
21520            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
21521 ____________________________________________________________________________
21522 [  7000] By: jhi                                   on 2000/09/01  22:36:01
21523         Log: Only the first line, thank you very much.
21524      Branch: perl
21525            ! hints/solaris_2.sh
21526 ____________________________________________________________________________
21527 [  6999] By: gsar                                  on 2000/09/01  22:16:40
21528         Log: change#6791 accidentally clobbered change#6710, put it back
21529      Branch: perl
21530            ! win32/win32.c
21531 ____________________________________________________________________________
21532 [  6998] By: jhi                                   on 2000/09/01  22:14:16
21533         Log: Mention the HP-UX LP64 freak failure.
21534      Branch: perl
21535            ! pod/perldelta.pod
21536 ____________________________________________________________________________
21537 [  6997] By: jhi                                   on 2000/09/01  21:48:32
21538         Log: Detypo.
21539      Branch: perl
21540            ! hints/hpux.sh
21541 ____________________________________________________________________________
21542 [  6996] By: jhi                                   on 2000/09/01  21:27:10
21543         Log: Update Changes.
21544      Branch: perl
21545            ! Changes patchlevel.h
21546 ____________________________________________________________________________
21547 [  6995] By: jhi                                   on 2000/09/01  21:14:24
21548         Log: Mi splgn s gnin.g
21549      Branch: perl
21550            ! pp_ctl.c
21551 ____________________________________________________________________________
21552 [  6994] By: jhi                                   on 2000/09/01  21:09:54
21553         Log: Subject: http:// in L<>
21554              From: Nicholas Clark <nick@ccl4.org>
21555              Date: Fri, 1 Sep 2000 22:03:21 +0100
21556              Message-ID: <20000901220321.B72074@plum.flirble.org>
21557      Branch: perl
21558            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
21559 ____________________________________________________________________________
21560 [  6993] By: jhi                                   on 2000/09/01  21:06:54
21561         Log: Update to Storable 1.0, from Raphael Manfredi.
21562      Branch: perl
21563            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
21564            ! ext/Storable/Makefile.PL ext/Storable/README
21565            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
21566            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
21567            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
21568            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
21569            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
21570            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
21571 ____________________________________________________________________________
21572 [  6992] By: jhi                                   on 2000/09/01  20:43:05
21573         Log: Mention known sfio+linux buglet.
21574      Branch: perl
21575            ! pod/perldelta.pod
21576 ____________________________________________________________________________
21577 [  6991] By: jhi                                   on 2000/09/01  20:40:11
21578         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
21579              From: Peter Prymmer <pvhp@forte.com>
21580              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
21581              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
21582      Branch: perl
21583            ! vms/vms.c
21584 ____________________________________________________________________________
21585 [  6990] By: jhi                                   on 2000/09/01  20:25:26
21586         Log: Retract #6986.
21587      Branch: perl
21588            ! hints/solaris_2.sh
21589 ____________________________________________________________________________
21590 [  6989] By: jhi                                   on 2000/09/01  20:23:00
21591         Log: Mergesort is back.
21592      Branch: perl
21593            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
21594 ____________________________________________________________________________
21595 [  6988] By: jhi                                   on 2000/09/01  19:37:40
21596         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
21597              From: Mike Guy <mjtg@cam.ac.uk>
21598              Date: Fri, 01 Sep 2000 17:43:33 +0100
21599              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
21600      Branch: perl
21601            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
21602            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
21603 ____________________________________________________________________________
21604 [  6987] By: jhi                                   on 2000/09/01  19:17:10
21605         Log: Regen perltoc.
21606      Branch: perl
21607            ! pod/perltoc.pod
21608 ____________________________________________________________________________
21609 [  6986] By: jhi                                   on 2000/09/01  18:51:10
21610         Log: Subject: Re: Solaris x86 has no SPARC libraries!
21611              From: Lupe Christoph <lupe@lupe-christoph.de>
21612              Date: Fri, 1 Sep 2000 20:41:20 +0200
21613              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
21614      Branch: perl
21615            ! hints/solaris_2.sh
21616 ____________________________________________________________________________
21617 [  6985] By: jhi                                   on 2000/09/01  18:28:10
21618         Log: Update Changes.
21619      Branch: perl
21620            ! Changes patchlevel.h
21621 ____________________________________________________________________________
21622 [  6984] By: jhi                                   on 2000/09/01  18:26:53
21623         Log: Feature ordering tweak.
21624      Branch: perl
21625            ! myconfig.SH
21626 ____________________________________________________________________________
21627 [  6983] By: jhi                                   on 2000/09/01  18:19:50
21628         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
21629              From: <abigail@foad.org>
21630              Date: Fri, 1 Sep 2000 13:07:32 -0400
21631              Message-ID: <20000901170732.18249.qmail@foad.org>
21632      Branch: perl
21633            ! t/pragma/overload.t
21634 ____________________________________________________________________________
21635 [  6982] By: jhi                                   on 2000/09/01  18:17:54
21636         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
21637              so that case-ignoring systems like DCL can tell them from
21638              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
21639      Branch: metaconfig/U/perl
21640            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
21641      Branch: perl
21642            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21643            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
21644            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
21645            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
21646            ! vos/config.def vos/config.h vos/config_h.SH_orig
21647            ! win32/config.bc win32/config.gc win32/config.vc
21648 ____________________________________________________________________________
21649 [  6981] By: nick                                  on 2000/09/01  17:21:57
21650         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
21651              warning when UNTIE exists and instead pass the cound of extra references to
21652              the UNTIE method.
21653      Branch: perl
21654            ! pod/perltie.pod pp_sys.c
21655 ____________________________________________________________________________
21656 [  6980] By: jhi                                   on 2000/09/01  16:54:44
21657         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
21658              From: Peter Prymmer <pvhp@forte.com>
21659              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
21660              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
21661      Branch: perl
21662            ! configure.com
21663 ____________________________________________________________________________
21664 [  6979] By: jhi                                   on 2000/09/01  16:06:20
21665         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
21666              From: Mike Guy <mjtg@cam.ac.uk> 
21667              Date: Fri, 01 Sep 2000 16:49:27 +0100
21668              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
21669      Branch: perl
21670            ! t/base/rs.t
21671 ____________________________________________________________________________
21672 [  6978] By: jhi                                   on 2000/09/01  16:00:42
21673         Log: Update to PodParser 1.18, from Brad Appleton.
21674      Branch: perl
21675            ! lib/Pod/Checker.pm t/pod/find.t
21676 ____________________________________________________________________________
21677 [  6977] By: jhi                                   on 2000/09/01  14:48:58
21678         Log: Subject: Nit in Configure (bleadperl@6961)
21679              From: Lupe Christoph <lupe@lupe-christoph.de>
21680              Date: Fri, 1 Sep 2000 16:34:29 +0200
21681              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
21682      Branch: metaconfig
21683            ! U/compline/ccflags.U
21684      Branch: perl
21685            ! Configure config_h.SH
21686 ____________________________________________________________________________
21687 [  6976] By: jhi                                   on 2000/09/01  14:39:52
21688         Log: Update Changes.
21689      Branch: perl
21690            ! Changes patchlevel.h
21691 ____________________________________________________________________________
21692 [  6975] By: jhi                                   on 2000/09/01  14:37:36
21693         Log: microperl config update.
21694      Branch: perl
21695            ! uconfig.h uconfig.sh
21696 ____________________________________________________________________________
21697 [  6974] By: jhi                                   on 2000/09/01  14:36:53
21698         Log: Document known deficiencies.
21699      Branch: perl
21700            ! pod/perldelta.pod
21701 ____________________________________________________________________________
21702 [  6973] By: jhi                                   on 2000/09/01  14:10:20
21703         Log: Mention warnings fixes and updates.
21704      Branch: perl
21705            ! pod/perldelta.pod
21706 ____________________________________________________________________________
21707 [  6972] By: jhi                                   on 2000/09/01  14:01:52
21708         Log: Drop unused argument.
21709              
21710              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
21711              From: Spider Boardman <spider@web.zk3.dec.com>
21712              Date: Thu, 31 Aug 2000 16:10:15 -0400
21713              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
21714      Branch: perl
21715            ! toke.c
21716 ____________________________________________________________________________
21717 [  6971] By: jhi                                   on 2000/09/01  13:59:24
21718         Log: Add the overload warnings to perldiag.
21719      Branch: perl
21720            ! lib/overload.pm pod/perldiag.pod
21721 ____________________________________________________________________________
21722 [  6970] By: jhi                                   on 2000/09/01  13:55:10
21723         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
21724              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
21725              Date: Fri, 1 Sep 2000 13:43:15 +0100 
21726              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
21727      Branch: perl
21728            ! lib/overload.pm t/pragma/overload.t
21729 ____________________________________________________________________________
21730 [  6969] By: jhi                                   on 2000/09/01  13:52:27
21731         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
21732              From: <abigail@foad.org>
21733              Date: Fri, 1 Sep 2000 05:46:54 -0400
21734              Message-ID: <20000901094654.6476.qmail@foad.org>
21735      Branch: perl
21736            ! lib/overload.pm
21737 ____________________________________________________________________________
21738 [  6968] By: jhi                                   on 2000/09/01  13:50:05
21739         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
21740              From: Daniel Chetlin <daniel@chetlin.com>
21741              Date: Fri, 1 Sep 2000 02:10:55 -0700
21742              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
21743      Branch: perl
21744            ! pod/perlretut.pod
21745 ____________________________________________________________________________
21746 [  6967] By: jhi                                   on 2000/09/01  13:47:54
21747         Log: Part of the solution.
21748              
21749              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
21750              From: Mike Guy <mjtg@cam.ac.uk>
21751              Date: Fri, 01 Sep 2000 14:16:01 +0100
21752              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
21753      Branch: perl
21754            ! gv.c mg.c
21755 ____________________________________________________________________________
21756 [  6966] By: jhi                                   on 2000/09/01  13:46:17
21757         Log: Subject: CPAN.pm beta 1.57_57 for the core
21758              From: andreas.koenig@anima.de (Andreas J. Koenig)
21759              Date: 01 Sep 2000 15:16:31 +0200
21760              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
21761      Branch: perl
21762            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
21763 ____________________________________________________________________________
21764 [  6965] By: jhi                                   on 2000/09/01  13:43:18
21765         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
21766              From: "Craig A. Berry" <craig.berry@psinetcs.com>
21767              Date: Fri, 01 Sep 2000 01:47:22 -0500
21768              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
21769      Branch: perl
21770            ! pod/perldelta.pod vms/vms.c
21771 ____________________________________________________________________________
21772 [  6964] By: jhi                                   on 2000/09/01  13:35:35
21773         Log: File::Temp patches from Andreas König,
21774              
21775              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
21776              From: andreas.koenig@anima.de (Andreas J. Koenig)
21777              Date: 01 Sep 2000 10:07:20 +0200
21778              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
21779              
21780              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
21781              From: andreas.koenig@anima.de (Andreas J. Koenig)
21782              Date: 31 Aug 2000 23:26:08 +0200
21783              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
21784      Branch: perl
21785            ! lib/File/Temp.pm t/lib/ftmp-security.t
21786 ____________________________________________________________________________
21787 [  6963] By: jhi                                   on 2000/09/01  02:22:24
21788         Log: Retract the mergesort code, way too incompatible licensing
21789              and copyrights.
21790      Branch: perl
21791            ! pod/perldelta.pod pp_ctl.c
21792 ____________________________________________________________________________
21793 [  6962] By: jhi                                   on 2000/08/31  23:27:32
21794         Log: Update Changes.
21795      Branch: perl
21796            ! Changes patchlevel.h
21797 ____________________________________________________________________________
21798 [  6961] By: jhi                                   on 2000/08/31  23:20:04
21799         Log: Small tweaks all over.
21800      Branch: metaconfig
21801            ! U/compline/d_gconvert.U
21802      Branch: perl
21803            ! AUTHORS Configure config_h.SH pp_ctl.c
21804 ____________________________________________________________________________
21805 [  6960] By: jhi                                   on 2000/08/31  22:39:36
21806         Log: Further rewording.
21807      Branch: perl
21808            ! pp_ctl.c
21809 ____________________________________________________________________________
21810 [  6959] By: jhi                                   on 2000/08/31  21:26:44
21811         Log: More address tweaking.
21812      Branch: perl
21813            ! AUTHORS Changes
21814 ____________________________________________________________________________
21815 [  6958] By: jhi                                   on 2000/08/31  20:47:25
21816         Log: AUTHORS tweaks, from Peter Prymmer.
21817              
21818              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
21819              From: Peter Prymmer <pvhp@forte.com>
21820              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
21821              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
21822      Branch: perl
21823            ! AUTHORS MAINTAIN
21824 ____________________________________________________________________________
21825 [  6957] By: jhi                                   on 2000/08/31  20:34:43
21826         Log: perldelta tweaks.
21827      Branch: perl
21828            ! pod/perldelta.pod
21829 ____________________________________________________________________________
21830 [  6956] By: jhi                                   on 2000/08/31  19:11:06
21831         Log: Regen perltoc.
21832      Branch: perl
21833            ! pod/perltoc.pod
21834 ____________________________________________________________________________
21835 [  6955] By: jhi                                   on 2000/08/31  19:06:30
21836         Log: Clarify the mergesort situation.
21837      Branch: perl
21838            ! pp_ctl.c
21839 ____________________________________________________________________________
21840 [  6954] By: jhi                                   on 2000/08/31  18:24:17
21841         Log: Move the Solaris 7 scan to use64bitall, make the
21842              failure to find 64-bot sparc libc to mention the
21843              possibility of being in an intel, from Lupe and Alan.
21844      Branch: perl
21845            ! hints/solaris_2.sh
21846 ____________________________________________________________________________
21847 [  6953] By: jhi                                   on 2000/08/31  18:09:20
21848         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
21849              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
21850      Branch: metaconfig
21851            ! U/compline/d_gconvert.U U/threads/archname.U
21852      Branch: metaconfig/U/perl
21853            ! perlxv.U
21854      Branch: perl
21855            ! Configure config_h.SH sv.c
21856 ____________________________________________________________________________
21857 [  6952] By: jhi                                   on 2000/08/31  17:42:24
21858         Log: :: not allowed in pathnames, change to .
21859              
21860              Subject: [PATCH perl@6938] cygwin port
21861              From: "Fifer, Eric" <EFifer@sanwaint.com>
21862              Date: Thu, 31 Aug 2000 16:32:59 +0100
21863              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
21864      Branch: metaconfig/U/perl
21865            ! perlxv.U
21866 ____________________________________________________________________________
21867 [  6951] By: jhi                                   on 2000/08/31  17:02:05
21868         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
21869      Branch: perl
21870            ! perl.h
21871 ____________________________________________________________________________
21872 [  6950] By: jhi                                   on 2000/08/31  16:26:08
21873         Log: More author updates.
21874              
21875              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
21876              From: Simon Cozens <simon@cozens.net>
21877              Date: Thu, 31 Aug 2000 17:13:32 +0100
21878              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
21879      Branch: perl
21880            ! AUTHORS
21881 ____________________________________________________________________________
21882 [  6949] By: jhi                                   on 2000/08/31  16:04:49
21883         Log: POSIX doesn't report long double values under -Duselongdouble
21884              when the long doubles are "real" (bigger than doubles).
21885              
21886              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
21887              From: Spider Boardman <spider@peano.zk3.dec.com>
21888              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
21889              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
21890      Branch: perl
21891            ! ext/POSIX/POSIX.xs
21892 ____________________________________________________________________________
21893 [  6948] By: jhi                                   on 2000/08/31  15:25:10
21894         Log: Update Changes.
21895      Branch: perl
21896            ! Changes patchlevel.h
21897 ____________________________________________________________________________
21898 [  6947] By: jhi                                   on 2000/08/31  15:22:29
21899         Log: Document UNTIE in a very minimalistic way.
21900      Branch: perl
21901            ! pod/perlfunc.pod pod/perltie.pod
21902 ____________________________________________________________________________
21903 [  6946] By: jhi                                   on 2000/08/31  15:15:23
21904         Log: Document known failures.
21905      Branch: perl
21906            ! pod/perldelta.pod
21907 ____________________________________________________________________________
21908 [  6945] By: jhi                                   on 2000/08/31  15:07:00
21909         Log: Don't attach -ld to the archname if pointless.
21910      Branch: metaconfig
21911            ! U/threads/archname.U
21912      Branch: perl
21913            ! Configure config_h.SH
21914 ____________________________________________________________________________
21915 [  6944] By: jhi                                   on 2000/08/31  14:37:42
21916         Log: Wrap the test in eval.
21917              
21918              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
21919              From: Tim Jenness <timj@jach.hawaii.edu>
21920              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
21921              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
21922      Branch: perl
21923            ! t/lib/ftmp-security.t
21924 ____________________________________________________________________________
21925 [  6943] By: jhi                                   on 2000/08/31  14:30:57
21926         Log: Make -Dusemorebits find long doubles in Solaris.
21927      Branch: perl
21928            ! hints/solaris_2.sh
21929 ____________________________________________________________________________
21930 [  6942] By: jhi                                   on 2000/08/31  13:48:45
21931         Log: Clarify the third case of ftmp-security warnings.
21932      Branch: perl
21933            ! INSTALL
21934 ____________________________________________________________________________
21935 [  6941] By: jhi                                   on 2000/08/31  13:40:31
21936         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
21937              From: <abigail@foad.org>
21938              Date: Thu, 31 Aug 2000 01:35:05 -0400
21939              Message-ID: <20000831053505.32120.qmail@foad.org>
21940      Branch: perl
21941            ! pod/perldelta.pod
21942 ____________________________________________________________________________
21943 [  6940] By: jhi                                   on 2000/08/31  13:38:48
21944         Log: Issue useful diagnostic on unknown pod commands.
21945              
21946              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
21947              From: <abigail@foad.org>
21948              Date: Thu, 31 Aug 2000 03:41:18 -0400
21949              Message-ID: <20000831074118.24880.qmail@foad.org>
21950      Branch: perl
21951            ! lib/Pod/Man.pm
21952 ____________________________________________________________________________
21953 [  6939] By: jhi                                   on 2000/08/31  13:34:33
21954         Log: Reveal Borland's isnan.
21955              
21956              Subject: build with BC++ tweak
21957              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
21958              Date: Thu, 31 Aug 2000 13:09:37 +0400
21959              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
21960      Branch: perl
21961            ! win32/win32.h
21962 ____________________________________________________________________________
21963 [  6938] By: jhi                                   on 2000/08/31  05:01:20
21964         Log: Update Changes.
21965      Branch: perl
21966            ! Changes patchlevel.h
21967 ____________________________________________________________________________
21968 [  6937] By: jhi                                   on 2000/08/31  04:26:23
21969         Log: sscanf() may be the only way to read long doubles from strings.
21970      Branch: metaconfig/U/perl
21971            ! longdblfio.U
21972      Branch: perl
21973            ! Configure config_h.SH perl.h util.c
21974 ____________________________________________________________________________
21975 [  6936] By: jhi                                   on 2000/08/31  04:18:19
21976         Log: The #6929 was too skimpy.
21977      Branch: perl
21978            ! sv.c
21979 ____________________________________________________________________________
21980 [  6935] By: jhi                                   on 2000/08/31  02:47:07
21981         Log: Subject: Re: typos in pods
21982              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21983              Date: Wed, 30 Aug 2000 19:25:34 -0700
21984              Message-ID: <eIcr5gzkg25X092yn@efn.org>
21985      Branch: perl
21986            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
21987 ____________________________________________________________________________
21988 [  6934] By: jhi                                   on 2000/08/31  02:42:55
21989         Log: Missed one Unicode file.
21990      Branch: perl
21991            + lib/unicode/UCDFF301.html
21992 ____________________________________________________________________________
21993 [  6933] By: jhi                                   on 2000/08/30  23:42:27
21994         Log: Update Changes.
21995      Branch: perl
21996            ! Changes patchlevel.h
21997 ____________________________________________________________________________
21998 [  6932] By: jhi                                   on 2000/08/30  23:40:07
21999         Log: Mention UNTIE in perldelta.  Still needs documenting
22000              in perltie et alia.
22001      Branch: perl
22002            ! pod/perldelta.pod
22003 ____________________________________________________________________________
22004 [  6931] By: jhi                                   on 2000/08/30  23:36:02
22005         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
22006              From: <abigail@foad.org>
22007              Date: Wed, 30 Aug 2000 19:28:07 -0400
22008              Message-ID: <20000830232807.305.qmail@foad.org>
22009      Branch: perl
22010            ! pod/perldelta.pod
22011 ____________________________________________________________________________
22012 [  6930] By: jhi                                   on 2000/08/30  23:32:40
22013         Log: Update to Unicode 3.0.1.
22014      Branch: perl
22015            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
22016            + lib/unicode/PropList.txt lib/unicode/README.perl
22017            + lib/unicode/UCD301.html lib/unicode/Unicode.301
22018            - lib/unicode/Props.txt lib/unicode/UCD300.html
22019            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
22020            ! (edit 257 files)
22021 ____________________________________________________________________________
22022 [  6929] By: jhi                                   on 2000/08/30  22:38:18
22023         Log: Heap decorruption.
22024              
22025              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
22026              From: Alan Burlison <Alan.Burlison@uk.sun.com>
22027              Date: Wed, 30 Aug 2000 22:39:52 +0100
22028              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
22029      Branch: perl
22030            ! sv.c
22031 ____________________________________________________________________________
22032 [  6928] By: jhi                                   on 2000/08/30  22:29:34
22033         Log: Retract the dummy test, skip the security tests (instead of failing),
22034              explain what the warnings mean.
22035      Branch: perl
22036            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
22037 ____________________________________________________________________________
22038 [  6927] By: jhi                                   on 2000/08/30  22:14:13
22039         Log: Change the internal implementation of sort() to be mergesort
22040              instead of quicksort, from John Linderman <jpl@research.att.com>.
22041              Gives us better worst case, better average case, and stability.
22042              What's there not to like?  (Small fixes for threaded builds
22043              were required).
22044      Branch: perl
22045            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
22046 ____________________________________________________________________________
22047 [  6926] By: jhi                                   on 2000/08/30  20:55:20
22048         Log: A better fix for the Socket building problem from Craig Berry.
22049      Branch: perl
22050            ! vms/vms.c
22051 ____________________________________________________________________________
22052 [  6925] By: jhi                                   on 2000/08/30  20:20:25
22053         Log: Subject: [PATCH] Re: UNTIE method 
22054              From: Nick Ing-Simmons <nik@tiuk.ti.com>
22055              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
22056              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
22057      Branch: perl
22058            ! pp_sys.c t/op/tie.t
22059 ____________________________________________________________________________
22060 [  6924] By: jhi                                   on 2000/08/30  20:17:11
22061         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
22062              From: "Craig A. Berry" <craig.berry@psinetcs.com>
22063              Date: Wed, 30 Aug 2000 15:03:14 -0500
22064              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
22065      Branch: perl
22066            ! vms/vms.c
22067 ____________________________________________________________________________
22068 [  6923] By: jhi                                   on 2000/08/30  20:15:18
22069         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
22070              From: "Craig A. Berry" <craig.berry@psinetcs.com>
22071              Date: Wed, 30 Aug 2000 13:30:36 -0500
22072              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
22073      Branch: perl
22074            ! vms/vms.c
22075 ____________________________________________________________________________
22076 [  6922] By: jhi                                   on 2000/08/30  19:54:43
22077         Log: Better options for rsync.
22078      Branch: perl
22079            ! pod/perlhack.pod
22080 ____________________________________________________________________________
22081 [  6921] By: jhi                                   on 2000/08/30  19:40:16
22082         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
22083              From: Rick Delaney <rick@consumercontact.com>
22084              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
22085              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
22086      Branch: perl
22087            ! pod/perlfunc.pod
22088 ____________________________________________________________________________
22089 [  6920] By: jhi                                   on 2000/08/30  19:36:40
22090         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
22091              From: Peter Prymmer <pvhp@forte.com>
22092              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
22093              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
22094      Branch: perl
22095            ! configure.com
22096 ____________________________________________________________________________
22097 [  6919] By: jhi                                   on 2000/08/30  14:52:02
22098         Log: Update Changes.
22099      Branch: perl
22100            ! Changes patchlevel.h
22101 ____________________________________________________________________________
22102 [  6918] By: jhi                                   on 2000/08/30  14:48:34
22103         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
22104      Branch: perl
22105            ! lib/ExtUtils/typemap
22106 ____________________________________________________________________________
22107 [  6917] By: jhi                                   on 2000/08/30  14:46:34
22108         Log: Subject: typos in pods
22109              From: Nicholas Clark <nick@ccl4.org>
22110              Date: Wed, 30 Aug 2000 01:12:50 +0100
22111              Message-ID: <20000830011249.A61388@plum.flirble.org>
22112      Branch: perl
22113            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
22114            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
22115            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
22116            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
22117 ____________________________________________________________________________
22118 [  6916] By: jhi                                   on 2000/08/30  14:19:09
22119         Log: Document Storable problems on Crays.  (Will have
22120              to document all the other Storable problems, too.)
22121      Branch: perl
22122            ! pod/perldelta.pod
22123 ____________________________________________________________________________
22124 [  6915] By: jhi                                   on 2000/08/30  14:06:02
22125         Log: Subject: [PATCH] fix misc cast warnings
22126              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22127              Date: Tue, 29 Aug 2000 23:16:14 -0700
22128              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
22129      Branch: perl
22130            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
22131            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
22132            ! os2/os2ish.h
22133 ____________________________________________________________________________
22134 [  6914] By: jhi                                   on 2000/08/30  14:03:45
22135         Log: Timestamp mismatch again.  Need to fix this dependence on
22136              config_h.SH timestamp, since it's the contents of config_h.SH
22137              that matter.
22138      Branch: perl
22139            ! uconfig.h uconfig.sh
22140 ____________________________________________________________________________
22141 [  6913] By: jhi                                   on 2000/08/30  13:54:06
22142         Log: Don't say "Perl 5.0 source kit".
22143      Branch: perl
22144            ! perl.c
22145 ____________________________________________________________________________
22146 [  6912] By: jhi                                   on 2000/08/30  13:51:24
22147         Log: Reset archname and archname64 always, forcing them be
22148              recomputed at each Configure run, make Configure and
22149              the hints files agree on the naming of largefiles variables.
22150      Branch: metaconfig
22151            ! U/threads/archname.U
22152      Branch: metaconfig/U/perl
22153            ! use64bits.U
22154      Branch: perl
22155            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
22156            ! hints/linux.sh hints/solaris_2.sh
22157 ____________________________________________________________________________
22158 [  6911] By: jhi                                   on 2000/08/30  13:30:13
22159         Log: Put back the slice accidentally removed by #6907.
22160      Branch: perl
22161            ! hints/solaris_2.sh
22162 ____________________________________________________________________________
22163 [  6910] By: jhi                                   on 2000/08/30  01:24:26
22164         Log: Be consistent: other Net::get* do export theirs.
22165              
22166              Subject: Re: Net::protoent does not export 'getproto'
22167              From: Yasushi Nakajima <sey@jkc.co.jp>
22168              Date: Wed, 30 Aug 2000 09:53:14 +0900
22169              Message-Id: <200008300051.DAA24700@taku.hut.fi>
22170      Branch: perl
22171            ! lib/Net/protoent.pm
22172 ____________________________________________________________________________
22173 [  6909] By: jhi                                   on 2000/08/30  01:17:25
22174         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
22175              From: Gurusamy Sarathy <gsar@ActiveState.com>
22176              Date: Tue, 29 Aug 2000 17:17:07 -0700
22177              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
22178      Branch: perl
22179            ! cop.h
22180 ____________________________________________________________________________
22181 [  6908] By: jhi                                   on 2000/08/30  00:58:05
22182         Log: Update Changes.
22183      Branch: perl
22184            ! Changes patchlevel.h
22185 ____________________________________________________________________________
22186 [  6907] By: jhi                                   on 2000/08/30  00:57:22
22187         Log: Introduce ccname to keep track of what compiler kind of we have.
22188      Branch: metaconfig/U/perl
22189            ! Checkcc.U gccvers.U
22190      Branch: perl
22191            ! Configure config_h.SH hints/solaris_2.sh
22192 ____________________________________________________________________________
22193 [  6906] By: jhi                                   on 2000/08/30  00:25:47
22194         Log: Put back the flags dump as reasoned in
22195              
22196              Subject: Re: [PATCH] Glob dumping
22197              From: Mike Guy <mjtg@cam.ac.uk> 
22198              Date: Tue, 29 Aug 2000 21:41:32 +0100
22199              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
22200      Branch: perl
22201            ! dump.c t/lib/peek.t
22202 ____________________________________________________________________________
22203 [  6905] By: jhi                                   on 2000/08/30  00:16:17
22204         Log: Make the epsilon to be relative, not absolute.
22205              
22206              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
22207              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
22208              Date: Tue, 29 Aug 2000 19:58:56 -0400
22209              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
22210      Branch: perl
22211            ! t/lib/trig.t
22212 ____________________________________________________________________________
22213 [  6904] By: jhi                                   on 2000/08/30  00:13:09
22214         Log: From now on, Gisle is on my list of usual suspects :-)
22215              Retract #6902.
22216      Branch: perl
22217            ! ext/Opcode/Safe.pm
22218 ____________________________________________________________________________
22219 [  6903] By: jhi                                   on 2000/08/29  23:51:20
22220         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
22221              From: "Craig A. Berry" <craig.berry@psinetcs.com>
22222              Date: Tue, 29 Aug 2000 18:43:26 -0500
22223              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
22224      Branch: perl
22225            + vms/vmspipe.com
22226            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
22227            ! vms/vms.c
22228 ____________________________________________________________________________
22229 [  6902] By: jhi                                   on 2000/08/29  23:44:14
22230         Log: Retry what #6882 attempted.
22231              
22232              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
22233              From: Gisle Aas <gisle@ActiveState.com>
22234              Date: 30 Aug 2000 00:33:09 +0200
22235              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
22236      Branch: perl
22237            ! ext/Opcode/Safe.pm
22238 ____________________________________________________________________________
22239 [  6901] By: jhi                                   on 2000/08/29  22:59:32
22240         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
22241              From: Hugo <hv@crypt.compulink.co.uk>
22242              Date: Mon, 12 Jun 2000 19:36:08 +0100
22243              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
22244      Branch: perl
22245            ! sv.c
22246 ____________________________________________________________________________
22247 [  6900] By: jhi                                   on 2000/08/29  22:58:35
22248         Log: Admit that we are leaking scalars.
22249              
22250              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
22251              From: Spider Boardman <spider@leggy.zk3.dec.com>
22252              Date: Tue, 29 Aug 2000 18:48:29 -0400
22253              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
22254      Branch: perl
22255            ! t/pragma/warnings.t
22256 ____________________________________________________________________________
22257 [  6899] By: jhi                                   on 2000/08/29  20:53:13
22258         Log: Update Changes.
22259      Branch: perl
22260            ! Changes patchlevel.h
22261 ____________________________________________________________________________
22262 [  6898] By: jhi                                   on 2000/08/29  20:46:21
22263         Log: Undo namespace pollution of #6878.
22264              
22265              Subject: Re: Net::protoent does not export 'getproto'
22266              From: Mike Guy <mjtg@cam.ac.uk>
22267              Date: Tue, 29 Aug 2000 21:32:37 +0100
22268              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
22269      Branch: perl
22270            ! lib/Net/protoent.pm
22271 ____________________________________________________________________________
22272 [  6897] By: jhi                                   on 2000/08/29  20:44:29
22273         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
22274              From: Peter Prymmer <pvhp@forte.com>
22275              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
22276              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
22277      Branch: perl
22278            ! pod/perlebcdic.pod
22279 ____________________________________________________________________________
22280 [  6896] By: jhi                                   on 2000/08/29  20:40:57
22281         Log: There's no point repeating the 'revision' (5) of perl5.
22282      Branch: metaconfig/U/perl
22283            ! Devel.U patchlevel.U
22284      Branch: perl
22285            ! Configure config_h.SH
22286 ____________________________________________________________________________
22287 [  6895] By: jhi                                   on 2000/08/29  20:16:58
22288         Log: Regen Configure for #6894.
22289      Branch: metaconfig/U/perl
22290            ! perladmin.U
22291      Branch: perl
22292            ! Configure config_h.SH
22293 ____________________________________________________________________________
22294 [  6894] By: jhi                                   on 2000/08/29  19:59:52
22295         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
22296              From: "Philip Newton" <Philip.Newton@gmx.net>
22297              Date: Tue, 29 Aug 2000 21:39:14 +0200
22298              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
22299      Branch: perl
22300            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
22301            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
22302            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
22303            ! utils/perlbug.PL
22304 ____________________________________________________________________________
22305 [  6893] By: jhi                                   on 2000/08/29  19:55:30
22306         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
22307              From: "Philip Newton" <Philip.Newton@gmx.net>
22308              Date: Tue, 29 Aug 2000 21:39:14 +0200
22309              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
22310      Branch: perl
22311            ! installhtml
22312 ____________________________________________________________________________
22313 [  6892] By: jhi                                   on 2000/08/29  19:53:59
22314         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
22315              From: "Philip Newton" <Philip.Newton@gmx.net>
22316              Date: Tue, 29 Aug 2000 21:48:18 +0200
22317              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
22318      Branch: perl
22319            ! lib/File/Temp.pm
22320 ____________________________________________________________________________
22321 [  6891] By: jhi                                   on 2000/08/29  18:30:03
22322         Log: Nail the ID 20000828.023.
22323      Branch: perl
22324            ! ext/Storable/Storable.xs
22325 ____________________________________________________________________________
22326 [  6890] By: jhi                                   on 2000/08/29  16:50:17
22327         Log: Under usethreads the dumped variable is IN_PAD.
22328              
22329              Subject: Re: [PATCH] Glob dumping
22330              From: Gisle Aas <gisle@ActiveState.com>
22331              Date: 29 Aug 2000 18:45:05 +0200
22332              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
22333      Branch: perl
22334            ! t/lib/peek.t
22335 ____________________________________________________________________________
22336 [  6889] By: jhi                                   on 2000/08/29  15:17:37
22337         Log: Update Changes.
22338      Branch: perl
22339            ! Changes patchlevel.h
22340 ____________________________________________________________________________
22341 [  6888] By: jhi                                   on 2000/08/29  14:49:59
22342         Log: Retract #6882, broke the safe tests.
22343      Branch: perl
22344            ! ext/Opcode/Safe.pm
22345 ____________________________________________________________________________
22346 [  6887] By: jhi                                   on 2000/08/29  14:47:06
22347         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
22348              From: Gisle Aas <gisle@ActiveState.com> 
22349              Date: 09 Jun 2000 20:00:11 +0200
22350              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
22351      Branch: perl
22352            ! utils/perldoc.PL
22353 ____________________________________________________________________________
22354 [  6886] By: jhi                                   on 2000/08/29  14:42:45
22355         Log: The #6881 removed one dump line.
22356      Branch: perl
22357            ! t/lib/peek.t
22358 ____________________________________________________________________________
22359 [  6885] By: jhi                                   on 2000/08/29  14:30:47
22360         Log: Don't forget to tidy up.
22361      Branch: perl
22362            ! t/lib/ftmp-security.t
22363 ____________________________________________________________________________
22364 [  6884] By: jhi                                   on 2000/08/29  14:25:17
22365         Log: Disabling the one test is a bit tricky.
22366      Branch: perl
22367            ! t/lib/ftmp-security.t
22368 ____________________________________________________________________________
22369 [  6883] By: jhi                                   on 2000/08/29  14:16:25
22370         Log: Disable one of the tests for now.
22371      Branch: perl
22372            ! t/lib/ftmp-security.t
22373 ____________________________________________________________________________
22374 [  6882] By: jhi                                   on 2000/08/29  14:05:50
22375         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
22376              From: gisle@aas.no
22377              Date: 29 Aug 2000 10:35:06 -0000
22378              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
22379      Branch: perl
22380            ! ext/Opcode/Safe.pm
22381 ____________________________________________________________________________
22382 [  6881] By: jhi                                   on 2000/08/29  14:03:51
22383         Log: Subject: [PATCH] Glob dumping
22384              From: Gisle Aas <gisle@ActiveState.com>
22385              Date: 29 Aug 2000 07:59:42 -0000
22386              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
22387      Branch: perl
22388            ! dump.c
22389 ____________________________________________________________________________
22390 [  6880] By: jhi                                   on 2000/08/29  14:02:01
22391         Log: Subject: [PATCH] Warnings in B::Deparse
22392              From: <abigail@foad.org>
22393              Date: Tue, 29 Aug 2000 00:00:01 -0400
22394              Message-ID: <20000829040001.2999.qmail@foad.org>
22395      Branch: perl
22396            ! ext/B/B/Deparse.pm
22397 ____________________________________________________________________________
22398 [  6879] By: jhi                                   on 2000/08/29  13:57:26
22399         Log: Missed a change in #6869.
22400      Branch: perl
22401            ! mg.c
22402 ____________________________________________________________________________
22403 [  6878] By: jhi                                   on 2000/08/29  13:45:04
22404         Log: Subject: Net::protoent does not export 'getproto'
22405              From: Yasushi Nakajima <sey@jkc.co.jp>
22406              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
22407      Branch: perl
22408            ! lib/Net/protoent.pm
22409 ____________________________________________________________________________
22410 [  6877] By: jhi                                   on 2000/08/29  13:39:19
22411         Log: Patches all over for people and the files they (hopefully) care about.
22412      Branch: perl
22413            ! AUTHORS Changes MAINTAIN
22414 ____________________________________________________________________________
22415 [  6876] By: jhi                                   on 2000/08/29  12:53:54
22416         Log: Fix for thinko in #6848.
22417              
22418              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
22419              From: Lupe Christoph <lupe@lupe-christoph.de>
22420              Date: Tue, 29 Aug 2000 09:04:08 +0200
22421              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
22422      Branch: perl
22423            ! ext/Thread/Thread.xs
22424 ____________________________________________________________________________
22425 [  6875] By: jhi                                   on 2000/08/29  12:50:14
22426         Log: Update to Getopt::Long 2.24, from Johan Vromans.
22427      Branch: perl
22428            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
22429 ____________________________________________________________________________
22430 [  6874] By: jhi                                   on 2000/08/29  02:09:53
22431         Log: Use minimal @INC in tests, most of the time just '../lib',
22432              so that we simply can't pick up stuff from other Perls than
22433              the one we are testing.  Pointed out by
22434              
22435              From: Mike Guy <mjtg@cam.ac.uk>
22436              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
22437              Date: Fri, 25 Aug 2000 15:15:59 +0100
22438              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
22439      Branch: perl
22440            ! (edit 185 files)
22441 ____________________________________________________________________________
22442 [  6873] By: jhi                                   on 2000/08/29  01:07:11
22443         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
22444              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22445              Date: Mon, 28 Aug 2000 17:45:52 -0700
22446              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
22447      Branch: perl
22448            ! Makefile.SH hints/os2.sh
22449 ____________________________________________________________________________
22450 [  6872] By: jhi                                   on 2000/08/28  23:33:39
22451         Log: Subject: [PATCH bleedperl@6866] spellings
22452              From: marcel@codewerk.com (Marcel Grunauer)
22453              Date: Tue, 29 Aug 2000 01:19:59 +0200
22454              Message-Id: <200008282319.BAA29862@gandalf.local>
22455      Branch: perl
22456            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
22457            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
22458            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
22459 ____________________________________________________________________________
22460 [  6871] By: jhi                                   on 2000/08/28  23:22:09
22461         Log: Take out the SUIDMAIL thing, that will not be
22462              a problem in 5.7.*.
22463      Branch: perl
22464            ! patchlevel.h
22465 ____________________________________________________________________________
22466 [  6870] By: jhi                                   on 2000/08/28  23:19:30
22467         Log: -S is the silent flag, -s is the strip flag.
22468              
22469              Subject: [PATCH] Re: [PATCH] make no-install          
22470              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22471              Date: Mon, 28 Aug 2000 15:12:55 -0700
22472              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
22473      Branch: perl
22474            ! Makefile.SH
22475 ____________________________________________________________________________
22476 [  6869] By: jhi                                   on 2000/08/28  23:12:05
22477         Log: Subject: [PATCH bleedperl@6856] warnings fixes
22478              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
22479              Date: Mon, 28 Aug 2000 23:55:06 +0100
22480              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
22481      Branch: perl
22482            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
22483            ! warnings.h warnings.pl
22484 ____________________________________________________________________________
22485 [  6868] By: jhi                                   on 2000/08/28  21:38:22
22486         Log: Potential cruft.
22487      Branch: perl
22488            ! Makefile.SH
22489 ____________________________________________________________________________
22490 [  6867] By: jhi                                   on 2000/08/28  21:35:36
22491         Log: Update Changes.
22492      Branch: perl
22493            ! Changes patchlevel.h
22494 ____________________________________________________________________________
22495 [  6866] By: jhi                                   on 2000/08/28  21:33:49
22496         Log: Subject: hv.h Doc Patch
22497              From: Fisher Mark <fisherm@tce.com>
22498              Date: Mon, 28 Aug 2000 16:24:59 -0500
22499              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
22500      Branch: perl
22501            ! hv.h
22502 ____________________________________________________________________________
22503 [  6865] By: jhi                                   on 2000/08/28  21:02:15
22504         Log: Add -ld to archname on long tr...double platforms.
22505      Branch: metaconfig
22506            ! U/threads/archname.U
22507      Branch: perl
22508            ! Configure config_h.SH
22509 ____________________________________________________________________________
22510 [  6864] By: jhi                                   on 2000/08/28  20:38:59
22511         Log: An attempt to fix the problem reported in
22512              
22513              Subject: Building perl@6856 using gcc/AIX 4.3.3 
22514              From: Daniel Muino <dmuino@afip.gov.ar> 
22515              Date: Mon, 28 Aug 2000 15:50:01 -0300   
22516              Message-ID: <20000828155001.A14403@con2-dgi>
22517              
22518              I can't test this properly since the gcc installation I have
22519              access to seems to be botched (gcc is calling the AIX cpp,
22520              a losing proposition...)
22521      Branch: perl
22522            ! hints/aix.sh
22523 ____________________________________________________________________________
22524 [  6863] By: jhi                                   on 2000/08/28  18:57:52
22525         Log: Fix for ID 20000828.001, long doubles were not formatted
22526              correctly (showed up in $], which stopped installing perl).
22527      Branch: perl
22528            ! sv.c
22529 ____________________________________________________________________________
22530 [  6862] By: jhi                                   on 2000/08/28  18:07:15
22531         Log: Typo in #6858.
22532      Branch: perl
22533            ! lib/Cwd.pm
22534 ____________________________________________________________________________
22535 [  6861] By: jhi                                   on 2000/08/28  17:57:27
22536         Log: opmini.o may be left around if a build is interrupted.
22537      Branch: perl
22538            ! Makefile.SH
22539 ____________________________________________________________________________
22540 [  6860] By: jhi                                   on 2000/08/28  16:52:50
22541         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
22542              From: Daniel Chetlin <daniel@chetlin.com>
22543              Date: Mon, 28 Aug 2000 01:14:18 -0700
22544              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
22545      Branch: perl
22546            ! lib/overload.pm
22547 ____________________________________________________________________________
22548 [  6859] By: jhi                                   on 2000/08/28  16:08:46
22549         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
22550              From: Nicholas Clark <nick@ccl4.org>
22551              Date: Mon, 28 Aug 2000 16:03:27 +0100
22552              Message-Id: <20000828160327.C49785@plum.flirble.org>
22553      Branch: perl
22554            ! ext/ByteLoader/bytecode.h
22555 ____________________________________________________________________________
22556 [  6858] By: jhi                                   on 2000/08/28  16:02:10
22557         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
22558              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
22559              Date: Mon, 28 Aug 2000 13:08:30 +0200
22560              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
22561      Branch: perl
22562            ! lib/Cwd.pm
22563 ____________________________________________________________________________
22564 [  6857] By: jhi                                   on 2000/08/28  15:42:47
22565         Log: display_format used as a class method without arguments was broken,
22566              reported in
22567              
22568              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
22569              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
22570              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
22571              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
22572      Branch: perl
22573            ! lib/Math/Complex.pm t/lib/complex.t
22574 ____________________________________________________________________________
22575 [  6856] By: jhi                                   on 2000/08/27  22:09:48
22576         Log: Update Changes.
22577      Branch: perl
22578            ! Changes patchlevel.h
22579 ____________________________________________________________________________
22580 [  6855] By: jhi                                   on 2000/08/27  21:59:21
22581         Log: Retract #6853 (false alarm).
22582      Branch: perl
22583            ! lib/ExtUtils/xsubpp
22584 ____________________________________________________________________________
22585 [  6854] By: jhi                                   on 2000/08/27  21:37:44
22586         Log: Update Changes.
22587      Branch: perl
22588            ! Changes patchlevel.h
22589 ____________________________________________________________________________
22590 [  6853] By: jhi                                   on 2000/08/27  21:37:16
22591         Log: Subject: [PATCH perl@6850] workaround for xsubpp
22592              From: Hugo <hv@crypt.compulink.co.uk>
22593              Date: Sun, 27 Aug 2000 22:30:25 +0100
22594              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
22595      Branch: perl
22596            ! lib/ExtUtils/xsubpp
22597 ____________________________________________________________________________
22598 [  6852] By: jhi                                   on 2000/08/27  21:33:58
22599         Log: Big-endian 64-bit patch from Raphael Manfredi.
22600      Branch: perl
22601            ! ext/Storable/Storable.xs
22602 ____________________________________________________________________________
22603 [  6851] By: jhi                                   on 2000/08/27  21:22:21
22604         Log: More ruthless editing from Hugo van der Sanden.
22605      Branch: perl
22606            ! pod/perldelta.pod
22607 ____________________________________________________________________________
22608 [  6850] By: jhi                                   on 2000/08/27  16:11:46
22609         Log: Update Changes.
22610      Branch: perl
22611            ! Changes patchlevel.h
22612 ____________________________________________________________________________
22613 [  6849] By: jhi                                   on 2000/08/27  16:11:05
22614         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
22615      Branch: perl
22616            ! configpm pod/perldelta.pod
22617 ____________________________________________________________________________
22618 [  6848] By: jhi                                   on 2000/08/27  15:35:08
22619         Log: Use the actual thread type, not the pointer-to-struct.
22620      Branch: perl
22621            ! ext/Thread/Thread.xs
22622 ____________________________________________________________________________
22623 [  6847] By: jhi                                   on 2000/08/27  15:30:49
22624         Log: Test nit.
22625      Branch: perl
22626            ! t/pragma/warn/pp_sys
22627 ____________________________________________________________________________
22628 [  6846] By: jhi                                   on 2000/08/27  15:19:02
22629         Log: Passing -R in ldflags makes now it to appear in the default
22630              for lddlflags, just like with -L.
22631              
22632              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
22633              From: Lupe Christoph <lupe@lupe-christoph.de>
22634              Date: Sun, 27 Aug 2000 10:28:21 +0200
22635              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
22636      Branch: metaconfig/U/perl
22637            ! dlsrc.U
22638      Branch: perl
22639            ! Configure
22640 ____________________________________________________________________________
22641 [  6845] By: jhi                                   on 2000/08/27  15:08:54
22642         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
22643              From: Alan Burlison <Alan.Burlison@uk.sun.com>
22644              Date: Sat, 26 Aug 2000 22:23:27 +0100
22645              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
22646      Branch: perl
22647            ! lib/ExtUtils/MM_Unix.pm
22648 ____________________________________________________________________________
22649 [  6844] By: jhi                                   on 2000/08/27  15:02:37
22650         Log: DJGPP update from Laszlo Molnar.
22651              
22652              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
22653              From: ml1050 <ml1050@freemail.hu>
22654              Date: Sat, 26 Aug 2000 23:24:40 +0200
22655              Message-Id: <20000826232440.A439@freemail.hu>
22656      Branch: perl
22657            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
22658            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
22659 ____________________________________________________________________________
22660 [  6843] By: jhi                                   on 2000/08/27  14:53:58
22661         Log: Subject: installman buglet
22662              From: Lupe Christoph <lupe@lupe-christoph.de>
22663              Date: Sun, 27 Aug 2000 14:38:59 +0200
22664              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
22665      Branch: perl
22666            ! installman
22667 ____________________________________________________________________________
22668 [  6842] By: jhi                                   on 2000/08/27  14:52:08
22669         Log: Can't get the test to reliably work thanks to the
22670              inaccurateness of floating point.  "Resolves" bug ids
22671              20000826.003, 20000826.009, 20000826.010,
22672      Branch: perl
22673            ! t/lib/trig.t
22674 ____________________________________________________________________________
22675 [  6841] By: jhi                                   on 2000/08/26  15:53:58
22676         Log: Update Changes.
22677      Branch: perl
22678            ! Changes patchlevel.h
22679 ____________________________________________________________________________
22680 [  6840] By: jhi                                   on 2000/08/26  14:23:03
22681         Log: grep -e isn't portable.
22682              
22683              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
22684              From: chris@broadband.att.com
22685              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
22686              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
22687      Branch: perl
22688            ! hints/solaris_2.sh
22689 ____________________________________________________________________________
22690 [  6839] By: jhi                                   on 2000/08/26  14:12:23
22691         Log: no-install target a la make -n.
22692              
22693              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
22694              From: <abigail@foad.org>
22695              Date: Sat, 26 Aug 2000 03:57:34 -0400
22696              Message-ID: <20000826075735.18912.qmail@foad.org>
22697      Branch: perl
22698            ! Makefile.SH installman installperl
22699 ____________________________________________________________________________
22700 [  6838] By: jhi                                   on 2000/08/26  14:06:33
22701         Log: Retract #6826 as the #6828 should be do the same
22702              in a More Correct Way.
22703      Branch: perl
22704            ! installperl
22705 ____________________________________________________________________________
22706 [  6837] By: jhi                                   on 2000/08/26  05:24:00
22707         Log: More casting.
22708      Branch: perl
22709            ! ext/Storable/Storable.xs
22710 ____________________________________________________________________________
22711 [  6836] By: jhi                                   on 2000/08/26  05:05:46
22712         Log: Nicer in decimal.
22713      Branch: perl
22714            ! ext/Storable/Storable.xs
22715 ____________________________________________________________________________
22716 [  6835] By: jhi                                   on 2000/08/26  05:03:50
22717         Log: There be no UVdf.
22718      Branch: perl
22719            ! ext/Storable/Storable.xs
22720 ____________________________________________________________________________
22721 [  6834] By: jhi                                   on 2000/08/26  05:00:18
22722         Log: Continue IVdfing and UVxfing.
22723      Branch: perl
22724            ! ext/Storable/Storable.xs
22725 ____________________________________________________________________________
22726 [  6833] By: jhi                                   on 2000/08/26  04:53:14
22727         Log: Use IVdf.
22728      Branch: perl
22729            ! ext/Storable/Storable.xs
22730 ____________________________________________________________________________
22731 [  6832] By: jhi                                   on 2000/08/26  04:40:41
22732         Log: Document PTR2XX and INT2PTR.
22733      Branch: perl
22734            ! pod/perlguts.pod
22735 ____________________________________________________________________________
22736 [  6831] By: jhi                                   on 2000/08/26  04:33:18
22737         Log: Use UVxf, PTR2UV, NVff.
22738      Branch: perl
22739            ! ext/Storable/Storable.xs
22740 ____________________________________________________________________________
22741 [  6830] By: jhi                                   on 2000/08/26  04:31:32
22742         Log: Update the test count.
22743      Branch: perl
22744            ! t/lib/trig.t
22745 ____________________________________________________________________________
22746 [  6829] By: jhi                                   on 2000/08/26  03:05:50
22747         Log: Subject: [PATCH] installation not quite silent yet.
22748              From: <abigail@foad.org>
22749              Date: Fri, 25 Aug 2000 20:07:53 -0400
22750              Message-ID: <20000826000753.7822.qmail@foad.org>
22751      Branch: perl
22752            ! installman installperl
22753 ____________________________________________________________________________
22754 [  6828] By: jhi                                   on 2000/08/26  03:05:14
22755         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
22756              From: Spider Boardman <spider@web.zk3.dec.com>
22757              Date: Fri, 25 Aug 2000 19:12:40 -0400
22758              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
22759      Branch: perl
22760            ! gv.c
22761 ____________________________________________________________________________
22762 [  6827] By: jhi                                   on 2000/08/25  23:54:34
22763         Log: Support preserving extremely big/small angles.
22764      Branch: perl
22765            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
22766 ____________________________________________________________________________
22767 [  6826] By: jhi                                   on 2000/08/25  23:01:20
22768         Log: Patch installperl to be long double-aware.
22769              
22770              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
22771              From: Spider Boardman <spider@web.zk3.dec.com>
22772              Date: Fri, 25 Aug 2000 18:15:23 -0400
22773              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
22774      Branch: perl
22775            ! installperl
22776 ____________________________________________________________________________
22777 [  6825] By: jhi                                   on 2000/08/25  22:58:25
22778         Log: Remove duplicately applied patch shards.
22779              
22780              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
22781              From: Spider Boardman <spider@leggy.zk3.dec.com>
22782              Date: Fri, 25 Aug 2000 16:45:03 -0400
22783              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
22784      Branch: perl
22785            ! t/lib/cgi-html.t
22786 ____________________________________________________________________________
22787 [  6824] By: jhi                                   on 2000/08/25  22:57:00
22788         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
22789              From: Daniel Chetlin <daniel@chetlin.com>
22790              Date: Fri, 25 Aug 2000 12:23:16 -0700
22791              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
22792              
22793              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
22794              From: Daniel Chetlin <daniel@chetlin.com>
22795              Date: Fri, 25 Aug 2000 14:47:19 -0700
22796              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
22797      Branch: perl
22798            ! installman
22799 ____________________________________________________________________________
22800 [  6823] By: jhi                                   on 2000/08/25  22:44:17
22801         Log: Timestamp problem?
22802      Branch: perl
22803            ! uconfig.h uconfig.sh
22804 ____________________________________________________________________________
22805 [  6822] By: jhi                                   on 2000/08/25  19:01:06
22806         Log: One forgotten file from #6816.
22807      Branch: perl
22808            ! vos/config.h
22809 ____________________________________________________________________________
22810 [  6821] By: jhi                                   on 2000/08/25  18:56:39
22811         Log: Regen Changes.
22812      Branch: perl
22813            ! Changes patchlevel.h
22814 ____________________________________________________________________________
22815 [  6820] By: jhi                                   on 2000/08/25  18:52:35
22816         Log: Fix Changes ordering.
22817      Branch: perl
22818            ! Changes
22819 ____________________________________________________________________________
22820 [  6819] By: jhi                                   on 2000/08/25  18:50:25
22821         Log: Update Changes.
22822      Branch: perl
22823            ! Changes patchlevel.h
22824 ____________________________________________________________________________
22825 [  6818] By: jhi                                   on 2000/08/25  18:47:45
22826         Log: Tweak the sfio/useperlio logic, hopefully as wished in
22827              
22828              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
22829              From: Nicholas Clark <nick@babyhippo.co.uk>
22830              Date: Fri, 25 Aug 2000 12:01:45 +0100
22831              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
22832      Branch: metaconfig/U/perl
22833            ! d_sfio.U
22834      Branch: perl
22835            ! Configure
22836 ____________________________________________________________________________
22837 [  6817] By: jhi                                   on 2000/08/25  18:32:51
22838         Log: Allow microperl to assume <math.h>, without it the math
22839              functions like floor() are assumed to return int, which makes
22840              for core dumps in machines where integer and floating register
22841              don't mix.
22842      Branch: perl
22843            ! uconfig.h uconfig.sh
22844 ____________________________________________________________________________
22845 [  6816] By: jhi                                   on 2000/08/25  18:27:17
22846         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
22847              the problem reported in
22848              
22849              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
22850              From: danhale@us.ibm.com
22851              Date: Fri, 25 Aug 2000 10:58:06 -0400
22852              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
22853      Branch: metaconfig/U/perl
22854            + d_socks5_init.U
22855      Branch: perl
22856            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
22857            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
22858            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
22859            ! win32/config.gc win32/config.vc
22860 ____________________________________________________________________________
22861 [  6815] By: jhi                                   on 2000/08/25  17:43:31
22862         Log: A solution for the retrieve_fd autosplit warning,
22863              idea suggested by Mike Guy.
22864      Branch: perl
22865            ! ext/Storable/Storable.pm
22866 ____________________________________________________________________________
22867 [  6814] By: jhi                                   on 2000/08/25  17:16:03
22868         Log: Add install-silent target.
22869      Branch: perl
22870            ! Makefile.SH
22871 ____________________________________________________________________________
22872 [  6813] By: jhi                                   on 2000/08/25  17:14:23
22873         Log: Subject: Re: [PATCH] More silencing of installman.
22874              From: <abigail@foad.org>
22875              Date: Thu, 24 Aug 2000 19:27:03 -0400
22876              Message-ID: <20000824232703.7001.qmail@foad.org>
22877              
22878              Subject: Re: [PATCH] More silencing of installman.
22879              From: <abigail@foad.org>
22880              Date: Fri, 25 Aug 2000 03:00:58 -0400
22881              Message-ID: <20000825070058.10697.qmail@foad.org>
22882      Branch: perl
22883            ! installman
22884 ____________________________________________________________________________
22885 [  6812] By: jhi                                   on 2000/08/25  17:11:28
22886         Log: installperl --verbose and --silent.
22887              
22888              Subject: Re: [PATCH] More silencing of installman.
22889              From: <abigail@foad.org>
22890              Message-ID: <20000825064430.9719.qmail@foad.org>
22891              Date: Fri, 25 Aug 2000 02:44:30 -0400
22892      Branch: perl
22893            ! installperl
22894 ____________________________________________________________________________
22895 [  6811] By: jhi                                   on 2000/08/25  17:05:43
22896         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
22897              From: "Peter J. Farley III" <pjfarley@banet.net>
22898              Date: Thu, 24 Aug 2000 21:58:03 -0400
22899              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
22900              
22901              (applied slightly modified)
22902      Branch: perl
22903            ! lib/ExtUtils/MM_Unix.pm
22904 ____________________________________________________________________________
22905 [  6810] By: jhi                                   on 2000/08/25  17:01:18
22906         Log: Missing parts of 
22907              
22908              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
22909              From: Peter Prymmer <pvhp@forte.com>
22910              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
22911              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
22912      Branch: perl
22913            ! t/lib/cgi-html.t
22914 ____________________________________________________________________________
22915 [  6809] By: jhi                                   on 2000/08/25  16:46:32
22916         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
22917              From: "Craig A. Berry" <craig.berry@psinetcs.com>
22918              Date: Thu, 24 Aug 2000 19:13:11 -0500
22919              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
22920      Branch: perl
22921            ! vms/vms.c
22922 ____________________________________________________________________________
22923 [  6808] By: jhi                                   on 2000/08/25  16:39:22
22924         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
22925              From: Peter Prymmer <pvhp@forte.com>
22926              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
22927              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
22928      Branch: perl
22929            ! configure.com
22930 ____________________________________________________________________________
22931 [  6807] By: jhi                                   on 2000/08/25  16:36:37
22932         Log: Better wording for the vec lvalue diagnostic.
22933              
22934              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
22935              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
22936              Date: Wed, 23 Aug 2000 14:12:16 -0400
22937              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
22938      Branch: perl
22939            ! pod/perldiag.pod
22940 ____________________________________________________________________________
22941 [  6806] By: jhi                                   on 2000/08/24  18:17:22
22942         Log: Subject: [PATCH] More silencing of installman.
22943              From: <abigail@foad.org>
22944              Date: Thu, 24 Aug 2000 14:01:44 -0400
22945              Message-ID: <20000824180144.20062.qmail@foad.org>
22946      Branch: perl
22947            ! installman
22948 ____________________________________________________________________________
22949 [  6805] By: jhi                                   on 2000/08/24  15:00:31
22950         Log: Update Changes.
22951      Branch: perl
22952            ! Changes patchlevel.h
22953 ____________________________________________________________________________
22954 [  6804] By: jhi                                   on 2000/08/24  14:59:07
22955         Log: Regen perltoc.
22956      Branch: perl
22957            ! pod/perltoc.pod
22958 ____________________________________________________________________________
22959 [  6803] By: jhi                                   on 2000/08/24  14:44:39
22960         Log: Show the doc file, not the temp file.
22961      Branch: perl
22962            ! installman
22963 ____________________________________________________________________________
22964 [  6802] By: jhi                                   on 2000/08/24  14:41:53
22965         Log: Continue silencing.
22966      Branch: perl
22967            ! installman
22968 ____________________________________________________________________________
22969 [  6801] By: jhi                                   on 2000/08/24  14:34:40
22970         Log: Actually do something with the silencer option.
22971      Branch: perl
22972            ! installman
22973 ____________________________________________________________________________
22974 [  6800] By: jhi                                   on 2000/08/24  14:26:22
22975         Log: Make installman to recognize the silence flag -S.
22976      Branch: perl
22977            ! installman
22978 ____________________________________________________________________________
22979 [  6799] By: jhi                                   on 2000/08/24  13:49:38
22980         Log: DOS patches and portability/porting notes, from Tim Jenness.
22981      Branch: perl
22982            ! lib/File/Temp.pm
22983 ____________________________________________________________________________
22984 [  6798] By: jhi                                   on 2000/08/24  13:48:27
22985         Log: Create directories in silence.
22986              
22987              Subject: [PATCH] Another silencer for MakeMaker
22988              From: andreas.koenig@anima.de (Andreas J. Koenig)
22989              Date: 24 Aug 2000 14:18:52 +0200
22990              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
22991      Branch: perl
22992            ! lib/ExtUtils/Command.pm
22993 ____________________________________________________________________________
22994 [  6797] By: jhi                                   on 2000/08/24  13:46:42
22995         Log: More liberal parsing of version numbers.
22996              
22997              Subject: Re: CPAN.pm beta for testing available
22998              From: andreas.koenig@anima.de (Andreas J. Koenig)
22999              Date: 24 Aug 2000 13:51:57 +0200
23000              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
23001      Branch: perl
23002            ! lib/CPAN.pm
23003 ____________________________________________________________________________
23004 [  6796] By: jhi                                   on 2000/08/24  13:44:36
23005         Log: Make "make install" by default silent.  A new "install-verbose"
23006              target is verbose.
23007      Branch: perl
23008            ! Makefile.SH
23009 ____________________________________________________________________________
23010 [  6795] By: jhi                                   on 2000/08/24  13:39:14
23011         Log: Add silencer flags to installperl.
23012              
23013              Subject: [PATCH] Making installperl silent.
23014              From: <abigail@foad.org>
23015              Date: Thu, 24 Aug 2000 05:01:45 -0400
23016              Message-ID: <20000824090145.13141.qmail@foad.org>
23017      Branch: perl
23018            ! installperl
23019 ____________________________________________________________________________
23020 [  6794] By: jhi                                   on 2000/08/24  13:35:50
23021         Log: installperl couldn't tell whether it had run tests or not.
23022              
23023              Subject: [PATCH] Re: installperl and t/TEST
23024              From: <abigail@foad.org>
23025              Date: Thu, 24 Aug 2000 04:00:53 -0400
23026              Message-ID: <20000824080053.2494.qmail@foad.org>
23027      Branch: perl
23028            ! Makefile.SH installperl
23029 ____________________________________________________________________________
23030 [  6793] By: jhi                                   on 2000/08/24  13:27:50
23031         Log: Drop the separate perlbc, perlcc -b should be enough.
23032      Branch: perl
23033            - utils/perlbc.PL
23034            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
23035 ____________________________________________________________________________
23036 [  6792] By: jhi                                   on 2000/08/24  04:41:30
23037         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
23038              plus the typo fix from Peter Prymmer.
23039      Branch: perl
23040            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
23041            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
23042 ____________________________________________________________________________
23043 [  6791] By: jhi                                   on 2000/08/24  02:10:43
23044         Log: Replace #6705 with a minimal doc patch.
23045              
23046              Subject: [PATCH 5.6.0] replace change #6705
23047              From: Jan Dubois <jand@ActiveState.com>
23048              Date: Wed, 23 Aug 2000 18:31:51 -0700
23049              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
23050      Branch: perl
23051            ! lib/Win32.pod win32/win32.c
23052 ____________________________________________________________________________
23053 [  6790] By: jhi                                   on 2000/08/23  17:52:00
23054         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
23055              From: Mike Guy <mjtg@cam.ac.uk>
23056              Date: Wed, 23 Aug 2000 18:38:46 +0100
23057              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
23058      Branch: perl
23059            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
23060 ____________________________________________________________________________
23061 [  6789] By: jhi                                   on 2000/08/23  15:34:21
23062         Log: Update Changes.
23063      Branch: perl
23064            ! Changes patchlevel.h
23065 ____________________________________________________________________________
23066 [  6788] By: jhi                                   on 2000/08/23  15:33:40
23067         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
23068              From: Wilfredo Sánchez <wsanchez@apple.com>
23069              Date: Tue, 22 Aug 2000 19:31:27 -0700
23070              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
23071      Branch: perl
23072            ! perl.h
23073 ____________________________________________________________________________
23074 [  6787] By: jhi                                   on 2000/08/23  15:29:31
23075         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
23076              From: Spider Boardman <spider@leggy.zk3.dec.com>
23077              Date: Wed, 23 Aug 2000 10:33:23 -0400
23078              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
23079      Branch: perl
23080            ! lib/Pod/Html.pm
23081 ____________________________________________________________________________
23082 [  6786] By: jhi                                   on 2000/08/23  15:28:11
23083         Log: Bad makefile.
23084      Branch: perl
23085            ! ext/B/Makefile.PL
23086 ____________________________________________________________________________
23087 [  6785] By: jhi                                   on 2000/08/23  14:37:04
23088         Log: Update Changes.
23089      Branch: perl
23090            ! Changes patchlevel.h
23091 ____________________________________________________________________________
23092 [  6784] By: jhi                                   on 2000/08/23  13:58:41
23093         Log: Portability fix from Hugo van der Sanden.
23094      Branch: perl
23095            ! ext/re/Makefile.PL
23096 ____________________________________________________________________________
23097 [  6783] By: jhi                                   on 2000/08/23  13:53:53
23098         Log: Storable support, v-version fixes.
23099              
23100              Subject: CPAN.pm beta for testing available
23101              From: andreas.koenig@anima.de (Andreas J. Koenig)
23102              Date: 22 Aug 2000 23:31:33 +0200
23103              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
23104      Branch: perl
23105            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23106 ____________________________________________________________________________
23107 [  6782] By: jhi                                   on 2000/08/23  13:51:26
23108         Log: Mac and other portability updates from Chris Nandor.
23109      Branch: perl
23110            ! pod/perlmodinstall.pod
23111 ____________________________________________________________________________
23112 [  6781] By: jhi                                   on 2000/08/23  13:47:33
23113         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
23114              From: Peter Prymmer <pvhp@forte.com>
23115              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
23116              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
23117      Branch: perl
23118            ! ext/Storable/Storable.xs
23119 ____________________________________________________________________________
23120 [  6780] By: jhi                                   on 2000/08/23  13:33:34
23121         Log: VMS MMS (make) wants null action.
23122      Branch: perl
23123            ! ext/B/Makefile.PL
23124 ____________________________________________________________________________
23125 [  6779] By: jhi                                   on 2000/08/22  19:44:47
23126         Log: Forgot portability nit.
23127      Branch: perl
23128            ! t/lib/st-forgive.t
23129 ____________________________________________________________________________
23130 [  6778] By: jhi                                   on 2000/08/22  19:35:25
23131         Log: Be portable.
23132      Branch: perl
23133            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
23134            ! t/lib/st-store.t
23135 ____________________________________________________________________________
23136 [  6777] By: jhi                                   on 2000/08/22  18:50:53
23137         Log: Update Changes.
23138      Branch: perl
23139            ! Changes patchlevel.h
23140 ____________________________________________________________________________
23141 [  6776] By: jhi                                   on 2000/08/22  18:44:46
23142         Log: cSVOPo_*v things index into the current PL_curpad
23143              under ithreads, which is different from the curpad
23144              used by the XSUB.  (In other words, the code as-is
23145              before this patch wouldn't work under ithreads.)
23146              From Sarathy.
23147      Branch: perl
23148            ! ext/B/B.xs
23149 ____________________________________________________________________________
23150 [  6775] By: jhi                                   on 2000/08/22  18:18:37
23151         Log: Make the selection of NVff et al stricter.
23152      Branch: metaconfig/U/perl
23153            ! perlxvf.U
23154      Branch: perl
23155            ! Configure config_h.SH
23156 ____________________________________________________________________________
23157 [  6774] By: jhi                                   on 2000/08/22  17:19:42
23158         Log: perldelta nits.
23159      Branch: perl
23160            ! pod/perldelta.pod
23161 ____________________________________________________________________________
23162 [  6773] By: jhi                                   on 2000/08/22  17:06:26
23163         Log: Long double fixes from Spider Boardman.
23164              
23165              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
23166              From: system PRIVILEGED account <root@peano.zk3.dec.com>
23167              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
23168              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
23169      Branch: perl
23170            ! t/lib/bigfltpm.t t/lib/st-06compat.t
23171 ____________________________________________________________________________
23172 [  6772] By: jhi                                   on 2000/08/22  15:04:53
23173         Log: Update Changes.
23174      Branch: perl
23175            ! Changes patchlevel.h
23176 ____________________________________________________________________________
23177 [  6771] By: jhi                                   on 2000/08/22  15:01:44
23178         Log: perldelta fixes from Hugo van der Sanden.
23179      Branch: perl
23180            ! pod/perldelta.pod
23181 ____________________________________________________________________________
23182 [  6770] By: jhi                                   on 2000/08/22  14:34:49
23183         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
23184              From: Hugo <hv@crypt.compulink.co.uk>
23185              Date: Tue, 22 Aug 2000 11:21:53 +0100
23186              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
23187      Branch: perl
23188            ! regcomp.c
23189 ____________________________________________________________________________
23190 [  6769] By: jhi                                   on 2000/08/22  14:30:02
23191         Log: Add Yitzchak, reformat.
23192      Branch: perl
23193            ! Changes config_h.SH
23194 ____________________________________________________________________________
23195 [  6768] By: jhi                                   on 2000/08/22  14:21:35
23196         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
23197              and Spider Boardman.
23198      Branch: metaconfig
23199            ! U/compline/d_gconvert.U
23200      Branch: perl
23201            ! Configure
23202 ____________________________________________________________________________
23203 [  6767] By: jhi                                   on 2000/08/22  14:11:24
23204         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
23205              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23206              Date: Mon, 21 Aug 2000 19:08:31 -0700
23207              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
23208      Branch: perl
23209            - ext/Storable/patchlevel.h
23210            ! MANIFEST ext/Storable/MANIFEST
23211 ____________________________________________________________________________
23212 [  6766] By: jhi                                   on 2000/08/22  13:49:29
23213         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
23214              From: Peter Prymmer <pvhp@forte.com>
23215              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
23216              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
23217      Branch: perl
23218            ! configure.com ext/Storable/Makefile.PL
23219 ____________________________________________________________________________
23220 [  6765] By: jhi                                   on 2000/08/22  13:44:59
23221         Log: Subject: [PATCH blead] B:: missing dependency
23222              From: Hugo <hv@crypt.compulink.co.uk>
23223              Date: Tue, 22 Aug 2000 06:44:33 +0100
23224              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
23225      Branch: perl
23226            ! ext/B/Makefile.PL
23227 ____________________________________________________________________________
23228 [  6764] By: jhi                                   on 2000/08/22  13:38:12
23229         Log: More bytecompiler.
23230      Branch: perl
23231            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
23232 ____________________________________________________________________________
23233 [  6763] By: jhi                                   on 2000/08/22  13:36:44
23234         Log: Bytecompiler patches from Benjamin Stuhl.
23235      Branch: perl
23236            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
23237            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
23238            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
23239            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
23240            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
23241            ! perl.c perlapi.h pod/perldelta.pod
23242 ____________________________________________________________________________
23243 [  6762] By: jhi                                   on 2000/08/21  23:43:40
23244         Log: An obsoleted diagnostic.
23245      Branch: perl
23246            ! pod/perldelta.pod
23247 ____________________________________________________________________________
23248 [  6761] By: jhi                                   on 2000/08/21  23:01:45
23249         Log: The #6759 wasn't quite right.
23250      Branch: perl
23251            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
23252            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
23253            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
23254            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
23255            ! t/lib/st-tieditems.t
23256 ____________________________________________________________________________
23257 [  6760] By: jhi                                   on 2000/08/21  22:35:49
23258         Log: Be verydeepclean.
23259      Branch: perl
23260            ! Makefile.SH
23261 ____________________________________________________________________________
23262 [  6759] By: jhi                                   on 2000/08/21  22:25:40
23263         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
23264              From: Peter Prymmer <pvhp@forte.com>
23265              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
23266              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
23267      Branch: perl
23268            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
23269            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
23270            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
23271            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
23272            ! t/lib/st-tieditems.t
23273 ____________________________________________________________________________
23274 [  6758] By: jhi                                   on 2000/08/21  22:22:32
23275         Log: Few more casts, need reported in
23276              
23277              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
23278              From: Mike Stok <mike@stok.co.uk>
23279              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
23280              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
23281              
23282              and
23283              
23284              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
23285              From: abigail@foad.org
23286              Date: 21 Aug 2000 21:31:34 -0000
23287              Message-Id: <20000821213134.30170.qmail@foad.org>
23288      Branch: perl
23289            ! ext/Storable/Storable.xs
23290 ____________________________________________________________________________
23291 [  6757] By: jhi                                   on 2000/08/21  18:37:07
23292         Log: Update Changes.
23293      Branch: perl
23294            ! Changes patchlevel.h
23295 ____________________________________________________________________________
23296 [  6756] By: jhi                                   on 2000/08/21  18:34:02
23297         Log: A pod nit.
23298              
23299              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
23300              From: <abigail@foad.org>
23301              Date: Mon, 21 Aug 2000 14:00:16 -0400
23302              Message-ID: <20000821180016.28627.qmail@foad.org>
23303      Branch: perl
23304            ! pod/perlre.pod
23305 ____________________________________________________________________________
23306 [  6755] By: jhi                                   on 2000/08/21  18:30:56
23307         Log: Use PodParser 1.18 new test.
23308      Branch: perl
23309            ! t/pod/special_seqs.t t/pod/special_seqs.xr
23310 ____________________________________________________________________________
23311 [  6754] By: jhi                                   on 2000/08/21  18:28:35
23312         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
23313              patches cannot be applied since #6712 conflicts.
23314      Branch: perl
23315            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
23316 ____________________________________________________________________________
23317 [  6753] By: jhi                                   on 2000/08/21  18:15:11
23318         Log: Weed out some smaller changes.
23319      Branch: perl
23320            ! pod/perldelta.pod
23321 ____________________________________________________________________________
23322 [  6752] By: jhi                                   on 2000/08/21  18:02:30
23323         Log: Also under djgpp the timestamps are funky.
23324      Branch: perl
23325            ! t/op/stat.t
23326 ____________________________________________________________________________
23327 [  6751] By: jhi                                   on 2000/08/21  17:55:56
23328         Log: Tweak the floating point output routine preferences.
23329      Branch: metaconfig
23330            ! U/compline/d_gconvert.U
23331      Branch: perl
23332            ! Configure
23333 ____________________________________________________________________________
23334 [  6750] By: jhi                                   on 2000/08/21  17:51:29
23335         Log: Unicos/mk requires elaborate paranoia.
23336      Branch: perl
23337            ! lib/Math/Complex.pm
23338 ____________________________________________________________________________
23339 [  6749] By: gsar                                  on 2000/08/21  16:53:31
23340         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
23341      Branch: perl
23342            ! lib/Cwd.pm
23343 ____________________________________________________________________________
23344 [  6748] By: gsar                                  on 2000/08/21  16:22:19
23345         Log: free TLS slot properly on Windows
23346      Branch: perl
23347            ! thread.h win32/perllib.c win32/win32thread.h
23348 ____________________________________________________________________________
23349 [  6747] By: jhi                                   on 2000/08/21  16:20:58
23350         Log: Rename the macro argument because some preprocessors
23351              can't tell the difference and expand arguments also inside
23352              double quoted strings.
23353      Branch: perl
23354            ! regcomp.c
23355 ____________________________________________________________________________
23356 [  6746] By: jhi                                   on 2000/08/21  16:09:41
23357         Log: Support long doubles in Storable.
23358              
23359              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
23360              From: Radu Greab <radu@netsoft.ro>
23361              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
23362              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
23363      Branch: perl
23364            ! ext/Storable/Storable.xs
23365 ____________________________________________________________________________
23366 [  6745] By: jhi                                   on 2000/08/21  15:51:40
23367         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
23368              From: "Fifer, Eric" <EFifer@sanwaint.com>
23369              Date: Mon, 21 Aug 2000 15:34:49 +0100
23370              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
23371      Branch: perl
23372            ! t/pragma/warn/9enabled
23373 ____________________________________________________________________________
23374 [  6744] By: jhi                                   on 2000/08/21  15:39:35
23375         Log: Document the endianness of Alpha more precisely.
23376      Branch: perl
23377            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
23378            ! pod/perlport.pod
23379 ____________________________________________________________________________
23380 [  6743] By: jhi                                   on 2000/08/21  14:47:05
23381         Log: perldelta fixes from the p5p crowd.
23382      Branch: perl
23383            ! pod/perldelta.pod pod/perlop.pod
23384 ____________________________________________________________________________
23385 [  6742] By: jhi                                   on 2000/08/21  13:34:51
23386         Log: Update to Pod::LaTeX 0.53.
23387              
23388              Subject: [PATCH] lib/Pod/LaTeX.pm updates
23389              From: Tim Jenness <timj@jach.hawaii.edu>
23390              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
23391              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
23392      Branch: perl
23393            ! lib/Pod/LaTeX.pm
23394 ____________________________________________________________________________
23395 [  6741] By: jhi                                   on 2000/08/21  13:33:01
23396         Log: Subject: [PATCH] os2.c fix for use64bitint
23397              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23398              Date: Mon, 21 Aug 2000 01:32:25 -0700
23399              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
23400      Branch: perl
23401            ! os2/os2.c
23402 ____________________________________________________________________________
23403 [  6740] By: jhi                                   on 2000/08/21  13:28:52
23404         Log: Array context keeps slithering in.
23405              
23406              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
23407              From: Daniel Chetlin <daniel@chetlin.com>
23408              Date: Sun, 20 Aug 2000 21:40:25 -0700
23409              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
23410      Branch: perl
23411            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
23412            ! pod/perldebtut.pod
23413 ____________________________________________________________________________
23414 [  6739] By: jhi                                   on 2000/08/21  13:23:55
23415         Log: Big-endian quad fixes for Storable from Radu Greab,
23416              plus few explicit null casts for picky compilers.
23417      Branch: perl
23418            ! ext/Storable/Storable.xs
23419 ____________________________________________________________________________
23420 [  6738] By: gsar                                  on 2000/08/21  05:56:13
23421         Log: small tweaks for change#6705: avoid C++ style comments in C code;
23422              use Perl's malloc API rather than the low level system one
23423      Branch: perl
23424            ! win32/win32.c
23425 ____________________________________________________________________________
23426 [  6737] By: gsar                                  on 2000/08/21  05:35:41
23427         Log: add Storable to list of extensions on Windows
23428      Branch: perl
23429            ! win32/Makefile win32/makefile.mk
23430 ____________________________________________________________________________
23431 [  6736] By: jhi                                   on 2000/08/21  02:57:53
23432         Log: Update Changes.
23433      Branch: perl
23434            ! Changes patchlevel.h
23435 ____________________________________________________________________________
23436 [  6735] By: jhi                                   on 2000/08/21  02:57:20
23437         Log: Draft 0.
23438      Branch: perl
23439            ! pod/perldelta.pod
23440 ____________________________________________________________________________
23441 [  6734] By: jhi                                   on 2000/08/21  02:57:03
23442         Log: Add Storable 0.7.2 from Raphael Manfredi,
23443              plus the patch from
23444              
23445              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
23446              From: Radu Greab <radu@netsoft.ro>
23447              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
23448              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
23449              
23450              plus changes to get Storable to compile with
23451              picky ANSI compilers.
23452      Branch: perl
23453            + ext/Storable/ChangeLog ext/Storable/MANIFEST
23454            + ext/Storable/Makefile.PL ext/Storable/README
23455            + ext/Storable/Storable.pm ext/Storable/Storable.xs
23456            + ext/Storable/patchlevel.h t/lib/st-06compat.t
23457            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
23458            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
23459            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
23460            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
23461            + t/lib/st-tieditems.t
23462            ! MANIFEST
23463 ____________________________________________________________________________
23464 [  6733] By: jhi                                   on 2000/08/21  02:29:09
23465         Log: The correct cleaning order is an art.
23466      Branch: perl
23467            ! Makefile.SH
23468 ____________________________________________________________________________
23469 [  6732] By: jhi                                   on 2000/08/21  01:23:39
23470         Log: The #6724 is here.
23471      Branch: perl
23472            ! t/lib/ftmp-security.t
23473 ____________________________________________________________________________
23474 [  6731] By: jhi                                   on 2000/08/20  23:17:03
23475         Log: s/this one/the 5.6.0 release/
23476      Branch: perl
23477            ! pod/perl56delta.pod
23478 ____________________________________________________________________________
23479 [  6730] By: jhi                                   on 2000/08/20  23:07:34
23480         Log: Mention perlebcdic and perlposix-bc.
23481      Branch: perl
23482            ! pod/perlport.pod
23483 ____________________________________________________________________________
23484 [  6729] By: jhi                                   on 2000/08/20  21:32:59
23485         Log: Document the number of exponent digits.
23486      Branch: perl
23487            ! pod/perlfunc.pod
23488 ____________________________________________________________________________
23489 [  6728] By: jhi                                   on 2000/08/20  21:16:47
23490         Log: Use File::Spec->tmpdir().
23491              
23492              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
23493              From: Tim Jenness <timj@jach.hawaii.edu>
23494              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
23495              MIME-Version: 1.0
23496              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
23497      Branch: perl
23498            ! utils/perlbug.PL
23499 ____________________________________________________________________________
23500 [  6727] By: jhi                                   on 2000/08/20  20:43:32
23501         Log: Update Changes.
23502      Branch: perl
23503            ! Changes patchlevel.h
23504 ____________________________________________________________________________
23505 [  6726] By: jhi                                   on 2000/08/20  20:41:44
23506         Log: The veryclean target needs to clobber.
23507      Branch: perl
23508            ! Makefile.SH
23509 ____________________________________________________________________________
23510 [  6725] By: jhi                                   on 2000/08/20  20:37:38
23511         Log: Document odd vs even subreleases and -Dusedevel.
23512      Branch: perl
23513            ! INSTALL
23514 ____________________________________________________________________________
23515 [  6724] By: jhi                                   on 2000/08/20  19:58:05
23516         Log: Use temporary directory instead of current directory.
23517              
23518              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
23519              From: Tim Jenness <timj@jach.hawaii.edu>
23520              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
23521              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
23522      Branch: perl
23523            ! t/lib/ftmp-security.t
23524 ____________________________________________________________________________
23525 [  6723] By: jhi                                   on 2000/08/20  19:55:55
23526         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
23527              From: andreas.koenig@anima.de (Andreas J. Koenig)
23528              Date: 20 Aug 2000 15:52:03 +0200
23529              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
23530      Branch: perl
23531            ! lib/ExtUtils/MM_Unix.pm
23532 ____________________________________________________________________________
23533 [  6722] By: jhi                                   on 2000/08/20  19:46:01
23534         Log: Update to CGI 2.72, from Lincoln Stein.
23535      Branch: perl
23536            ! lib/CGI.pm
23537 ____________________________________________________________________________
23538 [  6721] By: jhi                                   on 2000/08/20  19:43:54
23539         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
23540              From: Radu Greab <radu@netsoft.ro>
23541              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
23542              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
23543      Branch: perl
23544            ! ext/GDBM_File/GDBM_File.xs
23545 ____________________________________________________________________________
23546 [  6720] By: jhi                                   on 2000/08/20  19:42:01
23547         Log: pp_open() could pass an uninitialized filename down to do_open9().
23548      Branch: perl
23549            ! pp_sys.c
23550 ____________________________________________________________________________
23551 [  6719] By: jhi                                   on 2000/08/20  14:06:41
23552         Log: UTF8 concat fixes.
23553              
23554              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
23555              From: Hugo <hv@crypt.compulink.co.uk>
23556              Date: Sun, 20 Aug 2000 07:30:46 +0100
23557              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
23558      Branch: perl
23559            ! pp_hot.c t/op/append.t
23560 ____________________________________________________________________________
23561 [  6718] By: jhi                                   on 2000/08/20  02:09:37
23562         Log: Let's try #6717 again.
23563      Branch: perl
23564            ! lib/File/Temp.pm
23565 ____________________________________________________________________________
23566 [  6717] By: jhi                                   on 2000/08/20  01:56:55
23567         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
23568              From: "Craig A. Berry" <craig.berry@metamorgs.com>
23569              Date: Sat, 19 Aug 2000 18:15:39 -0500
23570              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
23571      Branch: perl
23572            ! lib/File/Temp.pm
23573 ____________________________________________________________________________
23574 [  6716] By: jhi                                   on 2000/08/19  15:50:11
23575         Log: Update Changes.
23576      Branch: perl
23577            ! Changes patchlevel.h
23578 ____________________________________________________________________________
23579 [  6715] By: jhi                                   on 2000/08/19  15:39:09
23580         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
23581              From: Jonathan D Johnston <jdjohnston2@juno.com>
23582              Date: Thu, 17 Aug 2000 23:13:01 -0400       
23583              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
23584      Branch: perl
23585            ! pod/perlfunc.pod
23586 ____________________________________________________________________________
23587 [  6714] By: jhi                                   on 2000/08/19  15:34:04
23588         Log: Introduce a 'veryclean' target that is like 'distclean'
23589              but also removes *~ and *.orig.
23590      Branch: perl
23591            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
23592            ! utils/Makefile x2p/Makefile.SH
23593 ____________________________________________________________________________
23594 [  6713] By: jhi                                   on 2000/08/19  14:15:45
23595         Log: Put back the long double avoidance code to POSIX.xs
23596              because VMS seems to need it still.
23597      Branch: perl
23598            ! ext/POSIX/POSIX.xs
23599 ____________________________________________________________________________
23600 [  6712] By: jhi                                   on 2000/08/19  14:10:41
23601         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
23602              From: Peter Prymmer <pvhp@forte.com>
23603              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
23604              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
23605      Branch: perl
23606            ! lib/Pod/Find.pm t/pod/find.t
23607 ____________________________________________________________________________
23608 [  6711] By: jhi                                   on 2000/08/19  14:09:19
23609         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
23610              From: Peter Prymmer <pvhp@forte.com>
23611              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
23612              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
23613              cc: vmsperl@perl.org
23614      Branch: perl
23615            ! t/lib/peek.t
23616 ____________________________________________________________________________
23617 [  6710] By: jhi                                   on 2000/08/19  14:08:01
23618         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
23619              From: Jan Dubois <jand@ActiveState.com>
23620              Date: Fri, 18 Aug 2000 16:31:48 -0700
23621              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
23622      Branch: perl
23623            ! win32/win32.c
23624 ____________________________________________________________________________
23625 [  6709] By: jhi                                   on 2000/08/19  14:06:57
23626         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
23627              
23628              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
23629              From: Spider.Boardman@Orb.Nashua.NH.US
23630              Date: Fri, 18 Aug 2000 18:41:14 -0400
23631              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
23632      Branch: perl
23633            ! regcomp.c
23634 ____________________________________________________________________________
23635 [  6708] By: jhi                                   on 2000/08/18  22:04:49
23636         Log: Update Changes.
23637      Branch: perl
23638            ! Changes patchlevel.h
23639 ____________________________________________________________________________
23640 [  6707] By: jhi                                   on 2000/08/18  21:55:14
23641         Log: Add warnif(), check warnings further up the stack,
23642              all the warnings functions now can take an optional object reference.
23643              
23644              Subject: [PATCH bleedperl@6691] warnings pragma update
23645              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
23646              Date: Fri, 18 Aug 2000 22:42:06 +0100
23647              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
23648      Branch: perl
23649            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
23650            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
23651            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
23652 ____________________________________________________________________________
23653 [  6706] By: jhi                                   on 2000/08/18  21:41:45
23654         Log: Typo in pp_complement().
23655              
23656              Subject: [PATCH perl-current] Deparse
23657              From: Peter Scott <Peter@PSDT.com>
23658              Date: Fri, 18 Aug 2000 12:44:37 -0700
23659              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
23660      Branch: perl
23661            ! ext/B/B/Deparse.pm
23662 ____________________________________________________________________________
23663 [  6705] By: jhi                                   on 2000/08/18  21:25:59
23664         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
23665              From: Jan Dubois <jand@ActiveState.com>
23666              Date: Fri, 18 Aug 2000 14:22:51 -0700
23667              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
23668      Branch: perl
23669            ! lib/Win32.pod win32/win32.c
23670 ____________________________________________________________________________
23671 [  6704] By: jhi                                   on 2000/08/18  21:16:14
23672         Log: Don't eat leading os from index entries.
23673              
23674              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
23675              From: Russ Allbery <rra@stanford.edu>
23676              Date: 10 Aug 2000 20:49:25 -0700
23677              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
23678      Branch: perl
23679            ! lib/Pod/Man.pm
23680 ____________________________________________________________________________
23681 [  6703] By: jhi                                   on 2000/08/18  21:07:06
23682         Log: Add [[:blank:]] as suggested in
23683              
23684              Subject: [ID 20000716.024] [=cc=] / [:blank:]
23685              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
23686              Date: Sun, 16 Jul 2000 17:55:29 -0700
23687              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
23688              
23689              (the [=cc=] has already been taken care of by #6439
23690              so the whole bug report can be closed)
23691              
23692              and make [[:space:]] to be equivalent to isspace(3)
23693              (as opposed to \s, which is isSPACE()).  The difference
23694              is that now [[:space:]] matches the mythical vertical tab,
23695              while \s doesn't.
23696      Branch: perl
23697            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
23698            ! regexec.c t/op/pat.t
23699 ____________________________________________________________________________
23700 [  6702] By: jhi                                   on 2000/08/18  18:47:47
23701         Log: The new tests were missing from #6415.
23702      Branch: perl
23703            ! t/op/bop.t
23704 ____________________________________________________________________________
23705 [  6701] By: jhi                                   on 2000/08/18  18:20:40
23706         Log: Document the NDBM_File and ODBM_File as SDBM_File
23707              was documented in #6417.
23708      Branch: perl
23709            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
23710            ! ext/SDBM_File/SDBM_File.pm
23711 ____________________________________________________________________________
23712 [  6700] By: jhi                                   on 2000/08/18  18:10:39
23713         Log: Subject: [PATCH perl@6698] cygwin port
23714              From: "Fifer, Eric" <EFifer@sanwaint.com>
23715              Date: Fri, 18 Aug 2000 17:30:05 +0100
23716              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
23717      Branch: perl
23718            ! lib/File/Temp.pm
23719 ____________________________________________________________________________
23720 [  6699] By: jhi                                   on 2000/08/18  16:21:49
23721         Log: Document code point which makes if (defined %stash::) to work
23722              (noted by Spider Boardman).
23723      Branch: perl
23724            ! op.c
23725 ____________________________________________________________________________
23726 [  6698] By: jhi                                   on 2000/08/18  13:43:27
23727         Log: Update Changes.
23728      Branch: perl
23729            ! Changes patchlevel.h
23730 ____________________________________________________________________________
23731 [  6697] By: jhi                                   on 2000/08/18  13:35:57
23732         Log: Tiny Getopt::Long patch from Johan Vromans.
23733      Branch: perl
23734            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
23735 ____________________________________________________________________________
23736 [  6696] By: jhi                                   on 2000/08/18  13:26:14
23737         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
23738              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
23739              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
23740              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
23741      Branch: perl
23742            ! pod/perldiag.pod pod/perlsyn.pod
23743 ____________________________________________________________________________
23744 [  6695] By: jhi                                   on 2000/08/18  13:13:26
23745         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
23746              From: Daniel Chetlin <daniel@chetlin.com>
23747              Date: Fri, 18 Aug 2000 03:13:36 -0700
23748              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
23749      Branch: perl
23750            ! pod/perlfunc.pod
23751 ____________________________________________________________________________
23752 [  6694] By: jhi                                   on 2000/08/18  13:08:05
23753         Log: Subject: [PATCH] perltrap.pod spring cleaning
23754              From: Daniel Chetlin <daniel@chetlin.com>
23755              Date: Fri, 18 Aug 2000 03:06:54 -0700
23756              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
23757              
23758              plus Mike Guy's nitfix.
23759      Branch: perl
23760            ! pod/perltrap.pod
23761 ____________________________________________________________________________
23762 [  6693] By: jhi                                   on 2000/08/18  13:00:26
23763         Log: Unbuffer the output.
23764              
23765              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
23766              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23767              Date: Thu, 17 Aug 2000 18:39:29 -0700
23768              Message-ID: <RPJn5gzkgydf092yn@efn.org>
23769      Branch: perl
23770            ! t/op/fork.t
23771 ____________________________________________________________________________
23772 [  6692] By: jhi                                   on 2000/08/18  05:19:17
23773         Log: Delete the image, too, not just its MANIFEStation.
23774      Branch: perl
23775            - lib/CGI/eg/wilogo.gif
23776 ____________________________________________________________________________
23777 [  6691] By: jhi                                   on 2000/08/18  05:10:26
23778         Log: Propagate new Configure vars.
23779      Branch: perl
23780            ! configure.com epoc/config.sh uconfig.h uconfig.sh
23781            ! vos/config.def vos/config.h vos/config_h.SH_orig
23782            ! win32/config.bc win32/config.gc win32/config.vc
23783            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23784 ____________________________________________________________________________
23785 [  6690] By: jhi                                   on 2000/08/18  04:30:56
23786         Log: Update Changes.
23787      Branch: perl
23788            ! Changes patchlevel.h
23789 ____________________________________________________________________________
23790 [  6689] By: jhi                                   on 2000/08/18  04:12:30
23791         Log: Fix the lib/complex failure of
23792              
23793              From: abigail@foad.org
23794              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
23795              Date: 15 Aug 2000 04:06:38 -0000
23796              Message-Id: <20000815040638.8524.qmail@foad.org> 
23797              
23798              Linux long double accuracy issue: something that
23799              when printed with %g looks like "2" but int() of it is 1.
23800      Branch: perl
23801            ! lib/Math/Complex.pm
23802 ____________________________________________________________________________
23803 [  6688] By: jhi                                   on 2000/08/18  03:15:35
23804         Log: The byteorder code in #6671 was wrong.
23805      Branch: perl
23806            ! configpm
23807 ____________________________________________________________________________
23808 [  6687] By: jhi                                   on 2000/08/18  02:08:42
23809         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
23810              From: Jan Dubois <jand@ActiveState.com>
23811              Date: Thu, 17 Aug 2000 18:31:55 -0700
23812              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
23813      Branch: perl
23814            ! sv.c
23815 ____________________________________________________________________________
23816 [  6686] By: jhi                                   on 2000/08/18  02:04:15
23817         Log: Use NVs in POSIX math, not doubles.
23818              
23819              From: abigail@foad.org
23820              Subject: [ID 20000817.014] POSIX & modfl
23821              Date: 17 Aug 2000 20:49:18 -0000
23822              Message-Id: <20000817204918.23123.qmail@foad.org>
23823      Branch: perl
23824            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
23825 ____________________________________________________________________________
23826 [  6685] By: jhi                                   on 2000/08/18  02:02:12
23827         Log: Introduce NVef, NVff, and NVgf, use the middle one.
23828              (helps for lib/peek + Linux + long doubles)  Reported in
23829              
23830              From: abigail@foad.org
23831              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
23832              Date: 15 Aug 2000 04:06:38 -0000
23833              Message-Id: <20000815040638.8524.qmail@foad.org> 
23834              
23835              (note: the lib/complex failure has not yet been addressed)
23836      Branch: metaconfig/U/perl
23837            ! perlxvf.U
23838      Branch: perl
23839            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23840            ! config_h.SH dump.c perl.h pod/perlguts.pod
23841 ____________________________________________________________________________
23842 [  6684] By: jhi                                   on 2000/08/17  23:22:19
23843         Log: Add byteorder to the myconfig output.
23844      Branch: perl
23845            ! myconfig.SH
23846 ____________________________________________________________________________
23847 [  6683] By: jhi                                   on 2000/08/17  23:20:19
23848         Log: The image doth not exist, spotted by Johan Vromans.
23849      Branch: perl
23850            ! MANIFEST
23851 ____________________________________________________________________________
23852 [  6682] By: jhi                                   on 2000/08/17  22:38:16
23853         Log: Document what the backtick returns if the command fails.
23854      Branch: perl
23855            ! pod/perlop.pod
23856 ____________________________________________________________________________
23857 [  6681] By: jhi                                   on 2000/08/17  22:33:12
23858         Log: Do not use prototyping here.
23859              
23860              Subject: [ID 20000817.016] [PATCH] Peek.xs
23861              From: abigail@foad.org
23862              Date: 17 Aug 2000 20:55:56 -0000
23863              Message-Id: <20000817205556.24270.qmail@foad.org>
23864      Branch: perl
23865            ! ext/Devel/Peek/Makefile.PL
23866 ____________________________________________________________________________
23867 [  6680] By: jhi                                   on 2000/08/17  19:46:43
23868         Log: Don't propose using modules built for 5.005 if no binary
23869              compatibility with 5.005 is attempted.
23870              
23871              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
23872              Subject: Minor nit with 5.7.0 (6655)
23873              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
23874              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
23875      Branch: metaconfig
23876            ! U/installdirs/inc_version_list.U
23877      Branch: perl
23878            ! Configure config_h.SH
23879 ____________________________________________________________________________
23880 [  6679] By: jhi                                   on 2000/08/17  19:16:39
23881         Log: Microperl config update.
23882      Branch: perl
23883            ! uconfig.h uconfig.sh
23884 ____________________________________________________________________________
23885 [  6678] By: jhi                                   on 2000/08/17  19:16:13
23886         Log: The #6648 wasn't protective enough for limited platforms
23887              (like microperl).
23888      Branch: perl
23889            ! dump.c sv.c
23890 ____________________________________________________________________________
23891 [  6677] By: jhi                                   on 2000/08/17  14:46:35
23892         Log: Update Changes.
23893      Branch: perl
23894            ! Changes patchlevel.h
23895 ____________________________________________________________________________
23896 [  6676] By: jhi                                   on 2000/08/17  14:44:02
23897         Log: Add perlebcdic from Peter Prymmer, regen toc.
23898      Branch: perl
23899            + pod/perlebcdic.pod
23900            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23901 ____________________________________________________________________________
23902 [  6675] By: jhi                                   on 2000/08/17  14:41:52
23903         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
23904      Branch: perl
23905            ! pod/perldebtut.pod
23906 ____________________________________________________________________________
23907 [  6674] By: jhi                                   on 2000/08/17  14:29:43
23908         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
23909              
23910              Subject: [ID 20000724.006] -DLEAKTEST problem
23911              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
23912              Date: Tue, 25 Jul 2000 00:36:32 -0500
23913              Message-Id: <20000725003632.A26186@www.llamacom.com>
23914              
23915              Reminder sent
23916              
23917              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
23918              From: Hugo <hv@crypt.compulink.co.uk>
23919              Date: Thu, 17 Aug 2000 15:23:42 +0100
23920              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
23921      Branch: perl
23922            ! util.c
23923 ____________________________________________________________________________
23924 [  6673] By: jhi                                   on 2000/08/17  04:07:10
23925         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
23926              From: John Peacock <JPeacock@UnivPress.com>
23927              Date: Tue, 01 Aug 2000 09:38:12 -0400
23928              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
23929      Branch: perl
23930            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
23931 ____________________________________________________________________________
23932 [  6672] By: jhi                                   on 2000/08/17  03:04:35
23933         Log: Subject: [PATCH] Cwd.pm now uses strict
23934              From: Tim Jenness <timj@jach.hawaii.edu>
23935              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
23936              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
23937      Branch: perl
23938            ! lib/Cwd.pm
23939 ____________________________________________________________________________
23940 [  6671] By: jhi                                   on 2000/08/17  02:16:35
23941         Log: Make $Config{byteorder} more magical so that it is
23942              dynamically computed: nice for 'fat binaries'.
23943              
23944              Subject: [PATCH]: default byteorder
23945              From: Wilfredo Sánchez <wsanchez@apple.com>
23946              Date: Mon, 31 Jul 2000 19:45:31 -0700
23947              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
23948      Branch: perl
23949            ! configpm
23950 ____________________________________________________________________________
23951 [  6670] By: gsar                                  on 2000/08/17  01:22:21
23952         Log: move WNOHANG definition to where other such things are
23953      Branch: perl
23954            ! win32/win32.h
23955 ____________________________________________________________________________
23956 [  6669] By: jhi                                   on 2000/08/17  01:19:17
23957         Log: Update Changes.
23958      Branch: perl
23959            ! Changes patchlevel.h
23960 ____________________________________________________________________________
23961 [  6668] By: jhi                                   on 2000/08/17  01:16:29
23962         Log: Doc nits spotted by Richard Soderberg.
23963      Branch: perl
23964            ! README.posix-bc README.vmesa
23965 ____________________________________________________________________________
23966 [  6667] By: jhi                                   on 2000/08/17  01:12:11
23967         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
23968              From: "Casey R. Tweten" <crt@kiski.net>
23969              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
23970              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
23971      Branch: perl
23972            ! pod/perldebtut.pod
23973 ____________________________________________________________________________
23974 [  6666] By: jhi                                   on 2000/08/17  01:09:31
23975         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
23976              From: "Casey R. Tweten" <crt@kiski.net>
23977              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
23978              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
23979      Branch: perl
23980            ! lib/Shell.pm
23981 ____________________________________________________________________________
23982 [  6665] By: gsar                                  on 2000/08/17  01:03:52
23983         Log: add "ok" targets from change#6632 in makefile.mk
23984      Branch: perl
23985            ! pod/perlport.pod win32/Makefile win32/makefile.mk
23986 ____________________________________________________________________________
23987 [  6664] By: gsar                                  on 2000/08/17  00:56:11
23988         Log: avoid warnings from dense compiler
23989      Branch: perl
23990            ! win32/win32.c
23991 ____________________________________________________________________________
23992 [  6663] By: jhi                                   on 2000/08/17  00:51:49
23993         Log: Tweak the regex compilation errors once more.
23994      Branch: perl
23995            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
23996            ! t/op/regmesg.t t/pragma/warn/regcomp
23997 ____________________________________________________________________________
23998 [  6662] By: gsar                                  on 2000/08/17  00:28:19
23999         Log: trailing new %ENV entries weren't being pushed into the real
24000              environment of subprocesses on Windows
24001      Branch: perl
24002            ! t/op/magic.t win32/perlhost.h
24003 ____________________________________________________________________________
24004 [  6661] By: gsar                                  on 2000/08/17  00:19:20
24005         Log: waitpid() now handles externally spawned pids correctly;
24006              fixes for backtick/wait/waitpid failures on Windows 9x
24007              
24008              these changes make the pid returned by process functions on
24009              Windows 9x always positive by clearing the high bit (which
24010              is always set on Win9x); pseudo-process PIDs are likewise
24011              always negative now on Win9x (just as on NT/2000)
24012      Branch: perl
24013            ! pp_sys.c win32/perlhost.h win32/win32.c
24014 ____________________________________________________________________________
24015 [  6660] By: jhi                                   on 2000/08/17  00:04:32
24016         Log: Retract #6645.
24017      Branch: perl
24018            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24019            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
24020            ! t/op/sprintf.t
24021 ____________________________________________________________________________
24022 [  6659] By: gsar                                  on 2000/08/16  23:59:28
24023         Log: on windows, the return values from wait() and waitpid() don't
24024              match those of pseudo-pids
24025      Branch: perl
24026            ! pp_sys.c t/op/fork.t util.c win32/win32.c
24027 ____________________________________________________________________________
24028 [  6658] By: gsar                                  on 2000/08/16  23:56:14
24029         Log: pod nit seen in passing
24030      Branch: perl
24031            ! pod/perlfunc.pod
24032 ____________________________________________________________________________
24033 [  6657] By: gsar                                  on 2000/08/16  23:53:42
24034         Log: change#6328 could make close(SOCKET) return false on windows
24035              when it shouldn't
24036      Branch: perl
24037            ! win32/win32sck.c
24038 ____________________________________________________________________________
24039 [  6656] By: gsar                                  on 2000/08/16  23:46:57
24040         Log: check that the number pseudo children doesn't exceed
24041              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
24042              the WaitForMultipleObjects() limit that would cause wait()
24043              to crash)
24044              
24045              wait() and waitpid() could potentially be rewritten to use
24046              more than one thread to do the waiting to eliminate this
24047              limitation
24048      Branch: perl
24049            ! win32/perlhost.h
24050 ____________________________________________________________________________
24051 [  6655] By: jhi                                   on 2000/08/16  14:11:05
24052         Log: Update Changes.
24053      Branch: perl
24054            ! Changes patchlevel.h
24055 ____________________________________________________________________________
24056 [  6654] By: jhi                                   on 2000/08/16  14:10:12
24057         Log: Update to perldebtut 1.9, from Richard Foley.
24058      Branch: perl
24059            ! pod/perldebtut.pod
24060 ____________________________________________________________________________
24061 [  6653] By: jhi                                   on 2000/08/16  14:08:17
24062         Log: Change the regx compilation error markers to use = instead of <
24063              since pod makes using the latter quite messy.  Reported in
24064              ID 20000814.006 by Abigail and in
24065              Subject: Unknown escape E<> ?
24066              From: Lupe Christoph <lupe@lupe-christoph.de>
24067              Date: Fri, 11 Aug 2000 00:30:27 +0200
24068              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
24069      Branch: perl
24070            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
24071            ! t/op/regmesg.t t/pragma/warn/regcomp
24072 ____________________________________________________________________________
24073 [  6652] By: jhi                                   on 2000/08/16  13:25:31
24074         Log: Change the perlbug address to perl.org since it's more forgiving.
24075              
24076              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
24077              From: abigail@foad.org
24078              Date: 15 Aug 2000 04:15:40 -0000
24079              Message-Id: <20000815041540.8633.qmail@foad.org>
24080      Branch: perl
24081            ! utils/perlbug.PL
24082 ____________________________________________________________________________
24083 [  6651] By: jhi                                   on 2000/08/16  13:22:35
24084         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
24085              From: Tim Jenness <timj@jach.hawaii.edu>
24086              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
24087              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
24088      Branch: perl
24089            ! lib/Cwd.pm
24090 ____________________________________________________________________________
24091 [  6650] By: jhi                                   on 2000/08/16  13:18:13
24092         Log: Update to CPAN 1.57.
24093              
24094              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
24095              From: andreas.koenig@anima.de (Andreas J. Koenig)
24096              Date: 16 Aug 2000 15:09:46 +0200
24097              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
24098      Branch: perl
24099            ! lib/CPAN.pm
24100 ____________________________________________________________________________
24101 [  6649] By: jhi                                   on 2000/08/16  13:12:31
24102         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
24103              From: "Larry W. Virden" <lvirden@cas.org>
24104              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
24105              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
24106      Branch: perl
24107            ! README.hpux
24108 ____________________________________________________________________________
24109 [  6648] By: jhi                                   on 2000/08/16  13:03:53
24110         Log: The numeric locale was reset to "C" by s?printf and never restored.
24111              
24112              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
24113              From: Christian Kirsch <ck@held.mind.de>
24114              Date: Wed, 9 Aug 2000 17:05:17 +0200
24115              Message-Id: <20000809170517.A25389@held>
24116              
24117              No test since adding the failing example to locale.t
24118              does not fail -- probably because the locale settings are so
24119              thoroughly tweaked by that time.  Running the example standalone
24120              does fail, though.  UPDATE: test case added at change #7540.
24121      Branch: perl
24122            ! dump.c perl.h pp.c pp_ctl.c sv.c
24123 ____________________________________________________________________________
24124 [  6647] By: jhi                                   on 2000/08/16  00:07:54
24125         Log: Update Changes and test semi-automatic patchlevel updating.
24126      Branch: perl
24127            ! Changes patchlevel.h
24128 ____________________________________________________________________________
24129 [  6646] By: jhi                                   on 2000/08/15  23:35:07
24130         Log: Fix a dependency problem.
24131              
24132              Subject: [PATCH: 6640] VMS Makefile.SH update
24133              From: Peter Prymmer <pvhp@forte.com>
24134              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
24135              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
24136      Branch: perl
24137            ! vms/descrip_mms.template
24138 ____________________________________________________________________________
24139 [  6645] By: jhi                                   on 2000/08/15  23:33:23
24140         Log: (Retracted by #6660)
24141              
24142              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
24143              From: Dominic Dunlop <domo@computer.org>
24144              Date: Tue, 15 Aug 2000 22:20:52 +0200
24145              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
24146      Branch: metaconfig/U/perl
24147            + d_printfed.U
24148      Branch: perl
24149            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24150            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
24151            ! t/op/sprintf.t
24152 ____________________________________________________________________________
24153 [  6644] By: jhi                                   on 2000/08/15  21:17:20
24154         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
24155              From: abigail@foad.org
24156              Date: 15 Aug 2000 20:12:41 -0000
24157              Message-Id: <20000815201241.25556.qmail@foad.org>
24158      Branch: perl
24159            ! INSTALL
24160 ____________________________________________________________________________
24161 [  6643] By: jhi                                   on 2000/08/15  21:15:28
24162         Log: (an already applied patch)
24163      Branch: perl
24164            ! lib/CGI.pm
24165 ____________________________________________________________________________
24166 [  6642] By: gsar                                  on 2000/08/15  19:54:05
24167         Log: magic callbacks all need to have same type signature
24168      Branch: perl
24169            ! embed.pl mg.c proto.h
24170 ____________________________________________________________________________
24171 [  6641] By: jhi                                   on 2000/08/15  17:56:27
24172         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)
24173              From: Mike Guy <mjtg@cam.ac.uk>
24174              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
24175              Date: Tue, 15 Aug 2000 18:26:45 +0100
24176              
24177              Only the peek.t part applied, not the hash quality part.
24178      Branch: perl
24179            ! t/lib/peek.t
24180 ____________________________________________________________________________
24181 [  6640] By: jhi                                   on 2000/08/15  16:37:37
24182         Log: Update Changes.
24183      Branch: perl
24184            ! Changes
24185 ____________________________________________________________________________
24186 [  6639] By: jhi                                   on 2000/08/15  16:34:55
24187         Log: Missed a file from #6638.
24188      Branch: perl
24189            ! lib/File/Temp.pm
24190 ____________________________________________________________________________
24191 [  6638] By: jhi                                   on 2000/08/15  16:33:19
24192         Log: Subject: [PATCH perl@6620] cygwin port
24193              From: "Fifer, Eric" <EFifer@sanwaint.com>
24194              Date: Tue, 15 Aug 2000 17:00:49 +0100
24195              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
24196      Branch: perl
24197            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
24198 ____________________________________________________________________________
24199 [  6637] By: jhi                                   on 2000/08/15  16:29:22
24200         Log: Subject: [PATCH] debugger exit code should reflect user exit code
24201              From: Mike Guy <mjtg@cam.ac.uk>
24202              Date: Tue, 15 Aug 2000 16:55:59 +0100
24203              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
24204      Branch: perl
24205            ! lib/perl5db.pl
24206 ____________________________________________________________________________
24207 [  6636] By: jhi                                   on 2000/08/15  15:30:58
24208         Log: Update Changes.
24209      Branch: perl
24210            ! Changes
24211 ____________________________________________________________________________
24212 [  6635] By: jhi                                   on 2000/08/15  15:27:21
24213         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
24214      Branch: metaconfig
24215            ! U/mkglossary U/mksample
24216      Branch: metaconfig/U/perl
24217            ! Devel.U
24218      Branch: perl
24219            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24220 ____________________________________________________________________________
24221 [  6634] By: jhi                                   on 2000/08/15  14:11:55
24222         Log: Don't blow limited stacks, a lower number is enough to
24223              tickle the lookbehind limit.
24224              
24225              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
24226              From: Dominic Dunlop <domo@computer.org>
24227              Date: Tue, 15 Aug 2000 13:51:24 +0200
24228              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
24229      Branch: perl
24230            ! t/op/regmesg.t
24231 ____________________________________________________________________________
24232 [  6633] By: jhi                                   on 2000/08/15  14:01:46
24233         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
24234              From: Mike Guy <mjtg@cam.ac.uk>
24235              Date: Tue, 15 Aug 2000 12:10:50 +0100
24236              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
24237      Branch: perl
24238            ! utils/perldoc.PL
24239 ____________________________________________________________________________
24240 [  6632] By: jhi                                   on 2000/08/15  13:58:48
24241         Log: make ok etc also for win32.
24242              
24243              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
24244              From: Prymmer/Kahn <pvhp@best.com>
24245              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
24246              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
24247      Branch: perl
24248            ! win32/Makefile
24249 ____________________________________________________________________________
24250 [  6631] By: jhi                                   on 2000/08/15  13:45:03
24251         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
24252      Branch: perl
24253            ! lib/Test.pm
24254 ____________________________________________________________________________
24255 [  6630] By: jhi                                   on 2000/08/15  03:25:09
24256         Log: Update Changes.
24257      Branch: perl
24258            ! Changes
24259 ____________________________________________________________________________
24260 [  6629] By: jhi                                   on 2000/08/15  03:23:53
24261         Log: magic_regdatum_set() is void, not int.
24262      Branch: perl
24263            ! embed.pl mg.c proto.h
24264 ____________________________________________________________________________
24265 [  6628] By: jhi                                   on 2000/08/15  03:08:02
24266         Log: Make the user to give up his firstborn, err, to knowingly
24267              verify installing an unstable developer release.  Also bump
24268              the release to 5.7.0, but leave a patch tag in the local
24269              patches saying that this is not yet the real thing.
24270      Branch: metaconfig
24271            ! U/modified/Instruct.U
24272      Branch: metaconfig/U/perl
24273            + Devel.U
24274      Branch: perl
24275            ! Configure patchlevel.h
24276 ____________________________________________________________________________
24277 [  6627] By: jhi                                   on 2000/08/14  22:32:52
24278         Log: README.os2 update.
24279              
24280              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
24281              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24282              Date: Wed, 02 Aug 2000 21:55:09 -0700
24283              Message-ID: <tsPi5gzkgegX092yn@efn.org>
24284      Branch: perl
24285            ! README.os2
24286 ____________________________________________________________________________
24287 [  6626] By: jhi                                   on 2000/08/14  21:00:02
24288         Log: Subject: Re: File::Temp problems on VMS in bleedperl
24289              From: Tim Jenness <timj@jach.hawaii.edu>
24290              cc: vmsperl@perl.org
24291              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
24292              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
24293      Branch: perl
24294            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
24295 ____________________________________________________________________________
24296 [  6625] By: jhi                                   on 2000/08/14  20:52:16
24297         Log: Add SUIDMAIL as was done for the CERT alert.
24298      Branch: perl
24299            ! patchlevel.h
24300 ____________________________________________________________________________
24301 [  6624] By: jhi                                   on 2000/08/14  20:48:50
24302         Log: Subject: sfio2000
24303              From: Daniel Muino <dmuino@afip.gov.ar>
24304              Date: Mon, 14 Aug 2000 16:58:11 -0300
24305              Message-ID: <20000814165811.B16368@con2-dgi>
24306      Branch: perl
24307            ! perlsdio.h perlsfio.h
24308 ____________________________________________________________________________
24309 [  6623] By: jhi                                   on 2000/08/14  20:47:36
24310         Log: Subject: warning: storage class after type is obsolescent
24311              From: Daniel Muino <dmuino@afip.gov.ar>
24312              Date: Mon, 14 Aug 2000 16:42:47 -0300
24313              Message-ID: <20000814164247.A16368@con2-dgi>
24314      Branch: perl
24315            ! regcomp.pl regnodes.h
24316 ____________________________________________________________________________
24317 [  6622] By: jhi                                   on 2000/08/14  20:43:05
24318         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
24319              From: abigail@foad.org
24320              Date: 14 Aug 2000 20:00:10 -0000
24321              Message-Id: <20000814200010.27271.qmail@foad.org>
24322      Branch: perl
24323            ! Changes
24324 ____________________________________________________________________________
24325 [  6621] By: jhi                                   on 2000/08/14  15:23:05
24326         Log: Update Changes.
24327      Branch: perl
24328            ! Changes
24329 ____________________________________________________________________________
24330 [  6620] By: jhi                                   on 2000/08/14  15:22:14
24331         Log: Subject: Re: [PATCH] @+, @- readonly
24332              From: Mike Guy <mjtg@cam.ac.uk>
24333              Date: Mon, 14 Aug 2000 15:26:55 +0100
24334              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
24335      Branch: perl
24336            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
24337            ! sv.c t/op/pat.t
24338 ____________________________________________________________________________
24339 [  6619] By: jhi                                   on 2000/08/14  14:12:08
24340         Log: Update Changes.
24341      Branch: perl
24342            ! Changes
24343 ____________________________________________________________________________
24344 [  6618] By: jhi                                   on 2000/08/14  14:09:34
24345         Log: For now remove the mail code.
24346      Branch: perl
24347            ! perl.c
24348 ____________________________________________________________________________
24349 [  6617] By: jhi                                   on 2000/08/14  14:08:28
24350         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
24351      Branch: perl
24352            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
24353            ! pod/perlfaq8.pod pod/perlsec.pod
24354 ____________________________________________________________________________
24355 [  6616] By: jhi                                   on 2000/08/14  14:00:11
24356         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
24357              From: Mike Guy <mjtg@cam.ac.uk>
24358              Date: Mon, 14 Aug 2000 08:26:02 +0100
24359              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
24360      Branch: perl
24361            ! lib/perl5db.pl
24362 ____________________________________________________________________________
24363 [  6615] By: jhi                                   on 2000/08/14  13:58:45
24364         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
24365              From: Mike Guy <mjtg@cam.ac.uk>
24366              Date: Mon, 14 Aug 2000 08:04:22 +0100
24367              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
24368      Branch: perl
24369            ! gv.c mg.c t/op/pat.t
24370 ____________________________________________________________________________
24371 [  6614] By: jhi                                   on 2000/08/14  13:56:45
24372         Log: Subject: Test fails / warnings with perl-current #6612
24373              From: Mike Guy <mjtg@cam.ac.uk>
24374              Date: Mon, 14 Aug 2000 07:57:23 +0100
24375              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
24376      Branch: perl
24377            ! t/lib/b.t t/lib/peek.t
24378 ____________________________________________________________________________
24379 [  6613] By: jhi                                   on 2000/08/14  13:45:33
24380         Log: VMS configure.com update continues.
24381      Branch: perl
24382            - vms/configure.com
24383            ! MANIFEST configure.com
24384 ____________________________________________________________________________
24385 [  6612] By: jhi                                   on 2000/08/13  22:13:35
24386         Log: Update Changes.
24387      Branch: perl
24388            ! Changes
24389 ____________________________________________________________________________
24390 [  6611] By: jhi                                   on 2000/08/13  16:21:45
24391         Log: Upgrade to CGI 2.71, from Lincoln Stein.
24392      Branch: perl
24393            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
24394 ____________________________________________________________________________
24395 [  6610] By: jhi                                   on 2000/08/13  15:09:16
24396         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
24397              From: Mike Guy <mjtg@cam.ac.uk>
24398              Date: Sun, 13 Aug 2000 13:45:51 +0100
24399              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
24400      Branch: perl
24401            ! t/op/regmesg.t
24402 ____________________________________________________________________________
24403 [  6609] By: jhi                                   on 2000/08/13  14:31:26
24404         Log: Andreas says that 1.56 is fine, so reverting back to it.
24405      Branch: perl
24406            ! lib/CPAN.pm
24407 ____________________________________________________________________________
24408 [  6608] By: jhi                                   on 2000/08/13  05:34:20
24409         Log: Update Changes.
24410      Branch: perl
24411            ! Changes
24412 ____________________________________________________________________________
24413 [  6607] By: jhi                                   on 2000/08/13  05:32:01
24414         Log: Put back the \z changes of #5406 to CPAN.pm.
24415      Branch: perl
24416            ! lib/CPAN.pm
24417 ____________________________________________________________________________
24418 [  6606] By: jhi                                   on 2000/08/13  05:20:16
24419         Log: Fix-n-skip the tests under 5005threads.
24420      Branch: perl
24421            ! t/lib/b.t
24422 ____________________________________________________________________________
24423 [  6605] By: jhi                                   on 2000/08/13  05:07:48
24424         Log: Fix the test for 5005threads.
24425      Branch: perl
24426            ! t/lib/peek.t
24427 ____________________________________________________________________________
24428 [  6604] By: jhi                                   on 2000/08/13  03:35:37
24429         Log: Should have deleted this in #6603.
24430      Branch: perl
24431            - vms/subconfigure.com
24432 ____________________________________________________________________________
24433 [  6603] By: jhi                                   on 2000/08/12  18:29:32
24434         Log: Rewrite of vms/subconfigure.com as configure.com,
24435              from Peter Prymmer and the vmsperl crew.
24436      Branch: perl
24437            + vms/configure.com
24438            ! MANIFEST
24439 ____________________________________________________________________________
24440 [  6602] By: jhi                                   on 2000/08/11  13:00:01
24441         Log: PlainText.pm is dead.
24442      Branch: perl
24443            - lib/Pod/PlainText.pm
24444            ! MANIFEST
24445 ____________________________________________________________________________
24446 [  6601] By: jhi                                   on 2000/08/11  04:06:45
24447         Log: Update Changes.
24448      Branch: perl
24449            ! Changes
24450 ____________________________________________________________________________
24451 [  6600] By: jhi                                   on 2000/08/11  04:06:10
24452         Log: Add a few missing files, update MANIFEST.
24453      Branch: perl
24454            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
24455            + lib/Pod/PlainText.pm t/pod/find.t
24456            ! MANIFEST t/op/regmesg.t
24457 ____________________________________________________________________________
24458 [  6599] By: jhi                                   on 2000/08/11  03:31:10
24459         Log: Add Perl debugging tutorial, regen toc. 
24460              
24461              Subject: perldebtut.pod
24462              From: Richard Foley <Richard.Foley@m.dasa.de>
24463              Date: Wed, 09 Aug 2000 10:17:15 +0200
24464              Message-id: <3991138B.262247B8@m.dasa.de>
24465      Branch: perl
24466            + pod/perldebtut.pod
24467            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24468 ____________________________________________________________________________
24469 [  6598] By: jhi                                   on 2000/08/11  02:48:56
24470         Log: tiny Changes edit
24471      Branch: perl
24472            ! Changes
24473 ____________________________________________________________________________
24474 [  6597] By: jhi                                   on 2000/08/11  02:39:04
24475         Log: Tests for #6589.
24476              
24477              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
24478              From: simon@brecon.co.uk (Simon Cozens)
24479              Date: 11 Aug 2000 02:24:52 GMT
24480              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
24481      Branch: perl
24482            ! t/lib/b.t
24483 ____________________________________________________________________________
24484 [  6596] By: jhi                                   on 2000/08/11  01:50:07
24485         Log: Update Changes.
24486      Branch: perl
24487            ! Changes
24488 ____________________________________________________________________________
24489 [  6595] By: jhi                                   on 2000/08/11  01:47:16
24490         Log: nitfix
24491      Branch: perl
24492            ! Changes
24493 ____________________________________________________________________________
24494 [  6594] By: jhi                                   on 2000/08/11  01:36:16
24495         Log: Subject: Getting perlio and threads to compile
24496              From: Lupe Christoph <lupe@lupe-christoph.de>
24497              Date: Wed, 9 Aug 2000 11:35:54 +0200
24498              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
24499              
24500              (the Solaris version changes in Configure skipped)
24501      Branch: perl
24502            ! hints/solaris_2.sh thread.h
24503 ____________________________________________________________________________
24504 [  6593] By: jhi                                   on 2000/08/11  01:30:16
24505         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
24506              From: simon@brecon.co.uk (Simon Cozens)
24507              Date: 1 Aug 2000 06:55:19 GMT
24508              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
24509      Branch: perl
24510            ! lib/utf8.pm
24511 ____________________________________________________________________________
24512 [  6592] By: jhi                                   on 2000/08/11  01:26:39
24513         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
24514              From: Peter Scott <Peter@PeterScott.com>
24515              Date: Thu, 10 Aug 2000 08:23:27 -0700
24516              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
24517      Branch: perl
24518            ! lib/perl5db.pl
24519 ____________________________________________________________________________
24520 [  6591] By: jhi                                   on 2000/08/11  01:22:02
24521         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
24522              From: Hugo <hv@crypt.compulink.co.uk>
24523              Date: Thu, 10 Aug 2000 19:23:04 +0100
24524              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
24525      Branch: perl
24526            ! regexec.c t/op/pat.t
24527 ____________________________________________________________________________
24528 [  6590] By: jhi                                   on 2000/08/11  01:19:19
24529         Log: Preprocessing and postprocessing for File::Find.
24530              
24531              Subject: Patch to Find::File.pm to allow alphabetical results
24532              From: Joe Smith <jsmith@inwap.com>
24533              Date: Wed, 9 Aug 2000 02:44:54 -0700
24534              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
24535      Branch: perl
24536            ! lib/File/Find.pm
24537 ____________________________________________________________________________
24538 [  6589] By: jhi                                   on 2000/08/11  01:12:39
24539         Log: B::Deparse didn't do sub attributes.
24540              
24541              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
24542              From: simon@brecon.co.uk (Simon Cozens)
24543              Date: 9 Aug 2000 04:49:20 GMT
24544              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
24545      Branch: perl
24546            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
24547 ____________________________________________________________________________
24548 [  6588] By: jhi                                   on 2000/08/11  01:06:40
24549         Log: Subject: debugger "d" command doesnt check line number
24550              From: Mike Guy <mjtg@cam.ac.uk>
24551              Date: Tue, 08 Aug 2000 21:54:29 +0100
24552              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
24553      Branch: perl
24554            ! lib/perl5db.pl mg.c pod/perldiag.pod
24555 ____________________________________________________________________________
24556 [  6587] By: jhi                                   on 2000/08/11  00:45:03
24557         Log: sleep(1) does not necessarily return 1.
24558              
24559              Subject: [PATCH bleadperl] op/lex_assign.t  
24560              From: Hugo <hv@crypt.compulink.co.uk>
24561              Date: Thu, 03 Aug 2000 14:34:22 +0100        
24562              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
24563      Branch: perl
24564            ! t/op/lex_assign.t
24565 ____________________________________________________________________________
24566 [  6586] By: jhi                                   on 2000/08/11  00:31:50
24567         Log: Document the IO::Select timeout.
24568      Branch: perl
24569            ! ext/IO/lib/IO/Select.pm
24570 ____________________________________________________________________________
24571 [  6585] By: jhi                                   on 2000/08/11  00:13:54
24572         Log: Forgot contributor.
24573      Branch: perl
24574            ! Changes
24575 ____________________________________________________________________________
24576 [  6584] By: jhi                                   on 2000/08/11  00:09:19
24577         Log: detypo
24578      Branch: perl
24579            ! Changes
24580 ____________________________________________________________________________
24581 [  6583] By: jhi                                   on 2000/08/11  00:07:53
24582         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
24583              
24584              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
24585              From: Mike Guy <mjtg@cam.ac.uk> 
24586              Date: Thu, 10 Aug 2000 15:50:54 +0100
24587              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
24588      Branch: perl
24589            ! sv.c t/op/int.t
24590 ____________________________________________________________________________
24591 [  6582] By: jhi                                   on 2000/08/10  23:29:32
24592         Log: Update Changes.
24593      Branch: perl
24594            ! Changes
24595 ____________________________________________________________________________
24596 [  6581] By: jhi                                   on 2000/08/10  23:26:16
24597         Log: Put back the std @INC thing.
24598      Branch: perl
24599            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
24600            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
24601            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
24602            ! t/lib/gol-oo.t
24603 ____________________________________________________________________________
24604 [  6580] By: jhi                                   on 2000/08/10  23:03:34
24605         Log: Update to CGI 2.70, from Lincoln Stein.
24606      Branch: perl
24607            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
24608            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
24609            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
24610            ! t/lib/cgi-request.t
24611 ____________________________________________________________________________
24612 [  6579] By: jhi                                   on 2000/08/10  22:41:50
24613         Log: Update to CPAN 1.56, from Andreas König.
24614      Branch: perl
24615            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24616 ____________________________________________________________________________
24617 [  6578] By: jhi                                   on 2000/08/10  22:38:13
24618         Log: Update to Pod::Parser 1.17, from Brad Appleton.
24619      Branch: perl
24620            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
24621            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
24622            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
24623            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
24624            ! t/pod/include.t t/pod/included.t t/pod/lref.t
24625            ! t/pod/multiline_items.t t/pod/nested_items.t
24626            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
24627            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
24628            ! t/pod/special_seqs.t
24629 ____________________________________________________________________________
24630 [  6577] By: jhi                                   on 2000/08/10  22:35:41
24631         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
24632      Branch: perl
24633            ! AUTHORS MAINTAIN
24634 ____________________________________________________________________________
24635 [  6576] By: jhi                                   on 2000/08/10  22:24:54
24636         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
24637      Branch: perl
24638            + t/lib/gol-oo.t
24639            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
24640            ! t/lib/gol-compat.t t/lib/gol-linkage.t
24641 ____________________________________________________________________________
24642 [  6575] By: jhi                                   on 2000/08/10  22:02:07
24643         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
24644      Branch: perl
24645            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
24646 ____________________________________________________________________________
24647 [  6574] By: jhi                                   on 2000/08/10  21:55:03
24648         Log: Iterating perl6 description.
24649      Branch: perl
24650            ! pod/perlfaq1.pod
24651 ____________________________________________________________________________
24652 [  6573] By: jhi                                   on 2000/08/10  21:48:26
24653         Log: Revert the sv.c part of #6559, a better fix is needed.
24654      Branch: perl
24655            ! sv.c
24656 ____________________________________________________________________________
24657 [  6572] By: jhi                                   on 2000/08/10  20:33:43
24658         Log: It's the 2ndO'ROSSC.
24659      Branch: perl
24660            ! pod/perlfaq1.pod
24661 ____________________________________________________________________________
24662 [  6571] By: jhi                                   on 2000/08/10  15:55:48
24663         Log: detypo
24664      Branch: perl
24665            ! pod/perlfaq1.pod
24666 ____________________________________________________________________________
24667 [  6570] By: jhi                                   on 2000/08/10  14:11:17
24668         Log: An exceptionally sticky typo.
24669      Branch: perl
24670            ! Changes
24671 ____________________________________________________________________________
24672 [  6569] By: jhi                                   on 2000/08/10  14:09:33
24673         Log: detypo (and test Changes updating script)
24674      Branch: perl
24675            ! Changes
24676 ____________________________________________________________________________
24677 [  6568] By: jhi                                   on 2000/08/10  14:07:07
24678         Log: Update Changes.
24679      Branch: perl
24680            ! Changes
24681 ____________________________________________________________________________
24682 [  6567] By: jhi                                   on 2000/08/10  14:06:19
24683         Log: Amend the description of Perl6.
24684              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
24685              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
24686              Date: Wed, 9 Aug 2000 22:11:06 -0500
24687              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
24688      Branch: perl
24689            ! pod/perlfaq1.pod
24690 ____________________________________________________________________________
24691 [  6566] By: jhi                                   on 2000/08/10  13:58:57
24692         Log: Subject: Remove dead entry in perldiag
24693              From: Mike Guy <mjtg@cam.ac.uk>
24694              Date: Thu, 10 Aug 2000 14:19:19 +0100
24695              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
24696      Branch: perl
24697            ! pod/perldiag.pod
24698 ____________________________________________________________________________
24699 [  6565] By: jhi                                   on 2000/08/10  13:51:48
24700         Log: Zero entries were skipped, fix from Adrian Goalby
24701              <argoalby@yahoo.co.uk>
24702      Branch: perl
24703            ! lib/unicode/Number.pl lib/unicode/mktables.PL
24704 ____________________________________________________________________________
24705 [  6564] By: jhi                                   on 2000/08/10  13:00:12
24706         Log: Subject: [PATCH 5.6.0] cygwin port
24707              From: "Fifer, Eric" <EFifer@sanwaint.com>
24708              Date: Thu, 10 Aug 2000 13:15:36 +0100
24709              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
24710      Branch: perl
24711            ! README.cygwin hints/cygwin.sh
24712 ____________________________________________________________________________
24713 [  6563] By: jhi                                   on 2000/08/10  12:55:16
24714         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
24715      Branch: perl
24716            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
24717 ____________________________________________________________________________
24718 [  6562] By: gsar                                  on 2000/08/10  08:38:39
24719         Log: warn is a macro, avoid using at a variable to avoid warnings
24720              in some configurations; readdir.t is too conservative in
24721              estimating number of *.t's
24722      Branch: perl
24723            ! t/op/readdir.t util.c
24724 ____________________________________________________________________________
24725 [  6561] By: jhi                                   on 2000/08/09  23:35:42
24726         Log: Update Changes.
24727      Branch: perl
24728            ! Changes
24729 ____________________________________________________________________________
24730 [  6560] By: jhi                                   on 2000/08/09  23:05:47
24731         Log: Subject: Re: enhanced(?) regex error messages
24732              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
24733              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
24734              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
24735              
24736              (plus two small patches sent privately)
24737              (this still seems to leave few test failures)
24738      Branch: perl
24739            + t/op/regmesg.t
24740            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
24741            ! t/pragma/warn/regcomp
24742 ____________________________________________________________________________
24743 [  6559] By: jhi                                   on 2000/08/09  20:41:18
24744         Log: (The fix did work but was not right, retracted in #6573)
24745              
24746              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
24747              From: Christian Kirsch <ck@held.mind.de>
24748              Date: Wed, 9 Aug 2000 17:05:17 +0200
24749              Message-Id: <20000809170517.A25389@held>
24750      Branch: perl
24751            ! sv.c t/pragma/locale.t
24752 ____________________________________________________________________________
24753 [  6558] By: jhi                                   on 2000/08/08  22:34:08
24754         Log: Tiny updates on the contributors list.
24755      Branch: perl
24756            ! Changes
24757 ____________________________________________________________________________
24758 [  6557] By: jhi                                   on 2000/08/08  19:34:28
24759         Log: Double check that we have a dirhandle.
24760      Branch: perl
24761            ! util.c
24762 ____________________________________________________________________________
24763 [  6556] By: jhi                                   on 2000/08/08  19:01:51
24764         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
24765              May be repopulated with fresh maintained examples.
24766      Branch: perl
24767            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
24768            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
24769            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
24770            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
24771            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
24772            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
24773            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
24774            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
24775            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
24776            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
24777            + lib/CGI/eg/wilogo_gif.uu
24778            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
24779            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
24780            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
24781            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
24782            - eg/cgi/frameset.cgi eg/cgi/index.html
24783            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
24784            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
24785            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
24786            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
24787            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
24788            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
24789            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
24790            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
24791            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
24792            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
24793            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
24794            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
24795            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
24796            - eg/van/vanish eg/who eg/wrapsuid
24797            ! MANIFEST
24798 ____________________________________________________________________________
24799 [  6555] By: jhi                                   on 2000/08/08  18:51:08
24800         Log: Delete chat2 as requested by Randal.
24801              
24802              Subject: Re: perlfaq8 coyness
24803              From: merlyn@stonehenge.com (Randal L. Schwartz) 
24804              Date: 15 May 2000 18:52:42 -0700 
24805              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
24806      Branch: perl
24807            - lib/chat2.pl
24808            ! MANIFEST
24809 ____________________________________________________________________________
24810 [  6554] By: jhi                                   on 2000/08/08  18:31:35
24811         Log: Regen global.sym.
24812      Branch: perl
24813            ! global.sym
24814 ____________________________________________________________________________
24815 [  6553] By: jhi                                   on 2000/08/08  18:28:13
24816         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
24817              (either perlbug or p5p ate the original), plus regen
24818              perlapi and perltoc. 
24819      Branch: perl
24820            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
24821            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
24822            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
24823            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
24824            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
24825            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
24826            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
24827            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
24828            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
24829            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
24830 ____________________________________________________________________________
24831 [  6552] By: jhi                                   on 2000/08/08  18:06:29
24832         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
24833              From: Mike Guy <mjtg@cam.ac.uk>
24834              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
24835              Date: Tue, 08 Aug 2000 15:51:27 +0100
24836      Branch: perl
24837            ! doop.c sv.h t/op/join.t t/pragma/overload.t
24838 ____________________________________________________________________________
24839 [  6551] By: jhi                                   on 2000/08/08  18:01:11
24840         Log: Re-apply #6549.
24841      Branch: perl
24842            ! lib/perl5db.pl
24843 ____________________________________________________________________________
24844 [  6550] By: jhi                                   on 2000/08/08  17:43:08
24845         Log: Accidental retraction of #6549.
24846      Branch: perl
24847            ! lib/perl5db.pl
24848 ____________________________________________________________________________
24849 [  6549] By: jhi                                   on 2000/08/08  17:40:04
24850         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
24851              From: Mike Guy <mjtg@cam.ac.uk>
24852              Date: Mon, 07 Aug 2000 21:49:58 +0100
24853              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
24854      Branch: perl
24855            ! lib/perl5db.pl
24856 ____________________________________________________________________________
24857 [  6548] By: jhi                                   on 2000/08/08  17:37:57
24858         Log: Document here-doc better.
24859              
24860              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
24861              From: Mike Guy <mjtg@cam.ac.uk>
24862              Date: Mon, 07 Aug 2000 14:02:09 +0100
24863              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
24864      Branch: perl
24865            ! pod/perldata.pod
24866 ____________________________________________________________________________
24867 [  6547] By: jhi                                   on 2000/08/08  17:33:34
24868         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
24869              From: "Randy J. Ray" <rjray@redhat.com>
24870              Date: Mon, 07 Aug 2000 19:12:25 -0700
24871              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
24872      Branch: perl
24873            ! perl.c pod/perlrun.pod
24874 ____________________________________________________________________________
24875 [  6546] By: jhi                                   on 2000/08/08  17:29:26
24876         Log: Subject: Re: enhanced(?) regex error messages 
24877              From: Hugo <hv@crypt.compulink.co.uk>
24878              Date: Tue, 08 Aug 2000 03:25:51 +0100
24879              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
24880              
24881              plus Capitalize the error messages, plus perldiag them.
24882      Branch: perl
24883            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
24884 ____________________________________________________________________________
24885 [  6545] By: jhi                                   on 2000/08/08  13:59:28
24886         Log: Augment #6539 a bit: don't croak if there's magic in the air.
24887              
24888              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
24889              From: Hugo <hv@crypt.compulink.co.uk>
24890              Date: Tue, 08 Aug 2000 03:02:03 +0100
24891              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
24892      Branch: perl
24893            ! pp.c t/op/bless.t
24894 ____________________________________________________________________________
24895 [  6544] By: jhi                                   on 2000/08/07  21:11:52
24896         Log: Make the test -w clean.
24897      Branch: perl
24898            ! t/op/bless.t
24899 ____________________________________________________________________________
24900 [  6543] By: jhi                                   on 2000/08/07  19:49:53
24901         Log: use warnings instead of $^W.
24902      Branch: perl
24903            ! t/op/bless.t
24904 ____________________________________________________________________________
24905 [  6542] By: jhi                                   on 2000/08/07  17:41:41
24906         Log: Disable a portability warning Because We Know What We Are Doing.
24907      Branch: perl
24908            ! t/op/bless.t
24909 ____________________________________________________________________________
24910 [  6541] By: jhi                                   on 2000/08/07  17:29:51
24911         Log: Tiny tidying on report_evil_fh().
24912      Branch: perl
24913            ! util.c
24914 ____________________________________________________________________________
24915 [  6540] By: jhi                                   on 2000/08/07  16:37:38
24916         Log: Make regular expression parse error messages easier to understand.
24917              
24918              Subject: Re: enhanced(?) regex error messages
24919              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
24920              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
24921              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
24922      Branch: perl
24923            ! regcomp.c
24924 ____________________________________________________________________________
24925 [  6539] By: jhi                                   on 2000/08/07  16:12:27
24926         Log: Make bless(REF, REF) a fatal error, add bless tests.
24927              
24928              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
24929              From: Hugo <hv@crypt.compulink.co.uk>
24930              Date: Mon, 07 Aug 2000 16:59:38 +0100
24931              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
24932      Branch: perl
24933            + t/op/bless.t
24934            ! MANIFEST pod/perldiag.pod pp.c sv.c
24935 ____________________________________________________________________________
24936 [  6538] By: jhi                                   on 2000/08/07  15:59:43
24937         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
24938              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
24939              Date: Thu, 3 Aug 2000 14:29:21 -0700
24940              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
24941      Branch: perl
24942            ! lib/lib_pm.PL
24943 ____________________________________________________________________________
24944 [  6537] By: jhi                                   on 2000/08/07  15:47:18
24945         Log: Retract #6419 for now since it breaks in AFS and MachTen.
24946      Branch: perl
24947            ! lib/Cwd.pm
24948 ____________________________________________________________________________
24949 [  6536] By: jhi                                   on 2000/08/07  15:05:29
24950         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
24951              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
24952              The security hole exists only in suidperls, which isn't
24953              installed or even built by default.
24954      Branch: perl
24955            ! perl.c
24956 ____________________________________________________________________________
24957 [  6535] By: jhi                                   on 2000/08/07  14:45:14
24958         Log: tr memory corruption fix from Simon Cozens.
24959      Branch: perl
24960            ! doop.c
24961 ____________________________________________________________________________
24962 [  6534] By: jhi                                   on 2000/08/06  11:38:16
24963         Log: Document a bit that UDP is not what you might think.
24964              
24965              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
24966              From: Lupe Christoph <lupe@lupe-christoph.de>
24967              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
24968              Date: Mon, 24 Jul 2000 08:59:15 +0200
24969      Branch: perl
24970            ! pod/perlipc.pod
24971 ____________________________________________________________________________
24972 [  6533] By: jhi                                   on 2000/08/06  11:35:01
24973         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
24974              From: Jeff Pinyan <jeffp@hut.crusoe.net>
24975              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
24976              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
24977      Branch: perl
24978            ! pod/perlfunc.pod
24979 ____________________________________________________________________________
24980 [  6532] By: jhi                                   on 2000/08/06  03:45:41
24981         Log: Have symbols for the IoTYPEs.
24982      Branch: perl
24983            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
24984 ____________________________________________________________________________
24985 [  6531] By: jhi                                   on 2000/08/06  01:33:55
24986         Log: Continue fixing the io warnings.  This also
24987              sort of fixes bug ID 20000802.003: the core dump
24988              is no more.  Whether the current behaviour is correct
24989              (giving a warning: "Not a format reference"), is another matter.
24990      Branch: perl
24991            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
24992            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
24993 ____________________________________________________________________________
24994 [  6530] By: jhi                                   on 2000/08/05  21:33:12
24995         Log: Change the Policy policy: now -Dprefix= with an existing
24996              Policy.sh and prefix == siteprefix == vendorprefix, then all
24997              of them follow along the new prefix.
24998              
24999              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
25000              From: Andy Dougherty <doughera@lafayette.edu>
25001              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
25002              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
25003      Branch: perl
25004            ! Policy_sh.SH
25005 ____________________________________________________________________________
25006 [  6529] By: jhi                                   on 2000/08/05  18:57:28
25007         Log: Zap lib/Sys directory when cleaning up.
25008      Branch: perl
25009            ! Makefile.SH
25010 ____________________________________________________________________________
25011 [  6528] By: jhi                                   on 2000/08/05  18:40:44
25012         Log: Essential prototype changes were missing from #6527.
25013              Also make report_evil_fh() more bomb-proof.
25014      Branch: perl
25015            ! embed.h util.c
25016 ____________________________________________________________________________
25017 [  6527] By: jhi                                   on 2000/08/05  03:22:05
25018         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
25019              From: "Ronald F. Guilmette" <rfg@monkeys.com>
25020              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
25021              Message-Id: <200007242247.PAA52177@monkeys.com>
25022      Branch: perl
25023            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
25024 ____________________________________________________________________________
25025 [  6526] By: jhi                                   on 2000/08/04  21:23:27
25026         Log: gcc versions might have (parentheses) in them.
25027      Branch: metaconfig/U/perl
25028            ! gccvers.U
25029      Branch: perl
25030            ! Configure config_h.SH
25031 ____________________________________________________________________________
25032 [  6525] By: jhi                                   on 2000/08/04  20:23:12
25033         Log: Weed buglets pointed out by
25034              
25035              From: Lupe Christoph <lupe@lupe-christoph.de>
25036              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
25037              Date: Fri, 4 Aug 2000 17:34:39 +0200
25038              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
25039      Branch: metaconfig/U/perl
25040            ! gccvers.U uselfs.U
25041      Branch: perl
25042            ! Configure config_h.SH
25043 ____________________________________________________________________________
25044 [  6524] By: jhi                                   on 2000/08/04  19:02:08
25045         Log: Warn under -w if lstat(FH) is attempted.
25046              
25047              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
25048              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
25049              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
25050              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
25051      Branch: perl
25052            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
25053            ! t/pragma/warn/pp_sys
25054 ____________________________________________________________________________
25055 [  6523] By: jhi                                   on 2000/08/04  12:31:11
25056         Log: Subject: New perlcc, take 2
25057              From: simon@brecon.co.uk (Simon Cozens)
25058              Date: 4 Aug 2000 06:21:04 GMT
25059              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
25060      Branch: perl
25061            ! utils/perlcc.PL
25062 ____________________________________________________________________________
25063 [  6522] By: jhi                                   on 2000/08/04  12:26:33
25064         Log: Subject: Re: Array vs. List context
25065              From: Daniel Chetlin <daniel@chetlin.com>
25066              Date: Fri, 4 Aug 2000 00:22:44 -0700
25067              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
25068      Branch: perl
25069            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
25070            ! pod/perlfaq4.pod
25071 ____________________________________________________________________________
25072 [  6521] By: jhi                                   on 2000/08/04  12:22:38
25073         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
25074              From: Raymund Will <ray@caldera.de>
25075              Date: Fri, 4 Aug 2000 12:07:09 +0200
25076              Message-Id: <20000804120709.A14982@caldera.de>
25077      Branch: perl
25078            ! configure.gnu
25079 ____________________________________________________________________________
25080 [  6520] By: jhi                                   on 2000/08/04  04:09:06
25081         Log: After the #6519 a warning about stat() is just that,
25082              not about a filetest, which now have their own warning.
25083      Branch: perl
25084            ! pod/perldiag.pod
25085 ____________________________________________________________________________
25086 [  6519] By: jhi                                   on 2000/08/04  04:06:30
25087         Log: In the warnings call filehandles consistently so;
25088              add "unopened" warning for stat().
25089      Branch: perl
25090            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
25091            ! t/pragma/warn/pp_sys
25092 ____________________________________________________________________________
25093 [  6518] By: jhi                                   on 2000/08/04  02:55:35
25094         Log: Subject: Minor tweak to perlvar.pod
25095              From: "Stephen P. Potter" <spp@ds.net>
25096              Date: Tue, 18 Apr 2000 09:26:03 -0400
25097              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
25098      Branch: perl
25099            ! pod/perlvar.pod
25100 ____________________________________________________________________________
25101 [  6517] By: jhi                                   on 2000/08/04  02:50:08
25102         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
25103              From: "Clinton Pierce" <cpierce1@ford.com>
25104              Date: Wed, 21 Jul 1999 16:45:31 -0400
25105              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
25106              
25107              Fix by Stephen Potter (visible in the bug db but not in p5p?)
25108      Branch: perl
25109            ! pod/perlfunc.pod pod/perlop.pod
25110 ____________________________________________________________________________
25111 [  6516] By: jhi                                   on 2000/08/04  02:09:25
25112         Log: This is 6512.  Really.
25113      Branch: perl
25114            ! dump.c
25115 ____________________________________________________________________________
25116 [  6515] By: jhi                                   on 2000/08/04  01:25:50
25117         Log: mention the idea of @( and @)
25118      Branch: perl
25119            ! Todo-5.6
25120 ____________________________________________________________________________
25121 [  6514] By: bailey                                on 2000/08/04  01:18:46
25122         Log: YA resync with mainstem, including VMS patches from others
25123      Branch: vmsperl
25124           +> (branch 48 files)
25125            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
25126           !> (integrate 354 files)
25127 ____________________________________________________________________________
25128 [  6513] By: jhi                                   on 2000/08/04  01:18:18
25129         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
25130              From: Mark Dickinson <dickins3@fas.harvard.edu>
25131              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
25132              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
25133      Branch: perl
25134            ! t/op/grent.t t/op/pwent.t
25135 ____________________________________________________________________________
25136 [  6512] By: jhi                                   on 2000/08/04  01:14:06
25137         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
25138              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25139              Date: Wed, 02 Aug 2000 10:51:01 +0100
25140              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
25141      Branch: perl
25142            ! sv.c
25143 ____________________________________________________________________________
25144 [  6511] By: jhi                                   on 2000/08/04  00:57:00
25145         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
25146              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25147              Date: Thu, 03 Aug 2000 17:20:04 -0700
25148              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
25149      Branch: metaconfig
25150            ! U/modified/Cppsym.U
25151      Branch: perl
25152            ! Configure config_h.SH
25153 ____________________________________________________________________________
25154 [  6510] By: jhi                                   on 2000/08/04  00:25:28
25155         Log: detypo
25156      Branch: perl
25157            ! Makefile.SH
25158 ____________________________________________________________________________
25159 [  6509] By: jhi                                   on 2000/08/03  23:43:18
25160         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
25161              From: Dominic Dunlop <domo@computer.org>
25162              Date: Thu, 3 Aug 2000 22:16:46 +0200
25163              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
25164      Branch: perl
25165            ! t/op/sprintf.t
25166 ____________________________________________________________________________
25167 [  6508] By: jhi                                   on 2000/08/03  23:40:37
25168         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
25169              From: Hugo <hv@crypt.compulink.co.uk>
25170              Date: Thu, 03 Aug 2000 18:25:30 +0100
25171              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
25172      Branch: perl
25173            ! regcomp.c t/op/re_tests
25174 ____________________________________________________________________________
25175 [  6507] By: jhi                                   on 2000/08/03  23:38:28
25176         Log: Subject: [PATCH] sv.h documentation - SvLEN
25177              From: Mike Guy <mjtg@cam.ac.uk>
25178              Date: Thu, 03 Aug 2000 14:43:09 +0100
25179              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
25180      Branch: perl
25181            ! sv.h
25182 ____________________________________________________________________________
25183 [  6506] By: jhi                                   on 2000/08/03  15:49:14
25184         Log: Disable the fix_pl hack for now.
25185      Branch: perl
25186            ! Makefile.SH
25187 ____________________________________________________________________________
25188 [  6505] By: jhi                                   on 2000/08/03  13:49:04
25189         Log: Add a URL for FSF.
25190              
25191              Subject: Patch for README
25192              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
25193              Date: Wed, 2 Aug 2000 13:25:09 -0500
25194              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
25195      Branch: perl
25196            ! README
25197 ____________________________________________________________________________
25198 [  6504] By: jhi                                   on 2000/08/03  13:29:19
25199         Log: Be more informative on what is skipped and why,
25200              also repeat the list at the end.
25201      Branch: perl
25202            ! Porting/p4desc
25203 ____________________________________________________________________________
25204 [  6503] By: jhi                                   on 2000/08/03  13:07:05
25205         Log: Circumvent the removal of .patch by fix_pl.
25206              
25207              Subject: Re: [ID 20000802.011] unable to 'make test'          
25208              From: simon@brecon.co.uk (Simon Cozens) 
25209              Date: 3 Aug 2000 04:17:00 GMT
25210              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
25211      Branch: perl
25212            ! Makefile.SH
25213 ____________________________________________________________________________
25214 [  6502] By: jhi                                   on 2000/08/03  00:14:34
25215         Log: Add the missing setproctitle unit.
25216      Branch: metaconfig/U/perl
25217            + d_setproctitle.U
25218 ____________________________________________________________________________
25219 [  6501] By: jhi                                   on 2000/08/03  00:00:26
25220         Log: The subtest 4 may fail also on VOBS, as pointed out
25221              by Nick Ing-Simmons in November 1999, bug id 19991124.003
25222              (but the failure in that bug report isn't the subtest 4).
25223      Branch: perl
25224            ! t/op/stat.t
25225 ____________________________________________________________________________
25226 [  6500] By: jhi                                   on 2000/08/02  23:49:30
25227         Log: Better skip message for the test; one of the two problems in
25228              
25229              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
25230              From: Lupe Christoph <lupe@lupe-christoph.de>
25231              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
25232              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
25233      Branch: perl
25234            ! t/op/numconvert.t
25235 ____________________________________________________________________________
25236 [  6499] By: jhi                                   on 2000/08/02  22:49:16
25237         Log: Allow "no Module;" even if there is no 'unimport'.
25238              
25239              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
25240              From: mjd@plover.com
25241              Date: 24 Mar 2000 15:24:34 -0000
25242              Message-Id: <20000324152434.15160.qmail@plover.com>
25243      Branch: perl
25244            ! gv.c
25245 ____________________________________________________________________________
25246 [  6498] By: jhi                                   on 2000/08/02  22:42:58
25247         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
25248              that are hopefully soon put into use.
25249      Branch: perl
25250            ! opcode.h opcode.pl opnames.h
25251 ____________________________________________________________________________
25252 [  6497] By: gsar                                  on 2000/08/02  22:28:59
25253         Log: require.t needs binmode() to work on windows
25254      Branch: perl
25255            ! t/comp/require.t
25256 ____________________________________________________________________________
25257 [  6496] By: jhi                                   on 2000/08/02  22:08:51
25258         Log: Document the IVdf UVuf UVof UVxf.
25259      Branch: perl
25260            ! pod/perlguts.pod
25261 ____________________________________________________________________________
25262 [  6495] By: jhi                                   on 2000/08/02  21:54:26
25263         Log: detypo #6494
25264      Branch: perl
25265            ! ext/Data/Dumper/Dumper.xs
25266 ____________________________________________________________________________
25267 [  6494] By: jhi                                   on 2000/08/02  21:49:17
25268         Log: Dump UVs as UVs in Data::Dumper.
25269              
25270              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
25271              From: Gurusamy Sarathy <gsar@ActiveState.com>
25272              Date: Thu, 27 Apr 2000 12:26:25 -0700
25273              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
25274      Branch: perl
25275            ! ext/Data/Dumper/Dumper.xs
25276 ____________________________________________________________________________
25277 [  6493] By: jhi                                   on 2000/08/02  17:01:58
25278         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
25279              From: Hugo <hv@crypt.compulink.co.uk>
25280              Date: Wed, 02 Aug 2000 14:53:56 +0100
25281              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
25282      Branch: perl
25283            ! regexec.c t/op/re_tests
25284 ____________________________________________________________________________
25285 [  6492] By: jhi                                   on 2000/08/02  15:02:46
25286         Log: The new setproctitle() feature is available only in 
25287              bleeding edge FreeBSD.  From Paul Saab.
25288      Branch: perl
25289            ! mg.c
25290 ____________________________________________________________________________
25291 [  6491] By: jhi                                   on 2000/08/02  13:34:36
25292         Log: The tr utf8 patching continues.
25293              
25294              Subject: Re: #6469, too many tests claimed in require.t
25295              From: simon@brecon.co.uk (Simon Cozens)
25296              Date: 2 Aug 2000 02:37:17 GMT
25297              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
25298              
25299              (the logic of the test was the wrong way round in the patch)
25300      Branch: perl
25301            ! doop.c
25302 ____________________________________________________________________________
25303 [  6490] By: jhi                                   on 2000/08/02  13:27:38
25304         Log: The name of a filehandle does not have <these>.
25305      Branch: perl
25306            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
25307            ! t/pragma/warn/pp_sys util.c
25308 ____________________________________________________________________________
25309 [  6489] By: jhi                                   on 2000/08/02  04:26:46
25310         Log: Remove the extraneous "main::" prefix from all the
25311              "opened only for", "on closed", and "never opened" warnings.
25312              
25313              Subject: Re: inappropriate warning
25314              From: Gurusamy Sarathy <gsar@ActiveState.com>
25315              Date: Mon, 20 Mar 2000 11:28:02 -0800
25316              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
25317      Branch: perl
25318            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
25319            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
25320            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
25321 ____________________________________________________________________________
25322 [  6488] By: jhi                                   on 2000/08/02  03:02:57
25323         Log: memcpy has n o in it, as pinted ut by Sarathy.
25324      Branch: perl
25325            ! pod/perlguts.pod
25326 ____________________________________________________________________________
25327 [  6487] By: jhi                                   on 2000/08/02  02:44:51
25328         Log: Document in one place the memory abstractions used in Perl core.
25329              
25330              Subject: Re: Memory abstraction
25331              From: simon@brecon.co.uk (Simon Cozens)
25332              Date: 2 Aug 2000 02:20:23 GMT
25333              Organization: Earth.li Origins
25334      Branch: perl
25335            ! pod/perlguts.pod
25336 ____________________________________________________________________________
25337 [  6486] By: jhi                                   on 2000/08/02  02:41:57
25338         Log: regen_headers, regen perltoc.
25339      Branch: perl
25340            ! perlapi.c pod/perltoc.pod
25341 ____________________________________________________________________________
25342 [  6485] By: jhi                                   on 2000/08/02  01:43:33
25343         Log: "This little thing tests for a file .patch, and if it contains
25344              a number, pops into patchlevel.h" (making it easier to track
25345              which development version people are reporting bugs against)
25346              
25347              Subject: Patchlevel autogeneration for repository perls
25348              From: simon@brecon.co.uk (Simon Cozens)
25349              Date: 14 Jul 2000 07:12:15 GMT
25350              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
25351      Branch: perl
25352            + fix_pl
25353            ! MANIFEST Makefile.SH
25354 ____________________________________________________________________________
25355 [  6484] By: jhi                                   on 2000/08/02  01:32:54
25356         Log: FreeBSD 3.* updates from
25357              
25358              From: Paul Saab <ps@yahoo-inc.com>
25359              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
25360              Date: Tue, 1 Aug 2000 15:41:39 -0700
25361              Message-Id: <20000801154139.A53740@yahoo-inc.com>
25362      Branch: perl
25363            ! hints/freebsd.sh
25364 ____________________________________________________________________________
25365 [  6483] By: jhi                                   on 2000/08/02  01:27:44
25366         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
25367              instead one must use setproctitle().  This was already addressed
25368              by change #6457, but the below has a new variant for FreeBSD 4.0
25369              or later, and the matter is also documented more.
25370              
25371              From: Paul Saab <ps@yahoo-inc.com>
25372              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
25373              Date: Tue, 1 Aug 2000 15:41:39 -0700
25374              Message-Id: <20000801154139.A53740@yahoo-inc.com>
25375      Branch: metaconfig/U/perl
25376            + i_libutil.U
25377      Branch: perl
25378            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
25379 ____________________________________________________________________________
25380 [  6482] By: jhi                                   on 2000/08/01  22:17:32
25381         Log: The test from this
25382              
25383              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
25384              Date: Sat, 15 Apr 2000 17:03:44 +0100
25385              From: Tom Hughes <tom@compton.nu>
25386              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
25387              
25388              was missing, the code change went in as #5989
25389              (which had a different test?)
25390      Branch: perl
25391            ! t/op/misc.t
25392 ____________________________________________________________________________
25393 [  6481] By: jhi                                   on 2000/08/01  21:48:38
25394         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
25395              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
25396              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
25397              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
25398      Branch: perl
25399            ! perl.h
25400 ____________________________________________________________________________
25401 [  6480] By: jhi                                   on 2000/08/01  18:05:28
25402         Log: Make p4desc to skip non-mainperl branches by default.
25403      Branch: perl
25404            ! Porting/p4desc
25405 ____________________________________________________________________________
25406 [  6479] By: jhi                                   on 2000/08/01  17:29:19
25407         Log: If gccosandvers is equal to osname, clear gccosandvers.
25408      Branch: metaconfig/U/perl
25409            ! gccvers.U
25410      Branch: perl
25411            ! Configure config_h.SH
25412 ____________________________________________________________________________
25413 [  6478] By: jhi                                   on 2000/08/01  15:54:08
25414         Log: BOM patching from Simon Cozens.
25415      Branch: perl
25416            ! toke.c
25417 ____________________________________________________________________________
25418 [  6477] By: jhi                                   on 2000/08/01  04:50:33
25419         Log: Stash away the largefiles flags and libswanted.
25420      Branch: perl
25421            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
25422 ____________________________________________________________________________
25423 [  6476] By: gsar                                  on 2000/08/01  04:24:24
25424         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
25425              on Windows)
25426      Branch: perl
25427            ! t/pragma/utf8.t utf8.c win32/win32.c
25428 ____________________________________________________________________________
25429 [  6475] By: jhi                                   on 2000/08/01  03:35:24
25430         Log: Make chr() for values >127 to create utf8 when under utf8.
25431              
25432              Subject: Re: uft8/chr()
25433              From: simon@brecon.co.uk (Simon Cozens)
25434              Date: 1 Aug 2000 02:37:02 GMT
25435              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
25436      Branch: perl
25437            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
25438 ____________________________________________________________________________
25439 [  6474] By: jhi                                   on 2000/08/01  02:36:18
25440         Log: In Digital UNIX warn if gcc explicitly chosen because even
25441              2.95.2 is known to cause problems.
25442      Branch: perl
25443            ! hints/dec_osf.sh
25444 ____________________________________________________________________________
25445 [  6473] By: jhi                                   on 2000/08/01  02:00:56
25446         Log: Make the safety catch for buggy gccs work with triple version
25447              numbers like 2.95.2.  Reported in
25448              
25449              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
25450              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
25451              Date: Mon, 31 Jul 2000 14:55:06 +0200
25452              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
25453      Branch: perl
25454            ! hints/dec_osf.sh
25455 ____________________________________________________________________________
25456 [  6472] By: jhi                                   on 2000/08/01  01:13:33
25457         Log: Subject: fix and question re: waitpid() under win32
25458              From: Brian Clarke <clarke@appliedmeta.com>
25459              Date: Fri, 28 Jul 2000 15:18:29 -0400
25460              Message-ID: <3981DC85.290314EB@appliedmeta.com>
25461              
25462              Slightly reformatted and WNOHANG # define moved to win32.h
25463              so that also POSIX.xs sees it, as suggsted by Sarathy.
25464      Branch: perl
25465            ! win32/win32.c win32/win32.h
25466 ____________________________________________________________________________
25467 [  6471] By: jhi                                   on 2000/08/01  00:55:05
25468         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
25469              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25470              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
25471              Date: Mon, 31 Jul 2000 13:28:51 +0100
25472              
25473              (aka ID 20000730.002)
25474      Branch: perl
25475            ! op.c t/op/tr.t
25476 ____________________________________________________________________________
25477 [  6470] By: jhi                                   on 2000/07/31  23:34:42
25478         Log: Document the problem with -P in HP-UX and its workaround.
25479              
25480              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
25481              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
25482              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
25483              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
25484      Branch: perl
25485            ! README.hpux
25486 ____________________________________________________________________________
25487 [  6469] By: jhi                                   on 2000/07/31  04:15:02
25488         Log: The swallow_bom() saga continues.  The #23 of require.t
25489              (UTF16-LE) still fails (silently, no output) but the #22
25490              (UTF16-BE) seems to be working now.  The root of the
25491              failure may be in sv_gets(): is it UTF-16LE-aware,
25492              especially when it comes to line endings? 
25493      Branch: perl
25494            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
25495            ! t/comp/require.t toke.c utf8.c
25496 ____________________________________________________________________________
25497 [  6468] By: jhi                                   on 2000/07/30  19:05:48
25498         Log: Find green threads before native threads.
25499              
25500              Subject: Re: Patch to jpl/JNI/Makefile.PL
25501              From: Jens Thomsen <jens@fiend.cis.com>
25502              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
25503              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
25504      Branch: perl
25505            ! jpl/JNI/Makefile.PL
25506 ____________________________________________________________________________
25507 [  6467] By: jhi                                   on 2000/07/30  18:36:22
25508         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
25509      Branch: perl
25510            ! doop.c
25511 ____________________________________________________________________________
25512 [  6466] By: jhi                                   on 2000/07/30  04:37:29
25513         Log: A new version of the "remove UPPERACSE string comparison"
25514              operators.  The problem with the previous one (change #6454)
25515              was that it was for Perl 5.6.0.  From Paul Marquess.
25516      Branch: perl
25517            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
25518            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
25519            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
25520 ____________________________________________________________________________
25521 [  6465] By: jhi                                   on 2000/07/29  22:39:56
25522         Log: Do not upgrade SVs into utf8 just because they participate
25523              in eq or cmp.  Reported and fix suggested in
25524              
25525              Subject: [ID 20000720.009] sv_eq UTF8 bug
25526              From: "Simon Cozens" <simon@othersideofthe.earth.li>
25527              Date: 21 Jul 2000 04:37:29 -0000
25528              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
25529              
25530              Exercise for the kind reader: should we or should we not
25531              cache the utf8 conversion alonside the SV? (as magic,
25532              as thestrxfrm()ed version is cached under use locale)
25533              Argue both for and against.
25534      Branch: perl
25535            ! sv.c
25536 ____________________________________________________________________________
25537 [  6464] By: jhi                                   on 2000/07/29  22:36:22
25538         Log: Subject: UTF8 concat
25539              From: simon@brecon.co.uk (Simon Cozens) 
25540              Date: 30 Jun 2000 06:13:25 GMT
25541              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
25542              
25543              (with a memory leak fixed, plus a few casts added)
25544              
25545              This also seems to help for
25546              
25547              Subject: [ID 20000716.015] join UTF8 weirdness
25548              From: root <root@ak-71.mind.de> 
25549              Date: Sat, 15 Jul 2000 15:29:54 +0200
25550              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
25551              
25552              (from Andreas König)
25553      Branch: perl
25554            ! pp_hot.c
25555 ____________________________________________________________________________
25556 [  6463] By: jhi                                   on 2000/07/29  00:55:39
25557         Log: Tune the comments and hopefully stop a memory leak.
25558      Branch: perl
25559            ! toke.c utf8.c
25560 ____________________________________________________________________________
25561 [  6462] By: jhi                                   on 2000/07/29  00:16:53
25562         Log: The problem described in this
25563              
25564              Subject: [ID 20000322.018] named chars aren't magical enough
25565              From: root <root@dixie.cscaper.com>     
25566              Date: Wed, 22 Mar 2000 18:37:42 -0700
25567              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
25568              
25569              has been fixed in perl 5.6.0 but just in case added a test
25570              to keep it away.  (The report from Joseph Hall.)
25571      Branch: perl
25572            ! t/lib/charnames.t
25573 ____________________________________________________________________________
25574 [  6461] By: jhi                                   on 2000/07/28  23:56:36
25575         Log: Tiny fixes for #6460.
25576      Branch: metaconfig/U/perl
25577            ! gccvers.U
25578      Branch: perl
25579            ! Configure config_h.SH
25580 ____________________________________________________________________________
25581 [  6460] By: jhi                                   on 2000/07/28  23:24:41
25582         Log: Warn if the version of the operating system used to compile gcc
25583              differs from the current version of the operating system.
25584              Also display the gcc compilation os and version in myconfig.
25585              Inspiration from
25586              
25587              Subject: Re: [ID 20000710.003] ERRORS!!         
25588              From: "Kurt D. Starsinic" <kstar@chapin.edu>
25589              Date: Mon, 10 Jul 2000 15:54:16 -0400
25590              Message-ID: <20000710155416.A1384@O2.chapin.edu>
25591      Branch: metaconfig/U/perl
25592            ! gccvers.U
25593      Branch: perl
25594            ! Configure config_h.SH myconfig.SH
25595 ____________________________________________________________________________
25596 [  6459] By: jhi                                   on 2000/07/28  22:00:32
25597         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
25598              letter to $Config{osvers}.
25599      Branch: metaconfig
25600            ! U/modified/Oldconfig.U
25601      Branch: perl
25602            ! Configure config_h.SH
25603 ____________________________________________________________________________
25604 [  6458] By: jhi                                   on 2000/07/28  04:15:39
25605         Log: Back out #6454, doesn't seem to work.
25606              (Reason: that patch was for perl 5.6.0, not perl-current)
25607              (A version of the patch for perl-current came in later as #6466)
25608      Branch: perl
25609            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
25610            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
25611            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
25612 ____________________________________________________________________________
25613 [  6457] By: jhi                                   on 2000/07/27  23:31:49
25614         Log: Use setproctitle() if available to modify $0.
25615              
25616              Subject: setting $* on BSD4 broken
25617              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
25618              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
25619              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
25620      Branch: metaconfig
25621            ! U/modified/Myinit.U
25622      Branch: perl
25623            ! Configure config_h.SH mg.c
25624 ____________________________________________________________________________
25625 [  6456] By: jhi                                   on 2000/07/27  14:50:47
25626         Log: Allow "no AutoLoader;", based on change #6444,
25627              suggested by Graham Barr.
25628      Branch: perl
25629            ! lib/AutoLoader.pm
25630 ____________________________________________________________________________
25631 [  6455] By: jhi                                   on 2000/07/27  14:19:10
25632         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
25633              From: rspier@pobox.com (Robert Spier)
25634              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
25635              Message-ID: <14720.15855.787664.424783@rls.cx>
25636      Branch: perl
25637            ! pod/perldiag.pod
25638 ____________________________________________________________________________
25639 [  6454] By: jhi                                   on 2000/07/27  14:03:02
25640         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
25641              for a long time).
25642              
25643              Reported in
25644              
25645              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
25646              From: Ryan Herbert <rherbert@sycamorehq.com>
25647              Date: Mon, 17 Jul 2000 11:40:42 -0400
25648              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
25649              
25650              Patched in
25651              
25652              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
25653              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
25654              Date: Wed, 26 Jul 2000 23:40:18 +0100
25655              Message-ID: <000001bff752$79511880$0a17073e@tiny>
25656              
25657              based on an earlier patch from Stephen P. Potter.
25658              
25659              (Removed later by change #6458 because this patch was for
25660              perl 5.6.0, not perl-current)
25661      Branch: perl
25662            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
25663            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
25664            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
25665 ____________________________________________________________________________
25666 [  6453] By: jhi                                   on 2000/07/27  13:48:02
25667         Log: Subject: [PATCH] fixes bug 20000508.004
25668              From: Michael Stevens <mstevens@globnix.org>
25669              Date: Thu, 27 Jul 2000 13:49:04 +0100
25670              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
25671      Branch: perl
25672            ! pod/perldata.pod
25673 ____________________________________________________________________________
25674 [  6452] By: jhi                                   on 2000/07/26  23:51:26
25675         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
25676              and Craig A. Berry.
25677      Branch: perl
25678            ! lib/File/Temp.pm pod/perlport.pod
25679 ____________________________________________________________________________
25680 [  6451] By: jhi                                   on 2000/07/26  19:43:30
25681         Log: Be wary of close()s, too.
25682              
25683              Subject: Re: [PATCH] perlbug cleanup
25684              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25685              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
25686              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
25687      Branch: perl
25688            ! utils/perlbug.PL
25689 ____________________________________________________________________________
25690 [  6450] By: jhi                                   on 2000/07/26  18:41:40
25691         Log: Subject: Minor doc patch: handy.h
25692              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
25693              Date: Wed, 26 Jul 2000 15:34:25 -0300
25694              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
25695      Branch: perl
25696            ! handy.h pod/perlapi.pod
25697 ____________________________________________________________________________
25698 [  6449] By: jhi                                   on 2000/07/26  18:23:55
25699         Log: Subject: [PATCH] minor doc change - perlguts
25700              From: Michael Stevens <mstevens@globnix.org>
25701              Date: Thu, 13 Jul 2000 12:39:18 +0100
25702              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
25703      Branch: perl
25704            ! pod/perlguts.pod
25705 ____________________________________________________________________________
25706 [  6448] By: jhi                                   on 2000/07/26  18:20:30
25707         Log: open() wariness in perlbug.
25708              
25709              Subject: [PATCH] perlbug cleanup
25710              From: Michael Stevens <mstevens@globnix.org>
25711              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
25712              Date: Thu, 13 Jul 2000 15:52:23 +0100
25713      Branch: perl
25714            ! utils/perlbug.PL
25715 ____________________________________________________________________________
25716 [  6447] By: jhi                                   on 2000/07/26  18:13:04
25717         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
25718      Branch: perl
25719            ! lib/File/Temp.pm t/lib/ftmp-security.t
25720 ____________________________________________________________________________
25721 [  6446] By: jhi                                   on 2000/07/26  18:06:32
25722         Log: docfix from Peter Scott <Peter@PSDT.com>.
25723      Branch: perl
25724            ! pod/perlfunc.pod
25725 ____________________________________________________________________________
25726 [  6445] By: jhi                                   on 2000/07/26  17:53:31
25727         Log: Fix *foo{FORMAT}.
25728              
25729              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25730              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
25731              Date: Wed, 26 Jul 2000 19:51:02 +0200
25732              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
25733              
25734              From: Graham Barr <gbarr@pobox.com>
25735              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
25736              Date: Wed, 26 Jul 2000 17:38:36 +0100
25737              Message-ID: <20000726173836.L472@pobox.com>
25738      Branch: perl
25739            ! pp.c sv.c t/op/gv.t
25740 ____________________________________________________________________________
25741 [  6444] By: jhi                                   on 2000/07/26  17:49:14
25742         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
25743              from Graham Barr in the module list.
25744      Branch: perl
25745            ! gv.c pod/perlobj.pod
25746 ____________________________________________________________________________
25747 [  6443] By: jhi                                   on 2000/07/26  16:06:56
25748         Log: More split() doc and test patches from Mike Guy.
25749      Branch: perl
25750            ! pod/perlfunc.pod t/op/split.t
25751 ____________________________________________________________________________
25752 [  6442] By: jhi                                   on 2000/07/26  16:05:30
25753         Log: MacOS nits from Matthias Neeracher.
25754      Branch: perl
25755            ! perl.c pp_ctl.c
25756 ____________________________________________________________________________
25757 [  6441] By: jhi                                   on 2000/07/26  04:39:57
25758         Log: Subject: [PATCH] split /^/
25759              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25760              Date: Tue, 25 Jul 2000 14:18:57 +0100
25761              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
25762              
25763              (with notes from tchrist and gbarr)
25764      Branch: perl
25765            ! pod/perlfunc.pod t/op/split.t
25766 ____________________________________________________________________________
25767 [  6440] By: jhi                                   on 2000/07/26  04:32:32
25768         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
25769              From: Peter Prymmer <pvhp@forte.com>
25770              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
25771              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
25772      Branch: perl
25773            ! vms/munchconfig.c
25774 ____________________________________________________________________________
25775 [  6439] By: jhi                                   on 2000/07/26  04:31:01
25776         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
25777              to be fatal errors (instead of by default ignoring them, and
25778              ignoring with a bug: even though -w gave an error, the opening [
25779              was left in)  Reported in:
25780              
25781              Subject: [ID 20000716.024] [=cc=] / [:blank:]
25782              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
25783              Date: Sun, 16 Jul 2000 17:55:29 -0700
25784              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
25785      Branch: perl
25786            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
25787 ____________________________________________________________________________
25788 [  6438] By: jhi                                   on 2000/07/25  15:41:15
25789         Log: Subject: [PATCH] av.c apidoc
25790              From: simon@brecon.co.uk (Simon Cozens)
25791              Date: 24 Jul 2000 06:40:52 GMT
25792              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
25793      Branch: perl
25794            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
25795            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
25796 ____________________________________________________________________________
25797 [  6437] By: jhi                                   on 2000/07/25  14:05:36
25798         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
25799              From: "Stephen P. Potter" <spp@ds.net>
25800              Date: Mon, 24 Jul 2000 14:22:23 -0400
25801              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
25802      Branch: perl
25803            ! pod/perllocale.pod
25804 ____________________________________________________________________________
25805 [  6436] By: jhi                                   on 2000/07/25  14:02:03
25806         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
25807              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25808              Date: Mon, 24 Jul 2000 18:04:28 +0100
25809              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
25810      Branch: perl
25811            ! t/lib/syslfs.t t/op/lfs.t
25812 ____________________________________________________________________________
25813 [  6435] By: jhi                                   on 2000/07/25  13:59:28
25814         Log: Get UTF16 BOMs working.  Patch from
25815              
25816              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
25817              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25818              Date: Tue, 25 Jul 2000 12:52:45 +0100
25819              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
25820              
25821              and notes from
25822              
25823              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
25824              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25825              Date: Tue, 25 Jul 2000 11:43:25 +0100
25826              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
25827      Branch: perl
25828            ! t/comp/require.t toke.c utf8.c
25829 ____________________________________________________________________________
25830 [  6434] By: jhi                                   on 2000/07/25  02:39:54
25831         Log: Make the "uninit variable" warning to say "concat or string"
25832              or "join or string" when in concat or join .
25833              
25834              Subject: Re: [ID 20000403.009] uninitialised concatenation???
25835              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25836              Date: Tue, 04 Apr 2000 18:22:58 +0100
25837              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
25838              
25839              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
25840              From: William R Ward <hermit@BayView.COM>
25841              Date: Thu, 30 Mar 2000 19:50:03 -0800
25842              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
25843      Branch: perl
25844            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
25845            ! t/pragma/warn/op t/pragma/warn/sv
25846 ____________________________________________________________________________
25847 [  6433] By: jhi                                   on 2000/07/24  17:52:56
25848         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
25849      Branch: perl
25850            ! lib/File/Spec/VMS.pm
25851 ____________________________________________________________________________
25852 [  6432] By: jhi                                   on 2000/07/24  17:44:44
25853         Log: Test cases for #6431.
25854              
25855              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
25856              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25857              Date: Mon, 24 Jul 2000 15:32:29 +0100
25858              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
25859      Branch: perl
25860            ! t/op/pat.t t/op/split.t
25861 ____________________________________________________________________________
25862 [  6431] By: jhi                                   on 2000/07/24  17:43:17
25863         Log: Bind op fix.
25864              
25865              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
25866              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25867              Date: Mon, 17 Jul 2000 20:04:56 +0100
25868              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
25869      Branch: perl
25870            ! op.c
25871 ____________________________________________________________________________
25872 [  6430] By: jhi                                   on 2000/07/24  03:42:42
25873         Log: Subject: [ID 20000716.023] syslog test fails without sockets
25874              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25875              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
25876              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
25877      Branch: metaconfig/U/perl
25878            ! Extensions.U
25879      Branch: perl
25880            ! Configure config_h.SH
25881 ____________________________________________________________________________
25882 [  6429] By: jhi                                   on 2000/07/24  03:11:52
25883         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
25884              case, but add also notes explaining the relationship of this
25885              patch and the earlier notes by Sarathy.
25886              
25887              Subject: Map is still slow
25888              From: "Ben Tilly" <ben_tilly@hotmail.com>
25889              Date: Sat, 15 Jul 2000 17:23:27 EDT
25890              Message-ID: <20000715212327.21656.qmail@hotmail.com>
25891      Branch: perl
25892            ! pp_ctl.c
25893 ____________________________________________________________________________
25894 [  6428] By: jhi                                   on 2000/07/24  02:58:52
25895         Log: Documentation to explain the behaviour of map().
25896              
25897              Subject: Re: Map is still slow 
25898              From: Gurusamy Sarathy <gsar@ActiveState.com>
25899              Date: Sat, 15 Jul 2000 16:05:09 -0700
25900              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
25901      Branch: perl
25902            ! pp_ctl.c
25903 ____________________________________________________________________________
25904 [  6427] By: jhi                                   on 2000/07/24  02:50:03
25905         Log: Add tests for
25906              [ID 19991110.003] another matching finding by pcre author
25907              which has already been fixed by some patch, as verified in
25908              
25909              Subject: Re: two regex bugs from the mists of time (well, last November)
25910              From: Hugo <hv@crypt.compulink.co.uk>
25911              Date: Sat, 22 Jul 2000 18:12:58 +0100
25912              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
25913      Branch: perl
25914            ! t/op/re_tests
25915 ____________________________________________________________________________
25916 [  6426] By: jhi                                   on 2000/07/24  02:11:20
25917         Log: A missing 'break' after the [[:space:]] switch case.
25918              
25919              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
25920              From: "Stephen P. Potter" <spp@ds.net>
25921              Date: Tue, 18 Jul 2000 16:25:17 -0400
25922              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
25923      Branch: perl
25924            ! regcomp.c
25925 ____________________________________________________________________________
25926 [  6425] By: jhi                                   on 2000/07/24  02:06:12
25927         Log: The output might have been produced in the wrong order.
25928              
25929              Subject: [ID 20000720.003] [PATCH] t/op/write.t
25930              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25931              Date: Thu, 20 Jul 2000 18:49:18 +0100
25932              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
25933      Branch: perl
25934            ! t/op/write.t
25935 ____________________________________________________________________________
25936 [  6424] By: jhi                                   on 2000/07/24  02:00:07
25937         Log: Use STDOUT consistently.
25938              
25939              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
25940              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25941              Date: Thu, 20 Jul 2000 18:04:01 +0100
25942              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
25943      Branch: perl
25944            ! lib/Test/Harness.pm
25945 ____________________________________________________________________________
25946 [  6423] By: jhi                                   on 2000/07/24  01:54:54
25947         Log: Protect against "wild next"s, that is, callbacks doing "next"
25948              instead of "return".
25949              
25950              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
25951              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25952              Date: Tue, 18 Jul 2000 11:30:16 +0100
25953              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
25954      Branch: perl
25955            ! lib/File/Find.pm
25956 ____________________________________________________________________________
25957 [  6422] By: jhi                                   on 2000/07/24  01:35:47
25958         Log: Out-of-date note removed.
25959              
25960              Subject: [PATCH] documentation perlipc
25961              From: rspier@pobox.com (Robert Spier)
25962              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
25963              Message-ID: <14711.35178.572612.502654@rls.cx>
25964      Branch: perl
25965            ! pod/perlipc.pod
25966 ____________________________________________________________________________
25967 [  6421] By: jhi                                   on 2000/07/24  00:09:18
25968         Log: Send all installperl messages to STDERR and be -w clean.
25969              
25970              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
25971              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25972              Date: Sat, 22 Jul 2000 14:02:11 +0100
25973              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
25974      Branch: perl
25975            ! installperl
25976 ____________________________________________________________________________
25977 [  6420] By: jhi                                   on 2000/07/24  00:04:19
25978         Log: Decutandpasto.
25979              
25980              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
25981              From: "Richard Soderberg" <rs@crystalflame.net>
25982              Date: Sun, 23 Jul 2000 01:37:23 -0700
25983              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
25984      Branch: perl
25985            ! pod/perlipc.pod
25986 ____________________________________________________________________________
25987 [  6419] By: jhi                                   on 2000/07/24  00:01:12
25988         Log: A cleaner abs_path().
25989              Subject: Re: unix alternative to Cwd.pm
25990              From: Jeff Pinyan <jeffp@crusoe.net>
25991              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
25992              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
25993      Branch: perl
25994            ! lib/Cwd.pm
25995 ____________________________________________________________________________
25996 [  6418] By: jhi                                   on 2000/07/23  23:48:56
25997         Log: Detypo.
25998              
25999              Subject: [PATCH perl-current] Typo in hints/powerux.sh
26000              From: "Richard Soderberg" <rs@crystalflame.net>
26001              Date: Sun, 23 Jul 2000 01:27:33 -0700
26002              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
26003      Branch: perl
26004            ! hints/powerux.sh
26005 ____________________________________________________________________________
26006 [  6417] By: jhi                                   on 2000/07/17  22:13:31
26007         Log: Subject: SDBM_File documentation
26008              From: mjd@plover.com
26009              Date: 16 Jul 2000 17:41:17 -0000
26010              Message-ID: <20000716174117.18515.qmail@plover.com>
26011      Branch: perl
26012            ! ext/SDBM_File/SDBM_File.pm
26013 ____________________________________________________________________________
26014 [  6416] By: jhi                                   on 2000/07/17  19:13:26
26015         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
26016      Branch: perl
26017            ! hints/mpeix.sh mpeix/relink
26018 ____________________________________________________________________________
26019 [  6415] By: jhi                                   on 2000/07/15  14:11:02
26020         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
26021              the utf8 'characters' can be more than one octet).
26022              
26023              Date: Sat, 15 Jul 2000 00:21:56 +0100
26024              From: Tom Hughes <tom@compton.nu>
26025              Subject: Re: [ID 20000714.002]
26026              Message-ID: <db2334de49.tom@compton.compton.nu>
26027              
26028              Reported in
26029              
26030              Subject: [ID 20000714.002]
26031              From: "Simon Cozens" <simon@othersideofthe.earth.li>
26032              Date: 14 Jul 2000 15:13:09 -0000
26033              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
26034      Branch: perl
26035            ! doop.c
26036 ____________________________________________________________________________
26037 [  6414] By: jhi                                   on 2000/07/15  03:13:41
26038         Log: another VMS build tweak from Peter Prymmer
26039      Branch: perl
26040            ! vms/descrip_mms.template
26041 ____________________________________________________________________________
26042 [  6413] By: jhi                                   on 2000/07/15  03:10:40
26043         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
26044      Branch: perl
26045            ! vms/perlvms.pod
26046 ____________________________________________________________________________
26047 [  6412] By: jhi                                   on 2000/07/15  00:31:05
26048         Log: More docs for sv functions.
26049              
26050              Subject: [PATCH cfgperl] sv.c apidoc
26051              From: simon@brecon.co.uk (Simon Cozens)
26052              Date: 13 Jul 2000 09:00:20 GMT
26053              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
26054              
26055              Subject: Re: [PATCH cfgperl] sv.c apidoc
26056              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26057              Date: Thu, 13 Jul 2000 12:27:41 +0100
26058              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
26059              
26060              Subject: Re: [PATCH cfgperl] sv.c apidoc
26061              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26062              Date: Thu, 13 Jul 2000 13:23:09 +0100
26063              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
26064              
26065              Subject: Re: [PATCH cfgperl] sv.c apidoc
26066              From: simon@brecon.co.uk (Simon Cozens)
26067              Date: 14 Jul 2000 06:51:02 GMT
26068              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
26069      Branch: perl
26070            ! embed.pl pod/perlapi.pod sv.c
26071 ____________________________________________________________________________
26072 [  6411] By: jhi                                   on 2000/07/15  00:10:41
26073         Log: lib/b test fixes from Peter Prymmer.
26074      Branch: perl
26075            ! t/lib/b.t
26076 ____________________________________________________________________________
26077 [  6410] By: jhi                                   on 2000/07/15  00:02:09
26078         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
26079              From: Hugo <hv@crypt.compulink.co.uk>
26080              Date: Fri, 14 Jul 2000 23:05:20 +0100
26081              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
26082              
26083              Didn't anymore apply, but that point still could use another fix.
26084      Branch: perl
26085            ! pod/perlfunc.pod
26086 ____________________________________________________________________________
26087 [  6409] By: jhi                                   on 2000/07/14  23:15:15
26088         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
26089              not in pod, from Peter Prymmer
26090      Branch: perl
26091            ! vms/descrip_mms.template
26092 ____________________________________________________________________________
26093 [  6408] By: jhi                                   on 2000/07/14  20:35:05
26094         Log: The bug report
26095              [ID 19991110.002] minimal matching discrepancy found by pcre author
26096              seems to have been fixed (though differently from what was suggested
26097              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
26098      Branch: perl
26099            ! t/op/re_tests
26100 ____________________________________________________________________________
26101 [  6407] By: jhi                                   on 2000/07/14  17:38:08
26102         Log: Fix AutoSplit to use File::Spec the right way in VMS,
26103              from Peter Prymmer.
26104      Branch: perl
26105            ! lib/AutoSplit.pm
26106 ____________________________________________________________________________
26107 [  6406] By: jhi                                   on 2000/07/14  14:13:22
26108         Log: Merge perlhacktut into perlhack, update perlguts.
26109              
26110              Subject: Re: Perlhacktut
26111              From: simon@brecon.co.uk (Simon Cozens)
26112              Date: 14 Jul 2000 06:49:21 GMT
26113              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
26114              
26115              Subject: Re: Perlhacktut
26116              From: simon@brecon.co.uk (Simon Cozens)
26117              Date: 14 Jul 2000 07:09:45 GMT
26118              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
26119      Branch: perl
26120            ! pod/perlguts.pod pod/perlhack.pod
26121 ____________________________________________________________________________
26122 [  6405] By: jhi                                   on 2000/07/14  14:02:31
26123         Log: Integrate with Sarathy.
26124      Branch: cfgperl
26125           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
26126           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
26127           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
26128 ____________________________________________________________________________
26129 [  6404] By: gsar                                  on 2000/07/14  12:15:02
26130         Log: PERL_OBJECT build tweaks
26131      Branch: perl
26132            ! toke.c
26133 ____________________________________________________________________________
26134 [  6403] By: gsar                                  on 2000/07/14  11:23:41
26135         Log: inconsistent types needs casts
26136      Branch: perl
26137            ! toke.c
26138 ____________________________________________________________________________
26139 [  6402] By: gsar                                  on 2000/07/14  11:12:04
26140         Log: typos in change#6399, regen headers
26141      Branch: perl
26142            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
26143 ____________________________________________________________________________
26144 [  6401] By: gsar                                  on 2000/07/14  10:59:12
26145         Log: typecasts needed for change#6394
26146      Branch: perl
26147            ! toke.c
26148 ____________________________________________________________________________
26149 [  6400] By: gsar                                  on 2000/07/14  10:49:37
26150         Log: integrate cfgperl contents into mainline
26151      Branch: perl
26152           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
26153           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
26154 ____________________________________________________________________________
26155 [  6399] By: gsar                                  on 2000/07/14  10:38:35
26156         Log: enable UTF-16 filter by default if relevant BOM is seen; various
26157              cleanups (typos, misformatted code, and small bugs)
26158      Branch: perl
26159            ! doop.c embed.pl mg.c op.c pp.c toke.c
26160 ____________________________________________________________________________
26161 [  6398] By: gsar                                  on 2000/07/14  08:55:38
26162         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
26163              name suggests anyway)
26164      Branch: perl
26165            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
26166 ____________________________________________________________________________
26167 [  6397] By: gsar                                  on 2000/07/14  08:44:33
26168         Log: move new variables to the end of the interpreter structure (for
26169              bincompat in code that doesn't #include XSUB.h)
26170      Branch: perl
26171            ! intrpvar.h
26172 ____________________________________________________________________________
26173 [  6396] By: gsar                                  on 2000/07/14  08:13:58
26174         Log: MakeMaker should not remove editor backups (*~) on `make clean`
26175              by default (completes change#6383)
26176      Branch: perl
26177            ! lib/ExtUtils/MM_Unix.pm
26178 ____________________________________________________________________________
26179 [  6395] By: jhi                                   on 2000/07/14  05:20:33
26180         Log: Replace change #6337 with a better one.
26181              
26182              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
26183              From: Hugo <hv@crypt.compulink.co.uk>
26184              Date: Fri, 14 Jul 2000 04:16:20 +0100
26185              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
26186      Branch: cfgperl
26187            ! regexec.c t/op/re_tests
26188 ____________________________________________________________________________
26189 [  6394] By: jhi                                   on 2000/07/14  01:33:59
26190         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
26191      Branch: cfgperl
26192            ! embed.pl global.sym proto.h toke.c
26193 ____________________________________________________________________________
26194 [  6393] By: jhi                                   on 2000/07/13  23:41:23
26195         Log: remove discarded test
26196      Branch: cfgperl
26197            ! MANIFEST
26198 ____________________________________________________________________________
26199 [  6392] By: jhi                                   on 2000/07/13  23:32:25
26200         Log: The {multiplier} of a fixed substring was overlooked which
26201              caused a wrong initial search offset for that substring.
26202              
26203              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
26204              From: Hugo <hv@crypt.compulink.co.uk>
26205              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
26206              Date: Thu, 13 Jul 2000 19:27:13 +0100
26207      Branch: cfgperl
26208            ! regcomp.c t/op/re_tests
26209 ____________________________________________________________________________
26210 [  6391] By: jhi                                   on 2000/07/13  16:37:42
26211         Log: typo fix from Craig Berry
26212      Branch: cfgperl
26213            ! vms/subconfigure.com
26214 ____________________________________________________________________________
26215 [  6390] By: jhi                                   on 2000/07/13  13:20:12
26216         Log: Integrate with Sarathy.
26217      Branch: cfgperl
26218            - t/op/method2entersub.t
26219           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
26220           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
26221           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
26222           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
26223 ____________________________________________________________________________
26224 [  6389] By: jhi                                   on 2000/07/13  13:18:48
26225         Log: Detypo from Peter Prymmer, part of #6388.
26226      Branch: cfgperl
26227            ! Configure config_h.SH
26228      Branch: metaconfig
26229            ! U/modified/d_longlong.U
26230 ____________________________________________________________________________
26231 [  6388] By: gsar                                  on 2000/07/13  06:33:40
26232         Log: typos (spotted by Peter Prymmer)
26233      Branch: perl
26234            ! Configure t/lib/english.t
26235 ____________________________________________________________________________
26236 [  6387] By: gsar                                  on 2000/07/13  05:35:28
26237         Log: new selfloader.t in change#6183 doesn't close DATA handles,
26238              and thus fails to clean up tmp files on dosish platforms
26239      Branch: perl
26240            ! t/lib/selfloader.t
26241 ____________________________________________________________________________
26242 [  6386] By: gsar                                  on 2000/07/12  21:42:39
26243         Log: sprintf test tweaks (from Dominic Dunlop)
26244      Branch: perl
26245            ! t/op/sprintf.t
26246 ____________________________________________________________________________
26247 [  6385] By: gsar                                  on 2000/07/12  21:33:46
26248         Log: fix bugs in processing %v-*d and similar format specs (from
26249              Avi Finkel <avi@finkel.org>)
26250      Branch: perl
26251            ! sv.c t/op/sprintf.t
26252 ____________________________________________________________________________
26253 [  6384] By: gsar                                  on 2000/07/12  16:04:19
26254         Log: readd missing perldelta.pod changes from changes#6339,6376
26255      Branch: perl
26256            ! pod/perldelta.pod
26257 ____________________________________________________________________________
26258 [  6383] By: gsar                                  on 2000/07/12  16:00:51
26259         Log: don't clobber *.orig files on *clean targets
26260      Branch: perl
26261            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
26262 ____________________________________________________________________________
26263 [  6382] By: gsar                                  on 2000/07/12  07:59:12
26264         Log: fix broken integrations in cfgperl
26265      Branch: cfgperl
26266           !> Changes pod/perldelta.pod
26267 ____________________________________________________________________________
26268 [  6381] By: gsar                                  on 2000/07/12  07:42:17
26269         Log: integrate cfgperl changes into mainline
26270      Branch: perl
26271            ! Changes
26272           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
26273           !> pod/perlre.pod
26274 ____________________________________________________________________________
26275 [  6380] By: gsar                                  on 2000/07/12  07:31:00
26276         Log: get sprintf.t to adjust properly for 3-digit exponents
26277      Branch: perl
26278            ! t/op/sprintf.t
26279 ____________________________________________________________________________
26280 [  6379] By: gsar                                  on 2000/07/12  06:40:04
26281         Log: change#6174 needs corresponding change in win32/config_h.PL,
26282              which grovels through config_h.SH to find the config.h name
26283      Branch: perl
26284            ! win32/config_h.PL
26285 ____________________________________________________________________________
26286 [  6378] By: jhi                                   on 2000/07/12  05:03:59
26287         Log: Do the cc sanity check both before the hints and
26288              after the cc selction.
26289      Branch: cfgperl
26290            ! Configure config_h.SH
26291      Branch: metaconfig
26292            ! U/modified/Oldconfig.U U/modified/cc.U
26293      Branch: metaconfig/U/perl
26294            + Checkcc.U
26295 ____________________________________________________________________________
26296 [  6377] By: jhi                                   on 2000/07/12  02:49:22
26297         Log: Fix nits noticed by Boston.pm.
26298      Branch: cfgperl
26299            ! pod/perlre.pod
26300 ____________________________________________________________________________
26301 [  6376] By: jhi                                   on 2000/07/11  21:22:13
26302         Log: Configure cosmetics and perldelta.
26303      Branch: cfgperl
26304            ! Configure config_h.SH pod/perldelta.pod
26305      Branch: metaconfig
26306            ! U/modified/cc.U
26307 ____________________________________________________________________________
26308 [  6375] By: gsar                                  on 2000/07/11  21:17:35
26309         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
26310      Branch: perl
26311            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
26312            ! win32/win32sck.c
26313 ____________________________________________________________________________
26314 [  6374] By: gsar                                  on 2000/07/11  20:48:50
26315         Log: tweak for build failure under multiplicity
26316      Branch: perl
26317            ! toke.c
26318 ____________________________________________________________________________
26319 [  6373] By: gsar                                  on 2000/07/11  20:37:23
26320         Log: integrate cfgperl changes#6325..6373 into mainline
26321              (NOTE: today's batch of integrations still untested)
26322      Branch: perl
26323           +> ext/DynaLoader/hints/netbsd.pl
26324            ! Changes
26325           !> (integrate 26 files)
26326 ____________________________________________________________________________
26327 [  6372] By: jhi                                   on 2000/07/11  20:30:36
26328         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
26329              regen perltoc.
26330      Branch: cfgperl
26331            + pod/perlbook.pod
26332            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
26333            ! pod/perltoc.pod
26334 ____________________________________________________________________________
26335 [  6371] By: jhi                                   on 2000/07/11  20:08:56
26336         Log: Minor cleanups on the booklist.
26337      Branch: cfgperl
26338            ! pod/perlfaq2.pod
26339 ____________________________________________________________________________
26340 [  6370] By: jhi                                   on 2000/07/11  19:31:13
26341         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
26342      Branch: cfgperl
26343            ! t/pragma/overload.t
26344 ____________________________________________________________________________
26345 [  6369] By: gsar                                  on 2000/07/11  19:27:48
26346         Log: integrate cfgperl changes#6293..6324 into mainline
26347      Branch: perl
26348           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
26349            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
26350           !> (integrate 30 files)
26351 ____________________________________________________________________________
26352 [  6368] By: gsar                                  on 2000/07/11  19:18:57
26353         Log: skip integrate of problematic change#6292 from cfgperl into mainline
26354      Branch: perl
26355           !> pp_hot.c
26356 ____________________________________________________________________________
26357 [  6367] By: gsar                                  on 2000/07/11  19:17:21
26358         Log: integrate cfgperl changes#6288..6290 into mainline
26359      Branch: perl
26360           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
26361 ____________________________________________________________________________
26362 [  6366] By: gsar                                  on 2000/07/11  19:11:18
26363         Log: integrate cfgperl changes#6268..6282 into mainline
26364      Branch: perl
26365           !> (integrate 30 files)
26366 ____________________________________________________________________________
26367 [  6365] By: gsar                                  on 2000/07/11  18:57:00
26368         Log: delete new accidentally branched file
26369      Branch: perl
26370            - t/op/method2entersub.t
26371 ____________________________________________________________________________
26372 [  6364] By: gsar                                  on 2000/07/11  18:55:13
26373         Log: skip integrate of change#6267 from cfgperl into mainline (the
26374              method call optimization is flawed without additional hints
26375              from user about immutableness of @ISA and no runtime method
26376              definitions)
26377      Branch: perl
26378           +> t/op/method2entersub.t
26379           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
26380           !> perl.h t/op/sprintf.t xsutils.c
26381 ____________________________________________________________________________
26382 [  6363] By: gsar                                  on 2000/07/11  18:49:43
26383         Log: integrate cfgperl changes#6261..6266 into mainline
26384      Branch: perl
26385           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
26386           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
26387           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
26388           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
26389 ____________________________________________________________________________
26390 [  6362] By: gsar                                  on 2000/07/11  18:43:26
26391         Log: integrate cfgperl changes#6252..6260 into mainline
26392      Branch: perl
26393           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
26394           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
26395           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
26396           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
26397 ____________________________________________________________________________
26398 [  6361] By: gsar                                  on 2000/07/11  18:37:12
26399         Log: skip integrate of problematic change#6251 from cfgperl into mainline
26400      Branch: perl
26401           !> lib/Exporter.pm
26402 ____________________________________________________________________________
26403 [  6360] By: gsar                                  on 2000/07/11  18:34:56
26404         Log: integrate cfgperl change#6250 into mainline
26405      Branch: perl
26406           +> t/op/my_stash.t
26407           !> MANIFEST embed.pl proto.h toke.c
26408 ____________________________________________________________________________
26409 [  6359] By: gsar                                  on 2000/07/11  18:21:19
26410         Log: integrate cfgperl changes#6242..6249 into mainline
26411      Branch: perl
26412           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
26413           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
26414           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
26415           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
26416           !> t/lib/peek.t utf8.c
26417 ____________________________________________________________________________
26418 [  6358] By: gsar                                  on 2000/07/11  18:15:45
26419         Log: skip integrate of problematic change#6241 from cfgperl into mainline
26420      Branch: perl
26421           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
26422 ____________________________________________________________________________
26423 [  6357] By: jhi                                   on 2000/07/11  18:15:16
26424         Log: Fix for
26425              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
26426              From: Roderick Schertler <roderick@argon.org> 
26427              Date: Tue, 11 Jul 2000 13:55:05 -0400 
26428              Message-Id: <200007111755.NAA05077@jones.argon.org> 
26429      Branch: cfgperl
26430            ! doio.c
26431 ____________________________________________________________________________
26432 [  6356] By: jhi                                   on 2000/07/11  18:12:51
26433         Log: Typo in #6341.
26434      Branch: cfgperl
26435            ! pp_hot.c
26436 ____________________________________________________________________________
26437 [  6355] By: gsar                                  on 2000/07/11  18:12:10
26438         Log: integrate cfgperl changes#6231..6240 into mainline
26439      Branch: perl
26440           +> pod/perlutil.pod
26441           !> (integrate 35 files)
26442 ____________________________________________________________________________
26443 [  6354] By: jhi                                   on 2000/07/11  18:04:34
26444         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
26445              From: Dominic Dunlop <domo@computer.org> 
26446              Date: Tue, 11 Jul 2000 12:27:33 +0200 
26447              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
26448              
26449              Replaces change #6268.
26450      Branch: cfgperl
26451            ! t/op/sprintf.t
26452 ____________________________________________________________________________
26453 [  6353] By: gsar                                  on 2000/07/11  17:59:51
26454         Log: skip integrate of problematic change#6230 from cfgperl into mainline
26455              (a later version of File::Spec is already in mainline)
26456      Branch: perl
26457           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
26458           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
26459 ____________________________________________________________________________
26460 [  6352] By: gsar                                  on 2000/07/11  17:57:48
26461         Log: integrate cfgperl changes#6224..6229 into mainline
26462      Branch: perl
26463           +> lib/lib.pm.PL
26464            - lib/lib.pm
26465           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
26466           !> lib/English.pm op.c t/lib/english.t
26467 ____________________________________________________________________________
26468 [  6351] By: gsar                                  on 2000/07/11  17:50:10
26469         Log: skip integrate of problematic change#6223 from cfgperl into mainline
26470      Branch: perl
26471           !> doio.c
26472 ____________________________________________________________________________
26473 [  6350] By: gsar                                  on 2000/07/11  17:48:28
26474         Log: integrate cfgperl changes#6220..6222 into mainline
26475      Branch: perl
26476           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
26477           !> toke.c utf8.c win32/win32.h
26478 ____________________________________________________________________________
26479 [  6349] By: gsar                                  on 2000/07/11  17:46:13
26480         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
26481              mainline
26482      Branch: perl
26483           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
26484           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
26485           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
26486 ____________________________________________________________________________
26487 [  6348] By: jhi                                   on 2000/07/11  17:45:49
26488         Log: README.posix-bc podified from Thomas Dorner.
26489      Branch: cfgperl
26490            ! README.posix-bc
26491 ____________________________________________________________________________
26492 [  6347] By: gsar                                  on 2000/07/11  17:42:04
26493         Log: integrate cfgperl change#6217 into mainline
26494      Branch: perl
26495           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
26496           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
26497           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
26498 ____________________________________________________________________________
26499 [  6346] By: gsar                                  on 2000/07/11  17:39:37
26500         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
26501              mainline
26502      Branch: perl
26503           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
26504           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
26505           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
26506           !> perlapi.h pod/perlapi.pod
26507 ____________________________________________________________________________
26508 [  6345] By: gsar                                  on 2000/07/11  17:36:42
26509         Log: integrate cfgperl changes#6207..6210 into mainline
26510      Branch: perl
26511           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
26512           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
26513 ____________________________________________________________________________
26514 [  6344] By: gsar                                  on 2000/07/11  17:31:20
26515         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
26516              mainline
26517      Branch: perl
26518           !> (integrate 40 files)
26519 ____________________________________________________________________________
26520 [  6343] By: gsar                                  on 2000/07/11  17:19:08
26521         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
26522      Branch: perl
26523           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
26524            ! Changes
26525           !> (integrate 34 files)
26526 ____________________________________________________________________________
26527 [  6342] By: jhi                                   on 2000/07/11  16:05:48
26528         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
26529              To: perl5-porters@perl.org
26530              From: Karsten Sperling <spiff@phreax.net>
26531              Date: Mon, 10 Jul 2000 15:12:52 +0200
26532              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
26533      Branch: cfgperl
26534            ! lib/Symbol.pm
26535 ____________________________________________________________________________
26536 [  6341] By: jhi                                   on 2000/07/11  15:59:23
26537         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
26538              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26539              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
26540              Date: Fri, 07 Jul 2000 17:57:16 +0100
26541      Branch: cfgperl
26542            ! pp_hot.c
26543 ____________________________________________________________________________
26544 [  6340] By: jhi                                   on 2000/07/11  15:55:47
26545         Log: Subject: Re: format bug report  [Patch]
26546              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26547              Date: Wed, 05 Jul 2000 13:12:52 +0200
26548              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
26549              
26550              Subject: Re: format bug report  [Patch]
26551              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26552              Date: Wed, 05 Jul 2000 14:10:01 +0200
26553              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
26554      Branch: cfgperl
26555            ! t/op/write.t toke.c
26556 ____________________________________________________________________________
26557 [  6339] By: jhi                                   on 2000/07/11  13:54:09
26558         Log: Be less forgiving about ambiguous and illegal tr ranges.
26559              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
26560              From: Mark-Jason Dominus <mjd@plover.com>
26561              Date: Tue, 04 Jul 2000 10:00:12 -0400
26562              Message-ID: <20000704140012.17772.qmail@plover.com>
26563              
26564              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
26565              From: Mark-Jason Dominus <mjd@plover.com>
26566              Date: Wed, 05 Jul 2000 09:37:36 -0400
26567              Message-ID: <20000705133736.27293.qmail@plover.com>
26568      Branch: cfgperl
26569            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
26570 ____________________________________________________________________________
26571 [  6338] By: jhi                                   on 2000/07/11  13:31:24
26572         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
26573              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26574              Date: Tue, 11 Jul 2000 13:50:51 +0100
26575              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
26576      Branch: cfgperl
26577            ! sv.c
26578 ____________________________________________________________________________
26579 [  6337] By: jhi                                   on 2000/07/11  13:29:14
26580         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
26581              From: Hugo <hv@crypt.compulink.co.uk>
26582              Date: Tue, 11 Jul 2000 12:44:50 +0100
26583              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
26584      Branch: cfgperl
26585            ! regexec.c t/op/re_tests
26586 ____________________________________________________________________________
26587 [  6336] By: jhi                                   on 2000/07/11  13:26:47
26588         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
26589              From: simon@brecon.co.uk (Simon Cozens)
26590              Date: 7 Jul 2000 11:26:09 GMT
26591              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
26592      Branch: cfgperl
26593            ! mg.c
26594 ____________________________________________________________________________
26595 [  6335] By: jhi                                   on 2000/07/11  13:23:37
26596         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
26597              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
26598              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
26599              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
26600      Branch: cfgperl
26601            + ext/DynaLoader/hints/netbsd.pl
26602            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
26603 ____________________________________________________________________________
26604 [  6334] By: jhi                                   on 2000/07/11  13:20:38
26605         Log: Subject: PATCH perlguts.pod: Document D and d magic types
26606              From: mjd@plover.com
26607              Date: 5 Jul 2000 18:01:51 -0000
26608              Message-ID: <20000705180151.29413.qmail@plover.com>
26609      Branch: cfgperl
26610            ! pod/perlguts.pod
26611 ____________________________________________________________________________
26612 [  6333] By: jhi                                   on 2000/07/11  13:15:51
26613         Log: Precedence goof, fix based on
26614              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
26615              From: Hugo <hv@crypt.compulink.co.uk>
26616              Date: Tue, 11 Jul 2000 12:52:38 +0100
26617              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
26618      Branch: cfgperl
26619            ! t/op/taint.t
26620 ____________________________________________________________________________
26621 [  6332] By: jhi                                   on 2000/07/11  12:40:17
26622         Log: Integrate with Sarathy.
26623      Branch: cfgperl
26624           !> win32/win32sck.c
26625 ____________________________________________________________________________
26626 [  6331] By: jhi                                   on 2000/07/10  20:14:16
26627         Log: Sprinkle ldlibpath.
26628      Branch: cfgperl
26629            ! pod/Makefile.SH
26630 ____________________________________________________________________________
26631 [  6330] By: jhi                                   on 2000/07/10  17:54:49
26632         Log: More POSIX.pod tweaks.
26633      Branch: cfgperl
26634            ! ext/POSIX/POSIX.pod
26635 ____________________________________________________________________________
26636 [  6329] By: jhi                                   on 2000/07/10  14:02:12
26637         Log: Reorder perl.pod once more.
26638      Branch: cfgperl
26639            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26640 ____________________________________________________________________________
26641 [  6328] By: gsar                                  on 2000/07/10  07:06:00
26642         Log: accept() leaks memory on windows due to incorrect ordering of
26643              closesocket() and fclose() calls
26644      Branch: perl
26645            ! win32/win32sck.c
26646 ____________________________________________________________________________
26647 [  6327] By: gsar                                  on 2000/07/10  06:49:17
26648         Log: winsock options weren't being set in all threads under ithreads
26649              (caused send()s from second and subsequent threads to fail)
26650      Branch: perl
26651            ! win32/win32sck.c
26652 ____________________________________________________________________________
26653 [  6326] By: jhi                                   on 2000/07/08  02:45:40
26654         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
26655              was cast to an unsigned (32-bit) integer with wild abandon.
26656      Branch: cfgperl
26657            ! ext/Devel/DProf/DProf.xs
26658 ____________________________________________________________________________
26659 [  6325] By: jhi                                   on 2000/07/07  18:50:33
26660         Log: Remove perlbook, update perlfaq book listing,
26661              rearrange perl.pod, regenerate perltoc.
26662      Branch: cfgperl
26663            - pod/perlbook.pod
26664            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
26665            ! pod/perlfaq2.pod pod/perltoc.pod
26666 ____________________________________________________________________________
26667 [  6324] By: jhi                                   on 2000/07/07  14:03:40
26668         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
26669      Branch: cfgperl
26670            ! sv.h toke.c
26671 ____________________________________________________________________________
26672 [  6323] By: jhi                                   on 2000/07/06  16:03:55
26673         Log: Fix complaints of buildtoc.
26674      Branch: cfgperl
26675            + lib/Win32.pod
26676            - pod/Win32.pod
26677            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26678 ____________________________________________________________________________
26679 [  6322] By: jhi                                   on 2000/07/06  15:15:52
26680         Log: Add =head1 NAMEs so that buildtoc is happy.
26681              (The CGI::Util nit reported to Lincoln.)
26682      Branch: cfgperl
26683            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
26684            ! pod/perltoc.pod
26685 ____________________________________________________________________________
26686 [  6321] By: jhi                                   on 2000/07/06  03:16:04
26687         Log: Config is being used.
26688      Branch: cfgperl
26689            ! t/op/method.t
26690 ____________________________________________________________________________
26691 [  6320] By: jhi                                   on 2000/07/06  03:13:13
26692         Log: Integrate with Sarathy.
26693      Branch: cfgperl
26694           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
26695 ____________________________________________________________________________
26696 [  6319] By: jhi                                   on 2000/07/06  03:11:46
26697         Log: Autogenerate pod/Makefile and pod/buildtoc.
26698              buildtoc also checks whether the existin pods are
26699              mentioned in MANIFEST and perl.pod, and vice versa.
26700              (None of the thusly found discrepancies fixed yet.)
26701              roffitall also needs to be autogenerated similarly but it
26702              seems so badly out of date that I didn't touch it yet.
26703      Branch: cfgperl
26704            + pod/Makefile.SH pod/buildtoc.PL
26705            - pod/Makefile pod/buildtoc
26706            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
26707 ____________________________________________________________________________
26708 [  6318] By: gsar                                  on 2000/07/05  22:10:54
26709         Log: fix UNC path handling on Windows under ithreads, and chdir()
26710              return value when given a non-existent directory
26711      Branch: perl
26712            ! win32/vdir.h
26713 ____________________________________________________________________________
26714 [  6317] By: gsar                                  on 2000/07/05  22:08:19
26715         Log: winsock cleanup never done on Windows (leads to handle leaks)
26716      Branch: perl
26717            ! win32/perllib.c win32/win32sck.c
26718 ____________________________________________________________________________
26719 [  6316] By: gsar                                  on 2000/07/05  22:06:19
26720         Log: some debugger output does not go to the socket when RemotePort is set
26721      Branch: perl
26722            ! lib/perl5db.pl
26723 ____________________________________________________________________________
26724 [  6315] By: jhi                                   on 2000/07/05  00:25:21
26725         Log: Integrate with Sarathy, preliminary fix for unicos
26726              alignment problems in [ID 20000612.002] Perl problem on Cray system.
26727      Branch: cfgperl
26728            ! sv.h
26729           !> pp_hot.c
26730 ____________________________________________________________________________
26731 [  6314] By: gsar                                  on 2000/07/04  23:34:02
26732         Log: tyop in change#6306
26733      Branch: perl
26734            ! pp_hot.c
26735 ____________________________________________________________________________
26736 [  6313] By: jhi                                   on 2000/07/04  22:14:38
26737         Log: Multiline string literals ENONPORTABLE.
26738      Branch: cfgperl
26739            ! pp_hot.c
26740 ____________________________________________________________________________
26741 [  6312] By: jhi                                   on 2000/07/04  20:34:44
26742         Log: Integrate with Sarathy.
26743      Branch: cfgperl
26744           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
26745           !> t/op/method.t
26746 ____________________________________________________________________________
26747 [  6311] By: jhi                                   on 2000/07/04  20:30:56
26748         Log: More POSIX.pod embellishment.
26749      Branch: cfgperl
26750            ! ext/POSIX/POSIX.pod
26751 ____________________________________________________________________________
26752 [  6310] By: gsar                                  on 2000/07/04  17:28:48
26753         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
26754      Branch: perl
26755            ! t/lib/b.t
26756 ____________________________________________________________________________
26757 [  6309] By: jhi                                   on 2000/07/04  17:22:18
26758         Log: The #6308 required a little bit more.
26759      Branch: cfgperl
26760            ! Makefile.SH win32/Makefile
26761 ____________________________________________________________________________
26762 [  6308] By: jhi                                   on 2000/07/04  16:35:24
26763         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
26764      Branch: cfgperl
26765            + lib/lib_pm.PL
26766            - lib/lib.pm.PL
26767            ! MANIFEST Makefile.SH
26768 ____________________________________________________________________________
26769 [  6307] By: jhi                                   on 2000/07/04  16:28:58
26770         Log: Win32 patches for cfgperl from Sarathy.
26771      Branch: cfgperl
26772            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
26773            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
26774            ! thread.h toke.c util.c win32/Makefile win32/win32.c
26775 ____________________________________________________________________________
26776 [  6306] By: gsar                                  on 2000/07/04  16:28:40
26777         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
26778              (from Richard Soderberg <rs@oregonnet.com>)
26779      Branch: perl
26780            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
26781 ____________________________________________________________________________
26782 [  6305] By: jhi                                   on 2000/07/04  16:24:24
26783         Log: Integrate with Sarathy.
26784      Branch: cfgperl
26785           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
26786           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
26787           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
26788           !> proto.h win32/win32.c
26789 ____________________________________________________________________________
26790 [  6304] By: gsar                                  on 2000/07/04  16:17:24
26791         Log: missing perldiag entry for unpack("w",...) diagnostic (from
26792              Andreas Koenig)
26793      Branch: perl
26794            ! pod/perldiag.pod
26795 ____________________________________________________________________________
26796 [  6303] By: gsar                                  on 2000/07/04  16:14:44
26797         Log: remove rel2abs prototypes (from Barrie Slaymaker)
26798      Branch: perl
26799            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
26800            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
26801 ____________________________________________________________________________
26802 [  6302] By: gsar                                  on 2000/07/04  04:59:35
26803         Log: adjust change#6299
26804      Branch: perl
26805            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
26806            ! win32/win32.c
26807 ____________________________________________________________________________
26808 [  6301] By: jhi                                   on 2000/07/04  04:50:07
26809         Log: Integrate with Sarathy.
26810      Branch: cfgperl
26811           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
26812           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
26813           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
26814 ____________________________________________________________________________
26815 [  6300] By: gsar                                  on 2000/07/04  04:42:09
26816         Log: PERL_OBJECT build tweak
26817      Branch: perl
26818            ! perl.h
26819 ____________________________________________________________________________
26820 [  6299] By: gsar                                  on 2000/07/04  04:37:00
26821         Log: fix memory leak on Windows (PL_sys_intern contents were never
26822              freed)
26823      Branch: perl
26824            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
26825            ! perlapi.c proto.h win32/win32.c
26826 ____________________________________________________________________________
26827 [  6298] By: gsar                                  on 2000/07/04  04:15:59
26828         Log: fix large memory leak that has been around for ever, masked by
26829              -DPURIFY (most of the arenas were never freed!)
26830      Branch: perl
26831            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
26832 ____________________________________________________________________________
26833 [  6297] By: gsar                                  on 2000/07/04  04:07:46
26834         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
26835      Branch: perl
26836            ! perl.c
26837 ____________________________________________________________________________
26838 [  6296] By: jhi                                   on 2000/06/30  18:28:37
26839         Log: Elaborate POSIX.pod.  Still needs work.
26840      Branch: cfgperl
26841            ! ext/POSIX/POSIX.pod
26842 ____________________________________________________________________________
26843 [  6295] By: jhi                                   on 2000/06/30  14:58:18
26844         Log: Point to perlipc for more SysV IPC examples.
26845      Branch: cfgperl
26846            ! pod/perlfunc.pod
26847 ____________________________________________________________________________
26848 [  6294] By: gsar                                  on 2000/06/30  14:47:45
26849         Log: slurp mode fix in change#4736 still not quite right
26850      Branch: perl
26851            ! pp_hot.c t/io/argv.t
26852 ____________________________________________________________________________
26853 [  6293] By: jhi                                   on 2000/06/30  12:02:55
26854         Log: Integrate with Sarathy.
26855      Branch: cfgperl
26856           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
26857 ____________________________________________________________________________
26858 [  6292] By: jhi                                   on 2000/06/30  12:01:11
26859         Log: From: simon@brecon.co.uk (Simon Cozens)
26860              Subject: UTF8 concat
26861              Date: 30 Jun 2000 06:13:25 GMT
26862              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
26863      Branch: cfgperl
26864            ! pp_hot.c
26865 ____________________________________________________________________________
26866 [  6291] By: gsar                                  on 2000/06/30  04:37:33
26867         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
26868              when @_ is modified, causing coredumps
26869      Branch: perl
26870            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
26871 ____________________________________________________________________________
26872 [  6290] By: jhi                                   on 2000/06/30  02:21:44
26873         Log: Integrate with Sarathy.
26874      Branch: cfgperl
26875           !> vms/vms.c vms/vmsish.h
26876 ____________________________________________________________________________
26877 [  6289] By: jhi                                   on 2000/06/30  02:21:02
26878         Log: Check VERSIONs.
26879      Branch: cfgperl
26880            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
26881            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
26882            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
26883 ____________________________________________________________________________
26884 [  6288] By: jhi                                   on 2000/06/30  02:18:52
26885         Log: Integrate with Sarathy.
26886      Branch: cfgperl
26887           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
26888           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
26889           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
26890           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
26891 ____________________________________________________________________________
26892 [  6287] By: gsar                                  on 2000/06/30  02:17:08
26893         Log: integrate vmsperl changes into mainline
26894      Branch: perl
26895           !> vms/vms.c vms/vmsish.h
26896 ____________________________________________________________________________
26897 [  6285] By: gsar                                  on 2000/06/30  02:05:28
26898         Log: localize %INC in a Safe compartment so that use/require work
26899              (many other magic globals probably need similar treatment)
26900      Branch: perl
26901            ! ext/Opcode/Opcode.xs
26902 ____________________________________________________________________________
26903 [  6284] By: gsar                                  on 2000/06/30  01:54:54
26904         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
26905              about Windows
26906      Branch: perl
26907            ! pod/perlembed.pod
26908 ____________________________________________________________________________
26909 [  6283] By: jhi                                   on 2000/06/30  01:50:10
26910         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
26911              From: Barrie Slaymaker <barries@jester.slaysys.com>
26912              Date: Wed, 28 Jun 2000 11:35:29 -0400
26913              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
26914      Branch: perl
26915            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
26916            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
26917            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
26918            ! lib/File/Spec/Win32.pm
26919 ____________________________________________________________________________
26920 [  6282] By: jhi                                   on 2000/06/29  22:57:22
26921         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
26922              From: Dan Sugalski <dan@sidhe.org>
26923              Date: Tue, 06 Jun 2000 11:59:50 -0400
26924              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
26925      Branch: cfgperl
26926            ! vms/vms.c
26927 ____________________________________________________________________________
26928 [  6281] By: jhi                                   on 2000/06/29  22:52:50
26929         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
26930              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
26931              Date: Wed, 7 Jun 2000 04:02:04 -0500
26932              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
26933      Branch: cfgperl
26934            ! utils/h2xs.PL
26935 ____________________________________________________________________________
26936 [  6280] By: jhi                                   on 2000/06/29  22:45:47
26937         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
26938              From: rspier@pobox.com (Robert Spier)
26939              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
26940              Message-ID: <14654.31913.845602.610277@rls.cx>
26941      Branch: cfgperl
26942            ! utils/h2xs.PL
26943 ____________________________________________________________________________
26944 [  6279] By: jhi                                   on 2000/06/29  22:38:16
26945         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
26946              From: Tim Ayers <tayers@bridge.com>
26947              Date: Thu, 08 Jun 2000 08:11:06 +0200
26948              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
26949              [resent by Richard Foley, Message-Id probably wrong]
26950      Branch: cfgperl
26951            ! pod/perlsub.pod
26952 ____________________________________________________________________________
26953 [  6278] By: jhi                                   on 2000/06/29  22:21:45
26954         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
26955              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
26956              Date: Fri, 09 Jun 2000 12:39:27 -0400
26957              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
26958              (plus update the version "number" of Text::Wrap)
26959      Branch: cfgperl
26960            ! lib/Text/Wrap.pm
26961 ____________________________________________________________________________
26962 [  6277] By: jhi                                   on 2000/06/29  22:13:10
26963         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
26964              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26965              Date: Mon, 12 Jun 2000 14:55:59 +0100
26966              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
26967      Branch: cfgperl
26968            ! pod/perlfunc.pod
26969 ____________________________________________________________________________
26970 [  6276] By: jhi                                   on 2000/06/29  22:11:06
26971         Log: Subject: [PATCH] Re: eval documentation: context
26972              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26973              Date: Mon, 12 Jun 2000 15:07:29 +0100
26974              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
26975      Branch: cfgperl
26976            ! pod/perlfunc.pod
26977 ____________________________________________________________________________
26978 [  6275] By: jhi                                   on 2000/06/29  21:59:46
26979         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
26980              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
26981              Date: Tue, 13 Jun 2000 02:43:48 -0500
26982              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
26983      Branch: cfgperl
26984            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
26985 ____________________________________________________________________________
26986 [  6274] By: jhi                                   on 2000/06/29  21:56:14
26987         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
26988              From: Andy Dougherty <doughera@lafayette.edu>
26989              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
26990              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
26991      Branch: cfgperl
26992            ! ext/File/Glob/Glob.pm
26993 ____________________________________________________________________________
26994 [  6273] By: jhi                                   on 2000/06/29  21:49:09
26995         Log: Subject: [PATCH] xsub attributes
26996              From: Doug MacEachern <dougm@covalent.net>
26997              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
26998              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
26999      Branch: cfgperl
27000            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
27001            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
27002 ____________________________________________________________________________
27003 [  6272] By: jhi                                   on 2000/06/29  21:41:28
27004         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
27005              From: Tom Phoenix <rootbeer@redcat.com>
27006              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
27007              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
27008      Branch: cfgperl
27009            ! lib/Net/Ping.pm
27010 ____________________________________________________________________________
27011 [  6271] By: jhi                                   on 2000/06/29  21:36:55
27012         Log: Subject: PATCH pod/perltie.pod
27013              From: Ian Phillipps <Ian.Phillipps@iname.com>
27014              Date: Fri, 16 Jun 2000 00:17:19 +0100
27015              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
27016              (only the first hunk, the second hunk had already been done
27017              by some other patch)
27018      Branch: cfgperl
27019            ! pod/perltie.pod
27020 ____________________________________________________________________________
27021 [  6270] By: jhi                                   on 2000/06/29  21:24:51
27022         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
27023              From: Nicholas Clark <nick@talking.bollo.cx>
27024              Date: Fri, 23 Jun 2000 16:21:15 +0100
27025              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
27026      Branch: cfgperl
27027            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
27028            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
27029 ____________________________________________________________________________
27030 [  6269] By: jhi                                   on 2000/06/29  19:38:15
27031         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
27032              silence few compiler warnings.
27033      Branch: cfgperl
27034            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
27035 ____________________________________________________________________________
27036 [  6268] By: jhi                                   on 2000/06/29  18:21:50
27037         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
27038              From: Dominic Dunlop <domo@computer.org> 
27039              Date: Thu, 29 Jun 2000 12:32:39 +0200 
27040              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
27041      Branch: cfgperl
27042            ! t/op/sprintf.t
27043 ____________________________________________________________________________
27044 [  6267] By: jhi                                   on 2000/06/29  18:16:07
27045         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
27046              From: Doug MacEachern <dougm@covalent.net>
27047              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
27048              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
27049      Branch: cfgperl
27050            + t/op/method2entersub.t
27051            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
27052            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
27053            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
27054            ! xsutils.c
27055 ____________________________________________________________________________
27056 [  6266] By: jhi                                   on 2000/06/29  15:11:15
27057         Log: Subject: [PATCH 5.6.0] cygwin port
27058              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
27059              From: "Fifer, Eric" <EFifer@sanwaint.com>
27060              Date: Thu, 29 Jun 2000 12:58:29 +0100
27061      Branch: cfgperl
27062            ! cygwin/Makefile.SHs
27063 ____________________________________________________________________________
27064 [  6265] By: jhi                                   on 2000/06/29  15:04:05
27065         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
27066              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27067              Date: Wed, 28 Jun 2000 17:50:12 -0700
27068              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
27069      Branch: cfgperl
27070            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
27071 ____________________________________________________________________________
27072 [  6264] By: jhi                                   on 2000/06/29  15:00:57
27073         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
27074              From: Marty Lucich <marty@netcom.com>
27075              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
27076              Message-Id: <200006282116.OAA11148@netcom.com>
27077              ccdlflags update (the BSD/OS 4.1 part had already been taken
27078              care of by #6141).
27079      Branch: cfgperl
27080            ! hints/bsdos.sh
27081 ____________________________________________________________________________
27082 [  6263] By: jhi                                   on 2000/06/29  13:47:44
27083         Log: tr fixes from Simon Cozens
27084      Branch: cfgperl
27085            ! doop.c
27086 ____________________________________________________________________________
27087 [  6262] By: jhi                                   on 2000/06/28  18:46:01
27088         Log: Subject: 5.6.0 Patch for EPOC
27089              From: Olaf Flebbe <o.flebbe@gmx.de>
27090              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
27091              Message-ID: <23449.960929969@www11.gmx.net>
27092      Branch: cfgperl
27093            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
27094            ! epoc/epocish.h
27095 ____________________________________________________________________________
27096 [  6261] By: jhi                                   on 2000/06/28  18:29:07
27097         Log: Subject: Re: [PATCH cfgperl] BOMs away!
27098              From: simon@brecon.co.uk (Simon Cozens)
27099              Date: 17 Jun 2000 11:49:57 GMT
27100              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
27101      Branch: cfgperl
27102            ! pod/perldiag.pod t/comp/require.t toke.c
27103 ____________________________________________________________________________
27104 [  6260] By: jhi                                   on 2000/06/28  17:47:16
27105         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
27106              From: simon@brecon.co.uk (Simon Cozens) 
27107              Date: 17 Jun 2000 11:56:44 GMT 
27108              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
27109              pack U0, pack C0
27110      Branch: cfgperl
27111            ! pod/perlfunc.pod pp.c t/op/pack.t
27112 ____________________________________________________________________________
27113 [  6259] By: jhi                                   on 2000/06/28  16:43:17
27114         Log: perlnewmod was missing from MANIFEST.
27115      Branch: cfgperl
27116            ! MANIFEST
27117 ____________________________________________________________________________
27118 [  6258] By: jhi                                   on 2000/06/28  15:54:30
27119         Log: linenumber tweak
27120      Branch: cfgperl
27121            ! t/pragma/warn/regcomp
27122 ____________________________________________________________________________
27123 [  6257] By: jhi                                   on 2000/06/28  15:50:44
27124         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
27125              From: Doug MacEachern <dougm@covalent.net>
27126              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
27127              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
27128              (one part of the patch had been applied earlier)
27129      Branch: cfgperl
27130            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
27131 ____________________________________________________________________________
27132 [  6256] By: jhi                                   on 2000/06/28  15:40:22
27133         Log: tweaks from Simon Cozens to further fix tr/// under utf8
27134      Branch: cfgperl
27135            ! doop.c
27136 ____________________________________________________________________________
27137 [  6255] By: jhi                                   on 2000/06/28  15:33:45
27138         Log: small thinko tweaks
27139      Branch: cfgperl
27140            ! lib/IPC/Open3.pm t/op/my_stash.t
27141 ____________________________________________________________________________
27142 [  6254] By: jhi                                   on 2000/06/28  15:33:25
27143         Log: Subject: tr///, help wanted.
27144              From: simon@brecon.co.uk (Simon Cozens)
27145              Date: 28 Jun 2000 11:29:04 GMT
27146              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
27147      Branch: cfgperl
27148            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
27149            ! pp_proto.h proto.h t/op/tr.t
27150 ____________________________________________________________________________
27151 [  6253] By: jhi                                   on 2000/06/28  15:09:17
27152         Log: Paranoia tweak on #6249.
27153              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
27154              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
27155              Date: Sun, 25 Jun 2000 23:43:12 -0400
27156              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
27157      Branch: cfgperl
27158            ! lib/IPC/Open3.pm
27159 ____________________________________________________________________________
27160 [  6252] By: jhi                                   on 2000/06/28  15:01:38
27161         Log: Document #6249 and #6251.
27162      Branch: cfgperl
27163            ! lib/Exporter.pm lib/IPC/Open3.pm
27164 ____________________________________________________________________________
27165 [  6251] By: jhi                                   on 2000/06/28  14:50:43
27166         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
27167              From: Doug MacEachern <dougm@covalent.net>
27168              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
27169              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
27170      Branch: cfgperl
27171            ! lib/Exporter.pm
27172 ____________________________________________________________________________
27173 [  6250] By: jhi                                   on 2000/06/28  14:45:23
27174         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
27175              From: Doug MacEachern <dougm@covalent.net>
27176              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
27177              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
27178      Branch: cfgperl
27179            + t/op/my_stash.t
27180            ! MANIFEST embed.pl global.sym proto.h toke.c
27181 ____________________________________________________________________________
27182 [  6249] By: jhi                                   on 2000/06/28  14:36:34
27183         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
27184              From: Frank Tobin <ftobin@uiuc.edu>
27185              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
27186              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
27187      Branch: cfgperl
27188            ! lib/IPC/Open3.pm
27189 ____________________________________________________________________________
27190 [  6248] By: jhi                                   on 2000/06/28  14:11:25
27191         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
27192              From: Mark-Jason Dominus <mjd@plover.com>
27193              Date: Tue, 27 Jun 2000 22:36:42 -0400
27194              Message-ID: <20000628023642.12166.qmail@plover.com>
27195      Branch: cfgperl
27196            ! pod/perlfunc.pod
27197 ____________________________________________________________________________
27198 [  6247] By: jhi                                   on 2000/06/27  12:46:37
27199         Log: Tweak $VERSION, patch from Doug MacEachern.
27200      Branch: cfgperl
27201            ! lib/File/Spec.pm
27202 ____________________________________________________________________________
27203 [  6246] By: jhi                                   on 2000/06/27  03:34:46
27204         Log: Allow for standalone testing.
27205      Branch: cfgperl
27206            ! t/lib/filefunc.t t/lib/filespec.t
27207 ____________________________________________________________________________
27208 [  6245] By: jhi                                   on 2000/06/27  02:50:02
27209         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
27210              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
27211              Date: Sat, 24 Jun 2000 13:06:20 +0100
27212              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
27213      Branch: cfgperl
27214            ! ext/DynaLoader/DynaLoader_pm.PL
27215 ____________________________________________________________________________
27216 [  6244] By: jhi                                   on 2000/06/27  02:46:10
27217         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
27218              From: Doug MacEachern <dougm@covalent.net>
27219              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
27220              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
27221      Branch: cfgperl
27222            ! gv.c sv.c t/lib/peek.t
27223 ____________________________________________________________________________
27224 [  6243] By: jhi                                   on 2000/06/27  02:38:07
27225         Log: Subject: [PATCH] is_utf8_string
27226              From: simon@brecon.co.uk (Simon Cozens)
27227              Date: 26 Jun 2000 02:25:59 GMT
27228              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
27229      Branch: cfgperl
27230            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
27231            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
27232            ! proto.h utf8.c
27233 ____________________________________________________________________________
27234 [  6242] By: jhi                                   on 2000/06/27  02:24:00
27235         Log: Subject: [PATCH] bytes<->utf8 fixes
27236              From: simon@brecon.co.uk (Simon Cozens)
27237              Date: 26 Jun 2000 04:55:45 GMT
27238              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
27239      Branch: cfgperl
27240            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
27241 ____________________________________________________________________________
27242 [  6241] By: jhi                                   on 2000/06/27  02:12:42
27243         Log: Do no -warn on \_, only on \alpha.
27244              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
27245              From: David Dyck <dcd@tc.fluke.com>
27246              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
27247              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
27248      Branch: cfgperl
27249            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
27250 ____________________________________________________________________________
27251 [  6240] By: jhi                                   on 2000/06/27  02:00:01
27252         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
27253              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
27254              Date: Mon, 26 Jun 2000 18:40:14 +0100
27255              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
27256      Branch: cfgperl
27257            ! utils/h2xs.PL
27258 ____________________________________________________________________________
27259 [  6239] By: jhi                                   on 2000/06/27  01:53:40
27260         Log: Configure maintenance.  Sever some dependency cycles,
27261              separate gccversion from the cc unit,
27262              address [ID 20000623.006] Configure script patch for using gcc on AIX
27263              (but solve it a little bit differently),
27264              unduplex some accidentally duplicated units,
27265              suggest using gcc if no cc available
27266              (p5p thread: "Solaris configure: counterproposal", 1999-09)
27267      Branch: cfgperl
27268            ! Configure Todo-5.6 config_h.SH
27269      Branch: metaconfig
27270            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
27271            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
27272      Branch: metaconfig/U/perl
27273            + gccvers.U
27274            ! d_getespwnam.U d_getprpwnam.U i_prot.U
27275 ____________________________________________________________________________
27276 [  6238] By: jhi                                   on 2000/06/25  18:04:56
27277         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
27278              From: Dan Sugalski <dan@sidhe.org>
27279              Date: Fri, 23 Jun 2000 17:00:00 -0400
27280              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
27281      Branch: cfgperl
27282            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
27283 ____________________________________________________________________________
27284 [  6237] By: jhi                                   on 2000/06/25  16:36:45
27285         Log: Tweak embed.pl, regen headers.
27286      Branch: cfgperl
27287            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
27288            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
27289            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
27290            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
27291            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
27292 ____________________________________________________________________________
27293 [  6236] By: jhi                                   on 2000/06/25  15:26:42
27294         Log: Regen headers.
27295      Branch: cfgperl
27296            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
27297            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
27298            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
27299            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
27300            ! regnodes.h warnings.h
27301 ____________________________________________________________________________
27302 [  6235] By: jhi                                   on 2000/06/23  19:39:35
27303         Log: The thread begun by
27304              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
27305              From: Kevin.Ruscoe@ubsw.com
27306              Date: Fri, 16 Jun 2000 16:38:51 +0100
27307              Message-Id: <H000019b03c300d6@MHS>
27308      Branch: cfgperl
27309            ! hints/solaris_2.sh
27310 ____________________________________________________________________________
27311 [  6234] By: jhi                                   on 2000/06/23  19:23:36
27312         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
27313              because when run as services (Win32ese for daemons)
27314              no environment variables are set and tmpdir ends up as /tmp,
27315              which is ambiguous.
27316              
27317              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
27318              From: matt@sergeant.org
27319              Date: 16 Jun 2000 16:30:43 -0000
27320              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
27321      Branch: cfgperl
27322            ! lib/File/Spec/Win32.pm
27323 ____________________________________________________________________________
27324 [  6233] By: jhi                                   on 2000/06/23  19:18:58
27325         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
27326              From: Mark-Jason Dominus <mjd@plover.com>
27327              Date: Fri, 16 Jun 2000 20:53:04 -0400
27328              Message-ID: <20000617005304.8008.qmail@plover.com>
27329      Branch: cfgperl
27330            ! op.h
27331 ____________________________________________________________________________
27332 [  6232] By: jhi                                   on 2000/06/23  16:10:02
27333         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
27334              From: simon@brecon.co.uk (Simon Cozens)
27335              Date: 19 Jun 2000 15:18:27 GMT
27336              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
27337              
27338              plus update pod/Makefile and regenerate perltoc
27339      Branch: cfgperl
27340            + pod/perlutil.pod
27341            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
27342 ____________________________________________________________________________
27343 [  6231] By: jhi                                   on 2000/06/23  15:19:18
27344         Log: Subject: [PATCH 5.6.0] cygwin port
27345              From: "Fifer, Eric" <EFifer@sanwaint.com>
27346              Date: Tue, 20 Jun 2000 14:30:58 +0100
27347              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
27348      Branch: cfgperl
27349            ! README.cygwin lib/File/Find.pm
27350 ____________________________________________________________________________
27351 [  6230] By: jhi                                   on 2000/06/23  14:25:21
27352         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
27353      Branch: cfgperl
27354            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
27355            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
27356            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
27357            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
27358 ____________________________________________________________________________
27359 [  6229] By: jhi                                   on 2000/06/23  14:13:34
27360         Log: Subject: README.hpux version 0.6.1
27361              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
27362              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
27363              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
27364      Branch: cfgperl
27365            ! README.hpux
27366 ____________________________________________________________________________
27367 [  6228] By: jhi                                   on 2000/06/23  14:07:20
27368         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
27369              From: Doug MacEachern <dougm@covalent.net>
27370              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
27371              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
27372      Branch: cfgperl
27373            ! op.c
27374 ____________________________________________________________________________
27375 [  6227] By: jhi                                   on 2000/06/23  14:01:06
27376         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
27377              From: Doug MacEachern <dougm@covalent.net>
27378              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
27379              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
27380      Branch: cfgperl
27381            + lib/lib.pm.PL
27382            - lib/lib.pm
27383            ! MANIFEST Makefile.SH
27384 ____________________________________________________________________________
27385 [  6226] By: jhi                                   on 2000/06/23  13:53:07
27386         Log: Subject: [PATCH] remove forward declarations in Socket.pm
27387              From: Doug MacEachern <dougm@covalent.net>
27388              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
27389              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
27390              
27391              From: Doug MacEachern <dougm@covalent.net>
27392              Subject: Re: [PATCH] remove forward declarations in Socket.pm
27393              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
27394              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
27395      Branch: cfgperl
27396            ! ext/Socket/Socket.pm op.c
27397 ____________________________________________________________________________
27398 [  6225] By: jhi                                   on 2000/06/23  13:41:52
27399         Log: Add source code filenames to apidoc.
27400              From: simon@brecon.co.uk (Simon Cozens)
27401              Subject: [PATCH embed.pl] Source X-ref
27402              Date: 22 Jun 2000 02:18:49 GMT
27403              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
27404      Branch: cfgperl
27405            ! embed.pl
27406 ____________________________________________________________________________
27407 [  6224] By: jhi                                   on 2000/06/23  13:32:33
27408         Log: A way to avoid English.pm performance hit.
27409              From: root <root@jester.slaysys.com>
27410              Subject: [YAPATCH English.pm] My turn to putt again
27411              Date: Thu, 22 Jun 2000 20:33:58 -0400
27412              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
27413      Branch: cfgperl
27414            ! lib/English.pm t/lib/english.t
27415 ____________________________________________________________________________
27416 [  6223] By: jhi                                   on 2000/06/23  13:27:06
27417         Log: Avoid double close().
27418              Subject: [PATCH] avoid double close()
27419              From: Doug MacEachern <dougm@covalent.net>
27420              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
27421              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
27422      Branch: cfgperl
27423            ! doio.c
27424 ____________________________________________________________________________
27425 [  6222] By: jhi                                   on 2000/06/23  13:25:54
27426         Log: doc typo fix
27427              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
27428              From: Ian Phillipps <Ian.Phillipps@iname.com>
27429              Date: Fri, 23 Jun 2000 10:40:58 +0100
27430              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
27431      Branch: cfgperl
27432            ! lib/Pod/Usage.pm
27433 ____________________________________________________________________________
27434 [  6221] By: jhi                                   on 2000/06/23  13:24:15
27435         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
27436              From: simon@brecon.co.uk (Simon Cozens)
27437              Subject: [PATCH] Eliminate tr///[CU][CU]
27438              Date: 23 Jun 2000 11:05:40 GMT
27439              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
27440      Branch: cfgperl
27441            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
27442 ____________________________________________________________________________
27443 [  6220] By: jhi                                   on 2000/06/22  16:07:51
27444         Log: Win32 patches from Benjamin Stuhl.
27445      Branch: cfgperl
27446            ! makedef.pl win32/win32.h
27447 ____________________________________________________________________________
27448 [  6219] By: jhi                                   on 2000/06/22  16:06:34
27449         Log: Bytecode patches from Benjamin Stuhl.
27450      Branch: cfgperl
27451            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
27452            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
27453            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
27454 ____________________________________________________________________________
27455 [  6218] By: jhi                                   on 2000/06/15  23:54:16
27456         Log: Bytecode patches from Benjamin Stuhl.
27457      Branch: cfgperl
27458            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
27459 ____________________________________________________________________________
27460 [  6217] By: jhi                                   on 2000/06/09  13:38:29
27461         Log: Rename the fdpid locking and integrate with Sarathy.
27462      Branch: cfgperl
27463            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
27464            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
27465            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
27466            ! win32/win32.c
27467           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
27468 ____________________________________________________________________________
27469 [  6216] By: gsar                                  on 2000/06/08  14:54:21
27470         Log: be more optimal about clearing @_
27471      Branch: perl
27472            ! cop.h
27473 ____________________________________________________________________________
27474 [  6215] By: gsar                                  on 2000/06/08  14:33:04
27475         Log: tweak comment about @DB::args
27476      Branch: perl
27477            ! av.h pp_ctl.c
27478 ____________________________________________________________________________
27479 [  6214] By: gsar                                  on 2000/06/08  13:57:54
27480         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
27481              caller() wants to populate @DB::args with it (causes a coredump
27482              in Carp::confess())
27483      Branch: perl
27484            ! cop.h t/op/runlevel.t
27485 ____________________________________________________________________________
27486 [  6213] By: gsar                                  on 2000/06/08  07:06:35
27487         Log: back out change#6106 (seems problematic)
27488      Branch: perl
27489            ! hints/solaris_2.sh
27490 ____________________________________________________________________________
27491 [  6212] By: jhi                                   on 2000/06/07  03:10:36
27492         Log: Continuing mopup for #6204.
27493      Branch: cfgperl
27494            ! ext/B/defsubs_h.PL
27495 ____________________________________________________________________________
27496 [  6211] By: jhi                                   on 2000/06/07  02:41:50
27497         Log: Mopup for #6204.
27498              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
27499              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
27500              This is comes from const() where POK isn't on when expected.
27501      Branch: cfgperl
27502            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
27503            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
27504            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
27505            ! perlapi.h pod/perlapi.pod
27506 ____________________________________________________________________________
27507 [  6210] By: jhi                                   on 2000/06/07  01:56:29
27508         Log: Mopup for #6207 and #6209.
27509      Branch: cfgperl
27510            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
27511 ____________________________________________________________________________
27512 [  6209] By: jhi                                   on 2000/06/07  01:33:12
27513         Log: Lock PL_fdpid against race conditions, based on:
27514              Subject: [PATCH 5.6.0]subprocess fixup for threads
27515              From: Dan Sugalski <dan@sidhe.org>
27516              To: perl5-porters@perl.org
27517              Date: Tue, 11 Apr 2000 17:02:32 -0400
27518              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
27519      Branch: cfgperl
27520            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
27521            ! win32/win32.c
27522 ____________________________________________________________________________
27523 [  6208] By: jhi                                   on 2000/06/07  01:05:23
27524         Log: Regen headers for #6207.
27525      Branch: cfgperl
27526            ! embed.h global.sym objXSUB.h proto.h
27527 ____________________________________________________________________________
27528 [  6207] By: jhi                                   on 2000/06/06  23:43:13
27529         Log: Subject: [PATCH 5.6.0] Threadsafe patches
27530              From: Dan Sugalski <dan@sidhe.org>
27531              To: perl5-porters@perl.org
27532              Date: Mon, 08 May 2000 18:08:13 -0400
27533              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
27534      Branch: cfgperl
27535            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
27536            ! proto.h sv.h util.c
27537 ____________________________________________________________________________
27538 [  6206] By: jhi                                   on 2000/06/06  23:21:23
27539         Log: Subject: [PATCH] Eliminate $a/$b in pod
27540              From: David Glasser <me@davidglasser.net>
27541              To: perl5-porters@perl.org
27542              Date: Mon, 29 May 2000 21:15:59 -0400
27543              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
27544      Branch: cfgperl
27545            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
27546            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
27547            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
27548            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
27549            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
27550            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
27551            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
27552            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
27553            ! pod/perlvar.pod pod/perlxs.pod
27554 ____________________________________________________________________________
27555 [  6205] By: jhi                                   on 2000/06/06  23:12:14
27556         Log: Subject: [PATCH] Win32 improvements
27557              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
27558              To: gsar@activestate.com, perl5-porters@perl.org
27559              Date: Mon, 29 May 2000 17:22:24 PDT
27560              Message-ID: <20000530002224.91142.qmail@hotmail.com>
27561              (MUA had mangled many lines by wordwrapping)
27562      Branch: cfgperl
27563            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
27564 ____________________________________________________________________________
27565 [  6204] By: jhi                                   on 2000/06/06  23:01:50
27566         Log: Subject: [PATCH] B::Bytecode patches
27567              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
27568              To: gsar@activestate.com, jhi@iki.fi
27569              Cc: perl5-porters@perl.org
27570              Message-ID: <20000602202526.48694.qmail@hotmail.com>
27571              (MUA had mangled many lines by wordwrapping)
27572      Branch: cfgperl
27573            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
27574            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
27575            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
27576            ! intrpvar.h perl.c
27577 ____________________________________________________________________________
27578 [  6203] By: jhi                                   on 2000/06/06  22:32:43
27579         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
27580              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27581              Date: Tue, 06 Jun 2000 13:07:45 -0700
27582              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
27583      Branch: cfgperl
27584            ! pod/perldiag.pod
27585 ____________________________________________________________________________
27586 [  6202] By: jhi                                   on 2000/06/06  19:38:35
27587         Log: Integrate with Sarathy.
27588      Branch: cfgperl
27589           !> perl.c
27590 ____________________________________________________________________________
27591 [  6201] By: gsar                                  on 2000/06/06  00:42:59
27592         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
27593              does a PUSHMARK that's never ever POPMARKed; in general, only
27594              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
27595              Perl_eval_[sp]v() don't because they don't take any incoming
27596              arguments (this leak has been around since the original version
27597              of perl_eval_pv() in 5.003_97e)
27598      Branch: perl
27599            ! perl.c
27600 ____________________________________________________________________________
27601 [  6200] By: jhi                                   on 2000/06/04  03:44:52
27602         Log: Update to cperl-mode.el 4.31 from
27603              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
27604              Subject: A couple of notes
27605              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27606              To: Mailing list Perl5 <perl5-porters@perl.org>
27607              Date: Sat, 3 Jun 2000 23:33:32 -0400
27608              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
27609      Branch: cfgperl
27610            ! emacs/cperl-mode.el
27611 ____________________________________________________________________________
27612 [  6199] By: jhi                                   on 2000/06/03  15:11:05
27613         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
27614              From: Dan Sugalski <dan@sidhe.org>
27615              To: perl5-porters@perl.org, vmsperl@perl.org
27616              Date: Fri, 02 Jun 2000 17:30:51 -0400
27617              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
27618      Branch: cfgperl
27619            ! vms/descrip_mms.template vms/gen_shrfls.pl
27620 ____________________________________________________________________________
27621 [  6198] By: jhi                                   on 2000/06/03  14:59:15
27622         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
27623              From: Dan Sugalski <dan@sidhe.org>
27624              To: vmsperl@perl.org, perl5-porters@perl.org
27625              Date: Fri, 02 Jun 2000 16:00:41 -0400
27626              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
27627              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
27628      Branch: cfgperl
27629            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
27630            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
27631            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
27632 ____________________________________________________________________________
27633 [  6197] By: jhi                                   on 2000/06/03  14:41:30
27634         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
27635              From: John Borwick <jhborwic@unity.ncsu.edu>
27636              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
27637              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
27638      Branch: cfgperl
27639            ! pod/perlsyn.pod
27640 ____________________________________________________________________________
27641 [  6196] By: jhi                                   on 2000/06/03  14:38:09
27642         Log: Integrate with Sarathy.
27643      Branch: cfgperl
27644           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
27645           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
27646           !> vms/perly_c.vms
27647 ____________________________________________________________________________
27648 [  6195] By: gsar                                  on 2000/06/02  22:43:13
27649         Log: fix yet another eval"" leak under USE_ITHREADS
27650      Branch: perl
27651            ! op.c
27652 ____________________________________________________________________________
27653 [  6194] By: gsar                                  on 2000/06/02  18:22:06
27654         Log: fix small eval"" memory leaks under USE_ITHREADS
27655      Branch: perl
27656            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
27657            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
27658            ! vms/perly_c.vms
27659 ____________________________________________________________________________
27660 [  6193] By: jhi                                   on 2000/06/01  13:03:56
27661         Log: Signals-be-gone for microperl.
27662      Branch: cfgperl
27663            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
27664 ____________________________________________________________________________
27665 [  6192] By: jhi                                   on 2000/06/01  12:52:02
27666         Log: Integrate with Sarathy.
27667      Branch: cfgperl
27668           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
27669           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
27670           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
27671           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
27672           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
27673           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
27674           !> t/op/vec.t utils/h2xs.PL
27675 ____________________________________________________________________________
27676 [  6191] By: gsar                                  on 2000/06/01  09:38:21
27677         Log: vec() loses numericalness (modified version of patch suggested
27678              by Robin Barker)
27679      Branch: perl
27680            ! doop.c t/op/vec.t
27681 ____________________________________________________________________________
27682 [  6190] By: gsar                                  on 2000/06/01  09:26:15
27683         Log: submit missing embed.pl change
27684      Branch: perl
27685            ! embed.pl
27686 ____________________________________________________________________________
27687 [  6189] By: gsar                                  on 2000/06/01  09:05:34
27688         Log: counting tr/// corrupts later operation (from M.J.T Guy)
27689      Branch: perl
27690            ! doop.c t/op/tr.t
27691 ____________________________________________________________________________
27692 [  6188] By: gsar                                  on 2000/06/01  08:58:39
27693         Log: h2xs tweaks
27694      Branch: perl
27695            ! utils/h2xs.PL
27696 ____________________________________________________________________________
27697 [  6187] By: gsar                                  on 2000/06/01  08:50:07
27698         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
27699              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
27700      Branch: perl
27701            + lib/Pod/LaTeX.pm
27702            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
27703            ! pod/pod2latex.PL
27704 ____________________________________________________________________________
27705 [  6186] By: gsar                                  on 2000/06/01  08:24:40
27706         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
27707              <wolfgang.laun@alcatel.at>)
27708      Branch: perl
27709            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
27710            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
27711 ____________________________________________________________________________
27712 [  6185] By: gsar                                  on 2000/06/01  08:12:00
27713         Log: remove incorrect documentation about implicit split to @_ in
27714              list context, which never really worked in perl 5 (from
27715              M.J.T. Guy)
27716      Branch: perl
27717            ! pod/perlfunc.pod pod/perltrap.pod
27718 ____________________________________________________________________________
27719 [  6184] By: gsar                                  on 2000/06/01  07:52:27
27720         Log: tweak for change#6127
27721      Branch: perl
27722            ! perl.c
27723 ____________________________________________________________________________
27724 [  6183] By: gsar                                  on 2000/06/01  07:41:02
27725         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
27726              <nick@ccl4.org>)
27727      Branch: perl
27728            + t/lib/selfloader.t
27729            ! MANIFEST lib/SelfLoader.pm
27730 ____________________________________________________________________________
27731 [  6182] By: jhi                                   on 2000/06/01  00:34:42
27732         Log: Be Cleaner Part Deux.
27733      Branch: cfgperl
27734            ! Makefile.SH
27735 ____________________________________________________________________________
27736 [  6181] By: jhi                                   on 2000/06/01  00:32:09
27737         Log: Integrate with Sarathy.
27738      Branch: cfgperl
27739           !> pp.c t/op/arith.t
27740 ____________________________________________________________________________
27741 [  6180] By: jhi                                   on 2000/06/01  00:31:13
27742         Log: microperl nits from Simon Cozens.
27743      Branch: cfgperl
27744            + uconfig.h
27745            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
27746            ! unixish.h
27747 ____________________________________________________________________________
27748 [  6179] By: gsar                                  on 2000/05/31  22:37:51
27749         Log: buggy modulus on UVs introduced by change#3378 (resulted in
27750              4063328477 % 65535 amounting to 27406, instead of 27407)
27751      Branch: perl
27752            ! pp.c t/op/arith.t
27753 ____________________________________________________________________________
27754 [  6178] By: jhi                                   on 2000/05/31  21:52:41
27755         Log: Be cleaner.
27756      Branch: cfgperl
27757            ! Makefile.SH
27758 ____________________________________________________________________________
27759 [  6177] By: jhi                                   on 2000/05/31  21:47:33
27760         Log: Substitution utf8 patch from Simon Cozens.
27761      Branch: cfgperl
27762            ! pp_hot.c
27763 ____________________________________________________________________________
27764 [  6176] By: jhi                                   on 2000/05/31  21:45:34
27765         Log: Single-quoted utf8 patch from Simon Cozens.
27766      Branch: cfgperl
27767            ! toke.c
27768 ____________________________________________________________________________
27769 [  6175] By: jhi                                   on 2000/05/31  21:40:18
27770         Log: Integrate with Sarathy.
27771      Branch: cfgperl
27772           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
27773 ____________________________________________________________________________
27774 [  6174] By: jhi                                   on 2000/05/31  21:37:31
27775         Log: microperl changes from Simon Cozens; Makefile for microperl
27776              written from scratch; few casts added as microperl compilation
27777              doesn't have all prototypes available.
27778      Branch: cfgperl
27779            + Makefile.micro README.micro Todo.micro uconfig.sh
27780            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
27781            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
27782      Branch: metaconfig
27783            + U/modified/Config_h.U
27784 ____________________________________________________________________________
27785 [  6173] By: jhi                                   on 2000/05/31  20:00:24
27786         Log: metaconfig maintenance.
27787      Branch: metaconfig
27788            + U/modified/Inhdr.U U/typedefs/inotype.U
27789      Branch: metaconfig/U/perl
27790            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
27791            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
27792 ____________________________________________________________________________
27793 [  6172] By: gsar                                  on 2000/05/31  05:05:42
27794         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
27795              (from Ilya Zakharevich)
27796      Branch: perl
27797            ! regexec.c t/op/re_tests
27798 ____________________________________________________________________________
27799 [  6171] By: gsar                                  on 2000/05/31  05:01:47
27800         Log: scalar() doesn't force scalar context when used in void context
27801              (from Simon Cozens)
27802      Branch: perl
27803            ! op.c t/op/wantarray.t
27804 ____________________________________________________________________________
27805 [  6170] By: gsar                                  on 2000/05/31  04:41:33
27806         Log: change#6142 needs tweaks to tests to work where there's no symlink()
27807              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
27808      Branch: perl
27809            ! t/lib/filefind.t
27810 ____________________________________________________________________________
27811 [  6169] By: gsar                                  on 2000/05/31  04:29:49
27812         Log: integrate cfgperl contents into mainline
27813      Branch: perl
27814           +> pod/perlmodlib.PL pod/perlnewmod.pod
27815           !> (integrate 42 files)
27816 ____________________________________________________________________________
27817 [  6168] By: jhi                                   on 2000/05/30  22:53:37
27818         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
27819      Branch: cfgperl
27820            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27821            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
27822            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
27823            ! win32/config.bc win32/config.gc win32/config.vc
27824            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27825            ! win32/config_h.PL win32/config_sh.PL
27826      Branch: metaconfig/U/perl
27827            ! perlxv.U
27828 ____________________________________________________________________________
27829 [  6167] By: jhi                                   on 2000/05/30  22:20:21
27830         Log: tweak todo 
27831      Branch: cfgperl
27832            ! Todo-5.6
27833 ____________________________________________________________________________
27834 [  6166] By: jhi                                   on 2000/05/30  22:11:51
27835         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
27836              in case somebody wants to write an extension for more
27837              shadow database interfaces.
27838      Branch: cfgperl
27839            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27840            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
27841            ! vos/config.def vos/config.h vos/config_h.SH_orig
27842            ! win32/config.bc win32/config.gc win32/config.vc
27843            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27844      Branch: metaconfig
27845            ! U/modified/Myinit.U
27846      Branch: metaconfig/U/perl
27847            + d_getespwnam.U d_getprpwnam.U i_prot.U
27848 ____________________________________________________________________________
27849 [  6165] By: jhi                                   on 2000/05/30  18:35:34
27850         Log: Integrate with Sarathy.
27851      Branch: cfgperl
27852           !> op.c
27853 ____________________________________________________________________________
27854 [  6164] By: jhi                                   on 2000/05/30  18:30:16
27855         Log: detypo
27856      Branch: cfgperl
27857            ! Configure config_h.SH
27858      Branch: metaconfig/U/perl
27859            ! perlxv.U
27860 ____________________________________________________________________________
27861 [  6163] By: gsar                                  on 2000/05/30  03:24:03
27862         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
27863      Branch: perl
27864            ! op.c
27865 ____________________________________________________________________________
27866 [  6162] By: gsar                                  on 2000/05/30  03:09:38
27867         Log: fix memory leak in method call optimization (change#3768);
27868              made C<eval "$x->foo()"> leak
27869      Branch: perl
27870            ! op.c
27871 ____________________________________________________________________________
27872 [  6161] By: jhi                                   on 2000/05/29  17:56:26
27873         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
27874              both from Simon Cozens.
27875      Branch: cfgperl
27876            + pod/perlmodlib.PL pod/perlnewmod.pod
27877            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
27878            ! pod/perlmodlib.pod pod/perltoc.pod
27879 ____________________________________________________________________________
27880 [  6160] By: jhi                                   on 2000/05/29  17:23:55
27881         Log: Changes for the File::Temp 0.08 (change #6159) test suite
27882              to fit better into the Perl distribution test framework.
27883      Branch: cfgperl
27884            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
27885            ! t/lib/ftmp-tempfile.t
27886 ____________________________________________________________________________
27887 [  6159] By: jhi                                   on 2000/05/29  16:55:36
27888         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
27889      Branch: cfgperl
27890            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
27891            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
27892 ____________________________________________________________________________
27893 [  6158] By: bailey                                on 2000/05/29  16:22:08
27894         Log: Add fallback to tmpfile for use in cases where user's relying on
27895              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
27896              Lane's patch)
27897      Branch: vmsperl
27898            ! vms/vms.c vms/vmsish.h
27899 ____________________________________________________________________________
27900 [  6157] By: jhi                                   on 2000/05/29  03:10:36
27901         Log: Regen Configure to jive with #6149.
27902      Branch: cfgperl
27903            ! Configure
27904      Branch: metaconfig
27905            ! U/modified/Getfile.U
27906 ____________________________________________________________________________
27907 [  6156] By: jhi                                   on 2000/05/29  03:01:38
27908         Log: Integrate with Sarathy.
27909      Branch: cfgperl
27910           +> ext/DynaLoader/dl_mac.xs
27911           !> (integrate 38 files)
27912 ____________________________________________________________________________
27913 [  6155] By: gsar                                  on 2000/05/28  21:15:58
27914         Log: small bug in change#6144; remove random \xA0 character that snuck
27915              in via change#6145
27916      Branch: perl
27917            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
27918 ____________________________________________________________________________
27919 [  6154] By: gsar                                  on 2000/05/28  21:04:19
27920         Log: avoid type mismatch warning
27921      Branch: perl
27922            ! perl.c
27923 ____________________________________________________________________________
27924 [  6153] By: gsar                                  on 2000/05/28  20:58:31
27925         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
27926              <nick@Bagpuss.uk.boo.com>)
27927      Branch: perl
27928            ! lib/Test/Harness.pm
27929 ____________________________________________________________________________
27930 [  6152] By: gsar                                  on 2000/05/28  20:53:42
27931         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
27932      Branch: perl
27933            ! regexec.c
27934 ____________________________________________________________________________
27935 [  6151] By: gsar                                  on 2000/05/28  20:50:28
27936         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
27937      Branch: perl
27938            ! regexec.c
27939 ____________________________________________________________________________
27940 [  6150] By: gsar                                  on 2000/05/28  20:39:58
27941         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
27942      Branch: perl
27943            ! pod/perlrequick.pod
27944 ____________________________________________________________________________
27945 [  6149] By: gsar                                  on 2000/05/28  20:35:16
27946         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
27947              <troc@netrus.net>)
27948      Branch: perl
27949            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
27950            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
27951            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
27952            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
27953 ____________________________________________________________________________
27954 [  6148] By: gsar                                  on 2000/05/28  20:21:07
27955         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
27956      Branch: perl
27957            ! lib/ExtUtils/MM_Unix.pm
27958 ____________________________________________________________________________
27959 [  6147] By: gsar                                  on 2000/05/28  20:12:41
27960         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
27961              (from Peter Prymmer)
27962      Branch: perl
27963            ! vms/subconfigure.com
27964 ____________________________________________________________________________
27965 [  6146] By: gsar                                  on 2000/05/28  20:06:15
27966         Log: doc typo
27967      Branch: perl
27968            ! lib/warnings.pm warnings.h warnings.pl
27969 ____________________________________________________________________________
27970 [  6145] By: gsar                                  on 2000/05/28  18:44:33
27971         Log: make xsubpp skip embedded pod (from Matthias Neeracher
27972              <neeri@iis.ee.ethz.ch>)
27973      Branch: perl
27974            ! lib/ExtUtils/xsubpp
27975 ____________________________________________________________________________
27976 [  6144] By: gsar                                  on 2000/05/28  18:42:49
27977         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
27978              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
27979              <neeri@iis.ee.ethz.ch>)
27980      Branch: perl
27981            ! lib/AutoSplit.pm
27982 ____________________________________________________________________________
27983 [  6143] By: gsar                                  on 2000/05/28  18:41:12
27984         Log: MacOS support, part 1 (from Matthias Neeracher
27985              <neeri@iis.ee.ethz.ch>)
27986      Branch: perl
27987            + ext/DynaLoader/dl_mac.xs
27988            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
27989            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
27990            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
27991            ! util.h
27992 ____________________________________________________________________________
27993 [  6142] By: gsar                                  on 2000/05/28  18:21:51
27994         Log: File::Find fails to chdir when chasing symlinks (from
27995              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
27996      Branch: perl
27997            ! lib/File/Find.pm t/lib/filefind.t
27998 ____________________________________________________________________________
27999 [  6141] By: jhi                                   on 2000/05/28  14:25:15
28000         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
28001              forwarded by Peter Seebach from the bsdi-users mailing list.
28002              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
28003      Branch: perl
28004            ! hints/bsdos.sh
28005 ____________________________________________________________________________
28006 [  6140] By: jhi                                   on 2000/05/28  14:11:57
28007         Log: Integrate with Sarathy.
28008      Branch: cfgperl
28009           +> (branch 30 files)
28010           !> (integrate 93 files)
28011 ____________________________________________________________________________
28012 [  6139] By: gsar                                  on 2000/05/28  10:01:48
28013         Log: revise mktables.PL for bugs and newness in Unicode 3.0
28014              (from James Bence <jbence@amgen.com>)
28015      Branch: perl
28016            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
28017            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
28018            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
28019            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
28020            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
28021            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
28022            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
28023            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
28024            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
28025            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
28026            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
28027            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
28028            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
28029            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
28030            + lib/unicode/Is/SylWU.pl
28031            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
28032            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
28033            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
28034            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
28035            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
28036            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
28037            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
28038            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
28039            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
28040            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
28041            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
28042            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
28043            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
28044            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
28045            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
28046            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
28047            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
28048            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
28049            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
28050            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
28051            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
28052            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
28053            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
28054            ! lib/unicode/Makefile lib/unicode/mktables.PL
28055 ____________________________________________________________________________
28056 [  6138] By: gsar                                  on 2000/05/28  08:50:32
28057         Log: add note about the handling of negative indices to tied arrays
28058              (from Michael G Schwern <schwern@pobox.com>)
28059      Branch: perl
28060            ! pod/perltie.pod
28061 ____________________________________________________________________________
28062 [  6137] By: gsar                                  on 2000/05/28  08:46:10
28063         Log: fix bogus redeclaration warning for "our" variables in different
28064              scopes
28065      Branch: perl
28066            ! op.c t/pragma/strict-vars
28067 ____________________________________________________________________________
28068 [  6136] By: gsar                                  on 2000/05/28  08:31:20
28069         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
28070      Branch: perl
28071            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
28072 ____________________________________________________________________________
28073 [  6135] By: gsar                                  on 2000/05/28  08:17:50
28074         Log: enable Test::Harness to dynamically determine column width etc.
28075              (from Rob Napier <rnapier@employees.org>)
28076      Branch: perl
28077            ! lib/Test/Harness.pm
28078 ____________________________________________________________________________
28079 [  6134] By: gsar                                  on 2000/05/28  08:13:39
28080         Log: make Test::Harness use wait.h/WCOREDUMP if available
28081              (from Ben Tilly <ben_tilly@hotmail.com>)
28082      Branch: perl
28083            ! lib/Test/Harness.pm
28084 ____________________________________________________________________________
28085 [  6133] By: gsar                                  on 2000/05/28  08:08:05
28086         Log: elide bogus test in change#6132
28087      Branch: perl
28088            ! t/pragma/warn/9enabled
28089 ____________________________________________________________________________
28090 [  6132] By: gsar                                  on 2000/05/28  08:03:14
28091         Log: warnings::enabled() doesn't fall back to looking at $^W if
28092              caller isn't using lexical warnings (from Paul Marquess)
28093      Branch: perl
28094            ! pp_ctl.c t/pragma/warn/9enabled
28095 ____________________________________________________________________________
28096 [  6131] By: gsar                                  on 2000/05/28  07:57:47
28097         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
28098      Branch: perl
28099            ! ext/POSIX/POSIX.pm
28100 ____________________________________________________________________________
28101 [  6130] By: gsar                                  on 2000/05/28  07:29:12
28102         Log: fix places that mean C<"word" character> but say C<alphanumeric
28103              character>
28104      Branch: perl
28105            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
28106 ____________________________________________________________________________
28107 [  6129] By: gsar                                  on 2000/05/28  07:18:41
28108         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
28109      Branch: perl
28110            ! vms/test.com
28111 ____________________________________________________________________________
28112 [  6128] By: gsar                                  on 2000/05/28  07:12:55
28113         Log: new perlxstut example for passing/returning refs to arrays
28114              (from David Lowe <dlowe@pootpoot.com>)
28115      Branch: perl
28116            ! pod/perlxstut.pod
28117 ____________________________________________________________________________
28118 [  6127] By: gsar                                  on 2000/05/28  07:02:50
28119         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
28120              failed (from Gisle Aas)
28121      Branch: perl
28122            ! cop.h perl.c
28123 ____________________________________________________________________________
28124 [  6126] By: gsar                                  on 2000/05/28  06:39:53
28125         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
28126              (reworked variant of patch suggested by Simon Cozens)
28127      Branch: perl
28128            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
28129            ! pp_hot.c proto.h t/op/gv.t
28130 ____________________________________________________________________________
28131 [  6125] By: gsar                                  on 2000/05/28  05:14:55
28132         Log: enable propagating exception objects via Perl_croak() in XS code
28133              (from Gisle Aas)
28134      Branch: perl
28135            ! util.c
28136 ____________________________________________________________________________
28137 [  6124] By: gsar                                  on 2000/05/28  05:07:28
28138         Log: integrate vmsperl contents into mainline
28139      Branch: perl
28140           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
28141           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
28142           !> vms/vmsish.h
28143 ____________________________________________________________________________
28144 [  6123] By: gsar                                  on 2000/05/28  05:03:53
28145         Log: clarify gotcha with #line directives (from Rocco Caputo
28146              <troc@netrus.net>)
28147      Branch: perl
28148            ! pod/perldebug.pod pod/perlsyn.pod
28149 ____________________________________________________________________________
28150 [  6122] By: gsar                                  on 2000/05/28  04:58:29
28151         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
28152              (from Mark-Jason Dominus)
28153      Branch: perl
28154            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
28155            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
28156            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
28157            ! toke.c
28158 ____________________________________________________________________________
28159 [  6121] By: bailey                                on 2000/05/25  04:46:54
28160         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
28161              lists (based on fixes by Craig Berry)
28162      Branch: vmsperl
28163            ! lib/File/Spec/VMS.pm
28164 ____________________________________________________________________________
28165 [  6120] By: bailey                                on 2000/05/25  04:25:38
28166         Log: Add missing escape (Charles Lane)
28167      Branch: vmsperl
28168            ! t/op/lex_assign.t
28169 ____________________________________________________________________________
28170 [  6119] By: bailey                                on 2000/05/25  04:21:25
28171         Log: Quiet error messages in vmsish.t (Charles Lane)
28172      Branch: vmsperl
28173            ! vms/ext/vmsish.t
28174 ____________________________________________________________________________
28175 [  6118] By: bailey                                on 2000/05/25  04:17:57
28176         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
28177              Flatten case labels in switch statements uniformly (Charles Bailey)
28178      Branch: vmsperl
28179            ! vms/vms.c
28180 ____________________________________________________________________________
28181 [  6117] By: bailey                                on 2000/05/25  03:58:09
28182         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
28183      Branch: vmsperl
28184            ! vms/vmsish.h
28185 ____________________________________________________________________________
28186 [  6116] By: bailey                                on 2000/05/25  03:11:15
28187         Log: Miscellaneous cosmetic fixes (Charles Lane)
28188      Branch: vmsperl
28189            ! lib/ExtUtils/MM_VMS.pm
28190 ____________________________________________________________________________
28191 [  6115] By: bailey                                on 2000/05/25  03:10:36
28192         Log: Add bounds checking for several strings (Charles Lane)
28193      Branch: vmsperl
28194            ! vms/vms.c
28195 ____________________________________________________________________________
28196 [  6114] By: bailey                                on 2000/05/25  02:25:34
28197         Log: Urk -- undo previous removal of vmsish 'exit' change
28198      Branch: vmsperl
28199            ! vms/ext/vmsish.pm vms/vmsish.h
28200 ____________________________________________________________________________
28201 [  6113] By: bailey                                on 2000/05/24  02:24:40
28202         Log: Ugly workaround for version-specific RTL error
28203      Branch: vmsperl
28204            ! vms/vms.c
28205 ____________________________________________________________________________
28206 [  6112] By: bailey                                on 2000/05/24  02:19:55
28207         Log: Check for existence of file before trying to delete
28208      Branch: vmsperl
28209            ! vms/test.com
28210 ____________________________________________________________________________
28211 [  6111] By: bailey                                on 2000/05/23  23:35:13
28212         Log: Resync with mainline prior to post-5.6.0 updates
28213      Branch: vmsperl
28214           +> (branch 49 files)
28215            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
28216            ! vms/ext/vmsish.pm
28217           !> (integrate 334 files)
28218 ____________________________________________________________________________
28219 [  6110] By: jhi                                   on 2000/05/23  19:28:32
28220         Log: todo tweak
28221      Branch: cfgperl
28222            ! Todo-5.6
28223 ____________________________________________________________________________
28224 [  6109] By: jhi                                   on 2000/05/18  17:38:54
28225         Log: Integrate with Sarathy.
28226      Branch: cfgperl
28227           !> mg.c perl.h win32/perlhost.h
28228 ____________________________________________________________________________
28229 [  6108] By: gsar                                  on 2000/05/17  02:24:56
28230         Log: reenable fake signal handling on Windows, bugs and all
28231      Branch: perl
28232            ! mg.c perl.h win32/perlhost.h
28233 ____________________________________________________________________________
28234 [  6107] By: jhi                                   on 2000/05/15  18:01:41
28235         Log: Tweak the todo list.
28236      Branch: cfgperl
28237            ! Todo-5.6
28238 ____________________________________________________________________________
28239 [  6106] By: jhi                                   on 2000/05/15  13:41:48
28240         Log: The (Configure) script refuses to go on, after asking for
28241              'You may also choose to try maximal 64-bitness....'.
28242              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
28243              -- Patrick Zima
28244              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
28245      Branch: cfgperl
28246            ! hints/solaris_2.sh
28247 ____________________________________________________________________________
28248 [  6105] By: jhi                                   on 2000/05/11  14:37:43
28249         Log: Integrate with Sarathy.
28250      Branch: cfgperl
28251           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
28252           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
28253 ____________________________________________________________________________
28254 [  6104] By: gsar                                  on 2000/05/11  03:39:07
28255         Log: PL_sys_intern was being initialized too late on windows
28256      Branch: perl
28257            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
28258            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
28259 ____________________________________________________________________________
28260 [  6103] By: jhi                                   on 2000/05/09  19:42:20
28261         Log: Test tweaking for Unicos continues.
28262      Branch: cfgperl
28263            ! t/op/64bitint.t
28264 ____________________________________________________________________________
28265 [  6102] By: jhi                                   on 2000/05/09  16:47:27
28266         Log: The test suite tweak in #6101 wasn't quite right.
28267      Branch: cfgperl
28268            ! t/lib/complex.t
28269 ____________________________________________________________________________
28270 [  6101] By: jhi                                   on 2000/05/09  15:35:34
28271         Log: Hints and test tweaks for Unicos.
28272      Branch: cfgperl
28273            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
28274 ____________________________________________________________________________
28275 [  6100] By: jhi                                   on 2000/05/08  21:15:06
28276         Log: More compilation tweakery from Allen Smith.
28277      Branch: cfgperl
28278            ! hints/irix_6.sh
28279 ____________________________________________________________________________
28280 [  6099] By: jhi                                   on 2000/05/08  19:21:18
28281         Log: Tweaks for the cc bugs from Allen Smith.
28282      Branch: cfgperl
28283            ! hints/irix_6.sh
28284 ____________________________________________________________________________
28285 [  6098] By: jhi                                   on 2000/05/08  19:13:37
28286         Log: Add a note about other, yet unsupported, shadow password APIs.
28287      Branch: cfgperl
28288            ! pp_sys.c
28289 ____________________________________________________________________________
28290 [  6097] By: jhi                                   on 2000/05/08  18:46:34
28291         Log: Add a note about possible compilation problems from Allen Smith.
28292      Branch: cfgperl
28293            ! hints/irix_6.sh
28294 ____________________________________________________________________________
28295 [  6096] By: jhi                                   on 2000/05/08  17:33:10
28296         Log: Integrate with Sarathy.
28297      Branch: cfgperl
28298           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
28299           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
28300 ____________________________________________________________________________
28301 [  6095] By: jhi                                   on 2000/05/08  16:21:33
28302         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
28303              might be useful in future.
28304      Branch: cfgperl
28305            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28306            ! config_h.SH
28307      Branch: metaconfig
28308            ! U/installdirs/inc_version_list.U
28309      Branch: metaconfig/U/perl
28310            ! perlxv.U
28311 ____________________________________________________________________________
28312 [  6094] By: gsar                                  on 2000/05/08  14:22:22
28313         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
28314      Branch: perl
28315            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
28316            ! hints/cygwin.sh pp_sys.c
28317 ____________________________________________________________________________
28318 [  6093] By: gsar                                  on 2000/05/08  12:52:28
28319         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
28320              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
28321      Branch: perl
28322            ! pp_sys.c sv.c win32/perlhost.h
28323 ____________________________________________________________________________
28324 [  6092] By: jhi                                   on 2000/05/07  22:40:34
28325         Log: Regen perltoc with the fixed buildtoc.
28326      Branch: cfgperl
28327            ! pod/perltoc.pod
28328 ____________________________________________________________________________
28329 [  6091] By: jhi                                   on 2000/05/07  22:24:16
28330         Log: Integrate with Sarathy.
28331      Branch: cfgperl
28332           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
28333           !> t/op/substr.t toke.c
28334 ____________________________________________________________________________
28335 [  6090] By: gsar                                  on 2000/05/07  19:47:07
28336         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
28337              [NI]OK; added tests for both
28338      Branch: perl
28339            ! perl.c pp_hot.c sv.c t/op/substr.t
28340 ____________________________________________________________________________
28341 [  6089] By: gsar                                  on 2000/05/07  18:18:38
28342         Log: buildtoc tweak to fix newline lossage
28343      Branch: perl
28344            ! pod/buildtoc
28345 ____________________________________________________________________________
28346 [  6088] By: jhi                                   on 2000/05/07  16:35:36
28347         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
28348              because we do not use those.  The HAS_GETSPNAM remains,
28349              though, because we still do use that.
28350      Branch: cfgperl
28351            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28352            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
28353            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
28354            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
28355            ! win32/config.vc win32/config_H.bc win32/config_H.gc
28356            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
28357 ____________________________________________________________________________
28358 [  6087] By: gsar                                  on 2000/05/07  16:05:16
28359         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
28360      Branch: perl
28361            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
28362 ____________________________________________________________________________
28363 [  6086] By: jhi                                   on 2000/05/07  15:27:07
28364         Log: Integrate with Sarathy.
28365      Branch: cfgperl
28366           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
28367           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
28368           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
28369           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
28370           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
28371           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
28372 ____________________________________________________________________________
28373 [  6085] By: gsar                                  on 2000/05/07  05:52:02
28374         Log: repeat operator (x) doesn't preserve utf8-ness
28375      Branch: perl
28376            ! pp.c t/op/substr.t
28377 ____________________________________________________________________________
28378 [  6084] By: gsar                                  on 2000/05/07  05:39:55
28379         Log: substr() does not preserve utf8-ness (from Stefan Eissing
28380              <Eissing@medicaldataservice.de>); added tests
28381      Branch: perl
28382            ! pp.c t/op/substr.t
28383 ____________________________________________________________________________
28384 [  6083] By: gsar                                  on 2000/05/07  05:24:46
28385         Log: note about undocumented caller() return value (from M.J.T. Guy);
28386              yet another peek.t tweak
28387      Branch: perl
28388            ! pod/perlfunc.pod t/lib/peek.t
28389 ____________________________________________________________________________
28390 [  6082] By: gsar                                  on 2000/05/07  05:08:40
28391         Log: peek.t non-portable to ithreads
28392      Branch: perl
28393            ! t/lib/peek.t
28394 ____________________________________________________________________________
28395 [  6081] By: gsar                                  on 2000/05/07  04:17:04
28396         Log: better default perlbug categories for ok reports (from Richard Foley)
28397      Branch: perl
28398            ! utils/perlbug.PL
28399 ____________________________________________________________________________
28400 [  6080] By: gsar                                  on 2000/05/07  04:08:07
28401         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
28402              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
28403      Branch: perl
28404            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
28405            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
28406            ! AUTHORS MAINTAIN MANIFEST
28407 ____________________________________________________________________________
28408 [  6079] By: gsar                                  on 2000/05/07  04:01:38
28409         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
28410      Branch: perl
28411            ! lib/Carp/Heavy.pm
28412 ____________________________________________________________________________
28413 [  6078] By: gsar                                  on 2000/05/07  01:24:19
28414         Log: workaround for CRT bug in chdir() (from Charles Lane, via
28415              Peter Prymmer)
28416      Branch: perl
28417            ! iperlsys.h vms/vms.c vms/vmsish.h
28418 ____________________________________________________________________________
28419 [  6077] By: gsar                                  on 2000/05/07  01:22:23
28420         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
28421              and Tom Phoenix)
28422      Branch: perl
28423            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
28424 ____________________________________________________________________________
28425 [  6076] By: gsar                                  on 2000/05/06  17:36:29
28426         Log: integrate cfgperl contents into mainline
28427      Branch: perl
28428           +> t/lib/peek.t
28429           !> Configure MANIFEST Porting/Glossary Porting/config.sh
28430           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
28431           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
28432           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
28433 ____________________________________________________________________________
28434 [  6075] By: jhi                                   on 2000/05/05  18:56:10
28435         Log: Make the test more portable.
28436      Branch: cfgperl
28437            ! t/lib/peek.t
28438 ____________________________________________________________________________
28439 [  6074] By: jhi                                   on 2000/05/05  18:49:20
28440         Log: Introduce t/lib/peek.t.
28441      Branch: cfgperl
28442            + t/lib/peek.t
28443            ! MANIFEST
28444 ____________________________________________________________________________
28445 [  6073] By: jhi                                   on 2000/05/05  14:30:45
28446         Log: Complex tweaks.
28447      Branch: cfgperl
28448            ! lib/Math/Complex.pm t/lib/complex.t
28449 ____________________________________________________________________________
28450 [  6072] By: jhi                                   on 2000/05/05  12:27:13
28451         Log: Integrate with Sarathy.
28452      Branch: cfgperl
28453           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
28454           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
28455           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
28456           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
28457 ____________________________________________________________________________
28458 [  6071] By: gsar                                  on 2000/05/05  02:24:46
28459         Log: misformatted perllocal.pod (from Tim Jenness
28460              <t.jenness@jach.hawaii.edu>)
28461      Branch: perl
28462            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
28463 ____________________________________________________________________________
28464 [  6070] By: gsar                                  on 2000/05/05  02:16:52
28465         Log: remove misleading comment (from M.J.T. Guy)
28466      Branch: perl
28467            ! t/lib/anydbm.t
28468 ____________________________________________________________________________
28469 [  6069] By: gsar                                  on 2000/05/05  02:15:13
28470         Log: File::Spec compatibility update (from Barrie Slaymaker
28471              <barries@slaysys.com>)
28472      Branch: perl
28473            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
28474            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
28475 ____________________________________________________________________________
28476 [  6068] By: gsar                                  on 2000/05/05  02:01:50
28477         Log: note about values()
28478      Branch: perl
28479            ! pod/perlfunc.pod
28480 ____________________________________________________________________________
28481 [  6067] By: gsar                                  on 2000/05/05  01:33:09
28482         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
28483      Branch: perl
28484            ! win32/win32.c
28485 ____________________________________________________________________________
28486 [  6066] By: gsar                                  on 2000/05/05  01:23:43
28487         Log: s/END/CHECK/
28488      Branch: perl
28489            ! perl.c
28490 ____________________________________________________________________________
28491 [  6065] By: jhi                                   on 2000/05/04  17:30:22
28492         Log: Integrate with Sarathy.
28493      Branch: cfgperl
28494           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
28495 ____________________________________________________________________________
28496 [  6064] By: gsar                                  on 2000/05/04  17:26:14
28497         Log: change#5905 wasn't quite right--it's intent only applies when arguments
28498              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
28499      Branch: perl
28500            ! pp_sys.c sv.c
28501 ____________________________________________________________________________
28502 [  6063] By: gsar                                  on 2000/05/04  16:52:29
28503         Log: tokeq() could read unallocated field in argument
28504      Branch: perl
28505            ! toke.c
28506 ____________________________________________________________________________
28507 [  6062] By: gsar                                  on 2000/05/04  16:34:51
28508         Log: additional tests for utf8.t
28509      Branch: perl
28510            ! t/pragma/utf8.t
28511 ____________________________________________________________________________
28512 [  6061] By: gsar                                  on 2000/05/04  16:09:28
28513         Log: change#5921 neglected to make eq honor "use bytes"
28514      Branch: perl
28515            ! sv.c
28516 ____________________________________________________________________________
28517 [  6060] By: jhi                                   on 2000/05/04  15:30:16
28518         Log: Integrate with Sarathy.
28519      Branch: cfgperl
28520           !> perl.c regcomp.c t/pragma/utf8.t
28521 ____________________________________________________________________________
28522 [  6059] By: jhi                                   on 2000/05/04  15:26:37
28523         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
28524              in natively 64-bit platforms where a long is a quad (no need
28525              for long longs).  Also added bias for IVs.
28526      Branch: cfgperl
28527            ! toke.c
28528 ____________________________________________________________________________
28529 [  6058] By: gsar                                  on 2000/05/04  00:19:14
28530         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
28531              (spotted by Donald Kinzer <dkinzer@premia.com>)
28532      Branch: perl
28533            ! perl.c
28534 ____________________________________________________________________________
28535 [  6057] By: gsar                                  on 2000/05/03  18:34:01
28536         Log: fix broken parsing of /\x{ab}/
28537      Branch: perl
28538            ! regcomp.c t/pragma/utf8.t
28539 ____________________________________________________________________________
28540 [  6056] By: jhi                                   on 2000/05/03  17:57:16
28541         Log: The search of infinity continues, this time simplified.
28542      Branch: cfgperl
28543            ! lib/Math/Complex.pm
28544 ____________________________________________________________________________
28545 [  6055] By: jhi                                   on 2000/05/03  17:45:30
28546         Log: Detypo.
28547      Branch: cfgperl
28548            ! hints/unicos.sh
28549 ____________________________________________________________________________
28550 [  6054] By: jhi                                   on 2000/05/02  22:28:27
28551         Log: Be more forgiving in POSIX about HUGE_VALL.
28552      Branch: cfgperl
28553            ! ext/POSIX/POSIX.xs
28554 ____________________________________________________________________________
28555 [  6053] By: jhi                                   on 2000/05/02  22:25:05
28556         Log: Integrate with Sarathy.
28557      Branch: cfgperl
28558           !> hints/irix_6.sh pod/perlop.pod
28559 ____________________________________________________________________________
28560 [  6052] By: jhi                                   on 2000/05/02  22:24:31
28561         Log: Unicos hint tweak.
28562      Branch: cfgperl
28563            ! hints/unicos.sh
28564 ____________________________________________________________________________
28565 [  6051] By: jhi                                   on 2000/05/02  22:21:26
28566         Log: Complex tweakery.
28567      Branch: cfgperl
28568            ! lib/Math/Complex.pm t/lib/complex.t
28569 ____________________________________________________________________________
28570 [  6050] By: jhi                                   on 2000/05/02  19:26:22
28571         Log: Use setxxent()/endxxent().
28572      Branch: cfgperl
28573            ! t/op/grent.t t/op/pwent.t
28574 ____________________________________________________________________________
28575 [  6049] By: jhi                                   on 2000/05/02  19:06:02
28576         Log: Test both the scalar and list contexts.
28577      Branch: cfgperl
28578            ! t/op/grent.t t/op/pwent.t
28579 ____________________________________________________________________________
28580 [  6048] By: gsar                                  on 2000/05/02  18:29:10
28581         Log: add note about how $( doesn't interpolate in REs (from
28582              Philip Newton <newton@ficus.frogspace.net>)
28583      Branch: perl
28584            ! pod/perlop.pod
28585 ____________________________________________________________________________
28586 [  6047] By: jhi                                   on 2000/05/02  17:41:24
28587         Log: Call getspnam() only iff needd.
28588      Branch: cfgperl
28589            ! pp_sys.c
28590 ____________________________________________________________________________
28591 [  6046] By: gsar                                  on 2000/05/02  17:07:25
28592         Log: libscheck has insufficient checks for n32 libs (from
28593              Albert Chin-A-Young <china@thewrittenword.com>)
28594      Branch: perl
28595            ! hints/irix_6.sh
28596 ____________________________________________________________________________
28597 [  6045] By: jhi                                   on 2000/05/02  13:57:17
28598         Log: Integrate with Sarathy.
28599      Branch: cfgperl
28600           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
28601           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
28602 ____________________________________________________________________________
28603 [  6044] By: gsar                                  on 2000/05/02  06:48:19
28604         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
28605              such that underscores are only ignored in literal numbers,
28606              "\x{...}", and hex/oct argument
28607      Branch: perl
28608            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
28609 ____________________________________________________________________________
28610 [  6043] By: gsar                                  on 2000/05/02  02:22:29
28611         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
28612      Branch: perl
28613            ! pod/perlretut.pod
28614 ____________________________________________________________________________
28615 [  6042] By: gsar                                  on 2000/05/02  02:17:51
28616         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
28617      Branch: perl
28618            ! pod/perltrap.pod
28619 ____________________________________________________________________________
28620 [  6041] By: gsar                                  on 2000/05/02  01:53:51
28621         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
28622              to compensate
28623      Branch: perl
28624            ! Porting/makerel
28625 ____________________________________________________________________________
28626 [  6040] By: gsar                                  on 2000/05/02  01:51:57
28627         Log: missing files in MANIFEST
28628      Branch: perl
28629            ! MANIFEST
28630 ____________________________________________________________________________
28631 [  6039] By: jhi                                   on 2000/05/02  00:36:46
28632         Log: Infinite problems.
28633      Branch: cfgperl
28634            ! lib/Math/Complex.pm
28635 ____________________________________________________________________________
28636 [  6038] By: jhi                                   on 2000/05/02  00:06:38
28637         Log: pwent/spent #ifdef imbalance.
28638      Branch: cfgperl
28639            ! pp_sys.c
28640 ____________________________________________________________________________
28641 [  6037] By: jhi                                   on 2000/05/01  22:50:11
28642         Log: Use HUGE_VALL if applicable.
28643      Branch: cfgperl
28644            ! ext/POSIX/POSIX.xs util.c
28645 ____________________________________________________________________________
28646 [  6036] By: jhi                                   on 2000/05/01  22:20:53
28647         Log: Correct Freudian slip.
28648      Branch: cfgperl
28649            ! pp_sys.c
28650 ____________________________________________________________________________
28651 [  6035] By: jhi                                   on 2000/05/01  21:07:38
28652         Log: Continue on the pwent/spent case.
28653      Branch: cfgperl
28654            ! pp_sys.c
28655 ____________________________________________________________________________
28656 [  6034] By: jhi                                   on 2000/05/01  17:45:14
28657         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
28658              adjustments in 6032 conflicted badly with this, will have
28659              to revisit them later.
28660      Branch: cfgperl
28661           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
28662           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
28663           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
28664           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
28665           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
28666           !> t/lib/cgi-html.t t/lib/cgi-request.t
28667 ____________________________________________________________________________
28668 [  6033] By: jhi                                   on 2000/05/01  17:40:49
28669         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
28670      Branch: cfgperl
28671            ! pp_sys.c
28672 ____________________________________________________________________________
28673 [  6032] By: gsar                                  on 2000/05/01  15:56:32
28674         Log: whitespace adjustments
28675      Branch: perl
28676            ! pp_sys.c
28677 ____________________________________________________________________________
28678 [  6031] By: gsar                                  on 2000/05/01  15:19:41
28679         Log: small nits in diagnostics.pm (from Robin Barker)
28680      Branch: perl
28681            ! lib/diagnostics.pm pod/perldiag.pod
28682 ____________________________________________________________________________
28683 [  6030] By: gsar                                  on 2000/05/01  08:39:18
28684         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
28685              for @- and @+ (from Johan Vromans)
28686      Branch: perl
28687            ! lib/English.pm pod/perlvar.pod
28688 ____________________________________________________________________________
28689 [  6029] By: gsar                                  on 2000/05/01  08:16:10
28690         Log: add CGI.pm v2.66 (from Lincoln Stein)
28691      Branch: perl
28692            + lib/CGI/Util.pm t/lib/cgi-pretty.t
28693            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
28694            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
28695            ! t/lib/cgi-html.t t/lib/cgi-request.t
28696 ____________________________________________________________________________
28697 [  6028] By: gsar                                  on 2000/05/01  06:34:41
28698         Log: Pod::Man generates groff-incompatible macro definition (from
28699              Tom Christiansen)
28700      Branch: perl
28701            ! lib/Pod/Man.pm
28702 ____________________________________________________________________________
28703 [  6027] By: gsar                                  on 2000/05/01  06:31:36
28704         Log: podlators-1.02 update (from Russ Allbery)
28705      Branch: perl
28706            ! lib/Pod/Man.pm lib/Pod/Text.pm
28707 ____________________________________________________________________________
28708 [  6026] By: jhi                                   on 2000/04/30  23:24:23
28709         Log: Integrate with Sarathy.
28710      Branch: cfgperl
28711           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
28712           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
28713           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
28714           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
28715           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
28716           !> t/lib/syslog.t toke.c win32/win32.h
28717 ____________________________________________________________________________
28718 [  6025] By: gsar                                  on 2000/04/30  18:17:47
28719         Log: Is{Alnum,Alpha,Word} don't match titlecase
28720              
28721              TODO: IsSpace is defined recursively!
28722              
28723              (both spotted by Larry)
28724      Branch: perl
28725            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
28726            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
28727 ____________________________________________________________________________
28728 [  6024] By: gsar                                  on 2000/04/30  17:50:19
28729         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
28730              (from Hugo van der Sanden)
28731      Branch: perl
28732            ! toke.c
28733 ____________________________________________________________________________
28734 [  6023] By: gsar                                  on 2000/04/30  17:14:43
28735         Log: debugger stomps on $. (from M.J.T. Guy)
28736      Branch: perl
28737            ! lib/perl5db.pl
28738 ____________________________________________________________________________
28739 [  6022] By: gsar                                  on 2000/04/30  16:59:22
28740         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
28741      Branch: perl
28742            ! sv.c
28743 ____________________________________________________________________________
28744 [  6021] By: gsar                                  on 2000/04/29  21:00:08
28745         Log: remove Win2K issue in pod (fixed by change#6020)
28746      Branch: perl
28747            ! README.win32 pod/perl56delta.pod
28748 ____________________________________________________________________________
28749 [  6020] By: gsar                                  on 2000/04/29  20:51:49
28750         Log: test tweak
28751      Branch: perl
28752            ! t/lib/open3.t
28753 ____________________________________________________________________________
28754 [  6019] By: gsar                                  on 2000/04/29  20:34:27
28755         Log: windows portability tweaks
28756      Branch: perl
28757            ! t/lib/b.t win32/win32.h
28758 ____________________________________________________________________________
28759 [  6018] By: gsar                                  on 2000/04/29  19:55:24
28760         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
28761              make _PATH_LOG() return "" if unavailable
28762      Branch: perl
28763            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
28764            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
28765 ____________________________________________________________________________
28766 [  6017] By: jhi                                   on 2000/04/28  22:49:46
28767         Log: Integrate with Sarathy.
28768      Branch: cfgperl
28769           !> op.c perl.c pod/perldiag.pod t/lib/b.t
28770 ____________________________________________________________________________
28771 [  6016] By: jhi                                   on 2000/04/28  22:46:14
28772         Log: Do not warn that an infinity does not look like a number.
28773      Branch: cfgperl
28774            ! sv.c
28775 ____________________________________________________________________________
28776 [  6015] By: gsar                                  on 2000/04/28  22:35:49
28777         Log: tweak test for portability
28778      Branch: perl
28779            ! t/lib/b.t
28780 ____________________________________________________________________________
28781 [  6014] By: gsar                                  on 2000/04/28  22:05:31
28782         Log: glob() loading File::Glob behind the scenes may cause syntax errors
28783      Branch: perl
28784            ! op.c
28785 ____________________________________________________________________________
28786 [  6013] By: gsar                                  on 2000/04/28  21:25:22
28787         Log: tweak change#5945 to display correct switch name in diagnostic
28788      Branch: perl
28789            ! perl.c pod/perldiag.pod
28790 ____________________________________________________________________________
28791 [  6012] By: jhi                                   on 2000/04/28  21:08:12
28792         Log: Integrate with Sarathy.
28793      Branch: cfgperl
28794           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
28795           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
28796           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
28797 ____________________________________________________________________________
28798 [  6011] By: jhi                                   on 2000/04/28  21:04:46
28799         Log: &HUGE_VAL is not defined, it exists.
28800      Branch: cfgperl
28801            ! lib/Math/Complex.pm
28802 ____________________________________________________________________________
28803 [  6010] By: gsar                                  on 2000/04/28  21:02:58
28804         Log: clarify note about shadow password support (from
28805              gellyfish@gellyfish.com)
28806      Branch: perl
28807            ! pod/perlfunc.pod
28808 ____________________________________________________________________________
28809 [  6009] By: gsar                                  on 2000/04/28  21:00:00
28810         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
28811      Branch: perl
28812            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
28813 ____________________________________________________________________________
28814 [  6008] By: gsar                                  on 2000/04/28  20:56:33
28815         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
28816      Branch: perl
28817            ! installperl vms/subconfigure.com
28818 ____________________________________________________________________________
28819 [  6007] By: gsar                                  on 2000/04/28  20:51:21
28820         Log: note about compile failures and END blocks (from M.J.T. Guy)
28821      Branch: perl
28822            ! pod/perl56delta.pod pod/perlmod.pod
28823 ____________________________________________________________________________
28824 [  6006] By: jhi                                   on 2000/04/28  20:42:14
28825         Log: Regen Configure.
28826      Branch: cfgperl
28827            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28828            ! config_h.SH
28829 ____________________________________________________________________________
28830 [  6005] By: gsar                                  on 2000/04/28  20:41:16
28831         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
28832      Branch: perl
28833            ! utils/perldoc.PL
28834 ____________________________________________________________________________
28835 [  6004] By: jhi                                   on 2000/04/28  20:28:21
28836         Log: Integrate with Sarathy.
28837      Branch: cfgperl
28838           !> Configure INSTALL Porting/Glossary Porting/config.sh
28839           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
28840           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
28841           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
28842           !> win32/config.vc win32/win32.c
28843 ____________________________________________________________________________
28844 [  6003] By: gsar                                  on 2000/04/28  20:11:20
28845         Log: allow REG_EXPAND_SZ keys in Windows registry (from
28846              John Clayton <John.Clayton@barclayscapital.com>)
28847      Branch: perl
28848            ! win32/win32.c
28849 ____________________________________________________________________________
28850 [  6002] By: gsar                                  on 2000/04/28  19:34:16
28851         Log: destructive sv_setsv() can lose UV-ness from source, causing
28852              numeric promotions/comparisons to fail to do the right thing
28853      Branch: perl
28854            ! sv.c
28855 ____________________________________________________________________________
28856 [  6001] By: gsar                                  on 2000/04/28  18:44:15
28857         Log: support additional library locations via $Config{otherlibdirs}
28858              (from Andy Dougherty)
28859      Branch: perl
28860            ! Configure INSTALL Porting/Glossary Porting/config.sh
28861            ! Porting/config_H config_h.SH epoc/config.sh perl.c
28862            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
28863            ! win32/config.bc win32/config.gc win32/config.vc
28864 ____________________________________________________________________________
28865 [  6000] By: gsar                                  on 2000/04/28  18:26:58
28866         Log: reworked otherlibdirs.U (from Andy Dougherty)
28867      Branch: metaconfig
28868            ! U/installdirs/otherlibdirs.U
28869 ____________________________________________________________________________
28870 [  5999] By: gsar                                  on 2000/04/28  18:17:07
28871         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
28872      Branch: perl
28873            ! t/pragma/warn/toke toke.c
28874 ____________________________________________________________________________
28875 [  5998] By: jhi                                   on 2000/04/28  13:32:17
28876         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
28877      Branch: cfgperl
28878            ! lib/Math/Complex.pm
28879 ____________________________________________________________________________
28880 [  5997] By: jhi                                   on 2000/04/28  13:14:04
28881         Log: Preserve $!.
28882      Branch: cfgperl
28883            ! lib/Math/Complex.pm
28884 ____________________________________________________________________________
28885 [  5996] By: jhi                                   on 2000/04/28  12:59:23
28886         Log: Integrate with Sarathy.
28887      Branch: cfgperl
28888           +> pod/perlrequick.pod pod/perlretut.pod
28889           !> (integrate 51 files)
28890 ____________________________________________________________________________
28891 [  5995] By: gsar                                  on 2000/04/28  09:37:36
28892         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
28893      Branch: perl
28894            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
28895 ____________________________________________________________________________
28896 [  5994] By: gsar                                  on 2000/04/28  09:33:26
28897         Log: fix for missed accounting for null byte in pack("Z",...) (from
28898              M.J.T. Guy)
28899      Branch: perl
28900            ! pp.c t/op/pack.t
28901 ____________________________________________________________________________
28902 [  5993] By: gsar                                  on 2000/04/28  09:30:05
28903         Log: various minor tweaks seen on p5p
28904      Branch: perl
28905            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
28906 ____________________________________________________________________________
28907 [  5992] By: gsar                                  on 2000/04/28  09:08:19
28908         Log: pod nit (from Simon Cozens)
28909      Branch: perl
28910            ! pod/perlop.pod
28911 ____________________________________________________________________________
28912 [  5991] By: gsar                                  on 2000/04/28  09:06:36
28913         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
28914      Branch: perl
28915            ! README.posix-bc hints/posix-bc.sh
28916 ____________________________________________________________________________
28917 [  5990] By: gsar                                  on 2000/04/28  08:54:52
28918         Log: use $ENV{LIB} to search for libs under Visual C compiler
28919              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
28920      Branch: perl
28921            ! lib/ExtUtils/Liblist.pm
28922 ____________________________________________________________________________
28923 [  5989] By: gsar                                  on 2000/04/28  08:27:12
28924         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
28925              itself and no other (from Tom Hughes)
28926      Branch: perl
28927            ! t/op/array.t toke.c
28928 ____________________________________________________________________________
28929 [  5988] By: gsar                                  on 2000/04/28  08:01:38
28930         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
28931              <paul@miraclefish.com>)
28932      Branch: perl
28933            ! lib/ExtUtils/MakeMaker.pm
28934 ____________________________________________________________________________
28935 [  5987] By: gsar                                  on 2000/04/28  07:53:09
28936         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
28937      Branch: perl
28938            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
28939 ____________________________________________________________________________
28940 [  5986] By: gsar                                  on 2000/04/28  07:44:17
28941         Log: add regular expressions tutorial and quick-start guide (from
28942              Mark Kvale <kvale@phy.ucsf.edu>)
28943      Branch: perl
28944            + pod/perlrequick.pod pod/perlretut.pod
28945            ! AUTHORS MAINTAIN MANIFEST
28946 ____________________________________________________________________________
28947 [  5985] By: gsar                                  on 2000/04/28  07:30:28
28948         Log: forked child may not exit correctly if it failed to open
28949              /dev/console (from Graham Barr)
28950      Branch: perl
28951            ! ext/Sys/Syslog/Syslog.pm
28952 ____________________________________________________________________________
28953 [  5984] By: gsar                                  on 2000/04/28  07:27:20
28954         Log: attributes::reftype() doesn't work on tied argument
28955      Branch: perl
28956            ! xsutils.c
28957 ____________________________________________________________________________
28958 [  5983] By: gsar                                  on 2000/04/28  07:15:04
28959         Log: numeric conversion of non-number in change#3378 tramples on
28960              OOK offset, causing segfaults
28961      Branch: perl
28962            ! sv.c
28963 ____________________________________________________________________________
28964 [  5982] By: gsar                                  on 2000/04/28  04:48:25
28965         Log: avoid error in IO::Socket::INET when given an unknown service name
28966              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
28967      Branch: perl
28968            ! ext/IO/lib/IO/Socket/INET.pm
28969 ____________________________________________________________________________
28970 [  5981] By: gsar                                  on 2000/04/28  04:31:31
28971         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
28972              prototype mismatch with CORE::glob(); update pod and tests to
28973              suit (File::Glob::glob() is still available for backward
28974              compatibility, but should be considered deprecated)
28975      Branch: perl
28976            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
28977            ! t/lib/glob-taint.t
28978 ____________________________________________________________________________
28979 [  5980] By: gsar                                  on 2000/04/28  03:47:29
28980         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
28981              <ghudson@mit.edu>)
28982      Branch: metaconfig
28983            ! U/modified/Options.U
28984      Branch: perl
28985            ! Configure
28986 ____________________________________________________________________________
28987 [  5979] By: gsar                                  on 2000/04/28  03:07:54
28988         Log: under useithreads, constant pad entries could inadvertantly be
28989              shared across threads (from Eric Blood <eblood@xmission.com>);
28990              added Eric's test case to testsuite
28991      Branch: perl
28992            ! op.c t/op/misc.t
28993 ____________________________________________________________________________
28994 [  5978] By: gsar                                  on 2000/04/27  21:13:00
28995         Log: sync version numbers in File::Spec with the ones on CPAN
28996              (from Barrie Slaymaker)
28997      Branch: perl
28998            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
28999            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
29000            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
29001 ____________________________________________________________________________
29002 [  5977] By: gsar                                  on 2000/04/27  21:07:29
29003         Log: autoquote barewords followed by newline and arrow properly
29004              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
29005      Branch: perl
29006            ! t/pragma/warn/toke toke.c
29007 ____________________________________________________________________________
29008 [  5976] By: gsar                                  on 2000/04/27  20:41:20
29009         Log: DB_File v1.73 update (from Paul Marquess)
29010      Branch: perl
29011            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
29012            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
29013 ____________________________________________________________________________
29014 [  5975] By: gsar                                  on 2000/04/27  20:34:24
29015         Log: allow sort() reentrancy (variant of patch suggested by
29016              Hugo van der Sanden)
29017      Branch: perl
29018            ! pp_ctl.c t/op/sort.t
29019 ____________________________________________________________________________
29020 [  5974] By: gsar                                  on 2000/04/27  19:46:57
29021         Log: change#4197 somehow missed initializing PL_errors, meaning
29022              sytax error queueing wasn't working outside eval"" at all;
29023              also fixed eval"" to localize PL_error_count, so that compile-time
29024              eval's don't clobber the error state of the outer context
29025      Branch: perl
29026            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
29027            ! t/pragma/warn/toke
29028 ____________________________________________________________________________
29029 [  5973] By: gsar                                  on 2000/04/27  18:29:05
29030         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
29031      Branch: perl
29032            ! regcomp.c regexec.c t/op/re_tests
29033 ____________________________________________________________________________
29034 [  5972] By: jhi                                   on 2000/04/27  18:22:41
29035         Log: Integrate with Sarathy.
29036      Branch: cfgperl
29037           +> t/lib/b.t t/lib/syslog.t
29038           !> (integrate 31 files)
29039 ____________________________________________________________________________
29040 [  5971] By: jhi                                   on 2000/04/27  18:18:46
29041         Log: Unicos tweaks from Mark P. Lutz.
29042      Branch: cfgperl
29043            ! hints/unicos.sh lib/Math/Complex.pm
29044 ____________________________________________________________________________
29045 [  5970] By: gsar                                  on 2000/04/27  18:05:11
29046         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
29047              IV is >32bits
29048      Branch: perl
29049            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
29050 ____________________________________________________________________________
29051 [  5969] By: gsar                                  on 2000/04/27  17:50:56
29052         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
29053      Branch: perl
29054            + t/lib/syslog.t
29055            ! MANIFEST ext/Sys/Syslog/Syslog.pm
29056 ____________________________________________________________________________
29057 [  5968] By: gsar                                  on 2000/04/27  17:44:49
29058         Log: tolerate spaces in group names in test on solaris (from David Boyce
29059              <dsb@boyski.com>)
29060      Branch: perl
29061            ! t/op/groups.t
29062 ____________________________________________________________________________
29063 [  5967] By: gsar                                  on 2000/04/27  17:41:22
29064         Log: improved docs on the warn_uninit diagnostic (from David Glasser
29065              and Simon Cozens)
29066      Branch: perl
29067            ! pod/perldiag.pod
29068 ____________________________________________________________________________
29069 [  5966] By: gsar                                  on 2000/04/27  16:54:58
29070         Log: add testsuite for B backends, fix bug in B::Deparse (from
29071              Simon Cozens <simon@brecon.co.uk>)
29072      Branch: perl
29073            + t/lib/b.t
29074            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
29075 ____________________________________________________________________________
29076 [  5965] By: gsar                                  on 2000/04/27  16:10:37
29077         Log: avoid "will not stay shared" warnings for our variables (from
29078              Robin Barker)
29079      Branch: perl
29080            ! op.c t/pragma/warn/op
29081 ____________________________________________________________________________
29082 [  5964] By: gsar                                  on 2000/04/27  07:05:05
29083         Log: reformat to 72 columns (again)
29084      Branch: perl
29085            ! pod/perldiag.pod
29086 ____________________________________________________________________________
29087 [  5963] By: gsar                                  on 2000/04/27  06:28:31
29088         Log: patch from Larry to make (\&) prototype work; added tests for
29089              the same
29090      Branch: perl
29091            ! op.c t/comp/proto.t
29092 ____________________________________________________________________________
29093 [  5962] By: gsar                                  on 2000/04/27  06:15:47
29094         Log: updated README.hpux (from Jeff Okamoto)
29095      Branch: perl
29096            ! README.hpux
29097 ____________________________________________________________________________
29098 [  5961] By: gsar                                  on 2000/04/27  05:55:03
29099         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
29100      Branch: perl
29101            ! emacs/cperl-mode.el
29102 ____________________________________________________________________________
29103 [  5960] By: gsar                                  on 2000/04/27  05:49:26
29104         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
29105      Branch: perl
29106            ! INSTALL
29107 ____________________________________________________________________________
29108 [  5959] By: gsar                                  on 2000/04/27  05:33:41
29109         Log: doubled words in pods (from Simon Cozens
29110              <simon.p.cozens@jp.pwcglobal.com>)
29111      Branch: perl
29112            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
29113            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
29114            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
29115            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
29116            ! pod/perltootc.pod
29117 ____________________________________________________________________________
29118 [  5958] By: gsar                                  on 2000/04/27  05:11:39
29119         Log: change#3569 deleted some essential code, revert; avoid use of
29120              atexit() to make DynaLoader work properly on AIX under mod_perl
29121              (from Jens-Uwe Mager <jum@helios.de>)
29122      Branch: perl
29123            ! ext/DynaLoader/dl_aix.xs
29124 ____________________________________________________________________________
29125 [  5957] By: gsar                                  on 2000/04/27  04:54:51
29126         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
29127      Branch: perl
29128            ! pod/perlmod.pod
29129 ____________________________________________________________________________
29130 [  5956] By: gsar                                  on 2000/04/27  04:51:47
29131         Log: better diagnostics on failed tests (from Ilya Zakharevich)
29132      Branch: perl
29133            ! t/op/lex_assign.t
29134 ____________________________________________________________________________
29135 [  5955] By: gsar                                  on 2000/04/27  04:26:44
29136         Log: longstanding bug exposed by change#3307: sort arguments weren't
29137              compiled with the right wantarray context (ensuing runtime lookup
29138              via block_gimme() was getting the incidental context of the
29139              sort() itself)
29140      Branch: perl
29141            ! op.c t/op/sort.t
29142 ____________________________________________________________________________
29143 [  5954] By: gsar                                  on 2000/04/26  23:42:12
29144         Log: integrate cfgperl contents into mainline
29145      Branch: perl
29146           !> (integrate 30 files)
29147 ____________________________________________________________________________
29148 [  5953] By: jhi                                   on 2000/04/26  23:06:42
29149         Log: Integrate with Sarathy.
29150      Branch: cfgperl
29151           !> README.win32 ext/B/B/Deparse.pm
29152           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
29153           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
29154           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
29155           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
29156           !> utils/perldoc.PL vms/perlvms.pod
29157 ____________________________________________________________________________
29158 [  5952] By: jhi                                   on 2000/04/26  23:03:46
29159         Log: Undo "use integer" addition from 64bitint as it seems
29160              to break most of the subtests in Digital UNIX;
29161              Unicos needs to find another way.
29162      Branch: cfgperl
29163            ! t/op/64bitint.t
29164 ____________________________________________________________________________
29165 [  5951] By: jhi                                   on 2000/04/26  22:57:53
29166         Log: Be more robust on "extreme" (large absolute value)
29167              arguments.  Originally reported by Daniel Connelly
29168              as a problem with asinh() on large negative arguments,
29169              asinh() used to bail out because an argument to log()
29170              ended up being zero.  Ilya Zakharevich proposed using
29171              Taylor's series in such cases, which for such large
29172              arguments is a very good approximation.
29173      Branch: cfgperl
29174            ! lib/Math/Complex.pm t/lib/complex.t
29175 ____________________________________________________________________________
29176 [  5950] By: gsar                                  on 2000/04/25  19:13:12
29177         Log: reformat perldiag to avoid long lines
29178      Branch: perl
29179            ! pod/perldiag.pod
29180 ____________________________________________________________________________
29181 [  5949] By: gsar                                  on 2000/04/25  18:41:11
29182         Log: make perldoc use the pod2man from the same version (from
29183              M.J.T. Guy)
29184      Branch: perl
29185            ! utils/perldoc.PL
29186 ____________________________________________________________________________
29187 [  5948] By: gsar                                  on 2000/04/25  18:21:57
29188         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
29189              <kompas@kompas.usr.onet.pl>)
29190      Branch: perl
29191            ! lib/vars.pm
29192 ____________________________________________________________________________
29193 [  5947] By: gsar                                  on 2000/04/25  18:11:53
29194         Log: use &dl_error rather than &dl_load_file as the guard for calling
29195              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
29196              statically built perl)
29197      Branch: perl
29198            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
29199 ____________________________________________________________________________
29200 [  5946] By: jhi                                   on 2000/04/25  17:37:54
29201         Log: Document that tr() is not tr(1).
29202      Branch: cfgperl
29203            ! pod/perlop.pod
29204 ____________________________________________________________________________
29205 [  5945] By: gsar                                  on 2000/04/25  16:34:33
29206         Log: make module name mandatory after -M switch; reorder perldiag
29207              alphabetically (from Mark-Jason Dominus)
29208      Branch: perl
29209            ! perl.c pod/perldiag.pod
29210 ____________________________________________________________________________
29211 [  5944] By: jhi                                   on 2000/04/25  01:15:18
29212         Log: On second thoughts frexp() does have two arguments.
29213      Branch: cfgperl
29214            ! perl.h
29215 ____________________________________________________________________________
29216 [  5943] By: jhi                                   on 2000/04/24  22:56:32
29217         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
29218              Now pp_ncmp() returns undef is either operand is a NaN.
29219      Branch: cfgperl
29220            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29221            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
29222            ! vms/subconfigure.com vos/config.def vos/config.h
29223            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
29224            ! win32/config.vc win32/config_H.bc win32/config_H.gc
29225            ! win32/config_H.vc
29226      Branch: metaconfig/U/perl
29227            + d_modfl.U
29228 ____________________________________________________________________________
29229 [  5942] By: jhi                                   on 2000/04/24  19:45:17
29230         Log: Regen Configure to match #5937.
29231      Branch: cfgperl
29232            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29233            ! config_h.SH
29234      Branch: metaconfig
29235            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
29236 ____________________________________________________________________________
29237 [  5941] By: jhi                                   on 2000/04/24  19:24:11
29238         Log: Further Unicos fixes for Mark Lutz.
29239      Branch: cfgperl
29240            ! hints/unicos.sh pp_ctl.c
29241 ____________________________________________________________________________
29242 [  5940] By: jhi                                   on 2000/04/24  19:09:06
29243         Log: Various Unicos 10.0.0.6 fixes.
29244              
29245              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
29246              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
29247              Reply-To: tecmpl1@triton.ca.boeing.com 
29248              To: perl5-porters@perl.org 
29249              Date: Fri, 14 Apr 2000 20:21:00 GMT 
29250              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
29251      Branch: cfgperl
29252            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
29253 ____________________________________________________________________________
29254 [  5939] By: gsar                                  on 2000/04/24  19:01:24
29255         Log: more pod nits (from Larry Virden)
29256      Branch: perl
29257            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
29258            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
29259            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
29260 ____________________________________________________________________________
29261 [  5938] By: gsar                                  on 2000/04/24  18:54:01
29262         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
29263      Branch: perl
29264            ! ext/B/B/Deparse.pm
29265 ____________________________________________________________________________
29266 [  5937] By: jhi                                   on 2000/04/24  17:39:00
29267         Log: Integrate with Sarathy.
29268      Branch: cfgperl
29269           +> (branch 31 files)
29270           !> (integrate 73 files)
29271 ____________________________________________________________________________
29272 [  5936] By: gsar                                  on 2000/04/24  17:30:06
29273         Log: additional tests for change#5934 (from Paul Marquess, who also
29274              sent in the same fix)
29275      Branch: perl
29276            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
29277            ! t/pragma/warn/5nolint t/pragma/warn/6default
29278 ____________________________________________________________________________
29279 [  5935] By: jhi                                   on 2000/04/24  17:26:05
29280         Log: Do not assume sign propagation.
29281              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
29282              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
29283              To: payner@ncifcrf.gov, perl5-porters@perl.org 
29284              Date: Tue, 18 Apr 2000 18:24:49 +0100 
29285              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
29286      Branch: cfgperl
29287            ! t/op/bop.t t/op/misc.t
29288 ____________________________________________________________________________
29289 [  5934] By: gsar                                  on 2000/04/24  17:16:54
29290         Log: propagate lexical warnings from surrounding scope correctly
29291              within string eval()
29292      Branch: perl
29293            ! pp_ctl.c t/pragma/warn/pp_ctl
29294 ____________________________________________________________________________
29295 [  5933] By: jhi                                   on 2000/04/24  17:01:07
29296         Log: Flatten the cpp jungle doing the nosuid checking.
29297      Branch: cfgperl
29298            ! perl.c
29299 ____________________________________________________________________________
29300 [  5932] By: gsar                                  on 2000/04/24  09:08:14
29301         Log: add rsignal(), whichsig() and do_join() to public API list
29302              (mod_perl uses them to good advantage)
29303      Branch: perl
29304            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
29305 ____________________________________________________________________________
29306 [  5931] By: gsar                                  on 2000/04/24  09:01:40
29307         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
29308      Branch: perl
29309            ! pp_hot.c regexec.c t/op/pat.t
29310 ____________________________________________________________________________
29311 [  5930] By: gsar                                  on 2000/04/24  08:58:33
29312         Log: small os390 tweaks (from Peter Prymmer)
29313      Branch: perl
29314            ! config_h.SH makedepend.SH
29315 ____________________________________________________________________________
29316 [  5929] By: gsar                                  on 2000/04/24  08:55:25
29317         Log: pod nits
29318      Branch: perl
29319            ! pod/perlguts.pod
29320 ____________________________________________________________________________
29321 [  5928] By: gsar                                  on 2000/04/24  08:50:13
29322         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
29323      Branch: perl
29324            ! ext/IO/lib/IO/Poll.pm
29325 ____________________________________________________________________________
29326 [  5927] By: gsar                                  on 2000/04/24  08:43:24
29327         Log: arrange for next() to resume at the unstack op rather than the
29328              loop conditional, so that scope cleanup happens correctly
29329              (from Stephen McCamant)
29330      Branch: perl
29331            ! op.c pp_ctl.c t/op/misc.t
29332 ____________________________________________________________________________
29333 [  5926] By: gsar                                  on 2000/04/24  08:18:40
29334         Log: on windows, reserve 16M of stack rather than 128M (allows more
29335              threads to run concurrently)
29336      Branch: perl
29337            ! win32/Makefile win32/makefile.mk
29338 ____________________________________________________________________________
29339 [  5925] By: gsar                                  on 2000/04/24  08:13:52
29340         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
29341      Branch: perl
29342            ! toke.c
29343 ____________________________________________________________________________
29344 [  5924] By: gsar                                  on 2000/04/24  08:08:59
29345         Log: avoid using uninitialized memory in require version check
29346      Branch: perl
29347            ! pp_ctl.c universal.c
29348 ____________________________________________________________________________
29349 [  5923] By: gsar                                  on 2000/04/24  07:20:14
29350         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
29351      Branch: perl
29352            ! ext/IO/lib/IO/Poll.pm
29353 ____________________________________________________________________________
29354 [  5922] By: gsar                                  on 2000/04/24  07:08:42
29355         Log: commentary about IoTYPE() (from Nathan Torkington)
29356      Branch: perl
29357            ! sv.h
29358 ____________________________________________________________________________
29359 [  5921] By: gsar                                  on 2000/04/24  06:58:26
29360         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
29361              by fix
29362      Branch: perl
29363            ! sv.c t/lib/charnames.t t/pragma/utf8.t
29364 ____________________________________________________________________________
29365 [  5920] By: gsar                                  on 2000/04/24  06:37:59
29366         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
29367      Branch: perl
29368            ! doop.c t/op/ver.t
29369 ____________________________________________________________________________
29370 [  5919] By: gsar                                  on 2000/04/24  06:21:58
29371         Log: Configure might miss old directories when prefix must be
29372              expanded (from Robin Barker)
29373      Branch: metaconfig
29374            ! U/installdirs/inc_version_list.U
29375      Branch: perl
29376            ! Configure
29377 ____________________________________________________________________________
29378 [  5918] By: gsar                                  on 2000/04/24  06:16:11
29379         Log: VMS nits in glob() test (from Charles Lane)
29380      Branch: perl
29381            ! t/lib/glob-basic.t
29382 ____________________________________________________________________________
29383 [  5917] By: gsar                                  on 2000/04/24  06:11:56
29384         Log: various pod nits (from Larry Virden and others)
29385      Branch: perl
29386            ! README.amiga README.hpux README.machten README.os2
29387            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
29388            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
29389            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
29390            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
29391            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
29392            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
29393            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
29394            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
29395 ____________________________________________________________________________
29396 [  5916] By: gsar                                  on 2000/04/24  05:52:43
29397         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
29398              <wjones@tc.fluke.com>)
29399      Branch: perl
29400            ! t/lib/glob-basic.t
29401 ____________________________________________________________________________
29402 [  5915] By: gsar                                  on 2000/04/24  05:07:01
29403         Log: supported platforms mixed up
29404      Branch: perl
29405            ! pod/perl56delta.pod pod/perlport.pod
29406 ____________________________________________________________________________
29407 [  5914] By: gsar                                  on 2000/04/24  04:56:08
29408         Log: caller() wasn't returning the right number of elements for
29409              eval {...}
29410      Branch: perl
29411            ! pp_ctl.c t/pragma/warn/9enabled
29412 ____________________________________________________________________________
29413 [  5913] By: gsar                                  on 2000/04/24  04:35:41
29414         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
29415              Mark-Jason Dominus)
29416      Branch: perl
29417            ! pod/perlfunc.pod
29418 ____________________________________________________________________________
29419 [  5912] By: gsar                                  on 2000/04/24  04:17:15
29420         Log: fix totally broken caching in UNIVERSAL::isa() (from
29421              Nick Ing-Simmons)
29422      Branch: perl
29423            ! t/op/universal.t universal.c
29424 ____________________________________________________________________________
29425 [  5911] By: gsar                                  on 2000/04/24  03:39:47
29426         Log: add linebreak properties from unicode/LineBrk.txt (from
29427              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
29428      Branch: perl
29429            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
29430            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
29431            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
29432            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
29433            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
29434            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
29435            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
29436            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
29437            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
29438            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
29439            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
29440            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
29441            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
29442            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
29443            + lib/unicode/Is/LbrkZW.pl
29444            ! lib/unicode/mktables.PL
29445 ____________________________________________________________________________
29446 [  5910] By: gsar                                  on 2000/04/24  03:23:10
29447         Log: typo in pod
29448      Branch: perl
29449            ! ext/Thread/Thread.pm
29450 ____________________________________________________________________________
29451 [  5909] By: gsar                                  on 2000/04/24  03:22:03
29452         Log: mode argument to do_binmode() should be file mode, not boolean
29453      Branch: perl
29454            ! pp_sys.c
29455 ____________________________________________________________________________
29456 [  5908] By: gsar                                  on 2000/04/16  16:51:08
29457         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
29458              always returns a valid GV even when the symbol is trapped by strictures
29459              (avoids coredumps)
29460              
29461              TODO: the C<package;> hack needs similar treatment
29462      Branch: perl
29463            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
29464            ! t/pragma/strict-vars
29465 ____________________________________________________________________________
29466 [  5907] By: jhi                                   on 2000/03/31  23:42:56
29467         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
29468              an assumption which #5905 demolished.
29469      Branch: cfgperl
29470            ! pp_sys.c
29471 ____________________________________________________________________________
29472 [  5906] By: jhi                                   on 2000/03/31  18:54:37
29473         Log: Typo in #5905.
29474      Branch: cfgperl
29475            ! t/op/64bitint.t
29476 ____________________________________________________________________________
29477 [  5905] By: jhi                                   on 2000/03/31  18:50:54
29478         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
29479              reported by Joseph N. Hall.  The bug was that even with use64bitint
29480              one had to use the prefixes q, L, or ll with printf/sprintf,
29481              contrary to the documentation and common sense.
29482      Branch: cfgperl
29483            ! sv.c t/op/64bitint.t
29484 ____________________________________________________________________________
29485 [  5904] By: gsar                                  on 2000/03/28  02:31:32
29486         Log: add Changes, perldelta.pod
29487      Branch: perl
29488            + Changes pod/perldelta.pod
29489 ____________________________________________________________________________
29490 [  5903] By: gsar                                  on 2000/03/28  02:03:55
29491         Log: rename Changes and perldelta.pod
29492      Branch: perl
29493           +> Changes5.6 pod/perl56delta.pod
29494            - Changes pod/perldelta.pod
29495            ! MANIFEST
29496 ____________________________________________________________________________
29497 [  5902] By: gsar                                  on 2000/03/28  01:59:14
29498         Log: create maint-5.6 branch
29499      Branch: maint-5.6/perl
29500           +> (branch 1611 files)
29501 ____________________________________________________________________________
29502 [  5901] By: jhi                                   on 2000/03/23  05:48:43
29503         Log: Integrate with Sarathy.
29504      Branch: cfgperl
29505           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
29506 ____________________________________________________________________________
29507 [  5900] By: gsar                                  on 2000/03/23  05:42:43
29508         Log: three guesses on what this is :-)
29509      Branch: perl
29510            ! Changes