The entry for #7503 was missing.
[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 --------------
27 Version v5.7.0          Development release working toward v5.8
28 --------------
29
30 ____________________________________________________________________________
31 [  7523] By: jhi                                   on 2000/11/01  22:57:09
32         Log: More tweaking on the #7522 theme.
33      Branch: perl
34            ! ext/DynaLoader/DynaLoader_pm.PL
35 ____________________________________________________________________________
36 [  7522] By: jhi                                   on 2000/11/01  22:06:15
37         Log: Expand %Config variables and %ENV variables only if
38              so requested during build time using the
39              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
40              Not expanding makes relocating distributions easier.
41      Branch: perl
42            ! ext/DynaLoader/DynaLoader_pm.PL
43 ____________________________________________________________________________
44 [  7521] By: jhi                                   on 2000/11/01  20:56:34
45         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
46              and setgid() because they were just changing $< and $( which means
47              only changing the real uid/gid, as opposed to changing both
48              real and effective ids.  (The alternative way could have been
49              in POSIX.pm to change $> and $), too, but making a direct call
50              to the C API feels cleaner.)  Fixes the bug
51              
52              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
53              From: "Garry T. Williams" <garry@zvolve.com>
54              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
55              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
56      Branch: perl
57            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
58            ! ext/POSIX/typemap pod/perlvar.pod
59 ____________________________________________________________________________
60 [  7520] By: jhi                                   on 2000/11/01  20:08:33
61         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
62              From: "Garry T. Williams" <garry@zvolve.com>
63              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
64              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
65      Branch: perl
66            ! pod/perlsec.pod
67 ____________________________________________________________________________
68 [  7519] By: jhi                                   on 2000/11/01  20:01:22
69         Log: Locale warning explanation tweak.
70      Branch: perl
71            ! pod/perldiag.pod
72 ____________________________________________________________________________
73 [  7518] By: jhi                                   on 2000/11/01  18:57:13
74         Log: C.pm part of
75              
76              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
77              From: Jarkko Hietaniemi <jhi@iki.fi>
78              Date: Tue, 10 Oct 2000 08:22:28 -0500
79              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
80      Branch: perl
81            ! ext/B/B/C.pm
82 ____________________________________________________________________________
83 [  7517] By: jhi                                   on 2000/11/01  18:41:59
84         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
85              From: Martien Verbruggen <mgjv@comdyn.com.au>
86              Date: Fri, 6 Oct 2000 14:09:10 +1100
87              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
88      Branch: perl
89            ! pod/perlop.pod
90 ____________________________________________________________________________
91 [  7516] By: jhi                                   on 2000/11/01  18:34:55
92         Log: Generalize the Camel wording.
93              
94              Subject: Re: perlfaq style changes
95              From: John Borwick <jhborwic@unity.ncsu.edu>
96              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
97              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
98      Branch: perl
99            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
100 ____________________________________________________________________________
101 [  7515] By: jhi                                   on 2000/11/01  16:52:31
102         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
103              From: pimlott@idiomtech.com (Andrew Pimlott)
104              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
105              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
106      Branch: perl
107            ! pod/perlsec.pod
108 ____________________________________________________________________________
109 [  7514] By: jhi                                   on 2000/11/01  15:03:40
110         Log: More AIX lore.
111      Branch: perl
112            ! ext/re/hints/aix.pl
113 ____________________________________________________________________________
114 [  7513] By: jhi                                   on 2000/11/01  14:48:30
115         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
116              From: root <root@chronos.fi.muni.cz>
117              Date: Wed, 1 Nov 2000 12:31:32 +0100
118              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
119      Branch: perl
120            ! lib/Net/Ping.pm
121 ____________________________________________________________________________
122 [  7512] By: jhi                                   on 2000/11/01  14:46:47
123         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
124              From: Martin Husemann <martin@duskware.de>
125              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
126              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
127      Branch: perl
128            ! regcomp.c
129 ____________________________________________________________________________
130 [  7511] By: jhi                                   on 2000/11/01  14:39:50
131         Log: AUTHORS updates.
132      Branch: perl
133            ! AUTHORS
134 ____________________________________________________________________________
135 [  7509] By: jhi                                   on 2000/11/01  14:19:53
136         Log: printf UVs the correct way, noticed by Robin Barker.
137      Branch: perl
138            ! utf8.c
139 ____________________________________________________________________________
140 [  7508] By: jhi                                   on 2000/11/01  14:10:03
141         Log: Do not cleanup *% because the % has special meanings in some
142              shell environments.
143      Branch: perl
144            ! ext/Storable/Makefile.PL
145 ____________________________________________________________________________
146 [  7507] By: jhi                                   on 2000/11/01  14:06:00
147         Log: The NonStop-UX libraries have a novel way to say NaN.
148      Branch: perl
149            ! t/lib/bigfltpm.t
150 ____________________________________________________________________________
151 [  7505] By: jhi                                   on 2000/10/31  19:18:39
152         Log: The compiler is either gcc or cc, from Tom Bates.
153      Branch: perl
154            ! hints/nonstopux.sh
155 ____________________________________________________________________________
156 [  7504] By: jhi                                   on 2000/10/31  14:53:42
157         Log: Update Changes.
158      Branch: perl
159            ! Changes patchlevel.h
160 ____________________________________________________________________________
161 [  7503] By: jhi                                   on 2000/10/31  14:30:50
162         Log: Whitespace style tweak.  Was originally going to see to
163              
164              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
165              From: Joe Smith <jms@inwap.com>
166              Date: Mon, 30 Oct 2000 18:47:57 -0800
167              Message-Id: <39FE32DD.24AAC4D@inwap.com>
168              
169              but that had already been taken care of.
170      Branch: metaconfig
171            ! U/compline/d_stdstdio.U
172      Branch: perl
173            ! Configure config_h.SH
174 ____________________________________________________________________________
175 [  7502] By: jhi                                   on 2000/10/31  14:25:02
176         Log: AUTHORS tweaks.
177      Branch: perl
178            ! AUTHORS
179 ____________________________________________________________________________
180 [  7501] By: jhi                                   on 2000/10/31  14:23:59
181         Log: Subject: perlfaq style changes
182              From: John Borwick <jhborwic@unity.ncsu.edu>
183              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
184              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
185      Branch: perl
186            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
187            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
188            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
189            ! pod/perlfaq9.pod
190 ____________________________________________________________________________
191 [  7500] By: jhi                                   on 2000/10/31  14:22:15
192         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
193              
194              Subject: Re: [ID 20000918.005] ~ on wide chars
195              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
196              Date: Mon, 30 Oct 2000 21:09:55 -0800
197              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
198              
199              (The ord() part of the patch skipped.)
200      Branch: perl
201            ! doop.c
202 ____________________________________________________________________________
203 [  7499] By: jhi                                   on 2000/10/31  14:20:08
204         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
205              From: Jens Hamisch <jens@Strawberry.COM>
206              Date: Mon, 30 Oct 2000 15:17:07 +0100
207              Message-Id: <20001030151707.A9597@Strawberry.COM>
208      Branch: perl
209            ! av.c
210 ____________________________________________________________________________
211 [  7498] By: jhi                                   on 2000/10/31  14:16:29
212         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
213              From: Peter Prymmer <pvhp@forte.com>
214              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
215              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
216      Branch: perl
217            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
218            + ext/Encode/Encode/posix-bc.enc
219            ! MANIFEST t/lib/encode.t
220 ____________________________________________________________________________
221 [  7497] By: jhi                                   on 2000/10/31  14:13:22
222         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
223              From: Peter Prymmer <pvhp@forte.com>
224              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
225              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
226      Branch: perl
227            ! t/lib/cgi-html.t
228 ____________________________________________________________________________
229 [  7496] By: jhi                                   on 2000/10/31  14:12:05
230         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
231              From: Peter Prymmer <pvhp@forte.com>
232              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
233              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
234      Branch: perl
235            ! t/lib/cgi-function.t
236 ____________________________________________________________________________
237 [  7495] By: jhi                                   on 2000/10/31  14:11:08
238         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
239              From: Peter Prymmer <pvhp@forte.com>
240              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
241              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
242      Branch: perl
243            + ext/re/hints/aix.pl
244            ! MANIFEST ext/re/Makefile.PL
245 ____________________________________________________________________________
246 [  7494] By: jhi                                   on 2000/10/31  14:08:32
247         Log: Use Errno magic.
248              
249              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
250              From: Casey Tweten <perl@ctweten.amsite.com>
251              Date: Mon, 30 Oct 2000 15:51:17 -0500
252              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
253      Branch: perl
254            ! lib/File/Temp.pm
255 ____________________________________________________________________________
256 [  7493] By: jhi                                   on 2000/10/31  14:05:07
257         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
258              
259              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
260              From: Nicholas Clark <nick@ccl4.org>
261              Date: Mon, 30 Oct 2000 17:38:45 +0000
262              Message-ID: <20001030173845.O60355@plum.flirble.org>
263      Branch: perl
264            ! Makefile.SH utils/perlbug.PL
265 ____________________________________________________________________________
266 [  7489] By: jhi                                   on 2000/10/29  21:11:08
267         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
268              From: andreas.koenig@anima.de (Andreas J. Koenig)
269              Date: 29 Oct 2000 22:05:59 +0100
270              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
271      Branch: perl
272            ! lib/ExtUtils/Manifest.pm
273 ____________________________________________________________________________
274 [  7488] By: jhi                                   on 2000/10/29  21:07:47
275         Log: Tests for #7487.
276              
277              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
278              From: andreas.koenig@anima.de (Andreas J. Koenig)
279              Date: 29 Oct 2000 19:37:09 +0100
280              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
281      Branch: perl
282            ! t/comp/proto.t
283 ____________________________________________________________________________
284 [  7487] By: jhi                                   on 2000/10/29  21:06:27
285         Log: constsub spillage.
286              
287              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
288              From: John Tobey <jtobey@john-edwin-tobey.org>
289              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
290              Message-Id: <m13pvSr-000FObC@feynman.localnet>
291      Branch: perl
292            ! op.c
293 ____________________________________________________________________________
294 [  7485] By: jhi                                   on 2000/10/29  21:00:47
295         Log: Make \x{...} consistently produce UTF-8.
296              
297              Subject: Re: \x{...} is confused 
298              From: Simon Cozens <simon@cozens.net>
299              Date: Sun, 29 Oct 2000 19:36:48 +0000
300              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
301      Branch: perl
302            ! t/pragma/utf8.t toke.c
303 ____________________________________________________________________________
304 [  7483] By: jhi                                   on 2000/10/29  18:06:55
305         Log: Update Changes.
306      Branch: perl
307            ! Changes patchlevel.h
308 ____________________________________________________________________________
309 [  7481] By: jhi                                   on 2000/10/29  17:02:37
310         Log: UTF-8 decoder tweak.
311      Branch: perl
312            ! utf8.c
313 ____________________________________________________________________________
314 [  7478] By: jhi                                   on 2000/10/29  02:04:01
315         Log: Add also emailless people.
316      Branch: perl
317            ! AUTHORS
318 ____________________________________________________________________________
319 [  7477] By: jhi                                   on 2000/10/29  01:36:00
320         Log: The #7476 needs a MANIFEST change, too.
321      Branch: perl
322            ! MANIFEST
323 ____________________________________________________________________________
324 [  7476] By: jhi                                   on 2000/10/29  01:35:21
325         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
326      Branch: perl
327            - MAINTAIN
328            ! AUTHORS Changes
329 ____________________________________________________________________________
330 [  7475] By: jhi                                   on 2000/10/28  23:57:25
331         Log: De-quoted-unreadable to ISO Latin 1.
332              (There's one ISO-2022-JP name in Changes5.004.)
333      Branch: perl
334            ! Changes Changes5.6
335 ____________________________________________________________________________
336 [  7474] By: jhi                                   on 2000/10/28  19:13:06
337         Log: Subject: [ID 20001027.007] uniq array in perlfaq
338              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
339              Date: Fri, 27 Oct 2000 19:28:30 +0200
340              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
341      Branch: perl
342            ! pod/perlfaq4.pod
343 ____________________________________________________________________________
344 [  7473] By: jhi                                   on 2000/10/28  18:02:05
345         Log: Locking null mutexes is not recommendable.
346              
347              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
348              From: Hugo <hv@crypt.compulink.co.uk>
349              Date: Sat, 28 Oct 2000 18:41:12 +0100
350              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
351      Branch: perl
352            ! op.c
353 ____________________________________________________________________________
354 [  7472] By: jhi                                   on 2000/10/28  17:52:58
355         Log: Better create a true mailing list for the repository keepers.
356      Branch: perl
357            ! Porting/repository.pod
358 ____________________________________________________________________________
359 [  7471] By: jhi                                   on 2000/10/28  17:28:24
360         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
361              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
362      Branch: perl
363            + Porting/repository.pod
364            ! MANIFEST
365 ____________________________________________________________________________
366 [  7470] By: jhi                                   on 2000/10/28  17:20:54
367         Log: Subject: DOC PATCH 5.6.0
368              From: mjd@plover.com
369              Date: 27 Oct 2000 17:32:44 -0000
370              Message-ID: <20001027173244.23754.qmail@plover.com>
371      Branch: perl
372            ! pod/perlfunc.pod
373 ____________________________________________________________________________
374 [  7469] By: jhi                                   on 2000/10/28  17:16:45
375         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
376              From: "Peter J. Farley III" <pjfarley@banet.net>
377              Date: Fri, 27 Oct 2000 20:32:56 -0400
378              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
379      Branch: perl
380            ! README.dos
381 ____________________________________________________________________________
382 [  7468] By: jhi                                   on 2000/10/28  17:07:18
383         Log: Make target reordering to avoid pointless re-makes.
384              
385              Subject: Re: Total re-make of 'make okfile' after 7451 ?
386              From: Nicholas Clark <nick@ccl4.org>
387              Date: Sat, 28 Oct 2000 00:31:02 +0100
388              Message-ID: <20001028003101.A54517@plum.flirble.org>
389      Branch: perl
390            ! Makefile.SH
391 ____________________________________________________________________________
392 [  7467] By: jhi                                   on 2000/10/28  17:05:31
393         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
394              From: lvirden@cas.org
395              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
396              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
397      Branch: perl
398            ! README.os2
399 ____________________________________________________________________________
400 [  7466] By: jhi                                   on 2000/10/28  16:09:16
401         Log: Upgrade to CPAN 1.58_55.
402              
403              Subject: CPAN.pm status
404              From: andreas.koenig@anima.de (Andreas J. Koenig) 
405              Date: 28 Oct 2000 08:18:00 +0200 
406              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
407      Branch: perl
408            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
409 ____________________________________________________________________________
410 [  7465] By: jhi                                   on 2000/10/28  16:02:47
411         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
412      Branch: perl
413            ! embed.h embed.pl perl.h proto.h toke.c
414 ____________________________________________________________________________
415 [  7464] By: nick                                  on 2000/10/28  10:43:44
416         Log: Fix for sv_2iv() on "shared" value from keys %hash.
417      Branch: perl
418            ! sv.c
419 ____________________________________________________________________________
420 [  7463] By: jhi                                   on 2000/10/27  16:18:29
421         Log: Update Changes.
422      Branch: perl
423            ! Changes patchlevel.h
424 ____________________________________________________________________________
425 [  7461] By: jhi                                   on 2000/10/27  15:37:38
426         Log: Retract #7459, the script needs more work.
427      Branch: perl
428            - mkreef
429            ! MANIFEST
430 ____________________________________________________________________________
431 [  7459] By: jhi                                   on 2000/10/27  15:02:07
432         Log: (Retracted by #7461)
433              
434              Add a shell script for creating/removing symbolic link farms,
435              useful for keeping the source code read-only and doing the
436              builds somewhere else.
437      Branch: perl
438            + mkreef
439            ! MANIFEST
440 ____________________________________________________________________________
441 [  7458] By: jhi                                   on 2000/10/27  14:42:20
442         Log: Do away with the fix_pl.
443      Branch: perl
444            - fix_pl
445            ! MANIFEST Makefile.SH
446 ____________________________________________________________________________
447 [  7457] By: jhi                                   on 2000/10/27  12:43:13
448         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
449              From: Jens Hamisch <jens@Strawberry.COM>
450              Date: Fri, 27 Oct 2000 14:38:21 +0200
451              Message-Id: <20001027143821.B3366@Strawberry.COM>
452      Branch: perl
453            ! perl.h
454 ____________________________________________________________________________
455 [  7456] By: jhi                                   on 2000/10/27  12:33:42
456         Log: Subject: [PATCH] todo
457              From: Nicholas Clark <nick@ccl4.org>
458              Date: Thu, 26 Oct 2000 22:32:29 +0100
459              Message-ID: <20001026223229.A44540@plum.flirble.org>
460      Branch: perl
461            ! pod/perltodo.pod
462 ____________________________________________________________________________
463 [  7455] By: jhi                                   on 2000/10/27  12:02:21
464         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
465              From: John Tobey <jtobey@john-edwin-tobey.org>
466              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
467              Message-Id: <m13ozHF-000FObC@feynman.localnet>
468      Branch: perl
469            ! op.c t/pragma/sub_lval.t
470 ____________________________________________________________________________
471 [  7454] By: jhi                                   on 2000/10/27  11:59:42
472         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
473              From: sthoenna@efn.org
474              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
475              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
476      Branch: perl
477            ! pp.c t/op/assignwarn.t
478 ____________________________________________________________________________
479 [  7453] By: jhi                                   on 2000/10/27  00:15:08
480         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
481      Branch: perl
482            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
483            ! ext/Storable/Storable.xs t/lib/st-lock.t
484 ____________________________________________________________________________
485 [  7452] By: jhi                                   on 2000/10/26  13:05:52
486         Log: Undo #7451, this seems to be a deficiency in Perforce,
487              there is no per-file line-terminator type, only per-client.
488      Branch: perl
489            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
490            ! win32/makefile.mk
491 ____________________________________________________________________________
492 [  7451] By: jhi                                   on 2000/10/26  04:56:03
493         Log: Experimenting in DOS arcana.
494      Branch: perl
495            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
496            ! win32/makefile.mk
497 ____________________________________________________________________________
498 [  7450] By: jhi                                   on 2000/10/26  04:50:52
499         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
500              From: "Peter J. Farley III" <pjfarley@banet.net>            
501              Date: Wed, 25 Oct 2000 23:10:18 -0400
502              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
503      Branch: perl
504            ! t/io/open.t
505 ____________________________________________________________________________
506 [  7449] By: jhi                                   on 2000/10/26  04:49:16
507         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
508              From: Hugo <hv@crypt.compulink.co.uk>
509              Date: Thu, 26 Oct 2000 01:55:17 +0100
510              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
511              
512              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
513      Branch: perl
514            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
515 ____________________________________________________________________________
516 [  7448] By: jhi                                   on 2000/10/26  04:38:36
517         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
518              From: Peter Prymmer <pvhp@forte.com>
519              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
520              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
521      Branch: perl
522            ! configure.com
523 ____________________________________________________________________________
524 [  7447] By: jhi                                   on 2000/10/25  23:20:02
525         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
526              in platforms that strictly require all the symbols being present
527              at link time.
528      Branch: perl
529            ! handy.h
530 ____________________________________________________________________________
531 [  7446] By: jhi                                   on 2000/10/25  21:55:57
532         Log: Update Changes.
533      Branch: perl
534            ! Changes patchlevel.h
535 ____________________________________________________________________________
536 [  7445] By: jhi                                   on 2000/10/25  21:27:08
537         Log: Integrate with vmsperl #7430 by Charles Bailey:
538              
539              Cleanup from prior patch (Charles Lane?):
540              - improve handling of MFDs in Basename and Path
541              - default to no xsubpp line # munging when building debug images
542      Branch: perl
543           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
544 ____________________________________________________________________________
545 [  7444] By: jhi                                   on 2000/10/25  21:03:50
546         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
547              From: John Peacock <JPeacock@UnivPress.com>
548              Date: Thu, 18 May 2000 11:55:27 -0400
549              Message-ID: <3924126F.A58BE57A@UnivPress.com>
550      Branch: perl
551            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
552            ! t/op/write.t
553 ____________________________________________________________________________
554 [  7443] By: jhi                                   on 2000/10/25  20:43:10
555         Log: Temporary stopgap for the self-tying issue: for now only
556              array and hash self-ties are verboten.  The real fix, of
557              course, would be to comprehensively test (and implement?)
558              and debug (and document) self-ties.
559      Branch: perl
560            ! pod/perldiag.pod pp_sys.c t/op/tie.t
561 ____________________________________________________________________________
562 [  7442] By: jhi                                   on 2000/10/25  20:14:30
563         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
564              From: Dan Sugalski <dan@sidhe.org>
565              Date: Wed, 25 Oct 2000 13:36:35 -0400
566              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
567              
568              plus regen global.sym.
569      Branch: perl
570            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
571            ! thrdvar.h util.c
572 ____________________________________________________________________________
573 [  7441] By: jhi                                   on 2000/10/25  20:12:20
574         Log: buildtoc target tweaks.
575      Branch: perl
576            ! pod/Makefile.SH
577 ____________________________________________________________________________
578 [  7440] By: jhi                                   on 2000/10/25  20:03:53
579         Log: A new version of making the syslog test more robust.
580              (Replaces #7421.)
581              
582              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
583              From: "Kurt D. Starsinic" <kstar@chapin.edu>
584              Date: Wed, 25 Oct 2000 12:13:54 -0400
585              Message-ID: <20001025121354.B2264@O2.chapin.edu>
586      Branch: perl
587            ! t/lib/syslog.t
588 ____________________________________________________________________________
589 [  7439] By: jhi                                   on 2000/10/25  20:00:48
590         Log: Continue the internal UTF-8 API tweaking.
591              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
592              used much more than the simpler API, now called utf8_to_uv_simple().
593              Still not quite happy with API, too much partial duplication
594              of functionality.
595      Branch: perl
596            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
597            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
598            ! regcomp.c regexec.c sv.c toke.c utf8.c
599 ____________________________________________________________________________
600 [  7438] By: jhi                                   on 2000/10/25  18:52:30
601         Log: Allow poking holes at the UTF-8 decoding strictness.
602      Branch: perl
603            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
604            ! utf8.h
605 ____________________________________________________________________________
606 [  7437] By: jhi                                   on 2000/10/25  13:53:05
607         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
608              UTF8LEN() and UTF8SKIP(). 
609      Branch: perl
610            ! pp.c utf8.c utf8.h
611 ____________________________________________________________________________
612 [  7436] By: jhi                                   on 2000/10/25  13:51:37
613         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
614              From: Nicholas Clark <nick@ccl4.org>
615              Date: Wed, 25 Oct 2000 14:44:05 +0100
616              Message-ID: <20001025144404.D27253@plum.flirble.org>
617      Branch: perl
618            ! pod/perlrun.pod
619 ____________________________________________________________________________
620 [  7435] By: jhi                                   on 2000/10/25  13:49:32
621         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
622              From: Mike Guy <mjtg@cam.ac.uk>
623              Date: Tue, 24 Oct 2000 14:59:40 +0100
624              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
625      Branch: perl
626            ! scope.c
627 ____________________________________________________________________________
628 [  7434] By: jhi                                   on 2000/10/25  13:48:41
629         Log: AIX is picky about its symbol exports.  Solution for now
630              is to include the deb.o explicitly to the re extension build.
631              
632              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
633              From: Peter Prymmer <pvhp@forte.com>
634              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
635              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
636      Branch: perl
637            ! ext/re/Makefile.PL hints/aix.sh
638 ____________________________________________________________________________
639 [  7433] By: jhi                                   on 2000/10/25  13:46:49
640         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
641              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
642              Date: Wed, 25 Oct 2000 12:02:20 +0200
643              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
644      Branch: perl
645            ! perlsdio.h
646 ____________________________________________________________________________
647 [  7432] By: jhi                                   on 2000/10/25  13:44:28
648         Log: Subject: Minor update to find2perl, for portability
649              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
650              Date: Wed, 25 Oct 2000 12:05:47 +0100
651              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
652      Branch: perl
653            ! x2p/find2perl.PL
654 ____________________________________________________________________________
655 [  7431] By: jhi                                   on 2000/10/25  13:40:39
656         Log: Add targets to Makefile.SH, most importantly
657              'regen_all' which also remembers to update vms/perly*.
658      Branch: perl
659            ! Makefile.SH
660 ____________________________________________________________________________
661 [  7429] By: jhi                                   on 2000/10/24  20:03:40
662         Log: Podify README.epoc and README.vos.
663      Branch: perl
664            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
665            ! pod/perlport.pod pod/perltoc.pod
666 ____________________________________________________________________________
667 [  7428] By: jhi                                   on 2000/10/24  19:10:33
668         Log: Stratus VOS updates from Paul Green.
669      Branch: perl
670            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
671            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
672            - vos/config.def vos/config.h vos/config_h.SH_orig
673            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
674            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
675 ____________________________________________________________________________
676 [  7426] By: jhi                                   on 2000/10/24  17:57:44
677         Log: Missed the header file changes from #7425.
678      Branch: perl
679            ! embed.h embed.pl objXSUB.h proto.h
680 ____________________________________________________________________________
681 [  7425] By: jhi                                   on 2000/10/24  17:55:17
682         Log: Fix the bug reported in
683              
684              From: andreas.koenig@anima.de (Andreas J. Koenig)
685              Subject: Encode bug?
686              Date: 24 Oct 2000 14:01:26 +0200 
687              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
688              
689              Also make is_utf8_char() stricter.
690      Branch: perl
691            ! ext/Encode/Encode.xs utf8.c
692 ____________________________________________________________________________
693 [  7424] By: jhi                                   on 2000/10/24  15:15:39
694         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
695              From: Peter Scott <Peter@PSDT.com>
696              Date: Mon, 23 Oct 2000 19:46:01 -0700
697              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
698      Branch: perl
699            ! pod/perlfaq5.pod
700 ____________________________________________________________________________
701 [  7423] By: jhi                                   on 2000/10/24  14:25:30
702         Log: Test tweak to avoid pulling in the whole Config.
703      Branch: perl
704            ! t/lib/st-lock.t
705 ____________________________________________________________________________
706 [  7422] By: jhi                                   on 2000/10/24  14:03:16
707         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
708      Branch: perl
709            ! pp.c
710 ____________________________________________________________________________
711 [  7421] By: jhi                                   on 2000/10/24  13:32:09
712         Log: (Replaced by #7440.)
713              
714              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
715              From: "Kurt D. Starsinic" <kstar@chapin.edu>
716              Date: Mon, 23 Oct 2000 16:40:54 -0400
717              Message-ID: <20001023164054.B14491@O2.chapin.edu>
718      Branch: perl
719            ! t/lib/syslog.t
720 ____________________________________________________________________________
721 [  7420] By: jhi                                   on 2000/10/24  13:30:53
722         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
723              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
724              Date: Mon, 23 Oct 2000 17:29:03 -0400
725              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
726      Branch: perl
727            ! lib/ExtUtils/MM_Unix.pm
728 ____________________________________________________________________________
729 [  7419] By: jhi                                   on 2000/10/24  13:29:57
730         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
731              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
732              Date: Mon, 23 Oct 2000 19:01:32 -0400
733              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
734      Branch: perl
735            ! utils/h2xs.PL
736 ____________________________________________________________________________
737 [  7418] By: jhi                                   on 2000/10/24  13:26:04
738         Log: Replace #7409 with
739              
740              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
741              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
742              Date: Mon, 23 Oct 2000 20:08:56 +0200
743              Message-ID: <20001023200855.A14850@nice.ram.loc>
744      Branch: perl
745            ! ext/Storable/Storable.pm t/lib/st-lock.t
746 ____________________________________________________________________________
747 [  7417] By: jhi                                   on 2000/10/24  13:17:52
748         Log: Run vms/vms_yfix.pl, should have done that after changing
749              perly.c in #7382.
750      Branch: perl
751            ! vms/perly_c.vms vms/perly_h.vms
752 ____________________________________________________________________________
753 [  7416] By: jhi                                   on 2000/10/24  02:55:33
754         Log: Make the UTF-8 decoding stricter and more verbose when
755              malformation happens.  This involved adding an argument
756              to utf8_to_uv_chk(), which involved changing its prototype,
757              and prefer STRLEN over I32 for the UTF-8 length, which as
758              a domino effect necessitated changing the prototypes of
759              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
760              The stricter UTF-8 decoding checking uses Markus Kuhn's
761              UTF-8 Decode Stress Tester from
762              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
763      Branch: perl
764            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
765            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
766            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
767            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
768 ____________________________________________________________________________
769 [  7415] By: jhi                                   on 2000/10/23  14:06:06
770         Log: Update Changes.
771      Branch: perl
772            ! Changes patchlevel.h
773 ____________________________________________________________________________
774 [  7414] By: jhi                                   on 2000/10/23  12:39:52
775         Log: Undo the basename() part of #7412 since the lib/basename
776              tests would need upgrading too.
777      Branch: perl
778            ! lib/File/Basename.pm
779 ____________________________________________________________________________
780 [  7413] By: jhi                                   on 2000/10/23  12:19:27
781         Log: Document PERL_INSTALL_ROOT of #7210.
782      Branch: perl
783            ! lib/ExtUtils/Install.pm
784 ____________________________________________________________________________
785 [  7412] By: jhi                                   on 2000/10/23  12:16:47
786         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
787      Branch: perl
788            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
789            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
790 ____________________________________________________________________________
791 [  7411] By: jhi                                   on 2000/10/23  12:07:41
792         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
793              From: Prymmer/Kahn <pvhp@best.com>
794              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
795              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
796      Branch: perl
797            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
798 ____________________________________________________________________________
799 [  7410] By: jhi                                   on 2000/10/23  04:10:11
800         Log: The change #7187 was not so good on VMS.
801              
802              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
803              From: "Craig A. Berry" <craig.berry@psinetcs.com>
804              Date: Sun, 22 Oct 2000 23:03:08 -0500
805              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
806      Branch: perl
807            ! utils/perldoc.PL
808 ____________________________________________________________________________
809 [  7409] By: jhi                                   on 2000/10/23  03:57:36
810         Log: Avoid Storable locking on DJGPP for now.
811              
812              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
813              From: "Peter J. Farley III" <pjfarley@banet.net>
814              Date: Sun, 22 Oct 2000 20:00:00 -0400
815              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
816      Branch: perl
817            ! ext/Storable/Storable.pm t/lib/st-lock.t
818 ____________________________________________________________________________
819 [  7408] By: jhi                                   on 2000/10/23  03:50:24
820         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
821              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
822              Date: Sun, 22 Oct 2000 21:12:22 -0400
823              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
824      Branch: perl
825            ! lib/vars.pm
826 ____________________________________________________________________________
827 [  7407] By: jhi                                   on 2000/10/23  03:43:12
828         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
829              From: Hugo <hv@crypt.compulink.co.uk>
830              Date: Mon, 23 Oct 2000 00:47:22 +0100
831              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
832      Branch: perl
833            ! regexec.c t/op/pat.t
834 ____________________________________________________________________________
835 [  7406] By: jhi                                   on 2000/10/23  03:40:29
836         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
837      Branch: perl
838            ! lib/ExtUtils/MakeMaker.pm
839 ____________________________________________________________________________
840 [  7405] By: jhi                                   on 2000/10/22  21:32:00
841         Log: Doc patch.
842              
843              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
844              From: rspier@pobox.com (Robert Spier)
845              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
846              Message-ID: <14835.16112.13457.447971@rls.cx>
847      Branch: perl
848            ! lib/strict.pm
849 ____________________________________________________________________________
850 [  7404] By: jhi                                   on 2000/10/22  21:30:51
851         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
852              From: rspier@pobox.com (Robert Spier)
853              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
854              Message-ID: <14835.17223.72448.705566@rls.cx>
855      Branch: perl
856            ! lib/ExtUtils/MakeMaker.pm
857 ____________________________________________________________________________
858 [  7403] By: jhi                                   on 2000/10/22  21:24:11
859         Log: Subject: [PATCH bleadperl] ripples from constsub patch
860              From: John Tobey <jtobey@john-edwin-tobey.org>
861              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
862              Message-Id: <m13nSOB-000FObC@feynman.localnet>
863      Branch: perl
864            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
865 ____________________________________________________________________________
866 [  7402] By: jhi                                   on 2000/10/22  20:59:35
867         Log: Support s?printf parameter reordering.
868      Branch: perl
869            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
870 ____________________________________________________________________________
871 [  7401] By: jhi                                   on 2000/10/22  19:19:14
872         Log: Expand Config variables only if explicitly so requested.
873              
874              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
875              From: Gurusamy Sarathy <gsar@ActiveState.com>
876              Date: Sun, 22 Oct 2000 11:47:32 -0700
877              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
878      Branch: perl
879            ! Makefile.SH lib/lib_pm.PL
880 ____________________________________________________________________________
881 [  7400] By: jhi                                   on 2000/10/22  18:24:10
882         Log: Move the #7390 test from warn/op to comp/redef.
883              
884              Subject: Re: Creating const subs for constants.
885              From: John Tobey <jtobey@john-edwin-tobey.org>
886              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
887              Message-Id: <m13nG72-000FObC@feynman.localnet>               
888      Branch: perl
889            ! t/comp/redef.t t/pragma/warn/op
890 ____________________________________________________________________________
891 [  7399] By: jhi                                   on 2000/10/22  17:49:59
892         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
893              From: Nicholas Clark <nick@ccl4.org>
894              Date: Sat, 21 Oct 2000 22:23:19 +0100
895              Message-ID: <20001021222319.B45586@plum.flirble.org>
896      Branch: perl
897            ! ext/DynaLoader/DynaLoader_pm.PL
898 ____________________________________________________________________________
899 [  7398] By: jhi                                   on 2000/10/22  17:47:35
900         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
901              From: Hugo <hv@crypt.compulink.co.uk>
902              Date: Sat, 21 Oct 2000 18:19:59 +0100
903              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
904      Branch: perl
905            ! ext/B/B.pm ext/B/B/C.pm
906 ____________________________________________________________________________
907 [  7397] By: jhi                                   on 2000/10/22  17:35:18
908         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
909              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
910              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
911              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
912      Branch: perl
913            ! hints/openbsd.sh
914 ____________________________________________________________________________
915 [  7396] By: jhi                                   on 2000/10/22  17:19:46
916         Log: Subject: installman go-faster stripes
917              From: Nicholas Clark <nick@talking.bollo.cx>
918              Date: Sat, 21 Oct 2000 17:24:53 +0100
919              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
920              
921              Subject: Re: installman go-faster stripes
922              From: Russ Allbery <rra@stanford.edu>
923              Date: 21 Oct 2000 11:04:13 -0700
924              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
925      Branch: perl
926            ! installman pod/pod2man.PL
927 ____________________________________________________________________________
928 [  7395] By: jhi                                   on 2000/10/22  17:17:35
929         Log: Hints tweak from Anton Berezin.
930      Branch: perl
931            ! hints/freebsd.sh
932 ____________________________________________________________________________
933 [  7394] By: jhi                                   on 2000/10/22  04:50:04
934         Log: Tweak the Is* definitions of Unicode character classes
935              to better match the official categorizations; embrace
936              the official categorizations; add the combining marks
937              as alpha (and -numeric); fix DCinital (a typo and edito)
938              to be DCmedial.
939      Branch: perl
940            + lib/unicode/Is/DCmedial.pl
941            - lib/unicode/Is/DCinital.pl
942            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
943            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
944            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
945            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
946 ____________________________________________________________________________
947 [  7393] By: jhi                                   on 2000/10/21  18:06:05
948         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
949              From: Daniel Chetlin <daniel@chetlin.com>
950              Date: Sat, 21 Oct 2000 02:57:03 -0700
951              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
952      Branch: perl
953            + t/lib/tie-splice.t
954            ! MANIFEST lib/Tie/Array.pm
955 ____________________________________________________________________________
956 [  7391] By: jhi                                   on 2000/10/21  14:37:49
957         Log: Testcases for a #7383,#7385 related bug.
958              
959              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
960              From: Nicholas Clark <nick@ccl4.org>
961              Date: Sat, 21 Oct 2000 15:04:51 +0100
962              Message-ID: <20001021150451.A51566@plum.flirble.org>
963      Branch: perl
964            ! t/pragma/utf8.t
965 ____________________________________________________________________________
966 [  7390] By: jhi                                   on 2000/10/21  14:35:57
967         Log: Add a testcase for #7389.
968      Branch: perl
969            ! t/pragma/warn/op
970 ____________________________________________________________________________
971 [  7389] By: jhi                                   on 2000/10/21  14:26:45
972         Log: Subject: Re: Creating const subs for constants.
973              From: John Tobey <jtobey@john-edwin-tobey.org>
974              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
975              Message-Id: <m13mo0N-000FObC@feynman.localnet>
976      Branch: perl
977            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
978            ! proto.h sv.c
979 ____________________________________________________________________________
980 [  7386] By: jhi                                   on 2000/10/21  01:31:12
981         Log: Update Changes.
982      Branch: perl
983            ! Changes patchlevel.h
984 ____________________________________________________________________________
985 [  7385] By: jhi                                   on 2000/10/21  01:28:42
986         Log: The #7383 was right only in the context of the original bug report,
987              not in more general case.
988      Branch: perl
989            ! pp_hot.c
990 ____________________________________________________________________________
991 [  7384] By: jhi                                   on 2000/10/21  01:08:23
992         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
993      Branch: perl
994            ! ext/IO/lib/IO/Select.pm
995 ____________________________________________________________________________
996 [  7383] By: jhi                                   on 2000/10/21  00:44:18
997         Log: Fix for ID 20001020.006, concatenating an unset submatch
998              with utf8 resulted in "Modification of a read-only value".
999      Branch: perl
1000            ! pp_hot.c t/pragma/utf8.t
1001 ____________________________________________________________________________
1002 [  7382] By: jhi                                   on 2000/10/20  20:44:31
1003         Log: Make scan_num() reëntrant, as suggested in
1004              
1005              Subject: [PATCH perl@7229] Rentrant parser and yylex()
1006              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1007              Date: Fri, 20 Oct 2000 14:17:27 +0100
1008              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
1009      Branch: perl
1010            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
1011            ! toke.c
1012 ____________________________________________________________________________
1013 [  7381] By: jhi                                   on 2000/10/20  20:07:29
1014         Log: Reëntrancy fix.
1015              
1016              Subject: [PATCH perl@7229] Rentrant parser and yylex()
1017              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1018              Date: Fri, 20 Oct 2000 14:17:27 +0100
1019              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
1020      Branch: perl
1021            ! embed.h embed.pl perl.h proto.h toke.c
1022 ____________________________________________________________________________
1023 [  7380] By: jhi                                   on 2000/10/20  19:15:54
1024         Log: Don't write double values through long double pointers,
1025              based on a part of
1026              
1027              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
1028              From: Jens Hamisch <jens@Strawberry.COM>
1029              Date: Tue, 17 Oct 2000 08:39:36 +0200
1030              Message-Id: <20001017083936.A11104@Strawberry.COM>
1031      Branch: perl
1032            ! perl.h pp.c
1033 ____________________________________________________________________________
1034 [  7379] By: jhi                                   on 2000/10/20  18:43:37
1035         Log: Portability tweak on #7377.
1036              
1037              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
1038              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1039              Date:     Fri, 20 Oct 2000 13:13:41 EDT
1040              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
1041      Branch: perl
1042            ! t/lib/dprof.t
1043 ____________________________________________________________________________
1044 [  7378] By: jhi                                   on 2000/10/20  12:57:19
1045         Log: SOCKS function redefinitions need prototypes, too, otherwise
1046              for example 32 bit versus 64 bit differences cause a lot of
1047              problems.  Part of
1048              
1049              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
1050              From: Jens Hamisch <jens@Strawberry.COM>
1051              Date: Tue, 17 Oct 2000 08:39:36 +0200
1052              Message-Id: <20001017083936.A11104@Strawberry.COM>
1053      Branch: perl
1054            ! doio.c pp_sys.c
1055 ____________________________________________________________________________
1056 [  7377] By: jhi                                   on 2000/10/20  12:37:12
1057         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
1058              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1059              Date:     Fri, 20 Oct 2000 08:26:04 EDT
1060              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
1061      Branch: perl
1062            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
1063 ____________________________________________________________________________
1064 [  7376] By: jhi                                   on 2000/10/20  12:35:31
1065         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
1066              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1067              Date:     Fri, 20 Oct 2000 07:48:15 EDT
1068              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
1069      Branch: perl
1070            ! configure.com vms/gen_shrfls.pl
1071 ____________________________________________________________________________
1072 [  7374] By: jhi                                   on 2000/10/20  00:59:48
1073         Log: In the latest compiler builds cccdlflags must not become -fpic,
1074              from Wilfredo Sánchez.
1075      Branch: perl
1076            ! hints/darwin.sh
1077 ____________________________________________________________________________
1078 [  7373] By: jhi                                   on 2000/10/20  00:56:35
1079         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
1080              From: Tony Cook <tony@develop-help.com>
1081              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
1082              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
1083      Branch: perl
1084            ! pod/perlop.pod
1085 ____________________________________________________________________________
1086 [  7372] By: jhi                                   on 2000/10/19  19:34:40
1087         Log: Typo noted by Mark Lutz.
1088      Branch: perl
1089            ! t/op/64bitint.t
1090 ____________________________________________________________________________
1091 [  7370] By: jhi                                   on 2000/10/19  17:18:08
1092         Log: Subject: PATCH do_print has 2 PerlIO_error()s
1093              From: nick@ccl4.org
1094              Date: Thu, 19 Oct 2000 18:09:20 +0100
1095              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
1096      Branch: perl
1097            ! doio.c
1098 ____________________________________________________________________________
1099 [  7369] By: jhi                                   on 2000/10/19  14:01:49
1100         Log: Update Changes.
1101      Branch: perl
1102            ! Changes patchlevel.h
1103 ____________________________________________________________________________
1104 [  7368] By: jhi                                   on 2000/10/19  13:04:29
1105         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
1106              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1107              Date: Wed, 18 Oct 2000 13:12:01 +0200
1108              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
1109      Branch: perl
1110            ! hints/aix.sh
1111 ____________________________________________________________________________
1112 [  7367] By: jhi                                   on 2000/10/19  02:22:40
1113         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
1114              of a 'pmshort' anywhere in the B, so the offending line was simply
1115              removed.
1116      Branch: perl
1117            ! ext/B/B/Debug.pm
1118 ____________________________________________________________________________
1119 [  7366] By: jhi                                   on 2000/10/19  02:12:37
1120         Log: Add the test case for the bug id 20000730.004 which seems
1121              to have been fixed by now.
1122      Branch: perl
1123            ! t/pragma/utf8.t
1124 ____________________________________________________________________________
1125 [  7365] By: jhi                                   on 2000/10/18  23:36:24
1126         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
1127              From: Hugo <hv@crypt.compulink.co.uk>
1128              Date: Wed, 18 Oct 2000 23:25:58 +0100
1129              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
1130      Branch: perl
1131            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
1132 ____________________________________________________________________________
1133 [  7364] By: jhi                                   on 2000/10/18  21:12:53
1134         Log: (retracted)
1135      Branch: perl
1136            ! pp.c
1137 ____________________________________________________________________________
1138 [  7363] By: jhi                                   on 2000/10/18  20:55:38
1139         Log: Missing change from #7362.
1140      Branch: perl
1141            ! win32/perlhost.h
1142 ____________________________________________________________________________
1143 [  7362] By: jhi                                   on 2000/10/18  20:52:01
1144         Log: Borland C fstat() never saw the fd as writable.
1145              
1146              Subject: fix for Borland's weak "stat" (perl@7211)
1147              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
1148              Date: Mon, 16 Oct 2000 09:55:03 +0400
1149              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
1150      Branch: perl
1151            ! win32/win32.c
1152 ____________________________________________________________________________
1153 [  7361] By: jhi                                   on 2000/10/18  17:43:50
1154         Log: Regen toc.
1155      Branch: perl
1156            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
1157 ____________________________________________________________________________
1158 [  7360] By: jhi                                   on 2000/10/18  17:07:44
1159         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1160              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
1161              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
1162              Date: Mon, 16 Oct 2000 15:19:49 +0200
1163      Branch: perl
1164            + README.aix
1165            ! MANIFEST
1166 ____________________________________________________________________________
1167 [  7359] By: jhi                                   on 2000/10/18  17:04:49
1168         Log: Subject: Pod patch for Devel::Peek
1169              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1170              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
1171              Date: Mon, 16 Oct 2000 12:26:34 +0200
1172      Branch: perl
1173            ! ext/Devel/Peek/Peek.pm
1174 ____________________________________________________________________________
1175 [  7358] By: jhi                                   on 2000/10/18  17:03:15
1176         Log: Make Cwd more bulletproof in chrooted environments.
1177              
1178              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
1179              From: "Eric E. Coe" <Eric.Coe@oracle.com>
1180              Date: Wed, 18 Oct 2000 04:03:54 -0400
1181              Message-Id: <39ED596A.70E599FE@oracle.com>
1182      Branch: perl
1183            ! lib/Cwd.pm
1184 ____________________________________________________________________________
1185 [  7357] By: jhi                                   on 2000/10/18  16:37:26
1186         Log: Disable the UTF8 downgrade croakage for now to avoid
1187              too many not okay messages.
1188      Branch: perl
1189            ! doio.c
1190 ____________________________________________________________________________
1191 [  7356] By: jhi                                   on 2000/10/17  23:29:41
1192         Log: Show the failed remote port, instead of the failing line number.
1193              
1194              Subject: [PATCH 5.6.1 Debugger] More diagnostics
1195              From: David Sparks <daves@ActiveState.com>
1196              Date: Tue, 17 Oct 2000 15:00:24 -0700
1197              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
1198      Branch: perl
1199            ! lib/perl5db.pl
1200 ____________________________________________________________________________
1201 [  7355] By: jhi                                   on 2000/10/17  14:11:31
1202         Log: On output try to downgrade to bytes, croak if impossible,
1203              from Simon Cozens.  This means that outputting >255 UTF8
1204              is impossible.  Consider this as a strong incentive to get
1205              the I/O disciplines implemented.
1206      Branch: perl
1207            ! doio.c pod/perldiag.pod sv.c
1208 ____________________________________________________________________________
1209 [  7354] By: jhi                                   on 2000/10/17  13:42:23
1210         Log: Clarify documentation on 'use bytes'.
1211              
1212              Subject: Re: What does 'use bytes' "mean" ?
1213              From: Simon Cozens <simon@cozens.net>
1214              Date: Mon, 18 Sep 2000 18:24:25 +0100
1215              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
1216      Branch: perl
1217            ! lib/bytes.pm
1218 ____________________________________________________________________________
1219 [  7353] By: jhi                                   on 2000/10/17  13:28:12
1220         Log: Workaround for a sfio bug where the stream error indicator
1221              is not cleared as documented.
1222              
1223              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
1224              From: Nicholas Clark <nick@ccl4.org>
1225              Date: Mon, 16 Oct 2000 18:28:23 +0100
1226              Message-ID: <20001016182823.J19700@plum.flirble.org>
1227      Branch: perl
1228            ! doio.c
1229 ____________________________________________________________________________
1230 [  7352] By: jhi                                   on 2000/10/17  13:06:19
1231         Log: More IoTYPE sprinkling.
1232      Branch: perl
1233            ! doio.c pp_hot.c
1234 ____________________________________________________________________________
1235 [  7351] By: jhi                                   on 2000/10/16  22:47:07
1236         Log: Detect early whether the std streams have gone bad.
1237              
1238              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
1239              Date: Mon, 16 Oct 2000 23:28:42 +0100
1240              From: Nicholas Clark <nick@ccl4.org>
1241              Message-ID: <20001016232842.A37942@plum.flirble.org>
1242      Branch: perl
1243            ! t/op/misc.t
1244 ____________________________________________________________________________
1245 [  7350] By: jhi                                   on 2000/10/16  22:45:16
1246         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
1247              From: "Peter J. Farley III" <pjfarley@banet.net>
1248              Date: Mon, 16 Oct 2000 18:15:59 -0400
1249              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
1250      Branch: perl
1251            ! djgpp/djgpp.c dosish.h t/io/open.t
1252 ____________________________________________________________________________
1253 [  7349] By: jhi                                   on 2000/10/16  22:36:45
1254         Log: perldelta tweak.
1255      Branch: perl
1256            ! pod/perldelta.pod
1257 ____________________________________________________________________________
1258 [  7348] By: jhi                                   on 2000/10/16  15:17:53
1259         Log: Update Changes.
1260      Branch: perl
1261            ! Changes patchlevel.h
1262 ____________________________________________________________________________
1263 [  7347] By: jhi                                   on 2000/10/16  13:55:27
1264         Log: Add the capability to include/exclude branches.
1265      Branch: perl
1266            ! Porting/genlog
1267 ____________________________________________________________________________
1268 [  7346] By: jhi                                   on 2000/10/16  13:18:04
1269         Log: Add Charles Lane.
1270      Branch: perl
1271            ! AUTHORS Changes
1272 ____________________________________________________________________________
1273 [  7345] By: jhi                                   on 2000/10/16  13:13:21
1274         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
1275      Branch: perl
1276            ! pod/perldelta.pod
1277 ____________________________________________________________________________
1278 [  7244] By: jhi                                   on 2000/10/16  02:29:54
1279         Log: Subject: $Carp::ExportLevel confusion in Exporter
1280              From: "Ben Tilly" <ben_tilly@hotmail.com>
1281              Date: Sat, 14 Oct 2000 16:44:34 EDT
1282              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
1283      Branch: perl
1284            ! lib/Exporter/Heavy.pm
1285 ____________________________________________________________________________
1286 [  7243] By: jhi                                   on 2000/10/16  02:28:33
1287         Log: Subject: [PATCH perlguts.pod] Document offset hack
1288              From: Simon Cozens <simon@cozens.net>
1289              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
1290              Date: Sat, 14 Oct 2000 19:32:25 +0100
1291      Branch: perl
1292            ! pod/perlguts.pod
1293 ____________________________________________________________________________
1294 [  7241] By: jhi                                   on 2000/10/16  02:22:44
1295         Log: Subject: small pod patch
1296              From: Dan Boorstein <dan_boo@bellsouth.net>
1297              Date: Sat, 14 Oct 2000 14:29:24 -0400
1298              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
1299      Branch: perl
1300            ! pod/perlfaq7.pod pod/perlmod.pod
1301 ____________________________________________________________________________
1302 [  7240] By: jhi                                   on 2000/10/16  02:13:46
1303         Log: -w cleanup.
1304              
1305              Subject: Re: Problems with bleadperl 
1306              From: "Stephen P. Potter" <spp@ds.net>
1307              Date: Fri, 13 Oct 2000 13:32:49 -0400
1308              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
1309      Branch: perl
1310            ! t/pragma/overload.t
1311 ____________________________________________________________________________
1312 [  7239] By: jhi                                   on 2000/10/16  01:41:18
1313         Log: One more ~utf8 tweak.
1314      Branch: perl
1315            ! t/op/bop.t
1316 ____________________________________________________________________________
1317 [  7238] By: jhi                                   on 2000/10/16  01:34:14
1318         Log: Tweak the test of #7235.
1319      Branch: perl
1320            ! t/op/bop.t
1321 ____________________________________________________________________________
1322 [  7237] By: jhi                                   on 2000/10/16  01:25:04
1323         Log: Fix a couple of compiler-noted nits in #7235.
1324      Branch: perl
1325            ! pp.c
1326 ____________________________________________________________________________
1327 [  7236] By: jhi                                   on 2000/10/16  01:22:46
1328         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
1329      Branch: perl
1330            ! pp.c pp_hot.c
1331 ____________________________________________________________________________
1332 [  7235] By: jhi                                   on 2000/10/15  16:24:44
1333         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
1334              
1335              From: Simon Cozens <simon@cozens.net>
1336              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
1337              Date: Sat, 14 Oct 2000 20:52:13 +0100
1338              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
1339      Branch: perl
1340            ! pp.c t/op/bop.t utf8.h
1341 ____________________________________________________________________________
1342 [  7234] By: jhi                                   on 2000/10/15  15:19:29
1343         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
1344              The problem was that rx->minlen was in chars while pp_split()
1345              thought it would be in bytes. 
1346      Branch: perl
1347            ! pp.c t/pragma/utf8.t
1348 ____________________________________________________________________________
1349 [  7233] By: jhi                                   on 2000/10/14  20:24:24
1350         Log: Document FNCASE=y as discussed in the bug 20000902.009.
1351      Branch: perl
1352            ! README.dos
1353 ____________________________________________________________________________
1354 [  7232] By: jhi                                   on 2000/10/14  18:52:21
1355         Log: Add test for bug id 20000427.003 (which seems to have
1356              been fixed) (also duplicate as 20000427.004, though
1357              with a higher severity).  Move one utf8 from op/append
1358              to pragma/utf8, tag the tests with bug ids.
1359      Branch: perl
1360            ! t/op/append.t t/pragma/utf8.t
1361 ____________________________________________________________________________
1362 [  7231] By: jhi                                   on 2000/10/14  17:28:37
1363         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
1364      Branch: perl
1365            ! t/pragma/utf8.t
1366 ____________________________________________________________________________
1367 [  7229] By: jhi                                   on 2000/10/14  00:49:22
1368         Log: Update Changes.
1369      Branch: perl
1370            ! Changes patchlevel.h
1371 ____________________________________________________________________________
1372 [  7228] By: jhi                                   on 2000/10/14  00:46:10
1373         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
1374              From: Peter Prymmer <pvhp@forte.com>
1375              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
1376              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
1377      Branch: perl
1378            ! lib/utf8.pm
1379 ____________________________________________________________________________
1380 [  7227] By: jhi                                   on 2000/10/13  23:20:30
1381         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
1382      Branch: perl
1383            ! t/op/tie.t
1384 ____________________________________________________________________________
1385 [  7226] By: jhi                                   on 2000/10/13  22:14:32
1386         Log: Tweak #7225.
1387              
1388              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
1389              From: Peter Prymmer <pvhp@forte.com>
1390              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
1391              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
1392      Branch: perl
1393            ! t/op/sprintf.t
1394 ____________________________________________________________________________
1395 [  7225] By: jhi                                   on 2000/10/13  22:11:31
1396         Log: op/sprintf.t patch for OS/390 (and any other host with limited
1397              floating-point exponent length)
1398              
1399              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
1400              From: Dominic Dunlop <domo@computer.org>
1401              Date: Fri, 13 Oct 2000 19:17:57 +0200
1402              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
1403      Branch: perl
1404            ! t/op/sprintf.t
1405 ____________________________________________________________________________
1406 [  7224] By: jhi                                   on 2000/10/13  18:40:48
1407         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
1408      Branch: perl
1409            ! toke.c
1410 ____________________________________________________________________________
1411 [  7223] By: jhi                                   on 2000/10/13  18:37:13
1412         Log: Thinko in #7222.
1413      Branch: perl
1414            ! utf8.c
1415 ____________________________________________________________________________
1416 [  7222] By: jhi                                   on 2000/10/13  18:05:23
1417         Log: Use UTF8SKIP(), from Simon Cozens.
1418      Branch: perl
1419            ! utf8.c
1420 ____________________________________________________________________________
1421 [  7221] By: jhi                                   on 2000/10/13  15:43:19
1422         Log: (accidentally empty check-in)
1423      Branch: perl
1424            ! utf8.c
1425 ____________________________________________________________________________
1426 [  7220] By: jhi                                   on 2000/10/13  15:23:51
1427         Log: Add (optimistically) Storable to static extensions.
1428      Branch: perl
1429            ! hints/uwin.sh hints/vmesa.sh
1430 ____________________________________________________________________________
1431 [  7219] By: jhi                                   on 2000/10/13  15:20:05
1432         Log: Amdahl UTS doesn't seem to do dynaloading.
1433      Branch: perl
1434            ! hints/uts.sh
1435 ____________________________________________________________________________
1436 [  7218] By: jhi                                   on 2000/10/13  15:15:20
1437         Log: Slight tweak of the code to appease Amdahl UTS cc.
1438      Branch: perl
1439            ! pp.c
1440 ____________________________________________________________________________
1441 [  7217] By: jhi                                   on 2000/10/13  14:50:42
1442         Log: In Amdahl UTS "struct sv" is defined by a system header,
1443              <ksync.h>.
1444      Branch: perl
1445            ! perl.h sv.h
1446 ____________________________________________________________________________
1447 [  7216] By: jhi                                   on 2000/10/13  11:58:25
1448         Log: Ilya implemented the memory profiling API.
1449      Branch: perl
1450            ! Todo
1451 ____________________________________________________________________________
1452 [  7215] By: jhi                                   on 2000/10/13  02:56:38
1453         Log: Subject: [PATCH 5.7.0] Perl API for mstats
1454              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1455              Date: Thu, 12 Oct 2000 22:52:40 -0400
1456              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
1457      Branch: perl
1458            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
1459 ____________________________________________________________________________
1460 [  7214] By: jhi                                   on 2000/10/13  02:55:38
1461         Log: Subject: [PATCH 5.7.0] IVs in mtats
1462              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1463              Date: Thu, 12 Oct 2000 22:51:04 -0400
1464              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
1465      Branch: perl
1466            ! malloc.c perl.h
1467 ____________________________________________________________________________
1468 [  7213] By: jhi                                   on 2000/10/13  02:31:47
1469         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
1470      Branch: perl
1471            ! pod/perldiag.pod pp_sys.c
1472 ____________________________________________________________________________
1473 [  7212] By: jhi                                   on 2000/10/13  01:27:38
1474         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
1475              From: Peter Prymmer <pvhp@forte.com>
1476              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
1477              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
1478      Branch: perl
1479            ! t/op/oct.t
1480 ____________________________________________________________________________
1481 [  7211] By: jhi                                   on 2000/10/13  00:35:09
1482         Log: Update Changes.
1483      Branch: perl
1484            ! Changes patchlevel.h
1485 ____________________________________________________________________________
1486 [  7210] By: jhi                                   on 2000/10/12  23:59:40
1487         Log: The Install.pm third of
1488              
1489              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
1490              From: Bill Campbell <bill@celestial.com>
1491              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
1492              Date: Thu, 5 Oct 2000 18:04:51 -0700
1493      Branch: perl
1494            ! lib/ExtUtils/Install.pm
1495 ____________________________________________________________________________
1496 [  7209] By: jhi                                   on 2000/10/12  23:58:43
1497         Log: Two thirds of
1498              
1499              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
1500              Date: Thu, 5 Oct 2000 18:04:51 -0700
1501              From: Bill Campbell <bill@celestial.com>
1502              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
1503              
1504              The Install.pm changes will be submitted separately because
1505              they need some work and discussion still.
1506      Branch: perl
1507            ! lib/getopts.pl lib/termcap.pl
1508 ____________________________________________________________________________
1509 [  7208] By: jhi                                   on 2000/10/12  23:41:19
1510         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
1511              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1512              Date:     Thu, 12 Oct 2000 07:30:02 EDT
1513              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
1514      Branch: perl
1515            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
1516            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
1517 ____________________________________________________________________________
1518 [  7207] By: jhi                                   on 2000/10/12  23:39:01
1519         Log: An updated EBCDIC tr patch.
1520              
1521              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
1522              From: Peter Prymmer <pvhp@forte.com>
1523              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
1524              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
1525      Branch: perl
1526            ! t/op/tr.t
1527 ____________________________________________________________________________
1528 [  7206] By: jhi                                   on 2000/10/12  23:34:55
1529         Log: Upgrade to CPAN 1.58, from Andreas König.
1530      Branch: perl
1531            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
1532 ____________________________________________________________________________
1533 [  7205] By: jhi                                   on 2000/10/12  23:29:08
1534         Log: Introduce the man[24-8] variables, from Andy Dougherty.
1535      Branch: metaconfig/U/perl
1536            + mandirs.U mandirstyle.U
1537      Branch: perl
1538            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1539            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
1540            ! vos/config.h vos/config.pl vos/config_h.SH_orig
1541            ! win32/config.bc win32/config.gc win32/config.vc
1542 ____________________________________________________________________________
1543 [  7204] By: gsar                                  on 2000/10/12  18:11:24
1544         Log: restore change#7202
1545      Branch: perl
1546            ! mg.c
1547 ____________________________________________________________________________
1548 [  7203] By: gsar                                  on 2000/10/12  18:09:40
1549         Log: another test of the Emergency Broadcast System--back out 
1550              change#7202
1551      Branch: perl
1552            ! mg.c
1553 ____________________________________________________________________________
1554 [  7202] By: gsar                                  on 2000/10/12  16:40:47
1555         Log: (submitted on behalf of Jarkko)
1556              Fix the lib/encode.t subtest 6 failure as reported by Andreas
1557              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
1558              was unearthed by change 7182, as was a bug in HTML::Entities.
1559      Branch: perl
1560            ! mg.c
1561 ____________________________________________________________________________
1562 [  7201] By: jhi                                   on 2000/10/11  03:16:05
1563         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
1564      Branch: perl
1565            ! pp_hot.c t/pragma/utf8.t
1566 ____________________________________________________________________________
1567 [  7200] By: jhi                                   on 2000/10/11  00:40:30
1568         Log: The #7198 was a false alarm.
1569      Branch: perl
1570            ! pp_hot.c
1571 ____________________________________________________________________________
1572 [  7199] By: jhi                                   on 2000/10/11  00:26:04
1573         Log: Remove duplicated code.
1574      Branch: perl
1575            ! t/lib/cgi-html.t
1576 ____________________________________________________________________________
1577 [  7198] By: jhi                                   on 2000/10/10  23:30:46
1578         Log: (Retracted by #7200.)
1579      Branch: perl
1580            ! pp_hot.c
1581 ____________________________________________________________________________
1582 [  7197] By: jhi                                   on 2000/10/10  21:49:30
1583         Log: Add the test case for #7190, from the original bug report
1584              by Andreas König.
1585      Branch: perl
1586            ! t/pragma/utf8.t
1587 ____________________________________________________________________________
1588 [  7196] By: jhi                                   on 2000/10/10  21:40:49
1589         Log: Reapply Andy's patch and regen Configure.
1590      Branch: perl
1591            ! Configure INSTALL Makefile.SH Porting/Glossary
1592            ! Porting/config.sh config_h.SH epoc/config.sh installperl
1593            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
1594            ! win32/config.vc
1595 ____________________________________________________________________________
1596 [  7195] By: jhi                                   on 2000/10/10  21:09:30
1597         Log: Use the versiononly instead of the installscripts,
1598              retract the changes 7146 and 7147.
1599      Branch: perl
1600            ! Configure INSTALL Makefile.SH Porting/Glossary
1601            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
1602            ! installperl uconfig.sh vos/config.def win32/config.bc
1603            ! win32/config.gc win32/config.vc
1604 ____________________________________________________________________________
1605 [  7194] By: jhi                                   on 2000/10/10  21:06:15
1606         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
1607              From: Peter Prymmer <pvhp@forte.com>
1608              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
1609              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
1610      Branch: perl
1611            ! t/op/ver.t
1612 ____________________________________________________________________________
1613 [  7193] By: jhi                                   on 2000/10/10  21:05:12
1614         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
1615              From: Peter Prymmer <pvhp@forte.com>
1616              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
1617              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
1618      Branch: perl
1619            ! t/op/tr.t
1620 ____________________________________________________________________________
1621 [  7192] By: jhi                                   on 2000/10/10  20:57:30
1622         Log: Add versiononly, delete installscripts, from Andy Dougherty.
1623      Branch: metaconfig
1624            - U/installdirs/installscripts.U
1625      Branch: metaconfig/U/perl
1626            + versiononly.U
1627 ____________________________________________________________________________
1628 [  7191] By: jhi                                   on 2000/10/10  19:41:21
1629         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
1630              From: Peter Prymmer <pvhp@forte.com>
1631              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
1632              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
1633      Branch: perl
1634            ! pod/perlebcdic.pod
1635 ____________________________________________________________________________
1636 [  7190] By: jhi                                   on 2000/10/10  19:26:14
1637         Log: Subject: Re: utf8 concat, mg_get
1638              From: Simon Cozens <simon@cozens.net>
1639              Date: Tue, 10 Oct 2000 17:40:17 +0100
1640              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
1641      Branch: perl
1642            ! pp_hot.c
1643 ____________________________________________________________________________
1644 [  7189] By: jhi                                   on 2000/10/10  19:23:03
1645         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
1646              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
1647              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
1648              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
1649      Branch: perl
1650            ! lib/ExtUtils/MM_Unix.pm
1651 ____________________________________________________________________________
1652 [  7188] By: jhi                                   on 2000/10/10  15:31:24
1653         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
1654              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
1655              Date: Fri, 14 Jul 2000 10:47:36 +0100
1656              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
1657      Branch: perl
1658            ! README.win32
1659 ____________________________________________________________________________
1660 [  7187] By: jhi                                   on 2000/10/10  13:30:10
1661         Log: Quote the temp file name, needed in Win32 because the
1662              default name unfortunately contains spaces, shouldn't
1663              hurt elsewhere.
1664              
1665              Subject: FW: perldoc fails if $TEMP contains spaces
1666              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
1667              Date: Thu, 14 Sep 2000 08:58:45 +0100
1668              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
1669      Branch: perl
1670            ! utils/perldoc.PL
1671 ____________________________________________________________________________
1672 [  7186] By: jhi                                   on 2000/10/10  13:16:27
1673         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
1674              From: hv@hugo.hybyte.com
1675              Date: Tue, 10 Oct 2000 14:10:20 +0100
1676              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
1677      Branch: perl
1678            ! t/lib/thr5005.t util.c
1679 ____________________________________________________________________________
1680 [  7185] By: jhi                                   on 2000/10/10  12:06:22
1681         Log: Upgrade to podlators 1.04, from Russ Allbery.
1682      Branch: perl
1683            ! lib/Pod/Man.pm lib/Pod/Text.pm
1684 ____________________________________________________________________________
1685 [  7184] By: jhi                                   on 2000/10/10  12:01:32
1686         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
1687      Branch: perl
1688            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
1689 ____________________________________________________________________________
1690 [  7183] By: jhi                                   on 2000/10/09  23:47:15
1691         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
1692              From: Peter Prymmer <pvhp@forte.com>
1693              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
1694              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
1695      Branch: perl
1696            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
1697 ____________________________________________________________________________
1698 [  7182] By: jhi                                   on 2000/10/09  23:43:16
1699         Log: Make eq work again with utf8 (disabling the upgrading
1700              should no more be necessary since the copies of the
1701              scalars are upgraded, not the scalars themselves).
1702              Takes care of ID 20001009.001.  (The claimed length()
1703              bug in 20001009.001 seems bogus to me.)
1704      Branch: perl
1705            ! sv.c t/pragma/utf8.t
1706 ____________________________________________________________________________
1707 [  7181] By: gsar                                  on 2000/10/09  19:41:54
1708         Log: tweak for change#7173
1709      Branch: perl
1710            ! win32/win32sck.c
1711 ____________________________________________________________________________
1712 [  7180] By: gsar                                  on 2000/10/09  19:26:56
1713         Log: on Windows, clean targets might not work under some flavors of the shell
1714      Branch: perl
1715            ! win32/Makefile win32/makefile.mk
1716 ____________________________________________________________________________
1717 [  7179] By: jhi                                   on 2000/10/09  19:21:02
1718         Log: Update Changes.
1719      Branch: perl
1720            ! Changes patchlevel.h
1721 ____________________________________________________________________________
1722 [  7178] By: jhi                                   on 2000/10/09  19:18:23
1723         Log: Warn about unknown scripts.
1724              
1725              Subject: Re: ideas? patches? [PATCH bleadperl]
1726              From: Dominic Dunlop <domo@computer.org>
1727              Date: Mon, 9 Oct 2000 14:57:17 +0200
1728              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
1729      Branch: perl
1730            ! lib/charnames.pm
1731 ____________________________________________________________________________
1732 [  7177] By: jhi                                   on 2000/10/09  19:13:27
1733         Log: Change #7160 had a nasty typo.
1734      Branch: metaconfig
1735            ! U/compline/Compile.U
1736      Branch: perl
1737            ! Configure config_h.SH
1738 ____________________________________________________________________________
1739 [  7176] By: gsar                                  on 2000/10/09  18:59:33
1740         Log: pod nit
1741      Branch: perl
1742            ! pod/perlport.pod
1743 ____________________________________________________________________________
1744 [  7175] By: gsar                                  on 2000/10/09  18:54:28
1745         Log: Windows9x doesn't support link(), despite what Config.pm
1746              might think
1747      Branch: perl
1748            ! lib/ExtUtils/Manifest.pm
1749 ____________________________________________________________________________
1750 [  7174] By: gsar                                  on 2000/10/09  18:50:03
1751         Log: avoid nonportable example code
1752      Branch: perl
1753            ! lib/File/Copy.pm
1754 ____________________________________________________________________________
1755 [  7173] By: gsar                                  on 2000/10/09  18:46:54
1756         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
1757              being used) when closing a socket handle
1758      Branch: perl
1759            ! win32/win32.c win32/win32.h win32/win32sck.c
1760 ____________________________________________________________________________
1761 [  7172] By: gsar                                  on 2000/10/09  18:41:40
1762         Log: on Windows, cwd strings in the environment should be of the
1763              form =X:=X:\foo instead of =X=X:\foo\
1764      Branch: perl
1765            ! win32/vdir.h
1766 ____________________________________________________________________________
1767 [  7171] By: gsar                                  on 2000/10/09  18:30:09
1768         Log: on Windows, LoadLibrary() could load an extension DLL multiple
1769              times if forward slashes are used in the path
1770      Branch: perl
1771            ! win32/win32.c
1772 ____________________________________________________________________________
1773 [  7170] By: jhi                                   on 2000/10/09  17:53:59
1774         Log: Add a todo note about overloadable assertions.
1775      Branch: perl
1776            ! Todo-5.6
1777 ____________________________________________________________________________
1778 [  7169] By: jhi                                   on 2000/10/09  13:43:45
1779         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
1780              From: mjd@plover.com
1781              Date: 9 Oct 2000 00:24:44 -0000
1782              Message-ID: <20001009002444.10616.qmail@plover.com>
1783      Branch: perl
1784            ! pod/perldebguts.pod
1785 ____________________________________________________________________________
1786 [  7168] By: nick                                  on 2000/10/08  13:16:33
1787         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
1788              is not right thing to do on (e.g. x86). Network order is also "right" for
1789              X fonts.
1790      Branch: perl
1791            ! ext/Encode/Encode.pm
1792 ____________________________________________________________________________
1793 [  7167] By: nick                                  on 2000/10/08  12:54:42
1794         Log: Make "encodings" work post-install when Encode/*.enc files may not
1795              be in same directory as Encode.pm
1796      Branch: perl
1797            ! ext/Encode/Encode.pm
1798 ____________________________________________________________________________
1799 [  7166] By: nick                                  on 2000/10/08  11:51:26
1800         Log: Work round the fact that $hash->{$key} does not take into account
1801              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
1802              so that key is always in the "expected" encoding - i.e. same way we put
1803              it in the hash.
1804      Branch: perl
1805            ! ext/Encode/Encode.pm
1806 ____________________________________________________________________________
1807 [  7165] By: gsar                                  on 2000/10/08  04:15:29
1808         Log: save_re_context() could reset PL_curcop to freed memory, causing core
1809              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
1810      Branch: perl
1811            ! pp_ctl.c
1812 ____________________________________________________________________________
1813 [  7164] By: jhi                                   on 2000/10/06  20:51:48
1814         Log: UTF8ize split() so that the cloned substrings get the UTF8
1815              flag of the original scalar.  Problem reported by Simon Cozens.
1816      Branch: perl
1817            ! pp.c t/pragma/utf8.t
1818 ____________________________________________________________________________
1819 [  7163] By: nick                                  on 2000/10/06  20:48:34
1820         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
1821              got a false +ve and so did not reach code which would have un-FAKEd the SV.
1822      Branch: perl
1823            ! sv.c
1824 ____________________________________________________________________________
1825 [  7162] By: nick                                  on 2000/10/06  20:25:37
1826         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
1827              To fix  (sort {$a <=> $b} keys %hash) in particular but
1828              should cover a number of other as-yet-unknown cases as well.
1829      Branch: perl
1830            ! sv.c
1831 ____________________________________________________________________________
1832 [  7161] By: jhi                                   on 2000/10/06  19:56:18
1833         Log: Change the version number of Tie::Handle in the core to 4.0,
1834              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
1835              
1836              Subject: Note on Tie::Handle
1837              From: andreas.koenig@anima.de (Andreas J. Koenig)
1838              Date:      06 Oct 2000 21:48:58 +0200
1839              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
1840      Branch: perl
1841            ! lib/Tie/Handle.pm
1842 ____________________________________________________________________________
1843 [  7160] By: jhi                                   on 2000/10/06  18:20:35
1844         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
1845              as the first option of cc/ld because of ultrapicky compilers
1846              (e.g. OS/390 R2.5)
1847      Branch: metaconfig
1848            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
1849            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
1850            ! U/compline/orderlib.U U/modified/Cppsym.U
1851            ! U/modified/d_access.U
1852      Branch: metaconfig/U/perl
1853            ! Checkcc.U d_dlsymun.U gccvers.U
1854      Branch: perl
1855            ! Configure config_h.SH
1856 ____________________________________________________________________________
1857 [  7159] By: jhi                                   on 2000/10/06  13:56:39
1858         Log: Update Changes.
1859      Branch: perl
1860            ! Changes patchlevel.h
1861 ____________________________________________________________________________
1862 [  7158] By: jhi                                   on 2000/10/06  12:48:40
1863         Log: Eliminate $Is_VMS code from the test.
1864              
1865              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
1866              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1867              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
1868              Date:     Thu, 5 Oct 2000 07:46:33 EDT
1869      Branch: perl
1870            ! t/lib/b.t
1871 ____________________________________________________________________________
1872 [  7157] By: jhi                                   on 2000/10/06  12:47:13
1873         Log: Also the $ccflags is needed for the C compiler check.
1874              
1875              Subject: Configure (check for C-compiler)
1876              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1877              Date: Fri, 06 Oct 2000 08:47:15 +0200
1878              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
1879      Branch: metaconfig/U/perl
1880            ! Checkcc.U
1881      Branch: perl
1882            ! Configure config_h.SH
1883 ____________________________________________________________________________
1884 [  7156] By: jhi                                   on 2000/10/06  11:45:15
1885         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
1886      Branch: perl
1887            ! perl.c pp_ctl.c sv.h utf8.c
1888 ____________________________________________________________________________
1889 [  7155] By: jhi                                   on 2000/10/06  11:40:41
1890         Log: IO::Handle->syswrite() did not handle length omission
1891              like CORE::syswrite() does.
1892              
1893              Subject: [Fwd] IO::Handle, syswrite and arguments
1894              From: Graham Barr <gbarr@pobox.com>
1895              Date: Fri, 6 Oct 2000 10:22:05 +0100
1896              Message-ID: <20001006102205.U6312@pobox.com>
1897              
1898              The original patch from andrew@ugh.net.au.
1899      Branch: perl
1900            ! ext/IO/lib/IO/Handle.pm
1901 ____________________________________________________________________________
1902 [  7154] By: jhi                                   on 2000/10/06  01:42:15
1903         Log: Tweak #7153.
1904      Branch: perl
1905            ! utf8.h
1906 ____________________________________________________________________________
1907 [  7153] By: jhi                                   on 2000/10/06  00:39:55
1908         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
1909      Branch: perl
1910            ! utf8.h
1911 ____________________________________________________________________________
1912 [  7152] By: jhi                                   on 2000/10/06  00:38:11
1913         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
1914      Branch: perl
1915            ! perl.c pp_ctl.c sv.h utf8.c
1916 ____________________________________________________________________________
1917 [  7151] By: jhi                                   on 2000/10/06  00:36:38
1918         Log: Subject: Re: Questions about Tie::Array and perl modules
1919              From: Nick Ing-Simmons <nik@tiuk.ti.com>
1920              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
1921              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
1922              
1923              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
1924      Branch: perl
1925            ! lib/Tie/Array.pm t/op/array.t
1926 ____________________________________________________________________________
1927 [  7150] By: jhi                                   on 2000/10/05  00:20:45
1928         Log: Regen Changes.
1929      Branch: perl
1930            ! Changes patchlevel.h
1931 ____________________________________________________________________________
1932 [  7149] By: jhi                                   on 2000/10/05  00:20:01
1933         Log: Regen toc.
1934      Branch: perl
1935            ! pod/perltoc.pod
1936 ____________________________________________________________________________
1937 [  7148] By: jhi                                   on 2000/10/04  23:35:08
1938         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
1939              reported several times by Dominic Dunlop, for example in
1940              ID 20000315.008.  Patch from Dominic.  Patch affects at
1941              least MachTen, and possibly other oldish BSDs. Should not
1942              break non-broken platforms (tested on LinuxPPC). 
1943      Branch: perl
1944            ! doio.c
1945 ____________________________________________________________________________
1946 [  7147] By: jhi                                   on 2000/10/04  23:26:34
1947         Log: The one that got away from 7146.
1948      Branch: metaconfig
1949            + U/installdirs/installscripts.U
1950 ____________________________________________________________________________
1951 [  7146] By: jhi                                   on 2000/10/04  23:25:04
1952         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
1953              suggested by H. Merijn Brand.
1954      Branch: perl
1955            ! Configure INSTALL Makefile.SH Porting/Glossary
1956            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
1957            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
1958            ! win32/config.vc
1959 ____________________________________________________________________________
1960 [  7145] By: jhi                                   on 2000/10/04  22:08:21
1961         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
1962              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1963              Date: Wed, 4 Oct 2000 17:37:46 -0400
1964              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
1965      Branch: perl
1966            ! utils/h2xs.PL
1967 ____________________________________________________________________________
1968 [  7144] By: jhi                                   on 2000/10/04  18:11:41
1969         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
1970              From: Jeff Pinyan <jeffp@crusoe.net>
1971              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
1972              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
1973      Branch: perl
1974            ! pod/perlrun.pod
1975 ____________________________________________________________________________
1976 [  7143] By: jhi                                   on 2000/10/04  18:09:58
1977         Log: Subject: perlhack.pod Patch for Externals Tools
1978              From: Fisher Mark <fisherm@tce.com>
1979              Date: Tue, 3 Oct 2000 15:43:27 -0500 
1980              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
1981      Branch: perl
1982            ! pod/perlhack.pod
1983 ____________________________________________________________________________
1984 [  7142] By: jhi                                   on 2000/10/04  18:08:41
1985         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
1986              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1987              Date:     Wed, 4 Oct 2000 12:11:11 EDT
1988              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
1989      Branch: perl
1990            ! vms/vms.c
1991 ____________________________________________________________________________
1992 [  7141] By: jhi                                   on 2000/10/04  12:20:16
1993         Log: Subject: [PATCH 5.7.0] h2xs not working
1994              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1995              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
1996              Date: Tue, 3 Oct 2000 21:43:01 -0400
1997              
1998              Subject: [PATCH 5.7.0] h2xs not documenting the created module
1999              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2000              Date: Tue, 3 Oct 2000 22:55:19 -0400
2001              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
2002      Branch: perl
2003            ! utils/h2xs.PL
2004 ____________________________________________________________________________
2005 [  7140] By: jhi                                   on 2000/10/04  11:53:44
2006         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
2007              From: nick@babyhippo.com
2008              Date: Wed, 4 Oct 2000 12:06:45 +0100
2009              Message-Id: <20001004120645.A7356@babyhippo.com>
2010              
2011              Retract 7118 and 7135.
2012      Branch: perl
2013            ! installman installperl op.c t/pragma/subs.t
2014 ____________________________________________________________________________
2015 [  7139] By: jhi                                   on 2000/10/03  22:09:41
2016         Log: It is possible to have no hosts database at all.  Pointed out in
2017              
2018              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
2019              From: Peter Prymmer <pvhp@forte.com>
2020              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
2021              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
2022      Branch: metaconfig
2023            ! U/modified/myhostname.U
2024      Branch: perl
2025            ! Configure config_h.SH
2026 ____________________________________________________________________________
2027 [  7138] By: jhi                                   on 2000/10/03  21:49:49
2028         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
2029              From: Peter Prymmer <pvhp@forte.com>
2030              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
2031              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
2032      Branch: perl
2033            ! pp_sys.c
2034 ____________________________________________________________________________
2035 [  7137] By: jhi                                   on 2000/10/03  20:10:05
2036         Log: One remaining nit less at the VMS mailbox sizing.
2037      Branch: perl
2038            ! vms/vms.c
2039 ____________________________________________________________________________
2040 [  7136] By: jhi                                   on 2000/10/03  20:08:47
2041         Log: Test harness update to sync with the new perlcc,
2042              from Simon Cozens.
2043      Branch: perl
2044            ! t/TEST t/UTEST
2045 ____________________________________________________________________________
2046 [  7135] By: jhi                                   on 2000/10/03  15:15:42
2047         Log: Subject: Re: PATCH for 20001003.004
2048              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
2049              From: "AARON B. DOSSETT" <aaron@iglou.com>
2050              Message-Id: <E13gTay-0006od-00@iglou.com>
2051      Branch: perl
2052            ! installman installperl
2053 ____________________________________________________________________________
2054 [  7134] By: jhi                                   on 2000/10/03  15:00:34
2055         Log: Subject: [ID 20001003.006] B::Debug not -w clean
2056              From: Nicholas Clark <nick@babyhippo.co.uk>
2057              Date: Tue, 03 Oct 2000 15:46:32 +0100
2058              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
2059      Branch: perl
2060            ! ext/B/B/Debug.pm
2061 ____________________________________________________________________________
2062 [  7133] By: jhi                                   on 2000/10/03  14:58:39
2063         Log: Scale down the VMS message boxes, by Charles Lane.
2064              Fix for ID 20000903.009, workaround at
2065              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
2066      Branch: perl
2067            ! vms/vms.c
2068 ____________________________________________________________________________
2069 [  7132] By: jhi                                   on 2000/10/03  11:20:37
2070         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
2071      Branch: perl
2072            + t/lib/st-lock.t t/lib/st-utf8.t
2073            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
2074            ! ext/Storable/Storable.xs t/lib/st-recurse.t
2075 ____________________________________________________________________________
2076 [  7131] By: jhi                                   on 2000/10/03  03:38:23
2077         Log: Encode nits.
2078      Branch: perl
2079            ! MANIFEST Makefile.SH
2080 ____________________________________________________________________________
2081 [  7130] By: jhi                                   on 2000/10/03  03:31:05
2082         Log: Update Changes.
2083      Branch: perl
2084            ! Changes patchlevel.h
2085 ____________________________________________________________________________
2086 [  7129] By: jhi                                   on 2000/10/03  02:24:02
2087         Log: Misplaced else.
2088      Branch: metaconfig/U/perl
2089            ! d_strtoll.U
2090      Branch: perl
2091            ! Configure config_h.SH
2092 ____________________________________________________________________________
2093 [  7128] By: jhi                                   on 2000/10/03  02:08:29
2094         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
2095              From: sthoenna@efn.org
2096              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
2097              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
2098      Branch: metaconfig/U/perl
2099            ! d_strtoll.U
2100      Branch: perl
2101            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
2102 ____________________________________________________________________________
2103 [  7127] By: jhi                                   on 2000/10/03  01:13:14
2104         Log: Update Changes.
2105      Branch: perl
2106            ! Changes patchlevel.h
2107 ____________________________________________________________________________
2108 [  7126] By: jhi                                   on 2000/10/03  00:57:08
2109         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
2110              as suggested by Olaf Flebbe and Nick Clark.
2111      Branch: perl
2112            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
2113 ____________________________________________________________________________
2114 [  7125] By: jhi                                   on 2000/10/03  00:50:56
2115         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
2116              From: Nick Clark <nick@plum.flirble.org>
2117              Date: Mon, 2 Oct 2000 11:03:24 +0100
2118              Message-Id: <20001002110324.D20073@plum.flirble.org>
2119      Branch: perl
2120            ! t/lib/encode.t
2121 ____________________________________________________________________________
2122 [  7124] By: jhi                                   on 2000/10/03  00:34:59
2123         Log: Subject: [PATCH 5.7.0] Epoc update
2124              From: Olaf Flebbe <o.flebbe@gmx.de>
2125              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
2126              Message-ID: <26423.969484586@www10.gmx.net>
2127      Branch: perl
2128            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
2129            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
2130            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
2131            ! util.c util.h
2132 ____________________________________________________________________________
2133 [  7123] By: jhi                                   on 2000/10/03  00:30:07
2134         Log: Regen headers.
2135      Branch: perl
2136            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
2137 ____________________________________________________________________________
2138 [  7122] By: jhi                                   on 2000/10/03  00:10:48
2139         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
2140      Branch: perl
2141            ! hints/openbsd.sh
2142 ____________________________________________________________________________
2143 [  7121] By: jhi                                   on 2000/10/03  00:05:06
2144         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
2145              From: <abigail@foad.org>
2146              Date: Tue, 26 Sep 2000 13:36:14 -0400
2147              Message-ID: <20000926173614.4356.qmail@foad.org>
2148      Branch: perl
2149            ! pod/perlop.pod
2150 ____________________________________________________________________________
2151 [  7120] By: jhi                                   on 2000/10/03  00:04:00
2152         Log: Inside require() $^S was always left undefined.
2153              
2154              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
2155              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2156              Date: Wed, 27 Sep 2000 18:54:49 -0400
2157              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
2158      Branch: perl
2159            ! cop.h mg.c pp_ctl.c util.c
2160 ____________________________________________________________________________
2161 [  7119] By: jhi                                   on 2000/10/03  00:00:16
2162         Log: Subject: [PATCH] DLL not restartabke with threaded perl
2163              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
2164              Date: Thu, 28 Sep 2000 09:20:46 +0100
2165              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
2166      Branch: perl
2167            ! perl.c
2168 ____________________________________________________________________________
2169 [  7118] By: jhi                                   on 2000/10/02  23:59:20
2170         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
2171              From: Nicholas Clark <nick@ccl4.org>
2172              Date: Thu, 28 Sep 2000 11:52:24 +0100
2173              Message-ID: <20000928115224.D7924@plum.flirble.org>
2174      Branch: perl
2175            ! op.c
2176 ____________________________________________________________________________
2177 [  7117] By: jhi                                   on 2000/10/02  23:57:51
2178         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
2179              From: Nicholas Clark <nick@babyhippo.co.uk>
2180              Date: Thu, 28 Sep 2000 12:18:10 +0100
2181              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
2182              
2183              Did not apply cleanly, manual intervention was needed.
2184      Branch: perl
2185            ! ext/B/B/Bytecode.pm utils/perlcc.PL
2186 ____________________________________________________________________________
2187 [  7116] By: jhi                                   on 2000/10/02  23:50:40
2188         Log: Document the issue (is not a syntax error, kind of)
2189              
2190              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
2191              From: Nicholas Clark <nick@ccl4.org>
2192              Date: Thu, 28 Sep 2000 17:12:42 +0100
2193              Message-ID: <20000928171242.K7924@plum.flirble.org>
2194      Branch: perl
2195            ! pod/perldata.pod
2196 ____________________________________________________________________________
2197 [  7115] By: jhi                                   on 2000/10/02  23:48:58
2198         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
2199              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2200              Date: Thu, 28 Sep 2000 21:55:31 -0400
2201              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
2202      Branch: perl
2203            ! regexec.c
2204 ____________________________________________________________________________
2205 [  7114] By: jhi                                   on 2000/10/02  23:47:57
2206         Log: Subject: DOC PATCH 5.6.0
2207              From: mjd@plover.com
2208              Date: 30 Sep 2000 06:02:34 -0000
2209              Message-ID: <20000930060234.4559.qmail@plover.com>
2210      Branch: perl
2211            ! pod/perldebguts.pod
2212 ____________________________________________________________________________
2213 [  7113] By: jhi                                   on 2000/10/02  23:46:43
2214         Log: SOCK_DGRAM and listen() do not mix as reported in
2215              
2216              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
2217              From: Petter Reinholdtsen <pere@hungry.com>
2218              Date: Sun, 1 Oct 2000 10:57:20 +0800
2219              Message-Id: <200010010257.KAA05735@localhost.localdomain>
2220              
2221              The patch for 5.7.0+ had to be reengineered, though.
2222      Branch: perl
2223            ! ext/IO/lib/IO/Socket/UNIX.pm
2224 ____________________________________________________________________________
2225 [  7112] By: jhi                                   on 2000/10/02  23:36:57
2226         Log: Subject: Re: [PATCH 5.005_64 missed]
2227              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2228              Date: Sun, 1 Oct 2000 18:50:10 -0400
2229              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
2230      Branch: perl
2231            ! pod/perlxs.pod
2232 ____________________________________________________________________________
2233 [  7111] By: jhi                                   on 2000/10/02  23:35:40
2234         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
2235              From: Radu Greab <radu@netsoft.ro>
2236              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
2237              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
2238      Branch: perl
2239            ! op.c opcode.pl t/op/substr.t
2240 ____________________________________________________________________________
2241 [  7110] By: jhi                                   on 2000/10/02  23:32:38
2242         Log: Subject: [PATCH] Fix aliasing of tied filehandles
2243              From: Daniel Chetlin <daniel@chetlin.com>
2244              Date: Mon, 2 Oct 2000 14:53:27 -0700
2245              Message-ID: <20001002145327.C1617@ilmd>
2246      Branch: perl
2247            ! perl.h pp_hot.c t/op/tiehandle.t
2248 ____________________________________________________________________________
2249 [  7109] By: jhi                                   on 2000/10/02  23:31:30
2250         Log: s/Robin Parker/Robin Barker/
2251      Branch: perl
2252            ! Changes5.6
2253 ____________________________________________________________________________
2254 [  7108] By: jhi                                   on 2000/10/02  23:15:46
2255         Log: Retract #7091 as suggested in
2256              
2257              From: Robin Barker <rmb1@cise.npl.co.uk> 
2258              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
2259              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
2260              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
2261      Branch: perl
2262            ! embed.pl proto.h
2263 ____________________________________________________________________________
2264 [  7107] By: nick                                  on 2000/10/02  18:23:14
2265         Log: A few tweaks to get Tk803 to work with Encode scheme.
2266      Branch: perl
2267            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
2268 ____________________________________________________________________________
2269 [  7106] By: nick                                  on 2000/10/01  21:34:14
2270         Log: Add checking cases to Encode's toUnicode and fromUnicode.
2271      Branch: perl
2272            ! ext/Encode/Encode.pm
2273 ____________________________________________________________________________
2274 [  7105] By: nick                                  on 2000/10/01  17:18:01
2275         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
2276              To read and use them.
2277              Add a lib/encode.t which checks a few things.
2278      Branch: perl
2279            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
2280            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
2281            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
2282            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
2283            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
2284            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
2285            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
2286            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
2287            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
2288            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
2289            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
2290            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
2291            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
2292            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
2293            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
2294            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
2295            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
2296            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
2297            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
2298            + ext/Encode/Encode/iso2022-jp.enc
2299            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
2300            + ext/Encode/Encode/iso8859-1.enc
2301            + ext/Encode/Encode/iso8859-2.enc
2302            + ext/Encode/Encode/iso8859-3.enc
2303            + ext/Encode/Encode/iso8859-4.enc
2304            + ext/Encode/Encode/iso8859-5.enc
2305            + ext/Encode/Encode/iso8859-6.enc
2306            + ext/Encode/Encode/iso8859-7.enc
2307            + ext/Encode/Encode/iso8859-8.enc
2308            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
2309            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
2310            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
2311            + ext/Encode/Encode/macCentEuro.enc
2312            + ext/Encode/Encode/macCroatian.enc
2313            + ext/Encode/Encode/macCyrillic.enc
2314            + ext/Encode/Encode/macDingbats.enc
2315            + ext/Encode/Encode/macGreek.enc
2316            + ext/Encode/Encode/macIceland.enc
2317            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
2318            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
2319            + ext/Encode/Encode/macTurkish.enc
2320            + ext/Encode/Encode/macUkraine.enc
2321            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
2322            + t/lib/encode.t
2323            ! MANIFEST ext/Encode/Encode.pm
2324 ____________________________________________________________________________
2325 [  7104] By: nick                                  on 2000/09/30  13:04:30
2326         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
2327              From: Daniel Chetlin <daniel@chetlin.com>
2328              Date: Mon, 18 Sep 2000 05:05:40 -0700
2329              Message-Id: <20000918050540.C652@ilmd>
2330      Branch: perl
2331            ! lib/overload.pm sv.c t/pragma/overload.t
2332 ____________________________________________________________________________
2333 [  7103] By: nick                                  on 2000/09/30  12:53:36
2334         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
2335              From: Johan Vromans <jvromans@squirrel.nl>
2336              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
2337              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
2338      Branch: perl
2339            ! pod/Makefile.SH
2340 ____________________________________________________________________________
2341 [  7102] By: nick                                  on 2000/09/30  12:52:31
2342         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
2343              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2344              Date: Sat, 16 Sep 2000 16:36:45 -0400
2345              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
2346      Branch: perl
2347            ! ext/B/B/Deparse.pm
2348 ____________________________________________________________________________
2349 [  7101] By: nick                                  on 2000/09/30  12:51:41
2350         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
2351              From: Craig A. Berry <craig.berry@psinetcs.com>
2352              Date: Sat, 16 Sep 2000 10:11:10 -0500
2353              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
2354      Branch: perl
2355            ! vms/vms.c
2356 ____________________________________________________________________________
2357 [  7100] By: nick                                  on 2000/09/30  12:50:33
2358         Log: Subject: Re: unicode support and perl [ID 20000901.097]
2359              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2360              Date: Fri, 15 Sep 2000 16:37:58 -0400
2361              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
2362      Branch: perl
2363            ! t/op/append.t
2364 ____________________________________________________________________________
2365 [  7099] By: nick                                  on 2000/09/30  12:49:35
2366         Log: Subject: Re: unicode support and perl [ID 20000901.097]
2367              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2368              Date: Fri, 15 Sep 2000 16:25:30 -0400
2369              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
2370      Branch: perl
2371            ! pp_hot.c
2372 ____________________________________________________________________________
2373 [  7098] By: nick                                  on 2000/09/30  12:48:00
2374         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
2375              From: Gisle Aas <gisle@ActiveState.com>
2376              Date: 15 Sep 2000 16:23:41 +0200
2377              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
2378      Branch: perl
2379            ! toke.c
2380 ____________________________________________________________________________
2381 [  7097] By: nick                                  on 2000/09/30  12:45:16
2382         Log: Subject: [PATCH] Nits in perlmod.pod
2383              From: Daniel Chetlin <daniel@chetlin.com>
2384              Date: Fri, 15 Sep 2000 02:04:09 -0700
2385              Message-Id: <20000915020409.A2104@ilmd>
2386      Branch: perl
2387            ! pod/perlmod.pod
2388 ____________________________________________________________________________
2389 [  7096] By: nick                                  on 2000/09/30  12:18:00
2390         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
2391              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
2392              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
2393              0 to checking to get the warning.
2394      Branch: perl
2395            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
2396            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
2397            ! regexec.c sv.c toke.c utf8.c
2398 ____________________________________________________________________________
2399 [  7095] By: nick                                  on 2000/09/15  16:55:59
2400         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
2401              
2402              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
2403              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2404              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
2405              Date: Fri, 15 Sep 2000 06:37:30 -0400
2406      Branch: perl
2407            ! ext/Encode/Encode.xs sv.c
2408 ____________________________________________________________________________
2409 [  7094] By: jhi                                   on 2000/09/15  03:23:32
2410         Log: Update Changes.
2411      Branch: perl
2412            ! Changes patchlevel.h
2413 ____________________________________________________________________________
2414 [  7093] By: jhi                                   on 2000/09/15  03:11:44
2415         Log: Fix for the charnames.t failures from Spider Boardman.
2416      Branch: perl
2417            ! toke.c
2418 ____________________________________________________________________________
2419 [  7092] By: jhi                                   on 2000/09/15  00:15:48
2420         Log: Botched the #7090 check-in.
2421      Branch: perl
2422            ! sv.c
2423 ____________________________________________________________________________
2424 [  7091] By: jhi                                   on 2000/09/14  23:33:24
2425         Log: Part of #7081 didn't come through.
2426      Branch: perl
2427            ! embed.pl proto.h
2428 ____________________________________________________________________________
2429 [  7090] By: jhi                                   on 2000/09/14  23:17:39
2430         Log: Subject: Re: perl@7078 
2431              From: Spider Boardman <spider@web.zk3.dec.com>
2432              Date: Thu, 14 Sep 2000 19:06:36 -0400
2433              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
2434      Branch: perl
2435            ! sv.c toke.c
2436 ____________________________________________________________________________
2437 [  7089] By: jhi                                   on 2000/09/14  23:11:21
2438         Log: Small portability tweaks.
2439      Branch: perl
2440            ! ext/Encode/Encode.xs
2441 ____________________________________________________________________________
2442 [  7088] By: jhi                                   on 2000/09/14  22:57:23
2443         Log: Fake return to pacify picky compilers.
2444      Branch: perl
2445            ! ext/Encode/Encode.xs
2446 ____________________________________________________________________________
2447 [  7087] By: jhi                                   on 2000/09/14  22:53:37
2448         Log: Subject: [PATCH] utf8.c apidoc
2449              From: Simon Cozens <simon@cozens.net>
2450              Date: Thu, 14 Sep 2000 23:46:57 +0100
2451              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
2452      Branch: perl
2453            ! perlapi.c pod/perlapi.pod utf8.c
2454 ____________________________________________________________________________
2455 [  7086] By: jhi                                   on 2000/09/14  22:40:38
2456         Log: We don't need to count the high bit bytes, a boolean is enough. 
2457      Branch: perl
2458            ! sv.c
2459 ____________________________________________________________________________
2460 [  7085] By: jhi                                   on 2000/09/14  21:20:09
2461         Log: Replace #7084 with
2462              
2463              Subject: Re: perl@7078 
2464              From: Spider Boardman <spider@web.zk3.dec.com>
2465              Date: Thu, 14 Sep 2000 17:09:36 -0400
2466              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
2467      Branch: perl
2468            ! sv.c utf8.c
2469 ____________________________________________________________________________
2470 [  7084] By: jhi                                   on 2000/09/14  20:03:34
2471         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
2472              convertable to bytes by checking it doesn't go above 0xc3
2473              
2474              Subject: Re: perl@7078
2475              From: Simon Cozens <simon@cozens.net>
2476              Date: Thu, 14 Sep 2000 20:59:19 +0100
2477              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
2478      Branch: perl
2479            ! utf8.c
2480 ____________________________________________________________________________
2481 [  7083] By: jhi                                   on 2000/09/14  19:38:47
2482         Log: Subject: Re: perl@7078
2483              From: Simon Cozens <simon@cozens.net>
2484              Date: Thu, 14 Sep 2000 20:13:09 +0100
2485              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
2486      Branch: perl
2487            ! t/op/bop.t
2488 ____________________________________________________________________________
2489 [  7082] By: jhi                                   on 2000/09/14  17:50:44
2490         Log: The one that got away.
2491      Branch: perl
2492            ! lib/File/Find.pm
2493 ____________________________________________________________________________
2494 [  7081] By: jhi                                   on 2000/09/14  17:45:35
2495         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
2496              From: Robin Barker <rmb1@cise.npl.co.uk>
2497              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
2498              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
2499      Branch: perl
2500            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
2501            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
2502            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
2503            ! regcomp.c toke.c universal.c
2504 ____________________________________________________________________________
2505 [  7080] By: jhi                                   on 2000/09/14  17:40:35
2506         Log: Problems picked up by AIX cc.
2507              
2508              Subject: Re: perl@7078 (patch included)
2509              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2510              Date: Thu, 14 Sep 2000 18:53:30 +0200
2511              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
2512      Branch: perl
2513            ! ext/Encode/Encode.xs
2514 ____________________________________________________________________________
2515 [  7079] By: jhi                                   on 2000/09/14  17:38:27
2516         Log: Subject: File::Find 5.7.0 POD nits
2517              From: Rich Morin <rdm@cfcl.com>
2518              Date: Wed, 13 Sep 2000 22:03:58 -0700
2519              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
2520      Branch: perl
2521            ! lib/File/Find.pm
2522 ____________________________________________________________________________
2523 [  7078] By: jhi                                   on 2000/09/14  14:58:20
2524         Log: Update Changes.
2525      Branch: perl
2526            ! Changes patchlevel.h
2527 ____________________________________________________________________________
2528 [  7077] By: jhi                                   on 2000/09/14  14:55:54
2529         Log: Compilation warnings and an error.
2530      Branch: perl
2531            ! sv.c
2532 ____________________________________________________________________________
2533 [  7076] By: jhi                                   on 2000/09/14  14:42:56
2534         Log: Fix for a parsing bug, not for the original bug.
2535              
2536              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
2537              From: Spider Boardman <spider@web.zk3.dec.com>
2538              Date: Wed, 13 Sep 2000 17:52:20 -0400
2539              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
2540      Branch: perl
2541            ! regcomp.c
2542 ____________________________________________________________________________
2543 [  7075] By: jhi                                   on 2000/09/14  14:40:40
2544         Log: Batch of UTF-8 patches from Simon Cozens.
2545      Branch: perl
2546            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
2547            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
2548            ! toke.c utf8.c
2549 ____________________________________________________________________________
2550 [  7074] By: jhi                                   on 2000/09/14  14:29:58
2551         Log: Subject: Re: Two advertising clauses need to be removed
2552              From: Russ Allbery <rra@stanford.edu>
2553              Date: 13 Sep 2000 18:50:26 -0700
2554              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
2555      Branch: perl
2556            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
2557 ____________________________________________________________________________
2558 [  7073] By: jhi                                   on 2000/09/14  14:28:20
2559         Log: Subject: [PATCH] de-wall t/README
2560              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2561              Date: Wed, 13 Sep 2000 17:46:55 -0700
2562              Message-ID: <//Bw5gzkge/e092yn@efn.org>
2563      Branch: perl
2564            ! t/README
2565 ____________________________________________________________________________
2566 [  7072] By: jhi                                   on 2000/09/14  14:25:10
2567         Log: Hints optimization.
2568              
2569              Subject: Minor nit
2570              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2571              Date: Wed, 13 Sep 2000 21:42:07 +0200
2572              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
2573      Branch: perl
2574            ! hints/hpux.sh
2575 ____________________________________________________________________________
2576 [  7071] By: jhi                                   on 2000/09/14  14:23:30
2577         Log: Allow chop() and chomp() to be overridden.
2578              
2579              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
2580              From: "Casey R. Tweten" <crt@kiski.net>
2581              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
2582              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
2583      Branch: perl
2584            ! toke.c
2585 ____________________________________________________________________________
2586 [  7070] By: jhi                                   on 2000/09/14  14:20:36
2587         Log: The return value of setlocale must be copied away.
2588              
2589              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
2590              From: Alan Burlison <Alan.Burlison@uk.sun.com>
2591              Date: Wed, 13 Sep 2000 16:27:37 +0100 
2592              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
2593      Branch: perl
2594            ! util.c
2595 ____________________________________________________________________________
2596 [  7069] By: jhi                                   on 2000/09/14  14:16:27
2597         Log: Remove vestiges of tr//CU.
2598              
2599              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
2600              From: Nick Clark <nick@plum.flirble.org>
2601              Date: Tue, 12 Sep 2000 22:50:14 +0100
2602              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
2603              
2604              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
2605              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2606              Date: Tue, 12 Sep 2000 21:38:48 -0700
2607              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
2608      Branch: perl
2609            ! op.h pod/perlunicode.pod
2610 ____________________________________________________________________________
2611 [  7068] By: jhi                                   on 2000/09/13  14:18:39
2612         Log: Add the Encode extension.  The code is still largely just skeleton.
2613      Branch: perl
2614            + ext/Encode/Encode.pm ext/Encode/Encode.xs
2615            + ext/Encode/Makefile.PL ext/Encode/Todo
2616            ! MANIFEST Todo-5.6
2617 ____________________________________________________________________________
2618 [  7067] By: jhi                                   on 2000/09/12  17:43:33
2619         Log: Allow for whitespace between "#" and "line" in cpp output.
2620              
2621              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
2622              From: Calle Dybedahl <calle@lysator.liu.se>
2623              Date: 12 Sep 2000 19:38:02 +0200 
2624              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
2625      Branch: perl
2626            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
2627 ____________________________________________________________________________
2628 [  7066] By: gsar                                  on 2000/09/12  17:24:29
2629         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
2630              initialization in all the threads on Windows
2631      Branch: perl
2632            ! win32/win32.c
2633 ____________________________________________________________________________
2634 [  7065] By: jhi                                   on 2000/09/12  15:11:31
2635         Log: Update Changes.
2636      Branch: perl
2637            ! Changes patchlevel.h
2638 ____________________________________________________________________________
2639 [  7064] By: jhi                                   on 2000/09/12  14:54:54
2640         Log: Retract #7062, the pod tests are not ready.
2641      Branch: perl
2642            ! t/TEST t/harness
2643 ____________________________________________________________________________
2644 [  7063] By: jhi                                   on 2000/09/12  14:25:41
2645         Log: The #7054 truncated Configure badly.
2646      Branch: metaconfig/U/perl
2647            ! End.U
2648      Branch: perl
2649            ! Configure config_h.SH
2650 ____________________________________________________________________________
2651 [  7062] By: jhi                                   on 2000/09/12  14:08:32
2652         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
2653              From: sthoenna@efn.org
2654              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
2655              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
2656      Branch: perl
2657            ! t/TEST t/harness
2658 ____________________________________________________________________________
2659 [  7061] By: jhi                                   on 2000/09/12  14:07:18
2660         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
2661              From: sthoenna@efn.org
2662              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
2663              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
2664      Branch: perl
2665            ! pod/perlxs.pod
2666 ____________________________________________________________________________
2667 [  7060] By: jhi                                   on 2000/09/12  14:06:08
2668         Log: Break up the myconfig lines a bit.
2669              
2670              Subject: perlbug/perl -V output format
2671              From: sthoenna@efn.org
2672              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
2673              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
2674      Branch: perl
2675            ! myconfig.SH
2676 ____________________________________________________________________________
2677 [  7059] By: jhi                                   on 2000/09/12  14:05:04
2678         Log: Test for the #7049.
2679              
2680              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
2681              From: andreas.koenig@anima.de (Andreas J. Koenig)
2682              Date: 12 Sep 2000 06:42:01 +0200
2683              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
2684      Branch: perl
2685            ! t/op/my.t
2686 ____________________________________________________________________________
2687 [  7058] By: jhi                                   on 2000/09/12  14:03:05
2688         Log: Subject: [patch: perl@7045] vms updates
2689              From: Peter Prymmer <pvhp@forte.com>
2690              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
2691              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
2692      Branch: perl
2693            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
2694 ____________________________________________________________________________
2695 [  7057] By: jhi                                   on 2000/09/12  14:00:51
2696         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
2697              From: sthoenna@efn.org
2698              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
2699              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
2700      Branch: perl
2701            ! t/op/64bitint.t
2702 ____________________________________________________________________________
2703 [  7056] By: jhi                                   on 2000/09/12  13:58:14
2704         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
2705              From: Jeff Pinyan <jeffp@crusoe.net>
2706              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
2707              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
2708      Branch: perl
2709            ! pod/perlfunc.pod
2710 ____________________________________________________________________________
2711 [  7055] By: jhi                                   on 2000/09/12  13:56:32
2712         Log: Do in VMS as the #7054 does.
2713      Branch: perl
2714            ! configure.com
2715 ____________________________________________________________________________
2716 [  7054] By: jhi                                   on 2000/09/12  13:50:31
2717         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
2718              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2719              Date: Mon, 11 Sep 2000 08:33:09 +0100
2720              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
2721      Branch: metaconfig/U/perl
2722            ! End.U
2723      Branch: perl
2724            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
2725            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
2726 ____________________________________________________________________________
2727 [  7053] By: jhi                                   on 2000/09/12  13:29:19
2728         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
2729              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2730              Date:     Tue, 12 Sep 2000 08:35:59 EDT
2731              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
2732      Branch: perl
2733            ! vms/test.com
2734 ____________________________________________________________________________
2735 [  7052] By: jhi                                   on 2000/09/11  23:01:50
2736         Log: Document the SvUTF8*().
2737      Branch: perl
2738            ! pod/perlapi.pod sv.h
2739 ____________________________________________________________________________
2740 [  7051] By: gsar                                  on 2000/09/11  14:46:30
2741         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
2742              (missed a spot when fixing up op_pmreplroot hack for ithreads)
2743      Branch: perl
2744            ! op.c t/op/split.t
2745 ____________________________________________________________________________
2746 [  7050] By: nick                                  on 2000/09/11  10:03:51
2747         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
2748              
2749              Subject: borland C++ win32.c tweak
2750              From: Vadim Konovalov <vkonovalov@lucent.com>
2751              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
2752              Date: Mon, 11 Sep 2000 11:22:33 +0400
2753      Branch: perl
2754            ! win32/win32.c
2755 ____________________________________________________________________________
2756 [  7049] By: nick                                  on 2000/09/11  09:57:33
2757         Log: Point fix for s/// on foreach (keys %xxx).
2758      Branch: perl
2759            ! pp_hot.c
2760 ____________________________________________________________________________
2761 [  7048] By: jhi                                   on 2000/09/10  23:37:09
2762         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
2763              by Pod::Text, from Brad Appleton.
2764      Branch: perl
2765            ! t/pod/testp2pt.pl
2766 ____________________________________________________________________________
2767 [  7047] By: jhi                                   on 2000/09/10  14:32:53
2768         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
2769              by Russ Allbery.
2770      Branch: perl
2771            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
2772 ____________________________________________________________________________
2773 [  7046] By: jhi                                   on 2000/09/10  14:15:08
2774         Log: Upgrade to CPAN 1.57_65, from Andreas König.
2775      Branch: perl
2776            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2777 ____________________________________________________________________________
2778 [  7045] By: jhi                                   on 2000/09/08  21:36:32
2779         Log: Update Changes.
2780      Branch: perl
2781            ! Changes patchlevel.h
2782 ____________________________________________________________________________
2783 [  7044] By: jhi                                   on 2000/09/08  21:29:56
2784         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
2785              From: Peter Prymmer <pvhp@forte.com>
2786              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
2787              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
2788      Branch: perl
2789            ! configure.com
2790 ____________________________________________________________________________
2791 [  7043] By: jhi                                   on 2000/09/08  21:27:50
2792         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
2793              From: Peter Prymmer <pvhp@forte.com>
2794              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
2795              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
2796      Branch: perl
2797            ! Makefile.SH installperl
2798 ____________________________________________________________________________
2799 [  7042] By: jhi                                   on 2000/09/08  21:23:21
2800         Log: Continue #7041.
2801      Branch: perl
2802            ! cygwin/Makefile.SHs os2/Makefile.SHs
2803 ____________________________________________________________________________
2804 [  7041] By: jhi                                   on 2000/09/08  21:18:10
2805         Log: Do away with memory models cruft.  Sorry, PDP users.
2806      Branch: metaconfig
2807            ! U/modified/cc.U U/modified/libpth.U
2808      Branch: perl
2809            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
2810            ! Porting/config_H cflags.SH config_h.SH configure.com
2811            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
2812            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
2813            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
2814 ____________________________________________________________________________
2815 [  7040] By: jhi                                   on 2000/09/08  14:34:18
2816         Log: Major rewrite of s2p.  And I mean really major, it is
2817              an implementation of sed in perl.  If called as s2p it
2818              will function as s2p.  Note: needs non-UNIXifying.
2819              
2820              Subject: s2p
2821              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2822              Date: Mon, 28 Aug 2000 14:05:12 +0200
2823              Message-ID: <39AA5578.2102E2AA@alcatel.at>
2824      Branch: perl
2825            ! x2p/s2p.PL
2826 ____________________________________________________________________________
2827 [  7039] By: jhi                                   on 2000/09/08  14:19:49
2828         Log: Re-allow vec() for characters > 255.
2829              
2830              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
2831              From: Spider Boardman <spider@web.zk3.dec.com>
2832              Date: Fri, 08 Sep 2000 02:21:02 -0400
2833              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
2834      Branch: perl
2835            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2836            ! t/op/vec.t
2837 ____________________________________________________________________________
2838 [  7038] By: jhi                                   on 2000/09/08  14:14:18
2839         Log: Subject: [PATCH lib/Benchmark.pm]
2840              From: <abigail@foad.org>
2841              Date: Thu, 7 Sep 2000 15:03:20 -0400
2842              Message-ID: <20000907190320.888.qmail@foad.org>
2843      Branch: perl
2844            ! lib/Benchmark.pm
2845 ____________________________________________________________________________
2846 [  7037] By: jhi                                   on 2000/09/08  14:11:06
2847         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
2848              
2849              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
2850              From: Spider Boardman <spider@web.zk3.dec.com>
2851              Date: Fri, 08 Sep 2000 01:30:27 -0400
2852              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
2853      Branch: perl
2854            ! op.c
2855 ____________________________________________________________________________
2856 [  7036] By: jhi                                   on 2000/09/08  14:08:58
2857         Log: Subject: [ID 20000908.002] perlipc documentation bug.
2858              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
2859              Date: Fri, 08 Sep 2000 12:38:32 +0200
2860              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
2861      Branch: perl
2862            ! pod/perlipc.pod
2863 ____________________________________________________________________________
2864 [  7035] By: jhi                                   on 2000/09/08  14:03:12
2865         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
2866              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2867              Date: Fri, 08 Sep 2000 11:47:34 +0200
2868              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
2869      Branch: perl
2870            ! hints/dec_osf.sh
2871 ____________________________________________________________________________
2872 [  7034] By: jhi                                   on 2000/09/08  13:59:35
2873         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
2874              From: Simon Cozens <simon@cozens.net>
2875              Date: Thu, 7 Sep 2000 20:40:38 +0100
2876              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
2877      Branch: perl
2878            ! pp_hot.c
2879 ____________________________________________________________________________
2880 [  7033] By: jhi                                   on 2000/09/08  04:03:03
2881         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
2882              From: "Larry W. Virden" <lvirden@cas.org>
2883              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
2884              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
2885      Branch: perl
2886            ! pod/perldiag.pod
2887 ____________________________________________________________________________
2888 [  7032] By: jhi                                   on 2000/09/07  22:18:30
2889         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
2890              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
2891              Date: Mon, 04 Sep 2000 13:16:38 -0700
2892              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
2893      Branch: perl
2894            ! lib/perl5db.pl
2895 ____________________________________________________________________________
2896 [  7031] By: jhi                                   on 2000/09/07  22:02:29
2897         Log: Fix the ccversion detection for 5.1 and beyond.
2898              
2899              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
2900              From: Spider Boardman <spider@leggy.zk3.dec.com>
2901              Date: Thu, 7 Sep 2000 17:54:27 -0400
2902              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
2903      Branch: perl
2904            ! hints/dec_osf.sh
2905 ____________________________________________________________________________
2906 [  7030] By: jhi                                   on 2000/09/07  19:12:28
2907         Log: Fix for
2908              
2909              Subject: [ID 20000903.001] \w in utf8-strings
2910              From: Marc Lehmann <pcg@goof.com>
2911              Date: Sun, 03 Sep 2000 09:44:29 +0200
2912              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
2913              
2914              and various related nits.
2915      Branch: perl
2916            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
2917 ____________________________________________________________________________
2918 [  7029] By: jhi                                   on 2000/09/07  18:49:09
2919         Log: Fix the URL, but the server is still missing in action.
2920              
2921              Subject: [ID 20000905.002] perlfaq1.pod URL error
2922              From: "Larry W. Virden" <lvirden@cas.org>
2923              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
2924              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
2925      Branch: perl
2926            ! pod/perlfaq1.pod
2927 ____________________________________________________________________________
2928 [  7028] By: jhi                                   on 2000/09/07  18:47:13
2929         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
2930              From: Hugo <hv@crypt.compulink.co.uk>
2931              Date: Tue, 05 Sep 2000 14:13:37 +0100
2932              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
2933      Branch: perl
2934            ! toke.c
2935 ____________________________________________________________________________
2936 [  7027] By: jhi                                   on 2000/09/07  18:45:35
2937         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
2938              From: Daniel Chetlin <daniel@chetlin.com>
2939              Date: Tue, 5 Sep 2000 04:57:07 -0700
2940              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
2941      Branch: perl
2942            ! pod/perlfaq6.pod pod/perlop.pod
2943 ____________________________________________________________________________
2944 [  7026] By: jhi                                   on 2000/09/07  18:44:01
2945         Log: Document the new ref() semantics.
2946              
2947              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
2948              From: Gisle Aas <gisle@ActiveState.com>
2949              Date: 05 Sep 2000 08:10:30 +0200
2950              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
2951      Branch: perl
2952            ! pod/perldelta.pod
2953 ____________________________________________________________________________
2954 [  7025] By: jhi                                   on 2000/09/07  18:42:27
2955         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
2956              
2957              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
2958              From: Gisle Aas <gisle@ActiveState.com>
2959              Date: 05 Sep 2000 08:11:40 +0200
2960              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
2961      Branch: perl
2962            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
2963 ____________________________________________________________________________
2964 [  7024] By: jhi                                   on 2000/09/07  18:39:32
2965         Log: Subject: [PATCH] Modernize Opcode.pm documentation
2966              From: Gisle Aas <gisle@ActiveState.com>
2967              Date: 4 Sep 2000 00:18:55 -0000
2968              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
2969      Branch: perl
2970            ! ext/Opcode/Opcode.pm
2971 ____________________________________________________________________________
2972 [  7023] By: jhi                                   on 2000/09/07  18:37:42
2973         Log: Subject: [PATCH] Tied filehandle documentation
2974              From: Gisle Aas <gisle@ActiveState.com>
2975              Date: 4 Sep 2000 00:14:40 -0000
2976              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
2977      Branch: perl
2978            ! pod/perlfunc.pod pod/perltie.pod
2979 ____________________________________________________________________________
2980 [  7022] By: jhi                                   on 2000/09/07  18:35:37
2981         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
2982              From: Gisle Aas <gisle@ActiveState.com>
2983              Date: 4 Sep 2000 00:04:22 -0000
2984              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
2985      Branch: perl
2986            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
2987 ____________________________________________________________________________
2988 [  7021] By: jhi                                   on 2000/09/07  18:33:22
2989         Log: Subject: small apidoc fix
2990              From: Marc Lehmann <pcg@goof.com>
2991              Date: Sun, 3 Sep 2000 05:12:06 +0200
2992              Message-ID: <20000903051206.A5909@cerebro.laendle>
2993      Branch: perl
2994            ! pod/perlapi.pod utf8.c
2995 ____________________________________________________________________________
2996 [  7020] By: jhi                                   on 2000/09/07  16:14:57
2997         Log: Tiny perldelta nits.
2998      Branch: perl
2999            ! pod/perldelta.pod
3000 ____________________________________________________________________________
3001 [  7019] By: jhi                                   on 2000/09/07  16:04:20
3002         Log: Guard against bad string->int conversion for quads.
3003      Branch: perl
3004            ! t/op/64bitint.t
3005 ____________________________________________________________________________
3006 [  7018] By: jhi                                   on 2000/09/06  17:07:03
3007         Log: Update Unicode todo list.
3008      Branch: perl
3009            ! Todo-5.6
3010 ____________________________________________________________________________
3011 [  7017] By: jhi                                   on 2000/09/05  21:16:01
3012         Log: Document the SvIOK_.*UV().
3013      Branch: perl
3014            ! pod/perlapi.pod sv.h
3015 ____________________________________________________________________________
3016 [  7016] By: nick                                  on 2000/09/03  21:54:46
3017         Log: Hash lookup of constant strings optimization:
3018              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
3019              to string table (as per sharepvn). Add newSV_pvn_share to create such
3020              a thing. Make hv.c compare addresses of strings and skip string compare
3021              if equal. Make method_named and helem ops use these shared-string SVs
3022              when arg is constant. Make keys op return shared-string SVs (less clearly
3023              a win).
3024      Branch: perl
3025            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
3026            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
3027            ! pod/perlintern.pod pp_hot.c proto.h sv.c
3028 ____________________________________________________________________________
3029 [  7015] By: jhi                                   on 2000/09/02  17:48:59
3030         Log: This is 5.7.0.
3031      Branch: perl
3032            ! Changes
3033 ____________________________________________________________________________
3034 [  7014] By: jhi                                   on 2000/09/02  17:35:45
3035         Log: Changes and patchlevel tweaks.
3036      Branch: perl
3037            ! Changes patchlevel.h
3038 ____________________________________________________________________________
3039 [  7013] By: jhi                                   on 2000/09/02  17:30:50
3040         Log: Update Changes.
3041      Branch: perl
3042            ! Changes patchlevel.h
3043 ____________________________________________________________________________
3044 [  7012] By: nick                                  on 2000/09/02  17:25:20
3045         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
3046      Branch: perl
3047            ! gv.c lib/overload.pm
3048 ____________________________________________________________________________
3049 [  7011] By: jhi                                   on 2000/09/02  17:16:25
3050         Log: Update perlhist.
3051      Branch: perl
3052            ! pod/perlhist.pod
3053 ____________________________________________________________________________
3054 [  7010] By: jhi                                   on 2000/09/02  17:01:35
3055         Log: perldelta nits.
3056      Branch: perl
3057            ! pod/perldelta.pod
3058 ____________________________________________________________________________
3059 [  7009] By: nick                                  on 2000/09/02  16:48:35
3060         Log: If overloaded %{} etc. return the object do not loop.
3061              Thus  sub deref { $_[0] } functions if object is wanted type.
3062      Branch: perl
3063            ! pp.h
3064 ____________________________________________________________________________
3065 [  7008] By: jhi                                   on 2000/09/02  16:26:11
3066         Log: Retab MANIFEST.
3067      Branch: perl
3068            ! ext/Storable/MANIFEST
3069 ____________________________________________________________________________
3070 [  7007] By: jhi                                   on 2000/09/02  16:23:02
3071         Log: Make certain cc is set before trying to run it.
3072      Branch: perl
3073            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
3074 ____________________________________________________________________________
3075 [  7006] By: jhi                                   on 2000/09/02  15:45:41
3076         Log: Unicode notes.
3077      Branch: perl
3078            ! pod/perldelta.pod
3079 ____________________________________________________________________________
3080 [  7005] By: jhi                                   on 2000/09/02  15:42:11
3081         Log: Various Configure nits by Philip Newton,
3082              plus the ebcdic one by me.
3083      Branch: metaconfig
3084            + U/modified/pager.U
3085            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
3086      Branch: metaconfig/U/perl
3087            ! Devel.U quadfio.U
3088      Branch: perl
3089            ! Configure config_h.SH
3090 ____________________________________________________________________________
3091 [  7004] By: jhi                                   on 2000/09/02  15:06:14
3092         Log: Apparently avoiding the swapping is too costly.
3093              
3094              From: "Ben Tilly" <ben_tilly@hotmail.com>
3095              Subject: Re: the door is closed.
3096              Date: Fri, 01 Sep 2000 20:23:16 EDT
3097              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
3098      Branch: perl
3099            ! pod/perlfaq4.pod
3100 ____________________________________________________________________________
3101 [  7003] By: nick                                  on 2000/09/02  12:26:04
3102         Log: Undo part of change 6489 which looks like a bulk edit which
3103              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
3104              The supressing of main:: on return from select() is undesirable.
3105      Branch: perl
3106            ! pp_sys.c
3107 ____________________________________________________________________________
3108 [  7002] By: jhi                                   on 2000/09/01  23:08:54
3109         Log: Update Changes.
3110      Branch: perl
3111            ! Changes patchlevel.h
3112 ____________________________________________________________________________
3113 [  7001] By: jhi                                   on 2000/09/01  23:00:13
3114         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
3115              From: Peter Prymmer <pvhp@forte.com>
3116              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
3117              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
3118              
3119              plus rework the http: spots as suggested by Tom Christiansen,
3120              plus regen perltoc.
3121      Branch: perl
3122            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
3123            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
3124 ____________________________________________________________________________
3125 [  7000] By: jhi                                   on 2000/09/01  22:36:01
3126         Log: Only the first line, thank you very much.
3127      Branch: perl
3128            ! hints/solaris_2.sh
3129 ____________________________________________________________________________
3130 [  6999] By: gsar                                  on 2000/09/01  22:16:40
3131         Log: change#6791 accidentally clobbered change#6710, put it back
3132      Branch: perl
3133            ! win32/win32.c
3134 ____________________________________________________________________________
3135 [  6998] By: jhi                                   on 2000/09/01  22:14:16
3136         Log: Mention the HP-UX LP64 freak failure.
3137      Branch: perl
3138            ! pod/perldelta.pod
3139 ____________________________________________________________________________
3140 [  6997] By: jhi                                   on 2000/09/01  21:48:32
3141         Log: Detypo.
3142      Branch: perl
3143            ! hints/hpux.sh
3144 ____________________________________________________________________________
3145 [  6996] By: jhi                                   on 2000/09/01  21:27:10
3146         Log: Update Changes.
3147      Branch: perl
3148            ! Changes patchlevel.h
3149 ____________________________________________________________________________
3150 [  6995] By: jhi                                   on 2000/09/01  21:14:24
3151         Log: Mi splgn s gnin.g
3152      Branch: perl
3153            ! pp_ctl.c
3154 ____________________________________________________________________________
3155 [  6994] By: jhi                                   on 2000/09/01  21:09:54
3156         Log: Subject: http:// in L<>
3157              From: Nicholas Clark <nick@ccl4.org>
3158              Date: Fri, 1 Sep 2000 22:03:21 +0100
3159              Message-ID: <20000901220321.B72074@plum.flirble.org>
3160      Branch: perl
3161            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
3162 ____________________________________________________________________________
3163 [  6993] By: jhi                                   on 2000/09/01  21:06:54
3164         Log: Update to Storable 1.0, from Raphael Manfredi.
3165      Branch: perl
3166            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
3167            ! ext/Storable/Makefile.PL ext/Storable/README
3168            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
3169            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
3170            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
3171            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
3172            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
3173            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
3174 ____________________________________________________________________________
3175 [  6992] By: jhi                                   on 2000/09/01  20:43:05
3176         Log: Mention known sfio+linux buglet.
3177      Branch: perl
3178            ! pod/perldelta.pod
3179 ____________________________________________________________________________
3180 [  6991] By: jhi                                   on 2000/09/01  20:40:11
3181         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
3182              From: Peter Prymmer <pvhp@forte.com>
3183              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
3184              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
3185      Branch: perl
3186            ! vms/vms.c
3187 ____________________________________________________________________________
3188 [  6990] By: jhi                                   on 2000/09/01  20:25:26
3189         Log: Retract #6986.
3190      Branch: perl
3191            ! hints/solaris_2.sh
3192 ____________________________________________________________________________
3193 [  6989] By: jhi                                   on 2000/09/01  20:23:00
3194         Log: Mergesort is back.
3195      Branch: perl
3196            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
3197 ____________________________________________________________________________
3198 [  6988] By: jhi                                   on 2000/09/01  19:37:40
3199         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
3200              From: Mike Guy <mjtg@cam.ac.uk>
3201              Date: Fri, 01 Sep 2000 17:43:33 +0100
3202              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
3203      Branch: perl
3204            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
3205            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
3206 ____________________________________________________________________________
3207 [  6987] By: jhi                                   on 2000/09/01  19:17:10
3208         Log: Regen perltoc.
3209      Branch: perl
3210            ! pod/perltoc.pod
3211 ____________________________________________________________________________
3212 [  6986] By: jhi                                   on 2000/09/01  18:51:10
3213         Log: Subject: Re: Solaris x86 has no SPARC libraries!
3214              From: Lupe Christoph <lupe@lupe-christoph.de>
3215              Date: Fri, 1 Sep 2000 20:41:20 +0200
3216              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
3217      Branch: perl
3218            ! hints/solaris_2.sh
3219 ____________________________________________________________________________
3220 [  6985] By: jhi                                   on 2000/09/01  18:28:10
3221         Log: Update Changes.
3222      Branch: perl
3223            ! Changes patchlevel.h
3224 ____________________________________________________________________________
3225 [  6984] By: jhi                                   on 2000/09/01  18:26:53
3226         Log: Feature ordering tweak.
3227      Branch: perl
3228            ! myconfig.SH
3229 ____________________________________________________________________________
3230 [  6983] By: jhi                                   on 2000/09/01  18:19:50
3231         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
3232              From: <abigail@foad.org>
3233              Date: Fri, 1 Sep 2000 13:07:32 -0400
3234              Message-ID: <20000901170732.18249.qmail@foad.org>
3235      Branch: perl
3236            ! t/pragma/overload.t
3237 ____________________________________________________________________________
3238 [  6982] By: jhi                                   on 2000/09/01  18:17:54
3239         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
3240              so that case-ignoring systems like DCL can tell them from
3241              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
3242      Branch: metaconfig/U/perl
3243            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
3244      Branch: perl
3245            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3246            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
3247            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
3248            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
3249            ! vos/config.def vos/config.h vos/config_h.SH_orig
3250            ! win32/config.bc win32/config.gc win32/config.vc
3251 ____________________________________________________________________________
3252 [  6981] By: nick                                  on 2000/09/01  17:21:57
3253         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
3254              warning when UNTIE exists and instead pass the cound of extra references to
3255              the UNTIE method.
3256      Branch: perl
3257            ! pod/perltie.pod pp_sys.c
3258 ____________________________________________________________________________
3259 [  6980] By: jhi                                   on 2000/09/01  16:54:44
3260         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
3261              From: Peter Prymmer <pvhp@forte.com>
3262              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
3263              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
3264      Branch: perl
3265            ! configure.com
3266 ____________________________________________________________________________
3267 [  6979] By: jhi                                   on 2000/09/01  16:06:20
3268         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
3269              From: Mike Guy <mjtg@cam.ac.uk> 
3270              Date: Fri, 01 Sep 2000 16:49:27 +0100
3271              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
3272      Branch: perl
3273            ! t/base/rs.t
3274 ____________________________________________________________________________
3275 [  6978] By: jhi                                   on 2000/09/01  16:00:42
3276         Log: Update to PodParser 1.18, from Brad Appleton.
3277      Branch: perl
3278            ! lib/Pod/Checker.pm t/pod/find.t
3279 ____________________________________________________________________________
3280 [  6977] By: jhi                                   on 2000/09/01  14:48:58
3281         Log: Subject: Nit in Configure (bleadperl@6961)
3282              From: Lupe Christoph <lupe@lupe-christoph.de>
3283              Date: Fri, 1 Sep 2000 16:34:29 +0200
3284              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
3285      Branch: metaconfig
3286            ! U/compline/ccflags.U
3287      Branch: perl
3288            ! Configure config_h.SH
3289 ____________________________________________________________________________
3290 [  6976] By: jhi                                   on 2000/09/01  14:39:52
3291         Log: Update Changes.
3292      Branch: perl
3293            ! Changes patchlevel.h
3294 ____________________________________________________________________________
3295 [  6975] By: jhi                                   on 2000/09/01  14:37:36
3296         Log: microperl config update.
3297      Branch: perl
3298            ! uconfig.h uconfig.sh
3299 ____________________________________________________________________________
3300 [  6974] By: jhi                                   on 2000/09/01  14:36:53
3301         Log: Document known deficiencies.
3302      Branch: perl
3303            ! pod/perldelta.pod
3304 ____________________________________________________________________________
3305 [  6973] By: jhi                                   on 2000/09/01  14:10:20
3306         Log: Mention warnings fixes and updates.
3307      Branch: perl
3308            ! pod/perldelta.pod
3309 ____________________________________________________________________________
3310 [  6972] By: jhi                                   on 2000/09/01  14:01:52
3311         Log: Drop unused argument.
3312              
3313              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
3314              From: Spider Boardman <spider@web.zk3.dec.com>
3315              Date: Thu, 31 Aug 2000 16:10:15 -0400
3316              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
3317      Branch: perl
3318            ! toke.c
3319 ____________________________________________________________________________
3320 [  6971] By: jhi                                   on 2000/09/01  13:59:24
3321         Log: Add the overload warnings to perldiag.
3322      Branch: perl
3323            ! lib/overload.pm pod/perldiag.pod
3324 ____________________________________________________________________________
3325 [  6970] By: jhi                                   on 2000/09/01  13:55:10
3326         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
3327              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3328              Date: Fri, 1 Sep 2000 13:43:15 +0100 
3329              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
3330      Branch: perl
3331            ! lib/overload.pm t/pragma/overload.t
3332 ____________________________________________________________________________
3333 [  6969] By: jhi                                   on 2000/09/01  13:52:27
3334         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
3335              From: <abigail@foad.org>
3336              Date: Fri, 1 Sep 2000 05:46:54 -0400
3337              Message-ID: <20000901094654.6476.qmail@foad.org>
3338      Branch: perl
3339            ! lib/overload.pm
3340 ____________________________________________________________________________
3341 [  6968] By: jhi                                   on 2000/09/01  13:50:05
3342         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
3343              From: Daniel Chetlin <daniel@chetlin.com>
3344              Date: Fri, 1 Sep 2000 02:10:55 -0700
3345              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
3346      Branch: perl
3347            ! pod/perlretut.pod
3348 ____________________________________________________________________________
3349 [  6967] By: jhi                                   on 2000/09/01  13:47:54
3350         Log: Part of the solution.
3351              
3352              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
3353              From: Mike Guy <mjtg@cam.ac.uk>
3354              Date: Fri, 01 Sep 2000 14:16:01 +0100
3355              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
3356      Branch: perl
3357            ! gv.c mg.c
3358 ____________________________________________________________________________
3359 [  6966] By: jhi                                   on 2000/09/01  13:46:17
3360         Log: Subject: CPAN.pm beta 1.57_57 for the core
3361              From: andreas.koenig@anima.de (Andreas J. Koenig)
3362              Date: 01 Sep 2000 15:16:31 +0200
3363              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
3364      Branch: perl
3365            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
3366 ____________________________________________________________________________
3367 [  6965] By: jhi                                   on 2000/09/01  13:43:18
3368         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
3369              From: "Craig A. Berry" <craig.berry@psinetcs.com>
3370              Date: Fri, 01 Sep 2000 01:47:22 -0500
3371              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
3372      Branch: perl
3373            ! pod/perldelta.pod vms/vms.c
3374 ____________________________________________________________________________
3375 [  6964] By: jhi                                   on 2000/09/01  13:35:35
3376         Log: File::Temp patches from Andreas König,
3377              
3378              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
3379              From: andreas.koenig@anima.de (Andreas J. Koenig)
3380              Date: 01 Sep 2000 10:07:20 +0200
3381              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
3382              
3383              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
3384              From: andreas.koenig@anima.de (Andreas J. Koenig)
3385              Date: 31 Aug 2000 23:26:08 +0200
3386              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
3387      Branch: perl
3388            ! lib/File/Temp.pm t/lib/ftmp-security.t
3389 ____________________________________________________________________________
3390 [  6963] By: jhi                                   on 2000/09/01  02:22:24
3391         Log: Retract the mergesort code, way too incompatible licensing
3392              and copyrights.
3393      Branch: perl
3394            ! pod/perldelta.pod pp_ctl.c
3395 ____________________________________________________________________________
3396 [  6962] By: jhi                                   on 2000/08/31  23:27:32
3397         Log: Update Changes.
3398      Branch: perl
3399            ! Changes patchlevel.h
3400 ____________________________________________________________________________
3401 [  6961] By: jhi                                   on 2000/08/31  23:20:04
3402         Log: Small tweaks all over.
3403      Branch: metaconfig
3404            ! U/compline/d_gconvert.U
3405      Branch: perl
3406            ! AUTHORS Configure config_h.SH pp_ctl.c
3407 ____________________________________________________________________________
3408 [  6960] By: jhi                                   on 2000/08/31  22:39:36
3409         Log: Further rewording.
3410      Branch: perl
3411            ! pp_ctl.c
3412 ____________________________________________________________________________
3413 [  6959] By: jhi                                   on 2000/08/31  21:26:44
3414         Log: More address tweaking.
3415      Branch: perl
3416            ! AUTHORS Changes
3417 ____________________________________________________________________________
3418 [  6958] By: jhi                                   on 2000/08/31  20:47:25
3419         Log: AUTHORS tweaks, from Peter Prymmer.
3420              
3421              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
3422              From: Peter Prymmer <pvhp@forte.com>
3423              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
3424              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
3425      Branch: perl
3426            ! AUTHORS MAINTAIN
3427 ____________________________________________________________________________
3428 [  6957] By: jhi                                   on 2000/08/31  20:34:43
3429         Log: perldelta tweaks.
3430      Branch: perl
3431            ! pod/perldelta.pod
3432 ____________________________________________________________________________
3433 [  6956] By: jhi                                   on 2000/08/31  19:11:06
3434         Log: Regen perltoc.
3435      Branch: perl
3436            ! pod/perltoc.pod
3437 ____________________________________________________________________________
3438 [  6955] By: jhi                                   on 2000/08/31  19:06:30
3439         Log: Clarify the mergesort situation.
3440      Branch: perl
3441            ! pp_ctl.c
3442 ____________________________________________________________________________
3443 [  6954] By: jhi                                   on 2000/08/31  18:24:17
3444         Log: Move the Solaris 7 scan to use64bitall, make the
3445              failure to find 64-bot sparc libc to mention the
3446              possibility of being in an intel, from Lupe and Alan.
3447      Branch: perl
3448            ! hints/solaris_2.sh
3449 ____________________________________________________________________________
3450 [  6953] By: jhi                                   on 2000/08/31  18:09:20
3451         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
3452              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
3453      Branch: metaconfig
3454            ! U/compline/d_gconvert.U U/threads/archname.U
3455      Branch: metaconfig/U/perl
3456            ! perlxv.U
3457      Branch: perl
3458            ! Configure config_h.SH sv.c
3459 ____________________________________________________________________________
3460 [  6952] By: jhi                                   on 2000/08/31  17:42:24
3461         Log: :: not allowed in pathnames, change to .
3462              
3463              Subject: [PATCH perl@6938] cygwin port
3464              From: "Fifer, Eric" <EFifer@sanwaint.com>
3465              Date: Thu, 31 Aug 2000 16:32:59 +0100
3466              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
3467      Branch: metaconfig/U/perl
3468            ! perlxv.U
3469 ____________________________________________________________________________
3470 [  6951] By: jhi                                   on 2000/08/31  17:02:05
3471         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
3472      Branch: perl
3473            ! perl.h
3474 ____________________________________________________________________________
3475 [  6950] By: jhi                                   on 2000/08/31  16:26:08
3476         Log: More author updates.
3477              
3478              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
3479              From: Simon Cozens <simon@cozens.net>
3480              Date: Thu, 31 Aug 2000 17:13:32 +0100
3481              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
3482      Branch: perl
3483            ! AUTHORS
3484 ____________________________________________________________________________
3485 [  6949] By: jhi                                   on 2000/08/31  16:04:49
3486         Log: POSIX doesn't report long double values under -Duselongdouble
3487              when the long doubles are "real" (bigger than doubles).
3488      Branch: perl
3489            ! ext/POSIX/POSIX.xs
3490 ____________________________________________________________________________
3491 [  6948] By: jhi                                   on 2000/08/31  15:25:10
3492         Log: Update Changes.
3493      Branch: perl
3494            ! Changes patchlevel.h
3495 ____________________________________________________________________________
3496 [  6947] By: jhi                                   on 2000/08/31  15:22:29
3497         Log: Document UNTIE in a very minimalistic way.
3498      Branch: perl
3499            ! pod/perlfunc.pod pod/perltie.pod
3500 ____________________________________________________________________________
3501 [  6946] By: jhi                                   on 2000/08/31  15:15:23
3502         Log: Document known failures.
3503      Branch: perl
3504            ! pod/perldelta.pod
3505 ____________________________________________________________________________
3506 [  6945] By: jhi                                   on 2000/08/31  15:07:00
3507         Log: Don't attach -ld to the archname if pointless.
3508      Branch: metaconfig
3509            ! U/threads/archname.U
3510      Branch: perl
3511            ! Configure config_h.SH
3512 ____________________________________________________________________________
3513 [  6944] By: jhi                                   on 2000/08/31  14:37:42
3514         Log: Wrap the test in eval.
3515              
3516              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
3517              From: Tim Jenness <timj@jach.hawaii.edu>
3518              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
3519              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
3520      Branch: perl
3521            ! t/lib/ftmp-security.t
3522 ____________________________________________________________________________
3523 [  6943] By: jhi                                   on 2000/08/31  14:30:57
3524         Log: Make -Dusemorebits find long doubles in Solaris.
3525      Branch: perl
3526            ! hints/solaris_2.sh
3527 ____________________________________________________________________________
3528 [  6942] By: jhi                                   on 2000/08/31  13:48:45
3529         Log: Clarify the third case of ftmp-security warnings.
3530      Branch: perl
3531            ! INSTALL
3532 ____________________________________________________________________________
3533 [  6941] By: jhi                                   on 2000/08/31  13:40:31
3534         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
3535              From: <abigail@foad.org>
3536              Date: Thu, 31 Aug 2000 01:35:05 -0400
3537              Message-ID: <20000831053505.32120.qmail@foad.org>
3538      Branch: perl
3539            ! pod/perldelta.pod
3540 ____________________________________________________________________________
3541 [  6940] By: jhi                                   on 2000/08/31  13:38:48
3542         Log: Issue useful diagnostic on unknown pod commands.
3543              
3544              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
3545              From: <abigail@foad.org>
3546              Date: Thu, 31 Aug 2000 03:41:18 -0400
3547              Message-ID: <20000831074118.24880.qmail@foad.org>
3548      Branch: perl
3549            ! lib/Pod/Man.pm
3550 ____________________________________________________________________________
3551 [  6939] By: jhi                                   on 2000/08/31  13:34:33
3552         Log: Reveal Borland's isnan.
3553              
3554              Subject: build with BC++ tweak
3555              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3556              Date: Thu, 31 Aug 2000 13:09:37 +0400
3557              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
3558      Branch: perl
3559            ! win32/win32.h
3560 ____________________________________________________________________________
3561 [  6938] By: jhi                                   on 2000/08/31  05:01:20
3562         Log: Update Changes.
3563      Branch: perl
3564            ! Changes patchlevel.h
3565 ____________________________________________________________________________
3566 [  6937] By: jhi                                   on 2000/08/31  04:26:23
3567         Log: sscanf() may be the only way to read long doubles from strings.
3568      Branch: metaconfig/U/perl
3569            ! longdblfio.U
3570      Branch: perl
3571            ! Configure config_h.SH perl.h util.c
3572 ____________________________________________________________________________
3573 [  6936] By: jhi                                   on 2000/08/31  04:18:19
3574         Log: The #6929 was too skimpy.
3575      Branch: perl
3576            ! sv.c
3577 ____________________________________________________________________________
3578 [  6935] By: jhi                                   on 2000/08/31  02:47:07
3579         Log: Subject: Re: typos in pods
3580              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3581              Date: Wed, 30 Aug 2000 19:25:34 -0700
3582              Message-ID: <eIcr5gzkg25X092yn@efn.org>
3583      Branch: perl
3584            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
3585 ____________________________________________________________________________
3586 [  6934] By: jhi                                   on 2000/08/31  02:42:55
3587         Log: Missed one Unicode file.
3588      Branch: perl
3589            + lib/unicode/UCDFF301.html
3590 ____________________________________________________________________________
3591 [  6933] By: jhi                                   on 2000/08/30  23:42:27
3592         Log: Update Changes.
3593      Branch: perl
3594            ! Changes patchlevel.h
3595 ____________________________________________________________________________
3596 [  6932] By: jhi                                   on 2000/08/30  23:40:07
3597         Log: Mention UNTIE in perldelta.  Still needs documenting
3598              in perltie et alia.
3599      Branch: perl
3600            ! pod/perldelta.pod
3601 ____________________________________________________________________________
3602 [  6931] By: jhi                                   on 2000/08/30  23:36:02
3603         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
3604              From: <abigail@foad.org>
3605              Date: Wed, 30 Aug 2000 19:28:07 -0400
3606              Message-ID: <20000830232807.305.qmail@foad.org>
3607      Branch: perl
3608            ! pod/perldelta.pod
3609 ____________________________________________________________________________
3610 [  6930] By: jhi                                   on 2000/08/30  23:32:40
3611         Log: Update to Unicode 3.0.1.
3612      Branch: perl
3613            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
3614            + lib/unicode/PropList.txt lib/unicode/README.perl
3615            + lib/unicode/UCD301.html lib/unicode/Unicode.301
3616            - lib/unicode/Props.txt lib/unicode/UCD300.html
3617            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
3618            ! (edit 257 files)
3619 ____________________________________________________________________________
3620 [  6929] By: jhi                                   on 2000/08/30  22:38:18
3621         Log: Heap decorruption.
3622              
3623              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
3624              From: Alan Burlison <Alan.Burlison@uk.sun.com>
3625              Date: Wed, 30 Aug 2000 22:39:52 +0100
3626              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
3627      Branch: perl
3628            ! sv.c
3629 ____________________________________________________________________________
3630 [  6928] By: jhi                                   on 2000/08/30  22:29:34
3631         Log: Retract the dummy test, skip the security tests (instead of failing),
3632              explain what the warnings mean.
3633      Branch: perl
3634            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
3635 ____________________________________________________________________________
3636 [  6927] By: jhi                                   on 2000/08/30  22:14:13
3637         Log: Change the internal implementation of sort() to be mergesort
3638              instead of quicksort, from John Linderman <jpl@research.att.com>.
3639              Gives us better worst case, better average case, and stability.
3640              What's there not to like?  (Small fixes for threaded builds
3641              were required).
3642      Branch: perl
3643            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
3644 ____________________________________________________________________________
3645 [  6926] By: jhi                                   on 2000/08/30  20:55:20
3646         Log: A better fix for the Socket building problem from Craig Berry.
3647      Branch: perl
3648            ! vms/vms.c
3649 ____________________________________________________________________________
3650 [  6925] By: jhi                                   on 2000/08/30  20:20:25
3651         Log: Subject: [PATCH] Re: UNTIE method 
3652              From: Nick Ing-Simmons <nik@tiuk.ti.com>
3653              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
3654              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
3655      Branch: perl
3656            ! pp_sys.c t/op/tie.t
3657 ____________________________________________________________________________
3658 [  6924] By: jhi                                   on 2000/08/30  20:17:11
3659         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
3660              From: "Craig A. Berry" <craig.berry@psinetcs.com>
3661              Date: Wed, 30 Aug 2000 15:03:14 -0500
3662              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
3663      Branch: perl
3664            ! vms/vms.c
3665 ____________________________________________________________________________
3666 [  6923] By: jhi                                   on 2000/08/30  20:15:18
3667         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
3668              From: "Craig A. Berry" <craig.berry@psinetcs.com>
3669              Date: Wed, 30 Aug 2000 13:30:36 -0500
3670              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
3671      Branch: perl
3672            ! vms/vms.c
3673 ____________________________________________________________________________
3674 [  6922] By: jhi                                   on 2000/08/30  19:54:43
3675         Log: Better options for rsync.
3676      Branch: perl
3677            ! pod/perlhack.pod
3678 ____________________________________________________________________________
3679 [  6921] By: jhi                                   on 2000/08/30  19:40:16
3680         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
3681              From: Rick Delaney <rick@consumercontact.com>
3682              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
3683              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
3684      Branch: perl
3685            ! pod/perlfunc.pod
3686 ____________________________________________________________________________
3687 [  6920] By: jhi                                   on 2000/08/30  19:36:40
3688         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
3689              From: Peter Prymmer <pvhp@forte.com>
3690              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
3691              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
3692      Branch: perl
3693            ! configure.com
3694 ____________________________________________________________________________
3695 [  6919] By: jhi                                   on 2000/08/30  14:52:02
3696         Log: Update Changes.
3697      Branch: perl
3698            ! Changes patchlevel.h
3699 ____________________________________________________________________________
3700 [  6918] By: jhi                                   on 2000/08/30  14:48:34
3701         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
3702      Branch: perl
3703            ! lib/ExtUtils/typemap
3704 ____________________________________________________________________________
3705 [  6917] By: jhi                                   on 2000/08/30  14:46:34
3706         Log: Subject: typos in pods
3707              From: Nicholas Clark <nick@ccl4.org>
3708              Date: Wed, 30 Aug 2000 01:12:50 +0100
3709              Message-ID: <20000830011249.A61388@plum.flirble.org>
3710      Branch: perl
3711            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
3712            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
3713            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
3714            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
3715 ____________________________________________________________________________
3716 [  6916] By: jhi                                   on 2000/08/30  14:19:09
3717         Log: Document Storable problems on Crays.  (Will have
3718              to document all the other Storable problems, too.)
3719      Branch: perl
3720            ! pod/perldelta.pod
3721 ____________________________________________________________________________
3722 [  6915] By: jhi                                   on 2000/08/30  14:06:02
3723         Log: Subject: [PATCH] fix misc cast warnings
3724              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3725              Date: Tue, 29 Aug 2000 23:16:14 -0700
3726              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
3727      Branch: perl
3728            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
3729            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
3730            ! os2/os2ish.h
3731 ____________________________________________________________________________
3732 [  6914] By: jhi                                   on 2000/08/30  14:03:45
3733         Log: Timestamp mismatch again.  Need to fix this dependence on
3734              config_h.SH timestamp, since it's the contents of config_h.SH
3735              that matter.
3736      Branch: perl
3737            ! uconfig.h uconfig.sh
3738 ____________________________________________________________________________
3739 [  6913] By: jhi                                   on 2000/08/30  13:54:06
3740         Log: Don't say "Perl 5.0 source kit".
3741      Branch: perl
3742            ! perl.c
3743 ____________________________________________________________________________
3744 [  6912] By: jhi                                   on 2000/08/30  13:51:24
3745         Log: Reset archname and archname64 always, forcing them be
3746              recomputed at each Configure run, make Configure and
3747              the hints files agree on the naming of largefiles variables.
3748      Branch: metaconfig
3749            ! U/threads/archname.U
3750      Branch: metaconfig/U/perl
3751            ! use64bits.U
3752      Branch: perl
3753            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
3754            ! hints/linux.sh hints/solaris_2.sh
3755 ____________________________________________________________________________
3756 [  6911] By: jhi                                   on 2000/08/30  13:30:13
3757         Log: Put back the slice accidentally removed by #6907.
3758      Branch: perl
3759            ! hints/solaris_2.sh
3760 ____________________________________________________________________________
3761 [  6910] By: jhi                                   on 2000/08/30  01:24:26
3762         Log: Be consistent: other Net::get* do export theirs.
3763              
3764              Subject: Re: Net::protoent does not export 'getproto'
3765              From: Yasushi Nakajima <sey@jkc.co.jp>
3766              Date: Wed, 30 Aug 2000 09:53:14 +0900
3767              Message-Id: <200008300051.DAA24700@taku.hut.fi>
3768      Branch: perl
3769            ! lib/Net/protoent.pm
3770 ____________________________________________________________________________
3771 [  6909] By: jhi                                   on 2000/08/30  01:17:25
3772         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
3773              From: Gurusamy Sarathy <gsar@ActiveState.com>
3774              Date: Tue, 29 Aug 2000 17:17:07 -0700
3775              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
3776      Branch: perl
3777            ! cop.h
3778 ____________________________________________________________________________
3779 [  6908] By: jhi                                   on 2000/08/30  00:58:05
3780         Log: Update Changes.
3781      Branch: perl
3782            ! Changes patchlevel.h
3783 ____________________________________________________________________________
3784 [  6907] By: jhi                                   on 2000/08/30  00:57:22
3785         Log: Introduce ccname to keep track of what compiler kind of we have.
3786      Branch: metaconfig/U/perl
3787            ! Checkcc.U gccvers.U
3788      Branch: perl
3789            ! Configure config_h.SH hints/solaris_2.sh
3790 ____________________________________________________________________________
3791 [  6906] By: jhi                                   on 2000/08/30  00:25:47
3792         Log: Put back the flags dump as reasoned in
3793              
3794              Subject: Re: [PATCH] Glob dumping
3795              From: Mike Guy <mjtg@cam.ac.uk> 
3796              Date: Tue, 29 Aug 2000 21:41:32 +0100
3797              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
3798      Branch: perl
3799            ! dump.c t/lib/peek.t
3800 ____________________________________________________________________________
3801 [  6905] By: jhi                                   on 2000/08/30  00:16:17
3802         Log: Make the epsilon to be relative, not absolute.
3803              
3804              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
3805              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
3806              Date: Tue, 29 Aug 2000 19:58:56 -0400
3807              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
3808      Branch: perl
3809            ! t/lib/trig.t
3810 ____________________________________________________________________________
3811 [  6904] By: jhi                                   on 2000/08/30  00:13:09
3812         Log: From now on, Gisle is on my list of usual suspects :-)
3813              Retract #6902.
3814      Branch: perl
3815            ! ext/Opcode/Safe.pm
3816 ____________________________________________________________________________
3817 [  6903] By: jhi                                   on 2000/08/29  23:51:20
3818         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
3819              From: "Craig A. Berry" <craig.berry@psinetcs.com>
3820              Date: Tue, 29 Aug 2000 18:43:26 -0500
3821              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
3822      Branch: perl
3823            + vms/vmspipe.com
3824            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
3825            ! vms/vms.c
3826 ____________________________________________________________________________
3827 [  6902] By: jhi                                   on 2000/08/29  23:44:14
3828         Log: Retry what #6882 attempted.
3829              
3830              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
3831              From: Gisle Aas <gisle@ActiveState.com>
3832              Date: 30 Aug 2000 00:33:09 +0200
3833              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
3834      Branch: perl
3835            ! ext/Opcode/Safe.pm
3836 ____________________________________________________________________________
3837 [  6901] By: jhi                                   on 2000/08/29  22:59:32
3838         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
3839              From: Hugo <hv@crypt.compulink.co.uk>
3840              Date: Mon, 12 Jun 2000 19:36:08 +0100
3841              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
3842      Branch: perl
3843            ! sv.c
3844 ____________________________________________________________________________
3845 [  6900] By: jhi                                   on 2000/08/29  22:58:35
3846         Log: Admit that we are leaking scalars.
3847              
3848              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
3849              From: Spider Boardman <spider@leggy.zk3.dec.com>
3850              Date: Tue, 29 Aug 2000 18:48:29 -0400
3851              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
3852      Branch: perl
3853            ! t/pragma/warnings.t
3854 ____________________________________________________________________________
3855 [  6899] By: jhi                                   on 2000/08/29  20:53:13
3856         Log: Update Changes.
3857      Branch: perl
3858            ! Changes patchlevel.h
3859 ____________________________________________________________________________
3860 [  6898] By: jhi                                   on 2000/08/29  20:46:21
3861         Log: Undo namespace pollution of #6878.
3862              
3863              Subject: Re: Net::protoent does not export 'getproto'
3864              From: Mike Guy <mjtg@cam.ac.uk>
3865              Date: Tue, 29 Aug 2000 21:32:37 +0100
3866              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
3867      Branch: perl
3868            ! lib/Net/protoent.pm
3869 ____________________________________________________________________________
3870 [  6897] By: jhi                                   on 2000/08/29  20:44:29
3871         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
3872              From: Peter Prymmer <pvhp@forte.com>
3873              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
3874              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
3875      Branch: perl
3876            ! pod/perlebcdic.pod
3877 ____________________________________________________________________________
3878 [  6896] By: jhi                                   on 2000/08/29  20:40:57
3879         Log: There's no point repeating the 'revision' (5) of perl5.
3880      Branch: metaconfig/U/perl
3881            ! Devel.U patchlevel.U
3882      Branch: perl
3883            ! Configure config_h.SH
3884 ____________________________________________________________________________
3885 [  6895] By: jhi                                   on 2000/08/29  20:16:58
3886         Log: Regen Configure for #6894.
3887      Branch: metaconfig/U/perl
3888            ! perladmin.U
3889      Branch: perl
3890            ! Configure config_h.SH
3891 ____________________________________________________________________________
3892 [  6894] By: jhi                                   on 2000/08/29  19:59:52
3893         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
3894              From: "Philip Newton" <Philip.Newton@gmx.net>
3895              Date: Tue, 29 Aug 2000 21:39:14 +0200
3896              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
3897      Branch: perl
3898            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
3899            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
3900            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
3901            ! utils/perlbug.PL
3902 ____________________________________________________________________________
3903 [  6893] By: jhi                                   on 2000/08/29  19:55:30
3904         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
3905              From: "Philip Newton" <Philip.Newton@gmx.net>
3906              Date: Tue, 29 Aug 2000 21:39:14 +0200
3907              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
3908      Branch: perl
3909            ! installhtml
3910 ____________________________________________________________________________
3911 [  6892] By: jhi                                   on 2000/08/29  19:53:59
3912         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
3913              From: "Philip Newton" <Philip.Newton@gmx.net>
3914              Date: Tue, 29 Aug 2000 21:48:18 +0200
3915              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
3916      Branch: perl
3917            ! lib/File/Temp.pm
3918 ____________________________________________________________________________
3919 [  6891] By: jhi                                   on 2000/08/29  18:30:03
3920         Log: Nail the ID 20000828.023.
3921      Branch: perl
3922            ! ext/Storable/Storable.xs
3923 ____________________________________________________________________________
3924 [  6890] By: jhi                                   on 2000/08/29  16:50:17
3925         Log: Under usethreads the dumped variable is IN_PAD.
3926              
3927              Subject: Re: [PATCH] Glob dumping
3928              From: Gisle Aas <gisle@ActiveState.com>
3929              Date: 29 Aug 2000 18:45:05 +0200
3930              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
3931      Branch: perl
3932            ! t/lib/peek.t
3933 ____________________________________________________________________________
3934 [  6889] By: jhi                                   on 2000/08/29  15:17:37
3935         Log: Update Changes.
3936      Branch: perl
3937            ! Changes patchlevel.h
3938 ____________________________________________________________________________
3939 [  6888] By: jhi                                   on 2000/08/29  14:49:59
3940         Log: Retract #6882, broke the safe tests.
3941      Branch: perl
3942            ! ext/Opcode/Safe.pm
3943 ____________________________________________________________________________
3944 [  6887] By: jhi                                   on 2000/08/29  14:47:06
3945         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
3946              From: Gisle Aas <gisle@ActiveState.com> 
3947              Date: 09 Jun 2000 20:00:11 +0200
3948              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
3949      Branch: perl
3950            ! utils/perldoc.PL
3951 ____________________________________________________________________________
3952 [  6886] By: jhi                                   on 2000/08/29  14:42:45
3953         Log: The #6881 removed one dump line.
3954      Branch: perl
3955            ! t/lib/peek.t
3956 ____________________________________________________________________________
3957 [  6885] By: jhi                                   on 2000/08/29  14:30:47
3958         Log: Don't forget to tidy up.
3959      Branch: perl
3960            ! t/lib/ftmp-security.t
3961 ____________________________________________________________________________
3962 [  6884] By: jhi                                   on 2000/08/29  14:25:17
3963         Log: Disabling the one test is a bit tricky.
3964      Branch: perl
3965            ! t/lib/ftmp-security.t
3966 ____________________________________________________________________________
3967 [  6883] By: jhi                                   on 2000/08/29  14:16:25
3968         Log: Disable one of the tests for now.
3969      Branch: perl
3970            ! t/lib/ftmp-security.t
3971 ____________________________________________________________________________
3972 [  6882] By: jhi                                   on 2000/08/29  14:05:50
3973         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
3974              From: gisle@aas.no
3975              Date: 29 Aug 2000 10:35:06 -0000
3976              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
3977      Branch: perl
3978            ! ext/Opcode/Safe.pm
3979 ____________________________________________________________________________
3980 [  6881] By: jhi                                   on 2000/08/29  14:03:51
3981         Log: Subject: [PATCH] Glob dumping
3982              From: Gisle Aas <gisle@ActiveState.com>
3983              Date: 29 Aug 2000 07:59:42 -0000
3984              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
3985      Branch: perl
3986            ! dump.c
3987 ____________________________________________________________________________
3988 [  6880] By: jhi                                   on 2000/08/29  14:02:01
3989         Log: Subject: [PATCH] Warnings in B::Deparse
3990              From: <abigail@foad.org>
3991              Date: Tue, 29 Aug 2000 00:00:01 -0400
3992              Message-ID: <20000829040001.2999.qmail@foad.org>
3993      Branch: perl
3994            ! ext/B/B/Deparse.pm
3995 ____________________________________________________________________________
3996 [  6879] By: jhi                                   on 2000/08/29  13:57:26
3997         Log: Missed a change in #6869.
3998      Branch: perl
3999            ! mg.c
4000 ____________________________________________________________________________
4001 [  6878] By: jhi                                   on 2000/08/29  13:45:04
4002         Log: Subject: Net::protoent does not export 'getproto'
4003              From: Yasushi Nakajima <sey@jkc.co.jp>
4004              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
4005      Branch: perl
4006            ! lib/Net/protoent.pm
4007 ____________________________________________________________________________
4008 [  6877] By: jhi                                   on 2000/08/29  13:39:19
4009         Log: Patches all over for people and the files they (hopefully) care about.
4010      Branch: perl
4011            ! AUTHORS Changes MAINTAIN
4012 ____________________________________________________________________________
4013 [  6876] By: jhi                                   on 2000/08/29  12:53:54
4014         Log: Fix for thinko in #6848.
4015              
4016              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
4017              From: Lupe Christoph <lupe@lupe-christoph.de>
4018              Date: Tue, 29 Aug 2000 09:04:08 +0200
4019              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
4020      Branch: perl
4021            ! ext/Thread/Thread.xs
4022 ____________________________________________________________________________
4023 [  6875] By: jhi                                   on 2000/08/29  12:50:14
4024         Log: Update to Getopt::Long 2.24, from Johan Vromans.
4025      Branch: perl
4026            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
4027 ____________________________________________________________________________
4028 [  6874] By: jhi                                   on 2000/08/29  02:09:53
4029         Log: Use minimal @INC in tests, most of the time just '../lib',
4030              so that we simply can't pick up stuff from other Perls than
4031              the one we are testing.  Pointed out by
4032              
4033              From: Mike Guy <mjtg@cam.ac.uk>
4034              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
4035              Date: Fri, 25 Aug 2000 15:15:59 +0100
4036              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
4037      Branch: perl
4038            ! (edit 185 files)
4039 ____________________________________________________________________________
4040 [  6873] By: jhi                                   on 2000/08/29  01:07:11
4041         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
4042              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4043              Date: Mon, 28 Aug 2000 17:45:52 -0700
4044              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
4045      Branch: perl
4046            ! Makefile.SH hints/os2.sh
4047 ____________________________________________________________________________
4048 [  6872] By: jhi                                   on 2000/08/28  23:33:39
4049         Log: Subject: [PATCH bleedperl@6866] spellings
4050              From: marcel@codewerk.com (Marcel Grunauer)
4051              Date: Tue, 29 Aug 2000 01:19:59 +0200
4052              Message-Id: <200008282319.BAA29862@gandalf.local>
4053      Branch: perl
4054            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
4055            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
4056            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
4057 ____________________________________________________________________________
4058 [  6871] By: jhi                                   on 2000/08/28  23:22:09
4059         Log: Take out the SUIDMAIL thing, that will not be
4060              a problem in 5.7.*.
4061      Branch: perl
4062            ! patchlevel.h
4063 ____________________________________________________________________________
4064 [  6870] By: jhi                                   on 2000/08/28  23:19:30
4065         Log: -S is the silent flag, -s is the strip flag.
4066              
4067              Subject: [PATCH] Re: [PATCH] make no-install          
4068              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4069              Date: Mon, 28 Aug 2000 15:12:55 -0700
4070              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
4071      Branch: perl
4072            ! Makefile.SH
4073 ____________________________________________________________________________
4074 [  6869] By: jhi                                   on 2000/08/28  23:12:05
4075         Log: Subject: [PATCH bleedperl@6856] warnings fixes
4076              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4077              Date: Mon, 28 Aug 2000 23:55:06 +0100
4078              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
4079      Branch: perl
4080            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
4081            ! warnings.h warnings.pl
4082 ____________________________________________________________________________
4083 [  6868] By: jhi                                   on 2000/08/28  21:38:22
4084         Log: Potential cruft.
4085      Branch: perl
4086            ! Makefile.SH
4087 ____________________________________________________________________________
4088 [  6867] By: jhi                                   on 2000/08/28  21:35:36
4089         Log: Update Changes.
4090      Branch: perl
4091            ! Changes patchlevel.h
4092 ____________________________________________________________________________
4093 [  6866] By: jhi                                   on 2000/08/28  21:33:49
4094         Log: Subject: hv.h Doc Patch
4095              From: Fisher Mark <fisherm@tce.com>
4096              Date: Mon, 28 Aug 2000 16:24:59 -0500
4097              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
4098      Branch: perl
4099            ! hv.h
4100 ____________________________________________________________________________
4101 [  6865] By: jhi                                   on 2000/08/28  21:02:15
4102         Log: Add -ld to archname on long tr...double platforms.
4103      Branch: metaconfig
4104            ! U/threads/archname.U
4105      Branch: perl
4106            ! Configure config_h.SH
4107 ____________________________________________________________________________
4108 [  6864] By: jhi                                   on 2000/08/28  20:38:59
4109         Log: An attempt to fix the problem reported in
4110              
4111              Subject: Building perl@6856 using gcc/AIX 4.3.3 
4112              From: Daniel Muino <dmuino@afip.gov.ar> 
4113              Date: Mon, 28 Aug 2000 15:50:01 -0300   
4114              Message-ID: <20000828155001.A14403@con2-dgi>
4115              
4116              I can't test this properly since the gcc installation I have
4117              access to seems to be botched (gcc is calling the AIX cpp,
4118              a losing proposition...)
4119      Branch: perl
4120            ! hints/aix.sh
4121 ____________________________________________________________________________
4122 [  6863] By: jhi                                   on 2000/08/28  18:57:52
4123         Log: Fix for ID 20000828.001, long doubles were not formatted
4124              correctly (showed up in $], which stopped installing perl).
4125      Branch: perl
4126            ! sv.c
4127 ____________________________________________________________________________
4128 [  6862] By: jhi                                   on 2000/08/28  18:07:15
4129         Log: Typo in #6858.
4130      Branch: perl
4131            ! lib/Cwd.pm
4132 ____________________________________________________________________________
4133 [  6861] By: jhi                                   on 2000/08/28  17:57:27
4134         Log: opmini.o may be left around if a build is interrupted.
4135      Branch: perl
4136            ! Makefile.SH
4137 ____________________________________________________________________________
4138 [  6860] By: jhi                                   on 2000/08/28  16:52:50
4139         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
4140              From: Daniel Chetlin <daniel@chetlin.com>
4141              Date: Mon, 28 Aug 2000 01:14:18 -0700
4142              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
4143      Branch: perl
4144            ! lib/overload.pm
4145 ____________________________________________________________________________
4146 [  6859] By: jhi                                   on 2000/08/28  16:08:46
4147         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
4148              From: Nicholas Clark <nick@ccl4.org>
4149              Date: Mon, 28 Aug 2000 16:03:27 +0100
4150              Message-Id: <20000828160327.C49785@plum.flirble.org>
4151      Branch: perl
4152            ! ext/ByteLoader/bytecode.h
4153 ____________________________________________________________________________
4154 [  6858] By: jhi                                   on 2000/08/28  16:02:10
4155         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
4156              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
4157              Date: Mon, 28 Aug 2000 13:08:30 +0200
4158              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
4159      Branch: perl
4160            ! lib/Cwd.pm
4161 ____________________________________________________________________________
4162 [  6857] By: jhi                                   on 2000/08/28  15:42:47
4163         Log: display_format used as a class method without arguments was broken,
4164              reported in
4165              
4166              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
4167              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
4168              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
4169              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
4170      Branch: perl
4171            ! lib/Math/Complex.pm t/lib/complex.t
4172 ____________________________________________________________________________
4173 [  6856] By: jhi                                   on 2000/08/27  22:09:48
4174         Log: Update Changes.
4175      Branch: perl
4176            ! Changes patchlevel.h
4177 ____________________________________________________________________________
4178 [  6855] By: jhi                                   on 2000/08/27  21:59:21
4179         Log: Retract #6853 (false alarm).
4180      Branch: perl
4181            ! lib/ExtUtils/xsubpp
4182 ____________________________________________________________________________
4183 [  6854] By: jhi                                   on 2000/08/27  21:37:44
4184         Log: Update Changes.
4185      Branch: perl
4186            ! Changes patchlevel.h
4187 ____________________________________________________________________________
4188 [  6853] By: jhi                                   on 2000/08/27  21:37:16
4189         Log: Subject: [PATCH perl@6850] workaround for xsubpp
4190              From: Hugo <hv@crypt.compulink.co.uk>
4191              Date: Sun, 27 Aug 2000 22:30:25 +0100
4192              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
4193      Branch: perl
4194            ! lib/ExtUtils/xsubpp
4195 ____________________________________________________________________________
4196 [  6852] By: jhi                                   on 2000/08/27  21:33:58
4197         Log: Big-endian 64-bit patch from Raphael Manfredi.
4198      Branch: perl
4199            ! ext/Storable/Storable.xs
4200 ____________________________________________________________________________
4201 [  6851] By: jhi                                   on 2000/08/27  21:22:21
4202         Log: More ruthless editing from Hugo van der Sanden.
4203      Branch: perl
4204            ! pod/perldelta.pod
4205 ____________________________________________________________________________
4206 [  6850] By: jhi                                   on 2000/08/27  16:11:46
4207         Log: Update Changes.
4208      Branch: perl
4209            ! Changes patchlevel.h
4210 ____________________________________________________________________________
4211 [  6849] By: jhi                                   on 2000/08/27  16:11:05
4212         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
4213      Branch: perl
4214            ! configpm pod/perldelta.pod
4215 ____________________________________________________________________________
4216 [  6848] By: jhi                                   on 2000/08/27  15:35:08
4217         Log: Use the actual thread type, not the pointer-to-struct.
4218      Branch: perl
4219            ! ext/Thread/Thread.xs
4220 ____________________________________________________________________________
4221 [  6847] By: jhi                                   on 2000/08/27  15:30:49
4222         Log: Test nit.
4223      Branch: perl
4224            ! t/pragma/warn/pp_sys
4225 ____________________________________________________________________________
4226 [  6846] By: jhi                                   on 2000/08/27  15:19:02
4227         Log: Passing -R in ldflags makes now it to appear in the default
4228              for lddlflags, just like with -L.
4229              
4230              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
4231              From: Lupe Christoph <lupe@lupe-christoph.de>
4232              Date: Sun, 27 Aug 2000 10:28:21 +0200
4233              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
4234      Branch: metaconfig/U/perl
4235            ! dlsrc.U
4236      Branch: perl
4237            ! Configure
4238 ____________________________________________________________________________
4239 [  6845] By: jhi                                   on 2000/08/27  15:08:54
4240         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
4241              From: Alan Burlison <Alan.Burlison@uk.sun.com>
4242              Date: Sat, 26 Aug 2000 22:23:27 +0100
4243              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
4244      Branch: perl
4245            ! lib/ExtUtils/MM_Unix.pm
4246 ____________________________________________________________________________
4247 [  6844] By: jhi                                   on 2000/08/27  15:02:37
4248         Log: DJGPP update from Laszlo Molnar.
4249              
4250              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
4251              From: ml1050 <ml1050@freemail.hu>
4252              Date: Sat, 26 Aug 2000 23:24:40 +0200
4253              Message-Id: <20000826232440.A439@freemail.hu>
4254      Branch: perl
4255            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
4256            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
4257 ____________________________________________________________________________
4258 [  6843] By: jhi                                   on 2000/08/27  14:53:58
4259         Log: Subject: installman buglet
4260              From: Lupe Christoph <lupe@lupe-christoph.de>
4261              Date: Sun, 27 Aug 2000 14:38:59 +0200
4262              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
4263      Branch: perl
4264            ! installman
4265 ____________________________________________________________________________
4266 [  6842] By: jhi                                   on 2000/08/27  14:52:08
4267         Log: Can't get the test to reliably work thanks to the
4268              inaccurateness of floating point.  "Resolves" bug ids
4269              20000826.003, 20000826.009, 20000826.010,
4270      Branch: perl
4271            ! t/lib/trig.t
4272 ____________________________________________________________________________
4273 [  6841] By: jhi                                   on 2000/08/26  15:53:58
4274         Log: Update Changes.
4275      Branch: perl
4276            ! Changes patchlevel.h
4277 ____________________________________________________________________________
4278 [  6840] By: jhi                                   on 2000/08/26  14:23:03
4279         Log: grep -e isn't portable.
4280              
4281              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
4282              From: chris@broadband.att.com
4283              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
4284              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
4285      Branch: perl
4286            ! hints/solaris_2.sh
4287 ____________________________________________________________________________
4288 [  6839] By: jhi                                   on 2000/08/26  14:12:23
4289         Log: no-install target a la make -n.
4290              
4291              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
4292              From: <abigail@foad.org>
4293              Date: Sat, 26 Aug 2000 03:57:34 -0400
4294              Message-ID: <20000826075735.18912.qmail@foad.org>
4295      Branch: perl
4296            ! Makefile.SH installman installperl
4297 ____________________________________________________________________________
4298 [  6838] By: jhi                                   on 2000/08/26  14:06:33
4299         Log: Retract #6826 as the #6828 should be do the same
4300              in a More Correct Way.
4301      Branch: perl
4302            ! installperl
4303 ____________________________________________________________________________
4304 [  6837] By: jhi                                   on 2000/08/26  05:24:00
4305         Log: More casting.
4306      Branch: perl
4307            ! ext/Storable/Storable.xs
4308 ____________________________________________________________________________
4309 [  6836] By: jhi                                   on 2000/08/26  05:05:46
4310         Log: Nicer in decimal.
4311      Branch: perl
4312            ! ext/Storable/Storable.xs
4313 ____________________________________________________________________________
4314 [  6835] By: jhi                                   on 2000/08/26  05:03:50
4315         Log: There be no UVdf.
4316      Branch: perl
4317            ! ext/Storable/Storable.xs
4318 ____________________________________________________________________________
4319 [  6834] By: jhi                                   on 2000/08/26  05:00:18
4320         Log: Continue IVdfing and UVxfing.
4321      Branch: perl
4322            ! ext/Storable/Storable.xs
4323 ____________________________________________________________________________
4324 [  6833] By: jhi                                   on 2000/08/26  04:53:14
4325         Log: Use IVdf.
4326      Branch: perl
4327            ! ext/Storable/Storable.xs
4328 ____________________________________________________________________________
4329 [  6832] By: jhi                                   on 2000/08/26  04:40:41
4330         Log: Document PTR2XX and INT2PTR.
4331      Branch: perl
4332            ! pod/perlguts.pod
4333 ____________________________________________________________________________
4334 [  6831] By: jhi                                   on 2000/08/26  04:33:18
4335         Log: Use UVxf, PTR2UV, NVff.
4336      Branch: perl
4337            ! ext/Storable/Storable.xs
4338 ____________________________________________________________________________
4339 [  6830] By: jhi                                   on 2000/08/26  04:31:32
4340         Log: Update the test count.
4341      Branch: perl
4342            ! t/lib/trig.t
4343 ____________________________________________________________________________
4344 [  6829] By: jhi                                   on 2000/08/26  03:05:50
4345         Log: Subject: [PATCH] installation not quite silent yet.
4346              From: <abigail@foad.org>
4347              Date: Fri, 25 Aug 2000 20:07:53 -0400
4348              Message-ID: <20000826000753.7822.qmail@foad.org>
4349      Branch: perl
4350            ! installman installperl
4351 ____________________________________________________________________________
4352 [  6828] By: jhi                                   on 2000/08/26  03:05:14
4353         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
4354              From: Spider Boardman <spider@web.zk3.dec.com>
4355              Date: Fri, 25 Aug 2000 19:12:40 -0400
4356              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
4357      Branch: perl
4358            ! gv.c
4359 ____________________________________________________________________________
4360 [  6827] By: jhi                                   on 2000/08/25  23:54:34
4361         Log: Support preserving extremely big/small angles.
4362      Branch: perl
4363            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
4364 ____________________________________________________________________________
4365 [  6826] By: jhi                                   on 2000/08/25  23:01:20
4366         Log: Patch installperl to be long double-aware.
4367              
4368              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
4369              From: Spider Boardman <spider@web.zk3.dec.com>
4370              Date: Fri, 25 Aug 2000 18:15:23 -0400
4371              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
4372      Branch: perl
4373            ! installperl
4374 ____________________________________________________________________________
4375 [  6825] By: jhi                                   on 2000/08/25  22:58:25
4376         Log: Remove duplicately applied patch shards.
4377              
4378              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
4379              From: Spider Boardman <spider@leggy.zk3.dec.com>
4380              Date: Fri, 25 Aug 2000 16:45:03 -0400
4381              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
4382      Branch: perl
4383            ! t/lib/cgi-html.t
4384 ____________________________________________________________________________
4385 [  6824] By: jhi                                   on 2000/08/25  22:57:00
4386         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
4387              From: Daniel Chetlin <daniel@chetlin.com>
4388              Date: Fri, 25 Aug 2000 12:23:16 -0700
4389              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
4390              
4391              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
4392              From: Daniel Chetlin <daniel@chetlin.com>
4393              Date: Fri, 25 Aug 2000 14:47:19 -0700
4394              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
4395      Branch: perl
4396            ! installman
4397 ____________________________________________________________________________
4398 [  6823] By: jhi                                   on 2000/08/25  22:44:17
4399         Log: Timestamp problem?
4400      Branch: perl
4401            ! uconfig.h uconfig.sh
4402 ____________________________________________________________________________
4403 [  6822] By: jhi                                   on 2000/08/25  19:01:06
4404         Log: One forgotten file from #6816.
4405      Branch: perl
4406            ! vos/config.h
4407 ____________________________________________________________________________
4408 [  6821] By: jhi                                   on 2000/08/25  18:56:39
4409         Log: Regen Changes.
4410      Branch: perl
4411            ! Changes patchlevel.h
4412 ____________________________________________________________________________
4413 [  6820] By: jhi                                   on 2000/08/25  18:52:35
4414         Log: Fix Changes ordering.
4415      Branch: perl
4416            ! Changes
4417 ____________________________________________________________________________
4418 [  6819] By: jhi                                   on 2000/08/25  18:50:25
4419         Log: Update Changes.
4420      Branch: perl
4421            ! Changes patchlevel.h
4422 ____________________________________________________________________________
4423 [  6818] By: jhi                                   on 2000/08/25  18:47:45
4424         Log: Tweak the sfio/useperlio logic, hopefully as wished in
4425              
4426              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
4427              From: Nicholas Clark <nick@babyhippo.co.uk>
4428              Date: Fri, 25 Aug 2000 12:01:45 +0100
4429              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
4430      Branch: metaconfig/U/perl
4431            ! d_sfio.U
4432      Branch: perl
4433            ! Configure
4434 ____________________________________________________________________________
4435 [  6817] By: jhi                                   on 2000/08/25  18:32:51
4436         Log: Allow microperl to assume <math.h>, without it the math
4437              functions like floor() are assumed to return int, which makes
4438              for core dumps in machines where integer and floating register
4439              don't mix.
4440      Branch: perl
4441            ! uconfig.h uconfig.sh
4442 ____________________________________________________________________________
4443 [  6816] By: jhi                                   on 2000/08/25  18:27:17
4444         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
4445              the problem reported in
4446              
4447              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
4448              From: danhale@us.ibm.com
4449              Date: Fri, 25 Aug 2000 10:58:06 -0400
4450              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
4451      Branch: metaconfig/U/perl
4452            + d_socks5_init.U
4453      Branch: perl
4454            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
4455            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
4456            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
4457            ! win32/config.gc win32/config.vc
4458 ____________________________________________________________________________
4459 [  6815] By: jhi                                   on 2000/08/25  17:43:31
4460         Log: A solution for the retrieve_fd autosplit warning,
4461              idea suggested by Mike Guy.
4462      Branch: perl
4463            ! ext/Storable/Storable.pm
4464 ____________________________________________________________________________
4465 [  6814] By: jhi                                   on 2000/08/25  17:16:03
4466         Log: Add install-silent target.
4467      Branch: perl
4468            ! Makefile.SH
4469 ____________________________________________________________________________
4470 [  6813] By: jhi                                   on 2000/08/25  17:14:23
4471         Log: Subject: Re: [PATCH] More silencing of installman.
4472              From: <abigail@foad.org>
4473              Date: Thu, 24 Aug 2000 19:27:03 -0400
4474              Message-ID: <20000824232703.7001.qmail@foad.org>
4475              
4476              Subject: Re: [PATCH] More silencing of installman.
4477              From: <abigail@foad.org>
4478              Date: Fri, 25 Aug 2000 03:00:58 -0400
4479              Message-ID: <20000825070058.10697.qmail@foad.org>
4480      Branch: perl
4481            ! installman
4482 ____________________________________________________________________________
4483 [  6812] By: jhi                                   on 2000/08/25  17:11:28
4484         Log: installperl --verbose and --silent.
4485              
4486              Subject: Re: [PATCH] More silencing of installman.
4487              From: <abigail@foad.org>
4488              Message-ID: <20000825064430.9719.qmail@foad.org>
4489              Date: Fri, 25 Aug 2000 02:44:30 -0400
4490      Branch: perl
4491            ! installperl
4492 ____________________________________________________________________________
4493 [  6811] By: jhi                                   on 2000/08/25  17:05:43
4494         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
4495              From: "Peter J. Farley III" <pjfarley@banet.net>
4496              Date: Thu, 24 Aug 2000 21:58:03 -0400
4497              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
4498              
4499              (applied slightly modified)
4500      Branch: perl
4501            ! lib/ExtUtils/MM_Unix.pm
4502 ____________________________________________________________________________
4503 [  6810] By: jhi                                   on 2000/08/25  17:01:18
4504         Log: Missing parts of 
4505              
4506              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
4507              From: Peter Prymmer <pvhp@forte.com>
4508              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
4509              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
4510      Branch: perl
4511            ! t/lib/cgi-html.t
4512 ____________________________________________________________________________
4513 [  6809] By: jhi                                   on 2000/08/25  16:46:32
4514         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
4515              From: "Craig A. Berry" <craig.berry@psinetcs.com>
4516              Date: Thu, 24 Aug 2000 19:13:11 -0500
4517              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
4518      Branch: perl
4519            ! vms/vms.c
4520 ____________________________________________________________________________
4521 [  6808] By: jhi                                   on 2000/08/25  16:39:22
4522         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
4523              From: Peter Prymmer <pvhp@forte.com>
4524              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
4525              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
4526      Branch: perl
4527            ! configure.com
4528 ____________________________________________________________________________
4529 [  6807] By: jhi                                   on 2000/08/25  16:36:37
4530         Log: Better wording for the vec lvalue diagnostic.
4531              
4532              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
4533              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
4534              Date: Wed, 23 Aug 2000 14:12:16 -0400
4535              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
4536      Branch: perl
4537            ! pod/perldiag.pod
4538 ____________________________________________________________________________
4539 [  6806] By: jhi                                   on 2000/08/24  18:17:22
4540         Log: Subject: [PATCH] More silencing of installman.
4541              From: <abigail@foad.org>
4542              Date: Thu, 24 Aug 2000 14:01:44 -0400
4543              Message-ID: <20000824180144.20062.qmail@foad.org>
4544      Branch: perl
4545            ! installman
4546 ____________________________________________________________________________
4547 [  6805] By: jhi                                   on 2000/08/24  15:00:31
4548         Log: Update Changes.
4549      Branch: perl
4550            ! Changes patchlevel.h
4551 ____________________________________________________________________________
4552 [  6804] By: jhi                                   on 2000/08/24  14:59:07
4553         Log: Regen perltoc.
4554      Branch: perl
4555            ! pod/perltoc.pod
4556 ____________________________________________________________________________
4557 [  6803] By: jhi                                   on 2000/08/24  14:44:39
4558         Log: Show the doc file, not the temp file.
4559      Branch: perl
4560            ! installman
4561 ____________________________________________________________________________
4562 [  6802] By: jhi                                   on 2000/08/24  14:41:53
4563         Log: Continue silencing.
4564      Branch: perl
4565            ! installman
4566 ____________________________________________________________________________
4567 [  6801] By: jhi                                   on 2000/08/24  14:34:40
4568         Log: Actually do something with the silencer option.
4569      Branch: perl
4570            ! installman
4571 ____________________________________________________________________________
4572 [  6800] By: jhi                                   on 2000/08/24  14:26:22
4573         Log: Make installman to recognize the silence flag -S.
4574      Branch: perl
4575            ! installman
4576 ____________________________________________________________________________
4577 [  6799] By: jhi                                   on 2000/08/24  13:49:38
4578         Log: DOS patches and portability/porting notes, from Tim Jenness.
4579      Branch: perl
4580            ! lib/File/Temp.pm
4581 ____________________________________________________________________________
4582 [  6798] By: jhi                                   on 2000/08/24  13:48:27
4583         Log: Create directories in silence.
4584              
4585              Subject: [PATCH] Another silencer for MakeMaker
4586              From: andreas.koenig@anima.de (Andreas J. Koenig)
4587              Date: 24 Aug 2000 14:18:52 +0200
4588              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
4589      Branch: perl
4590            ! lib/ExtUtils/Command.pm
4591 ____________________________________________________________________________
4592 [  6797] By: jhi                                   on 2000/08/24  13:46:42
4593         Log: More liberal parsing of version numbers.
4594              
4595              Subject: Re: CPAN.pm beta for testing available
4596              From: andreas.koenig@anima.de (Andreas J. Koenig)
4597              Date: 24 Aug 2000 13:51:57 +0200
4598              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
4599      Branch: perl
4600            ! lib/CPAN.pm
4601 ____________________________________________________________________________
4602 [  6796] By: jhi                                   on 2000/08/24  13:44:36
4603         Log: Make "make install" by default silent.  A new "install-verbose"
4604              target is verbose.
4605      Branch: perl
4606            ! Makefile.SH
4607 ____________________________________________________________________________
4608 [  6795] By: jhi                                   on 2000/08/24  13:39:14
4609         Log: Add silencer flags to installperl.
4610              
4611              Subject: [PATCH] Making installperl silent.
4612              From: <abigail@foad.org>
4613              Date: Thu, 24 Aug 2000 05:01:45 -0400
4614              Message-ID: <20000824090145.13141.qmail@foad.org>
4615      Branch: perl
4616            ! installperl
4617 ____________________________________________________________________________
4618 [  6794] By: jhi                                   on 2000/08/24  13:35:50
4619         Log: installperl couldn't tell whether it had run tests or not.
4620              
4621              Subject: [PATCH] Re: installperl and t/TEST
4622              From: <abigail@foad.org>
4623              Date: Thu, 24 Aug 2000 04:00:53 -0400
4624              Message-ID: <20000824080053.2494.qmail@foad.org>
4625      Branch: perl
4626            ! Makefile.SH installperl
4627 ____________________________________________________________________________
4628 [  6793] By: jhi                                   on 2000/08/24  13:27:50
4629         Log: Drop the separate perlbc, perlcc -b should be enough.
4630      Branch: perl
4631            - utils/perlbc.PL
4632            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
4633 ____________________________________________________________________________
4634 [  6792] By: jhi                                   on 2000/08/24  04:41:30
4635         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
4636              plus the typo fix from Peter Prymmer.
4637      Branch: perl
4638            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
4639            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
4640 ____________________________________________________________________________
4641 [  6791] By: jhi                                   on 2000/08/24  02:10:43
4642         Log: Replace #6705 with a minimal doc patch.
4643              
4644              Subject: [PATCH 5.6.0] replace change #6705
4645              From: Jan Dubois <jand@ActiveState.com>
4646              Date: Wed, 23 Aug 2000 18:31:51 -0700
4647              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
4648      Branch: perl
4649            ! lib/Win32.pod win32/win32.c
4650 ____________________________________________________________________________
4651 [  6790] By: jhi                                   on 2000/08/23  17:52:00
4652         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
4653              From: Mike Guy <mjtg@cam.ac.uk>
4654              Date: Wed, 23 Aug 2000 18:38:46 +0100
4655              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
4656      Branch: perl
4657            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
4658 ____________________________________________________________________________
4659 [  6789] By: jhi                                   on 2000/08/23  15:34:21
4660         Log: Update Changes.
4661      Branch: perl
4662            ! Changes patchlevel.h
4663 ____________________________________________________________________________
4664 [  6788] By: jhi                                   on 2000/08/23  15:33:40
4665         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
4666              From: Wilfredo Sánchez <wsanchez@apple.com>
4667              Date: Tue, 22 Aug 2000 19:31:27 -0700
4668              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
4669      Branch: perl
4670            ! perl.h
4671 ____________________________________________________________________________
4672 [  6787] By: jhi                                   on 2000/08/23  15:29:31
4673         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
4674              From: Spider Boardman <spider@leggy.zk3.dec.com>
4675              Date: Wed, 23 Aug 2000 10:33:23 -0400
4676              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
4677      Branch: perl
4678            ! lib/Pod/Html.pm
4679 ____________________________________________________________________________
4680 [  6786] By: jhi                                   on 2000/08/23  15:28:11
4681         Log: Bad makefile.
4682      Branch: perl
4683            ! ext/B/Makefile.PL
4684 ____________________________________________________________________________
4685 [  6785] By: jhi                                   on 2000/08/23  14:37:04
4686         Log: Update Changes.
4687      Branch: perl
4688            ! Changes patchlevel.h
4689 ____________________________________________________________________________
4690 [  6784] By: jhi                                   on 2000/08/23  13:58:41
4691         Log: Portability fix from Hugo van der Sanden.
4692      Branch: perl
4693            ! ext/re/Makefile.PL
4694 ____________________________________________________________________________
4695 [  6783] By: jhi                                   on 2000/08/23  13:53:53
4696         Log: Storable support, v-version fixes.
4697              
4698              Subject: CPAN.pm beta for testing available
4699              From: andreas.koenig@anima.de (Andreas J. Koenig)
4700              Date: 22 Aug 2000 23:31:33 +0200
4701              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
4702      Branch: perl
4703            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4704 ____________________________________________________________________________
4705 [  6782] By: jhi                                   on 2000/08/23  13:51:26
4706         Log: Mac and other portability updates from Chris Nandor.
4707      Branch: perl
4708            ! pod/perlmodinstall.pod
4709 ____________________________________________________________________________
4710 [  6781] By: jhi                                   on 2000/08/23  13:47:33
4711         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
4712              From: Peter Prymmer <pvhp@forte.com>
4713              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
4714              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
4715      Branch: perl
4716            ! ext/Storable/Storable.xs
4717 ____________________________________________________________________________
4718 [  6780] By: jhi                                   on 2000/08/23  13:33:34
4719         Log: VMS MMS (make) wants null action.
4720      Branch: perl
4721            ! ext/B/Makefile.PL
4722 ____________________________________________________________________________
4723 [  6779] By: jhi                                   on 2000/08/22  19:44:47
4724         Log: Forgot portability nit.
4725      Branch: perl
4726            ! t/lib/st-forgive.t
4727 ____________________________________________________________________________
4728 [  6778] By: jhi                                   on 2000/08/22  19:35:25
4729         Log: Be portable.
4730      Branch: perl
4731            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
4732            ! t/lib/st-store.t
4733 ____________________________________________________________________________
4734 [  6777] By: jhi                                   on 2000/08/22  18:50:53
4735         Log: Update Changes.
4736      Branch: perl
4737            ! Changes patchlevel.h
4738 ____________________________________________________________________________
4739 [  6776] By: jhi                                   on 2000/08/22  18:44:46
4740         Log: cSVOPo_*v things index into the current PL_curpad
4741              under ithreads, which is different from the curpad
4742              used by the XSUB.  (In other words, the code as-is
4743              before this patch wouldn't work under ithreads.)
4744              From Sarathy.
4745      Branch: perl
4746            ! ext/B/B.xs
4747 ____________________________________________________________________________
4748 [  6775] By: jhi                                   on 2000/08/22  18:18:37
4749         Log: Make the selection of NVff et al stricter.
4750      Branch: metaconfig/U/perl
4751            ! perlxvf.U
4752      Branch: perl
4753            ! Configure config_h.SH
4754 ____________________________________________________________________________
4755 [  6774] By: jhi                                   on 2000/08/22  17:19:42
4756         Log: perldelta nits.
4757      Branch: perl
4758            ! pod/perldelta.pod
4759 ____________________________________________________________________________
4760 [  6773] By: jhi                                   on 2000/08/22  17:06:26
4761         Log: Long double fixes from Spider Boardman.
4762              
4763              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
4764              From: system PRIVILEGED account <root@peano.zk3.dec.com>
4765              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
4766              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
4767      Branch: perl
4768            ! t/lib/bigfltpm.t t/lib/st-06compat.t
4769 ____________________________________________________________________________
4770 [  6772] By: jhi                                   on 2000/08/22  15:04:53
4771         Log: Update Changes.
4772      Branch: perl
4773            ! Changes patchlevel.h
4774 ____________________________________________________________________________
4775 [  6771] By: jhi                                   on 2000/08/22  15:01:44
4776         Log: perldelta fixes from Hugo van der Sanden.
4777      Branch: perl
4778            ! pod/perldelta.pod
4779 ____________________________________________________________________________
4780 [  6770] By: jhi                                   on 2000/08/22  14:34:49
4781         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
4782              From: Hugo <hv@crypt.compulink.co.uk>
4783              Date: Tue, 22 Aug 2000 11:21:53 +0100
4784              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
4785      Branch: perl
4786            ! regcomp.c
4787 ____________________________________________________________________________
4788 [  6769] By: jhi                                   on 2000/08/22  14:30:02
4789         Log: Add Yitzchak, reformat.
4790      Branch: perl
4791            ! Changes config_h.SH
4792 ____________________________________________________________________________
4793 [  6768] By: jhi                                   on 2000/08/22  14:21:35
4794         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
4795              and Spider Boardman.
4796      Branch: metaconfig
4797            ! U/compline/d_gconvert.U
4798      Branch: perl
4799            ! Configure
4800 ____________________________________________________________________________
4801 [  6767] By: jhi                                   on 2000/08/22  14:11:24
4802         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
4803              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4804              Date: Mon, 21 Aug 2000 19:08:31 -0700
4805              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
4806      Branch: perl
4807            - ext/Storable/patchlevel.h
4808            ! MANIFEST ext/Storable/MANIFEST
4809 ____________________________________________________________________________
4810 [  6766] By: jhi                                   on 2000/08/22  13:49:29
4811         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
4812              From: Peter Prymmer <pvhp@forte.com>
4813              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
4814              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
4815      Branch: perl
4816            ! configure.com ext/Storable/Makefile.PL
4817 ____________________________________________________________________________
4818 [  6765] By: jhi                                   on 2000/08/22  13:44:59
4819         Log: Subject: [PATCH blead] B:: missing dependency
4820              From: Hugo <hv@crypt.compulink.co.uk>
4821              Date: Tue, 22 Aug 2000 06:44:33 +0100
4822              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
4823      Branch: perl
4824            ! ext/B/Makefile.PL
4825 ____________________________________________________________________________
4826 [  6764] By: jhi                                   on 2000/08/22  13:38:12
4827         Log: More bytecompiler.
4828      Branch: perl
4829            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
4830 ____________________________________________________________________________
4831 [  6763] By: jhi                                   on 2000/08/22  13:36:44
4832         Log: Bytecompiler patches from Benjamin Stuhl.
4833      Branch: perl
4834            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
4835            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
4836            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
4837            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
4838            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
4839            ! perl.c perlapi.h pod/perldelta.pod
4840 ____________________________________________________________________________
4841 [  6762] By: jhi                                   on 2000/08/21  23:43:40
4842         Log: An obsoleted diagnostic.
4843      Branch: perl
4844            ! pod/perldelta.pod
4845 ____________________________________________________________________________
4846 [  6761] By: jhi                                   on 2000/08/21  23:01:45
4847         Log: The #6759 wasn't quite right.
4848      Branch: perl
4849            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
4850            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
4851            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
4852            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
4853            ! t/lib/st-tieditems.t
4854 ____________________________________________________________________________
4855 [  6760] By: jhi                                   on 2000/08/21  22:35:49
4856         Log: Be verydeepclean.
4857      Branch: perl
4858            ! Makefile.SH
4859 ____________________________________________________________________________
4860 [  6759] By: jhi                                   on 2000/08/21  22:25:40
4861         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
4862              From: Peter Prymmer <pvhp@forte.com>
4863              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
4864              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
4865      Branch: perl
4866            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
4867            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
4868            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
4869            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
4870            ! t/lib/st-tieditems.t
4871 ____________________________________________________________________________
4872 [  6758] By: jhi                                   on 2000/08/21  22:22:32
4873         Log: Few more casts, need reported in
4874              
4875              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
4876              From: Mike Stok <mike@stok.co.uk>
4877              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
4878              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
4879              
4880              and
4881              
4882              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
4883              From: abigail@foad.org
4884              Date: 21 Aug 2000 21:31:34 -0000
4885              Message-Id: <20000821213134.30170.qmail@foad.org>
4886      Branch: perl
4887            ! ext/Storable/Storable.xs
4888 ____________________________________________________________________________
4889 [  6757] By: jhi                                   on 2000/08/21  18:37:07
4890         Log: Update Changes.
4891      Branch: perl
4892            ! Changes patchlevel.h
4893 ____________________________________________________________________________
4894 [  6756] By: jhi                                   on 2000/08/21  18:34:02
4895         Log: A pod nit.
4896              
4897              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
4898              From: <abigail@foad.org>
4899              Date: Mon, 21 Aug 2000 14:00:16 -0400
4900              Message-ID: <20000821180016.28627.qmail@foad.org>
4901      Branch: perl
4902            ! pod/perlre.pod
4903 ____________________________________________________________________________
4904 [  6755] By: jhi                                   on 2000/08/21  18:30:56
4905         Log: Use PodParser 1.18 new test.
4906      Branch: perl
4907            ! t/pod/special_seqs.t t/pod/special_seqs.xr
4908 ____________________________________________________________________________
4909 [  6754] By: jhi                                   on 2000/08/21  18:28:35
4910         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
4911              patches cannot be applied since #6712 conflicts.
4912      Branch: perl
4913            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
4914 ____________________________________________________________________________
4915 [  6753] By: jhi                                   on 2000/08/21  18:15:11
4916         Log: Weed out some smaller changes.
4917      Branch: perl
4918            ! pod/perldelta.pod
4919 ____________________________________________________________________________
4920 [  6752] By: jhi                                   on 2000/08/21  18:02:30
4921         Log: Also under djgpp the timestamps are funky.
4922      Branch: perl
4923            ! t/op/stat.t
4924 ____________________________________________________________________________
4925 [  6751] By: jhi                                   on 2000/08/21  17:55:56
4926         Log: Tweak the floating point output routine preferences.
4927      Branch: metaconfig
4928            ! U/compline/d_gconvert.U
4929      Branch: perl
4930            ! Configure
4931 ____________________________________________________________________________
4932 [  6750] By: jhi                                   on 2000/08/21  17:51:29
4933         Log: Unicos/mk requires elaborate paranoia.
4934      Branch: perl
4935            ! lib/Math/Complex.pm
4936 ____________________________________________________________________________
4937 [  6749] By: gsar                                  on 2000/08/21  16:53:31
4938         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
4939      Branch: perl
4940            ! lib/Cwd.pm
4941 ____________________________________________________________________________
4942 [  6748] By: gsar                                  on 2000/08/21  16:22:19
4943         Log: free TLS slot properly on Windows
4944      Branch: perl
4945            ! thread.h win32/perllib.c win32/win32thread.h
4946 ____________________________________________________________________________
4947 [  6747] By: jhi                                   on 2000/08/21  16:20:58
4948         Log: Rename the macro argument because some preprocessors
4949              can't tell the difference and expand arguments also inside
4950              double quoted strings.
4951      Branch: perl
4952            ! regcomp.c
4953 ____________________________________________________________________________
4954 [  6746] By: jhi                                   on 2000/08/21  16:09:41
4955         Log: Support long doubles in Storable.
4956              
4957              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
4958              From: Radu Greab <radu@netsoft.ro>
4959              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
4960              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
4961      Branch: perl
4962            ! ext/Storable/Storable.xs
4963 ____________________________________________________________________________
4964 [  6745] By: jhi                                   on 2000/08/21  15:51:40
4965         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
4966              From: "Fifer, Eric" <EFifer@sanwaint.com>
4967              Date: Mon, 21 Aug 2000 15:34:49 +0100
4968              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
4969      Branch: perl
4970            ! t/pragma/warn/9enabled
4971 ____________________________________________________________________________
4972 [  6744] By: jhi                                   on 2000/08/21  15:39:35
4973         Log: Document the endianness of Alpha more precisely.
4974      Branch: perl
4975            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
4976            ! pod/perlport.pod
4977 ____________________________________________________________________________
4978 [  6743] By: jhi                                   on 2000/08/21  14:47:05
4979         Log: perldelta fixes from the p5p crowd.
4980      Branch: perl
4981            ! pod/perldelta.pod pod/perlop.pod
4982 ____________________________________________________________________________
4983 [  6742] By: jhi                                   on 2000/08/21  13:34:51
4984         Log: Update to Pod::LaTeX 0.53.
4985              
4986              Subject: [PATCH] lib/Pod/LaTeX.pm updates
4987              From: Tim Jenness <timj@jach.hawaii.edu>
4988              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
4989              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
4990      Branch: perl
4991            ! lib/Pod/LaTeX.pm
4992 ____________________________________________________________________________
4993 [  6741] By: jhi                                   on 2000/08/21  13:33:01
4994         Log: Subject: [PATCH] os2.c fix for use64bitint
4995              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4996              Date: Mon, 21 Aug 2000 01:32:25 -0700
4997              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
4998      Branch: perl
4999            ! os2/os2.c
5000 ____________________________________________________________________________
5001 [  6740] By: jhi                                   on 2000/08/21  13:28:52
5002         Log: Array context keeps slithering in.
5003              
5004              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
5005              From: Daniel Chetlin <daniel@chetlin.com>
5006              Date: Sun, 20 Aug 2000 21:40:25 -0700
5007              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
5008      Branch: perl
5009            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
5010            ! pod/perldebtut.pod
5011 ____________________________________________________________________________
5012 [  6739] By: jhi                                   on 2000/08/21  13:23:55
5013         Log: Big-endian quad fixes for Storable from Radu Greab,
5014              plus few explicit null casts for picky compilers.
5015      Branch: perl
5016            ! ext/Storable/Storable.xs
5017 ____________________________________________________________________________
5018 [  6738] By: gsar                                  on 2000/08/21  05:56:13
5019         Log: small tweaks for change#6705: avoid C++ style comments in C code;
5020              use Perl's malloc API rather than the low level system one
5021      Branch: perl
5022            ! win32/win32.c
5023 ____________________________________________________________________________
5024 [  6737] By: gsar                                  on 2000/08/21  05:35:41
5025         Log: add Storable to list of extensions on Windows
5026      Branch: perl
5027            ! win32/Makefile win32/makefile.mk
5028 ____________________________________________________________________________
5029 [  6736] By: jhi                                   on 2000/08/21  02:57:53
5030         Log: Update Changes.
5031      Branch: perl
5032            ! Changes patchlevel.h
5033 ____________________________________________________________________________
5034 [  6735] By: jhi                                   on 2000/08/21  02:57:20
5035         Log: Draft 0.
5036      Branch: perl
5037            ! pod/perldelta.pod
5038 ____________________________________________________________________________
5039 [  6734] By: jhi                                   on 2000/08/21  02:57:03
5040         Log: Add Storable 0.7.2 from Raphael Manfredi,
5041              plus the patch from
5042              
5043              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
5044              From: Radu Greab <radu@netsoft.ro>
5045              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
5046              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
5047              
5048              plus changes to get Storable to compile with
5049              picky ANSI compilers.
5050      Branch: perl
5051            + ext/Storable/ChangeLog ext/Storable/MANIFEST
5052            + ext/Storable/Makefile.PL ext/Storable/README
5053            + ext/Storable/Storable.pm ext/Storable/Storable.xs
5054            + ext/Storable/patchlevel.h t/lib/st-06compat.t
5055            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
5056            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
5057            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
5058            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
5059            + t/lib/st-tieditems.t
5060            ! MANIFEST
5061 ____________________________________________________________________________
5062 [  6733] By: jhi                                   on 2000/08/21  02:29:09
5063         Log: The correct cleaning order is an art.
5064      Branch: perl
5065            ! Makefile.SH
5066 ____________________________________________________________________________
5067 [  6732] By: jhi                                   on 2000/08/21  01:23:39
5068         Log: The #6724 is here.
5069      Branch: perl
5070            ! t/lib/ftmp-security.t
5071 ____________________________________________________________________________
5072 [  6731] By: jhi                                   on 2000/08/20  23:17:03
5073         Log: s/this one/the 5.6.0 release/
5074      Branch: perl
5075            ! pod/perl56delta.pod
5076 ____________________________________________________________________________
5077 [  6730] By: jhi                                   on 2000/08/20  23:07:34
5078         Log: Mention perlebcdic and perlposix-bc.
5079      Branch: perl
5080            ! pod/perlport.pod
5081 ____________________________________________________________________________
5082 [  6729] By: jhi                                   on 2000/08/20  21:32:59
5083         Log: Document the number of exponent digits.
5084      Branch: perl
5085            ! pod/perlfunc.pod
5086 ____________________________________________________________________________
5087 [  6728] By: jhi                                   on 2000/08/20  21:16:47
5088         Log: Use File::Spec->tmpdir().
5089              
5090              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
5091              From: Tim Jenness <timj@jach.hawaii.edu>
5092              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
5093              MIME-Version: 1.0
5094              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
5095      Branch: perl
5096            ! utils/perlbug.PL
5097 ____________________________________________________________________________
5098 [  6727] By: jhi                                   on 2000/08/20  20:43:32
5099         Log: Update Changes.
5100      Branch: perl
5101            ! Changes patchlevel.h
5102 ____________________________________________________________________________
5103 [  6726] By: jhi                                   on 2000/08/20  20:41:44
5104         Log: The veryclean target needs to clobber.
5105      Branch: perl
5106            ! Makefile.SH
5107 ____________________________________________________________________________
5108 [  6725] By: jhi                                   on 2000/08/20  20:37:38
5109         Log: Document odd vs even subreleases and -Dusedevel.
5110      Branch: perl
5111            ! INSTALL
5112 ____________________________________________________________________________
5113 [  6724] By: jhi                                   on 2000/08/20  19:58:05
5114         Log: Use temporary directory instead of current directory.
5115              
5116              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
5117              From: Tim Jenness <timj@jach.hawaii.edu>
5118              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
5119              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
5120      Branch: perl
5121            ! t/lib/ftmp-security.t
5122 ____________________________________________________________________________
5123 [  6723] By: jhi                                   on 2000/08/20  19:55:55
5124         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
5125              From: andreas.koenig@anima.de (Andreas J. Koenig)
5126              Date: 20 Aug 2000 15:52:03 +0200
5127              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
5128      Branch: perl
5129            ! lib/ExtUtils/MM_Unix.pm
5130 ____________________________________________________________________________
5131 [  6722] By: jhi                                   on 2000/08/20  19:46:01
5132         Log: Update to CGI 2.72, from Lincoln Stein.
5133      Branch: perl
5134            ! lib/CGI.pm
5135 ____________________________________________________________________________
5136 [  6721] By: jhi                                   on 2000/08/20  19:43:54
5137         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
5138              From: Radu Greab <radu@netsoft.ro>
5139              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
5140              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
5141      Branch: perl
5142            ! ext/GDBM_File/GDBM_File.xs
5143 ____________________________________________________________________________
5144 [  6720] By: jhi                                   on 2000/08/20  19:42:01
5145         Log: pp_open() could pass an uninitialized filename down to do_open9().
5146      Branch: perl
5147            ! pp_sys.c
5148 ____________________________________________________________________________
5149 [  6719] By: jhi                                   on 2000/08/20  14:06:41
5150         Log: UTF8 concat fixes.
5151              
5152              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
5153              From: Hugo <hv@crypt.compulink.co.uk>
5154              Date: Sun, 20 Aug 2000 07:30:46 +0100
5155              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
5156      Branch: perl
5157            ! pp_hot.c t/op/append.t
5158 ____________________________________________________________________________
5159 [  6718] By: jhi                                   on 2000/08/20  02:09:37
5160         Log: Let's try #6717 again.
5161      Branch: perl
5162            ! lib/File/Temp.pm
5163 ____________________________________________________________________________
5164 [  6717] By: jhi                                   on 2000/08/20  01:56:55
5165         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
5166              From: "Craig A. Berry" <craig.berry@metamorgs.com>
5167              Date: Sat, 19 Aug 2000 18:15:39 -0500
5168              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
5169      Branch: perl
5170            ! lib/File/Temp.pm
5171 ____________________________________________________________________________
5172 [  6716] By: jhi                                   on 2000/08/19  15:50:11
5173         Log: Update Changes.
5174      Branch: perl
5175            ! Changes patchlevel.h
5176 ____________________________________________________________________________
5177 [  6715] By: jhi                                   on 2000/08/19  15:39:09
5178         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
5179              From: Jonathan D Johnston <jdjohnston2@juno.com>
5180              Date: Thu, 17 Aug 2000 23:13:01 -0400       
5181              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
5182      Branch: perl
5183            ! pod/perlfunc.pod
5184 ____________________________________________________________________________
5185 [  6714] By: jhi                                   on 2000/08/19  15:34:04
5186         Log: Introduce a 'veryclean' target that is like 'distclean'
5187              but also removes *~ and *.orig.
5188      Branch: perl
5189            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
5190            ! utils/Makefile x2p/Makefile.SH
5191 ____________________________________________________________________________
5192 [  6713] By: jhi                                   on 2000/08/19  14:15:45
5193         Log: Put back the long double avoidance code to POSIX.xs
5194              because VMS seems to need it still.
5195      Branch: perl
5196            ! ext/POSIX/POSIX.xs
5197 ____________________________________________________________________________
5198 [  6712] By: jhi                                   on 2000/08/19  14:10:41
5199         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
5200              From: Peter Prymmer <pvhp@forte.com>
5201              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
5202              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
5203      Branch: perl
5204            ! lib/Pod/Find.pm t/pod/find.t
5205 ____________________________________________________________________________
5206 [  6711] By: jhi                                   on 2000/08/19  14:09:19
5207         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
5208              From: Peter Prymmer <pvhp@forte.com>
5209              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
5210              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
5211              cc: vmsperl@perl.org
5212      Branch: perl
5213            ! t/lib/peek.t
5214 ____________________________________________________________________________
5215 [  6710] By: jhi                                   on 2000/08/19  14:08:01
5216         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
5217              From: Jan Dubois <jand@ActiveState.com>
5218              Date: Fri, 18 Aug 2000 16:31:48 -0700
5219              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
5220      Branch: perl
5221            ! win32/win32.c
5222 ____________________________________________________________________________
5223 [  6709] By: jhi                                   on 2000/08/19  14:06:57
5224         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
5225              
5226              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
5227              From: Spider.Boardman@Orb.Nashua.NH.US
5228              Date: Fri, 18 Aug 2000 18:41:14 -0400
5229              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
5230      Branch: perl
5231            ! regcomp.c
5232 ____________________________________________________________________________
5233 [  6708] By: jhi                                   on 2000/08/18  22:04:49
5234         Log: Update Changes.
5235      Branch: perl
5236            ! Changes patchlevel.h
5237 ____________________________________________________________________________
5238 [  6707] By: jhi                                   on 2000/08/18  21:55:14
5239         Log: Add warnif(), check warnings further up the stack,
5240              all the warnings functions now can take an optional object reference.
5241              
5242              Subject: [PATCH bleedperl@6691] warnings pragma update
5243              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
5244              Date: Fri, 18 Aug 2000 22:42:06 +0100
5245              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
5246      Branch: perl
5247            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
5248            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
5249            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
5250 ____________________________________________________________________________
5251 [  6706] By: jhi                                   on 2000/08/18  21:41:45
5252         Log: Typo in pp_complement().
5253              
5254              Subject: [PATCH perl-current] Deparse
5255              From: Peter Scott <Peter@PSDT.com>
5256              Date: Fri, 18 Aug 2000 12:44:37 -0700
5257              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
5258      Branch: perl
5259            ! ext/B/B/Deparse.pm
5260 ____________________________________________________________________________
5261 [  6705] By: jhi                                   on 2000/08/18  21:25:59
5262         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
5263              From: Jan Dubois <jand@ActiveState.com>
5264              Date: Fri, 18 Aug 2000 14:22:51 -0700
5265              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
5266      Branch: perl
5267            ! lib/Win32.pod win32/win32.c
5268 ____________________________________________________________________________
5269 [  6704] By: jhi                                   on 2000/08/18  21:16:14
5270         Log: Don't eat leading os from index entries.
5271              
5272              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
5273              From: Russ Allbery <rra@stanford.edu>
5274              Date: 10 Aug 2000 20:49:25 -0700
5275              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
5276      Branch: perl
5277            ! lib/Pod/Man.pm
5278 ____________________________________________________________________________
5279 [  6703] By: jhi                                   on 2000/08/18  21:07:06
5280         Log: Add [[:blank:]] as suggested in
5281              
5282              Subject: [ID 20000716.024] [=cc=] / [:blank:]
5283              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
5284              Date: Sun, 16 Jul 2000 17:55:29 -0700
5285              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
5286              
5287              (the [=cc=] has already been taken care of by #6439
5288              so the whole bug report can be closed)
5289              
5290              and make [[:space:]] to be equivalent to isspace(3)
5291              (as opposed to \s, which is isSPACE()).  The difference
5292              is that now [[:space:]] matches the mythical vertical tab,
5293              while \s doesn't.
5294      Branch: perl
5295            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
5296            ! regexec.c t/op/pat.t
5297 ____________________________________________________________________________
5298 [  6702] By: jhi                                   on 2000/08/18  18:47:47
5299         Log: The new tests were missing from #6415.
5300      Branch: perl
5301            ! t/op/bop.t
5302 ____________________________________________________________________________
5303 [  6701] By: jhi                                   on 2000/08/18  18:20:40
5304         Log: Document the NDBM_File and ODBM_File as SDBM_File
5305              was documented in #6417.
5306      Branch: perl
5307            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
5308            ! ext/SDBM_File/SDBM_File.pm
5309 ____________________________________________________________________________
5310 [  6700] By: jhi                                   on 2000/08/18  18:10:39
5311         Log: Subject: [PATCH perl@6698] cygwin port
5312              From: "Fifer, Eric" <EFifer@sanwaint.com>
5313              Date: Fri, 18 Aug 2000 17:30:05 +0100
5314              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
5315      Branch: perl
5316            ! lib/File/Temp.pm
5317 ____________________________________________________________________________
5318 [  6699] By: jhi                                   on 2000/08/18  16:21:49
5319         Log: Document code point which makes if (defined %stash::) to work
5320              (noted by Spider Boardman).
5321      Branch: perl
5322            ! op.c
5323 ____________________________________________________________________________
5324 [  6698] By: jhi                                   on 2000/08/18  13:43:27
5325         Log: Update Changes.
5326      Branch: perl
5327            ! Changes patchlevel.h
5328 ____________________________________________________________________________
5329 [  6697] By: jhi                                   on 2000/08/18  13:35:57
5330         Log: Tiny Getopt::Long patch from Johan Vromans.
5331      Branch: perl
5332            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
5333 ____________________________________________________________________________
5334 [  6696] By: jhi                                   on 2000/08/18  13:26:14
5335         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
5336              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
5337              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
5338              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
5339      Branch: perl
5340            ! pod/perldiag.pod pod/perlsyn.pod
5341 ____________________________________________________________________________
5342 [  6695] By: jhi                                   on 2000/08/18  13:13:26
5343         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
5344              From: Daniel Chetlin <daniel@chetlin.com>
5345              Date: Fri, 18 Aug 2000 03:13:36 -0700
5346              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
5347      Branch: perl
5348            ! pod/perlfunc.pod
5349 ____________________________________________________________________________
5350 [  6694] By: jhi                                   on 2000/08/18  13:08:05
5351         Log: Subject: [PATCH] perltrap.pod spring cleaning
5352              From: Daniel Chetlin <daniel@chetlin.com>
5353              Date: Fri, 18 Aug 2000 03:06:54 -0700
5354              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
5355              
5356              plus Mike Guy's nitfix.
5357      Branch: perl
5358            ! pod/perltrap.pod
5359 ____________________________________________________________________________
5360 [  6693] By: jhi                                   on 2000/08/18  13:00:26
5361         Log: Unbuffer the output.
5362              
5363              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
5364              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5365              Date: Thu, 17 Aug 2000 18:39:29 -0700
5366              Message-ID: <RPJn5gzkgydf092yn@efn.org>
5367      Branch: perl
5368            ! t/op/fork.t
5369 ____________________________________________________________________________
5370 [  6692] By: jhi                                   on 2000/08/18  05:19:17
5371         Log: Delete the image, too, not just its MANIFEStation.
5372      Branch: perl
5373            - lib/CGI/eg/wilogo.gif
5374 ____________________________________________________________________________
5375 [  6691] By: jhi                                   on 2000/08/18  05:10:26
5376         Log: Propagate new Configure vars.
5377      Branch: perl
5378            ! configure.com epoc/config.sh uconfig.h uconfig.sh
5379            ! vos/config.def vos/config.h vos/config_h.SH_orig
5380            ! win32/config.bc win32/config.gc win32/config.vc
5381            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5382 ____________________________________________________________________________
5383 [  6690] By: jhi                                   on 2000/08/18  04:30:56
5384         Log: Update Changes.
5385      Branch: perl
5386            ! Changes patchlevel.h
5387 ____________________________________________________________________________
5388 [  6689] By: jhi                                   on 2000/08/18  04:12:30
5389         Log: Fix the lib/complex failure of
5390              
5391              From: abigail@foad.org
5392              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
5393              Date: 15 Aug 2000 04:06:38 -0000
5394              Message-Id: <20000815040638.8524.qmail@foad.org> 
5395              
5396              Linux long double accuracy issue: something that
5397              when printed with %g looks like "2" but int() of it is 1.
5398      Branch: perl
5399            ! lib/Math/Complex.pm
5400 ____________________________________________________________________________
5401 [  6688] By: jhi                                   on 2000/08/18  03:15:35
5402         Log: The byteorder code in #6671 was wrong.
5403      Branch: perl
5404            ! configpm
5405 ____________________________________________________________________________
5406 [  6687] By: jhi                                   on 2000/08/18  02:08:42
5407         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
5408              From: Jan Dubois <jand@ActiveState.com>
5409              Date: Thu, 17 Aug 2000 18:31:55 -0700
5410              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
5411      Branch: perl
5412            ! sv.c
5413 ____________________________________________________________________________
5414 [  6686] By: jhi                                   on 2000/08/18  02:04:15
5415         Log: Use NVs in POSIX math, not doubles.
5416              
5417              From: abigail@foad.org
5418              Subject: [ID 20000817.014] POSIX & modfl
5419              Date: 17 Aug 2000 20:49:18 -0000
5420              Message-Id: <20000817204918.23123.qmail@foad.org>
5421      Branch: perl
5422            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
5423 ____________________________________________________________________________
5424 [  6685] By: jhi                                   on 2000/08/18  02:02:12
5425         Log: Introduce NVef, NVff, and NVgf, use the middle one.
5426              (helps for lib/peek + Linux + long doubles)  Reported in
5427              
5428              From: abigail@foad.org
5429              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
5430              Date: 15 Aug 2000 04:06:38 -0000
5431              Message-Id: <20000815040638.8524.qmail@foad.org> 
5432              
5433              (note: the lib/complex failure has not yet been addressed)
5434      Branch: metaconfig/U/perl
5435            ! perlxvf.U
5436      Branch: perl
5437            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5438            ! config_h.SH dump.c perl.h pod/perlguts.pod
5439 ____________________________________________________________________________
5440 [  6684] By: jhi                                   on 2000/08/17  23:22:19
5441         Log: Add byteorder to the myconfig output.
5442      Branch: perl
5443            ! myconfig.SH
5444 ____________________________________________________________________________
5445 [  6683] By: jhi                                   on 2000/08/17  23:20:19
5446         Log: The image doth not exist, spotted by Johan Vromans.
5447      Branch: perl
5448            ! MANIFEST
5449 ____________________________________________________________________________
5450 [  6682] By: jhi                                   on 2000/08/17  22:38:16
5451         Log: Document what the backtick returns if the command fails.
5452      Branch: perl
5453            ! pod/perlop.pod
5454 ____________________________________________________________________________
5455 [  6681] By: jhi                                   on 2000/08/17  22:33:12
5456         Log: Do not use prototyping here.
5457              
5458              Subject: [ID 20000817.016] [PATCH] Peek.xs
5459              From: abigail@foad.org
5460              Date: 17 Aug 2000 20:55:56 -0000
5461              Message-Id: <20000817205556.24270.qmail@foad.org>
5462      Branch: perl
5463            ! ext/Devel/Peek/Makefile.PL
5464 ____________________________________________________________________________
5465 [  6680] By: jhi                                   on 2000/08/17  19:46:43
5466         Log: Don't propose using modules built for 5.005 if no binary
5467              compatibility with 5.005 is attempted.
5468              
5469              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
5470              Subject: Minor nit with 5.7.0 (6655)
5471              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
5472              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
5473      Branch: metaconfig
5474            ! U/installdirs/inc_version_list.U
5475      Branch: perl
5476            ! Configure config_h.SH
5477 ____________________________________________________________________________
5478 [  6679] By: jhi                                   on 2000/08/17  19:16:39
5479         Log: Microperl config update.
5480      Branch: perl
5481            ! uconfig.h uconfig.sh
5482 ____________________________________________________________________________
5483 [  6678] By: jhi                                   on 2000/08/17  19:16:13
5484         Log: The #6648 wasn't protective enough for limited platforms
5485              (like microperl).
5486      Branch: perl
5487            ! dump.c sv.c
5488 ____________________________________________________________________________
5489 [  6677] By: jhi                                   on 2000/08/17  14:46:35
5490         Log: Update Changes.
5491      Branch: perl
5492            ! Changes patchlevel.h
5493 ____________________________________________________________________________
5494 [  6676] By: jhi                                   on 2000/08/17  14:44:02
5495         Log: Add perlebcdic from Peter Prymmer, regen toc.
5496      Branch: perl
5497            + pod/perlebcdic.pod
5498            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5499 ____________________________________________________________________________
5500 [  6675] By: jhi                                   on 2000/08/17  14:41:52
5501         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
5502      Branch: perl
5503            ! pod/perldebtut.pod
5504 ____________________________________________________________________________
5505 [  6674] By: jhi                                   on 2000/08/17  14:29:43
5506         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
5507              
5508              Subject: [ID 20000724.006] -DLEAKTEST problem
5509              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
5510              Date: Tue, 25 Jul 2000 00:36:32 -0500
5511              Message-Id: <20000725003632.A26186@www.llamacom.com>
5512              
5513              Reminder sent
5514              
5515              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
5516              From: Hugo <hv@crypt.compulink.co.uk>
5517              Date: Thu, 17 Aug 2000 15:23:42 +0100
5518              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
5519      Branch: perl
5520            ! util.c
5521 ____________________________________________________________________________
5522 [  6673] By: jhi                                   on 2000/08/17  04:07:10
5523         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
5524              From: John Peacock <JPeacock@UnivPress.com>
5525              Date: Tue, 01 Aug 2000 09:38:12 -0400
5526              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
5527      Branch: perl
5528            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
5529 ____________________________________________________________________________
5530 [  6672] By: jhi                                   on 2000/08/17  03:04:35
5531         Log: Subject: [PATCH] Cwd.pm now uses strict
5532              From: Tim Jenness <timj@jach.hawaii.edu>
5533              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
5534              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
5535      Branch: perl
5536            ! lib/Cwd.pm
5537 ____________________________________________________________________________
5538 [  6671] By: jhi                                   on 2000/08/17  02:16:35
5539         Log: Make $Config{byteorder} more magical so that it is
5540              dynamically computed: nice for 'fat binaries'.
5541              
5542              Subject: [PATCH]: default byteorder
5543              From: Wilfredo Sánchez <wsanchez@apple.com>
5544              Date: Mon, 31 Jul 2000 19:45:31 -0700
5545              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
5546      Branch: perl
5547            ! configpm
5548 ____________________________________________________________________________
5549 [  6670] By: gsar                                  on 2000/08/17  01:22:21
5550         Log: move WNOHANG definition to where other such things are
5551      Branch: perl
5552            ! win32/win32.h
5553 ____________________________________________________________________________
5554 [  6669] By: jhi                                   on 2000/08/17  01:19:17
5555         Log: Update Changes.
5556      Branch: perl
5557            ! Changes patchlevel.h
5558 ____________________________________________________________________________
5559 [  6668] By: jhi                                   on 2000/08/17  01:16:29
5560         Log: Doc nits spotted by Richard Soderberg.
5561      Branch: perl
5562            ! README.posix-bc README.vmesa
5563 ____________________________________________________________________________
5564 [  6667] By: jhi                                   on 2000/08/17  01:12:11
5565         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
5566              From: "Casey R. Tweten" <crt@kiski.net>
5567              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
5568              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
5569      Branch: perl
5570            ! pod/perldebtut.pod
5571 ____________________________________________________________________________
5572 [  6666] By: jhi                                   on 2000/08/17  01:09:31
5573         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
5574              From: "Casey R. Tweten" <crt@kiski.net>
5575              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
5576              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
5577      Branch: perl
5578            ! lib/Shell.pm
5579 ____________________________________________________________________________
5580 [  6665] By: gsar                                  on 2000/08/17  01:03:52
5581         Log: add "ok" targets from change#6632 in makefile.mk
5582      Branch: perl
5583            ! pod/perlport.pod win32/Makefile win32/makefile.mk
5584 ____________________________________________________________________________
5585 [  6664] By: gsar                                  on 2000/08/17  00:56:11
5586         Log: avoid warnings from dense compiler
5587      Branch: perl
5588            ! win32/win32.c
5589 ____________________________________________________________________________
5590 [  6663] By: jhi                                   on 2000/08/17  00:51:49
5591         Log: Tweak the regex compilation errors once more.
5592      Branch: perl
5593            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
5594            ! t/op/regmesg.t t/pragma/warn/regcomp
5595 ____________________________________________________________________________
5596 [  6662] By: gsar                                  on 2000/08/17  00:28:19
5597         Log: trailing new %ENV entries weren't being pushed into the real
5598              environment of subprocesses on Windows
5599      Branch: perl
5600            ! t/op/magic.t win32/perlhost.h
5601 ____________________________________________________________________________
5602 [  6661] By: gsar                                  on 2000/08/17  00:19:20
5603         Log: waitpid() now handles externally spawned pids correctly;
5604              fixes for backtick/wait/waitpid failures on Windows 9x
5605              
5606              these changes make the pid returned by process functions on
5607              Windows 9x always positive by clearing the high bit (which
5608              is always set on Win9x); pseudo-process PIDs are likewise
5609              always negative now on Win9x (just as on NT/2000)
5610      Branch: perl
5611            ! pp_sys.c win32/perlhost.h win32/win32.c
5612 ____________________________________________________________________________
5613 [  6660] By: jhi                                   on 2000/08/17  00:04:32
5614         Log: Retract #6645.
5615      Branch: perl
5616            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5617            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
5618            ! t/op/sprintf.t
5619 ____________________________________________________________________________
5620 [  6659] By: gsar                                  on 2000/08/16  23:59:28
5621         Log: on windows, the return values from wait() and waitpid() don't
5622              match those of pseudo-pids
5623      Branch: perl
5624            ! pp_sys.c t/op/fork.t util.c win32/win32.c
5625 ____________________________________________________________________________
5626 [  6658] By: gsar                                  on 2000/08/16  23:56:14
5627         Log: pod nit seen in passing
5628      Branch: perl
5629            ! pod/perlfunc.pod
5630 ____________________________________________________________________________
5631 [  6657] By: gsar                                  on 2000/08/16  23:53:42
5632         Log: change#6328 could make close(SOCKET) return false on windows
5633              when it shouldn't
5634      Branch: perl
5635            ! win32/win32sck.c
5636 ____________________________________________________________________________
5637 [  6656] By: gsar                                  on 2000/08/16  23:46:57
5638         Log: check that the number pseudo children doesn't exceed
5639              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
5640              the WaitForMultipleObjects() limit that would cause wait()
5641              to crash)
5642              
5643              wait() and waitpid() could potentially be rewritten to use
5644              more than one thread to do the waiting to eliminate this
5645              limitation
5646      Branch: perl
5647            ! win32/perlhost.h
5648 ____________________________________________________________________________
5649 [  6655] By: jhi                                   on 2000/08/16  14:11:05
5650         Log: Update Changes.
5651      Branch: perl
5652            ! Changes patchlevel.h
5653 ____________________________________________________________________________
5654 [  6654] By: jhi                                   on 2000/08/16  14:10:12
5655         Log: Update to perldebtut 1.9, from Richard Foley.
5656      Branch: perl
5657            ! pod/perldebtut.pod
5658 ____________________________________________________________________________
5659 [  6653] By: jhi                                   on 2000/08/16  14:08:17
5660         Log: Change the regx compilation error markers to use = instead of <
5661              since pod makes using the latter quite messy.  Reported in
5662              ID 20000814.006 by Abigail and in
5663              Subject: Unknown escape E<> ?
5664              From: Lupe Christoph <lupe@lupe-christoph.de>
5665              Date: Fri, 11 Aug 2000 00:30:27 +0200
5666              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
5667      Branch: perl
5668            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
5669            ! t/op/regmesg.t t/pragma/warn/regcomp
5670 ____________________________________________________________________________
5671 [  6652] By: jhi                                   on 2000/08/16  13:25:31
5672         Log: Change the perlbug address to perl.org since it's more forgiving.
5673              
5674              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
5675              From: abigail@foad.org
5676              Date: 15 Aug 2000 04:15:40 -0000
5677              Message-Id: <20000815041540.8633.qmail@foad.org>
5678      Branch: perl
5679            ! utils/perlbug.PL
5680 ____________________________________________________________________________
5681 [  6651] By: jhi                                   on 2000/08/16  13:22:35
5682         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
5683              From: Tim Jenness <timj@jach.hawaii.edu>
5684              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
5685              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
5686      Branch: perl
5687            ! lib/Cwd.pm
5688 ____________________________________________________________________________
5689 [  6650] By: jhi                                   on 2000/08/16  13:18:13
5690         Log: Update to CPAN 1.57.
5691              
5692              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
5693              From: andreas.koenig@anima.de (Andreas J. Koenig)
5694              Date: 16 Aug 2000 15:09:46 +0200
5695              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
5696      Branch: perl
5697            ! lib/CPAN.pm
5698 ____________________________________________________________________________
5699 [  6649] By: jhi                                   on 2000/08/16  13:12:31
5700         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
5701              From: "Larry W. Virden" <lvirden@cas.org>
5702              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
5703              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
5704      Branch: perl
5705            ! README.hpux
5706 ____________________________________________________________________________
5707 [  6648] By: jhi                                   on 2000/08/16  13:03:53
5708         Log: The numeric locale was reset to "C" by s?printf and never restored.
5709              
5710              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
5711              From: Christian Kirsch <ck@held.mind.de>
5712              Date: Wed, 9 Aug 2000 17:05:17 +0200
5713              Message-Id: <20000809170517.A25389@held>
5714              
5715              No test since adding the failing example to locale.t
5716              does not fail -- probably because the locale settings are so
5717              thoroughly tweaked by that time.  Running the example standalone
5718              does fail, though.
5719      Branch: perl
5720            ! dump.c perl.h pp.c pp_ctl.c sv.c
5721 ____________________________________________________________________________
5722 [  6647] By: jhi                                   on 2000/08/16  00:07:54
5723         Log: Update Changes and test semi-automatic patchlevel updating.
5724      Branch: perl
5725            ! Changes patchlevel.h
5726 ____________________________________________________________________________
5727 [  6646] By: jhi                                   on 2000/08/15  23:35:07
5728         Log: Fix a dependency problem.
5729              
5730              Subject: [PATCH: 6640] VMS Makefile.SH update
5731              From: Peter Prymmer <pvhp@forte.com>
5732              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
5733              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
5734      Branch: perl
5735            ! vms/descrip_mms.template
5736 ____________________________________________________________________________
5737 [  6645] By: jhi                                   on 2000/08/15  23:33:23
5738         Log: (Retracted by #6660)
5739              
5740              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
5741              From: Dominic Dunlop <domo@computer.org>
5742              Date: Tue, 15 Aug 2000 22:20:52 +0200
5743              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
5744      Branch: metaconfig/U/perl
5745            + d_printfed.U
5746      Branch: perl
5747            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5748            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
5749            ! t/op/sprintf.t
5750 ____________________________________________________________________________
5751 [  6644] By: jhi                                   on 2000/08/15  21:17:20
5752         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
5753              From: abigail@foad.org
5754              Date: 15 Aug 2000 20:12:41 -0000
5755              Message-Id: <20000815201241.25556.qmail@foad.org>
5756      Branch: perl
5757            ! INSTALL
5758 ____________________________________________________________________________
5759 [  6643] By: jhi                                   on 2000/08/15  21:15:28
5760         Log: (an already applied patch)
5761      Branch: perl
5762            ! lib/CGI.pm
5763 ____________________________________________________________________________
5764 [  6642] By: gsar                                  on 2000/08/15  19:54:05
5765         Log: magic callbacks all need to have same type signature
5766      Branch: perl
5767            ! embed.pl mg.c proto.h
5768 ____________________________________________________________________________
5769 [  6641] By: jhi                                   on 2000/08/15  17:56:27
5770         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)
5771              From: Mike Guy <mjtg@cam.ac.uk>
5772              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
5773              Date: Tue, 15 Aug 2000 18:26:45 +0100
5774              
5775              Only the peek.t part applied, not the hash quality part.
5776      Branch: perl
5777            ! t/lib/peek.t
5778 ____________________________________________________________________________
5779 [  6640] By: jhi                                   on 2000/08/15  16:37:37
5780         Log: Update Changes.
5781      Branch: perl
5782            ! Changes
5783 ____________________________________________________________________________
5784 [  6639] By: jhi                                   on 2000/08/15  16:34:55
5785         Log: Missed a file from #6638.
5786      Branch: perl
5787            ! lib/File/Temp.pm
5788 ____________________________________________________________________________
5789 [  6638] By: jhi                                   on 2000/08/15  16:33:19
5790         Log: Subject: [PATCH perl@6620] cygwin port
5791              From: "Fifer, Eric" <EFifer@sanwaint.com>
5792              Date: Tue, 15 Aug 2000 17:00:49 +0100
5793              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
5794      Branch: perl
5795            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
5796 ____________________________________________________________________________
5797 [  6637] By: jhi                                   on 2000/08/15  16:29:22
5798         Log: Subject: [PATCH] debugger exit code should reflect user exit code
5799              From: Mike Guy <mjtg@cam.ac.uk>
5800              Date: Tue, 15 Aug 2000 16:55:59 +0100
5801              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
5802      Branch: perl
5803            ! lib/perl5db.pl
5804 ____________________________________________________________________________
5805 [  6636] By: jhi                                   on 2000/08/15  15:30:58
5806         Log: Update Changes.
5807      Branch: perl
5808            ! Changes
5809 ____________________________________________________________________________
5810 [  6635] By: jhi                                   on 2000/08/15  15:27:21
5811         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
5812      Branch: metaconfig
5813            ! U/mkglossary U/mksample
5814      Branch: metaconfig/U/perl
5815            ! Devel.U
5816      Branch: perl
5817            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5818 ____________________________________________________________________________
5819 [  6634] By: jhi                                   on 2000/08/15  14:11:55
5820         Log: Don't blow limited stacks, a lower number is enough to
5821              tickle the lookbehind limit.
5822              
5823              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
5824              From: Dominic Dunlop <domo@computer.org>
5825              Date: Tue, 15 Aug 2000 13:51:24 +0200
5826              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
5827      Branch: perl
5828            ! t/op/regmesg.t
5829 ____________________________________________________________________________
5830 [  6633] By: jhi                                   on 2000/08/15  14:01:46
5831         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
5832              From: Mike Guy <mjtg@cam.ac.uk>
5833              Date: Tue, 15 Aug 2000 12:10:50 +0100
5834              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
5835      Branch: perl
5836            ! utils/perldoc.PL
5837 ____________________________________________________________________________
5838 [  6632] By: jhi                                   on 2000/08/15  13:58:48
5839         Log: make ok etc also for win32.
5840              
5841              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
5842              From: Prymmer/Kahn <pvhp@best.com>
5843              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
5844              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
5845      Branch: perl
5846            ! win32/Makefile
5847 ____________________________________________________________________________
5848 [  6631] By: jhi                                   on 2000/08/15  13:45:03
5849         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
5850      Branch: perl
5851            ! lib/Test.pm
5852 ____________________________________________________________________________
5853 [  6630] By: jhi                                   on 2000/08/15  03:25:09
5854         Log: Update Changes.
5855      Branch: perl
5856            ! Changes
5857 ____________________________________________________________________________
5858 [  6629] By: jhi                                   on 2000/08/15  03:23:53
5859         Log: magic_regdatum_set() is void, not int.
5860      Branch: perl
5861            ! embed.pl mg.c proto.h
5862 ____________________________________________________________________________
5863 [  6628] By: jhi                                   on 2000/08/15  03:08:02
5864         Log: Make the user to give up his firstborn, err, to knowingly
5865              verify installing an unstable developer release.  Also bump
5866              the release to 5.7.0, but leave a patch tag in the local
5867              patches saying that this is not yet the real thing.
5868      Branch: metaconfig
5869            ! U/modified/Instruct.U
5870      Branch: metaconfig/U/perl
5871            + Devel.U
5872      Branch: perl
5873            ! Configure patchlevel.h
5874 ____________________________________________________________________________
5875 [  6627] By: jhi                                   on 2000/08/14  22:32:52
5876         Log: README.os2 update.
5877              
5878              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
5879              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5880              Date: Wed, 02 Aug 2000 21:55:09 -0700
5881              Message-ID: <tsPi5gzkgegX092yn@efn.org>
5882      Branch: perl
5883            ! README.os2
5884 ____________________________________________________________________________
5885 [  6626] By: jhi                                   on 2000/08/14  21:00:02
5886         Log: Subject: Re: File::Temp problems on VMS in bleedperl
5887              From: Tim Jenness <timj@jach.hawaii.edu>
5888              cc: vmsperl@perl.org
5889              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
5890              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
5891      Branch: perl
5892            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
5893 ____________________________________________________________________________
5894 [  6625] By: jhi                                   on 2000/08/14  20:52:16
5895         Log: Add SUIDMAIL as was done for the CERT alert.
5896      Branch: perl
5897            ! patchlevel.h
5898 ____________________________________________________________________________
5899 [  6624] By: jhi                                   on 2000/08/14  20:48:50
5900         Log: Subject: sfio2000
5901              From: Daniel Muino <dmuino@afip.gov.ar>
5902              Date: Mon, 14 Aug 2000 16:58:11 -0300
5903              Message-ID: <20000814165811.B16368@con2-dgi>
5904      Branch: perl
5905            ! perlsdio.h perlsfio.h
5906 ____________________________________________________________________________
5907 [  6623] By: jhi                                   on 2000/08/14  20:47:36
5908         Log: Subject: warning: storage class after type is obsolescent
5909              From: Daniel Muino <dmuino@afip.gov.ar>
5910              Date: Mon, 14 Aug 2000 16:42:47 -0300
5911              Message-ID: <20000814164247.A16368@con2-dgi>
5912      Branch: perl
5913            ! regcomp.pl regnodes.h
5914 ____________________________________________________________________________
5915 [  6622] By: jhi                                   on 2000/08/14  20:43:05
5916         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
5917              From: abigail@foad.org
5918              Date: 14 Aug 2000 20:00:10 -0000
5919              Message-Id: <20000814200010.27271.qmail@foad.org>
5920      Branch: perl
5921            ! Changes
5922 ____________________________________________________________________________
5923 [  6621] By: jhi                                   on 2000/08/14  15:23:05
5924         Log: Update Changes.
5925      Branch: perl
5926            ! Changes
5927 ____________________________________________________________________________
5928 [  6620] By: jhi                                   on 2000/08/14  15:22:14
5929         Log: Subject: Re: [PATCH] @+, @- readonly
5930              From: Mike Guy <mjtg@cam.ac.uk>
5931              Date: Mon, 14 Aug 2000 15:26:55 +0100
5932              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
5933      Branch: perl
5934            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
5935            ! sv.c t/op/pat.t
5936 ____________________________________________________________________________
5937 [  6619] By: jhi                                   on 2000/08/14  14:12:08
5938         Log: Update Changes.
5939      Branch: perl
5940            ! Changes
5941 ____________________________________________________________________________
5942 [  6618] By: jhi                                   on 2000/08/14  14:09:34
5943         Log: For now remove the mail code.
5944      Branch: perl
5945            ! perl.c
5946 ____________________________________________________________________________
5947 [  6617] By: jhi                                   on 2000/08/14  14:08:28
5948         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
5949      Branch: perl
5950            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
5951            ! pod/perlfaq8.pod pod/perlsec.pod
5952 ____________________________________________________________________________
5953 [  6616] By: jhi                                   on 2000/08/14  14:00:11
5954         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
5955              From: Mike Guy <mjtg@cam.ac.uk>
5956              Date: Mon, 14 Aug 2000 08:26:02 +0100
5957              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
5958      Branch: perl
5959            ! lib/perl5db.pl
5960 ____________________________________________________________________________
5961 [  6615] By: jhi                                   on 2000/08/14  13:58:45
5962         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
5963              From: Mike Guy <mjtg@cam.ac.uk>
5964              Date: Mon, 14 Aug 2000 08:04:22 +0100
5965              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
5966      Branch: perl
5967            ! gv.c mg.c t/op/pat.t
5968 ____________________________________________________________________________
5969 [  6614] By: jhi                                   on 2000/08/14  13:56:45
5970         Log: Subject: Test fails / warnings with perl-current #6612
5971              From: Mike Guy <mjtg@cam.ac.uk>
5972              Date: Mon, 14 Aug 2000 07:57:23 +0100
5973              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
5974      Branch: perl
5975            ! t/lib/b.t t/lib/peek.t
5976 ____________________________________________________________________________
5977 [  6613] By: jhi                                   on 2000/08/14  13:45:33
5978         Log: VMS configure.com update continues.
5979      Branch: perl
5980            - vms/configure.com
5981            ! MANIFEST configure.com
5982 ____________________________________________________________________________
5983 [  6612] By: jhi                                   on 2000/08/13  22:13:35
5984         Log: Update Changes.
5985      Branch: perl
5986            ! Changes
5987 ____________________________________________________________________________
5988 [  6611] By: jhi                                   on 2000/08/13  16:21:45
5989         Log: Upgrade to CGI 2.71, from Lincoln Stein.
5990      Branch: perl
5991            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
5992 ____________________________________________________________________________
5993 [  6610] By: jhi                                   on 2000/08/13  15:09:16
5994         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
5995              From: Mike Guy <mjtg@cam.ac.uk>
5996              Date: Sun, 13 Aug 2000 13:45:51 +0100
5997              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
5998      Branch: perl
5999            ! t/op/regmesg.t
6000 ____________________________________________________________________________
6001 [  6609] By: jhi                                   on 2000/08/13  14:31:26
6002         Log: Andreas says that 1.56 is fine, so reverting back to it.
6003      Branch: perl
6004            ! lib/CPAN.pm
6005 ____________________________________________________________________________
6006 [  6608] By: jhi                                   on 2000/08/13  05:34:20
6007         Log: Update Changes.
6008      Branch: perl
6009            ! Changes
6010 ____________________________________________________________________________
6011 [  6607] By: jhi                                   on 2000/08/13  05:32:01
6012         Log: Put back the \z changes of #5406 to CPAN.pm.
6013      Branch: perl
6014            ! lib/CPAN.pm
6015 ____________________________________________________________________________
6016 [  6606] By: jhi                                   on 2000/08/13  05:20:16
6017         Log: Fix-n-skip the tests under 5005threads.
6018      Branch: perl
6019            ! t/lib/b.t
6020 ____________________________________________________________________________
6021 [  6605] By: jhi                                   on 2000/08/13  05:07:48
6022         Log: Fix the test for 5005threads.
6023      Branch: perl
6024            ! t/lib/peek.t
6025 ____________________________________________________________________________
6026 [  6604] By: jhi                                   on 2000/08/13  03:35:37
6027         Log: Should have deleted this in #6603.
6028      Branch: perl
6029            - vms/subconfigure.com
6030 ____________________________________________________________________________
6031 [  6603] By: jhi                                   on 2000/08/12  18:29:32
6032         Log: Rewrite of vms/subconfigure.com as configure.com,
6033              from Peter Prymmer and the vmsperl crew.
6034      Branch: perl
6035            + vms/configure.com
6036            ! MANIFEST
6037 ____________________________________________________________________________
6038 [  6602] By: jhi                                   on 2000/08/11  13:00:01
6039         Log: PlainText.pm is dead.
6040      Branch: perl
6041            - lib/Pod/PlainText.pm
6042            ! MANIFEST
6043 ____________________________________________________________________________
6044 [  6601] By: jhi                                   on 2000/08/11  04:06:45
6045         Log: Update Changes.
6046      Branch: perl
6047            ! Changes
6048 ____________________________________________________________________________
6049 [  6600] By: jhi                                   on 2000/08/11  04:06:10
6050         Log: Add a few missing files, update MANIFEST.
6051      Branch: perl
6052            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
6053            + lib/Pod/PlainText.pm t/pod/find.t
6054            ! MANIFEST t/op/regmesg.t
6055 ____________________________________________________________________________
6056 [  6599] By: jhi                                   on 2000/08/11  03:31:10
6057         Log: Add Perl debugging tutorial, regen toc. 
6058              
6059              Subject: perldebtut.pod
6060              From: Richard Foley <Richard.Foley@m.dasa.de>
6061              Date: Wed, 09 Aug 2000 10:17:15 +0200
6062              Message-id: <3991138B.262247B8@m.dasa.de>
6063      Branch: perl
6064            + pod/perldebtut.pod
6065            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6066 ____________________________________________________________________________
6067 [  6598] By: jhi                                   on 2000/08/11  02:48:56
6068         Log: tiny Changes edit
6069      Branch: perl
6070            ! Changes
6071 ____________________________________________________________________________
6072 [  6597] By: jhi                                   on 2000/08/11  02:39:04
6073         Log: Tests for #6589.
6074              
6075              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
6076              From: simon@brecon.co.uk (Simon Cozens)
6077              Date: 11 Aug 2000 02:24:52 GMT
6078              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
6079      Branch: perl
6080            ! t/lib/b.t
6081 ____________________________________________________________________________
6082 [  6596] By: jhi                                   on 2000/08/11  01:50:07
6083         Log: Update Changes.
6084      Branch: perl
6085            ! Changes
6086 ____________________________________________________________________________
6087 [  6595] By: jhi                                   on 2000/08/11  01:47:16
6088         Log: nitfix
6089      Branch: perl
6090            ! Changes
6091 ____________________________________________________________________________
6092 [  6594] By: jhi                                   on 2000/08/11  01:36:16
6093         Log: Subject: Getting perlio and threads to compile
6094              From: Lupe Christoph <lupe@lupe-christoph.de>
6095              Date: Wed, 9 Aug 2000 11:35:54 +0200
6096              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
6097              
6098              (the Solaris version changes in Configure skipped)
6099      Branch: perl
6100            ! hints/solaris_2.sh thread.h
6101 ____________________________________________________________________________
6102 [  6593] By: jhi                                   on 2000/08/11  01:30:16
6103         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
6104              From: simon@brecon.co.uk (Simon Cozens)
6105              Date: 1 Aug 2000 06:55:19 GMT
6106              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
6107      Branch: perl
6108            ! lib/utf8.pm
6109 ____________________________________________________________________________
6110 [  6592] By: jhi                                   on 2000/08/11  01:26:39
6111         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
6112              From: Peter Scott <Peter@PeterScott.com>
6113              Date: Thu, 10 Aug 2000 08:23:27 -0700
6114              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
6115      Branch: perl
6116            ! lib/perl5db.pl
6117 ____________________________________________________________________________
6118 [  6591] By: jhi                                   on 2000/08/11  01:22:02
6119         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
6120              From: Hugo <hv@crypt.compulink.co.uk>
6121              Date: Thu, 10 Aug 2000 19:23:04 +0100
6122              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
6123      Branch: perl
6124            ! regexec.c t/op/pat.t
6125 ____________________________________________________________________________
6126 [  6590] By: jhi                                   on 2000/08/11  01:19:19
6127         Log: Preprocessing and postprocessing for File::Find.
6128              
6129              Subject: Patch to Find::File.pm to allow alphabetical results
6130              From: Joe Smith <jsmith@inwap.com>
6131              Date: Wed, 9 Aug 2000 02:44:54 -0700
6132              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
6133      Branch: perl
6134            ! lib/File/Find.pm
6135 ____________________________________________________________________________
6136 [  6589] By: jhi                                   on 2000/08/11  01:12:39
6137         Log: B::Deparse didn't do sub attributes.
6138              
6139              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
6140              From: simon@brecon.co.uk (Simon Cozens)
6141              Date: 9 Aug 2000 04:49:20 GMT
6142              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
6143      Branch: perl
6144            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
6145 ____________________________________________________________________________
6146 [  6588] By: jhi                                   on 2000/08/11  01:06:40
6147         Log: Subject: debugger "d" command doesnt check line number
6148              From: Mike Guy <mjtg@cam.ac.uk>
6149              Date: Tue, 08 Aug 2000 21:54:29 +0100
6150              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
6151      Branch: perl
6152            ! lib/perl5db.pl mg.c pod/perldiag.pod
6153 ____________________________________________________________________________
6154 [  6587] By: jhi                                   on 2000/08/11  00:45:03
6155         Log: sleep(1) does not necessarily return 1.
6156              
6157              Subject: [PATCH bleadperl] op/lex_assign.t  
6158              From: Hugo <hv@crypt.compulink.co.uk>
6159              Date: Thu, 03 Aug 2000 14:34:22 +0100        
6160              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
6161      Branch: perl
6162            ! t/op/lex_assign.t
6163 ____________________________________________________________________________
6164 [  6586] By: jhi                                   on 2000/08/11  00:31:50
6165         Log: Document the IO::Select timeout.
6166      Branch: perl
6167            ! ext/IO/lib/IO/Select.pm
6168 ____________________________________________________________________________
6169 [  6585] By: jhi                                   on 2000/08/11  00:13:54
6170         Log: Forgot contributor.
6171      Branch: perl
6172            ! Changes
6173 ____________________________________________________________________________
6174 [  6584] By: jhi                                   on 2000/08/11  00:09:19
6175         Log: detypo
6176      Branch: perl
6177            ! Changes
6178 ____________________________________________________________________________
6179 [  6583] By: jhi                                   on 2000/08/11  00:07:53
6180         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
6181              
6182              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
6183              From: Mike Guy <mjtg@cam.ac.uk> 
6184              Date: Thu, 10 Aug 2000 15:50:54 +0100
6185              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
6186      Branch: perl
6187            ! sv.c t/op/int.t
6188 ____________________________________________________________________________
6189 [  6582] By: jhi                                   on 2000/08/10  23:29:32
6190         Log: Update Changes.
6191      Branch: perl
6192            ! Changes
6193 ____________________________________________________________________________
6194 [  6581] By: jhi                                   on 2000/08/10  23:26:16
6195         Log: Put back the std @INC thing.
6196      Branch: perl
6197            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
6198            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
6199            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
6200            ! t/lib/gol-oo.t
6201 ____________________________________________________________________________
6202 [  6580] By: jhi                                   on 2000/08/10  23:03:34
6203         Log: Update to CGI 2.70, from Lincoln Stein.
6204      Branch: perl
6205            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
6206            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
6207            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
6208            ! t/lib/cgi-request.t
6209 ____________________________________________________________________________
6210 [  6579] By: jhi                                   on 2000/08/10  22:41:50
6211         Log: Update to CPAN 1.56, from Andreas König.
6212      Branch: perl
6213            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
6214 ____________________________________________________________________________
6215 [  6578] By: jhi                                   on 2000/08/10  22:38:13
6216         Log: Update to Pod::Parser 1.17, from Brad Appleton.
6217      Branch: perl
6218            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
6219            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
6220            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
6221            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
6222            ! t/pod/include.t t/pod/included.t t/pod/lref.t
6223            ! t/pod/multiline_items.t t/pod/nested_items.t
6224            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
6225            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
6226            ! t/pod/special_seqs.t
6227 ____________________________________________________________________________
6228 [  6577] By: jhi                                   on 2000/08/10  22:35:41
6229         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
6230      Branch: perl
6231            ! AUTHORS MAINTAIN
6232 ____________________________________________________________________________
6233 [  6576] By: jhi                                   on 2000/08/10  22:24:54
6234         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
6235      Branch: perl
6236            + t/lib/gol-oo.t
6237            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
6238            ! t/lib/gol-compat.t t/lib/gol-linkage.t
6239 ____________________________________________________________________________
6240 [  6575] By: jhi                                   on 2000/08/10  22:02:07
6241         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
6242      Branch: perl
6243            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
6244 ____________________________________________________________________________
6245 [  6574] By: jhi                                   on 2000/08/10  21:55:03
6246         Log: Iterating perl6 description.
6247      Branch: perl
6248            ! pod/perlfaq1.pod
6249 ____________________________________________________________________________
6250 [  6573] By: jhi                                   on 2000/08/10  21:48:26
6251         Log: Revert the sv.c part of #6559, a better fix is needed.
6252      Branch: perl
6253            ! sv.c
6254 ____________________________________________________________________________
6255 [  6572] By: jhi                                   on 2000/08/10  20:33:43
6256         Log: It's the 2ndO'ROSSC.
6257      Branch: perl
6258            ! pod/perlfaq1.pod
6259 ____________________________________________________________________________
6260 [  6571] By: jhi                                   on 2000/08/10  15:55:48
6261         Log: detypo
6262      Branch: perl
6263            ! pod/perlfaq1.pod
6264 ____________________________________________________________________________
6265 [  6570] By: jhi                                   on 2000/08/10  14:11:17
6266         Log: An exceptionally sticky typo.
6267      Branch: perl
6268            ! Changes
6269 ____________________________________________________________________________
6270 [  6569] By: jhi                                   on 2000/08/10  14:09:33
6271         Log: detypo (and test Changes updating script)
6272      Branch: perl
6273            ! Changes
6274 ____________________________________________________________________________
6275 [  6568] By: jhi                                   on 2000/08/10  14:07:07
6276         Log: Update Changes.
6277      Branch: perl
6278            ! Changes
6279 ____________________________________________________________________________
6280 [  6567] By: jhi                                   on 2000/08/10  14:06:19
6281         Log: Amend the description of Perl6.
6282              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
6283              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
6284              Date: Wed, 9 Aug 2000 22:11:06 -0500
6285              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
6286      Branch: perl
6287            ! pod/perlfaq1.pod
6288 ____________________________________________________________________________
6289 [  6566] By: jhi                                   on 2000/08/10  13:58:57
6290         Log: Subject: Remove dead entry in perldiag
6291              From: Mike Guy <mjtg@cam.ac.uk>
6292              Date: Thu, 10 Aug 2000 14:19:19 +0100
6293              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
6294      Branch: perl
6295            ! pod/perldiag.pod
6296 ____________________________________________________________________________
6297 [  6565] By: jhi                                   on 2000/08/10  13:51:48
6298         Log: Zero entries were skipped, fix from Adrian Goalby
6299              <argoalby@yahoo.co.uk>
6300      Branch: perl
6301            ! lib/unicode/Number.pl lib/unicode/mktables.PL
6302 ____________________________________________________________________________
6303 [  6564] By: jhi                                   on 2000/08/10  13:00:12
6304         Log: Subject: [PATCH 5.6.0] cygwin port
6305              From: "Fifer, Eric" <EFifer@sanwaint.com>
6306              Date: Thu, 10 Aug 2000 13:15:36 +0100
6307              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
6308      Branch: perl
6309            ! README.cygwin hints/cygwin.sh
6310 ____________________________________________________________________________
6311 [  6563] By: jhi                                   on 2000/08/10  12:55:16
6312         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
6313      Branch: perl
6314            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
6315 ____________________________________________________________________________
6316 [  6562] By: gsar                                  on 2000/08/10  08:38:39
6317         Log: warn is a macro, avoid using at a variable to avoid warnings
6318              in some configurations; readdir.t is too conservative in
6319              estimating number of *.t's
6320      Branch: perl
6321            ! t/op/readdir.t util.c
6322 ____________________________________________________________________________
6323 [  6561] By: jhi                                   on 2000/08/09  23:35:42
6324         Log: Update Changes.
6325      Branch: perl
6326            ! Changes
6327 ____________________________________________________________________________
6328 [  6560] By: jhi                                   on 2000/08/09  23:05:47
6329         Log: Subject: Re: enhanced(?) regex error messages
6330              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
6331              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
6332              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
6333              
6334              (plus two small patches sent privately)
6335              (this still seems to leave few test failures)
6336      Branch: perl
6337            + t/op/regmesg.t
6338            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
6339            ! t/pragma/warn/regcomp
6340 ____________________________________________________________________________
6341 [  6559] By: jhi                                   on 2000/08/09  20:41:18
6342         Log: (The fix did work but was not right, retracted in #6573)
6343              
6344              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
6345              From: Christian Kirsch <ck@held.mind.de>
6346              Date: Wed, 9 Aug 2000 17:05:17 +0200
6347              Message-Id: <20000809170517.A25389@held>
6348      Branch: perl
6349            ! sv.c t/pragma/locale.t
6350 ____________________________________________________________________________
6351 [  6558] By: jhi                                   on 2000/08/08  22:34:08
6352         Log: Tiny updates on the contributors list.
6353      Branch: perl
6354            ! Changes
6355 ____________________________________________________________________________
6356 [  6557] By: jhi                                   on 2000/08/08  19:34:28
6357         Log: Double check that we have a dirhandle.
6358      Branch: perl
6359            ! util.c
6360 ____________________________________________________________________________
6361 [  6556] By: jhi                                   on 2000/08/08  19:01:51
6362         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
6363              May be repopulated with fresh maintained examples.
6364      Branch: perl
6365            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
6366            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
6367            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
6368            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
6369            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
6370            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
6371            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
6372            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
6373            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
6374            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
6375            + lib/CGI/eg/wilogo_gif.uu
6376            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
6377            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
6378            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
6379            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
6380            - eg/cgi/frameset.cgi eg/cgi/index.html
6381            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
6382            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
6383            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
6384            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
6385            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
6386            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
6387            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
6388            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
6389            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
6390            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
6391            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
6392            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
6393            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
6394            - eg/van/vanish eg/who eg/wrapsuid
6395            ! MANIFEST
6396 ____________________________________________________________________________
6397 [  6555] By: jhi                                   on 2000/08/08  18:51:08
6398         Log: Delete chat2 as requested by Randal.
6399              
6400              Subject: Re: perlfaq8 coyness
6401              From: merlyn@stonehenge.com (Randal L. Schwartz) 
6402              Date: 15 May 2000 18:52:42 -0700 
6403              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
6404      Branch: perl
6405            - lib/chat2.pl
6406            ! MANIFEST
6407 ____________________________________________________________________________
6408 [  6554] By: jhi                                   on 2000/08/08  18:31:35
6409         Log: Regen global.sym.
6410      Branch: perl
6411            ! global.sym
6412 ____________________________________________________________________________
6413 [  6553] By: jhi                                   on 2000/08/08  18:28:13
6414         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
6415              (either perlbug or p5p ate the original), plus regen
6416              perlapi and perltoc. 
6417      Branch: perl
6418            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
6419            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
6420            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
6421            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
6422            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
6423            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
6424            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
6425            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
6426            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
6427            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
6428 ____________________________________________________________________________
6429 [  6552] By: jhi                                   on 2000/08/08  18:06:29
6430         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
6431              From: Mike Guy <mjtg@cam.ac.uk>
6432              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
6433              Date: Tue, 08 Aug 2000 15:51:27 +0100
6434      Branch: perl
6435            ! doop.c sv.h t/op/join.t t/pragma/overload.t
6436 ____________________________________________________________________________
6437 [  6551] By: jhi                                   on 2000/08/08  18:01:11
6438         Log: Re-apply #6549.
6439      Branch: perl
6440            ! lib/perl5db.pl
6441 ____________________________________________________________________________
6442 [  6550] By: jhi                                   on 2000/08/08  17:43:08
6443         Log: Accidental retraction of #6549.
6444      Branch: perl
6445            ! lib/perl5db.pl
6446 ____________________________________________________________________________
6447 [  6549] By: jhi                                   on 2000/08/08  17:40:04
6448         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
6449              From: Mike Guy <mjtg@cam.ac.uk>
6450              Date: Mon, 07 Aug 2000 21:49:58 +0100
6451              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
6452      Branch: perl
6453            ! lib/perl5db.pl
6454 ____________________________________________________________________________
6455 [  6548] By: jhi                                   on 2000/08/08  17:37:57
6456         Log: Document here-doc better.
6457              
6458              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
6459              From: Mike Guy <mjtg@cam.ac.uk>
6460              Date: Mon, 07 Aug 2000 14:02:09 +0100
6461              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
6462      Branch: perl
6463            ! pod/perldata.pod
6464 ____________________________________________________________________________
6465 [  6547] By: jhi                                   on 2000/08/08  17:33:34
6466         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
6467              From: "Randy J. Ray" <rjray@redhat.com>
6468              Date: Mon, 07 Aug 2000 19:12:25 -0700
6469              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
6470      Branch: perl
6471            ! perl.c pod/perlrun.pod
6472 ____________________________________________________________________________
6473 [  6546] By: jhi                                   on 2000/08/08  17:29:26
6474         Log: Subject: Re: enhanced(?) regex error messages 
6475              From: Hugo <hv@crypt.compulink.co.uk>
6476              Date: Tue, 08 Aug 2000 03:25:51 +0100
6477              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
6478              
6479              plus Capitalize the error messages, plus perldiag them.
6480      Branch: perl
6481            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
6482 ____________________________________________________________________________
6483 [  6545] By: jhi                                   on 2000/08/08  13:59:28
6484         Log: Augment #6539 a bit: don't croak if there's magic in the air.
6485              
6486              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
6487              From: Hugo <hv@crypt.compulink.co.uk>
6488              Date: Tue, 08 Aug 2000 03:02:03 +0100
6489              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
6490      Branch: perl
6491            ! pp.c t/op/bless.t
6492 ____________________________________________________________________________
6493 [  6544] By: jhi                                   on 2000/08/07  21:11:52
6494         Log: Make the test -w clean.
6495      Branch: perl
6496            ! t/op/bless.t
6497 ____________________________________________________________________________
6498 [  6543] By: jhi                                   on 2000/08/07  19:49:53
6499         Log: use warnings instead of $^W.
6500      Branch: perl
6501            ! t/op/bless.t
6502 ____________________________________________________________________________
6503 [  6542] By: jhi                                   on 2000/08/07  17:41:41
6504         Log: Disable a portability warning Because We Know What We Are Doing.
6505      Branch: perl
6506            ! t/op/bless.t
6507 ____________________________________________________________________________
6508 [  6541] By: jhi                                   on 2000/08/07  17:29:51
6509         Log: Tiny tidying on report_evil_fh().
6510      Branch: perl
6511            ! util.c
6512 ____________________________________________________________________________
6513 [  6540] By: jhi                                   on 2000/08/07  16:37:38
6514         Log: Make regular expression parse error messages easier to understand.
6515              
6516              Subject: Re: enhanced(?) regex error messages
6517              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
6518              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
6519              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
6520      Branch: perl
6521            ! regcomp.c
6522 ____________________________________________________________________________
6523 [  6539] By: jhi                                   on 2000/08/07  16:12:27
6524         Log: Make bless(REF, REF) a fatal error, add bless tests.
6525              
6526              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
6527              From: Hugo <hv@crypt.compulink.co.uk>
6528              Date: Mon, 07 Aug 2000 16:59:38 +0100
6529              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
6530      Branch: perl
6531            + t/op/bless.t
6532            ! MANIFEST pod/perldiag.pod pp.c sv.c
6533 ____________________________________________________________________________
6534 [  6538] By: jhi                                   on 2000/08/07  15:59:43
6535         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
6536              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
6537              Date: Thu, 3 Aug 2000 14:29:21 -0700
6538              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
6539      Branch: perl
6540            ! lib/lib_pm.PL
6541 ____________________________________________________________________________
6542 [  6537] By: jhi                                   on 2000/08/07  15:47:18
6543         Log: Retract #6419 for now since it breaks in AFS and MachTen.
6544      Branch: perl
6545            ! lib/Cwd.pm
6546 ____________________________________________________________________________
6547 [  6536] By: jhi                                   on 2000/08/07  15:05:29
6548         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
6549              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
6550              The security hole exists only in suidperls, which isn't
6551              installed or even built by default.
6552      Branch: perl
6553            ! perl.c
6554 ____________________________________________________________________________
6555 [  6535] By: jhi                                   on 2000/08/07  14:45:14
6556         Log: tr memory corruption fix from Simon Cozens.
6557      Branch: perl
6558            ! doop.c
6559 ____________________________________________________________________________
6560 [  6534] By: jhi                                   on 2000/08/06  11:38:16
6561         Log: Document a bit that UDP is not what you might think.
6562              
6563              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
6564              From: Lupe Christoph <lupe@lupe-christoph.de>
6565              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
6566              Date: Mon, 24 Jul 2000 08:59:15 +0200
6567      Branch: perl
6568            ! pod/perlipc.pod
6569 ____________________________________________________________________________
6570 [  6533] By: jhi                                   on 2000/08/06  11:35:01
6571         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
6572              From: Jeff Pinyan <jeffp@hut.crusoe.net>
6573              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
6574              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
6575      Branch: perl
6576            ! pod/perlfunc.pod
6577 ____________________________________________________________________________
6578 [  6532] By: jhi                                   on 2000/08/06  03:45:41
6579         Log: Have symbols for the IoTYPEs.
6580      Branch: perl
6581            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
6582 ____________________________________________________________________________
6583 [  6531] By: jhi                                   on 2000/08/06  01:33:55
6584         Log: Continue fixing the io warnings.  This also
6585              sort of fixes bug ID 20000802.003: the core dump
6586              is no more.  Whether the current behaviour is correct
6587              (giving a warning: "Not a format reference"), is another matter.
6588      Branch: perl
6589            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
6590            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
6591 ____________________________________________________________________________
6592 [  6530] By: jhi                                   on 2000/08/05  21:33:12
6593         Log: Change the Policy policy: now -Dprefix= with an existing
6594              Policy.sh and prefix == siteprefix == vendorprefix, then all
6595              of them follow along the new prefix.
6596              
6597              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
6598              From: Andy Dougherty <doughera@lafayette.edu>
6599              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
6600              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
6601      Branch: perl
6602            ! Policy_sh.SH
6603 ____________________________________________________________________________
6604 [  6529] By: jhi                                   on 2000/08/05  18:57:28
6605         Log: Zap lib/Sys directory when cleaning up.
6606      Branch: perl
6607            ! Makefile.SH
6608 ____________________________________________________________________________
6609 [  6528] By: jhi                                   on 2000/08/05  18:40:44
6610         Log: Essential prototype changes were missing from #6527.
6611              Also make report_evil_fh() more bomb-proof.
6612      Branch: perl
6613            ! embed.h util.c
6614 ____________________________________________________________________________
6615 [  6527] By: jhi                                   on 2000/08/05  03:22:05
6616         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
6617              From: "Ronald F. Guilmette" <rfg@monkeys.com>
6618              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
6619              Message-Id: <200007242247.PAA52177@monkeys.com>
6620      Branch: perl
6621            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
6622 ____________________________________________________________________________
6623 [  6526] By: jhi                                   on 2000/08/04  21:23:27
6624         Log: gcc versions might have (parentheses) in them.
6625      Branch: metaconfig/U/perl
6626            ! gccvers.U
6627      Branch: perl
6628            ! Configure config_h.SH
6629 ____________________________________________________________________________
6630 [  6525] By: jhi                                   on 2000/08/04  20:23:12
6631         Log: Weed buglets pointed out by
6632              
6633              From: Lupe Christoph <lupe@lupe-christoph.de>
6634              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
6635              Date: Fri, 4 Aug 2000 17:34:39 +0200
6636              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
6637      Branch: metaconfig/U/perl
6638            ! gccvers.U uselfs.U
6639      Branch: perl
6640            ! Configure config_h.SH
6641 ____________________________________________________________________________
6642 [  6524] By: jhi                                   on 2000/08/04  19:02:08
6643         Log: Warn under -w if lstat(FH) is attempted.
6644              
6645              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
6646              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
6647              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
6648              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
6649      Branch: perl
6650            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
6651            ! t/pragma/warn/pp_sys
6652 ____________________________________________________________________________
6653 [  6523] By: jhi                                   on 2000/08/04  12:31:11
6654         Log: Subject: New perlcc, take 2
6655              From: simon@brecon.co.uk (Simon Cozens)
6656              Date: 4 Aug 2000 06:21:04 GMT
6657              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
6658      Branch: perl
6659            ! utils/perlcc.PL
6660 ____________________________________________________________________________
6661 [  6522] By: jhi                                   on 2000/08/04  12:26:33
6662         Log: Subject: Re: Array vs. List context
6663              From: Daniel Chetlin <daniel@chetlin.com>
6664              Date: Fri, 4 Aug 2000 00:22:44 -0700
6665              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
6666      Branch: perl
6667            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
6668            ! pod/perlfaq4.pod
6669 ____________________________________________________________________________
6670 [  6521] By: jhi                                   on 2000/08/04  12:22:38
6671         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
6672              From: Raymund Will <ray@caldera.de>
6673              Date: Fri, 4 Aug 2000 12:07:09 +0200
6674              Message-Id: <20000804120709.A14982@caldera.de>
6675      Branch: perl
6676            ! configure.gnu
6677 ____________________________________________________________________________
6678 [  6520] By: jhi                                   on 2000/08/04  04:09:06
6679         Log: After the #6519 a warning about stat() is just that,
6680              not about a filetest, which now have their own warning.
6681      Branch: perl
6682            ! pod/perldiag.pod
6683 ____________________________________________________________________________
6684 [  6519] By: jhi                                   on 2000/08/04  04:06:30
6685         Log: In the warnings call filehandles consistently so;
6686              add "unopened" warning for stat().
6687      Branch: perl
6688            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
6689            ! t/pragma/warn/pp_sys
6690 ____________________________________________________________________________
6691 [  6518] By: jhi                                   on 2000/08/04  02:55:35
6692         Log: Subject: Minor tweak to perlvar.pod
6693              From: "Stephen P. Potter" <spp@ds.net>
6694              Date: Tue, 18 Apr 2000 09:26:03 -0400
6695              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
6696      Branch: perl
6697            ! pod/perlvar.pod
6698 ____________________________________________________________________________
6699 [  6517] By: jhi                                   on 2000/08/04  02:50:08
6700         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
6701              From: "Clinton Pierce" <cpierce1@ford.com>
6702              Date: Wed, 21 Jul 1999 16:45:31 -0400
6703              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
6704              
6705              Fix by Stephen Potter (visible in the bug db but not in p5p?)
6706      Branch: perl
6707            ! pod/perlfunc.pod pod/perlop.pod
6708 ____________________________________________________________________________
6709 [  6516] By: jhi                                   on 2000/08/04  02:09:25
6710         Log: This is 6512.  Really.
6711      Branch: perl
6712            ! dump.c
6713 ____________________________________________________________________________
6714 [  6515] By: jhi                                   on 2000/08/04  01:25:50
6715         Log: mention the idea of @( and @)
6716      Branch: perl
6717            ! Todo-5.6
6718 ____________________________________________________________________________
6719 [  6514] By: bailey                                on 2000/08/04  01:18:46
6720         Log: YA resync with mainstem, including VMS patches from others
6721      Branch: vmsperl
6722           +> (branch 48 files)
6723            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
6724           !> (integrate 354 files)
6725 ____________________________________________________________________________
6726 [  6513] By: jhi                                   on 2000/08/04  01:18:18
6727         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
6728              From: Mark Dickinson <dickins3@fas.harvard.edu>
6729              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
6730              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
6731      Branch: perl
6732            ! t/op/grent.t t/op/pwent.t
6733 ____________________________________________________________________________
6734 [  6512] By: jhi                                   on 2000/08/04  01:14:06
6735         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
6736              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6737              Date: Wed, 02 Aug 2000 10:51:01 +0100
6738              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
6739      Branch: perl
6740            ! sv.c
6741 ____________________________________________________________________________
6742 [  6511] By: jhi                                   on 2000/08/04  00:57:00
6743         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
6744              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6745              Date: Thu, 03 Aug 2000 17:20:04 -0700
6746              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
6747      Branch: metaconfig
6748            ! U/modified/Cppsym.U
6749      Branch: perl
6750            ! Configure config_h.SH
6751 ____________________________________________________________________________
6752 [  6510] By: jhi                                   on 2000/08/04  00:25:28
6753         Log: detypo
6754      Branch: perl
6755            ! Makefile.SH
6756 ____________________________________________________________________________
6757 [  6509] By: jhi                                   on 2000/08/03  23:43:18
6758         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
6759              From: Dominic Dunlop <domo@computer.org>
6760              Date: Thu, 3 Aug 2000 22:16:46 +0200
6761              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
6762      Branch: perl
6763            ! t/op/sprintf.t
6764 ____________________________________________________________________________
6765 [  6508] By: jhi                                   on 2000/08/03  23:40:37
6766         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
6767              From: Hugo <hv@crypt.compulink.co.uk>
6768              Date: Thu, 03 Aug 2000 18:25:30 +0100
6769              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
6770      Branch: perl
6771            ! regcomp.c t/op/re_tests
6772 ____________________________________________________________________________
6773 [  6507] By: jhi                                   on 2000/08/03  23:38:28
6774         Log: Subject: [PATCH] sv.h documentation - SvLEN
6775              From: Mike Guy <mjtg@cam.ac.uk>
6776              Date: Thu, 03 Aug 2000 14:43:09 +0100
6777              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
6778      Branch: perl
6779            ! sv.h
6780 ____________________________________________________________________________
6781 [  6506] By: jhi                                   on 2000/08/03  15:49:14
6782         Log: Disable the fix_pl hack for now.
6783      Branch: perl
6784            ! Makefile.SH
6785 ____________________________________________________________________________
6786 [  6505] By: jhi                                   on 2000/08/03  13:49:04
6787         Log: Add a URL for FSF.
6788              
6789              Subject: Patch for README
6790              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
6791              Date: Wed, 2 Aug 2000 13:25:09 -0500
6792              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
6793      Branch: perl
6794            ! README
6795 ____________________________________________________________________________
6796 [  6504] By: jhi                                   on 2000/08/03  13:29:19
6797         Log: Be more informative on what is skipped and why,
6798              also repeat the list at the end.
6799      Branch: perl
6800            ! Porting/p4desc
6801 ____________________________________________________________________________
6802 [  6503] By: jhi                                   on 2000/08/03  13:07:05
6803         Log: Circumvent the removal of .patch by fix_pl.
6804              
6805              Subject: Re: [ID 20000802.011] unable to 'make test'          
6806              From: simon@brecon.co.uk (Simon Cozens) 
6807              Date: 3 Aug 2000 04:17:00 GMT
6808              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
6809      Branch: perl
6810            ! Makefile.SH
6811 ____________________________________________________________________________
6812 [  6502] By: jhi                                   on 2000/08/03  00:14:34
6813         Log: Add the missing setproctitle unit.
6814      Branch: metaconfig/U/perl
6815            + d_setproctitle.U
6816 ____________________________________________________________________________
6817 [  6501] By: jhi                                   on 2000/08/03  00:00:26
6818         Log: The subtest 4 may fail also on VOBS, as pointed out
6819              by Nick Ing-Simmons in November 1999, bug id 19991124.003
6820              (but the failure in that bug report isn't the subtest 4).
6821      Branch: perl
6822            ! t/op/stat.t
6823 ____________________________________________________________________________
6824 [  6500] By: jhi                                   on 2000/08/02  23:49:30
6825         Log: Better skip message for the test; one of the two problems in
6826              
6827              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
6828              From: Lupe Christoph <lupe@lupe-christoph.de>
6829              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
6830              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
6831      Branch: perl
6832            ! t/op/numconvert.t
6833 ____________________________________________________________________________
6834 [  6499] By: jhi                                   on 2000/08/02  22:49:16
6835         Log: Allow "no Module;" even if there is no 'unimport'.
6836              
6837              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
6838              From: mjd@plover.com
6839              Date: 24 Mar 2000 15:24:34 -0000
6840              Message-Id: <20000324152434.15160.qmail@plover.com>
6841      Branch: perl
6842            ! gv.c
6843 ____________________________________________________________________________
6844 [  6498] By: jhi                                   on 2000/08/02  22:42:58
6845         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
6846              that are hopefully soon put into use.
6847      Branch: perl
6848            ! opcode.h opcode.pl opnames.h
6849 ____________________________________________________________________________
6850 [  6497] By: gsar                                  on 2000/08/02  22:28:59
6851         Log: require.t needs binmode() to work on windows
6852      Branch: perl
6853            ! t/comp/require.t
6854 ____________________________________________________________________________
6855 [  6496] By: jhi                                   on 2000/08/02  22:08:51
6856         Log: Document the IVdf UVuf UVof UVxf.
6857      Branch: perl
6858            ! pod/perlguts.pod
6859 ____________________________________________________________________________
6860 [  6495] By: jhi                                   on 2000/08/02  21:54:26
6861         Log: detypo #6494
6862      Branch: perl
6863            ! ext/Data/Dumper/Dumper.xs
6864 ____________________________________________________________________________
6865 [  6494] By: jhi                                   on 2000/08/02  21:49:17
6866         Log: Dump UVs as UVs in Data::Dumper.
6867              
6868              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
6869              From: Gurusamy Sarathy <gsar@ActiveState.com>
6870              Date: Thu, 27 Apr 2000 12:26:25 -0700
6871              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
6872      Branch: perl
6873            ! ext/Data/Dumper/Dumper.xs
6874 ____________________________________________________________________________
6875 [  6493] By: jhi                                   on 2000/08/02  17:01:58
6876         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
6877              From: Hugo <hv@crypt.compulink.co.uk>
6878              Date: Wed, 02 Aug 2000 14:53:56 +0100
6879              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
6880      Branch: perl
6881            ! regexec.c t/op/re_tests
6882 ____________________________________________________________________________
6883 [  6492] By: jhi                                   on 2000/08/02  15:02:46
6884         Log: The new setproctitle() feature is available only in 
6885              bleeding edge FreeBSD.  From Paul Saab.
6886      Branch: perl
6887            ! mg.c
6888 ____________________________________________________________________________
6889 [  6491] By: jhi                                   on 2000/08/02  13:34:36
6890         Log: The tr utf8 patching continues.
6891              
6892              Subject: Re: #6469, too many tests claimed in require.t
6893              From: simon@brecon.co.uk (Simon Cozens)
6894              Date: 2 Aug 2000 02:37:17 GMT
6895              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
6896              
6897              (the logic of the test was the wrong way round in the patch)
6898      Branch: perl
6899            ! doop.c
6900 ____________________________________________________________________________
6901 [  6490] By: jhi                                   on 2000/08/02  13:27:38
6902         Log: The name of a filehandle does not have <these>.
6903      Branch: perl
6904            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
6905            ! t/pragma/warn/pp_sys util.c
6906 ____________________________________________________________________________
6907 [  6489] By: jhi                                   on 2000/08/02  04:26:46
6908         Log: Remove the extraneous "main::" prefix from all the
6909              "opened only for", "on closed", and "never opened" warnings.
6910              
6911              Subject: Re: inappropriate warning
6912              From: Gurusamy Sarathy <gsar@ActiveState.com>
6913              Date: Mon, 20 Mar 2000 11:28:02 -0800
6914              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
6915      Branch: perl
6916            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
6917            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
6918            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
6919 ____________________________________________________________________________
6920 [  6488] By: jhi                                   on 2000/08/02  03:02:57
6921         Log: memcpy has n o in it, as pinted ut by Sarathy.
6922      Branch: perl
6923            ! pod/perlguts.pod
6924 ____________________________________________________________________________
6925 [  6487] By: jhi                                   on 2000/08/02  02:44:51
6926         Log: Document in one place the memory abstractions used in Perl core.
6927              
6928              Subject: Re: Memory abstraction
6929              From: simon@brecon.co.uk (Simon Cozens)
6930              Date: 2 Aug 2000 02:20:23 GMT
6931              Organization: Earth.li Origins
6932      Branch: perl
6933            ! pod/perlguts.pod
6934 ____________________________________________________________________________
6935 [  6486] By: jhi                                   on 2000/08/02  02:41:57
6936         Log: regen_headers, regen perltoc.
6937      Branch: perl
6938            ! perlapi.c pod/perltoc.pod
6939 ____________________________________________________________________________
6940 [  6485] By: jhi                                   on 2000/08/02  01:43:33
6941         Log: "This little thing tests for a file .patch, and if it contains
6942              a number, pops into patchlevel.h" (making it easier to track
6943              which development version people are reporting bugs against)
6944              
6945              Subject: Patchlevel autogeneration for repository perls
6946              From: simon@brecon.co.uk (Simon Cozens)
6947              Date: 14 Jul 2000 07:12:15 GMT
6948              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
6949      Branch: perl
6950            + fix_pl
6951            ! MANIFEST Makefile.SH
6952 ____________________________________________________________________________
6953 [  6484] By: jhi                                   on 2000/08/02  01:32:54
6954         Log: FreeBSD 3.* updates from
6955              
6956              From: Paul Saab <ps@yahoo-inc.com>
6957              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
6958              Date: Tue, 1 Aug 2000 15:41:39 -0700
6959              Message-Id: <20000801154139.A53740@yahoo-inc.com>
6960      Branch: perl
6961            ! hints/freebsd.sh
6962 ____________________________________________________________________________
6963 [  6483] By: jhi                                   on 2000/08/02  01:27:44
6964         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
6965              instead one must use setproctitle().  This was already addressed
6966              by change #6457, but the below has a new variant for FreeBSD 4.0
6967              or later, and the matter is also documented more.
6968              
6969              From: Paul Saab <ps@yahoo-inc.com>
6970              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
6971              Date: Tue, 1 Aug 2000 15:41:39 -0700
6972              Message-Id: <20000801154139.A53740@yahoo-inc.com>
6973      Branch: metaconfig/U/perl
6974            + i_libutil.U
6975      Branch: perl
6976            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
6977 ____________________________________________________________________________
6978 [  6482] By: jhi                                   on 2000/08/01  22:17:32
6979         Log: The test from this
6980              
6981              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
6982              Date: Sat, 15 Apr 2000 17:03:44 +0100
6983              From: Tom Hughes <tom@compton.nu>
6984              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
6985              
6986              was missing, the code change went in as #5989
6987              (which had a different test?)
6988      Branch: perl
6989            ! t/op/misc.t
6990 ____________________________________________________________________________
6991 [  6481] By: jhi                                   on 2000/08/01  21:48:38
6992         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
6993              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
6994              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
6995              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
6996      Branch: perl
6997            ! perl.h
6998 ____________________________________________________________________________
6999 [  6480] By: jhi                                   on 2000/08/01  18:05:28
7000         Log: Make p4desc to skip non-mainperl branches by default.
7001      Branch: perl
7002            ! Porting/p4desc
7003 ____________________________________________________________________________
7004 [  6479] By: jhi                                   on 2000/08/01  17:29:19
7005         Log: If gccosandvers is equal to osname, clear gccosandvers.
7006      Branch: metaconfig/U/perl
7007            ! gccvers.U
7008      Branch: perl
7009            ! Configure config_h.SH
7010 ____________________________________________________________________________
7011 [  6478] By: jhi                                   on 2000/08/01  15:54:08
7012         Log: BOM patching from Simon Cozens.
7013      Branch: perl
7014            ! toke.c
7015 ____________________________________________________________________________
7016 [  6477] By: jhi                                   on 2000/08/01  04:50:33
7017         Log: Stash away the largefiles flags and libswanted.
7018      Branch: perl
7019            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
7020 ____________________________________________________________________________
7021 [  6476] By: gsar                                  on 2000/08/01  04:24:24
7022         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
7023              on Windows)
7024      Branch: perl
7025            ! t/pragma/utf8.t utf8.c win32/win32.c
7026 ____________________________________________________________________________
7027 [  6475] By: jhi                                   on 2000/08/01  03:35:24
7028         Log: Make chr() for values >127 to create utf8 when under utf8.
7029              
7030              Subject: Re: uft8/chr()
7031              From: simon@brecon.co.uk (Simon Cozens)
7032              Date: 1 Aug 2000 02:37:02 GMT
7033              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
7034      Branch: perl
7035            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
7036 ____________________________________________________________________________
7037 [  6474] By: jhi                                   on 2000/08/01  02:36:18
7038         Log: In Digital UNIX warn if gcc explicitly chosen because even
7039              2.95.2 is known to cause problems.
7040      Branch: perl
7041            ! hints/dec_osf.sh
7042 ____________________________________________________________________________
7043 [  6473] By: jhi                                   on 2000/08/01  02:00:56
7044         Log: Make the safety catch for buggy gccs work with triple version
7045              numbers like 2.95.2.  Reported in
7046              
7047              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
7048              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
7049              Date: Mon, 31 Jul 2000 14:55:06 +0200
7050              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
7051      Branch: perl
7052            ! hints/dec_osf.sh
7053 ____________________________________________________________________________
7054 [  6472] By: jhi                                   on 2000/08/01  01:13:33
7055         Log: Subject: fix and question re: waitpid() under win32
7056              From: Brian Clarke <clarke@appliedmeta.com>
7057              Date: Fri, 28 Jul 2000 15:18:29 -0400
7058              Message-ID: <3981DC85.290314EB@appliedmeta.com>
7059              
7060              Slightly reformatted and WNOHANG # define moved to win32.h
7061              so that also POSIX.xs sees it, as suggsted by Sarathy.
7062      Branch: perl
7063            ! win32/win32.c win32/win32.h
7064 ____________________________________________________________________________
7065 [  6471] By: jhi                                   on 2000/08/01  00:55:05
7066         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
7067              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7068              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
7069              Date: Mon, 31 Jul 2000 13:28:51 +0100
7070              
7071              (aka ID 20000730.002)
7072      Branch: perl
7073            ! op.c t/op/tr.t
7074 ____________________________________________________________________________
7075 [  6470] By: jhi                                   on 2000/07/31  23:34:42
7076         Log: Document the problem with -P in HP-UX and its workaround.
7077              
7078              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
7079              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
7080              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
7081              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
7082      Branch: perl
7083            ! README.hpux
7084 ____________________________________________________________________________
7085 [  6469] By: jhi                                   on 2000/07/31  04:15:02
7086         Log: The swallow_bom() saga continues.  The #23 of require.t
7087              (UTF16-LE) still fails (silently, no output) but the #22
7088              (UTF16-BE) seems to be working now.  The root of the
7089              failure may be in sv_gets(): is it UTF-16LE-aware,
7090              especially when it comes to line endings? 
7091      Branch: perl
7092            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
7093            ! t/comp/require.t toke.c utf8.c
7094 ____________________________________________________________________________
7095 [  6468] By: jhi                                   on 2000/07/30  19:05:48
7096         Log: Find green threads before native threads.
7097              
7098              Subject: Re: Patch to jpl/JNI/Makefile.PL
7099              From: Jens Thomsen <jens@fiend.cis.com>
7100              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
7101              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
7102      Branch: perl
7103            ! jpl/JNI/Makefile.PL
7104 ____________________________________________________________________________
7105 [  6467] By: jhi                                   on 2000/07/30  18:36:22
7106         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
7107      Branch: perl
7108            ! doop.c
7109 ____________________________________________________________________________
7110 [  6466] By: jhi                                   on 2000/07/30  04:37:29
7111         Log: A new version of the "remove UPPERACSE string comparison"
7112              operators.  The problem with the previous one (change #6454)
7113              was that it was for Perl 5.6.0.  From Paul Marquess.
7114      Branch: perl
7115            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
7116            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
7117            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
7118 ____________________________________________________________________________
7119 [  6465] By: jhi                                   on 2000/07/29  22:39:56
7120         Log: Do not upgrade SVs into utf8 just because they participate
7121              in eq or cmp.  Reported and fix suggested in
7122              
7123              Subject: [ID 20000720.009] sv_eq UTF8 bug
7124              From: "Simon Cozens" <simon@othersideofthe.earth.li>
7125              Date: 21 Jul 2000 04:37:29 -0000
7126              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
7127              
7128              Exercise for the kind reader: should we or should we not
7129              cache the utf8 conversion alonside the SV? (as magic,
7130              as thestrxfrm()ed version is cached under use locale)
7131              Argue both for and against.
7132      Branch: perl
7133            ! sv.c
7134 ____________________________________________________________________________
7135 [  6464] By: jhi                                   on 2000/07/29  22:36:22
7136         Log: Subject: UTF8 concat
7137              From: simon@brecon.co.uk (Simon Cozens) 
7138              Date: 30 Jun 2000 06:13:25 GMT
7139              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
7140              
7141              (with a memory leak fixed, plus a few casts added)
7142              
7143              This also seems to help for
7144              
7145              Subject: [ID 20000716.015] join UTF8 weirdness
7146              From: root <root@ak-71.mind.de> 
7147              Date: Sat, 15 Jul 2000 15:29:54 +0200
7148              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
7149              
7150              (from Andreas König)
7151      Branch: perl
7152            ! pp_hot.c
7153 ____________________________________________________________________________
7154 [  6463] By: jhi                                   on 2000/07/29  00:55:39
7155         Log: Tune the comments and hopefully stop a memory leak.
7156      Branch: perl
7157            ! toke.c utf8.c
7158 ____________________________________________________________________________
7159 [  6462] By: jhi                                   on 2000/07/29  00:16:53
7160         Log: The problem described in this
7161              
7162              Subject: [ID 20000322.018] named chars aren't magical enough
7163              From: root <root@dixie.cscaper.com>     
7164              Date: Wed, 22 Mar 2000 18:37:42 -0700
7165              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
7166              
7167              has been fixed in perl 5.6.0 but just in case added a test
7168              to keep it away.  (The report from Joseph Hall.)
7169      Branch: perl
7170            ! t/lib/charnames.t
7171 ____________________________________________________________________________
7172 [  6461] By: jhi                                   on 2000/07/28  23:56:36
7173         Log: Tiny fixes for #6460.
7174      Branch: metaconfig/U/perl
7175            ! gccvers.U
7176      Branch: perl
7177            ! Configure config_h.SH
7178 ____________________________________________________________________________
7179 [  6460] By: jhi                                   on 2000/07/28  23:24:41
7180         Log: Warn if the version of the operating system used to compile gcc
7181              differs from the current version of the operating system.
7182              Also display the gcc compilation os and version in myconfig.
7183              Inspiration from
7184              
7185              Subject: Re: [ID 20000710.003] ERRORS!!         
7186              From: "Kurt D. Starsinic" <kstar@chapin.edu>
7187              Date: Mon, 10 Jul 2000 15:54:16 -0400
7188              Message-ID: <20000710155416.A1384@O2.chapin.edu>
7189      Branch: metaconfig/U/perl
7190            ! gccvers.U
7191      Branch: perl
7192            ! Configure config_h.SH myconfig.SH
7193 ____________________________________________________________________________
7194 [  6459] By: jhi                                   on 2000/07/28  22:00:32
7195         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
7196              letter to $Config{osvers}.
7197      Branch: metaconfig
7198            ! U/modified/Oldconfig.U
7199      Branch: perl
7200            ! Configure config_h.SH
7201 ____________________________________________________________________________
7202 [  6458] By: jhi                                   on 2000/07/28  04:15:39
7203         Log: Back out #6454, doesn't seem to work.
7204              (Reason: that patch was for perl 5.6.0, not perl-current)
7205              (A version of the patch for perl-current came in later as #6466)
7206      Branch: perl
7207            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
7208            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
7209            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
7210 ____________________________________________________________________________
7211 [  6457] By: jhi                                   on 2000/07/27  23:31:49
7212         Log: Use setproctitle() if available to modify $0.
7213              
7214              Subject: setting $* on BSD4 broken
7215              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
7216              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
7217              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
7218      Branch: metaconfig
7219            ! U/modified/Myinit.U
7220      Branch: perl
7221            ! Configure config_h.SH mg.c
7222 ____________________________________________________________________________
7223 [  6456] By: jhi                                   on 2000/07/27  14:50:47
7224         Log: Allow "no AutoLoader;", based on change #6444,
7225              suggested by Graham Barr.
7226      Branch: perl
7227            ! lib/AutoLoader.pm
7228 ____________________________________________________________________________
7229 [  6455] By: jhi                                   on 2000/07/27  14:19:10
7230         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
7231              From: rspier@pobox.com (Robert Spier)
7232              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
7233              Message-ID: <14720.15855.787664.424783@rls.cx>
7234      Branch: perl
7235            ! pod/perldiag.pod
7236 ____________________________________________________________________________
7237 [  6454] By: jhi                                   on 2000/07/27  14:03:02
7238         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
7239              for a long time).
7240              
7241              Reported in
7242              
7243              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
7244              From: Ryan Herbert <rherbert@sycamorehq.com>
7245              Date: Mon, 17 Jul 2000 11:40:42 -0400
7246              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
7247              
7248              Patched in
7249              
7250              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
7251              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
7252              Date: Wed, 26 Jul 2000 23:40:18 +0100
7253              Message-ID: <000001bff752$79511880$0a17073e@tiny>
7254              
7255              based on an earlier patch from Stephen P. Potter.
7256              
7257              (Removed later by change #6458 because this patch was for
7258              perl 5.6.0, not perl-current)
7259      Branch: perl
7260            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
7261            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
7262            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
7263 ____________________________________________________________________________
7264 [  6453] By: jhi                                   on 2000/07/27  13:48:02
7265         Log: Subject: [PATCH] fixes bug 20000508.004
7266              From: Michael Stevens <mstevens@globnix.org>
7267              Date: Thu, 27 Jul 2000 13:49:04 +0100
7268              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
7269      Branch: perl
7270            ! pod/perldata.pod
7271 ____________________________________________________________________________
7272 [  6452] By: jhi                                   on 2000/07/26  23:51:26
7273         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
7274              and Craig A. Berry.
7275      Branch: perl
7276            ! lib/File/Temp.pm pod/perlport.pod
7277 ____________________________________________________________________________
7278 [  6451] By: jhi                                   on 2000/07/26  19:43:30
7279         Log: Be wary of close()s, too.
7280              
7281              Subject: Re: [PATCH] perlbug cleanup
7282              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7283              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
7284              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
7285      Branch: perl
7286            ! utils/perlbug.PL
7287 ____________________________________________________________________________
7288 [  6450] By: jhi                                   on 2000/07/26  18:41:40
7289         Log: Subject: Minor doc patch: handy.h
7290              From: Daniel Muiño <dmuino@afip.gov.ar>
7291              Date: Wed, 26 Jul 2000 15:34:25 -0300
7292              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
7293      Branch: perl
7294            ! handy.h pod/perlapi.pod
7295 ____________________________________________________________________________
7296 [  6449] By: jhi                                   on 2000/07/26  18:23:55
7297         Log: Subject: [PATCH] minor doc change - perlguts
7298              From: Michael Stevens <mstevens@globnix.org>
7299              Date: Thu, 13 Jul 2000 12:39:18 +0100
7300              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
7301      Branch: perl
7302            ! pod/perlguts.pod
7303 ____________________________________________________________________________
7304 [  6448] By: jhi                                   on 2000/07/26  18:20:30
7305         Log: open() wariness in perlbug.
7306              
7307              Subject: [PATCH] perlbug cleanup
7308              From: Michael Stevens <mstevens@globnix.org>
7309              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
7310              Date: Thu, 13 Jul 2000 15:52:23 +0100
7311      Branch: perl
7312            ! utils/perlbug.PL
7313 ____________________________________________________________________________
7314 [  6447] By: jhi                                   on 2000/07/26  18:13:04
7315         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
7316      Branch: perl
7317            ! lib/File/Temp.pm t/lib/ftmp-security.t
7318 ____________________________________________________________________________
7319 [  6446] By: jhi                                   on 2000/07/26  18:06:32
7320         Log: docfix from Peter Scott <Peter@PSDT.com>.
7321      Branch: perl
7322            ! pod/perlfunc.pod
7323 ____________________________________________________________________________
7324 [  6445] By: jhi                                   on 2000/07/26  17:53:31
7325         Log: Fix *foo{FORMAT}.
7326              
7327              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7328              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
7329              Date: Wed, 26 Jul 2000 19:51:02 +0200
7330              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
7331              
7332              From: Graham Barr <gbarr@pobox.com>
7333              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
7334              Date: Wed, 26 Jul 2000 17:38:36 +0100
7335              Message-ID: <20000726173836.L472@pobox.com>
7336      Branch: perl
7337            ! pp.c sv.c t/op/gv.t
7338 ____________________________________________________________________________
7339 [  6444] By: jhi                                   on 2000/07/26  17:49:14
7340         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
7341              from Graham Barr in the module list.
7342      Branch: perl
7343            ! gv.c pod/perlobj.pod
7344 ____________________________________________________________________________
7345 [  6443] By: jhi                                   on 2000/07/26  16:06:56
7346         Log: More split() doc and test patches from Mike Guy.
7347      Branch: perl
7348            ! pod/perlfunc.pod t/op/split.t
7349 ____________________________________________________________________________
7350 [  6442] By: jhi                                   on 2000/07/26  16:05:30
7351         Log: MacOS nits from Matthias Neeracher.
7352      Branch: perl
7353            ! perl.c pp_ctl.c
7354 ____________________________________________________________________________
7355 [  6441] By: jhi                                   on 2000/07/26  04:39:57
7356         Log: Subject: [PATCH] split /^/
7357              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7358              Date: Tue, 25 Jul 2000 14:18:57 +0100
7359              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
7360              
7361              (with notes from tchrist and gbarr)
7362      Branch: perl
7363            ! pod/perlfunc.pod t/op/split.t
7364 ____________________________________________________________________________
7365 [  6440] By: jhi                                   on 2000/07/26  04:32:32
7366         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
7367              From: Peter Prymmer <pvhp@forte.com>
7368              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
7369              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
7370      Branch: perl
7371            ! vms/munchconfig.c
7372 ____________________________________________________________________________
7373 [  6439] By: jhi                                   on 2000/07/26  04:31:01
7374         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
7375              to be fatal errors (instead of by default ignoring them, and
7376              ignoring with a bug: even though -w gave an error, the opening [
7377              was left in)  Reported in:
7378              
7379              Subject: [ID 20000716.024] [=cc=] / [:blank:]
7380              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
7381              Date: Sun, 16 Jul 2000 17:55:29 -0700
7382              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
7383      Branch: perl
7384            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
7385 ____________________________________________________________________________
7386 [  6438] By: jhi                                   on 2000/07/25  15:41:15
7387         Log: Subject: [PATCH] av.c apidoc
7388              From: simon@brecon.co.uk (Simon Cozens)
7389              Date: 24 Jul 2000 06:40:52 GMT
7390              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
7391      Branch: perl
7392            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
7393            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
7394 ____________________________________________________________________________
7395 [  6437] By: jhi                                   on 2000/07/25  14:05:36
7396         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
7397              From: "Stephen P. Potter" <spp@ds.net>
7398              Date: Mon, 24 Jul 2000 14:22:23 -0400
7399              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
7400      Branch: perl
7401            ! pod/perllocale.pod
7402 ____________________________________________________________________________
7403 [  6436] By: jhi                                   on 2000/07/25  14:02:03
7404         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
7405              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7406              Date: Mon, 24 Jul 2000 18:04:28 +0100
7407              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
7408      Branch: perl
7409            ! t/lib/syslfs.t t/op/lfs.t
7410 ____________________________________________________________________________
7411 [  6435] By: jhi                                   on 2000/07/25  13:59:28
7412         Log: Get UTF16 BOMs working.  Patch from
7413              
7414              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
7415              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7416              Date: Tue, 25 Jul 2000 12:52:45 +0100
7417              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
7418              
7419              and notes from
7420              
7421              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
7422              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7423              Date: Tue, 25 Jul 2000 11:43:25 +0100
7424              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
7425      Branch: perl
7426            ! t/comp/require.t toke.c utf8.c
7427 ____________________________________________________________________________
7428 [  6434] By: jhi                                   on 2000/07/25  02:39:54
7429         Log: Make the "uninit variable" warning to say "concat or string"
7430              or "join or string" when in concat or join .
7431              
7432              Subject: Re: [ID 20000403.009] uninitialised concatenation???
7433              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7434              Date: Tue, 04 Apr 2000 18:22:58 +0100
7435              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
7436              
7437              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
7438              From: William R Ward <hermit@BayView.COM>
7439              Date: Thu, 30 Mar 2000 19:50:03 -0800
7440              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
7441      Branch: perl
7442            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
7443            ! t/pragma/warn/op t/pragma/warn/sv
7444 ____________________________________________________________________________
7445 [  6433] By: jhi                                   on 2000/07/24  17:52:56
7446         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
7447      Branch: perl
7448            ! lib/File/Spec/VMS.pm
7449 ____________________________________________________________________________
7450 [  6432] By: jhi                                   on 2000/07/24  17:44:44
7451         Log: Test cases for #6431.
7452              
7453              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
7454              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7455              Date: Mon, 24 Jul 2000 15:32:29 +0100
7456              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
7457      Branch: perl
7458            ! t/op/pat.t t/op/split.t
7459 ____________________________________________________________________________
7460 [  6431] By: jhi                                   on 2000/07/24  17:43:17
7461         Log: Bind op fix.
7462              
7463              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
7464              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7465              Date: Mon, 17 Jul 2000 20:04:56 +0100
7466              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
7467      Branch: perl
7468            ! op.c
7469 ____________________________________________________________________________
7470 [  6430] By: jhi                                   on 2000/07/24  03:42:42
7471         Log: Subject: [ID 20000716.023] syslog test fails without sockets
7472              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7473              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
7474              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
7475      Branch: metaconfig/U/perl
7476            ! Extensions.U
7477      Branch: perl
7478            ! Configure config_h.SH
7479 ____________________________________________________________________________
7480 [  6429] By: jhi                                   on 2000/07/24  03:11:52
7481         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
7482              case, but add also notes explaining the relationship of this
7483              patch and the earlier notes by Sarathy.
7484              
7485              Subject: Map is still slow
7486              From: "Ben Tilly" <ben_tilly@hotmail.com>
7487              Date: Sat, 15 Jul 2000 17:23:27 EDT
7488              Message-ID: <20000715212327.21656.qmail@hotmail.com>
7489      Branch: perl
7490            ! pp_ctl.c
7491 ____________________________________________________________________________
7492 [  6428] By: jhi                                   on 2000/07/24  02:58:52
7493         Log: Documentation to explain the behaviour of map().
7494              
7495              Subject: Re: Map is still slow 
7496              From: Gurusamy Sarathy <gsar@ActiveState.com>
7497              Date: Sat, 15 Jul 2000 16:05:09 -0700
7498              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
7499      Branch: perl
7500            ! pp_ctl.c
7501 ____________________________________________________________________________
7502 [  6427] By: jhi                                   on 2000/07/24  02:50:03
7503         Log: Add tests for
7504              [ID 19991110.003] another matching finding by pcre author
7505              which has already been fixed by some patch, as verified in
7506              
7507              Subject: Re: two regex bugs from the mists of time (well, last November)
7508              From: Hugo <hv@crypt.compulink.co.uk>
7509              Date: Sat, 22 Jul 2000 18:12:58 +0100
7510              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
7511      Branch: perl
7512            ! t/op/re_tests
7513 ____________________________________________________________________________
7514 [  6426] By: jhi                                   on 2000/07/24  02:11:20
7515         Log: A missing 'break' after the [[:space:]] switch case.
7516              
7517              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
7518              From: "Stephen P. Potter" <spp@ds.net>
7519              Date: Tue, 18 Jul 2000 16:25:17 -0400
7520              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
7521      Branch: perl
7522            ! regcomp.c
7523 ____________________________________________________________________________
7524 [  6425] By: jhi                                   on 2000/07/24  02:06:12
7525         Log: The output might have been produced in the wrong order.
7526              
7527              Subject: [ID 20000720.003] [PATCH] t/op/write.t
7528              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7529              Date: Thu, 20 Jul 2000 18:49:18 +0100
7530              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
7531      Branch: perl
7532            ! t/op/write.t
7533 ____________________________________________________________________________
7534 [  6424] By: jhi                                   on 2000/07/24  02:00:07
7535         Log: Use STDOUT consistently.
7536              
7537              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
7538              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7539              Date: Thu, 20 Jul 2000 18:04:01 +0100
7540              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
7541      Branch: perl
7542            ! lib/Test/Harness.pm
7543 ____________________________________________________________________________
7544 [  6423] By: jhi                                   on 2000/07/24  01:54:54
7545         Log: Protect against "wild next"s, that is, callbacks doing "next"
7546              instead of "return".
7547              
7548              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
7549              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7550              Date: Tue, 18 Jul 2000 11:30:16 +0100
7551              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
7552      Branch: perl
7553            ! lib/File/Find.pm
7554 ____________________________________________________________________________
7555 [  6422] By: jhi                                   on 2000/07/24  01:35:47
7556         Log: Out-of-date note removed.
7557              
7558              Subject: [PATCH] documentation perlipc
7559              From: rspier@pobox.com (Robert Spier)
7560              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
7561              Message-ID: <14711.35178.572612.502654@rls.cx>
7562      Branch: perl
7563            ! pod/perlipc.pod
7564 ____________________________________________________________________________
7565 [  6421] By: jhi                                   on 2000/07/24  00:09:18
7566         Log: Send all installperl messages to STDERR and be -w clean.
7567              
7568              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
7569              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7570              Date: Sat, 22 Jul 2000 14:02:11 +0100
7571              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
7572      Branch: perl
7573            ! installperl
7574 ____________________________________________________________________________
7575 [  6420] By: jhi                                   on 2000/07/24  00:04:19
7576         Log: Decutandpasto.
7577              
7578              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
7579              From: "Richard Soderberg" <rs@crystalflame.net>
7580              Date: Sun, 23 Jul 2000 01:37:23 -0700
7581              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
7582      Branch: perl
7583            ! pod/perlipc.pod
7584 ____________________________________________________________________________
7585 [  6419] By: jhi                                   on 2000/07/24  00:01:12
7586         Log: A cleaner abs_path().
7587              Subject: Re: unix alternative to Cwd.pm
7588              From: Jeff Pinyan <jeffp@crusoe.net>
7589              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
7590              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
7591      Branch: perl
7592            ! lib/Cwd.pm
7593 ____________________________________________________________________________
7594 [  6418] By: jhi                                   on 2000/07/23  23:48:56
7595         Log: Detypo.
7596              
7597              Subject: [PATCH perl-current] Typo in hints/powerux.sh
7598              From: "Richard Soderberg" <rs@crystalflame.net>
7599              Date: Sun, 23 Jul 2000 01:27:33 -0700
7600              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
7601      Branch: perl
7602            ! hints/powerux.sh
7603 ____________________________________________________________________________
7604 [  6417] By: jhi                                   on 2000/07/17  22:13:31
7605         Log: Subject: SDBM_File documentation
7606              From: mjd@plover.com
7607              Date: 16 Jul 2000 17:41:17 -0000
7608              Message-ID: <20000716174117.18515.qmail@plover.com>
7609      Branch: perl
7610            ! ext/SDBM_File/SDBM_File.pm
7611 ____________________________________________________________________________
7612 [  6416] By: jhi                                   on 2000/07/17  19:13:26
7613         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
7614      Branch: perl
7615            ! hints/mpeix.sh mpeix/relink
7616 ____________________________________________________________________________
7617 [  6415] By: jhi                                   on 2000/07/15  14:11:02
7618         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
7619              the utf8 'characters' can be more than one octet).
7620              
7621              Date: Sat, 15 Jul 2000 00:21:56 +0100
7622              From: Tom Hughes <tom@compton.nu>
7623              Subject: Re: [ID 20000714.002]
7624              Message-ID: <db2334de49.tom@compton.compton.nu>
7625              
7626              Reported in
7627              
7628              Subject: [ID 20000714.002]
7629              From: "Simon Cozens" <simon@othersideofthe.earth.li>
7630              Date: 14 Jul 2000 15:13:09 -0000
7631              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
7632      Branch: perl
7633            ! doop.c
7634 ____________________________________________________________________________
7635 [  6414] By: jhi                                   on 2000/07/15  03:13:41
7636         Log: another VMS build tweak from Peter Prymmer
7637      Branch: perl
7638            ! vms/descrip_mms.template
7639 ____________________________________________________________________________
7640 [  6413] By: jhi                                   on 2000/07/15  03:10:40
7641         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
7642      Branch: perl
7643            ! vms/perlvms.pod
7644 ____________________________________________________________________________
7645 [  6412] By: jhi                                   on 2000/07/15  00:31:05
7646         Log: More docs for sv functions.
7647              
7648              Subject: [PATCH cfgperl] sv.c apidoc
7649              From: simon@brecon.co.uk (Simon Cozens)
7650              Date: 13 Jul 2000 09:00:20 GMT
7651              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
7652              
7653              Subject: Re: [PATCH cfgperl] sv.c apidoc
7654              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7655              Date: Thu, 13 Jul 2000 12:27:41 +0100
7656              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
7657              
7658              Subject: Re: [PATCH cfgperl] sv.c apidoc
7659              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7660              Date: Thu, 13 Jul 2000 13:23:09 +0100
7661              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
7662              
7663              Subject: Re: [PATCH cfgperl] sv.c apidoc
7664              From: simon@brecon.co.uk (Simon Cozens)
7665              Date: 14 Jul 2000 06:51:02 GMT
7666              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
7667      Branch: perl
7668            ! embed.pl pod/perlapi.pod sv.c
7669 ____________________________________________________________________________
7670 [  6411] By: jhi                                   on 2000/07/15  00:10:41
7671         Log: lib/b test fixes from Peter Prymmer.
7672      Branch: perl
7673            ! t/lib/b.t
7674 ____________________________________________________________________________
7675 [  6410] By: jhi                                   on 2000/07/15  00:02:09
7676         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
7677              From: Hugo <hv@crypt.compulink.co.uk>
7678              Date: Fri, 14 Jul 2000 23:05:20 +0100
7679              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
7680              
7681              Didn't anymore apply, but that point still could use another fix.
7682      Branch: perl
7683            ! pod/perlfunc.pod
7684 ____________________________________________________________________________
7685 [  6409] By: jhi                                   on 2000/07/14  23:15:15
7686         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
7687              not in pod, from Peter Prymmer
7688      Branch: perl
7689            ! vms/descrip_mms.template
7690 ____________________________________________________________________________
7691 [  6408] By: jhi                                   on 2000/07/14  20:35:05
7692         Log: The bug report
7693              [ID 19991110.002] minimal matching discrepancy found by pcre author
7694              seems to have been fixed (though differently from what was suggested
7695              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
7696      Branch: perl
7697            ! t/op/re_tests
7698 ____________________________________________________________________________
7699 [  6407] By: jhi                                   on 2000/07/14  17:38:08
7700         Log: Fix AutoSplit to use File::Spec the right way in VMS,
7701              from Peter Prymmer.
7702      Branch: perl
7703            ! lib/AutoSplit.pm
7704 ____________________________________________________________________________
7705 [  6406] By: jhi                                   on 2000/07/14  14:13:22
7706         Log: Merge perlhacktut into perlhack, update perlguts.
7707              
7708              Subject: Re: Perlhacktut
7709              From: simon@brecon.co.uk (Simon Cozens)
7710              Date: 14 Jul 2000 06:49:21 GMT
7711              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
7712              
7713              Subject: Re: Perlhacktut
7714              From: simon@brecon.co.uk (Simon Cozens)
7715              Date: 14 Jul 2000 07:09:45 GMT
7716              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
7717      Branch: perl
7718            ! pod/perlguts.pod pod/perlhack.pod
7719 ____________________________________________________________________________
7720 [  6405] By: jhi                                   on 2000/07/14  14:02:31
7721         Log: Integrate with Sarathy.
7722      Branch: cfgperl
7723           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
7724           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
7725           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
7726 ____________________________________________________________________________
7727 [  6404] By: gsar                                  on 2000/07/14  12:15:02
7728         Log: PERL_OBJECT build tweaks
7729      Branch: perl
7730            ! toke.c
7731 ____________________________________________________________________________
7732 [  6403] By: gsar                                  on 2000/07/14  11:23:41
7733         Log: inconsistent types needs casts
7734      Branch: perl
7735            ! toke.c
7736 ____________________________________________________________________________
7737 [  6402] By: gsar                                  on 2000/07/14  11:12:04
7738         Log: typos in change#6399, regen headers
7739      Branch: perl
7740            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
7741 ____________________________________________________________________________
7742 [  6401] By: gsar                                  on 2000/07/14  10:59:12
7743         Log: typecasts needed for change#6394
7744      Branch: perl
7745            ! toke.c
7746 ____________________________________________________________________________
7747 [  6400] By: gsar                                  on 2000/07/14  10:49:37
7748         Log: integrate cfgperl contents into mainline
7749      Branch: perl
7750           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
7751           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
7752 ____________________________________________________________________________
7753 [  6399] By: gsar                                  on 2000/07/14  10:38:35
7754         Log: enable UTF-16 filter by default if relevant BOM is seen; various
7755              cleanups (typos, misformatted code, and small bugs)
7756      Branch: perl
7757            ! doop.c embed.pl mg.c op.c pp.c toke.c
7758 ____________________________________________________________________________
7759 [  6398] By: gsar                                  on 2000/07/14  08:55:38
7760         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
7761              name suggests anyway)
7762      Branch: perl
7763            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
7764 ____________________________________________________________________________
7765 [  6397] By: gsar                                  on 2000/07/14  08:44:33
7766         Log: move new variables to the end of the interpreter structure (for
7767              bincompat in code that doesn't #include XSUB.h)
7768      Branch: perl
7769            ! intrpvar.h
7770 ____________________________________________________________________________
7771 [  6396] By: gsar                                  on 2000/07/14  08:13:58
7772         Log: MakeMaker should not remove editor backups (*~) on `make clean`
7773              by default (completes change#6383)
7774      Branch: perl
7775            ! lib/ExtUtils/MM_Unix.pm
7776 ____________________________________________________________________________
7777 [  6395] By: jhi                                   on 2000/07/14  05:20:33
7778         Log: Replace change #6337 with a better one.
7779              
7780              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
7781              From: Hugo <hv@crypt.compulink.co.uk>
7782              Date: Fri, 14 Jul 2000 04:16:20 +0100
7783              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
7784      Branch: cfgperl
7785            ! regexec.c t/op/re_tests
7786 ____________________________________________________________________________
7787 [  6394] By: jhi                                   on 2000/07/14  01:33:59
7788         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
7789      Branch: cfgperl
7790            ! embed.pl global.sym proto.h toke.c
7791 ____________________________________________________________________________
7792 [  6393] By: jhi                                   on 2000/07/13  23:41:23
7793         Log: remove discarded test
7794      Branch: cfgperl
7795            ! MANIFEST
7796 ____________________________________________________________________________
7797 [  6392] By: jhi                                   on 2000/07/13  23:32:25
7798         Log: The {multiplier} of a fixed substring was overlooked which
7799              caused a wrong initial search offset for that substring.
7800              
7801              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
7802              From: Hugo <hv@crypt.compulink.co.uk>
7803              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
7804              Date: Thu, 13 Jul 2000 19:27:13 +0100
7805      Branch: cfgperl
7806            ! regcomp.c t/op/re_tests
7807 ____________________________________________________________________________
7808 [  6391] By: jhi                                   on 2000/07/13  16:37:42
7809         Log: typo fix from Craig Berry
7810      Branch: cfgperl
7811            ! vms/subconfigure.com
7812 ____________________________________________________________________________
7813 [  6390] By: jhi                                   on 2000/07/13  13:20:12
7814         Log: Integrate with Sarathy.
7815      Branch: cfgperl
7816            - t/op/method2entersub.t
7817           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
7818           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
7819           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
7820           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
7821 ____________________________________________________________________________
7822 [  6389] By: jhi                                   on 2000/07/13  13:18:48
7823         Log: Detypo from Peter Prymmer, part of #6388.
7824      Branch: cfgperl
7825            ! Configure config_h.SH
7826      Branch: metaconfig
7827            ! U/modified/d_longlong.U
7828 ____________________________________________________________________________
7829 [  6388] By: gsar                                  on 2000/07/13  06:33:40
7830         Log: typos (spotted by Peter Prymmer)
7831      Branch: perl
7832            ! Configure t/lib/english.t
7833 ____________________________________________________________________________
7834 [  6387] By: gsar                                  on 2000/07/13  05:35:28
7835         Log: new selfloader.t in change#6183 doesn't close DATA handles,
7836              and thus fails to clean up tmp files on dosish platforms
7837      Branch: perl
7838            ! t/lib/selfloader.t
7839 ____________________________________________________________________________
7840 [  6386] By: gsar                                  on 2000/07/12  21:42:39
7841         Log: sprintf test tweaks (from Dominic Dunlop)
7842      Branch: perl
7843            ! t/op/sprintf.t
7844 ____________________________________________________________________________
7845 [  6385] By: gsar                                  on 2000/07/12  21:33:46
7846         Log: fix bugs in processing %v-*d and similar format specs (from
7847              Avi Finkel <avi@finkel.org>)
7848      Branch: perl
7849            ! sv.c t/op/sprintf.t
7850 ____________________________________________________________________________
7851 [  6384] By: gsar                                  on 2000/07/12  16:04:19
7852         Log: readd missing perldelta.pod changes from changes#6339,6376
7853      Branch: perl
7854            ! pod/perldelta.pod
7855 ____________________________________________________________________________
7856 [  6383] By: gsar                                  on 2000/07/12  16:00:51
7857         Log: don't clobber *.orig files on *clean targets
7858      Branch: perl
7859            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
7860 ____________________________________________________________________________
7861 [  6382] By: gsar                                  on 2000/07/12  07:59:12
7862         Log: fix broken integrations in cfgperl
7863      Branch: cfgperl
7864           !> Changes pod/perldelta.pod
7865 ____________________________________________________________________________
7866 [  6381] By: gsar                                  on 2000/07/12  07:42:17
7867         Log: integrate cfgperl changes into mainline
7868      Branch: perl
7869            ! Changes
7870           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
7871           !> pod/perlre.pod
7872 ____________________________________________________________________________
7873 [  6380] By: gsar                                  on 2000/07/12  07:31:00
7874         Log: get sprintf.t to adjust properly for 3-digit exponents
7875      Branch: perl
7876            ! t/op/sprintf.t
7877 ____________________________________________________________________________
7878 [  6379] By: gsar                                  on 2000/07/12  06:40:04
7879         Log: change#6174 needs corresponding change in win32/config_h.PL,
7880              which grovels through config_h.SH to find the config.h name
7881      Branch: perl
7882            ! win32/config_h.PL
7883 ____________________________________________________________________________
7884 [  6378] By: jhi                                   on 2000/07/12  05:03:59
7885         Log: Do the cc sanity check both before the hints and
7886              after the cc selction.
7887      Branch: cfgperl
7888            ! Configure config_h.SH
7889      Branch: metaconfig
7890            ! U/modified/Oldconfig.U U/modified/cc.U
7891      Branch: metaconfig/U/perl
7892            + Checkcc.U
7893 ____________________________________________________________________________
7894 [  6377] By: jhi                                   on 2000/07/12  02:49:22
7895         Log: Fix nits noticed by Boston.pm.
7896      Branch: cfgperl
7897            ! pod/perlre.pod
7898 ____________________________________________________________________________
7899 [  6376] By: jhi                                   on 2000/07/11  21:22:13
7900         Log: Configure cosmetics and perldelta.
7901      Branch: cfgperl
7902            ! Configure config_h.SH pod/perldelta.pod
7903      Branch: metaconfig
7904            ! U/modified/cc.U
7905 ____________________________________________________________________________
7906 [  6375] By: gsar                                  on 2000/07/11  21:17:35
7907         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
7908      Branch: perl
7909            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
7910            ! win32/win32sck.c
7911 ____________________________________________________________________________
7912 [  6374] By: gsar                                  on 2000/07/11  20:48:50
7913         Log: tweak for build failure under multiplicity
7914      Branch: perl
7915            ! toke.c
7916 ____________________________________________________________________________
7917 [  6373] By: gsar                                  on 2000/07/11  20:37:23
7918         Log: integrate cfgperl changes#6325..6373 into mainline
7919              (NOTE: today's batch of integrations still untested)
7920      Branch: perl
7921           +> ext/DynaLoader/hints/netbsd.pl
7922            ! Changes
7923           !> (integrate 26 files)
7924 ____________________________________________________________________________
7925 [  6372] By: jhi                                   on 2000/07/11  20:30:36
7926         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
7927              regen perltoc.
7928      Branch: cfgperl
7929            + pod/perlbook.pod
7930            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
7931            ! pod/perltoc.pod
7932 ____________________________________________________________________________
7933 [  6371] By: jhi                                   on 2000/07/11  20:08:56
7934         Log: Minor cleanups on the booklist.
7935      Branch: cfgperl
7936            ! pod/perlfaq2.pod
7937 ____________________________________________________________________________
7938 [  6370] By: jhi                                   on 2000/07/11  19:31:13
7939         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
7940      Branch: cfgperl
7941            ! t/pragma/overload.t
7942 ____________________________________________________________________________
7943 [  6369] By: gsar                                  on 2000/07/11  19:27:48
7944         Log: integrate cfgperl changes#6293..6324 into mainline
7945      Branch: perl
7946           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
7947            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
7948           !> (integrate 30 files)
7949 ____________________________________________________________________________
7950 [  6368] By: gsar                                  on 2000/07/11  19:18:57
7951         Log: skip integrate of problematic change#6292 from cfgperl into mainline
7952      Branch: perl
7953           !> pp_hot.c
7954 ____________________________________________________________________________
7955 [  6367] By: gsar                                  on 2000/07/11  19:17:21
7956         Log: integrate cfgperl changes#6288..6290 into mainline
7957      Branch: perl
7958           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
7959 ____________________________________________________________________________
7960 [  6366] By: gsar                                  on 2000/07/11  19:11:18
7961         Log: integrate cfgperl changes#6268..6282 into mainline
7962      Branch: perl
7963           !> (integrate 30 files)
7964 ____________________________________________________________________________
7965 [  6365] By: gsar                                  on 2000/07/11  18:57:00
7966         Log: delete new accidentally branched file
7967      Branch: perl
7968            - t/op/method2entersub.t
7969 ____________________________________________________________________________
7970 [  6364] By: gsar                                  on 2000/07/11  18:55:13
7971         Log: skip integrate of change#6267 from cfgperl into mainline (the
7972              method call optimization is flawed without additional hints
7973              from user about immutableness of @ISA and no runtime method
7974              definitions)
7975      Branch: perl
7976           +> t/op/method2entersub.t
7977           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
7978           !> perl.h t/op/sprintf.t xsutils.c
7979 ____________________________________________________________________________
7980 [  6363] By: gsar                                  on 2000/07/11  18:49:43
7981         Log: integrate cfgperl changes#6261..6266 into mainline
7982      Branch: perl
7983           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
7984           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
7985           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
7986           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
7987 ____________________________________________________________________________
7988 [  6362] By: gsar                                  on 2000/07/11  18:43:26
7989         Log: integrate cfgperl changes#6252..6260 into mainline
7990      Branch: perl
7991           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
7992           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
7993           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
7994           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
7995 ____________________________________________________________________________
7996 [  6361] By: gsar                                  on 2000/07/11  18:37:12
7997         Log: skip integrate of problematic change#6251 from cfgperl into mainline
7998      Branch: perl
7999           !> lib/Exporter.pm
8000 ____________________________________________________________________________
8001 [  6360] By: gsar                                  on 2000/07/11  18:34:56
8002         Log: integrate cfgperl change#6250 into mainline
8003      Branch: perl
8004           +> t/op/my_stash.t
8005           !> MANIFEST embed.pl proto.h toke.c
8006 ____________________________________________________________________________
8007 [  6359] By: gsar                                  on 2000/07/11  18:21:19
8008         Log: integrate cfgperl changes#6242..6249 into mainline
8009      Branch: perl
8010           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
8011           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
8012           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
8013           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
8014           !> t/lib/peek.t utf8.c
8015 ____________________________________________________________________________
8016 [  6358] By: gsar                                  on 2000/07/11  18:15:45
8017         Log: skip integrate of problematic change#6241 from cfgperl into mainline
8018      Branch: perl
8019           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
8020 ____________________________________________________________________________
8021 [  6357] By: jhi                                   on 2000/07/11  18:15:16
8022         Log: Fix for
8023              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
8024              From: Roderick Schertler <roderick@argon.org> 
8025              Date: Tue, 11 Jul 2000 13:55:05 -0400 
8026              Message-Id: <200007111755.NAA05077@jones.argon.org> 
8027      Branch: cfgperl
8028            ! doio.c
8029 ____________________________________________________________________________
8030 [  6356] By: jhi                                   on 2000/07/11  18:12:51
8031         Log: Typo in #6341.
8032      Branch: cfgperl
8033            ! pp_hot.c
8034 ____________________________________________________________________________
8035 [  6355] By: gsar                                  on 2000/07/11  18:12:10
8036         Log: integrate cfgperl changes#6231..6240 into mainline
8037      Branch: perl
8038           +> pod/perlutil.pod
8039           !> (integrate 35 files)
8040 ____________________________________________________________________________
8041 [  6354] By: jhi                                   on 2000/07/11  18:04:34
8042         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
8043              From: Dominic Dunlop <domo@computer.org> 
8044              Date: Tue, 11 Jul 2000 12:27:33 +0200 
8045              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
8046              
8047              Replaces change #6268.
8048      Branch: cfgperl
8049            ! t/op/sprintf.t
8050 ____________________________________________________________________________
8051 [  6353] By: gsar                                  on 2000/07/11  17:59:51
8052         Log: skip integrate of problematic change#6230 from cfgperl into mainline
8053              (a later version of File::Spec is already in mainline)
8054      Branch: perl
8055           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
8056           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
8057 ____________________________________________________________________________
8058 [  6352] By: gsar                                  on 2000/07/11  17:57:48
8059         Log: integrate cfgperl changes#6224..6229 into mainline
8060      Branch: perl
8061           +> lib/lib.pm.PL
8062            - lib/lib.pm
8063           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
8064           !> lib/English.pm op.c t/lib/english.t
8065 ____________________________________________________________________________
8066 [  6351] By: gsar                                  on 2000/07/11  17:50:10
8067         Log: skip integrate of problematic change#6223 from cfgperl into mainline
8068      Branch: perl
8069           !> doio.c
8070 ____________________________________________________________________________
8071 [  6350] By: gsar                                  on 2000/07/11  17:48:28
8072         Log: integrate cfgperl changes#6220..6222 into mainline
8073      Branch: perl
8074           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
8075           !> toke.c utf8.c win32/win32.h
8076 ____________________________________________________________________________
8077 [  6349] By: gsar                                  on 2000/07/11  17:46:13
8078         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
8079              mainline
8080      Branch: perl
8081           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
8082           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
8083           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8084 ____________________________________________________________________________
8085 [  6348] By: jhi                                   on 2000/07/11  17:45:49
8086         Log: README.posix-bc podified from Thomas Dorner.
8087      Branch: cfgperl
8088            ! README.posix-bc
8089 ____________________________________________________________________________
8090 [  6347] By: gsar                                  on 2000/07/11  17:42:04
8091         Log: integrate cfgperl change#6217 into mainline
8092      Branch: perl
8093           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
8094           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
8095           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
8096 ____________________________________________________________________________
8097 [  6346] By: gsar                                  on 2000/07/11  17:39:37
8098         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
8099              mainline
8100      Branch: perl
8101           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
8102           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8103           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
8104           !> perlapi.h pod/perlapi.pod
8105 ____________________________________________________________________________
8106 [  6345] By: gsar                                  on 2000/07/11  17:36:42
8107         Log: integrate cfgperl changes#6207..6210 into mainline
8108      Branch: perl
8109           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
8110           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
8111 ____________________________________________________________________________
8112 [  6344] By: gsar                                  on 2000/07/11  17:31:20
8113         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
8114              mainline
8115      Branch: perl
8116           !> (integrate 40 files)
8117 ____________________________________________________________________________
8118 [  6343] By: gsar                                  on 2000/07/11  17:19:08
8119         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
8120      Branch: perl
8121           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
8122            ! Changes
8123           !> (integrate 34 files)
8124 ____________________________________________________________________________
8125 [  6342] By: jhi                                   on 2000/07/11  16:05:48
8126         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
8127              To: perl5-porters@perl.org
8128              From: Karsten Sperling <spiff@phreax.net>
8129              Date: Mon, 10 Jul 2000 15:12:52 +0200
8130              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
8131      Branch: cfgperl
8132            ! lib/Symbol.pm
8133 ____________________________________________________________________________
8134 [  6341] By: jhi                                   on 2000/07/11  15:59:23
8135         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
8136              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8137              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
8138              Date: Fri, 07 Jul 2000 17:57:16 +0100
8139      Branch: cfgperl
8140            ! pp_hot.c
8141 ____________________________________________________________________________
8142 [  6340] By: jhi                                   on 2000/07/11  15:55:47
8143         Log: Subject: Re: format bug report  [Patch]
8144              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8145              Date: Wed, 05 Jul 2000 13:12:52 +0200
8146              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
8147              
8148              Subject: Re: format bug report  [Patch]
8149              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8150              Date: Wed, 05 Jul 2000 14:10:01 +0200
8151              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
8152      Branch: cfgperl
8153            ! t/op/write.t toke.c
8154 ____________________________________________________________________________
8155 [  6339] By: jhi                                   on 2000/07/11  13:54:09
8156         Log: Be less forgiving about ambiguous and illegal tr ranges.
8157              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
8158              From: Mark-Jason Dominus <mjd@plover.com>
8159              Date: Tue, 04 Jul 2000 10:00:12 -0400
8160              Message-ID: <20000704140012.17772.qmail@plover.com>
8161              
8162              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
8163              From: Mark-Jason Dominus <mjd@plover.com>
8164              Date: Wed, 05 Jul 2000 09:37:36 -0400
8165              Message-ID: <20000705133736.27293.qmail@plover.com>
8166      Branch: cfgperl
8167            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
8168 ____________________________________________________________________________
8169 [  6338] By: jhi                                   on 2000/07/11  13:31:24
8170         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
8171              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8172              Date: Tue, 11 Jul 2000 13:50:51 +0100
8173              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
8174      Branch: cfgperl
8175            ! sv.c
8176 ____________________________________________________________________________
8177 [  6337] By: jhi                                   on 2000/07/11  13:29:14
8178         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
8179              From: Hugo <hv@crypt.compulink.co.uk>
8180              Date: Tue, 11 Jul 2000 12:44:50 +0100
8181              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
8182      Branch: cfgperl
8183            ! regexec.c t/op/re_tests
8184 ____________________________________________________________________________
8185 [  6336] By: jhi                                   on 2000/07/11  13:26:47
8186         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
8187              From: simon@brecon.co.uk (Simon Cozens)
8188              Date: 7 Jul 2000 11:26:09 GMT
8189              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
8190      Branch: cfgperl
8191            ! mg.c
8192 ____________________________________________________________________________
8193 [  6335] By: jhi                                   on 2000/07/11  13:23:37
8194         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
8195              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
8196              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
8197              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
8198      Branch: cfgperl
8199            + ext/DynaLoader/hints/netbsd.pl
8200            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
8201 ____________________________________________________________________________
8202 [  6334] By: jhi                                   on 2000/07/11  13:20:38
8203         Log: Subject: PATCH perlguts.pod: Document D and d magic types
8204              From: mjd@plover.com
8205              Date: 5 Jul 2000 18:01:51 -0000
8206              Message-ID: <20000705180151.29413.qmail@plover.com>
8207      Branch: cfgperl
8208            ! pod/perlguts.pod
8209 ____________________________________________________________________________
8210 [  6333] By: jhi                                   on 2000/07/11  13:15:51
8211         Log: Precedence goof, fix based on
8212              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
8213              From: Hugo <hv@crypt.compulink.co.uk>
8214              Date: Tue, 11 Jul 2000 12:52:38 +0100
8215              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
8216      Branch: cfgperl
8217            ! t/op/taint.t
8218 ____________________________________________________________________________
8219 [  6332] By: jhi                                   on 2000/07/11  12:40:17
8220         Log: Integrate with Sarathy.
8221      Branch: cfgperl
8222           !> win32/win32sck.c
8223 ____________________________________________________________________________
8224 [  6331] By: jhi                                   on 2000/07/10  20:14:16
8225         Log: Sprinkle ldlibpath.
8226      Branch: cfgperl
8227            ! pod/Makefile.SH
8228 ____________________________________________________________________________
8229 [  6330] By: jhi                                   on 2000/07/10  17:54:49
8230         Log: More POSIX.pod tweaks.
8231      Branch: cfgperl
8232            ! ext/POSIX/POSIX.pod
8233 ____________________________________________________________________________
8234 [  6329] By: jhi                                   on 2000/07/10  14:02:12
8235         Log: Reorder perl.pod once more.
8236      Branch: cfgperl
8237            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8238 ____________________________________________________________________________
8239 [  6328] By: gsar                                  on 2000/07/10  07:06:00
8240         Log: accept() leaks memory on windows due to incorrect ordering of
8241              closesocket() and fclose() calls
8242      Branch: perl
8243            ! win32/win32sck.c
8244 ____________________________________________________________________________
8245 [  6327] By: gsar                                  on 2000/07/10  06:49:17
8246         Log: winsock options weren't being set in all threads under ithreads
8247              (caused send()s from second and subsequent threads to fail)
8248      Branch: perl
8249            ! win32/win32sck.c
8250 ____________________________________________________________________________
8251 [  6326] By: jhi                                   on 2000/07/08  02:45:40
8252         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
8253              was cast to an unsigned (32-bit) integer with wild abandon.
8254      Branch: cfgperl
8255            ! ext/Devel/DProf/DProf.xs
8256 ____________________________________________________________________________
8257 [  6325] By: jhi                                   on 2000/07/07  18:50:33
8258         Log: Remove perlbook, update perlfaq book listing,
8259              rearrange perl.pod, regenerate perltoc.
8260      Branch: cfgperl
8261            - pod/perlbook.pod
8262            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
8263            ! pod/perlfaq2.pod pod/perltoc.pod
8264 ____________________________________________________________________________
8265 [  6324] By: jhi                                   on 2000/07/07  14:03:40
8266         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
8267      Branch: cfgperl
8268            ! sv.h toke.c
8269 ____________________________________________________________________________
8270 [  6323] By: jhi                                   on 2000/07/06  16:03:55
8271         Log: Fix complaints of buildtoc.
8272      Branch: cfgperl
8273            + lib/Win32.pod
8274            - pod/Win32.pod
8275            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8276 ____________________________________________________________________________
8277 [  6322] By: jhi                                   on 2000/07/06  15:15:52
8278         Log: Add =head1 NAMEs so that buildtoc is happy.
8279              (The CGI::Util nit reported to Lincoln.)
8280      Branch: cfgperl
8281            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
8282            ! pod/perltoc.pod
8283 ____________________________________________________________________________
8284 [  6321] By: jhi                                   on 2000/07/06  03:16:04
8285         Log: Config is being used.
8286      Branch: cfgperl
8287            ! t/op/method.t
8288 ____________________________________________________________________________
8289 [  6320] By: jhi                                   on 2000/07/06  03:13:13
8290         Log: Integrate with Sarathy.
8291      Branch: cfgperl
8292           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
8293 ____________________________________________________________________________
8294 [  6319] By: jhi                                   on 2000/07/06  03:11:46
8295         Log: Autogenerate pod/Makefile and pod/buildtoc.
8296              buildtoc also checks whether the existin pods are
8297              mentioned in MANIFEST and perl.pod, and vice versa.
8298              (None of the thusly found discrepancies fixed yet.)
8299              roffitall also needs to be autogenerated similarly but it
8300              seems so badly out of date that I didn't touch it yet.
8301      Branch: cfgperl
8302            + pod/Makefile.SH pod/buildtoc.PL
8303            - pod/Makefile pod/buildtoc
8304            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
8305 ____________________________________________________________________________
8306 [  6318] By: gsar                                  on 2000/07/05  22:10:54
8307         Log: fix UNC path handling on Windows under ithreads, and chdir()
8308              return value when given a non-existent directory
8309      Branch: perl
8310            ! win32/vdir.h
8311 ____________________________________________________________________________
8312 [  6317] By: gsar                                  on 2000/07/05  22:08:19
8313         Log: winsock cleanup never done on Windows (leads to handle leaks)
8314      Branch: perl
8315            ! win32/perllib.c win32/win32sck.c
8316 ____________________________________________________________________________
8317 [  6316] By: gsar                                  on 2000/07/05  22:06:19
8318         Log: some debugger output does not go to the socket when RemotePort is set
8319      Branch: perl
8320            ! lib/perl5db.pl
8321 ____________________________________________________________________________
8322 [  6315] By: jhi                                   on 2000/07/05  00:25:21
8323         Log: Integrate with Sarathy, preliminary fix for unicos
8324              alignment problems in [ID 20000612.002] Perl problem on Cray system.
8325      Branch: cfgperl
8326            ! sv.h
8327           !> pp_hot.c
8328 ____________________________________________________________________________
8329 [  6314] By: gsar                                  on 2000/07/04  23:34:02
8330         Log: tyop in change#6306
8331      Branch: perl
8332            ! pp_hot.c
8333 ____________________________________________________________________________
8334 [  6313] By: jhi                                   on 2000/07/04  22:14:38
8335         Log: Multiline string literals ENONPORTABLE.
8336      Branch: cfgperl
8337            ! pp_hot.c
8338 ____________________________________________________________________________
8339 [  6312] By: jhi                                   on 2000/07/04  20:34:44
8340         Log: Integrate with Sarathy.
8341      Branch: cfgperl
8342           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
8343           !> t/op/method.t
8344 ____________________________________________________________________________
8345 [  6311] By: jhi                                   on 2000/07/04  20:30:56
8346         Log: More POSIX.pod embellishment.
8347      Branch: cfgperl
8348            ! ext/POSIX/POSIX.pod
8349 ____________________________________________________________________________
8350 [  6310] By: gsar                                  on 2000/07/04  17:28:48
8351         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
8352      Branch: perl
8353            ! t/lib/b.t
8354 ____________________________________________________________________________
8355 [  6309] By: jhi                                   on 2000/07/04  17:22:18
8356         Log: The #6308 required a little bit more.
8357      Branch: cfgperl
8358            ! Makefile.SH win32/Makefile
8359 ____________________________________________________________________________
8360 [  6308] By: jhi                                   on 2000/07/04  16:35:24
8361         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
8362      Branch: cfgperl
8363            + lib/lib_pm.PL
8364            - lib/lib.pm.PL
8365            ! MANIFEST Makefile.SH
8366 ____________________________________________________________________________
8367 [  6307] By: jhi                                   on 2000/07/04  16:28:58
8368         Log: Win32 patches for cfgperl from Sarathy.
8369      Branch: cfgperl
8370            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
8371            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
8372            ! thread.h toke.c util.c win32/Makefile win32/win32.c
8373 ____________________________________________________________________________
8374 [  6306] By: gsar                                  on 2000/07/04  16:28:40
8375         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
8376              (from Richard Soderberg <rs@oregonnet.com>)
8377      Branch: perl
8378            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
8379 ____________________________________________________________________________
8380 [  6305] By: jhi                                   on 2000/07/04  16:24:24
8381         Log: Integrate with Sarathy.
8382      Branch: cfgperl
8383           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
8384           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8385           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
8386           !> proto.h win32/win32.c
8387 ____________________________________________________________________________
8388 [  6304] By: gsar                                  on 2000/07/04  16:17:24
8389         Log: missing perldiag entry for unpack("w",...) diagnostic (from
8390              Andreas Koenig)
8391      Branch: perl
8392            ! pod/perldiag.pod
8393 ____________________________________________________________________________
8394 [  6303] By: gsar                                  on 2000/07/04  16:14:44
8395         Log: remove rel2abs prototypes (from Barrie Slaymaker)
8396      Branch: perl
8397            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
8398            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
8399 ____________________________________________________________________________
8400 [  6302] By: gsar                                  on 2000/07/04  04:59:35
8401         Log: adjust change#6299
8402      Branch: perl
8403            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
8404            ! win32/win32.c
8405 ____________________________________________________________________________
8406 [  6301] By: jhi                                   on 2000/07/04  04:50:07
8407         Log: Integrate with Sarathy.
8408      Branch: cfgperl
8409           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
8410           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
8411           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
8412 ____________________________________________________________________________
8413 [  6300] By: gsar                                  on 2000/07/04  04:42:09
8414         Log: PERL_OBJECT build tweak
8415      Branch: perl
8416            ! perl.h
8417 ____________________________________________________________________________
8418 [  6299] By: gsar                                  on 2000/07/04  04:37:00
8419         Log: fix memory leak on Windows (PL_sys_intern contents were never
8420              freed)
8421      Branch: perl
8422            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
8423            ! perlapi.c proto.h win32/win32.c
8424 ____________________________________________________________________________
8425 [  6298] By: gsar                                  on 2000/07/04  04:15:59
8426         Log: fix large memory leak that has been around for ever, masked by
8427              -DPURIFY (most of the arenas were never freed!)
8428      Branch: perl
8429            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
8430 ____________________________________________________________________________
8431 [  6297] By: gsar                                  on 2000/07/04  04:07:46
8432         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
8433      Branch: perl
8434            ! perl.c
8435 ____________________________________________________________________________
8436 [  6296] By: jhi                                   on 2000/06/30  18:28:37
8437         Log: Elaborate POSIX.pod.  Still needs work.
8438      Branch: cfgperl
8439            ! ext/POSIX/POSIX.pod
8440 ____________________________________________________________________________
8441 [  6295] By: jhi                                   on 2000/06/30  14:58:18
8442         Log: Point to perlipc for more SysV IPC examples.
8443      Branch: cfgperl
8444            ! pod/perlfunc.pod
8445 ____________________________________________________________________________
8446 [  6294] By: gsar                                  on 2000/06/30  14:47:45
8447         Log: slurp mode fix in change#4736 still not quite right
8448      Branch: perl
8449            ! pp_hot.c t/io/argv.t
8450 ____________________________________________________________________________
8451 [  6293] By: jhi                                   on 2000/06/30  12:02:55
8452         Log: Integrate with Sarathy.
8453      Branch: cfgperl
8454           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
8455 ____________________________________________________________________________
8456 [  6292] By: jhi                                   on 2000/06/30  12:01:11
8457         Log: From: simon@brecon.co.uk (Simon Cozens)
8458              Subject: UTF8 concat
8459              Date: 30 Jun 2000 06:13:25 GMT
8460              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
8461      Branch: cfgperl
8462            ! pp_hot.c
8463 ____________________________________________________________________________
8464 [  6291] By: gsar                                  on 2000/06/30  04:37:33
8465         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
8466              when @_ is modified, causing coredumps
8467      Branch: perl
8468            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
8469 ____________________________________________________________________________
8470 [  6290] By: jhi                                   on 2000/06/30  02:21:44
8471         Log: Integrate with Sarathy.
8472      Branch: cfgperl
8473           !> vms/vms.c vms/vmsish.h
8474 ____________________________________________________________________________
8475 [  6289] By: jhi                                   on 2000/06/30  02:21:02
8476         Log: Check VERSIONs.
8477      Branch: cfgperl
8478            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
8479            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
8480            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
8481 ____________________________________________________________________________
8482 [  6288] By: jhi                                   on 2000/06/30  02:18:52
8483         Log: Integrate with Sarathy.
8484      Branch: cfgperl
8485           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
8486           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
8487           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
8488           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
8489 ____________________________________________________________________________
8490 [  6287] By: gsar                                  on 2000/06/30  02:17:08
8491         Log: integrate vmsperl changes into mainline
8492      Branch: perl
8493           !> vms/vms.c vms/vmsish.h
8494 ____________________________________________________________________________
8495 [  6285] By: gsar                                  on 2000/06/30  02:05:28
8496         Log: localize %INC in a Safe compartment so that use/require work
8497              (many other magic globals probably need similar treatment)
8498      Branch: perl
8499            ! ext/Opcode/Opcode.xs
8500 ____________________________________________________________________________
8501 [  6284] By: gsar                                  on 2000/06/30  01:54:54
8502         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
8503              about Windows
8504      Branch: perl
8505            ! pod/perlembed.pod
8506 ____________________________________________________________________________
8507 [  6283] By: jhi                                   on 2000/06/30  01:50:10
8508         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
8509              From: Barrie Slaymaker <barries@jester.slaysys.com>
8510              Date: Wed, 28 Jun 2000 11:35:29 -0400
8511              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
8512      Branch: perl
8513            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
8514            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
8515            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8516            ! lib/File/Spec/Win32.pm
8517 ____________________________________________________________________________
8518 [  6282] By: jhi                                   on 2000/06/29  22:57:22
8519         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
8520              From: Dan Sugalski <dan@sidhe.org>
8521              Date: Tue, 06 Jun 2000 11:59:50 -0400
8522              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
8523      Branch: cfgperl
8524            ! vms/vms.c
8525 ____________________________________________________________________________
8526 [  6281] By: jhi                                   on 2000/06/29  22:52:50
8527         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
8528              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
8529              Date: Wed, 7 Jun 2000 04:02:04 -0500
8530              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
8531      Branch: cfgperl
8532            ! utils/h2xs.PL
8533 ____________________________________________________________________________
8534 [  6280] By: jhi                                   on 2000/06/29  22:45:47
8535         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
8536              From: rspier@pobox.com (Robert Spier)
8537              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
8538              Message-ID: <14654.31913.845602.610277@rls.cx>
8539      Branch: cfgperl
8540            ! utils/h2xs.PL
8541 ____________________________________________________________________________
8542 [  6279] By: jhi                                   on 2000/06/29  22:38:16
8543         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
8544              From: Tim Ayers <tayers@bridge.com>
8545              Date: Thu, 08 Jun 2000 08:11:06 +0200
8546              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
8547              [resent by Richard Foley, Message-Id probably wrong]
8548      Branch: cfgperl
8549            ! pod/perlsub.pod
8550 ____________________________________________________________________________
8551 [  6278] By: jhi                                   on 2000/06/29  22:21:45
8552         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
8553              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
8554              Date: Fri, 09 Jun 2000 12:39:27 -0400
8555              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
8556              (plus update the version "number" of Text::Wrap)
8557      Branch: cfgperl
8558            ! lib/Text/Wrap.pm
8559 ____________________________________________________________________________
8560 [  6277] By: jhi                                   on 2000/06/29  22:13:10
8561         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
8562              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8563              Date: Mon, 12 Jun 2000 14:55:59 +0100
8564              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
8565      Branch: cfgperl
8566            ! pod/perlfunc.pod
8567 ____________________________________________________________________________
8568 [  6276] By: jhi                                   on 2000/06/29  22:11:06
8569         Log: Subject: [PATCH] Re: eval documentation: context
8570              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8571              Date: Mon, 12 Jun 2000 15:07:29 +0100
8572              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
8573      Branch: cfgperl
8574            ! pod/perlfunc.pod
8575 ____________________________________________________________________________
8576 [  6275] By: jhi                                   on 2000/06/29  21:59:46
8577         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
8578              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
8579              Date: Tue, 13 Jun 2000 02:43:48 -0500
8580              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
8581      Branch: cfgperl
8582            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
8583 ____________________________________________________________________________
8584 [  6274] By: jhi                                   on 2000/06/29  21:56:14
8585         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
8586              From: Andy Dougherty <doughera@lafayette.edu>
8587              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
8588              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
8589      Branch: cfgperl
8590            ! ext/File/Glob/Glob.pm
8591 ____________________________________________________________________________
8592 [  6273] By: jhi                                   on 2000/06/29  21:49:09
8593         Log: Subject: [PATCH] xsub attributes
8594              From: Doug MacEachern <dougm@covalent.net>
8595              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
8596              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
8597      Branch: cfgperl
8598            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
8599            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
8600 ____________________________________________________________________________
8601 [  6272] By: jhi                                   on 2000/06/29  21:41:28
8602         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
8603              From: Tom Phoenix <rootbeer@redcat.com>
8604              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
8605              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
8606      Branch: cfgperl
8607            ! lib/Net/Ping.pm
8608 ____________________________________________________________________________
8609 [  6271] By: jhi                                   on 2000/06/29  21:36:55
8610         Log: Subject: PATCH pod/perltie.pod
8611              From: Ian Phillipps <Ian.Phillipps@iname.com>
8612              Date: Fri, 16 Jun 2000 00:17:19 +0100
8613              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
8614              (only the first hunk, the second hunk had already been done
8615              by some other patch)
8616      Branch: cfgperl
8617            ! pod/perltie.pod
8618 ____________________________________________________________________________
8619 [  6270] By: jhi                                   on 2000/06/29  21:24:51
8620         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
8621              From: Nicholas Clark <nick@talking.bollo.cx>
8622              Date: Fri, 23 Jun 2000 16:21:15 +0100
8623              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
8624      Branch: cfgperl
8625            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
8626            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
8627 ____________________________________________________________________________
8628 [  6269] By: jhi                                   on 2000/06/29  19:38:15
8629         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
8630              silence few compiler warnings.
8631      Branch: cfgperl
8632            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
8633 ____________________________________________________________________________
8634 [  6268] By: jhi                                   on 2000/06/29  18:21:50
8635         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
8636              From: Dominic Dunlop <domo@computer.org> 
8637              Date: Thu, 29 Jun 2000 12:32:39 +0200 
8638              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
8639      Branch: cfgperl
8640            ! t/op/sprintf.t
8641 ____________________________________________________________________________
8642 [  6267] By: jhi                                   on 2000/06/29  18:16:07
8643         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
8644              From: Doug MacEachern <dougm@covalent.net>
8645              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
8646              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
8647      Branch: cfgperl
8648            + t/op/method2entersub.t
8649            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
8650            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8651            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
8652            ! xsutils.c
8653 ____________________________________________________________________________
8654 [  6266] By: jhi                                   on 2000/06/29  15:11:15
8655         Log: Subject: [PATCH 5.6.0] cygwin port
8656              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
8657              From: "Fifer, Eric" <EFifer@sanwaint.com>
8658              Date: Thu, 29 Jun 2000 12:58:29 +0100
8659      Branch: cfgperl
8660            ! cygwin/Makefile.SHs
8661 ____________________________________________________________________________
8662 [  6265] By: jhi                                   on 2000/06/29  15:04:05
8663         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
8664              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8665              Date: Wed, 28 Jun 2000 17:50:12 -0700
8666              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
8667      Branch: cfgperl
8668            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8669 ____________________________________________________________________________
8670 [  6264] By: jhi                                   on 2000/06/29  15:00:57
8671         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
8672              From: Marty Lucich <marty@netcom.com>
8673              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
8674              Message-Id: <200006282116.OAA11148@netcom.com>
8675              ccdlflags update (the BSD/OS 4.1 part had already been taken
8676              care of by #6141).
8677      Branch: cfgperl
8678            ! hints/bsdos.sh
8679 ____________________________________________________________________________
8680 [  6263] By: jhi                                   on 2000/06/29  13:47:44
8681         Log: tr fixes from Simon Cozens
8682      Branch: cfgperl
8683            ! doop.c
8684 ____________________________________________________________________________
8685 [  6262] By: jhi                                   on 2000/06/28  18:46:01
8686         Log: Subject: 5.6.0 Patch for EPOC
8687              From: Olaf Flebbe <o.flebbe@gmx.de>
8688              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
8689              Message-ID: <23449.960929969@www11.gmx.net>
8690      Branch: cfgperl
8691            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
8692            ! epoc/epocish.h
8693 ____________________________________________________________________________
8694 [  6261] By: jhi                                   on 2000/06/28  18:29:07
8695         Log: Subject: Re: [PATCH cfgperl] BOMs away!
8696              From: simon@brecon.co.uk (Simon Cozens)
8697              Date: 17 Jun 2000 11:49:57 GMT
8698              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
8699      Branch: cfgperl
8700            ! pod/perldiag.pod t/comp/require.t toke.c
8701 ____________________________________________________________________________
8702 [  6260] By: jhi                                   on 2000/06/28  17:47:16
8703         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
8704              From: simon@brecon.co.uk (Simon Cozens) 
8705              Date: 17 Jun 2000 11:56:44 GMT 
8706              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
8707              pack U0, pack C0
8708      Branch: cfgperl
8709            ! pod/perlfunc.pod pp.c t/op/pack.t
8710 ____________________________________________________________________________
8711 [  6259] By: jhi                                   on 2000/06/28  16:43:17
8712         Log: perlnewmod was missing from MANIFEST.
8713      Branch: cfgperl
8714            ! MANIFEST
8715 ____________________________________________________________________________
8716 [  6258] By: jhi                                   on 2000/06/28  15:54:30
8717         Log: linenumber tweak
8718      Branch: cfgperl
8719            ! t/pragma/warn/regcomp
8720 ____________________________________________________________________________
8721 [  6257] By: jhi                                   on 2000/06/28  15:50:44
8722         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
8723              From: Doug MacEachern <dougm@covalent.net>
8724              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
8725              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
8726              (one part of the patch had been applied earlier)
8727      Branch: cfgperl
8728            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
8729 ____________________________________________________________________________
8730 [  6256] By: jhi                                   on 2000/06/28  15:40:22
8731         Log: tweaks from Simon Cozens to further fix tr/// under utf8
8732      Branch: cfgperl
8733            ! doop.c
8734 ____________________________________________________________________________
8735 [  6255] By: jhi                                   on 2000/06/28  15:33:45
8736         Log: small thinko tweaks
8737      Branch: cfgperl
8738            ! lib/IPC/Open3.pm t/op/my_stash.t
8739 ____________________________________________________________________________
8740 [  6254] By: jhi                                   on 2000/06/28  15:33:25
8741         Log: Subject: tr///, help wanted.
8742              From: simon@brecon.co.uk (Simon Cozens)
8743              Date: 28 Jun 2000 11:29:04 GMT
8744              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
8745      Branch: cfgperl
8746            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
8747            ! pp_proto.h proto.h t/op/tr.t
8748 ____________________________________________________________________________
8749 [  6253] By: jhi                                   on 2000/06/28  15:09:17
8750         Log: Paranoia tweak on #6249.
8751              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
8752              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
8753              Date: Sun, 25 Jun 2000 23:43:12 -0400
8754              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
8755      Branch: cfgperl
8756            ! lib/IPC/Open3.pm
8757 ____________________________________________________________________________
8758 [  6252] By: jhi                                   on 2000/06/28  15:01:38
8759         Log: Document #6249 and #6251.
8760      Branch: cfgperl
8761            ! lib/Exporter.pm lib/IPC/Open3.pm
8762 ____________________________________________________________________________
8763 [  6251] By: jhi                                   on 2000/06/28  14:50:43
8764         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
8765              From: Doug MacEachern <dougm@covalent.net>
8766              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
8767              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
8768      Branch: cfgperl
8769            ! lib/Exporter.pm
8770 ____________________________________________________________________________
8771 [  6250] By: jhi                                   on 2000/06/28  14:45:23
8772         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
8773              From: Doug MacEachern <dougm@covalent.net>
8774              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
8775              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
8776      Branch: cfgperl
8777            + t/op/my_stash.t
8778            ! MANIFEST embed.pl global.sym proto.h toke.c
8779 ____________________________________________________________________________
8780 [  6249] By: jhi                                   on 2000/06/28  14:36:34
8781         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
8782              From: Frank Tobin <ftobin@uiuc.edu>
8783              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
8784              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
8785      Branch: cfgperl
8786            ! lib/IPC/Open3.pm
8787 ____________________________________________________________________________
8788 [  6248] By: jhi                                   on 2000/06/28  14:11:25
8789         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
8790              From: Mark-Jason Dominus <mjd@plover.com>
8791              Date: Tue, 27 Jun 2000 22:36:42 -0400
8792              Message-ID: <20000628023642.12166.qmail@plover.com>
8793      Branch: cfgperl
8794            ! pod/perlfunc.pod
8795 ____________________________________________________________________________
8796 [  6247] By: jhi                                   on 2000/06/27  12:46:37
8797         Log: Tweak $VERSION, patch from Doug MacEachern.
8798      Branch: cfgperl
8799            ! lib/File/Spec.pm
8800 ____________________________________________________________________________
8801 [  6246] By: jhi                                   on 2000/06/27  03:34:46
8802         Log: Allow for standalone testing.
8803      Branch: cfgperl
8804            ! t/lib/filefunc.t t/lib/filespec.t
8805 ____________________________________________________________________________
8806 [  6245] By: jhi                                   on 2000/06/27  02:50:02
8807         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
8808              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
8809              Date: Sat, 24 Jun 2000 13:06:20 +0100
8810              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
8811      Branch: cfgperl
8812            ! ext/DynaLoader/DynaLoader_pm.PL
8813 ____________________________________________________________________________
8814 [  6244] By: jhi                                   on 2000/06/27  02:46:10
8815         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
8816              From: Doug MacEachern <dougm@covalent.net>
8817              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
8818              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
8819      Branch: cfgperl
8820            ! gv.c sv.c t/lib/peek.t
8821 ____________________________________________________________________________
8822 [  6243] By: jhi                                   on 2000/06/27  02:38:07
8823         Log: Subject: [PATCH] is_utf8_string
8824              From: simon@brecon.co.uk (Simon Cozens)
8825              Date: 26 Jun 2000 02:25:59 GMT
8826              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
8827      Branch: cfgperl
8828            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
8829            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
8830            ! proto.h utf8.c
8831 ____________________________________________________________________________
8832 [  6242] By: jhi                                   on 2000/06/27  02:24:00
8833         Log: Subject: [PATCH] bytes<->utf8 fixes
8834              From: simon@brecon.co.uk (Simon Cozens)
8835              Date: 26 Jun 2000 04:55:45 GMT
8836              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
8837      Branch: cfgperl
8838            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
8839 ____________________________________________________________________________
8840 [  6241] By: jhi                                   on 2000/06/27  02:12:42
8841         Log: Do no -warn on \_, only on \alpha.
8842              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
8843              From: David Dyck <dcd@tc.fluke.com>
8844              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
8845              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
8846      Branch: cfgperl
8847            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
8848 ____________________________________________________________________________
8849 [  6240] By: jhi                                   on 2000/06/27  02:00:01
8850         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
8851              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
8852              Date: Mon, 26 Jun 2000 18:40:14 +0100
8853              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
8854      Branch: cfgperl
8855            ! utils/h2xs.PL
8856 ____________________________________________________________________________
8857 [  6239] By: jhi                                   on 2000/06/27  01:53:40
8858         Log: Configure maintenance.  Sever some dependency cycles,
8859              separate gccversion from the cc unit,
8860              address [ID 20000623.006] Configure script patch for using gcc on AIX
8861              (but solve it a little bit differently),
8862              unduplex some accidentally duplicated units,
8863              suggest using gcc if no cc available
8864              (p5p thread: "Solaris configure: counterproposal", 1999-09)
8865      Branch: cfgperl
8866            ! Configure Todo-5.6 config_h.SH
8867      Branch: metaconfig
8868            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
8869            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
8870      Branch: metaconfig/U/perl
8871            + gccvers.U
8872            ! d_getespwnam.U d_getprpwnam.U i_prot.U
8873 ____________________________________________________________________________
8874 [  6238] By: jhi                                   on 2000/06/25  18:04:56
8875         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
8876              From: Dan Sugalski <dan@sidhe.org>
8877              Date: Fri, 23 Jun 2000 17:00:00 -0400
8878              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
8879      Branch: cfgperl
8880            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
8881 ____________________________________________________________________________
8882 [  6237] By: jhi                                   on 2000/06/25  16:36:45
8883         Log: Tweak embed.pl, regen headers.
8884      Branch: cfgperl
8885            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
8886            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
8887            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
8888            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
8889            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
8890 ____________________________________________________________________________
8891 [  6236] By: jhi                                   on 2000/06/25  15:26:42
8892         Log: Regen headers.
8893      Branch: cfgperl
8894            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
8895            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
8896            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
8897            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
8898            ! regnodes.h warnings.h
8899 ____________________________________________________________________________
8900 [  6235] By: jhi                                   on 2000/06/23  19:39:35
8901         Log: The thread begun by
8902              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
8903              From: Kevin.Ruscoe@ubsw.com
8904              Date: Fri, 16 Jun 2000 16:38:51 +0100
8905              Message-Id: <H000019b03c300d6@MHS>
8906      Branch: cfgperl
8907            ! hints/solaris_2.sh
8908 ____________________________________________________________________________
8909 [  6234] By: jhi                                   on 2000/06/23  19:23:36
8910         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
8911              because when run as services (Win32ese for daemons)
8912              no environment variables are set and tmpdir ends up as /tmp,
8913              which is ambiguous.
8914              
8915              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
8916              From: matt@sergeant.org
8917              Date: 16 Jun 2000 16:30:43 -0000
8918              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
8919      Branch: cfgperl
8920            ! lib/File/Spec/Win32.pm
8921 ____________________________________________________________________________
8922 [  6233] By: jhi                                   on 2000/06/23  19:18:58
8923         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
8924              From: Mark-Jason Dominus <mjd@plover.com>
8925              Date: Fri, 16 Jun 2000 20:53:04 -0400
8926              Message-ID: <20000617005304.8008.qmail@plover.com>
8927      Branch: cfgperl
8928            ! op.h
8929 ____________________________________________________________________________
8930 [  6232] By: jhi                                   on 2000/06/23  16:10:02
8931         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
8932              From: simon@brecon.co.uk (Simon Cozens)
8933              Date: 19 Jun 2000 15:18:27 GMT
8934              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
8935              
8936              plus update pod/Makefile and regenerate perltoc
8937      Branch: cfgperl
8938            + pod/perlutil.pod
8939            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
8940 ____________________________________________________________________________
8941 [  6231] By: jhi                                   on 2000/06/23  15:19:18
8942         Log: Subject: [PATCH 5.6.0] cygwin port
8943              From: "Fifer, Eric" <EFifer@sanwaint.com>
8944              Date: Tue, 20 Jun 2000 14:30:58 +0100
8945              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
8946      Branch: cfgperl
8947            ! README.cygwin lib/File/Find.pm
8948 ____________________________________________________________________________
8949 [  6230] By: jhi                                   on 2000/06/23  14:25:21
8950         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
8951      Branch: cfgperl
8952            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
8953            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
8954            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8955            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
8956 ____________________________________________________________________________
8957 [  6229] By: jhi                                   on 2000/06/23  14:13:34
8958         Log: Subject: README.hpux version 0.6.1
8959              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
8960              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
8961              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
8962      Branch: cfgperl
8963            ! README.hpux
8964 ____________________________________________________________________________
8965 [  6228] By: jhi                                   on 2000/06/23  14:07:20
8966         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
8967              From: Doug MacEachern <dougm@covalent.net>
8968              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
8969              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
8970      Branch: cfgperl
8971            ! op.c
8972 ____________________________________________________________________________
8973 [  6227] By: jhi                                   on 2000/06/23  14:01:06
8974         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
8975              From: Doug MacEachern <dougm@covalent.net>
8976              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
8977              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
8978      Branch: cfgperl
8979            + lib/lib.pm.PL
8980            - lib/lib.pm
8981            ! MANIFEST Makefile.SH
8982 ____________________________________________________________________________
8983 [  6226] By: jhi                                   on 2000/06/23  13:53:07
8984         Log: Subject: [PATCH] remove forward declarations in Socket.pm
8985              From: Doug MacEachern <dougm@covalent.net>
8986              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
8987              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
8988              
8989              From: Doug MacEachern <dougm@covalent.net>
8990              Subject: Re: [PATCH] remove forward declarations in Socket.pm
8991              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
8992              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
8993      Branch: cfgperl
8994            ! ext/Socket/Socket.pm op.c
8995 ____________________________________________________________________________
8996 [  6225] By: jhi                                   on 2000/06/23  13:41:52
8997         Log: Add source code filenames to apidoc.
8998              From: simon@brecon.co.uk (Simon Cozens)
8999              Subject: [PATCH embed.pl] Source X-ref
9000              Date: 22 Jun 2000 02:18:49 GMT
9001              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
9002      Branch: cfgperl
9003            ! embed.pl
9004 ____________________________________________________________________________
9005 [  6224] By: jhi                                   on 2000/06/23  13:32:33
9006         Log: A way to avoid English.pm performance hit.
9007              From: root <root@jester.slaysys.com>
9008              Subject: [YAPATCH English.pm] My turn to putt again
9009              Date: Thu, 22 Jun 2000 20:33:58 -0400
9010              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
9011      Branch: cfgperl
9012            ! lib/English.pm t/lib/english.t
9013 ____________________________________________________________________________
9014 [  6223] By: jhi                                   on 2000/06/23  13:27:06
9015         Log: Avoid double close().
9016              Subject: [PATCH] avoid double close()
9017              From: Doug MacEachern <dougm@covalent.net>
9018              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
9019              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
9020      Branch: cfgperl
9021            ! doio.c
9022 ____________________________________________________________________________
9023 [  6222] By: jhi                                   on 2000/06/23  13:25:54
9024         Log: doc typo fix
9025              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
9026              From: Ian Phillipps <Ian.Phillipps@iname.com>
9027              Date: Fri, 23 Jun 2000 10:40:58 +0100
9028              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
9029      Branch: cfgperl
9030            ! lib/Pod/Usage.pm
9031 ____________________________________________________________________________
9032 [  6221] By: jhi                                   on 2000/06/23  13:24:15
9033         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
9034              From: simon@brecon.co.uk (Simon Cozens)
9035              Subject: [PATCH] Eliminate tr///[CU][CU]
9036              Date: 23 Jun 2000 11:05:40 GMT
9037              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
9038      Branch: cfgperl
9039            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
9040 ____________________________________________________________________________
9041 [  6220] By: jhi                                   on 2000/06/22  16:07:51
9042         Log: Win32 patches from Benjamin Stuhl.
9043      Branch: cfgperl
9044            ! makedef.pl win32/win32.h
9045 ____________________________________________________________________________
9046 [  6219] By: jhi                                   on 2000/06/22  16:06:34
9047         Log: Bytecode patches from Benjamin Stuhl.
9048      Branch: cfgperl
9049            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
9050            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
9051            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9052 ____________________________________________________________________________
9053 [  6218] By: jhi                                   on 2000/06/15  23:54:16
9054         Log: Bytecode patches from Benjamin Stuhl.
9055      Branch: cfgperl
9056            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
9057 ____________________________________________________________________________
9058 [  6217] By: jhi                                   on 2000/06/09  13:38:29
9059         Log: Rename the fdpid locking and integrate with Sarathy.
9060      Branch: cfgperl
9061            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
9062            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
9063            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
9064            ! win32/win32.c
9065           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
9066 ____________________________________________________________________________
9067 [  6216] By: gsar                                  on 2000/06/08  14:54:21
9068         Log: be more optimal about clearing @_
9069      Branch: perl
9070            ! cop.h
9071 ____________________________________________________________________________
9072 [  6215] By: gsar                                  on 2000/06/08  14:33:04
9073         Log: tweak comment about @DB::args
9074      Branch: perl
9075            ! av.h pp_ctl.c
9076 ____________________________________________________________________________
9077 [  6214] By: gsar                                  on 2000/06/08  13:57:54
9078         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
9079              caller() wants to populate @DB::args with it (causes a coredump
9080              in Carp::confess())
9081      Branch: perl
9082            ! cop.h t/op/runlevel.t
9083 ____________________________________________________________________________
9084 [  6213] By: gsar                                  on 2000/06/08  07:06:35
9085         Log: back out change#6106 (seems problematic)
9086      Branch: perl
9087            ! hints/solaris_2.sh
9088 ____________________________________________________________________________
9089 [  6212] By: jhi                                   on 2000/06/07  03:10:36
9090         Log: Continuing mopup for #6204.
9091      Branch: cfgperl
9092            ! ext/B/defsubs_h.PL
9093 ____________________________________________________________________________
9094 [  6211] By: jhi                                   on 2000/06/07  02:41:50
9095         Log: Mopup for #6204.
9096              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
9097              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
9098              This is comes from const() where POK isn't on when expected.
9099      Branch: cfgperl
9100            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
9101            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9102            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
9103            ! perlapi.h pod/perlapi.pod
9104 ____________________________________________________________________________
9105 [  6210] By: jhi                                   on 2000/06/07  01:56:29
9106         Log: Mopup for #6207 and #6209.
9107      Branch: cfgperl
9108            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
9109 ____________________________________________________________________________
9110 [  6209] By: jhi                                   on 2000/06/07  01:33:12
9111         Log: Lock PL_fdpid against race conditions, based on:
9112              Subject: [PATCH 5.6.0]subprocess fixup for threads
9113              From: Dan Sugalski <dan@sidhe.org>
9114              To: perl5-porters@perl.org
9115              Date: Tue, 11 Apr 2000 17:02:32 -0400
9116              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
9117      Branch: cfgperl
9118            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
9119            ! win32/win32.c
9120 ____________________________________________________________________________
9121 [  6208] By: jhi                                   on 2000/06/07  01:05:23
9122         Log: Regen headers for #6207.
9123      Branch: cfgperl
9124            ! embed.h global.sym objXSUB.h proto.h
9125 ____________________________________________________________________________
9126 [  6207] By: jhi                                   on 2000/06/06  23:43:13
9127         Log: Subject: [PATCH 5.6.0] Threadsafe patches
9128              From: Dan Sugalski <dan@sidhe.org>
9129              To: perl5-porters@perl.org
9130              Date: Mon, 08 May 2000 18:08:13 -0400
9131              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
9132      Branch: cfgperl
9133            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
9134            ! proto.h sv.h util.c
9135 ____________________________________________________________________________
9136 [  6206] By: jhi                                   on 2000/06/06  23:21:23
9137         Log: Subject: [PATCH] Eliminate $a/$b in pod
9138              From: David Glasser <me@davidglasser.net>
9139              To: perl5-porters@perl.org
9140              Date: Mon, 29 May 2000 21:15:59 -0400
9141              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
9142      Branch: cfgperl
9143            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
9144            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
9145            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
9146            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
9147            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
9148            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
9149            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
9150            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
9151            ! pod/perlvar.pod pod/perlxs.pod
9152 ____________________________________________________________________________
9153 [  6205] By: jhi                                   on 2000/06/06  23:12:14
9154         Log: Subject: [PATCH] Win32 improvements
9155              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
9156              To: gsar@activestate.com, perl5-porters@perl.org
9157              Date: Mon, 29 May 2000 17:22:24 PDT
9158              Message-ID: <20000530002224.91142.qmail@hotmail.com>
9159              (MUA had mangled many lines by wordwrapping)
9160      Branch: cfgperl
9161            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
9162 ____________________________________________________________________________
9163 [  6204] By: jhi                                   on 2000/06/06  23:01:50
9164         Log: Subject: [PATCH] B::Bytecode patches
9165              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
9166              To: gsar@activestate.com, jhi@iki.fi
9167              Cc: perl5-porters@perl.org
9168              Message-ID: <20000602202526.48694.qmail@hotmail.com>
9169              (MUA had mangled many lines by wordwrapping)
9170      Branch: cfgperl
9171            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
9172            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
9173            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9174            ! intrpvar.h perl.c
9175 ____________________________________________________________________________
9176 [  6203] By: jhi                                   on 2000/06/06  22:32:43
9177         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
9178              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9179              Date: Tue, 06 Jun 2000 13:07:45 -0700
9180              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
9181      Branch: cfgperl
9182            ! pod/perldiag.pod
9183 ____________________________________________________________________________
9184 [  6202] By: jhi                                   on 2000/06/06  19:38:35
9185         Log: Integrate with Sarathy.
9186      Branch: cfgperl
9187           !> perl.c
9188 ____________________________________________________________________________
9189 [  6201] By: gsar                                  on 2000/06/06  00:42:59
9190         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
9191              does a PUSHMARK that's never ever POPMARKed; in general, only
9192              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
9193              Perl_eval_[sp]v() don't because they don't take any incoming
9194              arguments (this leak has been around since the original version
9195              of perl_eval_pv() in 5.003_97e)
9196      Branch: perl
9197            ! perl.c
9198 ____________________________________________________________________________
9199 [  6200] By: jhi                                   on 2000/06/04  03:44:52
9200         Log: Update to cperl-mode.el 4.31 from
9201              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
9202              Subject: A couple of notes
9203              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9204              To: Mailing list Perl5 <perl5-porters@perl.org>
9205              Date: Sat, 3 Jun 2000 23:33:32 -0400
9206              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
9207      Branch: cfgperl
9208            ! emacs/cperl-mode.el
9209 ____________________________________________________________________________
9210 [  6199] By: jhi                                   on 2000/06/03  15:11:05
9211         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
9212              From: Dan Sugalski <dan@sidhe.org>
9213              To: perl5-porters@perl.org, vmsperl@perl.org
9214              Date: Fri, 02 Jun 2000 17:30:51 -0400
9215              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
9216      Branch: cfgperl
9217            ! vms/descrip_mms.template vms/gen_shrfls.pl
9218 ____________________________________________________________________________
9219 [  6198] By: jhi                                   on 2000/06/03  14:59:15
9220         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
9221              From: Dan Sugalski <dan@sidhe.org>
9222              To: vmsperl@perl.org, perl5-porters@perl.org
9223              Date: Fri, 02 Jun 2000 16:00:41 -0400
9224              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
9225              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
9226      Branch: cfgperl
9227            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
9228            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
9229            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
9230 ____________________________________________________________________________
9231 [  6197] By: jhi                                   on 2000/06/03  14:41:30
9232         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
9233              From: John Borwick <jhborwic@unity.ncsu.edu>
9234              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
9235              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
9236      Branch: cfgperl
9237            ! pod/perlsyn.pod
9238 ____________________________________________________________________________
9239 [  6196] By: jhi                                   on 2000/06/03  14:38:09
9240         Log: Integrate with Sarathy.
9241      Branch: cfgperl
9242           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
9243           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
9244           !> vms/perly_c.vms
9245 ____________________________________________________________________________
9246 [  6195] By: gsar                                  on 2000/06/02  22:43:13
9247         Log: fix yet another eval"" leak under USE_ITHREADS
9248      Branch: perl
9249            ! op.c
9250 ____________________________________________________________________________
9251 [  6194] By: gsar                                  on 2000/06/02  18:22:06
9252         Log: fix small eval"" memory leaks under USE_ITHREADS
9253      Branch: perl
9254            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
9255            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
9256            ! vms/perly_c.vms
9257 ____________________________________________________________________________
9258 [  6193] By: jhi                                   on 2000/06/01  13:03:56
9259         Log: Signals-be-gone for microperl.
9260      Branch: cfgperl
9261            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
9262 ____________________________________________________________________________
9263 [  6192] By: jhi                                   on 2000/06/01  12:52:02
9264         Log: Integrate with Sarathy.
9265      Branch: cfgperl
9266           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
9267           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
9268           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
9269           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
9270           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
9271           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
9272           !> t/op/vec.t utils/h2xs.PL
9273 ____________________________________________________________________________
9274 [  6191] By: gsar                                  on 2000/06/01  09:38:21
9275         Log: vec() loses numericalness (modified version of patch suggested
9276              by Robin Barker)
9277      Branch: perl
9278            ! doop.c t/op/vec.t
9279 ____________________________________________________________________________
9280 [  6190] By: gsar                                  on 2000/06/01  09:26:15
9281         Log: submit missing embed.pl change
9282      Branch: perl
9283            ! embed.pl
9284 ____________________________________________________________________________
9285 [  6189] By: gsar                                  on 2000/06/01  09:05:34
9286         Log: counting tr/// corrupts later operation (from M.J.T Guy)
9287      Branch: perl
9288            ! doop.c t/op/tr.t
9289 ____________________________________________________________________________
9290 [  6188] By: gsar                                  on 2000/06/01  08:58:39
9291         Log: h2xs tweaks
9292      Branch: perl
9293            ! utils/h2xs.PL
9294 ____________________________________________________________________________
9295 [  6187] By: gsar                                  on 2000/06/01  08:50:07
9296         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
9297              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
9298      Branch: perl
9299            + lib/Pod/LaTeX.pm
9300            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
9301            ! pod/pod2latex.PL
9302 ____________________________________________________________________________
9303 [  6186] By: gsar                                  on 2000/06/01  08:24:40
9304         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
9305              <wolfgang.laun@alcatel.at>)
9306      Branch: perl
9307            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
9308            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
9309 ____________________________________________________________________________
9310 [  6185] By: gsar                                  on 2000/06/01  08:12:00
9311         Log: remove incorrect documentation about implicit split to @_ in
9312              list context, which never really worked in perl 5 (from
9313              M.J.T. Guy)
9314      Branch: perl
9315            ! pod/perlfunc.pod pod/perltrap.pod
9316 ____________________________________________________________________________
9317 [  6184] By: gsar                                  on 2000/06/01  07:52:27
9318         Log: tweak for change#6127
9319      Branch: perl
9320            ! perl.c
9321 ____________________________________________________________________________
9322 [  6183] By: gsar                                  on 2000/06/01  07:41:02
9323         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
9324              <nick@ccl4.org>)
9325      Branch: perl
9326            + t/lib/selfloader.t
9327            ! MANIFEST lib/SelfLoader.pm
9328 ____________________________________________________________________________
9329 [  6182] By: jhi                                   on 2000/06/01  00:34:42
9330         Log: Be Cleaner Part Deux.
9331      Branch: cfgperl
9332            ! Makefile.SH
9333 ____________________________________________________________________________
9334 [  6181] By: jhi                                   on 2000/06/01  00:32:09
9335         Log: Integrate with Sarathy.
9336      Branch: cfgperl
9337           !> pp.c t/op/arith.t
9338 ____________________________________________________________________________
9339 [  6180] By: jhi                                   on 2000/06/01  00:31:13
9340         Log: microperl nits from Simon Cozens.
9341      Branch: cfgperl
9342            + uconfig.h
9343            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
9344            ! unixish.h
9345 ____________________________________________________________________________
9346 [  6179] By: gsar                                  on 2000/05/31  22:37:51
9347         Log: buggy modulus on UVs introduced by change#3378 (resulted in
9348              4063328477 % 65535 amounting to 27406, instead of 27407)
9349      Branch: perl
9350            ! pp.c t/op/arith.t
9351 ____________________________________________________________________________
9352 [  6178] By: jhi                                   on 2000/05/31  21:52:41
9353         Log: Be cleaner.
9354      Branch: cfgperl
9355            ! Makefile.SH
9356 ____________________________________________________________________________
9357 [  6177] By: jhi                                   on 2000/05/31  21:47:33
9358         Log: Substitution utf8 patch from Simon Cozens.
9359      Branch: cfgperl
9360            ! pp_hot.c
9361 ____________________________________________________________________________
9362 [  6176] By: jhi                                   on 2000/05/31  21:45:34
9363         Log: Single-quoted utf8 patch from Simon Cozens.
9364      Branch: cfgperl
9365            ! toke.c
9366 ____________________________________________________________________________
9367 [  6175] By: jhi                                   on 2000/05/31  21:40:18
9368         Log: Integrate with Sarathy.
9369      Branch: cfgperl
9370           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
9371 ____________________________________________________________________________
9372 [  6174] By: jhi                                   on 2000/05/31  21:37:31
9373         Log: microperl changes from Simon Cozens; Makefile for microperl
9374              written from scratch; few casts added as microperl compilation
9375              doesn't have all prototypes available.
9376      Branch: cfgperl
9377            + Makefile.micro README.micro Todo.micro uconfig.sh
9378            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
9379            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
9380      Branch: metaconfig
9381            + U/modified/Config_h.U
9382 ____________________________________________________________________________
9383 [  6173] By: jhi                                   on 2000/05/31  20:00:24
9384         Log: metaconfig maintenance.
9385      Branch: metaconfig
9386            + U/modified/Inhdr.U U/typedefs/inotype.U
9387      Branch: metaconfig/U/perl
9388            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
9389            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
9390 ____________________________________________________________________________
9391 [  6172] By: gsar                                  on 2000/05/31  05:05:42
9392         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
9393              (from Ilya Zakharevich)
9394      Branch: perl
9395            ! regexec.c t/op/re_tests
9396 ____________________________________________________________________________
9397 [  6171] By: gsar                                  on 2000/05/31  05:01:47
9398         Log: scalar() doesn't force scalar context when used in void context
9399              (from Simon Cozens)
9400      Branch: perl
9401            ! op.c t/op/wantarray.t
9402 ____________________________________________________________________________
9403 [  6170] By: gsar                                  on 2000/05/31  04:41:33
9404         Log: change#6142 needs tweaks to tests to work where there's no symlink()
9405              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
9406      Branch: perl
9407            ! t/lib/filefind.t
9408 ____________________________________________________________________________
9409 [  6169] By: gsar                                  on 2000/05/31  04:29:49
9410         Log: integrate cfgperl contents into mainline
9411      Branch: perl
9412           +> pod/perlmodlib.PL pod/perlnewmod.pod
9413           !> (integrate 42 files)
9414 ____________________________________________________________________________
9415 [  6168] By: jhi                                   on 2000/05/30  22:53:37
9416         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
9417      Branch: cfgperl
9418            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9419            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
9420            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
9421            ! win32/config.bc win32/config.gc win32/config.vc
9422            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9423            ! win32/config_h.PL win32/config_sh.PL
9424      Branch: metaconfig/U/perl
9425            ! perlxv.U
9426 ____________________________________________________________________________
9427 [  6167] By: jhi                                   on 2000/05/30  22:20:21
9428         Log: tweak todo 
9429      Branch: cfgperl
9430            ! Todo-5.6
9431 ____________________________________________________________________________
9432 [  6166] By: jhi                                   on 2000/05/30  22:11:51
9433         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
9434              in case somebody wants to write an extension for more
9435              shadow database interfaces.
9436      Branch: cfgperl
9437            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9438            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
9439            ! vos/config.def vos/config.h vos/config_h.SH_orig
9440            ! win32/config.bc win32/config.gc win32/config.vc
9441            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9442      Branch: metaconfig
9443            ! U/modified/Myinit.U
9444      Branch: metaconfig/U/perl
9445            + d_getespwnam.U d_getprpwnam.U i_prot.U
9446 ____________________________________________________________________________
9447 [  6165] By: jhi                                   on 2000/05/30  18:35:34
9448         Log: Integrate with Sarathy.
9449      Branch: cfgperl
9450           !> op.c
9451 ____________________________________________________________________________
9452 [  6164] By: jhi                                   on 2000/05/30  18:30:16
9453         Log: detypo
9454      Branch: cfgperl
9455            ! Configure config_h.SH
9456      Branch: metaconfig/U/perl
9457            ! perlxv.U
9458 ____________________________________________________________________________
9459 [  6163] By: gsar                                  on 2000/05/30  03:24:03
9460         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
9461      Branch: perl
9462            ! op.c
9463 ____________________________________________________________________________
9464 [  6162] By: gsar                                  on 2000/05/30  03:09:38
9465         Log: fix memory leak in method call optimization (change#3768);
9466              made C<eval "$x->foo()"> leak
9467      Branch: perl
9468            ! op.c
9469 ____________________________________________________________________________
9470 [  6161] By: jhi                                   on 2000/05/29  17:56:26
9471         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
9472              both from Simon Cozens.
9473      Branch: cfgperl
9474            + pod/perlmodlib.PL pod/perlnewmod.pod
9475            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
9476            ! pod/perlmodlib.pod pod/perltoc.pod
9477 ____________________________________________________________________________
9478 [  6160] By: jhi                                   on 2000/05/29  17:23:55
9479         Log: Changes for the File::Temp 0.08 (change #6159) test suite
9480              to fit better into the Perl distribution test framework.
9481      Branch: cfgperl
9482            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
9483            ! t/lib/ftmp-tempfile.t
9484 ____________________________________________________________________________
9485 [  6159] By: jhi                                   on 2000/05/29  16:55:36
9486         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
9487      Branch: cfgperl
9488            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9489            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
9490 ____________________________________________________________________________
9491 [  6158] By: bailey                                on 2000/05/29  16:22:08
9492         Log: Add fallback to tmpfile for use in cases where user's relying on
9493              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
9494              Lane's patch)
9495      Branch: vmsperl
9496            ! vms/vms.c vms/vmsish.h
9497 ____________________________________________________________________________
9498 [  6157] By: jhi                                   on 2000/05/29  03:10:36
9499         Log: Regen Configure to jive with #6149.
9500      Branch: cfgperl
9501            ! Configure
9502      Branch: metaconfig
9503            ! U/modified/Getfile.U
9504 ____________________________________________________________________________
9505 [  6156] By: jhi                                   on 2000/05/29  03:01:38
9506         Log: Integrate with Sarathy.
9507      Branch: cfgperl
9508           +> ext/DynaLoader/dl_mac.xs
9509           !> (integrate 38 files)
9510 ____________________________________________________________________________
9511 [  6155] By: gsar                                  on 2000/05/28  21:15:58
9512         Log: small bug in change#6144; remove random \xA0 character that snuck
9513              in via change#6145
9514      Branch: perl
9515            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
9516 ____________________________________________________________________________
9517 [  6154] By: gsar                                  on 2000/05/28  21:04:19
9518         Log: avoid type mismatch warning
9519      Branch: perl
9520            ! perl.c
9521 ____________________________________________________________________________
9522 [  6153] By: gsar                                  on 2000/05/28  20:58:31
9523         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
9524              <nick@Bagpuss.uk.boo.com>)
9525      Branch: perl
9526            ! lib/Test/Harness.pm
9527 ____________________________________________________________________________
9528 [  6152] By: gsar                                  on 2000/05/28  20:53:42
9529         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
9530      Branch: perl
9531            ! regexec.c
9532 ____________________________________________________________________________
9533 [  6151] By: gsar                                  on 2000/05/28  20:50:28
9534         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
9535      Branch: perl
9536            ! regexec.c
9537 ____________________________________________________________________________
9538 [  6150] By: gsar                                  on 2000/05/28  20:39:58
9539         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
9540      Branch: perl
9541            ! pod/perlrequick.pod
9542 ____________________________________________________________________________
9543 [  6149] By: gsar                                  on 2000/05/28  20:35:16
9544         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
9545              <troc@netrus.net>)
9546      Branch: perl
9547            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
9548            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
9549            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
9550            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
9551 ____________________________________________________________________________
9552 [  6148] By: gsar                                  on 2000/05/28  20:21:07
9553         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
9554      Branch: perl
9555            ! lib/ExtUtils/MM_Unix.pm
9556 ____________________________________________________________________________
9557 [  6147] By: gsar                                  on 2000/05/28  20:12:41
9558         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
9559              (from Peter Prymmer)
9560      Branch: perl
9561            ! vms/subconfigure.com
9562 ____________________________________________________________________________
9563 [  6146] By: gsar                                  on 2000/05/28  20:06:15
9564         Log: doc typo
9565      Branch: perl
9566            ! lib/warnings.pm warnings.h warnings.pl
9567 ____________________________________________________________________________
9568 [  6145] By: gsar                                  on 2000/05/28  18:44:33
9569         Log: make xsubpp skip embedded pod (from Matthias Neeracher
9570              <neeri@iis.ee.ethz.ch>)
9571      Branch: perl
9572            ! lib/ExtUtils/xsubpp
9573 ____________________________________________________________________________
9574 [  6144] By: gsar                                  on 2000/05/28  18:42:49
9575         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
9576              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
9577              <neeri@iis.ee.ethz.ch>)
9578      Branch: perl
9579            ! lib/AutoSplit.pm
9580 ____________________________________________________________________________
9581 [  6143] By: gsar                                  on 2000/05/28  18:41:12
9582         Log: MacOS support, part 1 (from Matthias Neeracher
9583              <neeri@iis.ee.ethz.ch>)
9584      Branch: perl
9585            + ext/DynaLoader/dl_mac.xs
9586            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
9587            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
9588            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
9589            ! util.h
9590 ____________________________________________________________________________
9591 [  6142] By: gsar                                  on 2000/05/28  18:21:51
9592         Log: File::Find fails to chdir when chasing symlinks (from
9593              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
9594      Branch: perl
9595            ! lib/File/Find.pm t/lib/filefind.t
9596 ____________________________________________________________________________
9597 [  6141] By: jhi                                   on 2000/05/28  14:25:15
9598         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
9599              forwarded by Peter Seebach from the bsdi-users mailing list.
9600              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
9601      Branch: perl
9602            ! hints/bsdos.sh
9603 ____________________________________________________________________________
9604 [  6140] By: jhi                                   on 2000/05/28  14:11:57
9605         Log: Integrate with Sarathy.
9606      Branch: cfgperl
9607           +> (branch 30 files)
9608           !> (integrate 93 files)
9609 ____________________________________________________________________________
9610 [  6139] By: gsar                                  on 2000/05/28  10:01:48
9611         Log: revise mktables.PL for bugs and newness in Unicode 3.0
9612              (from James Bence <jbence@amgen.com>)
9613      Branch: perl
9614            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
9615            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
9616            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
9617            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
9618            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
9619            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
9620            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
9621            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
9622            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
9623            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
9624            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
9625            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
9626            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
9627            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
9628            + lib/unicode/Is/SylWU.pl
9629            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
9630            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
9631            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
9632            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
9633            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
9634            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
9635            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
9636            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
9637            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
9638            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
9639            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
9640            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
9641            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
9642            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
9643            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
9644            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
9645            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
9646            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
9647            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
9648            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
9649            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
9650            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
9651            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
9652            ! lib/unicode/Makefile lib/unicode/mktables.PL
9653 ____________________________________________________________________________
9654 [  6138] By: gsar                                  on 2000/05/28  08:50:32
9655         Log: add note about the handling of negative indices to tied arrays
9656              (from Michael G Schwern <schwern@pobox.com>)
9657      Branch: perl
9658            ! pod/perltie.pod
9659 ____________________________________________________________________________
9660 [  6137] By: gsar                                  on 2000/05/28  08:46:10
9661         Log: fix bogus redeclaration warning for "our" variables in different
9662              scopes
9663      Branch: perl
9664            ! op.c t/pragma/strict-vars
9665 ____________________________________________________________________________
9666 [  6136] By: gsar                                  on 2000/05/28  08:31:20
9667         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
9668      Branch: perl
9669            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
9670 ____________________________________________________________________________
9671 [  6135] By: gsar                                  on 2000/05/28  08:17:50
9672         Log: enable Test::Harness to dynamically determine column width etc.
9673              (from Rob Napier <rnapier@employees.org>)
9674      Branch: perl
9675            ! lib/Test/Harness.pm
9676 ____________________________________________________________________________
9677 [  6134] By: gsar                                  on 2000/05/28  08:13:39
9678         Log: make Test::Harness use wait.h/WCOREDUMP if available
9679              (from Ben Tilly <ben_tilly@hotmail.com>)
9680      Branch: perl
9681            ! lib/Test/Harness.pm
9682 ____________________________________________________________________________
9683 [  6133] By: gsar                                  on 2000/05/28  08:08:05
9684         Log: elide bogus test in change#6132
9685      Branch: perl
9686            ! t/pragma/warn/9enabled
9687 ____________________________________________________________________________
9688 [  6132] By: gsar                                  on 2000/05/28  08:03:14
9689         Log: warnings::enabled() doesn't fall back to looking at $^W if
9690              caller isn't using lexical warnings (from Paul Marquess)
9691      Branch: perl
9692            ! pp_ctl.c t/pragma/warn/9enabled
9693 ____________________________________________________________________________
9694 [  6131] By: gsar                                  on 2000/05/28  07:57:47
9695         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
9696      Branch: perl
9697            ! ext/POSIX/POSIX.pm
9698 ____________________________________________________________________________
9699 [  6130] By: gsar                                  on 2000/05/28  07:29:12
9700         Log: fix places that mean C<"word" character> but say C<alphanumeric
9701              character>
9702      Branch: perl
9703            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
9704 ____________________________________________________________________________
9705 [  6129] By: gsar                                  on 2000/05/28  07:18:41
9706         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
9707      Branch: perl
9708            ! vms/test.com
9709 ____________________________________________________________________________
9710 [  6128] By: gsar                                  on 2000/05/28  07:12:55
9711         Log: new perlxstut example for passing/returning refs to arrays
9712              (from David Lowe <dlowe@pootpoot.com>)
9713      Branch: perl
9714            ! pod/perlxstut.pod
9715 ____________________________________________________________________________
9716 [  6127] By: gsar                                  on 2000/05/28  07:02:50
9717         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
9718              failed (from Gisle Aas)
9719      Branch: perl
9720            ! cop.h perl.c
9721 ____________________________________________________________________________
9722 [  6126] By: gsar                                  on 2000/05/28  06:39:53
9723         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
9724              (reworked variant of patch suggested by Simon Cozens)
9725      Branch: perl
9726            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
9727            ! pp_hot.c proto.h t/op/gv.t
9728 ____________________________________________________________________________
9729 [  6125] By: gsar                                  on 2000/05/28  05:14:55
9730         Log: enable propagating exception objects via Perl_croak() in XS code
9731              (from Gisle Aas)
9732      Branch: perl
9733            ! util.c
9734 ____________________________________________________________________________
9735 [  6124] By: gsar                                  on 2000/05/28  05:07:28
9736         Log: integrate vmsperl contents into mainline
9737      Branch: perl
9738           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
9739           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
9740           !> vms/vmsish.h
9741 ____________________________________________________________________________
9742 [  6123] By: gsar                                  on 2000/05/28  05:03:53
9743         Log: clarify gotcha with #line directives (from Rocco Caputo
9744              <troc@netrus.net>)
9745      Branch: perl
9746            ! pod/perldebug.pod pod/perlsyn.pod
9747 ____________________________________________________________________________
9748 [  6122] By: gsar                                  on 2000/05/28  04:58:29
9749         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
9750              (from Mark-Jason Dominus)
9751      Branch: perl
9752            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
9753            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
9754            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
9755            ! toke.c
9756 ____________________________________________________________________________
9757 [  6121] By: bailey                                on 2000/05/25  04:46:54
9758         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
9759              lists (based on fixes by Craig Berry)
9760      Branch: vmsperl
9761            ! lib/File/Spec/VMS.pm
9762 ____________________________________________________________________________
9763 [  6120] By: bailey                                on 2000/05/25  04:25:38
9764         Log: Add missing escape (Charles Lane)
9765      Branch: vmsperl
9766            ! t/op/lex_assign.t
9767 ____________________________________________________________________________
9768 [  6119] By: bailey                                on 2000/05/25  04:21:25
9769         Log: Quiet error messages in vmsish.t (Charles Lane)
9770      Branch: vmsperl
9771            ! vms/ext/vmsish.t
9772 ____________________________________________________________________________
9773 [  6118] By: bailey                                on 2000/05/25  04:17:57
9774         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
9775              Flatten case labels in switch statements uniformly (Charles Bailey)
9776      Branch: vmsperl
9777            ! vms/vms.c
9778 ____________________________________________________________________________
9779 [  6117] By: bailey                                on 2000/05/25  03:58:09
9780         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
9781      Branch: vmsperl
9782            ! vms/vmsish.h
9783 ____________________________________________________________________________
9784 [  6116] By: bailey                                on 2000/05/25  03:11:15
9785         Log: Miscellaneous cosmetic fixes (Charles Lane)
9786      Branch: vmsperl
9787            ! lib/ExtUtils/MM_VMS.pm
9788 ____________________________________________________________________________
9789 [  6115] By: bailey                                on 2000/05/25  03:10:36
9790         Log: Add bounds checking for several strings (Charles Lane)
9791      Branch: vmsperl
9792            ! vms/vms.c
9793 ____________________________________________________________________________
9794 [  6114] By: bailey                                on 2000/05/25  02:25:34
9795         Log: Urk -- undo previous removal of vmsish 'exit' change
9796      Branch: vmsperl
9797            ! vms/ext/vmsish.pm vms/vmsish.h
9798 ____________________________________________________________________________
9799 [  6113] By: bailey                                on 2000/05/24  02:24:40
9800         Log: Ugly workaround for version-specific RTL error
9801      Branch: vmsperl
9802            ! vms/vms.c
9803 ____________________________________________________________________________
9804 [  6112] By: bailey                                on 2000/05/24  02:19:55
9805         Log: Check for existence of file before trying to delete
9806      Branch: vmsperl
9807            ! vms/test.com
9808 ____________________________________________________________________________
9809 [  6111] By: bailey                                on 2000/05/23  23:35:13
9810         Log: Resync with mainline prior to post-5.6.0 updates
9811      Branch: vmsperl
9812           +> (branch 49 files)
9813            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
9814            ! vms/ext/vmsish.pm
9815           !> (integrate 334 files)
9816 ____________________________________________________________________________
9817 [  6110] By: jhi                                   on 2000/05/23  19:28:32
9818         Log: todo tweak
9819      Branch: cfgperl
9820            ! Todo-5.6
9821 ____________________________________________________________________________
9822 [  6109] By: jhi                                   on 2000/05/18  17:38:54
9823         Log: Integrate with Sarathy.
9824      Branch: cfgperl
9825           !> mg.c perl.h win32/perlhost.h
9826 ____________________________________________________________________________
9827 [  6108] By: gsar                                  on 2000/05/17  02:24:56
9828         Log: reenable fake signal handling on Windows, bugs and all
9829      Branch: perl
9830            ! mg.c perl.h win32/perlhost.h
9831 ____________________________________________________________________________
9832 [  6107] By: jhi                                   on 2000/05/15  18:01:41
9833         Log: Tweak the todo list.
9834      Branch: cfgperl
9835            ! Todo-5.6
9836 ____________________________________________________________________________
9837 [  6106] By: jhi                                   on 2000/05/15  13:41:48
9838         Log: The (Configure) script refuses to go on, after asking for
9839              'You may also choose to try maximal 64-bitness....'.
9840              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
9841              -- Patrick Zima
9842              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
9843      Branch: cfgperl
9844            ! hints/solaris_2.sh
9845 ____________________________________________________________________________
9846 [  6105] By: jhi                                   on 2000/05/11  14:37:43
9847         Log: Integrate with Sarathy.
9848      Branch: cfgperl
9849           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
9850           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
9851 ____________________________________________________________________________
9852 [  6104] By: gsar                                  on 2000/05/11  03:39:07
9853         Log: PL_sys_intern was being initialized too late on windows
9854      Branch: perl
9855            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
9856            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
9857 ____________________________________________________________________________
9858 [  6103] By: jhi                                   on 2000/05/09  19:42:20
9859         Log: Test tweaking for Unicos continues.
9860      Branch: cfgperl
9861            ! t/op/64bitint.t
9862 ____________________________________________________________________________
9863 [  6102] By: jhi                                   on 2000/05/09  16:47:27
9864         Log: The test suite tweak in #6101 wasn't quite right.
9865      Branch: cfgperl
9866            ! t/lib/complex.t
9867 ____________________________________________________________________________
9868 [  6101] By: jhi                                   on 2000/05/09  15:35:34
9869         Log: Hints and test tweaks for Unicos.
9870      Branch: cfgperl
9871            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
9872 ____________________________________________________________________________
9873 [  6100] By: jhi                                   on 2000/05/08  21:15:06
9874         Log: More compilation tweakery from Allen Smith.
9875      Branch: cfgperl
9876            ! hints/irix_6.sh
9877 ____________________________________________________________________________
9878 [  6099] By: jhi                                   on 2000/05/08  19:21:18
9879         Log: Tweaks for the cc bugs from Allen Smith.
9880      Branch: cfgperl
9881            ! hints/irix_6.sh
9882 ____________________________________________________________________________
9883 [  6098] By: jhi                                   on 2000/05/08  19:13:37
9884         Log: Add a note about other, yet unsupported, shadow password APIs.
9885      Branch: cfgperl
9886            ! pp_sys.c
9887 ____________________________________________________________________________
9888 [  6097] By: jhi                                   on 2000/05/08  18:46:34
9889         Log: Add a note about possible compilation problems from Allen Smith.
9890      Branch: cfgperl
9891            ! hints/irix_6.sh
9892 ____________________________________________________________________________
9893 [  6096] By: jhi                                   on 2000/05/08  17:33:10
9894         Log: Integrate with Sarathy.
9895      Branch: cfgperl
9896           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
9897           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
9898 ____________________________________________________________________________
9899 [  6095] By: jhi                                   on 2000/05/08  16:21:33
9900         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
9901              might be useful in future.
9902      Branch: cfgperl
9903            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9904            ! config_h.SH
9905      Branch: metaconfig
9906            ! U/installdirs/inc_version_list.U
9907      Branch: metaconfig/U/perl
9908            ! perlxv.U
9909 ____________________________________________________________________________
9910 [  6094] By: gsar                                  on 2000/05/08  14:22:22
9911         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
9912      Branch: perl
9913            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
9914            ! hints/cygwin.sh pp_sys.c
9915 ____________________________________________________________________________
9916 [  6093] By: gsar                                  on 2000/05/08  12:52:28
9917         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
9918              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
9919      Branch: perl
9920            ! pp_sys.c sv.c win32/perlhost.h
9921 ____________________________________________________________________________
9922 [  6092] By: jhi                                   on 2000/05/07  22:40:34
9923         Log: Regen perltoc with the fixed buildtoc.
9924      Branch: cfgperl
9925            ! pod/perltoc.pod
9926 ____________________________________________________________________________
9927 [  6091] By: jhi                                   on 2000/05/07  22:24:16
9928         Log: Integrate with Sarathy.
9929      Branch: cfgperl
9930           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
9931           !> t/op/substr.t toke.c
9932 ____________________________________________________________________________
9933 [  6090] By: gsar                                  on 2000/05/07  19:47:07
9934         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
9935              [NI]OK; added tests for both
9936      Branch: perl
9937            ! perl.c pp_hot.c sv.c t/op/substr.t
9938 ____________________________________________________________________________
9939 [  6089] By: gsar                                  on 2000/05/07  18:18:38
9940         Log: buildtoc tweak to fix newline lossage
9941      Branch: perl
9942            ! pod/buildtoc
9943 ____________________________________________________________________________
9944 [  6088] By: jhi                                   on 2000/05/07  16:35:36
9945         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
9946              because we do not use those.  The HAS_GETSPNAM remains,
9947              though, because we still do use that.
9948      Branch: cfgperl
9949            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9950            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
9951            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
9952            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
9953            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9954            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
9955 ____________________________________________________________________________
9956 [  6087] By: gsar                                  on 2000/05/07  16:05:16
9957         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
9958      Branch: perl
9959            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
9960 ____________________________________________________________________________
9961 [  6086] By: jhi                                   on 2000/05/07  15:27:07
9962         Log: Integrate with Sarathy.
9963      Branch: cfgperl
9964           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9965           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
9966           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
9967           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
9968           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
9969           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
9970 ____________________________________________________________________________
9971 [  6085] By: gsar                                  on 2000/05/07  05:52:02
9972         Log: repeat operator (x) doesn't preserve utf8-ness
9973      Branch: perl
9974            ! pp.c t/op/substr.t
9975 ____________________________________________________________________________
9976 [  6084] By: gsar                                  on 2000/05/07  05:39:55
9977         Log: substr() does not preserve utf8-ness (from Stefan Eissing
9978              <Eissing@medicaldataservice.de>); added tests
9979      Branch: perl
9980            ! pp.c t/op/substr.t
9981 ____________________________________________________________________________
9982 [  6083] By: gsar                                  on 2000/05/07  05:24:46
9983         Log: note about undocumented caller() return value (from M.J.T. Guy);
9984              yet another peek.t tweak
9985      Branch: perl
9986            ! pod/perlfunc.pod t/lib/peek.t
9987 ____________________________________________________________________________
9988 [  6082] By: gsar                                  on 2000/05/07  05:08:40
9989         Log: peek.t non-portable to ithreads
9990      Branch: perl
9991            ! t/lib/peek.t
9992 ____________________________________________________________________________
9993 [  6081] By: gsar                                  on 2000/05/07  04:17:04
9994         Log: better default perlbug categories for ok reports (from Richard Foley)
9995      Branch: perl
9996            ! utils/perlbug.PL
9997 ____________________________________________________________________________
9998 [  6080] By: gsar                                  on 2000/05/07  04:08:07
9999         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
10000              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
10001      Branch: perl
10002            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
10003            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
10004            ! AUTHORS MAINTAIN MANIFEST
10005 ____________________________________________________________________________
10006 [  6079] By: gsar                                  on 2000/05/07  04:01:38
10007         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
10008      Branch: perl
10009            ! lib/Carp/Heavy.pm
10010 ____________________________________________________________________________
10011 [  6078] By: gsar                                  on 2000/05/07  01:24:19
10012         Log: workaround for CRT bug in chdir() (from Charles Lane, via
10013              Peter Prymmer)
10014      Branch: perl
10015            ! iperlsys.h vms/vms.c vms/vmsish.h
10016 ____________________________________________________________________________
10017 [  6077] By: gsar                                  on 2000/05/07  01:22:23
10018         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
10019              and Tom Phoenix)
10020      Branch: perl
10021            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
10022 ____________________________________________________________________________
10023 [  6076] By: gsar                                  on 2000/05/06  17:36:29
10024         Log: integrate cfgperl contents into mainline
10025      Branch: perl
10026           +> t/lib/peek.t
10027           !> Configure MANIFEST Porting/Glossary Porting/config.sh
10028           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
10029           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
10030           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
10031 ____________________________________________________________________________
10032 [  6075] By: jhi                                   on 2000/05/05  18:56:10
10033         Log: Make the test more portable.
10034      Branch: cfgperl
10035            ! t/lib/peek.t
10036 ____________________________________________________________________________
10037 [  6074] By: jhi                                   on 2000/05/05  18:49:20
10038         Log: Introduce t/lib/peek.t.
10039      Branch: cfgperl
10040            + t/lib/peek.t
10041            ! MANIFEST
10042 ____________________________________________________________________________
10043 [  6073] By: jhi                                   on 2000/05/05  14:30:45
10044         Log: Complex tweaks.
10045      Branch: cfgperl
10046            ! lib/Math/Complex.pm t/lib/complex.t
10047 ____________________________________________________________________________
10048 [  6072] By: jhi                                   on 2000/05/05  12:27:13
10049         Log: Integrate with Sarathy.
10050      Branch: cfgperl
10051           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
10052           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
10053           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
10054           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
10055 ____________________________________________________________________________
10056 [  6071] By: gsar                                  on 2000/05/05  02:24:46
10057         Log: misformatted perllocal.pod (from Tim Jenness
10058              <t.jenness@jach.hawaii.edu>)
10059      Branch: perl
10060            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
10061 ____________________________________________________________________________
10062 [  6070] By: gsar                                  on 2000/05/05  02:16:52
10063         Log: remove misleading comment (from M.J.T. Guy)
10064      Branch: perl
10065            ! t/lib/anydbm.t
10066 ____________________________________________________________________________
10067 [  6069] By: gsar                                  on 2000/05/05  02:15:13
10068         Log: File::Spec compatibility update (from Barrie Slaymaker
10069              <barries@slaysys.com>)
10070      Branch: perl
10071            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
10072            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
10073 ____________________________________________________________________________
10074 [  6068] By: gsar                                  on 2000/05/05  02:01:50
10075         Log: note about values()
10076      Branch: perl
10077            ! pod/perlfunc.pod
10078 ____________________________________________________________________________
10079 [  6067] By: gsar                                  on 2000/05/05  01:33:09
10080         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
10081      Branch: perl
10082            ! win32/win32.c
10083 ____________________________________________________________________________
10084 [  6066] By: gsar                                  on 2000/05/05  01:23:43
10085         Log: s/END/CHECK/
10086      Branch: perl
10087            ! perl.c
10088 ____________________________________________________________________________
10089 [  6065] By: jhi                                   on 2000/05/04  17:30:22
10090         Log: Integrate with Sarathy.
10091      Branch: cfgperl
10092           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
10093 ____________________________________________________________________________
10094 [  6064] By: gsar                                  on 2000/05/04  17:26:14
10095         Log: change#5905 wasn't quite right--it's intent only applies when arguments
10096              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
10097      Branch: perl
10098            ! pp_sys.c sv.c
10099 ____________________________________________________________________________
10100 [  6063] By: gsar                                  on 2000/05/04  16:52:29
10101         Log: tokeq() could read unallocated field in argument
10102      Branch: perl
10103            ! toke.c
10104 ____________________________________________________________________________
10105 [  6062] By: gsar                                  on 2000/05/04  16:34:51
10106         Log: additional tests for utf8.t
10107      Branch: perl
10108            ! t/pragma/utf8.t
10109 ____________________________________________________________________________
10110 [  6061] By: gsar                                  on 2000/05/04  16:09:28
10111         Log: change#5921 neglected to make eq honor "use bytes"
10112      Branch: perl
10113            ! sv.c
10114 ____________________________________________________________________________
10115 [  6060] By: jhi                                   on 2000/05/04  15:30:16
10116         Log: Integrate with Sarathy.
10117      Branch: cfgperl
10118           !> perl.c regcomp.c t/pragma/utf8.t
10119 ____________________________________________________________________________
10120 [  6059] By: jhi                                   on 2000/05/04  15:26:37
10121         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
10122              in natively 64-bit platforms where a long is a quad (no need
10123              for long longs).  Also added bias for IVs.
10124      Branch: cfgperl
10125            ! toke.c
10126 ____________________________________________________________________________
10127 [  6058] By: gsar                                  on 2000/05/04  00:19:14
10128         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
10129              (spotted by Donald Kinzer <dkinzer@premia.com>)
10130      Branch: perl
10131            ! perl.c
10132 ____________________________________________________________________________
10133 [  6057] By: gsar                                  on 2000/05/03  18:34:01
10134         Log: fix broken parsing of /\x{ab}/
10135      Branch: perl
10136            ! regcomp.c t/pragma/utf8.t
10137 ____________________________________________________________________________
10138 [  6056] By: jhi                                   on 2000/05/03  17:57:16
10139         Log: The search of infinity continues, this time simplified.
10140      Branch: cfgperl
10141            ! lib/Math/Complex.pm
10142 ____________________________________________________________________________
10143 [  6055] By: jhi                                   on 2000/05/03  17:45:30
10144         Log: Detypo.
10145      Branch: cfgperl
10146            ! hints/unicos.sh
10147 ____________________________________________________________________________
10148 [  6054] By: jhi                                   on 2000/05/02  22:28:27
10149         Log: Be more forgiving in POSIX about HUGE_VALL.
10150      Branch: cfgperl
10151            ! ext/POSIX/POSIX.xs
10152 ____________________________________________________________________________
10153 [  6053] By: jhi                                   on 2000/05/02  22:25:05
10154         Log: Integrate with Sarathy.
10155      Branch: cfgperl
10156           !> hints/irix_6.sh pod/perlop.pod
10157 ____________________________________________________________________________
10158 [  6052] By: jhi                                   on 2000/05/02  22:24:31
10159         Log: Unicos hint tweak.
10160      Branch: cfgperl
10161            ! hints/unicos.sh
10162 ____________________________________________________________________________
10163 [  6051] By: jhi                                   on 2000/05/02  22:21:26
10164         Log: Complex tweakery.
10165      Branch: cfgperl
10166            ! lib/Math/Complex.pm t/lib/complex.t
10167 ____________________________________________________________________________
10168 [  6050] By: jhi                                   on 2000/05/02  19:26:22
10169         Log: Use setxxent()/endxxent().
10170      Branch: cfgperl
10171            ! t/op/grent.t t/op/pwent.t
10172 ____________________________________________________________________________
10173 [  6049] By: jhi                                   on 2000/05/02  19:06:02
10174         Log: Test both the scalar and list contexts.
10175      Branch: cfgperl
10176            ! t/op/grent.t t/op/pwent.t
10177 ____________________________________________________________________________
10178 [  6048] By: gsar                                  on 2000/05/02  18:29:10
10179         Log: add note about how $( doesn't interpolate in REs (from
10180              Philip Newton <newton@ficus.frogspace.net>)
10181      Branch: perl
10182            ! pod/perlop.pod
10183 ____________________________________________________________________________
10184 [  6047] By: jhi                                   on 2000/05/02  17:41:24
10185         Log: Call getspnam() only iff needd.
10186      Branch: cfgperl
10187            ! pp_sys.c
10188 ____________________________________________________________________________
10189 [  6046] By: gsar                                  on 2000/05/02  17:07:25
10190         Log: libscheck has insufficient checks for n32 libs (from
10191              Albert Chin-A-Young <china@thewrittenword.com>)
10192      Branch: perl
10193            ! hints/irix_6.sh
10194 ____________________________________________________________________________
10195 [  6045] By: jhi                                   on 2000/05/02  13:57:17
10196         Log: Integrate with Sarathy.
10197      Branch: cfgperl
10198           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
10199           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
10200 ____________________________________________________________________________
10201 [  6044] By: gsar                                  on 2000/05/02  06:48:19
10202         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
10203              such that underscores are only ignored in literal numbers,
10204              "\x{...}", and hex/oct argument
10205      Branch: perl
10206            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
10207 ____________________________________________________________________________
10208 [  6043] By: gsar                                  on 2000/05/02  02:22:29
10209         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
10210      Branch: perl
10211            ! pod/perlretut.pod
10212 ____________________________________________________________________________
10213 [  6042] By: gsar                                  on 2000/05/02  02:17:51
10214         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
10215      Branch: perl
10216            ! pod/perltrap.pod
10217 ____________________________________________________________________________
10218 [  6041] By: gsar                                  on 2000/05/02  01:53:51
10219         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
10220              to compensate
10221      Branch: perl
10222            ! Porting/makerel
10223 ____________________________________________________________________________
10224 [  6040] By: gsar                                  on 2000/05/02  01:51:57
10225         Log: missing files in MANIFEST
10226      Branch: perl
10227            ! MANIFEST
10228 ____________________________________________________________________________
10229 [  6039] By: jhi                                   on 2000/05/02  00:36:46
10230         Log: Infinite problems.
10231      Branch: cfgperl
10232            ! lib/Math/Complex.pm
10233 ____________________________________________________________________________
10234 [  6038] By: jhi                                   on 2000/05/02  00:06:38
10235         Log: pwent/spent #ifdef imbalance.
10236      Branch: cfgperl
10237            ! pp_sys.c
10238 ____________________________________________________________________________
10239 [  6037] By: jhi                                   on 2000/05/01  22:50:11
10240         Log: Use HUGE_VALL if applicable.
10241      Branch: cfgperl
10242            ! ext/POSIX/POSIX.xs util.c
10243 ____________________________________________________________________________
10244 [  6036] By: jhi                                   on 2000/05/01  22:20:53
10245         Log: Correct Freudian slip.
10246      Branch: cfgperl
10247            ! pp_sys.c
10248 ____________________________________________________________________________
10249 [  6035] By: jhi                                   on 2000/05/01  21:07:38
10250         Log: Continue on the pwent/spent case.
10251      Branch: cfgperl
10252            ! pp_sys.c
10253 ____________________________________________________________________________
10254 [  6034] By: jhi                                   on 2000/05/01  17:45:14
10255         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
10256              adjustments in 6032 conflicted badly with this, will have
10257              to revisit them later.
10258      Branch: cfgperl
10259           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
10260           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
10261           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
10262           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
10263           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
10264           !> t/lib/cgi-html.t t/lib/cgi-request.t
10265 ____________________________________________________________________________
10266 [  6033] By: jhi                                   on 2000/05/01  17:40:49
10267         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
10268      Branch: cfgperl
10269            ! pp_sys.c
10270 ____________________________________________________________________________
10271 [  6032] By: gsar                                  on 2000/05/01  15:56:32
10272         Log: whitespace adjustments
10273      Branch: perl
10274            ! pp_sys.c
10275 ____________________________________________________________________________
10276 [  6031] By: gsar                                  on 2000/05/01  15:19:41
10277         Log: small nits in diagnostics.pm (from Robin Barker)
10278      Branch: perl
10279            ! lib/diagnostics.pm pod/perldiag.pod
10280 ____________________________________________________________________________
10281 [  6030] By: gsar                                  on 2000/05/01  08:39:18
10282         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
10283              for @- and @+ (from Johan Vromans)
10284      Branch: perl
10285            ! lib/English.pm pod/perlvar.pod
10286 ____________________________________________________________________________
10287 [  6029] By: gsar                                  on 2000/05/01  08:16:10
10288         Log: add CGI.pm v2.66 (from Lincoln Stein)
10289      Branch: perl
10290            + lib/CGI/Util.pm t/lib/cgi-pretty.t
10291            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
10292            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
10293            ! t/lib/cgi-html.t t/lib/cgi-request.t
10294 ____________________________________________________________________________
10295 [  6028] By: gsar                                  on 2000/05/01  06:34:41
10296         Log: Pod::Man generates groff-incompatible macro definition (from
10297              Tom Christiansen)
10298      Branch: perl
10299            ! lib/Pod/Man.pm
10300 ____________________________________________________________________________
10301 [  6027] By: gsar                                  on 2000/05/01  06:31:36
10302         Log: podlators-1.02 update (from Russ Allbery)
10303      Branch: perl
10304            ! lib/Pod/Man.pm lib/Pod/Text.pm
10305 ____________________________________________________________________________
10306 [  6026] By: jhi                                   on 2000/04/30  23:24:23
10307         Log: Integrate with Sarathy.
10308      Branch: cfgperl
10309           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
10310           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
10311           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10312           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
10313           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
10314           !> t/lib/syslog.t toke.c win32/win32.h
10315 ____________________________________________________________________________
10316 [  6025] By: gsar                                  on 2000/04/30  18:17:47
10317         Log: Is{Alnum,Alpha,Word} don't match titlecase
10318              
10319              TODO: IsSpace is defined recursively!
10320              
10321              (both spotted by Larry)
10322      Branch: perl
10323            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10324            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
10325 ____________________________________________________________________________
10326 [  6024] By: gsar                                  on 2000/04/30  17:50:19
10327         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
10328              (from Hugo van der Sanden)
10329      Branch: perl
10330            ! toke.c
10331 ____________________________________________________________________________
10332 [  6023] By: gsar                                  on 2000/04/30  17:14:43
10333         Log: debugger stomps on $. (from M.J.T. Guy)
10334      Branch: perl
10335            ! lib/perl5db.pl
10336 ____________________________________________________________________________
10337 [  6022] By: gsar                                  on 2000/04/30  16:59:22
10338         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
10339      Branch: perl
10340            ! sv.c
10341 ____________________________________________________________________________
10342 [  6021] By: gsar                                  on 2000/04/29  21:00:08
10343         Log: remove Win2K issue in pod (fixed by change#6020)
10344      Branch: perl
10345            ! README.win32 pod/perl56delta.pod
10346 ____________________________________________________________________________
10347 [  6020] By: gsar                                  on 2000/04/29  20:51:49
10348         Log: test tweak
10349      Branch: perl
10350            ! t/lib/open3.t
10351 ____________________________________________________________________________
10352 [  6019] By: gsar                                  on 2000/04/29  20:34:27
10353         Log: windows portability tweaks
10354      Branch: perl
10355            ! t/lib/b.t win32/win32.h
10356 ____________________________________________________________________________
10357 [  6018] By: gsar                                  on 2000/04/29  19:55:24
10358         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
10359              make _PATH_LOG() return "" if unavailable
10360      Branch: perl
10361            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
10362            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
10363 ____________________________________________________________________________
10364 [  6017] By: jhi                                   on 2000/04/28  22:49:46
10365         Log: Integrate with Sarathy.
10366      Branch: cfgperl
10367           !> op.c perl.c pod/perldiag.pod t/lib/b.t
10368 ____________________________________________________________________________
10369 [  6016] By: jhi                                   on 2000/04/28  22:46:14
10370         Log: Do not warn that an infinity does not look like a number.
10371      Branch: cfgperl
10372            ! sv.c
10373 ____________________________________________________________________________
10374 [  6015] By: gsar                                  on 2000/04/28  22:35:49
10375         Log: tweak test for portability
10376      Branch: perl
10377            ! t/lib/b.t
10378 ____________________________________________________________________________
10379 [  6014] By: gsar                                  on 2000/04/28  22:05:31
10380         Log: glob() loading File::Glob behind the scenes may cause syntax errors
10381      Branch: perl
10382            ! op.c
10383 ____________________________________________________________________________
10384 [  6013] By: gsar                                  on 2000/04/28  21:25:22
10385         Log: tweak change#5945 to display correct switch name in diagnostic
10386      Branch: perl
10387            ! perl.c pod/perldiag.pod
10388 ____________________________________________________________________________
10389 [  6012] By: jhi                                   on 2000/04/28  21:08:12
10390         Log: Integrate with Sarathy.
10391      Branch: cfgperl
10392           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
10393           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
10394           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
10395 ____________________________________________________________________________
10396 [  6011] By: jhi                                   on 2000/04/28  21:04:46
10397         Log: &HUGE_VAL is not defined, it exists.
10398      Branch: cfgperl
10399            ! lib/Math/Complex.pm
10400 ____________________________________________________________________________
10401 [  6010] By: gsar                                  on 2000/04/28  21:02:58
10402         Log: clarify note about shadow password support (from
10403              gellyfish@gellyfish.com)
10404      Branch: perl
10405            ! pod/perlfunc.pod
10406 ____________________________________________________________________________
10407 [  6009] By: gsar                                  on 2000/04/28  21:00:00
10408         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
10409      Branch: perl
10410            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
10411 ____________________________________________________________________________
10412 [  6008] By: gsar                                  on 2000/04/28  20:56:33
10413         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
10414      Branch: perl
10415            ! installperl vms/subconfigure.com
10416 ____________________________________________________________________________
10417 [  6007] By: gsar                                  on 2000/04/28  20:51:21
10418         Log: note about compile failures and END blocks (from M.J.T. Guy)
10419      Branch: perl
10420            ! pod/perl56delta.pod pod/perlmod.pod
10421 ____________________________________________________________________________
10422 [  6006] By: jhi                                   on 2000/04/28  20:42:14
10423         Log: Regen Configure.
10424      Branch: cfgperl
10425            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10426            ! config_h.SH
10427 ____________________________________________________________________________
10428 [  6005] By: gsar                                  on 2000/04/28  20:41:16
10429         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
10430      Branch: perl
10431            ! utils/perldoc.PL
10432 ____________________________________________________________________________
10433 [  6004] By: jhi                                   on 2000/04/28  20:28:21
10434         Log: Integrate with Sarathy.
10435      Branch: cfgperl
10436           !> Configure INSTALL Porting/Glossary Porting/config.sh
10437           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
10438           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
10439           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
10440           !> win32/config.vc win32/win32.c
10441 ____________________________________________________________________________
10442 [  6003] By: gsar                                  on 2000/04/28  20:11:20
10443         Log: allow REG_EXPAND_SZ keys in Windows registry (from
10444              John Clayton <John.Clayton@barclayscapital.com>)
10445      Branch: perl
10446            ! win32/win32.c
10447 ____________________________________________________________________________
10448 [  6002] By: gsar                                  on 2000/04/28  19:34:16
10449         Log: destructive sv_setsv() can lose UV-ness from source, causing
10450              numeric promotions/comparisons to fail to do the right thing
10451      Branch: perl
10452            ! sv.c
10453 ____________________________________________________________________________
10454 [  6001] By: gsar                                  on 2000/04/28  18:44:15
10455         Log: support additional library locations via $Config{otherlibdirs}
10456              (from Andy Dougherty)
10457      Branch: perl
10458            ! Configure INSTALL Porting/Glossary Porting/config.sh
10459            ! Porting/config_H config_h.SH epoc/config.sh perl.c
10460            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
10461            ! win32/config.bc win32/config.gc win32/config.vc
10462 ____________________________________________________________________________
10463 [  6000] By: gsar                                  on 2000/04/28  18:26:58
10464         Log: reworked otherlibdirs.U (from Andy Dougherty)
10465      Branch: metaconfig
10466            ! U/installdirs/otherlibdirs.U
10467 ____________________________________________________________________________
10468 [  5999] By: gsar                                  on 2000/04/28  18:17:07
10469         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
10470      Branch: perl
10471            ! t/pragma/warn/toke toke.c
10472 ____________________________________________________________________________
10473 [  5998] By: jhi                                   on 2000/04/28  13:32:17
10474         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
10475      Branch: cfgperl
10476            ! lib/Math/Complex.pm
10477 ____________________________________________________________________________
10478 [  5997] By: jhi                                   on 2000/04/28  13:14:04
10479         Log: Preserve $!.
10480      Branch: cfgperl
10481            ! lib/Math/Complex.pm
10482 ____________________________________________________________________________
10483 [  5996] By: jhi                                   on 2000/04/28  12:59:23
10484         Log: Integrate with Sarathy.
10485      Branch: cfgperl
10486           +> pod/perlrequick.pod pod/perlretut.pod
10487           !> (integrate 51 files)
10488 ____________________________________________________________________________
10489 [  5995] By: gsar                                  on 2000/04/28  09:37:36
10490         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
10491      Branch: perl
10492            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
10493 ____________________________________________________________________________
10494 [  5994] By: gsar                                  on 2000/04/28  09:33:26
10495         Log: fix for missed accounting for null byte in pack("Z",...) (from
10496              M.J.T. Guy)
10497      Branch: perl
10498            ! pp.c t/op/pack.t
10499 ____________________________________________________________________________
10500 [  5993] By: gsar                                  on 2000/04/28  09:30:05
10501         Log: various minor tweaks seen on p5p
10502      Branch: perl
10503            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
10504 ____________________________________________________________________________
10505 [  5992] By: gsar                                  on 2000/04/28  09:08:19
10506         Log: pod nit (from Simon Cozens)
10507      Branch: perl
10508            ! pod/perlop.pod
10509 ____________________________________________________________________________
10510 [  5991] By: gsar                                  on 2000/04/28  09:06:36
10511         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
10512      Branch: perl
10513            ! README.posix-bc hints/posix-bc.sh
10514 ____________________________________________________________________________
10515 [  5990] By: gsar                                  on 2000/04/28  08:54:52
10516         Log: use $ENV{LIB} to search for libs under Visual C compiler
10517              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
10518      Branch: perl
10519            ! lib/ExtUtils/Liblist.pm
10520 ____________________________________________________________________________
10521 [  5989] By: gsar                                  on 2000/04/28  08:27:12
10522         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
10523              itself and no other (from Tom Hughes)
10524      Branch: perl
10525            ! t/op/array.t toke.c
10526 ____________________________________________________________________________
10527 [  5988] By: gsar                                  on 2000/04/28  08:01:38
10528         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
10529              <paul@miraclefish.com>)
10530      Branch: perl
10531            ! lib/ExtUtils/MakeMaker.pm
10532 ____________________________________________________________________________
10533 [  5987] By: gsar                                  on 2000/04/28  07:53:09
10534         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
10535      Branch: perl
10536            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
10537 ____________________________________________________________________________
10538 [  5986] By: gsar                                  on 2000/04/28  07:44:17
10539         Log: add regular expressions tutorial and quick-start guide (from
10540              Mark Kvale <kvale@phy.ucsf.edu>)
10541      Branch: perl
10542            + pod/perlrequick.pod pod/perlretut.pod
10543            ! AUTHORS MAINTAIN MANIFEST
10544 ____________________________________________________________________________
10545 [  5985] By: gsar                                  on 2000/04/28  07:30:28
10546         Log: forked child may not exit correctly if it failed to open
10547              /dev/console (from Graham Barr)
10548      Branch: perl
10549            ! ext/Sys/Syslog/Syslog.pm
10550 ____________________________________________________________________________
10551 [  5984] By: gsar                                  on 2000/04/28  07:27:20
10552         Log: attributes::reftype() doesn't work on tied argument
10553      Branch: perl
10554            ! xsutils.c
10555 ____________________________________________________________________________
10556 [  5983] By: gsar                                  on 2000/04/28  07:15:04
10557         Log: numeric conversion of non-number in change#3378 tramples on
10558              OOK offset, causing segfaults
10559      Branch: perl
10560            ! sv.c
10561 ____________________________________________________________________________
10562 [  5982] By: gsar                                  on 2000/04/28  04:48:25
10563         Log: avoid error in IO::Socket::INET when given an unknown service name
10564              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
10565      Branch: perl
10566            ! ext/IO/lib/IO/Socket/INET.pm
10567 ____________________________________________________________________________
10568 [  5981] By: gsar                                  on 2000/04/28  04:31:31
10569         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
10570              prototype mismatch with CORE::glob(); update pod and tests to
10571              suit (File::Glob::glob() is still available for backward
10572              compatibility, but should be considered deprecated)
10573      Branch: perl
10574            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
10575            ! t/lib/glob-taint.t
10576 ____________________________________________________________________________
10577 [  5980] By: gsar                                  on 2000/04/28  03:47:29
10578         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
10579              <ghudson@mit.edu>)
10580      Branch: metaconfig
10581            ! U/modified/Options.U
10582      Branch: perl
10583            ! Configure
10584 ____________________________________________________________________________
10585 [  5979] By: gsar                                  on 2000/04/28  03:07:54
10586         Log: under useithreads, constant pad entries could inadvertantly be
10587              shared across threads (from Eric Blood <eblood@xmission.com>);
10588              added Eric's test case to testsuite
10589      Branch: perl
10590            ! op.c t/op/misc.t
10591 ____________________________________________________________________________
10592 [  5978] By: gsar                                  on 2000/04/27  21:13:00
10593         Log: sync version numbers in File::Spec with the ones on CPAN
10594              (from Barrie Slaymaker)
10595      Branch: perl
10596            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
10597            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
10598            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
10599 ____________________________________________________________________________
10600 [  5977] By: gsar                                  on 2000/04/27  21:07:29
10601         Log: autoquote barewords followed by newline and arrow properly
10602              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
10603      Branch: perl
10604            ! t/pragma/warn/toke toke.c
10605 ____________________________________________________________________________
10606 [  5976] By: gsar                                  on 2000/04/27  20:41:20
10607         Log: DB_File v1.73 update (from Paul Marquess)
10608      Branch: perl
10609            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10610            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
10611 ____________________________________________________________________________
10612 [  5975] By: gsar                                  on 2000/04/27  20:34:24
10613         Log: allow sort() reentrancy (variant of patch suggested by
10614              Hugo van der Sanden)
10615      Branch: perl
10616            ! pp_ctl.c t/op/sort.t
10617 ____________________________________________________________________________
10618 [  5974] By: gsar                                  on 2000/04/27  19:46:57
10619         Log: change#4197 somehow missed initializing PL_errors, meaning
10620              sytax error queueing wasn't working outside eval"" at all;
10621              also fixed eval"" to localize PL_error_count, so that compile-time
10622              eval's don't clobber the error state of the outer context
10623      Branch: perl
10624            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
10625            ! t/pragma/warn/toke
10626 ____________________________________________________________________________
10627 [  5973] By: gsar                                  on 2000/04/27  18:29:05
10628         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
10629      Branch: perl
10630            ! regcomp.c regexec.c t/op/re_tests
10631 ____________________________________________________________________________
10632 [  5972] By: jhi                                   on 2000/04/27  18:22:41
10633         Log: Integrate with Sarathy.
10634      Branch: cfgperl
10635           +> t/lib/b.t t/lib/syslog.t
10636           !> (integrate 31 files)
10637 ____________________________________________________________________________
10638 [  5971] By: jhi                                   on 2000/04/27  18:18:46
10639         Log: Unicos tweaks from Mark P. Lutz.
10640      Branch: cfgperl
10641            ! hints/unicos.sh lib/Math/Complex.pm
10642 ____________________________________________________________________________
10643 [  5970] By: gsar                                  on 2000/04/27  18:05:11
10644         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
10645              IV is >32bits
10646      Branch: perl
10647            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
10648 ____________________________________________________________________________
10649 [  5969] By: gsar                                  on 2000/04/27  17:50:56
10650         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
10651      Branch: perl
10652            + t/lib/syslog.t
10653            ! MANIFEST ext/Sys/Syslog/Syslog.pm
10654 ____________________________________________________________________________
10655 [  5968] By: gsar                                  on 2000/04/27  17:44:49
10656         Log: tolerate spaces in group names in test on solaris (from David Boyce
10657              <dsb@boyski.com>)
10658      Branch: perl
10659            ! t/op/groups.t
10660 ____________________________________________________________________________
10661 [  5967] By: gsar                                  on 2000/04/27  17:41:22
10662         Log: improved docs on the warn_uninit diagnostic (from David Glasser
10663              and Simon Cozens)
10664      Branch: perl
10665            ! pod/perldiag.pod
10666 ____________________________________________________________________________
10667 [  5966] By: gsar                                  on 2000/04/27  16:54:58
10668         Log: add testsuite for B backends, fix bug in B::Deparse (from
10669              Simon Cozens <simon@brecon.co.uk>)
10670      Branch: perl
10671            + t/lib/b.t
10672            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
10673 ____________________________________________________________________________
10674 [  5965] By: gsar                                  on 2000/04/27  16:10:37
10675         Log: avoid "will not stay shared" warnings for our variables (from
10676              Robin Barker)
10677      Branch: perl
10678            ! op.c t/pragma/warn/op
10679 ____________________________________________________________________________
10680 [  5964] By: gsar                                  on 2000/04/27  07:05:05
10681         Log: reformat to 72 columns (again)
10682      Branch: perl
10683            ! pod/perldiag.pod
10684 ____________________________________________________________________________
10685 [  5963] By: gsar                                  on 2000/04/27  06:28:31
10686         Log: patch from Larry to make (\&) prototype work; added tests for
10687              the same
10688      Branch: perl
10689            ! op.c t/comp/proto.t
10690 ____________________________________________________________________________
10691 [  5962] By: gsar                                  on 2000/04/27  06:15:47
10692         Log: updated README.hpux (from Jeff Okamoto)
10693      Branch: perl
10694            ! README.hpux
10695 ____________________________________________________________________________
10696 [  5961] By: gsar                                  on 2000/04/27  05:55:03
10697         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
10698      Branch: perl
10699            ! emacs/cperl-mode.el
10700 ____________________________________________________________________________
10701 [  5960] By: gsar                                  on 2000/04/27  05:49:26
10702         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
10703      Branch: perl
10704            ! INSTALL
10705 ____________________________________________________________________________
10706 [  5959] By: gsar                                  on 2000/04/27  05:33:41
10707         Log: doubled words in pods (from Simon Cozens
10708              <simon.p.cozens@jp.pwcglobal.com>)
10709      Branch: perl
10710            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
10711            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
10712            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
10713            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
10714            ! pod/perltootc.pod
10715 ____________________________________________________________________________
10716 [  5958] By: gsar                                  on 2000/04/27  05:11:39
10717         Log: change#3569 deleted some essential code, revert; avoid use of
10718              atexit() to make DynaLoader work properly on AIX under mod_perl
10719              (from Jens-Uwe Mager <jum@helios.de>)
10720      Branch: perl
10721            ! ext/DynaLoader/dl_aix.xs
10722 ____________________________________________________________________________
10723 [  5957] By: gsar                                  on 2000/04/27  04:54:51
10724         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
10725      Branch: perl
10726            ! pod/perlmod.pod
10727 ____________________________________________________________________________
10728 [  5956] By: gsar                                  on 2000/04/27  04:51:47
10729         Log: better diagnostics on failed tests (from Ilya Zakharevich)
10730      Branch: perl
10731            ! t/op/lex_assign.t
10732 ____________________________________________________________________________
10733 [  5955] By: gsar                                  on 2000/04/27  04:26:44
10734         Log: longstanding bug exposed by change#3307: sort arguments weren't
10735              compiled with the right wantarray context (ensuing runtime lookup
10736              via block_gimme() was getting the incidental context of the
10737              sort() itself)
10738      Branch: perl
10739            ! op.c t/op/sort.t
10740 ____________________________________________________________________________
10741 [  5954] By: gsar                                  on 2000/04/26  23:42:12
10742         Log: integrate cfgperl contents into mainline
10743      Branch: perl
10744           !> (integrate 30 files)
10745 ____________________________________________________________________________
10746 [  5953] By: jhi                                   on 2000/04/26  23:06:42
10747         Log: Integrate with Sarathy.
10748      Branch: cfgperl
10749           !> README.win32 ext/B/B/Deparse.pm
10750           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
10751           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
10752           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
10753           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
10754           !> utils/perldoc.PL vms/perlvms.pod
10755 ____________________________________________________________________________
10756 [  5952] By: jhi                                   on 2000/04/26  23:03:46
10757         Log: Undo "use integer" addition from 64bitint as it seems
10758              to break most of the subtests in Digital UNIX;
10759              Unicos needs to find another way.
10760      Branch: cfgperl
10761            ! t/op/64bitint.t
10762 ____________________________________________________________________________
10763 [  5951] By: jhi                                   on 2000/04/26  22:57:53
10764         Log: Be more robust on "extreme" (large absolute value)
10765              arguments.  Originally reported by Daniel Connelly
10766              as a problem with asinh() on large negative arguments,
10767              asinh() used to bail out because an argument to log()
10768              ended up being zero.  Ilya Zakharevich proposed using
10769              Taylor's series in such cases, which for such large
10770              arguments is a very good approximation.
10771      Branch: cfgperl
10772            ! lib/Math/Complex.pm t/lib/complex.t
10773 ____________________________________________________________________________
10774 [  5950] By: gsar                                  on 2000/04/25  19:13:12
10775         Log: reformat perldiag to avoid long lines
10776      Branch: perl
10777            ! pod/perldiag.pod
10778 ____________________________________________________________________________
10779 [  5949] By: gsar                                  on 2000/04/25  18:41:11
10780         Log: make perldoc use the pod2man from the same version (from
10781              M.J.T. Guy)
10782      Branch: perl
10783            ! utils/perldoc.PL
10784 ____________________________________________________________________________
10785 [  5948] By: gsar                                  on 2000/04/25  18:21:57
10786         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
10787              <kompas@kompas.usr.onet.pl>)
10788      Branch: perl
10789            ! lib/vars.pm
10790 ____________________________________________________________________________
10791 [  5947] By: gsar                                  on 2000/04/25  18:11:53
10792         Log: use &dl_error rather than &dl_load_file as the guard for calling
10793              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
10794              statically built perl)
10795      Branch: perl
10796            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
10797 ____________________________________________________________________________
10798 [  5946] By: jhi                                   on 2000/04/25  17:37:54
10799         Log: Document that tr() is not tr(1).
10800      Branch: cfgperl
10801            ! pod/perlop.pod
10802 ____________________________________________________________________________
10803 [  5945] By: gsar                                  on 2000/04/25  16:34:33
10804         Log: make module name mandatory after -M switch; reorder perldiag
10805              alphabetically (from Mark-Jason Dominus)
10806      Branch: perl
10807            ! perl.c pod/perldiag.pod
10808 ____________________________________________________________________________
10809 [  5944] By: jhi                                   on 2000/04/25  01:15:18
10810         Log: On second thoughts frexp() does have two arguments.
10811      Branch: cfgperl
10812            ! perl.h
10813 ____________________________________________________________________________
10814 [  5943] By: jhi                                   on 2000/04/24  22:56:32
10815         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
10816              Now pp_ncmp() returns undef is either operand is a NaN.
10817      Branch: cfgperl
10818            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10819            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
10820            ! vms/subconfigure.com vos/config.def vos/config.h
10821            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
10822            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10823            ! win32/config_H.vc
10824      Branch: metaconfig/U/perl
10825            + d_modfl.U
10826 ____________________________________________________________________________
10827 [  5942] By: jhi                                   on 2000/04/24  19:45:17
10828         Log: Regen Configure to match #5937.
10829      Branch: cfgperl
10830            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10831            ! config_h.SH
10832      Branch: metaconfig
10833            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
10834 ____________________________________________________________________________
10835 [  5941] By: jhi                                   on 2000/04/24  19:24:11
10836         Log: Further Unicos fixes for Mark Lutz.
10837      Branch: cfgperl
10838            ! hints/unicos.sh pp_ctl.c
10839 ____________________________________________________________________________
10840 [  5940] By: jhi                                   on 2000/04/24  19:09:06
10841         Log: Various Unicos 10.0.0.6 fixes.
10842              
10843              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
10844              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
10845              Reply-To: tecmpl1@triton.ca.boeing.com 
10846              To: perl5-porters@perl.org 
10847              Date: Fri, 14 Apr 2000 20:21:00 GMT 
10848              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
10849      Branch: cfgperl
10850            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
10851 ____________________________________________________________________________
10852 [  5939] By: gsar                                  on 2000/04/24  19:01:24
10853         Log: more pod nits (from Larry Virden)
10854      Branch: perl
10855            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
10856            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
10857            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
10858 ____________________________________________________________________________
10859 [  5938] By: gsar                                  on 2000/04/24  18:54:01
10860         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
10861      Branch: perl
10862            ! ext/B/B/Deparse.pm
10863 ____________________________________________________________________________
10864 [  5937] By: jhi                                   on 2000/04/24  17:39:00
10865         Log: Integrate with Sarathy.
10866      Branch: cfgperl
10867           +> (branch 31 files)
10868           !> (integrate 73 files)
10869 ____________________________________________________________________________
10870 [  5936] By: gsar                                  on 2000/04/24  17:30:06
10871         Log: additional tests for change#5934 (from Paul Marquess, who also
10872              sent in the same fix)
10873      Branch: perl
10874            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
10875            ! t/pragma/warn/5nolint t/pragma/warn/6default
10876 ____________________________________________________________________________
10877 [  5935] By: jhi                                   on 2000/04/24  17:26:05
10878         Log: Do not assume sign propagation.
10879              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
10880              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
10881              To: payner@ncifcrf.gov, perl5-porters@perl.org 
10882              Date: Tue, 18 Apr 2000 18:24:49 +0100 
10883              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
10884      Branch: cfgperl
10885            ! t/op/bop.t t/op/misc.t
10886 ____________________________________________________________________________
10887 [  5934] By: gsar                                  on 2000/04/24  17:16:54
10888         Log: propagate lexical warnings from surrounding scope correctly
10889              within string eval()
10890      Branch: perl
10891            ! pp_ctl.c t/pragma/warn/pp_ctl
10892 ____________________________________________________________________________
10893 [  5933] By: jhi                                   on 2000/04/24  17:01:07
10894         Log: Flatten the cpp jungle doing the nosuid checking.
10895      Branch: cfgperl
10896            ! perl.c
10897 ____________________________________________________________________________
10898 [  5932] By: gsar                                  on 2000/04/24  09:08:14
10899         Log: add rsignal(), whichsig() and do_join() to public API list
10900              (mod_perl uses them to good advantage)
10901      Branch: perl
10902            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
10903 ____________________________________________________________________________
10904 [  5931] By: gsar                                  on 2000/04/24  09:01:40
10905         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
10906      Branch: perl
10907            ! pp_hot.c regexec.c t/op/pat.t
10908 ____________________________________________________________________________
10909 [  5930] By: gsar                                  on 2000/04/24  08:58:33
10910         Log: small os390 tweaks (from Peter Prymmer)
10911      Branch: perl
10912            ! config_h.SH makedepend.SH
10913 ____________________________________________________________________________
10914 [  5929] By: gsar                                  on 2000/04/24  08:55:25
10915         Log: pod nits
10916      Branch: perl
10917            ! pod/perlguts.pod
10918 ____________________________________________________________________________
10919 [  5928] By: gsar                                  on 2000/04/24  08:50:13
10920         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
10921      Branch: perl
10922            ! ext/IO/lib/IO/Poll.pm
10923 ____________________________________________________________________________
10924 [  5927] By: gsar                                  on 2000/04/24  08:43:24
10925         Log: arrange for next() to resume at the unstack op rather than the
10926              loop conditional, so that scope cleanup happens correctly
10927              (from Stephen McCamant)
10928      Branch: perl
10929            ! op.c pp_ctl.c t/op/misc.t
10930 ____________________________________________________________________________
10931 [  5926] By: gsar                                  on 2000/04/24  08:18:40
10932         Log: on windows, reserve 16M of stack rather than 128M (allows more
10933              threads to run concurrently)
10934      Branch: perl
10935            ! win32/Makefile win32/makefile.mk
10936 ____________________________________________________________________________
10937 [  5925] By: gsar                                  on 2000/04/24  08:13:52
10938         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
10939      Branch: perl
10940            ! toke.c
10941 ____________________________________________________________________________
10942 [  5924] By: gsar                                  on 2000/04/24  08:08:59
10943         Log: avoid using uninitialized memory in require version check
10944      Branch: perl
10945            ! pp_ctl.c universal.c
10946 ____________________________________________________________________________
10947 [  5923] By: gsar                                  on 2000/04/24  07:20:14
10948         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
10949      Branch: perl
10950            ! ext/IO/lib/IO/Poll.pm
10951 ____________________________________________________________________________
10952 [  5922] By: gsar                                  on 2000/04/24  07:08:42
10953         Log: commentary about IoTYPE() (from Nathan Torkington)
10954      Branch: perl
10955            ! sv.h
10956 ____________________________________________________________________________
10957 [  5921] By: gsar                                  on 2000/04/24  06:58:26
10958         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
10959              by fix
10960      Branch: perl
10961            ! sv.c t/lib/charnames.t t/pragma/utf8.t
10962 ____________________________________________________________________________
10963 [  5920] By: gsar                                  on 2000/04/24  06:37:59
10964         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
10965      Branch: perl
10966            ! doop.c t/op/ver.t
10967 ____________________________________________________________________________
10968 [  5919] By: gsar                                  on 2000/04/24  06:21:58
10969         Log: Configure might miss old directories when prefix must be
10970              expanded (from Robin Barker)
10971      Branch: metaconfig
10972            ! U/installdirs/inc_version_list.U
10973      Branch: perl
10974            ! Configure
10975 ____________________________________________________________________________
10976 [  5918] By: gsar                                  on 2000/04/24  06:16:11
10977         Log: VMS nits in glob() test (from Charles Lane)
10978      Branch: perl
10979            ! t/lib/glob-basic.t
10980 ____________________________________________________________________________
10981 [  5917] By: gsar                                  on 2000/04/24  06:11:56
10982         Log: various pod nits (from Larry Virden and others)
10983      Branch: perl
10984            ! README.amiga README.hpux README.machten README.os2
10985            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
10986            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
10987            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
10988            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
10989            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
10990            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
10991            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
10992            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
10993 ____________________________________________________________________________
10994 [  5916] By: gsar                                  on 2000/04/24  05:52:43
10995         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
10996              <wjones@tc.fluke.com>)
10997      Branch: perl
10998            ! t/lib/glob-basic.t
10999 ____________________________________________________________________________
11000 [  5915] By: gsar                                  on 2000/04/24  05:07:01
11001         Log: supported platforms mixed up
11002      Branch: perl
11003            ! pod/perl56delta.pod pod/perlport.pod
11004 ____________________________________________________________________________
11005 [  5914] By: gsar                                  on 2000/04/24  04:56:08
11006         Log: caller() wasn't returning the right number of elements for
11007              eval {...}
11008      Branch: perl
11009            ! pp_ctl.c t/pragma/warn/9enabled
11010 ____________________________________________________________________________
11011 [  5913] By: gsar                                  on 2000/04/24  04:35:41
11012         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
11013              Mark-Jason Dominus)
11014      Branch: perl
11015            ! pod/perlfunc.pod
11016 ____________________________________________________________________________
11017 [  5912] By: gsar                                  on 2000/04/24  04:17:15
11018         Log: fix totally broken caching in UNIVERSAL::isa() (from
11019              Nick Ing-Simmons)
11020      Branch: perl
11021            ! t/op/universal.t universal.c
11022 ____________________________________________________________________________
11023 [  5911] By: gsar                                  on 2000/04/24  03:39:47
11024         Log: add linebreak properties from unicode/LineBrk.txt (from
11025              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
11026      Branch: perl
11027            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
11028            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
11029            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
11030            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
11031            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
11032            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
11033            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
11034            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
11035            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
11036            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
11037            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
11038            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
11039            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
11040            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
11041            + lib/unicode/Is/LbrkZW.pl
11042            ! lib/unicode/mktables.PL
11043 ____________________________________________________________________________
11044 [  5910] By: gsar                                  on 2000/04/24  03:23:10
11045         Log: typo in pod
11046      Branch: perl
11047            ! ext/Thread/Thread.pm
11048 ____________________________________________________________________________
11049 [  5909] By: gsar                                  on 2000/04/24  03:22:03
11050         Log: mode argument to do_binmode() should be file mode, not boolean
11051      Branch: perl
11052            ! pp_sys.c
11053 ____________________________________________________________________________
11054 [  5908] By: gsar                                  on 2000/04/16  16:51:08
11055         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
11056              always returns a valid GV even when the symbol is trapped by strictures
11057              (avoids coredumps)
11058              
11059              TODO: the C<package;> hack needs similar treatment
11060      Branch: perl
11061            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
11062            ! t/pragma/strict-vars
11063 ____________________________________________________________________________
11064 [  5907] By: jhi                                   on 2000/03/31  23:42:56
11065         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
11066              an assumption which #5905 demolished.
11067      Branch: cfgperl
11068            ! pp_sys.c
11069 ____________________________________________________________________________
11070 [  5906] By: jhi                                   on 2000/03/31  18:54:37
11071         Log: Typo in #5905.
11072      Branch: cfgperl
11073            ! t/op/64bitint.t
11074 ____________________________________________________________________________
11075 [  5905] By: jhi                                   on 2000/03/31  18:50:54
11076         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
11077              reported by Joseph N. Hall.  The bug was that even with use64bitint
11078              one had to use the prefixes q, L, or ll with printf/sprintf,
11079              contrary to the documentation and common sense.
11080      Branch: cfgperl
11081            ! sv.c t/op/64bitint.t
11082 ____________________________________________________________________________
11083 [  5904] By: gsar                                  on 2000/03/28  02:31:32
11084         Log: add Changes, perldelta.pod
11085      Branch: perl
11086            + Changes pod/perldelta.pod
11087 ____________________________________________________________________________
11088 [  5903] By: gsar                                  on 2000/03/28  02:03:55
11089         Log: rename Changes and perldelta.pod
11090      Branch: perl
11091           +> Changes5.6 pod/perl56delta.pod
11092            - Changes pod/perldelta.pod
11093            ! MANIFEST
11094 ____________________________________________________________________________
11095 [  5902] By: gsar                                  on 2000/03/28  01:59:14
11096         Log: create maint-5.6 branch
11097      Branch: maint-5.6/perl
11098           +> (branch 1611 files)
11099 ____________________________________________________________________________
11100 [  5901] By: jhi                                   on 2000/03/23  05:48:43
11101         Log: Integrate with Sarathy.
11102      Branch: cfgperl
11103           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
11104 ____________________________________________________________________________
11105 [  5900] By: gsar                                  on 2000/03/23  05:42:43
11106         Log: three guesses on what this is :-)
11107      Branch: perl
11108            ! Changes