77de313e1f6e21b38ecc1d221074c9194b5f17f8
[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 [  7540] By: jhi                                   on 2000/11/04  20:42:38
32         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
33              create a "fast path" for locale name probing using "locale -a"
34              if available, squash finally hopefully the s?printf resetting
35              the numeric locale (since, IIUC perllocale, it never shouldn't). 
36      Branch: perl
37            ! sv.c t/op/misc.t t/pragma/locale.t
38 ____________________________________________________________________________
39 [  7534] By: jhi                                   on 2000/11/03  15:16:02
40         Log: Subject: Re: README.aix
41              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42              Date: Fri, 03 Nov 2000 16:03:15 +0100
43              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
44      Branch: perl
45            ! README.aix
46 ____________________________________________________________________________
47 [  7533] By: jhi                                   on 2000/11/03  03:59:02
48         Log: Subject: [PATCH 5.7.0] better messages from malloc()
49              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50              Date: Wed, 1 Nov 2000 23:39:56 -0500
51              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
52      Branch: perl
53            ! malloc.c pod/perldiag.pod
54 ____________________________________________________________________________
55 [  7532] By: jhi                                   on 2000/11/03  00:11:56
56         Log: The #7521 touched things it shouldn't have.
57      Branch: perl
58            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
59 ____________________________________________________________________________
60 [  7531] By: jhi                                   on 2000/11/02  22:32:33
61         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
62              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63              Date:     Thu, 2 Nov 2000 16:58:36 EST
64              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
65      Branch: perl
66            ! vms/gen_shrfls.pl
67 ____________________________________________________________________________
68 [  7530] By: jhi                                   on 2000/11/02  22:08:49
69         Log: Fix the problem discussed in
70              
71              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
72              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
73              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
74              
75              originally from Linc Madison.  Also Andreas König's comments
76              taken into account.  Some other problems with Tie::SubstrHash
77              fixed: didn't croak when the table exceeded the requested number
78              of entries (as documented) but instead when the number of entries
79              exceeded the size of the table, a croak() had an unnecessary \n,
80              didn't have a CLEAR method, documented that there is no exists().
81              Didn't fix to be strict-proof because the module uses &foo; and
82              dynamic scope.  Added a test script exercizing both first tamely 
83              the basic functionality, and then the failure cases reported by
84              Linc Madison.
85      Branch: perl
86            + t/lib/tie-substrhash.t
87            ! MANIFEST lib/Tie/SubstrHash.pm
88 ____________________________________________________________________________
89 [  7529] By: jhi                                   on 2000/11/02  17:58:08
90         Log: recv() can fail and return undef.
91              
92              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
93              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
94              Date: Thu, 2 Nov 2000 20:12:20 +0300
95              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
96      Branch: perl
97            ! lib/Net/Ping.pm
98 ____________________________________________________________________________
99 [  7528] By: jhi                                   on 2000/11/02  17:49:09
100         Log: Detpyo.
101      Branch: perl
102            ! pod/perlop.pod
103 ____________________________________________________________________________
104 [  7527] By: jhi                                   on 2000/11/02  15:48:37
105         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
106              fix a autovivification bug in Tie::RefHash, add tests for both.
107              
108              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
109              From: Edward Avis <epa98@doc.ic.ac.uk>
110              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
111              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
112      Branch: perl
113            + t/lib/tie-refhash.t
114            ! MANIFEST lib/Tie/RefHash.pm
115 ____________________________________________________________________________
116 [  7526] By: jhi                                   on 2000/11/02  13:56:26
117         Log: Test::Harness revealed buglets in the new DynaLoader.
118              
119              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
120              From: andreas.koenig@anima.de (Andreas J. Koenig)
121              Date: 02 Nov 2000 11:26:48 +0100 
122              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
123      Branch: perl
124            ! ext/DynaLoader/DynaLoader_pm.PL
125 ____________________________________________________________________________
126 [  7525] By: jhi                                   on 2000/11/01  23:52:08
127         Log: The entry for #7503 was missing.
128      Branch: perl
129            ! Changes
130 ____________________________________________________________________________
131 [  7524] By: jhi                                   on 2000/11/01  23:40:52
132         Log: Update Changes.
133      Branch: perl
134            ! Changes patchlevel.h
135 ____________________________________________________________________________
136 [  7523] By: jhi                                   on 2000/11/01  22:57:09
137         Log: More tweaking on the #7522 theme.
138      Branch: perl
139            ! ext/DynaLoader/DynaLoader_pm.PL
140 ____________________________________________________________________________
141 [  7522] By: jhi                                   on 2000/11/01  22:06:15
142         Log: Expand %Config variables and %ENV variables only if
143              so requested during build time using the
144              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
145              Not expanding makes relocating distributions easier.
146      Branch: perl
147            ! ext/DynaLoader/DynaLoader_pm.PL
148 ____________________________________________________________________________
149 [  7521] By: jhi                                   on 2000/11/01  20:56:34
150         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
151              and setgid() because they were just changing $< and $( which means
152              only changing the real uid/gid, as opposed to changing both
153              real and effective ids.  (The alternative way could have been
154              in POSIX.pm to change $> and $), too, but making a direct call
155              to the C API feels cleaner.)  Fixes the bug
156              
157              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
158              From: "Garry T. Williams" <garry@zvolve.com>
159              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
160              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
161      Branch: perl
162            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
163            ! ext/POSIX/typemap pod/perlvar.pod
164 ____________________________________________________________________________
165 [  7520] By: jhi                                   on 2000/11/01  20:08:33
166         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
167              From: "Garry T. Williams" <garry@zvolve.com>
168              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
169              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
170      Branch: perl
171            ! pod/perlsec.pod
172 ____________________________________________________________________________
173 [  7519] By: jhi                                   on 2000/11/01  20:01:22
174         Log: Locale warning explanation tweak.
175      Branch: perl
176            ! pod/perldiag.pod
177 ____________________________________________________________________________
178 [  7518] By: jhi                                   on 2000/11/01  18:57:13
179         Log: C.pm part of
180              
181              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
182              From: Jarkko Hietaniemi <jhi@iki.fi>
183              Date: Tue, 10 Oct 2000 08:22:28 -0500
184              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
185      Branch: perl
186            ! ext/B/B/C.pm
187 ____________________________________________________________________________
188 [  7517] By: jhi                                   on 2000/11/01  18:41:59
189         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
190              From: Martien Verbruggen <mgjv@comdyn.com.au>
191              Date: Fri, 6 Oct 2000 14:09:10 +1100
192              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
193      Branch: perl
194            ! pod/perlop.pod
195 ____________________________________________________________________________
196 [  7516] By: jhi                                   on 2000/11/01  18:34:55
197         Log: Generalize the Camel wording.
198              
199              Subject: Re: perlfaq style changes
200              From: John Borwick <jhborwic@unity.ncsu.edu>
201              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
202              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
203      Branch: perl
204            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
205 ____________________________________________________________________________
206 [  7515] By: jhi                                   on 2000/11/01  16:52:31
207         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
208              From: pimlott@idiomtech.com (Andrew Pimlott)
209              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
210              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
211      Branch: perl
212            ! pod/perlsec.pod
213 ____________________________________________________________________________
214 [  7514] By: jhi                                   on 2000/11/01  15:03:40
215         Log: More AIX lore.
216      Branch: perl
217            ! ext/re/hints/aix.pl
218 ____________________________________________________________________________
219 [  7513] By: jhi                                   on 2000/11/01  14:48:30
220         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
221              From: root <root@chronos.fi.muni.cz>
222              Date: Wed, 1 Nov 2000 12:31:32 +0100
223              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
224      Branch: perl
225            ! lib/Net/Ping.pm
226 ____________________________________________________________________________
227 [  7512] By: jhi                                   on 2000/11/01  14:46:47
228         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
229              From: Martin Husemann <martin@duskware.de>
230              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
231              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
232      Branch: perl
233            ! regcomp.c
234 ____________________________________________________________________________
235 [  7511] By: jhi                                   on 2000/11/01  14:39:50
236         Log: AUTHORS updates.
237      Branch: perl
238            ! AUTHORS
239 ____________________________________________________________________________
240 [  7509] By: jhi                                   on 2000/11/01  14:19:53
241         Log: printf UVs the correct way, noticed by Robin Barker.
242      Branch: perl
243            ! utf8.c
244 ____________________________________________________________________________
245 [  7508] By: jhi                                   on 2000/11/01  14:10:03
246         Log: Do not cleanup *% because the % has special meanings in some
247              shell environments.
248      Branch: perl
249            ! ext/Storable/Makefile.PL
250 ____________________________________________________________________________
251 [  7507] By: jhi                                   on 2000/11/01  14:06:00
252         Log: The NonStop-UX libraries have a novel way to say NaN.
253      Branch: perl
254            ! t/lib/bigfltpm.t
255 ____________________________________________________________________________
256 [  7505] By: jhi                                   on 2000/10/31  19:18:39
257         Log: The compiler is either gcc or cc, from Tom Bates.
258      Branch: perl
259            ! hints/nonstopux.sh
260 ____________________________________________________________________________
261 [  7504] By: jhi                                   on 2000/10/31  14:53:42
262         Log: Update Changes.
263      Branch: perl
264            ! Changes patchlevel.h
265 ____________________________________________________________________________
266 [  7502] By: jhi                                   on 2000/10/31  14:25:02
267         Log: AUTHORS tweaks.
268      Branch: perl
269            ! AUTHORS
270 ____________________________________________________________________________
271 [  7501] By: jhi                                   on 2000/10/31  14:23:59
272         Log: Subject: perlfaq style changes
273              From: John Borwick <jhborwic@unity.ncsu.edu>
274              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
275              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
276      Branch: perl
277            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
278            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
279            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
280            ! pod/perlfaq9.pod
281 ____________________________________________________________________________
282 [  7500] By: jhi                                   on 2000/10/31  14:22:15
283         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
284              
285              Subject: Re: [ID 20000918.005] ~ on wide chars
286              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
287              Date: Mon, 30 Oct 2000 21:09:55 -0800
288              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
289              
290              (The ord() part of the patch skipped.)
291      Branch: perl
292            ! doop.c
293 ____________________________________________________________________________
294 [  7499] By: jhi                                   on 2000/10/31  14:20:08
295         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
296              From: Jens Hamisch <jens@Strawberry.COM>
297              Date: Mon, 30 Oct 2000 15:17:07 +0100
298              Message-Id: <20001030151707.A9597@Strawberry.COM>
299      Branch: perl
300            ! av.c
301 ____________________________________________________________________________
302 [  7498] By: jhi                                   on 2000/10/31  14:16:29
303         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
304              From: Peter Prymmer <pvhp@forte.com>
305              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
306              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
307      Branch: perl
308            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
309            + ext/Encode/Encode/posix-bc.enc
310            ! MANIFEST t/lib/encode.t
311 ____________________________________________________________________________
312 [  7497] By: jhi                                   on 2000/10/31  14:13:22
313         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
314              From: Peter Prymmer <pvhp@forte.com>
315              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
316              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
317      Branch: perl
318            ! t/lib/cgi-html.t
319 ____________________________________________________________________________
320 [  7496] By: jhi                                   on 2000/10/31  14:12:05
321         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
322              From: Peter Prymmer <pvhp@forte.com>
323              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
324              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
325      Branch: perl
326            ! t/lib/cgi-function.t
327 ____________________________________________________________________________
328 [  7495] By: jhi                                   on 2000/10/31  14:11:08
329         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
330              From: Peter Prymmer <pvhp@forte.com>
331              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
332              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
333      Branch: perl
334            + ext/re/hints/aix.pl
335            ! MANIFEST ext/re/Makefile.PL
336 ____________________________________________________________________________
337 [  7494] By: jhi                                   on 2000/10/31  14:08:32
338         Log: Use Errno magic.
339              
340              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
341              From: Casey Tweten <perl@ctweten.amsite.com>
342              Date: Mon, 30 Oct 2000 15:51:17 -0500
343              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
344      Branch: perl
345            ! lib/File/Temp.pm
346 ____________________________________________________________________________
347 [  7493] By: jhi                                   on 2000/10/31  14:05:07
348         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
349              
350              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
351              From: Nicholas Clark <nick@ccl4.org>
352              Date: Mon, 30 Oct 2000 17:38:45 +0000
353              Message-ID: <20001030173845.O60355@plum.flirble.org>
354      Branch: perl
355            ! Makefile.SH utils/perlbug.PL
356 ____________________________________________________________________________
357 [  7489] By: jhi                                   on 2000/10/29  21:11:08
358         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
359              From: andreas.koenig@anima.de (Andreas J. Koenig)
360              Date: 29 Oct 2000 22:05:59 +0100
361              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
362      Branch: perl
363            ! lib/ExtUtils/Manifest.pm
364 ____________________________________________________________________________
365 [  7488] By: jhi                                   on 2000/10/29  21:07:47
366         Log: Tests for #7487.
367              
368              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
369              From: andreas.koenig@anima.de (Andreas J. Koenig)
370              Date: 29 Oct 2000 19:37:09 +0100
371              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
372      Branch: perl
373            ! t/comp/proto.t
374 ____________________________________________________________________________
375 [  7487] By: jhi                                   on 2000/10/29  21:06:27
376         Log: constsub spillage.
377              
378              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
379              From: John Tobey <jtobey@john-edwin-tobey.org>
380              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
381              Message-Id: <m13pvSr-000FObC@feynman.localnet>
382      Branch: perl
383            ! op.c
384 ____________________________________________________________________________
385 [  7485] By: jhi                                   on 2000/10/29  21:00:47
386         Log: Make \x{...} consistently produce UTF-8.
387              
388              Subject: Re: \x{...} is confused 
389              From: Simon Cozens <simon@cozens.net>
390              Date: Sun, 29 Oct 2000 19:36:48 +0000
391              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
392      Branch: perl
393            ! t/pragma/utf8.t toke.c
394 ____________________________________________________________________________
395 [  7483] By: jhi                                   on 2000/10/29  18:06:55
396         Log: Update Changes.
397      Branch: perl
398            ! Changes patchlevel.h
399 ____________________________________________________________________________
400 [  7481] By: jhi                                   on 2000/10/29  17:02:37
401         Log: UTF-8 decoder tweak.
402      Branch: perl
403            ! utf8.c
404 ____________________________________________________________________________
405 [  7478] By: jhi                                   on 2000/10/29  02:04:01
406         Log: Add also emailless people.
407      Branch: perl
408            ! AUTHORS
409 ____________________________________________________________________________
410 [  7477] By: jhi                                   on 2000/10/29  01:36:00
411         Log: The #7476 needs a MANIFEST change, too.
412      Branch: perl
413            ! MANIFEST
414 ____________________________________________________________________________
415 [  7476] By: jhi                                   on 2000/10/29  01:35:21
416         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
417      Branch: perl
418            - MAINTAIN
419            ! AUTHORS Changes
420 ____________________________________________________________________________
421 [  7475] By: jhi                                   on 2000/10/28  23:57:25
422         Log: De-quoted-unreadable to ISO Latin 1.
423              (There's one ISO-2022-JP name in Changes5.004.)
424      Branch: perl
425            ! Changes Changes5.6
426 ____________________________________________________________________________
427 [  7474] By: jhi                                   on 2000/10/28  19:13:06
428         Log: Subject: [ID 20001027.007] uniq array in perlfaq
429              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
430              Date: Fri, 27 Oct 2000 19:28:30 +0200
431              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
432      Branch: perl
433            ! pod/perlfaq4.pod
434 ____________________________________________________________________________
435 [  7473] By: jhi                                   on 2000/10/28  18:02:05
436         Log: Locking null mutexes is not recommendable.
437              
438              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
439              From: Hugo <hv@crypt.compulink.co.uk>
440              Date: Sat, 28 Oct 2000 18:41:12 +0100
441              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
442      Branch: perl
443            ! op.c
444 ____________________________________________________________________________
445 [  7472] By: jhi                                   on 2000/10/28  17:52:58
446         Log: Better create a true mailing list for the repository keepers.
447      Branch: perl
448            ! Porting/repository.pod
449 ____________________________________________________________________________
450 [  7471] By: jhi                                   on 2000/10/28  17:28:24
451         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
452              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
453      Branch: perl
454            + Porting/repository.pod
455            ! MANIFEST
456 ____________________________________________________________________________
457 [  7470] By: jhi                                   on 2000/10/28  17:20:54
458         Log: Subject: DOC PATCH 5.6.0
459              From: mjd@plover.com
460              Date: 27 Oct 2000 17:32:44 -0000
461              Message-ID: <20001027173244.23754.qmail@plover.com>
462      Branch: perl
463            ! pod/perlfunc.pod
464 ____________________________________________________________________________
465 [  7469] By: jhi                                   on 2000/10/28  17:16:45
466         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
467              From: "Peter J. Farley III" <pjfarley@banet.net>
468              Date: Fri, 27 Oct 2000 20:32:56 -0400
469              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
470      Branch: perl
471            ! README.dos
472 ____________________________________________________________________________
473 [  7468] By: jhi                                   on 2000/10/28  17:07:18
474         Log: Make target reordering to avoid pointless re-makes.
475              
476              Subject: Re: Total re-make of 'make okfile' after 7451 ?
477              From: Nicholas Clark <nick@ccl4.org>
478              Date: Sat, 28 Oct 2000 00:31:02 +0100
479              Message-ID: <20001028003101.A54517@plum.flirble.org>
480      Branch: perl
481            ! Makefile.SH
482 ____________________________________________________________________________
483 [  7467] By: jhi                                   on 2000/10/28  17:05:31
484         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
485              From: lvirden@cas.org
486              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
487              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
488      Branch: perl
489            ! README.os2
490 ____________________________________________________________________________
491 [  7466] By: jhi                                   on 2000/10/28  16:09:16
492         Log: Upgrade to CPAN 1.58_55.
493              
494              Subject: CPAN.pm status
495              From: andreas.koenig@anima.de (Andreas J. Koenig) 
496              Date: 28 Oct 2000 08:18:00 +0200 
497              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
498      Branch: perl
499            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
500 ____________________________________________________________________________
501 [  7465] By: jhi                                   on 2000/10/28  16:02:47
502         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
503      Branch: perl
504            ! embed.h embed.pl perl.h proto.h toke.c
505 ____________________________________________________________________________
506 [  7464] By: nick                                  on 2000/10/28  10:43:44
507         Log: Fix for sv_2iv() on "shared" value from keys %hash.
508      Branch: perl
509            ! sv.c
510 ____________________________________________________________________________
511 [  7463] By: jhi                                   on 2000/10/27  16:18:29
512         Log: Update Changes.
513      Branch: perl
514            ! Changes patchlevel.h
515 ____________________________________________________________________________
516 [  7461] By: jhi                                   on 2000/10/27  15:37:38
517         Log: Retract #7459, the script needs more work.
518      Branch: perl
519            - mkreef
520            ! MANIFEST
521 ____________________________________________________________________________
522 [  7459] By: jhi                                   on 2000/10/27  15:02:07
523         Log: (Retracted by #7461)
524              
525              Add a shell script for creating/removing symbolic link farms,
526              useful for keeping the source code read-only and doing the
527              builds somewhere else.
528      Branch: perl
529            + mkreef
530            ! MANIFEST
531 ____________________________________________________________________________
532 [  7458] By: jhi                                   on 2000/10/27  14:42:20
533         Log: Do away with the fix_pl.
534      Branch: perl
535            - fix_pl
536            ! MANIFEST Makefile.SH
537 ____________________________________________________________________________
538 [  7457] By: jhi                                   on 2000/10/27  12:43:13
539         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
540              From: Jens Hamisch <jens@Strawberry.COM>
541              Date: Fri, 27 Oct 2000 14:38:21 +0200
542              Message-Id: <20001027143821.B3366@Strawberry.COM>
543      Branch: perl
544            ! perl.h
545 ____________________________________________________________________________
546 [  7456] By: jhi                                   on 2000/10/27  12:33:42
547         Log: Subject: [PATCH] todo
548              From: Nicholas Clark <nick@ccl4.org>
549              Date: Thu, 26 Oct 2000 22:32:29 +0100
550              Message-ID: <20001026223229.A44540@plum.flirble.org>
551      Branch: perl
552            ! pod/perltodo.pod
553 ____________________________________________________________________________
554 [  7455] By: jhi                                   on 2000/10/27  12:02:21
555         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
556              From: John Tobey <jtobey@john-edwin-tobey.org>
557              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
558              Message-Id: <m13ozHF-000FObC@feynman.localnet>
559      Branch: perl
560            ! op.c t/pragma/sub_lval.t
561 ____________________________________________________________________________
562 [  7454] By: jhi                                   on 2000/10/27  11:59:42
563         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
564              From: sthoenna@efn.org
565              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
566              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
567      Branch: perl
568            ! pp.c t/op/assignwarn.t
569 ____________________________________________________________________________
570 [  7453] By: jhi                                   on 2000/10/27  00:15:08
571         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
572      Branch: perl
573            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
574            ! ext/Storable/Storable.xs t/lib/st-lock.t
575 ____________________________________________________________________________
576 [  7452] By: jhi                                   on 2000/10/26  13:05:52
577         Log: Undo #7451, this seems to be a deficiency in Perforce,
578              there is no per-file line-terminator type, only per-client.
579      Branch: perl
580            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
581            ! win32/makefile.mk
582 ____________________________________________________________________________
583 [  7451] By: jhi                                   on 2000/10/26  04:56:03
584         Log: Experimenting in DOS arcana.
585      Branch: perl
586            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
587            ! win32/makefile.mk
588 ____________________________________________________________________________
589 [  7450] By: jhi                                   on 2000/10/26  04:50:52
590         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
591              From: "Peter J. Farley III" <pjfarley@banet.net>            
592              Date: Wed, 25 Oct 2000 23:10:18 -0400
593              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
594      Branch: perl
595            ! t/io/open.t
596 ____________________________________________________________________________
597 [  7449] By: jhi                                   on 2000/10/26  04:49:16
598         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
599              From: Hugo <hv@crypt.compulink.co.uk>
600              Date: Thu, 26 Oct 2000 01:55:17 +0100
601              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
602              
603              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
604      Branch: perl
605            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
606 ____________________________________________________________________________
607 [  7448] By: jhi                                   on 2000/10/26  04:38:36
608         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
609              From: Peter Prymmer <pvhp@forte.com>
610              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
611              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
612      Branch: perl
613            ! configure.com
614 ____________________________________________________________________________
615 [  7447] By: jhi                                   on 2000/10/25  23:20:02
616         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
617              in platforms that strictly require all the symbols being present
618              at link time.
619      Branch: perl
620            ! handy.h
621 ____________________________________________________________________________
622 [  7446] By: jhi                                   on 2000/10/25  21:55:57
623         Log: Update Changes.
624      Branch: perl
625            ! Changes patchlevel.h
626 ____________________________________________________________________________
627 [  7445] By: jhi                                   on 2000/10/25  21:27:08
628         Log: Integrate with vmsperl #7430 by Charles Bailey:
629              
630              Cleanup from prior patch (Charles Lane?):
631              - improve handling of MFDs in Basename and Path
632              - default to no xsubpp line # munging when building debug images
633      Branch: perl
634           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
635 ____________________________________________________________________________
636 [  7444] By: jhi                                   on 2000/10/25  21:03:50
637         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
638              From: John Peacock <JPeacock@UnivPress.com>
639              Date: Thu, 18 May 2000 11:55:27 -0400
640              Message-ID: <3924126F.A58BE57A@UnivPress.com>
641      Branch: perl
642            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
643            ! t/op/write.t
644 ____________________________________________________________________________
645 [  7443] By: jhi                                   on 2000/10/25  20:43:10
646         Log: Temporary stopgap for the self-tying issue: for now only
647              array and hash self-ties are verboten.  The real fix, of
648              course, would be to comprehensively test (and implement?)
649              and debug (and document) self-ties.
650      Branch: perl
651            ! pod/perldiag.pod pp_sys.c t/op/tie.t
652 ____________________________________________________________________________
653 [  7442] By: jhi                                   on 2000/10/25  20:14:30
654         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
655              From: Dan Sugalski <dan@sidhe.org>
656              Date: Wed, 25 Oct 2000 13:36:35 -0400
657              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
658              
659              plus regen global.sym.
660      Branch: perl
661            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
662            ! thrdvar.h util.c
663 ____________________________________________________________________________
664 [  7441] By: jhi                                   on 2000/10/25  20:12:20
665         Log: buildtoc target tweaks.
666      Branch: perl
667            ! pod/Makefile.SH
668 ____________________________________________________________________________
669 [  7440] By: jhi                                   on 2000/10/25  20:03:53
670         Log: A new version of making the syslog test more robust.
671              (Replaces #7421.)
672              
673              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
674              From: "Kurt D. Starsinic" <kstar@chapin.edu>
675              Date: Wed, 25 Oct 2000 12:13:54 -0400
676              Message-ID: <20001025121354.B2264@O2.chapin.edu>
677      Branch: perl
678            ! t/lib/syslog.t
679 ____________________________________________________________________________
680 [  7439] By: jhi                                   on 2000/10/25  20:00:48
681         Log: Continue the internal UTF-8 API tweaking.
682              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
683              used much more than the simpler API, now called utf8_to_uv_simple().
684              Still not quite happy with API, too much partial duplication
685              of functionality.
686      Branch: perl
687            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
688            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
689            ! regcomp.c regexec.c sv.c toke.c utf8.c
690 ____________________________________________________________________________
691 [  7438] By: jhi                                   on 2000/10/25  18:52:30
692         Log: Allow poking holes at the UTF-8 decoding strictness.
693      Branch: perl
694            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
695            ! utf8.h
696 ____________________________________________________________________________
697 [  7437] By: jhi                                   on 2000/10/25  13:53:05
698         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
699              UTF8LEN() and UTF8SKIP(). 
700      Branch: perl
701            ! pp.c utf8.c utf8.h
702 ____________________________________________________________________________
703 [  7436] By: jhi                                   on 2000/10/25  13:51:37
704         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
705              From: Nicholas Clark <nick@ccl4.org>
706              Date: Wed, 25 Oct 2000 14:44:05 +0100
707              Message-ID: <20001025144404.D27253@plum.flirble.org>
708      Branch: perl
709            ! pod/perlrun.pod
710 ____________________________________________________________________________
711 [  7435] By: jhi                                   on 2000/10/25  13:49:32
712         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
713              From: Mike Guy <mjtg@cam.ac.uk>
714              Date: Tue, 24 Oct 2000 14:59:40 +0100
715              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
716      Branch: perl
717            ! scope.c
718 ____________________________________________________________________________
719 [  7434] By: jhi                                   on 2000/10/25  13:48:41
720         Log: AIX is picky about its symbol exports.  Solution for now
721              is to include the deb.o explicitly to the re extension build.
722              
723              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
724              From: Peter Prymmer <pvhp@forte.com>
725              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
726              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
727      Branch: perl
728            ! ext/re/Makefile.PL hints/aix.sh
729 ____________________________________________________________________________
730 [  7433] By: jhi                                   on 2000/10/25  13:46:49
731         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
732              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
733              Date: Wed, 25 Oct 2000 12:02:20 +0200
734              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
735      Branch: perl
736            ! perlsdio.h
737 ____________________________________________________________________________
738 [  7432] By: jhi                                   on 2000/10/25  13:44:28
739         Log: Subject: Minor update to find2perl, for portability
740              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
741              Date: Wed, 25 Oct 2000 12:05:47 +0100
742              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
743      Branch: perl
744            ! x2p/find2perl.PL
745 ____________________________________________________________________________
746 [  7431] By: jhi                                   on 2000/10/25  13:40:39
747         Log: Add targets to Makefile.SH, most importantly
748              'regen_all' which also remembers to update vms/perly*.
749      Branch: perl
750            ! Makefile.SH
751 ____________________________________________________________________________
752 [  7429] By: jhi                                   on 2000/10/24  20:03:40
753         Log: Podify README.epoc and README.vos.
754      Branch: perl
755            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
756            ! pod/perlport.pod pod/perltoc.pod
757 ____________________________________________________________________________
758 [  7428] By: jhi                                   on 2000/10/24  19:10:33
759         Log: Stratus VOS updates from Paul Green.
760      Branch: perl
761            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
762            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
763            - vos/config.def vos/config.h vos/config_h.SH_orig
764            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
765            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
766 ____________________________________________________________________________
767 [  7426] By: jhi                                   on 2000/10/24  17:57:44
768         Log: Missed the header file changes from #7425.
769      Branch: perl
770            ! embed.h embed.pl objXSUB.h proto.h
771 ____________________________________________________________________________
772 [  7425] By: jhi                                   on 2000/10/24  17:55:17
773         Log: Fix the bug reported in
774              
775              From: andreas.koenig@anima.de (Andreas J. Koenig)
776              Subject: Encode bug?
777              Date: 24 Oct 2000 14:01:26 +0200 
778              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
779              
780              Also make is_utf8_char() stricter.
781      Branch: perl
782            ! ext/Encode/Encode.xs utf8.c
783 ____________________________________________________________________________
784 [  7424] By: jhi                                   on 2000/10/24  15:15:39
785         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
786              From: Peter Scott <Peter@PSDT.com>
787              Date: Mon, 23 Oct 2000 19:46:01 -0700
788              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
789      Branch: perl
790            ! pod/perlfaq5.pod
791 ____________________________________________________________________________
792 [  7423] By: jhi                                   on 2000/10/24  14:25:30
793         Log: Test tweak to avoid pulling in the whole Config.
794      Branch: perl
795            ! t/lib/st-lock.t
796 ____________________________________________________________________________
797 [  7422] By: jhi                                   on 2000/10/24  14:03:16
798         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
799      Branch: perl
800            ! pp.c
801 ____________________________________________________________________________
802 [  7421] By: jhi                                   on 2000/10/24  13:32:09
803         Log: (Replaced by #7440.)
804              
805              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
806              From: "Kurt D. Starsinic" <kstar@chapin.edu>
807              Date: Mon, 23 Oct 2000 16:40:54 -0400
808              Message-ID: <20001023164054.B14491@O2.chapin.edu>
809      Branch: perl
810            ! t/lib/syslog.t
811 ____________________________________________________________________________
812 [  7420] By: jhi                                   on 2000/10/24  13:30:53
813         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
814              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
815              Date: Mon, 23 Oct 2000 17:29:03 -0400
816              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
817      Branch: perl
818            ! lib/ExtUtils/MM_Unix.pm
819 ____________________________________________________________________________
820 [  7419] By: jhi                                   on 2000/10/24  13:29:57
821         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
822              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
823              Date: Mon, 23 Oct 2000 19:01:32 -0400
824              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
825      Branch: perl
826            ! utils/h2xs.PL
827 ____________________________________________________________________________
828 [  7418] By: jhi                                   on 2000/10/24  13:26:04
829         Log: Replace #7409 with
830              
831              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
832              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
833              Date: Mon, 23 Oct 2000 20:08:56 +0200
834              Message-ID: <20001023200855.A14850@nice.ram.loc>
835      Branch: perl
836            ! ext/Storable/Storable.pm t/lib/st-lock.t
837 ____________________________________________________________________________
838 [  7417] By: jhi                                   on 2000/10/24  13:17:52
839         Log: Run vms/vms_yfix.pl, should have done that after changing
840              perly.c in #7382.
841      Branch: perl
842            ! vms/perly_c.vms vms/perly_h.vms
843 ____________________________________________________________________________
844 [  7416] By: jhi                                   on 2000/10/24  02:55:33
845         Log: Make the UTF-8 decoding stricter and more verbose when
846              malformation happens.  This involved adding an argument
847              to utf8_to_uv_chk(), which involved changing its prototype,
848              and prefer STRLEN over I32 for the UTF-8 length, which as
849              a domino effect necessitated changing the prototypes of
850              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
851              The stricter UTF-8 decoding checking uses Markus Kuhn's
852              UTF-8 Decode Stress Tester from
853              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
854      Branch: perl
855            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
856            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
857            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
858            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
859 ____________________________________________________________________________
860 [  7415] By: jhi                                   on 2000/10/23  14:06:06
861         Log: Update Changes.
862      Branch: perl
863            ! Changes patchlevel.h
864 ____________________________________________________________________________
865 [  7414] By: jhi                                   on 2000/10/23  12:39:52
866         Log: Undo the basename() part of #7412 since the lib/basename
867              tests would need upgrading too.
868      Branch: perl
869            ! lib/File/Basename.pm
870 ____________________________________________________________________________
871 [  7413] By: jhi                                   on 2000/10/23  12:19:27
872         Log: Document PERL_INSTALL_ROOT of #7210.
873      Branch: perl
874            ! lib/ExtUtils/Install.pm
875 ____________________________________________________________________________
876 [  7412] By: jhi                                   on 2000/10/23  12:16:47
877         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
878      Branch: perl
879            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
880            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
881 ____________________________________________________________________________
882 [  7411] By: jhi                                   on 2000/10/23  12:07:41
883         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
884              From: Prymmer/Kahn <pvhp@best.com>
885              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
886              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
887      Branch: perl
888            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
889 ____________________________________________________________________________
890 [  7410] By: jhi                                   on 2000/10/23  04:10:11
891         Log: The change #7187 was not so good on VMS.
892              
893              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
894              From: "Craig A. Berry" <craig.berry@psinetcs.com>
895              Date: Sun, 22 Oct 2000 23:03:08 -0500
896              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
897      Branch: perl
898            ! utils/perldoc.PL
899 ____________________________________________________________________________
900 [  7409] By: jhi                                   on 2000/10/23  03:57:36
901         Log: Avoid Storable locking on DJGPP for now.
902              
903              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
904              From: "Peter J. Farley III" <pjfarley@banet.net>
905              Date: Sun, 22 Oct 2000 20:00:00 -0400
906              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
907      Branch: perl
908            ! ext/Storable/Storable.pm t/lib/st-lock.t
909 ____________________________________________________________________________
910 [  7408] By: jhi                                   on 2000/10/23  03:50:24
911         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
912              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
913              Date: Sun, 22 Oct 2000 21:12:22 -0400
914              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
915      Branch: perl
916            ! lib/vars.pm
917 ____________________________________________________________________________
918 [  7407] By: jhi                                   on 2000/10/23  03:43:12
919         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
920              From: Hugo <hv@crypt.compulink.co.uk>
921              Date: Mon, 23 Oct 2000 00:47:22 +0100
922              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
923      Branch: perl
924            ! regexec.c t/op/pat.t
925 ____________________________________________________________________________
926 [  7406] By: jhi                                   on 2000/10/23  03:40:29
927         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
928      Branch: perl
929            ! lib/ExtUtils/MakeMaker.pm
930 ____________________________________________________________________________
931 [  7405] By: jhi                                   on 2000/10/22  21:32:00
932         Log: Doc patch.
933              
934              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
935              From: rspier@pobox.com (Robert Spier)
936              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
937              Message-ID: <14835.16112.13457.447971@rls.cx>
938      Branch: perl
939            ! lib/strict.pm
940 ____________________________________________________________________________
941 [  7404] By: jhi                                   on 2000/10/22  21:30:51
942         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
943              From: rspier@pobox.com (Robert Spier)
944              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
945              Message-ID: <14835.17223.72448.705566@rls.cx>
946      Branch: perl
947            ! lib/ExtUtils/MakeMaker.pm
948 ____________________________________________________________________________
949 [  7403] By: jhi                                   on 2000/10/22  21:24:11
950         Log: Subject: [PATCH bleadperl] ripples from constsub patch
951              From: John Tobey <jtobey@john-edwin-tobey.org>
952              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
953              Message-Id: <m13nSOB-000FObC@feynman.localnet>
954      Branch: perl
955            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
956 ____________________________________________________________________________
957 [  7402] By: jhi                                   on 2000/10/22  20:59:35
958         Log: Support s?printf parameter reordering.
959      Branch: perl
960            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
961 ____________________________________________________________________________
962 [  7401] By: jhi                                   on 2000/10/22  19:19:14
963         Log: Expand %Config variables only if explicitly so requested
964              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
965              
966              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
967              From: Gurusamy Sarathy <gsar@ActiveState.com>
968              Date: Sun, 22 Oct 2000 11:47:32 -0700
969              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
970      Branch: perl
971            ! Makefile.SH lib/lib_pm.PL
972 ____________________________________________________________________________
973 [  7400] By: jhi                                   on 2000/10/22  18:24:10
974         Log: Move the #7390 test from warn/op to comp/redef.
975              
976              Subject: Re: Creating const subs for constants.
977              From: John Tobey <jtobey@john-edwin-tobey.org>
978              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
979              Message-Id: <m13nG72-000FObC@feynman.localnet>               
980      Branch: perl
981            ! t/comp/redef.t t/pragma/warn/op
982 ____________________________________________________________________________
983 [  7399] By: jhi                                   on 2000/10/22  17:49:59
984         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
985              From: Nicholas Clark <nick@ccl4.org>
986              Date: Sat, 21 Oct 2000 22:23:19 +0100
987              Message-ID: <20001021222319.B45586@plum.flirble.org>
988      Branch: perl
989            ! ext/DynaLoader/DynaLoader_pm.PL
990 ____________________________________________________________________________
991 [  7398] By: jhi                                   on 2000/10/22  17:47:35
992         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
993              From: Hugo <hv@crypt.compulink.co.uk>
994              Date: Sat, 21 Oct 2000 18:19:59 +0100
995              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
996      Branch: perl
997            ! ext/B/B.pm ext/B/B/C.pm
998 ____________________________________________________________________________
999 [  7397] By: jhi                                   on 2000/10/22  17:35:18
1000         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
1001              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
1002              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
1003              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
1004      Branch: perl
1005            ! hints/openbsd.sh
1006 ____________________________________________________________________________
1007 [  7396] By: jhi                                   on 2000/10/22  17:19:46
1008         Log: Subject: installman go-faster stripes
1009              From: Nicholas Clark <nick@talking.bollo.cx>
1010              Date: Sat, 21 Oct 2000 17:24:53 +0100
1011              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
1012              
1013              Subject: Re: installman go-faster stripes
1014              From: Russ Allbery <rra@stanford.edu>
1015              Date: 21 Oct 2000 11:04:13 -0700
1016              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
1017      Branch: perl
1018            ! installman pod/pod2man.PL
1019 ____________________________________________________________________________
1020 [  7395] By: jhi                                   on 2000/10/22  17:17:35
1021         Log: Hints tweak from Anton Berezin.
1022      Branch: perl
1023            ! hints/freebsd.sh
1024 ____________________________________________________________________________
1025 [  7394] By: jhi                                   on 2000/10/22  04:50:04
1026         Log: Tweak the Is* definitions of Unicode character classes
1027              to better match the official categorizations; embrace
1028              the official categorizations; add the combining marks
1029              as alpha (and -numeric); fix DCinital (a typo and edito)
1030              to be DCmedial.
1031      Branch: perl
1032            + lib/unicode/Is/DCmedial.pl
1033            - lib/unicode/Is/DCinital.pl
1034            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
1035            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
1036            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
1037            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
1038 ____________________________________________________________________________
1039 [  7393] By: jhi                                   on 2000/10/21  18:06:05
1040         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
1041              From: Daniel Chetlin <daniel@chetlin.com>
1042              Date: Sat, 21 Oct 2000 02:57:03 -0700
1043              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
1044      Branch: perl
1045            + t/lib/tie-splice.t
1046            ! MANIFEST lib/Tie/Array.pm
1047 ____________________________________________________________________________
1048 [  7391] By: jhi                                   on 2000/10/21  14:37:49
1049         Log: Testcases for a #7383,#7385 related bug.
1050              
1051              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
1052              From: Nicholas Clark <nick@ccl4.org>
1053              Date: Sat, 21 Oct 2000 15:04:51 +0100
1054              Message-ID: <20001021150451.A51566@plum.flirble.org>
1055      Branch: perl
1056            ! t/pragma/utf8.t
1057 ____________________________________________________________________________
1058 [  7390] By: jhi                                   on 2000/10/21  14:35:57
1059         Log: Add a testcase for #7389.
1060      Branch: perl
1061            ! t/pragma/warn/op
1062 ____________________________________________________________________________
1063 [  7389] By: jhi                                   on 2000/10/21  14:26:45
1064         Log: Subject: Re: Creating const subs for constants.
1065              From: John Tobey <jtobey@john-edwin-tobey.org>
1066              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
1067              Message-Id: <m13mo0N-000FObC@feynman.localnet>
1068      Branch: perl
1069            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
1070            ! proto.h sv.c
1071 ____________________________________________________________________________
1072 [  7386] By: jhi                                   on 2000/10/21  01:31:12
1073         Log: Update Changes.
1074      Branch: perl
1075            ! Changes patchlevel.h
1076 ____________________________________________________________________________
1077 [  7385] By: jhi                                   on 2000/10/21  01:28:42
1078         Log: The #7383 was right only in the context of the original bug report,
1079              not in more general case.
1080      Branch: perl
1081            ! pp_hot.c
1082 ____________________________________________________________________________
1083 [  7384] By: jhi                                   on 2000/10/21  01:08:23
1084         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
1085      Branch: perl
1086            ! ext/IO/lib/IO/Select.pm
1087 ____________________________________________________________________________
1088 [  7383] By: jhi                                   on 2000/10/21  00:44:18
1089         Log: Fix for ID 20001020.006, concatenating an unset submatch
1090              with utf8 resulted in "Modification of a read-only value".
1091      Branch: perl
1092            ! pp_hot.c t/pragma/utf8.t
1093 ____________________________________________________________________________
1094 [  7382] By: jhi                                   on 2000/10/20  20:44:31
1095         Log: Make scan_num() reëntrant, as suggested in
1096              
1097              Subject: [PATCH perl@7229] Rentrant parser and yylex()
1098              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1099              Date: Fri, 20 Oct 2000 14:17:27 +0100
1100              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
1101      Branch: perl
1102            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
1103            ! toke.c
1104 ____________________________________________________________________________
1105 [  7381] By: jhi                                   on 2000/10/20  20:07:29
1106         Log: Reëntrancy fix.
1107              
1108              Subject: [PATCH perl@7229] Rentrant parser and yylex()
1109              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1110              Date: Fri, 20 Oct 2000 14:17:27 +0100
1111              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
1112      Branch: perl
1113            ! embed.h embed.pl perl.h proto.h toke.c
1114 ____________________________________________________________________________
1115 [  7380] By: jhi                                   on 2000/10/20  19:15:54
1116         Log: Don't write double values through long double pointers,
1117              based on a part of
1118              
1119              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
1120              From: Jens Hamisch <jens@Strawberry.COM>
1121              Date: Tue, 17 Oct 2000 08:39:36 +0200
1122              Message-Id: <20001017083936.A11104@Strawberry.COM>
1123      Branch: perl
1124            ! perl.h pp.c
1125 ____________________________________________________________________________
1126 [  7379] By: jhi                                   on 2000/10/20  18:43:37
1127         Log: Portability tweak on #7377.
1128              
1129              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
1130              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1131              Date:     Fri, 20 Oct 2000 13:13:41 EDT
1132              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
1133      Branch: perl
1134            ! t/lib/dprof.t
1135 ____________________________________________________________________________
1136 [  7378] By: jhi                                   on 2000/10/20  12:57:19
1137         Log: SOCKS function redefinitions need prototypes, too, otherwise
1138              for example 32 bit versus 64 bit differences cause a lot of
1139              problems.  Part of
1140              
1141              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
1142              From: Jens Hamisch <jens@Strawberry.COM>
1143              Date: Tue, 17 Oct 2000 08:39:36 +0200
1144              Message-Id: <20001017083936.A11104@Strawberry.COM>
1145      Branch: perl
1146            ! doio.c pp_sys.c
1147 ____________________________________________________________________________
1148 [  7377] By: jhi                                   on 2000/10/20  12:37:12
1149         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
1150              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1151              Date:     Fri, 20 Oct 2000 08:26:04 EDT
1152              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
1153      Branch: perl
1154            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
1155 ____________________________________________________________________________
1156 [  7376] By: jhi                                   on 2000/10/20  12:35:31
1157         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
1158              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1159              Date:     Fri, 20 Oct 2000 07:48:15 EDT
1160              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
1161      Branch: perl
1162            ! configure.com vms/gen_shrfls.pl
1163 ____________________________________________________________________________
1164 [  7374] By: jhi                                   on 2000/10/20  00:59:48
1165         Log: In the latest compiler builds cccdlflags must not become -fpic,
1166              from Wilfredo Sánchez.
1167      Branch: perl
1168            ! hints/darwin.sh
1169 ____________________________________________________________________________
1170 [  7373] By: jhi                                   on 2000/10/20  00:56:35
1171         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
1172              From: Tony Cook <tony@develop-help.com>
1173              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
1174              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
1175      Branch: perl
1176            ! pod/perlop.pod
1177 ____________________________________________________________________________
1178 [  7372] By: jhi                                   on 2000/10/19  19:34:40
1179         Log: Typo noted by Mark Lutz.
1180      Branch: perl
1181            ! t/op/64bitint.t
1182 ____________________________________________________________________________
1183 [  7370] By: jhi                                   on 2000/10/19  17:18:08
1184         Log: Subject: PATCH do_print has 2 PerlIO_error()s
1185              From: nick@ccl4.org
1186              Date: Thu, 19 Oct 2000 18:09:20 +0100
1187              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
1188      Branch: perl
1189            ! doio.c
1190 ____________________________________________________________________________
1191 [  7369] By: jhi                                   on 2000/10/19  14:01:49
1192         Log: Update Changes.
1193      Branch: perl
1194            ! Changes patchlevel.h
1195 ____________________________________________________________________________
1196 [  7368] By: jhi                                   on 2000/10/19  13:04:29
1197         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
1198              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1199              Date: Wed, 18 Oct 2000 13:12:01 +0200
1200              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
1201      Branch: perl
1202            ! hints/aix.sh
1203 ____________________________________________________________________________
1204 [  7367] By: jhi                                   on 2000/10/19  02:22:40
1205         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
1206              of a 'pmshort' anywhere in the B, so the offending line was simply
1207              removed.
1208      Branch: perl
1209            ! ext/B/B/Debug.pm
1210 ____________________________________________________________________________
1211 [  7366] By: jhi                                   on 2000/10/19  02:12:37
1212         Log: Add the test case for the bug id 20000730.004 which seems
1213              to have been fixed by now.
1214      Branch: perl
1215            ! t/pragma/utf8.t
1216 ____________________________________________________________________________
1217 [  7365] By: jhi                                   on 2000/10/18  23:36:24
1218         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
1219              From: Hugo <hv@crypt.compulink.co.uk>
1220              Date: Wed, 18 Oct 2000 23:25:58 +0100
1221              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
1222      Branch: perl
1223            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
1224 ____________________________________________________________________________
1225 [  7364] By: jhi                                   on 2000/10/18  21:12:53
1226         Log: (retracted)
1227      Branch: perl
1228            ! pp.c
1229 ____________________________________________________________________________
1230 [  7363] By: jhi                                   on 2000/10/18  20:55:38
1231         Log: Missing change from #7362.
1232      Branch: perl
1233            ! win32/perlhost.h
1234 ____________________________________________________________________________
1235 [  7362] By: jhi                                   on 2000/10/18  20:52:01
1236         Log: Borland C fstat() never saw the fd as writable.
1237              
1238              Subject: fix for Borland's weak "stat" (perl@7211)
1239              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
1240              Date: Mon, 16 Oct 2000 09:55:03 +0400
1241              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
1242      Branch: perl
1243            ! win32/win32.c
1244 ____________________________________________________________________________
1245 [  7361] By: jhi                                   on 2000/10/18  17:43:50
1246         Log: Regen toc.
1247      Branch: perl
1248            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
1249 ____________________________________________________________________________
1250 [  7360] By: jhi                                   on 2000/10/18  17:07:44
1251         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1252              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
1253              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
1254              Date: Mon, 16 Oct 2000 15:19:49 +0200
1255      Branch: perl
1256            + README.aix
1257            ! MANIFEST
1258 ____________________________________________________________________________
1259 [  7359] By: jhi                                   on 2000/10/18  17:04:49
1260         Log: Subject: Pod patch for Devel::Peek
1261              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1262              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
1263              Date: Mon, 16 Oct 2000 12:26:34 +0200
1264      Branch: perl
1265            ! ext/Devel/Peek/Peek.pm
1266 ____________________________________________________________________________
1267 [  7358] By: jhi                                   on 2000/10/18  17:03:15
1268         Log: Make Cwd more bulletproof in chrooted environments.
1269              
1270              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
1271              From: "Eric E. Coe" <Eric.Coe@oracle.com>
1272              Date: Wed, 18 Oct 2000 04:03:54 -0400
1273              Message-Id: <39ED596A.70E599FE@oracle.com>
1274      Branch: perl
1275            ! lib/Cwd.pm
1276 ____________________________________________________________________________
1277 [  7357] By: jhi                                   on 2000/10/18  16:37:26
1278         Log: Disable the UTF8 downgrade croakage for now to avoid
1279              too many not okay messages.
1280      Branch: perl
1281            ! doio.c
1282 ____________________________________________________________________________
1283 [  7356] By: jhi                                   on 2000/10/17  23:29:41
1284         Log: Show the failed remote port, instead of the failing line number.
1285              
1286              Subject: [PATCH 5.6.1 Debugger] More diagnostics
1287              From: David Sparks <daves@ActiveState.com>
1288              Date: Tue, 17 Oct 2000 15:00:24 -0700
1289              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
1290      Branch: perl
1291            ! lib/perl5db.pl
1292 ____________________________________________________________________________
1293 [  7355] By: jhi                                   on 2000/10/17  14:11:31
1294         Log: On output try to downgrade to bytes, croak if impossible,
1295              from Simon Cozens.  This means that outputting >255 UTF8
1296              is impossible.  Consider this as a strong incentive to get
1297              the I/O disciplines implemented.
1298      Branch: perl
1299            ! doio.c pod/perldiag.pod sv.c
1300 ____________________________________________________________________________
1301 [  7354] By: jhi                                   on 2000/10/17  13:42:23
1302         Log: Clarify documentation on 'use bytes'.
1303              
1304              Subject: Re: What does 'use bytes' "mean" ?
1305              From: Simon Cozens <simon@cozens.net>
1306              Date: Mon, 18 Sep 2000 18:24:25 +0100
1307              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
1308      Branch: perl
1309            ! lib/bytes.pm
1310 ____________________________________________________________________________
1311 [  7353] By: jhi                                   on 2000/10/17  13:28:12
1312         Log: Workaround for a sfio bug where the stream error indicator
1313              is not cleared as documented.
1314              
1315              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
1316              From: Nicholas Clark <nick@ccl4.org>
1317              Date: Mon, 16 Oct 2000 18:28:23 +0100
1318              Message-ID: <20001016182823.J19700@plum.flirble.org>
1319      Branch: perl
1320            ! doio.c
1321 ____________________________________________________________________________
1322 [  7352] By: jhi                                   on 2000/10/17  13:06:19
1323         Log: More IoTYPE sprinkling.
1324      Branch: perl
1325            ! doio.c pp_hot.c
1326 ____________________________________________________________________________
1327 [  7351] By: jhi                                   on 2000/10/16  22:47:07
1328         Log: Detect early whether the std streams have gone bad.
1329              
1330              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
1331              Date: Mon, 16 Oct 2000 23:28:42 +0100
1332              From: Nicholas Clark <nick@ccl4.org>
1333              Message-ID: <20001016232842.A37942@plum.flirble.org>
1334      Branch: perl
1335            ! t/op/misc.t
1336 ____________________________________________________________________________
1337 [  7350] By: jhi                                   on 2000/10/16  22:45:16
1338         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
1339              From: "Peter J. Farley III" <pjfarley@banet.net>
1340              Date: Mon, 16 Oct 2000 18:15:59 -0400
1341              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
1342      Branch: perl
1343            ! djgpp/djgpp.c dosish.h t/io/open.t
1344 ____________________________________________________________________________
1345 [  7349] By: jhi                                   on 2000/10/16  22:36:45
1346         Log: perldelta tweak.
1347      Branch: perl
1348            ! pod/perldelta.pod
1349 ____________________________________________________________________________
1350 [  7348] By: jhi                                   on 2000/10/16  15:17:53
1351         Log: Update Changes.
1352      Branch: perl
1353            ! Changes patchlevel.h
1354 ____________________________________________________________________________
1355 [  7347] By: jhi                                   on 2000/10/16  13:55:27
1356         Log: Add the capability to include/exclude branches.
1357      Branch: perl
1358            ! Porting/genlog
1359 ____________________________________________________________________________
1360 [  7346] By: jhi                                   on 2000/10/16  13:18:04
1361         Log: Add Charles Lane.
1362      Branch: perl
1363            ! AUTHORS Changes
1364 ____________________________________________________________________________
1365 [  7345] By: jhi                                   on 2000/10/16  13:13:21
1366         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
1367      Branch: perl
1368            ! pod/perldelta.pod
1369 ____________________________________________________________________________
1370 [  7244] By: jhi                                   on 2000/10/16  02:29:54
1371         Log: Subject: $Carp::ExportLevel confusion in Exporter
1372              From: "Ben Tilly" <ben_tilly@hotmail.com>
1373              Date: Sat, 14 Oct 2000 16:44:34 EDT
1374              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
1375      Branch: perl
1376            ! lib/Exporter/Heavy.pm
1377 ____________________________________________________________________________
1378 [  7243] By: jhi                                   on 2000/10/16  02:28:33
1379         Log: Subject: [PATCH perlguts.pod] Document offset hack
1380              From: Simon Cozens <simon@cozens.net>
1381              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
1382              Date: Sat, 14 Oct 2000 19:32:25 +0100
1383      Branch: perl
1384            ! pod/perlguts.pod
1385 ____________________________________________________________________________
1386 [  7241] By: jhi                                   on 2000/10/16  02:22:44
1387         Log: Subject: small pod patch
1388              From: Dan Boorstein <dan_boo@bellsouth.net>
1389              Date: Sat, 14 Oct 2000 14:29:24 -0400
1390              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
1391      Branch: perl
1392            ! pod/perlfaq7.pod pod/perlmod.pod
1393 ____________________________________________________________________________
1394 [  7240] By: jhi                                   on 2000/10/16  02:13:46
1395         Log: -w cleanup.
1396              
1397              Subject: Re: Problems with bleadperl 
1398              From: "Stephen P. Potter" <spp@ds.net>
1399              Date: Fri, 13 Oct 2000 13:32:49 -0400
1400              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
1401      Branch: perl
1402            ! t/pragma/overload.t
1403 ____________________________________________________________________________
1404 [  7239] By: jhi                                   on 2000/10/16  01:41:18
1405         Log: One more ~utf8 tweak.
1406      Branch: perl
1407            ! t/op/bop.t
1408 ____________________________________________________________________________
1409 [  7238] By: jhi                                   on 2000/10/16  01:34:14
1410         Log: Tweak the test of #7235.
1411      Branch: perl
1412            ! t/op/bop.t
1413 ____________________________________________________________________________
1414 [  7237] By: jhi                                   on 2000/10/16  01:25:04
1415         Log: Fix a couple of compiler-noted nits in #7235.
1416      Branch: perl
1417            ! pp.c
1418 ____________________________________________________________________________
1419 [  7236] By: jhi                                   on 2000/10/16  01:22:46
1420         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
1421      Branch: perl
1422            ! pp.c pp_hot.c
1423 ____________________________________________________________________________
1424 [  7235] By: jhi                                   on 2000/10/15  16:24:44
1425         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
1426              
1427              From: Simon Cozens <simon@cozens.net>
1428              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
1429              Date: Sat, 14 Oct 2000 20:52:13 +0100
1430              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
1431      Branch: perl
1432            ! pp.c t/op/bop.t utf8.h
1433 ____________________________________________________________________________
1434 [  7234] By: jhi                                   on 2000/10/15  15:19:29
1435         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
1436              The problem was that rx->minlen was in chars while pp_split()
1437              thought it would be in bytes. 
1438      Branch: perl
1439            ! pp.c t/pragma/utf8.t
1440 ____________________________________________________________________________
1441 [  7233] By: jhi                                   on 2000/10/14  20:24:24
1442         Log: Document FNCASE=y as discussed in the bug 20000902.009.
1443      Branch: perl
1444            ! README.dos
1445 ____________________________________________________________________________
1446 [  7232] By: jhi                                   on 2000/10/14  18:52:21
1447         Log: Add test for bug id 20000427.003 (which seems to have
1448              been fixed) (also duplicate as 20000427.004, though
1449              with a higher severity).  Move one utf8 from op/append
1450              to pragma/utf8, tag the tests with bug ids.
1451      Branch: perl
1452            ! t/op/append.t t/pragma/utf8.t
1453 ____________________________________________________________________________
1454 [  7231] By: jhi                                   on 2000/10/14  17:28:37
1455         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
1456      Branch: perl
1457            ! t/pragma/utf8.t
1458 ____________________________________________________________________________
1459 [  7229] By: jhi                                   on 2000/10/14  00:49:22
1460         Log: Update Changes.
1461      Branch: perl
1462            ! Changes patchlevel.h
1463 ____________________________________________________________________________
1464 [  7228] By: jhi                                   on 2000/10/14  00:46:10
1465         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
1466              From: Peter Prymmer <pvhp@forte.com>
1467              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
1468              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
1469      Branch: perl
1470            ! lib/utf8.pm
1471 ____________________________________________________________________________
1472 [  7227] By: jhi                                   on 2000/10/13  23:20:30
1473         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
1474      Branch: perl
1475            ! t/op/tie.t
1476 ____________________________________________________________________________
1477 [  7226] By: jhi                                   on 2000/10/13  22:14:32
1478         Log: Tweak #7225.
1479              
1480              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
1481              From: Peter Prymmer <pvhp@forte.com>
1482              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
1483              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
1484      Branch: perl
1485            ! t/op/sprintf.t
1486 ____________________________________________________________________________
1487 [  7225] By: jhi                                   on 2000/10/13  22:11:31
1488         Log: op/sprintf.t patch for OS/390 (and any other host with limited
1489              floating-point exponent length)
1490              
1491              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
1492              From: Dominic Dunlop <domo@computer.org>
1493              Date: Fri, 13 Oct 2000 19:17:57 +0200
1494              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
1495      Branch: perl
1496            ! t/op/sprintf.t
1497 ____________________________________________________________________________
1498 [  7224] By: jhi                                   on 2000/10/13  18:40:48
1499         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
1500      Branch: perl
1501            ! toke.c
1502 ____________________________________________________________________________
1503 [  7223] By: jhi                                   on 2000/10/13  18:37:13
1504         Log: Thinko in #7222.
1505      Branch: perl
1506            ! utf8.c
1507 ____________________________________________________________________________
1508 [  7222] By: jhi                                   on 2000/10/13  18:05:23
1509         Log: Use UTF8SKIP(), from Simon Cozens.
1510      Branch: perl
1511            ! utf8.c
1512 ____________________________________________________________________________
1513 [  7221] By: jhi                                   on 2000/10/13  15:43:19
1514         Log: (accidentally empty check-in)
1515      Branch: perl
1516            ! utf8.c
1517 ____________________________________________________________________________
1518 [  7220] By: jhi                                   on 2000/10/13  15:23:51
1519         Log: Add (optimistically) Storable to static extensions.
1520      Branch: perl
1521            ! hints/uwin.sh hints/vmesa.sh
1522 ____________________________________________________________________________
1523 [  7219] By: jhi                                   on 2000/10/13  15:20:05
1524         Log: Amdahl UTS doesn't seem to do dynaloading.
1525      Branch: perl
1526            ! hints/uts.sh
1527 ____________________________________________________________________________
1528 [  7218] By: jhi                                   on 2000/10/13  15:15:20
1529         Log: Slight tweak of the code to appease Amdahl UTS cc.
1530      Branch: perl
1531            ! pp.c
1532 ____________________________________________________________________________
1533 [  7217] By: jhi                                   on 2000/10/13  14:50:42
1534         Log: In Amdahl UTS "struct sv" is defined by a system header,
1535              <ksync.h>.
1536      Branch: perl
1537            ! perl.h sv.h
1538 ____________________________________________________________________________
1539 [  7216] By: jhi                                   on 2000/10/13  11:58:25
1540         Log: Ilya implemented the memory profiling API.
1541      Branch: perl
1542            ! Todo
1543 ____________________________________________________________________________
1544 [  7215] By: jhi                                   on 2000/10/13  02:56:38
1545         Log: Subject: [PATCH 5.7.0] Perl API for mstats
1546              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1547              Date: Thu, 12 Oct 2000 22:52:40 -0400
1548              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
1549      Branch: perl
1550            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
1551 ____________________________________________________________________________
1552 [  7214] By: jhi                                   on 2000/10/13  02:55:38
1553         Log: Subject: [PATCH 5.7.0] IVs in mtats
1554              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1555              Date: Thu, 12 Oct 2000 22:51:04 -0400
1556              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
1557      Branch: perl
1558            ! malloc.c perl.h
1559 ____________________________________________________________________________
1560 [  7213] By: jhi                                   on 2000/10/13  02:31:47
1561         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
1562      Branch: perl
1563            ! pod/perldiag.pod pp_sys.c
1564 ____________________________________________________________________________
1565 [  7212] By: jhi                                   on 2000/10/13  01:27:38
1566         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
1567              From: Peter Prymmer <pvhp@forte.com>
1568              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
1569              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
1570      Branch: perl
1571            ! t/op/oct.t
1572 ____________________________________________________________________________
1573 [  7211] By: jhi                                   on 2000/10/13  00:35:09
1574         Log: Update Changes.
1575      Branch: perl
1576            ! Changes patchlevel.h
1577 ____________________________________________________________________________
1578 [  7210] By: jhi                                   on 2000/10/12  23:59:40
1579         Log: The Install.pm third of
1580              
1581              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
1582              From: Bill Campbell <bill@celestial.com>
1583              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
1584              Date: Thu, 5 Oct 2000 18:04:51 -0700
1585      Branch: perl
1586            ! lib/ExtUtils/Install.pm
1587 ____________________________________________________________________________
1588 [  7209] By: jhi                                   on 2000/10/12  23:58:43
1589         Log: Two thirds of
1590              
1591              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
1592              Date: Thu, 5 Oct 2000 18:04:51 -0700
1593              From: Bill Campbell <bill@celestial.com>
1594              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
1595              
1596              The Install.pm changes will be submitted separately because
1597              they need some work and discussion still.
1598      Branch: perl
1599            ! lib/getopts.pl lib/termcap.pl
1600 ____________________________________________________________________________
1601 [  7208] By: jhi                                   on 2000/10/12  23:41:19
1602         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
1603              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1604              Date:     Thu, 12 Oct 2000 07:30:02 EDT
1605              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
1606      Branch: perl
1607            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
1608            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
1609 ____________________________________________________________________________
1610 [  7207] By: jhi                                   on 2000/10/12  23:39:01
1611         Log: An updated EBCDIC tr patch.
1612              
1613              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
1614              From: Peter Prymmer <pvhp@forte.com>
1615              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
1616              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
1617      Branch: perl
1618            ! t/op/tr.t
1619 ____________________________________________________________________________
1620 [  7206] By: jhi                                   on 2000/10/12  23:34:55
1621         Log: Upgrade to CPAN 1.58, from Andreas König.
1622      Branch: perl
1623            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
1624 ____________________________________________________________________________
1625 [  7204] By: gsar                                  on 2000/10/12  18:11:24
1626         Log: restore change#7202
1627      Branch: perl
1628            ! mg.c
1629 ____________________________________________________________________________
1630 [  7203] By: gsar                                  on 2000/10/12  18:09:40
1631         Log: another test of the Emergency Broadcast System--back out 
1632              change#7202
1633      Branch: perl
1634            ! mg.c
1635 ____________________________________________________________________________
1636 [  7202] By: gsar                                  on 2000/10/12  16:40:47
1637         Log: (submitted on behalf of Jarkko)
1638              Fix the lib/encode.t subtest 6 failure as reported by Andreas
1639              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
1640              was unearthed by change 7182, as was a bug in HTML::Entities.
1641      Branch: perl
1642            ! mg.c
1643 ____________________________________________________________________________
1644 [  7201] By: jhi                                   on 2000/10/11  03:16:05
1645         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
1646      Branch: perl
1647            ! pp_hot.c t/pragma/utf8.t
1648 ____________________________________________________________________________
1649 [  7200] By: jhi                                   on 2000/10/11  00:40:30
1650         Log: The #7198 was a false alarm.
1651      Branch: perl
1652            ! pp_hot.c
1653 ____________________________________________________________________________
1654 [  7199] By: jhi                                   on 2000/10/11  00:26:04
1655         Log: Remove duplicated code.
1656      Branch: perl
1657            ! t/lib/cgi-html.t
1658 ____________________________________________________________________________
1659 [  7198] By: jhi                                   on 2000/10/10  23:30:46
1660         Log: (Retracted by #7200.)
1661      Branch: perl
1662            ! pp_hot.c
1663 ____________________________________________________________________________
1664 [  7197] By: jhi                                   on 2000/10/10  21:49:30
1665         Log: Add the test case for #7190, from the original bug report
1666              by Andreas König.
1667      Branch: perl
1668            ! t/pragma/utf8.t
1669 ____________________________________________________________________________
1670 [  7196] By: jhi                                   on 2000/10/10  21:40:49
1671         Log: Reapply Andy's patch and regen Configure.
1672      Branch: perl
1673            ! Configure INSTALL Makefile.SH Porting/Glossary
1674            ! Porting/config.sh config_h.SH epoc/config.sh installperl
1675            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
1676            ! win32/config.vc
1677 ____________________________________________________________________________
1678 [  7195] By: jhi                                   on 2000/10/10  21:09:30
1679         Log: Use the versiononly instead of the installscripts,
1680              retract the changes 7146 and 7147.
1681      Branch: perl
1682            ! Configure INSTALL Makefile.SH Porting/Glossary
1683            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
1684            ! installperl uconfig.sh vos/config.def win32/config.bc
1685            ! win32/config.gc win32/config.vc
1686 ____________________________________________________________________________
1687 [  7194] By: jhi                                   on 2000/10/10  21:06:15
1688         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
1689              From: Peter Prymmer <pvhp@forte.com>
1690              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
1691              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
1692      Branch: perl
1693            ! t/op/ver.t
1694 ____________________________________________________________________________
1695 [  7193] By: jhi                                   on 2000/10/10  21:05:12
1696         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
1697              From: Peter Prymmer <pvhp@forte.com>
1698              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
1699              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
1700      Branch: perl
1701            ! t/op/tr.t
1702 ____________________________________________________________________________
1703 [  7191] By: jhi                                   on 2000/10/10  19:41:21
1704         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
1705              From: Peter Prymmer <pvhp@forte.com>
1706              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
1707              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
1708      Branch: perl
1709            ! pod/perlebcdic.pod
1710 ____________________________________________________________________________
1711 [  7190] By: jhi                                   on 2000/10/10  19:26:14
1712         Log: Subject: Re: utf8 concat, mg_get
1713              From: Simon Cozens <simon@cozens.net>
1714              Date: Tue, 10 Oct 2000 17:40:17 +0100
1715              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
1716      Branch: perl
1717            ! pp_hot.c
1718 ____________________________________________________________________________
1719 [  7189] By: jhi                                   on 2000/10/10  19:23:03
1720         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
1721              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
1722              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
1723              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
1724      Branch: perl
1725            ! lib/ExtUtils/MM_Unix.pm
1726 ____________________________________________________________________________
1727 [  7188] By: jhi                                   on 2000/10/10  15:31:24
1728         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
1729              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
1730              Date: Fri, 14 Jul 2000 10:47:36 +0100
1731              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
1732      Branch: perl
1733            ! README.win32
1734 ____________________________________________________________________________
1735 [  7187] By: jhi                                   on 2000/10/10  13:30:10
1736         Log: Quote the temp file name, needed in Win32 because the
1737              default name unfortunately contains spaces, shouldn't
1738              hurt elsewhere.
1739              
1740              Subject: FW: perldoc fails if $TEMP contains spaces
1741              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
1742              Date: Thu, 14 Sep 2000 08:58:45 +0100
1743              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
1744      Branch: perl
1745            ! utils/perldoc.PL
1746 ____________________________________________________________________________
1747 [  7186] By: jhi                                   on 2000/10/10  13:16:27
1748         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
1749              From: hv@hugo.hybyte.com
1750              Date: Tue, 10 Oct 2000 14:10:20 +0100
1751              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
1752      Branch: perl
1753            ! t/lib/thr5005.t util.c
1754 ____________________________________________________________________________
1755 [  7185] By: jhi                                   on 2000/10/10  12:06:22
1756         Log: Upgrade to podlators 1.04, from Russ Allbery.
1757      Branch: perl
1758            ! lib/Pod/Man.pm lib/Pod/Text.pm
1759 ____________________________________________________________________________
1760 [  7184] By: jhi                                   on 2000/10/10  12:01:32
1761         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
1762      Branch: perl
1763            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
1764 ____________________________________________________________________________
1765 [  7183] By: jhi                                   on 2000/10/09  23:47:15
1766         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
1767              From: Peter Prymmer <pvhp@forte.com>
1768              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
1769              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
1770      Branch: perl
1771            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
1772 ____________________________________________________________________________
1773 [  7182] By: jhi                                   on 2000/10/09  23:43:16
1774         Log: Make eq work again with utf8 (disabling the upgrading
1775              should no more be necessary since the copies of the
1776              scalars are upgraded, not the scalars themselves).
1777              Takes care of ID 20001009.001.  (The claimed length()
1778              bug in 20001009.001 seems bogus to me.)
1779      Branch: perl
1780            ! sv.c t/pragma/utf8.t
1781 ____________________________________________________________________________
1782 [  7181] By: gsar                                  on 2000/10/09  19:41:54
1783         Log: tweak for change#7173
1784      Branch: perl
1785            ! win32/win32sck.c
1786 ____________________________________________________________________________
1787 [  7180] By: gsar                                  on 2000/10/09  19:26:56
1788         Log: on Windows, clean targets might not work under some flavors of the shell
1789      Branch: perl
1790            ! win32/Makefile win32/makefile.mk
1791 ____________________________________________________________________________
1792 [  7179] By: jhi                                   on 2000/10/09  19:21:02
1793         Log: Update Changes.
1794      Branch: perl
1795            ! Changes patchlevel.h
1796 ____________________________________________________________________________
1797 [  7178] By: jhi                                   on 2000/10/09  19:18:23
1798         Log: Warn about unknown scripts.
1799              
1800              Subject: Re: ideas? patches? [PATCH bleadperl]
1801              From: Dominic Dunlop <domo@computer.org>
1802              Date: Mon, 9 Oct 2000 14:57:17 +0200
1803              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
1804      Branch: perl
1805            ! lib/charnames.pm
1806 ____________________________________________________________________________
1807 [  7176] By: gsar                                  on 2000/10/09  18:59:33
1808         Log: pod nit
1809      Branch: perl
1810            ! pod/perlport.pod
1811 ____________________________________________________________________________
1812 [  7175] By: gsar                                  on 2000/10/09  18:54:28
1813         Log: Windows9x doesn't support link(), despite what Config.pm
1814              might think
1815      Branch: perl
1816            ! lib/ExtUtils/Manifest.pm
1817 ____________________________________________________________________________
1818 [  7174] By: gsar                                  on 2000/10/09  18:50:03
1819         Log: avoid nonportable example code
1820      Branch: perl
1821            ! lib/File/Copy.pm
1822 ____________________________________________________________________________
1823 [  7173] By: gsar                                  on 2000/10/09  18:46:54
1824         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
1825              being used) when closing a socket handle
1826      Branch: perl
1827            ! win32/win32.c win32/win32.h win32/win32sck.c
1828 ____________________________________________________________________________
1829 [  7172] By: gsar                                  on 2000/10/09  18:41:40
1830         Log: on Windows, cwd strings in the environment should be of the
1831              form =X:=X:\foo instead of =X=X:\foo\
1832      Branch: perl
1833            ! win32/vdir.h
1834 ____________________________________________________________________________
1835 [  7171] By: gsar                                  on 2000/10/09  18:30:09
1836         Log: on Windows, LoadLibrary() could load an extension DLL multiple
1837              times if forward slashes are used in the path
1838      Branch: perl
1839            ! win32/win32.c
1840 ____________________________________________________________________________
1841 [  7170] By: jhi                                   on 2000/10/09  17:53:59
1842         Log: Add a todo note about overloadable assertions.
1843      Branch: perl
1844            ! Todo-5.6
1845 ____________________________________________________________________________
1846 [  7169] By: jhi                                   on 2000/10/09  13:43:45
1847         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
1848              From: mjd@plover.com
1849              Date: 9 Oct 2000 00:24:44 -0000
1850              Message-ID: <20001009002444.10616.qmail@plover.com>
1851      Branch: perl
1852            ! pod/perldebguts.pod
1853 ____________________________________________________________________________
1854 [  7168] By: nick                                  on 2000/10/08  13:16:33
1855         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
1856              is not right thing to do on (e.g. x86). Network order is also "right" for
1857              X fonts.
1858      Branch: perl
1859            ! ext/Encode/Encode.pm
1860 ____________________________________________________________________________
1861 [  7167] By: nick                                  on 2000/10/08  12:54:42
1862         Log: Make "encodings" work post-install when Encode/*.enc files may not
1863              be in same directory as Encode.pm
1864      Branch: perl
1865            ! ext/Encode/Encode.pm
1866 ____________________________________________________________________________
1867 [  7166] By: nick                                  on 2000/10/08  11:51:26
1868         Log: Work round the fact that $hash->{$key} does not take into account
1869              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
1870              so that key is always in the "expected" encoding - i.e. same way we put
1871              it in the hash.
1872      Branch: perl
1873            ! ext/Encode/Encode.pm
1874 ____________________________________________________________________________
1875 [  7165] By: gsar                                  on 2000/10/08  04:15:29
1876         Log: save_re_context() could reset PL_curcop to freed memory, causing core
1877              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
1878      Branch: perl
1879            ! pp_ctl.c
1880 ____________________________________________________________________________
1881 [  7164] By: jhi                                   on 2000/10/06  20:51:48
1882         Log: UTF8ize split() so that the cloned substrings get the UTF8
1883              flag of the original scalar.  Problem reported by Simon Cozens.
1884      Branch: perl
1885            ! pp.c t/pragma/utf8.t
1886 ____________________________________________________________________________
1887 [  7163] By: nick                                  on 2000/10/06  20:48:34
1888         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
1889              got a false +ve and so did not reach code which would have un-FAKEd the SV.
1890      Branch: perl
1891            ! sv.c
1892 ____________________________________________________________________________
1893 [  7162] By: nick                                  on 2000/10/06  20:25:37
1894         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
1895              To fix  (sort {$a <=> $b} keys %hash) in particular but
1896              should cover a number of other as-yet-unknown cases as well.
1897      Branch: perl
1898            ! sv.c
1899 ____________________________________________________________________________
1900 [  7161] By: jhi                                   on 2000/10/06  19:56:18
1901         Log: Change the version number of Tie::Handle in the core to 4.0,
1902              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
1903              
1904              Subject: Note on Tie::Handle
1905              From: andreas.koenig@anima.de (Andreas J. Koenig)
1906              Date:      06 Oct 2000 21:48:58 +0200
1907              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
1908      Branch: perl
1909            ! lib/Tie/Handle.pm
1910 ____________________________________________________________________________
1911 [  7159] By: jhi                                   on 2000/10/06  13:56:39
1912         Log: Update Changes.
1913      Branch: perl
1914            ! Changes patchlevel.h
1915 ____________________________________________________________________________
1916 [  7158] By: jhi                                   on 2000/10/06  12:48:40
1917         Log: Eliminate $Is_VMS code from the test.
1918              
1919              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
1920              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1921              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
1922              Date:     Thu, 5 Oct 2000 07:46:33 EDT
1923      Branch: perl
1924            ! t/lib/b.t
1925 ____________________________________________________________________________
1926 [  7156] By: jhi                                   on 2000/10/06  11:45:15
1927         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
1928      Branch: perl
1929            ! perl.c pp_ctl.c sv.h utf8.c
1930 ____________________________________________________________________________
1931 [  7155] By: jhi                                   on 2000/10/06  11:40:41
1932         Log: IO::Handle->syswrite() did not handle length omission
1933              like CORE::syswrite() does.
1934              
1935              Subject: [Fwd] IO::Handle, syswrite and arguments
1936              From: Graham Barr <gbarr@pobox.com>
1937              Date: Fri, 6 Oct 2000 10:22:05 +0100
1938              Message-ID: <20001006102205.U6312@pobox.com>
1939              
1940              The original patch from andrew@ugh.net.au.
1941      Branch: perl
1942            ! ext/IO/lib/IO/Handle.pm
1943 ____________________________________________________________________________
1944 [  7154] By: jhi                                   on 2000/10/06  01:42:15
1945         Log: Tweak #7153.
1946      Branch: perl
1947            ! utf8.h
1948 ____________________________________________________________________________
1949 [  7153] By: jhi                                   on 2000/10/06  00:39:55
1950         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
1951      Branch: perl
1952            ! utf8.h
1953 ____________________________________________________________________________
1954 [  7152] By: jhi                                   on 2000/10/06  00:38:11
1955         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
1956      Branch: perl
1957            ! perl.c pp_ctl.c sv.h utf8.c
1958 ____________________________________________________________________________
1959 [  7151] By: jhi                                   on 2000/10/06  00:36:38
1960         Log: Subject: Re: Questions about Tie::Array and perl modules
1961              From: Nick Ing-Simmons <nik@tiuk.ti.com>
1962              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
1963              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
1964              
1965              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
1966      Branch: perl
1967            ! lib/Tie/Array.pm t/op/array.t
1968 ____________________________________________________________________________
1969 [  7150] By: jhi                                   on 2000/10/05  00:20:45
1970         Log: Regen Changes.
1971      Branch: perl
1972            ! Changes patchlevel.h
1973 ____________________________________________________________________________
1974 [  7149] By: jhi                                   on 2000/10/05  00:20:01
1975         Log: Regen toc.
1976      Branch: perl
1977            ! pod/perltoc.pod
1978 ____________________________________________________________________________
1979 [  7148] By: jhi                                   on 2000/10/04  23:35:08
1980         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
1981              reported several times by Dominic Dunlop, for example in
1982              ID 20000315.008.  Patch from Dominic.  Patch affects at
1983              least MachTen, and possibly other oldish BSDs. Should not
1984              break non-broken platforms (tested on LinuxPPC). 
1985      Branch: perl
1986            ! doio.c
1987 ____________________________________________________________________________
1988 [  7146] By: jhi                                   on 2000/10/04  23:25:04
1989         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
1990              suggested by H. Merijn Brand.
1991      Branch: perl
1992            ! Configure INSTALL Makefile.SH Porting/Glossary
1993            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
1994            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
1995            ! win32/config.vc
1996 ____________________________________________________________________________
1997 [  7145] By: jhi                                   on 2000/10/04  22:08:21
1998         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
1999              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2000              Date: Wed, 4 Oct 2000 17:37:46 -0400
2001              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
2002      Branch: perl
2003            ! utils/h2xs.PL
2004 ____________________________________________________________________________
2005 [  7144] By: jhi                                   on 2000/10/04  18:11:41
2006         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
2007              From: Jeff Pinyan <jeffp@crusoe.net>
2008              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
2009              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
2010      Branch: perl
2011            ! pod/perlrun.pod
2012 ____________________________________________________________________________
2013 [  7143] By: jhi                                   on 2000/10/04  18:09:58
2014         Log: Subject: perlhack.pod Patch for Externals Tools
2015              From: Fisher Mark <fisherm@tce.com>
2016              Date: Tue, 3 Oct 2000 15:43:27 -0500 
2017              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
2018      Branch: perl
2019            ! pod/perlhack.pod
2020 ____________________________________________________________________________
2021 [  7142] By: jhi                                   on 2000/10/04  18:08:41
2022         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
2023              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2024              Date:     Wed, 4 Oct 2000 12:11:11 EDT
2025              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
2026      Branch: perl
2027            ! vms/vms.c
2028 ____________________________________________________________________________
2029 [  7141] By: jhi                                   on 2000/10/04  12:20:16
2030         Log: Subject: [PATCH 5.7.0] h2xs not working
2031              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2032              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
2033              Date: Tue, 3 Oct 2000 21:43:01 -0400
2034              
2035              Subject: [PATCH 5.7.0] h2xs not documenting the created module
2036              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2037              Date: Tue, 3 Oct 2000 22:55:19 -0400
2038              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
2039      Branch: perl
2040            ! utils/h2xs.PL
2041 ____________________________________________________________________________
2042 [  7140] By: jhi                                   on 2000/10/04  11:53:44
2043         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
2044              From: nick@babyhippo.com
2045              Date: Wed, 4 Oct 2000 12:06:45 +0100
2046              Message-Id: <20001004120645.A7356@babyhippo.com>
2047              
2048              Retract 7118 and 7135.
2049      Branch: perl
2050            ! installman installperl op.c t/pragma/subs.t
2051 ____________________________________________________________________________
2052 [  7138] By: jhi                                   on 2000/10/03  21:49:49
2053         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
2054              From: Peter Prymmer <pvhp@forte.com>
2055              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
2056              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
2057      Branch: perl
2058            ! pp_sys.c
2059 ____________________________________________________________________________
2060 [  7137] By: jhi                                   on 2000/10/03  20:10:05
2061         Log: One remaining nit less at the VMS mailbox sizing.
2062      Branch: perl
2063            ! vms/vms.c
2064 ____________________________________________________________________________
2065 [  7136] By: jhi                                   on 2000/10/03  20:08:47
2066         Log: Test harness update to sync with the new perlcc,
2067              from Simon Cozens.
2068      Branch: perl
2069            ! t/TEST t/UTEST
2070 ____________________________________________________________________________
2071 [  7135] By: jhi                                   on 2000/10/03  15:15:42
2072         Log: Subject: Re: PATCH for 20001003.004
2073              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
2074              From: "AARON B. DOSSETT" <aaron@iglou.com>
2075              Message-Id: <E13gTay-0006od-00@iglou.com>
2076      Branch: perl
2077            ! installman installperl
2078 ____________________________________________________________________________
2079 [  7134] By: jhi                                   on 2000/10/03  15:00:34
2080         Log: Subject: [ID 20001003.006] B::Debug not -w clean
2081              From: Nicholas Clark <nick@babyhippo.co.uk>
2082              Date: Tue, 03 Oct 2000 15:46:32 +0100
2083              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
2084      Branch: perl
2085            ! ext/B/B/Debug.pm
2086 ____________________________________________________________________________
2087 [  7133] By: jhi                                   on 2000/10/03  14:58:39
2088         Log: Scale down the VMS message boxes, by Charles Lane.
2089              Fix for ID 20000903.009, workaround at
2090              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
2091      Branch: perl
2092            ! vms/vms.c
2093 ____________________________________________________________________________
2094 [  7132] By: jhi                                   on 2000/10/03  11:20:37
2095         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
2096      Branch: perl
2097            + t/lib/st-lock.t t/lib/st-utf8.t
2098            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
2099            ! ext/Storable/Storable.xs t/lib/st-recurse.t
2100 ____________________________________________________________________________
2101 [  7131] By: jhi                                   on 2000/10/03  03:38:23
2102         Log: Encode nits.
2103      Branch: perl
2104            ! MANIFEST Makefile.SH
2105 ____________________________________________________________________________
2106 [  7130] By: jhi                                   on 2000/10/03  03:31:05
2107         Log: Update Changes.
2108      Branch: perl
2109            ! Changes patchlevel.h
2110 ____________________________________________________________________________
2111 [  7127] By: jhi                                   on 2000/10/03  01:13:14
2112         Log: Update Changes.
2113      Branch: perl
2114            ! Changes patchlevel.h
2115 ____________________________________________________________________________
2116 [  7126] By: jhi                                   on 2000/10/03  00:57:08
2117         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
2118              as suggested by Olaf Flebbe and Nick Clark.
2119      Branch: perl
2120            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
2121 ____________________________________________________________________________
2122 [  7125] By: jhi                                   on 2000/10/03  00:50:56
2123         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
2124              From: Nick Clark <nick@plum.flirble.org>
2125              Date: Mon, 2 Oct 2000 11:03:24 +0100
2126              Message-Id: <20001002110324.D20073@plum.flirble.org>
2127              
2128              Also fixes bug ID 20001002.005.
2129      Branch: perl
2130            ! t/lib/encode.t
2131 ____________________________________________________________________________
2132 [  7124] By: jhi                                   on 2000/10/03  00:34:59
2133         Log: Subject: [PATCH 5.7.0] Epoc update
2134              From: Olaf Flebbe <o.flebbe@gmx.de>
2135              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
2136              Message-ID: <26423.969484586@www10.gmx.net>
2137      Branch: perl
2138            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
2139            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
2140            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
2141            ! util.c util.h
2142 ____________________________________________________________________________
2143 [  7123] By: jhi                                   on 2000/10/03  00:30:07
2144         Log: Regen headers.
2145      Branch: perl
2146            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
2147 ____________________________________________________________________________
2148 [  7122] By: jhi                                   on 2000/10/03  00:10:48
2149         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
2150      Branch: perl
2151            ! hints/openbsd.sh
2152 ____________________________________________________________________________
2153 [  7121] By: jhi                                   on 2000/10/03  00:05:06
2154         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
2155              From: <abigail@foad.org>
2156              Date: Tue, 26 Sep 2000 13:36:14 -0400
2157              Message-ID: <20000926173614.4356.qmail@foad.org>
2158      Branch: perl
2159            ! pod/perlop.pod
2160 ____________________________________________________________________________
2161 [  7120] By: jhi                                   on 2000/10/03  00:04:00
2162         Log: Inside require() $^S was always left undefined.
2163              
2164              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
2165              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2166              Date: Wed, 27 Sep 2000 18:54:49 -0400
2167              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
2168      Branch: perl
2169            ! cop.h mg.c pp_ctl.c util.c
2170 ____________________________________________________________________________
2171 [  7119] By: jhi                                   on 2000/10/03  00:00:16
2172         Log: Subject: [PATCH] DLL not restartabke with threaded perl
2173              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
2174              Date: Thu, 28 Sep 2000 09:20:46 +0100
2175              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
2176      Branch: perl
2177            ! perl.c
2178 ____________________________________________________________________________
2179 [  7118] By: jhi                                   on 2000/10/02  23:59:20
2180         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
2181              From: Nicholas Clark <nick@ccl4.org>
2182              Date: Thu, 28 Sep 2000 11:52:24 +0100
2183              Message-ID: <20000928115224.D7924@plum.flirble.org>
2184      Branch: perl
2185            ! op.c
2186 ____________________________________________________________________________
2187 [  7117] By: jhi                                   on 2000/10/02  23:57:51
2188         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
2189              From: Nicholas Clark <nick@babyhippo.co.uk>
2190              Date: Thu, 28 Sep 2000 12:18:10 +0100
2191              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
2192              
2193              Did not apply cleanly, manual intervention was needed.
2194      Branch: perl
2195            ! ext/B/B/Bytecode.pm utils/perlcc.PL
2196 ____________________________________________________________________________
2197 [  7116] By: jhi                                   on 2000/10/02  23:50:40
2198         Log: Document the issue (is not a syntax error, kind of)
2199              
2200              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
2201              From: Nicholas Clark <nick@ccl4.org>
2202              Date: Thu, 28 Sep 2000 17:12:42 +0100
2203              Message-ID: <20000928171242.K7924@plum.flirble.org>
2204      Branch: perl
2205            ! pod/perldata.pod
2206 ____________________________________________________________________________
2207 [  7115] By: jhi                                   on 2000/10/02  23:48:58
2208         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
2209              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2210              Date: Thu, 28 Sep 2000 21:55:31 -0400
2211              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
2212      Branch: perl
2213            ! regexec.c
2214 ____________________________________________________________________________
2215 [  7114] By: jhi                                   on 2000/10/02  23:47:57
2216         Log: Subject: DOC PATCH 5.6.0
2217              From: mjd@plover.com
2218              Date: 30 Sep 2000 06:02:34 -0000
2219              Message-ID: <20000930060234.4559.qmail@plover.com>
2220      Branch: perl
2221            ! pod/perldebguts.pod
2222 ____________________________________________________________________________
2223 [  7113] By: jhi                                   on 2000/10/02  23:46:43
2224         Log: SOCK_DGRAM and listen() do not mix as reported in
2225              
2226              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
2227              From: Petter Reinholdtsen <pere@hungry.com>
2228              Date: Sun, 1 Oct 2000 10:57:20 +0800
2229              Message-Id: <200010010257.KAA05735@localhost.localdomain>
2230              
2231              The patch for 5.7.0+ had to be reengineered, though.
2232      Branch: perl
2233            ! ext/IO/lib/IO/Socket/UNIX.pm
2234 ____________________________________________________________________________
2235 [  7112] By: jhi                                   on 2000/10/02  23:36:57
2236         Log: Subject: Re: [PATCH 5.005_64 missed]
2237              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2238              Date: Sun, 1 Oct 2000 18:50:10 -0400
2239              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
2240      Branch: perl
2241            ! pod/perlxs.pod
2242 ____________________________________________________________________________
2243 [  7111] By: jhi                                   on 2000/10/02  23:35:40
2244         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
2245              From: Radu Greab <radu@netsoft.ro>
2246              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
2247              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
2248      Branch: perl
2249            ! op.c opcode.pl t/op/substr.t
2250 ____________________________________________________________________________
2251 [  7110] By: jhi                                   on 2000/10/02  23:32:38
2252         Log: Subject: [PATCH] Fix aliasing of tied filehandles
2253              From: Daniel Chetlin <daniel@chetlin.com>
2254              Date: Mon, 2 Oct 2000 14:53:27 -0700
2255              Message-ID: <20001002145327.C1617@ilmd>
2256      Branch: perl
2257            ! perl.h pp_hot.c t/op/tiehandle.t
2258 ____________________________________________________________________________
2259 [  7109] By: jhi                                   on 2000/10/02  23:31:30
2260         Log: s/Robin Parker/Robin Barker/
2261      Branch: perl
2262            ! Changes5.6
2263 ____________________________________________________________________________
2264 [  7108] By: jhi                                   on 2000/10/02  23:15:46
2265         Log: Retract #7091 as suggested in
2266              
2267              From: Robin Barker <rmb1@cise.npl.co.uk> 
2268              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
2269              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
2270              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
2271      Branch: perl
2272            ! embed.pl proto.h
2273 ____________________________________________________________________________
2274 [  7107] By: nick                                  on 2000/10/02  18:23:14
2275         Log: A few tweaks to get Tk803 to work with Encode scheme.
2276      Branch: perl
2277            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
2278 ____________________________________________________________________________
2279 [  7106] By: nick                                  on 2000/10/01  21:34:14
2280         Log: Add checking cases to Encode's toUnicode and fromUnicode.
2281      Branch: perl
2282            ! ext/Encode/Encode.pm
2283 ____________________________________________________________________________
2284 [  7105] By: nick                                  on 2000/10/01  17:18:01
2285         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
2286              To read and use them.
2287              Add a lib/encode.t which checks a few things.
2288      Branch: perl
2289            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
2290            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
2291            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
2292            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
2293            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
2294            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
2295            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
2296            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
2297            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
2298            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
2299            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
2300            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
2301            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
2302            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
2303            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
2304            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
2305            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
2306            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
2307            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
2308            + ext/Encode/Encode/iso2022-jp.enc
2309            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
2310            + ext/Encode/Encode/iso8859-1.enc
2311            + ext/Encode/Encode/iso8859-2.enc
2312            + ext/Encode/Encode/iso8859-3.enc
2313            + ext/Encode/Encode/iso8859-4.enc
2314            + ext/Encode/Encode/iso8859-5.enc
2315            + ext/Encode/Encode/iso8859-6.enc
2316            + ext/Encode/Encode/iso8859-7.enc
2317            + ext/Encode/Encode/iso8859-8.enc
2318            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
2319            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
2320            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
2321            + ext/Encode/Encode/macCentEuro.enc
2322            + ext/Encode/Encode/macCroatian.enc
2323            + ext/Encode/Encode/macCyrillic.enc
2324            + ext/Encode/Encode/macDingbats.enc
2325            + ext/Encode/Encode/macGreek.enc
2326            + ext/Encode/Encode/macIceland.enc
2327            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
2328            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
2329            + ext/Encode/Encode/macTurkish.enc
2330            + ext/Encode/Encode/macUkraine.enc
2331            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
2332            + t/lib/encode.t
2333            ! MANIFEST ext/Encode/Encode.pm
2334 ____________________________________________________________________________
2335 [  7104] By: nick                                  on 2000/09/30  13:04:30
2336         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
2337              From: Daniel Chetlin <daniel@chetlin.com>
2338              Date: Mon, 18 Sep 2000 05:05:40 -0700
2339              Message-Id: <20000918050540.C652@ilmd>
2340      Branch: perl
2341            ! lib/overload.pm sv.c t/pragma/overload.t
2342 ____________________________________________________________________________
2343 [  7103] By: nick                                  on 2000/09/30  12:53:36
2344         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
2345              From: Johan Vromans <jvromans@squirrel.nl>
2346              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
2347              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
2348      Branch: perl
2349            ! pod/Makefile.SH
2350 ____________________________________________________________________________
2351 [  7102] By: nick                                  on 2000/09/30  12:52:31
2352         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
2353              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2354              Date: Sat, 16 Sep 2000 16:36:45 -0400
2355              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
2356      Branch: perl
2357            ! ext/B/B/Deparse.pm
2358 ____________________________________________________________________________
2359 [  7101] By: nick                                  on 2000/09/30  12:51:41
2360         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
2361              From: Craig A. Berry <craig.berry@psinetcs.com>
2362              Date: Sat, 16 Sep 2000 10:11:10 -0500
2363              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
2364      Branch: perl
2365            ! vms/vms.c
2366 ____________________________________________________________________________
2367 [  7100] By: nick                                  on 2000/09/30  12:50:33
2368         Log: Subject: Re: unicode support and perl [ID 20000901.097]
2369              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2370              Date: Fri, 15 Sep 2000 16:37:58 -0400
2371              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
2372      Branch: perl
2373            ! t/op/append.t
2374 ____________________________________________________________________________
2375 [  7099] By: nick                                  on 2000/09/30  12:49:35
2376         Log: Subject: Re: unicode support and perl [ID 20000901.097]
2377              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2378              Date: Fri, 15 Sep 2000 16:25:30 -0400
2379              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
2380      Branch: perl
2381            ! pp_hot.c
2382 ____________________________________________________________________________
2383 [  7098] By: nick                                  on 2000/09/30  12:48:00
2384         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
2385              From: Gisle Aas <gisle@ActiveState.com>
2386              Date: 15 Sep 2000 16:23:41 +0200
2387              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
2388      Branch: perl
2389            ! toke.c
2390 ____________________________________________________________________________
2391 [  7097] By: nick                                  on 2000/09/30  12:45:16
2392         Log: Subject: [PATCH] Nits in perlmod.pod
2393              From: Daniel Chetlin <daniel@chetlin.com>
2394              Date: Fri, 15 Sep 2000 02:04:09 -0700
2395              Message-Id: <20000915020409.A2104@ilmd>
2396      Branch: perl
2397            ! pod/perlmod.pod
2398 ____________________________________________________________________________
2399 [  7096] By: nick                                  on 2000/09/30  12:18:00
2400         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
2401              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
2402              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
2403              0 to checking to get the warning.
2404      Branch: perl
2405            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
2406            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
2407            ! regexec.c sv.c toke.c utf8.c
2408 ____________________________________________________________________________
2409 [  7095] By: nick                                  on 2000/09/15  16:55:59
2410         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
2411              
2412              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
2413              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2414              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
2415              Date: Fri, 15 Sep 2000 06:37:30 -0400
2416      Branch: perl
2417            ! ext/Encode/Encode.xs sv.c
2418 ____________________________________________________________________________
2419 [  7094] By: jhi                                   on 2000/09/15  03:23:32
2420         Log: Update Changes.
2421      Branch: perl
2422            ! Changes patchlevel.h
2423 ____________________________________________________________________________
2424 [  7093] By: jhi                                   on 2000/09/15  03:11:44
2425         Log: Fix for the charnames.t failures from Spider Boardman.
2426      Branch: perl
2427            ! toke.c
2428 ____________________________________________________________________________
2429 [  7092] By: jhi                                   on 2000/09/15  00:15:48
2430         Log: Botched the #7090 check-in.
2431      Branch: perl
2432            ! sv.c
2433 ____________________________________________________________________________
2434 [  7091] By: jhi                                   on 2000/09/14  23:33:24
2435         Log: Part of #7081 didn't come through.
2436      Branch: perl
2437            ! embed.pl proto.h
2438 ____________________________________________________________________________
2439 [  7090] By: jhi                                   on 2000/09/14  23:17:39
2440         Log: Subject: Re: perl@7078 
2441              From: Spider Boardman <spider@web.zk3.dec.com>
2442              Date: Thu, 14 Sep 2000 19:06:36 -0400
2443              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
2444      Branch: perl
2445            ! sv.c toke.c
2446 ____________________________________________________________________________
2447 [  7089] By: jhi                                   on 2000/09/14  23:11:21
2448         Log: Small portability tweaks.
2449      Branch: perl
2450            ! ext/Encode/Encode.xs
2451 ____________________________________________________________________________
2452 [  7088] By: jhi                                   on 2000/09/14  22:57:23
2453         Log: Fake return to pacify picky compilers.
2454      Branch: perl
2455            ! ext/Encode/Encode.xs
2456 ____________________________________________________________________________
2457 [  7087] By: jhi                                   on 2000/09/14  22:53:37
2458         Log: Subject: [PATCH] utf8.c apidoc
2459              From: Simon Cozens <simon@cozens.net>
2460              Date: Thu, 14 Sep 2000 23:46:57 +0100
2461              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
2462      Branch: perl
2463            ! perlapi.c pod/perlapi.pod utf8.c
2464 ____________________________________________________________________________
2465 [  7086] By: jhi                                   on 2000/09/14  22:40:38
2466         Log: We don't need to count the high bit bytes, a boolean is enough. 
2467      Branch: perl
2468            ! sv.c
2469 ____________________________________________________________________________
2470 [  7085] By: jhi                                   on 2000/09/14  21:20:09
2471         Log: Replace #7084 with
2472              
2473              Subject: Re: perl@7078 
2474              From: Spider Boardman <spider@web.zk3.dec.com>
2475              Date: Thu, 14 Sep 2000 17:09:36 -0400
2476              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
2477      Branch: perl
2478            ! sv.c utf8.c
2479 ____________________________________________________________________________
2480 [  7084] By: jhi                                   on 2000/09/14  20:03:34
2481         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
2482              convertable to bytes by checking it doesn't go above 0xc3
2483              
2484              Subject: Re: perl@7078
2485              From: Simon Cozens <simon@cozens.net>
2486              Date: Thu, 14 Sep 2000 20:59:19 +0100
2487              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
2488      Branch: perl
2489            ! utf8.c
2490 ____________________________________________________________________________
2491 [  7083] By: jhi                                   on 2000/09/14  19:38:47
2492         Log: Subject: Re: perl@7078
2493              From: Simon Cozens <simon@cozens.net>
2494              Date: Thu, 14 Sep 2000 20:13:09 +0100
2495              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
2496      Branch: perl
2497            ! t/op/bop.t
2498 ____________________________________________________________________________
2499 [  7082] By: jhi                                   on 2000/09/14  17:50:44
2500         Log: The one that got away.
2501      Branch: perl
2502            ! lib/File/Find.pm
2503 ____________________________________________________________________________
2504 [  7081] By: jhi                                   on 2000/09/14  17:45:35
2505         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
2506              From: Robin Barker <rmb1@cise.npl.co.uk>
2507              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
2508              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
2509      Branch: perl
2510            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
2511            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
2512            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
2513            ! regcomp.c toke.c universal.c
2514 ____________________________________________________________________________
2515 [  7080] By: jhi                                   on 2000/09/14  17:40:35
2516         Log: Problems picked up by AIX cc.
2517              
2518              Subject: Re: perl@7078 (patch included)
2519              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2520              Date: Thu, 14 Sep 2000 18:53:30 +0200
2521              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
2522      Branch: perl
2523            ! ext/Encode/Encode.xs
2524 ____________________________________________________________________________
2525 [  7079] By: jhi                                   on 2000/09/14  17:38:27
2526         Log: Subject: File::Find 5.7.0 POD nits
2527              From: Rich Morin <rdm@cfcl.com>
2528              Date: Wed, 13 Sep 2000 22:03:58 -0700
2529              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
2530      Branch: perl
2531            ! lib/File/Find.pm
2532 ____________________________________________________________________________
2533 [  7078] By: jhi                                   on 2000/09/14  14:58:20
2534         Log: Update Changes.
2535      Branch: perl
2536            ! Changes patchlevel.h
2537 ____________________________________________________________________________
2538 [  7077] By: jhi                                   on 2000/09/14  14:55:54
2539         Log: Compilation warnings and an error.
2540      Branch: perl
2541            ! sv.c
2542 ____________________________________________________________________________
2543 [  7076] By: jhi                                   on 2000/09/14  14:42:56
2544         Log: Fix for a parsing bug, not for the original bug.
2545              
2546              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
2547              From: Spider Boardman <spider@web.zk3.dec.com>
2548              Date: Wed, 13 Sep 2000 17:52:20 -0400
2549              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
2550      Branch: perl
2551            ! regcomp.c
2552 ____________________________________________________________________________
2553 [  7075] By: jhi                                   on 2000/09/14  14:40:40
2554         Log: Batch of UTF-8 patches from Simon Cozens.
2555      Branch: perl
2556            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
2557            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
2558            ! toke.c utf8.c
2559 ____________________________________________________________________________
2560 [  7074] By: jhi                                   on 2000/09/14  14:29:58
2561         Log: Subject: Re: Two advertising clauses need to be removed
2562              From: Russ Allbery <rra@stanford.edu>
2563              Date: 13 Sep 2000 18:50:26 -0700
2564              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
2565      Branch: perl
2566            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
2567 ____________________________________________________________________________
2568 [  7073] By: jhi                                   on 2000/09/14  14:28:20
2569         Log: Subject: [PATCH] de-wall t/README
2570              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2571              Date: Wed, 13 Sep 2000 17:46:55 -0700
2572              Message-ID: <//Bw5gzkge/e092yn@efn.org>
2573      Branch: perl
2574            ! t/README
2575 ____________________________________________________________________________
2576 [  7072] By: jhi                                   on 2000/09/14  14:25:10
2577         Log: Hints optimization.
2578              
2579              Subject: Minor nit
2580              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2581              Date: Wed, 13 Sep 2000 21:42:07 +0200
2582              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
2583      Branch: perl
2584            ! hints/hpux.sh
2585 ____________________________________________________________________________
2586 [  7071] By: jhi                                   on 2000/09/14  14:23:30
2587         Log: Allow chop() and chomp() to be overridden.
2588              
2589              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
2590              From: "Casey R. Tweten" <crt@kiski.net>
2591              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
2592              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
2593      Branch: perl
2594            ! toke.c
2595 ____________________________________________________________________________
2596 [  7070] By: jhi                                   on 2000/09/14  14:20:36
2597         Log: The return value of setlocale must be copied away.
2598              
2599              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
2600              From: Alan Burlison <Alan.Burlison@uk.sun.com>
2601              Date: Wed, 13 Sep 2000 16:27:37 +0100 
2602              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
2603      Branch: perl
2604            ! util.c
2605 ____________________________________________________________________________
2606 [  7069] By: jhi                                   on 2000/09/14  14:16:27
2607         Log: Remove vestiges of tr//CU.
2608              
2609              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
2610              From: Nick Clark <nick@plum.flirble.org>
2611              Date: Tue, 12 Sep 2000 22:50:14 +0100
2612              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
2613              
2614              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
2615              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2616              Date: Tue, 12 Sep 2000 21:38:48 -0700
2617              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
2618      Branch: perl
2619            ! op.h pod/perlunicode.pod
2620 ____________________________________________________________________________
2621 [  7068] By: jhi                                   on 2000/09/13  14:18:39
2622         Log: Add the Encode extension.  The code is still largely just skeleton.
2623      Branch: perl
2624            + ext/Encode/Encode.pm ext/Encode/Encode.xs
2625            + ext/Encode/Makefile.PL ext/Encode/Todo
2626            ! MANIFEST Todo-5.6
2627 ____________________________________________________________________________
2628 [  7067] By: jhi                                   on 2000/09/12  17:43:33
2629         Log: Allow for whitespace between "#" and "line" in cpp output.
2630              
2631              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
2632              From: Calle Dybedahl <calle@lysator.liu.se>
2633              Date: 12 Sep 2000 19:38:02 +0200 
2634              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
2635      Branch: perl
2636            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
2637 ____________________________________________________________________________
2638 [  7066] By: gsar                                  on 2000/09/12  17:24:29
2639         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
2640              initialization in all the threads on Windows
2641      Branch: perl
2642            ! win32/win32.c
2643 ____________________________________________________________________________
2644 [  7065] By: jhi                                   on 2000/09/12  15:11:31
2645         Log: Update Changes.
2646      Branch: perl
2647            ! Changes patchlevel.h
2648 ____________________________________________________________________________
2649 [  7064] By: jhi                                   on 2000/09/12  14:54:54
2650         Log: Retract #7062, the pod tests are not ready.
2651      Branch: perl
2652            ! t/TEST t/harness
2653 ____________________________________________________________________________
2654 [  7062] By: jhi                                   on 2000/09/12  14:08:32
2655         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
2656              From: sthoenna@efn.org
2657              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
2658              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
2659      Branch: perl
2660            ! t/TEST t/harness
2661 ____________________________________________________________________________
2662 [  7061] By: jhi                                   on 2000/09/12  14:07:18
2663         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
2664              From: sthoenna@efn.org
2665              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
2666              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
2667      Branch: perl
2668            ! pod/perlxs.pod
2669 ____________________________________________________________________________
2670 [  7060] By: jhi                                   on 2000/09/12  14:06:08
2671         Log: Break up the myconfig lines a bit.
2672              
2673              Subject: perlbug/perl -V output format
2674              From: sthoenna@efn.org
2675              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
2676              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
2677      Branch: perl
2678            ! myconfig.SH
2679 ____________________________________________________________________________
2680 [  7059] By: jhi                                   on 2000/09/12  14:05:04
2681         Log: Test for the #7049.
2682              
2683              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
2684              From: andreas.koenig@anima.de (Andreas J. Koenig)
2685              Date: 12 Sep 2000 06:42:01 +0200
2686              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
2687      Branch: perl
2688            ! t/op/my.t
2689 ____________________________________________________________________________
2690 [  7058] By: jhi                                   on 2000/09/12  14:03:05
2691         Log: Subject: [patch: perl@7045] vms updates
2692              From: Peter Prymmer <pvhp@forte.com>
2693              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
2694              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
2695      Branch: perl
2696            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
2697 ____________________________________________________________________________
2698 [  7057] By: jhi                                   on 2000/09/12  14:00:51
2699         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
2700              From: sthoenna@efn.org
2701              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
2702              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
2703      Branch: perl
2704            ! t/op/64bitint.t
2705 ____________________________________________________________________________
2706 [  7056] By: jhi                                   on 2000/09/12  13:58:14
2707         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
2708              From: Jeff Pinyan <jeffp@crusoe.net>
2709              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
2710              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
2711      Branch: perl
2712            ! pod/perlfunc.pod
2713 ____________________________________________________________________________
2714 [  7055] By: jhi                                   on 2000/09/12  13:56:32
2715         Log: Do in VMS as the #7054 does.
2716      Branch: perl
2717            ! configure.com
2718 ____________________________________________________________________________
2719 [  7053] By: jhi                                   on 2000/09/12  13:29:19
2720         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
2721              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2722              Date:     Tue, 12 Sep 2000 08:35:59 EDT
2723              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
2724      Branch: perl
2725            ! vms/test.com
2726 ____________________________________________________________________________
2727 [  7052] By: jhi                                   on 2000/09/11  23:01:50
2728         Log: Document the SvUTF8*().
2729      Branch: perl
2730            ! pod/perlapi.pod sv.h
2731 ____________________________________________________________________________
2732 [  7051] By: gsar                                  on 2000/09/11  14:46:30
2733         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
2734              (missed a spot when fixing up op_pmreplroot hack for ithreads)
2735      Branch: perl
2736            ! op.c t/op/split.t
2737 ____________________________________________________________________________
2738 [  7050] By: nick                                  on 2000/09/11  10:03:51
2739         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
2740              
2741              Subject: borland C++ win32.c tweak
2742              From: Vadim Konovalov <vkonovalov@lucent.com>
2743              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
2744              Date: Mon, 11 Sep 2000 11:22:33 +0400
2745      Branch: perl
2746            ! win32/win32.c
2747 ____________________________________________________________________________
2748 [  7049] By: nick                                  on 2000/09/11  09:57:33
2749         Log: Point fix for s/// on foreach (keys %xxx).
2750      Branch: perl
2751            ! pp_hot.c
2752 ____________________________________________________________________________
2753 [  7048] By: jhi                                   on 2000/09/10  23:37:09
2754         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
2755              by Pod::Text, from Brad Appleton.
2756      Branch: perl
2757            ! t/pod/testp2pt.pl
2758 ____________________________________________________________________________
2759 [  7047] By: jhi                                   on 2000/09/10  14:32:53
2760         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
2761              by Russ Allbery.
2762      Branch: perl
2763            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
2764 ____________________________________________________________________________
2765 [  7046] By: jhi                                   on 2000/09/10  14:15:08
2766         Log: Upgrade to CPAN 1.57_65, from Andreas König.
2767      Branch: perl
2768            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2769 ____________________________________________________________________________
2770 [  7045] By: jhi                                   on 2000/09/08  21:36:32
2771         Log: Update Changes.
2772      Branch: perl
2773            ! Changes patchlevel.h
2774 ____________________________________________________________________________
2775 [  7044] By: jhi                                   on 2000/09/08  21:29:56
2776         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
2777              From: Peter Prymmer <pvhp@forte.com>
2778              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
2779              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
2780      Branch: perl
2781            ! configure.com
2782 ____________________________________________________________________________
2783 [  7043] By: jhi                                   on 2000/09/08  21:27:50
2784         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
2785              From: Peter Prymmer <pvhp@forte.com>
2786              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
2787              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
2788      Branch: perl
2789            ! Makefile.SH installperl
2790 ____________________________________________________________________________
2791 [  7042] By: jhi                                   on 2000/09/08  21:23:21
2792         Log: Continue #7041.
2793      Branch: perl
2794            ! cygwin/Makefile.SHs os2/Makefile.SHs
2795 ____________________________________________________________________________
2796 [  7040] By: jhi                                   on 2000/09/08  14:34:18
2797         Log: Major rewrite of s2p.  And I mean really major, it is
2798              an implementation of sed in perl.  If called as s2p it
2799              will function as s2p.  Note: needs non-UNIXifying.
2800              
2801              Subject: s2p
2802              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2803              Date: Mon, 28 Aug 2000 14:05:12 +0200
2804              Message-ID: <39AA5578.2102E2AA@alcatel.at>
2805      Branch: perl
2806            ! x2p/s2p.PL
2807 ____________________________________________________________________________
2808 [  7039] By: jhi                                   on 2000/09/08  14:19:49
2809         Log: Re-allow vec() for characters > 255.
2810              
2811              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
2812              From: Spider Boardman <spider@web.zk3.dec.com>
2813              Date: Fri, 08 Sep 2000 02:21:02 -0400
2814              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
2815      Branch: perl
2816            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2817            ! t/op/vec.t
2818 ____________________________________________________________________________
2819 [  7038] By: jhi                                   on 2000/09/08  14:14:18
2820         Log: Subject: [PATCH lib/Benchmark.pm]
2821              From: <abigail@foad.org>
2822              Date: Thu, 7 Sep 2000 15:03:20 -0400
2823              Message-ID: <20000907190320.888.qmail@foad.org>
2824      Branch: perl
2825            ! lib/Benchmark.pm
2826 ____________________________________________________________________________
2827 [  7037] By: jhi                                   on 2000/09/08  14:11:06
2828         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
2829              
2830              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
2831              From: Spider Boardman <spider@web.zk3.dec.com>
2832              Date: Fri, 08 Sep 2000 01:30:27 -0400
2833              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
2834      Branch: perl
2835            ! op.c
2836 ____________________________________________________________________________
2837 [  7036] By: jhi                                   on 2000/09/08  14:08:58
2838         Log: Subject: [ID 20000908.002] perlipc documentation bug.
2839              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
2840              Date: Fri, 08 Sep 2000 12:38:32 +0200
2841              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
2842      Branch: perl
2843            ! pod/perlipc.pod
2844 ____________________________________________________________________________
2845 [  7035] By: jhi                                   on 2000/09/08  14:03:12
2846         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
2847              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2848              Date: Fri, 08 Sep 2000 11:47:34 +0200
2849              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
2850      Branch: perl
2851            ! hints/dec_osf.sh
2852 ____________________________________________________________________________
2853 [  7034] By: jhi                                   on 2000/09/08  13:59:35
2854         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
2855              From: Simon Cozens <simon@cozens.net>
2856              Date: Thu, 7 Sep 2000 20:40:38 +0100
2857              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
2858      Branch: perl
2859            ! pp_hot.c
2860 ____________________________________________________________________________
2861 [  7033] By: jhi                                   on 2000/09/08  04:03:03
2862         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
2863              From: "Larry W. Virden" <lvirden@cas.org>
2864              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
2865              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
2866      Branch: perl
2867            ! pod/perldiag.pod
2868 ____________________________________________________________________________
2869 [  7032] By: jhi                                   on 2000/09/07  22:18:30
2870         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
2871              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
2872              Date: Mon, 04 Sep 2000 13:16:38 -0700
2873              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
2874      Branch: perl
2875            ! lib/perl5db.pl
2876 ____________________________________________________________________________
2877 [  7031] By: jhi                                   on 2000/09/07  22:02:29
2878         Log: Fix the ccversion detection for 5.1 and beyond.
2879              
2880              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
2881              From: Spider Boardman <spider@leggy.zk3.dec.com>
2882              Date: Thu, 7 Sep 2000 17:54:27 -0400
2883              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
2884      Branch: perl
2885            ! hints/dec_osf.sh
2886 ____________________________________________________________________________
2887 [  7030] By: jhi                                   on 2000/09/07  19:12:28
2888         Log: Fix for
2889              
2890              Subject: [ID 20000903.001] \w in utf8-strings
2891              From: Marc Lehmann <pcg@goof.com>
2892              Date: Sun, 03 Sep 2000 09:44:29 +0200
2893              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
2894              
2895              and various related nits.
2896      Branch: perl
2897            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
2898 ____________________________________________________________________________
2899 [  7029] By: jhi                                   on 2000/09/07  18:49:09
2900         Log: Fix the URL, but the server is still missing in action.
2901              
2902              Subject: [ID 20000905.002] perlfaq1.pod URL error
2903              From: "Larry W. Virden" <lvirden@cas.org>
2904              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
2905              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
2906      Branch: perl
2907            ! pod/perlfaq1.pod
2908 ____________________________________________________________________________
2909 [  7028] By: jhi                                   on 2000/09/07  18:47:13
2910         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
2911              From: Hugo <hv@crypt.compulink.co.uk>
2912              Date: Tue, 05 Sep 2000 14:13:37 +0100
2913              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
2914      Branch: perl
2915            ! toke.c
2916 ____________________________________________________________________________
2917 [  7027] By: jhi                                   on 2000/09/07  18:45:35
2918         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
2919              From: Daniel Chetlin <daniel@chetlin.com>
2920              Date: Tue, 5 Sep 2000 04:57:07 -0700
2921              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
2922      Branch: perl
2923            ! pod/perlfaq6.pod pod/perlop.pod
2924 ____________________________________________________________________________
2925 [  7026] By: jhi                                   on 2000/09/07  18:44:01
2926         Log: Document the new ref() semantics.
2927              
2928              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
2929              From: Gisle Aas <gisle@ActiveState.com>
2930              Date: 05 Sep 2000 08:10:30 +0200
2931              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
2932      Branch: perl
2933            ! pod/perldelta.pod
2934 ____________________________________________________________________________
2935 [  7025] By: jhi                                   on 2000/09/07  18:42:27
2936         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
2937              
2938              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
2939              From: Gisle Aas <gisle@ActiveState.com>
2940              Date: 05 Sep 2000 08:11:40 +0200
2941              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
2942      Branch: perl
2943            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
2944 ____________________________________________________________________________
2945 [  7024] By: jhi                                   on 2000/09/07  18:39:32
2946         Log: Subject: [PATCH] Modernize Opcode.pm documentation
2947              From: Gisle Aas <gisle@ActiveState.com>
2948              Date: 4 Sep 2000 00:18:55 -0000
2949              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
2950      Branch: perl
2951            ! ext/Opcode/Opcode.pm
2952 ____________________________________________________________________________
2953 [  7023] By: jhi                                   on 2000/09/07  18:37:42
2954         Log: Subject: [PATCH] Tied filehandle documentation
2955              From: Gisle Aas <gisle@ActiveState.com>
2956              Date: 4 Sep 2000 00:14:40 -0000
2957              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
2958      Branch: perl
2959            ! pod/perlfunc.pod pod/perltie.pod
2960 ____________________________________________________________________________
2961 [  7022] By: jhi                                   on 2000/09/07  18:35:37
2962         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
2963              From: Gisle Aas <gisle@ActiveState.com>
2964              Date: 4 Sep 2000 00:04:22 -0000
2965              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
2966      Branch: perl
2967            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
2968 ____________________________________________________________________________
2969 [  7021] By: jhi                                   on 2000/09/07  18:33:22
2970         Log: Subject: small apidoc fix
2971              From: Marc Lehmann <pcg@goof.com>
2972              Date: Sun, 3 Sep 2000 05:12:06 +0200
2973              Message-ID: <20000903051206.A5909@cerebro.laendle>
2974      Branch: perl
2975            ! pod/perlapi.pod utf8.c
2976 ____________________________________________________________________________
2977 [  7020] By: jhi                                   on 2000/09/07  16:14:57
2978         Log: Tiny perldelta nits.
2979      Branch: perl
2980            ! pod/perldelta.pod
2981 ____________________________________________________________________________
2982 [  7019] By: jhi                                   on 2000/09/07  16:04:20
2983         Log: Guard against bad string->int conversion for quads.
2984      Branch: perl
2985            ! t/op/64bitint.t
2986 ____________________________________________________________________________
2987 [  7018] By: jhi                                   on 2000/09/06  17:07:03
2988         Log: Update Unicode todo list.
2989      Branch: perl
2990            ! Todo-5.6
2991 ____________________________________________________________________________
2992 [  7017] By: jhi                                   on 2000/09/05  21:16:01
2993         Log: Document the SvIOK_.*UV().
2994      Branch: perl
2995            ! pod/perlapi.pod sv.h
2996 ____________________________________________________________________________
2997 [  7016] By: nick                                  on 2000/09/03  21:54:46
2998         Log: Hash lookup of constant strings optimization:
2999              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
3000              to string table (as per sharepvn). Add newSV_pvn_share to create such
3001              a thing. Make hv.c compare addresses of strings and skip string compare
3002              if equal. Make method_named and helem ops use these shared-string SVs
3003              when arg is constant. Make keys op return shared-string SVs (less clearly
3004              a win).
3005      Branch: perl
3006            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
3007            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
3008            ! pod/perlintern.pod pp_hot.c proto.h sv.c
3009 ____________________________________________________________________________
3010 [  7015] By: jhi                                   on 2000/09/02  17:48:59
3011         Log: This is 5.7.0.
3012      Branch: perl
3013            ! Changes
3014 ____________________________________________________________________________
3015 [  7014] By: jhi                                   on 2000/09/02  17:35:45
3016         Log: Changes and patchlevel tweaks.
3017      Branch: perl
3018            ! Changes patchlevel.h
3019 ____________________________________________________________________________
3020 [  7013] By: jhi                                   on 2000/09/02  17:30:50
3021         Log: Update Changes.
3022      Branch: perl
3023            ! Changes patchlevel.h
3024 ____________________________________________________________________________
3025 [  7012] By: nick                                  on 2000/09/02  17:25:20
3026         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
3027      Branch: perl
3028            ! gv.c lib/overload.pm
3029 ____________________________________________________________________________
3030 [  7011] By: jhi                                   on 2000/09/02  17:16:25
3031         Log: Update perlhist.
3032      Branch: perl
3033            ! pod/perlhist.pod
3034 ____________________________________________________________________________
3035 [  7010] By: jhi                                   on 2000/09/02  17:01:35
3036         Log: perldelta nits.
3037      Branch: perl
3038            ! pod/perldelta.pod
3039 ____________________________________________________________________________
3040 [  7009] By: nick                                  on 2000/09/02  16:48:35
3041         Log: If overloaded %{} etc. return the object do not loop.
3042              Thus  sub deref { $_[0] } functions if object is wanted type.
3043      Branch: perl
3044            ! pp.h
3045 ____________________________________________________________________________
3046 [  7008] By: jhi                                   on 2000/09/02  16:26:11
3047         Log: Retab MANIFEST.
3048      Branch: perl
3049            ! ext/Storable/MANIFEST
3050 ____________________________________________________________________________
3051 [  7007] By: jhi                                   on 2000/09/02  16:23:02
3052         Log: Make certain cc is set before trying to run it.
3053      Branch: perl
3054            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
3055 ____________________________________________________________________________
3056 [  7006] By: jhi                                   on 2000/09/02  15:45:41
3057         Log: Unicode notes.
3058      Branch: perl
3059            ! pod/perldelta.pod
3060 ____________________________________________________________________________
3061 [  7004] By: jhi                                   on 2000/09/02  15:06:14
3062         Log: Apparently avoiding the swapping is too costly.
3063              
3064              From: "Ben Tilly" <ben_tilly@hotmail.com>
3065              Subject: Re: the door is closed.
3066              Date: Fri, 01 Sep 2000 20:23:16 EDT
3067              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
3068      Branch: perl
3069            ! pod/perlfaq4.pod
3070 ____________________________________________________________________________
3071 [  7003] By: nick                                  on 2000/09/02  12:26:04
3072         Log: Undo part of change 6489 which looks like a bulk edit which
3073              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
3074              The supressing of main:: on return from select() is undesirable.
3075      Branch: perl
3076            ! pp_sys.c
3077 ____________________________________________________________________________
3078 [  7002] By: jhi                                   on 2000/09/01  23:08:54
3079         Log: Update Changes.
3080      Branch: perl
3081            ! Changes patchlevel.h
3082 ____________________________________________________________________________
3083 [  7001] By: jhi                                   on 2000/09/01  23:00:13
3084         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
3085              From: Peter Prymmer <pvhp@forte.com>
3086              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
3087              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
3088              
3089              plus rework the http: spots as suggested by Tom Christiansen,
3090              plus regen perltoc.
3091      Branch: perl
3092            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
3093            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
3094 ____________________________________________________________________________
3095 [  7000] By: jhi                                   on 2000/09/01  22:36:01
3096         Log: Only the first line, thank you very much.
3097      Branch: perl
3098            ! hints/solaris_2.sh
3099 ____________________________________________________________________________
3100 [  6999] By: gsar                                  on 2000/09/01  22:16:40
3101         Log: change#6791 accidentally clobbered change#6710, put it back
3102      Branch: perl
3103            ! win32/win32.c
3104 ____________________________________________________________________________
3105 [  6998] By: jhi                                   on 2000/09/01  22:14:16
3106         Log: Mention the HP-UX LP64 freak failure.
3107      Branch: perl
3108            ! pod/perldelta.pod
3109 ____________________________________________________________________________
3110 [  6997] By: jhi                                   on 2000/09/01  21:48:32
3111         Log: Detypo.
3112      Branch: perl
3113            ! hints/hpux.sh
3114 ____________________________________________________________________________
3115 [  6996] By: jhi                                   on 2000/09/01  21:27:10
3116         Log: Update Changes.
3117      Branch: perl
3118            ! Changes patchlevel.h
3119 ____________________________________________________________________________
3120 [  6995] By: jhi                                   on 2000/09/01  21:14:24
3121         Log: Mi splgn s gnin.g
3122      Branch: perl
3123            ! pp_ctl.c
3124 ____________________________________________________________________________
3125 [  6994] By: jhi                                   on 2000/09/01  21:09:54
3126         Log: Subject: http:// in L<>
3127              From: Nicholas Clark <nick@ccl4.org>
3128              Date: Fri, 1 Sep 2000 22:03:21 +0100
3129              Message-ID: <20000901220321.B72074@plum.flirble.org>
3130      Branch: perl
3131            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
3132 ____________________________________________________________________________
3133 [  6993] By: jhi                                   on 2000/09/01  21:06:54
3134         Log: Update to Storable 1.0, from Raphael Manfredi.
3135      Branch: perl
3136            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
3137            ! ext/Storable/Makefile.PL ext/Storable/README
3138            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
3139            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
3140            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
3141            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
3142            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
3143            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
3144 ____________________________________________________________________________
3145 [  6992] By: jhi                                   on 2000/09/01  20:43:05
3146         Log: Mention known sfio+linux buglet.
3147      Branch: perl
3148            ! pod/perldelta.pod
3149 ____________________________________________________________________________
3150 [  6991] By: jhi                                   on 2000/09/01  20:40:11
3151         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
3152              From: Peter Prymmer <pvhp@forte.com>
3153              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
3154              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
3155      Branch: perl
3156            ! vms/vms.c
3157 ____________________________________________________________________________
3158 [  6990] By: jhi                                   on 2000/09/01  20:25:26
3159         Log: Retract #6986.
3160      Branch: perl
3161            ! hints/solaris_2.sh
3162 ____________________________________________________________________________
3163 [  6989] By: jhi                                   on 2000/09/01  20:23:00
3164         Log: Mergesort is back.
3165      Branch: perl
3166            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
3167 ____________________________________________________________________________
3168 [  6988] By: jhi                                   on 2000/09/01  19:37:40
3169         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
3170              From: Mike Guy <mjtg@cam.ac.uk>
3171              Date: Fri, 01 Sep 2000 17:43:33 +0100
3172              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
3173      Branch: perl
3174            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
3175            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
3176 ____________________________________________________________________________
3177 [  6987] By: jhi                                   on 2000/09/01  19:17:10
3178         Log: Regen perltoc.
3179      Branch: perl
3180            ! pod/perltoc.pod
3181 ____________________________________________________________________________
3182 [  6986] By: jhi                                   on 2000/09/01  18:51:10
3183         Log: Subject: Re: Solaris x86 has no SPARC libraries!
3184              From: Lupe Christoph <lupe@lupe-christoph.de>
3185              Date: Fri, 1 Sep 2000 20:41:20 +0200
3186              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
3187      Branch: perl
3188            ! hints/solaris_2.sh
3189 ____________________________________________________________________________
3190 [  6985] By: jhi                                   on 2000/09/01  18:28:10
3191         Log: Update Changes.
3192      Branch: perl
3193            ! Changes patchlevel.h
3194 ____________________________________________________________________________
3195 [  6984] By: jhi                                   on 2000/09/01  18:26:53
3196         Log: Feature ordering tweak.
3197      Branch: perl
3198            ! myconfig.SH
3199 ____________________________________________________________________________
3200 [  6983] By: jhi                                   on 2000/09/01  18:19:50
3201         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
3202              From: <abigail@foad.org>
3203              Date: Fri, 1 Sep 2000 13:07:32 -0400
3204              Message-ID: <20000901170732.18249.qmail@foad.org>
3205      Branch: perl
3206            ! t/pragma/overload.t
3207 ____________________________________________________________________________
3208 [  6981] By: nick                                  on 2000/09/01  17:21:57
3209         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
3210              warning when UNTIE exists and instead pass the cound of extra references to
3211              the UNTIE method.
3212      Branch: perl
3213            ! pod/perltie.pod pp_sys.c
3214 ____________________________________________________________________________
3215 [  6980] By: jhi                                   on 2000/09/01  16:54:44
3216         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
3217              From: Peter Prymmer <pvhp@forte.com>
3218              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
3219              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
3220      Branch: perl
3221            ! configure.com
3222 ____________________________________________________________________________
3223 [  6979] By: jhi                                   on 2000/09/01  16:06:20
3224         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
3225              From: Mike Guy <mjtg@cam.ac.uk> 
3226              Date: Fri, 01 Sep 2000 16:49:27 +0100
3227              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
3228      Branch: perl
3229            ! t/base/rs.t
3230 ____________________________________________________________________________
3231 [  6978] By: jhi                                   on 2000/09/01  16:00:42
3232         Log: Update to PodParser 1.18, from Brad Appleton.
3233      Branch: perl
3234            ! lib/Pod/Checker.pm t/pod/find.t
3235 ____________________________________________________________________________
3236 [  6976] By: jhi                                   on 2000/09/01  14:39:52
3237         Log: Update Changes.
3238      Branch: perl
3239            ! Changes patchlevel.h
3240 ____________________________________________________________________________
3241 [  6975] By: jhi                                   on 2000/09/01  14:37:36
3242         Log: microperl config update.
3243      Branch: perl
3244            ! uconfig.h uconfig.sh
3245 ____________________________________________________________________________
3246 [  6974] By: jhi                                   on 2000/09/01  14:36:53
3247         Log: Document known deficiencies.
3248      Branch: perl
3249            ! pod/perldelta.pod
3250 ____________________________________________________________________________
3251 [  6973] By: jhi                                   on 2000/09/01  14:10:20
3252         Log: Mention warnings fixes and updates.
3253      Branch: perl
3254            ! pod/perldelta.pod
3255 ____________________________________________________________________________
3256 [  6972] By: jhi                                   on 2000/09/01  14:01:52
3257         Log: Drop unused argument.
3258              
3259              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
3260              From: Spider Boardman <spider@web.zk3.dec.com>
3261              Date: Thu, 31 Aug 2000 16:10:15 -0400
3262              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
3263      Branch: perl
3264            ! toke.c
3265 ____________________________________________________________________________
3266 [  6971] By: jhi                                   on 2000/09/01  13:59:24
3267         Log: Add the overload warnings to perldiag.
3268      Branch: perl
3269            ! lib/overload.pm pod/perldiag.pod
3270 ____________________________________________________________________________
3271 [  6970] By: jhi                                   on 2000/09/01  13:55:10
3272         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
3273              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3274              Date: Fri, 1 Sep 2000 13:43:15 +0100 
3275              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
3276      Branch: perl
3277            ! lib/overload.pm t/pragma/overload.t
3278 ____________________________________________________________________________
3279 [  6969] By: jhi                                   on 2000/09/01  13:52:27
3280         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
3281              From: <abigail@foad.org>
3282              Date: Fri, 1 Sep 2000 05:46:54 -0400
3283              Message-ID: <20000901094654.6476.qmail@foad.org>
3284      Branch: perl
3285            ! lib/overload.pm
3286 ____________________________________________________________________________
3287 [  6968] By: jhi                                   on 2000/09/01  13:50:05
3288         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
3289              From: Daniel Chetlin <daniel@chetlin.com>
3290              Date: Fri, 1 Sep 2000 02:10:55 -0700
3291              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
3292      Branch: perl
3293            ! pod/perlretut.pod
3294 ____________________________________________________________________________
3295 [  6967] By: jhi                                   on 2000/09/01  13:47:54
3296         Log: Part of the solution.
3297              
3298              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
3299              From: Mike Guy <mjtg@cam.ac.uk>
3300              Date: Fri, 01 Sep 2000 14:16:01 +0100
3301              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
3302      Branch: perl
3303            ! gv.c mg.c
3304 ____________________________________________________________________________
3305 [  6966] By: jhi                                   on 2000/09/01  13:46:17
3306         Log: Subject: CPAN.pm beta 1.57_57 for the core
3307              From: andreas.koenig@anima.de (Andreas J. Koenig)
3308              Date: 01 Sep 2000 15:16:31 +0200
3309              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
3310      Branch: perl
3311            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
3312 ____________________________________________________________________________
3313 [  6965] By: jhi                                   on 2000/09/01  13:43:18
3314         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
3315              From: "Craig A. Berry" <craig.berry@psinetcs.com>
3316              Date: Fri, 01 Sep 2000 01:47:22 -0500
3317              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
3318      Branch: perl
3319            ! pod/perldelta.pod vms/vms.c
3320 ____________________________________________________________________________
3321 [  6964] By: jhi                                   on 2000/09/01  13:35:35
3322         Log: File::Temp patches from Andreas König,
3323              
3324              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
3325              From: andreas.koenig@anima.de (Andreas J. Koenig)
3326              Date: 01 Sep 2000 10:07:20 +0200
3327              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
3328              
3329              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
3330              From: andreas.koenig@anima.de (Andreas J. Koenig)
3331              Date: 31 Aug 2000 23:26:08 +0200
3332              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
3333      Branch: perl
3334            ! lib/File/Temp.pm t/lib/ftmp-security.t
3335 ____________________________________________________________________________
3336 [  6963] By: jhi                                   on 2000/09/01  02:22:24
3337         Log: Retract the mergesort code, way too incompatible licensing
3338              and copyrights.
3339      Branch: perl
3340            ! pod/perldelta.pod pp_ctl.c
3341 ____________________________________________________________________________
3342 [  6962] By: jhi                                   on 2000/08/31  23:27:32
3343         Log: Update Changes.
3344      Branch: perl
3345            ! Changes patchlevel.h
3346 ____________________________________________________________________________
3347 [  6960] By: jhi                                   on 2000/08/31  22:39:36
3348         Log: Further rewording.
3349      Branch: perl
3350            ! pp_ctl.c
3351 ____________________________________________________________________________
3352 [  6959] By: jhi                                   on 2000/08/31  21:26:44
3353         Log: More address tweaking.
3354      Branch: perl
3355            ! AUTHORS Changes
3356 ____________________________________________________________________________
3357 [  6958] By: jhi                                   on 2000/08/31  20:47:25
3358         Log: AUTHORS tweaks, from Peter Prymmer.
3359              
3360              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
3361              From: Peter Prymmer <pvhp@forte.com>
3362              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
3363              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
3364      Branch: perl
3365            ! AUTHORS MAINTAIN
3366 ____________________________________________________________________________
3367 [  6957] By: jhi                                   on 2000/08/31  20:34:43
3368         Log: perldelta tweaks.
3369      Branch: perl
3370            ! pod/perldelta.pod
3371 ____________________________________________________________________________
3372 [  6956] By: jhi                                   on 2000/08/31  19:11:06
3373         Log: Regen perltoc.
3374      Branch: perl
3375            ! pod/perltoc.pod
3376 ____________________________________________________________________________
3377 [  6955] By: jhi                                   on 2000/08/31  19:06:30
3378         Log: Clarify the mergesort situation.
3379      Branch: perl
3380            ! pp_ctl.c
3381 ____________________________________________________________________________
3382 [  6954] By: jhi                                   on 2000/08/31  18:24:17
3383         Log: Move the Solaris 7 scan to use64bitall, make the
3384              failure to find 64-bot sparc libc to mention the
3385              possibility of being in an intel, from Lupe and Alan.
3386      Branch: perl
3387            ! hints/solaris_2.sh
3388 ____________________________________________________________________________
3389 [  6951] By: jhi                                   on 2000/08/31  17:02:05
3390         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
3391      Branch: perl
3392            ! perl.h
3393 ____________________________________________________________________________
3394 [  6950] By: jhi                                   on 2000/08/31  16:26:08
3395         Log: More author updates.
3396              
3397              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
3398              From: Simon Cozens <simon@cozens.net>
3399              Date: Thu, 31 Aug 2000 17:13:32 +0100
3400              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
3401      Branch: perl
3402            ! AUTHORS
3403 ____________________________________________________________________________
3404 [  6949] By: jhi                                   on 2000/08/31  16:04:49
3405         Log: POSIX doesn't report long double values under -Duselongdouble
3406              when the long doubles are "real" (bigger than doubles).
3407              
3408              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
3409              From: Spider Boardman <spider@peano.zk3.dec.com>
3410              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
3411              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
3412      Branch: perl
3413            ! ext/POSIX/POSIX.xs
3414 ____________________________________________________________________________
3415 [  6948] By: jhi                                   on 2000/08/31  15:25:10
3416         Log: Update Changes.
3417      Branch: perl
3418            ! Changes patchlevel.h
3419 ____________________________________________________________________________
3420 [  6947] By: jhi                                   on 2000/08/31  15:22:29
3421         Log: Document UNTIE in a very minimalistic way.
3422      Branch: perl
3423            ! pod/perlfunc.pod pod/perltie.pod
3424 ____________________________________________________________________________
3425 [  6946] By: jhi                                   on 2000/08/31  15:15:23
3426         Log: Document known failures.
3427      Branch: perl
3428            ! pod/perldelta.pod
3429 ____________________________________________________________________________
3430 [  6944] By: jhi                                   on 2000/08/31  14:37:42
3431         Log: Wrap the test in eval.
3432              
3433              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
3434              From: Tim Jenness <timj@jach.hawaii.edu>
3435              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
3436              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
3437      Branch: perl
3438            ! t/lib/ftmp-security.t
3439 ____________________________________________________________________________
3440 [  6943] By: jhi                                   on 2000/08/31  14:30:57
3441         Log: Make -Dusemorebits find long doubles in Solaris.
3442      Branch: perl
3443            ! hints/solaris_2.sh
3444 ____________________________________________________________________________
3445 [  6942] By: jhi                                   on 2000/08/31  13:48:45
3446         Log: Clarify the third case of ftmp-security warnings.
3447      Branch: perl
3448            ! INSTALL
3449 ____________________________________________________________________________
3450 [  6941] By: jhi                                   on 2000/08/31  13:40:31
3451         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
3452              From: <abigail@foad.org>
3453              Date: Thu, 31 Aug 2000 01:35:05 -0400
3454              Message-ID: <20000831053505.32120.qmail@foad.org>
3455      Branch: perl
3456            ! pod/perldelta.pod
3457 ____________________________________________________________________________
3458 [  6940] By: jhi                                   on 2000/08/31  13:38:48
3459         Log: Issue useful diagnostic on unknown pod commands.
3460              
3461              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
3462              From: <abigail@foad.org>
3463              Date: Thu, 31 Aug 2000 03:41:18 -0400
3464              Message-ID: <20000831074118.24880.qmail@foad.org>
3465      Branch: perl
3466            ! lib/Pod/Man.pm
3467 ____________________________________________________________________________
3468 [  6939] By: jhi                                   on 2000/08/31  13:34:33
3469         Log: Reveal Borland's isnan.
3470              
3471              Subject: build with BC++ tweak
3472              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
3473              Date: Thu, 31 Aug 2000 13:09:37 +0400
3474              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
3475      Branch: perl
3476            ! win32/win32.h
3477 ____________________________________________________________________________
3478 [  6938] By: jhi                                   on 2000/08/31  05:01:20
3479         Log: Update Changes.
3480      Branch: perl
3481            ! Changes patchlevel.h
3482 ____________________________________________________________________________
3483 [  6936] By: jhi                                   on 2000/08/31  04:18:19
3484         Log: The #6929 was too skimpy.
3485      Branch: perl
3486            ! sv.c
3487 ____________________________________________________________________________
3488 [  6935] By: jhi                                   on 2000/08/31  02:47:07
3489         Log: Subject: Re: typos in pods
3490              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3491              Date: Wed, 30 Aug 2000 19:25:34 -0700
3492              Message-ID: <eIcr5gzkg25X092yn@efn.org>
3493      Branch: perl
3494            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
3495 ____________________________________________________________________________
3496 [  6934] By: jhi                                   on 2000/08/31  02:42:55
3497         Log: Missed one Unicode file.
3498      Branch: perl
3499            + lib/unicode/UCDFF301.html
3500 ____________________________________________________________________________
3501 [  6933] By: jhi                                   on 2000/08/30  23:42:27
3502         Log: Update Changes.
3503      Branch: perl
3504            ! Changes patchlevel.h
3505 ____________________________________________________________________________
3506 [  6932] By: jhi                                   on 2000/08/30  23:40:07
3507         Log: Mention UNTIE in perldelta.  Still needs documenting
3508              in perltie et alia.
3509      Branch: perl
3510            ! pod/perldelta.pod
3511 ____________________________________________________________________________
3512 [  6931] By: jhi                                   on 2000/08/30  23:36:02
3513         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
3514              From: <abigail@foad.org>
3515              Date: Wed, 30 Aug 2000 19:28:07 -0400
3516              Message-ID: <20000830232807.305.qmail@foad.org>
3517      Branch: perl
3518            ! pod/perldelta.pod
3519 ____________________________________________________________________________
3520 [  6930] By: jhi                                   on 2000/08/30  23:32:40
3521         Log: Update to Unicode 3.0.1.
3522      Branch: perl
3523            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
3524            + lib/unicode/PropList.txt lib/unicode/README.perl
3525            + lib/unicode/UCD301.html lib/unicode/Unicode.301
3526            - lib/unicode/Props.txt lib/unicode/UCD300.html
3527            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
3528            ! (edit 257 files)
3529 ____________________________________________________________________________
3530 [  6929] By: jhi                                   on 2000/08/30  22:38:18
3531         Log: Heap decorruption.
3532              
3533              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
3534              From: Alan Burlison <Alan.Burlison@uk.sun.com>
3535              Date: Wed, 30 Aug 2000 22:39:52 +0100
3536              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
3537      Branch: perl
3538            ! sv.c
3539 ____________________________________________________________________________
3540 [  6928] By: jhi                                   on 2000/08/30  22:29:34
3541         Log: Retract the dummy test, skip the security tests (instead of failing),
3542              explain what the warnings mean.
3543      Branch: perl
3544            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
3545 ____________________________________________________________________________
3546 [  6927] By: jhi                                   on 2000/08/30  22:14:13
3547         Log: Change the internal implementation of sort() to be mergesort
3548              instead of quicksort, from John Linderman <jpl@research.att.com>.
3549              Gives us better worst case, better average case, and stability.
3550              What's there not to like?  (Small fixes for threaded builds
3551              were required).
3552      Branch: perl
3553            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
3554 ____________________________________________________________________________
3555 [  6926] By: jhi                                   on 2000/08/30  20:55:20
3556         Log: A better fix for the Socket building problem from Craig Berry.
3557      Branch: perl
3558            ! vms/vms.c
3559 ____________________________________________________________________________
3560 [  6925] By: jhi                                   on 2000/08/30  20:20:25
3561         Log: Subject: [PATCH] Re: UNTIE method 
3562              From: Nick Ing-Simmons <nik@tiuk.ti.com>
3563              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
3564              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
3565      Branch: perl
3566            ! pp_sys.c t/op/tie.t
3567 ____________________________________________________________________________
3568 [  6924] By: jhi                                   on 2000/08/30  20:17:11
3569         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
3570              From: "Craig A. Berry" <craig.berry@psinetcs.com>
3571              Date: Wed, 30 Aug 2000 15:03:14 -0500
3572              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
3573      Branch: perl
3574            ! vms/vms.c
3575 ____________________________________________________________________________
3576 [  6923] By: jhi                                   on 2000/08/30  20:15:18
3577         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
3578              From: "Craig A. Berry" <craig.berry@psinetcs.com>
3579              Date: Wed, 30 Aug 2000 13:30:36 -0500
3580              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
3581      Branch: perl
3582            ! vms/vms.c
3583 ____________________________________________________________________________
3584 [  6922] By: jhi                                   on 2000/08/30  19:54:43
3585         Log: Better options for rsync.
3586      Branch: perl
3587            ! pod/perlhack.pod
3588 ____________________________________________________________________________
3589 [  6921] By: jhi                                   on 2000/08/30  19:40:16
3590         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
3591              From: Rick Delaney <rick@consumercontact.com>
3592              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
3593              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
3594      Branch: perl
3595            ! pod/perlfunc.pod
3596 ____________________________________________________________________________
3597 [  6920] By: jhi                                   on 2000/08/30  19:36:40
3598         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
3599              From: Peter Prymmer <pvhp@forte.com>
3600              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
3601              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
3602      Branch: perl
3603            ! configure.com
3604 ____________________________________________________________________________
3605 [  6919] By: jhi                                   on 2000/08/30  14:52:02
3606         Log: Update Changes.
3607      Branch: perl
3608            ! Changes patchlevel.h
3609 ____________________________________________________________________________
3610 [  6918] By: jhi                                   on 2000/08/30  14:48:34
3611         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
3612      Branch: perl
3613            ! lib/ExtUtils/typemap
3614 ____________________________________________________________________________
3615 [  6917] By: jhi                                   on 2000/08/30  14:46:34
3616         Log: Subject: typos in pods
3617              From: Nicholas Clark <nick@ccl4.org>
3618              Date: Wed, 30 Aug 2000 01:12:50 +0100
3619              Message-ID: <20000830011249.A61388@plum.flirble.org>
3620      Branch: perl
3621            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
3622            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
3623            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
3624            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
3625 ____________________________________________________________________________
3626 [  6916] By: jhi                                   on 2000/08/30  14:19:09
3627         Log: Document Storable problems on Crays.  (Will have
3628              to document all the other Storable problems, too.)
3629      Branch: perl
3630            ! pod/perldelta.pod
3631 ____________________________________________________________________________
3632 [  6915] By: jhi                                   on 2000/08/30  14:06:02
3633         Log: Subject: [PATCH] fix misc cast warnings
3634              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3635              Date: Tue, 29 Aug 2000 23:16:14 -0700
3636              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
3637      Branch: perl
3638            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
3639            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
3640            ! os2/os2ish.h
3641 ____________________________________________________________________________
3642 [  6914] By: jhi                                   on 2000/08/30  14:03:45
3643         Log: Timestamp mismatch again.  Need to fix this dependence on
3644              config_h.SH timestamp, since it's the contents of config_h.SH
3645              that matter.
3646      Branch: perl
3647            ! uconfig.h uconfig.sh
3648 ____________________________________________________________________________
3649 [  6913] By: jhi                                   on 2000/08/30  13:54:06
3650         Log: Don't say "Perl 5.0 source kit".
3651      Branch: perl
3652            ! perl.c
3653 ____________________________________________________________________________
3654 [  6911] By: jhi                                   on 2000/08/30  13:30:13
3655         Log: Put back the slice accidentally removed by #6907.
3656      Branch: perl
3657            ! hints/solaris_2.sh
3658 ____________________________________________________________________________
3659 [  6910] By: jhi                                   on 2000/08/30  01:24:26
3660         Log: Be consistent: other Net::get* do export theirs.
3661              
3662              Subject: Re: Net::protoent does not export 'getproto'
3663              From: Yasushi Nakajima <sey@jkc.co.jp>
3664              Date: Wed, 30 Aug 2000 09:53:14 +0900
3665              Message-Id: <200008300051.DAA24700@taku.hut.fi>
3666      Branch: perl
3667            ! lib/Net/protoent.pm
3668 ____________________________________________________________________________
3669 [  6909] By: jhi                                   on 2000/08/30  01:17:25
3670         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
3671              From: Gurusamy Sarathy <gsar@ActiveState.com>
3672              Date: Tue, 29 Aug 2000 17:17:07 -0700
3673              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
3674      Branch: perl
3675            ! cop.h
3676 ____________________________________________________________________________
3677 [  6908] By: jhi                                   on 2000/08/30  00:58:05
3678         Log: Update Changes.
3679      Branch: perl
3680            ! Changes patchlevel.h
3681 ____________________________________________________________________________
3682 [  6906] By: jhi                                   on 2000/08/30  00:25:47
3683         Log: Put back the flags dump as reasoned in
3684              
3685              Subject: Re: [PATCH] Glob dumping
3686              From: Mike Guy <mjtg@cam.ac.uk> 
3687              Date: Tue, 29 Aug 2000 21:41:32 +0100
3688              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
3689      Branch: perl
3690            ! dump.c t/lib/peek.t
3691 ____________________________________________________________________________
3692 [  6905] By: jhi                                   on 2000/08/30  00:16:17
3693         Log: Make the epsilon to be relative, not absolute.
3694              
3695              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
3696              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
3697              Date: Tue, 29 Aug 2000 19:58:56 -0400
3698              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
3699      Branch: perl
3700            ! t/lib/trig.t
3701 ____________________________________________________________________________
3702 [  6904] By: jhi                                   on 2000/08/30  00:13:09
3703         Log: From now on, Gisle is on my list of usual suspects :-)
3704              Retract #6902.
3705      Branch: perl
3706            ! ext/Opcode/Safe.pm
3707 ____________________________________________________________________________
3708 [  6903] By: jhi                                   on 2000/08/29  23:51:20
3709         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
3710              From: "Craig A. Berry" <craig.berry@psinetcs.com>
3711              Date: Tue, 29 Aug 2000 18:43:26 -0500
3712              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
3713      Branch: perl
3714            + vms/vmspipe.com
3715            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
3716            ! vms/vms.c
3717 ____________________________________________________________________________
3718 [  6902] By: jhi                                   on 2000/08/29  23:44:14
3719         Log: Retry what #6882 attempted.
3720              
3721              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
3722              From: Gisle Aas <gisle@ActiveState.com>
3723              Date: 30 Aug 2000 00:33:09 +0200
3724              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
3725      Branch: perl
3726            ! ext/Opcode/Safe.pm
3727 ____________________________________________________________________________
3728 [  6901] By: jhi                                   on 2000/08/29  22:59:32
3729         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
3730              From: Hugo <hv@crypt.compulink.co.uk>
3731              Date: Mon, 12 Jun 2000 19:36:08 +0100
3732              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
3733      Branch: perl
3734            ! sv.c
3735 ____________________________________________________________________________
3736 [  6900] By: jhi                                   on 2000/08/29  22:58:35
3737         Log: Admit that we are leaking scalars.
3738              
3739              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
3740              From: Spider Boardman <spider@leggy.zk3.dec.com>
3741              Date: Tue, 29 Aug 2000 18:48:29 -0400
3742              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
3743      Branch: perl
3744            ! t/pragma/warnings.t
3745 ____________________________________________________________________________
3746 [  6899] By: jhi                                   on 2000/08/29  20:53:13
3747         Log: Update Changes.
3748      Branch: perl
3749            ! Changes patchlevel.h
3750 ____________________________________________________________________________
3751 [  6898] By: jhi                                   on 2000/08/29  20:46:21
3752         Log: Undo namespace pollution of #6878.
3753              
3754              Subject: Re: Net::protoent does not export 'getproto'
3755              From: Mike Guy <mjtg@cam.ac.uk>
3756              Date: Tue, 29 Aug 2000 21:32:37 +0100
3757              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
3758      Branch: perl
3759            ! lib/Net/protoent.pm
3760 ____________________________________________________________________________
3761 [  6897] By: jhi                                   on 2000/08/29  20:44:29
3762         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
3763              From: Peter Prymmer <pvhp@forte.com>
3764              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
3765              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
3766      Branch: perl
3767            ! pod/perlebcdic.pod
3768 ____________________________________________________________________________
3769 [  6894] By: jhi                                   on 2000/08/29  19:59:52
3770         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
3771              From: "Philip Newton" <Philip.Newton@gmx.net>
3772              Date: Tue, 29 Aug 2000 21:39:14 +0200
3773              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
3774      Branch: perl
3775            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
3776            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
3777            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
3778            ! utils/perlbug.PL
3779 ____________________________________________________________________________
3780 [  6893] By: jhi                                   on 2000/08/29  19:55:30
3781         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
3782              From: "Philip Newton" <Philip.Newton@gmx.net>
3783              Date: Tue, 29 Aug 2000 21:39:14 +0200
3784              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
3785      Branch: perl
3786            ! installhtml
3787 ____________________________________________________________________________
3788 [  6892] By: jhi                                   on 2000/08/29  19:53:59
3789         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
3790              From: "Philip Newton" <Philip.Newton@gmx.net>
3791              Date: Tue, 29 Aug 2000 21:48:18 +0200
3792              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
3793      Branch: perl
3794            ! lib/File/Temp.pm
3795 ____________________________________________________________________________
3796 [  6891] By: jhi                                   on 2000/08/29  18:30:03
3797         Log: Nail the ID 20000828.023.
3798      Branch: perl
3799            ! ext/Storable/Storable.xs
3800 ____________________________________________________________________________
3801 [  6890] By: jhi                                   on 2000/08/29  16:50:17
3802         Log: Under usethreads the dumped variable is IN_PAD.
3803              
3804              Subject: Re: [PATCH] Glob dumping
3805              From: Gisle Aas <gisle@ActiveState.com>
3806              Date: 29 Aug 2000 18:45:05 +0200
3807              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
3808      Branch: perl
3809            ! t/lib/peek.t
3810 ____________________________________________________________________________
3811 [  6889] By: jhi                                   on 2000/08/29  15:17:37
3812         Log: Update Changes.
3813      Branch: perl
3814            ! Changes patchlevel.h
3815 ____________________________________________________________________________
3816 [  6888] By: jhi                                   on 2000/08/29  14:49:59
3817         Log: Retract #6882, broke the safe tests.
3818      Branch: perl
3819            ! ext/Opcode/Safe.pm
3820 ____________________________________________________________________________
3821 [  6887] By: jhi                                   on 2000/08/29  14:47:06
3822         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
3823              From: Gisle Aas <gisle@ActiveState.com> 
3824              Date: 09 Jun 2000 20:00:11 +0200
3825              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
3826      Branch: perl
3827            ! utils/perldoc.PL
3828 ____________________________________________________________________________
3829 [  6886] By: jhi                                   on 2000/08/29  14:42:45
3830         Log: The #6881 removed one dump line.
3831      Branch: perl
3832            ! t/lib/peek.t
3833 ____________________________________________________________________________
3834 [  6885] By: jhi                                   on 2000/08/29  14:30:47
3835         Log: Don't forget to tidy up.
3836      Branch: perl
3837            ! t/lib/ftmp-security.t
3838 ____________________________________________________________________________
3839 [  6884] By: jhi                                   on 2000/08/29  14:25:17
3840         Log: Disabling the one test is a bit tricky.
3841      Branch: perl
3842            ! t/lib/ftmp-security.t
3843 ____________________________________________________________________________
3844 [  6883] By: jhi                                   on 2000/08/29  14:16:25
3845         Log: Disable one of the tests for now.
3846      Branch: perl
3847            ! t/lib/ftmp-security.t
3848 ____________________________________________________________________________
3849 [  6882] By: jhi                                   on 2000/08/29  14:05:50
3850         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
3851              From: gisle@aas.no
3852              Date: 29 Aug 2000 10:35:06 -0000
3853              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
3854      Branch: perl
3855            ! ext/Opcode/Safe.pm
3856 ____________________________________________________________________________
3857 [  6881] By: jhi                                   on 2000/08/29  14:03:51
3858         Log: Subject: [PATCH] Glob dumping
3859              From: Gisle Aas <gisle@ActiveState.com>
3860              Date: 29 Aug 2000 07:59:42 -0000
3861              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
3862      Branch: perl
3863            ! dump.c
3864 ____________________________________________________________________________
3865 [  6880] By: jhi                                   on 2000/08/29  14:02:01
3866         Log: Subject: [PATCH] Warnings in B::Deparse
3867              From: <abigail@foad.org>
3868              Date: Tue, 29 Aug 2000 00:00:01 -0400
3869              Message-ID: <20000829040001.2999.qmail@foad.org>
3870      Branch: perl
3871            ! ext/B/B/Deparse.pm
3872 ____________________________________________________________________________
3873 [  6879] By: jhi                                   on 2000/08/29  13:57:26
3874         Log: Missed a change in #6869.
3875      Branch: perl
3876            ! mg.c
3877 ____________________________________________________________________________
3878 [  6878] By: jhi                                   on 2000/08/29  13:45:04
3879         Log: Subject: Net::protoent does not export 'getproto'
3880              From: Yasushi Nakajima <sey@jkc.co.jp>
3881              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
3882      Branch: perl
3883            ! lib/Net/protoent.pm
3884 ____________________________________________________________________________
3885 [  6877] By: jhi                                   on 2000/08/29  13:39:19
3886         Log: Patches all over for people and the files they (hopefully) care about.
3887      Branch: perl
3888            ! AUTHORS Changes MAINTAIN
3889 ____________________________________________________________________________
3890 [  6876] By: jhi                                   on 2000/08/29  12:53:54
3891         Log: Fix for thinko in #6848.
3892              
3893              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
3894              From: Lupe Christoph <lupe@lupe-christoph.de>
3895              Date: Tue, 29 Aug 2000 09:04:08 +0200
3896              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
3897      Branch: perl
3898            ! ext/Thread/Thread.xs
3899 ____________________________________________________________________________
3900 [  6875] By: jhi                                   on 2000/08/29  12:50:14
3901         Log: Update to Getopt::Long 2.24, from Johan Vromans.
3902      Branch: perl
3903            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
3904 ____________________________________________________________________________
3905 [  6874] By: jhi                                   on 2000/08/29  02:09:53
3906         Log: Use minimal @INC in tests, most of the time just '../lib',
3907              so that we simply can't pick up stuff from other Perls than
3908              the one we are testing.  Pointed out by
3909              
3910              From: Mike Guy <mjtg@cam.ac.uk>
3911              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
3912              Date: Fri, 25 Aug 2000 15:15:59 +0100
3913              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
3914      Branch: perl
3915            ! (edit 185 files)
3916 ____________________________________________________________________________
3917 [  6873] By: jhi                                   on 2000/08/29  01:07:11
3918         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
3919              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3920              Date: Mon, 28 Aug 2000 17:45:52 -0700
3921              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
3922      Branch: perl
3923            ! Makefile.SH hints/os2.sh
3924 ____________________________________________________________________________
3925 [  6872] By: jhi                                   on 2000/08/28  23:33:39
3926         Log: Subject: [PATCH bleedperl@6866] spellings
3927              From: marcel@codewerk.com (Marcel Grunauer)
3928              Date: Tue, 29 Aug 2000 01:19:59 +0200
3929              Message-Id: <200008282319.BAA29862@gandalf.local>
3930      Branch: perl
3931            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
3932            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
3933            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
3934 ____________________________________________________________________________
3935 [  6871] By: jhi                                   on 2000/08/28  23:22:09
3936         Log: Take out the SUIDMAIL thing, that will not be
3937              a problem in 5.7.*.
3938      Branch: perl
3939            ! patchlevel.h
3940 ____________________________________________________________________________
3941 [  6870] By: jhi                                   on 2000/08/28  23:19:30
3942         Log: -S is the silent flag, -s is the strip flag.
3943              
3944              Subject: [PATCH] Re: [PATCH] make no-install          
3945              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3946              Date: Mon, 28 Aug 2000 15:12:55 -0700
3947              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
3948      Branch: perl
3949            ! Makefile.SH
3950 ____________________________________________________________________________
3951 [  6869] By: jhi                                   on 2000/08/28  23:12:05
3952         Log: Subject: [PATCH bleedperl@6856] warnings fixes
3953              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3954              Date: Mon, 28 Aug 2000 23:55:06 +0100
3955              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
3956      Branch: perl
3957            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
3958            ! warnings.h warnings.pl
3959 ____________________________________________________________________________
3960 [  6868] By: jhi                                   on 2000/08/28  21:38:22
3961         Log: Potential cruft.
3962      Branch: perl
3963            ! Makefile.SH
3964 ____________________________________________________________________________
3965 [  6867] By: jhi                                   on 2000/08/28  21:35:36
3966         Log: Update Changes.
3967      Branch: perl
3968            ! Changes patchlevel.h
3969 ____________________________________________________________________________
3970 [  6866] By: jhi                                   on 2000/08/28  21:33:49
3971         Log: Subject: hv.h Doc Patch
3972              From: Fisher Mark <fisherm@tce.com>
3973              Date: Mon, 28 Aug 2000 16:24:59 -0500
3974              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
3975      Branch: perl
3976            ! hv.h
3977 ____________________________________________________________________________
3978 [  6864] By: jhi                                   on 2000/08/28  20:38:59
3979         Log: An attempt to fix the problem reported in
3980              
3981              Subject: Building perl@6856 using gcc/AIX 4.3.3 
3982              From: Daniel Muino <dmuino@afip.gov.ar> 
3983              Date: Mon, 28 Aug 2000 15:50:01 -0300   
3984              Message-ID: <20000828155001.A14403@con2-dgi>
3985              
3986              I can't test this properly since the gcc installation I have
3987              access to seems to be botched (gcc is calling the AIX cpp,
3988              a losing proposition...)
3989      Branch: perl
3990            ! hints/aix.sh
3991 ____________________________________________________________________________
3992 [  6863] By: jhi                                   on 2000/08/28  18:57:52
3993         Log: Fix for ID 20000828.001, long doubles were not formatted
3994              correctly (showed up in $], which stopped installing perl).
3995      Branch: perl
3996            ! sv.c
3997 ____________________________________________________________________________
3998 [  6862] By: jhi                                   on 2000/08/28  18:07:15
3999         Log: Typo in #6858.
4000      Branch: perl
4001            ! lib/Cwd.pm
4002 ____________________________________________________________________________
4003 [  6861] By: jhi                                   on 2000/08/28  17:57:27
4004         Log: opmini.o may be left around if a build is interrupted.
4005      Branch: perl
4006            ! Makefile.SH
4007 ____________________________________________________________________________
4008 [  6860] By: jhi                                   on 2000/08/28  16:52:50
4009         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
4010              From: Daniel Chetlin <daniel@chetlin.com>
4011              Date: Mon, 28 Aug 2000 01:14:18 -0700
4012              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
4013      Branch: perl
4014            ! lib/overload.pm
4015 ____________________________________________________________________________
4016 [  6859] By: jhi                                   on 2000/08/28  16:08:46
4017         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
4018              From: Nicholas Clark <nick@ccl4.org>
4019              Date: Mon, 28 Aug 2000 16:03:27 +0100
4020              Message-Id: <20000828160327.C49785@plum.flirble.org>
4021      Branch: perl
4022            ! ext/ByteLoader/bytecode.h
4023 ____________________________________________________________________________
4024 [  6858] By: jhi                                   on 2000/08/28  16:02:10
4025         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
4026              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
4027              Date: Mon, 28 Aug 2000 13:08:30 +0200
4028              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
4029      Branch: perl
4030            ! lib/Cwd.pm
4031 ____________________________________________________________________________
4032 [  6857] By: jhi                                   on 2000/08/28  15:42:47
4033         Log: display_format used as a class method without arguments was broken,
4034              reported in
4035              
4036              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
4037              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
4038              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
4039              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
4040      Branch: perl
4041            ! lib/Math/Complex.pm t/lib/complex.t
4042 ____________________________________________________________________________
4043 [  6856] By: jhi                                   on 2000/08/27  22:09:48
4044         Log: Update Changes.
4045      Branch: perl
4046            ! Changes patchlevel.h
4047 ____________________________________________________________________________
4048 [  6855] By: jhi                                   on 2000/08/27  21:59:21
4049         Log: Retract #6853 (false alarm).
4050      Branch: perl
4051            ! lib/ExtUtils/xsubpp
4052 ____________________________________________________________________________
4053 [  6854] By: jhi                                   on 2000/08/27  21:37:44
4054         Log: Update Changes.
4055      Branch: perl
4056            ! Changes patchlevel.h
4057 ____________________________________________________________________________
4058 [  6853] By: jhi                                   on 2000/08/27  21:37:16
4059         Log: Subject: [PATCH perl@6850] workaround for xsubpp
4060              From: Hugo <hv@crypt.compulink.co.uk>
4061              Date: Sun, 27 Aug 2000 22:30:25 +0100
4062              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
4063      Branch: perl
4064            ! lib/ExtUtils/xsubpp
4065 ____________________________________________________________________________
4066 [  6852] By: jhi                                   on 2000/08/27  21:33:58
4067         Log: Big-endian 64-bit patch from Raphael Manfredi.
4068      Branch: perl
4069            ! ext/Storable/Storable.xs
4070 ____________________________________________________________________________
4071 [  6851] By: jhi                                   on 2000/08/27  21:22:21
4072         Log: More ruthless editing from Hugo van der Sanden.
4073      Branch: perl
4074            ! pod/perldelta.pod
4075 ____________________________________________________________________________
4076 [  6850] By: jhi                                   on 2000/08/27  16:11:46
4077         Log: Update Changes.
4078      Branch: perl
4079            ! Changes patchlevel.h
4080 ____________________________________________________________________________
4081 [  6849] By: jhi                                   on 2000/08/27  16:11:05
4082         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
4083      Branch: perl
4084            ! configpm pod/perldelta.pod
4085 ____________________________________________________________________________
4086 [  6848] By: jhi                                   on 2000/08/27  15:35:08
4087         Log: Use the actual thread type, not the pointer-to-struct.
4088      Branch: perl
4089            ! ext/Thread/Thread.xs
4090 ____________________________________________________________________________
4091 [  6847] By: jhi                                   on 2000/08/27  15:30:49
4092         Log: Test nit.
4093      Branch: perl
4094            ! t/pragma/warn/pp_sys
4095 ____________________________________________________________________________
4096 [  6845] By: jhi                                   on 2000/08/27  15:08:54
4097         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
4098              From: Alan Burlison <Alan.Burlison@uk.sun.com>
4099              Date: Sat, 26 Aug 2000 22:23:27 +0100
4100              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
4101      Branch: perl
4102            ! lib/ExtUtils/MM_Unix.pm
4103 ____________________________________________________________________________
4104 [  6844] By: jhi                                   on 2000/08/27  15:02:37
4105         Log: DJGPP update from Laszlo Molnar.
4106              
4107              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
4108              From: ml1050 <ml1050@freemail.hu>
4109              Date: Sat, 26 Aug 2000 23:24:40 +0200
4110              Message-Id: <20000826232440.A439@freemail.hu>
4111      Branch: perl
4112            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
4113            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
4114 ____________________________________________________________________________
4115 [  6843] By: jhi                                   on 2000/08/27  14:53:58
4116         Log: Subject: installman buglet
4117              From: Lupe Christoph <lupe@lupe-christoph.de>
4118              Date: Sun, 27 Aug 2000 14:38:59 +0200
4119              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
4120      Branch: perl
4121            ! installman
4122 ____________________________________________________________________________
4123 [  6842] By: jhi                                   on 2000/08/27  14:52:08
4124         Log: Can't get the test to reliably work thanks to the
4125              inaccurateness of floating point.  "Resolves" bug ids
4126              20000826.003, 20000826.009, 20000826.010,
4127      Branch: perl
4128            ! t/lib/trig.t
4129 ____________________________________________________________________________
4130 [  6841] By: jhi                                   on 2000/08/26  15:53:58
4131         Log: Update Changes.
4132      Branch: perl
4133            ! Changes patchlevel.h
4134 ____________________________________________________________________________
4135 [  6840] By: jhi                                   on 2000/08/26  14:23:03
4136         Log: grep -e isn't portable.
4137              
4138              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
4139              From: chris@broadband.att.com
4140              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
4141              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
4142      Branch: perl
4143            ! hints/solaris_2.sh
4144 ____________________________________________________________________________
4145 [  6839] By: jhi                                   on 2000/08/26  14:12:23
4146         Log: no-install target a la make -n.
4147              
4148              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
4149              From: <abigail@foad.org>
4150              Date: Sat, 26 Aug 2000 03:57:34 -0400
4151              Message-ID: <20000826075735.18912.qmail@foad.org>
4152      Branch: perl
4153            ! Makefile.SH installman installperl
4154 ____________________________________________________________________________
4155 [  6838] By: jhi                                   on 2000/08/26  14:06:33
4156         Log: Retract #6826 as the #6828 should be do the same
4157              in a More Correct Way.
4158      Branch: perl
4159            ! installperl
4160 ____________________________________________________________________________
4161 [  6837] By: jhi                                   on 2000/08/26  05:24:00
4162         Log: More casting.
4163      Branch: perl
4164            ! ext/Storable/Storable.xs
4165 ____________________________________________________________________________
4166 [  6836] By: jhi                                   on 2000/08/26  05:05:46
4167         Log: Nicer in decimal.
4168      Branch: perl
4169            ! ext/Storable/Storable.xs
4170 ____________________________________________________________________________
4171 [  6835] By: jhi                                   on 2000/08/26  05:03:50
4172         Log: There be no UVdf.
4173      Branch: perl
4174            ! ext/Storable/Storable.xs
4175 ____________________________________________________________________________
4176 [  6834] By: jhi                                   on 2000/08/26  05:00:18
4177         Log: Continue IVdfing and UVxfing.
4178      Branch: perl
4179            ! ext/Storable/Storable.xs
4180 ____________________________________________________________________________
4181 [  6833] By: jhi                                   on 2000/08/26  04:53:14
4182         Log: Use IVdf.
4183      Branch: perl
4184            ! ext/Storable/Storable.xs
4185 ____________________________________________________________________________
4186 [  6832] By: jhi                                   on 2000/08/26  04:40:41
4187         Log: Document PTR2XX and INT2PTR.
4188      Branch: perl
4189            ! pod/perlguts.pod
4190 ____________________________________________________________________________
4191 [  6831] By: jhi                                   on 2000/08/26  04:33:18
4192         Log: Use UVxf, PTR2UV, NVff.
4193      Branch: perl
4194            ! ext/Storable/Storable.xs
4195 ____________________________________________________________________________
4196 [  6830] By: jhi                                   on 2000/08/26  04:31:32
4197         Log: Update the test count.
4198      Branch: perl
4199            ! t/lib/trig.t
4200 ____________________________________________________________________________
4201 [  6829] By: jhi                                   on 2000/08/26  03:05:50
4202         Log: Subject: [PATCH] installation not quite silent yet.
4203              From: <abigail@foad.org>
4204              Date: Fri, 25 Aug 2000 20:07:53 -0400
4205              Message-ID: <20000826000753.7822.qmail@foad.org>
4206      Branch: perl
4207            ! installman installperl
4208 ____________________________________________________________________________
4209 [  6828] By: jhi                                   on 2000/08/26  03:05:14
4210         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
4211              From: Spider Boardman <spider@web.zk3.dec.com>
4212              Date: Fri, 25 Aug 2000 19:12:40 -0400
4213              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
4214      Branch: perl
4215            ! gv.c
4216 ____________________________________________________________________________
4217 [  6827] By: jhi                                   on 2000/08/25  23:54:34
4218         Log: Support preserving extremely big/small angles.
4219      Branch: perl
4220            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
4221 ____________________________________________________________________________
4222 [  6826] By: jhi                                   on 2000/08/25  23:01:20
4223         Log: Patch installperl to be long double-aware.
4224              
4225              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
4226              From: Spider Boardman <spider@web.zk3.dec.com>
4227              Date: Fri, 25 Aug 2000 18:15:23 -0400
4228              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
4229      Branch: perl
4230            ! installperl
4231 ____________________________________________________________________________
4232 [  6825] By: jhi                                   on 2000/08/25  22:58:25
4233         Log: Remove duplicately applied patch shards.
4234              
4235              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
4236              From: Spider Boardman <spider@leggy.zk3.dec.com>
4237              Date: Fri, 25 Aug 2000 16:45:03 -0400
4238              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
4239      Branch: perl
4240            ! t/lib/cgi-html.t
4241 ____________________________________________________________________________
4242 [  6824] By: jhi                                   on 2000/08/25  22:57:00
4243         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
4244              From: Daniel Chetlin <daniel@chetlin.com>
4245              Date: Fri, 25 Aug 2000 12:23:16 -0700
4246              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
4247              
4248              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
4249              From: Daniel Chetlin <daniel@chetlin.com>
4250              Date: Fri, 25 Aug 2000 14:47:19 -0700
4251              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
4252      Branch: perl
4253            ! installman
4254 ____________________________________________________________________________
4255 [  6823] By: jhi                                   on 2000/08/25  22:44:17
4256         Log: Timestamp problem?
4257      Branch: perl
4258            ! uconfig.h uconfig.sh
4259 ____________________________________________________________________________
4260 [  6822] By: jhi                                   on 2000/08/25  19:01:06
4261         Log: One forgotten file from #6816.
4262      Branch: perl
4263            ! vos/config.h
4264 ____________________________________________________________________________
4265 [  6821] By: jhi                                   on 2000/08/25  18:56:39
4266         Log: Regen Changes.
4267      Branch: perl
4268            ! Changes patchlevel.h
4269 ____________________________________________________________________________
4270 [  6820] By: jhi                                   on 2000/08/25  18:52:35
4271         Log: Fix Changes ordering.
4272      Branch: perl
4273            ! Changes
4274 ____________________________________________________________________________
4275 [  6819] By: jhi                                   on 2000/08/25  18:50:25
4276         Log: Update Changes.
4277      Branch: perl
4278            ! Changes patchlevel.h
4279 ____________________________________________________________________________
4280 [  6817] By: jhi                                   on 2000/08/25  18:32:51
4281         Log: Allow microperl to assume <math.h>, without it the math
4282              functions like floor() are assumed to return int, which makes
4283              for core dumps in machines where integer and floating register
4284              don't mix.
4285      Branch: perl
4286            ! uconfig.h uconfig.sh
4287 ____________________________________________________________________________
4288 [  6815] By: jhi                                   on 2000/08/25  17:43:31
4289         Log: A solution for the retrieve_fd autosplit warning,
4290              idea suggested by Mike Guy.
4291      Branch: perl
4292            ! ext/Storable/Storable.pm
4293 ____________________________________________________________________________
4294 [  6814] By: jhi                                   on 2000/08/25  17:16:03
4295         Log: Add install-silent target.
4296      Branch: perl
4297            ! Makefile.SH
4298 ____________________________________________________________________________
4299 [  6813] By: jhi                                   on 2000/08/25  17:14:23
4300         Log: Subject: Re: [PATCH] More silencing of installman.
4301              From: <abigail@foad.org>
4302              Date: Thu, 24 Aug 2000 19:27:03 -0400
4303              Message-ID: <20000824232703.7001.qmail@foad.org>
4304              
4305              Subject: Re: [PATCH] More silencing of installman.
4306              From: <abigail@foad.org>
4307              Date: Fri, 25 Aug 2000 03:00:58 -0400
4308              Message-ID: <20000825070058.10697.qmail@foad.org>
4309      Branch: perl
4310            ! installman
4311 ____________________________________________________________________________
4312 [  6812] By: jhi                                   on 2000/08/25  17:11:28
4313         Log: installperl --verbose and --silent.
4314              
4315              Subject: Re: [PATCH] More silencing of installman.
4316              From: <abigail@foad.org>
4317              Message-ID: <20000825064430.9719.qmail@foad.org>
4318              Date: Fri, 25 Aug 2000 02:44:30 -0400
4319      Branch: perl
4320            ! installperl
4321 ____________________________________________________________________________
4322 [  6811] By: jhi                                   on 2000/08/25  17:05:43
4323         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
4324              From: "Peter J. Farley III" <pjfarley@banet.net>
4325              Date: Thu, 24 Aug 2000 21:58:03 -0400
4326              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
4327              
4328              (applied slightly modified)
4329      Branch: perl
4330            ! lib/ExtUtils/MM_Unix.pm
4331 ____________________________________________________________________________
4332 [  6810] By: jhi                                   on 2000/08/25  17:01:18
4333         Log: Missing parts of 
4334              
4335              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
4336              From: Peter Prymmer <pvhp@forte.com>
4337              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
4338              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
4339      Branch: perl
4340            ! t/lib/cgi-html.t
4341 ____________________________________________________________________________
4342 [  6809] By: jhi                                   on 2000/08/25  16:46:32
4343         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
4344              From: "Craig A. Berry" <craig.berry@psinetcs.com>
4345              Date: Thu, 24 Aug 2000 19:13:11 -0500
4346              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
4347      Branch: perl
4348            ! vms/vms.c
4349 ____________________________________________________________________________
4350 [  6808] By: jhi                                   on 2000/08/25  16:39:22
4351         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
4352              From: Peter Prymmer <pvhp@forte.com>
4353              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
4354              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
4355      Branch: perl
4356            ! configure.com
4357 ____________________________________________________________________________
4358 [  6807] By: jhi                                   on 2000/08/25  16:36:37
4359         Log: Better wording for the vec lvalue diagnostic.
4360              
4361              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
4362              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
4363              Date: Wed, 23 Aug 2000 14:12:16 -0400
4364              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
4365      Branch: perl
4366            ! pod/perldiag.pod
4367 ____________________________________________________________________________
4368 [  6806] By: jhi                                   on 2000/08/24  18:17:22
4369         Log: Subject: [PATCH] More silencing of installman.
4370              From: <abigail@foad.org>
4371              Date: Thu, 24 Aug 2000 14:01:44 -0400
4372              Message-ID: <20000824180144.20062.qmail@foad.org>
4373      Branch: perl
4374            ! installman
4375 ____________________________________________________________________________
4376 [  6805] By: jhi                                   on 2000/08/24  15:00:31
4377         Log: Update Changes.
4378      Branch: perl
4379            ! Changes patchlevel.h
4380 ____________________________________________________________________________
4381 [  6804] By: jhi                                   on 2000/08/24  14:59:07
4382         Log: Regen perltoc.
4383      Branch: perl
4384            ! pod/perltoc.pod
4385 ____________________________________________________________________________
4386 [  6803] By: jhi                                   on 2000/08/24  14:44:39
4387         Log: Show the doc file, not the temp file.
4388      Branch: perl
4389            ! installman
4390 ____________________________________________________________________________
4391 [  6802] By: jhi                                   on 2000/08/24  14:41:53
4392         Log: Continue silencing.
4393      Branch: perl
4394            ! installman
4395 ____________________________________________________________________________
4396 [  6801] By: jhi                                   on 2000/08/24  14:34:40
4397         Log: Actually do something with the silencer option.
4398      Branch: perl
4399            ! installman
4400 ____________________________________________________________________________
4401 [  6800] By: jhi                                   on 2000/08/24  14:26:22
4402         Log: Make installman to recognize the silence flag -S.
4403      Branch: perl
4404            ! installman
4405 ____________________________________________________________________________
4406 [  6799] By: jhi                                   on 2000/08/24  13:49:38
4407         Log: DOS patches and portability/porting notes, from Tim Jenness.
4408      Branch: perl
4409            ! lib/File/Temp.pm
4410 ____________________________________________________________________________
4411 [  6798] By: jhi                                   on 2000/08/24  13:48:27
4412         Log: Create directories in silence.
4413              
4414              Subject: [PATCH] Another silencer for MakeMaker
4415              From: andreas.koenig@anima.de (Andreas J. Koenig)
4416              Date: 24 Aug 2000 14:18:52 +0200
4417              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
4418      Branch: perl
4419            ! lib/ExtUtils/Command.pm
4420 ____________________________________________________________________________
4421 [  6797] By: jhi                                   on 2000/08/24  13:46:42
4422         Log: More liberal parsing of version numbers.
4423              
4424              Subject: Re: CPAN.pm beta for testing available
4425              From: andreas.koenig@anima.de (Andreas J. Koenig)
4426              Date: 24 Aug 2000 13:51:57 +0200
4427              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
4428      Branch: perl
4429            ! lib/CPAN.pm
4430 ____________________________________________________________________________
4431 [  6796] By: jhi                                   on 2000/08/24  13:44:36
4432         Log: Make "make install" by default silent.  A new "install-verbose"
4433              target is verbose.
4434      Branch: perl
4435            ! Makefile.SH
4436 ____________________________________________________________________________
4437 [  6795] By: jhi                                   on 2000/08/24  13:39:14
4438         Log: Add silencer flags to installperl.
4439              
4440              Subject: [PATCH] Making installperl silent.
4441              From: <abigail@foad.org>
4442              Date: Thu, 24 Aug 2000 05:01:45 -0400
4443              Message-ID: <20000824090145.13141.qmail@foad.org>
4444      Branch: perl
4445            ! installperl
4446 ____________________________________________________________________________
4447 [  6794] By: jhi                                   on 2000/08/24  13:35:50
4448         Log: installperl couldn't tell whether it had run tests or not.
4449              
4450              Subject: [PATCH] Re: installperl and t/TEST
4451              From: <abigail@foad.org>
4452              Date: Thu, 24 Aug 2000 04:00:53 -0400
4453              Message-ID: <20000824080053.2494.qmail@foad.org>
4454      Branch: perl
4455            ! Makefile.SH installperl
4456 ____________________________________________________________________________
4457 [  6793] By: jhi                                   on 2000/08/24  13:27:50
4458         Log: Drop the separate perlbc, perlcc -b should be enough.
4459      Branch: perl
4460            - utils/perlbc.PL
4461            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
4462 ____________________________________________________________________________
4463 [  6792] By: jhi                                   on 2000/08/24  04:41:30
4464         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
4465              plus the typo fix from Peter Prymmer.
4466      Branch: perl
4467            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
4468            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
4469 ____________________________________________________________________________
4470 [  6791] By: jhi                                   on 2000/08/24  02:10:43
4471         Log: Replace #6705 with a minimal doc patch.
4472              
4473              Subject: [PATCH 5.6.0] replace change #6705
4474              From: Jan Dubois <jand@ActiveState.com>
4475              Date: Wed, 23 Aug 2000 18:31:51 -0700
4476              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
4477      Branch: perl
4478            ! lib/Win32.pod win32/win32.c
4479 ____________________________________________________________________________
4480 [  6790] By: jhi                                   on 2000/08/23  17:52:00
4481         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
4482              From: Mike Guy <mjtg@cam.ac.uk>
4483              Date: Wed, 23 Aug 2000 18:38:46 +0100
4484              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
4485      Branch: perl
4486            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
4487 ____________________________________________________________________________
4488 [  6789] By: jhi                                   on 2000/08/23  15:34:21
4489         Log: Update Changes.
4490      Branch: perl
4491            ! Changes patchlevel.h
4492 ____________________________________________________________________________
4493 [  6788] By: jhi                                   on 2000/08/23  15:33:40
4494         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
4495              From: Wilfredo Sánchez <wsanchez@apple.com>
4496              Date: Tue, 22 Aug 2000 19:31:27 -0700
4497              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
4498      Branch: perl
4499            ! perl.h
4500 ____________________________________________________________________________
4501 [  6787] By: jhi                                   on 2000/08/23  15:29:31
4502         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
4503              From: Spider Boardman <spider@leggy.zk3.dec.com>
4504              Date: Wed, 23 Aug 2000 10:33:23 -0400
4505              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
4506      Branch: perl
4507            ! lib/Pod/Html.pm
4508 ____________________________________________________________________________
4509 [  6786] By: jhi                                   on 2000/08/23  15:28:11
4510         Log: Bad makefile.
4511      Branch: perl
4512            ! ext/B/Makefile.PL
4513 ____________________________________________________________________________
4514 [  6785] By: jhi                                   on 2000/08/23  14:37:04
4515         Log: Update Changes.
4516      Branch: perl
4517            ! Changes patchlevel.h
4518 ____________________________________________________________________________
4519 [  6784] By: jhi                                   on 2000/08/23  13:58:41
4520         Log: Portability fix from Hugo van der Sanden.
4521      Branch: perl
4522            ! ext/re/Makefile.PL
4523 ____________________________________________________________________________
4524 [  6783] By: jhi                                   on 2000/08/23  13:53:53
4525         Log: Storable support, v-version fixes.
4526              
4527              Subject: CPAN.pm beta for testing available
4528              From: andreas.koenig@anima.de (Andreas J. Koenig)
4529              Date: 22 Aug 2000 23:31:33 +0200
4530              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
4531      Branch: perl
4532            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4533 ____________________________________________________________________________
4534 [  6782] By: jhi                                   on 2000/08/23  13:51:26
4535         Log: Mac and other portability updates from Chris Nandor.
4536      Branch: perl
4537            ! pod/perlmodinstall.pod
4538 ____________________________________________________________________________
4539 [  6781] By: jhi                                   on 2000/08/23  13:47:33
4540         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
4541              From: Peter Prymmer <pvhp@forte.com>
4542              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
4543              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
4544      Branch: perl
4545            ! ext/Storable/Storable.xs
4546 ____________________________________________________________________________
4547 [  6780] By: jhi                                   on 2000/08/23  13:33:34
4548         Log: VMS MMS (make) wants null action.
4549      Branch: perl
4550            ! ext/B/Makefile.PL
4551 ____________________________________________________________________________
4552 [  6779] By: jhi                                   on 2000/08/22  19:44:47
4553         Log: Forgot portability nit.
4554      Branch: perl
4555            ! t/lib/st-forgive.t
4556 ____________________________________________________________________________
4557 [  6778] By: jhi                                   on 2000/08/22  19:35:25
4558         Log: Be portable.
4559      Branch: perl
4560            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
4561            ! t/lib/st-store.t
4562 ____________________________________________________________________________
4563 [  6777] By: jhi                                   on 2000/08/22  18:50:53
4564         Log: Update Changes.
4565      Branch: perl
4566            ! Changes patchlevel.h
4567 ____________________________________________________________________________
4568 [  6776] By: jhi                                   on 2000/08/22  18:44:46
4569         Log: cSVOPo_*v things index into the current PL_curpad
4570              under ithreads, which is different from the curpad
4571              used by the XSUB.  (In other words, the code as-is
4572              before this patch wouldn't work under ithreads.)
4573              From Sarathy.
4574      Branch: perl
4575            ! ext/B/B.xs
4576 ____________________________________________________________________________
4577 [  6774] By: jhi                                   on 2000/08/22  17:19:42
4578         Log: perldelta nits.
4579      Branch: perl
4580            ! pod/perldelta.pod
4581 ____________________________________________________________________________
4582 [  6773] By: jhi                                   on 2000/08/22  17:06:26
4583         Log: Long double fixes from Spider Boardman.
4584              
4585              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
4586              From: system PRIVILEGED account <root@peano.zk3.dec.com>
4587              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
4588              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
4589      Branch: perl
4590            ! t/lib/bigfltpm.t t/lib/st-06compat.t
4591 ____________________________________________________________________________
4592 [  6772] By: jhi                                   on 2000/08/22  15:04:53
4593         Log: Update Changes.
4594      Branch: perl
4595            ! Changes patchlevel.h
4596 ____________________________________________________________________________
4597 [  6771] By: jhi                                   on 2000/08/22  15:01:44
4598         Log: perldelta fixes from Hugo van der Sanden.
4599      Branch: perl
4600            ! pod/perldelta.pod
4601 ____________________________________________________________________________
4602 [  6770] By: jhi                                   on 2000/08/22  14:34:49
4603         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
4604              From: Hugo <hv@crypt.compulink.co.uk>
4605              Date: Tue, 22 Aug 2000 11:21:53 +0100
4606              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
4607      Branch: perl
4608            ! regcomp.c
4609 ____________________________________________________________________________
4610 [  6769] By: jhi                                   on 2000/08/22  14:30:02
4611         Log: Add Yitzchak, reformat.
4612      Branch: perl
4613            ! Changes config_h.SH
4614 ____________________________________________________________________________
4615 [  6767] By: jhi                                   on 2000/08/22  14:11:24
4616         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
4617              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4618              Date: Mon, 21 Aug 2000 19:08:31 -0700
4619              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
4620      Branch: perl
4621            - ext/Storable/patchlevel.h
4622            ! MANIFEST ext/Storable/MANIFEST
4623 ____________________________________________________________________________
4624 [  6766] By: jhi                                   on 2000/08/22  13:49:29
4625         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
4626              From: Peter Prymmer <pvhp@forte.com>
4627              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
4628              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
4629      Branch: perl
4630            ! configure.com ext/Storable/Makefile.PL
4631 ____________________________________________________________________________
4632 [  6765] By: jhi                                   on 2000/08/22  13:44:59
4633         Log: Subject: [PATCH blead] B:: missing dependency
4634              From: Hugo <hv@crypt.compulink.co.uk>
4635              Date: Tue, 22 Aug 2000 06:44:33 +0100
4636              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
4637      Branch: perl
4638            ! ext/B/Makefile.PL
4639 ____________________________________________________________________________
4640 [  6764] By: jhi                                   on 2000/08/22  13:38:12
4641         Log: More bytecompiler.
4642      Branch: perl
4643            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
4644 ____________________________________________________________________________
4645 [  6763] By: jhi                                   on 2000/08/22  13:36:44
4646         Log: Bytecompiler patches from Benjamin Stuhl.
4647      Branch: perl
4648            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
4649            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
4650            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
4651            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
4652            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
4653            ! perl.c perlapi.h pod/perldelta.pod
4654 ____________________________________________________________________________
4655 [  6762] By: jhi                                   on 2000/08/21  23:43:40
4656         Log: An obsoleted diagnostic.
4657      Branch: perl
4658            ! pod/perldelta.pod
4659 ____________________________________________________________________________
4660 [  6761] By: jhi                                   on 2000/08/21  23:01:45
4661         Log: The #6759 wasn't quite right.
4662      Branch: perl
4663            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
4664            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
4665            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
4666            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
4667            ! t/lib/st-tieditems.t
4668 ____________________________________________________________________________
4669 [  6760] By: jhi                                   on 2000/08/21  22:35:49
4670         Log: Be verydeepclean.
4671      Branch: perl
4672            ! Makefile.SH
4673 ____________________________________________________________________________
4674 [  6759] By: jhi                                   on 2000/08/21  22:25:40
4675         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
4676              From: Peter Prymmer <pvhp@forte.com>
4677              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
4678              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
4679      Branch: perl
4680            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
4681            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
4682            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
4683            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
4684            ! t/lib/st-tieditems.t
4685 ____________________________________________________________________________
4686 [  6758] By: jhi                                   on 2000/08/21  22:22:32
4687         Log: Few more casts, need reported in
4688              
4689              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
4690              From: Mike Stok <mike@stok.co.uk>
4691              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
4692              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
4693              
4694              and
4695              
4696              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
4697              From: abigail@foad.org
4698              Date: 21 Aug 2000 21:31:34 -0000
4699              Message-Id: <20000821213134.30170.qmail@foad.org>
4700      Branch: perl
4701            ! ext/Storable/Storable.xs
4702 ____________________________________________________________________________
4703 [  6757] By: jhi                                   on 2000/08/21  18:37:07
4704         Log: Update Changes.
4705      Branch: perl
4706            ! Changes patchlevel.h
4707 ____________________________________________________________________________
4708 [  6756] By: jhi                                   on 2000/08/21  18:34:02
4709         Log: A pod nit.
4710              
4711              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
4712              From: <abigail@foad.org>
4713              Date: Mon, 21 Aug 2000 14:00:16 -0400
4714              Message-ID: <20000821180016.28627.qmail@foad.org>
4715      Branch: perl
4716            ! pod/perlre.pod
4717 ____________________________________________________________________________
4718 [  6755] By: jhi                                   on 2000/08/21  18:30:56
4719         Log: Use PodParser 1.18 new test.
4720      Branch: perl
4721            ! t/pod/special_seqs.t t/pod/special_seqs.xr
4722 ____________________________________________________________________________
4723 [  6754] By: jhi                                   on 2000/08/21  18:28:35
4724         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
4725              patches cannot be applied since #6712 conflicts.
4726      Branch: perl
4727            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
4728 ____________________________________________________________________________
4729 [  6753] By: jhi                                   on 2000/08/21  18:15:11
4730         Log: Weed out some smaller changes.
4731      Branch: perl
4732            ! pod/perldelta.pod
4733 ____________________________________________________________________________
4734 [  6752] By: jhi                                   on 2000/08/21  18:02:30
4735         Log: Also under djgpp the timestamps are funky.
4736      Branch: perl
4737            ! t/op/stat.t
4738 ____________________________________________________________________________
4739 [  6750] By: jhi                                   on 2000/08/21  17:51:29
4740         Log: Unicos/mk requires elaborate paranoia.
4741      Branch: perl
4742            ! lib/Math/Complex.pm
4743 ____________________________________________________________________________
4744 [  6749] By: gsar                                  on 2000/08/21  16:53:31
4745         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
4746      Branch: perl
4747            ! lib/Cwd.pm
4748 ____________________________________________________________________________
4749 [  6748] By: gsar                                  on 2000/08/21  16:22:19
4750         Log: free TLS slot properly on Windows
4751      Branch: perl
4752            ! thread.h win32/perllib.c win32/win32thread.h
4753 ____________________________________________________________________________
4754 [  6747] By: jhi                                   on 2000/08/21  16:20:58
4755         Log: Rename the macro argument because some preprocessors
4756              can't tell the difference and expand arguments also inside
4757              double quoted strings.
4758      Branch: perl
4759            ! regcomp.c
4760 ____________________________________________________________________________
4761 [  6746] By: jhi                                   on 2000/08/21  16:09:41
4762         Log: Support long doubles in Storable.
4763              
4764              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
4765              From: Radu Greab <radu@netsoft.ro>
4766              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
4767              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
4768      Branch: perl
4769            ! ext/Storable/Storable.xs
4770 ____________________________________________________________________________
4771 [  6745] By: jhi                                   on 2000/08/21  15:51:40
4772         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
4773              From: "Fifer, Eric" <EFifer@sanwaint.com>
4774              Date: Mon, 21 Aug 2000 15:34:49 +0100
4775              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
4776      Branch: perl
4777            ! t/pragma/warn/9enabled
4778 ____________________________________________________________________________
4779 [  6744] By: jhi                                   on 2000/08/21  15:39:35
4780         Log: Document the endianness of Alpha more precisely.
4781      Branch: perl
4782            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
4783            ! pod/perlport.pod
4784 ____________________________________________________________________________
4785 [  6743] By: jhi                                   on 2000/08/21  14:47:05
4786         Log: perldelta fixes from the p5p crowd.
4787      Branch: perl
4788            ! pod/perldelta.pod pod/perlop.pod
4789 ____________________________________________________________________________
4790 [  6742] By: jhi                                   on 2000/08/21  13:34:51
4791         Log: Update to Pod::LaTeX 0.53.
4792              
4793              Subject: [PATCH] lib/Pod/LaTeX.pm updates
4794              From: Tim Jenness <timj@jach.hawaii.edu>
4795              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
4796              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
4797      Branch: perl
4798            ! lib/Pod/LaTeX.pm
4799 ____________________________________________________________________________
4800 [  6741] By: jhi                                   on 2000/08/21  13:33:01
4801         Log: Subject: [PATCH] os2.c fix for use64bitint
4802              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4803              Date: Mon, 21 Aug 2000 01:32:25 -0700
4804              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
4805      Branch: perl
4806            ! os2/os2.c
4807 ____________________________________________________________________________
4808 [  6740] By: jhi                                   on 2000/08/21  13:28:52
4809         Log: Array context keeps slithering in.
4810              
4811              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
4812              From: Daniel Chetlin <daniel@chetlin.com>
4813              Date: Sun, 20 Aug 2000 21:40:25 -0700
4814              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
4815      Branch: perl
4816            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
4817            ! pod/perldebtut.pod
4818 ____________________________________________________________________________
4819 [  6739] By: jhi                                   on 2000/08/21  13:23:55
4820         Log: Big-endian quad fixes for Storable from Radu Greab,
4821              plus few explicit null casts for picky compilers.
4822      Branch: perl
4823            ! ext/Storable/Storable.xs
4824 ____________________________________________________________________________
4825 [  6738] By: gsar                                  on 2000/08/21  05:56:13
4826         Log: small tweaks for change#6705: avoid C++ style comments in C code;
4827              use Perl's malloc API rather than the low level system one
4828      Branch: perl
4829            ! win32/win32.c
4830 ____________________________________________________________________________
4831 [  6737] By: gsar                                  on 2000/08/21  05:35:41
4832         Log: add Storable to list of extensions on Windows
4833      Branch: perl
4834            ! win32/Makefile win32/makefile.mk
4835 ____________________________________________________________________________
4836 [  6736] By: jhi                                   on 2000/08/21  02:57:53
4837         Log: Update Changes.
4838      Branch: perl
4839            ! Changes patchlevel.h
4840 ____________________________________________________________________________
4841 [  6735] By: jhi                                   on 2000/08/21  02:57:20
4842         Log: Draft 0.
4843      Branch: perl
4844            ! pod/perldelta.pod
4845 ____________________________________________________________________________
4846 [  6734] By: jhi                                   on 2000/08/21  02:57:03
4847         Log: Add Storable 0.7.2 from Raphael Manfredi,
4848              plus the patch from
4849              
4850              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
4851              From: Radu Greab <radu@netsoft.ro>
4852              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
4853              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
4854              
4855              plus changes to get Storable to compile with
4856              picky ANSI compilers.
4857      Branch: perl
4858            + ext/Storable/ChangeLog ext/Storable/MANIFEST
4859            + ext/Storable/Makefile.PL ext/Storable/README
4860            + ext/Storable/Storable.pm ext/Storable/Storable.xs
4861            + ext/Storable/patchlevel.h t/lib/st-06compat.t
4862            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
4863            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
4864            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
4865            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
4866            + t/lib/st-tieditems.t
4867            ! MANIFEST
4868 ____________________________________________________________________________
4869 [  6733] By: jhi                                   on 2000/08/21  02:29:09
4870         Log: The correct cleaning order is an art.
4871      Branch: perl
4872            ! Makefile.SH
4873 ____________________________________________________________________________
4874 [  6732] By: jhi                                   on 2000/08/21  01:23:39
4875         Log: The #6724 is here.
4876      Branch: perl
4877            ! t/lib/ftmp-security.t
4878 ____________________________________________________________________________
4879 [  6731] By: jhi                                   on 2000/08/20  23:17:03
4880         Log: s/this one/the 5.6.0 release/
4881      Branch: perl
4882            ! pod/perl56delta.pod
4883 ____________________________________________________________________________
4884 [  6730] By: jhi                                   on 2000/08/20  23:07:34
4885         Log: Mention perlebcdic and perlposix-bc.
4886      Branch: perl
4887            ! pod/perlport.pod
4888 ____________________________________________________________________________
4889 [  6729] By: jhi                                   on 2000/08/20  21:32:59
4890         Log: Document the number of exponent digits.
4891      Branch: perl
4892            ! pod/perlfunc.pod
4893 ____________________________________________________________________________
4894 [  6728] By: jhi                                   on 2000/08/20  21:16:47
4895         Log: Use File::Spec->tmpdir().
4896              
4897              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
4898              From: Tim Jenness <timj@jach.hawaii.edu>
4899              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
4900              MIME-Version: 1.0
4901              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
4902      Branch: perl
4903            ! utils/perlbug.PL
4904 ____________________________________________________________________________
4905 [  6727] By: jhi                                   on 2000/08/20  20:43:32
4906         Log: Update Changes.
4907      Branch: perl
4908            ! Changes patchlevel.h
4909 ____________________________________________________________________________
4910 [  6726] By: jhi                                   on 2000/08/20  20:41:44
4911         Log: The veryclean target needs to clobber.
4912      Branch: perl
4913            ! Makefile.SH
4914 ____________________________________________________________________________
4915 [  6725] By: jhi                                   on 2000/08/20  20:37:38
4916         Log: Document odd vs even subreleases and -Dusedevel.
4917      Branch: perl
4918            ! INSTALL
4919 ____________________________________________________________________________
4920 [  6724] By: jhi                                   on 2000/08/20  19:58:05
4921         Log: Use temporary directory instead of current directory.
4922              
4923              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
4924              From: Tim Jenness <timj@jach.hawaii.edu>
4925              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
4926              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
4927      Branch: perl
4928            ! t/lib/ftmp-security.t
4929 ____________________________________________________________________________
4930 [  6723] By: jhi                                   on 2000/08/20  19:55:55
4931         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
4932              From: andreas.koenig@anima.de (Andreas J. Koenig)
4933              Date: 20 Aug 2000 15:52:03 +0200
4934              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
4935      Branch: perl
4936            ! lib/ExtUtils/MM_Unix.pm
4937 ____________________________________________________________________________
4938 [  6722] By: jhi                                   on 2000/08/20  19:46:01
4939         Log: Update to CGI 2.72, from Lincoln Stein.
4940      Branch: perl
4941            ! lib/CGI.pm
4942 ____________________________________________________________________________
4943 [  6721] By: jhi                                   on 2000/08/20  19:43:54
4944         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
4945              From: Radu Greab <radu@netsoft.ro>
4946              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
4947              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
4948      Branch: perl
4949            ! ext/GDBM_File/GDBM_File.xs
4950 ____________________________________________________________________________
4951 [  6720] By: jhi                                   on 2000/08/20  19:42:01
4952         Log: pp_open() could pass an uninitialized filename down to do_open9().
4953      Branch: perl
4954            ! pp_sys.c
4955 ____________________________________________________________________________
4956 [  6719] By: jhi                                   on 2000/08/20  14:06:41
4957         Log: UTF8 concat fixes.
4958              
4959              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
4960              From: Hugo <hv@crypt.compulink.co.uk>
4961              Date: Sun, 20 Aug 2000 07:30:46 +0100
4962              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
4963      Branch: perl
4964            ! pp_hot.c t/op/append.t
4965 ____________________________________________________________________________
4966 [  6718] By: jhi                                   on 2000/08/20  02:09:37
4967         Log: Let's try #6717 again.
4968      Branch: perl
4969            ! lib/File/Temp.pm
4970 ____________________________________________________________________________
4971 [  6717] By: jhi                                   on 2000/08/20  01:56:55
4972         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
4973              From: "Craig A. Berry" <craig.berry@metamorgs.com>
4974              Date: Sat, 19 Aug 2000 18:15:39 -0500
4975              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
4976      Branch: perl
4977            ! lib/File/Temp.pm
4978 ____________________________________________________________________________
4979 [  6716] By: jhi                                   on 2000/08/19  15:50:11
4980         Log: Update Changes.
4981      Branch: perl
4982            ! Changes patchlevel.h
4983 ____________________________________________________________________________
4984 [  6715] By: jhi                                   on 2000/08/19  15:39:09
4985         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
4986              From: Jonathan D Johnston <jdjohnston2@juno.com>
4987              Date: Thu, 17 Aug 2000 23:13:01 -0400       
4988              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
4989      Branch: perl
4990            ! pod/perlfunc.pod
4991 ____________________________________________________________________________
4992 [  6714] By: jhi                                   on 2000/08/19  15:34:04
4993         Log: Introduce a 'veryclean' target that is like 'distclean'
4994              but also removes *~ and *.orig.
4995      Branch: perl
4996            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
4997            ! utils/Makefile x2p/Makefile.SH
4998 ____________________________________________________________________________
4999 [  6713] By: jhi                                   on 2000/08/19  14:15:45
5000         Log: Put back the long double avoidance code to POSIX.xs
5001              because VMS seems to need it still.
5002      Branch: perl
5003            ! ext/POSIX/POSIX.xs
5004 ____________________________________________________________________________
5005 [  6712] By: jhi                                   on 2000/08/19  14:10:41
5006         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
5007              From: Peter Prymmer <pvhp@forte.com>
5008              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
5009              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
5010      Branch: perl
5011            ! lib/Pod/Find.pm t/pod/find.t
5012 ____________________________________________________________________________
5013 [  6711] By: jhi                                   on 2000/08/19  14:09:19
5014         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
5015              From: Peter Prymmer <pvhp@forte.com>
5016              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
5017              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
5018              cc: vmsperl@perl.org
5019      Branch: perl
5020            ! t/lib/peek.t
5021 ____________________________________________________________________________
5022 [  6710] By: jhi                                   on 2000/08/19  14:08:01
5023         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
5024              From: Jan Dubois <jand@ActiveState.com>
5025              Date: Fri, 18 Aug 2000 16:31:48 -0700
5026              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
5027      Branch: perl
5028            ! win32/win32.c
5029 ____________________________________________________________________________
5030 [  6709] By: jhi                                   on 2000/08/19  14:06:57
5031         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
5032              
5033              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
5034              From: Spider.Boardman@Orb.Nashua.NH.US
5035              Date: Fri, 18 Aug 2000 18:41:14 -0400
5036              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
5037      Branch: perl
5038            ! regcomp.c
5039 ____________________________________________________________________________
5040 [  6708] By: jhi                                   on 2000/08/18  22:04:49
5041         Log: Update Changes.
5042      Branch: perl
5043            ! Changes patchlevel.h
5044 ____________________________________________________________________________
5045 [  6707] By: jhi                                   on 2000/08/18  21:55:14
5046         Log: Add warnif(), check warnings further up the stack,
5047              all the warnings functions now can take an optional object reference.
5048              
5049              Subject: [PATCH bleedperl@6691] warnings pragma update
5050              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
5051              Date: Fri, 18 Aug 2000 22:42:06 +0100
5052              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
5053      Branch: perl
5054            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
5055            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
5056            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
5057 ____________________________________________________________________________
5058 [  6706] By: jhi                                   on 2000/08/18  21:41:45
5059         Log: Typo in pp_complement().
5060              
5061              Subject: [PATCH perl-current] Deparse
5062              From: Peter Scott <Peter@PSDT.com>
5063              Date: Fri, 18 Aug 2000 12:44:37 -0700
5064              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
5065      Branch: perl
5066            ! ext/B/B/Deparse.pm
5067 ____________________________________________________________________________
5068 [  6705] By: jhi                                   on 2000/08/18  21:25:59
5069         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
5070              From: Jan Dubois <jand@ActiveState.com>
5071              Date: Fri, 18 Aug 2000 14:22:51 -0700
5072              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
5073      Branch: perl
5074            ! lib/Win32.pod win32/win32.c
5075 ____________________________________________________________________________
5076 [  6704] By: jhi                                   on 2000/08/18  21:16:14
5077         Log: Don't eat leading os from index entries.
5078              
5079              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
5080              From: Russ Allbery <rra@stanford.edu>
5081              Date: 10 Aug 2000 20:49:25 -0700
5082              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
5083      Branch: perl
5084            ! lib/Pod/Man.pm
5085 ____________________________________________________________________________
5086 [  6703] By: jhi                                   on 2000/08/18  21:07:06
5087         Log: Add [[:blank:]] as suggested in
5088              
5089              Subject: [ID 20000716.024] [=cc=] / [:blank:]
5090              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
5091              Date: Sun, 16 Jul 2000 17:55:29 -0700
5092              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
5093              
5094              (the [=cc=] has already been taken care of by #6439
5095              so the whole bug report can be closed)
5096              
5097              and make [[:space:]] to be equivalent to isspace(3)
5098              (as opposed to \s, which is isSPACE()).  The difference
5099              is that now [[:space:]] matches the mythical vertical tab,
5100              while \s doesn't.
5101      Branch: perl
5102            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
5103            ! regexec.c t/op/pat.t
5104 ____________________________________________________________________________
5105 [  6702] By: jhi                                   on 2000/08/18  18:47:47
5106         Log: The new tests were missing from #6415.
5107      Branch: perl
5108            ! t/op/bop.t
5109 ____________________________________________________________________________
5110 [  6701] By: jhi                                   on 2000/08/18  18:20:40
5111         Log: Document the NDBM_File and ODBM_File as SDBM_File
5112              was documented in #6417.
5113      Branch: perl
5114            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
5115            ! ext/SDBM_File/SDBM_File.pm
5116 ____________________________________________________________________________
5117 [  6700] By: jhi                                   on 2000/08/18  18:10:39
5118         Log: Subject: [PATCH perl@6698] cygwin port
5119              From: "Fifer, Eric" <EFifer@sanwaint.com>
5120              Date: Fri, 18 Aug 2000 17:30:05 +0100
5121              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
5122      Branch: perl
5123            ! lib/File/Temp.pm
5124 ____________________________________________________________________________
5125 [  6699] By: jhi                                   on 2000/08/18  16:21:49
5126         Log: Document code point which makes if (defined %stash::) to work
5127              (noted by Spider Boardman).
5128      Branch: perl
5129            ! op.c
5130 ____________________________________________________________________________
5131 [  6698] By: jhi                                   on 2000/08/18  13:43:27
5132         Log: Update Changes.
5133      Branch: perl
5134            ! Changes patchlevel.h
5135 ____________________________________________________________________________
5136 [  6697] By: jhi                                   on 2000/08/18  13:35:57
5137         Log: Tiny Getopt::Long patch from Johan Vromans.
5138      Branch: perl
5139            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
5140 ____________________________________________________________________________
5141 [  6696] By: jhi                                   on 2000/08/18  13:26:14
5142         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
5143              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
5144              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
5145              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
5146      Branch: perl
5147            ! pod/perldiag.pod pod/perlsyn.pod
5148 ____________________________________________________________________________
5149 [  6695] By: jhi                                   on 2000/08/18  13:13:26
5150         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
5151              From: Daniel Chetlin <daniel@chetlin.com>
5152              Date: Fri, 18 Aug 2000 03:13:36 -0700
5153              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
5154      Branch: perl
5155            ! pod/perlfunc.pod
5156 ____________________________________________________________________________
5157 [  6694] By: jhi                                   on 2000/08/18  13:08:05
5158         Log: Subject: [PATCH] perltrap.pod spring cleaning
5159              From: Daniel Chetlin <daniel@chetlin.com>
5160              Date: Fri, 18 Aug 2000 03:06:54 -0700
5161              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
5162              
5163              plus Mike Guy's nitfix.
5164      Branch: perl
5165            ! pod/perltrap.pod
5166 ____________________________________________________________________________
5167 [  6693] By: jhi                                   on 2000/08/18  13:00:26
5168         Log: Unbuffer the output.
5169              
5170              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
5171              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5172              Date: Thu, 17 Aug 2000 18:39:29 -0700
5173              Message-ID: <RPJn5gzkgydf092yn@efn.org>
5174      Branch: perl
5175            ! t/op/fork.t
5176 ____________________________________________________________________________
5177 [  6692] By: jhi                                   on 2000/08/18  05:19:17
5178         Log: Delete the image, too, not just its MANIFEStation.
5179      Branch: perl
5180            - lib/CGI/eg/wilogo.gif
5181 ____________________________________________________________________________
5182 [  6691] By: jhi                                   on 2000/08/18  05:10:26
5183         Log: Propagate new Configure vars.
5184      Branch: perl
5185            ! configure.com epoc/config.sh uconfig.h uconfig.sh
5186            ! vos/config.def vos/config.h vos/config_h.SH_orig
5187            ! win32/config.bc win32/config.gc win32/config.vc
5188            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5189 ____________________________________________________________________________
5190 [  6690] By: jhi                                   on 2000/08/18  04:30:56
5191         Log: Update Changes.
5192      Branch: perl
5193            ! Changes patchlevel.h
5194 ____________________________________________________________________________
5195 [  6689] By: jhi                                   on 2000/08/18  04:12:30
5196         Log: Fix the lib/complex failure of
5197              
5198              From: abigail@foad.org
5199              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
5200              Date: 15 Aug 2000 04:06:38 -0000
5201              Message-Id: <20000815040638.8524.qmail@foad.org> 
5202              
5203              Linux long double accuracy issue: something that
5204              when printed with %g looks like "2" but int() of it is 1.
5205      Branch: perl
5206            ! lib/Math/Complex.pm
5207 ____________________________________________________________________________
5208 [  6688] By: jhi                                   on 2000/08/18  03:15:35
5209         Log: The byteorder code in #6671 was wrong.
5210      Branch: perl
5211            ! configpm
5212 ____________________________________________________________________________
5213 [  6687] By: jhi                                   on 2000/08/18  02:08:42
5214         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
5215              From: Jan Dubois <jand@ActiveState.com>
5216              Date: Thu, 17 Aug 2000 18:31:55 -0700
5217              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
5218      Branch: perl
5219            ! sv.c
5220 ____________________________________________________________________________
5221 [  6686] By: jhi                                   on 2000/08/18  02:04:15
5222         Log: Use NVs in POSIX math, not doubles.
5223              
5224              From: abigail@foad.org
5225              Subject: [ID 20000817.014] POSIX & modfl
5226              Date: 17 Aug 2000 20:49:18 -0000
5227              Message-Id: <20000817204918.23123.qmail@foad.org>
5228      Branch: perl
5229            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
5230 ____________________________________________________________________________
5231 [  6684] By: jhi                                   on 2000/08/17  23:22:19
5232         Log: Add byteorder to the myconfig output.
5233      Branch: perl
5234            ! myconfig.SH
5235 ____________________________________________________________________________
5236 [  6683] By: jhi                                   on 2000/08/17  23:20:19
5237         Log: The image doth not exist, spotted by Johan Vromans.
5238      Branch: perl
5239            ! MANIFEST
5240 ____________________________________________________________________________
5241 [  6682] By: jhi                                   on 2000/08/17  22:38:16
5242         Log: Document what the backtick returns if the command fails.
5243      Branch: perl
5244            ! pod/perlop.pod
5245 ____________________________________________________________________________
5246 [  6681] By: jhi                                   on 2000/08/17  22:33:12
5247         Log: Do not use prototyping here.
5248              
5249              Subject: [ID 20000817.016] [PATCH] Peek.xs
5250              From: abigail@foad.org
5251              Date: 17 Aug 2000 20:55:56 -0000
5252              Message-Id: <20000817205556.24270.qmail@foad.org>
5253      Branch: perl
5254            ! ext/Devel/Peek/Makefile.PL
5255 ____________________________________________________________________________
5256 [  6679] By: jhi                                   on 2000/08/17  19:16:39
5257         Log: Microperl config update.
5258      Branch: perl
5259            ! uconfig.h uconfig.sh
5260 ____________________________________________________________________________
5261 [  6678] By: jhi                                   on 2000/08/17  19:16:13
5262         Log: The #6648 wasn't protective enough for limited platforms
5263              (like microperl).
5264      Branch: perl
5265            ! dump.c sv.c
5266 ____________________________________________________________________________
5267 [  6677] By: jhi                                   on 2000/08/17  14:46:35
5268         Log: Update Changes.
5269      Branch: perl
5270            ! Changes patchlevel.h
5271 ____________________________________________________________________________
5272 [  6676] By: jhi                                   on 2000/08/17  14:44:02
5273         Log: Add perlebcdic from Peter Prymmer, regen toc.
5274      Branch: perl
5275            + pod/perlebcdic.pod
5276            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5277 ____________________________________________________________________________
5278 [  6675] By: jhi                                   on 2000/08/17  14:41:52
5279         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
5280      Branch: perl
5281            ! pod/perldebtut.pod
5282 ____________________________________________________________________________
5283 [  6674] By: jhi                                   on 2000/08/17  14:29:43
5284         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
5285              
5286              Subject: [ID 20000724.006] -DLEAKTEST problem
5287              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
5288              Date: Tue, 25 Jul 2000 00:36:32 -0500
5289              Message-Id: <20000725003632.A26186@www.llamacom.com>
5290              
5291              Reminder sent
5292              
5293              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
5294              From: Hugo <hv@crypt.compulink.co.uk>
5295              Date: Thu, 17 Aug 2000 15:23:42 +0100
5296              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
5297      Branch: perl
5298            ! util.c
5299 ____________________________________________________________________________
5300 [  6673] By: jhi                                   on 2000/08/17  04:07:10
5301         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
5302              From: John Peacock <JPeacock@UnivPress.com>
5303              Date: Tue, 01 Aug 2000 09:38:12 -0400
5304              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
5305      Branch: perl
5306            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
5307 ____________________________________________________________________________
5308 [  6672] By: jhi                                   on 2000/08/17  03:04:35
5309         Log: Subject: [PATCH] Cwd.pm now uses strict
5310              From: Tim Jenness <timj@jach.hawaii.edu>
5311              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
5312              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
5313      Branch: perl
5314            ! lib/Cwd.pm
5315 ____________________________________________________________________________
5316 [  6671] By: jhi                                   on 2000/08/17  02:16:35
5317         Log: Make $Config{byteorder} more magical so that it is
5318              dynamically computed: nice for 'fat binaries'.
5319              
5320              Subject: [PATCH]: default byteorder
5321              From: Wilfredo Sánchez <wsanchez@apple.com>
5322              Date: Mon, 31 Jul 2000 19:45:31 -0700
5323              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
5324      Branch: perl
5325            ! configpm
5326 ____________________________________________________________________________
5327 [  6670] By: gsar                                  on 2000/08/17  01:22:21
5328         Log: move WNOHANG definition to where other such things are
5329      Branch: perl
5330            ! win32/win32.h
5331 ____________________________________________________________________________
5332 [  6669] By: jhi                                   on 2000/08/17  01:19:17
5333         Log: Update Changes.
5334      Branch: perl
5335            ! Changes patchlevel.h
5336 ____________________________________________________________________________
5337 [  6668] By: jhi                                   on 2000/08/17  01:16:29
5338         Log: Doc nits spotted by Richard Soderberg.
5339      Branch: perl
5340            ! README.posix-bc README.vmesa
5341 ____________________________________________________________________________
5342 [  6667] By: jhi                                   on 2000/08/17  01:12:11
5343         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
5344              From: "Casey R. Tweten" <crt@kiski.net>
5345              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
5346              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
5347      Branch: perl
5348            ! pod/perldebtut.pod
5349 ____________________________________________________________________________
5350 [  6666] By: jhi                                   on 2000/08/17  01:09:31
5351         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
5352              From: "Casey R. Tweten" <crt@kiski.net>
5353              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
5354              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
5355      Branch: perl
5356            ! lib/Shell.pm
5357 ____________________________________________________________________________
5358 [  6665] By: gsar                                  on 2000/08/17  01:03:52
5359         Log: add "ok" targets from change#6632 in makefile.mk
5360      Branch: perl
5361            ! pod/perlport.pod win32/Makefile win32/makefile.mk
5362 ____________________________________________________________________________
5363 [  6664] By: gsar                                  on 2000/08/17  00:56:11
5364         Log: avoid warnings from dense compiler
5365      Branch: perl
5366            ! win32/win32.c
5367 ____________________________________________________________________________
5368 [  6663] By: jhi                                   on 2000/08/17  00:51:49
5369         Log: Tweak the regex compilation errors once more.
5370      Branch: perl
5371            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
5372            ! t/op/regmesg.t t/pragma/warn/regcomp
5373 ____________________________________________________________________________
5374 [  6662] By: gsar                                  on 2000/08/17  00:28:19
5375         Log: trailing new %ENV entries weren't being pushed into the real
5376              environment of subprocesses on Windows
5377      Branch: perl
5378            ! t/op/magic.t win32/perlhost.h
5379 ____________________________________________________________________________
5380 [  6661] By: gsar                                  on 2000/08/17  00:19:20
5381         Log: waitpid() now handles externally spawned pids correctly;
5382              fixes for backtick/wait/waitpid failures on Windows 9x
5383              
5384              these changes make the pid returned by process functions on
5385              Windows 9x always positive by clearing the high bit (which
5386              is always set on Win9x); pseudo-process PIDs are likewise
5387              always negative now on Win9x (just as on NT/2000)
5388      Branch: perl
5389            ! pp_sys.c win32/perlhost.h win32/win32.c
5390 ____________________________________________________________________________
5391 [  6660] By: jhi                                   on 2000/08/17  00:04:32
5392         Log: Retract #6645.
5393      Branch: perl
5394            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5395            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
5396            ! t/op/sprintf.t
5397 ____________________________________________________________________________
5398 [  6659] By: gsar                                  on 2000/08/16  23:59:28
5399         Log: on windows, the return values from wait() and waitpid() don't
5400              match those of pseudo-pids
5401      Branch: perl
5402            ! pp_sys.c t/op/fork.t util.c win32/win32.c
5403 ____________________________________________________________________________
5404 [  6658] By: gsar                                  on 2000/08/16  23:56:14
5405         Log: pod nit seen in passing
5406      Branch: perl
5407            ! pod/perlfunc.pod
5408 ____________________________________________________________________________
5409 [  6657] By: gsar                                  on 2000/08/16  23:53:42
5410         Log: change#6328 could make close(SOCKET) return false on windows
5411              when it shouldn't
5412      Branch: perl
5413            ! win32/win32sck.c
5414 ____________________________________________________________________________
5415 [  6656] By: gsar                                  on 2000/08/16  23:46:57
5416         Log: check that the number pseudo children doesn't exceed
5417              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
5418              the WaitForMultipleObjects() limit that would cause wait()
5419              to crash)
5420              
5421              wait() and waitpid() could potentially be rewritten to use
5422              more than one thread to do the waiting to eliminate this
5423              limitation
5424      Branch: perl
5425            ! win32/perlhost.h
5426 ____________________________________________________________________________
5427 [  6655] By: jhi                                   on 2000/08/16  14:11:05
5428         Log: Update Changes.
5429      Branch: perl
5430            ! Changes patchlevel.h
5431 ____________________________________________________________________________
5432 [  6654] By: jhi                                   on 2000/08/16  14:10:12
5433         Log: Update to perldebtut 1.9, from Richard Foley.
5434      Branch: perl
5435            ! pod/perldebtut.pod
5436 ____________________________________________________________________________
5437 [  6653] By: jhi                                   on 2000/08/16  14:08:17
5438         Log: Change the regx compilation error markers to use = instead of <
5439              since pod makes using the latter quite messy.  Reported in
5440              ID 20000814.006 by Abigail and in
5441              Subject: Unknown escape E<> ?
5442              From: Lupe Christoph <lupe@lupe-christoph.de>
5443              Date: Fri, 11 Aug 2000 00:30:27 +0200
5444              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
5445      Branch: perl
5446            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
5447            ! t/op/regmesg.t t/pragma/warn/regcomp
5448 ____________________________________________________________________________
5449 [  6652] By: jhi                                   on 2000/08/16  13:25:31
5450         Log: Change the perlbug address to perl.org since it's more forgiving.
5451              
5452              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
5453              From: abigail@foad.org
5454              Date: 15 Aug 2000 04:15:40 -0000
5455              Message-Id: <20000815041540.8633.qmail@foad.org>
5456      Branch: perl
5457            ! utils/perlbug.PL
5458 ____________________________________________________________________________
5459 [  6651] By: jhi                                   on 2000/08/16  13:22:35
5460         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
5461              From: Tim Jenness <timj@jach.hawaii.edu>
5462              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
5463              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
5464      Branch: perl
5465            ! lib/Cwd.pm
5466 ____________________________________________________________________________
5467 [  6650] By: jhi                                   on 2000/08/16  13:18:13
5468         Log: Update to CPAN 1.57.
5469              
5470              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
5471              From: andreas.koenig@anima.de (Andreas J. Koenig)
5472              Date: 16 Aug 2000 15:09:46 +0200
5473              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
5474      Branch: perl
5475            ! lib/CPAN.pm
5476 ____________________________________________________________________________
5477 [  6649] By: jhi                                   on 2000/08/16  13:12:31
5478         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
5479              From: "Larry W. Virden" <lvirden@cas.org>
5480              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
5481              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
5482      Branch: perl
5483            ! README.hpux
5484 ____________________________________________________________________________
5485 [  6648] By: jhi                                   on 2000/08/16  13:03:53
5486         Log: The numeric locale was reset to "C" by s?printf and never restored.
5487              
5488              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
5489              From: Christian Kirsch <ck@held.mind.de>
5490              Date: Wed, 9 Aug 2000 17:05:17 +0200
5491              Message-Id: <20000809170517.A25389@held>
5492              
5493              No test since adding the failing example to locale.t
5494              does not fail -- probably because the locale settings are so
5495              thoroughly tweaked by that time.  Running the example standalone
5496              does fail, though.  UPDATE: test case added at change #7540.
5497      Branch: perl
5498            ! dump.c perl.h pp.c pp_ctl.c sv.c
5499 ____________________________________________________________________________
5500 [  6647] By: jhi                                   on 2000/08/16  00:07:54
5501         Log: Update Changes and test semi-automatic patchlevel updating.
5502      Branch: perl
5503            ! Changes patchlevel.h
5504 ____________________________________________________________________________
5505 [  6645] By: jhi                                   on 2000/08/15  23:33:23
5506         Log: (Retracted by #6660)
5507              
5508              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
5509              From: Dominic Dunlop <domo@computer.org>
5510              Date: Tue, 15 Aug 2000 22:20:52 +0200
5511              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
5512      Branch: metaconfig/U/perl
5513            + d_printfed.U
5514      Branch: perl
5515            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5516            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
5517            ! t/op/sprintf.t
5518 ____________________________________________________________________________
5519 [  6644] By: jhi                                   on 2000/08/15  21:17:20
5520         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
5521              From: abigail@foad.org
5522              Date: 15 Aug 2000 20:12:41 -0000
5523              Message-Id: <20000815201241.25556.qmail@foad.org>
5524      Branch: perl
5525            ! INSTALL
5526 ____________________________________________________________________________
5527 [  6643] By: jhi                                   on 2000/08/15  21:15:28
5528         Log: (an already applied patch)
5529      Branch: perl
5530            ! lib/CGI.pm
5531 ____________________________________________________________________________
5532 [  6642] By: gsar                                  on 2000/08/15  19:54:05
5533         Log: magic callbacks all need to have same type signature
5534      Branch: perl
5535            ! embed.pl mg.c proto.h
5536 ____________________________________________________________________________
5537 [  6641] By: jhi                                   on 2000/08/15  17:56:27
5538         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)
5539              From: Mike Guy <mjtg@cam.ac.uk>
5540              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
5541              Date: Tue, 15 Aug 2000 18:26:45 +0100
5542              
5543              Only the peek.t part applied, not the hash quality part.
5544      Branch: perl
5545            ! t/lib/peek.t
5546 ____________________________________________________________________________
5547 [  6640] By: jhi                                   on 2000/08/15  16:37:37
5548         Log: Update Changes.
5549      Branch: perl
5550            ! Changes
5551 ____________________________________________________________________________
5552 [  6639] By: jhi                                   on 2000/08/15  16:34:55
5553         Log: Missed a file from #6638.
5554      Branch: perl
5555            ! lib/File/Temp.pm
5556 ____________________________________________________________________________
5557 [  6638] By: jhi                                   on 2000/08/15  16:33:19
5558         Log: Subject: [PATCH perl@6620] cygwin port
5559              From: "Fifer, Eric" <EFifer@sanwaint.com>
5560              Date: Tue, 15 Aug 2000 17:00:49 +0100
5561              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
5562      Branch: perl
5563            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
5564 ____________________________________________________________________________
5565 [  6637] By: jhi                                   on 2000/08/15  16:29:22
5566         Log: Subject: [PATCH] debugger exit code should reflect user exit code
5567              From: Mike Guy <mjtg@cam.ac.uk>
5568              Date: Tue, 15 Aug 2000 16:55:59 +0100
5569              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
5570      Branch: perl
5571            ! lib/perl5db.pl
5572 ____________________________________________________________________________
5573 [  6636] By: jhi                                   on 2000/08/15  15:30:58
5574         Log: Update Changes.
5575      Branch: perl
5576            ! Changes
5577 ____________________________________________________________________________
5578 [  6635] By: jhi                                   on 2000/08/15  15:27:21
5579         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
5580      Branch: metaconfig
5581            ! U/mkglossary U/mksample
5582      Branch: metaconfig/U/perl
5583            ! Devel.U
5584      Branch: perl
5585            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5586 ____________________________________________________________________________
5587 [  6634] By: jhi                                   on 2000/08/15  14:11:55
5588         Log: Don't blow limited stacks, a lower number is enough to
5589              tickle the lookbehind limit.
5590              
5591              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
5592              From: Dominic Dunlop <domo@computer.org>
5593              Date: Tue, 15 Aug 2000 13:51:24 +0200
5594              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
5595      Branch: perl
5596            ! t/op/regmesg.t
5597 ____________________________________________________________________________
5598 [  6633] By: jhi                                   on 2000/08/15  14:01:46
5599         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
5600              From: Mike Guy <mjtg@cam.ac.uk>
5601              Date: Tue, 15 Aug 2000 12:10:50 +0100
5602              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
5603      Branch: perl
5604            ! utils/perldoc.PL
5605 ____________________________________________________________________________
5606 [  6632] By: jhi                                   on 2000/08/15  13:58:48
5607         Log: make ok etc also for win32.
5608              
5609              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
5610              From: Prymmer/Kahn <pvhp@best.com>
5611              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
5612              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
5613      Branch: perl
5614            ! win32/Makefile
5615 ____________________________________________________________________________
5616 [  6631] By: jhi                                   on 2000/08/15  13:45:03
5617         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
5618      Branch: perl
5619            ! lib/Test.pm
5620 ____________________________________________________________________________
5621 [  6630] By: jhi                                   on 2000/08/15  03:25:09
5622         Log: Update Changes.
5623      Branch: perl
5624            ! Changes
5625 ____________________________________________________________________________
5626 [  6629] By: jhi                                   on 2000/08/15  03:23:53
5627         Log: magic_regdatum_set() is void, not int.
5628      Branch: perl
5629            ! embed.pl mg.c proto.h
5630 ____________________________________________________________________________
5631 [  6628] By: jhi                                   on 2000/08/15  03:08:02
5632         Log: Make the user to give up his firstborn, err, to knowingly
5633              verify installing an unstable developer release.  Also bump
5634              the release to 5.7.0, but leave a patch tag in the local
5635              patches saying that this is not yet the real thing.
5636      Branch: metaconfig
5637            ! U/modified/Instruct.U
5638      Branch: metaconfig/U/perl
5639            + Devel.U
5640      Branch: perl
5641            ! Configure patchlevel.h
5642 ____________________________________________________________________________
5643 [  6627] By: jhi                                   on 2000/08/14  22:32:52
5644         Log: README.os2 update.
5645              
5646              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
5647              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5648              Date: Wed, 02 Aug 2000 21:55:09 -0700
5649              Message-ID: <tsPi5gzkgegX092yn@efn.org>
5650      Branch: perl
5651            ! README.os2
5652 ____________________________________________________________________________
5653 [  6626] By: jhi                                   on 2000/08/14  21:00:02
5654         Log: Subject: Re: File::Temp problems on VMS in bleedperl
5655              From: Tim Jenness <timj@jach.hawaii.edu>
5656              cc: vmsperl@perl.org
5657              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
5658              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
5659      Branch: perl
5660            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
5661 ____________________________________________________________________________
5662 [  6625] By: jhi                                   on 2000/08/14  20:52:16
5663         Log: Add SUIDMAIL as was done for the CERT alert.
5664      Branch: perl
5665            ! patchlevel.h
5666 ____________________________________________________________________________
5667 [  6624] By: jhi                                   on 2000/08/14  20:48:50
5668         Log: Subject: sfio2000
5669              From: Daniel Muino <dmuino@afip.gov.ar>
5670              Date: Mon, 14 Aug 2000 16:58:11 -0300
5671              Message-ID: <20000814165811.B16368@con2-dgi>
5672      Branch: perl
5673            ! perlsdio.h perlsfio.h
5674 ____________________________________________________________________________
5675 [  6623] By: jhi                                   on 2000/08/14  20:47:36
5676         Log: Subject: warning: storage class after type is obsolescent
5677              From: Daniel Muino <dmuino@afip.gov.ar>
5678              Date: Mon, 14 Aug 2000 16:42:47 -0300
5679              Message-ID: <20000814164247.A16368@con2-dgi>
5680      Branch: perl
5681            ! regcomp.pl regnodes.h
5682 ____________________________________________________________________________
5683 [  6622] By: jhi                                   on 2000/08/14  20:43:05
5684         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
5685              From: abigail@foad.org
5686              Date: 14 Aug 2000 20:00:10 -0000
5687              Message-Id: <20000814200010.27271.qmail@foad.org>
5688      Branch: perl
5689            ! Changes
5690 ____________________________________________________________________________
5691 [  6621] By: jhi                                   on 2000/08/14  15:23:05
5692         Log: Update Changes.
5693      Branch: perl
5694            ! Changes
5695 ____________________________________________________________________________
5696 [  6620] By: jhi                                   on 2000/08/14  15:22:14
5697         Log: Subject: Re: [PATCH] @+, @- readonly
5698              From: Mike Guy <mjtg@cam.ac.uk>
5699              Date: Mon, 14 Aug 2000 15:26:55 +0100
5700              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
5701      Branch: perl
5702            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
5703            ! sv.c t/op/pat.t
5704 ____________________________________________________________________________
5705 [  6619] By: jhi                                   on 2000/08/14  14:12:08
5706         Log: Update Changes.
5707      Branch: perl
5708            ! Changes
5709 ____________________________________________________________________________
5710 [  6618] By: jhi                                   on 2000/08/14  14:09:34
5711         Log: For now remove the mail code.
5712      Branch: perl
5713            ! perl.c
5714 ____________________________________________________________________________
5715 [  6617] By: jhi                                   on 2000/08/14  14:08:28
5716         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
5717      Branch: perl
5718            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
5719            ! pod/perlfaq8.pod pod/perlsec.pod
5720 ____________________________________________________________________________
5721 [  6616] By: jhi                                   on 2000/08/14  14:00:11
5722         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
5723              From: Mike Guy <mjtg@cam.ac.uk>
5724              Date: Mon, 14 Aug 2000 08:26:02 +0100
5725              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
5726      Branch: perl
5727            ! lib/perl5db.pl
5728 ____________________________________________________________________________
5729 [  6615] By: jhi                                   on 2000/08/14  13:58:45
5730         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
5731              From: Mike Guy <mjtg@cam.ac.uk>
5732              Date: Mon, 14 Aug 2000 08:04:22 +0100
5733              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
5734      Branch: perl
5735            ! gv.c mg.c t/op/pat.t
5736 ____________________________________________________________________________
5737 [  6614] By: jhi                                   on 2000/08/14  13:56:45
5738         Log: Subject: Test fails / warnings with perl-current #6612
5739              From: Mike Guy <mjtg@cam.ac.uk>
5740              Date: Mon, 14 Aug 2000 07:57:23 +0100
5741              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
5742      Branch: perl
5743            ! t/lib/b.t t/lib/peek.t
5744 ____________________________________________________________________________
5745 [  6613] By: jhi                                   on 2000/08/14  13:45:33
5746         Log: VMS configure.com update continues.
5747      Branch: perl
5748            - vms/configure.com
5749            ! MANIFEST configure.com
5750 ____________________________________________________________________________
5751 [  6612] By: jhi                                   on 2000/08/13  22:13:35
5752         Log: Update Changes.
5753      Branch: perl
5754            ! Changes
5755 ____________________________________________________________________________
5756 [  6611] By: jhi                                   on 2000/08/13  16:21:45
5757         Log: Upgrade to CGI 2.71, from Lincoln Stein.
5758      Branch: perl
5759            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
5760 ____________________________________________________________________________
5761 [  6610] By: jhi                                   on 2000/08/13  15:09:16
5762         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
5763              From: Mike Guy <mjtg@cam.ac.uk>
5764              Date: Sun, 13 Aug 2000 13:45:51 +0100
5765              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
5766      Branch: perl
5767            ! t/op/regmesg.t
5768 ____________________________________________________________________________
5769 [  6609] By: jhi                                   on 2000/08/13  14:31:26
5770         Log: Andreas says that 1.56 is fine, so reverting back to it.
5771      Branch: perl
5772            ! lib/CPAN.pm
5773 ____________________________________________________________________________
5774 [  6608] By: jhi                                   on 2000/08/13  05:34:20
5775         Log: Update Changes.
5776      Branch: perl
5777            ! Changes
5778 ____________________________________________________________________________
5779 [  6607] By: jhi                                   on 2000/08/13  05:32:01
5780         Log: Put back the \z changes of #5406 to CPAN.pm.
5781      Branch: perl
5782            ! lib/CPAN.pm
5783 ____________________________________________________________________________
5784 [  6606] By: jhi                                   on 2000/08/13  05:20:16
5785         Log: Fix-n-skip the tests under 5005threads.
5786      Branch: perl
5787            ! t/lib/b.t
5788 ____________________________________________________________________________
5789 [  6605] By: jhi                                   on 2000/08/13  05:07:48
5790         Log: Fix the test for 5005threads.
5791      Branch: perl
5792            ! t/lib/peek.t
5793 ____________________________________________________________________________
5794 [  6604] By: jhi                                   on 2000/08/13  03:35:37
5795         Log: Should have deleted this in #6603.
5796      Branch: perl
5797            - vms/subconfigure.com
5798 ____________________________________________________________________________
5799 [  6603] By: jhi                                   on 2000/08/12  18:29:32
5800         Log: Rewrite of vms/subconfigure.com as configure.com,
5801              from Peter Prymmer and the vmsperl crew.
5802      Branch: perl
5803            + vms/configure.com
5804            ! MANIFEST
5805 ____________________________________________________________________________
5806 [  6602] By: jhi                                   on 2000/08/11  13:00:01
5807         Log: PlainText.pm is dead.
5808      Branch: perl
5809            - lib/Pod/PlainText.pm
5810            ! MANIFEST
5811 ____________________________________________________________________________
5812 [  6601] By: jhi                                   on 2000/08/11  04:06:45
5813         Log: Update Changes.
5814      Branch: perl
5815            ! Changes
5816 ____________________________________________________________________________
5817 [  6600] By: jhi                                   on 2000/08/11  04:06:10
5818         Log: Add a few missing files, update MANIFEST.
5819      Branch: perl
5820            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
5821            + lib/Pod/PlainText.pm t/pod/find.t
5822            ! MANIFEST t/op/regmesg.t
5823 ____________________________________________________________________________
5824 [  6599] By: jhi                                   on 2000/08/11  03:31:10
5825         Log: Add Perl debugging tutorial, regen toc. 
5826              
5827              Subject: perldebtut.pod
5828              From: Richard Foley <Richard.Foley@m.dasa.de>
5829              Date: Wed, 09 Aug 2000 10:17:15 +0200
5830              Message-id: <3991138B.262247B8@m.dasa.de>
5831      Branch: perl
5832            + pod/perldebtut.pod
5833            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5834 ____________________________________________________________________________
5835 [  6598] By: jhi                                   on 2000/08/11  02:48:56
5836         Log: tiny Changes edit
5837      Branch: perl
5838            ! Changes
5839 ____________________________________________________________________________
5840 [  6597] By: jhi                                   on 2000/08/11  02:39:04
5841         Log: Tests for #6589.
5842              
5843              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
5844              From: simon@brecon.co.uk (Simon Cozens)
5845              Date: 11 Aug 2000 02:24:52 GMT
5846              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
5847      Branch: perl
5848            ! t/lib/b.t
5849 ____________________________________________________________________________
5850 [  6596] By: jhi                                   on 2000/08/11  01:50:07
5851         Log: Update Changes.
5852      Branch: perl
5853            ! Changes
5854 ____________________________________________________________________________
5855 [  6595] By: jhi                                   on 2000/08/11  01:47:16
5856         Log: nitfix
5857      Branch: perl
5858            ! Changes
5859 ____________________________________________________________________________
5860 [  6594] By: jhi                                   on 2000/08/11  01:36:16
5861         Log: Subject: Getting perlio and threads to compile
5862              From: Lupe Christoph <lupe@lupe-christoph.de>
5863              Date: Wed, 9 Aug 2000 11:35:54 +0200
5864              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
5865              
5866              (the Solaris version changes in Configure skipped)
5867      Branch: perl
5868            ! hints/solaris_2.sh thread.h
5869 ____________________________________________________________________________
5870 [  6593] By: jhi                                   on 2000/08/11  01:30:16
5871         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
5872              From: simon@brecon.co.uk (Simon Cozens)
5873              Date: 1 Aug 2000 06:55:19 GMT
5874              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
5875      Branch: perl
5876            ! lib/utf8.pm
5877 ____________________________________________________________________________
5878 [  6592] By: jhi                                   on 2000/08/11  01:26:39
5879         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
5880              From: Peter Scott <Peter@PeterScott.com>
5881              Date: Thu, 10 Aug 2000 08:23:27 -0700
5882              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
5883      Branch: perl
5884            ! lib/perl5db.pl
5885 ____________________________________________________________________________
5886 [  6591] By: jhi                                   on 2000/08/11  01:22:02
5887         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
5888              From: Hugo <hv@crypt.compulink.co.uk>
5889              Date: Thu, 10 Aug 2000 19:23:04 +0100
5890              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
5891      Branch: perl
5892            ! regexec.c t/op/pat.t
5893 ____________________________________________________________________________
5894 [  6590] By: jhi                                   on 2000/08/11  01:19:19
5895         Log: Preprocessing and postprocessing for File::Find.
5896              
5897              Subject: Patch to Find::File.pm to allow alphabetical results
5898              From: Joe Smith <jsmith@inwap.com>
5899              Date: Wed, 9 Aug 2000 02:44:54 -0700
5900              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
5901      Branch: perl
5902            ! lib/File/Find.pm
5903 ____________________________________________________________________________
5904 [  6589] By: jhi                                   on 2000/08/11  01:12:39
5905         Log: B::Deparse didn't do sub attributes.
5906              
5907              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
5908              From: simon@brecon.co.uk (Simon Cozens)
5909              Date: 9 Aug 2000 04:49:20 GMT
5910              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
5911      Branch: perl
5912            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
5913 ____________________________________________________________________________
5914 [  6588] By: jhi                                   on 2000/08/11  01:06:40
5915         Log: Subject: debugger "d" command doesnt check line number
5916              From: Mike Guy <mjtg@cam.ac.uk>
5917              Date: Tue, 08 Aug 2000 21:54:29 +0100
5918              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
5919      Branch: perl
5920            ! lib/perl5db.pl mg.c pod/perldiag.pod
5921 ____________________________________________________________________________
5922 [  6587] By: jhi                                   on 2000/08/11  00:45:03
5923         Log: sleep(1) does not necessarily return 1.
5924              
5925              Subject: [PATCH bleadperl] op/lex_assign.t  
5926              From: Hugo <hv@crypt.compulink.co.uk>
5927              Date: Thu, 03 Aug 2000 14:34:22 +0100        
5928              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
5929      Branch: perl
5930            ! t/op/lex_assign.t
5931 ____________________________________________________________________________
5932 [  6586] By: jhi                                   on 2000/08/11  00:31:50
5933         Log: Document the IO::Select timeout.
5934      Branch: perl
5935            ! ext/IO/lib/IO/Select.pm
5936 ____________________________________________________________________________
5937 [  6585] By: jhi                                   on 2000/08/11  00:13:54
5938         Log: Forgot contributor.
5939      Branch: perl
5940            ! Changes
5941 ____________________________________________________________________________
5942 [  6584] By: jhi                                   on 2000/08/11  00:09:19
5943         Log: detypo
5944      Branch: perl
5945            ! Changes
5946 ____________________________________________________________________________
5947 [  6583] By: jhi                                   on 2000/08/11  00:07:53
5948         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
5949              
5950              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
5951              From: Mike Guy <mjtg@cam.ac.uk> 
5952              Date: Thu, 10 Aug 2000 15:50:54 +0100
5953              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
5954      Branch: perl
5955            ! sv.c t/op/int.t
5956 ____________________________________________________________________________
5957 [  6582] By: jhi                                   on 2000/08/10  23:29:32
5958         Log: Update Changes.
5959      Branch: perl
5960            ! Changes
5961 ____________________________________________________________________________
5962 [  6581] By: jhi                                   on 2000/08/10  23:26:16
5963         Log: Put back the std @INC thing.
5964      Branch: perl
5965            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
5966            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
5967            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
5968            ! t/lib/gol-oo.t
5969 ____________________________________________________________________________
5970 [  6580] By: jhi                                   on 2000/08/10  23:03:34
5971         Log: Update to CGI 2.70, from Lincoln Stein.
5972      Branch: perl
5973            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
5974            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
5975            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
5976            ! t/lib/cgi-request.t
5977 ____________________________________________________________________________
5978 [  6579] By: jhi                                   on 2000/08/10  22:41:50
5979         Log: Update to CPAN 1.56, from Andreas König.
5980      Branch: perl
5981            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
5982 ____________________________________________________________________________
5983 [  6578] By: jhi                                   on 2000/08/10  22:38:13
5984         Log: Update to Pod::Parser 1.17, from Brad Appleton.
5985      Branch: perl
5986            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
5987            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
5988            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
5989            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
5990            ! t/pod/include.t t/pod/included.t t/pod/lref.t
5991            ! t/pod/multiline_items.t t/pod/nested_items.t
5992            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
5993            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
5994            ! t/pod/special_seqs.t
5995 ____________________________________________________________________________
5996 [  6577] By: jhi                                   on 2000/08/10  22:35:41
5997         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
5998      Branch: perl
5999            ! AUTHORS MAINTAIN
6000 ____________________________________________________________________________
6001 [  6576] By: jhi                                   on 2000/08/10  22:24:54
6002         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
6003      Branch: perl
6004            + t/lib/gol-oo.t
6005            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
6006            ! t/lib/gol-compat.t t/lib/gol-linkage.t
6007 ____________________________________________________________________________
6008 [  6575] By: jhi                                   on 2000/08/10  22:02:07
6009         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
6010      Branch: perl
6011            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
6012 ____________________________________________________________________________
6013 [  6574] By: jhi                                   on 2000/08/10  21:55:03
6014         Log: Iterating perl6 description.
6015      Branch: perl
6016            ! pod/perlfaq1.pod
6017 ____________________________________________________________________________
6018 [  6573] By: jhi                                   on 2000/08/10  21:48:26
6019         Log: Revert the sv.c part of #6559, a better fix is needed.
6020      Branch: perl
6021            ! sv.c
6022 ____________________________________________________________________________
6023 [  6572] By: jhi                                   on 2000/08/10  20:33:43
6024         Log: It's the 2ndO'ROSSC.
6025      Branch: perl
6026            ! pod/perlfaq1.pod
6027 ____________________________________________________________________________
6028 [  6571] By: jhi                                   on 2000/08/10  15:55:48
6029         Log: detypo
6030      Branch: perl
6031            ! pod/perlfaq1.pod
6032 ____________________________________________________________________________
6033 [  6570] By: jhi                                   on 2000/08/10  14:11:17
6034         Log: An exceptionally sticky typo.
6035      Branch: perl
6036            ! Changes
6037 ____________________________________________________________________________
6038 [  6569] By: jhi                                   on 2000/08/10  14:09:33
6039         Log: detypo (and test Changes updating script)
6040      Branch: perl
6041            ! Changes
6042 ____________________________________________________________________________
6043 [  6568] By: jhi                                   on 2000/08/10  14:07:07
6044         Log: Update Changes.
6045      Branch: perl
6046            ! Changes
6047 ____________________________________________________________________________
6048 [  6567] By: jhi                                   on 2000/08/10  14:06:19
6049         Log: Amend the description of Perl6.
6050              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
6051              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
6052              Date: Wed, 9 Aug 2000 22:11:06 -0500
6053              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
6054      Branch: perl
6055            ! pod/perlfaq1.pod
6056 ____________________________________________________________________________
6057 [  6566] By: jhi                                   on 2000/08/10  13:58:57
6058         Log: Subject: Remove dead entry in perldiag
6059              From: Mike Guy <mjtg@cam.ac.uk>
6060              Date: Thu, 10 Aug 2000 14:19:19 +0100
6061              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
6062      Branch: perl
6063            ! pod/perldiag.pod
6064 ____________________________________________________________________________
6065 [  6565] By: jhi                                   on 2000/08/10  13:51:48
6066         Log: Zero entries were skipped, fix from Adrian Goalby
6067              <argoalby@yahoo.co.uk>
6068      Branch: perl
6069            ! lib/unicode/Number.pl lib/unicode/mktables.PL
6070 ____________________________________________________________________________
6071 [  6564] By: jhi                                   on 2000/08/10  13:00:12
6072         Log: Subject: [PATCH 5.6.0] cygwin port
6073              From: "Fifer, Eric" <EFifer@sanwaint.com>
6074              Date: Thu, 10 Aug 2000 13:15:36 +0100
6075              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
6076      Branch: perl
6077            ! README.cygwin hints/cygwin.sh
6078 ____________________________________________________________________________
6079 [  6563] By: jhi                                   on 2000/08/10  12:55:16
6080         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
6081      Branch: perl
6082            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
6083 ____________________________________________________________________________
6084 [  6562] By: gsar                                  on 2000/08/10  08:38:39
6085         Log: warn is a macro, avoid using at a variable to avoid warnings
6086              in some configurations; readdir.t is too conservative in
6087              estimating number of *.t's
6088      Branch: perl
6089            ! t/op/readdir.t util.c
6090 ____________________________________________________________________________
6091 [  6561] By: jhi                                   on 2000/08/09  23:35:42
6092         Log: Update Changes.
6093      Branch: perl
6094            ! Changes
6095 ____________________________________________________________________________
6096 [  6560] By: jhi                                   on 2000/08/09  23:05:47
6097         Log: Subject: Re: enhanced(?) regex error messages
6098              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
6099              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
6100              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
6101              
6102              (plus two small patches sent privately)
6103              (this still seems to leave few test failures)
6104      Branch: perl
6105            + t/op/regmesg.t
6106            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
6107            ! t/pragma/warn/regcomp
6108 ____________________________________________________________________________
6109 [  6559] By: jhi                                   on 2000/08/09  20:41:18
6110         Log: (The fix did work but was not right, retracted in #6573)
6111              
6112              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
6113              From: Christian Kirsch <ck@held.mind.de>
6114              Date: Wed, 9 Aug 2000 17:05:17 +0200
6115              Message-Id: <20000809170517.A25389@held>
6116      Branch: perl
6117            ! sv.c t/pragma/locale.t
6118 ____________________________________________________________________________
6119 [  6558] By: jhi                                   on 2000/08/08  22:34:08
6120         Log: Tiny updates on the contributors list.
6121      Branch: perl
6122            ! Changes
6123 ____________________________________________________________________________
6124 [  6557] By: jhi                                   on 2000/08/08  19:34:28
6125         Log: Double check that we have a dirhandle.
6126      Branch: perl
6127            ! util.c
6128 ____________________________________________________________________________
6129 [  6556] By: jhi                                   on 2000/08/08  19:01:51
6130         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
6131              May be repopulated with fresh maintained examples.
6132      Branch: perl
6133            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
6134            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
6135            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
6136            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
6137            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
6138            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
6139            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
6140            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
6141            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
6142            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
6143            + lib/CGI/eg/wilogo_gif.uu
6144            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
6145            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
6146            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
6147            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
6148            - eg/cgi/frameset.cgi eg/cgi/index.html
6149            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
6150            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
6151            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
6152            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
6153            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
6154            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
6155            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
6156            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
6157            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
6158            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
6159            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
6160            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
6161            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
6162            - eg/van/vanish eg/who eg/wrapsuid
6163            ! MANIFEST
6164 ____________________________________________________________________________
6165 [  6555] By: jhi                                   on 2000/08/08  18:51:08
6166         Log: Delete chat2 as requested by Randal.
6167              
6168              Subject: Re: perlfaq8 coyness
6169              From: merlyn@stonehenge.com (Randal L. Schwartz) 
6170              Date: 15 May 2000 18:52:42 -0700 
6171              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
6172      Branch: perl
6173            - lib/chat2.pl
6174            ! MANIFEST
6175 ____________________________________________________________________________
6176 [  6554] By: jhi                                   on 2000/08/08  18:31:35
6177         Log: Regen global.sym.
6178      Branch: perl
6179            ! global.sym
6180 ____________________________________________________________________________
6181 [  6553] By: jhi                                   on 2000/08/08  18:28:13
6182         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
6183              (either perlbug or p5p ate the original), plus regen
6184              perlapi and perltoc. 
6185      Branch: perl
6186            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
6187            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
6188            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
6189            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
6190            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
6191            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
6192            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
6193            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
6194            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
6195            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
6196 ____________________________________________________________________________
6197 [  6552] By: jhi                                   on 2000/08/08  18:06:29
6198         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
6199              From: Mike Guy <mjtg@cam.ac.uk>
6200              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
6201              Date: Tue, 08 Aug 2000 15:51:27 +0100
6202      Branch: perl
6203            ! doop.c sv.h t/op/join.t t/pragma/overload.t
6204 ____________________________________________________________________________
6205 [  6551] By: jhi                                   on 2000/08/08  18:01:11
6206         Log: Re-apply #6549.
6207      Branch: perl
6208            ! lib/perl5db.pl
6209 ____________________________________________________________________________
6210 [  6550] By: jhi                                   on 2000/08/08  17:43:08
6211         Log: Accidental retraction of #6549.
6212      Branch: perl
6213            ! lib/perl5db.pl
6214 ____________________________________________________________________________
6215 [  6549] By: jhi                                   on 2000/08/08  17:40:04
6216         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
6217              From: Mike Guy <mjtg@cam.ac.uk>
6218              Date: Mon, 07 Aug 2000 21:49:58 +0100
6219              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
6220      Branch: perl
6221            ! lib/perl5db.pl
6222 ____________________________________________________________________________
6223 [  6548] By: jhi                                   on 2000/08/08  17:37:57
6224         Log: Document here-doc better.
6225              
6226              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
6227              From: Mike Guy <mjtg@cam.ac.uk>
6228              Date: Mon, 07 Aug 2000 14:02:09 +0100
6229              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
6230      Branch: perl
6231            ! pod/perldata.pod
6232 ____________________________________________________________________________
6233 [  6547] By: jhi                                   on 2000/08/08  17:33:34
6234         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
6235              From: "Randy J. Ray" <rjray@redhat.com>
6236              Date: Mon, 07 Aug 2000 19:12:25 -0700
6237              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
6238      Branch: perl
6239            ! perl.c pod/perlrun.pod
6240 ____________________________________________________________________________
6241 [  6546] By: jhi                                   on 2000/08/08  17:29:26
6242         Log: Subject: Re: enhanced(?) regex error messages 
6243              From: Hugo <hv@crypt.compulink.co.uk>
6244              Date: Tue, 08 Aug 2000 03:25:51 +0100
6245              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
6246              
6247              plus Capitalize the error messages, plus perldiag them.
6248      Branch: perl
6249            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
6250 ____________________________________________________________________________
6251 [  6545] By: jhi                                   on 2000/08/08  13:59:28
6252         Log: Augment #6539 a bit: don't croak if there's magic in the air.
6253              
6254              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
6255              From: Hugo <hv@crypt.compulink.co.uk>
6256              Date: Tue, 08 Aug 2000 03:02:03 +0100
6257              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
6258      Branch: perl
6259            ! pp.c t/op/bless.t
6260 ____________________________________________________________________________
6261 [  6544] By: jhi                                   on 2000/08/07  21:11:52
6262         Log: Make the test -w clean.
6263      Branch: perl
6264            ! t/op/bless.t
6265 ____________________________________________________________________________
6266 [  6543] By: jhi                                   on 2000/08/07  19:49:53
6267         Log: use warnings instead of $^W.
6268      Branch: perl
6269            ! t/op/bless.t
6270 ____________________________________________________________________________
6271 [  6542] By: jhi                                   on 2000/08/07  17:41:41
6272         Log: Disable a portability warning Because We Know What We Are Doing.
6273      Branch: perl
6274            ! t/op/bless.t
6275 ____________________________________________________________________________
6276 [  6541] By: jhi                                   on 2000/08/07  17:29:51
6277         Log: Tiny tidying on report_evil_fh().
6278      Branch: perl
6279            ! util.c
6280 ____________________________________________________________________________
6281 [  6540] By: jhi                                   on 2000/08/07  16:37:38
6282         Log: Make regular expression parse error messages easier to understand.
6283              
6284              Subject: Re: enhanced(?) regex error messages
6285              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
6286              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
6287              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
6288      Branch: perl
6289            ! regcomp.c
6290 ____________________________________________________________________________
6291 [  6539] By: jhi                                   on 2000/08/07  16:12:27
6292         Log: Make bless(REF, REF) a fatal error, add bless tests.
6293              
6294              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
6295              From: Hugo <hv@crypt.compulink.co.uk>
6296              Date: Mon, 07 Aug 2000 16:59:38 +0100
6297              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
6298      Branch: perl
6299            + t/op/bless.t
6300            ! MANIFEST pod/perldiag.pod pp.c sv.c
6301 ____________________________________________________________________________
6302 [  6538] By: jhi                                   on 2000/08/07  15:59:43
6303         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
6304              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
6305              Date: Thu, 3 Aug 2000 14:29:21 -0700
6306              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
6307      Branch: perl
6308            ! lib/lib_pm.PL
6309 ____________________________________________________________________________
6310 [  6537] By: jhi                                   on 2000/08/07  15:47:18
6311         Log: Retract #6419 for now since it breaks in AFS and MachTen.
6312      Branch: perl
6313            ! lib/Cwd.pm
6314 ____________________________________________________________________________
6315 [  6536] By: jhi                                   on 2000/08/07  15:05:29
6316         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
6317              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
6318              The security hole exists only in suidperls, which isn't
6319              installed or even built by default.
6320      Branch: perl
6321            ! perl.c
6322 ____________________________________________________________________________
6323 [  6535] By: jhi                                   on 2000/08/07  14:45:14
6324         Log: tr memory corruption fix from Simon Cozens.
6325      Branch: perl
6326            ! doop.c
6327 ____________________________________________________________________________
6328 [  6534] By: jhi                                   on 2000/08/06  11:38:16
6329         Log: Document a bit that UDP is not what you might think.
6330              
6331              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
6332              From: Lupe Christoph <lupe@lupe-christoph.de>
6333              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
6334              Date: Mon, 24 Jul 2000 08:59:15 +0200
6335      Branch: perl
6336            ! pod/perlipc.pod
6337 ____________________________________________________________________________
6338 [  6533] By: jhi                                   on 2000/08/06  11:35:01
6339         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
6340              From: Jeff Pinyan <jeffp@hut.crusoe.net>
6341              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
6342              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
6343      Branch: perl
6344            ! pod/perlfunc.pod
6345 ____________________________________________________________________________
6346 [  6532] By: jhi                                   on 2000/08/06  03:45:41
6347         Log: Have symbols for the IoTYPEs.
6348      Branch: perl
6349            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
6350 ____________________________________________________________________________
6351 [  6531] By: jhi                                   on 2000/08/06  01:33:55
6352         Log: Continue fixing the io warnings.  This also
6353              sort of fixes bug ID 20000802.003: the core dump
6354              is no more.  Whether the current behaviour is correct
6355              (giving a warning: "Not a format reference"), is another matter.
6356      Branch: perl
6357            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
6358            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
6359 ____________________________________________________________________________
6360 [  6530] By: jhi                                   on 2000/08/05  21:33:12
6361         Log: Change the Policy policy: now -Dprefix= with an existing
6362              Policy.sh and prefix == siteprefix == vendorprefix, then all
6363              of them follow along the new prefix.
6364              
6365              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
6366              From: Andy Dougherty <doughera@lafayette.edu>
6367              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
6368              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
6369      Branch: perl
6370            ! Policy_sh.SH
6371 ____________________________________________________________________________
6372 [  6529] By: jhi                                   on 2000/08/05  18:57:28
6373         Log: Zap lib/Sys directory when cleaning up.
6374      Branch: perl
6375            ! Makefile.SH
6376 ____________________________________________________________________________
6377 [  6528] By: jhi                                   on 2000/08/05  18:40:44
6378         Log: Essential prototype changes were missing from #6527.
6379              Also make report_evil_fh() more bomb-proof.
6380      Branch: perl
6381            ! embed.h util.c
6382 ____________________________________________________________________________
6383 [  6527] By: jhi                                   on 2000/08/05  03:22:05
6384         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
6385              From: "Ronald F. Guilmette" <rfg@monkeys.com>
6386              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
6387              Message-Id: <200007242247.PAA52177@monkeys.com>
6388      Branch: perl
6389            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
6390 ____________________________________________________________________________
6391 [  6526] By: jhi                                   on 2000/08/04  21:23:27
6392         Log: gcc versions might have (parentheses) in them.
6393      Branch: metaconfig/U/perl
6394            ! gccvers.U
6395      Branch: perl
6396            ! Configure config_h.SH
6397 ____________________________________________________________________________
6398 [  6525] By: jhi                                   on 2000/08/04  20:23:12
6399         Log: Weed buglets pointed out by
6400              
6401              From: Lupe Christoph <lupe@lupe-christoph.de>
6402              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
6403              Date: Fri, 4 Aug 2000 17:34:39 +0200
6404              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
6405      Branch: metaconfig/U/perl
6406            ! gccvers.U uselfs.U
6407      Branch: perl
6408            ! Configure config_h.SH
6409 ____________________________________________________________________________
6410 [  6524] By: jhi                                   on 2000/08/04  19:02:08
6411         Log: Warn under -w if lstat(FH) is attempted.
6412              
6413              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
6414              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
6415              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
6416              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
6417      Branch: perl
6418            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
6419            ! t/pragma/warn/pp_sys
6420 ____________________________________________________________________________
6421 [  6523] By: jhi                                   on 2000/08/04  12:31:11
6422         Log: Subject: New perlcc, take 2
6423              From: simon@brecon.co.uk (Simon Cozens)
6424              Date: 4 Aug 2000 06:21:04 GMT
6425              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
6426      Branch: perl
6427            ! utils/perlcc.PL
6428 ____________________________________________________________________________
6429 [  6522] By: jhi                                   on 2000/08/04  12:26:33
6430         Log: Subject: Re: Array vs. List context
6431              From: Daniel Chetlin <daniel@chetlin.com>
6432              Date: Fri, 4 Aug 2000 00:22:44 -0700
6433              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
6434      Branch: perl
6435            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
6436            ! pod/perlfaq4.pod
6437 ____________________________________________________________________________
6438 [  6521] By: jhi                                   on 2000/08/04  12:22:38
6439         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
6440              From: Raymund Will <ray@caldera.de>
6441              Date: Fri, 4 Aug 2000 12:07:09 +0200
6442              Message-Id: <20000804120709.A14982@caldera.de>
6443      Branch: perl
6444            ! configure.gnu
6445 ____________________________________________________________________________
6446 [  6520] By: jhi                                   on 2000/08/04  04:09:06
6447         Log: After the #6519 a warning about stat() is just that,
6448              not about a filetest, which now have their own warning.
6449      Branch: perl
6450            ! pod/perldiag.pod
6451 ____________________________________________________________________________
6452 [  6519] By: jhi                                   on 2000/08/04  04:06:30
6453         Log: In the warnings call filehandles consistently so;
6454              add "unopened" warning for stat().
6455      Branch: perl
6456            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
6457            ! t/pragma/warn/pp_sys
6458 ____________________________________________________________________________
6459 [  6518] By: jhi                                   on 2000/08/04  02:55:35
6460         Log: Subject: Minor tweak to perlvar.pod
6461              From: "Stephen P. Potter" <spp@ds.net>
6462              Date: Tue, 18 Apr 2000 09:26:03 -0400
6463              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
6464      Branch: perl
6465            ! pod/perlvar.pod
6466 ____________________________________________________________________________
6467 [  6517] By: jhi                                   on 2000/08/04  02:50:08
6468         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
6469              From: "Clinton Pierce" <cpierce1@ford.com>
6470              Date: Wed, 21 Jul 1999 16:45:31 -0400
6471              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
6472              
6473              Fix by Stephen Potter (visible in the bug db but not in p5p?)
6474      Branch: perl
6475            ! pod/perlfunc.pod pod/perlop.pod
6476 ____________________________________________________________________________
6477 [  6516] By: jhi                                   on 2000/08/04  02:09:25
6478         Log: This is 6512.  Really.
6479      Branch: perl
6480            ! dump.c
6481 ____________________________________________________________________________
6482 [  6515] By: jhi                                   on 2000/08/04  01:25:50
6483         Log: mention the idea of @( and @)
6484      Branch: perl
6485            ! Todo-5.6
6486 ____________________________________________________________________________
6487 [  6514] By: bailey                                on 2000/08/04  01:18:46
6488         Log: YA resync with mainstem, including VMS patches from others
6489      Branch: vmsperl
6490           +> (branch 48 files)
6491            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
6492           !> (integrate 354 files)
6493 ____________________________________________________________________________
6494 [  6513] By: jhi                                   on 2000/08/04  01:18:18
6495         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
6496              From: Mark Dickinson <dickins3@fas.harvard.edu>
6497              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
6498              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
6499      Branch: perl
6500            ! t/op/grent.t t/op/pwent.t
6501 ____________________________________________________________________________
6502 [  6512] By: jhi                                   on 2000/08/04  01:14:06
6503         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
6504              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6505              Date: Wed, 02 Aug 2000 10:51:01 +0100
6506              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
6507      Branch: perl
6508            ! sv.c
6509 ____________________________________________________________________________
6510 [  6511] By: jhi                                   on 2000/08/04  00:57:00
6511         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
6512              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6513              Date: Thu, 03 Aug 2000 17:20:04 -0700
6514              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
6515      Branch: metaconfig
6516            ! U/modified/Cppsym.U
6517      Branch: perl
6518            ! Configure config_h.SH
6519 ____________________________________________________________________________
6520 [  6510] By: jhi                                   on 2000/08/04  00:25:28
6521         Log: detypo
6522      Branch: perl
6523            ! Makefile.SH
6524 ____________________________________________________________________________
6525 [  6509] By: jhi                                   on 2000/08/03  23:43:18
6526         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
6527              From: Dominic Dunlop <domo@computer.org>
6528              Date: Thu, 3 Aug 2000 22:16:46 +0200
6529              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
6530      Branch: perl
6531            ! t/op/sprintf.t
6532 ____________________________________________________________________________
6533 [  6508] By: jhi                                   on 2000/08/03  23:40:37
6534         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
6535              From: Hugo <hv@crypt.compulink.co.uk>
6536              Date: Thu, 03 Aug 2000 18:25:30 +0100
6537              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
6538      Branch: perl
6539            ! regcomp.c t/op/re_tests
6540 ____________________________________________________________________________
6541 [  6507] By: jhi                                   on 2000/08/03  23:38:28
6542         Log: Subject: [PATCH] sv.h documentation - SvLEN
6543              From: Mike Guy <mjtg@cam.ac.uk>
6544              Date: Thu, 03 Aug 2000 14:43:09 +0100
6545              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
6546      Branch: perl
6547            ! sv.h
6548 ____________________________________________________________________________
6549 [  6506] By: jhi                                   on 2000/08/03  15:49:14
6550         Log: Disable the fix_pl hack for now.
6551      Branch: perl
6552            ! Makefile.SH
6553 ____________________________________________________________________________
6554 [  6505] By: jhi                                   on 2000/08/03  13:49:04
6555         Log: Add a URL for FSF.
6556              
6557              Subject: Patch for README
6558              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
6559              Date: Wed, 2 Aug 2000 13:25:09 -0500
6560              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
6561      Branch: perl
6562            ! README
6563 ____________________________________________________________________________
6564 [  6504] By: jhi                                   on 2000/08/03  13:29:19
6565         Log: Be more informative on what is skipped and why,
6566              also repeat the list at the end.
6567      Branch: perl
6568            ! Porting/p4desc
6569 ____________________________________________________________________________
6570 [  6503] By: jhi                                   on 2000/08/03  13:07:05
6571         Log: Circumvent the removal of .patch by fix_pl.
6572              
6573              Subject: Re: [ID 20000802.011] unable to 'make test'          
6574              From: simon@brecon.co.uk (Simon Cozens) 
6575              Date: 3 Aug 2000 04:17:00 GMT
6576              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
6577      Branch: perl
6578            ! Makefile.SH
6579 ____________________________________________________________________________
6580 [  6502] By: jhi                                   on 2000/08/03  00:14:34
6581         Log: Add the missing setproctitle unit.
6582      Branch: metaconfig/U/perl
6583            + d_setproctitle.U
6584 ____________________________________________________________________________
6585 [  6501] By: jhi                                   on 2000/08/03  00:00:26
6586         Log: The subtest 4 may fail also on VOBS, as pointed out
6587              by Nick Ing-Simmons in November 1999, bug id 19991124.003
6588              (but the failure in that bug report isn't the subtest 4).
6589      Branch: perl
6590            ! t/op/stat.t
6591 ____________________________________________________________________________
6592 [  6500] By: jhi                                   on 2000/08/02  23:49:30
6593         Log: Better skip message for the test; one of the two problems in
6594              
6595              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
6596              From: Lupe Christoph <lupe@lupe-christoph.de>
6597              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
6598              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
6599      Branch: perl
6600            ! t/op/numconvert.t
6601 ____________________________________________________________________________
6602 [  6499] By: jhi                                   on 2000/08/02  22:49:16
6603         Log: Allow "no Module;" even if there is no 'unimport'.
6604              
6605              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
6606              From: mjd@plover.com
6607              Date: 24 Mar 2000 15:24:34 -0000
6608              Message-Id: <20000324152434.15160.qmail@plover.com>
6609      Branch: perl
6610            ! gv.c
6611 ____________________________________________________________________________
6612 [  6498] By: jhi                                   on 2000/08/02  22:42:58
6613         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
6614              that are hopefully soon put into use.
6615      Branch: perl
6616            ! opcode.h opcode.pl opnames.h
6617 ____________________________________________________________________________
6618 [  6497] By: gsar                                  on 2000/08/02  22:28:59
6619         Log: require.t needs binmode() to work on windows
6620      Branch: perl
6621            ! t/comp/require.t
6622 ____________________________________________________________________________
6623 [  6496] By: jhi                                   on 2000/08/02  22:08:51
6624         Log: Document the IVdf UVuf UVof UVxf.
6625      Branch: perl
6626            ! pod/perlguts.pod
6627 ____________________________________________________________________________
6628 [  6495] By: jhi                                   on 2000/08/02  21:54:26
6629         Log: detypo #6494
6630      Branch: perl
6631            ! ext/Data/Dumper/Dumper.xs
6632 ____________________________________________________________________________
6633 [  6494] By: jhi                                   on 2000/08/02  21:49:17
6634         Log: Dump UVs as UVs in Data::Dumper.
6635              
6636              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
6637              From: Gurusamy Sarathy <gsar@ActiveState.com>
6638              Date: Thu, 27 Apr 2000 12:26:25 -0700
6639              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
6640      Branch: perl
6641            ! ext/Data/Dumper/Dumper.xs
6642 ____________________________________________________________________________
6643 [  6493] By: jhi                                   on 2000/08/02  17:01:58
6644         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
6645              From: Hugo <hv@crypt.compulink.co.uk>
6646              Date: Wed, 02 Aug 2000 14:53:56 +0100
6647              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
6648      Branch: perl
6649            ! regexec.c t/op/re_tests
6650 ____________________________________________________________________________
6651 [  6492] By: jhi                                   on 2000/08/02  15:02:46
6652         Log: The new setproctitle() feature is available only in 
6653              bleeding edge FreeBSD.  From Paul Saab.
6654      Branch: perl
6655            ! mg.c
6656 ____________________________________________________________________________
6657 [  6491] By: jhi                                   on 2000/08/02  13:34:36
6658         Log: The tr utf8 patching continues.
6659              
6660              Subject: Re: #6469, too many tests claimed in require.t
6661              From: simon@brecon.co.uk (Simon Cozens)
6662              Date: 2 Aug 2000 02:37:17 GMT
6663              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
6664              
6665              (the logic of the test was the wrong way round in the patch)
6666      Branch: perl
6667            ! doop.c
6668 ____________________________________________________________________________
6669 [  6490] By: jhi                                   on 2000/08/02  13:27:38
6670         Log: The name of a filehandle does not have <these>.
6671      Branch: perl
6672            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
6673            ! t/pragma/warn/pp_sys util.c
6674 ____________________________________________________________________________
6675 [  6489] By: jhi                                   on 2000/08/02  04:26:46
6676         Log: Remove the extraneous "main::" prefix from all the
6677              "opened only for", "on closed", and "never opened" warnings.
6678              
6679              Subject: Re: inappropriate warning
6680              From: Gurusamy Sarathy <gsar@ActiveState.com>
6681              Date: Mon, 20 Mar 2000 11:28:02 -0800
6682              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
6683      Branch: perl
6684            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
6685            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
6686            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
6687 ____________________________________________________________________________
6688 [  6488] By: jhi                                   on 2000/08/02  03:02:57
6689         Log: memcpy has n o in it, as pinted ut by Sarathy.
6690      Branch: perl
6691            ! pod/perlguts.pod
6692 ____________________________________________________________________________
6693 [  6487] By: jhi                                   on 2000/08/02  02:44:51
6694         Log: Document in one place the memory abstractions used in Perl core.
6695              
6696              Subject: Re: Memory abstraction
6697              From: simon@brecon.co.uk (Simon Cozens)
6698              Date: 2 Aug 2000 02:20:23 GMT
6699              Organization: Earth.li Origins
6700      Branch: perl
6701            ! pod/perlguts.pod
6702 ____________________________________________________________________________
6703 [  6486] By: jhi                                   on 2000/08/02  02:41:57
6704         Log: regen_headers, regen perltoc.
6705      Branch: perl
6706            ! perlapi.c pod/perltoc.pod
6707 ____________________________________________________________________________
6708 [  6485] By: jhi                                   on 2000/08/02  01:43:33
6709         Log: "This little thing tests for a file .patch, and if it contains
6710              a number, pops into patchlevel.h" (making it easier to track
6711              which development version people are reporting bugs against)
6712              
6713              Subject: Patchlevel autogeneration for repository perls
6714              From: simon@brecon.co.uk (Simon Cozens)
6715              Date: 14 Jul 2000 07:12:15 GMT
6716              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
6717      Branch: perl
6718            + fix_pl
6719            ! MANIFEST Makefile.SH
6720 ____________________________________________________________________________
6721 [  6484] By: jhi                                   on 2000/08/02  01:32:54
6722         Log: FreeBSD 3.* updates from
6723              
6724              From: Paul Saab <ps@yahoo-inc.com>
6725              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
6726              Date: Tue, 1 Aug 2000 15:41:39 -0700
6727              Message-Id: <20000801154139.A53740@yahoo-inc.com>
6728      Branch: perl
6729            ! hints/freebsd.sh
6730 ____________________________________________________________________________
6731 [  6483] By: jhi                                   on 2000/08/02  01:27:44
6732         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
6733              instead one must use setproctitle().  This was already addressed
6734              by change #6457, but the below has a new variant for FreeBSD 4.0
6735              or later, and the matter is also documented more.
6736              
6737              From: Paul Saab <ps@yahoo-inc.com>
6738              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
6739              Date: Tue, 1 Aug 2000 15:41:39 -0700
6740              Message-Id: <20000801154139.A53740@yahoo-inc.com>
6741      Branch: metaconfig/U/perl
6742            + i_libutil.U
6743      Branch: perl
6744            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
6745 ____________________________________________________________________________
6746 [  6482] By: jhi                                   on 2000/08/01  22:17:32
6747         Log: The test from this
6748              
6749              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
6750              Date: Sat, 15 Apr 2000 17:03:44 +0100
6751              From: Tom Hughes <tom@compton.nu>
6752              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
6753              
6754              was missing, the code change went in as #5989
6755              (which had a different test?)
6756      Branch: perl
6757            ! t/op/misc.t
6758 ____________________________________________________________________________
6759 [  6481] By: jhi                                   on 2000/08/01  21:48:38
6760         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
6761              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
6762              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
6763              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
6764      Branch: perl
6765            ! perl.h
6766 ____________________________________________________________________________
6767 [  6480] By: jhi                                   on 2000/08/01  18:05:28
6768         Log: Make p4desc to skip non-mainperl branches by default.
6769      Branch: perl
6770            ! Porting/p4desc
6771 ____________________________________________________________________________
6772 [  6479] By: jhi                                   on 2000/08/01  17:29:19
6773         Log: If gccosandvers is equal to osname, clear gccosandvers.
6774      Branch: metaconfig/U/perl
6775            ! gccvers.U
6776      Branch: perl
6777            ! Configure config_h.SH
6778 ____________________________________________________________________________
6779 [  6478] By: jhi                                   on 2000/08/01  15:54:08
6780         Log: BOM patching from Simon Cozens.
6781      Branch: perl
6782            ! toke.c
6783 ____________________________________________________________________________
6784 [  6477] By: jhi                                   on 2000/08/01  04:50:33
6785         Log: Stash away the largefiles flags and libswanted.
6786      Branch: perl
6787            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
6788 ____________________________________________________________________________
6789 [  6476] By: gsar                                  on 2000/08/01  04:24:24
6790         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
6791              on Windows)
6792      Branch: perl
6793            ! t/pragma/utf8.t utf8.c win32/win32.c
6794 ____________________________________________________________________________
6795 [  6475] By: jhi                                   on 2000/08/01  03:35:24
6796         Log: Make chr() for values >127 to create utf8 when under utf8.
6797              
6798              Subject: Re: uft8/chr()
6799              From: simon@brecon.co.uk (Simon Cozens)
6800              Date: 1 Aug 2000 02:37:02 GMT
6801              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
6802      Branch: perl
6803            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
6804 ____________________________________________________________________________
6805 [  6474] By: jhi                                   on 2000/08/01  02:36:18
6806         Log: In Digital UNIX warn if gcc explicitly chosen because even
6807              2.95.2 is known to cause problems.
6808      Branch: perl
6809            ! hints/dec_osf.sh
6810 ____________________________________________________________________________
6811 [  6473] By: jhi                                   on 2000/08/01  02:00:56
6812         Log: Make the safety catch for buggy gccs work with triple version
6813              numbers like 2.95.2.  Reported in
6814              
6815              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
6816              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
6817              Date: Mon, 31 Jul 2000 14:55:06 +0200
6818              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
6819      Branch: perl
6820            ! hints/dec_osf.sh
6821 ____________________________________________________________________________
6822 [  6472] By: jhi                                   on 2000/08/01  01:13:33
6823         Log: Subject: fix and question re: waitpid() under win32
6824              From: Brian Clarke <clarke@appliedmeta.com>
6825              Date: Fri, 28 Jul 2000 15:18:29 -0400
6826              Message-ID: <3981DC85.290314EB@appliedmeta.com>
6827              
6828              Slightly reformatted and WNOHANG # define moved to win32.h
6829              so that also POSIX.xs sees it, as suggsted by Sarathy.
6830      Branch: perl
6831            ! win32/win32.c win32/win32.h
6832 ____________________________________________________________________________
6833 [  6471] By: jhi                                   on 2000/08/01  00:55:05
6834         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
6835              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6836              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
6837              Date: Mon, 31 Jul 2000 13:28:51 +0100
6838              
6839              (aka ID 20000730.002)
6840      Branch: perl
6841            ! op.c t/op/tr.t
6842 ____________________________________________________________________________
6843 [  6470] By: jhi                                   on 2000/07/31  23:34:42
6844         Log: Document the problem with -P in HP-UX and its workaround.
6845              
6846              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
6847              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
6848              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
6849              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
6850      Branch: perl
6851            ! README.hpux
6852 ____________________________________________________________________________
6853 [  6469] By: jhi                                   on 2000/07/31  04:15:02
6854         Log: The swallow_bom() saga continues.  The #23 of require.t
6855              (UTF16-LE) still fails (silently, no output) but the #22
6856              (UTF16-BE) seems to be working now.  The root of the
6857              failure may be in sv_gets(): is it UTF-16LE-aware,
6858              especially when it comes to line endings? 
6859      Branch: perl
6860            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
6861            ! t/comp/require.t toke.c utf8.c
6862 ____________________________________________________________________________
6863 [  6468] By: jhi                                   on 2000/07/30  19:05:48
6864         Log: Find green threads before native threads.
6865              
6866              Subject: Re: Patch to jpl/JNI/Makefile.PL
6867              From: Jens Thomsen <jens@fiend.cis.com>
6868              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
6869              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
6870      Branch: perl
6871            ! jpl/JNI/Makefile.PL
6872 ____________________________________________________________________________
6873 [  6467] By: jhi                                   on 2000/07/30  18:36:22
6874         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
6875      Branch: perl
6876            ! doop.c
6877 ____________________________________________________________________________
6878 [  6466] By: jhi                                   on 2000/07/30  04:37:29
6879         Log: A new version of the "remove UPPERACSE string comparison"
6880              operators.  The problem with the previous one (change #6454)
6881              was that it was for Perl 5.6.0.  From Paul Marquess.
6882      Branch: perl
6883            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
6884            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
6885            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
6886 ____________________________________________________________________________
6887 [  6465] By: jhi                                   on 2000/07/29  22:39:56
6888         Log: Do not upgrade SVs into utf8 just because they participate
6889              in eq or cmp.  Reported and fix suggested in
6890              
6891              Subject: [ID 20000720.009] sv_eq UTF8 bug
6892              From: "Simon Cozens" <simon@othersideofthe.earth.li>
6893              Date: 21 Jul 2000 04:37:29 -0000
6894              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
6895              
6896              Exercise for the kind reader: should we or should we not
6897              cache the utf8 conversion alonside the SV? (as magic,
6898              as thestrxfrm()ed version is cached under use locale)
6899              Argue both for and against.
6900      Branch: perl
6901            ! sv.c
6902 ____________________________________________________________________________
6903 [  6464] By: jhi                                   on 2000/07/29  22:36:22
6904         Log: Subject: UTF8 concat
6905              From: simon@brecon.co.uk (Simon Cozens) 
6906              Date: 30 Jun 2000 06:13:25 GMT
6907              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
6908              
6909              (with a memory leak fixed, plus a few casts added)
6910              
6911              This also seems to help for
6912              
6913              Subject: [ID 20000716.015] join UTF8 weirdness
6914              From: root <root@ak-71.mind.de> 
6915              Date: Sat, 15 Jul 2000 15:29:54 +0200
6916              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
6917              
6918              (from Andreas König)
6919      Branch: perl
6920            ! pp_hot.c
6921 ____________________________________________________________________________
6922 [  6463] By: jhi                                   on 2000/07/29  00:55:39
6923         Log: Tune the comments and hopefully stop a memory leak.
6924      Branch: perl
6925            ! toke.c utf8.c
6926 ____________________________________________________________________________
6927 [  6462] By: jhi                                   on 2000/07/29  00:16:53
6928         Log: The problem described in this
6929              
6930              Subject: [ID 20000322.018] named chars aren't magical enough
6931              From: root <root@dixie.cscaper.com>     
6932              Date: Wed, 22 Mar 2000 18:37:42 -0700
6933              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
6934              
6935              has been fixed in perl 5.6.0 but just in case added a test
6936              to keep it away.  (The report from Joseph Hall.)
6937      Branch: perl
6938            ! t/lib/charnames.t
6939 ____________________________________________________________________________
6940 [  6461] By: jhi                                   on 2000/07/28  23:56:36
6941         Log: Tiny fixes for #6460.
6942      Branch: metaconfig/U/perl
6943            ! gccvers.U
6944      Branch: perl
6945            ! Configure config_h.SH
6946 ____________________________________________________________________________
6947 [  6460] By: jhi                                   on 2000/07/28  23:24:41
6948         Log: Warn if the version of the operating system used to compile gcc
6949              differs from the current version of the operating system.
6950              Also display the gcc compilation os and version in myconfig.
6951              Inspiration from
6952              
6953              Subject: Re: [ID 20000710.003] ERRORS!!         
6954              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6955              Date: Mon, 10 Jul 2000 15:54:16 -0400
6956              Message-ID: <20000710155416.A1384@O2.chapin.edu>
6957      Branch: metaconfig/U/perl
6958            ! gccvers.U
6959      Branch: perl
6960            ! Configure config_h.SH myconfig.SH
6961 ____________________________________________________________________________
6962 [  6459] By: jhi                                   on 2000/07/28  22:00:32
6963         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
6964              letter to $Config{osvers}.
6965      Branch: metaconfig
6966            ! U/modified/Oldconfig.U
6967      Branch: perl
6968            ! Configure config_h.SH
6969 ____________________________________________________________________________
6970 [  6458] By: jhi                                   on 2000/07/28  04:15:39
6971         Log: Back out #6454, doesn't seem to work.
6972              (Reason: that patch was for perl 5.6.0, not perl-current)
6973              (A version of the patch for perl-current came in later as #6466)
6974      Branch: perl
6975            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
6976            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
6977            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
6978 ____________________________________________________________________________
6979 [  6457] By: jhi                                   on 2000/07/27  23:31:49
6980         Log: Use setproctitle() if available to modify $0.
6981              
6982              Subject: setting $* on BSD4 broken
6983              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
6984              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
6985              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
6986      Branch: metaconfig
6987            ! U/modified/Myinit.U
6988      Branch: perl
6989            ! Configure config_h.SH mg.c
6990 ____________________________________________________________________________
6991 [  6456] By: jhi                                   on 2000/07/27  14:50:47
6992         Log: Allow "no AutoLoader;", based on change #6444,
6993              suggested by Graham Barr.
6994      Branch: perl
6995            ! lib/AutoLoader.pm
6996 ____________________________________________________________________________
6997 [  6455] By: jhi                                   on 2000/07/27  14:19:10
6998         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
6999              From: rspier@pobox.com (Robert Spier)
7000              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
7001              Message-ID: <14720.15855.787664.424783@rls.cx>
7002      Branch: perl
7003            ! pod/perldiag.pod
7004 ____________________________________________________________________________
7005 [  6454] By: jhi                                   on 2000/07/27  14:03:02
7006         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
7007              for a long time).
7008              
7009              Reported in
7010              
7011              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
7012              From: Ryan Herbert <rherbert@sycamorehq.com>
7013              Date: Mon, 17 Jul 2000 11:40:42 -0400
7014              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
7015              
7016              Patched in
7017              
7018              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
7019              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
7020              Date: Wed, 26 Jul 2000 23:40:18 +0100
7021              Message-ID: <000001bff752$79511880$0a17073e@tiny>
7022              
7023              based on an earlier patch from Stephen P. Potter.
7024              
7025              (Removed later by change #6458 because this patch was for
7026              perl 5.6.0, not perl-current)
7027      Branch: perl
7028            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
7029            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
7030            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
7031 ____________________________________________________________________________
7032 [  6453] By: jhi                                   on 2000/07/27  13:48:02
7033         Log: Subject: [PATCH] fixes bug 20000508.004
7034              From: Michael Stevens <mstevens@globnix.org>
7035              Date: Thu, 27 Jul 2000 13:49:04 +0100
7036              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
7037      Branch: perl
7038            ! pod/perldata.pod
7039 ____________________________________________________________________________
7040 [  6452] By: jhi                                   on 2000/07/26  23:51:26
7041         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
7042              and Craig A. Berry.
7043      Branch: perl
7044            ! lib/File/Temp.pm pod/perlport.pod
7045 ____________________________________________________________________________
7046 [  6451] By: jhi                                   on 2000/07/26  19:43:30
7047         Log: Be wary of close()s, too.
7048              
7049              Subject: Re: [PATCH] perlbug cleanup
7050              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7051              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
7052              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
7053      Branch: perl
7054            ! utils/perlbug.PL
7055 ____________________________________________________________________________
7056 [  6450] By: jhi                                   on 2000/07/26  18:41:40
7057         Log: Subject: Minor doc patch: handy.h
7058              From: Daniel Muiño <dmuino@afip.gov.ar>
7059              Date: Wed, 26 Jul 2000 15:34:25 -0300
7060              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
7061      Branch: perl
7062            ! handy.h pod/perlapi.pod
7063 ____________________________________________________________________________
7064 [  6449] By: jhi                                   on 2000/07/26  18:23:55
7065         Log: Subject: [PATCH] minor doc change - perlguts
7066              From: Michael Stevens <mstevens@globnix.org>
7067              Date: Thu, 13 Jul 2000 12:39:18 +0100
7068              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
7069      Branch: perl
7070            ! pod/perlguts.pod
7071 ____________________________________________________________________________
7072 [  6448] By: jhi                                   on 2000/07/26  18:20:30
7073         Log: open() wariness in perlbug.
7074              
7075              Subject: [PATCH] perlbug cleanup
7076              From: Michael Stevens <mstevens@globnix.org>
7077              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
7078              Date: Thu, 13 Jul 2000 15:52:23 +0100
7079      Branch: perl
7080            ! utils/perlbug.PL
7081 ____________________________________________________________________________
7082 [  6447] By: jhi                                   on 2000/07/26  18:13:04
7083         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
7084      Branch: perl
7085            ! lib/File/Temp.pm t/lib/ftmp-security.t
7086 ____________________________________________________________________________
7087 [  6446] By: jhi                                   on 2000/07/26  18:06:32
7088         Log: docfix from Peter Scott <Peter@PSDT.com>.
7089      Branch: perl
7090            ! pod/perlfunc.pod
7091 ____________________________________________________________________________
7092 [  6445] By: jhi                                   on 2000/07/26  17:53:31
7093         Log: Fix *foo{FORMAT}.
7094              
7095              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7096              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
7097              Date: Wed, 26 Jul 2000 19:51:02 +0200
7098              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
7099              
7100              From: Graham Barr <gbarr@pobox.com>
7101              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
7102              Date: Wed, 26 Jul 2000 17:38:36 +0100
7103              Message-ID: <20000726173836.L472@pobox.com>
7104      Branch: perl
7105            ! pp.c sv.c t/op/gv.t
7106 ____________________________________________________________________________
7107 [  6444] By: jhi                                   on 2000/07/26  17:49:14
7108         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
7109              from Graham Barr in the module list.
7110      Branch: perl
7111            ! gv.c pod/perlobj.pod
7112 ____________________________________________________________________________
7113 [  6443] By: jhi                                   on 2000/07/26  16:06:56
7114         Log: More split() doc and test patches from Mike Guy.
7115      Branch: perl
7116            ! pod/perlfunc.pod t/op/split.t
7117 ____________________________________________________________________________
7118 [  6442] By: jhi                                   on 2000/07/26  16:05:30
7119         Log: MacOS nits from Matthias Neeracher.
7120      Branch: perl
7121            ! perl.c pp_ctl.c
7122 ____________________________________________________________________________
7123 [  6441] By: jhi                                   on 2000/07/26  04:39:57
7124         Log: Subject: [PATCH] split /^/
7125              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7126              Date: Tue, 25 Jul 2000 14:18:57 +0100
7127              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
7128              
7129              (with notes from tchrist and gbarr)
7130      Branch: perl
7131            ! pod/perlfunc.pod t/op/split.t
7132 ____________________________________________________________________________
7133 [  6440] By: jhi                                   on 2000/07/26  04:32:32
7134         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
7135              From: Peter Prymmer <pvhp@forte.com>
7136              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
7137              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
7138      Branch: perl
7139            ! vms/munchconfig.c
7140 ____________________________________________________________________________
7141 [  6439] By: jhi                                   on 2000/07/26  04:31:01
7142         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
7143              to be fatal errors (instead of by default ignoring them, and
7144              ignoring with a bug: even though -w gave an error, the opening [
7145              was left in)  Reported in:
7146              
7147              Subject: [ID 20000716.024] [=cc=] / [:blank:]
7148              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
7149              Date: Sun, 16 Jul 2000 17:55:29 -0700
7150              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
7151      Branch: perl
7152            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
7153 ____________________________________________________________________________
7154 [  6438] By: jhi                                   on 2000/07/25  15:41:15
7155         Log: Subject: [PATCH] av.c apidoc
7156              From: simon@brecon.co.uk (Simon Cozens)
7157              Date: 24 Jul 2000 06:40:52 GMT
7158              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
7159      Branch: perl
7160            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
7161            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
7162 ____________________________________________________________________________
7163 [  6437] By: jhi                                   on 2000/07/25  14:05:36
7164         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
7165              From: "Stephen P. Potter" <spp@ds.net>
7166              Date: Mon, 24 Jul 2000 14:22:23 -0400
7167              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
7168      Branch: perl
7169            ! pod/perllocale.pod
7170 ____________________________________________________________________________
7171 [  6436] By: jhi                                   on 2000/07/25  14:02:03
7172         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
7173              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7174              Date: Mon, 24 Jul 2000 18:04:28 +0100
7175              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
7176      Branch: perl
7177            ! t/lib/syslfs.t t/op/lfs.t
7178 ____________________________________________________________________________
7179 [  6435] By: jhi                                   on 2000/07/25  13:59:28
7180         Log: Get UTF16 BOMs working.  Patch from
7181              
7182              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
7183              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7184              Date: Tue, 25 Jul 2000 12:52:45 +0100
7185              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
7186              
7187              and notes from
7188              
7189              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
7190              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7191              Date: Tue, 25 Jul 2000 11:43:25 +0100
7192              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
7193      Branch: perl
7194            ! t/comp/require.t toke.c utf8.c
7195 ____________________________________________________________________________
7196 [  6434] By: jhi                                   on 2000/07/25  02:39:54
7197         Log: Make the "uninit variable" warning to say "concat or string"
7198              or "join or string" when in concat or join .
7199              
7200              Subject: Re: [ID 20000403.009] uninitialised concatenation???
7201              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7202              Date: Tue, 04 Apr 2000 18:22:58 +0100
7203              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
7204              
7205              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
7206              From: William R Ward <hermit@BayView.COM>
7207              Date: Thu, 30 Mar 2000 19:50:03 -0800
7208              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
7209      Branch: perl
7210            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
7211            ! t/pragma/warn/op t/pragma/warn/sv
7212 ____________________________________________________________________________
7213 [  6433] By: jhi                                   on 2000/07/24  17:52:56
7214         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
7215      Branch: perl
7216            ! lib/File/Spec/VMS.pm
7217 ____________________________________________________________________________
7218 [  6432] By: jhi                                   on 2000/07/24  17:44:44
7219         Log: Test cases for #6431.
7220              
7221              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
7222              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7223              Date: Mon, 24 Jul 2000 15:32:29 +0100
7224              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
7225      Branch: perl
7226            ! t/op/pat.t t/op/split.t
7227 ____________________________________________________________________________
7228 [  6431] By: jhi                                   on 2000/07/24  17:43:17
7229         Log: Bind op fix.
7230              
7231              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
7232              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7233              Date: Mon, 17 Jul 2000 20:04:56 +0100
7234              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
7235      Branch: perl
7236            ! op.c
7237 ____________________________________________________________________________
7238 [  6430] By: jhi                                   on 2000/07/24  03:42:42
7239         Log: Subject: [ID 20000716.023] syslog test fails without sockets
7240              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7241              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
7242              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
7243      Branch: metaconfig/U/perl
7244            ! Extensions.U
7245      Branch: perl
7246            ! Configure config_h.SH
7247 ____________________________________________________________________________
7248 [  6429] By: jhi                                   on 2000/07/24  03:11:52
7249         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
7250              case, but add also notes explaining the relationship of this
7251              patch and the earlier notes by Sarathy.
7252              
7253              Subject: Map is still slow
7254              From: "Ben Tilly" <ben_tilly@hotmail.com>
7255              Date: Sat, 15 Jul 2000 17:23:27 EDT
7256              Message-ID: <20000715212327.21656.qmail@hotmail.com>
7257      Branch: perl
7258            ! pp_ctl.c
7259 ____________________________________________________________________________
7260 [  6428] By: jhi                                   on 2000/07/24  02:58:52
7261         Log: Documentation to explain the behaviour of map().
7262              
7263              Subject: Re: Map is still slow 
7264              From: Gurusamy Sarathy <gsar@ActiveState.com>
7265              Date: Sat, 15 Jul 2000 16:05:09 -0700
7266              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
7267      Branch: perl
7268            ! pp_ctl.c
7269 ____________________________________________________________________________
7270 [  6427] By: jhi                                   on 2000/07/24  02:50:03
7271         Log: Add tests for
7272              [ID 19991110.003] another matching finding by pcre author
7273              which has already been fixed by some patch, as verified in
7274              
7275              Subject: Re: two regex bugs from the mists of time (well, last November)
7276              From: Hugo <hv@crypt.compulink.co.uk>
7277              Date: Sat, 22 Jul 2000 18:12:58 +0100
7278              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
7279      Branch: perl
7280            ! t/op/re_tests
7281 ____________________________________________________________________________
7282 [  6426] By: jhi                                   on 2000/07/24  02:11:20
7283         Log: A missing 'break' after the [[:space:]] switch case.
7284              
7285              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
7286              From: "Stephen P. Potter" <spp@ds.net>
7287              Date: Tue, 18 Jul 2000 16:25:17 -0400
7288              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
7289      Branch: perl
7290            ! regcomp.c
7291 ____________________________________________________________________________
7292 [  6425] By: jhi                                   on 2000/07/24  02:06:12
7293         Log: The output might have been produced in the wrong order.
7294              
7295              Subject: [ID 20000720.003] [PATCH] t/op/write.t
7296              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7297              Date: Thu, 20 Jul 2000 18:49:18 +0100
7298              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
7299      Branch: perl
7300            ! t/op/write.t
7301 ____________________________________________________________________________
7302 [  6424] By: jhi                                   on 2000/07/24  02:00:07
7303         Log: Use STDOUT consistently.
7304              
7305              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
7306              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7307              Date: Thu, 20 Jul 2000 18:04:01 +0100
7308              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
7309      Branch: perl
7310            ! lib/Test/Harness.pm
7311 ____________________________________________________________________________
7312 [  6423] By: jhi                                   on 2000/07/24  01:54:54
7313         Log: Protect against "wild next"s, that is, callbacks doing "next"
7314              instead of "return".
7315              
7316              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
7317              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7318              Date: Tue, 18 Jul 2000 11:30:16 +0100
7319              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
7320      Branch: perl
7321            ! lib/File/Find.pm
7322 ____________________________________________________________________________
7323 [  6422] By: jhi                                   on 2000/07/24  01:35:47
7324         Log: Out-of-date note removed.
7325              
7326              Subject: [PATCH] documentation perlipc
7327              From: rspier@pobox.com (Robert Spier)
7328              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
7329              Message-ID: <14711.35178.572612.502654@rls.cx>
7330      Branch: perl
7331            ! pod/perlipc.pod
7332 ____________________________________________________________________________
7333 [  6421] By: jhi                                   on 2000/07/24  00:09:18
7334         Log: Send all installperl messages to STDERR and be -w clean.
7335              
7336              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
7337              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7338              Date: Sat, 22 Jul 2000 14:02:11 +0100
7339              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
7340      Branch: perl
7341            ! installperl
7342 ____________________________________________________________________________
7343 [  6420] By: jhi                                   on 2000/07/24  00:04:19
7344         Log: Decutandpasto.
7345              
7346              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
7347              From: "Richard Soderberg" <rs@crystalflame.net>
7348              Date: Sun, 23 Jul 2000 01:37:23 -0700
7349              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
7350      Branch: perl
7351            ! pod/perlipc.pod
7352 ____________________________________________________________________________
7353 [  6419] By: jhi                                   on 2000/07/24  00:01:12
7354         Log: A cleaner abs_path().
7355              Subject: Re: unix alternative to Cwd.pm
7356              From: Jeff Pinyan <jeffp@crusoe.net>
7357              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
7358              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
7359      Branch: perl
7360            ! lib/Cwd.pm
7361 ____________________________________________________________________________
7362 [  6418] By: jhi                                   on 2000/07/23  23:48:56
7363         Log: Detypo.
7364              
7365              Subject: [PATCH perl-current] Typo in hints/powerux.sh
7366              From: "Richard Soderberg" <rs@crystalflame.net>
7367              Date: Sun, 23 Jul 2000 01:27:33 -0700
7368              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
7369      Branch: perl
7370            ! hints/powerux.sh
7371 ____________________________________________________________________________
7372 [  6417] By: jhi                                   on 2000/07/17  22:13:31
7373         Log: Subject: SDBM_File documentation
7374              From: mjd@plover.com
7375              Date: 16 Jul 2000 17:41:17 -0000
7376              Message-ID: <20000716174117.18515.qmail@plover.com>
7377      Branch: perl
7378            ! ext/SDBM_File/SDBM_File.pm
7379 ____________________________________________________________________________
7380 [  6416] By: jhi                                   on 2000/07/17  19:13:26
7381         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
7382      Branch: perl
7383            ! hints/mpeix.sh mpeix/relink
7384 ____________________________________________________________________________
7385 [  6415] By: jhi                                   on 2000/07/15  14:11:02
7386         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
7387              the utf8 'characters' can be more than one octet).
7388              
7389              Date: Sat, 15 Jul 2000 00:21:56 +0100
7390              From: Tom Hughes <tom@compton.nu>
7391              Subject: Re: [ID 20000714.002]
7392              Message-ID: <db2334de49.tom@compton.compton.nu>
7393              
7394              Reported in
7395              
7396              Subject: [ID 20000714.002]
7397              From: "Simon Cozens" <simon@othersideofthe.earth.li>
7398              Date: 14 Jul 2000 15:13:09 -0000
7399              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
7400      Branch: perl
7401            ! doop.c
7402 ____________________________________________________________________________
7403 [  6414] By: jhi                                   on 2000/07/15  03:13:41
7404         Log: another VMS build tweak from Peter Prymmer
7405      Branch: perl
7406            ! vms/descrip_mms.template
7407 ____________________________________________________________________________
7408 [  6413] By: jhi                                   on 2000/07/15  03:10:40
7409         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
7410      Branch: perl
7411            ! vms/perlvms.pod
7412 ____________________________________________________________________________
7413 [  6412] By: jhi                                   on 2000/07/15  00:31:05
7414         Log: More docs for sv functions.
7415              
7416              Subject: [PATCH cfgperl] sv.c apidoc
7417              From: simon@brecon.co.uk (Simon Cozens)
7418              Date: 13 Jul 2000 09:00:20 GMT
7419              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
7420              
7421              Subject: Re: [PATCH cfgperl] sv.c apidoc
7422              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7423              Date: Thu, 13 Jul 2000 12:27:41 +0100
7424              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
7425              
7426              Subject: Re: [PATCH cfgperl] sv.c apidoc
7427              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7428              Date: Thu, 13 Jul 2000 13:23:09 +0100
7429              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
7430              
7431              Subject: Re: [PATCH cfgperl] sv.c apidoc
7432              From: simon@brecon.co.uk (Simon Cozens)
7433              Date: 14 Jul 2000 06:51:02 GMT
7434              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
7435      Branch: perl
7436            ! embed.pl pod/perlapi.pod sv.c
7437 ____________________________________________________________________________
7438 [  6411] By: jhi                                   on 2000/07/15  00:10:41
7439         Log: lib/b test fixes from Peter Prymmer.
7440      Branch: perl
7441            ! t/lib/b.t
7442 ____________________________________________________________________________
7443 [  6410] By: jhi                                   on 2000/07/15  00:02:09
7444         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
7445              From: Hugo <hv@crypt.compulink.co.uk>
7446              Date: Fri, 14 Jul 2000 23:05:20 +0100
7447              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
7448              
7449              Didn't anymore apply, but that point still could use another fix.
7450      Branch: perl
7451            ! pod/perlfunc.pod
7452 ____________________________________________________________________________
7453 [  6409] By: jhi                                   on 2000/07/14  23:15:15
7454         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
7455              not in pod, from Peter Prymmer
7456      Branch: perl
7457            ! vms/descrip_mms.template
7458 ____________________________________________________________________________
7459 [  6408] By: jhi                                   on 2000/07/14  20:35:05
7460         Log: The bug report
7461              [ID 19991110.002] minimal matching discrepancy found by pcre author
7462              seems to have been fixed (though differently from what was suggested
7463              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
7464      Branch: perl
7465            ! t/op/re_tests
7466 ____________________________________________________________________________
7467 [  6407] By: jhi                                   on 2000/07/14  17:38:08
7468         Log: Fix AutoSplit to use File::Spec the right way in VMS,
7469              from Peter Prymmer.
7470      Branch: perl
7471            ! lib/AutoSplit.pm
7472 ____________________________________________________________________________
7473 [  6406] By: jhi                                   on 2000/07/14  14:13:22
7474         Log: Merge perlhacktut into perlhack, update perlguts.
7475              
7476              Subject: Re: Perlhacktut
7477              From: simon@brecon.co.uk (Simon Cozens)
7478              Date: 14 Jul 2000 06:49:21 GMT
7479              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
7480              
7481              Subject: Re: Perlhacktut
7482              From: simon@brecon.co.uk (Simon Cozens)
7483              Date: 14 Jul 2000 07:09:45 GMT
7484              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
7485      Branch: perl
7486            ! pod/perlguts.pod pod/perlhack.pod
7487 ____________________________________________________________________________
7488 [  6405] By: jhi                                   on 2000/07/14  14:02:31
7489         Log: Integrate with Sarathy.
7490      Branch: cfgperl
7491           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
7492           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
7493           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
7494 ____________________________________________________________________________
7495 [  6404] By: gsar                                  on 2000/07/14  12:15:02
7496         Log: PERL_OBJECT build tweaks
7497      Branch: perl
7498            ! toke.c
7499 ____________________________________________________________________________
7500 [  6403] By: gsar                                  on 2000/07/14  11:23:41
7501         Log: inconsistent types needs casts
7502      Branch: perl
7503            ! toke.c
7504 ____________________________________________________________________________
7505 [  6402] By: gsar                                  on 2000/07/14  11:12:04
7506         Log: typos in change#6399, regen headers
7507      Branch: perl
7508            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
7509 ____________________________________________________________________________
7510 [  6401] By: gsar                                  on 2000/07/14  10:59:12
7511         Log: typecasts needed for change#6394
7512      Branch: perl
7513            ! toke.c
7514 ____________________________________________________________________________
7515 [  6400] By: gsar                                  on 2000/07/14  10:49:37
7516         Log: integrate cfgperl contents into mainline
7517      Branch: perl
7518           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
7519           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
7520 ____________________________________________________________________________
7521 [  6399] By: gsar                                  on 2000/07/14  10:38:35
7522         Log: enable UTF-16 filter by default if relevant BOM is seen; various
7523              cleanups (typos, misformatted code, and small bugs)
7524      Branch: perl
7525            ! doop.c embed.pl mg.c op.c pp.c toke.c
7526 ____________________________________________________________________________
7527 [  6398] By: gsar                                  on 2000/07/14  08:55:38
7528         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
7529              name suggests anyway)
7530      Branch: perl
7531            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
7532 ____________________________________________________________________________
7533 [  6397] By: gsar                                  on 2000/07/14  08:44:33
7534         Log: move new variables to the end of the interpreter structure (for
7535              bincompat in code that doesn't #include XSUB.h)
7536      Branch: perl
7537            ! intrpvar.h
7538 ____________________________________________________________________________
7539 [  6396] By: gsar                                  on 2000/07/14  08:13:58
7540         Log: MakeMaker should not remove editor backups (*~) on `make clean`
7541              by default (completes change#6383)
7542      Branch: perl
7543            ! lib/ExtUtils/MM_Unix.pm
7544 ____________________________________________________________________________
7545 [  6395] By: jhi                                   on 2000/07/14  05:20:33
7546         Log: Replace change #6337 with a better one.
7547              
7548              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
7549              From: Hugo <hv@crypt.compulink.co.uk>
7550              Date: Fri, 14 Jul 2000 04:16:20 +0100
7551              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
7552      Branch: cfgperl
7553            ! regexec.c t/op/re_tests
7554 ____________________________________________________________________________
7555 [  6394] By: jhi                                   on 2000/07/14  01:33:59
7556         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
7557      Branch: cfgperl
7558            ! embed.pl global.sym proto.h toke.c
7559 ____________________________________________________________________________
7560 [  6393] By: jhi                                   on 2000/07/13  23:41:23
7561         Log: remove discarded test
7562      Branch: cfgperl
7563            ! MANIFEST
7564 ____________________________________________________________________________
7565 [  6392] By: jhi                                   on 2000/07/13  23:32:25
7566         Log: The {multiplier} of a fixed substring was overlooked which
7567              caused a wrong initial search offset for that substring.
7568              
7569              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
7570              From: Hugo <hv@crypt.compulink.co.uk>
7571              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
7572              Date: Thu, 13 Jul 2000 19:27:13 +0100
7573      Branch: cfgperl
7574            ! regcomp.c t/op/re_tests
7575 ____________________________________________________________________________
7576 [  6391] By: jhi                                   on 2000/07/13  16:37:42
7577         Log: typo fix from Craig Berry
7578      Branch: cfgperl
7579            ! vms/subconfigure.com
7580 ____________________________________________________________________________
7581 [  6390] By: jhi                                   on 2000/07/13  13:20:12
7582         Log: Integrate with Sarathy.
7583      Branch: cfgperl
7584            - t/op/method2entersub.t
7585           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
7586           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
7587           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
7588           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
7589 ____________________________________________________________________________
7590 [  6389] By: jhi                                   on 2000/07/13  13:18:48
7591         Log: Detypo from Peter Prymmer, part of #6388.
7592      Branch: cfgperl
7593            ! Configure config_h.SH
7594      Branch: metaconfig
7595            ! U/modified/d_longlong.U
7596 ____________________________________________________________________________
7597 [  6388] By: gsar                                  on 2000/07/13  06:33:40
7598         Log: typos (spotted by Peter Prymmer)
7599      Branch: perl
7600            ! Configure t/lib/english.t
7601 ____________________________________________________________________________
7602 [  6387] By: gsar                                  on 2000/07/13  05:35:28
7603         Log: new selfloader.t in change#6183 doesn't close DATA handles,
7604              and thus fails to clean up tmp files on dosish platforms
7605      Branch: perl
7606            ! t/lib/selfloader.t
7607 ____________________________________________________________________________
7608 [  6386] By: gsar                                  on 2000/07/12  21:42:39
7609         Log: sprintf test tweaks (from Dominic Dunlop)
7610      Branch: perl
7611            ! t/op/sprintf.t
7612 ____________________________________________________________________________
7613 [  6385] By: gsar                                  on 2000/07/12  21:33:46
7614         Log: fix bugs in processing %v-*d and similar format specs (from
7615              Avi Finkel <avi@finkel.org>)
7616      Branch: perl
7617            ! sv.c t/op/sprintf.t
7618 ____________________________________________________________________________
7619 [  6384] By: gsar                                  on 2000/07/12  16:04:19
7620         Log: readd missing perldelta.pod changes from changes#6339,6376
7621      Branch: perl
7622            ! pod/perldelta.pod
7623 ____________________________________________________________________________
7624 [  6383] By: gsar                                  on 2000/07/12  16:00:51
7625         Log: don't clobber *.orig files on *clean targets
7626      Branch: perl
7627            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
7628 ____________________________________________________________________________
7629 [  6382] By: gsar                                  on 2000/07/12  07:59:12
7630         Log: fix broken integrations in cfgperl
7631      Branch: cfgperl
7632           !> Changes pod/perldelta.pod
7633 ____________________________________________________________________________
7634 [  6381] By: gsar                                  on 2000/07/12  07:42:17
7635         Log: integrate cfgperl changes into mainline
7636      Branch: perl
7637            ! Changes
7638           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
7639           !> pod/perlre.pod
7640 ____________________________________________________________________________
7641 [  6380] By: gsar                                  on 2000/07/12  07:31:00
7642         Log: get sprintf.t to adjust properly for 3-digit exponents
7643      Branch: perl
7644            ! t/op/sprintf.t
7645 ____________________________________________________________________________
7646 [  6379] By: gsar                                  on 2000/07/12  06:40:04
7647         Log: change#6174 needs corresponding change in win32/config_h.PL,
7648              which grovels through config_h.SH to find the config.h name
7649      Branch: perl
7650            ! win32/config_h.PL
7651 ____________________________________________________________________________
7652 [  6378] By: jhi                                   on 2000/07/12  05:03:59
7653         Log: Do the cc sanity check both before the hints and
7654              after the cc selction.
7655      Branch: cfgperl
7656            ! Configure config_h.SH
7657      Branch: metaconfig
7658            ! U/modified/Oldconfig.U U/modified/cc.U
7659      Branch: metaconfig/U/perl
7660            + Checkcc.U
7661 ____________________________________________________________________________
7662 [  6377] By: jhi                                   on 2000/07/12  02:49:22
7663         Log: Fix nits noticed by Boston.pm.
7664      Branch: cfgperl
7665            ! pod/perlre.pod
7666 ____________________________________________________________________________
7667 [  6376] By: jhi                                   on 2000/07/11  21:22:13
7668         Log: Configure cosmetics and perldelta.
7669      Branch: cfgperl
7670            ! Configure config_h.SH pod/perldelta.pod
7671      Branch: metaconfig
7672            ! U/modified/cc.U
7673 ____________________________________________________________________________
7674 [  6375] By: gsar                                  on 2000/07/11  21:17:35
7675         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
7676      Branch: perl
7677            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
7678            ! win32/win32sck.c
7679 ____________________________________________________________________________
7680 [  6374] By: gsar                                  on 2000/07/11  20:48:50
7681         Log: tweak for build failure under multiplicity
7682      Branch: perl
7683            ! toke.c
7684 ____________________________________________________________________________
7685 [  6373] By: gsar                                  on 2000/07/11  20:37:23
7686         Log: integrate cfgperl changes#6325..6373 into mainline
7687              (NOTE: today's batch of integrations still untested)
7688      Branch: perl
7689           +> ext/DynaLoader/hints/netbsd.pl
7690            ! Changes
7691           !> (integrate 26 files)
7692 ____________________________________________________________________________
7693 [  6372] By: jhi                                   on 2000/07/11  20:30:36
7694         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
7695              regen perltoc.
7696      Branch: cfgperl
7697            + pod/perlbook.pod
7698            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
7699            ! pod/perltoc.pod
7700 ____________________________________________________________________________
7701 [  6371] By: jhi                                   on 2000/07/11  20:08:56
7702         Log: Minor cleanups on the booklist.
7703      Branch: cfgperl
7704            ! pod/perlfaq2.pod
7705 ____________________________________________________________________________
7706 [  6370] By: jhi                                   on 2000/07/11  19:31:13
7707         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
7708      Branch: cfgperl
7709            ! t/pragma/overload.t
7710 ____________________________________________________________________________
7711 [  6369] By: gsar                                  on 2000/07/11  19:27:48
7712         Log: integrate cfgperl changes#6293..6324 into mainline
7713      Branch: perl
7714           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
7715            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
7716           !> (integrate 30 files)
7717 ____________________________________________________________________________
7718 [  6368] By: gsar                                  on 2000/07/11  19:18:57
7719         Log: skip integrate of problematic change#6292 from cfgperl into mainline
7720      Branch: perl
7721           !> pp_hot.c
7722 ____________________________________________________________________________
7723 [  6367] By: gsar                                  on 2000/07/11  19:17:21
7724         Log: integrate cfgperl changes#6288..6290 into mainline
7725      Branch: perl
7726           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
7727 ____________________________________________________________________________
7728 [  6366] By: gsar                                  on 2000/07/11  19:11:18
7729         Log: integrate cfgperl changes#6268..6282 into mainline
7730      Branch: perl
7731           !> (integrate 30 files)
7732 ____________________________________________________________________________
7733 [  6365] By: gsar                                  on 2000/07/11  18:57:00
7734         Log: delete new accidentally branched file
7735      Branch: perl
7736            - t/op/method2entersub.t
7737 ____________________________________________________________________________
7738 [  6364] By: gsar                                  on 2000/07/11  18:55:13
7739         Log: skip integrate of change#6267 from cfgperl into mainline (the
7740              method call optimization is flawed without additional hints
7741              from user about immutableness of @ISA and no runtime method
7742              definitions)
7743      Branch: perl
7744           +> t/op/method2entersub.t
7745           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
7746           !> perl.h t/op/sprintf.t xsutils.c
7747 ____________________________________________________________________________
7748 [  6363] By: gsar                                  on 2000/07/11  18:49:43
7749         Log: integrate cfgperl changes#6261..6266 into mainline
7750      Branch: perl
7751           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
7752           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
7753           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
7754           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
7755 ____________________________________________________________________________
7756 [  6362] By: gsar                                  on 2000/07/11  18:43:26
7757         Log: integrate cfgperl changes#6252..6260 into mainline
7758      Branch: perl
7759           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
7760           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
7761           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
7762           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
7763 ____________________________________________________________________________
7764 [  6361] By: gsar                                  on 2000/07/11  18:37:12
7765         Log: skip integrate of problematic change#6251 from cfgperl into mainline
7766      Branch: perl
7767           !> lib/Exporter.pm
7768 ____________________________________________________________________________
7769 [  6360] By: gsar                                  on 2000/07/11  18:34:56
7770         Log: integrate cfgperl change#6250 into mainline
7771      Branch: perl
7772           +> t/op/my_stash.t
7773           !> MANIFEST embed.pl proto.h toke.c
7774 ____________________________________________________________________________
7775 [  6359] By: gsar                                  on 2000/07/11  18:21:19
7776         Log: integrate cfgperl changes#6242..6249 into mainline
7777      Branch: perl
7778           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
7779           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
7780           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
7781           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
7782           !> t/lib/peek.t utf8.c
7783 ____________________________________________________________________________
7784 [  6358] By: gsar                                  on 2000/07/11  18:15:45
7785         Log: skip integrate of problematic change#6241 from cfgperl into mainline
7786      Branch: perl
7787           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
7788 ____________________________________________________________________________
7789 [  6357] By: jhi                                   on 2000/07/11  18:15:16
7790         Log: Fix for
7791              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
7792              From: Roderick Schertler <roderick@argon.org> 
7793              Date: Tue, 11 Jul 2000 13:55:05 -0400 
7794              Message-Id: <200007111755.NAA05077@jones.argon.org> 
7795      Branch: cfgperl
7796            ! doio.c
7797 ____________________________________________________________________________
7798 [  6356] By: jhi                                   on 2000/07/11  18:12:51
7799         Log: Typo in #6341.
7800      Branch: cfgperl
7801            ! pp_hot.c
7802 ____________________________________________________________________________
7803 [  6355] By: gsar                                  on 2000/07/11  18:12:10
7804         Log: integrate cfgperl changes#6231..6240 into mainline
7805      Branch: perl
7806           +> pod/perlutil.pod
7807           !> (integrate 35 files)
7808 ____________________________________________________________________________
7809 [  6354] By: jhi                                   on 2000/07/11  18:04:34
7810         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
7811              From: Dominic Dunlop <domo@computer.org> 
7812              Date: Tue, 11 Jul 2000 12:27:33 +0200 
7813              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
7814              
7815              Replaces change #6268.
7816      Branch: cfgperl
7817            ! t/op/sprintf.t
7818 ____________________________________________________________________________
7819 [  6353] By: gsar                                  on 2000/07/11  17:59:51
7820         Log: skip integrate of problematic change#6230 from cfgperl into mainline
7821              (a later version of File::Spec is already in mainline)
7822      Branch: perl
7823           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
7824           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
7825 ____________________________________________________________________________
7826 [  6352] By: gsar                                  on 2000/07/11  17:57:48
7827         Log: integrate cfgperl changes#6224..6229 into mainline
7828      Branch: perl
7829           +> lib/lib.pm.PL
7830            - lib/lib.pm
7831           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
7832           !> lib/English.pm op.c t/lib/english.t
7833 ____________________________________________________________________________
7834 [  6351] By: gsar                                  on 2000/07/11  17:50:10
7835         Log: skip integrate of problematic change#6223 from cfgperl into mainline
7836      Branch: perl
7837           !> doio.c
7838 ____________________________________________________________________________
7839 [  6350] By: gsar                                  on 2000/07/11  17:48:28
7840         Log: integrate cfgperl changes#6220..6222 into mainline
7841      Branch: perl
7842           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
7843           !> toke.c utf8.c win32/win32.h
7844 ____________________________________________________________________________
7845 [  6349] By: gsar                                  on 2000/07/11  17:46:13
7846         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
7847              mainline
7848      Branch: perl
7849           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
7850           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
7851           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
7852 ____________________________________________________________________________
7853 [  6348] By: jhi                                   on 2000/07/11  17:45:49
7854         Log: README.posix-bc podified from Thomas Dorner.
7855      Branch: cfgperl
7856            ! README.posix-bc
7857 ____________________________________________________________________________
7858 [  6347] By: gsar                                  on 2000/07/11  17:42:04
7859         Log: integrate cfgperl change#6217 into mainline
7860      Branch: perl
7861           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
7862           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
7863           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
7864 ____________________________________________________________________________
7865 [  6346] By: gsar                                  on 2000/07/11  17:39:37
7866         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
7867              mainline
7868      Branch: perl
7869           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
7870           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
7871           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
7872           !> perlapi.h pod/perlapi.pod
7873 ____________________________________________________________________________
7874 [  6345] By: gsar                                  on 2000/07/11  17:36:42
7875         Log: integrate cfgperl changes#6207..6210 into mainline
7876      Branch: perl
7877           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
7878           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
7879 ____________________________________________________________________________
7880 [  6344] By: gsar                                  on 2000/07/11  17:31:20
7881         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
7882              mainline
7883      Branch: perl
7884           !> (integrate 40 files)
7885 ____________________________________________________________________________
7886 [  6343] By: gsar                                  on 2000/07/11  17:19:08
7887         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
7888      Branch: perl
7889           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
7890            ! Changes
7891           !> (integrate 34 files)
7892 ____________________________________________________________________________
7893 [  6342] By: jhi                                   on 2000/07/11  16:05:48
7894         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
7895              To: perl5-porters@perl.org
7896              From: Karsten Sperling <spiff@phreax.net>
7897              Date: Mon, 10 Jul 2000 15:12:52 +0200
7898              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
7899      Branch: cfgperl
7900            ! lib/Symbol.pm
7901 ____________________________________________________________________________
7902 [  6341] By: jhi                                   on 2000/07/11  15:59:23
7903         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
7904              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7905              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
7906              Date: Fri, 07 Jul 2000 17:57:16 +0100
7907      Branch: cfgperl
7908            ! pp_hot.c
7909 ____________________________________________________________________________
7910 [  6340] By: jhi                                   on 2000/07/11  15:55:47
7911         Log: Subject: Re: format bug report  [Patch]
7912              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7913              Date: Wed, 05 Jul 2000 13:12:52 +0200
7914              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
7915              
7916              Subject: Re: format bug report  [Patch]
7917              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7918              Date: Wed, 05 Jul 2000 14:10:01 +0200
7919              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
7920      Branch: cfgperl
7921            ! t/op/write.t toke.c
7922 ____________________________________________________________________________
7923 [  6339] By: jhi                                   on 2000/07/11  13:54:09
7924         Log: Be less forgiving about ambiguous and illegal tr ranges.
7925              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
7926              From: Mark-Jason Dominus <mjd@plover.com>
7927              Date: Tue, 04 Jul 2000 10:00:12 -0400
7928              Message-ID: <20000704140012.17772.qmail@plover.com>
7929              
7930              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
7931              From: Mark-Jason Dominus <mjd@plover.com>
7932              Date: Wed, 05 Jul 2000 09:37:36 -0400
7933              Message-ID: <20000705133736.27293.qmail@plover.com>
7934      Branch: cfgperl
7935            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
7936 ____________________________________________________________________________
7937 [  6338] By: jhi                                   on 2000/07/11  13:31:24
7938         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
7939              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7940              Date: Tue, 11 Jul 2000 13:50:51 +0100
7941              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
7942      Branch: cfgperl
7943            ! sv.c
7944 ____________________________________________________________________________
7945 [  6337] By: jhi                                   on 2000/07/11  13:29:14
7946         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
7947              From: Hugo <hv@crypt.compulink.co.uk>
7948              Date: Tue, 11 Jul 2000 12:44:50 +0100
7949              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
7950      Branch: cfgperl
7951            ! regexec.c t/op/re_tests
7952 ____________________________________________________________________________
7953 [  6336] By: jhi                                   on 2000/07/11  13:26:47
7954         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
7955              From: simon@brecon.co.uk (Simon Cozens)
7956              Date: 7 Jul 2000 11:26:09 GMT
7957              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
7958      Branch: cfgperl
7959            ! mg.c
7960 ____________________________________________________________________________
7961 [  6335] By: jhi                                   on 2000/07/11  13:23:37
7962         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
7963              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
7964              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
7965              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
7966      Branch: cfgperl
7967            + ext/DynaLoader/hints/netbsd.pl
7968            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
7969 ____________________________________________________________________________
7970 [  6334] By: jhi                                   on 2000/07/11  13:20:38
7971         Log: Subject: PATCH perlguts.pod: Document D and d magic types
7972              From: mjd@plover.com
7973              Date: 5 Jul 2000 18:01:51 -0000
7974              Message-ID: <20000705180151.29413.qmail@plover.com>
7975      Branch: cfgperl
7976            ! pod/perlguts.pod
7977 ____________________________________________________________________________
7978 [  6333] By: jhi                                   on 2000/07/11  13:15:51
7979         Log: Precedence goof, fix based on
7980              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
7981              From: Hugo <hv@crypt.compulink.co.uk>
7982              Date: Tue, 11 Jul 2000 12:52:38 +0100
7983              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
7984      Branch: cfgperl
7985            ! t/op/taint.t
7986 ____________________________________________________________________________
7987 [  6332] By: jhi                                   on 2000/07/11  12:40:17
7988         Log: Integrate with Sarathy.
7989      Branch: cfgperl
7990           !> win32/win32sck.c
7991 ____________________________________________________________________________
7992 [  6331] By: jhi                                   on 2000/07/10  20:14:16
7993         Log: Sprinkle ldlibpath.
7994      Branch: cfgperl
7995            ! pod/Makefile.SH
7996 ____________________________________________________________________________
7997 [  6330] By: jhi                                   on 2000/07/10  17:54:49
7998         Log: More POSIX.pod tweaks.
7999      Branch: cfgperl
8000            ! ext/POSIX/POSIX.pod
8001 ____________________________________________________________________________
8002 [  6329] By: jhi                                   on 2000/07/10  14:02:12
8003         Log: Reorder perl.pod once more.
8004      Branch: cfgperl
8005            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8006 ____________________________________________________________________________
8007 [  6328] By: gsar                                  on 2000/07/10  07:06:00
8008         Log: accept() leaks memory on windows due to incorrect ordering of
8009              closesocket() and fclose() calls
8010      Branch: perl
8011            ! win32/win32sck.c
8012 ____________________________________________________________________________
8013 [  6327] By: gsar                                  on 2000/07/10  06:49:17
8014         Log: winsock options weren't being set in all threads under ithreads
8015              (caused send()s from second and subsequent threads to fail)
8016      Branch: perl
8017            ! win32/win32sck.c
8018 ____________________________________________________________________________
8019 [  6326] By: jhi                                   on 2000/07/08  02:45:40
8020         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
8021              was cast to an unsigned (32-bit) integer with wild abandon.
8022      Branch: cfgperl
8023            ! ext/Devel/DProf/DProf.xs
8024 ____________________________________________________________________________
8025 [  6325] By: jhi                                   on 2000/07/07  18:50:33
8026         Log: Remove perlbook, update perlfaq book listing,
8027              rearrange perl.pod, regenerate perltoc.
8028      Branch: cfgperl
8029            - pod/perlbook.pod
8030            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
8031            ! pod/perlfaq2.pod pod/perltoc.pod
8032 ____________________________________________________________________________
8033 [  6324] By: jhi                                   on 2000/07/07  14:03:40
8034         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
8035      Branch: cfgperl
8036            ! sv.h toke.c
8037 ____________________________________________________________________________
8038 [  6323] By: jhi                                   on 2000/07/06  16:03:55
8039         Log: Fix complaints of buildtoc.
8040      Branch: cfgperl
8041            + lib/Win32.pod
8042            - pod/Win32.pod
8043            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8044 ____________________________________________________________________________
8045 [  6322] By: jhi                                   on 2000/07/06  15:15:52
8046         Log: Add =head1 NAMEs so that buildtoc is happy.
8047              (The CGI::Util nit reported to Lincoln.)
8048      Branch: cfgperl
8049            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
8050            ! pod/perltoc.pod
8051 ____________________________________________________________________________
8052 [  6321] By: jhi                                   on 2000/07/06  03:16:04
8053         Log: Config is being used.
8054      Branch: cfgperl
8055            ! t/op/method.t
8056 ____________________________________________________________________________
8057 [  6320] By: jhi                                   on 2000/07/06  03:13:13
8058         Log: Integrate with Sarathy.
8059      Branch: cfgperl
8060           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
8061 ____________________________________________________________________________
8062 [  6319] By: jhi                                   on 2000/07/06  03:11:46
8063         Log: Autogenerate pod/Makefile and pod/buildtoc.
8064              buildtoc also checks whether the existin pods are
8065              mentioned in MANIFEST and perl.pod, and vice versa.
8066              (None of the thusly found discrepancies fixed yet.)
8067              roffitall also needs to be autogenerated similarly but it
8068              seems so badly out of date that I didn't touch it yet.
8069      Branch: cfgperl
8070            + pod/Makefile.SH pod/buildtoc.PL
8071            - pod/Makefile pod/buildtoc
8072            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
8073 ____________________________________________________________________________
8074 [  6318] By: gsar                                  on 2000/07/05  22:10:54
8075         Log: fix UNC path handling on Windows under ithreads, and chdir()
8076              return value when given a non-existent directory
8077      Branch: perl
8078            ! win32/vdir.h
8079 ____________________________________________________________________________
8080 [  6317] By: gsar                                  on 2000/07/05  22:08:19
8081         Log: winsock cleanup never done on Windows (leads to handle leaks)
8082      Branch: perl
8083            ! win32/perllib.c win32/win32sck.c
8084 ____________________________________________________________________________
8085 [  6316] By: gsar                                  on 2000/07/05  22:06:19
8086         Log: some debugger output does not go to the socket when RemotePort is set
8087      Branch: perl
8088            ! lib/perl5db.pl
8089 ____________________________________________________________________________
8090 [  6315] By: jhi                                   on 2000/07/05  00:25:21
8091         Log: Integrate with Sarathy, preliminary fix for unicos
8092              alignment problems in [ID 20000612.002] Perl problem on Cray system.
8093      Branch: cfgperl
8094            ! sv.h
8095           !> pp_hot.c
8096 ____________________________________________________________________________
8097 [  6314] By: gsar                                  on 2000/07/04  23:34:02
8098         Log: tyop in change#6306
8099      Branch: perl
8100            ! pp_hot.c
8101 ____________________________________________________________________________
8102 [  6313] By: jhi                                   on 2000/07/04  22:14:38
8103         Log: Multiline string literals ENONPORTABLE.
8104      Branch: cfgperl
8105            ! pp_hot.c
8106 ____________________________________________________________________________
8107 [  6312] By: jhi                                   on 2000/07/04  20:34:44
8108         Log: Integrate with Sarathy.
8109      Branch: cfgperl
8110           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
8111           !> t/op/method.t
8112 ____________________________________________________________________________
8113 [  6311] By: jhi                                   on 2000/07/04  20:30:56
8114         Log: More POSIX.pod embellishment.
8115      Branch: cfgperl
8116            ! ext/POSIX/POSIX.pod
8117 ____________________________________________________________________________
8118 [  6310] By: gsar                                  on 2000/07/04  17:28:48
8119         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
8120      Branch: perl
8121            ! t/lib/b.t
8122 ____________________________________________________________________________
8123 [  6309] By: jhi                                   on 2000/07/04  17:22:18
8124         Log: The #6308 required a little bit more.
8125      Branch: cfgperl
8126            ! Makefile.SH win32/Makefile
8127 ____________________________________________________________________________
8128 [  6308] By: jhi                                   on 2000/07/04  16:35:24
8129         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
8130      Branch: cfgperl
8131            + lib/lib_pm.PL
8132            - lib/lib.pm.PL
8133            ! MANIFEST Makefile.SH
8134 ____________________________________________________________________________
8135 [  6307] By: jhi                                   on 2000/07/04  16:28:58
8136         Log: Win32 patches for cfgperl from Sarathy.
8137      Branch: cfgperl
8138            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
8139            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
8140            ! thread.h toke.c util.c win32/Makefile win32/win32.c
8141 ____________________________________________________________________________
8142 [  6306] By: gsar                                  on 2000/07/04  16:28:40
8143         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
8144              (from Richard Soderberg <rs@oregonnet.com>)
8145      Branch: perl
8146            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
8147 ____________________________________________________________________________
8148 [  6305] By: jhi                                   on 2000/07/04  16:24:24
8149         Log: Integrate with Sarathy.
8150      Branch: cfgperl
8151           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
8152           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8153           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
8154           !> proto.h win32/win32.c
8155 ____________________________________________________________________________
8156 [  6304] By: gsar                                  on 2000/07/04  16:17:24
8157         Log: missing perldiag entry for unpack("w",...) diagnostic (from
8158              Andreas Koenig)
8159      Branch: perl
8160            ! pod/perldiag.pod
8161 ____________________________________________________________________________
8162 [  6303] By: gsar                                  on 2000/07/04  16:14:44
8163         Log: remove rel2abs prototypes (from Barrie Slaymaker)
8164      Branch: perl
8165            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
8166            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
8167 ____________________________________________________________________________
8168 [  6302] By: gsar                                  on 2000/07/04  04:59:35
8169         Log: adjust change#6299
8170      Branch: perl
8171            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
8172            ! win32/win32.c
8173 ____________________________________________________________________________
8174 [  6301] By: jhi                                   on 2000/07/04  04:50:07
8175         Log: Integrate with Sarathy.
8176      Branch: cfgperl
8177           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
8178           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
8179           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
8180 ____________________________________________________________________________
8181 [  6300] By: gsar                                  on 2000/07/04  04:42:09
8182         Log: PERL_OBJECT build tweak
8183      Branch: perl
8184            ! perl.h
8185 ____________________________________________________________________________
8186 [  6299] By: gsar                                  on 2000/07/04  04:37:00
8187         Log: fix memory leak on Windows (PL_sys_intern contents were never
8188              freed)
8189      Branch: perl
8190            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
8191            ! perlapi.c proto.h win32/win32.c
8192 ____________________________________________________________________________
8193 [  6298] By: gsar                                  on 2000/07/04  04:15:59
8194         Log: fix large memory leak that has been around for ever, masked by
8195              -DPURIFY (most of the arenas were never freed!)
8196      Branch: perl
8197            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
8198 ____________________________________________________________________________
8199 [  6297] By: gsar                                  on 2000/07/04  04:07:46
8200         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
8201      Branch: perl
8202            ! perl.c
8203 ____________________________________________________________________________
8204 [  6296] By: jhi                                   on 2000/06/30  18:28:37
8205         Log: Elaborate POSIX.pod.  Still needs work.
8206      Branch: cfgperl
8207            ! ext/POSIX/POSIX.pod
8208 ____________________________________________________________________________
8209 [  6295] By: jhi                                   on 2000/06/30  14:58:18
8210         Log: Point to perlipc for more SysV IPC examples.
8211      Branch: cfgperl
8212            ! pod/perlfunc.pod
8213 ____________________________________________________________________________
8214 [  6294] By: gsar                                  on 2000/06/30  14:47:45
8215         Log: slurp mode fix in change#4736 still not quite right
8216      Branch: perl
8217            ! pp_hot.c t/io/argv.t
8218 ____________________________________________________________________________
8219 [  6293] By: jhi                                   on 2000/06/30  12:02:55
8220         Log: Integrate with Sarathy.
8221      Branch: cfgperl
8222           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
8223 ____________________________________________________________________________
8224 [  6292] By: jhi                                   on 2000/06/30  12:01:11
8225         Log: From: simon@brecon.co.uk (Simon Cozens)
8226              Subject: UTF8 concat
8227              Date: 30 Jun 2000 06:13:25 GMT
8228              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
8229      Branch: cfgperl
8230            ! pp_hot.c
8231 ____________________________________________________________________________
8232 [  6291] By: gsar                                  on 2000/06/30  04:37:33
8233         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
8234              when @_ is modified, causing coredumps
8235      Branch: perl
8236            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
8237 ____________________________________________________________________________
8238 [  6290] By: jhi                                   on 2000/06/30  02:21:44
8239         Log: Integrate with Sarathy.
8240      Branch: cfgperl
8241           !> vms/vms.c vms/vmsish.h
8242 ____________________________________________________________________________
8243 [  6289] By: jhi                                   on 2000/06/30  02:21:02
8244         Log: Check VERSIONs.
8245      Branch: cfgperl
8246            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
8247            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
8248            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
8249 ____________________________________________________________________________
8250 [  6288] By: jhi                                   on 2000/06/30  02:18:52
8251         Log: Integrate with Sarathy.
8252      Branch: cfgperl
8253           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
8254           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
8255           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
8256           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
8257 ____________________________________________________________________________
8258 [  6287] By: gsar                                  on 2000/06/30  02:17:08
8259         Log: integrate vmsperl changes into mainline
8260      Branch: perl
8261           !> vms/vms.c vms/vmsish.h
8262 ____________________________________________________________________________
8263 [  6285] By: gsar                                  on 2000/06/30  02:05:28
8264         Log: localize %INC in a Safe compartment so that use/require work
8265              (many other magic globals probably need similar treatment)
8266      Branch: perl
8267            ! ext/Opcode/Opcode.xs
8268 ____________________________________________________________________________
8269 [  6284] By: gsar                                  on 2000/06/30  01:54:54
8270         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
8271              about Windows
8272      Branch: perl
8273            ! pod/perlembed.pod
8274 ____________________________________________________________________________
8275 [  6283] By: jhi                                   on 2000/06/30  01:50:10
8276         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
8277              From: Barrie Slaymaker <barries@jester.slaysys.com>
8278              Date: Wed, 28 Jun 2000 11:35:29 -0400
8279              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
8280      Branch: perl
8281            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
8282            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
8283            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8284            ! lib/File/Spec/Win32.pm
8285 ____________________________________________________________________________
8286 [  6282] By: jhi                                   on 2000/06/29  22:57:22
8287         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
8288              From: Dan Sugalski <dan@sidhe.org>
8289              Date: Tue, 06 Jun 2000 11:59:50 -0400
8290              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
8291      Branch: cfgperl
8292            ! vms/vms.c
8293 ____________________________________________________________________________
8294 [  6281] By: jhi                                   on 2000/06/29  22:52:50
8295         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
8296              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
8297              Date: Wed, 7 Jun 2000 04:02:04 -0500
8298              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
8299      Branch: cfgperl
8300            ! utils/h2xs.PL
8301 ____________________________________________________________________________
8302 [  6280] By: jhi                                   on 2000/06/29  22:45:47
8303         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
8304              From: rspier@pobox.com (Robert Spier)
8305              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
8306              Message-ID: <14654.31913.845602.610277@rls.cx>
8307      Branch: cfgperl
8308            ! utils/h2xs.PL
8309 ____________________________________________________________________________
8310 [  6279] By: jhi                                   on 2000/06/29  22:38:16
8311         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
8312              From: Tim Ayers <tayers@bridge.com>
8313              Date: Thu, 08 Jun 2000 08:11:06 +0200
8314              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
8315              [resent by Richard Foley, Message-Id probably wrong]
8316      Branch: cfgperl
8317            ! pod/perlsub.pod
8318 ____________________________________________________________________________
8319 [  6278] By: jhi                                   on 2000/06/29  22:21:45
8320         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
8321              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
8322              Date: Fri, 09 Jun 2000 12:39:27 -0400
8323              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
8324              (plus update the version "number" of Text::Wrap)
8325      Branch: cfgperl
8326            ! lib/Text/Wrap.pm
8327 ____________________________________________________________________________
8328 [  6277] By: jhi                                   on 2000/06/29  22:13:10
8329         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
8330              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8331              Date: Mon, 12 Jun 2000 14:55:59 +0100
8332              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
8333      Branch: cfgperl
8334            ! pod/perlfunc.pod
8335 ____________________________________________________________________________
8336 [  6276] By: jhi                                   on 2000/06/29  22:11:06
8337         Log: Subject: [PATCH] Re: eval documentation: context
8338              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8339              Date: Mon, 12 Jun 2000 15:07:29 +0100
8340              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
8341      Branch: cfgperl
8342            ! pod/perlfunc.pod
8343 ____________________________________________________________________________
8344 [  6275] By: jhi                                   on 2000/06/29  21:59:46
8345         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
8346              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
8347              Date: Tue, 13 Jun 2000 02:43:48 -0500
8348              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
8349      Branch: cfgperl
8350            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
8351 ____________________________________________________________________________
8352 [  6274] By: jhi                                   on 2000/06/29  21:56:14
8353         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
8354              From: Andy Dougherty <doughera@lafayette.edu>
8355              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
8356              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
8357      Branch: cfgperl
8358            ! ext/File/Glob/Glob.pm
8359 ____________________________________________________________________________
8360 [  6273] By: jhi                                   on 2000/06/29  21:49:09
8361         Log: Subject: [PATCH] xsub attributes
8362              From: Doug MacEachern <dougm@covalent.net>
8363              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
8364              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
8365      Branch: cfgperl
8366            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
8367            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
8368 ____________________________________________________________________________
8369 [  6272] By: jhi                                   on 2000/06/29  21:41:28
8370         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
8371              From: Tom Phoenix <rootbeer@redcat.com>
8372              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
8373              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
8374      Branch: cfgperl
8375            ! lib/Net/Ping.pm
8376 ____________________________________________________________________________
8377 [  6271] By: jhi                                   on 2000/06/29  21:36:55
8378         Log: Subject: PATCH pod/perltie.pod
8379              From: Ian Phillipps <Ian.Phillipps@iname.com>
8380              Date: Fri, 16 Jun 2000 00:17:19 +0100
8381              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
8382              (only the first hunk, the second hunk had already been done
8383              by some other patch)
8384      Branch: cfgperl
8385            ! pod/perltie.pod
8386 ____________________________________________________________________________
8387 [  6270] By: jhi                                   on 2000/06/29  21:24:51
8388         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
8389              From: Nicholas Clark <nick@talking.bollo.cx>
8390              Date: Fri, 23 Jun 2000 16:21:15 +0100
8391              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
8392      Branch: cfgperl
8393            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
8394            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
8395 ____________________________________________________________________________
8396 [  6269] By: jhi                                   on 2000/06/29  19:38:15
8397         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
8398              silence few compiler warnings.
8399      Branch: cfgperl
8400            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
8401 ____________________________________________________________________________
8402 [  6268] By: jhi                                   on 2000/06/29  18:21:50
8403         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
8404              From: Dominic Dunlop <domo@computer.org> 
8405              Date: Thu, 29 Jun 2000 12:32:39 +0200 
8406              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
8407      Branch: cfgperl
8408            ! t/op/sprintf.t
8409 ____________________________________________________________________________
8410 [  6267] By: jhi                                   on 2000/06/29  18:16:07
8411         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
8412              From: Doug MacEachern <dougm@covalent.net>
8413              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
8414              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
8415      Branch: cfgperl
8416            + t/op/method2entersub.t
8417            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
8418            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8419            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
8420            ! xsutils.c
8421 ____________________________________________________________________________
8422 [  6266] By: jhi                                   on 2000/06/29  15:11:15
8423         Log: Subject: [PATCH 5.6.0] cygwin port
8424              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
8425              From: "Fifer, Eric" <EFifer@sanwaint.com>
8426              Date: Thu, 29 Jun 2000 12:58:29 +0100
8427      Branch: cfgperl
8428            ! cygwin/Makefile.SHs
8429 ____________________________________________________________________________
8430 [  6265] By: jhi                                   on 2000/06/29  15:04:05
8431         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
8432              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8433              Date: Wed, 28 Jun 2000 17:50:12 -0700
8434              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
8435      Branch: cfgperl
8436            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8437 ____________________________________________________________________________
8438 [  6264] By: jhi                                   on 2000/06/29  15:00:57
8439         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
8440              From: Marty Lucich <marty@netcom.com>
8441              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
8442              Message-Id: <200006282116.OAA11148@netcom.com>
8443              ccdlflags update (the BSD/OS 4.1 part had already been taken
8444              care of by #6141).
8445      Branch: cfgperl
8446            ! hints/bsdos.sh
8447 ____________________________________________________________________________
8448 [  6263] By: jhi                                   on 2000/06/29  13:47:44
8449         Log: tr fixes from Simon Cozens
8450      Branch: cfgperl
8451            ! doop.c
8452 ____________________________________________________________________________
8453 [  6262] By: jhi                                   on 2000/06/28  18:46:01
8454         Log: Subject: 5.6.0 Patch for EPOC
8455              From: Olaf Flebbe <o.flebbe@gmx.de>
8456              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
8457              Message-ID: <23449.960929969@www11.gmx.net>
8458      Branch: cfgperl
8459            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
8460            ! epoc/epocish.h
8461 ____________________________________________________________________________
8462 [  6261] By: jhi                                   on 2000/06/28  18:29:07
8463         Log: Subject: Re: [PATCH cfgperl] BOMs away!
8464              From: simon@brecon.co.uk (Simon Cozens)
8465              Date: 17 Jun 2000 11:49:57 GMT
8466              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
8467      Branch: cfgperl
8468            ! pod/perldiag.pod t/comp/require.t toke.c
8469 ____________________________________________________________________________
8470 [  6260] By: jhi                                   on 2000/06/28  17:47:16
8471         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
8472              From: simon@brecon.co.uk (Simon Cozens) 
8473              Date: 17 Jun 2000 11:56:44 GMT 
8474              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
8475              pack U0, pack C0
8476      Branch: cfgperl
8477            ! pod/perlfunc.pod pp.c t/op/pack.t
8478 ____________________________________________________________________________
8479 [  6259] By: jhi                                   on 2000/06/28  16:43:17
8480         Log: perlnewmod was missing from MANIFEST.
8481      Branch: cfgperl
8482            ! MANIFEST
8483 ____________________________________________________________________________
8484 [  6258] By: jhi                                   on 2000/06/28  15:54:30
8485         Log: linenumber tweak
8486      Branch: cfgperl
8487            ! t/pragma/warn/regcomp
8488 ____________________________________________________________________________
8489 [  6257] By: jhi                                   on 2000/06/28  15:50:44
8490         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
8491              From: Doug MacEachern <dougm@covalent.net>
8492              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
8493              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
8494              (one part of the patch had been applied earlier)
8495      Branch: cfgperl
8496            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
8497 ____________________________________________________________________________
8498 [  6256] By: jhi                                   on 2000/06/28  15:40:22
8499         Log: tweaks from Simon Cozens to further fix tr/// under utf8
8500      Branch: cfgperl
8501            ! doop.c
8502 ____________________________________________________________________________
8503 [  6255] By: jhi                                   on 2000/06/28  15:33:45
8504         Log: small thinko tweaks
8505      Branch: cfgperl
8506            ! lib/IPC/Open3.pm t/op/my_stash.t
8507 ____________________________________________________________________________
8508 [  6254] By: jhi                                   on 2000/06/28  15:33:25
8509         Log: Subject: tr///, help wanted.
8510              From: simon@brecon.co.uk (Simon Cozens)
8511              Date: 28 Jun 2000 11:29:04 GMT
8512              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
8513      Branch: cfgperl
8514            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
8515            ! pp_proto.h proto.h t/op/tr.t
8516 ____________________________________________________________________________
8517 [  6253] By: jhi                                   on 2000/06/28  15:09:17
8518         Log: Paranoia tweak on #6249.
8519              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
8520              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
8521              Date: Sun, 25 Jun 2000 23:43:12 -0400
8522              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
8523      Branch: cfgperl
8524            ! lib/IPC/Open3.pm
8525 ____________________________________________________________________________
8526 [  6252] By: jhi                                   on 2000/06/28  15:01:38
8527         Log: Document #6249 and #6251.
8528      Branch: cfgperl
8529            ! lib/Exporter.pm lib/IPC/Open3.pm
8530 ____________________________________________________________________________
8531 [  6251] By: jhi                                   on 2000/06/28  14:50:43
8532         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
8533              From: Doug MacEachern <dougm@covalent.net>
8534              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
8535              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
8536      Branch: cfgperl
8537            ! lib/Exporter.pm
8538 ____________________________________________________________________________
8539 [  6250] By: jhi                                   on 2000/06/28  14:45:23
8540         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
8541              From: Doug MacEachern <dougm@covalent.net>
8542              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
8543              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
8544      Branch: cfgperl
8545            + t/op/my_stash.t
8546            ! MANIFEST embed.pl global.sym proto.h toke.c
8547 ____________________________________________________________________________
8548 [  6249] By: jhi                                   on 2000/06/28  14:36:34
8549         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
8550              From: Frank Tobin <ftobin@uiuc.edu>
8551              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
8552              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
8553      Branch: cfgperl
8554            ! lib/IPC/Open3.pm
8555 ____________________________________________________________________________
8556 [  6248] By: jhi                                   on 2000/06/28  14:11:25
8557         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
8558              From: Mark-Jason Dominus <mjd@plover.com>
8559              Date: Tue, 27 Jun 2000 22:36:42 -0400
8560              Message-ID: <20000628023642.12166.qmail@plover.com>
8561      Branch: cfgperl
8562            ! pod/perlfunc.pod
8563 ____________________________________________________________________________
8564 [  6247] By: jhi                                   on 2000/06/27  12:46:37
8565         Log: Tweak $VERSION, patch from Doug MacEachern.
8566      Branch: cfgperl
8567            ! lib/File/Spec.pm
8568 ____________________________________________________________________________
8569 [  6246] By: jhi                                   on 2000/06/27  03:34:46
8570         Log: Allow for standalone testing.
8571      Branch: cfgperl
8572            ! t/lib/filefunc.t t/lib/filespec.t
8573 ____________________________________________________________________________
8574 [  6245] By: jhi                                   on 2000/06/27  02:50:02
8575         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
8576              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
8577              Date: Sat, 24 Jun 2000 13:06:20 +0100
8578              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
8579      Branch: cfgperl
8580            ! ext/DynaLoader/DynaLoader_pm.PL
8581 ____________________________________________________________________________
8582 [  6244] By: jhi                                   on 2000/06/27  02:46:10
8583         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
8584              From: Doug MacEachern <dougm@covalent.net>
8585              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
8586              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
8587      Branch: cfgperl
8588            ! gv.c sv.c t/lib/peek.t
8589 ____________________________________________________________________________
8590 [  6243] By: jhi                                   on 2000/06/27  02:38:07
8591         Log: Subject: [PATCH] is_utf8_string
8592              From: simon@brecon.co.uk (Simon Cozens)
8593              Date: 26 Jun 2000 02:25:59 GMT
8594              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
8595      Branch: cfgperl
8596            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
8597            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
8598            ! proto.h utf8.c
8599 ____________________________________________________________________________
8600 [  6242] By: jhi                                   on 2000/06/27  02:24:00
8601         Log: Subject: [PATCH] bytes<->utf8 fixes
8602              From: simon@brecon.co.uk (Simon Cozens)
8603              Date: 26 Jun 2000 04:55:45 GMT
8604              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
8605      Branch: cfgperl
8606            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
8607 ____________________________________________________________________________
8608 [  6241] By: jhi                                   on 2000/06/27  02:12:42
8609         Log: Do no -warn on \_, only on \alpha.
8610              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
8611              From: David Dyck <dcd@tc.fluke.com>
8612              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
8613              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
8614      Branch: cfgperl
8615            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
8616 ____________________________________________________________________________
8617 [  6240] By: jhi                                   on 2000/06/27  02:00:01
8618         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
8619              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
8620              Date: Mon, 26 Jun 2000 18:40:14 +0100
8621              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
8622      Branch: cfgperl
8623            ! utils/h2xs.PL
8624 ____________________________________________________________________________
8625 [  6239] By: jhi                                   on 2000/06/27  01:53:40
8626         Log: Configure maintenance.  Sever some dependency cycles,
8627              separate gccversion from the cc unit,
8628              address [ID 20000623.006] Configure script patch for using gcc on AIX
8629              (but solve it a little bit differently),
8630              unduplex some accidentally duplicated units,
8631              suggest using gcc if no cc available
8632              (p5p thread: "Solaris configure: counterproposal", 1999-09)
8633      Branch: cfgperl
8634            ! Configure Todo-5.6 config_h.SH
8635      Branch: metaconfig
8636            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
8637            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
8638      Branch: metaconfig/U/perl
8639            + gccvers.U
8640            ! d_getespwnam.U d_getprpwnam.U i_prot.U
8641 ____________________________________________________________________________
8642 [  6238] By: jhi                                   on 2000/06/25  18:04:56
8643         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
8644              From: Dan Sugalski <dan@sidhe.org>
8645              Date: Fri, 23 Jun 2000 17:00:00 -0400
8646              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
8647      Branch: cfgperl
8648            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
8649 ____________________________________________________________________________
8650 [  6237] By: jhi                                   on 2000/06/25  16:36:45
8651         Log: Tweak embed.pl, regen headers.
8652      Branch: cfgperl
8653            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
8654            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
8655            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
8656            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
8657            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
8658 ____________________________________________________________________________
8659 [  6236] By: jhi                                   on 2000/06/25  15:26:42
8660         Log: Regen headers.
8661      Branch: cfgperl
8662            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
8663            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
8664            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
8665            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
8666            ! regnodes.h warnings.h
8667 ____________________________________________________________________________
8668 [  6235] By: jhi                                   on 2000/06/23  19:39:35
8669         Log: The thread begun by
8670              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
8671              From: Kevin.Ruscoe@ubsw.com
8672              Date: Fri, 16 Jun 2000 16:38:51 +0100
8673              Message-Id: <H000019b03c300d6@MHS>
8674      Branch: cfgperl
8675            ! hints/solaris_2.sh
8676 ____________________________________________________________________________
8677 [  6234] By: jhi                                   on 2000/06/23  19:23:36
8678         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
8679              because when run as services (Win32ese for daemons)
8680              no environment variables are set and tmpdir ends up as /tmp,
8681              which is ambiguous.
8682              
8683              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
8684              From: matt@sergeant.org
8685              Date: 16 Jun 2000 16:30:43 -0000
8686              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
8687      Branch: cfgperl
8688            ! lib/File/Spec/Win32.pm
8689 ____________________________________________________________________________
8690 [  6233] By: jhi                                   on 2000/06/23  19:18:58
8691         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
8692              From: Mark-Jason Dominus <mjd@plover.com>
8693              Date: Fri, 16 Jun 2000 20:53:04 -0400
8694              Message-ID: <20000617005304.8008.qmail@plover.com>
8695      Branch: cfgperl
8696            ! op.h
8697 ____________________________________________________________________________
8698 [  6232] By: jhi                                   on 2000/06/23  16:10:02
8699         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
8700              From: simon@brecon.co.uk (Simon Cozens)
8701              Date: 19 Jun 2000 15:18:27 GMT
8702              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
8703              
8704              plus update pod/Makefile and regenerate perltoc
8705      Branch: cfgperl
8706            + pod/perlutil.pod
8707            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
8708 ____________________________________________________________________________
8709 [  6231] By: jhi                                   on 2000/06/23  15:19:18
8710         Log: Subject: [PATCH 5.6.0] cygwin port
8711              From: "Fifer, Eric" <EFifer@sanwaint.com>
8712              Date: Tue, 20 Jun 2000 14:30:58 +0100
8713              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
8714      Branch: cfgperl
8715            ! README.cygwin lib/File/Find.pm
8716 ____________________________________________________________________________
8717 [  6230] By: jhi                                   on 2000/06/23  14:25:21
8718         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
8719      Branch: cfgperl
8720            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
8721            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
8722            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8723            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
8724 ____________________________________________________________________________
8725 [  6229] By: jhi                                   on 2000/06/23  14:13:34
8726         Log: Subject: README.hpux version 0.6.1
8727              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
8728              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
8729              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
8730      Branch: cfgperl
8731            ! README.hpux
8732 ____________________________________________________________________________
8733 [  6228] By: jhi                                   on 2000/06/23  14:07:20
8734         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
8735              From: Doug MacEachern <dougm@covalent.net>
8736              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
8737              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
8738      Branch: cfgperl
8739            ! op.c
8740 ____________________________________________________________________________
8741 [  6227] By: jhi                                   on 2000/06/23  14:01:06
8742         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
8743              From: Doug MacEachern <dougm@covalent.net>
8744              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
8745              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
8746      Branch: cfgperl
8747            + lib/lib.pm.PL
8748            - lib/lib.pm
8749            ! MANIFEST Makefile.SH
8750 ____________________________________________________________________________
8751 [  6226] By: jhi                                   on 2000/06/23  13:53:07
8752         Log: Subject: [PATCH] remove forward declarations in Socket.pm
8753              From: Doug MacEachern <dougm@covalent.net>
8754              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
8755              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
8756              
8757              From: Doug MacEachern <dougm@covalent.net>
8758              Subject: Re: [PATCH] remove forward declarations in Socket.pm
8759              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
8760              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
8761      Branch: cfgperl
8762            ! ext/Socket/Socket.pm op.c
8763 ____________________________________________________________________________
8764 [  6225] By: jhi                                   on 2000/06/23  13:41:52
8765         Log: Add source code filenames to apidoc.
8766              From: simon@brecon.co.uk (Simon Cozens)
8767              Subject: [PATCH embed.pl] Source X-ref
8768              Date: 22 Jun 2000 02:18:49 GMT
8769              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
8770      Branch: cfgperl
8771            ! embed.pl
8772 ____________________________________________________________________________
8773 [  6224] By: jhi                                   on 2000/06/23  13:32:33
8774         Log: A way to avoid English.pm performance hit.
8775              From: root <root@jester.slaysys.com>
8776              Subject: [YAPATCH English.pm] My turn to putt again
8777              Date: Thu, 22 Jun 2000 20:33:58 -0400
8778              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
8779      Branch: cfgperl
8780            ! lib/English.pm t/lib/english.t
8781 ____________________________________________________________________________
8782 [  6223] By: jhi                                   on 2000/06/23  13:27:06
8783         Log: Avoid double close().
8784              Subject: [PATCH] avoid double close()
8785              From: Doug MacEachern <dougm@covalent.net>
8786              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
8787              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
8788      Branch: cfgperl
8789            ! doio.c
8790 ____________________________________________________________________________
8791 [  6222] By: jhi                                   on 2000/06/23  13:25:54
8792         Log: doc typo fix
8793              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
8794              From: Ian Phillipps <Ian.Phillipps@iname.com>
8795              Date: Fri, 23 Jun 2000 10:40:58 +0100
8796              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
8797      Branch: cfgperl
8798            ! lib/Pod/Usage.pm
8799 ____________________________________________________________________________
8800 [  6221] By: jhi                                   on 2000/06/23  13:24:15
8801         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
8802              From: simon@brecon.co.uk (Simon Cozens)
8803              Subject: [PATCH] Eliminate tr///[CU][CU]
8804              Date: 23 Jun 2000 11:05:40 GMT
8805              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
8806      Branch: cfgperl
8807            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
8808 ____________________________________________________________________________
8809 [  6220] By: jhi                                   on 2000/06/22  16:07:51
8810         Log: Win32 patches from Benjamin Stuhl.
8811      Branch: cfgperl
8812            ! makedef.pl win32/win32.h
8813 ____________________________________________________________________________
8814 [  6219] By: jhi                                   on 2000/06/22  16:06:34
8815         Log: Bytecode patches from Benjamin Stuhl.
8816      Branch: cfgperl
8817            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
8818            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
8819            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8820 ____________________________________________________________________________
8821 [  6218] By: jhi                                   on 2000/06/15  23:54:16
8822         Log: Bytecode patches from Benjamin Stuhl.
8823      Branch: cfgperl
8824            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
8825 ____________________________________________________________________________
8826 [  6217] By: jhi                                   on 2000/06/09  13:38:29
8827         Log: Rename the fdpid locking and integrate with Sarathy.
8828      Branch: cfgperl
8829            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
8830            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
8831            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
8832            ! win32/win32.c
8833           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
8834 ____________________________________________________________________________
8835 [  6216] By: gsar                                  on 2000/06/08  14:54:21
8836         Log: be more optimal about clearing @_
8837      Branch: perl
8838            ! cop.h
8839 ____________________________________________________________________________
8840 [  6215] By: gsar                                  on 2000/06/08  14:33:04
8841         Log: tweak comment about @DB::args
8842      Branch: perl
8843            ! av.h pp_ctl.c
8844 ____________________________________________________________________________
8845 [  6214] By: gsar                                  on 2000/06/08  13:57:54
8846         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
8847              caller() wants to populate @DB::args with it (causes a coredump
8848              in Carp::confess())
8849      Branch: perl
8850            ! cop.h t/op/runlevel.t
8851 ____________________________________________________________________________
8852 [  6213] By: gsar                                  on 2000/06/08  07:06:35
8853         Log: back out change#6106 (seems problematic)
8854      Branch: perl
8855            ! hints/solaris_2.sh
8856 ____________________________________________________________________________
8857 [  6212] By: jhi                                   on 2000/06/07  03:10:36
8858         Log: Continuing mopup for #6204.
8859      Branch: cfgperl
8860            ! ext/B/defsubs_h.PL
8861 ____________________________________________________________________________
8862 [  6211] By: jhi                                   on 2000/06/07  02:41:50
8863         Log: Mopup for #6204.
8864              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
8865              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
8866              This is comes from const() where POK isn't on when expected.
8867      Branch: cfgperl
8868            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
8869            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8870            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
8871            ! perlapi.h pod/perlapi.pod
8872 ____________________________________________________________________________
8873 [  6210] By: jhi                                   on 2000/06/07  01:56:29
8874         Log: Mopup for #6207 and #6209.
8875      Branch: cfgperl
8876            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
8877 ____________________________________________________________________________
8878 [  6209] By: jhi                                   on 2000/06/07  01:33:12
8879         Log: Lock PL_fdpid against race conditions, based on:
8880              Subject: [PATCH 5.6.0]subprocess fixup for threads
8881              From: Dan Sugalski <dan@sidhe.org>
8882              To: perl5-porters@perl.org
8883              Date: Tue, 11 Apr 2000 17:02:32 -0400
8884              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
8885      Branch: cfgperl
8886            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
8887            ! win32/win32.c
8888 ____________________________________________________________________________
8889 [  6208] By: jhi                                   on 2000/06/07  01:05:23
8890         Log: Regen headers for #6207.
8891      Branch: cfgperl
8892            ! embed.h global.sym objXSUB.h proto.h
8893 ____________________________________________________________________________
8894 [  6207] By: jhi                                   on 2000/06/06  23:43:13
8895         Log: Subject: [PATCH 5.6.0] Threadsafe patches
8896              From: Dan Sugalski <dan@sidhe.org>
8897              To: perl5-porters@perl.org
8898              Date: Mon, 08 May 2000 18:08:13 -0400
8899              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
8900      Branch: cfgperl
8901            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
8902            ! proto.h sv.h util.c
8903 ____________________________________________________________________________
8904 [  6206] By: jhi                                   on 2000/06/06  23:21:23
8905         Log: Subject: [PATCH] Eliminate $a/$b in pod
8906              From: David Glasser <me@davidglasser.net>
8907              To: perl5-porters@perl.org
8908              Date: Mon, 29 May 2000 21:15:59 -0400
8909              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
8910      Branch: cfgperl
8911            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
8912            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
8913            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
8914            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
8915            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
8916            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
8917            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
8918            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
8919            ! pod/perlvar.pod pod/perlxs.pod
8920 ____________________________________________________________________________
8921 [  6205] By: jhi                                   on 2000/06/06  23:12:14
8922         Log: Subject: [PATCH] Win32 improvements
8923              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
8924              To: gsar@activestate.com, perl5-porters@perl.org
8925              Date: Mon, 29 May 2000 17:22:24 PDT
8926              Message-ID: <20000530002224.91142.qmail@hotmail.com>
8927              (MUA had mangled many lines by wordwrapping)
8928      Branch: cfgperl
8929            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
8930 ____________________________________________________________________________
8931 [  6204] By: jhi                                   on 2000/06/06  23:01:50
8932         Log: Subject: [PATCH] B::Bytecode patches
8933              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
8934              To: gsar@activestate.com, jhi@iki.fi
8935              Cc: perl5-porters@perl.org
8936              Message-ID: <20000602202526.48694.qmail@hotmail.com>
8937              (MUA had mangled many lines by wordwrapping)
8938      Branch: cfgperl
8939            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
8940            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
8941            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
8942            ! intrpvar.h perl.c
8943 ____________________________________________________________________________
8944 [  6203] By: jhi                                   on 2000/06/06  22:32:43
8945         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
8946              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8947              Date: Tue, 06 Jun 2000 13:07:45 -0700
8948              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
8949      Branch: cfgperl
8950            ! pod/perldiag.pod
8951 ____________________________________________________________________________
8952 [  6202] By: jhi                                   on 2000/06/06  19:38:35
8953         Log: Integrate with Sarathy.
8954      Branch: cfgperl
8955           !> perl.c
8956 ____________________________________________________________________________
8957 [  6201] By: gsar                                  on 2000/06/06  00:42:59
8958         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
8959              does a PUSHMARK that's never ever POPMARKed; in general, only
8960              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
8961              Perl_eval_[sp]v() don't because they don't take any incoming
8962              arguments (this leak has been around since the original version
8963              of perl_eval_pv() in 5.003_97e)
8964      Branch: perl
8965            ! perl.c
8966 ____________________________________________________________________________
8967 [  6200] By: jhi                                   on 2000/06/04  03:44:52
8968         Log: Update to cperl-mode.el 4.31 from
8969              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
8970              Subject: A couple of notes
8971              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8972              To: Mailing list Perl5 <perl5-porters@perl.org>
8973              Date: Sat, 3 Jun 2000 23:33:32 -0400
8974              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
8975      Branch: cfgperl
8976            ! emacs/cperl-mode.el
8977 ____________________________________________________________________________
8978 [  6199] By: jhi                                   on 2000/06/03  15:11:05
8979         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
8980              From: Dan Sugalski <dan@sidhe.org>
8981              To: perl5-porters@perl.org, vmsperl@perl.org
8982              Date: Fri, 02 Jun 2000 17:30:51 -0400
8983              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
8984      Branch: cfgperl
8985            ! vms/descrip_mms.template vms/gen_shrfls.pl
8986 ____________________________________________________________________________
8987 [  6198] By: jhi                                   on 2000/06/03  14:59:15
8988         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
8989              From: Dan Sugalski <dan@sidhe.org>
8990              To: vmsperl@perl.org, perl5-porters@perl.org
8991              Date: Fri, 02 Jun 2000 16:00:41 -0400
8992              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
8993              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
8994      Branch: cfgperl
8995            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
8996            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
8997            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
8998 ____________________________________________________________________________
8999 [  6197] By: jhi                                   on 2000/06/03  14:41:30
9000         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
9001              From: John Borwick <jhborwic@unity.ncsu.edu>
9002              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
9003              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
9004      Branch: cfgperl
9005            ! pod/perlsyn.pod
9006 ____________________________________________________________________________
9007 [  6196] By: jhi                                   on 2000/06/03  14:38:09
9008         Log: Integrate with Sarathy.
9009      Branch: cfgperl
9010           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
9011           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
9012           !> vms/perly_c.vms
9013 ____________________________________________________________________________
9014 [  6195] By: gsar                                  on 2000/06/02  22:43:13
9015         Log: fix yet another eval"" leak under USE_ITHREADS
9016      Branch: perl
9017            ! op.c
9018 ____________________________________________________________________________
9019 [  6194] By: gsar                                  on 2000/06/02  18:22:06
9020         Log: fix small eval"" memory leaks under USE_ITHREADS
9021      Branch: perl
9022            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
9023            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
9024            ! vms/perly_c.vms
9025 ____________________________________________________________________________
9026 [  6193] By: jhi                                   on 2000/06/01  13:03:56
9027         Log: Signals-be-gone for microperl.
9028      Branch: cfgperl
9029            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
9030 ____________________________________________________________________________
9031 [  6192] By: jhi                                   on 2000/06/01  12:52:02
9032         Log: Integrate with Sarathy.
9033      Branch: cfgperl
9034           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
9035           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
9036           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
9037           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
9038           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
9039           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
9040           !> t/op/vec.t utils/h2xs.PL
9041 ____________________________________________________________________________
9042 [  6191] By: gsar                                  on 2000/06/01  09:38:21
9043         Log: vec() loses numericalness (modified version of patch suggested
9044              by Robin Barker)
9045      Branch: perl
9046            ! doop.c t/op/vec.t
9047 ____________________________________________________________________________
9048 [  6190] By: gsar                                  on 2000/06/01  09:26:15
9049         Log: submit missing embed.pl change
9050      Branch: perl
9051            ! embed.pl
9052 ____________________________________________________________________________
9053 [  6189] By: gsar                                  on 2000/06/01  09:05:34
9054         Log: counting tr/// corrupts later operation (from M.J.T Guy)
9055      Branch: perl
9056            ! doop.c t/op/tr.t
9057 ____________________________________________________________________________
9058 [  6188] By: gsar                                  on 2000/06/01  08:58:39
9059         Log: h2xs tweaks
9060      Branch: perl
9061            ! utils/h2xs.PL
9062 ____________________________________________________________________________
9063 [  6187] By: gsar                                  on 2000/06/01  08:50:07
9064         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
9065              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
9066      Branch: perl
9067            + lib/Pod/LaTeX.pm
9068            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
9069            ! pod/pod2latex.PL
9070 ____________________________________________________________________________
9071 [  6186] By: gsar                                  on 2000/06/01  08:24:40
9072         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
9073              <wolfgang.laun@alcatel.at>)
9074      Branch: perl
9075            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
9076            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
9077 ____________________________________________________________________________
9078 [  6185] By: gsar                                  on 2000/06/01  08:12:00
9079         Log: remove incorrect documentation about implicit split to @_ in
9080              list context, which never really worked in perl 5 (from
9081              M.J.T. Guy)
9082      Branch: perl
9083            ! pod/perlfunc.pod pod/perltrap.pod
9084 ____________________________________________________________________________
9085 [  6184] By: gsar                                  on 2000/06/01  07:52:27
9086         Log: tweak for change#6127
9087      Branch: perl
9088            ! perl.c
9089 ____________________________________________________________________________
9090 [  6183] By: gsar                                  on 2000/06/01  07:41:02
9091         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
9092              <nick@ccl4.org>)
9093      Branch: perl
9094            + t/lib/selfloader.t
9095            ! MANIFEST lib/SelfLoader.pm
9096 ____________________________________________________________________________
9097 [  6182] By: jhi                                   on 2000/06/01  00:34:42
9098         Log: Be Cleaner Part Deux.
9099      Branch: cfgperl
9100            ! Makefile.SH
9101 ____________________________________________________________________________
9102 [  6181] By: jhi                                   on 2000/06/01  00:32:09
9103         Log: Integrate with Sarathy.
9104      Branch: cfgperl
9105           !> pp.c t/op/arith.t
9106 ____________________________________________________________________________
9107 [  6180] By: jhi                                   on 2000/06/01  00:31:13
9108         Log: microperl nits from Simon Cozens.
9109      Branch: cfgperl
9110            + uconfig.h
9111            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
9112            ! unixish.h
9113 ____________________________________________________________________________
9114 [  6179] By: gsar                                  on 2000/05/31  22:37:51
9115         Log: buggy modulus on UVs introduced by change#3378 (resulted in
9116              4063328477 % 65535 amounting to 27406, instead of 27407)
9117      Branch: perl
9118            ! pp.c t/op/arith.t
9119 ____________________________________________________________________________
9120 [  6178] By: jhi                                   on 2000/05/31  21:52:41
9121         Log: Be cleaner.
9122      Branch: cfgperl
9123            ! Makefile.SH
9124 ____________________________________________________________________________
9125 [  6177] By: jhi                                   on 2000/05/31  21:47:33
9126         Log: Substitution utf8 patch from Simon Cozens.
9127      Branch: cfgperl
9128            ! pp_hot.c
9129 ____________________________________________________________________________
9130 [  6176] By: jhi                                   on 2000/05/31  21:45:34
9131         Log: Single-quoted utf8 patch from Simon Cozens.
9132      Branch: cfgperl
9133            ! toke.c
9134 ____________________________________________________________________________
9135 [  6175] By: jhi                                   on 2000/05/31  21:40:18
9136         Log: Integrate with Sarathy.
9137      Branch: cfgperl
9138           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
9139 ____________________________________________________________________________
9140 [  6174] By: jhi                                   on 2000/05/31  21:37:31
9141         Log: microperl changes from Simon Cozens; Makefile for microperl
9142              written from scratch; few casts added as microperl compilation
9143              doesn't have all prototypes available.
9144      Branch: cfgperl
9145            + Makefile.micro README.micro Todo.micro uconfig.sh
9146            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
9147            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
9148      Branch: metaconfig
9149            + U/modified/Config_h.U
9150 ____________________________________________________________________________
9151 [  6173] By: jhi                                   on 2000/05/31  20:00:24
9152         Log: metaconfig maintenance.
9153      Branch: metaconfig
9154            + U/modified/Inhdr.U U/typedefs/inotype.U
9155      Branch: metaconfig/U/perl
9156            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
9157            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
9158 ____________________________________________________________________________
9159 [  6172] By: gsar                                  on 2000/05/31  05:05:42
9160         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
9161              (from Ilya Zakharevich)
9162      Branch: perl
9163            ! regexec.c t/op/re_tests
9164 ____________________________________________________________________________
9165 [  6171] By: gsar                                  on 2000/05/31  05:01:47
9166         Log: scalar() doesn't force scalar context when used in void context
9167              (from Simon Cozens)
9168      Branch: perl
9169            ! op.c t/op/wantarray.t
9170 ____________________________________________________________________________
9171 [  6170] By: gsar                                  on 2000/05/31  04:41:33
9172         Log: change#6142 needs tweaks to tests to work where there's no symlink()
9173              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
9174      Branch: perl
9175            ! t/lib/filefind.t
9176 ____________________________________________________________________________
9177 [  6169] By: gsar                                  on 2000/05/31  04:29:49
9178         Log: integrate cfgperl contents into mainline
9179      Branch: perl
9180           +> pod/perlmodlib.PL pod/perlnewmod.pod
9181           !> (integrate 42 files)
9182 ____________________________________________________________________________
9183 [  6168] By: jhi                                   on 2000/05/30  22:53:37
9184         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
9185      Branch: cfgperl
9186            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9187            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
9188            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
9189            ! win32/config.bc win32/config.gc win32/config.vc
9190            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9191            ! win32/config_h.PL win32/config_sh.PL
9192      Branch: metaconfig/U/perl
9193            ! perlxv.U
9194 ____________________________________________________________________________
9195 [  6167] By: jhi                                   on 2000/05/30  22:20:21
9196         Log: tweak todo 
9197      Branch: cfgperl
9198            ! Todo-5.6
9199 ____________________________________________________________________________
9200 [  6166] By: jhi                                   on 2000/05/30  22:11:51
9201         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
9202              in case somebody wants to write an extension for more
9203              shadow database interfaces.
9204      Branch: cfgperl
9205            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9206            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
9207            ! vos/config.def vos/config.h vos/config_h.SH_orig
9208            ! win32/config.bc win32/config.gc win32/config.vc
9209            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9210      Branch: metaconfig
9211            ! U/modified/Myinit.U
9212      Branch: metaconfig/U/perl
9213            + d_getespwnam.U d_getprpwnam.U i_prot.U
9214 ____________________________________________________________________________
9215 [  6165] By: jhi                                   on 2000/05/30  18:35:34
9216         Log: Integrate with Sarathy.
9217      Branch: cfgperl
9218           !> op.c
9219 ____________________________________________________________________________
9220 [  6164] By: jhi                                   on 2000/05/30  18:30:16
9221         Log: detypo
9222      Branch: cfgperl
9223            ! Configure config_h.SH
9224      Branch: metaconfig/U/perl
9225            ! perlxv.U
9226 ____________________________________________________________________________
9227 [  6163] By: gsar                                  on 2000/05/30  03:24:03
9228         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
9229      Branch: perl
9230            ! op.c
9231 ____________________________________________________________________________
9232 [  6162] By: gsar                                  on 2000/05/30  03:09:38
9233         Log: fix memory leak in method call optimization (change#3768);
9234              made C<eval "$x->foo()"> leak
9235      Branch: perl
9236            ! op.c
9237 ____________________________________________________________________________
9238 [  6161] By: jhi                                   on 2000/05/29  17:56:26
9239         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
9240              both from Simon Cozens.
9241      Branch: cfgperl
9242            + pod/perlmodlib.PL pod/perlnewmod.pod
9243            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
9244            ! pod/perlmodlib.pod pod/perltoc.pod
9245 ____________________________________________________________________________
9246 [  6160] By: jhi                                   on 2000/05/29  17:23:55
9247         Log: Changes for the File::Temp 0.08 (change #6159) test suite
9248              to fit better into the Perl distribution test framework.
9249      Branch: cfgperl
9250            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
9251            ! t/lib/ftmp-tempfile.t
9252 ____________________________________________________________________________
9253 [  6159] By: jhi                                   on 2000/05/29  16:55:36
9254         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
9255      Branch: cfgperl
9256            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9257            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
9258 ____________________________________________________________________________
9259 [  6158] By: bailey                                on 2000/05/29  16:22:08
9260         Log: Add fallback to tmpfile for use in cases where user's relying on
9261              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
9262              Lane's patch)
9263      Branch: vmsperl
9264            ! vms/vms.c vms/vmsish.h
9265 ____________________________________________________________________________
9266 [  6157] By: jhi                                   on 2000/05/29  03:10:36
9267         Log: Regen Configure to jive with #6149.
9268      Branch: cfgperl
9269            ! Configure
9270      Branch: metaconfig
9271            ! U/modified/Getfile.U
9272 ____________________________________________________________________________
9273 [  6156] By: jhi                                   on 2000/05/29  03:01:38
9274         Log: Integrate with Sarathy.
9275      Branch: cfgperl
9276           +> ext/DynaLoader/dl_mac.xs
9277           !> (integrate 38 files)
9278 ____________________________________________________________________________
9279 [  6155] By: gsar                                  on 2000/05/28  21:15:58
9280         Log: small bug in change#6144; remove random \xA0 character that snuck
9281              in via change#6145
9282      Branch: perl
9283            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
9284 ____________________________________________________________________________
9285 [  6154] By: gsar                                  on 2000/05/28  21:04:19
9286         Log: avoid type mismatch warning
9287      Branch: perl
9288            ! perl.c
9289 ____________________________________________________________________________
9290 [  6153] By: gsar                                  on 2000/05/28  20:58:31
9291         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
9292              <nick@Bagpuss.uk.boo.com>)
9293      Branch: perl
9294            ! lib/Test/Harness.pm
9295 ____________________________________________________________________________
9296 [  6152] By: gsar                                  on 2000/05/28  20:53:42
9297         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
9298      Branch: perl
9299            ! regexec.c
9300 ____________________________________________________________________________
9301 [  6151] By: gsar                                  on 2000/05/28  20:50:28
9302         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
9303      Branch: perl
9304            ! regexec.c
9305 ____________________________________________________________________________
9306 [  6150] By: gsar                                  on 2000/05/28  20:39:58
9307         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
9308      Branch: perl
9309            ! pod/perlrequick.pod
9310 ____________________________________________________________________________
9311 [  6149] By: gsar                                  on 2000/05/28  20:35:16
9312         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
9313              <troc@netrus.net>)
9314      Branch: perl
9315            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
9316            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
9317            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
9318            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
9319 ____________________________________________________________________________
9320 [  6148] By: gsar                                  on 2000/05/28  20:21:07
9321         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
9322      Branch: perl
9323            ! lib/ExtUtils/MM_Unix.pm
9324 ____________________________________________________________________________
9325 [  6147] By: gsar                                  on 2000/05/28  20:12:41
9326         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
9327              (from Peter Prymmer)
9328      Branch: perl
9329            ! vms/subconfigure.com
9330 ____________________________________________________________________________
9331 [  6146] By: gsar                                  on 2000/05/28  20:06:15
9332         Log: doc typo
9333      Branch: perl
9334            ! lib/warnings.pm warnings.h warnings.pl
9335 ____________________________________________________________________________
9336 [  6145] By: gsar                                  on 2000/05/28  18:44:33
9337         Log: make xsubpp skip embedded pod (from Matthias Neeracher
9338              <neeri@iis.ee.ethz.ch>)
9339      Branch: perl
9340            ! lib/ExtUtils/xsubpp
9341 ____________________________________________________________________________
9342 [  6144] By: gsar                                  on 2000/05/28  18:42:49
9343         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
9344              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
9345              <neeri@iis.ee.ethz.ch>)
9346      Branch: perl
9347            ! lib/AutoSplit.pm
9348 ____________________________________________________________________________
9349 [  6143] By: gsar                                  on 2000/05/28  18:41:12
9350         Log: MacOS support, part 1 (from Matthias Neeracher
9351              <neeri@iis.ee.ethz.ch>)
9352      Branch: perl
9353            + ext/DynaLoader/dl_mac.xs
9354            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
9355            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
9356            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
9357            ! util.h
9358 ____________________________________________________________________________
9359 [  6142] By: gsar                                  on 2000/05/28  18:21:51
9360         Log: File::Find fails to chdir when chasing symlinks (from
9361              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
9362      Branch: perl
9363            ! lib/File/Find.pm t/lib/filefind.t
9364 ____________________________________________________________________________
9365 [  6141] By: jhi                                   on 2000/05/28  14:25:15
9366         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
9367              forwarded by Peter Seebach from the bsdi-users mailing list.
9368              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
9369      Branch: perl
9370            ! hints/bsdos.sh
9371 ____________________________________________________________________________
9372 [  6140] By: jhi                                   on 2000/05/28  14:11:57
9373         Log: Integrate with Sarathy.
9374      Branch: cfgperl
9375           +> (branch 30 files)
9376           !> (integrate 93 files)
9377 ____________________________________________________________________________
9378 [  6139] By: gsar                                  on 2000/05/28  10:01:48
9379         Log: revise mktables.PL for bugs and newness in Unicode 3.0
9380              (from James Bence <jbence@amgen.com>)
9381      Branch: perl
9382            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
9383            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
9384            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
9385            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
9386            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
9387            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
9388            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
9389            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
9390            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
9391            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
9392            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
9393            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
9394            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
9395            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
9396            + lib/unicode/Is/SylWU.pl
9397            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
9398            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
9399            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
9400            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
9401            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
9402            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
9403            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
9404            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
9405            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
9406            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
9407            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
9408            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
9409            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
9410            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
9411            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
9412            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
9413            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
9414            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
9415            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
9416            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
9417            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
9418            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
9419            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
9420            ! lib/unicode/Makefile lib/unicode/mktables.PL
9421 ____________________________________________________________________________
9422 [  6138] By: gsar                                  on 2000/05/28  08:50:32
9423         Log: add note about the handling of negative indices to tied arrays
9424              (from Michael G Schwern <schwern@pobox.com>)
9425      Branch: perl
9426            ! pod/perltie.pod
9427 ____________________________________________________________________________
9428 [  6137] By: gsar                                  on 2000/05/28  08:46:10
9429         Log: fix bogus redeclaration warning for "our" variables in different
9430              scopes
9431      Branch: perl
9432            ! op.c t/pragma/strict-vars
9433 ____________________________________________________________________________
9434 [  6136] By: gsar                                  on 2000/05/28  08:31:20
9435         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
9436      Branch: perl
9437            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
9438 ____________________________________________________________________________
9439 [  6135] By: gsar                                  on 2000/05/28  08:17:50
9440         Log: enable Test::Harness to dynamically determine column width etc.
9441              (from Rob Napier <rnapier@employees.org>)
9442      Branch: perl
9443            ! lib/Test/Harness.pm
9444 ____________________________________________________________________________
9445 [  6134] By: gsar                                  on 2000/05/28  08:13:39
9446         Log: make Test::Harness use wait.h/WCOREDUMP if available
9447              (from Ben Tilly <ben_tilly@hotmail.com>)
9448      Branch: perl
9449            ! lib/Test/Harness.pm
9450 ____________________________________________________________________________
9451 [  6133] By: gsar                                  on 2000/05/28  08:08:05
9452         Log: elide bogus test in change#6132
9453      Branch: perl
9454            ! t/pragma/warn/9enabled
9455 ____________________________________________________________________________
9456 [  6132] By: gsar                                  on 2000/05/28  08:03:14
9457         Log: warnings::enabled() doesn't fall back to looking at $^W if
9458              caller isn't using lexical warnings (from Paul Marquess)
9459      Branch: perl
9460            ! pp_ctl.c t/pragma/warn/9enabled
9461 ____________________________________________________________________________
9462 [  6131] By: gsar                                  on 2000/05/28  07:57:47
9463         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
9464      Branch: perl
9465            ! ext/POSIX/POSIX.pm
9466 ____________________________________________________________________________
9467 [  6130] By: gsar                                  on 2000/05/28  07:29:12
9468         Log: fix places that mean C<"word" character> but say C<alphanumeric
9469              character>
9470      Branch: perl
9471            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
9472 ____________________________________________________________________________
9473 [  6129] By: gsar                                  on 2000/05/28  07:18:41
9474         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
9475      Branch: perl
9476            ! vms/test.com
9477 ____________________________________________________________________________
9478 [  6128] By: gsar                                  on 2000/05/28  07:12:55
9479         Log: new perlxstut example for passing/returning refs to arrays
9480              (from David Lowe <dlowe@pootpoot.com>)
9481      Branch: perl
9482            ! pod/perlxstut.pod
9483 ____________________________________________________________________________
9484 [  6127] By: gsar                                  on 2000/05/28  07:02:50
9485         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
9486              failed (from Gisle Aas)
9487      Branch: perl
9488            ! cop.h perl.c
9489 ____________________________________________________________________________
9490 [  6126] By: gsar                                  on 2000/05/28  06:39:53
9491         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
9492              (reworked variant of patch suggested by Simon Cozens)
9493      Branch: perl
9494            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
9495            ! pp_hot.c proto.h t/op/gv.t
9496 ____________________________________________________________________________
9497 [  6125] By: gsar                                  on 2000/05/28  05:14:55
9498         Log: enable propagating exception objects via Perl_croak() in XS code
9499              (from Gisle Aas)
9500      Branch: perl
9501            ! util.c
9502 ____________________________________________________________________________
9503 [  6124] By: gsar                                  on 2000/05/28  05:07:28
9504         Log: integrate vmsperl contents into mainline
9505      Branch: perl
9506           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
9507           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
9508           !> vms/vmsish.h
9509 ____________________________________________________________________________
9510 [  6123] By: gsar                                  on 2000/05/28  05:03:53
9511         Log: clarify gotcha with #line directives (from Rocco Caputo
9512              <troc@netrus.net>)
9513      Branch: perl
9514            ! pod/perldebug.pod pod/perlsyn.pod
9515 ____________________________________________________________________________
9516 [  6122] By: gsar                                  on 2000/05/28  04:58:29
9517         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
9518              (from Mark-Jason Dominus)
9519      Branch: perl
9520            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
9521            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
9522            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
9523            ! toke.c
9524 ____________________________________________________________________________
9525 [  6121] By: bailey                                on 2000/05/25  04:46:54
9526         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
9527              lists (based on fixes by Craig Berry)
9528      Branch: vmsperl
9529            ! lib/File/Spec/VMS.pm
9530 ____________________________________________________________________________
9531 [  6120] By: bailey                                on 2000/05/25  04:25:38
9532         Log: Add missing escape (Charles Lane)
9533      Branch: vmsperl
9534            ! t/op/lex_assign.t
9535 ____________________________________________________________________________
9536 [  6119] By: bailey                                on 2000/05/25  04:21:25
9537         Log: Quiet error messages in vmsish.t (Charles Lane)
9538      Branch: vmsperl
9539            ! vms/ext/vmsish.t
9540 ____________________________________________________________________________
9541 [  6118] By: bailey                                on 2000/05/25  04:17:57
9542         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
9543              Flatten case labels in switch statements uniformly (Charles Bailey)
9544      Branch: vmsperl
9545            ! vms/vms.c
9546 ____________________________________________________________________________
9547 [  6117] By: bailey                                on 2000/05/25  03:58:09
9548         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
9549      Branch: vmsperl
9550            ! vms/vmsish.h
9551 ____________________________________________________________________________
9552 [  6116] By: bailey                                on 2000/05/25  03:11:15
9553         Log: Miscellaneous cosmetic fixes (Charles Lane)
9554      Branch: vmsperl
9555            ! lib/ExtUtils/MM_VMS.pm
9556 ____________________________________________________________________________
9557 [  6115] By: bailey                                on 2000/05/25  03:10:36
9558         Log: Add bounds checking for several strings (Charles Lane)
9559      Branch: vmsperl
9560            ! vms/vms.c
9561 ____________________________________________________________________________
9562 [  6114] By: bailey                                on 2000/05/25  02:25:34
9563         Log: Urk -- undo previous removal of vmsish 'exit' change
9564      Branch: vmsperl
9565            ! vms/ext/vmsish.pm vms/vmsish.h
9566 ____________________________________________________________________________
9567 [  6113] By: bailey                                on 2000/05/24  02:24:40
9568         Log: Ugly workaround for version-specific RTL error
9569      Branch: vmsperl
9570            ! vms/vms.c
9571 ____________________________________________________________________________
9572 [  6112] By: bailey                                on 2000/05/24  02:19:55
9573         Log: Check for existence of file before trying to delete
9574      Branch: vmsperl
9575            ! vms/test.com
9576 ____________________________________________________________________________
9577 [  6111] By: bailey                                on 2000/05/23  23:35:13
9578         Log: Resync with mainline prior to post-5.6.0 updates
9579      Branch: vmsperl
9580           +> (branch 49 files)
9581            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
9582            ! vms/ext/vmsish.pm
9583           !> (integrate 334 files)
9584 ____________________________________________________________________________
9585 [  6110] By: jhi                                   on 2000/05/23  19:28:32
9586         Log: todo tweak
9587      Branch: cfgperl
9588            ! Todo-5.6
9589 ____________________________________________________________________________
9590 [  6109] By: jhi                                   on 2000/05/18  17:38:54
9591         Log: Integrate with Sarathy.
9592      Branch: cfgperl
9593           !> mg.c perl.h win32/perlhost.h
9594 ____________________________________________________________________________
9595 [  6108] By: gsar                                  on 2000/05/17  02:24:56
9596         Log: reenable fake signal handling on Windows, bugs and all
9597      Branch: perl
9598            ! mg.c perl.h win32/perlhost.h
9599 ____________________________________________________________________________
9600 [  6107] By: jhi                                   on 2000/05/15  18:01:41
9601         Log: Tweak the todo list.
9602      Branch: cfgperl
9603            ! Todo-5.6
9604 ____________________________________________________________________________
9605 [  6106] By: jhi                                   on 2000/05/15  13:41:48
9606         Log: The (Configure) script refuses to go on, after asking for
9607              'You may also choose to try maximal 64-bitness....'.
9608              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
9609              -- Patrick Zima
9610              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
9611      Branch: cfgperl
9612            ! hints/solaris_2.sh
9613 ____________________________________________________________________________
9614 [  6105] By: jhi                                   on 2000/05/11  14:37:43
9615         Log: Integrate with Sarathy.
9616      Branch: cfgperl
9617           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
9618           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
9619 ____________________________________________________________________________
9620 [  6104] By: gsar                                  on 2000/05/11  03:39:07
9621         Log: PL_sys_intern was being initialized too late on windows
9622      Branch: perl
9623            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
9624            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
9625 ____________________________________________________________________________
9626 [  6103] By: jhi                                   on 2000/05/09  19:42:20
9627         Log: Test tweaking for Unicos continues.
9628      Branch: cfgperl
9629            ! t/op/64bitint.t
9630 ____________________________________________________________________________
9631 [  6102] By: jhi                                   on 2000/05/09  16:47:27
9632         Log: The test suite tweak in #6101 wasn't quite right.
9633      Branch: cfgperl
9634            ! t/lib/complex.t
9635 ____________________________________________________________________________
9636 [  6101] By: jhi                                   on 2000/05/09  15:35:34
9637         Log: Hints and test tweaks for Unicos.
9638      Branch: cfgperl
9639            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
9640 ____________________________________________________________________________
9641 [  6100] By: jhi                                   on 2000/05/08  21:15:06
9642         Log: More compilation tweakery from Allen Smith.
9643      Branch: cfgperl
9644            ! hints/irix_6.sh
9645 ____________________________________________________________________________
9646 [  6099] By: jhi                                   on 2000/05/08  19:21:18
9647         Log: Tweaks for the cc bugs from Allen Smith.
9648      Branch: cfgperl
9649            ! hints/irix_6.sh
9650 ____________________________________________________________________________
9651 [  6098] By: jhi                                   on 2000/05/08  19:13:37
9652         Log: Add a note about other, yet unsupported, shadow password APIs.
9653      Branch: cfgperl
9654            ! pp_sys.c
9655 ____________________________________________________________________________
9656 [  6097] By: jhi                                   on 2000/05/08  18:46:34
9657         Log: Add a note about possible compilation problems from Allen Smith.
9658      Branch: cfgperl
9659            ! hints/irix_6.sh
9660 ____________________________________________________________________________
9661 [  6096] By: jhi                                   on 2000/05/08  17:33:10
9662         Log: Integrate with Sarathy.
9663      Branch: cfgperl
9664           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
9665           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
9666 ____________________________________________________________________________
9667 [  6095] By: jhi                                   on 2000/05/08  16:21:33
9668         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
9669              might be useful in future.
9670      Branch: cfgperl
9671            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9672            ! config_h.SH
9673      Branch: metaconfig
9674            ! U/installdirs/inc_version_list.U
9675      Branch: metaconfig/U/perl
9676            ! perlxv.U
9677 ____________________________________________________________________________
9678 [  6094] By: gsar                                  on 2000/05/08  14:22:22
9679         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
9680      Branch: perl
9681            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
9682            ! hints/cygwin.sh pp_sys.c
9683 ____________________________________________________________________________
9684 [  6093] By: gsar                                  on 2000/05/08  12:52:28
9685         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
9686              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
9687      Branch: perl
9688            ! pp_sys.c sv.c win32/perlhost.h
9689 ____________________________________________________________________________
9690 [  6092] By: jhi                                   on 2000/05/07  22:40:34
9691         Log: Regen perltoc with the fixed buildtoc.
9692      Branch: cfgperl
9693            ! pod/perltoc.pod
9694 ____________________________________________________________________________
9695 [  6091] By: jhi                                   on 2000/05/07  22:24:16
9696         Log: Integrate with Sarathy.
9697      Branch: cfgperl
9698           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
9699           !> t/op/substr.t toke.c
9700 ____________________________________________________________________________
9701 [  6090] By: gsar                                  on 2000/05/07  19:47:07
9702         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
9703              [NI]OK; added tests for both
9704      Branch: perl
9705            ! perl.c pp_hot.c sv.c t/op/substr.t
9706 ____________________________________________________________________________
9707 [  6089] By: gsar                                  on 2000/05/07  18:18:38
9708         Log: buildtoc tweak to fix newline lossage
9709      Branch: perl
9710            ! pod/buildtoc
9711 ____________________________________________________________________________
9712 [  6088] By: jhi                                   on 2000/05/07  16:35:36
9713         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
9714              because we do not use those.  The HAS_GETSPNAM remains,
9715              though, because we still do use that.
9716      Branch: cfgperl
9717            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9718            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
9719            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
9720            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
9721            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9722            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
9723 ____________________________________________________________________________
9724 [  6087] By: gsar                                  on 2000/05/07  16:05:16
9725         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
9726      Branch: perl
9727            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
9728 ____________________________________________________________________________
9729 [  6086] By: jhi                                   on 2000/05/07  15:27:07
9730         Log: Integrate with Sarathy.
9731      Branch: cfgperl
9732           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9733           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
9734           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
9735           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
9736           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
9737           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
9738 ____________________________________________________________________________
9739 [  6085] By: gsar                                  on 2000/05/07  05:52:02
9740         Log: repeat operator (x) doesn't preserve utf8-ness
9741      Branch: perl
9742            ! pp.c t/op/substr.t
9743 ____________________________________________________________________________
9744 [  6084] By: gsar                                  on 2000/05/07  05:39:55
9745         Log: substr() does not preserve utf8-ness (from Stefan Eissing
9746              <Eissing@medicaldataservice.de>); added tests
9747      Branch: perl
9748            ! pp.c t/op/substr.t
9749 ____________________________________________________________________________
9750 [  6083] By: gsar                                  on 2000/05/07  05:24:46
9751         Log: note about undocumented caller() return value (from M.J.T. Guy);
9752              yet another peek.t tweak
9753      Branch: perl
9754            ! pod/perlfunc.pod t/lib/peek.t
9755 ____________________________________________________________________________
9756 [  6082] By: gsar                                  on 2000/05/07  05:08:40
9757         Log: peek.t non-portable to ithreads
9758      Branch: perl
9759            ! t/lib/peek.t
9760 ____________________________________________________________________________
9761 [  6081] By: gsar                                  on 2000/05/07  04:17:04
9762         Log: better default perlbug categories for ok reports (from Richard Foley)
9763      Branch: perl
9764            ! utils/perlbug.PL
9765 ____________________________________________________________________________
9766 [  6080] By: gsar                                  on 2000/05/07  04:08:07
9767         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
9768              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
9769      Branch: perl
9770            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9771            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
9772            ! AUTHORS MAINTAIN MANIFEST
9773 ____________________________________________________________________________
9774 [  6079] By: gsar                                  on 2000/05/07  04:01:38
9775         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
9776      Branch: perl
9777            ! lib/Carp/Heavy.pm
9778 ____________________________________________________________________________
9779 [  6078] By: gsar                                  on 2000/05/07  01:24:19
9780         Log: workaround for CRT bug in chdir() (from Charles Lane, via
9781              Peter Prymmer)
9782      Branch: perl
9783            ! iperlsys.h vms/vms.c vms/vmsish.h
9784 ____________________________________________________________________________
9785 [  6077] By: gsar                                  on 2000/05/07  01:22:23
9786         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
9787              and Tom Phoenix)
9788      Branch: perl
9789            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
9790 ____________________________________________________________________________
9791 [  6076] By: gsar                                  on 2000/05/06  17:36:29
9792         Log: integrate cfgperl contents into mainline
9793      Branch: perl
9794           +> t/lib/peek.t
9795           !> Configure MANIFEST Porting/Glossary Porting/config.sh
9796           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
9797           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
9798           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
9799 ____________________________________________________________________________
9800 [  6075] By: jhi                                   on 2000/05/05  18:56:10
9801         Log: Make the test more portable.
9802      Branch: cfgperl
9803            ! t/lib/peek.t
9804 ____________________________________________________________________________
9805 [  6074] By: jhi                                   on 2000/05/05  18:49:20
9806         Log: Introduce t/lib/peek.t.
9807      Branch: cfgperl
9808            + t/lib/peek.t
9809            ! MANIFEST
9810 ____________________________________________________________________________
9811 [  6073] By: jhi                                   on 2000/05/05  14:30:45
9812         Log: Complex tweaks.
9813      Branch: cfgperl
9814            ! lib/Math/Complex.pm t/lib/complex.t
9815 ____________________________________________________________________________
9816 [  6072] By: jhi                                   on 2000/05/05  12:27:13
9817         Log: Integrate with Sarathy.
9818      Branch: cfgperl
9819           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9820           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
9821           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
9822           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
9823 ____________________________________________________________________________
9824 [  6071] By: gsar                                  on 2000/05/05  02:24:46
9825         Log: misformatted perllocal.pod (from Tim Jenness
9826              <t.jenness@jach.hawaii.edu>)
9827      Branch: perl
9828            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9829 ____________________________________________________________________________
9830 [  6070] By: gsar                                  on 2000/05/05  02:16:52
9831         Log: remove misleading comment (from M.J.T. Guy)
9832      Branch: perl
9833            ! t/lib/anydbm.t
9834 ____________________________________________________________________________
9835 [  6069] By: gsar                                  on 2000/05/05  02:15:13
9836         Log: File::Spec compatibility update (from Barrie Slaymaker
9837              <barries@slaysys.com>)
9838      Branch: perl
9839            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
9840            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9841 ____________________________________________________________________________
9842 [  6068] By: gsar                                  on 2000/05/05  02:01:50
9843         Log: note about values()
9844      Branch: perl
9845            ! pod/perlfunc.pod
9846 ____________________________________________________________________________
9847 [  6067] By: gsar                                  on 2000/05/05  01:33:09
9848         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
9849      Branch: perl
9850            ! win32/win32.c
9851 ____________________________________________________________________________
9852 [  6066] By: gsar                                  on 2000/05/05  01:23:43
9853         Log: s/END/CHECK/
9854      Branch: perl
9855            ! perl.c
9856 ____________________________________________________________________________
9857 [  6065] By: jhi                                   on 2000/05/04  17:30:22
9858         Log: Integrate with Sarathy.
9859      Branch: cfgperl
9860           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
9861 ____________________________________________________________________________
9862 [  6064] By: gsar                                  on 2000/05/04  17:26:14
9863         Log: change#5905 wasn't quite right--it's intent only applies when arguments
9864              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
9865      Branch: perl
9866            ! pp_sys.c sv.c
9867 ____________________________________________________________________________
9868 [  6063] By: gsar                                  on 2000/05/04  16:52:29
9869         Log: tokeq() could read unallocated field in argument
9870      Branch: perl
9871            ! toke.c
9872 ____________________________________________________________________________
9873 [  6062] By: gsar                                  on 2000/05/04  16:34:51
9874         Log: additional tests for utf8.t
9875      Branch: perl
9876            ! t/pragma/utf8.t
9877 ____________________________________________________________________________
9878 [  6061] By: gsar                                  on 2000/05/04  16:09:28
9879         Log: change#5921 neglected to make eq honor "use bytes"
9880      Branch: perl
9881            ! sv.c
9882 ____________________________________________________________________________
9883 [  6060] By: jhi                                   on 2000/05/04  15:30:16
9884         Log: Integrate with Sarathy.
9885      Branch: cfgperl
9886           !> perl.c regcomp.c t/pragma/utf8.t
9887 ____________________________________________________________________________
9888 [  6059] By: jhi                                   on 2000/05/04  15:26:37
9889         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
9890              in natively 64-bit platforms where a long is a quad (no need
9891              for long longs).  Also added bias for IVs.
9892      Branch: cfgperl
9893            ! toke.c
9894 ____________________________________________________________________________
9895 [  6058] By: gsar                                  on 2000/05/04  00:19:14
9896         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
9897              (spotted by Donald Kinzer <dkinzer@premia.com>)
9898      Branch: perl
9899            ! perl.c
9900 ____________________________________________________________________________
9901 [  6057] By: gsar                                  on 2000/05/03  18:34:01
9902         Log: fix broken parsing of /\x{ab}/
9903      Branch: perl
9904            ! regcomp.c t/pragma/utf8.t
9905 ____________________________________________________________________________
9906 [  6056] By: jhi                                   on 2000/05/03  17:57:16
9907         Log: The search of infinity continues, this time simplified.
9908      Branch: cfgperl
9909            ! lib/Math/Complex.pm
9910 ____________________________________________________________________________
9911 [  6055] By: jhi                                   on 2000/05/03  17:45:30
9912         Log: Detypo.
9913      Branch: cfgperl
9914            ! hints/unicos.sh
9915 ____________________________________________________________________________
9916 [  6054] By: jhi                                   on 2000/05/02  22:28:27
9917         Log: Be more forgiving in POSIX about HUGE_VALL.
9918      Branch: cfgperl
9919            ! ext/POSIX/POSIX.xs
9920 ____________________________________________________________________________
9921 [  6053] By: jhi                                   on 2000/05/02  22:25:05
9922         Log: Integrate with Sarathy.
9923      Branch: cfgperl
9924           !> hints/irix_6.sh pod/perlop.pod
9925 ____________________________________________________________________________
9926 [  6052] By: jhi                                   on 2000/05/02  22:24:31
9927         Log: Unicos hint tweak.
9928      Branch: cfgperl
9929            ! hints/unicos.sh
9930 ____________________________________________________________________________
9931 [  6051] By: jhi                                   on 2000/05/02  22:21:26
9932         Log: Complex tweakery.
9933      Branch: cfgperl
9934            ! lib/Math/Complex.pm t/lib/complex.t
9935 ____________________________________________________________________________
9936 [  6050] By: jhi                                   on 2000/05/02  19:26:22
9937         Log: Use setxxent()/endxxent().
9938      Branch: cfgperl
9939            ! t/op/grent.t t/op/pwent.t
9940 ____________________________________________________________________________
9941 [  6049] By: jhi                                   on 2000/05/02  19:06:02
9942         Log: Test both the scalar and list contexts.
9943      Branch: cfgperl
9944            ! t/op/grent.t t/op/pwent.t
9945 ____________________________________________________________________________
9946 [  6048] By: gsar                                  on 2000/05/02  18:29:10
9947         Log: add note about how $( doesn't interpolate in REs (from
9948              Philip Newton <newton@ficus.frogspace.net>)
9949      Branch: perl
9950            ! pod/perlop.pod
9951 ____________________________________________________________________________
9952 [  6047] By: jhi                                   on 2000/05/02  17:41:24
9953         Log: Call getspnam() only iff needd.
9954      Branch: cfgperl
9955            ! pp_sys.c
9956 ____________________________________________________________________________
9957 [  6046] By: gsar                                  on 2000/05/02  17:07:25
9958         Log: libscheck has insufficient checks for n32 libs (from
9959              Albert Chin-A-Young <china@thewrittenword.com>)
9960      Branch: perl
9961            ! hints/irix_6.sh
9962 ____________________________________________________________________________
9963 [  6045] By: jhi                                   on 2000/05/02  13:57:17
9964         Log: Integrate with Sarathy.
9965      Branch: cfgperl
9966           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
9967           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
9968 ____________________________________________________________________________
9969 [  6044] By: gsar                                  on 2000/05/02  06:48:19
9970         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
9971              such that underscores are only ignored in literal numbers,
9972              "\x{...}", and hex/oct argument
9973      Branch: perl
9974            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
9975 ____________________________________________________________________________
9976 [  6043] By: gsar                                  on 2000/05/02  02:22:29
9977         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
9978      Branch: perl
9979            ! pod/perlretut.pod
9980 ____________________________________________________________________________
9981 [  6042] By: gsar                                  on 2000/05/02  02:17:51
9982         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
9983      Branch: perl
9984            ! pod/perltrap.pod
9985 ____________________________________________________________________________
9986 [  6041] By: gsar                                  on 2000/05/02  01:53:51
9987         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
9988              to compensate
9989      Branch: perl
9990            ! Porting/makerel
9991 ____________________________________________________________________________
9992 [  6040] By: gsar                                  on 2000/05/02  01:51:57
9993         Log: missing files in MANIFEST
9994      Branch: perl
9995            ! MANIFEST
9996 ____________________________________________________________________________
9997 [  6039] By: jhi                                   on 2000/05/02  00:36:46
9998         Log: Infinite problems.
9999      Branch: cfgperl
10000            ! lib/Math/Complex.pm
10001 ____________________________________________________________________________
10002 [  6038] By: jhi                                   on 2000/05/02  00:06:38
10003         Log: pwent/spent #ifdef imbalance.
10004      Branch: cfgperl
10005            ! pp_sys.c
10006 ____________________________________________________________________________
10007 [  6037] By: jhi                                   on 2000/05/01  22:50:11
10008         Log: Use HUGE_VALL if applicable.
10009      Branch: cfgperl
10010            ! ext/POSIX/POSIX.xs util.c
10011 ____________________________________________________________________________
10012 [  6036] By: jhi                                   on 2000/05/01  22:20:53
10013         Log: Correct Freudian slip.
10014      Branch: cfgperl
10015            ! pp_sys.c
10016 ____________________________________________________________________________
10017 [  6035] By: jhi                                   on 2000/05/01  21:07:38
10018         Log: Continue on the pwent/spent case.
10019      Branch: cfgperl
10020            ! pp_sys.c
10021 ____________________________________________________________________________
10022 [  6034] By: jhi                                   on 2000/05/01  17:45:14
10023         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
10024              adjustments in 6032 conflicted badly with this, will have
10025              to revisit them later.
10026      Branch: cfgperl
10027           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
10028           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
10029           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
10030           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
10031           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
10032           !> t/lib/cgi-html.t t/lib/cgi-request.t
10033 ____________________________________________________________________________
10034 [  6033] By: jhi                                   on 2000/05/01  17:40:49
10035         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
10036      Branch: cfgperl
10037            ! pp_sys.c
10038 ____________________________________________________________________________
10039 [  6032] By: gsar                                  on 2000/05/01  15:56:32
10040         Log: whitespace adjustments
10041      Branch: perl
10042            ! pp_sys.c
10043 ____________________________________________________________________________
10044 [  6031] By: gsar                                  on 2000/05/01  15:19:41
10045         Log: small nits in diagnostics.pm (from Robin Barker)
10046      Branch: perl
10047            ! lib/diagnostics.pm pod/perldiag.pod
10048 ____________________________________________________________________________
10049 [  6030] By: gsar                                  on 2000/05/01  08:39:18
10050         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
10051              for @- and @+ (from Johan Vromans)
10052      Branch: perl
10053            ! lib/English.pm pod/perlvar.pod
10054 ____________________________________________________________________________
10055 [  6029] By: gsar                                  on 2000/05/01  08:16:10
10056         Log: add CGI.pm v2.66 (from Lincoln Stein)
10057      Branch: perl
10058            + lib/CGI/Util.pm t/lib/cgi-pretty.t
10059            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
10060            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
10061            ! t/lib/cgi-html.t t/lib/cgi-request.t
10062 ____________________________________________________________________________
10063 [  6028] By: gsar                                  on 2000/05/01  06:34:41
10064         Log: Pod::Man generates groff-incompatible macro definition (from
10065              Tom Christiansen)
10066      Branch: perl
10067            ! lib/Pod/Man.pm
10068 ____________________________________________________________________________
10069 [  6027] By: gsar                                  on 2000/05/01  06:31:36
10070         Log: podlators-1.02 update (from Russ Allbery)
10071      Branch: perl
10072            ! lib/Pod/Man.pm lib/Pod/Text.pm
10073 ____________________________________________________________________________
10074 [  6026] By: jhi                                   on 2000/04/30  23:24:23
10075         Log: Integrate with Sarathy.
10076      Branch: cfgperl
10077           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
10078           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
10079           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10080           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
10081           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
10082           !> t/lib/syslog.t toke.c win32/win32.h
10083 ____________________________________________________________________________
10084 [  6025] By: gsar                                  on 2000/04/30  18:17:47
10085         Log: Is{Alnum,Alpha,Word} don't match titlecase
10086              
10087              TODO: IsSpace is defined recursively!
10088              
10089              (both spotted by Larry)
10090      Branch: perl
10091            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10092            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
10093 ____________________________________________________________________________
10094 [  6024] By: gsar                                  on 2000/04/30  17:50:19
10095         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
10096              (from Hugo van der Sanden)
10097      Branch: perl
10098            ! toke.c
10099 ____________________________________________________________________________
10100 [  6023] By: gsar                                  on 2000/04/30  17:14:43
10101         Log: debugger stomps on $. (from M.J.T. Guy)
10102      Branch: perl
10103            ! lib/perl5db.pl
10104 ____________________________________________________________________________
10105 [  6022] By: gsar                                  on 2000/04/30  16:59:22
10106         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
10107      Branch: perl
10108            ! sv.c
10109 ____________________________________________________________________________
10110 [  6021] By: gsar                                  on 2000/04/29  21:00:08
10111         Log: remove Win2K issue in pod (fixed by change#6020)
10112      Branch: perl
10113            ! README.win32 pod/perl56delta.pod
10114 ____________________________________________________________________________
10115 [  6020] By: gsar                                  on 2000/04/29  20:51:49
10116         Log: test tweak
10117      Branch: perl
10118            ! t/lib/open3.t
10119 ____________________________________________________________________________
10120 [  6019] By: gsar                                  on 2000/04/29  20:34:27
10121         Log: windows portability tweaks
10122      Branch: perl
10123            ! t/lib/b.t win32/win32.h
10124 ____________________________________________________________________________
10125 [  6018] By: gsar                                  on 2000/04/29  19:55:24
10126         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
10127              make _PATH_LOG() return "" if unavailable
10128      Branch: perl
10129            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
10130            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
10131 ____________________________________________________________________________
10132 [  6017] By: jhi                                   on 2000/04/28  22:49:46
10133         Log: Integrate with Sarathy.
10134      Branch: cfgperl
10135           !> op.c perl.c pod/perldiag.pod t/lib/b.t
10136 ____________________________________________________________________________
10137 [  6016] By: jhi                                   on 2000/04/28  22:46:14
10138         Log: Do not warn that an infinity does not look like a number.
10139      Branch: cfgperl
10140            ! sv.c
10141 ____________________________________________________________________________
10142 [  6015] By: gsar                                  on 2000/04/28  22:35:49
10143         Log: tweak test for portability
10144      Branch: perl
10145            ! t/lib/b.t
10146 ____________________________________________________________________________
10147 [  6014] By: gsar                                  on 2000/04/28  22:05:31
10148         Log: glob() loading File::Glob behind the scenes may cause syntax errors
10149      Branch: perl
10150            ! op.c
10151 ____________________________________________________________________________
10152 [  6013] By: gsar                                  on 2000/04/28  21:25:22
10153         Log: tweak change#5945 to display correct switch name in diagnostic
10154      Branch: perl
10155            ! perl.c pod/perldiag.pod
10156 ____________________________________________________________________________
10157 [  6012] By: jhi                                   on 2000/04/28  21:08:12
10158         Log: Integrate with Sarathy.
10159      Branch: cfgperl
10160           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
10161           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
10162           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
10163 ____________________________________________________________________________
10164 [  6011] By: jhi                                   on 2000/04/28  21:04:46
10165         Log: &HUGE_VAL is not defined, it exists.
10166      Branch: cfgperl
10167            ! lib/Math/Complex.pm
10168 ____________________________________________________________________________
10169 [  6010] By: gsar                                  on 2000/04/28  21:02:58
10170         Log: clarify note about shadow password support (from
10171              gellyfish@gellyfish.com)
10172      Branch: perl
10173            ! pod/perlfunc.pod
10174 ____________________________________________________________________________
10175 [  6009] By: gsar                                  on 2000/04/28  21:00:00
10176         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
10177      Branch: perl
10178            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
10179 ____________________________________________________________________________
10180 [  6008] By: gsar                                  on 2000/04/28  20:56:33
10181         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
10182      Branch: perl
10183            ! installperl vms/subconfigure.com
10184 ____________________________________________________________________________
10185 [  6007] By: gsar                                  on 2000/04/28  20:51:21
10186         Log: note about compile failures and END blocks (from M.J.T. Guy)
10187      Branch: perl
10188            ! pod/perl56delta.pod pod/perlmod.pod
10189 ____________________________________________________________________________
10190 [  6006] By: jhi                                   on 2000/04/28  20:42:14
10191         Log: Regen Configure.
10192      Branch: cfgperl
10193            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10194            ! config_h.SH
10195 ____________________________________________________________________________
10196 [  6005] By: gsar                                  on 2000/04/28  20:41:16
10197         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
10198      Branch: perl
10199            ! utils/perldoc.PL
10200 ____________________________________________________________________________
10201 [  6004] By: jhi                                   on 2000/04/28  20:28:21
10202         Log: Integrate with Sarathy.
10203      Branch: cfgperl
10204           !> Configure INSTALL Porting/Glossary Porting/config.sh
10205           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
10206           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
10207           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
10208           !> win32/config.vc win32/win32.c
10209 ____________________________________________________________________________
10210 [  6003] By: gsar                                  on 2000/04/28  20:11:20
10211         Log: allow REG_EXPAND_SZ keys in Windows registry (from
10212              John Clayton <John.Clayton@barclayscapital.com>)
10213      Branch: perl
10214            ! win32/win32.c
10215 ____________________________________________________________________________
10216 [  6002] By: gsar                                  on 2000/04/28  19:34:16
10217         Log: destructive sv_setsv() can lose UV-ness from source, causing
10218              numeric promotions/comparisons to fail to do the right thing
10219      Branch: perl
10220            ! sv.c
10221 ____________________________________________________________________________
10222 [  6001] By: gsar                                  on 2000/04/28  18:44:15
10223         Log: support additional library locations via $Config{otherlibdirs}
10224              (from Andy Dougherty)
10225      Branch: perl
10226            ! Configure INSTALL Porting/Glossary Porting/config.sh
10227            ! Porting/config_H config_h.SH epoc/config.sh perl.c
10228            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
10229            ! win32/config.bc win32/config.gc win32/config.vc
10230 ____________________________________________________________________________
10231 [  6000] By: gsar                                  on 2000/04/28  18:26:58
10232         Log: reworked otherlibdirs.U (from Andy Dougherty)
10233      Branch: metaconfig
10234            ! U/installdirs/otherlibdirs.U
10235 ____________________________________________________________________________
10236 [  5999] By: gsar                                  on 2000/04/28  18:17:07
10237         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
10238      Branch: perl
10239            ! t/pragma/warn/toke toke.c
10240 ____________________________________________________________________________
10241 [  5998] By: jhi                                   on 2000/04/28  13:32:17
10242         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
10243      Branch: cfgperl
10244            ! lib/Math/Complex.pm
10245 ____________________________________________________________________________
10246 [  5997] By: jhi                                   on 2000/04/28  13:14:04
10247         Log: Preserve $!.
10248      Branch: cfgperl
10249            ! lib/Math/Complex.pm
10250 ____________________________________________________________________________
10251 [  5996] By: jhi                                   on 2000/04/28  12:59:23
10252         Log: Integrate with Sarathy.
10253      Branch: cfgperl
10254           +> pod/perlrequick.pod pod/perlretut.pod
10255           !> (integrate 51 files)
10256 ____________________________________________________________________________
10257 [  5995] By: gsar                                  on 2000/04/28  09:37:36
10258         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
10259      Branch: perl
10260            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
10261 ____________________________________________________________________________
10262 [  5994] By: gsar                                  on 2000/04/28  09:33:26
10263         Log: fix for missed accounting for null byte in pack("Z",...) (from
10264              M.J.T. Guy)
10265      Branch: perl
10266            ! pp.c t/op/pack.t
10267 ____________________________________________________________________________
10268 [  5993] By: gsar                                  on 2000/04/28  09:30:05
10269         Log: various minor tweaks seen on p5p
10270      Branch: perl
10271            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
10272 ____________________________________________________________________________
10273 [  5992] By: gsar                                  on 2000/04/28  09:08:19
10274         Log: pod nit (from Simon Cozens)
10275      Branch: perl
10276            ! pod/perlop.pod
10277 ____________________________________________________________________________
10278 [  5991] By: gsar                                  on 2000/04/28  09:06:36
10279         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
10280      Branch: perl
10281            ! README.posix-bc hints/posix-bc.sh
10282 ____________________________________________________________________________
10283 [  5990] By: gsar                                  on 2000/04/28  08:54:52
10284         Log: use $ENV{LIB} to search for libs under Visual C compiler
10285              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
10286      Branch: perl
10287            ! lib/ExtUtils/Liblist.pm
10288 ____________________________________________________________________________
10289 [  5989] By: gsar                                  on 2000/04/28  08:27:12
10290         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
10291              itself and no other (from Tom Hughes)
10292      Branch: perl
10293            ! t/op/array.t toke.c
10294 ____________________________________________________________________________
10295 [  5988] By: gsar                                  on 2000/04/28  08:01:38
10296         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
10297              <paul@miraclefish.com>)
10298      Branch: perl
10299            ! lib/ExtUtils/MakeMaker.pm
10300 ____________________________________________________________________________
10301 [  5987] By: gsar                                  on 2000/04/28  07:53:09
10302         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
10303      Branch: perl
10304            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
10305 ____________________________________________________________________________
10306 [  5986] By: gsar                                  on 2000/04/28  07:44:17
10307         Log: add regular expressions tutorial and quick-start guide (from
10308              Mark Kvale <kvale@phy.ucsf.edu>)
10309      Branch: perl
10310            + pod/perlrequick.pod pod/perlretut.pod
10311            ! AUTHORS MAINTAIN MANIFEST
10312 ____________________________________________________________________________
10313 [  5985] By: gsar                                  on 2000/04/28  07:30:28
10314         Log: forked child may not exit correctly if it failed to open
10315              /dev/console (from Graham Barr)
10316      Branch: perl
10317            ! ext/Sys/Syslog/Syslog.pm
10318 ____________________________________________________________________________
10319 [  5984] By: gsar                                  on 2000/04/28  07:27:20
10320         Log: attributes::reftype() doesn't work on tied argument
10321      Branch: perl
10322            ! xsutils.c
10323 ____________________________________________________________________________
10324 [  5983] By: gsar                                  on 2000/04/28  07:15:04
10325         Log: numeric conversion of non-number in change#3378 tramples on
10326              OOK offset, causing segfaults
10327      Branch: perl
10328            ! sv.c
10329 ____________________________________________________________________________
10330 [  5982] By: gsar                                  on 2000/04/28  04:48:25
10331         Log: avoid error in IO::Socket::INET when given an unknown service name
10332              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
10333      Branch: perl
10334            ! ext/IO/lib/IO/Socket/INET.pm
10335 ____________________________________________________________________________
10336 [  5981] By: gsar                                  on 2000/04/28  04:31:31
10337         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
10338              prototype mismatch with CORE::glob(); update pod and tests to
10339              suit (File::Glob::glob() is still available for backward
10340              compatibility, but should be considered deprecated)
10341      Branch: perl
10342            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
10343            ! t/lib/glob-taint.t
10344 ____________________________________________________________________________
10345 [  5980] By: gsar                                  on 2000/04/28  03:47:29
10346         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
10347              <ghudson@mit.edu>)
10348      Branch: metaconfig
10349            ! U/modified/Options.U
10350      Branch: perl
10351            ! Configure
10352 ____________________________________________________________________________
10353 [  5979] By: gsar                                  on 2000/04/28  03:07:54
10354         Log: under useithreads, constant pad entries could inadvertantly be
10355              shared across threads (from Eric Blood <eblood@xmission.com>);
10356              added Eric's test case to testsuite
10357      Branch: perl
10358            ! op.c t/op/misc.t
10359 ____________________________________________________________________________
10360 [  5978] By: gsar                                  on 2000/04/27  21:13:00
10361         Log: sync version numbers in File::Spec with the ones on CPAN
10362              (from Barrie Slaymaker)
10363      Branch: perl
10364            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
10365            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
10366            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
10367 ____________________________________________________________________________
10368 [  5977] By: gsar                                  on 2000/04/27  21:07:29
10369         Log: autoquote barewords followed by newline and arrow properly
10370              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
10371      Branch: perl
10372            ! t/pragma/warn/toke toke.c
10373 ____________________________________________________________________________
10374 [  5976] By: gsar                                  on 2000/04/27  20:41:20
10375         Log: DB_File v1.73 update (from Paul Marquess)
10376      Branch: perl
10377            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10378            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
10379 ____________________________________________________________________________
10380 [  5975] By: gsar                                  on 2000/04/27  20:34:24
10381         Log: allow sort() reentrancy (variant of patch suggested by
10382              Hugo van der Sanden)
10383      Branch: perl
10384            ! pp_ctl.c t/op/sort.t
10385 ____________________________________________________________________________
10386 [  5974] By: gsar                                  on 2000/04/27  19:46:57
10387         Log: change#4197 somehow missed initializing PL_errors, meaning
10388              sytax error queueing wasn't working outside eval"" at all;
10389              also fixed eval"" to localize PL_error_count, so that compile-time
10390              eval's don't clobber the error state of the outer context
10391      Branch: perl
10392            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
10393            ! t/pragma/warn/toke
10394 ____________________________________________________________________________
10395 [  5973] By: gsar                                  on 2000/04/27  18:29:05
10396         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
10397      Branch: perl
10398            ! regcomp.c regexec.c t/op/re_tests
10399 ____________________________________________________________________________
10400 [  5972] By: jhi                                   on 2000/04/27  18:22:41
10401         Log: Integrate with Sarathy.
10402      Branch: cfgperl
10403           +> t/lib/b.t t/lib/syslog.t
10404           !> (integrate 31 files)
10405 ____________________________________________________________________________
10406 [  5971] By: jhi                                   on 2000/04/27  18:18:46
10407         Log: Unicos tweaks from Mark P. Lutz.
10408      Branch: cfgperl
10409            ! hints/unicos.sh lib/Math/Complex.pm
10410 ____________________________________________________________________________
10411 [  5970] By: gsar                                  on 2000/04/27  18:05:11
10412         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
10413              IV is >32bits
10414      Branch: perl
10415            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
10416 ____________________________________________________________________________
10417 [  5969] By: gsar                                  on 2000/04/27  17:50:56
10418         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
10419      Branch: perl
10420            + t/lib/syslog.t
10421            ! MANIFEST ext/Sys/Syslog/Syslog.pm
10422 ____________________________________________________________________________
10423 [  5968] By: gsar                                  on 2000/04/27  17:44:49
10424         Log: tolerate spaces in group names in test on solaris (from David Boyce
10425              <dsb@boyski.com>)
10426      Branch: perl
10427            ! t/op/groups.t
10428 ____________________________________________________________________________
10429 [  5967] By: gsar                                  on 2000/04/27  17:41:22
10430         Log: improved docs on the warn_uninit diagnostic (from David Glasser
10431              and Simon Cozens)
10432      Branch: perl
10433            ! pod/perldiag.pod
10434 ____________________________________________________________________________
10435 [  5966] By: gsar                                  on 2000/04/27  16:54:58
10436         Log: add testsuite for B backends, fix bug in B::Deparse (from
10437              Simon Cozens <simon@brecon.co.uk>)
10438      Branch: perl
10439            + t/lib/b.t
10440            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
10441 ____________________________________________________________________________
10442 [  5965] By: gsar                                  on 2000/04/27  16:10:37
10443         Log: avoid "will not stay shared" warnings for our variables (from
10444              Robin Barker)
10445      Branch: perl
10446            ! op.c t/pragma/warn/op
10447 ____________________________________________________________________________
10448 [  5964] By: gsar                                  on 2000/04/27  07:05:05
10449         Log: reformat to 72 columns (again)
10450      Branch: perl
10451            ! pod/perldiag.pod
10452 ____________________________________________________________________________
10453 [  5963] By: gsar                                  on 2000/04/27  06:28:31
10454         Log: patch from Larry to make (\&) prototype work; added tests for
10455              the same
10456      Branch: perl
10457            ! op.c t/comp/proto.t
10458 ____________________________________________________________________________
10459 [  5962] By: gsar                                  on 2000/04/27  06:15:47
10460         Log: updated README.hpux (from Jeff Okamoto)
10461      Branch: perl
10462            ! README.hpux
10463 ____________________________________________________________________________
10464 [  5961] By: gsar                                  on 2000/04/27  05:55:03
10465         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
10466      Branch: perl
10467            ! emacs/cperl-mode.el
10468 ____________________________________________________________________________
10469 [  5960] By: gsar                                  on 2000/04/27  05:49:26
10470         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
10471      Branch: perl
10472            ! INSTALL
10473 ____________________________________________________________________________
10474 [  5959] By: gsar                                  on 2000/04/27  05:33:41
10475         Log: doubled words in pods (from Simon Cozens
10476              <simon.p.cozens@jp.pwcglobal.com>)
10477      Branch: perl
10478            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
10479            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
10480            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
10481            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
10482            ! pod/perltootc.pod
10483 ____________________________________________________________________________
10484 [  5958] By: gsar                                  on 2000/04/27  05:11:39
10485         Log: change#3569 deleted some essential code, revert; avoid use of
10486              atexit() to make DynaLoader work properly on AIX under mod_perl
10487              (from Jens-Uwe Mager <jum@helios.de>)
10488      Branch: perl
10489            ! ext/DynaLoader/dl_aix.xs
10490 ____________________________________________________________________________
10491 [  5957] By: gsar                                  on 2000/04/27  04:54:51
10492         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
10493      Branch: perl
10494            ! pod/perlmod.pod
10495 ____________________________________________________________________________
10496 [  5956] By: gsar                                  on 2000/04/27  04:51:47
10497         Log: better diagnostics on failed tests (from Ilya Zakharevich)
10498      Branch: perl
10499            ! t/op/lex_assign.t
10500 ____________________________________________________________________________
10501 [  5955] By: gsar                                  on 2000/04/27  04:26:44
10502         Log: longstanding bug exposed by change#3307: sort arguments weren't
10503              compiled with the right wantarray context (ensuing runtime lookup
10504              via block_gimme() was getting the incidental context of the
10505              sort() itself)
10506      Branch: perl
10507            ! op.c t/op/sort.t
10508 ____________________________________________________________________________
10509 [  5954] By: gsar                                  on 2000/04/26  23:42:12
10510         Log: integrate cfgperl contents into mainline
10511      Branch: perl
10512           !> (integrate 30 files)
10513 ____________________________________________________________________________
10514 [  5953] By: jhi                                   on 2000/04/26  23:06:42
10515         Log: Integrate with Sarathy.
10516      Branch: cfgperl
10517           !> README.win32 ext/B/B/Deparse.pm
10518           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
10519           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
10520           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
10521           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
10522           !> utils/perldoc.PL vms/perlvms.pod
10523 ____________________________________________________________________________
10524 [  5952] By: jhi                                   on 2000/04/26  23:03:46
10525         Log: Undo "use integer" addition from 64bitint as it seems
10526              to break most of the subtests in Digital UNIX;
10527              Unicos needs to find another way.
10528      Branch: cfgperl
10529            ! t/op/64bitint.t
10530 ____________________________________________________________________________
10531 [  5951] By: jhi                                   on 2000/04/26  22:57:53
10532         Log: Be more robust on "extreme" (large absolute value)
10533              arguments.  Originally reported by Daniel Connelly
10534              as a problem with asinh() on large negative arguments,
10535              asinh() used to bail out because an argument to log()
10536              ended up being zero.  Ilya Zakharevich proposed using
10537              Taylor's series in such cases, which for such large
10538              arguments is a very good approximation.
10539      Branch: cfgperl
10540            ! lib/Math/Complex.pm t/lib/complex.t
10541 ____________________________________________________________________________
10542 [  5950] By: gsar                                  on 2000/04/25  19:13:12
10543         Log: reformat perldiag to avoid long lines
10544      Branch: perl
10545            ! pod/perldiag.pod
10546 ____________________________________________________________________________
10547 [  5949] By: gsar                                  on 2000/04/25  18:41:11
10548         Log: make perldoc use the pod2man from the same version (from
10549              M.J.T. Guy)
10550      Branch: perl
10551            ! utils/perldoc.PL
10552 ____________________________________________________________________________
10553 [  5948] By: gsar                                  on 2000/04/25  18:21:57
10554         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
10555              <kompas@kompas.usr.onet.pl>)
10556      Branch: perl
10557            ! lib/vars.pm
10558 ____________________________________________________________________________
10559 [  5947] By: gsar                                  on 2000/04/25  18:11:53
10560         Log: use &dl_error rather than &dl_load_file as the guard for calling
10561              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
10562              statically built perl)
10563      Branch: perl
10564            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
10565 ____________________________________________________________________________
10566 [  5946] By: jhi                                   on 2000/04/25  17:37:54
10567         Log: Document that tr() is not tr(1).
10568      Branch: cfgperl
10569            ! pod/perlop.pod
10570 ____________________________________________________________________________
10571 [  5945] By: gsar                                  on 2000/04/25  16:34:33
10572         Log: make module name mandatory after -M switch; reorder perldiag
10573              alphabetically (from Mark-Jason Dominus)
10574      Branch: perl
10575            ! perl.c pod/perldiag.pod
10576 ____________________________________________________________________________
10577 [  5944] By: jhi                                   on 2000/04/25  01:15:18
10578         Log: On second thoughts frexp() does have two arguments.
10579      Branch: cfgperl
10580            ! perl.h
10581 ____________________________________________________________________________
10582 [  5943] By: jhi                                   on 2000/04/24  22:56:32
10583         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
10584              Now pp_ncmp() returns undef is either operand is a NaN.
10585      Branch: cfgperl
10586            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10587            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
10588            ! vms/subconfigure.com vos/config.def vos/config.h
10589            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
10590            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10591            ! win32/config_H.vc
10592      Branch: metaconfig/U/perl
10593            + d_modfl.U
10594 ____________________________________________________________________________
10595 [  5942] By: jhi                                   on 2000/04/24  19:45:17
10596         Log: Regen Configure to match #5937.
10597      Branch: cfgperl
10598            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10599            ! config_h.SH
10600      Branch: metaconfig
10601            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
10602 ____________________________________________________________________________
10603 [  5941] By: jhi                                   on 2000/04/24  19:24:11
10604         Log: Further Unicos fixes for Mark Lutz.
10605      Branch: cfgperl
10606            ! hints/unicos.sh pp_ctl.c
10607 ____________________________________________________________________________
10608 [  5940] By: jhi                                   on 2000/04/24  19:09:06
10609         Log: Various Unicos 10.0.0.6 fixes.
10610              
10611              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
10612              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
10613              Reply-To: tecmpl1@triton.ca.boeing.com 
10614              To: perl5-porters@perl.org 
10615              Date: Fri, 14 Apr 2000 20:21:00 GMT 
10616              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
10617      Branch: cfgperl
10618            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
10619 ____________________________________________________________________________
10620 [  5939] By: gsar                                  on 2000/04/24  19:01:24
10621         Log: more pod nits (from Larry Virden)
10622      Branch: perl
10623            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
10624            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
10625            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
10626 ____________________________________________________________________________
10627 [  5938] By: gsar                                  on 2000/04/24  18:54:01
10628         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
10629      Branch: perl
10630            ! ext/B/B/Deparse.pm
10631 ____________________________________________________________________________
10632 [  5937] By: jhi                                   on 2000/04/24  17:39:00
10633         Log: Integrate with Sarathy.
10634      Branch: cfgperl
10635           +> (branch 31 files)
10636           !> (integrate 73 files)
10637 ____________________________________________________________________________
10638 [  5936] By: gsar                                  on 2000/04/24  17:30:06
10639         Log: additional tests for change#5934 (from Paul Marquess, who also
10640              sent in the same fix)
10641      Branch: perl
10642            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
10643            ! t/pragma/warn/5nolint t/pragma/warn/6default
10644 ____________________________________________________________________________
10645 [  5935] By: jhi                                   on 2000/04/24  17:26:05
10646         Log: Do not assume sign propagation.
10647              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
10648              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
10649              To: payner@ncifcrf.gov, perl5-porters@perl.org 
10650              Date: Tue, 18 Apr 2000 18:24:49 +0100 
10651              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
10652      Branch: cfgperl
10653            ! t/op/bop.t t/op/misc.t
10654 ____________________________________________________________________________
10655 [  5934] By: gsar                                  on 2000/04/24  17:16:54
10656         Log: propagate lexical warnings from surrounding scope correctly
10657              within string eval()
10658      Branch: perl
10659            ! pp_ctl.c t/pragma/warn/pp_ctl
10660 ____________________________________________________________________________
10661 [  5933] By: jhi                                   on 2000/04/24  17:01:07
10662         Log: Flatten the cpp jungle doing the nosuid checking.
10663      Branch: cfgperl
10664            ! perl.c
10665 ____________________________________________________________________________
10666 [  5932] By: gsar                                  on 2000/04/24  09:08:14
10667         Log: add rsignal(), whichsig() and do_join() to public API list
10668              (mod_perl uses them to good advantage)
10669      Branch: perl
10670            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
10671 ____________________________________________________________________________
10672 [  5931] By: gsar                                  on 2000/04/24  09:01:40
10673         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
10674      Branch: perl
10675            ! pp_hot.c regexec.c t/op/pat.t
10676 ____________________________________________________________________________
10677 [  5930] By: gsar                                  on 2000/04/24  08:58:33
10678         Log: small os390 tweaks (from Peter Prymmer)
10679      Branch: perl
10680            ! config_h.SH makedepend.SH
10681 ____________________________________________________________________________
10682 [  5929] By: gsar                                  on 2000/04/24  08:55:25
10683         Log: pod nits
10684      Branch: perl
10685            ! pod/perlguts.pod
10686 ____________________________________________________________________________
10687 [  5928] By: gsar                                  on 2000/04/24  08:50:13
10688         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
10689      Branch: perl
10690            ! ext/IO/lib/IO/Poll.pm
10691 ____________________________________________________________________________
10692 [  5927] By: gsar                                  on 2000/04/24  08:43:24
10693         Log: arrange for next() to resume at the unstack op rather than the
10694              loop conditional, so that scope cleanup happens correctly
10695              (from Stephen McCamant)
10696      Branch: perl
10697            ! op.c pp_ctl.c t/op/misc.t
10698 ____________________________________________________________________________
10699 [  5926] By: gsar                                  on 2000/04/24  08:18:40
10700         Log: on windows, reserve 16M of stack rather than 128M (allows more
10701              threads to run concurrently)
10702      Branch: perl
10703            ! win32/Makefile win32/makefile.mk
10704 ____________________________________________________________________________
10705 [  5925] By: gsar                                  on 2000/04/24  08:13:52
10706         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
10707      Branch: perl
10708            ! toke.c
10709 ____________________________________________________________________________
10710 [  5924] By: gsar                                  on 2000/04/24  08:08:59
10711         Log: avoid using uninitialized memory in require version check
10712      Branch: perl
10713            ! pp_ctl.c universal.c
10714 ____________________________________________________________________________
10715 [  5923] By: gsar                                  on 2000/04/24  07:20:14
10716         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
10717      Branch: perl
10718            ! ext/IO/lib/IO/Poll.pm
10719 ____________________________________________________________________________
10720 [  5922] By: gsar                                  on 2000/04/24  07:08:42
10721         Log: commentary about IoTYPE() (from Nathan Torkington)
10722      Branch: perl
10723            ! sv.h
10724 ____________________________________________________________________________
10725 [  5921] By: gsar                                  on 2000/04/24  06:58:26
10726         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
10727              by fix
10728      Branch: perl
10729            ! sv.c t/lib/charnames.t t/pragma/utf8.t
10730 ____________________________________________________________________________
10731 [  5920] By: gsar                                  on 2000/04/24  06:37:59
10732         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
10733      Branch: perl
10734            ! doop.c t/op/ver.t
10735 ____________________________________________________________________________
10736 [  5919] By: gsar                                  on 2000/04/24  06:21:58
10737         Log: Configure might miss old directories when prefix must be
10738              expanded (from Robin Barker)
10739      Branch: metaconfig
10740            ! U/installdirs/inc_version_list.U
10741      Branch: perl
10742            ! Configure
10743 ____________________________________________________________________________
10744 [  5918] By: gsar                                  on 2000/04/24  06:16:11
10745         Log: VMS nits in glob() test (from Charles Lane)
10746      Branch: perl
10747            ! t/lib/glob-basic.t
10748 ____________________________________________________________________________
10749 [  5917] By: gsar                                  on 2000/04/24  06:11:56
10750         Log: various pod nits (from Larry Virden and others)
10751      Branch: perl
10752            ! README.amiga README.hpux README.machten README.os2
10753            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
10754            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
10755            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
10756            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
10757            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
10758            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
10759            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
10760            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
10761 ____________________________________________________________________________
10762 [  5916] By: gsar                                  on 2000/04/24  05:52:43
10763         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
10764              <wjones@tc.fluke.com>)
10765      Branch: perl
10766            ! t/lib/glob-basic.t
10767 ____________________________________________________________________________
10768 [  5915] By: gsar                                  on 2000/04/24  05:07:01
10769         Log: supported platforms mixed up
10770      Branch: perl
10771            ! pod/perl56delta.pod pod/perlport.pod
10772 ____________________________________________________________________________
10773 [  5914] By: gsar                                  on 2000/04/24  04:56:08
10774         Log: caller() wasn't returning the right number of elements for
10775              eval {...}
10776      Branch: perl
10777            ! pp_ctl.c t/pragma/warn/9enabled
10778 ____________________________________________________________________________
10779 [  5913] By: gsar                                  on 2000/04/24  04:35:41
10780         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
10781              Mark-Jason Dominus)
10782      Branch: perl
10783            ! pod/perlfunc.pod
10784 ____________________________________________________________________________
10785 [  5912] By: gsar                                  on 2000/04/24  04:17:15
10786         Log: fix totally broken caching in UNIVERSAL::isa() (from
10787              Nick Ing-Simmons)
10788      Branch: perl
10789            ! t/op/universal.t universal.c
10790 ____________________________________________________________________________
10791 [  5911] By: gsar                                  on 2000/04/24  03:39:47
10792         Log: add linebreak properties from unicode/LineBrk.txt (from
10793              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
10794      Branch: perl
10795            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
10796            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
10797            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
10798            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
10799            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
10800            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
10801            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
10802            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
10803            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
10804            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
10805            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
10806            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
10807            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
10808            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
10809            + lib/unicode/Is/LbrkZW.pl
10810            ! lib/unicode/mktables.PL
10811 ____________________________________________________________________________
10812 [  5910] By: gsar                                  on 2000/04/24  03:23:10
10813         Log: typo in pod
10814      Branch: perl
10815            ! ext/Thread/Thread.pm
10816 ____________________________________________________________________________
10817 [  5909] By: gsar                                  on 2000/04/24  03:22:03
10818         Log: mode argument to do_binmode() should be file mode, not boolean
10819      Branch: perl
10820            ! pp_sys.c
10821 ____________________________________________________________________________
10822 [  5908] By: gsar                                  on 2000/04/16  16:51:08
10823         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
10824              always returns a valid GV even when the symbol is trapped by strictures
10825              (avoids coredumps)
10826              
10827              TODO: the C<package;> hack needs similar treatment
10828      Branch: perl
10829            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
10830            ! t/pragma/strict-vars
10831 ____________________________________________________________________________
10832 [  5907] By: jhi                                   on 2000/03/31  23:42:56
10833         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
10834              an assumption which #5905 demolished.
10835      Branch: cfgperl
10836            ! pp_sys.c
10837 ____________________________________________________________________________
10838 [  5906] By: jhi                                   on 2000/03/31  18:54:37
10839         Log: Typo in #5905.
10840      Branch: cfgperl
10841            ! t/op/64bitint.t
10842 ____________________________________________________________________________
10843 [  5905] By: jhi                                   on 2000/03/31  18:50:54
10844         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
10845              reported by Joseph N. Hall.  The bug was that even with use64bitint
10846              one had to use the prefixes q, L, or ll with printf/sprintf,
10847              contrary to the documentation and common sense.
10848      Branch: cfgperl
10849            ! sv.c t/op/64bitint.t
10850 ____________________________________________________________________________
10851 [  5904] By: gsar                                  on 2000/03/28  02:31:32
10852         Log: add Changes, perldelta.pod
10853      Branch: perl
10854            + Changes pod/perldelta.pod
10855 ____________________________________________________________________________
10856 [  5903] By: gsar                                  on 2000/03/28  02:03:55
10857         Log: rename Changes and perldelta.pod
10858      Branch: perl
10859           +> Changes5.6 pod/perl56delta.pod
10860            - Changes pod/perldelta.pod
10861            ! MANIFEST
10862 ____________________________________________________________________________
10863 [  5902] By: gsar                                  on 2000/03/28  01:59:14
10864         Log: create maint-5.6 branch
10865      Branch: maint-5.6/perl
10866           +> (branch 1611 files)
10867 ____________________________________________________________________________
10868 [  5901] By: jhi                                   on 2000/03/23  05:48:43
10869         Log: Integrate with Sarathy.
10870      Branch: cfgperl
10871           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
10872 ____________________________________________________________________________
10873 [  5900] By: gsar                                  on 2000/03/23  05:42:43
10874         Log: three guesses on what this is :-)
10875      Branch: perl
10876            ! Changes